/*
Theme Name: Mbeycement Theme
Theme URI: https://acrobatsolution.com/
Author: Acrobat Team
Author URI: https://acrobatsolution.com/
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.3
Text Domain: Acrobatsolution
*/


body {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    color: #000;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6, p {
    margin-top: 0px;
}



.mainHeader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

.mainNav {
    display: inline-flex;
    width: 100%;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
}

.navbarBrand {
    width: 100%;
    max-width: 233px;
    padding-right: 40px;
}

.headerRgt {
    width: 100%;
    max-width: 85%;
}

.headerTop {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: solid 1px #a1a1a1;
    padding: 8px 0px;
}

.infoHEad {
    padding: 0px;
    margin: 0px;
}

.infoHEad li {
    list-style: none;
    display: inline-block;
    padding-right: 30px;
}

.infoHEad li a {
    color: #515151;
    font-size: 17px;
    text-decoration: none;
}

.infoHEad li a i {
    color: #357459;
    font-size: 20px;
    margin-right: 10px;
        position: relative;
    top: 2px;
}

.socialLinks {
    padding: 0px;
    margin: 0px;
}

.socialLinks li {
    list-style: none;
    display: inline-block;
    margin-left: 19px;
}

.socialLinks li a {
    font-size: 17px;
    color: #9f9f9f;
}

.socialLinks li a:hover, .infoHEad li a:hover {
    color: #357459;
}

.headerMenu {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 13px 0px;
    position:relative;
}

.slimmenu li a {
    color: #414141 !important;
    font-size: 16px !important;
    padding: 10px 15px !important;
    position: relative;
}

ul.slimmenu {
    padding: 0px;
    margin: 0px;
}


.slimmenu li.active a {
    font-weight: 600;
    color: #357459;
}

.slimmenu li a:hover {
    color: #357459 !important;
}

.slimmenu li.active a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 23px;
    height: 4px;
    background: #357459;
}

.searchBX {
    position: relative;
}

.searchBX input[type=text] {
    font-size: 13px;
    color: #909090;
    border-radius: 50px;
    border: solid 1px #acacac;
    width: 100%;
    min-width: 283px;
    padding: 10px;
    padding-right: 45px;
}

.searchBX button {
    position: absolute;
    right: 10px;
    top: 5px;
    background: transparent;
    border: none;
    z-index: 1;
}

.searchBX input[type=submit] {
    position: absolute;
    right: 10px;
    top: 7px;
    background-color: transparent;
    border: none;
    background-image: url(images/search-icon.png);
    background-repeat: no-repeat;
    font-size: 0;
    color: transparent;
    z-index: 1;
    width: 24px;
    height: 24px;
    background-size: contain;
}

.bannerImg {
    position: relative;
    display: block;
    width: 100%;
    
}
.bannerImg img{
    min-height: 845px;
    width: 100%;
    object-fit: cover;
}

.bannerImg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000042;
}

.bannerSlider .item {
    position: relative;
}

.bannerSlider .bnnaerCnt {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
}

.bannerText {
    text-align: center;
}

.bannerTitle {
    color: #fff;
    font-size: 50px;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
    text-transform: uppercase;
    display: block;
    opacity: 0;
    transition: all ease-in-out 1s;
    -webkit-transition: all ease-in-out 1s;
    top: 60px;
    position: relative;
}

.bannerSlider .owl-item.active .item .bannerTitle {
    opacity: 1;
    transition: all ease-in-out 1s;
    -webkit-transition: all ease-in-out 1s;
    top: 0px;
}

.bannerTitle strong, .bannerTitle b {
    font-family: "Montserrat", sans-serif;
    font-size: 70px;
    display: block;
    font-weight: 800;
}

.bannerSub {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
    opacity: 0;
    transition: all ease-in-out 1.5s;
    -webkit-transition: all ease-in-out 1.5s;
    top: 60px;
    position: relative;
}

.bannerSlider .owl-item.active .item .bannerSub {
    opacity: 1;
    transition: all ease-in-out 1.5s;
    -webkit-transition: all ease-in-out 1.5s;
    top: 0px;
}

.bannerSub:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 3px;
    background: #fff;
    max-width: 87%;
}

.bannerText p {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    display: block;
    position: relative;
    opacity: 0;
    transition: all ease-in-out 2s;
    -webkit-transition: all ease-in-out 2s;
    top: 60px;
    position: relative;
}

.bannerSlider .owl-item.active .item .bannerText p {
    opacity: 1;
    transition: all ease-in-out 2s;
    -webkit-transition: all ease-in-out 2s;
    top: 0px;
}

.bannerBtn {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border: solid 2px #fff;
    border-radius: 50px;
    padding: 11px 28px;
    display: inline-block;
    opacity: 0;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    top: 150px;
    position: relative;
}

.bannerSlider .owl-item.active .item .bannerBtn {
    opacity: 1;
    top: 0px;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}

.bannerBtn:hover {
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    color: #fff;
    background: #357459;
    border-color: #357459;
}

.bannerText .bannerBtn {
    margin-top: 30px;
}

.bannerSlider .owl-nav {
    position: absolute;
    bottom: 21vh;
    right: 20vh;
    text-align: right;
}

.bannerSlider .owl-nav button {
    width: 63px;
    height: 63px;
    border-radius: 100%;
    border: solid 1px #fff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}

.bannerSlider .owl-nav button:hover {
    background: #357459;
    border-color: #357459 !important;
}

.bannerSlider .owl-nav button span {
    color: transparent;
    font-size: 0;
    width: 29px;
    height: 17px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.bannerSlider .owl-nav button.owl-prev {
    margin-right: 8px;
}

.bannerSlider .owl-nav button.owl-prev span {
    background: url(images/left-angle.png);
}

.bannerSlider .owl-nav button.owl-next span {
    background: url(images/right-angle.png);
}

.bannerBottom {
    position: relative;
    margin-top: -120px;
    z-index: 1;
}

.bannerBottom:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: #357459;
    max-width: 50%;
}

.bannerbottomSec {
    background: #357459;
    padding: 5px 15px;
    position: relative;
    z-index: 1;
}

.taskBox {
    padding: 7px 52px 7px;
    height: 100%;
    position: relative;
}

.taskBox picture {
    width: 77px;
    height: 77px;
    display: inline-block;
    margin-bottom: 15px;
}

.taskBox picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.taskBox h2 {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    max-width: 220px;
}

.brRight {
    border-right: solid 1px #ffffff1a;
}

.floatIcon {
    position: absolute;
    bottom: 10px;
    right: 0px;
    width: 122px;
}

.mainHeader.sticky {
    position: fixed;
    top: 0;
    left: 0;
    animation: smoothScroll 1s forwards;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    z-index: 999;
    background: #fff;
}

.mainHeader.sticky .headerTop {
    display: none;
}

.aboutSec {
    padding: 120px 0px;
    position: relative;
    overflow: hidden;
}

.aboutSec:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 77.5%;
    background: #efefef;
    height: 83%;
}

.aboutSec .container {
    position: relative;
    z-index: 1;
}

.aboutCNt {
    padding: 0px 35px;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.aboutCNt h1 {
    color: #000000;
    font-size: 48px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
    margin-bottom: 38px;
}

.aboutCNt p {
    line-height: 1.8;
    text-align: justify;
}

.videoBx picture {
    display: block;
    position: relative;
    width: 100%;
    max-width: 832px;
    margin-left: -7%;
}

.playBtn {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 123px;
    height: 123px;
    border-radius: 100%;
    padding: 11px;
    border-radius: 100%;
    display: inline-block;
    background: #ffffff70;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.playBtn span {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 27px;
}

.videoBx {
    position: relative;
}

.videoBx picture img {
    max-height: 460px;
    width: 100%;
    object-fit: cover;
}

.videoBx:before {
    content: '';
    position: absolute;
    bottom: 57px;
    left: 0;
    width: 95%;
    height: 100%;
    border: solid 10px #e2e2e2;
}

.btn {
    color: #fff;
    border-radius: 50px;
    text-transform: uppercase;
    background: #357459;
    padding: 11px 28px;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    border: solid 2px #357459 !important;
}

.btn:hover {
    background: transparent;
    color: #357459;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}

.aboutCNt .btn {
    margin-top: 30px;
}

.roundBx {
    width: 181px;
    height: 181px;
    position: absolute;
    top: -90px;
    right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 35px;
}

.roundBx span {
    background: #fff;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #dcdcdc;
    padding: 24px;
}

.roundBx .roundText {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: animName 30s linear infinite;
}

.counterSec {
    background-image: url(images/count-bg.jpg);
    background-repeat: no-repeat;
    background-color: #347257;
    background-blend-mode: soft-light;
    position: relative;
    background-size: cover;
}

.counterSec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    max-width: 22.5%;
}

.counterList {
    display: inline-flex;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.counterList .countBx {
    width: 100%;
    max-width: 25%;
    padding-left: 57px;
    padding-right: 57px;
    border-right: solid 3px #ffffff3d;
    padding-top: 0;
}

.countBx .countNo {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 50px;
    font-weight: 600;
}

.countBx h2 {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 500;
    padding-left: 45px;
    background: url(images/star-icon.png);
    background-repeat: no-repeat;
    background-size: 26px;
}

.counterList .countBx:last-child {
    padding-right: 0px;
    border-right: none;
}

.serviceSec {
    margin-top: 60px;
}

.bg-light {
    background: #efefef;
}

.head {
    margin-bottom: 40px;
}

.head h2 {
    color: #000;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
    font-size: 50px;
    font-weight: 700;
}

.serBX {
    background: #fff;
    padding: 45px 25px;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    text-align: center;
}

.serBX picture {
    width: 130px;
    height: 130px;
    display: inline-flex;
    border-radius: 100%;
    background: #efefef;
    align-items: center;
    justify-content: center;
}

.serBX picture img {
    width: 89px;
    height: 89px;
    border-radius: 100%;
    object-fit: cover;
    display: inline-block;
}

.serBX h3 {
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 800;
    margin: 20px 0px;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}

.serBX p {
    line-height: 1.8;
    min-height: 86px;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    text-align: justify;
    text-align-last: center;
}

.serBX .btn {
    margin-top: 14px;
}

.serBX:hover {
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    background: #357459;
}

.serBX:hover h3 {
    color: #fff;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}

.serBX:hover p {
    color: #fff;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}

.serBX:hover .btn {
    border-color: #fff !important;
}

.serBX:hover .btn:hover {
    background: #fff;
}

.serBX:hover picture {
    box-shadow: 0px 9px 8px #00000038;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    background: #fff;
}

.pPad {
    padding: 60px 0px;
}

.newBx {
    background: #efefef;
    padding: 15px;
    border: solid 1px #cdcdcd;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}

.newBx .newBxPic {
    display: block;
    width: 100%;
    position: relative;
}

.newBxPic picture {
    display: block;
    width: 100%;
    overflow: hidden;
}

.newBxPic picture img {
    width: 100%;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.newBx .newCnt {
    padding-left: 25px;
    padding-right: 25px;
}

.newCnt .postAdmin {
    font-size: 15px;
    color: #8c8c8c;
    display: flex;
    align-items: center;
    padding: 20px 0px;
    padding-right: 70px;
}

.newCnt .postAdmin i {
    margin-right: 10px;
    color: #357459;
}

.newCnt h2 a {
    text-decoration: none;
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}

.newBx:hover .newCnt h2 a {
    color: #357459 ;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}

.newCnt p {
    line-height: 1.8;
    text-align: justify;
}

.newCnt .readBtn {
    color: #357459;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;
    padding: 15px 0px;
    display: inline-block;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}

.newCnt .readBtn:hover {
    color: #000;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}

.newBxPic:hover picture img {
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.dateBx {
    width: 77px;
    height: 77px;
    background: #357459;
    border-radius: 100%;
    color: #fff;
    line-height: 0.9;
    text-align: center;
    font-size: 16px;
    padding: 9px;
    position: absolute;
    right: 10px;
    bottom: -39px;
}

.dateBx b {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 24px;
}

.dateBx b small {
    font-size: 16px;
}

.partnetBx {
    display: inline-block;
    width: 100%;
    background: #fff;
    padding: 27px 15px;
    border-radius: 10px;
    border: solid 1px #cccccc;
}

.partnetBx img {
    width: 100%;
    height: 107px;
    object-fit: contain;
    object-position: center;
}

.partnerSlider {
    position: relative;
}

.partnerSlider .owl-nav button {
    width: 40px;
    height: 40px;
    background: #357459 !important;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    font-size: 0 !important;
}

.partnerSlider .owl-nav button span {
    width: 22px;
    height: 12px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.partnerSlider .owl-nav button.owl-prev {
    left: -20px;
}

.partnerSlider .owl-nav button.owl-next {
    right: -20px;
}

.partnerSlider .owl-nav button.owl-prev span {
    background: url(images/left-angle.png);
}

.partnerSlider .owl-nav button.owl-next span {
    background: url(images/right-angle.png);
}

.footerCTa {
    margin-top: 60px;
    position: relative;
    position: relative;
}

.footerCTa:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #357459;
    max-width: 20%;
}

.footerCTa:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    background: #222222;
    height: 50%;
    z-index: -1;
}

.ftCTaBx {
    display: inline-flex;
    width: 100%;
    background: #357459;
    justify-content: space-between;
    align-items: center;
    padding-top: 27px;
    padding-bottom: 27px;
    border-radius: 0px 150px 150px 0px;
    padding-right: 67px;
    position: relative;
}

.ftCTaBx h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    width: 100%;
    max-width: 53%;
    margin: 0px;
}

.ftCTaBx .btn {
    font-size: 18px;
    color: #222222;
    background: #fff;
    padding: 20px 47px;
}
.ftCTaBx .btn:hover{
    background:#000;
    color:#fff;
}

footer {
    background: #222222;
}

.footerTop {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ftLogo {
    display: inline-block;
    width: 100%;
    max-width: 284px;
}

.ftLogo img {
    width: 100%;
}

.ftTitle {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 18px;
}

.ftUl {
    padding: 0px;
    margin: 0px;
}

.ftUl li {
    list-style: none;
    display: block;
    line-height: 2;
    margin: 5px 0px;
}

.ftUl li a {
    font-size: 16px;
    color: #b6b6b6;
    text-decoration: none;
}

.ftUl li a:hover {
    color: #fff;
}

.ftBx p {
    font-size: 16px;
    color: #b6b6b6;
    line-height: 1.8;
}

.ftContact {
    padding: 0px;
    margin: 0px;
}

.ftContact li {
    display: inline-flex;
    width: 100%;
    line-height: 2;
    margin: 5px 0px;
    color: #b6b6b6;
}

.ftContact li a {
    font-size: 16px;
    color: #b6b6b6;
    text-decoration: none;
}

.ftContact li a:hover {
    color: #fff;
}

.ftContact li i {
    margin-right: 10px;
    color: #357459;
    position: relative;
    top: 8px;
}

.ftBxRgt {
    padding-right: 35px;
}

.newsform .form-control {
    width: 100%;
    max-width: 100%;
    height: 55px;
    border-radius: 50px;
    background: #dedede;
    color: #fff;
    padding: 5px 35px;
}

.newsform .form-control::placeholder {
    color: #000;
}

.newsform .subscribe {
    width: 100%;
    max-width: 200px;
    height: 55px;
    background: #357459;
    color: #fff;
    border: none;
    border-radius: 50px;
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: 700;
}

.newsform .subscribe:hover {
    background: #ffffff;
    color: #000;
}

.newsform .form-group, .newsform .form-group p span input {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 5px;
    padding: 0;
    font-size: 17px;
}

.newsform .wpcf7-form-control-wrap {
    width: 100%;
    max-width: 100%;
    height: 55px;
    display: inline-block
}

.cpBx {
    background: #000000;
    padding: 15px 0px;
}

.cpBxCnt {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.cpBxCnt p {
    margin: 0;
    color: #b6b6b6;
    order:1;
}

.cpBxCnt p a {
    color: #357459;
    text-decoration: none;
}
.cpBxCnt .socialLinks{
    order: 2;
}
.cpBxCnt .socialLinks li a{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #333333;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.cpBxCnt .socialLinks li a:hover{
    background: #fff;
}
.languageBtn{
    background: transparent;
    margin-right: 0;
    margin-left: auto;
    border-right: solid 1px #a1a1a1;
}
.languageBtn button{
    background: transparent;
    color: #515151;
    border: none;
    box-shadow: none;
    padding: 0 15px;
}
.languageBtn i{
    color: #357459;
}

.innerBanner{
    position: relative;
    min-height: 453px;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
}
.innerBanner .innerPic{
    padding: 0px;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
}
.innerBanner .innerPic:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000042;
}
.innerBanner .innerPic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.innerBanner .container{
    position: relative;
    z-index: 1;
}
.innerText{

}
.innerbannerTitle{
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
}
.innerCnt{
    padding: 60px 0px;
}
.innerCnt h1{
    color: #000;
    font-size: 48px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
}
.innerCnt p{
    line-height: 1.8;
    text-align: justify;
}
.innerCnt ul{
    padding-left: 15px;
}
.innerCnt ol{
    padding-left: 15px;
}
.innerCnt ol li{
    line-height: 2;
    margin: 5px 0px;
}
.innerCnt ol li::marker{
    font-weight: 600;
    color: #357459;
}
.innerCnt h2{
    color: #000;
    font-size: 32px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
}

.innerCnt h3{
    color: #000;
    font-size: 24px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
}
.innerCnt h4{
    olor: #000;
    font-size: 22px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
}
.ourMission h2, .ourMission p{
    color: #1abc9c;
}
.ourSttategy h2, .ourSttategy p{
    color: #e67e22;
}
.innerCnt img{
    width: 100%;
    margin-bottom: 25px;
}
.innerCnt hr{
    margin: 35px 0px;
}
.innerCnt ul li{
    line-height: 2;
    margin: 10px 0px;
}
.innerCnt ul li a{
    text-decoration: none;
    color: #000;
}
.innerCnt ul li a:hover{
    color: #357459;
}
.innerCnt ul li::marker{
    color: #357459;
}
.newsSlider {
    position: relative;
}

.newsSlider .owl-nav button {
    width: 60px;
    height: 60px;
    background: #357459 !important;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
}

.newsSlider .owl-nav button span {
    width: 22px;
    height: 12px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    color: transparent !important;
}

.newsSlider .owl-nav button.owl-prev {
    left: -20px;
}

.newsSlider .owl-nav button.owl-next {
    right: -20px;
}

.newsSlider .owl-nav button.owl-prev span {
    background: url(images/left-angle.png);
}

.newsSlider .owl-nav button.owl-next span {
    background: url(images/right-angle.png);
}
.mmRGT{
    display: inline-flex;
}

.errorText{
    text-align: center;
    width: 100%;
    max-width: 670px;
    margin: 0px auto;
}
.errorText h2{
        color: #000000;
        font-size: 50px;
        line-height: 60px;
        font-weight: 900;
        letter-spacing: -0.04em;
        margin-top: 6px;
        font-family: "Nunito", sans-serif;
        margin-bottom: 45px;
}


.error-page__title {
    position: relative;
    display: inline-block;
    font-size: 430px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 2px;
    color: #00715d;
    font-family: "Caveat", cursive;
    z-index: 2;
}
.errorSec {
    padding-top: 200px !important;
}


.contactSec .head p{
    margin-bottom: 0px;
}
.contactForm{
    margin-top: 45px;
}
.contactForm .form-group{
    margin-bottom: 25px;
}
.contactForm .form-control{
    border: solid 1px #cccccc;
    border-radius: 15px;
    padding: 15px 25px;
    resize: none;
}
.contactForm input.form-control{
    height: 55px;
}
.contactDetails{
    padding: 0px;
    background: #fff;
    border-radius: 0px;
    border: solid 1px #0000001a;
    margin-bottom: 45px;
}

.contactDetails ul{
    padding: 0;
    margin: 0 !important;
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
}
.contactDetails ul li{
    width: 100%;
    max-width: 33.33%;
    list-style: none;
    padding: 55px 25px !important;
    border-right: solid 1px #0000001a;
    margin: 0px !important;
}
.contactDetails .headDetails li a .hContent{
    max-width:87%;
}
.contactDetails .headDetails li a .hContent p{
    font-size: 21px;
    margin-bottom:10px;
    color:#283734;
}
.contactDetails .headDetails li a .hContent h5{
    color:#767676;
    line-height: 1.6;
}
.submitBnt{
    padding:10px 45px;
}
.contactDetails h3{
    font-size:30px;
}

.headDetails li{
    padding: 0px 25px;
}
.headDetails li:first-child{
    padding-left: 0px;
}
.headDetails li a:hover{
    color: #36c0ed;
}
.headDetails li a{
    color: #283734;
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    text-decoration: none;
    flex-wrap: wrap;
    width: 100%;
}
.headDetails li a .icon{
    width: 34px;
}

.headDetails li a .hContent{
    padding-left: 15px;
}


.headDetails li a .hContent p{
    margin: 0 0 2px 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    color: #6f7775;
}
.headDetails li a .hContent h5{
    color: #283734;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    word-wrap: break-word;
}
.headDetails li a:hover .hContent h5{
    color: #14678a;
}
.newBxPic1{
    position: relative;
}
.dblogNews, .categoryBx{
        background: #f8f8f8;
    padding: 25px;
}
.dblogNews h2, .categoryBx h2{
    font-size: 24px !important;
}
.dblogNews p{
    color: #000;
}
.mapBx{
    width:100%;
    height:100%;
}
.mapBx iframe{
    width:100%;
    /*height:100%;*/
}
ul.breadcumb {
    display: block;
    margin-top: 35px;
        padding: 0;
}
.woocommerce .woocommerce-breadcrumb{
    display: block;
    margin-top: 35px;
        padding: 0;
        color: #fff;
        font-weight:600;
            font-size: 16px;
}
ul.breadcumb li:first-child {
    margin-left: 0;
}
ul.breadcumb li {
    display: inline-block;
    position: relative;
    margin-left: 20px;
    text-transform: capitalize;
    color: #fff;
}
ul.breadcumb li a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.woocommerce .woocommerce-breadcrumb a{
     display: inline-block;
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-weight:400;
}
ul.breadcumb li::after {
    position: absolute;
    right: -20px;
    top: 0;
    content: "/\00a0";
}
ul.breadcumb li:last-child {
    font-weight: 600;
}
ul.breadcumb li:last-child::after{
    display:none;
}
.innerNewsSec .owl-nav{
    text-align:center;
    margin-top:15px;
}
.innerNewsSec .owl-nav button{
    position: relative;
    top: 0;
    left: 0 !important;
    right: 0 !important;
    transform: inherit;
    margin:0px 5px;
}

.custom-contact-form {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  max-width: 700px;
  margin: auto;
  font-family: 'Segoe UI', sans-serif;
}

.custom-contact-form .form-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.custom-contact-form .form-group {
  flex: 1;
  margin-bottom: 20px;
}

.custom-contact-form input,
.custom-contact-form textarea,
.custom-contact-form select {
  width: 100%;
  padding: 12px 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 16px;
  transition: border-color 0.3s;
}

.custom-contact-form input:focus,
.custom-contact-form textarea:focus {
  border-color: #007bff;
  outline: none;
}

.custom-contact-form textarea {
  resize: vertical;
  min-height: 120px;
}

.custom-contact-form .wpcf7-submit {
  background: #007bff;
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
}

.custom-contact-form .wpcf7-submit:hover {
  background: #0056b3;
}
.jobModal .modal-content{
    border-radius:0px;
    background: #fafafa;
}
.jobModal .modal-title{
    font-size:24px;
    text-transform: uppercase;
    font-weight: 600;
    color: #357459;
}
.jobModal label{
    font-weight:600;
}
.jobModal .modal-header{
    border-bottom:none;
}
.jobModal .btn-close{
        background-color: #00fffc;
    filter: invert(1) brightness(5);
    opacity: 1;
}
.shop-filter{
    border: 2px solid #eaedf4;
    margin-top: 30px;
    padding: 32px;
}
.shop-filter.shop-filter-search{
    margin-top:0px;
    padding:0px;
}
.shop-filter.shop-filter-search h3{
    display:none;
}
.shop-filter.shop-filter-search form{
    position:relative;
}
.shop-filter-search .search-field{
    width: 100%;
    height: 63px;
    border: none;
    box-shadow: none;
    padding:10px 55px 10px 35px;
}
.shop-filter-search .search-field:focus{
    outline:none;
    box-shadow:none;
    border:none;
}
.shop-filter-search button{
        position: absolute;
    top: 0;
    right: 0px;
    height: 63px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    font-size: 0px;
    color: transparent;
    background-image: url(images/search-icon-green.png);
    width: 60px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    
}
.shop-filter h3{
    font-size: 22px;
    position: relative;
}

.shop-filter h3::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -14px;
    height: 2px;
    width: 10px;
    background: #00965E;
}
.shop-filter h3::after {
    position: absolute;
    content: "";
    left: 17px;
    bottom: -14px;
    height: 2px;
    width: 25px;
    background: #00965E;
}
.shop-filter ul{
    padding-top:13px;
    margin-bottom:0px;
    padding-left: 0;
}
.shop-filter ul li{
    list-style:none;
        
}
.shop-filter ul li a{
    color: #8a8a8a;
    line-height: 2;
    font-size:16px
}
.shop-filter ul li.active a{
    font-weight:600;
    color: #00965E;
}


.shop-filter-tags ul li{
    display:inline-block;
}
.shop-filter-tags ul li a{
    font-size: 14px;
    color: #8a8a8a;
    line-height: 40px;
    background: #eef3f9;
    border-radius: 6px;
    padding: 0 16px;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-decoration: none;
}
.shop-filter-tags ul li.active a{
    font-weight: 600;
    color: #fff;
    background: #00965E;
}
.shop-filter-tags ul li a:hover{
    color: #fff;
    background: #00965E;
}
.shopList .page-title, .shopList .woocommerce-notices-wrapper, .shopList .woocommerce-result-count{
    display:none;
}
.woocommerce-ordering select{
        border: 1px solid #ddd;
    height: 50px;
    width: 100%;
    padding-left: 20px;
    color: #38383c;
    outline: 0;
    font-size: 14px;
}
.woocommerce-ordering{
    width:100%;
    max-width:270px;
}
.shopList .products.columns-3{
    margin-top:80px;
}
li.product{
    text-align:center;
    
}
li.product .woocommerce-loop-product__link .custom-product-image-wrapper{
    position:relative;
    overflow:hidden;
}
li.product .woocommerce-loop-product__link img{
        width: 100%;
    height: 340px !important;
    object-fit: contain;
    object-position: center center;
}
li.product .woocommerce-loop-product__title{
    display: inline-block;
    font-size: 18px !important;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px !important;
    text-decoration: none;
    margin-top: 20px !important;
}
li.product .woocommerce-loop-product__title:hover{
        color: #00965E;
}
li.product .button{
    display:none !important;
}

li.product .woocommerce-loop-product__link .custom-product-image-wrapper::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -200px;
    height: 100%;
    width: 100%;
    background-color: #00965E8a;
    opacity: 0;
    transition: all linear 0.3s;
}
li.product:hover .woocommerce-loop-product__link .custom-product-image-wrapper::before {
    bottom: 0;
    opacity: 1;
}
li.product .woocommerce-loop-product__link .custom-product-image-wrapper:after{
    content: '';
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    transition: all linear 0.3s;
    opacity: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #fff;
    background-image: url(images/eye-view.png);
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: center;
    
}
li.product:hover .woocommerce-loop-product__link .custom-product-image-wrapper:after{
        top: 50%;
    opacity: 1;
}
.woocommerce nav.woocommerce-pagination ul{
    border:none;
}
.woocommerce nav.woocommerce-pagination ul li{
    margin:0px 5px;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers{
        padding: 10px 15px;
    border: 2px solid #ddd;
    color: #38383c;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers:hover {
    z-index: 2;
    color: #38383c;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers.current {
    background-color: #00965E;
    border: 2px solid #00965E;
    color:#fff;
}
.flex-viewport {
    border: 1px solid #0000000a !important;
    position:relative;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
        background: #357459 !important;
        z-index:1;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before{
        border: 2px solid #ffffff !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after{
    background: #ffffff !important;
}
.flex-control-nav{
    margin-top:30px !important;
}
.flex-control-nav li img{
    width:100%;
    height: 120px !important;
    object-fit: contain;
    border: 1px solid #0000000a !important;
}
.woocommerce-tabs .tabs.wc-tabs {
    padding-left: 0px !important;
    margin-top: 45px !important;
    display: inline-block;
    width: 100%;
}
.woocommerce-tabs .tabs.wc-tabs li{
    padding: 0px !important;
    margin: 0px !important;
}
.woocommerce-tabs .tabs.wc-tabs li a{
    font-size: 18px;
    font-weight: 600 !important;
    border: none !important;
    box-shadow: none;
    line-height: 2;
    padding: 12px 0px !important;
    background:transparent !important;
    border-radius:0px !important;
     border-top:none !important; 
    border-left:none !important; 
    border-right:none !important; 
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before{
    display:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
        border-bottom: 2px solid #ddd;
}
.woocommerce-tabs .tabs.wc-tabs li.active a{
    color: #00965E !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    border-bottom:4px solid #00965E;
    border-top:none !important; 
    border-left:none !important; 
    border-right:none !important;
    background:transparent !important;
    border-radius:0px !important;
   
}
.woocommerce-Tabs-panel h2{
        color: #000;
}
.woocommerce-Tabs-panel h3{
        color: #000;
}
.woocommerce-Tabs-panel p{
        color: #000;
}
.woocommerce-Tabs-panel ul li{
    color: #000;
}
.related.products{
    margin-top:95px
}
.related.products .product{
    margin-bottom:0px !important;
}

.related.products h2{
        font-size: 26px;
    margin-bottom: 25px;
    display: block;
    font-weight: 600;
}
 .newCnt h2{
    padding-right:70px;
}
.product_meta span {
width: 100%;
display: block;
margin: 10px 0px;
}
.product_meta span a{
    color:#000;
    text-decoration:none;
}
.product_meta span.posted_in a, .product_meta span a{
    color:#357459;
}
.innerCnt .woocommerce-breadcrumb{
    display:none;
}

.carousel-control-next-icon, .carousel-control-prev-icon{
    background-color: #337559;
    border-radius: 100%;
    background-size: 18px;
    opacity:1;
}
.carousel-control-next, .carousel-control-prev{
    opacity:1 !important;
}
    
@media (min-width:992px){
    ul.slimmenu li .sub-toggle{
        background-color: transparent !important;
        width: 18px;
        right: -5px;
        height: 42px;
    }
    ul.slimmenu li .sub-toggle i{
        font-size: 16px;
    }
    ul.slimmenu li > ul{
        width: 280px;
        background: #337559;
            padding: 0;
    }
    ul.slimmenu li > ul li{
        width: 100%;
        background: transparent;
    }
    ul.slimmenu li > ul li a{
        color: #fff !important;
        padding: 10px 15px !important;
    }
    ul.slimmenu li > ul li a:hover{
        color: #c4eedc !important;
    }
     ul.slimmenu li > ul li:first-child a{
        padding-left: 15px !important;
     }
    ul.slimmenu li > ul li .sub-toggle{
        width: 38px;
    }
    ul.slimmenu li > ul li .sub-toggle i{
        color: #fff;
    }
    /*.ourProducts{*/
    /*    position:static !important;*/
    /*}*/
    /*.ourProducts ul li ul{*/
    /*    display: flex !important;*/
    /*    opacity:1 !important;*/
    /*    flex-wrap: wrap;*/
    /*    height: auto !important;*/
    /*}*/
    /*.ourProducts ul{*/
    /*    height: auto !important;*/
    /*    background: #000 !important;*/
    /*}*/
   
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes animName {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
@media (min-width:1200px){
    .slimmenu li:first-child a {
        padding-left: 0px !important;
    }

}
@media (min-width: 1600px) {
    .container {
        max-width: 1560px;
    }
}
@media (min-width: 1600px) and (max-width: 1919px){
    .videoBx picture{
        margin-left: -3%;
    }
    .aboutSec:before{
        max-width: 83.5%;
    }
    .counterSec:before{
        max-width: 16.5%;
    }
    .ftCTaBx h2{
        max-width: 54%;
    }
}
@media (max-width: 1599px){
    .slimmenu li a {
        font-size: 14px !important;
        padding: 10px 14px !important;
    }
    .navbarBrand{
        max-width: 183px;
        padding-right: 20px;
    }
    
    .aboutCNt h1{
        font-size: 36px;
    }
    .videoBx picture{
        margin-left: -5%;
    }
    .videoBx:before{
        left: auto;
        right: 0;
        width: 85%;
    }
    body{
        font-size: 14px;
    }
    .roundBx {
        width: 181px;
        height: 181px;
    }
    .aboutSec:before{
        max-width: 84.5%;
    }
    .taskBox {
    padding: 7px 2px 7px;}
    .head h2{
        font-size: 36px;
    }
    .serBX h3{
        font-size: 24px;
    }
    
    .btn{
        font-size: 18px;
    }
    .newCnt h2 a{
        font-size: 20px;
    }
    .ftCTaBx h2{
        font-size: 30px;
    }
    .infoHEad li a{
        font-size: 15px;
    }
    .bannerTitle{
        font-size: 40px;
    }
    .bannerTitle strong, .bannerTitle b{
        font-size: 60px;
    }
    .bannerSub{
        font-size: 40px;
    }
    .bannerText p{
        font-size: 15px;
    }
    .serBX p{
        min-height: 106px;
    }
    .ftBx p{
        font-size: 14px;
    }
    .ftUl li a{
        font-size: 14px;
    }
    .ftTitle{
        font-size: 20px;
    }
    .ftLogo{
        max-width: 234px;
    }
    .partnetBx img{
        height:87px;
    }
    /*.counterList{*/
    /*    padding-top:36px;*/
    /*    padding-bottom:36px;*/
    /*}*/
    .partnetBx{
        padding:17px 15px;
    }
    ul.slimmenu li > ul{
        width: 240px;
    }
    ul.slimmenu li .sub-toggle i {
        font-size: 13px;
    }
    .innerCnt h1{
        font-size:36px;
    }
    .innerCnt h2{
        font-size:24px;
    }
    .innerCnt h3{
        font-size:22px;
    }
    .innerCnt {
        padding: 30px 0px;
    }
    .innerbannerTitle{
        font-size:36px;
    }
    .counterSec:before{
        max-width:15.5%;
    }
    .counterList .countBx{
        padding-left:37px;
        padding-right:37px;
    }
}

@media (max-width: 1399px){
    .navbarBrand {
        max-width: 163px;
        padding-right: 20px;
    }
    .searchBX input[type=text]{
        min-width: 223px;
        max-width: 223px;
    }
    .headerRgt{
        max-width: 85%;
    }
    .bannerSlider .owl-nav{
        right: 5vh;
    }
    
  
    .serBX {
        padding-right: 30px;
    }
    .newBx .newCnt {
        padding-left: 15px;
        padding-right: 15px;
    }
    .ftCTaBx h2{
        max-width: 60%;
    }
    .roundBx {
        width: 131px;
        height: 131px;
        padding: 21px;
    }
    .aboutCNt h1 {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .slimmenu li a{
        padding: 10px 10px !important;
    }
    ul.slimmenu li .sub-toggle{
        right: -8px !important;
    }
    .videoBx picture img{
        max-height:410px;
    }

}

@media (max-width:1199px){
    .headerMenu{
        flex-direction: row-reverse;
    }
    .menu-collapser{
        background-color: transparent;
    }
    ul.slimmenu{
        position: absolute;
        right: 0;
        top: 100%;
        background: #fff;
        width: 100%;
        max-width: 400px;
        display:none;
    }
    .mainNav{
        position: relative;
    }
    ul.slimmenu li a {
        text-align: left !important;
    }
    ul.slimmenu > li{
        padding: 0px 10px;
    }
    .slimmenu li a {
        padding: 10px 0px !important;
    }
    ul.slimmenu li .sub-toggle {
        right: 0px !important;
        background: #337559 !important;
        width: 38px;
    }
    ul.slimmenu li .sub-toggle i{
        color: #fff;
    }
    ul.slimmenu li > ul {
        width: 100%;
        background: transparent;
    }
    ul.slimmenu li > ul li a {
        color: #414141 !important;
    }
    ul.slimmenu li > ul li a i{
        display: none;
    }
    .bannerTitle {
        font-size: 30px;
    }
    .bannerTitle strong, .bannerTitle b {
        font-size: 50px;
    }
    .bannerTitle strong, .bannerTitle b {
        font-size: 50px;
    }
    .bannerText p {
        font-size: 16px;
    }
    .taskBox {
        padding: 18px 0px 7px;
    }
    .taskBox h2{
        font-size: 20px;
    }
    .floatIcon {
        width: 82px;
    }
    .aboutCNt{
        padding: 0px;
    }
    .aboutCNt .btn {
        margin-top: 10px;
    }
    .aboutSec{
        padding: 120px 0px 60px;
    }
    .roundBx{
        top: -26%;
    }
    .videoBx picture {
        margin-left: -10px;
    }
    .videoBx:before{
        border: solid 4px #e2e2e2;
    }
    .counterSec:before{
        display: none;
    }
    .counterList .countBx{
        padding-top: 0px;
    }
    .serBX h3 {
        font-size: 20px;
    }
    .serBX{
        padding: 25px 15px;
    }
    .serBX picture{
        width: 110px;
        height: 110px;
    }
    .btn {
        font-size: 16px;
    }
    .newCnt .postAdmin{
        font-size: 13px;
    }
    .newBx .newCnt h2{
        line-height: 1;
    }
    .newBx .newCnt h2 a{
        font-size: 18px;
    }
    .ftCTaBx h2 {
        font-size: 24px;
    }
    ul.slimmenu li ul li {
        background: transparent;
    }
    .innerbannerTitle{
        font-size: 32px;
    }
    .innerCnt h1{
        font-size: 32px;
    }
    .innerCnt h2{
        font-size: 24px;
    }
    .innerCnt h3{
        font-size: 22px;
    }
    .innerCnt h4{
        font-size: 20px;
    }
    .newsSlider .owl-nav button.owl-prev, .newsSlider .owl-nav button.owl-next{
        left: 0;
        right: 0;
        position: relative;
        transform: inherit;
        margin: 0px 5px;
        width: 50px;
        height: 50px;
    }
    .newsSlider .owl-nav{
        text-align: center;
        margin-top: 15px;
    }
    .contactDetails ul li{
        padding: 45px 15px !important;
    }

    .contactDetails .headDetails li a .hContent p {
        font-size: 20px;
    }
    
    .contactDetails .headDetails li a .hContent {
        max-width: 80%;
    }
    .mega-parent{
        display:none !important;
    }
    li.product .woocommerce-loop-product__link img{
        height:250px !important;
    }
}

@media (max-width:991px){
    .headerRgt {
        max-width: 100%;
    }
    .headerTop{
        flex-wrap: wrap;
    }
    .infoHEad{
        width: 100%;
        text-align: center;
    }
    .languageBtn{
        margin-right: inherit;
        margin-left: inherit;
        display: inline-block;
    }
    .mmRGT {
        width: 100%;
        text-align: center;
        justify-content: center;
        margin-top: 15px;
    }
    .headerMenu {
        flex-direction: inherit;
    }
    .headerMenu .searchBX{
        display: none;
    }
    .headerMenu {
        padding: 6px 0px;
        align-items: center;
    }
    .navbarBrand {
        max-width: 143px;
    }
    .bannerTitle {
        font-size: 20px;
    }
    .bannerTitle strong, .bannerTitle b {
        font-size: 40px;
    }
    .bannerSub {
        font-size: 30px;
    }
    .roundBx{
        display: none;
    }
    .videoBx picture {
        margin-left: 0;
        width: 100%;
    }
    .videoBx:before{
        display: none;
    }
    .aboutSec{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .aboutSec:before {
        max-width: 100%;
    }
    .aboutCNt{
        text-align: center;
        padding-top: 25px;
    }
    .aboutCNt p{
        text-align-last: center;
    }
    .bbrNone{
        border-right: none;
    }
    .countBx h2{
        font-size: 17px;
                line-height: 1.6;
    }
    .countBx .countNo {
        font-size: 40px;
    }
    .pPad {
        padding: 30px 0px;
    }
    
    .serviceSec {
        margin-top: 30px;
    }
    .serBX p {
        min-height: auto;
    }
    .serBX{
        margin-bottom: 15px;
    }
    .newsSec  .newBx{
        margin-bottom: 15px;
    }
    .ftCTaBx h2 {
        font-size: 20px;
    }

    .ftCTaBx .btn{
        font-size: 16px;
        padding: 15px 27px;
    }
    .ftCTaBx{
        padding-right: 27px;
    }
    .innerCnt h1{
        /* font-size: 24px; */
    }
    .innerCnt h2{
        font-size: 22px;
    }
    .innerCnt h3{
        /* font-size: 20px; */
    }
    .innerCnt h4{
        font-size: 18px;
    }
    .newsSlider .owl-nav button.owl-prev, .newsSlider .owl-nav button.owl-next{
        
        width: 40px;
        height: 40px;
    }
    .innerbannerTitle{
        font-size: 28px;
    }
    .innerBanner{
        min-height: 460px;
    }
    .innerCnt{
        padding: 30px 0px;
    }
     .errorText h2{
        font-size: 30px;
        line-height: 1.2;
    }
    .contactDetails ul li{
        max-width:100%;
        border-right:none;
        border-bottom:solid 1px #0000001a;
    }
    .contactDetails ul li:last-child{
        border-bottom:none;
    }
        .videoBx picture img {
        max-height: 360px;
    }
        .counterList .countBx {
        padding-left: 7px;
        padding-right: 7px;
    }
        li.product .woocommerce-loop-product__link img {
        height: 190px !important;
    }
    
    
}

@media (max-width:767px){
    .bannerBottom{
        margin-top: 0px;
        background: #357459;
    }
    .bannerBottom:after{
        display: none;
    }
    ul.slimmenu{
        max-width: 100%;
    }
    .bannerTitle strong, .bannerTitle b {
        font-size: 30px;
    }
    .bannerSub {
        font-size: 20px;
    }
    .headerTop{
        display: none;
    }
    .bannerImg img{
        min-height: 575px;
    }
    .bannerSlider .owl-nav {
        right: 0;
        bottom: 10px;
        width: 100%;
        text-align: center;
    }
    .bannerSlider .owl-nav button{
        width: 43px;
        height: 43px;
    }
    .counterList .countBx{
        max-width: 50%;
    }
    .counterList{
        flex-wrap: wrap;
    }
    .head h2 {
        font-size: 24px;
    }
    .socialLinks li{
        margin-left: 3px;
    }
    .errorSec {
        padding-top: 100px !important;
    }
    .innerbannerTitle {
        font-size: 26px;
        text-align: center;
        width: 100%;
        display: block;
    }
    .contactDetails h3{
        text-align: center;
    }
    .mapBx{
        height:400px;
    }
    ul.breadcumb{
        text-align:center;
    }
    .innerBanner {
        min-height: 310px;
    }
        .videoBx picture img {
        max-height: 310px;
    }
    .countBx h2 {
            background-size: 19px;
        padding-left: 25px;
        line-height: 1.6;
}
}
@media (max-width:575px){
    .taskBox{
        text-align: center;
    }
    .taskBox h2{
        max-width: 100%;
    }
    .brRight{
        border-right: none;
        border-bottom: solid 1px #ffffff1a;
    }
    .floatIcon{
        display: none;
    }
    .counterList .countBx:nth-child(2){
        border-right: none;
    }
    .partnerSlider .owl-nav button.owl-next {
        right: 0;
    }
    .partnerSlider .owl-nav button.owl-prev {
        left: 0;
    }
    .ftCTaBx h2 {
        font-size: 17px;
    }
    .ftCTaBx .btn {
        font-size: 14px;
        padding: 12px 20px;
    }
    .footerCTa{
        margin-top: 30px;
    }
    .ftBxRgt {
        padding-right: 15px;
    }
    .cpBxCnt{
        flex-wrap: wrap;
        justify-content: center;
    }
    .cpBxCnt p{
        margin-bottom: 15px;
    }
    ul.slimmenu{
        max-height: 500px;
        overflow: auto;
    }
    .innerCnt img{
        margin-top: 15px;
    }
    .errorText h2 {
        font-size: 21px;
        line-height: 1.2;
        margin-bottom: 15px;
    }
   
    .contactForm{
        margin-top: 0px;
    }
    .contactDetails ul li {
        padding: 25px 15px !important;
    }
        .videoBx picture img {
        max-height: 280px;
    }
    .jobModal .modal-title {
    font-size: 18px;}
    .newCnt h2 {
        padding-right: 100px;
    }
    li.product .woocommerce-loop-product__title{
        font-size:14px !important;
    }
    .woocommerce .woocommerce-breadcrumb{
        margin-top:15px;
        text-align:center;
    }
    .woocommerce div.product .product_title{
        font-size:20px;
        text-align:center;
    }
    .product_meta span{
        text-align:center;
    }
    .woocommerce div.product div.summary{
         text-align:center;
    }
    .woocommerce-ordering{
        max-width:100%;
    }
    .shop-filter-widget{
        margin-top:25px;
    }
    li.product .woocommerce-loop-product__link img {
        height: auto !important;
    }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
        margin-bottom:15px !important;
    }
}
@media (max-width:479px){
    .bannerSub{
        font-size: 16px;
    }
    .taskBox picture{
        width: 57px;
        height: 57px;
    }
    .playBtn{
        width: 80px;
        height: 80px;
    }
    .playBtn span{
        font-size: 20px;
    }
    .aboutCNt h1{
        font-size: 26px;
    }
    .newBx .newCnt{
        padding-right: 0px;
        padding-left: 0px;
    }
    .ftCTaBx{
        flex-wrap: wrap;
        justify-content: center;
    }
    .ftCTaBx h2 {
        max-width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .ftCTaBx {
        padding-right: 15px;
        border-radius: 0px 15px 15px 0px;
    }
    .ftLogo {
        max-width: 100%;
        margin: 0px auto;
        display: inline-block;
        margin-bottom: 15px;
        text-align: center;
    }
    .ftLogo img{
        width: 100%;
        max-width: 150px;
        display: inline-block;
    }
    .ftBx{
        text-align: center;
    }
    .footerTop {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .ftContact li{
        flex-wrap: wrap;
        justify-content: center;
    }
    .ftContact li i {
        margin-right: 0;
        top: 0;
        width: 100%;
        margin-bottom: 5px;
    }
    .head {
        margin-bottom:15px;
    }
    .bannerText .bannerBtn {
        margin-bottom:10px;
    }
    .bannerBtn{
        font-size: 16px;
    }
    .innerCnt h1 {
        font-size: 26px;
    }
        .videoBx picture img {
        max-height: 260px;
    }
}

@media (max-width:375px){
    .bannerTitle strong, .bannerTitle b{
        font-size: 26px;
    }
    .aboutCNt h1{
        font-size: 24px;
    }
    .countBx h2 {
        font-size: 14px;
    }
    .countBx .countNo {
        font-size: 30px;
    }
    .counterList .countBx {
        padding-left: 7px;
        padding-right: 7px;
        border-right: solid 1px #ffffff3d;
    }
    .counterList .countBx:nth-child(3), .counterList .countBx:nth-child(4){
        border-top: solid 1px #ffffff3d;
    }
    .cpBxCnt p {
        font-size: 12px;
        text-align: center;
    }
    .innerCnt h1 {
        font-size: 24px;
    }
    .innerCnt h2 {
        font-size: 24px;
    }
        .videoBx picture img {
        max-height: 180px;
    }
}

@media (min-width:992px){
    .mega-parent{
        position:static !important;
    }
    .mega-parent a{
        position:relative;
    }
    .mega-parent a:before{
        content:'';
                width: 20px;
        height: 20px;
        display: block;
        position: absolute;
        right: -7px;
        top: 11px;
        background: url(images/down-chevron.png);
        background-size: 18px;
        background-position: center center;
    }
    .mega-parent .mega-menu-wrapper{
        max-height: 500px;
        position: absolute;
        top: auto !important;
        left: 0;
        width: 100%;
        background:#337559;
        overflow: auto;
        padding:45px 15px;
        height:0px;
        opacity:0;
        transition:all ease-in-out 0.3s !important;
        -webkit-transition:all ease-in-out 0.3s !important;
        
    }
    .mega-parent:hover .mega-menu-wrapper{
        display:block !important;
        height:100% !important;
        opacity:1 !important;
        min-height: 500px;
        transition:all ease-in-out 0.3s !important;
        -webkit-transition:all ease-in-out 0.3s !important;
        
    }
    .mega-parent .mega-menu-wrapper a:before{
        display:none;
    }
    .mega-parent .mega-menu-wrapper .mega-row{
        display:flex;
    }
    .mega-parent .mega-menu-wrapper .mega-row .mega-categories{
        width:100%;
        max-width:20%;
    }
    .mega-parent .mega-menu-wrapper .mega-row .mega-categories a{
        font-weight: 600;
        padding: 10px 15px !important;
        border-bottom: solid 1px #cbcbcb;
        text-align:left;
        color:#fff !important;
    }
    .mega-parent .mega-menu-wrapper .mega-row .mega-categories a:hover{
        color:#c4eedc !important;
    }
    .mega-parent .mega-menu-wrapper .mega-row .mega-products{
        width:100%;
        max-width:80%;
    }
    .tab-products{
        display:flex;
        flex-wrap: wrap;
    }
    .tab-products .prod{
        width: 100%;
        max-width: 25%;
        text-align: center;
    }
    .tab-products .prod span{
        margin-top: 20px;
        display: block;
        color:#fff !important
    }
    .tab-products .prod:hover span{
        color:#c4eedc !important;
    }
    .tab-subheading{
        color: #fff;
        padding: 0px 25px;
        font-size: 20px;
                width: 100%;
    }
}
