*{margin: 0px;padding: 0px;box-sizing: border-box;}
@font-face{
	font-family: Mabook;src: url(fonts/Mabook.ttf);font-style: swap
}
:root{
    --green:#1D9B49;
    --red:#ea0029;
}
body{font-family: "Heebo", sans-serif;font-size: 16px;line-height: 26px;overflow-x: hidden;font-weight: 400;color:#000;}
h1,h2,h3,h4,h5,h6{color:#002813;font-weight:600;font-family:"Mabook", sans-serif;}h2{letter-spacing: 1px;}
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;}
.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 {padding-top:120px;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:80px;}
.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: 18px 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:var(--red);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;
}
.mfi{
    box-shadow: rgb(0 0 0 / 10%) 0px 2px 4px;
}
@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%;
    height: auto;
    display: block;
    position: fixed;
    z-index: 99999;
    left: 0;background:transparent;
    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{width:220px;}.sp-active svg{width:180px;}header svg{transition:all 0.3s ease;width:240px;}
header .container{position:relative;}.orange{color:var(--orange1);}footer a:hover{color:var(--red);}
.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;margin-top:0px;
}
header .main-menu>li>a{padding:0px 1.8vw;color:#000;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:uppercase;font-weight:500;transition:all 0.3s ease;font-family: "Mabook", sans-serif}
.main-menu a.active span::after,.main-menu a:hover span::after{filter:invert(42%) sepia(100%) saturate(404%) hue-rotate(89deg) brightness(94%) contrast(84%);
}.main-menu a:hover span{color:var(--green) !important;}
footer{background:#032910;background-position:left;background-size:cover;}
.fwrap {
    display: grid;
    grid-template-columns:24% 20% 20% 8%;
    padding:60px 0px;
    justify-content: space-between;
}

.copyright .container {
    display: flex;flex-wrap:wrap;
    justify-content: space-between;
    padding: 14px 0px;border-top:1px solid #183b23;
}
footer h2{margin-bottom:15px;text-transform:uppercase;font-size:18px;color:#7d9587;font-family:'Heebo';letter-spacing:0px;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:5px;}
.sicons svg{width:24px;height: 24px;}
.sicons {
    display: flex;
    margin-top: 15px;
}
.sicons svg path{fill:#fff;transition:all 0.3s ease;}
.sicons .youtube svg,.sicons .twitter svg{width:28px;height:28px;}
.sicons li{padding:0px 15px 0px 0px;}.sicons a:hover path{fill:#fbd880;}
.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;}.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: "+";
    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: 8px;
    height: 8px;
    margin: 0px 10px;
    outline: 0px;
}
.header-logo{position: relative;
    overflow: hidden;}
.ch2{font-size:70px;line-height:70px;letter-spacing: 0px;font-weight:100;color:var(--red);}
.habt{display:grid;grid-template-columns:35% 60%;justify-content:space-between;align-items:center;}
.tright{text-align:right;}.habt p{margin:0px 0px 20px;}.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;}
.hbloglist .owl-stage-outer,.rslider .owl-stage-outer {overflow: visible;}
.hbloglist .owl-item,.rslider .owl-item {opacity: 0;transition: opacity 500ms;background:#f1ede8;padding:0px 20px 20px;}.hbloglist .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;}
.htesti .lfont{text-align:right;}.rslider{margin:40px auto 0px;position:relative;overflow:hidden;}
.habt a{margin-top:10px;}
.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:inline;-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{height:200px;
    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:15px;display:flex;align-items:center;}.op5{opacity:0.8;}.op5:hover{opacity:1;}.sub-banner h1{color:#fff;font-size:50px;line-height:50px;font-weight:400;}
.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:#ea0029d1;
}.backButton:hover .backButton__bg{background-color:var(--red);}
.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;
    display:none;opacity:1;
    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;}
.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;}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(--red);transition:all 0.5s ease;z-index:-1;}
.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);}
.testimonials{background:url(images/pattern-3.webp) no-repeat;background-size:cover;overflow:hidden;}
.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;}

.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:25px 0px 10px;font-size:24px;font-weight:100;transition:all 0.3s ease;text-align:center;}.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: flex;justify-content:center;margin:20px 0px 100px;border-bottom: 1px solid #d3ccc4;
}
.awrap{width:80%;margin:0px auto;}  
.count {
    font-size: 36px;
    color:#d7753b;
    margin-bottom:5px;
    font-weight:600;
}
.fdata p{text-align:left;padding:10px 20px 0px;}.cbtn1{background: var(--red);border: 1px solid #b9b7b3;position: relative;color:#fff;z-index:1;}
.facts .fdata:nth-child(2) .count{color:#e65326;}.facts .fdata:nth-child(3) .count{color:#c38719;}.facts .fdata:nth-child(4) .count{color:#e65326;}

.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{width:25%;padding-bottom:25px;}.facts .fdata:nth-child(2){border-left:1px solid #d3ccc4;border-right:1px solid #d3ccc4;}
.facts .fdata:nth-child(3){border-right:1px solid #d3ccc4;}.hprod h2{margin-bottom: 40px;}
.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 span:after, .swiper-button-next:hover span:after {
    width: calc(20px - 4px);
}.swiper-button-prev span:after, .swiper-button-next span:after {
    content: "";
    position: absolute;
    background-color: white;
    width: 0px;
    height: 2px;
    transition: all 0.3s ease;
    transform: rotate(-45deg);
}
.enquiry p{font-size:38px;letter-spacing:0px;}
.habt1{display:flex;}.habt1 img{object-fit:cover;height:auto;} 
.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: #b9b8b4 !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,.rmbtn{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;}.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;background-color: #f67f20;color:#fff;}.fg-btn .form-control:hover{cursor:pointer;background-color:var(--red);color:#fff;}.form-control {display: block;width: 100%;height:45px;outline: 0px;padding: 0.375rem 0.75rem;font-size: 1rem;font-weight: 400;font-family:"Titillium Web", sans-serif;;line-height: 1.5;color:#666;background-color: #fff;background-clip: padding-box;border:1px solid #899a4d6b;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;}.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%;}

.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;
}
.logolists {
    display: flex;
    justify-content: center;
    gap: 30px;
    /* text-align: center; */
    /* align-items: center; */
    /* flex-direction: row; */
}
/* 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;}
.st0{display:none;}.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:#8e3c21;}

.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;}


@-webkit-keyframes slide-progress {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes slide-progress {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}.swiper-pagination-bullet {
  width:40px;
  height:2px;
  border-radius:15px;
  position: relative;
  overflow: hidden;background:#ffffff; opacity:1;
}
.swiper-pagination {
    bottom: 20px;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-left:0px;gap:0px 0px;
}
.header-logo {
   width: 120px;
}
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,
.enbtn::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform-origin: center;
    border-radius:25px;
    z-index: -1;width:100%;height:100%;
    transition: all .5s;background:transparent;
 }

 .enbtn::after {
  background: linear-gradient(180deg, #6aa13f, #136c3a);transform:scale(1)
 }

  .enbtn::before {
  background:linear-gradient(180deg, #dbb44e, #b27d32);
 }

.enbtn:hover::after {
  transform:scale(0);
}
.cbtn{font-family:'Mabook';color:#fff;border-radius:20px;font-weight:100;position:relative;transition:all 0.5s ease;
	font-size:18px;align-items:center;overflow:hidden;}.cbtn span{position:relative;z-index:9;}
.cbtn::before{content:'';background:var(--red);width:100%;height:100%;left:0%;transition:all 0.3s ease;position:absolute;transition:all 0.5s ease;}
.cbtn:hover::after{left:0;}
.cbtn::before,.cbtn::after{border-radius:20px;}
.cbtn::after{content:'';background:var(--green);width:100%;height:100%;left:-100%;transition:all 0.3s ease;position:absolute;transition:all 0.5s ease;
z-index:2;}
.cbtn:hover::after{left:0;}
.green{color:var(--green);font-size:40px;font-family:'Mabook';}.mb25{margin-bottom:25px;}
.imgr{justify-content:flex-end;}.pbspace{padding-bottom:100px;}
.owl-nav svg path{fill:var(--green);}.owl-nav button:hover path{fill:#dbb44e;}
.clientslider img:hover{transform:scale(1.1);}
.plists{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;}
.imgh > div{display:flex;position:relative;overflow:hidden;}.imgh img{transition:all 0.3s ease;}
.imgh:hover img{transform:scale(1.1);}.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,footer a{color:#fff;}
footer a{transition:all 0.3s ease;}.fcol3 a{white-space:nowrap;}
header .main-menu .enbtn span{color:#fff !important;}.copyright p{font-size:14px;}
.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/contact-banner.webp) no-repeat;background-size:cover;height:420px;color:#fff;}
.gallery{background:url(images/gallery-banner.webp) no-repeat;background-size:cover;height:420px;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:#431B0E;text-transform:uppercase;}
.sub-banner::after{content:'';position:absolute;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.6);z-index:0;opacity:0;}
.slash{color:#8e3c21;padding:0px 10px;}
.breadcrumb{margin-top:10px;}.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;}.cforms h2{font-size:30px;line-height:1;}
.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:40% 55%;justify-content:space-between;}
#form .col6{width:49%;}#form .col12{width:100%;}
.fg-btn input{border:0px;background: linear-gradient(180deg, #6aa13f, #136c3a);padding:9px 20px 9px;border-radius: 25px;font-family: "Titillium Web", sans-serif;transition:all 0.3s ease;margin-top:10px;}::placeholder{color:#9a9a9a;}.fg-btn input:hover{background:linear-gradient(180deg, #dbb44e, #b27d32);}.nowrap{white-space:nowrap;}
.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;
    vertical-align: top;
    border-top: 1px solid #e0e0e0;background: #f6f6f6;
}.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: 720px;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 720px;
  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:#ea0029;display:flex;align-items:center;width:30px;height:30px;border-radius:50%;
}
.hero-slider .swiper-button-prev:before {
     content: "";
    position: absolute;
    background-color: white;
    width: 0px;
    height: 2px;
    transition: all 0.3s ease;
    transform: rotate(-45deg);
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform:translateX(-50px);
}

.swiper-button-prev span:after, .swiper-button-next span:after {
    content: "";
    position: absolute;
    background-color: white;
    width: 0px;
    height: 2px;
    transition: all 0.3s ease;
    transform: rotate(-45deg);
}
.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 {
  width: 8px;
  height: 8px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.7;
  background:#fff;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity:1;background-color:var(--red);
}

.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:center;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:50px;
    max-width: 1200px;
    padding: 0 15px;
    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: 720px;
  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;}
}

.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: 54px;
    line-height:64px;/*width:400px;*/width: 500px;
    font-weight:100;text-transform:capitalize;padding-left:50px;
}
.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;
}
.contact1{
    width: 50%;
    margin: auto;
}
.bg{
    background-color: #fdf8f8;
}
input.form-control.submit {
    background: var(--red);
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    width: 150px;
}
input.form-control.submit:hover{
    background: var(--green);
}
.header-logo{transition:all 0.3s ease;display:none !important;}
.sp-sticky.sp-active .header-logo{width:120px;}
nav{width:100%;display:flex !important;}
nav ul{justify-content:space-around!important;}
.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 .bh1{color:#fff;}
.fright1 .container{display:flex;justify-content:flex-end;padding:75px 100px 0px 0px;}.fright1 .bh1{color:#8dc63f;}
.fright1 p,.tstart p{color:#fff;font-size:34px;font-weight:400;font-family: "Titillium Web", sans-serif;margin-top:10px;}
.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:center;    align-items: center;
    display: flex;}.swiper-slide{width:100% !important;}
.tstart p{font-weight:600;}.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 a{padding:0px !important;}
nav{background:#fff;border-radius:40px;padding:0px 50px;}
header .container{width:90%;}header{margin-top:50px;}
.clogo img{position:absolute;top:10px;z-index:9;}.clogo a{overflow:visible;}
.center{display:flex;flex-direction:column;align-items:center;gap:20px;}
.habt1{font-size:30px;font-family:'Mabook';display:flex;flex-direction:column;padding:20px;position:relative;}.f40{font-size:40px;}
.habt1 span{font-size:70px;color:var(--red);padding-right:30px;}.habt1 p:last-child{color:#000;}
.habt{padding:40px 0px 0px;}
.habt1::after{content:'';position:absolute;border-top-left-radius:0px;
border-top-right-radius: 66px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 66px;
background: #f0f0f0;width:120px;height:200px;left:0px;z-index:-1;top:-40px;}
.pr50{padding-right:75px;}.habtbg{position:relative;}
.habtbg::after{content:'';position:absolute;background:url(images/tuti-fruti-ic-rc2.webp) no-repeat;
width:240px;height:300px;right:0px;top:-100px;background-size:contain;background-position:right;}
.plists img{padding:20px;}.plists .imgh{position:relative;padding-top:30px;}
.plists .imgh::after{content:'';position:absolute;background:linear-gradient(to bottom, #F2E9E1 25%, #fff 75%);width:100%;height:100%;top:0;border-radius:15px;
z-index:-1;}
.bg11{background:url(images/desset-bg.webp) no-repeat;background-size:99% 100%;}.bg11 div{width:60%;margin-left:auto;padding:100px 5%;}
.cch2{font-size:34px;line-height:40px;}
.bg22{width:75%;}.gr1{font-size:24px;color:#999999;}
.bg22 .w50{width:60%;}
.fj{display:flex;align-items:flex-end;position:relative;justify-content:space-between;margin-top:-100px;}.fj img{width:270px;}
.fj p{padding:20px 20px 80px 30px;}
.fj::after{content:'';position:absolute;width:90%;height:140px;bottom:30px;background:#f3f3f3;z-index:-1;}
.bg2img{background:url(images/jam-application-image.webp) no-repeat;background-size:30%;background-position:top right;
padding-bottom:200px;}
.bg2img::after{content:'';position:absolute;background: url(images/many-different-berri.webp) no-repeat;
width:600px;height:600px;left:200px;bottom:-400px;background-size:contain;background-position:left;
	z-index:-1;}.prelat{position:relative;}
.tsbg{background:#FCF8F8;padding-bottom:0px;}
.tsbg::after{content:'';position:absolute;background:url(images/sause-img.webp) no-repeat;background-size:35% 100%;background-position:left;
	left:0;width:100%;height:100%;top:0;}.bg33 div:first-child{display:flex;}
.bg33{width:75%;margin-left:auto;display:flex;justify-content:space-between;gap:100px;z-index:99;position:relative;align-items:center;}
.tsbg::before{content:'';position:absolute;background:url(images/tomato-group.webp) no-repeat;background-size:20%;background-position:right bottom;
	right:0;width:100%;height:100%;bottom:-40px;}
.bg33 div:last-child{margin-top:-150px;}.black{color:#000;}h2.green{font-weight:100;}
.aslider .owl-dots{text-align:center;margin-top: 30px;}.aslider .imgh{position:relative;overflow:hidden;border-radius:20px;}
.aslider{padding-top:20px;}
footer img{width:100px;}.dmenu span::after{content:'';position:absolute;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 14.5a.74.74 0 0 1-.53-.22L8 10.78a.75.75 0 0 1 1-1.06l3 3l3-3a.75.75 0 0 1 1 1.06l-3.5 3.5a.74.74 0 0 1-.5.22'/%3E%3C/svg%3E");width: 20px;margin-top: -3px;
    height:20px;background-size:30px;transition: all 0.3s ease;
    right:-18px;}
.bann2 .bh1{color:var(--red);}.bann2 .textWrapper{width:auto;padding:150px 0px 0px 200px;}
.bann3 .textWrapper{width:80%;padding:150px 0px 0px 0px;}.bann3{background-position:0px -40px !important;}
header .main-menu li:last-child a{padding-right:0px;}.clogo{margin-left:40px;}
.ppfont .nfont, .ppfont .gr1.mb2{font-size:30px;font-family:"Heebo", sans-serif;}
 .ppfont .gr1.mb2{color:#020202;font-size:20px;} .ppfont .container{width:50%;}
.pptc .hero-style, .pptc .hero-slider .swiper-container{height:400px;}.list{list-style-type:disc;padding-left:20px;}.list li{margin-bottom:10px;}.copyright .left a{white-space:nowrap;}
@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;}}

@media (max-width:2000px){.bg2img{padding-bottom:200px;}}

@media (max-width:1800px){.banner::after{height:130px;}.b1, .b2{display:none;}.wus .vmbtn{right:95px;}
	.bann3{background-position:0px -20px !important;}
}

@media (max-width:1700px){.banner::after{width:220px;height:120px;}.awrap,.w75{width:85%;}.wus .vmbtn{right:85px;}.map-container .point{margin-top:-10px;}
}
@media (max-width:1650px){.wicon p{width:60%;}.map-container .point{margin-top:-15px;}}

@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;}.bann3{background-position:0px 0px !important;}
}
@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;}}
@media (max-width:1530px){.map-container .point{margin-top:-35px;}}
@media (max-width:1500px){.container{width:85%;}.banner{height:640px;}.banner::after{bottom:95px;height:110px;}
    .textWrapper{bottom:0px;}.banner::after{bottom:140px;}header .main-menu>li>a{padding:0px 1.6vw;}
	.map-container .point{margin-top:-60px;}.bg11{background-size:100%;border-radius:20px;} 
	.bg11 div{padding:75px 0px 75px 5%; width: 100%;}
}
@media (max-width:1450px){.map-container .point{margin-top:-50px;}}
@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;}
    .map-container .point{margin-top:-55px;}.contactbg{background-position: right;}
	.habt{grid-template-columns: 40% 60%;}.habt .pr50{padding:0px 20px 0px 30px;}
	.bg11{background-size:cover;}.bg11 div{padding:75px 5% 75px 5%;}.fj p{padding:20px 30px 60px 30px;}
	.bg2img{padding-bottom:170px;}.fwrap{grid-template-columns: 24% 22% 22% 8%;}
}

@media (max-width:1350px){.b4,.b3{display:none;}header .main-menu>li>a{padding: 0px 1.6vw;}
                          header .main-menu>li>a{padding:0px 1.3vw;}
}
@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;}
    .ctwrap{grid-template-columns: 35% 65%;} .map-container .point{margin-top:-45px;}
.bann3{background-position:-50px 0px !important;}
}

@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;}}

@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;}
    .hero-slider .swiper-button-prev{left:-25px;}
    .hero-slider .swiper-button-next{right:-25px;} .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;}.gallery{background-position:right;}
	.habt{grid-template-columns: 40% 60%;}.f40{font-size:30px;}.bg2img{background-size:35%;}
	.fwrap{grid-template-columns: 24% 20% 25% 8%;}.ppfont .container{width:75%;}
}
@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:70px;}}

@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:5px 0px;margin-top:35px;}.header-logo{display:flex !important;position:absolute;left:50px;top:5px;}header .container{background:#fff;border-radius:50px;}header .container{width:95%;padding:10px 50px;}header .row{justify-content:flex-end !important;}
	.side-menu-nav{padding:0px;display:block !important;}nav .clogo,.dmenu span::after{display:none;}.bann3{background-position:-150px 0px !important;}
}
@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%;}
	.bg22{width:80%;}
}

@media (max-width:991px){.fwrap{display:flex;flex-wrap: wrap;justify-content: space-between;gap:40px 20px;}.stickycol,header .container::after{display:none;}
    .fcol1,.fcol3{width:100%;}.textWrapper .bh1{font-size:40px;line-height:44px;}
    .industry-page .owl-carousel .owl-item img{width:auto;margin:0px auto;}.habt p{margin-bottom:20px;}.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:350px;}
    .clientslider .owl-prev{left:-30px;}.clientslider .owl-next{right:-30px;}.clientlist{grid-template-columns: repeat(4,1fr);}.hbg{background: linear-gradient(to bottom, #fff 28%, #f1ede8 20%);}
    .pslist .pirow{grid-template-columns: repeat(2,1fr);}.plists{gap:20px;}
    .team{grid-template-columns:55% 40%;align-items:flex-start;}.cgal img,.cicon{height:200px;}.cicon img{height:140px;}
    .cforms{grid-template-columns:50% 45%;}#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%;}.map-container .point{margin-top:-20px;}
    .country{display:inline-flex;}.map-container .safrica, .map-container .australia{top:85%;}.country{margin:0px 0px 20px;}.ctwrap{padding:30px 0px 0px;}.habtbg::after{width:180px;}
	.bg11,.bg11 h2{/*color:#fff;*/}.fj p{padding-right:80px;}.fj::after{height:160px;}.fj img{width:240px;}
    .bg11 {
    background: #fdf8f8;
   
}
	.bg33 div:last-child{margin-top:-100px;}.bg33{gap:50px;}.tsbg::before{bottom:-50px;}
	.bann3{background-position:-250px 0px !important;}
}
@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%;}
    .facts{margin-bottom:60px;}.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;}.habt .pr50{padding:0px;}
	.fj p{padding-right:20px;}.bg33{width:90%;}.tsbg::after{display:none;}
}

@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);}
}

@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;}
    .breadcrumb{padding: 10px 20px 10px 5px;}.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);}.ppfont .container{width:90%;}
    .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;width:50%;padding-left:0px;margin:0px auto;padding-top:150px;}.ac .sticky{position:static;}.contactbg{background-position:right;}.hero-slider .swiper-slide{align-items:flex-start;}.habtbg::after{width:140px;top:-150px;}
	.bg11 div{width:100%;}
	.pbspace {
    padding-bottom: 40px;
	}.bg22{width:100%;padding-bottom:30px;}.bg2img{background:transparent;}
	.bg2img::after{width:400px;bottom:-400px;}.fj p{padding: 20px 30px 70px 30px;}.bg33 div:last-child{margin-top:0px;}
	.bg33{width:100%;}.tsbg::before{bottom:-20px;}.bann1{background-image:url(images/tutti-frutti-1.webp) !important;}
	.bann2{background-image:url(images/mixed-fruit-jam-1.webp) !important;background-position: 0px -250px !important;}
	.bann2 .textWrapper,.bann3 .textWrapper{padding:0px;}.bann2 .textWrapper .bh1,.bann3 .textWrapper .bh1{width:100%;}
	.bann3{background-image:url(images/tomato-sauce-1.webp) !important;background-position:0px -200px !important;}
}
@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){
    .ch2{font-size:50px;line-height:60px;}.fcol1, .fcol3{width:45%;}.imgar{background-position:-450px 0px;}
    .egrid{grid-template-columns:60% 35%;}.contactbg,.gallery{background-position:-500px 0px;}.green{font-size:30px;}
	.bg22 .w50{width:100%;}.fj{margin-top:30px;flex-direction:column-reverse;align-items:center;gap:20px;}.fj::after{display:none;}
	.fj p{padding:20px 0px;}.bg2img::after{width:300px;left:0px;bottom:-350px;}
	.bann2,.bann3{background-position: 0px -150px !important;}
}

@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);}.bann2,.bann3{background-position: 0px -100px !important;}
}
@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){footer .iconshow svg.mb2,.fcol1 img,.iconshow{display:none;}.iconshow{order:4;}
    .fcol1, .fcol3{width:100%;}.grid2{flex-wrap:wrap;gap:10px 0px;}
    footer h2{display:block;color:#fff;font-weight:400;}.fwrap{padding:40px 0px;}
    .backButton{display:none !important;}.count{font-size:30px;}.fdata p{padding:10px 10px 0px;}.facts .fdata{padding-bottom:10px;}
     .qlinks, .plinks,.grid2{
    /*max-height: 0;
    overflow: hidden;
    transition: max-height 0.75s ease-out;*/
}
    footer h2{border-bottom:1px solid #183B25;font-size:18px;padding-bottom: 5px;}
    /*footer .ph:after,footer .qlh:after,footer .cuh:after{
  content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="22" height="22" preserveAspectRatio="xMidYMid meet" viewBox="0 0 40 40"%3E%3Cg transform="rotate(-90 20 20)"%3E%3Cpath fill="%23323131" d="M24.96 32.601L12.371 19.997l.088-.088l12.507-12.52a.661.661 0 0 0-.01-.921a.645.645 0 0 0-.458-.182a.653.653 0 0 0-.465.186l-13.004 13.02a.63.63 0 0 0-.176.49a.656.656 0 0 0 .18.523l13.014 13.031c.244.23.659.233.921-.02a.658.658 0 0 0-.008-.915z"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  width: 25px;
  float: right;filter: invert(99%) sepia(93%) saturate(4%) hue-rotate(202deg) brightness(106%) contrast(100%);
}
    footer .iclose.qlh:after,footer .iclose.cuh:after,footer .iclose.ph:after{
  content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="22" height="22" preserveAspectRatio="xMidYMid meet" viewBox="0 0 40 40"%3E%3Cg transform="rotate(90 20 20)"%3E%3Cpath fill="%23323131" d="M24.96 32.601L12.371 19.997l.088-.088l12.507-12.52a.661.661 0 0 0-.01-.921a.645.645 0 0 0-.458-.182a.653.653 0 0 0-.465.186l-13.004 13.02a.63.63 0 0 0-.176.49a.656.656 0 0 0 .18.523l13.014 13.031c.244.23.659.233.921-.02a.658.658 0 0 0-.008-.915z"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  width: 25px;
}*/
.line{
	    border-right: 2px solid #fafafa;
    }.header-logo{width:80px;}
   .plinks.open, .grid2.open,.qlinks.open{
    height: auto;
    max-height: 500px;
    transition: max-height 0.75s ease-in!important;
    } .fwrap{padding:25px 0px 20px;}.fwrap{gap:0px;}.plinks li, .qlinks li,.fcname{margin-bottom:10px !important;}footer h2{margin-bottom:20px;}
   .header-sticky .side-menu-wrap{padding-top: 75px;}.side-menu-wrap{padding-top: 110px;}
    .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);}header .container{padding:0px 10px;}.header-logo{left:20px;}
	.bann2,.bann3{background-position: 0px 0px !important;}
}

@media (max-width:480px){.dtl-cnt p:last-child{width:100%;}.c-frm .row{padding:0px 0px;background:transparent;}.cnt-dtl{padding:20px 0px;}
    .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:34px;line-height:34px;}.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:0px;}.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: 10px 10px 0px 3px;}.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{width:50%;padding:10px 10px;}.facts{flex-wrap:wrap;}.facts .fdata:nth-child(2){border-right:0px;}.facts{border-bottom:0px;}
    .facts .fdata:nth-child(3){border-right:0px;}.facts .fdata:nth-child(4){border-left: 1px solid #d3ccc4;}
    .facts .fdata:nth-child(3),.facts .fdata:nth-child(4){border-top: 1px solid #d3ccc4;}.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;}.side-menu-wrap{padding-top: 85px;}.header-sticky .side-menu-wrap{padding-top: 65px;}.swiper .swiper-wrapper .swiper-slide{height:100%;}
    .facts{margin:0px 0px 40px;}.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: 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:20px;}.hprod h3{font-size:20px;width:100%;margin:5px auto;}
    .hprod span{display:flex;justify-content:center;}.map-container{padding-top:0px;}.habt.alignstart{gap:30px;}
    .rmbtn{display:flex;}.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;}.center{gap:10px;}
    .br1{border:0px;}.hero-slider .slide-inner{background-position:center;}.fright .slide-inner{background-position:-100px 0px;}
    .textWrapper p br{display:none;}
    .hero-slider .slide-inner,.hero-style,.hero-slider .swiper-container{height:480px;}.hero-slider .swipernav{}
    .hero-slider .swiper-slide::after{background: rgb(0 0 0 / 40%);}.sub-banner::after{background:rgb(239 200 144 / 80%);opacity:1;}
    .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:80px;}.map-container .point{margin-top:-5px;}.tstart.swiper-slide{background-position:center;}
    .tstart.swiper-slide::after{background: rgb(0 0 0 / 0%);}.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 .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 #93aa3f;}.contactbg,.gallery{background-position:right;}
	header{margin-top:15px;}.tstart .bh1{padding-top:75px;width:100%;}.sp-sticky.sp-active .container{padding:0px;}
	.sp-sticky.sp-active .header-logo{left:15px;}.habtbg::after{/*width:100px;top:-150px;*/display: none;}
	.habt1{font-size:20px;}.habt1{flex-direction:row;}.habt1 p span{display:flex;margin-bottom:20px;font-size:45px;}
	.habt1::after{width:90px;height:150px;top:-25px;border-top-right-radius: 55px;
		border-bottom-left-radius: 55px;}.habt1 .f40{padding-left:10px;line-height:30px;}.plists .imgh{padding-top:10px;}
	.contact1 {
    width: 100%;
    margin: auto;
}
    .plists{/*grid-template-columns:repeat(1,1fr);*/}.hprod .mb3{margin-bottom:10px;}.bg33{flex-direction:column;}.bg33 img{height:300px;}
	.tsbg::before{bottom:-10px;}.aslider h3{font-size:16px;line-height:18px;margin-top:10px;}.aslider .owl-dots{margin-top:0px;}
	.aslider{padding-top:0px;}.mfi h2{margin-top:0px;}.bann2,.bann3{background-position:bottom!important;}.pptc .hero-style, .pptc .hero-slider .swiper-container{height:200px;}
}
@media (max-width:420px){.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;}}
@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;}
    .prod7{background-position:-100px 0px;}.tsbg::before{bottom:-10px;}
}
@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;}.hprod h3{width:80%;}.locate .br1{display:none;}.locate a{white-space:nowrap;}

}
@media (max-width:350px){.pslider .owl-next{right:-10px;}.breadcrumb li{font-size:14px;}.imgar{background-position:-490px 0px;}}
@media (max-width:340px){	.hp21 h3, .hpr2 h3{font-size:16px;}.cform iframe{transform:scale(0.85);margin-left:-23px;}.g-recaptcha {transform:scale(0.85);}}