*{margin: 0px;padding: 0px;box-sizing: border-box;}
:root{
    --brown:#A6794E;
   --green:#182B09;
   --green1:#7cb048;
}
body{font-family:"Poppins", sans-serif;;font-size: 18px;line-height: 26px;overflow-x: hidden;font-weight: 400;color:#313131;}
h1,h2,h3,h4,h5,h6{color:#333333;font-weight:600;}
a{color:#0d0d0d;cursor:pointer;}
.sp-sticky,header{
	width: 100%;height: auto;
    display: block;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.sp-sticky-child{
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
ul{list-style-type: none;}a{text-decoration: none;}.ncontainer {
    width: 90%;
    margin: 0px auto;
}.container{width: 80%;margin: 0px auto;}.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pt0 {padding-top:0 !important;}
h2.ucase.tc.mb3.tagfont.mxauto.tw {
    color: #fff;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}/* side menu */
.side-menu-wrap {margin-top:180px;width: 300px;position: fixed;left: -100%; top: 0;background: #fff;height: 100%; -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2); box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  overflow-y: auto; z-index: 9999; transition: .4s; -webkit-transition: .4s; -moz-transition: .4s; -ms-transition: .4s; -o-transition: .4s;}
.side-menu-wrap.opened {left: 0;transition: .8s; -webkit-transition: .8s;-moz-transition: .8s;  -ms-transition: .8s; -o-transition: .8s;}
p{text-align: left;}
.main-menu .sub-menu li{line-height: 24px;}.main-menu .sub-menu a{text-transform: capitalize;}
.side-menu-logo { border-bottom: 2px solid #FE8204;}
.header-sticky .side-menu-wrap{padding-top:100px;margin-top:0px;}
.side-menu-nav .main-menu>li {position: relative;border-bottom: 1px solid #ccc;}

.side-menu-nav .main-menu>li>a>i {color: #03328E;}

.side-menu-nav .main-menu .sub-menu {border-top: 1px solid #431b0e;background: #fff;display: none;}

.side-menu-nav .main-menu .sub-menu li {border-bottom: 1px solid #eee;}

.side-menu-nav .main-menu .sub-menu a {padding: 15px 18px;display: block;color: #212529;font-weight:500;font-size: 16px;transition: .4s;-webkit-transition: .4s;-moz-transition: .4s;-ms-transition: .4s; -o-transition: .4s;font-family:"Titillium Web", sans-serif; }

.side-menu-nav .main-menu .sub-menu a i {color: #03328E;}

.side-menu-nav .main-menu .sub-menu~i {position: absolute;padding: 17px 11px;right: 0;top: 0;border-left: 1px solid #ccc;}

.side-menu-nav .main-menu .sub-menu a:hover {background:var(--green);color: #fff;}

.side-menu-nav .main-menu>li>a {color: #212529;padding: 13px 30px 13px 10px;font-weight: 600;display: block;transition: .4s;-webkit-transition: .4s;-moz-transition: .4s; -ms-transition: .4s; -o-transition: .4s;}

.side-menu-wrap .side-menu-close {position: absolute; right: 0; top: 0; height: 30px;width: 30px;border-radius: 0;-webkit-border-radius: 0;-moz-border-radius: 0;-ms-border-radius: 0; -o-border-radius: 0;}

.side-menu-close { height: 43px;width: 43px;background:var(--sblue);border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;}

.side-menu-close span{height: 2px;width: 20px;background:#fff;position: relative;opacity: 1;transition: .4s;-webkit-transition: .4s; -moz-transition: .4s; -ms-transition: .4s; -o-transition: .4s;}

.side-menu-close span:nth-child(1){top: -5px;}

.side-menu-close span:nth-child(3){bottom: -5px;}

.side-menu-close.closed span:nth-child(1) {transform: translateY(7px) rotate(45deg);-webkit-transform: translateY(7px) rotate(45deg);-moz-transform: translateY(7px) rotate(45deg);-ms-transform: translateY(7px) rotate(45deg); -o-transform: translateY(7px) rotate(45deg);}

.side-menu-close.closed span:nth-child(2) {opacity: 0;}

.side-menu-close.closed span:nth-child(3) {transform: translateY(-7px) rotate(-45deg); -webkit-transform: translateY(-7px) rotate(-45deg); -moz-transform: translateY(-7px) rotate(-45deg); -ms-transform: translateY(-7px) rotate(-45deg); -o-transform: translateY(-7px) rotate(-45deg);}
/*  custom overlay */
.custom-overlay { position: fixed;left: 0;top: 0;background: rgba(0, 0, 0, .4);z-index: 12500;visibility: hidden;opacity: 0;transition: .4s; -webkit-transition: .4s;-moz-transition: .4s; -ms-transition: .4s;-o-transition: .4s;}
.stretched-link::after{position: absolute;top: 0;right: 0;bottom: 0;left: 0;z-index: 1;content: "";background-color: rgba(0,0,0,0);}
.custom-overlay.show {visibility: visible;opacity: 1;transition: .4s;-webkit-transition: .4s;-moz-transition: .4s;-ms-transition: .4s;-o-transition: .4s;}.justify-content-center {-ms-flex-pack: justify!important; justify-content: center !important;}
.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.d-block {
    display: block!important;
}
.d-none {
    display: none!important;
}
@media (min-width: 1100px){
.flex-lg-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
.align-items-lg-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}.d-lg-block {
    display: block!important;
}.d-lg-none {
    display: none!important;
    }.sub-menu{display: none;}
}.sp-sticky {
    width: 100%;padding:10px 0px;
    height: auto;
    display: block;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}.sp-active {
    box-shadow: rgb(0 0 0 / 10%) 0 2px 4px;
}.header-logo svg,.header-logo{width:120px;height:auto;}.sp-active svg{width:90px;height:auto;}header svg{transition:all 0.3s ease;width:240px;}
header .container{position:relative;}.orange{color:var(--orange1);}footer a:hover{color:var(--red);}.sp-active svg{fill:var(--brown);}
.orange1{color:var(--orange1);}
.copyright .left span{padding:0px 0px 0px 5px;}
.angdown svg {
    transform: rotate(450deg)!important;
}.side-menu-nav svg {
    transition: all .1s linear;
}
.sp-sticky.sp-active {
    box-shadow: rgb(0 0 0 / 10%) 0px 2px 4px;
    background: #fff;height:auto;
}
header .main-menu>li>a{padding:0px 1.4vw;color:#fff;font-size: 16px;display: flex !important;align-items: center;height:90px;transition:all 0.3s ease;}
.main-menu a span{position: relative;display: flex;text-transform:capitalize;font-weight:400;transition:all 0.3s ease;}
.main-menu a.active span::after,.main-menu a:hover span::after{position: absolute;content:'';
  width:15px;
  height:10px;
   background:url('images/arrow.png') no-repeat;background-size:contain;margin-top:-10px;transition:all 0.3s linear;
}.sp-active.sp-sticky .main-menu a:hover span{color:var(--brown) !important;}.sp-sticky .main-menu a:hover span{color:#acdc7c;}
footer{background:#182B09;}
.fwrap {
    display: grid;
    grid-template-columns:15% 20% 20% 20%;
    padding: 70px 0px;align-items:center;
    justify-content: space-between;
}

.copyright .container {
    display: flex;flex-wrap:wrap;
    justify-content: space-between;
    padding: 14px 0px;border-top:1px solid #ffffff54;
}
footer h2{margin-bottom:15px;font-size:20px;color: #fff;font-weight:400;}.flinks li{margin-bottom:10px;text-transform: capitalize;}.flinks li:last-child{margin-bottom:0px;}
footer img{margin-bottom:20px;}
.fcname{font-weight:500;font-size:20px;margin-bottom:15px;color:#fff;}.cinfo p{margin-bottom:15px;}
.sicons svg{width:24px;height:24px;}
.sicons {
    display: flex;
    margin-top: 15px;
}
.sicons svg path{fill:var(--green);transition:all 0.3s ease;}
.sicons .youtube svg,.sicons .twitter svg{width:18px;height:28px;}
.sicons li{padding:0px 15px 0px 0px;}.sicons a:hover{background:#acdc7c;}
.enquiry{padding:30px 0px;position:relative;background:url(images/bg-2.png) no-repeat;background-color:var(--green);
mix-blend-mode:multiply;background-size:cover;}
.enquiry, .enquiry a{color:#fff;}
.enquiry p{font-size:30px;line-height:1.1;font-weight:400;font-family:"Titillium Web", sans-serif;}
.egrid{display:grid;grid-template-columns:60% 25%;flex-wrap:wrap;justify-content:space-between;align-items: center;gap:20px 20px;position:relative;z-index:9;}
.enquiry p:last-child{text-align:center;display: flex;justify-content: center;}
.enquiry a{transition:all 0.3s linear;font-size:20px;border:1px solid #fff;z-index:1;padding:10px 20px;margin-top:0px;line-height:1;}
.enquiry a::after,.enquiry a::before{display:none;}
.enquiry a:hover{background:var(--brown);padding:10px 20px;border-color:var(--brown);}

.cbtn,.modal1 .cbtn{padding:8px 22px;display:inline-flex;margin-top:20px;text-transform:capitalize;transition:all 0.3s linear;
font-size:15px;}
.swiper a{position:absolute;right:-20px;border: 0px solid #6a6b6a;z-index:auto;}
.pspace3{padding:30px 0px;}.pspace5{padding:50px 0px;}
.sblue{color:var(--sblue);}.mb1{margin-bottom:15px;}
.f20{font-size:20px;line-height:28px;}.pspace{padding:100px 0px;}.hproducts{background:#f2f8fd;}
.textWrapper .d-flex{align-items:center;justify-content: space-between;width:90%;z-index:9;}
.plus::after {
    content: "%";font-size:30px;
    display: inline-block;
}.swiper a:hover{background:#e65326;}.swiper a:hover::before{border-bottom-color:#e65326;}
.swiper a::before{content:'';border-left: 14px solid transparent;position:absolute;
    border-right: 14px solid transparent;
    border-bottom: 21px solid #940808;
    top: -9px;
    right:-4px;transform:rotate(90deg);z-index:-1;transition:all 0.3s ease;}
.kplus::after {
    content: "K";
    display: inline-block;
}
.certslider  .owl-dots {
    display:none;margin-top:10px;
}
.owl-carousel .owl-dot {
    background-color: #ccc !important;
    padding: 5px !important;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    margin: 0px 10px;
    outline: 0px;
}
.header-logo{position: relative;
    overflow: hidden;}
.ch2{font-size: 40px;line-height:40px;letter-spacing: 0px;}
.habt{display: grid;grid-template-columns: 40% 55%;width:90%;margin:0px auto;position: relative;
    z-index:9;
    justify-content: space-between;
    align-items:flex-start;}
.tright{text-align:right;}.habt p{margin:0px 0px 20px;font-size:25px;line-height:36px;}.islider .owl-item img{width:auto;margin-left: auto;}
.lfont{font-size: 80px;position:relative;
    opacity: 0.1;
    margin-right: 100px;color:#323131;
    transition:all 0.3s ease;
	margin-top:30px;}
.lfont:hover {
  color: var(--blue);opacity:0.3;
}
.habt2{display: flex;justify-content: flex-end;}.habt2 p{text-align:center;padding-left:8%;position:absolute;}
.habout{padding:0px 0px 100px;}
.hblog{overflow-x:hidden;padding-bottom:0px;}
.hbloglist .owl-item{background:#fff;transition:all 0.3s ease;position:relative;}
.hbloglist .owl-item::after,.clientlist .c1::after{content:'';position:absolute;background:#e1d8ce;width:100%;height:4px;left:0;bottom:0;}
.hbloglist .owl-item::before,.clientlist .c1::before{content:'';position:absolute;background:#f47e20;width:100%;height:4px;left:0;bottom:0;z-index:1;transform:scaleX(0);transition:all 0.4s ease;}
.hbloglist .owl-item:hover:before,.clientlist .c1:hover:before{transform:scaleX(1);}
.hbloglist .owl-stage{display:flex;}.hbloglist p{margin:20px 0px 80px;}
.ch3{font-size:24px;line-height:26px;letter-spacing: -1px;}
.blogdesc a{position:absolute;bottom:30px;border:1px solid #b9b7b3;}.hbloglist,.hproject{padding-top:20px;margin-bottom:30px;}.rslider .owl-dots{display:block !important;text-align:center;margin-top:20px;}
.actdot .owl-dot.active{background-color:var(--green) !important;}
.alist .owl-stage-outer,.rslider .owl-stage-outer {overflow: visible;}
.alist .owl-item,.rslider .owl-item {opacity: 0;transition: opacity 500ms;background:#f1ede8;padding:0px 20px 20px;}.alist .owl-item.active,.rslider .owl-item.active{opacity: 1;}
.rname{margin-top:15px;font-weight: 500;color:var(--red);}.hbloglist .owl-dots button,.rslider .owl-dots button{background-color:#c0c0c0 !important;}.alist .owl-stage{display:flex;}
.htesti .lfont{text-align:right;}.rslider{margin:40px auto 0px;position:relative;overflow:hidden;}
.grey{background:#f4f4f4;}.rcrow{display:flex;flex-wrap:wrap;justify-content:space-between;}
.htesti .owl-dots{text-align:right;}.htesti h2{margin-bottom:25px;}
.clientslider img{transition:all 0.3s ease;margin:0px auto;width:120px !important;}
.clientslider .owl-item:hover img,.clientslider .bslide:hover img{filter: grayscale(0);}
.certslider .icon,.bimg img, .transeff{transition:all 0.3s ease;}
.certslider .slide1:hover .icon{transform:scale(1.1);}
.carrows svg{width:28px;height:28px;}
.habt .linec{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:7;overflow:hidden;}
.fade {
  transition: opacity .15s linear;
}
.fade:not(.show) {
    opacity: 0;
}

.abtext{display:flex;align-items:center;gap:20px 75px;}
.abtext h2{border-right:1px solid #ccc;padding-right:75px;}.abtext p{display: flex;justify-content: flex-end;}
.islider .owl-nav{display:none;}
.islider .owl-nav button.owl-prev{position: absolute;left: 10px;top: 50%;display: block;padding: 0 .3em !important;font-size: 2em;margin: 0;cursor: pointer;color: #323131;transform: translate(-50%, -50%);}.islider .owl-nav button.owl-next{position: absolute;right:-40px;top: 50%;display: block ;padding: 0 .3em !important;font-size: 2em ;margin: 0;cursor: pointer;color: #323131;transform: translate(-50%, -50%);}.trow .t2{position:relative;overflow:hidden;}
.islider .owl-dots,.pslider .owl-dots{text-align:center;}.sub-banner{flex-direction:column;align-items:center;justify-content:center;
    background: #ccc;display:flex;align-items: center;flex-wrap:wrap;position:relative;background-size:cover;}
.breadcrumb{display: flex;
    list-style-type: none;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0px 0px 5px;}
.breadcrumb svg{margin:0px 5px;}.breadcrumb li{font-size:16px;display:flex;align-items:center;}.sub-banner h1{color:#fff;font-size:44px;line-height:50px;font-weight:500;}
.center{display:flex;flex-wrap: wrap;align-items:center;justify-content:center;}.vm-cards h2{color:var(--blue);font-size:30px;}

.backButton {
    cursor: pointer;
    position: fixed;
    bottom: 3rem;
    right: 2rem;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    transition: transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
}.backButton__bg {
    position: absolute;
    z-index: -1;
    border-radius: 100%;
    width: 100%;
    height: 100%;background:#acdc7c;
}.backButton:hover .backButton__bg{background-color:var(--brown);}.backButton:hover path{fill:#fff;}
.backButton__icon__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.backButton__icon__wrap svg{width: 20px;height: 20px;}
.sse {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    position: fixed;
    opacity:0;display:none;
    bottom: 20%;justify-content:center;
    z-index: 999;background:var(--green);
    right: 0px;
    font-weight: 600;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
    transform: rotate(180deg);
}
.sse:hover a{color:#fff;background: var(--brown);}
.sse a {padding:30px 10px;color:#fff;white-space:nowrap;font-weight:300;font-size:16px;}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}.show {
    display: flex;
    opacity: 1;
    align-items: center;
}.modal {
    background: rgb(0 0 0 / 50%);
    z-index: 9999999;
}.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}.fade {
    transition: opacity .15s linear;
}.modal.right.fade.show .modal-dialog {
    right: 0;
}.modal.right.fade .modal-dialog {
    right: -500px;
    -webkit-transition: opacity .3s linear, right .5s ease;
    -moz-transition: opacity .3s linear, right .5s ease;
    -o-transition: opacity .3s linear, right .5s ease;
    transition: opacity .3s linear, right .5s ease;
    bottom: 0;
}.modal.right .modal-dialog {
    position: fixed;padding:
    margin: auto;
    height: auto;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.modal-content {
    background:#fff;
}.modal-title {
    width: 100%;
    font-size: 26px;
}
.col-md-12{width:100%;}.modal1 .modal-body{padding:15px;}
.modal-header {
    border-bottom: 1px solid #c1c1c1;padding: 18px 20px;
}.modal.right .close {cursor:pointer;
    position: absolute;
    right: 20px;
    top:15px;
    outline: 0;text-shadow: none;
    opacity: .8;
    color: #000;
    font-size: 26px;    background: transparent;
    border: 0px;
}.modal.right .close:hover{opacity:1;}
.contactpage .sse{display:none !important;}.fcol1 .nowrap{color:var(--sblue);transition: all 0.3s ease;}.fcol1 .nowrap:hover{color:var(--blue);}
.enbtn{position:relative;border-radius:5px;text-transform:uppercase;}header .main-menu .enbtn{height:auto !important;padding:9px 20px 9px;color:#fff !important;z-index:1;margin-left:20px;}
img{max-width:100%;}
.enbtn::after,.ltalk::after,.cbtn::after{content:'';position:absolute;left: 0;top:0;width:0;height:100%;background:var(--orange);transition:all 0.5s ease;z-index:-1;}

header .main-menu .enbtn:hover::after,.ltalk:hover::after,.cbtn:hover::after,.cbtn1:hover::after{width:100%;}.ltalk{position:relative;}
.clientslider{width:95%;margin:40px auto 0px;}
.carrows .owl-prev, .carrows .owl-next{position: absolute;top:45%;left: -20px;}
.carrows .owl-next{right: -20px;left: auto;}
.hbloglist h3{color:#e65326;margin-top:25px;}.bimg{position:relative;overflow:hidden;display:flex;}
.hbloglist .owl-item:hover img{transform:scale(1.1);}
.rslider .owl-item{transition:all 0.3s ease;padding:0px;}.rslider .owl-item:hover{background:#fffbf5;box-shadow:8px 8px 0px rgb(102 158 63 / 50%);}
.rslider .f20{color:var(--orange1);font-weight:600;}.tc{text-align:center;}
.rslider::after{content:'';position:absolute;background:url(images/quote.png) no-repeat;width: 60px;height: 50px;right: 0px;top: -65px;background-size: contain;}
.wicon{display:grid;grid-template-columns:repeat(5,1fr);gap:40px 0px;margin-top:60px;}.wicon .item p{text-align:center;}.wicon .bimg{justify-content:center;margin-bottom:10px;}
.wicon img{transform:scale(0.9);}.wicon .item:hover img{transform:scale(1);}.wicon p{width:50%;margin:0px auto;line-height:20px;}
.vmbtn .bimg{width:90px;height:90px;display:flex;align-items: center;justify-content:center;margin:0px auto 10px;}.vmbtn .bimg div{background:#f58640;border-radius:50%;padding:10px;
    display:flex;transition:all 0.3s ease;}.vmbtn svg{width:30px;height:30px;}
.vmbtn svg path{fill:#fff;}.vmbtn:hover .bimg div{background:var(--red);}.vmbtn:hover a{color:var(--red);}.vmbtn a{display:flex;justify-content:center;}
.wus .container{position:relative;}
.wus .container::after{content:'';position:absolute;background: url(images/colors.webp) no-repeat;right:0;bottom:-100px;
    width: 100%;height: 9px;background-position: right;}
.hprod,.bl{position:relative;background:#F3F5FA;}
.hprow,.hprow1{display:flex;flex-wrap: wrap;gap:20px;}
.hp1,.hpr1{width:25%;}.hp2{width:72%;display:grid;grid-template-columns: repeat(2,1fr);gap:20px;}
.hpr2{width:72%;}.hp21,.hpr2{position:relative;display:flex;overflow:hidden;}.hp21 h3,.hpr2 h3{position:absolute;right:0;bottom:0;padding:10px 20px;background:#6e6e6e;}
.hprow img,.hprow1 img{width:100%;transition:all 0.3s ease;}.hprow1{margin-top:20px;}.hp1{background:#f47e20;position:relative;}
.hprod h3{margin:10px 0px 5px;font-size:24px;font-weight:600;transition:all 0.3s ease;}.hp1::after,.hpr1::after{content:'';position:absolute;bottom:0;background:url(images/paver-block-pattern.webp) no-repeat;background-size:contain;width: 100%;
    height: 100%;background-position: bottom center;}.hp1 h3,.hpr1 h3{font-size:34px;padding:30px 20px 20px;line-height: 32px;}.hpr1{background:#f2a722;position:relative;}.hpr3 h3 {z-index: 999;position: relative;}
.hpr1::after{background:url(images/wall-pattern.webp) no-repeat;background-size:contain;background-position: bottom center;}
.hp21:hover img,.hpr2:hover img{transform:scale(1.05);}.ch4{font-size:26px;font-weight:600;}
.facts {
    display: grid;grid-template-columns:repeat(2,1fr);gap:50px 0px;
}
.facts span{color:#000;font-size:30px;display:flex;margin-top:10px;}.facts p{font-size:22px;margin:0px;}
.awrap{width:80%;margin:0px auto;}  
.count {
    font-size:50px;
    color:#254189;
    margin-bottom:5px;
    font-weight:600;
}
.fcont{display:flex;flex-direction: column;gap:15px;}
.fdata{text-align:left;padding:0px 20px 0px;}.cbtn1{background: var(--red);border: 1px solid #b9b7b3;position: relative;color:#fff;z-index:1;}
.banner::after{content:'';position:absolute;background:url(images/tt.png) no-repeat;background-size:contain;width: 250px;height: 135px;
    left: 0;
    bottom: 100px;
    z-index: 9; }
.facts .fdata{border-left:2px solid #EE4137;}
.swiper-button-prev span, .swiper-button-next span {
    width: 10px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    position: absolute;
    border: solid 2px white;
    border-left: 0;
    border-bottom: 0;
    transition: all 0.3s ease;
}.swiper-button-next span {
    transform: rotate(45deg);
    right: 50%;
}.swiper-button-prev span::before,  .swiper-button-next span::after {
    background-image: none !important;
}.swiper-button-prev span {
    transform: rotate(-135deg);
    left: 50%;
}.swiper-button-prev:hover, .swiper-button-next:hover {
    background:var(--orange) !important;
}
.enquiry p{font-size:38px;letter-spacing:0px;}
.carrows i {
    transition: all 0.3s ease;
    background: #fff;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 20%);
}
.hblog .carrows .owl-prev, .hblog .carrows .owl-next{top:47%;}.hblog .carrows .owl-prev{left:-30px;}.hblog .carrows .owl-next{right:-30px;}.nowrap{white-space:nowrap;}
footer ul li{margin-bottom:12px;}footer ul li:last-child,.sicons li{margin-bottom:0px;}
.sp-active .container::after{transform:scaleY(0);}
.aslide .container{position:relative;}.pslides img{width:100%;object-fit:cover;}
.pslides {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding-bottom:25px;
    z-index: 1;
}

.pslides .swiper-pagination{bottom:0px;}
.pslides .swiper-pagination .swiper-pagination-bullet-active{width:20px !important;border-radius:10px !important;background:var(--red) !important;}.pslides .swiper-pagination-bullet{background: var(--orange) !important;width:6px;height:6px;border-radius:50%;transition:all 0.3s ease;}
.pslides .swiper-button-prev,.pslides .swiper-button-next{position:absolute;}.pslides .swiper-button-next span::after,.pslides .swiper-button-prev span::after{display:none !important;width:0px !important;}
.pslides span{width:40px;height:40px;background:#ffffffbf;border-radius:50%;transform:none;border:0px !important;box-shadow:0px 0px 2px rgb(126 126 126);}.pslides .swiper-button-prev{left:0px;}.pslides .swiper-button-next{right:0px;}
.pslides svg path{fill:#494949;}.pt-0{padding-top:0px;}
.pirow{display:grid;grid-template-columns: repeat(3,1fr);text-align:center;gap:20px;}.imgzoom{position:relative;overflow:hidden;}
.pirow h2{padding:15px 10px 10px;}.imgzoom img{transition: all 0.3s ease;display:flex;margin: 0px auto;position:relative;}.pr1:hover .imgzoom img{transform:scale(1);}
.gbg1{background:#eff1f2;}.pr1 img{transform:scale(0.85);}.imgzoom{background:#fff;}.w80{width:80%;margin:0px auto;}.bcbg{background: #eff1f2;}.mb3{margin-bottom:50px;}
.wcus{display:grid;grid-template-columns: 30% 60%;justify-content:space-between;margin-bottom:20px;}.w75{width:75%;margin:0px auto;}
.yicon, .yicon a {
    position: relative;
    display: inline-flex;
    align-items: center;
    z-index: 9;
    justify-content: center;
    text-align: center;
}.yicon .button.is-play {
    position: absolute;
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px 0px;
    margin-top: 20px;
}.button-icon {
    border-radius: 8px;
    width: 75px;
    height: 50px;
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
    background: #FF0000;
    transition: all 0.3s ease-out;
}
.hbg{background:linear-gradient(to bottom, transparent 33%, #f1ede8 30%);padding-bottom:70px;}.mt0{margin:0px;}.pb-3{padding-bottom:60px;}
.qpolicy{display:grid;grid-template-columns: 55% 40%;justify-content:space-between;align-items:center;}.qpolicy img{box-shadow:0px 0px 4px rgba(0,0,0,0.15);}
.qpolicy .owl-item{opacity:0;}.qpolicy .owl-item.active{opacity:1;}.qpolicy .owl-stage-outer{overflow:visible;}.mb2{margin-bottom:20px;}
.qsec{position:relative;overflow:hidden;padding:20px 0px;}.qpolicy .carrows .owl-prev, .qpolicy .carrows .owl-next{top:45%;}
.infraslider .owl-dots{margin:5px 0px 50px;text-align:center;}.infraslider .owl-dot.active{width:20px;border-radius:10px;}.infraslider .owl-dot{transition:all 0.3s ease;}
.carrows .owl-prev:hover i,.carrows .owl-next:hover i{background:var(--red);}.carrows .owl-prev:hover path,.carrows .owl-next:hover path{fill:#fff;}.brbg{background:#f1ede8;}
.owl-dot.active{background:var(--red) !important;}.atestimonials .rslider::after{display:none;}
.pslides .swiper-button-prev:hover span,.pslides .swiper-button-next:hover span{background:#fff;}
.dropdown-menu{
	background:#fff;
    position: absolute;
    transition: all .3s ease;
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    width:1050px;
    border-radius: 0;
    display: block;
    left: -300px;padding: 20px 30px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 15%);
    transform: translateY(20px);
} .dmenu:hover .dropdown-menu {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    
} 
.dmenu {
    position: relative;
}
.dmwrap a{text-align:center;line-height: 20px;}
.dropdown-menu  .row{justify-content:space-between;align-items: flex-start;}
.dropdown-menu .dm1:first-child > div{display:grid;grid-template-columns:46% 46%;gap:20px 20px;}
.dmwrap div{    display: flex;
    flex-wrap: wrap;
    justify-content: center;}
.dm1 > a{font-size:20px;font-weight:500;color:var(--orange1);margin-bottom:10px;display:flex;}
.dm1{display:flex;flex-wrap:wrap;height:100%;width:30%;}

.row .dm1:nth-child(2) img, .row .dm1:nth-child(3) img{height:auto;margin-bottom:4px;}.row .dm1:last-child div, .row .dm1:nth-child(2) div{text-align: center;}
.sp-active .wl img{width: 180px;}
.pbm, .mlevel,.bwm {
    position: relative;
}.pbm a,.bwm a{padding:12px 18px !important;}
.pbm.active i svg, .bwm.active i svg{
    transform: rotate(450deg) !important;
}
.wl img {
    transition: all 0.3s ease;
    width: 240px;
}.sp-active .wl img {
    width: 180px;
}.c-frm .row{padding:60px;background-color:#fff;border-radius: 5px;}.justify-center{justify-content:space-between;}.cnt-dtl{width:60%;}.cnt-frm{width:37%;}.fg-btn{display:flex;align-items:center;gap:20px;justify-content:flex-end;}.dtl-cnt p:first-child{font-weight:600;font-size: 18px;margin-bottom:2px;}.fg-btn .form-control{height:auto;transition:0.4s ease-out; width: 160px;color:#544F4F;}.fg-btn .form-control:hover{cursor:pointer;background-color:var(--green1);color:#544F4F;}.form-control {display: block;width: 100%;height:45px;outline: 0px;padding: 1.5rem 25px;font-size: 1rem;font-weight:500;font-family:prodsans;line-height: 1.5;color:#544F4F;background-color:transparent;background-clip: padding-box;border:1px solid #D5D5D5;border-radius: 0.25rem;transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;border-radius:5px;box-shadow: none;}#form textarea {height: 100px;resize: none;}#form .form-group {width:100%;margin: 0px 0px 20px;}.fg-btn{flex-wrap: wrap;width:auto;}#form .f-row {display:flex;flex-wrap: wrap;justify-content: space-between;gap:10px 0px;}.cnt-add{display:flex;flex-wrap:wrap;row-gap:40px;justify-content: space-between;}.cnt-dtl{display:flex;flex-direction: column;gap:20px;}.dtl-lst{display:flex;gap:20px;}.dtl-icn{width:40px;height:40px;background-color:#f67f20;border-radius:8px;display:flex;justify-content:center;align-items:center;}.dtl-icn svg{display:inline-flex;}.dtl-cnt {width:80%;}.effect{filter: drop-shadow(0px 22px 12px #ccc);}.cnt-dtl h2{margin-bottom:40px;}.f-hadds, .dtl-lst{width:48%;}.f-hadds .dtl-lst{width:100%;}.mt{margin-top:93px;}.b5,.contactpage .enquiry{display:none;}.sub-banner{background:linear-gradient(to right, #00000020, #00000014), url(images/project-banner.jpg);background-position:center;background-size:cover;}
.mbtn,.pmbtn,.mbtn1{display:inline-flex;align-items:center;margin-top:10px;position:relative;font-weight: 500;}.atestimonials,.wus{overflow-x:hidden;}
.mbtn::after,.pmbtn::after,.mbtn1::after{content:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="20" height="20" viewBox="0 0 24 24"%3E%3Cpath fill="%235e5e5e" d="M6.41 6L5 7.41L9.58 12L5 16.59L6.41 18l6-6z"%2F%3E%3Cpath fill="%235e5e5e" d="m13 6l-1.41 1.41L16.17 12l-4.58 4.59L13 18l6-6z"%2F%3E%3C%2Fsvg%3E');position: absolute;right: -22px;top:3px;}
.psrow{grid-template-columns: repeat(4,1fr);gap:40px;}.psrow img{transform: scale(1);}.psrow .pr1{text-align:left;}.psrow h2{padding:0px;}
.psrow p{margin:10px 0px 5px;}.psrow .pr1:hover img{transform: scale(1.2);}.psrow img{transition-duration: 1.2s;}.pr1{position:relative;}
#carouselHeader h2{text-align:center;padding:10px;}.psrow .pr1 h2,.psrow .pr1 p{padding-left:10px !important;}.psrow .pr1 h2{padding-bottom:10px !important;}
.cpr .modal-header{position:absolute;right:0;z-index:9;border: 0px;padding: 0px;background: transparent;}.cpr .modal-content{position:relative;}.cpr .close{border:0px;background:var(--red);
    padding:12px 14px;font-weight:600;color:#fff;transition:all 0.3s ease;}.cpr .close:hover{background:var(--orange);}.cpr .item img{width:100% !important;height:500px !important;object-fit:cover;}
.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}
.cpr .carrows .owl-prev{left:20px;} .cpr .carrows .owl-next{right:20px;}.cpr .carrows .owl-prev,.cpr .carrows .owl-next{top:45%;}
select option{color:#000;}
.project-slide .carousel-indicators {
  bottom:30px;
  left: 0;
position:absolute;
  width: 100%;z-index:999;display: flex;
    justify-content: center;
}

/* Indicators list style */
.project-slide .carousel-indicators button {
  border: medium none;
  border-radius: 0;
  float: middle;
  height: 60px;
  margin-bottom: -10px;
  margin-left: 0;
  margin-right: 5px !important;
  margin-top: 0;
  width: 100px;
  border-radius: 3px;
}

/* Indicators images style */
.project-slide .carousel-indicators img {
  border: 2px solid #b8770d;
  border-radius: 3px;
  float: left;
  height: 60px;
  left: 0;
  width:100px;
  opacity: 0.7;object-fit:cover;
}

/* Indicators active image style */
.project-slide .carousel-indicators .active img {
  border: 2px solid #fca311;
  opacity: 1;
}

/* carousel-control */
.carousel-control {
  color: #b8770d;
  opacity: 0.5;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #fca311;
  opacity: 1;
}

.carousel-control.left, .carousel-control.right {
  background: none !important;
  filter: none !important;
  progid: none !important;
}.carousel {
    position: relative;
}.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}@media (transform-3d), (-webkit-transform-3d){
.carousel-inner>.item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}
@media (transform-3d), (-webkit-transform-3d){
.carousel-inner>.item.active, .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    }}
.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
    display: block;
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
}.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}
.carousel-control-next {
    right: 0;
}.carousel-control-prev {
    left: 0;
}
.carousel-item img{width:100% !important;height:500px;}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
}

.psrow .pr1{cursor:pointer;}.psrow .pr1:hover h2{color:var(--orange1);}.psrow .pr1 h2{transition:all 0.3s ease;display:inline-flex;position:relative;overflow:hidden;}
.psrow .pr1:hover h2::after{width:100%;}.psrow .pr1 h2::after{content:'';position:absolute;left:0;background:var(--orange1);width:0;height:1px;bottom:0;transition:all 0.5s ease;}
.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}
.carousel-control-next, .carousel-control-prev{cursor:pointer;}


@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){-webkit-transform:translateX(100%);transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){-webkit-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;-webkit-transform:none;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}
.modal1 .modal-content{background:url(images/pattern-1.webp);background-size:300%;position:relative;background-position:bottom;}

.modal2 .modal-dialog{max-width:600px !important;}

.modal2 .close{
	position:absolute;
    border: 0px;
    background: transparent;
    font-size: 30px;
	left: auto;right:15px;

}
.modal1 .close{position:absolute;right: 10px;
    border: 0px;
    background: transparent;
    font-size: 30px;
    top: 10px;}
.modal1 .form-group{margin-bottom:15px;}.textarea .form-control{height:80px;}
.submit.fg-btn{width:100%;justify-content:flex-end;}
.modal1 .modal-content{display:grid;grid-template-columns:40% 60%;border-radius:10px;}
.modal1 .popimg{display:flex;}.modal1 img{border-radius:10px 0px 0px 10px;}.modal1 .modal-body{padding:20px;}
.clientslider .owl-prev:hover path,.clientslider .owl-next:hover path{fill:#b27d32;}
.clientslider .owl-prev{left:-40px;}.clientslider .owl-next{right:-40px;}.clientlist{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;}
.clientlist img{width:200px;margin:0px auto;height:auto;}.clientlist .c1{background:#f1ede8;text-align:center;display:flex;padding:15px 0px;position:relative;}
.clientlist .c1::before,.clientlist .c1::after{height:3px;}.pb0{padding-bottom:0px !important;}
.abtsec .mbtn,.mbtn1{display:none;}#seeMore{display:inline-flex;margin-top:40px;}.close{cursor:pointer;}
.mbtn:hover,.mbtn1:hover{color:var(--green);}.mbtn:hover::after,.mbtn1:hover::after{filter:invert(61%) sepia(11%) saturate(1561%) hue-rotate(33deg) brightness(93%) contrast(89%);;}
.infraslider .owl-prev,.infraslider .owl-next{top:43%;}.pslides img:hover{cursor: zoom-in;}
.dmenu > i{width:100%;display:flex;justify-content:flex-end;}.dmenu > i::after{content:'';position:absolute;border-left:1px solid #ccc;width:2px;height:100%;right:36px;}
.projects{background:linear-gradient(to right, #00000020, #00000014), url(images/project-banner.jpg);
    background-position: center;
    background-size: cover;}
.aboutbanner{background:linear-gradient(to right, #00000020, #00000014), url(images/about-banner.webp);
    background-position: center;
    background-size: cover;}
.contactbanner{background:linear-gradient(to right, #00000020, #00000014), url(images/contact-banner.jpg);
    background-position: center;
    background-size: cover;}
.abtpage .atestimonials{padding-top: 10px;}
.hpr3:after {background:url(images/u-drainpattern.webp) no-repeat;}
.budrain{background:url(images/udrain.webp) !important;background-position:center;background-size:cover;}
.bwimg{background:url(images/prestress-boundary-walls.webp);background-position:center;background-size:cover;}
.npimg{background:url(images/normal-paver.webp);background-position:center;background-size:cover;}
.gpimg{background:url(images/grass-paver.webp);background-position:center;background-size:cover;}
.ksimg{background:url(images/kerb-stone-paver-blocks.webp);background-position:center;background-size:cover;}
.sbpimg{background:url(images/shot-blasted-paver.webp);background-position:center;background-size:cover;}
.imgar::after{content:'';position:absolute;left:0;background:linear-gradient(to right, rgb(0 0 0 / 20%), rgb(0 0 0 / 10%));width:100%;height:100%;z-index:0;}
.imgar h1{position:relative;z-index:9;}
.qtrow{display:grid;grid-template-columns:47% 47%;justify-content:space-between;}
.lines{line-height:30px;}.whatsapp {position: fixed;right: 2rem;bottom:10rem;z-index: 999;}.whatsapp svg{width: 40px;height: 40px;}
.senq{position:absolute;bottom:0;width:100%;text-align:center;left:0%;background:var(--red);padding:10px;color:#fff;text-transform: uppercase;
    font-weight: 500;transition:all 0.3s ease-out;opacity:0}.pr1:hover .senq{bottom:0;}
.pr1{position:relative;}
.rslider .owl-stage{display:flex;}
.pr1:hover .senq{opacity:1;}footer svg{width:250px;}
.st1{display:inline;fill:#F36F26;}.st2{display:inline;fill:#E55325;}.st3{display:inline;fill:#F5A820;}.st4{display:inline;fill:#F57F20;}
.st5{display:inline;fill:#F58020;}.st6{display:inline;fill:#F07125;}.st7{display:inline;fill:#F3712A;}.st8{display:inline;fill:#E35426;}.st9{display:inline;fill:#F57F22;}
.st10{display:inline;fill:#F6A72B;}.st11{fill:#E55325;}.st12{fill:#F36F26;}.st13{fill:#F57F20;}.st14{fill:#F5A820;}.st15{fill:#F08121;}.st16{fill:#DE5826;}
.st17{fill:#F58020;}.st18{fill:#F36F27;}.st19{fill:#59595C;}.st20{fill:#626465;}.st21{fill:none;stroke:#EB5426;stroke-width:5.5336;stroke-miterlimit:10;}.wus{}
.whatsapp {position: fixed;right: 2rem;bottom: 10rem;z-index: 99;}

.wus .vmbtn{position:relative;}
.slist{display: grid;grid-template-columns: repeat(2,1fr);border-top: 1px solid #ccc;}
.pr1 li {padding: 10px 0px;}
.slist1{display: grid;grid-template-columns: repeat(1,1fr);}.pr1{background:#fff;}
.pslist .pr1 ul{border-top: 1px solid #ccc;}.mt5{margin-top:50px;}
.pmbtn{display:none;}.wus .vmbtn{position:absolute;right: 105px;bottom: 20px;}.wcus h3{font-size: 20px;line-height: 24px;}
.u-drain .vmcnt{display:block;}
#whatsapp{display:none;}
.modal2 .modal-body{position: relative;}
.hauto{height:auto;}
.breadcrumb a span{color:#fff;}

.vbanner{position:relative;height:600px;}
.vbanner::after{content:'';position:absolute;width:100%;height:100%;background:rgb(0 0 0 / 40%);top:0;left:0;z-index:99;opacity:0.6;}
.playicon{position: absolute;bottom:20px;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index:999;display: flex;justify-content:center;width:100%;align-items:center;}
.playicon .swiper-pagination{position:relative;width:auto;bottom:0px;}
.playicon div:last-child{display:flex;margin-left:20px;}
.playicon a{display:flex;}
.playicon a:hover svg{transform: scale(1.1);}
.playicon .play.hide,.playicon .stop.hide{display:none;}

.swiper-pagination {
    bottom: 20px;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-left:0px;gap:0px 0px;
}
header.sp-sticky.sp-active .main-menu a span{color:#000;}
header.sp-sticky.sp-active .main-menu a.enbtn span{color:#fff;}
.enbtn::before{
     width: 110%;
    height: 0;
    padding-bottom: 110%;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
 }
.enbtn:hover::before 
   {
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}

 .enbtn::after {
  content: '';
    position: absolute;
    background: var(--green);
 }

.cbtn{background:var(--green);color:#fff;border-radius:20px;position:relative;transition:all 0.5s ease;}
.cbtn::after{content:'';background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M15.5 11.3L9.9 5.6c-.4-.4-1-.4-1.4 0s-.4 1 0 1.4l4.9 4.9l-4.9 4.9c-.2.2-.3.4-.3.7c0 .6.4 1 1 1c.3 0 .5-.1.7-.3l5.7-5.7c.3-.2.3-.8-.1-1.2'/%3E%3C/svg%3E");width:20px;height:20px;background-size:20px;right:-20px;top:11px;left:auto;z-index:9;
background-repeat:no-repeat;opacity:0;transition:all 0.3s ease;position:absolute;background-position:right;transition:all 0.5s ease;}
.cbtn:hover::after{right:7px;opacity:1;}
.cbtn:hover{padding:8px 30px 8px 14px;}.green{color:var(--green);font-weight:500;font-size:18px;}.mb25{margin-bottom:25px;}
.imgr{justify-content:flex-end;}.pbspace{padding-bottom:100px;}
.owl-nav svg path{fill:#7c7c7c;}.owl-nav button:hover path{fill:#dbb44e;}
.clientslider img:hover{transform:scale(1.1);}
.plists{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;}
.imgh > div{display:flex;position:relative;overflow:hidden;}.imgh img{transition:all 0.3s ease;}
.imgh:hover img{transform:scale(1.15);}.imgh:hover h3{color:var(--green);}
.hprod .plists{padding-top:20px;}.ucase{text-transform:uppercase;}.map-container{position:relative;}
.map-container .point {
    cursor: pointer;
    position: absolute;
    width: 1.6rem;
    height: 1.6rem;
    background-color: #00acc1;
    border-radius: 50%;
    transition: all 0.3s ease;
    will-change: transform, box-shadow;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 rgba(0, 172, 193, 0.4);
    animation: pulse 3s infinite;
}.map-container img {
  width: 100%;
}
.map-container .point {
  cursor: pointer;
  position: absolute;
  width: 12px;
  height: 12px;
  background: #6aa13f;
  border-radius: 50%;border:2px solid #f9d97c;
  transition: all 0.3s ease;
  will-change: transform, box-shadow;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 rgb(249 217 124 / 40%);
  animation: pulse 3s infinite;
}
.map-container .point:hover {
  animation: none;
  transform: translate(-50%, -50%) scale3D(1.35, 1.35, 1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.map-container .tobago {
  top: 65%;
  left:31%;
}
.map-container .usa {
  top: 50%;
  left: 22%;
}
.map-container .morocco {
  top: 58%;
  left: 45%;
}
.map-container .spain {
  top:48%;
  left:47%;
}
.map-container .uk {
  top:38%;
  left:47%;
}
.map-container .germany {
  top: 40%;
  left:52%;
}
.map-container .poland {
  top: 40%;
  left: 54%;
}
.map-container .greece {
top:48%;
  left:56%;
}

.map-container .egypt {
  top:54%;
  left:56%;
}
.map-container .leb {
  top:51%;
  left:58%;
}
.map-container .canada {
  top:40%;
  left:20%;
}
.map-container .kenya {
  top:68%;
  left:59%;
}
.map-container .safrica {
  top:84%;
  left:55%;
}

.map-container .australia {
  top:82%;
  left:84%;
}
.map-container .finland {
  top: 32%;
  left: 56%;
}
.map-container .italy {
     top:46%;
    left:52%;
}
.map-container .china {
  top: 45%;
  left: 78%;
}
.map-container .skorea {
  top: 50%;
  left: 82.5%;
}
.map-container .malaysia {
  top: 65%;
  left: 75%;
}

@keyframes pulse {
  0% {
    box-shadow:0 0 0 0 rgb(249 217 124 / 50%);
  }
  70% {
    box-shadow: 0 0 0 25px rgba(0, 172, 193, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 172, 193, 0);
  }
}
.tippy-touch{cursor:pointer!important}.tippy-notransition{-webkit-transition:none!important;transition:none!important}.tippy-popper{max-width:400px;-webkit-perspective:800px;perspective:800px;z-index:9999;outline:0;-webkit-transition-timing-function:cubic-bezier(.165,.84,.44,1);transition-timing-function:cubic-bezier(.165,.84,.44,1)}.tippy-popper.html-template{max-width:96%;max-width:calc(100% - 20px)}.tippy-popper[x-placement^=top] [x-arrow]{border-top:7px solid #333;border-right:7px solid transparent;border-left:7px solid transparent;bottom:-7px;margin:0 9px}.tippy-popper[x-placement^=top] [x-arrow].arrow-small{border-top:5px solid #333;border-right:5px solid transparent;border-left:5px solid transparent;bottom:-5px}.tippy-popper[x-placement^=top] [x-arrow].arrow-big{border-top:10px solid #333;border-right:10px solid transparent;border-left:10px solid transparent;bottom:-10px}.tippy-popper[x-placement^=top] [x-circle]{-webkit-transform-origin:0 33%;transform-origin:0 33%}.tippy-popper[x-placement^=top] [x-circle].enter{-webkit-transform:scale(1) translate(-50%,-55%);transform:scale(1) translate(-50%,-55%);opacity:1}.tippy-popper[x-placement^=top] [x-circle].leave{-webkit-transform:scale(.15) translate(-50%,-50%);transform:scale(.15) translate(-50%,-50%);opacity:0}.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-circle]{background-color:#fff}.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow]{border-top:7px solid #6aa13f;border-right:7px solid transparent;border-left:7px solid transparent}.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-small{border-top:5px solid #fff;border-right:5px solid transparent;border-left:5px solid transparent}.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-big{border-top:10px solid #fff;border-right:10px solid transparent;border-left:10px solid transparent}.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-circle]{background-color:rgba(0,0,0,.7)}.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow]{border-top:7px solid rgba(0,0,0,.7);border-right:7px solid transparent;border-left:7px solid transparent}.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-small{border-top:5px solid rgba(0,0,0,.7);border-right:5px solid transparent;border-left:5px solid transparent}.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-big{border-top:10px solid rgba(0,0,0,.7);border-right:10px solid transparent;border-left:10px solid transparent}.tippy-popper[x-placement^=top] [data-animation=perspective]{-webkit-transform-origin:bottom;transform-origin:bottom}.tippy-popper[x-placement^=top] [data-animation=perspective].enter{opacity:1;-webkit-transform:translateY(-10px) rotateX(0);transform:translateY(-10px) rotateX(0)}.tippy-popper[x-placement^=top] [data-animation=perspective].leave{opacity:0;-webkit-transform:translateY(0) rotateX(90deg);transform:translateY(0) rotateX(90deg)}.tippy-popper[x-placement^=top] [data-animation=fade].enter{opacity:1;-webkit-transform:translateY(-10px);transform:translateY(-10px)}.tippy-popper[x-placement^=top] [data-animation=fade].leave{opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px)}.tippy-popper[x-placement^=top] [data-animation=shift].enter{opacity:1;-webkit-transform:translateY(-10px);transform:translateY(-10px)}.tippy-popper[x-placement^=top] [data-animation=shift].leave{opacity:0;-webkit-transform:translateY(0);transform:translateY(0)}.tippy-popper[x-placement^=top] [data-animation=scale].enter{opacity:1;-webkit-transform:translateY(-10px) scale(1);transform:translateY(-10px) scale(1)}.tippy-popper[x-placement^=top] [data-animation=scale].leave{opacity:0;-webkit-transform:translateY(0) scale(0);transform:translateY(0) scale(0)}.tippy-popper[x-placement^=bottom] [x-arrow]{border-bottom:7px solid #333;border-right:7px solid transparent;border-left:7px solid transparent;top:-7px;margin:0 9px}.tippy-popper[x-placement^=bottom] [x-arrow].arrow-small{border-bottom:5px solid #333;border-right:5px solid transparent;border-left:5px solid transparent;top:-5px}.tippy-popper[x-placement^=bottom] [x-arrow].arrow-big{border-bottom:10px solid #333;border-right:10px solid transparent;border-left:10px solid transparent;top:-10px}.tippy-popper[x-placement^=bottom] [x-circle]{-webkit-transform-origin:0 -50%;transform-origin:0 -50%}.tippy-popper[x-placement^=bottom] [x-circle].enter{-webkit-transform:scale(1) translate(-50%,-45%);transform:scale(1) translate(-50%,-45%);opacity:1}.tippy-popper[x-placement^=bottom] [x-circle].leave{-webkit-transform:scale(.15) translate(-50%,-5%);transform:scale(.15) translate(-50%,-5%);opacity:0}.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-circle]{background-color:#fff}.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow]{border-bottom:7px solid #fff;border-right:7px solid transparent;border-left:7px solid transparent}.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-small{border-bottom:5px solid #fff;border-right:5px solid transparent;border-left:5px solid transparent}.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-big{border-bottom:10px solid #fff;border-right:10px solid transparent;border-left:10px solid transparent}.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-circle]{background-color:rgba(0,0,0,.7)}.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow]{border-bottom:7px solid rgba(0,0,0,.7);border-right:7px solid transparent;border-left:7px solid transparent}.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-small{border-bottom:5px solid rgba(0,0,0,.7);border-right:5px solid transparent;border-left:5px solid transparent}.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-big{border-bottom:10px solid rgba(0,0,0,.7);border-right:10px solid transparent;border-left:10px solid transparent}.tippy-popper[x-placement^=bottom] [data-animation=perspective]{-webkit-transform-origin:top;transform-origin:top}.tippy-popper[x-placement^=bottom] [data-animation=perspective].enter{opacity:1;-webkit-transform:translateY(10px) rotateX(0);transform:translateY(10px) rotateX(0)}.tippy-popper[x-placement^=bottom] [data-animation=perspective].leave{opacity:0;-webkit-transform:translateY(0) rotateX(-90deg);transform:translateY(0) rotateX(-90deg)}.tippy-popper[x-placement^=bottom] [data-animation=fade].enter{opacity:1;-webkit-transform:translateY(10px);transform:translateY(10px)}.tippy-popper[x-placement^=bottom] [data-animation=fade].leave{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}.tippy-popper[x-placement^=bottom] [data-animation=shift].enter{opacity:1;-webkit-transform:translateY(10px);transform:translateY(10px)}.tippy-popper[x-placement^=bottom] [data-animation=shift].leave{opacity:0;-webkit-transform:translateY(0);transform:translateY(0)}.tippy-popper[x-placement^=bottom] [data-animation=scale].enter{opacity:1;-webkit-transform:translateY(10px) scale(1);transform:translateY(10px) scale(1)}.tippy-popper[x-placement^=bottom] [data-animation=scale].leave{opacity:0;-webkit-transform:translateY(0) scale(0);transform:translateY(0) scale(0)}.tippy-popper[x-placement^=left] [x-arrow]{border-left:7px solid #333;border-top:7px solid transparent;border-bottom:7px solid transparent;right:-7px;margin:6px 0}.tippy-popper[x-placement^=left] [x-arrow].arrow-small{border-left:5px solid #333;border-top:5px solid transparent;border-bottom:5px solid transparent;right:-5px}.tippy-popper[x-placement^=left] [x-arrow].arrow-big{border-left:10px solid #333;border-top:10px solid transparent;border-bottom:10px solid transparent;right:-10px}.tippy-popper[x-placement^=left] [x-circle]{-webkit-transform-origin:50% 0;transform-origin:50% 0}.tippy-popper[x-placement^=left] [x-circle].enter{-webkit-transform:scale(1) translate(-50%,-50%);transform:scale(1) translate(-50%,-50%);opacity:1}.tippy-popper[x-placement^=left] [x-circle].leave{-webkit-transform:scale(.15) translate(-50%,-50%);transform:scale(.15) translate(-50%,-50%);opacity:0}.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-circle]{background-color:#fff}.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow]{border-left:7px solid #fff;border-top:7px solid transparent;border-bottom:7px solid transparent}.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-small{border-left:5px solid #fff;border-top:5px solid transparent;border-bottom:5px solid transparent}.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-big{border-left:10px solid #fff;border-top:10px solid transparent;border-bottom:10px solid transparent}.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-circle]{background-color:rgba(0,0,0,.7)}.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow]{border-left:7px solid rgba(0,0,0,.7);border-top:7px solid transparent;border-bottom:7px solid transparent}.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-small{border-left:5px solid rgba(0,0,0,.7);border-top:5px solid transparent;border-bottom:5px solid transparent}.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-big{border-left:10px solid rgba(0,0,0,.7);border-top:10px solid transparent;border-bottom:10px solid transparent}.tippy-popper[x-placement^=left] [data-animation=perspective]{-webkit-transform-origin:right;transform-origin:right}.tippy-popper[x-placement^=left] [data-animation=perspective].enter{opacity:1;-webkit-transform:translateX(-10px) rotateY(0);transform:translateX(-10px) rotateY(0)}.tippy-popper[x-placement^=left] [data-animation=perspective].leave{opacity:0;-webkit-transform:translateX(0) rotateY(-90deg);transform:translateX(0) rotateY(-90deg)}.tippy-popper[x-placement^=left] [data-animation=fade].enter{opacity:1;-webkit-transform:translateX(-10px);transform:translateX(-10px)}.tippy-popper[x-placement^=left] [data-animation=fade].leave{opacity:0;-webkit-transform:translateX(-10px);transform:translateX(-10px)}.tippy-popper[x-placement^=left] [data-animation=shift].enter{opacity:1;-webkit-transform:translateX(-10px);transform:translateX(-10px)}.tippy-popper[x-placement^=left] [data-animation=shift].leave{opacity:0;-webkit-transform:translateX(0);transform:translateX(0)}.tippy-popper[x-placement^=left] [data-animation=scale].enter{opacity:1;-webkit-transform:translateX(-10px) scale(1);transform:translateX(-10px) scale(1)}.tippy-popper[x-placement^=left] [data-animation=scale].leave{opacity:0;-webkit-transform:translateX(0) scale(0);transform:translateX(0) scale(0)}.tippy-popper[x-placement^=right] [x-arrow]{border-right:7px solid #333;border-top:7px solid transparent;border-bottom:7px solid transparent;left:-7px;margin:6px 0}.tippy-popper[x-placement^=right] [x-arrow].arrow-small{border-right:5px solid #333;border-top:5px solid transparent;border-bottom:5px solid transparent;left:-5px}.tippy-popper[x-placement^=right] [x-arrow].arrow-big{border-right:10px solid #333;border-top:10px solid transparent;border-bottom:10px solid transparent;left:-10px}.tippy-popper[x-placement^=right] [x-circle]{-webkit-transform-origin:-50% 0;transform-origin:-50% 0}.tippy-popper[x-placement^=right] [x-circle].enter{-webkit-transform:scale(1) translate(-50%,-50%);transform:scale(1) translate(-50%,-50%);opacity:1}.tippy-popper[x-placement^=right] [x-circle].leave{-webkit-transform:scale(.15) translate(-50%,-50%);transform:scale(.15) translate(-50%,-50%);opacity:0}.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-circle]{background-color:var(--lgreen);}.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow]{border-right:7px solid var(--lgreen);border-top:7px solid transparent;border-bottom:7px solid transparent}.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-small{border-right:5px solid var(--lgreen);border-top:5px solid transparent;border-bottom:5px solid transparent}.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-big{border-right:10px solid var(--lgreen);border-top:10px solid transparent;border-bottom:10px solid transparent}.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-circle]{background-color:var(--lgreen)}.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow]{border-right:7px solid rgba(0,0,0,.7);border-top:7px solid transparent;border-bottom:7px solid transparent}.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-small{border-right:5px solid rgba(0,0,0,.7);border-top:5px solid transparent;border-bottom:5px solid transparent}.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-big{border-right:10px solid rgba(0,0,0,.7);border-top:10px solid transparent;border-bottom:10px solid transparent}.tippy-popper[x-placement^=right] [data-animation=perspective]{-webkit-transform-origin:left;transform-origin:left}.tippy-popper[x-placement^=right] [data-animation=perspective].enter{opacity:1;-webkit-transform:translateX(10px) rotateY(0);transform:translateX(10px) rotateY(0)}.tippy-popper[x-placement^=right] [data-animation=perspective].leave{opacity:0;-webkit-transform:translateX(0) rotateY(90deg);transform:translateX(0) rotateY(90deg)}.tippy-popper[x-placement^=right] [data-animation=fade].enter{opacity:1;-webkit-transform:translateX(10px);transform:translateX(10px)}.tippy-popper[x-placement^=right] [data-animation=fade].leave{opacity:0;-webkit-transform:translateX(10px);transform:translateX(10px)}.tippy-popper[x-placement^=right] [data-animation=shift].enter{opacity:1;-webkit-transform:translateX(10px);transform:translateX(10px)}.tippy-popper[x-placement^=right] [data-animation=shift].leave{opacity:0;-webkit-transform:translateX(0);transform:translateX(0)}.tippy-popper[x-placement^=right] [data-animation=scale].enter{opacity:1;-webkit-transform:translateX(10px) scale(1);transform:translateX(10px) scale(1)}.tippy-popper[x-placement^=right] [data-animation=scale].leave{opacity:0;-webkit-transform:translateX(0) scale(0);transform:translateX(0) scale(0)}.tippy-popper .tippy-tooltip.transparent-theme{background-color:rgba(0,0,0,.7)}.tippy-popper .tippy-tooltip.transparent-theme[data-animatefill]{background-color:transparent}.tippy-popper .tippy-tooltip.light-theme{color:#26323d;box-shadow:0 4px 20px 4px rgba(0,20,60,.1),0 4px 80px -8px rgba(0,20,60,.2);background-color:green;color:#fff;}.tippy-popper .tippy-tooltip.light-theme[data-animatefill]{background-color:transparent}.tippy-tooltip{position:relative;color:#fff;border-radius:4px;font-size:.95rem;padding:.2rem .2rem;text-align:center;will-change:transform;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#333;pointer-events:none}.tippy-tooltip--small{padding:.25rem .5rem;font-size:.8rem}.tippy-tooltip--big{padding:.4rem 0.6rem;font-size:16px;background:var(--lgreen);}.tippy-tooltip[data-animatefill]{overflow:hidden;background-color:transparent}.tippy-tooltip[data-interactive]{pointer-events:auto}.tippy-tooltip[data-inertia]{-webkit-transition-timing-function:cubic-bezier(.53,1,.36,.85);transition-timing-function:cubic-bezier(.53,2,.36,.85)}.tippy-tooltip [x-arrow]{position:absolute;width:0;height:0}.tippy-tooltip [x-circle]{position:absolute;will-change:transform;background-color:#333;border-radius:50%;width:130%;width:calc(110% + 2rem);left:50%;top:50%;z-index:-1;overflow:hidden;-webkit-transition:all ease;transition:all ease}.tippy-tooltip [x-circle]:before{content:"";padding-top:90%;float:left}@media (max-width:450px){.tippy-popper{max-width:96%;max-width:calc(100% - 20px)}}
.rslider .imgh{position:relative;overflow:hidden;}
footer .fcol1 img{width:150px;}footer,footer a{color:#FFFFFF;}footer a:hover{color:#acdc7c;}
footer a{transition:all 0.3s ease;}.fcol3 a{white-space:nowrap;}
header .main-menu .enbtn span{color:#fff !important;}.copyright p{font-size:15px;font-weight:300;}
.aboutbanner{background:url(images/our-management-banner.webp) no-repeat;background-size:cover;height:420px;color:#fff;}
.certificate{background:url(images/certificate-breadcrumb.webp) no-repeat;background-size:cover;height:420px;color:#fff;}
.contactbg{background:url(images/subbanner.png) no-repeat;background-size:cover;height:300px;color:#fff;}
.prod1{background:url(images/cocopeat-5kg-blocks-banner.webp) no-repeat;background-size:cover;height:420px;color:#fff;}
.prod2{background:url(images/coco-650g-bricks-banner.webp) no-repeat;background-size:cover;height:420px;color:#fff;}
.prod3{background:url(images/coco-chips-banner.webp) no-repeat;background-size:cover;height:420px;color:#fff;}
.prod4{background:url(images/coco-growbags-banner.webp) no-repeat;background-size:cover;height:420px;color:#fff;}
.prod5{background:url(images/garden-article-banner.webp) no-repeat;background-size:cover;height:420px;color:#fff;}
.prod6{background:url(images/open-top-growbags-banner.webp) no-repeat;background-size:cover;height:420px;color:#fff;}
.prod7{background:url(images/buffered-cocopeat-banner.webp) no-repeat;background-size:cover;height:420px;color:#fff;}
.prod8{background:url(images/erosion-control-product.webp) no-repeat;background-size:cover;height:420px;color:#fff;}
.sub-banner h1,.breadcrumb,.breadcrumb a{color:#431B0E;}.sub-banner .container{position:relative;z-index:9;}
.sub-banner h1{color:#fff;text-transform:uppercase;text-align:center;}
.sub-banner::after{content:'';position:absolute;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.3);z-index:0;}
.slash{color:#fff;padding:0px 10px;}.breadcrumb,.breadcrumb a{line-height:1;color:#fff;}
.breadcrumb{position:absolute;bottom:0;background:var(--green);border-radius:10px 10px 0px 0px;padding:10px 20px;z-index:9;}.alignstart{align-items:flex-start;}.mbtn,.mbtn1{display:none;font-family:"Titillium Web", sans-serif;margin-top:0px !important;}
.team{display:grid;grid-template-columns:60% 35%;justify-content:space-between;align-items:center;}
.vm{display:grid;grid-template-columns:47% 47%;justify-content:space-between;}
.vm > div{box-shadow:0px 1px 5px 0px rgba(0,0,0,0.2);padding:30px;transition:all 0.3s ease;}
.vm svg{width:80px;height:auto;}.vm h2{padding:20px 0px;font-size:30px;transition:all 0.3s ease;text-align:left !important;}
.vm path{fill:var(--green);transition:all 0.3s ease;}
.vm > div:hover path{fill:var(--brown);}.vm > div:hover{transform:translateY(-10px);box-shadow:0px 1px 5px 0px rgba(0,0,0,0.12);}
.vm > div:hover h2{color:var(--brown);}.cgal{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;}
.cgal img{height:300px;object-fit:contain;transition:all 0.3s ease;}
.cicon img{height:150px;}.cicon{height:300px;display:flex;align-items:center;justify-content:center;}.cgal a{box-shadow:0px 0px 5px rgba(0,0,0,0.25);
    position:relative;overflow:hidden;display:flex;}.gal1 img{object-fit:cover;}
.cgal a:hover img{transform:scale(1.1);}.mfp-bg,.mfp-wrap{z-index: 999999;}.cntpage .enquiry{display:none;}
.map{line-height:0;}
.locate{position:relative;padding-left:60px;margin-top:30px;}.locate::before{content:'';position:absolute;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 50 50'%3E%3Cpath fill='%23899a4d' d='m25 42.5l-.8-.9C23.7 41.1 12 27.3 12 19c0-7.2 5.8-13 13-13s13 5.8 13 13c0 8.3-11.7 22.1-12.2 22.7zM25 8c-6.1 0-11 4.9-11 11c0 6.4 8.4 17.2 11 20.4c2.6-3.2 11-14 11-20.4c0-6.1-4.9-11-11-11'/%3E%3Cpath fill='%23899a4d' d='M25 24c-2.8 0-5-2.2-5-5s2.2-5 5-5s5 2.2 5 5s-2.2 5-5 5m0-8c-1.7 0-3 1.3-3 3s1.3 3 3 3s3-1.3 3-3s-1.3-3-3-3'/%3E%3C/svg%3E") no-repeat;background-size:34px;
    width:40px;
    height:40px;
    left: 0px;
    border: 1px solid #899a4d;
    border-radius: 50%;
    background-position: center;}.ph::before{background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23899a4d' fill-rule='evenodd' d='M4.024 9L4 8.931C3.46 7.384 3 5.27 3 4c0-.55.45-1 1-1h3a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-.837A16.054 16.054 0 0 0 15 17.837V17a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v3c0 .45-.55 1-1 1c-1.725 0-3.44-.456-5-1c-5.114-1.832-9.168-5.886-10.976-11'/%3E%3C/svg%3E") no-repeat;background-position:center;}
.mail::before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 256 256'%3E%3Cpath fill='%23899a4d' d='M224 48H32a8 8 0 0 0-8 8v136a16 16 0 0 0 16 16h176a16 16 0 0 0 16-16V56a8 8 0 0 0-8-8m-96 85.15L52.57 64h150.86ZM98.71 128L40 181.81V74.19Zm11.84 10.85l12 11.05a8 8 0 0 0 10.82 0l12-11.05l58 53.15H52.57ZM157.29 128L216 74.18v107.64Z'/%3E%3C/svg%3E") no-repeat;background-position:center;}.cforms a{color:#666;transition:all 0.3s ease;}
.cforms a:hover{color:var(--green);}.cforms{display:grid;grid-template-columns:38% 55%;justify-content:space-between;align-items:center;}
#form .col6{width:49%;}#form .col12{width:100%;}
.fg-btn input{border:0px;background:var(--brown);padding:9px 20px 9px;border-radius:10px;font-family:"Poppins", sans-serif;transition:all 0.3s ease;margin-top:10px;color:#fff !important;}::placeholder{color:#9a9a9a;}.nowrap{white-space:nowrap;text-transform:uppercase;}
.branch{display:grid;grid-template-columns:repeat(4,1fr);justify-content:space-between;gap:20px;margin-top:80px;}
.branch > div{padding:40px;background:#fff;position:relative;display:flex;justify-content:center;
border:1px solid var(--green);}
.branch > div::before{content:'';position:absolute;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 50 50'%3E%3Cpath fill='%23899a4d' d='m25 42.5l-.8-.9C23.7 41.1 12 27.3 12 19c0-7.2 5.8-13 13-13s13 5.8 13 13c0 8.3-11.7 22.1-12.2 22.7zM25 8c-6.1 0-11 4.9-11 11c0 6.4 8.4 17.2 11 20.4c2.6-3.2 11-14 11-20.4c0-6.1-4.9-11-11-11'/%3E%3Cpath fill='%23899a4d' d='M25 24c-2.8 0-5-2.2-5-5s2.2-5 5-5s5 2.2 5 5s-2.2 5-5 5m0-8c-1.7 0-3 1.3-3 3s1.3 3 3 3s3-1.3 3-3s-1.3-3-3-3'/%3E%3C/svg%3E") no-repeat;background-size:34px;
    width:80px;
    height:80px;
    top:-40px;
    background-position:center;background-color:#fff;border-radius:50%;}
.branch > div::after{content:'';position:absolute;
    width:80px;
    height:80px;
    top:-40px;
    border: 1px solid #899a4d;
    border-radius: 50%;
    background-position:center;border-radius:50%;
    border-bottom-color:#fff;
    border-right-color:#fff;
    transform: rotate(45deg);
}
.pdetail{display:grid;grid-template-columns:30% 65%;justify-content:space-between;align-items:flex-start;}
.sticky a{background:var(--green);width:100%;padding:12px 20px;display:flex;border-bottom:1px solid #a0b35c;color:#fff;font-family:"Titillium Web", sans-serif;position:relative;transition:all 0.3s ease;}
.sticky a::after{content:'';position:absolute;right:20px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23f4f4f4' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M4 12h16m0 0l-6-6m6 6l-6 6'/%3E%3C/svg%3E");width:24px;height:24px;background-size:24px;}
.sticky a:hover{background: #b27d32;}.pcontent img{width:100%;height:430px;}.f30{font-size:30px;}.py3{padding:60px 0px 30px;}
.leaf li{margin-bottom:15px;padding-left:35px;position:relative;}.leaf li::before{content:'';background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 16 16'%3E%3Cpath fill='%23899a4d' d='M15.802 2.102C14.072.791 11.409.008 8.678.008c-3.377 0-6.129 1.179-7.549 3.235C.462 4.208.093 5.352.032 6.641c-.054 1.148.139 2.418.573 3.784C2.087 5.981 6.227 2.502 11 2.502c0 0-4.466 1.175-7.274 4.816A10.535 10.535 0 0 0 2.2 10.037A15.387 15.387 0 0 0 1 16.002h2s-.304-1.91.224-4.106a17.71 17.71 0 0 0 2.357.177c1.839 0 3.146-.398 4.115-1.252c.868-.765 1.347-1.794 1.854-2.882c.774-1.663 1.651-3.547 4.198-5.002a.5.5 0 0 0 .054-.833z'/%3E%3C/svg%3E");width:18px;height:18px;background-size:18px;display:flex;position:absolute;left:0;top:5px;}
.load li::before{background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHdpZHRoPSI5MDAuMDAwMDAwcHQiIGhlaWdodD0iNzM1LjAwMDAwMHB0IiB2aWV3Qm94PSIwIDAgOTAwLjAwMDAwMCA3MzUuMDAwMDAwIgogcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQgbWVldCI+CjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLDczNS4wMDAwMDApIHNjYWxlKDAuMTAwMDAwLC0wLjEwMDAwMCkiCmZpbGw9IiMwMDAwMDAiIHN0cm9rZT0ibm9uZSI+CjxwYXRoIGQ9Ik01MjI1IDY5ODEgYy0zOCAtOSAtODQgLTI0IC0xMDIgLTM0IC01OSAtMzIgLTEzOCAtMTE5IC0xNzQgLTE5MgpsLTM0IC03MCAtMiAtMjE5NSBjLTIgLTEyMDcgLTUgLTIyMDUgLTggLTIyMTYgLTUgLTI1IC0yMCAtMzIgLTg1IC00NCAtMjUgLTQKLTU4IC0xMyAtNzUgLTE4IC0yOCAtMTAgLTc3IC0yNCAtMjA1IC01OCAtMzAgLTggLTc2IC0yMiAtMTAxIC0zMCAtMjYgLTcgLTU0Ci0xNCAtNjQgLTE0IC0xMCAwIC0zOCAtNyAtNjQgLTE0IC0yNSAtOCAtNzMgLTIyIC0xMDYgLTMxIC0zMyAtOSAtODAgLTIzCi0xMDUgLTMwIC0yNSAtNyAtNzQgLTIwIC0xMTAgLTMwIC0zNiAtOSAtODUgLTIzIC0xMTAgLTMxIC0yNSAtOCAtNTUgLTE0IC02NwotMTQgLTEyIDAgLTM3IC02IC01NSAtMTQgLTMwIC0xMyAtNzAgLTI0IC0yMTggLTYzIC0zMCAtOCAtNzYgLTIxIC0xMDEgLTI5Ci0yNiAtOCAtNTcgLTE0IC02OCAtMTQgLTEyIDAgLTMyIC01IC00MyAtMTEgLTEyIC03IC00NCAtMTcgLTcyIC0yNCAtMjggLTcKLTc4IC0yMSAtMTExIC0zMCAtMzMgLTEwIC03OCAtMjEgLTEwMCAtMjQgLTIyIC00IC01MCAtMTMgLTYyIC0xOSAtMTIgLTcgLTMzCi0xMiAtNDggLTEyIC0xNCAwIC0zOCAtNiAtNTMgLTE0IC0xNSAtNyAtNDMgLTE2IC02MiAtMTkgLTE5IC00IC02NiAtMTYgLTEwNQotMjcgLTM4IC0xMiAtODggLTI1IC0xMTAgLTMwIC02MCAtMTMgLTEyNiAtMzAgLTE2MCAtNDIgLTE2IC02IC00OCAtMTMgLTcwCi0xOCAtMjIgLTQgLTUxIC0xMiAtNjUgLTE4IC0xNCAtNSAtNTQgLTE3IC05MCAtMjcgLTM2IC05IC04NSAtMjMgLTExMCAtMzEKLTI1IC04IC01NSAtMTQgLTY4IC0xNCAtMTMgMCAtMzMgLTUgLTQ1IC0xMiAtMTIgLTYgLTQwIC0xNSAtNjIgLTE5IC0yMiAtNAotNTMgLTExIC03MCAtMTcgLTE2IC02IC01NyAtMTggLTkwIC0yNyAtMzMgLTkgLTgxIC0yMyAtMTA2IC0zMSAtMjYgLTcgLTU3Ci0xNCAtNjggLTE0IC0xMiAwIC0zMiAtNSAtNDQgLTEyIC0xMiAtNiAtNDAgLTE1IC02MiAtMTkgLTIyIC00IC01MyAtMTEgLTcwCi0xNyAtMTYgLTYgLTU3IC0xOCAtOTAgLTI3IC0zMyAtOSAtODEgLTIzIC0xMDYgLTMxIC0yNiAtNyAtNTcgLTE0IC03MCAtMTQKLTEzIC0xIC0zNSAtNyAtNDkgLTE1IC0xNCAtOCAtMzYgLTE0IC01MCAtMTUgLTE0IDAgLTQ1IC02IC03MCAtMTQgLTI1IC04Ci03MiAtMjIgLTEwNSAtMzEgLTMzIC05IC04MCAtMjMgLTEwNSAtMzEgLTI1IC04IC01NiAtMTQgLTcwIC0xNCAtMTQgLTEgLTM2Ci03IC01MCAtMTUgLTE0IC04IC00MCAtMTQgLTU4IC0xNSAtMTkgMCAtNDYgLTYgLTYwIC0xNCAtMjUgLTEyIC00NyAtMTkgLTE1MgotNDYgLTEwMiAtMjYgLTEzMyAtMzggLTE1NyAtNjIgLTI0IC0yNCAtMjUgLTI5IC0xNCAtNjAgNyAtMTggMTYgLTUzIDIxIC03OAo0IC0yNSAxMyAtNTggMTggLTc1IDYgLTE2IDE4IC01NyAyNyAtOTAgMjkgLTEwMiA0NCAtMTUzIDYwIC0yMDIgOCAtMjcgMTUKLTU5IDE1IC03MyAxIC0xNCA3IC0zNiAxNSAtNTAgOCAtMTQgMTQgLTM2IDE1IC00OSAwIC0xNCAxMiAtMzggMjcgLTUzIDMwCi0zMiA4MSAtMzcgMTIzIC0xMyAxNCA4IDQxIDE1IDYwIDE1IDE5IDAgNDQgNyA1NCAxNSAxMSA4IDMxIDE1IDQ1IDE1IDE0IDAKNDMgNiA2NiAxNCAyMiA4IDY3IDIyIDEwMCAzMSAzMyA5IDgwIDIzIDEwNSAzMSAyNSA4IDU2IDE0IDcwIDE0IDE0IDEgMzYgNwo1MCAxNSAxNCA4IDM3IDE0IDUyIDE1IDE1IDAgNDIgNiA2MCAxNCAxOCA4IDYyIDIyIDk4IDMxIDM2IDkgODUgMjMgMTEwIDMxCjI1IDggNTYgMTQgNzAgMTQgMTQgMSAzNCA3IDQ0IDE1IDExIDggMzUgMTUgNTMgMTUgMTggMCA0NyA2IDY1IDE0IDMwIDEzIDU3CjIxIDIxOCA2MyAzMCA4IDc1IDIxIDEwMCAyOSAyNSA4IDU1IDE0IDY3IDE0IDEyIDAgMzcgNiA1NSAxNCAxOCA3IDYwIDIxIDkzCjMwIDMzIDEwIDgwIDI0IDEwNSAzMiAyNSA4IDU2IDE0IDcwIDE0IDE0IDEgMzYgNyA1MCAxNSAxNCA4IDQxIDE1IDYwIDE1IDE5CjAgNDQgNyA1NCAxNSAxMSA4IDI5IDE1IDQwIDE1IDEyIDAgNDEgNiA2NiAxNCAyNSA4IDcyIDIyIDEwNSAzMSAzMyA5IDc2IDIxCjk1IDI3IDE5IDcgNTMgMTUgNzUgMTkgMjIgNCA1NCAxMSA3MCAxNyAzNCAxMiAxMTEgMzQgMjAwIDU3IDMzIDkgNzQgMjEgOTAKMjcgMTcgNiA1MCAxNCA3NSAxOCAyNSA0IDU5IDEyIDc1IDE4IDE3IDYgNDYgMTUgNjUgMjIgMTkgNyA1MSAxNSA3MCAyMCAxOSA0CjcxIDE4IDExNSAzMCA0NCAxMyA5OCAyNiAxMjAgMzAgMjIgNCA1NCAxMiA3MCAxOCAyOSAxMCA2MSAyMCAxOTAgNTYgMzMgMTAKODAgMjQgMTA1IDMyIDI1IDggNTUgMTQgNjggMTQgMTMgMCAzMyA1IDQ1IDEyIDEyIDYgNDAgMTUgNjIgMTkgMjIgNCA1NCAxMgo3MCAxOCAzMyAxMSA5NSAyOSAxOTUgNTUgMzYgOSA4NiAyMyAxMTEgMzEgMjYgOCA1NiAxNSA2OCAxNSAxMSAwIDM1IDYgNTMgMTQKMTggOCA2MiAyMiA5OCAzMSAzNiA5IDgzIDIzIDEwNSAzMSAyMyA4IDQ5IDE0IDU5IDE0IDEwIDAgMzkgNyA2NSAxNCAyNSA4IDcxCjIyIDEwMSAzMCAzMCA5IDc4IDIyIDEwNSAzMCAyOCA3IDc5IDIxIDExNSAzMCAzNiAxMCA3OSAyMiA5NSAyOCAxNyA1IDQ4IDE0CjcwIDE4IDIyIDQgNTUgMTMgNzMgMjAgNTAgMTkgNjIgOSA2MiAtNTIgMCAtMjggNiAtNzkgMTQgLTExMiA3IC0zNCAyMSAtOTcKMzEgLTE0MSA5IC00NCAyMyAtOTMgMzEgLTEwOCA4IC0xNiAxNCAtMzYgMTQgLTQ1IDAgLTkgNyAtMjYgMTUgLTM2IDggLTExIDE1Ci0zMCAxNSAtNDIgMCAtMTMgNCAtMjUgOSAtMjkgNSAtMyAyNyAtMzkgNDcgLTgxIDIxIC00MSA0NCAtODAgNTEgLTg2IDcgLTYKMTMgLTE1IDEzIC0yMCAwIC0yOSAxOTMgLTI1MCAyODAgLTMyMCAyNSAtMjAgNTcgLTQ3IDcyIC02MCAyMiAtMTkgMTExIC04MAoxNjIgLTExMCA0MyAtMjYgMjk2IC0xMjggMzE3IC0xMjggOCAwIDM0IC02IDU5IC0xNCAyNSAtOCAxMTMgLTIyIDE5NyAtMzEKMTU2IC0xNyAxODAgLTE2IDQ0MyAxOSAxMzggMTggMzMxIDEwMCA1MDUgMjE1IDIyOSAxNTEgNDMwIDM4MSA1MzggNjE2IDEwIDIyCjI1IDUzIDMzIDY4IDggMTYgMTQgMzcgMTQgNDggMCAxMSA2IDMyIDE0IDQ3IDcgMTUgMjEgNjggMzAgMTE3IDEwIDUwIDIzIDEwOAoyOSAxMzAgOCAyOSAxMiA3NjMgMTQgMjc3OCBsMyAyNzM3IC0xNzA3IC0xIGMtMTU1NyAtMSAtMTcxNCAtMiAtMTc3OCAtMTh6Cm0yMTgwIC00NjU3IGMxNzIgLTU2IDMyNCAtMTc3IDQwOCAtMzI2IDI2IC00NSA0NyAtOTUgNDcgLTEwOSAwIC0xNSA3IC00MCAxNQotNTUgMjAgLTQwIDIxIC0yNTggMCAtMjk0IC04IC0xNCAtMTQgLTM2IC0xNSAtNTAgMCAtMTQgLTE0IC01MiAtMzEgLTg1IC0xMjAKLTIzMyAtMzQ2IC0zNzUgLTU5NCAtMzc1IC05NCAwIC0yMjUgMjYgLTI0OSA1MCAtNSA1IC0xNiAxMCAtMjIgMTAgLTIyIDAKLTEyNyA2NyAtMTY5IDEwOCAtOTMgODggLTE4MyAyMjIgLTE4NSAyNzIgMCAxNCAtNyAzNiAtMTUgNTAgLTIxIDM2IC0yMCAzMDcKMCAzMzQgOCAxMSAxNSAzMiAxNSA0NyAwIDYzIDEyNyAyMzQgMjM1IDMxNyA1MSAzOSAxMzYgODIgMjEwIDEwNSA3MSAyMiAyODMKMjIgMzUwIDF6Ii8+CjxwYXRoIGQ9Ik0zMTg3IDU0ODkgYy0xMCAtNiAtMzkgLTE0IC02NSAtMTkgLTI2IC00IC02MCAtMTMgLTc3IC0xOCAtMTYgLTYKLTU3IC0xOCAtOTAgLTI3IC0zMyAtOSAtODUgLTIzIC0xMTUgLTMxIC0zMCAtOSAtNzUgLTIyIC0xMDAgLTMwIC0yNSAtOCAtNTYKLTE0IC03MCAtMTQgLTE0IC0xIC0zNiAtNyAtNTAgLTE1IC0xNCAtOCAtMzcgLTE0IC01MiAtMTUgLTE1IDAgLTQyIC02IC02MAotMTQgLTE4IC04IC02MiAtMjIgLTk4IC0zMSAtMzYgLTkgLTg5IC0yNCAtMTE3IC0zMiBsLTUzIC0xNSA2IC00MSBjMyAtMjMgMTEKLTU4IDE4IC03NyA4IC0xOSAxOSAtNTUgMjUgLTgwIDYgLTI1IDE5IC03MCAyNyAtMTAwIDkgLTMwIDIwIC03MSAyNSAtOTAgMTcKLTczIDMxIC0xMjYgNDEgLTE1NSA2IC0xNiAxMyAtNDggMTggLTcwIDQgLTIyIDEyIC01MSAxOCAtNjUgNSAtMTQgMTcgLTU0IDI3Ci05MCA5IC0zNiAyMyAtODUgMzEgLTExMCA4IC0yNSAxNCAtNTUgMTQgLTY3IDAgLTEyIDYgLTM3IDE0IC01NSAxNCAtMzQgMzAKLTg4IDQ4IC0xNzIgMTEgLTQ2IDEwIC01MCAtMTEgLTY4IC0xNCAtMTEgLTM5IC0xOCAtNjUgLTE4IC0yMyAwIC00NiAtNCAtNTIKLTEwIC05IC05IC0yMTAgLTY1IC0yODkgLTgwIC0yMiAtNCAtNTMgLTEyIC02OCAtMTkgLTE2IC02IC00MyAtMTEgLTYwIC0xMQotMTggMCAtNDEgLTcgLTUxIC0xNSAtMTEgLTggLTMyIC0xNSAtNDggLTE1IC0xNSAwIC00NSAtNyAtNjUgLTE1IC01NCAtMjEKLTEzMyAtMjQgLTE0MyAtNSAtNSA4IC0xNiA0NCAtMjUgODAgLTkgMzYgLTIzIDg1IC0zMSAxMTAgLTggMjUgLTE0IDU2IC0xNAo3MCAtMSAxNCAtNyAzNCAtMTUgNDQgLTggMTEgLTE1IDM3IC0xNSA1NyAwIDIxIC02IDUwIC0xNCA2NiAtOCAxNSAtMTkgNDgKLTI1IDczIC02IDI1IC0xOCA2OCAtMjcgOTUgLTggMjggLTE3IDY4IC0yMSA5MCAtMyAyMiAtMTIgNDkgLTE5IDYwIC04IDExCi0xNCAzOCAtMTQgNjAgMCAyMyAtNSA0NiAtMTEgNTIgLTYgNiAtMTUgMzEgLTIwIDU1IC01IDIzIC0xOCA3NSAtMzAgMTEzIC0xMQozOSAtMjMgODYgLTI2IDEwNSAtMyAxOSAtMTAgNDEgLTE1IDQ4IC0xMyAxNSAtNTAgMTYgLTY1IDEgLTYgLTYgLTM1IC0xNCAtNjQKLTE5IC0zMCAtNCAtNjcgLTEyIC04NCAtMTggLTE2IC02IC01MCAtMTUgLTc1IC0yMSAtMjUgLTcgLTcwIC0xOSAtMTAwIC0yNwotMzAgLTkgLTczIC0yMCAtOTUgLTI1IC01NSAtMTEgLTEyNCAtMjkgLTE2MCAtNDEgLTE2IC02IC00OCAtMTMgLTcwIC0xNyAtMjIKLTQgLTU2IC0xMyAtNzUgLTE5IC04NSAtMjcgLTE0MCAtNDIgLTE1OCAtNDIgLTM1IDAgLTEwNyAtMzggLTE0NiAtNzggLTY2Ci02NiAtNzQgLTEzMCAtMzQgLTI0NyA2IC0xNiAxNCAtNDggMTggLTcwIDUgLTIyIDE4IC03MSAyOSAtMTEwIDEyIC0zOCAyNQotODggMzEgLTExMCAxNiAtNjggMzEgLTEyOSA0MyAtMTY1IDYgLTE5IDE0IC01MyAxOCAtNzUgNCAtMjIgMTIgLTUzIDE3IC03MAo2IC0xNiAxOCAtNTkgMjcgLTk1IDkgLTM2IDIzIC04NSAzMSAtMTEwIDggLTI1IDE0IC01OCAxNCAtNzUgMSAtMTYgNyAtMzkgMTUKLTQ5IDggLTExIDE1IC0zMSAxNSAtNDUgMCAtMTQgNyAtNDYgMTUgLTcxIDggLTI1IDIxIC03MiAzMCAtMTA1IDkgLTMzIDIzCi04MCAzMSAtMTA1IDggLTI1IDE0IC01NSAxNCAtNjggMCAtMTMgNSAtMzIgMTEgLTQzIDYgLTExIDE0IC00MSAxOSAtNjcgNQotMjYgMTUgLTY5IDIzIC05NyAzNyAtMTI1IDYwIC0yMTMgNjcgLTI1MCAzIC0yMiAxMiAtNTAgMTggLTYyIDcgLTEyIDEyIC0zNwoxMiAtNTUgMSAtMTggNyAtNDQgMTUgLTU4IDggLTE0IDE0IC0zNyAxNSAtNTIgMCAtMTUgNiAtNDIgMTQgLTYwIDE1IC0zNiAzMwotOTkgNDUgLTE2MyA1IC0yMiAxMyAtNTMgMjAgLTY4IDYgLTE2IDExIC00MCAxMSAtNTQgMCAtMzQgMzIgLTEwMSA2OCAtMTQwCjM2IC00MSAxMjUgLTc3IDE1MyAtNjIgMTEgNiA0MSAxNCA2NyAxOSAyNiA0IDYxIDEzIDc3IDE5IDE3IDYgNTcgMTggOTAgMjYKMzMgOSA4MyAyMyAxMTEgMzEgMjggOCA2MiAxNCA3NSAxNCAxMyAwIDMzIDcgNDMgMTUgMTEgOCAzMSAxNSA0NSAxNSAyNCAwIDQyCjQgMTY2IDQ0IDI4IDkgNjEgMTYgNzUgMTYgMTQgMSAzNiA3IDUwIDE1IDE0IDggMzkgMTUgNTUgMTUgMTcgMCA0MSA3IDU1IDE1CjE0IDggMzkgMTQgNTcgMTUgMTggMCA0NyA2IDY1IDE0IDE4IDggNjIgMjIgOTggMzEgNjkgMTggMTM2IDM2IDIyMyA2MCAyOCA4CjYzIDE2IDc3IDE5IDE0IDIgMzkgOSA1NSAxNCAzNSAxMiAxMTUgMzQgMjA1IDU3IDM2IDkgNzkgMjEgOTUgMjcgMTcgNiA1MCAxNAo3NSAxOCAyNSA0IDU5IDEyIDc1IDE4IDE3IDYgNTUgMTcgODUgMjUgMzAgOSA3OSAyMyAxMDkgMzEgMjkgOSA2MiAxNiA3MyAxNgoxMSAwIDI5IDUgNDEgMTIgMTIgNiA0MiAxNSA2NyAxOSAyNSA0IDU5IDExIDc1IDE3IDE3IDYgNTUgMTcgODUgMjUgOTcgMjYKMTc0IDQ4IDIyMCA2MyAyNSA4IDU2IDE0IDcwIDE0IDE0IDEgMzYgNyA1MCAxNSAxNCA4IDM3IDE0IDUyIDE1IDY2IDAgMTU0IDU4CjE3OSAxMTcgMjIgNTEgMjYgMTUyIDcgMTg2IC02IDEyIC0xNSA0MiAtMTkgNjcgLTQgMjUgLTExIDU5IC0xNyA3NSAtNiAxNwotMTcgNTUgLTI1IDg1IC0yNiA5NyAtNDggMTc0IC02MyAyMjAgLTggMjUgLTE0IDU1IC0xNCA2OCAwIDEzIC01IDMzIC0xMiA0NQotNiAxMiAtMTUgNDAgLTE5IDYyIC00IDIyIC0xNCA2MyAtMjIgOTAgLTI1IDg0IC01OSAyMDggLTY4IDI0NSAtMTYgNzAgLTMxCjEyNiAtNDEgMTU1IC02IDE3IC0xMyA0OCAtMTggNzAgLTQgMjIgLTEyIDUxIC0xNyA2NSAtMTggNDMgLTQzIDEzNiAtNDMgMTYxCi0xIDEzIC03IDM1IC0xNSA0OSAtOCAxNCAtMTQgMzcgLTE1IDUyIDAgMTUgLTYgNDUgLTE0IDY1IC0xMyAzOCAtMjkgOTMgLTYwCjIxMyAtMTAgMzYgLTIyIDc5IC0yOCA5NSAtNiAxNyAtMTQgNTAgLTE4IDc1IC00IDI1IC0xMiA1OSAtMTggNzUgLTExIDMyIC0zMgoxMDQgLTU4IDIwMCAtMzggMTQyIC00NyAxNzIgLTYyIDIwNSAtMjMgNTEgLTQxIDY5IC05NCA5NiAtNTEgMjYgLTE1NiAzMwotMTkxIDEzeiIvPgo8L2c+Cjwvc3ZnPgo=");    width: 25px;
    height: 20px;
    background-size: 25px;filter: invert(57%) sepia(3%) saturate(5192%) hue-rotate(32deg) brightness(99%) contrast(92%);}
.load li{padding-left:40px;}.leaf li:last-child{margin-bottom:0px;}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}.table td, .table th {
    padding: .75rem;color:#fff;
    vertical-align: top;
    border: 1px solid #e0e0e0;background: #20360F;
}.table {
    width: 100%;border:1px solid #e0e0e0;border-collapse: collapse;
}
.atb tr td:first-child,.psh h4{background:#a1b076;color:#fff;}.sticky{position:sticky;top:150px;}
.psh{display:grid;grid-template-columns:35% 65%;}.psh h4{font-size:16px;font-weight:400;font-family:'Roboto';color:#fff;}
.psh p{background: #f6f6f6;}.psh > *{padding:10px 15px;}
.br1 .psh:nth-child(2){border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;}
.br1{border:1px solid #e0e0e0;}
header .main-menu>li:hover .sub-menu {
    display: block;
}header .main-menu .sub-menu {
    display: none;
    position: absolute;
    left: 55%;
    top: 100%;
    width: 240px;
    overflow: hidden;
    border-top: 2px solid var(--green);
    background: #fff;
    -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
    box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
    z-index: 5;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
header .main-menu .sub-menu a {
    padding: 12px 24px;font-family:"Titillium Web", sans-serif; 
    display: block;
    transition: .4s;
    -webkit-transition: .4s;
    -o-transition: .4s;
    border-bottom:1px solid #899a4d59;
}header .main-menu .sub-menu a:hover{color:var(--green);}
.bullet li{margin-bottom:15px;}.bullet li:last-child{margin-bottom:0px;}
.bullet{list-style-type:disc;padding-left:18px;margin-top:15px;}
.atb1 th{background:#a1b076;color:#fff;font-weight:400;text-align:left;}
.atb1 td, .atb1 th{border:1px solid #e0e0e0;}.hprod h2.mb2{margin-bottom:20px;}
.dlist{display:grid;grid-template-columns:47% 47%;justify-content:space-between;}
.dlist h2{margin-top:0px !important;}.acr{align-items:center;}.ac{align-items:center;}
.plists .imgh{position:relative;}.sticky a.active{background:#b27d32;}


.hero-slider {
  width: 100%;
  height: 650px;
  position: relative;
  z-index: 0;
}




@media (max-width: 991px) {
  .hero-slider {
    height: 420px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 420px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 800px;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 650px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  text-align: left;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next,.swiper-button-next, .swiper-container-rtl .swiper-button-prev{background-image:none !important;}
@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 0px;
  transform:translateX(50px);
}
.hero-slider .swiper-button-prev, .hero-slider .swiper-button-next{
 /*background:#B5B5B5*/;display:flex;align-items:center;width:35px;height:35px;border-radius:50%;transition:all 0.3s ease;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform:translateX(-50px);
}

.swiper-button-prev span, .swiper-button-next span {
    width: 10px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    position: absolute;
    border: solid 2px white;
    border-left: 0;
    border-bottom: 0;
    transition: all 0.3s ease;}
.hero-slider .swiper-pagination-bullet {
  height: 10px;width:10px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #fff;
  opacity: 1;
  background:var(--orange);
  transition:all .2s ease;border:1px solid #fff;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity:1;border-radius:10px;width:24px;background:var(--blue);
}
.hero-slider .swiper-pagination-bullet-active:before{border-radius:10px;width:24px;}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
/*     display: none; */
  }
}
.swiper-pagination {
  text-align:left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets, .swipernav{
  bottom:50px;
    max-width: 1200px;
    display: table;
    margin: 0 auto;
    left: 50%;
    top:90%;
    transform: translateX(-50%);
}
}
@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:30px;
 
}
}
/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
  height: 800px;
  transition:all .4s ease;
}




@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 35px;
    margin: 0 0 5px;
  }
}

.hero-style p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: normal;
  color:#101010;
  margin: 30px 0 20px;
  transition:all .4s ease;
}
.fright .container{display:flex;justify-content:flex-end;}
.fright .container > div{width:40%;}

@media (max-width: 767px) {
    
  .hero-style .slide-text p {
    font-size:26px;
    font-weight: normal;
    margin: 0 0 0px;
    }.tstart p{margin-bottom:5px !important;}.tstart .bh1,.tstart p{color:#fff !important;}
}

.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}


/*--------------------------------------------------------------
	#button-style
--------------------------------------------------------------*/
.theme-btn, .theme-btn-s2{
    background-color: #ffffff;
    font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color:#2b3b95;
    padding: 9px 32px;
    border: 0; 
  border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
  transition:all .4s ease;
}
a {
    text-decoration: none;
    transition: all 0.2s ease;
}
.theme-btn-s2{
    background-color: rgba(255, 255, 255, 0.9);
    color: #131e4a;
}
.theme-btn:hover, .theme-btn-s2:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn:active, .theme-btn-s2:active {
    background-color:#2b3b95 ;
    color: #fff;
}
.theme-btn-s3{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}
i.fa-chevron-circle-right{
  height:22px;
  width:22px;
}
a:hover {
    text-decoration: none;
}
@media (max-width: 991px){
  .theme-btn, .theme-btn-s2, .theme-btn-s3 {
    font-size: 13px;
    padding: 15px 25px;
  }
}
@media (max-width: 767px){
  .theme-btn, .theme-btn-s2{
    padding: 13px 20px;
    font-size: 13px;
  }
}



.textWrapper .bh1 {
    color: #431B0E;
    font-size: 60px;
    line-height: 52px;
    font-weight: 600;text-transform:capitalize;
}
.country{display:grid;grid-template-columns:repeat(3,1fr);text-align:left;flex-wrap:wrap;justify-content:flex-start;gap:10px 40px;width:100%;margin:40px auto 0px;
align-items:center;}

.country  li {
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
}
.country li::before {
    content: '';
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke='%23899a4d' stroke-linecap='round' stroke-linejoin='round' stroke-width='32' d='M256 48c-79.5 0-144 61.39-144 137c0 87 96 224.87 131.25 272.49a15.77 15.77 0 0 0 25.5 0C304 409.89 400 272.07 400 185c0-75.61-64.5-137-144-137'/%3E%3Ccircle cx='256' cy='192' r='48' fill='none' stroke='%23899a4d' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'/%3E%3C/svg%3E");
    width: 18px;
    height: 18px;
    background-size: 18px;
    display: flex;
    position: absolute;
    left: 0;
    top: 3px;
}
.header-logo{transition:all 0.3s ease;}
.sp-sticky.sp-active .header-logo{width:150px;}


.header-sticky .sp-active .main-menu>li>a{height:75px;}
.hero-slider .cbtn:hover{background:var(--brown);}
.ctwrap{display:grid;grid-template-columns:40% 60%;justify-content:space-between;padding-top:60px;}
.imgcont{object-fit:contain;height:auto !important;}
.tstart .brown{color:#431B0E;font-size:30px;font-weight:600;margin:0px 0px 10px 3px;}.tstart .bh1{color:#406618;}
.tstart .textWrapper{padding-top:75px;}
.fright1 .container{display:flex;justify-content:flex-end;padding:75px 100px 0px 0px;}.fright1 .bh1{color:#8dc63f;}
.tstart p{color:#fff;font-size:30px;font-weight:400;margin-top:10px;}
.tstart .f40{font-size:80px;font-weight:600;}.tstart .ch1{color:var(--orange);}.ucase{text-transform:uppercase;}
.fright2 .container{display:flex;justify-content:center;align-items:flex-start;}
.fright2 .bh1{color:#fff;text-align:center;padding-top:60px;}
.hero-slider .swiper-slide{background-size:cover;background-position:top;}.swiper-slide{width:100% !important;}
.stable{display:grid;grid-template-columns:50% 45%;justify-content:space-between;}
.astart{align-items:flex-start;}.sse .cnow{display:none;}
.prod1,.prod2,.prod3,.prod4,.prod5,.prod6,.prod7,.prod8{background-position:center;}
.clogo{width:140px;}.enbtn{pointer-events: auto;
    cursor: pointer;
    border-radius:5px;background:var(--green1);
    padding:8px 24px;
    margin: 0;color#fff;
    position: relative;overflow:hidden;
    display: inline-block;}.enbtn span{color:#fff;}
.enbtn::after {content: '';z-index:9;border-radius:0px;
    background: var(--brown);
    transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}.enbtn:hover::after {
    transform: translate3d(0, -100%, 0);
}.enbtn span{z-index:99;position:relative;font-size:16px;}.dhide{display:none;}
.sicons a{border-radius:50%;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--brown);}

.addr::after, .cinfo p::after,.cont-mail::after{content:'';background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='%23F7C35F' d='m19.23 15.26l-2.54-.29a1.99 1.99 0 0 0-1.64.57l-1.84 1.84a15.05 15.05 0 0 1-6.59-6.59l1.85-1.85c.43-.43.64-1.03.57-1.64l-.29-2.52a2 2 0 0 0-1.99-1.77H5.03c-1.13 0-2.07.94-2 2.07c.53 8.54 7.36 15.36 15.89 15.89c1.13.07 2.07-.87 2.07-2v-1.73c.01-1.01-.75-1.86-1.76-1.98'/%3E%3C/svg%3E");width:20px;height:20px;background-size:20px;left:0;top:0;position:absolute;}
.addr, .cphone,.cont-mail{position:relative;}

.cont-mail::after{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='%23F7C35F' d='M4.616 19q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h14.77q.69 0 1.152.463T21 6.616v10.769q0 .69-.463 1.153T19.385 19zM12 12.116l8-5.231L19.692 6L12 11L4.308 6L4 6.885z'/%3E%3C/svg%3E") !important;background-repeat:no-repeat !important;background-size:24px !important;width:24px !important;}
.cphone::after{content:'';background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='%23F7C35F' d='m19.23 15.26l-2.54-.29a1.99 1.99 0 0 0-1.64.57l-1.84 1.84a15.05 15.05 0 0 1-6.59-6.59l1.85-1.85c.43-.43.64-1.03.57-1.64l-.29-2.52a2 2 0 0 0-1.99-1.77H5.03c-1.13 0-2.07.94-2 2.07c.53 8.54 7.36 15.36 15.89 15.89c1.13.07 2.07-.87 2.07-2v-1.73c.01-1.01-.75-1.86-1.76-1.98'/%3E%3C/svg%3E");width:22px;height:22px;background-size:22px;left:0;top:0;position:absolute;}
.plinks li:before, .qlinks li:before{content:'';position: absolute;background:url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTAwIDc2LjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwMCA3Ni42OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0Y2QzU2Njt9Cjwvc3R5bGU+CjxnPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTMyLjksNjEuOGMtMy4xLTAuMi02LjItMC4xLTkuMi0wLjZDMTUuNiw1OS44LDEwLDU1LjUsNy4yLDQ3LjdDNiw0NC42LDUuNiw0MS4zLDUuNCwzOAoJCWMtMC4xLTAuNiwwLTEuMSwwLjgtMS4xYzQuOS0wLjUsOS44LTAuNSwxNC43LDAuOWM2LjMsMS44LDEwLjYsNS44LDEzLjEsMTEuOWMwLjYsMS40LDEuMSwyLjksMS40LDQuNGMwLjEsMC4zLDAuMSwwLjYsMC43LDAuOAoJCWMtMC4yLTEuNS0wLjMtMi44LTAuNi00LjFjLTItOS4yLTcuOS0xNC40LTE2LjktMTYuNWMtNS4xLTEuMi0xMC4yLTEuMS0xNS40LTAuMmMtMC44LDAuMi0xLDAuNS0xLjEsMS4zQzEuOSw0MC45LDIuNiw0Ni4xLDUuMiw1MQoJCWMzLjQsNi40LDguOCwxMC4yLDE1LjksMTEuM2MzLjcsMC42LDcuNCwwLjUsMTEuMS0wLjJDMzIuNSw2MiwzMi43LDYxLjksMzIuOSw2MS44eiIvPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTM4LjksMzMuM2MxLjMtNy4xLDQuMy0xMy40LDkuNC0xOC42YzcuNi03LjgsMTcuMi0xMSwyNy42LTEzYzYuNC0xLjIsMTkuNS0wLjIsMjAuMi0wLjIKCQljMC44LDAsMS4yLDAuMywxLjMsMS4xYzAuNyw0LjgsMC43LDkuNywwLjMsMTQuNWMtMC42LDYuNi0yLjMsMTIuOS01LjMsMTguOGMtNC43LDktMTIsMTUuMS0yMS42LDE4LjVjLTcuMywyLjYtMjQuOSwyLjgtMjYuMiwyLjIKCQljMi41LDAsNC42LTAuMyw2LjctMC41YzYuMy0wLjUsMTIuNS0xLjcsMTguMy00LjNjMTEuMi00LjksMTgtMTMuNiwyMS4xLTI1LjNjMS43LTYuMywyLTEyLjgsMS43LTE5LjNjMC0wLjktMC40LTEuMi0xLjItMS4yCgkJQzg3LjMsNiw4My41LDUuOSw3OS43LDYuMmMtNi4zLDAuNi0xMi41LDEuOC0xOC40LDQuNGMtOS4zLDQuMS0xNS45LDEwLjktMTkuNSwyMC40Yy0xLjYsNC4yLTMsMTcuNC0zLjYsMTguMQoJCUMzOC4zLDQ4LjMsMzcuNyw0MS40LDM4LjksMzMuM3oiLz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik04LjksMzguNmM2LDEuNCwxMS42LDMuOSwxNi43LDcuNWM1LjIsMy42LDkuMSw4LjIsMTEuNCwxNC42YzAuMS0wLjYsMC4yLTAuOCwwLjItMC45CgkJYzAuOC00LjcsMi4zLTkuMSw0LjUtMTMuM2M0LjUtOC44LDExLTE1LjksMTguNy0yMS45YzYuOC01LjMsMTQuMi05LjYsMjIuMi0xM2MwLjctMC4zLDQuMS0xLjcsNS0xLjZjLTAuNywwLjQtMS45LDEuMi0yLjEsMS4zCgkJYy05LjgsNS43LTE4LjcsMTIuNC0yNi44LDIwLjNjLTQuNyw0LjUtOC44LDkuNS0xMi4zLDE1Yy01LjQsOC41LTguNCwxNy44LTguNSwyNy45YzAsMC4zLDAuMiwwLjgtMC4zLDEuMQoJCWMtMC4yLTEuMS0wLjQtMi4xLTAuNS0zLjFjLTAuMi0yLTAuMi00LjEtMC43LTZjLTEtNC42LTMuNC04LjYtNi41LTEyLjFjLTQuNS01LjEtMTAtOS0xNS44LTEyLjRjLTEuNy0xLTMuNS0yLTUuMi0yLjkKCQlDOC44LDM4LjksOC45LDM4LjgsOC45LDM4LjZ6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNODQuOCwxMC43YzAuMS0wLjEsMC4yLTAuMSwwLjMtMC4yQzg1LDEwLjYsODQuOSwxMC43LDg0LjgsMTAuN3oiLz4KPC9nPgo8L3N2Zz4=");width:24px;height:24px;background-size:24px;left:0;background-repeat:no-repeat;top:5px;}
.plinks li,.qlinks li{position:relative;padding-left:40px;}
.addr::after,.cphone::after{margin-top:5px;}
.fbg{background:#f4f5fa;}.hlight{text-transform:uppercase;background:var(--orange);display:inline-flex;padding:8px 16px;border-radius:8px 8px 0px 8px;color:#fff;position:relative;}
.hlight::after{content:'';background:url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTAwIDc2LjYzIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMDAgNzYuNjM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRjZDNTY2O30KPC9zdHlsZT4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNjcuMDcsNjEuODNjMy4wOC0wLjIyLDYuMTUtMC4xMSw5LjItMC42M2M4LjA5LTEuMzgsMTMuNjgtNS43MywxNi41My0xMy41MWMxLjE1LTMuMTQsMS41Ni02LjM5LDEuODItOS42OAoJCWMwLjA1LTAuNTgtMC4wMS0xLjA3LTAuNzktMS4xNGMtNC45NC0wLjQ5LTkuODUtMC41My0xNC42OCwwLjg4Yy02LjI5LDEuODMtMTAuNjEsNS44Mi0xMy4wNSwxMS44NQoJCWMtMC41OCwxLjQ0LTEuMTQsMi44OS0xLjQzLDQuNDNjLTAuMDUsMC4yOC0wLjA4LDAuNjItMC42NywwLjg0YzAuMjEtMS40NSwwLjMyLTIuNzksMC42MS00LjFjMi4wMS05LjE3LDcuODktMTQuNDEsMTYuODYtMTYuNDcKCQljNS4xMS0xLjE4LDEwLjI0LTEuMSwxNS4zOC0wLjE2YzAuOCwwLjE1LDEuMDMsMC40NiwxLjA2LDEuMjljMC4yMyw1LjQ2LTAuNTYsMTAuNjktMy4xNSwxNS41N2MtMy40MSw2LjQyLTguNzUsMTAuMTgtMTUuOTEsMTEuMjgKCQljLTMuNzEsMC41Ny03LjQ0LDAuNDUtMTEuMTQtMC4yNEM2Ny40OSw2MS45OSw2Ny4yOCw2MS45LDY3LjA3LDYxLjgzeiIvPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTYxLjA1LDMzLjMxYy0xLjI5LTcuMTQtNC4zNC0xMy40Mi05LjQxLTE4LjYyQzQ0LjA4LDYuOTQsMzQuNDMsMy42NiwyNC4wMiwxLjY3CgkJQzE3LjYyLDAuNDQsNC41NiwxLjQyLDMuODcsMS40MmMtMC44LDAtMS4xNSwwLjMtMS4yNywxLjE0Yy0wLjY2LDQuODMtMC43LDkuNjctMC4yNiwxNC41MmMwLjU5LDYuNiwyLjI1LDEyLjksNS4zMywxOC44CgkJYzQuNzIsOS4wNSwxMS45NywxNS4xNCwyMS41NiwxOC41MmM3LjMxLDIuNTgsMjQuODksMi43OCwyNi4yMSwyLjE5Yy0yLjUxLTAuMDMtNC41OC0wLjMxLTYuNzQtMC41CgkJYy02LjMxLTAuNTUtMTIuNDYtMS43NC0xOC4yOS00LjI4Yy0xMS4yNS00Ljg5LTE4LTEzLjU2LTIxLjA3LTI1LjI3QzcuNjgsMjAuMjEsNy4zLDEzLjc3LDcuNjUsNy4yN2MwLjA1LTAuOTMsMC4zNy0xLjE5LDEuMjUtMS4yCgkJYzMuOC0wLjA1LDcuNi0wLjE3LDExLjQxLDAuMThjNi4zNCwwLjU5LDEyLjUyLDEuODEsMTguMzksNC4zOWM5LjM1LDQuMSwxNS44NiwxMC44OCwxOS40NywyMC40MmMxLjU5LDQuMiwyLjk3LDE3LjQsMy42MiwxOC4wNgoJCUM2MS42OSw0OC4zNCw2Mi4zMSw0MS4zOCw2MS4wNSwzMy4zMXoiLz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik05MS4wNywzOC42M2MtNi4wMywxLjM5LTExLjU5LDMuOS0xNi42Nyw3LjQ3Yy01LjE2LDMuNjMtOS4xMiw4LjI0LTExLjQxLDE0LjU4CgkJYy0wLjEyLTAuNTctMC4xNi0wLjc1LTAuMTktMC45MmMtMC43OC00LjY4LTIuMy05LjExLTQuNDYtMTMuMzFjLTQuNS04Ljc2LTEwLjk2LTE1Ljg4LTE4LjY3LTIxLjkyCgkJYy02LjgtNS4zNC0xNC4yMS05LjYzLTIyLjE1LTEzLjA0Yy0wLjc0LTAuMzItNC4wNy0xLjY3LTQuOTktMS41OGMwLjY4LDAuNDIsMS45NSwxLjE3LDIuMTEsMS4yNgoJCWM5Ljc2LDUuNjcsMTguNywxMi40NCwyNi43OCwyMC4zMWM0LjY2LDQuNTQsOC44NCw5LjUsMTIuMzEsMTUuMDNjNS4zNiw4LjU1LDguNDEsMTcuNzgsOC40OSwyNy45M2MwLDAuMzQtMC4yMSwwLjc3LDAuMzIsMS4xMQoJCWMwLjE4LTEuMDksMC4zOS0yLjExLDAuNTEtMy4xNGMwLjIzLTIsMC4yMy00LjA1LDAuNjUtNmMxLTQuNjMsMy40LTguNTYsNi41My0xMi4wNmM0LjUzLTUuMDcsOS45Ny04Ljk5LDE1LjgxLTEyLjQKCQljMS43Mi0xLDMuNDctMS45Niw1LjIxLTIuOTRDOTEuMTksMzguODgsOTEuMTMsMzguNzYsOTEuMDcsMzguNjN6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTUuMjEsMTAuNzJjLTAuMDktMC4wNi0wLjE4LTAuMTItMC4yNy0wLjE3QzE1LjAzLDEwLjYsMTUuMTIsMTAuNjYsMTUuMjEsMTAuNzJ6Ii8+CjwvZz4KPC9zdmc+");width:50px;height:50px;background-size:50px;right:-15px;background-repeat:no-repeat;top:-32px;position:absolute;}.blue{color:var(--blue);}
.pulse span{animation: ripple 0.7s linear infinite;width:50px;height:50px;border-radius:50%;position:relative;display:inline-flex;align-items:center;justify-content:center;}
.pulse span:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 40px;
    height: 40px;
    background: var(--green);
    border-radius: 50%;
    -webkit-animation: pulse-border 1.5s ease-out infinite;
    animation: pulse-border 1.5s ease-out infinite;transition:all 0.3s ease;
}
.pulse span:after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;border:1px solid var(--green);
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;transition:all 0.3s ease;
}.pulse span svg{width:20px;height:auto;z-index:99;}
@keyframes pulse-border {0% {transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);opacity: 1}100% {transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.7);opacity: 0}}
.popup-youtube{display:flex;align-items:center;gap:10px;font-weight: 500;}.popup-youtube:hover{color:var(--orange);}.popup-youtube:hover span:before{background:var(--orange);}
.popup-youtube:hover span::after{border-color:fff;}.popup-youtube:hover svg path{fill:#fff;}
.rmbtn{color:var(--orange);font-weight:500;position:relative;padding-right:30px;display:inline-flex;align-items:center;}.rmbtn::after{content:'';background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='%23e0081e' fill-rule='evenodd' d='M13.47 5.47a.75.75 0 0 1 1.06 0l6 6a.75.75 0 0 1 0 1.06l-6 6a.75.75 0 1 1-1.06-1.06l4.72-4.72H4a.75.75 0 0 1 0-1.5h14.19l-4.72-4.72a.75.75 0 0 1 0-1.06' clip-rule='evenodd'/%3E%3C/svg%3E");width:24px;height:24px;background-size:24px;right:0px;background-repeat:no-repeat;display:flex;position:absolute;transition:all 0.3s ease;}
.rmbtn:hover{color:var(--blue);}.rmbtn:hover::after{filter: brightness(0) saturate(100%) invert(43%) sepia(83%) saturate(1636%) hue-rotate(165deg) brightness(104%) contrast(84%);}
.ouh{display:grid;justify-content:space-between;grid-template-columns:35% 40%;align-items:center;}.ouh span{background:transparent;color:var(--blue);padding:0px;}
.container1{padding-left:10%;}.plists h3{text-transform:uppercase;font-size:22px;font-weight:500;}
.hpcnt{position:absolute !important;bottom:-90px;padding:10px 20px;background:#fff;border-radius:15px 15px 0px 0px;transition:all 0.3s ease;width:100%;}
.hpcnt{display:flex;flex-direction:column;align-items:flex-start;gap:10px;}.plists .owl-item{border-bottom:2px solid var(--green);position:relative;overflow:hidden;}
.plists .owl-item:hover .hpcnt{bottom:0px;}.plists{margin-top:50px;}
.ouh p{margin-right:20%;}.carrows .owl-prev, .carrows .owl-next{position:static;}
.carrows .owl-nav{text-align:right;padding-right:11%;display:flex;align-items:center;gap:12px;justify-content:flex-end;margin-top:50px;}
.plists.carrows .owl-nav button{transition:all 0.3s ease;background-color:#e4e6ec !important;border-radius:10px 10px 0px 10px;padding:12px 10px !important;display:flex;align-items:center;}.carrows svg path{fill:#000;}
.plists.carrows .owl-nav button:last-child{border-radius:10px 10px 10px 0px;}
.plists.carrows .owl-nav button:hover{background:var(--orange) !important;}.hprod::after{content:'';background:url(images/agriculture-bg.webp) no-repeat bottom;width:800px;height:600px;position:absolute;left:0;bottom:0;z-index: 0;
    background-size:contain;}.plists.carrows path{transition:all 0.3s ease;}.factbg{background:#0C336B;color:#fff;}.factbg h2{color:#fff;}
.lch2{font-size:35px;}.features{display: grid;grid-template-columns: repeat(3, 1fr);}
.features svg{width:100px;height:100px;display:flex;align-items:center;}.features svg path{fill:#9795b5;transition:all 0.3s ease;}.features h3{font-weight:400;}
.fsvg2 svg{width:80px;height:100px;}.fsvg3 svg{width:70px;height:100px;}.features > div,.features .owl-item{border:1px solid #79b43542;padding:20px;
background:#87a6d30f;transition:all 0.3s ease;}
.features div:nth-child(2),.features div:nth-child(5){border-left:0px;border-right:0px;}.features h3{color:#f9f9f9;}
.features div:nth-child(1),.features div:nth-child(2),.features div:nth-child(3){border-bottom:0px;}
.features div:hover path{fill:#fff;}.features div:hover{background:var(--orange);}.ialign{display:flex;align-items:center;gap:10px;font-weight:500;}
.ratings{display:flex;color:#ffc55a;gap:10px;margin-bottom:0px !important;}.ratings span{font-size:24px;font-weight:500;color:#333;}
.lclr2{color:#666666;}.feedback{background:url(images/feedbackbg.png) no-repeat bottom;}
.tc1::before{content:'';background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30.73' height='26' viewBox='0 0 1664 1408'%3E%3Cpath fill='%23F4A735' d='M768 832v384q0 80-56 136t-136 56H192q-80 0-136-56T0 1216V512q0-104 40.5-198.5T150 150T313.5 40.5T512 0h64q26 0 45 19t19 45v128q0 26-19 45t-45 19h-64q-106 0-181 75t-75 181v32q0 40 28 68t68 28h224q80 0 136 56t56 136m896 0v384q0 80-56 136t-136 56h-384q-80 0-136-56t-56-136V512q0-104 40.5-198.5T1046 150t163.5-109.5T1408 0h64q26 0 45 19t19 45v128q0 26-19 45t-45 19h-64q-106 0-181 75t-75 181v32q0 40 28 68t68 28h224q80 0 136 56t56 136'/%3E%3C/svg%3E") no-repeat;position:absolute;width:24px;height:24px;background-size:24px;top:50px;}
.tc1{position:relative;text-align:center;padding:100px 100px 50px;background:#F3F5FA;border-radius:10px;    display: flex;
    flex-direction: column;
    align-items: center;}
.testimonials .owl-prev,.testimonials .owl-next, .advantages .owl-prev,.advantages .owl-next{position:absolute;top:45%;left:-20px;background:#fff !important;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;box-shadow:0px 0px 5px rgba(0,0,0,0.1);}
.testimonials .owl-next,.advantages .owl-next{left:auto;right:-20px;}
.testimonials svg{height:25px;width:25px;}.testimonials button{transition:all 0.3s ease;}
.testimonials button:hover{background:var(--orange) !important;}.testimonials button:hover path{fill:#fff;}
.testimonials span{margin-top:3px;}.consult{background:#F3F5FA;}
.demo{display:grid;grid-template-columns:30% 30% 25% !important;justify-content:space-between;}
.demo1{display:grid;gap:30px;}.demo1 div:nth-child(2){border:1px solid #9c9c9c33;border-left:0px;border-right:0px;padding:30px 0px;}
.demo1 .leaf{margin-top:0px !important;margin-bottom:15px;color:var(--blue);font-size:30px;font-weight:500;background:transparent;padding:0px;position:relative;}.demo1 h3{font-weight:400;font-size:24px;}.demo .habt1{text-align:center;}
.demo1 .leaf::after{top:-5px;right:-50px;height:30px;background:url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTAwIDc2LjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwMCA3Ni42OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0Y2QzU2Njt9Cjwvc3R5bGU+CjxnPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTMyLjksNjEuOGMtMy4xLTAuMi02LjItMC4xLTkuMi0wLjZDMTUuNiw1OS44LDEwLDU1LjUsNy4yLDQ3LjdDNiw0NC42LDUuNiw0MS4zLDUuNCwzOAoJCWMtMC4xLTAuNiwwLTEuMSwwLjgtMS4xYzQuOS0wLjUsOS44LTAuNSwxNC43LDAuOWM2LjMsMS44LDEwLjYsNS44LDEzLjEsMTEuOWMwLjYsMS40LDEuMSwyLjksMS40LDQuNGMwLjEsMC4zLDAuMSwwLjYsMC43LDAuOAoJCWMtMC4yLTEuNS0wLjMtMi44LTAuNi00LjFjLTItOS4yLTcuOS0xNC40LTE2LjktMTYuNWMtNS4xLTEuMi0xMC4yLTEuMS0xNS40LTAuMmMtMC44LDAuMi0xLDAuNS0xLjEsMS4zQzEuOSw0MC45LDIuNiw0Ni4xLDUuMiw1MQoJCWMzLjQsNi40LDguOCwxMC4yLDE1LjksMTEuM2MzLjcsMC42LDcuNCwwLjUsMTEuMS0wLjJDMzIuNSw2MiwzMi43LDYxLjksMzIuOSw2MS44eiIvPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTM4LjksMzMuM2MxLjMtNy4xLDQuMy0xMy40LDkuNC0xOC42YzcuNi03LjgsMTcuMi0xMSwyNy42LTEzYzYuNC0xLjIsMTkuNS0wLjIsMjAuMi0wLjIKCQljMC44LDAsMS4yLDAuMywxLjMsMS4xYzAuNyw0LjgsMC43LDkuNywwLjMsMTQuNWMtMC42LDYuNi0yLjMsMTIuOS01LjMsMTguOGMtNC43LDktMTIsMTUuMS0yMS42LDE4LjVjLTcuMywyLjYtMjQuOSwyLjgtMjYuMiwyLjIKCQljMi41LDAsNC42LTAuMyw2LjctMC41YzYuMy0wLjUsMTIuNS0xLjcsMTguMy00LjNjMTEuMi00LjksMTgtMTMuNiwyMS4xLTI1LjNjMS43LTYuMywyLTEyLjgsMS43LTE5LjNjMC0wLjktMC40LTEuMi0xLjItMS4yCgkJQzg3LjMsNiw4My41LDUuOSw3OS43LDYuMmMtNi4zLDAuNi0xMi41LDEuOC0xOC40LDQuNGMtOS4zLDQuMS0xNS45LDEwLjktMTkuNSwyMC40Yy0xLjYsNC4yLTMsMTcuNC0zLjYsMTguMQoJCUMzOC4zLDQ4LjMsMzcuNyw0MS40LDM4LjksMzMuM3oiLz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik04LjksMzguNmM2LDEuNCwxMS42LDMuOSwxNi43LDcuNWM1LjIsMy42LDkuMSw4LjIsMTEuNCwxNC42YzAuMS0wLjYsMC4yLTAuOCwwLjItMC45CgkJYzAuOC00LjcsMi4zLTkuMSw0LjUtMTMuM2M0LjUtOC44LDExLTE1LjksMTguNy0yMS45YzYuOC01LjMsMTQuMi05LjYsMjIuMi0xM2MwLjctMC4zLDQuMS0xLjcsNS0xLjZjLTAuNywwLjQtMS45LDEuMi0yLjEsMS4zCgkJYy05LjgsNS43LTE4LjcsMTIuNC0yNi44LDIwLjNjLTQuNyw0LjUtOC44LDkuNS0xMi4zLDE1Yy01LjQsOC41LTguNCwxNy44LTguNSwyNy45YzAsMC4zLDAuMiwwLjgtMC4zLDEuMQoJCWMtMC4yLTEuMS0wLjQtMi4xLTAuNS0zLjFjLTAuMi0yLTAuMi00LjEtMC43LTZjLTEtNC42LTMuNC04LjYtNi41LTEyLjFjLTQuNS01LjEtMTAtOS0xNS44LTEyLjRjLTEuNy0xLTMuNS0yLTUuMi0yLjkKCQlDOC44LDM4LjksOC45LDM4LjgsOC45LDM4LjZ6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNODQuOCwxMC43YzAuMS0wLjEsMC4yLTAuMSwwLjMtMC4yQzg1LDEwLjYsODQuOSwxMC43LDg0LjgsMTAuN3oiLz4KPC9nPgo8L3N2Zz4=") no-repeat;background-size:40px;background-position:center right;}
.swiper-container .text-wrapper {
    display: inline-flex;flex-direction:column;align-items:center;overflow:hidden;z-index:99;position:relative;
}



/*delays*/
.swiper-container .swiper-slide.active .sub-title .text-inner {
  transition-delay: 0.05s;
}

.swiper-container .swiper-slide.active .title .text-inner {
  transition-delay: 0.1s;
}

.swiper-container .swiper-slide.active .description .text-inner {
  transition-delay: 0.15s;
}
.hero-slider .container{height:100%;display:flex;align-items:center;position:relative;z-index:99;justify-content:center;}
.text-wrapper p, .text-wrapper h1{text-align:center;}
.hero-slider p{margin:0px;width:100%;font-weight:600;}.tstart .ch1{font-size:65px;line-height:1.1;padding-bottom:30px;font-weight:400;border-bottom:1px solid rgb(255 255 255 / 50%);margin-bottom:30px;}
.tstart .ch1 span{font-size:80px;color:var(--brown);text-transform:uppercase;font-weight:bold;text-shadow: 1px 0px 2px rgba(0, 0, 0, 0.5);}
.swipernav > div{position:relative;transform:none !important;top:0px;left:0px;right:0px;bottom:0px;justify-content:center;}
.swipernav{position:absolute;z-index:99;display:flex;justify-content:flex-end;width:100%;gap:10px;top:92%;}
.swipernav > div span{top:0px;left:0px;right:0px;bottom:0px;justify-content:center;}
.swipernav .swiper-button-prev span{left:2px;}.swipernav .swiper-button-next span{left:-2px;}
.swipernav,.swiper-pagination{max-width:80% !important;}
.features h3 span{font-weight:500;font-size:20px;}.cfrow{background:#f3f5fa;}
.addrow{display:grid;grid-template-columns:45% 45%;justify-content:space-between;margin-top:30px;}
.addrow h3{margin-bottom:15px;color:var(--blue);}.addrow p,.addrow a,.f500{font-weight:500;color:#000;line-height:24px;}
.addrow .addr,.addrow .cphone,.addrow .cont-mail{padding-left:35px;}
.addrow .addr::after, .addrow .cinfo p::after, .addrow .cont-mail::after,.addrow .cphone::after{filter:invert(2%) sepia(70%) saturate(1652%) hue-rotate(355deg) brightness(101%) contrast(99%);}
.addrow .cphone::before{content:'';position:absolute;width:85%;height:1px;background:#E2E2E2;right:0;bottom:-10px;}.addrow .cphone span{font-weight:400;}.addrow .cont-mail{margin-top:20px;}
.addrow .cphone a:last-child{display:inline-flex;margin-top:5px;}.cforms .addrow a:hover{color:var(--orange);}
.bgw{background:#fff;padding:75px 50px 50px 50px;border-radius:15px;}.enqh{display:flex;a;align-items:center;gap:30px;margin-bottom:40px;}
select.form-control{padding:0.375rem 0.75rem}
.abt{display:grid;grid-template-columns:50% 40%;justify-content:space-between;align-items:center;}
.abtcol1{display:flex;align-items:flex-end;position:relative;justify-content:flex-end;}
.imgab, .abtcol1 a{position:absolute;left:0;z-index:9;}.imgbor{position:relative;display:flex;padding-right:20px;align-items:center;}.imgbor::after{content:'';position:absolute;right:0;height:90%;width:100%;border-radius:10px;background:var(--orange);z-index:-1;}
.abtcol1 a{bottom:auto;top:100px;left:-25px;}.abtcol1 svg path{fill:#fff;}.abtcol1 .pulse span:after{background:var(--green);}
.abtcol1 .pulse span svg{width:25px;}.abtcol1 .pulse span:before,.abtcol1 .pulse span:after{width:60px;height:60px;}
.abtcol1 .pulse:hover span::after{background:var(--orange);}
.hart::after{display:none;}
.abtcol1 .popup-youtube:hover svg path{fill:#fff;}
.landart::after{background:url(images/land.webp) no-repeat;width:100% !important;height:300px;background-position:top;bottom:auto;top:0px;background-size:cover;}
.bluebg{background:#0C336B;padding:75px;border-radius:20px;width:80%;margin:0px auto;position:relative;z-index:99;}.bluebg > *{color:#fff;}
.landart h2{color:var(--orange);margin-bottom:30px;}.landart p{color:#e9e9e9;font-weight:500;text-align:center;line-height:30px;}.landart{padding-top:150px;}
.landart{background:linear-gradient(to bottom, #F3F5FA 50%, #fff 50%);}.hart{padding-bottom:50px;}.highcharts-container{height:650px !important;}
.highcharts-name-maharashtra,.highcharts-name-karnataka,.highcharts-name-tamil-nadu, .highcharts-name-andhra-pradesh{fill:#00ab5f;stroke:#fff;}
		
.map-svg {
    position: relative;
}
.map-pins {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
}.map-location-marker {
    background:#fff;
    cursor: pointer;
    position: absolute;
    height: 10px;
    margin-top: -1.875em;
    margin-left: -0.7857142857em;
    width: 10px;
    z-index: 99;
    border-radius: 50%;background-size:contain;
}
.map-location-marker:after {
    animation: pulsing 2s ease-in-out infinite;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 30px;
    content: "";
    display: block;
    height: 20px;
    left:-7px;
    opacity: 0;
    position: absolute;
    top: -7px;
    transition: all 0.25s linear;
    width: 20px;
    z-index: 2;
}

@keyframes pulsing {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}



.swiper-slide::before{content:'';position:absolute;width:100%;height:100%;background:linear-gradient(to bottom, black 50%, transparent);left:0;z-index:99;bottom:0;opacity:0.4;}
.swiper-slide::after{content:'';position:absolute;width:52%;height:83%;/*background:url(images/fog2.webp) no-repeat right bottom;*/right:0;z-index:1;bottom:0;opacity:0.5;}
.f22{font-size:20px;line-height:30px;}.red{color:var(--red);}
.lbg{background:url(images/location-art.webp) no-repeat;background-size:cover;background-position:bottom;}
.cbg{background:url(images/construcion-art.webp) no-repeat;background-size:50%;background-position:bottom right;}
.habt .gbtn{margin-top:30px;display:flex;gap:30px;}
.gbtn a:first-child{background:var(--red);}
.gbtn a:first-child::before{background:var(--blue);}.sfdata{position:sticky;top:150px;}
.faq-singular>h3 {
    display: flex;
    padding: 0px 10px 20px 0;
    color: #000;
    font-weight: 400;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    transition: .2s linear;
    align-items: center;
    justify-content: space-between;
    font-size: 26px;
}
.lar{display:grid;grid-template-columns:50% 40%;justify-content:space-between;}.advantages .item,.imgh{position:relative;overflow:hidden;}
.advantages h3{position:absolute;bottom:0;text-align:center;width:100%;padding:15px 10px 25px;color:#fff;z-index:1;font-family:prodsans-bold;font-weight:400; font-size:26px;line-height:30px;
text-transform: uppercase;}
.advantages .item{display:flex;width:100%;}.advantages .item img{width:100%;}.faq-answer{padding: 0px 0px 25px 0px;}
.advantages .item .imgh{width:100%;}

.advantages .item::after{content:'';position:absolute;width:100%;height:30%;background:linear-gradient(to top, #06477A, transparent);bottom:0;}
.advantages svg path{fill:#fff;}.advantages .owl-nav button{background:#193F40 !important;transition:all 0.3s ease;width:50px;height:50px;}.advantages .owl-nav button:hover{background:var(--brown) !important;}
.advantages svg{width:35px;height:35px;}.advantages .owl-prev{transform:rotate(180deg);left:-25px;}
.advantages .owl-nav button:hover path{fill:#fff;}.advantages .owl-next{right:-25px;}.advantages .item:hover img{transform:scale(1.15);}
.faq-singular{border-bottom:1px solid #E6E6E6;margin-bottom:20px;position:relative;overflow:hidden;}
.labg{background:url(images/location-map-art.webp) no-repeat;background-size:cover;background-position:bottom;position:relative;overflow:hidden;}
.labg::after{content:'';position:absolute;background:url(images/location-pointer.webp) no-repeat;background-size:contain;background-position:bottom right;
    width:100%;height:400px;bottom:-20px;}.faqs-container{background:#fff;padding:20px;border-radius:10px;box-shadow:0px 0px 10px rgba(0,0,0,0.1);position:relative;z-index:9;}
.faq-answer ul li{margin-bottom:10px;position:relative;padding-left:30px;}.faq-answer ul li:last-child{margin-bottom:0px;}
.faq-answer ul li:before {
    content:'';position:absolute;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 3px;left:0;
    bottom: auto;
    background-position: center;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMCIgd2lkdGg9IjczLjAwMDAwMHB0IiBoZWlnaHQ9Ijc1LjAwMDAwMHB0IiB2aWV3Qm94PSIwIDAgNzMuMDAwMDAwIDc1LjAwMDAwMCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQgbWVldCI+CjxtZXRhZGF0YT4KQ3JlYXRlZCBieSBwb3RyYWNlIDEuMTAsIHdyaXR0ZW4gYnkgUGV0ZXIgU2VsaW5nZXIgMjAwMS0yMDExCjwvbWV0YWRhdGE+CjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLDc1LjAwMDAwMCkgc2NhbGUoMC4wNTAwMDAsLTAuMDUwMDAwKSIgZmlsbD0iIzE0YThkZCIgc3Ryb2tlPSJub25lIj4KPHBhdGggZD0iTTY4NCAxNDc1IGMtMTEgLTE0IC0yNCAtNTIgLTI3IC04NCAtNiAtNTEgLTE4IC02MiAtODcgLTc4IC0xNTkgLTM3IC0zMjkgLTIwMiAtMzcyIC0zNjEgLTEzIC00NSAtMjYgLTk0IC0zMCAtMTA4IC00IC0xNSAtMjggLTI1IC01MyAtMjMgLTc3IDYgLTkyIDAgLTEwNSAtNDIgLTE4IC01NSAyMyAtOTkgOTIgLTk5IDUxIDAgNjAgLTEwIDc5IC04NSA0NCAtMTczIDIyMSAtMzQ3IDQwMSAtMzk1IDcyIC0yMCA3OCAtMjcgNzggLTkxIDAgLTEyNCAxMjQgLTExNyAxMzYgOCA1IDQ5IDE4IDY2IDYwIDc2IDE4MSA0MyAzNDIgMTkyIDM5NyAzNjcgMzAgOTggNDUgMTIwIDgwIDEyMCA3OCAwIDEwNyAyMiAxMDcgODIgMCA1OCAtMTcgNjggLTEwNSA1OSAtMTkgLTIgLTM5IDggLTQzIDIzIC03OCAyNjkgLTI3NSA0NzYgLTQ1MiA0NzYgLTMyIDAgLTQwIDEzIC00MCA2NiAwIDk3IC02NyAxNDkgLTExNiA4OXogbTI1OSAtMzIwIGMxNTYgLTkxIDIyMiAtMjA5IDIyMSAtMzk1IC0yIC01OTAgLTgzMCAtNjE1IC04ODAgLTI3IC0yOSAzNDggMzYwIDU5NyA2NTkgNDIyeiIvPgo8cGF0aCBkPSJNNjAwIDEwMDYgYy0zOCAtMjAgLTg5IC03MiAtMTE0IC0xMTYgLTE3MyAtMzA3IDI2OSAtNTgxIDQ2MyAtMjg4IDE1NiAyMzYgLTEwMSA1MzIgLTM0OSA0MDR6IG0yMzEgLTEzNSBjMTI0IC0xMjUgLTE0IC0zMjIgLTE4MCAtMjU5IC0xOCA3IC00NiAzOSAtNjIgNzAgLTgxIDE1NyAxMTggMzEzIDI0MiAxODl6Ii8+CjwvZz4KPC9zdmc+") no-repeat;
    background-size: contain;
}.faq-question{position:relative;overflow:hidden;cursor:pointer;}
.faq-question::after{ content:'';position:absolute;
    border-radius:5px;
    width: 30px;
    height: 30px;background-size:24px;background-repeat:no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0px;right:0;
    bottom: auto;
    background-position: center;background-color:var(--blue);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEzLjQ3IDUuNDdhLjc1Ljc1IDAgMCAxIDEuMDYgMGw2IDZhLjc1Ljc1IDAgMCAxIDAgMS4wNmwtNiA2YS43NS43NSAwIDEgMS0xLjA2LTEuMDZsNC43Mi00LjcySDRhLjc1Ljc1IDAgMCAxIDAtMS41aDE0LjE5bC00LjcyLTQuNzJhLjc1Ljc1IDAgMCAxIDAtMS4wNiIgY2xpcC1ydWxlPSJldmVub2RkIj48L3BhdGg+PC9zdmc+");transform:rotate(90deg);transition:all 0.3s ease;}
.faq-singular.active .faq-question::after{transform:rotate(-90deg);}

.faq-answer{padding-top:15px;}.faq-answer {
    display: none;
    background-color: transparent;
}
.advantages .owl-item, .advantages .owl-stage-outer, .advantages .owl-stage, .advantages .owl-item > *, .advantages .owl-item img{height:100%;}

.advantages img{object-fit:cover;}

.alist{display:flex;flex-wrap: wrap;justify-content:center;gap:0px;width:100%;margin:0px auto;}
.alist div{background:#fff;padding:0px 20px;text-align:center;border-radius:10px;width:25%;}
.alist p{text-align:center;margin-top:10px;color:var(--blue);font-size:22px;text-transform:uppercase;font-family:prodsans-bold;}
.alist img{width:auto !important;}.gallery .owl-dots{text-align:center;margin-top:40px;}.alist .owl-item{display:flex;}
.amenties{position:relative;overflow:hidden;}footer .st0,footer .st1{fill:#fff;}
.faddr{display:grid;grid-template-columns:45% 48%;justify-content:space-between;margin-top:30px;}
.cont-mail::after, .cphone::after{display:none;}footer h2{font-size:24px;}
label{top: -12px;
    position: absolute;color:#544F4F;
    left: 15px;font-size:16px;
    background: #fff;
    padding: 0px 10px;}#form .form-group{position:relative;}
.fg-btn{margin-bottom:0px !important;}.copyright p, .copyright a{color:#f1f1f1;}
footer .nowrap{text-transform:capitalize;}footer .addr{line-height:28px;}
.table2{display:grid;grid-template-columns:31% 31% 31%;justify-content:space-between;}.table2 table{width:100%;text-align:center;}
.table{border:0px;}.table th{background:#20360F !important;color:#fff;font-weight:500;}
.plots,#advantage{position:relative;overflow:hidden;}
.table2{position:relative;z-index:9;}table td{transition:all 0.3s ease;}
.vmbtn{display:none;position:relative;z-index:9;}
.alist svg{width:70px;height:85px;}.alist svg path{fill:#909090;transition:all 0.3s ease;}.bicon svg{width:100px;}.alist div:hover svg path{fill:var(--blue);}
.hills{position:absolute;width:100%;height:70%;z-index:1;bottom:0;object-fit:contain;object-position:left bottom;}
.btn1{color:var(--green);font-weight:500;text-decoration:underline !important;font-size:20px;}.btn1:hover{color:var(--brown);}
.mcont {
    display: none;
}
.habt img,.popup-youtube picture{width:100%;}.tagfont{color:#544F4F;position:relative;display:flex;align-items:center;padding-left:50px;font-weight:400;}
.tagfont::after{content:'';position:absolute;background:var(--brown);width:28px;height:16px;left:0;}
.line::before{content:'';position:absolute;background:#000000;width:100px;height:1px;left:-100px;}#aboutus{position:relative;}
.brown{background:#fbf4ee;}
#aboutus::after{content:'';position:absolute;background:url(images/trees.webp) no-repeat;background-size:contain;background-position:bottom right;
    width:100%;height:40%;bottom:-20px;}.abtcnt{padding-top:50px;}
.br15{border-radius:15px;}.cont-mail a{font-size:28px;}.cphone a{font-size:30px;}.cinfo p{text-align:center;}.fwrap p{font-size:20px;font-weight:300;line-height:30px;}.fwrap a{font-weight:300;}
.cinfo a:hover{color:#acdc7c}.erow{display: grid;grid-template-columns: 40% 55%;position: relative;justify-content: space-between;align-items:center;}
.mxauto{justify-content:center;display:inline-flex;}#gallery{background:#F2F2F2;}.fw600{font-weight:600;}#advantage{background:#F2F2F2;}
.icons1{width:45%;margin-left:auto;display:grid;grid-template-columns:40% 40%;justify-content:space-between;gap:30px 0px;margin-top:100px;}
.icons1 svg{width:75px;height:auto;transition:all 0.3s ease;}.icons1 p,.icons1 h3{color:#193F40;}.icons1 h3{font-size:40px;margin:25px 0px 15px;font-weight:400;}
.icons1 svg path{fill:var(--brown);}.mt1{margin-top:10px;}.icons1 > div:hover svg{transform:scale(1.1);}
#advantage::after{content:'';position:absolute;background:url(images/elephant.webp) no-repeat;background-size:contain;background-position:bottom left;
    width:100%;height:75%;bottom:0px;}.abtcnt{padding-top:50px;}
#advantage::before{content:'';position:absolute;background:url(images/grass.webp) no-repeat;background-size:contain;background-position:bottom left;
    width:100%;height:50%;bottom:0px;}.abtcnt{padding-top:50px;}#advantage .container{z-index:9;position:relative;}
#advantage{padding-bottom:150px;}.owrap{position:relative;overflow:hidden;height:220px;}.alist .overlay{position:absolute;width:100%;height:100%;left:0;padding:0px;bottom:0;transform:translateY(100%);transition:all 0.3s ease;display:none;}.overlay img{width:100% !important;}
.overlay::after{content:'';position:absolute;background:linear-gradient(to top, #000, transparent 90%);width:100%;height:100%;left:0;bottom:0;}
.owrap:hover .overlay{transform:translateY(0);}.owrap h3{z-index:9;position:relative;font-size:22px;font-weight:500;color:#193F40;}.owrap div{width:100%;text-align:left;padding:0px;background:transparent;}
.alist .owrap{padding:0px 30px 25px;display:flex;align-items:flex-end;background:#FDFAF7;border-radius:0px;border:1px solid #D2D2D2;}
.alist .owrap:nth-child(even){border-right:0px;border-bottom:0px;}.alist{border:1px solid #D2D2D2;}.alist .owrap:nth-child(odd){border-bottom:0px;border-right:0px;}
.alist .owrap:nth-child(1),.alist .owrap:nth-child(2),.alist .owrap:nth-child(3),.alist .owrap:nth-child(4){border-top:0px;}
.alist .owrap:nth-child(1),.alist .owrap:nth-child(5),.alist .owrap:nth-child(9){border-left:0px;}
.owrap svg path{fill:var(--brown) !important;}.owrap:hover svg{transform: scale(1.12);}.owrap svg{transition:all 0.3s ease;}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alist .slick-track{display:flex;}
.alist .slick-dots{position:relative;flex-direction:row;}
.slick-list {
    position: relative;
    width: 100%;
    overflow: hidden;
}.slick-dots button {
    display: block;
    cursor: pointer;
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #ccc;
    text-indent: -9999px;
}

.slick-active button {
    background: var(--brown) !important;
}.alist .slick-dots {
    position: relative;
    flex-direction: row;
}.slick-dots {
    position: absolute;
    display: flex
;
    justify-content: center;
    margin-top: 20px;
    flex-direction: column;
    right: 0;
    gap: 12px;
    top: 35%;
}.slick-slide{background:#FDFAF7 !important;}#plot{background:url(images/tablebg.webp);background-size:cover;}#plot h2{color:#fff;}
.greenbg{background:var(--green)}
.nearby{display:grid;grid-template-columns:47% 47%;justify-content:space-between;gap:40px 0px;}
.plotmap{display:grid;grid-template-columns:55% 40%;justify-content:space-between;align-items:center;}
.item{background:#ffffff21;border-radius:15px;position:relative;overflow:hidden;}.item img{width:100%;}
.item p{color:#fff;padding:10px 10px 15px 10px;text-align:center;line-height:1.1;}
.nearby .owl-dots {
    text-align: center;
    margin-top: 20px;
}.nearby .owl-dot.active{background:var(--brown) !important;}
.sp-sticky img, footer img{filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(8deg) brightness(106%) contrast(106%);width:100px;transition:all 0.3s ease;}
.sp-sticky.sp-active img{filter:none;width:60px;}
footer .fcol1 img{width:120px;}
.sp-sticky.sp-active .side-menu-close span{background:var(--brown);}.empty{height:10px;}
.premiumplot th, .premiumplot td{background:#b8d17e !important;color:#232c16;border-color:#232c16;}
.button.is-play {
    position: absolute;
    transition: all 0.3s ease;
}.popup-youtube {
    display: flex;align-items: center;gap: 10px;font-weight: 500;justify-content: center;position:relative;}
 .oproj{display:flex;gap:20px;margin-bottom:25px;}.oph::after{display:none;}.oph{padding-left:0px;}.oproj div{display:flex;flex-direction:column;background: #183714;
            color: #fff;text-align: center;border-radius: 15px;}.oproj span{padding:10px;}
#aboutus a{text-decoration:none !important;color:#fff;}
@media (min-width:2400px){.banner::after{display:none;}}
@media (max-width:2399px) and (min-width:2200px){.banner::after{height:155px;}}
@media (max-width:2199px) and (min-width:2000px){.banner::after{height:145px;}}

@media (min-width:2000px){.container{width:1600px;}.banner{height:80vh;}
.swipernav,.swiper-pagination{max-width:1600px !important;}
}

@media (max-width:1900px){
    .abt{grid-template-columns:50% 45%;}
}

@media (max-width:1800px){.banner::after{height:130px;}.b1, .b2{display:none;}.wus .vmbtn{right:95px;}}

@media (max-width:1700px){.banner::after{width:220px;height:120px;}.awrap,.w75{width:85%;}.wus .vmbtn{right:85px;}.map-container .point{margin-top:-10px;}
    .imgab{width:45%;}.abtcol1 a{top:130px;}.bluebg{width:90%;}.habt{width:100%;}#aboutus::after{height:35%;bottom:-5px;}.fwrap{grid-template-columns: 15% 22% 20% 22%;}
}
@media (max-width:1650px){.wicon p{width:60%;}.map-container .point{margin-top:-15px;}
    .cforms{display:grid;grid-template-columns:45% 50%;}
}

@media (max-width:1600px){.banner{height: 720px;}.banner::after{height:115px;}.awrap{width:90%;}.awrap .cbtn1{margin-top:0px;}
    .c-frm .row{padding:60px 50px;}.cnt-frm{width:35%;}.cnt-dtl{width:65%;}.w80{width:90%;}.wus .vmbtn{right:75px;}
    .map-container .point{margin-top:-25px;}.tc1{padding:100px 50px 50px;}.alist{width:100%;}.hills{height:100%;}.habt p{    font-size: 20px;
    line-height: 30px;}
}
@media (max-width:1520px){.banner{height: 700px;}}

@media (max-width:1550px){.banner::after{height:115px;}.banner::after{bottom:150px;}.textWrapper{bottom:0px;}.swiper-pagination{bottom:120px;}
.map-container .point{margin-top:-35px;}.fwrap{grid-template-columns:20% 25% 25% 22%;}}
@media (max-width:1530px){.map-container .point{margin-top:-35px;}}
@media (max-width:1500px){.container{width:90%;}.banner{height:640px;}.banner::after{bottom:95px;height:110px;}
    .textWrapper{bottom:0px;}.banner::after{bottom:140px;}header .main-menu>li>a{padding:0px 1.5vw;}
    .map-container .point{margin-top:-60px;} .container1{padding-left:7.5%;}  .carrows .owl-nav{padding-right:8%;}
    .swipernav,.swiper-pagination{max-width:85% !important;}.imgbor img{width:380px;}    .abtcol1 a {top: 110px;}
    .imgbor::after{height:75%;}.bluebg{padding:60px;}.header-logo svg{width:200px;}header .main-menu>li>a{font-size:17px;}.labg::after{height:350px;}
    #advantage::after{height:70%;}.icons1{margin-top:50px;}
}
@media (max-width:1450px){.map-container .point{margin-top:-50px;}.owrap h3{font-size:20px;}}
@media (max-width:1400px){.awrap{width:100%;}.fcol3 .addr br{display:none;}.cnt-dtl{width:63%;}
    .dtl-cnt p:first-child{line-height:20px;}.psrow{gap:20px;}.wus .vmbtn{right:65px;}
    .hero-slider .slide-inner,.hero-style,.hero-slider .swiper-container{height:650px;}
    section.hero-slider.hero-style.som {
    height: 380px!important;
}

.swiper-container.somcn {
    height: 380px!important;
}
    .map-container .point{margin-top:-55px;}.contactbg{background-position: right;}.plists h3{font-size:20px;}.hpcnt{bottom:-110px;}
    .bluebg{width:95%;}.landart::after{height:250px;}.landart {padding-top:125px;}.landart{background: linear-gradient(to bottom, #F3F5FA 50%, #fff 50%);}
    .lar{display:grid;grid-template-columns:53% 40%;}
}

@media (max-width:1350px){.b4,.b3{display:none;}header .main-menu>li>a{padding: 0px 1.6vw;}.alist .owrap{padding:0px 20px 15px;}
                          header .main-menu>li>a{padding:0px 1.3vw;}.cforms{display:grid;grid-template-columns:47% 47%;}.landart p{font-size:18px;}.bluebg{padding:40px;}
}
@media (max-width:1300px){.wicon p{width:70%;}.f-hadds, .dtl-lst{width:100%;}.imgar{background-position: right;}
    .cnt-dtl, .cnt-frm{width:50%;}.wcus{grid-template-columns:100%;}.wcus h2,.wcus h3{margin-bottom:20px;}.wcus{margin:0px;}.clientslider{margin-top:40px;width:93%;}.map-container .point{margin-top:-75px;}.country{gap:10px 20px;}.owrap{height:190px;}
    .ctwrap{grid-template-columns: 35% 65%;} .map-container .point{margin-top:-45px;}.bgw{padding: 75px 40px 50px 40px;}.imgbor img{width: 350px;}
    .cphone a,.cont-mail a{font-size: 24px;}.fwrap{grid-template-columns:20% 25% 25% 25%;}.cinfo p{margin-bottom:10px;}#advantage::after{height:60%;}.icons1{width:50%;grid-template-columns:45% 45%;}.table2{grid-template-columns: 32% 32% 32%;}
}

@media (max-width:1260px){.container{width:90%;}.dropdown-menu{left:-345px;top:90px;}.ctwrap{grid-template-columns: 35% 60%;}
    .map-container .point{margin-top:-55px;}.container1{padding-left:5%;}.carrows .owl-nav{padding-right:5%;}
    .swipernav,.swiper-pagination{max-width:90% !important;}}

@media (max-width:1199px){.fcname{font-size:18px;}.certrow{grid-template-columns: 40% 55%;}
    .banner::after{display:none;}.banner{height:500px;}.textWrapper .bh1{font-size:50px;line-height:50px;}
    .swiper-pagination{bottom:45px;}.textWrapper{padding:20px;width:90%;}.w80,.w75{width:100%;}
    .wus .vmbtn{right:55px;}.branch > div{padding:40px 20px;}.dlist .mbtn{display:inline-flex;}.dlist .vmcnt{display:none;}
    .map-container .point{margin-top:-50px;}
    .ctwrap{grid-template-columns: 25% 70%;}.country{grid-template-columns:repeat(2,1fr);}.map-container .point{margin-top:-120px;}
    .map-container .uk{top:42%;}.map-container .finland{top:35%;}.map-container .safrica,.map-container .australia{top:76%;}
    .fright2 .bh1{padding-top:30px;}.hpcnt{bottom:-90px;}#form .col6{width:100%;}.enqh{flex-direction:column;justify-content:flex-start;align-items:flex-start;}
    .addrow{grid-template-columns:100%;gap:20px;}.addrow .cphone::before{width:93%;}
    .habt{grid-template-columns:45% 50%;}.lar{display:grid;grid-template-columns:45% 45%;}.advantages .owl-item, .advantages .owl-stage-outer, .advantages .owl-stage, .advantages .owl-item > *, .advantages .owl-item img{height:auto;}.fwrap{grid-template-columns:22% 20% 25% 25%;}.faddr{grid-template-columns:100%;}.cinfo{border:0px;margin-top:20px;}#aboutus::after{height:30%;}
    #advantage{padding-bottom:100px;}
}
@media (max-width:1180px){header .main-menu>li>a{padding:0px 1.2vw;}}
@media (min-width:1100px){.header-sticky .main-menu>li>a{height:85px;}header .wl{position:absolute;top:0px;}
    header .main-menu>li>a{height:95px;}}

@media (max-width:1100px){.mhide, .dropdown-menu{display:none;}.sse{bottom:15rem;}.wus .vmbtn{right:45px;}   
    .map-container .safrica, .map-container .australia {top: 75%;}.map-container .malaysia{top:62%;}
    .ctwrap{grid-template-columns: 25% 75%;}header{padding:8px 0px;}header .enbtn{display:none !important;}.grotron{position:absolute;right:80px;}
    .features h3 span{font-size:18px;}.habt{grid-template-columns:48% 48%;}.swiper-slide::before{}.swiper-slide::after{}.swiper-slide::before,.swiper-slide::after{background-size:contain;}
        .habt p {
        font-size: 17px;
        line-height: 27px;
    }.sicons a{width: 35px;
        height: 35px;}.sicons svg {width:20px;height:20px;}#advantage::after{height:50%;}
}
@media (max-width:1050px){.vm-cards p{height:185px;}.vm-cards > .bg1 > .icon{width:100px;}.vm-cards .bg1{gap:0px 25px;}.wicon p{width:90%;}
    .map-container .point{margin-top:-130px;}.map-container .safrica, .map-container .australia {top: 72%;}
}

@media (max-width:991px){.fwrap{grid-template-columns:45% 45%;gap:40px 20px;}.stickycol,header .container::after{display:none;}
    .fcol1,.fcol3{width:40%;}.textWrapper .bh1{font-size:40px;line-height:44px;}.cinfo p{text-align:left;}
    .habt{align-items: normal;}
    .hp21 h3, .hpr2 h3{padding: 8px 15px;font-size:18px;}.hprow, .hprow1,.hp2{gap:10px;}.hprow1{margin-top:10px;}footer img{margin-bottom:0px;}
    .cnt-dtl{width:50%;}.cnt-frm{width:48%;}.c-frm .row{padding:50px 30px;}.psrow{grid-template-columns: repeat(3,1fr);}.sub-banner{height:250px;}
    .cforms{grid-template-columns:45% 50%;}#form .col6{width:100%;}.branch{grid-template-columns:repeat(3,1fr);gap:70px 30px;}
    .psh{display:grid;grid-template-columns:45% 55%;}.ctwrap{grid-template-columns: 100%;}.count{font-size:40px;}.facts p:last-child{font-size:20px;}
    .habt,.erow{grid-template-columns:100%;gap:50px;}.hprod .plists{padding-top:0px;}.container1{width:90%;margin:0px auto;padding:0px;}.hprod::after{width:600px;}.carrows .owl-nav{padding-right:0%;}
	.ouh p{margin-right:0px;}.feedback h2 br{display:none;}.demo{display:flex !important;flex-wrap:wrap;align-items:center;}.demo1{width:45%;}
    .abt {grid-template-columns:100%;gap:50px;}.abtcol1{width:80%;margin:0px auto;}.imgab,.imgbor img{width:auto;}.hart .abt{gap:0px;}.landart{padding-top:125px;}
    .landart::after{height:150px;}.habt .gbtn{margin-top:50px;}.lar{display:grid;grid-template-columns:100%;gap:80px;}
    .alist div{background:transparent;padding:0px;} .alist .owl-item{background:#fff;padding:40px 20px;}.alist .owl-item img{margin:0px auto 15px;display:block;}
    .alist .owl-dots{margin-top:30px;}.table2{grid-template-columns:48% 48%;gap:40px 0px;}.habt img{width:auto;}.habt .stickyimg{text-align:center;}.abtcnt{padding-top:0px;}.line::before{display:none;}
    #aboutus::after{height:15%;}#aboutus{padding-bottom:140px;}.erow > div:first-child{order:2;text-align:center;}.erow .fcol1{width:100%;}#form .col6{width:49%;}
    .icons1{width:100%;}#advantage::after{height: 30%;}#advantage{padding-bottom:250px;}.plotmap{grid-template-columns:100%;gap:40px;}.nearby{grid-template-columns:31% 31% 31%;}
}
@media (min-width: 901px){.cpr .modal-dialog{max-width:800px !important;margin: 0px auto;}.modal-dialog{max-width:800px !important;margin: 0px auto;}}

@media (max-width:900px) and (min-width:700px){.modal-dialog{max-width:700px !important;margin: 0px auto;}.modal1 .modal-content{grid-template-columns: 45% 55%;}.fright1 .container{padding:75px 50px 0px 0px;}}

@media (max-width:900px){.habt{grid-template-columns: 100%;gap:30px 0px;}.habt1 img{width:100%;}
    .cnt-dtl, .cnt-frm{width:100%;}.c-frm .row{gap:40px 0px;}.dtl-cnt p:last-child{width:70%;}.pirow h2{font-size:18px;line-height: 1;}
    .wus .vmbtn{right:30px;}.habt.alignstart{flex-direction:column-reverse;display:flex;gap:40px;}.fdata{padding: 0px 30px 0px;}
    .tstart .ch1 span{font-size:70px;}.tstart .ch1{font-size:50px;}.owrap h3{font-size:18px;line-height:1.1;}    .owrap {
        height: 190px;
    }
}

@media (max-width:850px){.copyright .container{flex-wrap:wrap;justify-content:center;}
    .textWrapper .d-flex{flex-wrap:wrap;}.textWrapper p{width:100%;}.textWrapper .bh1 br,.vmbtn{display:none;}.textWrapper .bh1{margin-bottom:10px;}
    .textWrapper{padding:20px 20px 40px;}.wicon img{width:auto !important;}.wicon .owl-dots{text-align:center;margin-top:20px;}.wus .vmbtn{display:flex;position:relative;bottom:0;right:0;align-items:center;justify-content:center;flex-direction: row-reverse;margin-top:20px;}.wus .vmbtn .bimg{display:inline-flex;margin:0px;width:auto;height:auto;}.wus .vmbtn svg{width:20px;height:20px;}.wus .vmbtn .bimg div{background:transparent;}.wus .vmbtn svg path{fill:#0d0d0dbd;}.wus .vmbtn:hover path{fill:var(--red);}
	.features > div{border:0px;padding:0px;background:transparent;}.features .owl-item{border:1px solid #79b43542 !important;}
	.features .owl-dots{margin:30px 0px 0px;text-align:center;}.features .owl-dot.active{background:#fff !important;}
	.features h3 br{display:none;}.factbg .habt{gap:15px;}.demo img{width:80%;}
}

@media (min-width: 768px) and (max-width:991px){.cpr .modal-dialog{max-width:700px !important;margin: 0px auto;}}

@media (max-width:767px){.swiper a{display: none;}.textWrapper .bh1,.enquiry p{font-size: 30px;line-height:34px;}.fdata .f20{font-size:18px;line-height:20px;}
    .textWrapper,.hp1, .hpr1,.hp2,.hpr2{width:100%;}.swiper .swiper-wrapper .swiper-slide{height:95%;}.swiper-pagination{display:none;}
    .hprow, .hprow1{flex-wrap:wrap;}.hp1::after, .hpr1::after{display:none;}.hp1 h3, .hpr1 h3{color:var(--orange1);padding:0px;margin-bottom:10px;}
    .hp1, .hpr1{background:transparent;}.hprow1{margin-top: 40px;}.pspace{padding:60px 0px;}.wus .container::after{bottom:-60px;}.wicon,.clientslider{margin-top:20px;}
    .hblog .carrows .owl-prev{left:-20px;}.hblog .carrows .owl-next{right:-20px;}.hblog .carrows .owl-prev, .hblog .carrows .owl-next{top:37%;}.hblog{padding-bottom:0px !important;}
    .hbloglist{margin-bottom:0px;}.pspace.pt-0{padding-top:0px;}.aslide{padding-bottom:10px !important;}.ch3,.wcus h3{font-size:20px;line-height:22px;}.pirow{grid-template-columns: repeat(2,1fr);}
    .button-icon{width: 60px;height: 42px;}.w75 .mbtn{margin-bottom:20px;}.w75 .vmcnt, .wcus h3{margin-bottom:0px;}
    .w75 .vmcnt{margin-top:10px;}.qpolicy{grid-template-columns: 100%;}.qsec{padding: 0px;margin-bottom:20px;}
    .project-slide .carousel-indicators img,.project-slide .carousel-indicators button{width:80px;height:50px;}.hbg{margin-top:10px;background: linear-gradient(to bottom, #fff 24%, #f1ede8 20%);}
    .infraslider .owl-prev,.infraslider .owl-next{top:40%;}.imgar{background-position:-350px 0px;}.lines{line-height:26px;}
    .cnt-add{row-gap:30px;}.plists{grid-template-columns: repeat(2,1fr);}
    .map-container .point{width:10px;height:10px;margin-top:-10px;}.sub-banner{background-position:center;}
    .team{grid-template-columns:100%;}.team div:first-child{order:2;}.team img{display:flex;justify-content:center;width:auto;margin:20px auto 30px;}
    .cgal{grid-template-columns:repeat(2,1fr);}.cgal img, .cicon{height: 250px;}.cicon img{height:150px;}
    .cforms,.pdetail{grid-template-columns:100%;gap:60px;}.branch{grid-template-columns:repeat(2,1fr);gap:70px 30px;}
    .pdetail .sticky{display:none;}.dlist{grid-template-columns:100%;gap:20px;}.acr > div:first-child{order:2;}
    .hero-slider .slide-inner,.hero-style,.hero-slider .swiper-container{height:600px;}
    .hero-slider .slide-inner{padding-top:20px;}
    .hero-slider p{text-align:center;}.fright .container{display:block;}.fright .container > div{width:100%;}
    .textWrapper{z-index:9;position:relative;text-align:center;}.fright p{color:#fff;}.fright1 .container{justify-content:center;padding-right:0px;}
    .tstart .bh1{text-align:center;}.ac .sticky{position:static;}.contactbg{background-position:right;}.hlight{margin-top:20px !important;}
    .hpcnt p, .hpcnt a{display:none;}.hpcnt{bottom:0px;}.hprod::after{width:80%;}.ouh{grid-template-columns:100%;gap:20px;}
	.demo img{width:70%;}.demo1{width:40%;gap:20px;}.demo1 div:nth-child(2){padding:15px 0px;}.tstart .f40{font-size:50px;}
    .tstart .ch1{font-size:60px;}.addrow .cphone::before{width:100%;}.addrow .cont-mail{margin-top:30px;}.imgab{width:50%;}.imgbor img{width:400px;}.landart p{font-size:16px;line-height:24px;}
    .hart{padding-bottom:30px;}.swiper-slide::before{width:100%;}.swiper-slide::after{width:68%;}.fwrap{flex-direction:column-reverse;}.fcol1, .fcol3{width:100%;}
    .table2{grid-template-columns:100%;}.icons1 h3{font-size: 30px;}
    .alist{display:block;}.alist div{width:auto;}.alist .overlay{display:none;}.alist{border:0px;}.alist .owrap{padding:15px;height:auto;}.owrap div{text-align:center;}
    .slick-slide{margin:5px;}.slick-slide > div:first-child{border-bottom:10px solid #fff;}.slick-slide .owrap{height:100%;align-items:center;}.owrap:hover h3{color:#193F40 !important;}
    .swiper-button-prev span, .swiper-button-next span{display:none;}
}
@media (max-width:700px) and (min-width:300px){.modal1 .popimg{display:none;}.modal1 .modal-content{grid-template-columns:100%;}
    .modal-dialog{width:75%;margin: 0px auto;}.clientlist{grid-template-columns: repeat(3,1fr);}
    .vm{grid-template-columns:100%;gap:50px;}.vm svg{width:60px;}
}

@media (max-width:700px){.abtcol1{width:100%;}.tstart .ch1 span{font-size:50px;}.tstart .ch1{font-size:40px;}.hero-slider p{font-size:22px;}
    .ch2{font-size:34px;line-height:36px;}.imgar{background-position:-450px 0px;}
    .egrid{grid-template-columns:60% 35%;}.count{font-size:30px;}.demo img{width:100%;}.demo{flex-direction: column;}.demo1{width:100%;}
}

@media (max-width:600px){.dtl-cnt p:last-child{width:90%;}.infraslider .owl-prev,.infraslider .owl-next{top:34%;}.enquiry a{font-size:18px;padding:8px 20px 8px;}
    .pslist .pirow{grid-template-columns: repeat(1,1fr);}.fdata{padding:0px 20px 0px;}.hero-slider .swiper-slide{background-position:-400px 0px;}
    .advantages .owl-nav button{width:40px;height:40px;}.advantages svg{    width: 30px;
        height: 30px;}.advantages .owl-prev{left:-15px;}.advantages .owl-next{right:-15px;}.fwrap{grid-template-columns:45% 50%;}
    .fwrap p,.cphone a, .cont-mail a{font-size:18px;}
}
@media (min-width: 576px){.cpr .modal-dialog{max-width:500px;margin: 0px auto;}.modal-dialog{max-width:800px;margin: 0px auto;}

}


@media (max-width:575px){.fg-btn .form-control{width:120px;margin-top:0px;}
    .fcol1, .fcol3,#form .col6{width:100%;}.grid2{flex-wrap:wrap;gap:10px 0px;}.fwrap{grid-template-columns:100%;gap:0px;}.copyright p, .copyright a{font-size:14px;}
    footer h2{display:block;color:#fff;font-weight:400;}.fwrap{padding:40px 0px;}.cinfo,.sicons{margin-top:10px;}.iconshow{display:none;}
    .backButton{display:none !important;}.count{font-size:30px;}.facts .fdata{padding-bottom:10px;}.plus::after{font-size:16px;}
     .qlinks, .plinks,.grid2{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.75s ease-out;
}
  
.line{
	    border-right: 2px solid #fafafa;
    }.header-logo{width:70px;}
   .plinks.open, .grid2.open,.qlinks.open{
    height: auto;
    max-height: 500px;
    transition: max-height 0.75s ease-in!important;
    } .fwrap{padding:25px 0px 20px;}.plinks li, .qlinks li,.fcname{margin-bottom:10px !important;}footer h2{margin-bottom:20px;}
   .header-sticky .side-menu-wrap{padding-top:110px;}.side-menu-wrap{padding-top:0px;}
    .hbg{background: linear-gradient(to bottom, #fff 20%, #f1ede8 20%);}.cpr .modal-dialog {max-width:95%;margin: 0px auto;}
    .plinks li:last-child, .qlinks li:last-child{margin-bottom:20px !important;}.imgar{background-position:-500px 0px;}.hp21 h3, .hpr2 h3{width:100%;position: relative;bottom: 0;}.hp21, .hpr2{flex-wrap:wrap;
	background:#6e6e6e;}.map-container .point{width:8px;height:8px;margin-top:-10px;border-width:1px;}.map-container .uk{top:40%;}
    .map-container .skorea{top:52%;}.map-container .germany,.map-container .poland{top:45%;}.mbr br{display:none;}.copyright p{text-align:center;}
	.cgal{grid-template-columns:repeat(1,1fr);}.testimonials{padding:0px 10px;}
    .testimonials .owl-next{left:auto;right:-5px;}.testimonials .owl-prev{left:auto;left:-5px;}.imgab{width:35%;}.imgbor img{width: 350px;}

}

@media (max-width:480px){.dtl-cnt p:last-child{width:100%;}.c-frm .row{padding:0px 0px;background:transparent;}.cnt-dtl{padding:20px 0px;}.sse{display:flex;}
    .copyright .container p{text-align:center;}.copyright .container a{white-space:nowrap;}.effect{filter:none;}
    .cnt-dtl h2{margin-bottom:10px;}#form .f-row{border-radius:0px;} 
    .enquiry p{font-size:20px;line-height:20px;}.banner {height: 400px;}.cbtn{padding:6px 18px;}
   .ch2{font-size:28px;line-height:28px;}.ch3{font-size:22px;line-height:20px;}.wus .container::after,.vmcnt,.infraslider .owl-dots,.vmcnt1{display:none;}
    .rslider .owl-dots{margin-top:10px;}.rslider{width:100%;}.submit input{width:150px;}
    .sse {bottom: 0px !important;transform: none !important;writing-mode: horizontal-tb !important;width: 100%;text-align: center;grid-template-columns: repeat(2, 1fr);justify-content: space-around;
    flex-direction: row-reverse;}.copyright{padding-bottom:40px;}.contactpage .copyright{padding-bottom:0px;}.side-menu-wrap {width: 100%;}
    .dtl-icn svg{width:20px;}.dtl-lst{gap:10px;}.dtl-icn{width:30px;height:30px;}
    .fn20 {font-size: 18px;}.dtl-cnt{width:90%;}
    .textWrapper span, .textWrapper .bh1,.hero-slider .tstart p{font-size:30px;}
    .hbloglist p,.t1 p{display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;}.sub-banner{height:200px;}.breadcrumb{padding:8px 10px;}.fdcnt,.sncnt,.gmcnt,.agcnt,.otherscnt{display:none;}.othersl,.agl,.gml,.snl,.fdl{display:flex;}
    .fdcnt ul,.sncnt ul,.gmcnt ul,.agcnt ul,.otherscnt ul{margin-bottom:10px;}.abtsec .mbtn{display:inline-flex;}
    .textWrapper p{margin-top:10px !important;}.textWrapper .d-flex{justify-content:center;width:100%;}.textWrapper{padding:10px;bottom:0px;}.textWrapper .bh1{margin-bottom:0px;text-align:center;}
    .facts .fdata{padding:0px 10px;}.facts{border-bottom:0px;display: grid;justify-content:space-between;}
    .facts p:last-child{font-size:18px;}.habt .gbtn{gap:15px;display:none;}
   .hprow img, .hprow1 img{height:200px;object-fit: cover;
        object-position: left bottom;}.hp21 h3, .hpr2 h3{width:100%;text-align:center;}.pspace{padding:40px 0px;}.rslider::after,.enquiry{display:none;}.rslider{margin-top:20px;}
    .hblog .carrows .owl-prev, .hblog .carrows .owl-next{position:relative;}.hbloglist .owl-nav,.hproject .owl-nav{text-align:right;padding:20px 20px 0px;}
    .hblog .carrows .owl-prev{left:0px;}.swiper .swiper-wrapper .swiper-slide{height:100%;}
    .habt{margin-top:0px;}.hp1 h3, .hpr1 h3{font-size:24px;margin-bottom:0px;}.hprod h2{margin-bottom:20px;margin-top: 20px;}.pirow h2{font-size:16px;padding:10px;}
    .pirow{gap:10px;}.w80 .ch3,.wcus h3{font-size:17px;}.sub-banner h1{font-size:26px;line-height:1;}.mpb25{padding-bottom: 25px;}.brbg .mb3{margin-bottom:20px;}
    .psrow .pr1 h2{padding:0px;font-size:18px;}.project-slide .carousel-indicators img,.project-slide .carousel-indicators button{width:70px;height:50px;}
    .modal-dialog{width:90%;}.modal1 .modal-body{padding:10px;}.clientslider .owl-prev{left:-20px;}.clientslider .owl-next{right:-25px;}.clientlist{grid-template-columns: repeat(2,1fr);}
    .habt .linec{-webkit-line-clamp:3;}.aslide h1{margin-bottom:30px;}.infraslider .owl-nav,.infraslider .owl-prev, .infraslider .owl-next{position:relative;}
    .infraslider .owl-prev, .infraslider .owl-next{left:auto;right:0;}.infraslider .owl-nav{display:flex;justify-content:flex-end;margin-top:20px;gap:15px;}
    .infraslider img{height:300px;object-fit:cover;object-position:center;}.mcenter h2,.mcenter h3{text-align:center;}.sse a{display: flex;justify-content: center;padding:10px;}
    .pslides span{width: 30px;height: 30px;}.pslides .swiper-button-next, .pslides .swiper-button-prev{top:45%;}.pslides svg{width:20px;}
    .contactbanner{background-position:left;}.aboutbanner{background-position:right;}.imgar{background-position:-400px 0px;}.lines{line-height:22px;}
    .whatsapp {bottom:3rem;right:0.75rem;}.whatsapp svg {width: 36px;height: 36px;}.senq{padding:5px;}.header-logo svg{width: 170px;}.sp-active svg{width:130px;}
    header{padding:8px 0px;}.habout{padding-top:10px;}.whatsapp{right: 1rem;bottom: 4rem;}.pmbtn{display:inline-flex;}.pmcnt1,.pmh,.hprod h2 br{display:none !important;}.hp2{grid-template-columns: repeat(1,1fr);}
    .mb25 {margin-bottom:20px;}.clientslider img{width:90px !important;}.green{font-size:16px;}.hprod h3{font-size:18px;text-align:center;margin:5px auto;}
    .hprod span{display:flex;justify-content:center;}.map-container{padding-top:0px;}.habt.alignstart{gap:30px;}
    .mbtn,.mbtn1{display:inline-flex;}.vm h2{font-size:26px;}.locate{margin-top:20px;}
    .branch{grid-template-columns:repeat(1,1fr);gap:70px 30px;}.psh{display:grid;grid-template-columns:100%;}.br1 .psh:nth-child(2){margin:20px 0px;
    border:0px;}
    .br1{border:0px;}.hero-slider .slide-inner{background-position:center;}.fright .slide-inner{background-position:-100px 0px;}
    .textWrapper .bh1,.textWrapper p{color:#fff;}.textWrapper p br{display:none;}
    .hero-slider .slide-inner,.hero-style,.hero-slider .swiper-container{height:500px;}.hero-slider .swipernav{display:none;}
    
    .prod1::after,.prod2::after,.prod3::after,.prod4::after,.prod5::after,.prod6::after,.prod7::after{opacity:0;}
    .country{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;width:100%;}.country li{padding-left:25px;text-align:left;}
    .header-sticky .sp-active .header-logo{width:120px;}.map-container .point{margin-top:-5px;}.tstart.swiper-slide{background-position:-10px 0px;}
    .fright1.swiper-slide::after,.fright2.swiper-slide::after{background: rgb(0 0 0 / 0%);}
    .hero-style .slide-text p{font-size:24px;}.textWrapper{padding:35px 15px 0px !important;}
    .fright1.swiper-slide{background-position:-100px 0px;}.fright2 .bh1{padding-top:0px;margin-top:0px !important;}
    .tstart p{margin:0px !important;}.tstart .bh1{color:#406618 !important;}.tstart .brown{color: #431B0E !important;font-size:24px !important;
        font-weight:600 !important;}.hero-style .slide-title h2{font-size:30px;}.fright2 .bh1{width:90%;margin:0px auto !important;text-align:center;}
    .fright1 p{font-size:20px !important;}.htu{grid-template-columns:100%;padding-top:10px !important;}
    .htu h3{text-align:left;width:100% !important;}.htu h3{font-size:20px;margin:10px 0px 5px;}.sse .cnow{display:flex;}
    .sse a{width:50%;}.sse a:first-child{border-left:1px solid #ffffff33;}.contactbg,.gallery{background-position:right;}.facts span{font-size:24px;}
    .count{margin-bottom: 0px;}.facts{padding:25px 0px;}.grotron{right:40px;width:100px;}.clogo {
    width: 120px;
}
    .side-menu-close{width:20px;}.hlight{margin-top:0px !important;}.hlight::after,.hprod h2 br{display:none;}.habt h2{font-size:24px;}.mhp{display:none;}.hprod span{justify-content:flex-start;display:inline-flex;}
    .hprod h2{margin-bottom:0px;}.carrows .owl-nav{margin-top:35px;}.plists.carrows .owl-nav button{padding:10px !important;}
	.testimonials .owl-prev, .testimonials .owl-next{width:35px;height:35px;}.tc1{padding:70px 30px 30px;}.tc1::before{top:30px;}
	.feedback .habt{gap:10px;}.demo1 h3{font-size:20px;}.tstart .wrapper{margin-bottom:0px;}
	.swiper-pagination{text-align:center;}.bgw{padding:40px 15px;margin:0px -5%;border-radius:0px;}.imgbor img{width:280px;}
    .imgab{width:45%;}.abtcol1 a{top: 70px;}.bluebg{padding:40px 20px;}.landart h2{margin:0px 0px 15px;}.hart{padding-bottom:0px;}.landart{padding-top:50px;}
    .presenece .abt > div:nth-child(1){order:2;}.presenece{padding-top:30px !important;}.npoints{grid-template-columns: 48% 48%;}
    .tamilnadu{bottom: 10%;left: 38%;}.maharashtra{left:40%;}.karnataka{left:30%;}.tstart .ch1{padding-bottom: 20px;margin-bottom: 20px;}.swiper-slide::before{width:100%;}.swiper-slide::after{width:75%;}
    .mtl{text-align:left;}.f22.mtl{font-size:17px;line-height:26px;}.facts span{margin-top:5px;}
    .advantages .owl-prev{left:-10px;}.advantages .owl-next{right:-10px;}.advantages{padding:0px 10px;}.labg h2{margin-bottom:30px;}.lar{gap:50px;}.faq-singular>h3{font-size:24px;}
    h2.mb3{margin-bottom:30px;}.alist p{font-size:16px;line-height:1.2;}.alist .owl-item{padding:20px 10px;}.map iframe{height:320px;}footer #Layer_1{display:none;}
    .vmbtn{display:inline-flex;margin-top:20px;}.mshow,.hills{display:none;}.swiper-container .text-wrapper{/*padding-bottom:50px;*/}.hero-slider .tstart p{font-size:18px;}
    .hero-slider .container{align-items:center;}.tstart .ch1{font-size:30px;}.tstart .ch1 span{font-size:40px;}#aboutus::after{height:10%;}#aboutus{padding-bottom:50px;}.btn1{font-size:16px;}
    .tagfont::after{width: 20px;height: 10px;}.tagfont{padding-left: 35px;font-size:20px;}.br15{border-radius:8px;}.f20{font-size:16px;line-height: 24px;}
    #advantage::after{height: 20%;}#advantage{padding-bottom: 150px;}.icons1 h3{font-size:24px;margin:15px 0px 10px;}.icons1 svg{width: 60px;}
    .icons1{grid-template-columns: 48% 48%;gap:20px 0px;}#advantage p{text-align:left;}.owrap h3{font-size:16px;}.alist svg {width:60px;height: 75px;}.item p{font-size:16px;}
    .sp-sticky img{width:70px;}.sp-sticky.sp-active img {width:50px;}.side-menu-wrap{margin-top: 120px;}.header-sticky .side-menu-wrap {padding-top: 90px;}#plot .rmbtn{color:#fff;font-size:16px;text-decoration:underline;text-transform:uppercase;}
    #plot .rmbtn::after{display:none;text-transform:uppercase;}.oproj span{padding:5px 10px;}.oproj{gap:10px;}
}
@media (max-width:420px){section.hero-slider.hero-style.som {
    height: 250px!important;
}
.text-wrapper.somtxt h1 {
    margin-bottom: 0px;
    padding-top: 80px;
}

.swiper-container.somcn {
    height: 250px!important;
}.project-slide .carousel-indicators img,.project-slide .carousel-indicators button{width:50px;height:40px;}.hbg {background: linear-gradient(to bottom, #fff 17%, #f1ede8 4%);}.imgar{background-position:-430px 0px;}.hero-slider .swiper-slide{background-position:-110px 0px;}}
@media (max-width:400px){.g-recaptcha {transform:scale(0.9);transform-origin:0 0;}.pirow{grid-template-columns: repeat(1,1fr);}.infraslider img{height:260px;}
.imgar{background-position:-450px 0px;}
.resident {grid-template-columns:repeat(2,1fr) !important;}
    .prod1{background-position:-200px 0px;}.sub-banner{height:180px;}.oproj span{font-size:16px;line-height:1;padding:7px 10px;}
    .prod7{background-position:-100px 0px;}.facts span{font-size:22px;}.table td, .table th{font-size:17px;}
}
@media (max-width:380px){.hp21 h3, .hpr2 h3{padding:8px;}.hbg {background: linear-gradient(to bottom, #fff 15%, #f1ede8 14%);}.imgar{background-position:-470px 0px;}.locate .br1{display:none;}.locate a{white-space:nowrap;}
   .hero-slider .swiper-slide{background-position:-120px 0px;}.tstart .ch1{font-size:24px;}.tstart .ch1 span{font-size:36px;}.hero-slider .tstart p{font-size:16px;}
}
@media (max-width:360px){.icons1 p,.owrap h3{font-size:15px;}}
@media (max-width:342px){	.hp21 h3, .hpr2 h3{font-size:16px;}.cform iframe{transform:scale(0.85);margin-left:-23px;}.g-recaptcha {transform:scale(0.85);}.table2 .tb1:nth-child(2){margin-top:-75px;}}




