*{margin: 0px;padding: 0px;box-sizing: border-box;}
:root {
    --yellow: #F8F5EB;
    --dyellow: #F4C433;
    --orange: #F38329;
    --lgreen: #029147;
    --dblue: #006a50;
}

body{font-family: "Libre Franklin", sans-serif;font-size:16px;line-height: 24px;overflow-x: hidden;font-weight: 400;color:#595959;}a{font-family:"Libre Franklin", sans-serif;}
h1,h2,h3,h4,h5,h6{color:#192751;font-family:"Libre Franklin", sans-serif;}
.hfont{font-family:"Libre Franklin", sans-serif;}
a{color:#0d0d0d;cursor:pointer;}.hauto{height:auto!important;}
header{
	position:sticky;
	top:0px;
	z-index:12;
	    background: #fff;    box-shadow: rgb(0 0 0 / 12%) 0 1px 3px;
}
.sp-sticky {width: 100%;height: auto;
    display: block;
    position: fixed;
    z-index: 99;
    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;
}
.sm-exi-des h2 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
    color: #006a50;
    width: 80%;
}
ul{list-style-type: none;}a{text-decoration: none;}.ncontainer {
    width: 90%;
    margin: 0px auto;
}.container{width:85%;margin: 0px auto;}.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.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:60px;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{margin-right:0;}.mbtn2 {margin-left: 25px;}
.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:97px;}
header .main-menu .sub-menu {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 220px;
  overflow: hidden;
  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%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}.main-menu>li{position:relative;}
 header .main-menu>li:hover .sub-menu {
  display: block;
}
.donmbmen{display:none;}
.np{font-size:16px !important;line-height:26px !important;margin:10px 0px !important;}
.main-menu .enbtn{position:relative;overflow:hidden;display: inline-flex !important;
    height: auto;padding: 10px 25px;background:#ccc;border-radius:18px;}
.enbtn::before, .enbtn::after{    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;}
.enbtn::before {
    content: '';
    background: var(--lgreen);
    width: 120%;
    height: 0;
    padding-bottom: 120%;
    top: -110%;
    left: -10%;
    border-radius: 50%;
    transform: translate3d(0,68%,0) scale3d(0,0,0);
}
.enbtn span::after,.qlh1,.qlhead{display:none;}.mbtn1{margin:0px 20px 0px 20px;}
img{max-width:100%;}
.enbtn span{    display: block;
    position: relative;
  z-index: 10;mix-blend-mode:inherit;}
.enbtn::after {
    content: '';
    background:var(--lgreen);
    transform: translate3d(0,-100%,0);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.enbtn:hover span{color:#fff !important;}
.mbtn2 span{color:#ffffff !important;}
.mbtn2 .enbtn{background:var(--dblue);}
.enbtn:hover::before {
    transform: translate3d(0,0,0) scale3d(1,1,1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.enbtn:hover::after {
    transform: translate3d(0,0,0);
    transition-duration: 0.05s;
    transition-delay: 0.4s;
    transition-timing-function: linear;
}
.mbtn2 .enbtn:hover {background-color:green;
}
/* .enbtn:hover span { */
    /* animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s; */
/* } */
@keyframes MoveScaleUpInitial {
	to {
		transform: translate3d(0,-105%,0) scale3d(1,2,1);
		opacity: 0;
	}
}

@keyframes MoveScaleUpEnd {
	from {
		transform: translate3d(0,100%,0) scale3d(1,2,1);
		opacity: 0;
	}
	to {
		transform: translate3d(0,0,0);
		opacity: 1;
	}
}


.sub-menu a,.mwidth a{font-size:15px;}
.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 var(--blue);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-size: 16px;transition: .4s;-webkit-transition: .4s;-moz-transition: .4s;-ms-transition: .4s; -o-transition: .4s;}

.side-menu-nav .main-menu .sub-menu a i {color: #03328E;}

.side-menu-nav .main-menu .sub-menu~i {position: absolute;padding: 17px 11px;right: 0;top: 0;border-left: 1px solid #ccc;}

.side-menu-nav .main-menu .sub-menu a:hover {background:var(--blue);color: #fff;}

.side-menu-nav .main-menu>li>a {color: #212529;padding: 13px 30px 13px 10px;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 {position:absolute;right:0; height: 43px;width: 43px;border:1px solid #000000;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:#000;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;}
.product-d  , .sm-exi ,.blog-d {position:relative;}.stretched-link{position:absolute;width:100%;height:100%;top:0px;left:0px;z-index: 22;}
/* .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;
}
.dw-1200{display:none;}
@media (min-width: 1200px){
.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 !important;}
}.sp-sticky {
    width: 100%;
    height: auto;
    display: block;
    z-index: 99999;
    left: 0;position: fixed;
    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 {padding:0px;background: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0 1px 3px;
}.header-logo svg{width:220px;}.sp-active svg{width:180px;}header svg{transition:all 0.3s ease;width:240px;}
header .container{position:relative;width:85%;}.orange{color:var(--orange1);}footer a:hover{color:var(--red);}
.orange1{color:var(--orange1);}
.copyright .left span{padding:0px 0px 0px 5px;}
header .container::after{content:'';position:absolute;right:0;top:-20px;width:100%;height:9px;transition:all 0.3s ease;
background-position:right;}
.angdown svg {
    transform: rotate(450deg)!important;
}.side-menu-nav svg {
    transition: all .1s linear;
}
header .main-menu>li>a{padding:0px 1.6vw;color: #000000;font-size: 16px;display: flex !important;align-items: center;height:90px;transition:all 0.3s ease;}
.main-menu a span{position: relative;display: flex;font-weight:600;color:var(--dblue);font-size:15px;font-family:"Libre Franklin", sans-serif;transition:all 0.3s ease;text-transform: uppercase;}
.main-menu a.active span::after,.main-menu a:hover span::after{position: absolute;content:'';
  width:15px;
  height:10px;
   background:url('images/arrow.png') no-repeat;background-size:contain;margin-top:-10px;transition:all 0.3s linear;
}.main-menu a:hover span{color:var(--lgreen);}
.mbtn1 .enbtn{background:#ffffff;}
footer{background:var(--yellow);color:var(--dblue);}
.fcol4 a {font-weight:600;}.fcol1 p {font-size: 16px;line-height: 26px;}
.fwrap,.fadrow{
    display: grid;
    grid-template-columns:40% 20% 20%;
    padding: 80px 0px;
    justify-content: space-between;
}
.fadrow{grid-template-columns:40% 38% 26%;padding:0px;align-items: center;}
.copyright .container {
    display: flex;flex-wrap:wrap;
    justify-content: center;
    padding: 15px 0px;border-top:1px solid #737373;
}
footer h2,.faddress h2{margin-bottom:15px;text-transform:capitalize;font-size:18px;color:var(--dblue);font-weight: 600;}.flinks li{margin-bottom:10px;text-transform: capitalize;}
footer a:hover {color: var(--lgreen);}
.flinks li:last-child{margin-bottom:0px;}
footer img{margin-bottom:20px;}footer a,.faddress p,.faddress a{color:var(--dblue);}footer a:hover,.faddress a:hover{color:var(--lgreen);}
footer a,.faddress a{transition:all 0.3s ease;}
.fcname{font-weight:500;font-size:20px;margin-bottom:15px;color:#373637;}.cinfo p{margin-bottom:5px;}
.sicons svg{width:24px;height: 24px;}
.sicons {
    display: flex;
    margin-top: 50px;
}
.sicons a{width:40px;height:40px;background:#D9D9D9;display:flex;align-items:center;justify-content:center;border-radius:50%;line-height:1;position:relative;overflow:hidden;}
/* .sicons a::after{filter:invert(1);} */
.sicons svg path{fill:#fff;}
.sicons .youtube svg,.sicons .twitter svg{width:28px;height:28px;}
.sicons li{padding:0px 25px 0px 0px;}
.enquiry{padding:30px 0px;position:relative;}
.enquiry::before{content:'';position:absolute;left:0;top:0;width:50%;height:100%;background:linear-gradient(to right, #f2a722 50%, #f47e20 50%);z-index:2;}
.enquiry::after{content:'';position:absolute;right:0;top:0;width:50%;height:100%;background:linear-gradient(to right, #f37022 50%, #e65326 50%);z-index:2;}
.enquiry, .enquiry a{color:#fff;}
.enquiry p{font-size:30px;line-height:1.1;font-weight:500;}
.egrid{display:flex;flex-wrap:wrap;justify-content:center;align-items: center;gap:20px 100px;position:relative;z-index:9;}
.enquiry p:last-child{text-align:center;display: flex;justify-content: center;}
.enquiry a{background:var(--red);padding: 12px 30px 10px;transition:all 0.3s linear;font-size:20px;border:1px solid #fff;z-index:1;}
.mt1{margin-top:13px;}
.banner {
    height:83vh;
    color: #fff;
    position: relative;
    overflow: hidden;
}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}
        .swiper-slide .bg{opacity: 0;}.swiper-slide-active .bg{opacity: 1;}

.swiper-pagination-bullet {
    margin: 10px;background:#fff !important;opacity:0.8;
}
.swiper-pagination-bullet-active {
    background: #006a50 !important;
}
.swiper-pagination {
    bottom:40px !important;
    display: flex;
    justify-content: center;
    width: 100%;
}.swiper-button-prev::after,.swiper-button-next::after{display: none;}
.swiper-pagination-bullet {width: 10px !important;height: 10px !important;margin:10px!important;}

.swiper-button-prev{left:30px;}.swiper-button-next{right:30px;}

.textWrapper .bh1,.ch1{ text-shadow: 2px 2px 5px #04c460;
    color: #fff;    font-size: 60px;letter-spacing: -2px;
    line-height: 1.3;font-weight:700;font-family:"Libre Franklin", sans-serif;}.bh1 span{font-weight:700;}

    .bslide2 .bh1,.bslide2 .ch1, .bslide3 .bh1,.bslide3 .ch1, .bslide4 .bh1,.bslide4 .ch1, .bslide5 .bh1,.bslide5 .ch1 {color: #fff !important;}
    .bslide2 p, .bslide3 p, .bslide4 p, .bslide5 p{color:#cfcdcd !important;}

.swiper .swiper-wrapper .swiper-slide{display: flex;height:100%;
    align-items: center;
	/* background:url('images/white-terry-towel-branch-cotton-gray-background-1.jpg')!important; */
    justify-content:center;background-position:top center !important;background-size: cover !important;}



.cbtn,.modal1 .cbtn{padding:8px 22px;display:inline-flex;text-transform:capitalize;transition:all 0.3s linear;
    font-size:16px;border-radius:5px;position:relative;z-index:9;}.swiper .cbtn:hover{color:#fff;}
.pspace3{padding:30px 0px;}.pspace5{padding:50px 0px;}
.sblue{color:var(--sblue);}.mb1{margin-bottom:15px;}
.f20{font-size:20px;}.pspace{padding:120px 0px;}.hproducts{background:#f2f8fd;}
.textWrapper .d-flex{justify-content: space-between;width:90%;z-index:9;flex-direction:column;}
.textWrapper p{    width: 50%;
    font-size: 22px;
	font-weight:500;
    color: #3f496b;
    margin-top: 45px;
	width:570px;
    line-height: 30px;}
.plus::after {
    content: "+";
    display: inline-block;
}
.copyright a{margin:0px 10px;white-space:nowrap;}.copyright a:nth-child(2){border-left:1px solid #fff;border-right:1px solid #fff;padding:0px 20px;}
.btnwrap{display:flex;margin-top:30px;gap: 20px;}.copyright a, .copyright p{font-size:14px;}.copyright .ccolor{margin:0px;}
.btnwrap a{      border: none;
    padding: 8px 20px;
    color: #fff;
        font-size: 14px;line-height:20px;
    letter-spacing: 1px;
	font-weight:500;
    border-radius: 0px;
    background: #006a50;}
	.btnwrap a:hover {
		color:#fff;
	}.mt0 {margin-left: 0 !important;}
.btnwrap .bbg {    color: #006a50;
    background-color: #fff;
    border: 1px solid #006a50;
    }.btnwrap .bbg:hover {color:#fff;background-color:#006a50;}
.btnwrap .ybg:hover {background-color:#fff;color: #006a50; border: 1px solid #006a50;}
.kplus::after {
    content: "K";
    display: inline-block;
}
.certslider  .owl-dots {
    display:none;margin-top:10px;
}
.owl-carousel .owl-dot {
    background-color: #ccc !important;
    padding: 5px !important;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    margin: 0px 10px;
    outline: 0px;
}
.clogo{position: relative;
    overflow: hidden;}
.ch2{font-size:36px;line-height:40px;letter-spacing:0px;font-weight:400;color:#595959;}
.habt{display:grid;grid-template-columns:60% 30%;justify-content:space-between;align-items:center;margin-top:50px;}
.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:#006a50  !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:#b9b8b4 !important;}
.htesti .lfont{text-align:right;}.rslider{margin:40px auto 0px;}
.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;width:auto !important;margin:0px auto;height: 100px;object-fit: contain;}
.clientslider .owl-item:hover img,.clientslider .bslide:hover img{filter: grayscale(0);}.clientslider p{text-align:center;margin-top:20px;font-weight:500;}
.certslider .icon,.bimg img, .transeff{transition:all 0.3s ease;}.clientslider .owl-item:hover img{transform:scale(1.1);}
.clientslider .owl-item{opacity:0;}.clientslider .owl-item.active{opacity:1;}.clientslider .owl-stage-outer{overflow:visible;}
.certslider .slide1:hover .icon{transform:scale(1.1);}
.carrows svg{width:28px;height:28px;}
.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:300px;position: relative;
    background: url(images/common-subbanner.webp) no-repeat;display:flex;align-items: center;flex-wrap:wrap;position:relative;background-size:cover;background-position: center;}
.abt-ban {background-image: url(images/banner/aboutbanner.jpg);}
.product-ban {background-image: url(images/products-subanner.webp);}
.home-txt {background-image: url(images/home-textiles-subbanner.webp);}
.csr-ban {background-image: url(images/csr-subanner.webp);}
.whyus-ban {background-image: url(images/why-us-subanner.webp);}
.infra-ban {background-image: url(images/infrastructure-subanner.webp);}
.blog-ban {background-image: url(images/blog-subanner.webp);}
.career-ban {background-image: url(images/career-subbanner.webp);}
.contact-ban {background-image: url(images/contact-ban.webp);}
.inf-ban {background-image: url(images/banner/infrabanner.jpg);}
.gal-ban {background-image: url(images/banner/gallerybanner.jpg);}
.boy-ban {background-image: url(images/banner/boysbanner.jpg);}
.girl-ban {background-image: url(images/banner/girlsbanner.jpg);}
.contact-ban {background-image: url(images/banner/contactbner.jpg);}
.sub-banner p {color: #ccc !important;}

.sub-banner::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /* background:linear-gradient(45deg, rgb(3 23 82 / 70%), #ffffff00); */
    background: linear-gradient(25deg, #006a50 20%, transparent 60%);
}


.breadcrumb{display: flex;
    list-style-type: none;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0px;}
.breadcrumb svg{margin:0px 5px;}.breadcrumb li{font-size:15px;padding:0px 2px;}.op5{opacity:0.5;}.op5:hover{opacity:1;}.sub-banner h2{color:#fff;font-size:34px;line-height:36px;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: 2.5rem;
    height: 2.5rem;
    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%;transition:all 0.3s ease;
    height: 100%;background:var(--blue);opacity:0.7;
}.backButton:hover .backButton__bg{opacity:1;}
.backButton__icon__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.backButton__icon__wrap svg{width: 20px;height: 20px;}
.sse {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    position: fixed;
    opacity: 0;
    bottom: 20%;
    color: #494949 !important;
    z-index: 999;background: #e1d8ce;
    right: 0px;
    font-weight: 600;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
    transform: rotate(180deg);display:flex;
}
.sse:hover{background:var(--red);}.sse:hover a{color:#fff;}
.sse a {padding:30px 10px;color:#494949;}

.why-wrap{display:grid;grid-template-columns:40% 60%;}
.why-wrap h3 {font-size: 38px;line-height: 45px;width: 71%;font-weight: 700;color: #006a50;}
.why-des{display: flex;flex-direction: column;justify-content: space-between;}
.why-choose-cont{position:relative;padding:60px 0px;}
.why-choose-cont h4{font-size: 20px;line-height:26px;margin-bottom: 15px;}
.why-1{display:grid;grid-template-columns:60% 36%;justify-content:space-between;}
.why-3{display:none;}
.why-2{display:grid;grid-template-columns:repeat(3,1fr);justify-content:space-between;gap:40px;margin:40px 0px 0px;}
.why div{background:rgb(255 255 255 / 90%);border:1px solid rgb(25 39 81 / 40%);padding:20px;cursor:pointer;transition:0.3s linear;}
.why div:hover{-webkit-box-shadow: -1px 7px 24px -8px rgba(237,237,237,1);
-moz-box-shadow: -1px 7px 24px -8px rgba(237,237,237,1);
box-shadow: -1px 7px 24px -8px rgba(237,237,237,1);background:#fff;transform:translateY(-10px)}
.why-2ld{display:grid;grid-template-columns:35% 65%;}
.why-des .para{min-width:80%;font-size:20px;line-height:26px;padding-bottom:60px;}
.why-choose-cont::after{
    content: '';
    background: url(images/state-of-architecture.webp);
    background-position: center;
    background-size: cover;
    right: -30px;
    z-index: -2;
    top: 0px;
    height: 100%;
    width: 580px;
    position: absolute;
}
.why-choose-cont::before{
    z-index: -1;
	content: '';
    top: 0px;
    height: 100%;
	right: -30px;
    width: 580px;
	position: absolute;
	background: linear-gradient(#47474859, #514f4f52);
}
.nav-tabs{
    display: flex;
    justify-content: space-around;margin:0;    background-color: var(--yellow);
    padding: 15px;
    border-radius: 15px;
}
.nav-tabs a{position:relative;transition:0.2s linear;}
.nav-tabs a::after{position:absolute;content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30px' height='30px' viewBox='0 0 256 256'%3E%3Cpath fill='%23192751' d='M232 220h-64.79a100 100 0 1 0-39.21 8h104a4 4 0 0 0 0-8M128 36a91.5 91.5 0 0 1 52.43 16.44a219.4 219.4 0 0 0-36.38 19.18a218.6 218.6 0 0 0-56.42-26.27A91.3 91.3 0 0 1 128 36M77.85 50.91a210.5 210.5 0 0 1 59 25.6a221 221 0 0 0-26.07 21.77A177.8 177.8 0 0 0 50.81 78a92.6 92.6 0 0 1 27.04-27.09M46.44 85.46a169.8 169.8 0 0 1 58.47 18.73a222 222 0 0 0-20.84 25.32a138.5 138.5 0 0 0-47.36-12.94a91.4 91.4 0 0 1 9.73-31.11m9.32 99.44A91.54 91.54 0 0 1 36 128c0-1.16 0-2.3.07-3.45a130.5 130.5 0 0 1 43.46 11.67a218.4 218.4 0 0 0-23.77 48.68m6.12 7A213.32 213.32 0 0 1 187.79 58.13a92.7 92.7 0 0 1 21.28 26.42a179.87 179.87 0 0 0-119.53 127a92.7 92.7 0 0 1-27.66-19.65M128 220a91.6 91.6 0 0 1-31-5.37A171.82 171.82 0 0 1 212.59 91.84a91.3 91.3 0 0 1 7.28 31.28A140.54 140.54 0 0 0 128.69 220Zm91.92-88.45a92.13 92.13 0 0 1-82.81 88a132.58 132.58 0 0 1 82.81-88'/%3E%3C/svg%3E");left:-40px;top:-4px;transition:0.3s linear;}
.nav-tabs a:hover::after{position:absolute;content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30px' height='30px' viewBox='0 0 256 256'%3E%3Cpath fill='%23039147' d='M232 220h-64.79a100 100 0 1 0-39.21 8h104a4 4 0 0 0 0-8M128 36a91.5 91.5 0 0 1 52.43 16.44a219.4 219.4 0 0 0-36.38 19.18a218.6 218.6 0 0 0-56.42-26.27A91.3 91.3 0 0 1 128 36M77.85 50.91a210.5 210.5 0 0 1 59 25.6a221 221 0 0 0-26.07 21.77A177.8 177.8 0 0 0 50.81 78a92.6 92.6 0 0 1 27.04-27.09M46.44 85.46a169.8 169.8 0 0 1 58.47 18.73a222 222 0 0 0-20.84 25.32a138.5 138.5 0 0 0-47.36-12.94a91.4 91.4 0 0 1 9.73-31.11m9.32 99.44A91.54 91.54 0 0 1 36 128c0-1.16 0-2.3.07-3.45a130.5 130.5 0 0 1 43.46 11.67a218.4 218.4 0 0 0-23.77 48.68m6.12 7A213.32 213.32 0 0 1 187.79 58.13a92.7 92.7 0 0 1 21.28 26.42a179.87 179.87 0 0 0-119.53 127a92.7 92.7 0 0 1-27.66-19.65M128 220a91.6 91.6 0 0 1-31-5.37A171.82 171.82 0 0 1 212.59 91.84a91.3 91.3 0 0 1 7.28 31.28A140.54 140.54 0 0 0 128.69 220Zm91.92-88.45a92.13 92.13 0 0 1-82.81 88a132.58 132.58 0 0 1 82.81-88'/%3E%3C/svg%3E");left:-40px;top:-4px;transition:0.3s linear;}.nav-tabs a.active::after{position:absolute;content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30px' height='30px' viewBox='0 0 256 256'%3E%3Cpath fill='%23039147' d='M232 220h-64.79a100 100 0 1 0-39.21 8h104a4 4 0 0 0 0-8M128 36a91.5 91.5 0 0 1 52.43 16.44a219.4 219.4 0 0 0-36.38 19.18a218.6 218.6 0 0 0-56.42-26.27A91.3 91.3 0 0 1 128 36M77.85 50.91a210.5 210.5 0 0 1 59 25.6a221 221 0 0 0-26.07 21.77A177.8 177.8 0 0 0 50.81 78a92.6 92.6 0 0 1 27.04-27.09M46.44 85.46a169.8 169.8 0 0 1 58.47 18.73a222 222 0 0 0-20.84 25.32a138.5 138.5 0 0 0-47.36-12.94a91.4 91.4 0 0 1 9.73-31.11m9.32 99.44A91.54 91.54 0 0 1 36 128c0-1.16 0-2.3.07-3.45a130.5 130.5 0 0 1 43.46 11.67a218.4 218.4 0 0 0-23.77 48.68m6.12 7A213.32 213.32 0 0 1 187.79 58.13a92.7 92.7 0 0 1 21.28 26.42a179.87 179.87 0 0 0-119.53 127a92.7 92.7 0 0 1-27.66-19.65M128 220a91.6 91.6 0 0 1-31-5.37A171.82 171.82 0 0 1 212.59 91.84a91.3 91.3 0 0 1 7.28 31.28A140.54 140.54 0 0 0 128.69 220Zm91.92-88.45a92.13 92.13 0 0 1-82.81 88a132.58 132.58 0 0 1 82.81-88'/%3E%3C/svg%3E");left:-40px;top:-4px;transition:0.3s linear;}
.nav-content h3{font-size:22px;margin: 0px 0px 20px 0px;}
.nav-tabs a:hover{color:#039147;}
.nav-tabs a.active{    color: #03803f;
    border-bottom: 1px dashed #039147;
    font-weight: 600;}
.nav-container{padding: 60px 40px;width:80%;margin:auto;}
.nav-content.active{display:block}
.nav-content{display:none}
.nav-img-wrp{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
	margin: 0px;
}
.community-grid {display: grid;grid-template-columns: repeat(2, 1fr);gap: 50px;}
.infra .inf-wrp{width:80%;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);justify-content:center;gap:30px;margin-bottom:30px;}
.infra .inf-d{border:1px dashed #5e5e5e;}
.infra .inf-d .cont{padding:30px 20px;}
.infra .inf-d .cont h3{font-size:22px;margin-bottom:20px;}
.infra .con-p .sus-para .bp{font-size:26px;line-height:35px;}
.infra .con-p .sus-para .bp b{font-weight:600;}
.infra .conc-div{padding:50px 60px;border:1px solid #8a8a8a;    width: 100%;margin:70px auto 0px;position:relative}.conc-div p{text-align:center;margin:auto;color:#fff;}
.infra .conc-div p {    color: #fff;
    margin: 10px 0px;
    width: 100%;
    font-size: 28px;
    line-height: 35px;}
.infra .conc-div::before{content:'';position:absolute;top:0px;width:100%;height:100%;background:url('images/why-us-subanner.webp');background-size:cover;background-repeat:no-repeat;background-position:bottom;left:0px;z-index:-2;}
.infra .conc-div::after{    content: '';
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(3 145 71 / 60%);
    left: 0px;
    z-index: -1;}
.infra .sus-para{width:100%;}
.infra .con-p p{text-align:center;width:100% !important;}
.wrp2q .content-wrap{grid-template-columns: 45% 50%;justify-content: space-between;}
.textWrapper {
    margin: 0px auto  50px auto;
    padding:40px 50px;
    width: 90%;
    bottom:0%;
    display: flex;flex-direction:column;
    align-items: center;
    text-align: left;
    position: absolute;
    z-index: 9;height: 100%;
    align-items: flex-start;justify-content:end;
}


.v-img {
    position: absolute;
    right: 0px;
	    opacity: 0.8;
        height: 100%;
    width: auto;
    bottom: -30px;
    z-index: 3;
}
.associ-wrap div img{
	    filter: grayscale(1);
	transition:0.3s linear;
}
.associ-wrap div:hover img{
	  filter: grayscale(0);
}
.facts .fdata{display: flex;align-items: center;}.hprod h2{margin-bottom: 40px;}.my2{margin:20px 0px;}
.swiper-button-prev span, .swiper-button-next span {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    position: absolute;
    border: solid 2px #006a50;
    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: #006a50;
    width: 0px;
    height: 2px;
    transition: all 0.3s ease;
    transform: rotate(-45deg);
}
.enquiry p{font-size:38px;letter-spacing:-1px;}
.habt1{display:flex;flex-wrap:wrap;flex-direction:column;background:var(--yellow);padding:20px;padding-bottom:40px;border-radius:5px;z-index:9;margin-top:-120px;}.habt1 img,.abtvideo img{object-fit:cover;width:100%;}
.habt1 a{margin-bottom:30px;}.habt1 h3{font-weight:500;}.habt1 p{color:#000;}.larrow li{position:relative;}
.vmicon::after,.tobottom::after,.larrow li::after{content:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cg transform="rotate(180 12 12)"%3E%3Cpath fill="%23066cb5" d="m10.875 19.3l-6.6-6.6q-.15-.15-.213-.325T4 12q0-.2.063-.375t.212-.325l6.6-6.6q.275-.275.688-.287t.712.287q.3.275.313.688T12.3 6.1L7.4 11h11.175q.425 0 .713.288t.287.712q0 .425-.287.713t-.713.287H7.4l4.9 4.9q.275.275.288.7t-.288.7q-.275.3-.7.3t-.725-.3Z"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');position:absolute;right:0;bottom:-7px;}
.vmicon{display:inline-flex;align-items:center;position: relative;padding-right:30px;color:var(--blue);transition:all 0.3s ease;}.vmicon:hover{color:#000;}
.vmicon:hover::after,.tobottom:hover::after{filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(252deg) brightness(10%) contrast(102%);}
.carrows i {
    transition: all 0.3s ease;
    background: #1C1A30;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
    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;
}
.swiper-slide img{transform: scale(0.85);transition:all 0.3s ease;border-radius:20px;}.swiper-slide-active img{transform:scale(1);}

.flogo{display:flex;justify-content:space-between;}.flogo img{mix-blend-mode: multiply;}
.fbicon::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 24 24'%3E%3Cpath fill='%23192751' d='M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12c0 4.84 3.44 8.87 8 9.8V15H8v-3h2V9.5C10 7.57 11.57 6 13.5 6H16v3h-2c-.55 0-1 .45-1 1v2h3v3h-3v6.95c5.05-.5 9-4.76 9-9.95'/%3E%3C/svg%3E");
}
.twiticon::after{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath fill='%23192751' d='M18.205 2.25h3.308l-7.227 8.26l8.502 11.24H16.13l-5.214-6.817L4.95 21.75H1.64l7.73-8.835L1.215 2.25H8.04l4.713 6.231zm-1.161 17.52h1.833L7.045 4.126H5.078z'/%3E%3C/svg%3E");
}
.instaicon::after{
content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23192751' d='M512 378.7c-73.4 0-133.3 59.9-133.3 133.3S438.6 645.3 512 645.3S645.3 585.4 645.3 512S585.4 378.7 512 378.7M911.8 512c0-55.2.5-109.9-2.6-165c-3.1-64-17.7-120.8-64.5-167.6c-46.9-46.9-103.6-61.4-167.6-64.5c-55.2-3.1-109.9-2.6-165-2.6c-55.2 0-109.9-.5-165 2.6c-64 3.1-120.8 17.7-167.6 64.5C132.6 226.3 118.1 283 115 347c-3.1 55.2-2.6 109.9-2.6 165s-.5 109.9 2.6 165c3.1 64 17.7 120.8 64.5 167.6c46.9 46.9 103.6 61.4 167.6 64.5c55.2 3.1 109.9 2.6 165 2.6c55.2 0 109.9.5 165-2.6c64-3.1 120.8-17.7 167.6-64.5c46.9-46.9 61.4-103.6 64.5-167.6c3.2-55.1 2.6-109.8 2.6-165M512 717.1c-113.5 0-205.1-91.6-205.1-205.1S398.5 306.9 512 306.9S717.1 398.5 717.1 512S625.5 717.1 512 717.1m213.5-370.7c-26.5 0-47.9-21.4-47.9-47.9s21.4-47.9 47.9-47.9s47.9 21.4 47.9 47.9a47.84 47.84 0 0 1-47.9 47.9'/%3E%3C/svg%3E");
}
.yicon::after{
content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 16 16'%3E%3Cpath fill='%23192751' d='M8.051 1.999h.089c.822.003 4.987.033 6.11.335a2.01 2.01 0 0 1 1.415 1.42c.101.38.172.883.22 1.402l.01.104l.022.26l.008.104c.065.914.073 1.77.074 1.957v.075c-.001.194-.01 1.108-.082 2.06l-.008.105l-.009.104c-.05.572-.124 1.14-.235 1.558a2.01 2.01 0 0 1-1.415 1.42c-1.16.312-5.569.334-6.18.335h-.142c-.309 0-1.587-.006-2.927-.052l-.17-.006l-.087-.004l-.171-.007l-.171-.007c-1.11-.049-2.167-.128-2.654-.26a2.01 2.01 0 0 1-1.415-1.419c-.111-.417-.185-.986-.235-1.558L.09 9.82l-.008-.104A31 31 0 0 1 0 7.68v-.123c.002-.215.01-.958.064-1.778l.007-.103l.003-.052l.008-.104l.022-.26l.01-.104c.048-.519.119-1.023.22-1.402a2.01 2.01 0 0 1 1.415-1.42c.487-.13 1.544-.21 2.654-.26l.17-.007l.172-.006l.086-.003l.171-.007A100 100 0 0 1 7.858 2zM6.4 5.209v4.818l4.157-2.408z'/%3E%3C/svg%3E");
}
.linkedinicon::after{
	content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath fill='%23192751' d='M6.94 5a2 2 0 1 1-4-.002a2 2 0 0 1 4 .002M7 8.48H3V21h4zm6.32 0H9.34V21h3.94v-6.57c0-3.66 4.77-4 4.77 0V21H22v-7.93c0-6.17-7.06-5.94-8.72-2.91z'/%3E%3C/svg%3E");
}
.faddress{background:var(--yellow);padding:40px 0px;}.fadrow img {width:280px;height:auto;}
.mt2 {
    margin-top:20px;
}
.subbanner{background:url(images/treatmentbg.png) no-repeat;background-size:cover;height:100%;
background-position: center !important;}
.subbanner{height:350px;display: flex;align-items: center;}
.sub-head {height:200px;display:flex;align-items:end;z-index: 99;position: relative;}.sub-head p a {color: #f4c433;}
.sub-head  h2{font-weight:800;color:#fff;margin:0px 0px 20px 0px;}
.sub-head div{margin:10px 0px;}
.b-active, .sub-head{color:#ccc;}
.subbanner .container{display:flex;flex-direction:column;gap:30px 0px;margin-top:50px;}
.subbanner .ch1{color:var(--lgreen);font-weight:600;letter-spacing:-2px;}
.f18{font-size:18px;line-height:20px;}.orcolor{color:var(--orange);}
.sicons a::before{content:'';position:absolute;width:100%;height:0%;bottom:0;background:#02914747;transition:all 0.3s ease;}
.sicons a:hover:before{height:100%;}

.tdetails{display:grid;grid-template-columns:25% 70%;justify-content:space-between;align-items:flex-start;}
.mb2{margin-bottom:20px !important;}
.f22{font-size:24px;line-height:28px;}
.my4{margin:40px 0px;}
.rletter{list-style-type:upper-roman;padding-left:15px;}
.faq-singular>h3 {
    font-size:20px;font-weight:500;
    padding: 20px 35px 20px 20px;
    transition: .2s linear;border-bottom:2px solid #fff;
    display: flex;color:#595959;
    align-items: center;
    justify-content: space-between;
    position: relative;background:#EFF8F9;
}
.faq-singular i {
    position: absolute;
    right: 5px;
}
.mb3 {margin-bottom:30px;}
.fa-plus {
    content:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="30" height="30" viewBox="0 0 24 24"%3E%3Cpath fill="%23595959" d="M5 13v-1h6V6h1v6h6v1h-6v6h-1v-6H5Z"%2F%3E%3C%2Fsvg%3E');
    transition: all 0.3s ease;
}
.faq-singular.active .fa-plus{content:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="30" height="30" viewBox="0 0 21 21"%3E%3Cpath fill="none" stroke="%23595959" stroke-linecap="round" stroke-linejoin="round" d="M5.5 10.5h10"%2F%3E%3C%2Fsvg%3E');}
.faq-answer{padding:20px;}.faq-answer{display: none;}.factive {display: block;}.mb10{margin-bottom:10px;}.f500{font-weight:500;}
.tsticky a{padding:15px 35px 15px 15px;display:inline-flex;border-bottom:1px solid #D9D9D9;width:100%;position:relative;align-items: center;
transition:all 0.3s ease;}

.tsticky a::after{content:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="20" height="20" viewBox="0 0 40 40"%3E%3Cg transform="rotate(180 20 20)"%3E%3Cpath fill="%23595959" 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');position:absolute;right:10px;line-height:1;}

.tsticky{position:sticky;top:150px;z-index:99;}
.tsticky a.active{background:#EFF8F9;border-color:#EFF8F9;color:#00AFB9;}
.tsticky a.active::after{filter: invert(44%) sepia(98%) saturate(1100%) hue-rotate(148deg) brightness(94%) contrast(101%);}



.header-logo img {width: 350px;height: auto;}.side-menu-close {display:none !important;}

.call::after {
    content: '';
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 24 24'%3E%3Cpath fill='%23192751' d='m7.057 2.418l1.167-.351a2.75 2.75 0 0 1 3.302 1.505l.902 2.006a2.75 2.75 0 0 1-.633 3.139L10.3 10.11a.25.25 0 0 0-.078.155c-.044.397.225 1.17.846 2.245c.45.781.859 1.33 1.206 1.637c.243.215.376.261.433.245l2.01-.615a2.75 2.75 0 0 1 3.034 1.02l1.28 1.776a2.75 2.75 0 0 1-.338 3.605l-.887.84a3.75 3.75 0 0 1-3.587.889c-2.754-.769-5.223-3.093-7.435-6.924C4.57 11.147 3.792 7.843 4.51 5.07a3.75 3.75 0 0 1 2.548-2.652m.433 1.437a2.25 2.25 0 0 0-1.53 1.59c-.602 2.332.087 5.261 2.123 8.788c2.034 3.522 4.223 5.583 6.54 6.23a2.25 2.25 0 0 0 2.152-.534l.886-.84a1.25 1.25 0 0 0 .154-1.639l-1.28-1.775a1.25 1.25 0 0 0-1.38-.464l-2.015.617c-1.17.348-2.231-.593-3.371-2.568c-.77-1.33-1.128-2.36-1.038-3.161c.046-.416.24-.8.545-1.086l1.495-1.393a1.25 1.25 0 0 0 .287-1.427l-.901-2.006a1.25 1.25 0 0 0-1.501-.684z'/%3E%3C/svg%3E");
   position: absolute;
    border: 2.5px solid var(--dblue);
    border-radius: 50%;
    width: 27px;
    height: 27px;
    padding: 5px;
    left: 0;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}

.mail::after {
    content: '';
    background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%23192751" d="m16.484 11.976l6.151-5.344v10.627zm-7.926.905l2.16 1.875c.339.288.781.462 1.264.462h.017h-.001h.014c.484 0 .926-.175 1.269-.465l-.003.002l2.16-1.875l6.566 5.639H1.995zM1.986 5.365h20.03l-9.621 8.356a.612.612 0 0 1-.38.132h-.014h.001h-.014a.61.61 0 0 1-.381-.133l.001.001zm-.621 1.266l6.15 5.344l-6.15 5.28zm21.6-2.441c-.24-.12-.522-.19-.821-.19H1.859a1.87 1.87 0 0 0-.835.197l.011-.005A1.856 1.856 0 0 0 0 5.855v12.172a1.86 1.86 0 0 0 1.858 1.858h20.283a1.86 1.86 0 0 0 1.858-1.858V5.855c0-.727-.419-1.357-1.029-1.66l-.011-.005z"%2F%3E%3C%2Fsvg%3E');
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
}

.call, .mail {
    position: relative;
    padding-left: 60px;
	font-size: 18px;
	line-height:26px;
    font-weight: 700;
    align-items: center;
    display: flex;
}
.clr-row {height: 5px;display: grid;grid-template-columns: 60% 10% 30%;}
.clr-row .clr:nth-child(1) {background-color:#039147;}
.clr-row .clr:nth-child(2) {background-color:var(--lgreen);}
.clr-row .clr:nth-child(3) {background-color:var(--dblue);}
.mcm {display:none;}





/* static */
.pad-space{
	padding:100px 0px;
}
.text-center{
	text-align:center;
}
.statistics-wrap{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0px 50px;
	    /* padding: 40px 0px; */
    gap: 4%;
    justify-content: space-between;
}
.pt-0{
	padding-top:0px !important;
}
.pb-0{padding-bottom:0px !important;}
.sts-d{
	    height: 100%;
    padding: 35px 20px;
	position:relative;
}
.sts-d::after{
content: '';
    position: absolute;
    left: 21px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 1px dashed #5e5e5e;
}
.sts-d .cont{
	    width:auto;
    position: relative;
    left: -20px;
    z-index: 2;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;

    background: #ffff;
}
.cont .c-num {
    font-size: 55px;
    font-weight: 700;
    color: #006a50;
}
.cont .c-des{
	    font-size: 22px;
    color: #006a50;
	    margin-left: 15%;
    font-weight: 600;
    width: 50%;
    text-align: center;
}
.content-wrap{
	/* padding:40px 0px; */
	display:grid;
	grid-template-columns:50% 50%;
}
.con-des-wrap{
	    display: flex;
    flex-wrap: wrap;
	    gap: 20px;
    justify-content: space-between;
}
.gap30{gap:30px;}
.con-h h2{
	    font-size: 50px;
    line-height: 58px;
    font-weight: 600;
    color: #006a50;    letter-spacing: -2px;
}
.owl-carousel .owl-stage-outer {
padding-bottom: 8px;}
.con-p{
	    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
	width:80%;
}
.con-p p{
	    line-height: 30px;
    font-size: 20px;
    font-weight: 400;
	min-width:80%;
	    width: 100%;
    color: #616a89;

}
.certi-sec  .sub-hed{
	font-weight:600;
}
.sub-hed{
	font-size: 46px;
	position: relative;
	margin-bottom:50px;
    z-index: 4;
    line-height:50px;
    font-weight: 400;
    color: #006a50;
    letter-spacing: -1px;
}
.o-img img{object-fit:cover;height:100%;}
.o-img ,.t-img ,.o-img  img, .t-img div  img  {
	width:100%;
	}
.t-img div  img {
	width:100%;
	height: 100%;
    object-fit: cover;
}
.con-img-wrap{
	display:flex;
	gap:20px;flex-wrap:wrap;height: fit-content;
}
.t-img {
    display: flex;
    gap: 20px;
}
.products-wrap{
	margin:40px 0px 0px;
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap: 65px 25px;

}
.owl-dots {
    text-align: center !important;
    margin-top: 20px !important;
}
.cdots .owl-dot.active {
    background:  #006a50!important;
}

.owl-carousel .owl-dot {
border-radius: 0 !important;
    width: 40px !important;
    height: 4px !important;
    margin: 0px 10px !important;
}

.blog-sec .owl-carousel .owl-dot {
border-radius: 0 !important;

    margin: 0px 10px !important;
}
.crounds .owl-dot.active {
    background: #006a50 !important;
}
.blog-sec .owl-dots {
    text-align: center !important;
    margin-top: 30px !important;
}
.con-img-wrap-2{
		display:none;
	}
	.imgslider  .owl-dots{
		margin-top:20px !important;
	}
/* .certi-sec .owl-carousel.owl-loaded { */
    /* display: grid !important; */
/* } */
.testi-sec .owl-dots {
    position: relative;
    text-align: right !important;
    margin-top: -40px !important;
    z-index: 24;
	    margin-right: 70px;
}
.spec-sec .owl-dots {
    text-align: center !important;
    margin-top: 20px !important;
}
.spec-sec .owl-dot.active {
    background: #006a50 !important;
}
.exibition-sec .owl-dots {
    text-align: center !important;
    margin-top: 20px !important;
}
.ldots .owl-dot.active {
    background: #006a50 !important;
}
.association .owl-dot.active {
    background: #006a50 !important;
}
.spec-sec  .stepslider .owl-stage-outer .owl-stage .active{
    background: #fafeff;
}
.associ-wrap .owl-dots {
    position: relative;
    text-align: right !important;
    margin-top: -25px !important;
    z-index: 24;
    margin-right: 0px  !important;
}
.products-sec .owl-dots {
    text-align: center !important;
    margin-top: 40px !important;
}
.pd-img{
	padding:0;
}
.brnd {
	font-size:26px;
	color:#fff;
	/* color:#006a50; */
	font-weight:600;
	margin:0px 0px 12px 0px;
	padding-top: 30px;
}
.pro-tit{
	font-size:30px;
	/* color:#006a50; */
	color:#fff;
	font-weight:600;
}
.b-wrap{
    display: grid;
    grid-template-columns: 75% 25%;
    justify-items: end;
    margin-top: 40px;
    align-items: center;
}
.b-wrap .btnwrap{
	margin:0px;
}
.b-wrap-p p{
	font-size: 20px;
	line-height: 28px;
    color: #636c88;
}
.spec-wrap{
	display:grid;
	grid-template-columns:55% 45%;
}
.specs-type-wrap{
	    padding:0 70px 40px 40px;
		display:grid;

		gap:20px;
}
.product-grid {grid-template-columns: repeat(2, 1fr);padding: 0 30px 0 0;}
.spec-title{
    background: url(images/towels.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    position:relative;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
}
.signature-yarn  .spec-title{
background:url(images/signature-yarn.webp);    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    position:relative;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;}
.spec-title::after{
	content:'';
	position:absolute;
	    top: 0px;
    height: 100%;
	    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    width: 100%;
    right: 0px;
    background: linear-gradient(#48474700, transparent); ;
}
.spec-title div{
	    width: 70%;
    margin: 80px auto 0px;
}
.nowrap {text-wrap:nowrap;}
.spec-wrap .spec-title div {width:90%;margin:40px auto 0;}
.sticky-nav-sec{background:#fff;position:sticky;top:100px;z-index:5}.sticky-nav{display:flex;gap:150px;justify-content:center;}
.sticky-nav div{margin:12px 0px;}
.sticky-nav div a{display:flex;gap:10px;align-items:center;font-weight: 500;transition:0.3s linear;}.sticky-nav div a svg{width:22px;height:22px;transition:0.3s linear}.sticky-nav div a.active:after{content:'';position:absolute;bottom:-9px;left:0px;height:1px;width:100%;border-bottom: 2px dashed #039147 }.sticky-nav div a.active{color: #036330;font-weight: 500;position:relative;}.sticky-nav div a.active svg{fill:#039147}.sticky-nav div a:hover{color: #039147;font-weight: 500;}
.sticky-nav div a:hover svg{fill:#039147}
.process-wrp{display:grid;height:100%;grid-template-columns:repeat(3,1fr);gap:20px;}.process-div{position:relative;background:#f7f9ff;padding:40px;cursor:pointer;border-top-left-radius: 40px;}.step-n{border-radius:50%;transition:0.3s linear;background:#e2e7f6;padding:30px;font-size:22px;color:#000;height:30px;width:30px;display:flex;justify-content:center;align-items:center;}

/* .process-div::after{content:'';position:absolute;top:0px;left:0px;height:100%;    background-size: contain; */
    /* opacity: 0.09; */
    /* width: 100%; */
    /* background-position: center; */
    /* /* background-image: url(images/surya-spinners-bg.png); */ */
	/* } */
.process-div:hover .step-n{background:#006a50;color:#fff;}
.process-div h2{line-height:26px;}
.mb10{margin-bottom:10px;}.pb0{padding-bottom:0;}
.applicat{display:flex;gap:10px;}
.specs{

    display: flex;
    width: 85%;
	cursor: pointer;
    gap: 30px;
	border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
    padding: 30px 25px;
	transition:0.3s linear;
	  border:1px solid #e2e7f6;
}
.product-grid .specs {border-radius:30px !important;width: 100%;border: 1px solid #DCDFE7;display: block;background-color: #E9F9FE;}
.product-grid .specs:hover {background-color:#F6FDFF;}
.product-grid .specs .specs-num {margin-bottom:15px;    z-index: 2;
    position: relative;}
.product-grid .specs .specs-des {z-index: 4;
    position: relative;}
.product-grid .specs .specs-des p {margin-top: 45px;color: #383838;}
    .product-grid .specs .specs-des h3 {
        color: #006a50;
        font-weight: 700;
        font-size: 24px;
    }
.advantage-sec .spec-title, .advantage-sec .spec-title::after  {border-radius: 35px;}
.product-grid .specs .specs-num p {background-color: #fff;
    color: #006a50;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;font-weight: 500;}
.specs:hover{
  border:1px solid #e2e7f6;
  background:var(--yellow);
}
.specs-num p{
	    font-size: 30px;
    padding-top: 5px;
	font-weight:400;
	color:var(--lgreen);
}
.specs-des h3{
	position:relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 25px;
    color: #383838;
}
.specs-des h3::after{
	content: '';
    position: absolute;
    top: 34px;
    width: 100%;
    left: 0px;
    height: 2px;
    background: linear-gradient(to right, #c3bdbd, #e6e6e6, transparent);
}
.specs::after{    content: '';
    /* background-image: url(images/unmatched-comfort.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;transition:.2s linear;
    left: 0;
    border-radius: 30px;
    z-index: 0;opacity:0;}
/* .specs:nth-child(2)::after {background-image: url(images/high-quality.jpg);}
.specs:nth-child(3)::after {background-image: url(images/breathability.jpg);}
.specs:nth-child(4)::after {background-image: url(images/sustainability.jpg);} */

	.specs:hover::after {opacity:1;}
.specs {transition:.2s linear;position: relative;}
.specs:hover::before {
        content: '';
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    right: 0px;
    background: linear-gradient(transparent, #fff);
    border-radius: 30px;
    z-index: 3;
}
.report-wrap{
	display:flex;
	position:relative;
}
.plus{
	position:relative;
}
.plus::after{
	content:'+';
	position:absolute;
}
.report-sec{
		    margin-top: 100px;
	    background: url(images/infra.jpg);
		background-size:cover;
  margin-bottom: 80px;
  padding:0px;
  position:relative;
}
.pspace.exibition-sec {padding-top:80px;}
.ex-bgclr{background-color:#f6f6f6;}


.report-hed h2{    margin-top: 420px;
    color: #fff;
	font-weight: 700;}
.report-sec .container{position:relative;z-index:3;}
.report-sec::after{
	content:'';
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgb(21 21 21 / 15%);

}
.signature-yarn .specs-type-wrap {padding:0;gap: 50px 20px;}
.sub-head p a{padding:0px 7px;}
.sub-head p span{padding:0px 7px;}
.report-sec-d {
    height: 390px;
    width: 440px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    position: absolute;
    right: 0px;
    top: -100px;
    background: #006a50;
    justify-content: flex-end;
    gap: 60px;
    padding: 60px 40px;
}
.report-sec-d h3{
	    font-size: 40px;
		line-height: 40px;
    font-weight: 400;
    color: #b0b0b0;
}
.report-sec-d p{
	    font-size: 80px;
    color: #fff;
	font-weight: 500;
}
.certi-wrap{
	/* margin:60px 60px; */
	    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    text-align: center;
    width: 60%;
    margin: auto;
}
.certi-sec{
	overflow:hidden;
}

.certi-wrap div, .product-d p{


	 transition:0.3s linear;
}
.product-d{
	padding:0;
	cursor:pointer;
	transition:0.3s linear;
}
.product-d div img{
	transition:0.2s linear;    width: 100%;
}
.product-d .pd-img{
	padding-top:0px;
	overflow:hidden;
	margin:auto;display: flex;    flex-direction: column;
}
.product-d:hover p{
	color:#fff;
}
.product-d:hover .pd-img img{
	transform:scale(1.1);

}
.certi-wrap div img{
 transition:0.3s linear;
}
.certi-wrap .c-div:hover img{
	transform:scale(1.05);
}
.exibi-wrap{
	display:grid;
	grid-template-columns:repeat(2, 1fr);gap: 50px;
}
.s-tit{
	color:#000;
	font-weight:600;
}
.exi-des h3 {
       font-size: 38px;
    line-height: 45px;
    width: 71%;
	    margin: 40px 0px;

    font-weight: 700;
    color: #006a50;}
	.para{
	line-height: 30px;
    font-size: 22px;
    font-weight: 400;
    min-width: 75%;
    width: 75%;

    color: #616a89;
	}
	.exi-img img{
		width:100%;object-fit:cover;
	}
	.exi-img2{
	display:none !important;
}
.neve-page .exibi-wrap-2{margin:0px;}.mt15 {margin-top:15px;}
.exi-des	.btnwrap {
    display: flex;
    margin-top: 50px;
}
.exibi-wrap-2{
	margin:60px 0px 0px 0px;
	display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:40px;
}
.sm-exi{
	    display: grid;
    grid-template-columns: 55% 45%;
	padding:15px 25px;
	border: 1px solid transparent;
    border-radius: 0;
	transition:0.35s linear;
	cursor:pointer;
}
.neve-page  .sm-exi{
	    box-shadow: rgb(147 147 149 / 20%) 1px 0px 20px 0px;
}
.neve-page  .sm-exi:hover{
box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.s-tit{
	transition:0.3s linear;
}
.sm-exi:hover .s-tit{
	color:#e7ae00;
}
.sm-exi:hover .sm-exi-img img{
	    transform: scale(1.05);
}
.sm-exi-img{
    display: flex;
    position: relative;
	    overflow: hidden;
    align-items: center;
}
.sm-exi-img img{ width: 100%;
transition:0.3s linear;
    height: -webkit-fill-available;
    object-fit: cover;}
	.sm-exi-img p b {font-size:26px;}
    .sm-exi-img p {
        position: absolute;
        font-size: 20px;
        line-height: 26px;
        bottom: -1px;
        font-weight: 400;
        height: 50%;
        padding: 10px;
        left: 12%;
        color: #006a50;
        background: #fffbfb8c;
        backdrop-filter: blur(5px);
    }
/* .sm-exi-img p b{ */
	/* color:#000; */
/* } */
.sm-exi-des
	{
    padding: 25px 0px;
}
.sm-exi-des h3 {
    font-size: 22px;
	font-weight:600;
	margin-top:10px;
	color:#006a50;
	width:80%;
}
.products-sec ,.news-gallery{
	    background: #f6f6f6;
}
.blog-sec .sub-hed{
	font-weight:800;
}
.blogs-wrap {

    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}
.mb20{margin-bottom:20px;}
.b-list {position:relative;gap: 15px;display: grid;margin-top: 30px;}
.b-list li{padding-left:30px;}.b-list li::before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20px' height='20px' viewBox='0 0 256 256'%3E%3Cpath fill='%23031752' d='M232 220h-64.79a100 100 0 1 0-39.21 8h104a4 4 0 0 0 0-8M128 36a91.5 91.5 0 0 1 52.43 16.44a219.4 219.4 0 0 0-36.38 19.18a218.6 218.6 0 0 0-56.42-26.27A91.3 91.3 0 0 1 128 36M77.85 50.91a210.5 210.5 0 0 1 59 25.6a221 221 0 0 0-26.07 21.77A177.8 177.8 0 0 0 50.81 78a92.6 92.6 0 0 1 27.04-27.09M46.44 85.46a169.8 169.8 0 0 1 58.47 18.73a222 222 0 0 0-20.84 25.32a138.5 138.5 0 0 0-47.36-12.94a91.4 91.4 0 0 1 9.73-31.11m9.32 99.44A91.54 91.54 0 0 1 36 128c0-1.16 0-2.3.07-3.45a130.5 130.5 0 0 1 43.46 11.67a218.4 218.4 0 0 0-23.77 48.68m6.12 7A213.32 213.32 0 0 1 187.79 58.13a92.7 92.7 0 0 1 21.28 26.42a179.87 179.87 0 0 0-119.53 127a92.7 92.7 0 0 1-27.66-19.65M128 220a91.6 91.6 0 0 1-31-5.37A171.82 171.82 0 0 1 212.59 91.84a91.3 91.3 0 0 1 7.28 31.28A140.54 140.54 0 0 0 128.69 220Zm91.92-88.45a92.13 92.13 0 0 1-82.81 88a132.58 132.58 0 0 1 82.81-88'/%3E%3C/svg%3E");position:absolute;left:0;}

	.b-page-wrap{display:grid;grid-template-columns:60% 35%;justify-content:space-between;}.b-img{overflow:hidden;border-radius:20px;}.b-img img{object-fit:cover;width:100%;height:auto;}.b-content{padding:40px 0px ;}.b-content h2{font-weight:700;color:#192751;margin-bottom:30px;font-size: 30px;line-height:36px;}.b-content p{width:100%;}.blog-sticky{display:grid;gap:10px;}.blog-stic{position:sticky;top:120px;}.blog-nav h2{color:#006a50;margin-bottom: 20px;}.recent-blog{display:grid;grid-template-columns:35% 60%;border:1px solid transparent;align-items: center;padding:20px 10px;cursor: pointer;gap: 20px;border-top-right-radius: 35px;border-bottom-right-radius: 35px;transition:0.5s linear;}.recent-blog.active{border: 1px solid #e2e7f6;background: #edf6f9;}.recent-blog:hover{border: 1px solid #e2e7f6;background: #edf6f9;}.rec-b-img{height:100px;overflow:hidden;object-position:center;}.rec-b-img img{height:100px;width:100%;object-fit:cover;}.rec-b-cont p{position:relative;margin:10px 0px;}.rec-b-cont .b-des{font-size:18px;line-height:21px;}.rec-b-cont .b-tit{font-size:16px;line-height:24px;}.gallery-wrp{margin:20px 0px;}.gimg-wrp{width:80%;margin:auto;display: grid;grid-template-columns: repeat(4, 1fr);gap: 15px;}.gimg-wrp .img-d{width:auto;position:relative;overflow:hidden;}.gimg-wrp .img-d:hover .img-dis{opacity:1;}.gimg-wrp .img-d img{width:100%;height:100%;}.img-dis{position:absolute;display:flex;justify-content:center;align-items:center;transition:0.3s linear;top:0px;height:100%;width:100%;background:#302d2d9e;opacity:0;}.img-dis p{color:#fff;font-weight:500;font-size:22px;}
	.news-content .news-gallery h2 {    font-size: 38px;
    line-height: 45px;
    margin: 0px 0px 20px 0px;
    font-weight: 700;
    color: #006a50;}.exi-des h2{width:71%}
.blog-d img{
	width:100%;
}
.blog-d {position:relative;}
.blog-d:hover .b-des {color:var(--lgreen);}
.blog-d .b-des {transition:.3s linear;}
.blog-content .blogs-wrap{display:none;}
.b-tit{
    font-size: 18px;
    color: #232222;
    font-weight: 500;
}
.b-des{
	 width: 80%;
    font-size: 22px;
    line-height: 30px;
    color: #006a50;
	margin:10px 0px;
    font-weight: 600;
}
.testi-wrap{
	display:grid;
	grid-template-columns:60% 40%;
}
.testi-para-d {
    height: 300px;
    width: 100%;
    background:#f6f6f6;
    padding: 90px;
	margin-top:30px;
}
.testi-para-d p{
	font-size:24px;
	color:#465073;
	line-height:35px;
}
.association{
	padding:0px 40px;
}

.associ-wrap{
	display:grid;
	    margin: 60px 0px 0px 0px;
		padding:20px;
		    gap: 40px;
	grid-template-columns:repeat(2,1fr);
}
.association  .owl-carousel .owl-dot {

    margin: 0px 15px !important;
}
.testi .sub-hed,.association  .sub-hed{
	font-weight:700;
}
.vm-div{
	float: right;
    margin: 40px 20px  20px 20px;
}
.vm-div a{
	color:#465073
}.contact-wrp{display:grid;grid-template-columns:40% 60%;}.form-cont{padding:80px;background:url('images/form-bg.webp');background-repeat: no-repeat;background-size: cover;background-position: center;}.form-input input ,.form-input select{outline: none;padding: 15px 0px;color: #d4d4d4;font-size: 18px;background: transparent;width: 100%;border: none;border-bottom: 1px solid #ffffffd9;}.form-d{width: 80%;background: #006a50;padding: 20px;margin: auto;}.form-row{display: grid;grid-template-columns: repeat(2, 1fr);gap: 30px;width: 100%;}.form-input input::placeholder ,.form-input select::placeholder {color:#d4d4d4;}.form-d h2{Color:#d4d4d4;font-size:26px;font-weight:700;margin:0px 0px 20px 0px;}.form-input.fwidth textarea{padding:10px;outline: none;width:100%;height:200px;font-size:18px;resize: block;margin:30px 0px;color:#d4d4d4;background: transparent;border: 1px solid #fff;}textarea::placeholder{color:#d4d4d4;font-size:18px;}
.addres-cont {display: flex;align-items:center;justify-content:center;}.contact-page p{margin:10px 0px 10px 15px;}.add-div{padding: 25px;}.add-div h2{font-size:40px;margin-bottom:30px;}
.blogimg {display:flex;}.b-img {display: flex;}


/* extra css starts */
.exibition-sec .np{width:75%;}
.process-img{opacity: 0.2;width:auto!Important;height:65px;margin-bottom: 20px;}
.process-wrp .owl-carousel .owl-item img {
    display: block;
    width: auto!important;
}
.time-container .content .num-change::after {top: 53px;}
.np-div{
	display:flex;gap:10px;
}
.con-para{width:100%!important;}
/* extra css ends */

@media (min-width: 481px) {
    .menqq li {
        list-style-type: none;
        border-radius: 30px 0px 0px 30px;
        height: 55px;
        padding: 0px 5px 0px 5px;
        margin: 15px 0px 15px -1px;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.3s ease-out;
        cursor: pointer;
        background: #fff;
        box-shadow: 0 0 8px 0 #d5d5d5;
        transform: translateX(-10px);
    }
	.menqq a {
        display: flex;
        align-items: center;
        gap: 0px 15px;
        padding-top: 7px;
    }
	    .menqq a span:first-child {
        background: #192751;
        border-radius: 50%;
        display: flex;
        align-items: center;
        height: 40px;
        justify-content: center;
        width: 40px;
    }
	    .menqq a svg {
        width: 30px;
        height: 30px;
    }
	    .menqq {
        display: none;
    }
	.menqq {
        position: fixed;
        right: 0;
        top: 45%;
        right: -125px;
        z-index: 999;
    }
	.menqq .cnow:hover {
        transform: translateX(-89px);
    }
	    .menqq .cnow.brochure:hover {
        transform: translateX(-125px);
    }
}


	@media(max-width:480px){
	    .menqq {
        display: grid;
        grid-template-columns: 100%;
        text-align: center;
        list-style-type: none;
        margin: 0px;
        background: #192751;
        position: fixed;
        bottom: 0;
        z-index: 9999;
        width: 100%;
        padding: 5px 0px;
    }
	.menqq a {
        line-height: 20px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        text-align: center;
        color: #fff;
        font-weight: 500;
        font-size: 14px;
        height: 100%;
    }
	    .menqq svg {
        width: 30px;
        height: 30px;
    }
	.cnow.enow.cont-now {margin: 0 -8px 0 2px;}
	

}


/* extra css ends */


/* contact us starts */
.call-mail{display:flex;flex-direction:column;gap:10px;margin: 30px 0px 0px;}.call-mail a{display:flex;transition:0.3s linear;color: #000;align-items:center;font-weight:600;gap:20px;width: fit-content;}.call-mail a:hover{color:var(--lgreen)}
.google-captcha{max-width:304px}option{color:#000;background: #fff;}.sub-btn{position:relative;overflow: hidden;display: inline-flex !important;height: auto;padding: 10px 25px;background:#006a50;border-radius: 18px;}.sub-btn::before {content: '';background: var(--lgreen);width: 120%;height: 0;padding-bottom: 120%;top: -110%;left: -10%;border-radius: 50%;transform: translate3d(0, 68%, 0) scale3d(0, 0, 0); z-index: -1 !important;}.form-input input, .form-input select {padding: 15px 8px;}.contact-page p {margin: 10px 0px 10px 0px;color: #192751;font-weight: 500;}.form-d {padding:40px;z-index: 11;}.sub-btn span{position:relative;z-index:23;font-weight:600;}.sub-btn:hover::before {transform: translate3d(0, 0, 0) scale3d(1, 2, 1);transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);}.sub-btn:hover span {animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;}.sub-btn:hover span {color: #fff !important;}.sub-btn::before, .sub-btn::after {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.form-input.fwidth textarea {resize:none;}.form-cont{display: flex;justify-content: center;position: relative;}
.ad-hed{font-size: 20px;font-weight: 600 !important;}.call-svg path ,.mail-svg rect ,.mail-svg path {transition:0.3s  linear;}
.call-mail a:hover .call-svg path{fill:var(--lgreen)}.call-mail a:hover .mail-svg path{stroke:var(--lgreen)}
.call-mail a:hover .mail-svg rect{stroke:var(--lgreen)}.ad-mp{width:100%;padding:40px;padding-bottom:0px;padding-left:0px;}.add-div{padding:0px;padding-bottom:40px;}
.add-div h2 {font-weight:700;}.sub-btn::after {content: '';background: var(--lgreen);transform: translate3d(0, -100%, 0);transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);z-index:-2;}
.form-d {position: absolute;width:70%;top: -100px;}.form-input.fwidth textarea {height:150px;font-family: 'Libre Franklin';}.contact-wrp {margin-top: 180px;height: auto;}
.sub-btn:hover::after {transform: translate3d(0, 0, 0);transition-duration: 0.05s;transition-delay: 0.4s;transition-timing-function: linear;}.main-menu a span {position: relative;display: flex;font-weight: 600;color: var(--dblue);font-size: 17px;font-family: "Libre Franklin", sans-serif;transition: all 0.3s ease;text-transform: capitalize;}.form-cont::after{content:'';position:absolute;background: linear-gradient(#a6f3cb 20%, transparent);height:100%;width:100%;top:0px;left:0px;}
/* contact us ends */



/* career starts */
.career-div p{font-size:20px;line-height:30px;font-weight:500;}.career-div .app-p{font-size:24px;line-height:30px;font-weight:500;}.career-form{background:#192751;width:60%;margin:auto;padding: 30px;margin: auto;position:relative;z-index:2;}.cform-row{display:grid;grid-template-columns: repeat(2, 1fr);gap: 30px;width: 100%;}label{color:#d4d4d4;}.attach-file{margin-top:30px;}.attach-file input{border-bottom:none;}.img-bg{background: url(images/white-terry-towel-branch-cotton-gray-background-1.jpg);
    position: relative;background-repeat: no-repeat;background-size: cover;}.img-bg::after {content: '';position: absolute;background: linear-gradient(#47474859 50%, transparent);height: 100%;width: 100%;top: 0px;left: 0px;}.care-for-hed{font-weight:600;color:#fff;}.sub-btn {position: relative;overflow: hidden;display: inline-flex !important;height: auto;padding: 10px 25px;background: #006a50;border-radius: 0;}.form-input.fwidth textarea {height:150px;font-family: 'Libre Franklin';resize:none;}option {color: #000;background: #fff;}.grey-bg{background:#f6f6f6;}
/* career ends */

/* about us starts */

.timeline {position: relative;width: 100%;max-width: 1140px;margin: 0 auto;padding: 15px 0;}
.timeline::after {content: '';position: absolute;width: 2px;background: #a1a1a1;top: 0;bottom: 0;left: 50%;margin-left: -1px;}
.time-container {padding: 15px 30px;position: relative;background: inherit;width: 50%;}.time-container.left {left: 0;}.time-container.right {left: 50%;}
.time-container::after {content: '';position: absolute;width: 16px;height: 16px;top: calc(50% - 8px);right: -10px;background: #a1a1a1;border: 2px solid #a1a1a1;border-radius: 16px;
z-index: 1;}.time-container.right::after {left: -10px;}.time-container::before {content: '';position: absolute;width: 50px;height: 2px;top: calc(50% - 1px);right: 8px;background: #a1a1a1;z-index: 1;}.time-container.right::before {left: 8px;}.time-container .date {position: absolute;display: inline-block;top: calc(50% - 8px);text-align: center;font-size: 24px;font-weight: bold;color: var(--dblue);text-transform: uppercase;letter-spacing: 1px;z-index: 1;}.time-container.left .date {right: -120px;}
.time-container.right .date {left: -120px;}.time-container .icon {position: absolute;display: inline-block;width: 40px;height: 40px;padding: 9px 0;top: calc(50% - 20px);
  background: #a1a1a1;border: 2px solid #a1a1a1;border-radius: 40px;text-align: center;font-size: 18px;color: #006E51;z-index: 1;}.time-container.left .icon {right: 56px;}
.time-container.right .icon {left: 56px;}.time-container .content {padding: 30px 90px 30px 30px;background: #edf6f9;position: relative;border-radius: 0 500px 500px 0;}
.time-container.right .content {padding: 30px 30px 30px 90px;border-radius: 500px 0 0 500px;}.time-container .content h2 {margin: 0 0 10px 0;font-size: 20px;line-height:26px;font-weight: 600;color: #383838;position: relative;}.time-container .content p {margin-top:25px;line-height: 22px;color: #000000;}
.time-container .content h2::after {content: '';position: absolute;top: 34px;width: 100%;left: 0px;height: 2px;background: linear-gradient(to right, #c3bdbd, #e6e6e6, transparent);}
.date-mob {display:none;}.mission-grid {display: flex;width: 100%;background: #edf6f9;border-radius: 500px 0 0 500px;padding: 40px;border-right: 5px solid var(--dyellow);gap: 35px;}.w60 {width:70%;margin:auto;}
.vission-grid {display: flex;width: 100%;align-items: center;margin-top:0;background: #edf6f9;border-radius: 0 500px 500px 0;padding: 40px;border-left: 5px solid var(--dyellow);gap: 35px;justify-content:space-between;} .mission-grid .vimg {text-align:center;align-items: center;display: flex;}.vission-grid .vimg {text-align:center;}.vsn-fl {display:flex;justify-content:end;}
.vission-grid .sub-hed, .vission-grid p {text-align:start;}.vission-grid p, .mission-grid p {font-size: 16px;line-height: 28px;color: #6e6e6e;}
.vimg svg {width:70px;height:auto;}.misson-hed {display: grid;grid-template-columns: repeat(2, 1fr);gap: 40px;}.pt0 {padding-top:0 !important;}
.pro-tab tr:hover {background-color:#f1f1f1;}.pro-tab tr {transition:.3s linear;}

/* about us ends */


/* signature yarn css starts */
.sticky-nav .pro-link{display:none;}
.sticky-nav-sec {background: #fff;box-shadow: 0px 2px 4px 1px #efeeee;}.process-div:hover .step-n{background: #ebbf38cc;}
	.product-wrp{display:grid;grid-template-columns: 25% 70%;justify-content: space-between;}.process-div::after{background-size: contain;background-repeat: no-repeat;}
	.product-nav{position:sticky;top:180px;height: fit-content;display:flex;flex-direction:column}.pro-link a {display: flex;align-items: center;justify-content: space-between;font-size:18px;font-weight:600;padding: 15px 15px 15px 15px;border-bottom: 1px solid #fff;transition:0.3s linear;cursor:pointer;}
	.pro-tab{width:90%;}.product-nav div:first-child{padding:15px 10px;}.product-nav div h3{font-size:22px;}
	.pro-link a{display:flex;justify-content:space-between;align-items:center;width:100%;}
	.pro-link .active{color:var(--dblue);}.pro-link:hover{color:var(--dblue);}.pro-tab{border-collapse:collapse;}.pro-tab td{padding:15px 25px;border-bottom:1px solid #dcdbdb;transition:0.3s linear;}
	.specification .specs-type-wrap{grid-template-columns:repeat(2,1fr)}.hlpara {font-size: 20px !important;font-weight: 500 !important;line-height: 30px !important;margin-bottom:30px;}
/* signature yarn css ends */


/* infrastructure starts */
.infra-sec .t-img {display: grid;grid-template-columns:30% 68%;}.pad-container{padding-left:8%;}
/* infrastructure ends */

/* sustainability starts */
.product-wrp{display:grid;grid-template-columns: 20% 70%;height:100%;justify-content: space-between;}.process-div::after{background-size: contain;background-repeat: no-repeat;}
	.product-nav{position:sticky;top:180px;height: fit-content;display:flex;flex-direction:column}.pro-link a{display: flex;align-items: center;justify-content: space-between;font-size:18px;font-weight:600;padding: 15px 15px 15px 15px;border-bottom: 1px dashed #1d2a54;transition:0.3s linear;cursor:pointer;}
	.pro-tab{width:90%;margin-top:30px;box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;border-radius: 20px;overflow: hidden;}.product-nav div:first-child{padding:15px 10px;}.product-nav div h3{font-size:22px;}
	.pro-link a.active{color:var(--dblue);background:#eaf9fe;}.pro-link a:hover{color:var(--dblue);background:#eaf9fe;}
	.con-p .sus-para p{line-height: 31px;width: 90%;margin:20px 0px;font-size: 20px;color:var(--dblue);}.content-section.active {position:relative;/* Show the active section */z-index:2;opacity:100%;}
    .eco-conte h3,.eco-conte p{width:100%;margin:0px;}.eco-conte h3 {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 20px;
    }.eco-conte p{font-size:18px;line-height:24px;}
	.eco-wrap{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;}.sustainability .con-des-wrap .econ-main{width:100%;}

    .ecod{    display: grid
        ;
            align-content: start;
            align-items: start;
            gap: 20px;
            transition: 0.3s linear;
            background: transparent;
            justify-content: start;
            border-top-left-radius: 0;
            border-bottom-left-radius: 100px;
            border: 1px solid #f4c433;
            padding: 30px 30px 30px 70px;
            cursor: pointer;}

    .eco-icon{background: #f4c433;width: 60px;height: 60px;border-radius:50%;display:flex;justify-content:center;align-items:center;}
	.ecod:hover{background:linear-gradient(302deg, white, #fff7db69 50%);}
	.goals{display: grid;grid-template-columns: 30% 60%;justify-content:space-between;}
	.go-div ul{margin-top:30px;}.go-div li{color:#616a89;font-size:18px;margin:10px;list-style:disc;}.db-1220{display:none;}
	.eco-wrap2{width:100%;display: grid;grid-template-columns:30% 30%;gap: 50px;margin: 50px 0px 0;justify-content: center;}	.goal-objective{background: #f1f1f1;}
	.go-div-wrp{margin: auto;display: flex;gap:50px;justify-content: flex-end;}.go-div{padding:0;}.go-div h3 {color: #192751;font-size: 26px;line-height: 32px;}
	.eco .owl-dots {text-align: center !important;margin-top: 20px !important;}.stepslider .specs-des h3::after {background:none;}
/* sustainability ends */
/* header btn starts */
.mbtn2 .enbtn {background:#006a50;padding: 9px 24px;color: #2a344c;border-radius:0;}.mbtn2 .enbtn span {color: #ffffff !important;}
.mbtn2 .enbtn:before, .mbtn2 .enbtn:after {display:none;}
/* header btn ends */
.abt-testi .testi-para-d p {font-size: 16px;line-height:28px;}
.abt-testi .testi-para-d {padding:50px;height:auto;}
.tefl {display: flex;align-items: self-start;justify-content: space-between;margin-top:50px;}
.abt-testi .tefl img {width:120px ;}
.abt-testi .owl-dots {margin-top: 30px !important;margin-right: 0;}.abt-testi .owl-dots.disabled {display: block;}
.neve-page .pad-space.about-sec {padding:20px!important;}
.product-d {position:relative;}
.yarn-sec p {font-size:16px !important;line-height:24px !important;}.yarn-sec .hlpara {font-size: 20px !important;line-height: 30px !important;}
.go-div li {margin-bottom: 20px;}
.blogimg {margin-bottom: 15px;}
.stat-section {padding:20px 0;}
.form-input .sub-btn {width: auto;border: none;background-color: #09d26c;color: #006a50;padding: 10px 25px;cursor: pointer;border:1px dashed #fff;font-family: "Libre Franklin", sans-serif;font-size: 16px;font-weight: 500;transition:.3s linear;}
.form-input .sub-btn:hover {background-color: #039147;color: #ffffff;}
/* slider arrow starts */
.blogslider {position: relative;}
.blogslider .owl-nav button {position: absolute;bottom: 60%;background-color: #f1f1f1 !important;width: 47px;height: 47px;border-radius: 50%;display: flex;align-items: center;justify-content: center;left: -23px;border: 1px solid #cfcfcf !important;transition: .3s linear;}
.blogslider .owl-nav .owl-next {right: -25px;left: auto;transition: .3s linear;}
.blogslider .owl-nav .owl-next:hover, .blogslider .owl-nav .owl-prev:hover {background-color: #006a50 !important;border: 1px solid #006a50 !important;}
.blogslider .owl-nav .owl-next:hover svg path, .blogslider .owl-nav .owl-prev:hover svg path {stroke: #fff;}
.pb0{padding-bottom:0px !important;}
.team-wrp{display:grid;grid-template-columns:50% 40%;gap:5%;}.team-cont{display:flex;gap:25px;flex-direction:column;}.team-cont p{margin:0px 0px 20px;font-size:18px;line-height: 27px;}.team-cont .para{font-size:20px;}

.team-mem{display:grid;grid-template-columns:repeat(3,1fr);justify-content:space-around;gap: 15px;}.team-mem .name{font-weight:500;color:#192751;font-size:17px;}.team-mem .pos{font-size:14px;}.team-mem p{text-align:center;}
.hondesk{
    display: none;
    margin-top: 5px;
}
.rd-wr{
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 25px;
    margin-left: 4.5%;
	color:#006a50;
	transition:0.2s linear;
}.rd-wr:hover{gap:10px;}
.rd-wr .rdmr{color:#028742;
	transition:0.3s linear;}
.rd-wr:hover .rdmr{color:#ffc000;
	transition:0.3s linear;}
	.mb0{margin-bottom:0px !important;}
	.sus-m-img{min-height:300px;}
/* slider arrow ends */

.behind-yarns .con-para {line-height: 28px;font-size: 22px;font-weight: 600;}
.behind-yarns .con-h {width: 100%;}
.behind-yarns .content-wrap {grid-template-columns: repeat(2, 1fr);gap: 50px;}
.behind-yarns .btnwrap {margin-left: 30px;}
.productslider .product-d .yarn-tps {background: var(--dblue);}.productslider .yarn-tps  {transition:.2s linear;padding: 0 25px 25px;}
.advantage-sec .btnwrap {justify-content: right;    position: absolute;
    top: 75px;
    right: 8%;}.advantage-sec {position: relative;}

.stepslider .owl-stage {display: flex;align-items: stretch;}
.stepslider .owl-item {    border: 1px solid #e2e7f6;}
.vmdic {margin-bottom: 60px;}
.mb25 {margin-bottom: 25px !important;}
.mt0 {margin-top: 0 !important;}

.time-container .content:hover {background: rgb(244 196 50 / 40%);}.time-container .content {transition: .2s linear;}
.sp-sticky {padding: 5px 0;}

.csrh2 span {font-weight: 400;font-size: 26px;line-height: 32px;}
.ml0 {margin-left: 0 !important;}
.ch3 {font-size: 34px !important;line-height: 40px !important;}
.behind-yarns.csr .con-p {flex-direction:column;gap: 0;}
.w80 {width: 80%;margin: auto;}
.csr-over .con-h {justify-content: space-between;display: grid;}
.t-img>div {width: 100%;}
.t-imgnew {display: grid;grid-template-columns: 33% 65%;justify-content: space-between;gap: 20px;}
.t-imgnew img {object-position: center;}

.banner {position: relative;}
.banner .bslide2::after, .bslide3::after, .bslide4::after, .bslide5::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(25deg, #1b2952 20%, transparent 60%);
}
.banner .bslide1::after { content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(25deg, #caccd0 15%, transparent 60%); */
    }
.t-imgnew div img {height: 350px !important; }
.csr-over .content-wrap {flex-direction: column;}
.hmeglry .t-imgnew div img {    height: 180px !important;}
.hmeglry .o-img img {   height: 320px !important;}.hmeglry .o-img  {display: flex;}
.inf-d:hover, .infra .conc-div:hover {    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;}
.inf-d, .infra .conc-div, .inf-d img {transition: .2s linear;}
.inf-d:hover img {transform: scale(1.05);}
.inf-img {overflow: hidden;display: flex;}
.eco-friendsec {padding: 40px 0 !important;}

.mm2:hover .dm2 {    transform: scaleY(1);
    opacity: 1;
    visibility: visible;}
    .dm2.megamenu {
        right: 24%;
        top: 10.5%;
    }
    .megamenu {
        display: flex
    ;
        padding: 0px;
        background: #fff;
        position: fixed;
        z-index: 99999;
        width: 350px;
        top: 115px;
        left: auto;
        opacity: 0;
        transition: all 0.3s ease;
        transform: scaleY(0);
        box-shadow: 0px 0px 6px rgb(0 0 0 / 15%);
        align-items: flex-start;
        transform-origin: top left;
        border-radius: 0;
    }.dm2 .mwidth {
        grid-template-columns: 60% 35%;
    }.mwidth {
        width: 100%;
        display: grid
    ;
        grid-template-columns: 45% 45%;
        justify-content: space-between;
        align-items: center;
        margin: 0px auto;
        padding: 40px;
    }
    .dm2 .tab-menu, .mm1 .tab-menu {
        display: grid
    ;
        grid-template-columns: 100%;
        justify-content: space-between;
    }
    .megamenu li {
        border-bottom: 1px dashed #192751;
    }
    .megamenu a {
        padding: 10px 20px 10px 10px !important;
        display: flex
    ;    position: relative;
        width: 100%;
        gap: 0px 20px;
    }
        .tab-content>.tab-pane {
            display: none;
        }.dm2 .mwidth img {
            width: 250px;height: 200px;
            margin: 0px auto;
            padding: 0px;
        }.mimg img, .dm2 img {
            border-radius: 0;}
            .tab-content>.active {
                display: block;
            }.megamenu a:hover {color: var(--lgreen);}
.vm-div:hover a {color: var(--lgreen);}.mission-grid:hover, .vission-grid:hover  {background-color: #def7ff;}
.testi-para-d:hover { box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}.whyimges {padding: 0;border: none;}
.whyimges img {width: 55px;margin-bottom: 15px;opacity: 0.8;}
.textWrapper .btnwrap {margin-top: 50px;}
.pd-img::after {background: linear-gradient(0deg, var(--dblue), transparent);content: '';width: 100%;height: 100%;display: block;    z-index: 1;
    position: absolute;
    transform: translateY(0);
    /* transform: translateY(100%); */
    transition: .2s linear;}
.product-d:hover .pd-img::after {    transform: translateY(0);}
.pd-img {position: relative;}
.pos-relimg {position: relative;}
.pd-img p{    transform: translateY(0);
    width: 87%;
    height: 100%;
    display: block;
    position: absolute;opacity: 0;
    z-index: 23;
    margin: 0 25px;}
    .product-d:hover .pd-img p {transform: translateY(-20%);opacity: 1;}

 .t-img img:hover, .o-img:hover img, .exi-img:hover img, .blog-d:hover img, .nav-img-wrp:hover img {transform: scale(1.05);}
 .t-img>div, .o-img, .exi-img, .blogimg, .nav-container .nav-img-wrp {overflow: hidden;display: flex;}
 .t-img img, .o-img img, .exi-img img, .blog-d img, .nav-img-wrp img, .testi-para-d {transition: .2s linear;}
.object-top {object-position: top !important;}
.blog-detail .para {color: #026632;font-weight: 500;}
.blog-detail h3 {line-height: 30px;font-size: 22px;}
.blog-detail .mb35 {margin-bottom: 35px;}
.recent-blog {position: relative;}
.b-content h1 {line-height: 30px;}

.spec-nobg:hover::before, .spec-nobg:hover::after {display:none !important;}
.goog-te-combo{
	padding: 2px 7px;
    border: 1px solid var(--dblue);
	transition:0.3s linear;
    border-radius: 25px;
}

.goog-logo-link {display:none !important;}.goog-te-gadget span{display:none;}
.goog-te-gadget{color: transparent !important;}#google_translate_element {margin-top: -10px;}
.nav-img-wrp img {object-fit: cover;}

.home-txt-grid {display: grid;grid-template-columns: repeat(3, 1fr);gap: 15px;margin-top: 35px;}
.dm50 {width:800px;}
.dm50 .tab-menu {grid-template-columns: repeat(2, 1fr);gap: 2px 20px;}

.exi-des h1 {
    font-size: 38px;
    line-height: 45px;
    width: 71%;
    margin: 40px 0px;
    font-weight: 700;
    color: #006a50;
}
.leading-brands .why-2 {width: 100%;grid-template-columns: repeat(5, 1fr);}
.leading-brands {    
    background: url(images/leading-brands-who-trust-us.jpg);
    background-size: cover;
    position: relative;}
.leading-brands .sub-hed {color: #fff;}
.leading-brands p {color: rgb(255 255 255 / 70%);}
    .leading-brands::after {
        background:rgba(1, 90, 44, 0.7);
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        content: '';
        z-index: 5;
        top: 0;
    }
.leading-brands h2, .leading-brands p, .leading-brands .con-p, .leading-brands .why-2 {z-index: 10;position: relative;}
.leading-brands .why-d p {color: rgb(255 255 255 / 70%);}
.leading-brands .why div {background: transparent !important;border: none;}
.leading-brands .why-d h2 {color: #fff;}
.leading-brands .why-d::after {     background: var(--dyellow);
    width: 1px;
    height: 60%;
    display: block;
    position: absolute;
    content: '';
    z-index: 5;
    top: 30%;
    right: 0;}.leading-brands .why-d {position: relative;}

    .leading-brands .why-d:nth-child(5)::after {display: none;}
    .leading-brands  .why div:hover {box-shadow: none;}
.recycle-yarn {background-image: url(images/recycle.webp);}
.recycle-bin {justify-content: center;}
.recycle-bin img {width: 450px;}

.grid-max-auto {
    grid-template-columns: 35% 60%;
    gap: 50px;
    margin: 0 auto;
    width: 85%;

}

.why-con{
    width: 100%;
}
.why-us-img{
    overflow: hidden;
    display: flex;width: fit-content;
}
.why-us-img img{
    object-fit: cover;
    height: auto;
    transition: .3s linear;
}
.grid-max-auto:hover .why-us-img img{
    transform: scale(1.1);
}
.underline{
    border-bottom: 5px solid var(--dyellow);
    padding-bottom: 10px;
    width: fit-content  !important;
}
.mt-1{margin-top: 1rem;}
.vismis-content{
    align-self: flex-start;
}
.w-500{
    font-weight: 500 !important;
}
.pspace.about-sec.contrs {padding: 60px 0 70px;}
.leading-brands .why-d h2 {
    font-size: 25px;
    line-height: 34px;
    margin: 0px 0px 20px 0px;
}
.bslide5 .textWrapper, .bslide2 .textWrapper, .bslide4 .textWrapper {align-items: flex-start;}
.bslide5::after, .bslide2::after, .bslide4::after {left:auto;right:0;background: linear-gradient(-25deg, #1b2952 20%, transparent 60%) !important;}
.bslide5 .textWrapper .bh1, .bslide5 .textWrapper p, .bslide2 .textWrapper .bh1, .bslide2 .textWrapper p, .bslide4 .textWrapper .bh1, .bslide4 .textWrapper p {text-align:center;}
.bslide5 .textWrapper .bh1, .bslide2 .textWrapper .bh1, .bslide4 .textWrapper .bh1 { text-shadow: 2px 2px 5px #04c460;}
.contact-page .menqq {display:none;}
/* brochure popup starts */
.modal-open .modal {overflow-x: hidden;overflow-y: auto;}.show {opacity: 1;}.modal {position: fixed;top: 0;left: 0;z-index: 9999999;display: none;opacity: 0;width: 100%;height: 100%;overflow: hidden;
outline: 0;}.modal {background: rgb(0 0 0 / 50%);z-index: 9999999;}.show {display: flex;opacity: 1;}.modal.right .modal-dialog {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-dialog {min-height: calc(100vh - 60px);display: flex;flex-direction: column;    justify-content: center;overflow: auto;}.modal-content {background: #fff;padding: 20px;position: relative;}#d-myModal .modal-header {padding: 15px 0px;}
.modal-header {border-bottom: 1px solid #207937;padding: 18px 0px;}.modal .close {cursor: pointer;position: absolute;right: 10px;top: 5px;outline: 0;text-shadow: none;opacity: .8;color: #000;font-size: 26px;background: transparent;border: 0px;}#d-myModal .modal-title {font-size: 22px;color: var(--red);}.modal-title {width: 100%;font-size: 26px;}#d-myModal .modal-body {margin-top: 20px;}#d-myModal form input:not([type=submit]), select, textarea {padding: 20px 0 6px;}
.d-form form input:not([type=submit]), select, textarea {background: none;outline: none;border: none;display: block;padding: 10px 0;width: 100%;border-bottom: 1px solid #eee;color: #444;font-size: 15px;font-family: 'Libre Franklin';}.download {margin-top: 30px;}.dwn-btn:hover {background-color:var(--dblue);color: #fff;}
.dwn-btn {    padding: 10px 25px;
    background: var(--dyellow);
    color: var(--dblue);
    border: 0px;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    font-family: 'Libre Franklin';
    font-weight: 500;
    letter-spacing: 1px;cursor:pointer;}
.dow-col {position:relative;}.fields {margin-bottom:5px;}
/* brochure popup ends */



	   .swiper.navigationSlider.banner .swiper-slide::before {    content: "";
    position: absolute;
    width: 100%;
    height: 150px;
    display: block;
    /* background: linear-gradient(360deg, #fff, transparent); */
    bottom: 0;
    left: 0;
    z-index: 9;}.banner .swiper-pagination-bullet {background: #979797 !important;}.banner .swiper-pagination-bullet-active {
    background: #006a50 !important;
}.leading-brands {padding:80px 0;}.leading-brands .why-d h2 {margin: 0px 0px 10px 0px;}
.why-d:hover .whyimges img {transform:scale(1.1);}
.why-d .whyimges img {transition:.3s linear;}
.productslider.owl-carousel .owl-item img, 
.productslider img
 {
    /* height: 400px !important; */
}
/* .productslider.owl-carousel .owl-item img, .productslider img {height: 100%!important;} */

/* optimization css starts */
.image-wrapper {
  width: 285px;
  height: 300px;
  overflow: hidden;
}

.cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover; /* crop while preserving aspect ratio */
}
.swiper-pagination {}/* optimization css ends */





@media (min-width:1921px){.fimg img, .himg img{width:100%;object-fit:cover;}.facont{width:40%;}.klbg{background-position-x:600px;}.subbanner {background-size:cover;}.sbc1 img{width:100%;}
}
@media (min-width:700px) {
	#d-myModal .modal-dialog {width: 600px;margin: 30px auto;}

}
@media (max-width:1800px){.fimg{width:60%;}}

@media (max-width:1700px){.navbrand p{font-size:10px;}.bluebg .vmicon{position:relative;bottom:0px;margin-top:30px;}.newsdesc{padding:30px;}
    header .main-menu>li>a{padding: 0px 25px;}.grid46{grid-template-columns: 45% 55%;}.strength .bluebg{padding:60px 130px;}
    .abtvideo{grid-template-columns: 30% 60%;}.klbg{background-position: 40% 30%;}#strength .w75{width:100%;}.dm4{margin-left:-100px;}
	.line.even{grid-template-columns: 44% 47%;}.leading-brands .why-2 {grid-template-columns: repeat(3, 1fr);}  .leading-brands .why-d:nth-child(3)::after {display: none;}
}


@media (max-width:1600px){.banner{height: 70vh;}header .main-menu>li>a{padding: 0px 25px;}.main-menu a span{font-size:15px;}header .main-menu .enbtn span{font-size:14px;}
    .infrarow{padding-top:20px;}.fimg{width:55%;}.facont{padding:50px;}.fimg img{height:500px;object-fit:cover;}
    .klbg{background-size:400px;}.infra img{height:440px;}.timelinerow{width:100%;}.infraslider,.iconslider p,.twocol{width:90%;}.clients{gap:10px;}
    .gpolicy .bluebg{padding:100px;}.csrbanner{background-position:top right;}.megamenu.dm2{margin-left:-350px;}.megamenu.dm4{margin-left: -150px;}.contactpage .boxform{width: 70%;}
    /* .bslide2 h2{width:100%;} */
    .csrbanner p{width:40%;}.sm-exi-img p {font-size: 16px;line-height: 24px;}.sm-exi-img p b {font-size: 22px;line-height: 20px;}
    .blog-content.sustainability.infra img{height: auto;}

}

@media (max-width:1575px){.habt1{margin-top:-150px;}.grid46{grid-template-columns: 50% 50%;}.abtvideo .w75{width:85%;}.con-h h2 {font-size: 40px;line-height: 48px;}
.statistics-wrap {display: grid;grid-template-columns: repeat(4, 1fr);gap:4%;margin: 0px 70px 0px 20px;}.cont .c-num {font-size: 40px;}.product-d div {padding-top: 40px;}
.specs {width: 90%;gap: 25px;}.sm-exi-des h3 {width: 90%;font-size: 20px;margin-top: 8px;}.testi-para-d {padding: 89px 70px 0px;
margin-top: 40px;}.blog-d div {padding-top: 25px;}.report-sec {margin-top: 80px;}.report-sec .container {height: 600px;}.pro-tit {
font-size: 26px;line-height: 28px;}.brnd {margin: 0px 0px 7px 0px;}
.pos-relimg {padding-top:0 !important;}
/* .productslider.owl-carousel 
.owl-item img {height: 300px !important;} */

}


@media (max-width:1520px){.banner{height: 80vh;}}


@media (max-width:1500px){.banner{height:80vh;}.banner::after{bottom:95px;height:110px;}.container{width:90%;}.grid-2 .sbc1:first-child{padding-left: 10%;padding-right:15px;}
    .habt{grid-template-columns: 65% 30%;}.facont{width:650px;}.header-logo div img:nth-child(1){width:175px;}.header-logo div img:nth-child(2){width:175px;}.infra img{height:400px;}.infraslider,.twocol{width:100%;}.gpolicy .bluebg{padding:100px 70px;}.esgs{padding-right:70px;}.f30{font-size:26px;}.enqcircle{left:65px;}header .main-menu .enbtn{padding:8px 16px;}.line.even{grid-template-columns: 47% 47%;}.fadrow{grid-template-columns: 40% 38% 26%;}
	.form-d {width:80%;}.ad-mp {display: flex;flex-direction: column;height: 100%;justify-content: space-between;padding-left:0px;}
	.go-div-wrp{grid-template-columns: 45% 45%;gap: 5%;}
	.why-2{gap:30px;margin:0px 0px 0px;}.why-wrap {grid-template-columns: 35% 65%;}.why-des {justify-content:start;gap:120px;}
	.signature-yarn .sub-hed {font-size: 38px;line-height: 46px;margin-bottom: 30px;}header .container {width: 90%;}
	.product-grid .specs .specs-des p {margin-top: 35px;}.exi-des h1 {font-size: 32px;line-height: 38px;width: 80%;margin: 40px 0px 30px;}

.productslider.owl-carousel .owl-item img, .productslider img {
    /* height: 300px !important; */
}
}

@media (max-width:1450px){
	.habt1{margin-top: -180px;}.habt1 a{margin-bottom: 100px;}.certbanner,.arbanner{background-position:right;}.textWrapper {margin: 0px auto 0px auto;}
	.textWrapper .bh1, .ch1 {font-size: 58px;line-height: 1.3;
    text-shadow: 2px 2px 5px #04c460;}.pad-space {padding: 45px 0px;}.con-h h2 {font-size: 40px;line-height: 48px;}.statistics-wrap {margin: 0px 10px};
	.sts-d .cont { gap: 25px;}.product-d div {padding-top: 30px;}.pro-tit {font-size: 24px;}.brnd {font-size: 24px;margin: 0px 0px 10px 0px;}.report-sec-d {height: 350px;width: 400px;}.b-tit {font-size: 20px;}.blog-d div {padding-top: 20px;}.sub-hed {font-size: 46px;line-height: 50px;}
	.testi-para-d {padding: 89px 60px 0px;}.exi-des .btnwrap {display: flex;margin-top: 45px;}.para {line-height: 30px;font-size: 22px;min-width: 90%;width: 90%;}
	.exi-des h3  ,.why-des h3 {font-size: 36px;line-height: 41px;margin: 30px 0px;}.specs {width: 100%;padding: 20px 15px;}.sm-exi-img p {height: 60%;}.b-tit {font-size: 18px;}
	.b-des {font-size: 20px;line-height: 23px;margin: 5px 0px;}.eco-conte p {font-size: 18px;line-height: 24px;}
	.infra .con-p .sus-para p {width:80% !important;margin:20px auto;}
	.infra .con-p .sus-para .bp {width:100% !important;}
	.banner .swiper-pagination {bottom:0 !important;}

}



@media (max-width:1400px){.fcont p{font-size:16px;line-height:1.2;}.fdata p{margin:0px;}.facont{width:600px;}.klbg{background-size: 300px;background-position: 42% 35%;}.abtvideo{grid-template-columns: 35% 60%;}.bgpad{padding:20px 20px 90px;}.awardsrow div{padding:10px;}
    .mpbanner{background-position: right center;}.megamenu.dm4{margin-left: -200px;}.megamenu{margin-left:-100px;}.grid4 .bgpad{padding: 30px;}
    .csrbanner{background-position: -400px 0px;}header .container{width:90%;}
	.cont .c-num {font-size: 36px;}.cont .c-des {font-size: 22px;}.specs-num p {font-size: 26px;padding-top: 2px;}
	.specs-des h3 {font-size: 23px;}.report-sec {margin-top: 130px;}.report-sec .container {height: 560px;}.b-wrap {margin-top: 30px;}
	.eco-wrap {grid-template-columns: repeat(2, 1fr);}.eco-wrap2 {grid-template-columns: 48% 48%;margin-top:0;}.sustainability .con-p {flex-direction: column-reverse;gap:50px;}
	.sustainability .t-img div img {height: auto;}.process-wrp .owl-stage {display: flex;align-items: stretch;}.process-div {height: 100%;}


}

@media(max-width:1365px){
	.sts-d {height: 100%;padding: 28px 15px;position: relative;width:239px;}  .cont .c-des {font-size: 20px;margin-left:14px;}.con-h h2 {font-size: 44px;line-height: 50px;}.con-p p {min-width: 90%;width: 90%;}.statistics-wrap {margin: 0px 0px 0px 0px;}.pad-space {padding: 60px 0px;}.sub-hed {font-size: 42px;        line-height: 48px;}.sm-exi-des {padding: 0px 0px;}.career-form {width:70%;}.career-div .app-p {font-size: 22px;line-height: 27px;}.eco-conte p {font-size: 18px;line-height: 24px;}
	.why-des {gap:40px;}.why-wrap {grid-template-columns: 100%;}.why-choose-cont{padding:60px 40px;}.why-choose-cont::after ,.why-choose-cont::before {width:100%;right:0px;}.why-des .para {width:65%;min-width: 65%;}.why-2 {gap: 40px;margin: 0;}
}

@media (max-width:1330px){.main-menu a span{font-size:14px;}.habt1{margin-top: -220px;}.grid46{grid-template-columns: 55% 45%;}}

@media (max-width:1300px){header .main-menu>li>a{padding:0px 13px;}.strength .bluebg{padding:60px 70px;}.fwrap{grid-template-columns:38% 18% 18% 18%;}
    .stickylinks a{font-size:14px;}.c-af{grid-template-columns: 45% 55%;}.milestonebanner{background-position:top right;}header .main-menu .enbtn{margin-left:0px;}
    .inspirebanner{background-position:right top;}.fadrow {grid-template-columns: 35% 24% 25% 0%;}


    .exi-des h3 ,.why-des h3 {font-size: 34px;line-height: 38px;margin:20px 0px;}.para {line-height: 28px;font-size: 20px;}.exi-img img {height: -webkit-fill-available;width: 100%;object-fit: cover;}.exi-des .btnwrap {margin-top: 40px;}.report-sec .container {height: 460px;}.report-hed h2 {margin-top: 330px;}.sub-hed {font-size: 36px;line-height: 36px;}
	.report-sec-d h3 {font-size: 33px;line-height: 34px;}.report-sec-d p {font-size: 60px;}.report-sec-d {height: 311px;width: 340px;top: -176px;}.products-wrap {margin: 40px 0px  0px 0px;}.sm-exi-des h3 {width: 90%;font-size: 18px;line-height: 24px;margin-top: 10px;}.products-sec .owl-dots {text-align: center !important;margin-top: 30px !important;}.blog-page .blogs-wrap {gap:20px;}.go-div h3{font-size: 30px;}.eco-conte p {font-size: 18px;line-height: 24px;}
	.nav-img-wrp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);}
	.infra .inf-wrp {width: 90%;}.nav-container .nav-img-wrp {grid-template-columns: repeat(1, 1fr);}
}

@media (max-width:1270px){.pnt4{left: 67% !important;top: 50% !important;}.pnt3{top: 22% !important;left:76% !important;}.pnt1{left:16% !important;top:30% !important;}
    .pnt5{top: 37% !important;left:83% !important;}.pnt6{top:59% !important;left:79% !important;}.scalize{width:100% !important;overflow:hidden;}
    .pnt2{top: 18% !important;left: 62% !important;}.msrow{width:100%;}.bslide2 h2{width:100%;}
    .csrbanner{background-position: -500px 0px;}.copyright .container{justify-content:center;}

.testi-wrap {display: grid;grid-template-columns: 100%;}.association {padding: 0px 0px;}.association .text-center{text-align:left;}.pro-tit {font-size: 26px;}
.brnd {font-size: 22px;margin: 0px 0px 5px 0px;}.product-d div {padding-top: 20px;}.sub-hed {font-size: 38px;line-height: 43px;}.cont .c-num {font-size: 30px;}.sts-d {
height: 100%;padding: 20px 10px;width:auto;}.sts-d .cont {width: auto;position: relative;left: -5px;gap: 20px;justify-content: center;}.statistics-wrap {gap:5%;}
.associ-wrap {display: grid;margin: 30px 0px 0px 0px;padding: 10px;gap: 50px;}.associ-wrap div{text-align:center;}.b-wrap {grid-template-columns: 100%;justify-items: center;gap:25px;}.sm-exi-img .p {position: absolute;font-size: 22px;padding:5px;top: 45%;font-weight: 400;left: 28px;}.blog-d div {padding-top: 12px;}.b-page-wrap {grid-template-columns: 60% 38%;}.gimg-wrp {grid-template-columns: repeat(3, 1fr);width: 90%;}.product-page .products-wrap {grid-template-columns: repeat(3, 1fr);}.form-d{width:100%;height: 100%;top:0px; padding: 30px;}.contact-wrp {height: 100%;margin-top: 60px;grid-template-columns: 45% 55%;}.form-row {gap:20px;row-gap: 30px;}
	.team-mem {grid-template-columns: 33% 33%;}.team-cont{gap: 80px;}.team-mem .name {line-height:20px}


}


@media(max-width:1220px){
	.goals{display:block;}.go-div-wrp{justify-content: space-between;gap:0px;}.eco-wrap2{display:none;}.db-1220{display:grid;}
}
@media(max-width:1200px){
    .misson-hed {grid-template-columns: repeat(1, 1fr);}.sticky-nav {gap: 40px;}
	.con-p {width:100%;}.con-img-wrap, .t-img {gap: 15px;}.specs {border: none;}.sp-sticky {padding: 10px 0;}.side-menu-nav .main-menu .sub-menu a:hover {color:var(--dblue);}

}


@media (max-width:1199px){.fcname{font-size:18px;}.certrow{grid-template-columns: 40% 55%;}
    .banner::after,.fdata p br,.abtvmc,.megamenu{display:none;}.banner{height:600px;}.textWrapper .bh1{font-size:50px;line-height:50px;}
    .textWrapper p{font-size:20px;line-height:22px;}.swiper-pagination{bottom:45px;}.textWrapper{padding:20px;width:90%;padding-bottom: 50px;}.textWrapper p{width:55%;}.w80,.w75,.abtvideo .w75{width:100%;}.header-logo{width:auto;}header{padding:10px 0px;}.adown{display:none;}.enbtn{background:transparent;}.habt1{margin-top:0px;}.habt1 a{margin-bottom: 60px;}.container{width:90%;}.facts .fdata{width:25%;}.facts{gap:30px;}.ficon{width:80px;height:60px;}.fcont{width:90%;}.grid6 p{font-size:18px;}
    .facont{width:550px;}.fwrap{grid-template-columns:38% 18% 18% 18%;}.fcont .fbold{font-size:38px;}.habout{position:relative;overflow:hidden;}
    .abtvm{display:inline-flex;}.abtvmc{margin-bottom:10px;}.vm div{padding:70px;}.vm::after{height:50%;}.infra .facont{width:500px;margin-left:0%;}.stickylinks{top:20px;}
    .line.even{padding-right:50px;}.mimage::before{width:50px;}.line.odd{padding-left:50px;}.line{grid-template-columns: 48% 48%;}.mimage::after,.greydot::after{width:12px;height:12px;right:-6px;}.greydot::after{left:-7px;}.greydot1::after{right:-5px;left:auto;}.overlap{top:35px;}.sp-active{padding:10px 0px;}.main-menu a span{font-size:16px;}
    .scrtabs-tabs-fixed-container{border-bottom:2px solid #979797;height:54px;overflow:visible;}.scrtabs-tab-container{overflow:hidden;}.scrtabs-tabs-movable-container{border-bottom:0px;}.certificates{grid-template-columns: repeat(4,1fr);}.certificates p{margin-top:10px;} .awardsrow{grid-template-columns: repeat(4,1fr);}.ogbanner,.windbanner,.depdbanner{background-position: right;}.bslide2 h2{width:100%;}.csrbanner{background-position: -600px 0px;}.sicons li{padding:0px 15px 0px 0px;}.fadrow {
    grid-template-columns: 35% 24% 25% 0%;}.side-menu-close {display:flex !important;}
	.dh-1200{display:none;}.dw-1200{display:block;}
	.product-nav {display:none;}.product-wrp {grid-template-columns: 100%;}.sticky-nav-sec .sticky-nav div{display:none;}.sticky-nav-sec .sticky-nav .pro-link{display:block;position:relative;}.sticky-nav-sec .sticky-nav .pro-link:first-child::after{height:0px;}.sticky-nav-sec .sticky-nav .pro-link::after{content:'';position:absolute;top:0px;left:-10px;height:100%;width:1px;background:#bdbdbd;}.sticky-nav div a.active:after {border:none;}.pro-link a {border:none;}.sticky-nav {
        gap: 20px;}.pro-link a {padding: 10px 10px 10px 15px;}.specs:hover {border-radius: 0;}.sub-hed {margin-bottom: 30px;}.advantage-sec .btnwrap {position: static;}
    .advantage-sec .btnwrap {margin-top: 40px;}.sticky-nav-sec {top: 90px;}.side-menu-wrap {padding-top: 95px;}.header-sticky .side-menu-wrap {padding-top: 95px;}
	.c-wrap{width: 100%;}

}
@media (max-width:1140px){.copyright .container{justify-content: center;}.copyright p{text-align:center;}.sts-d {width: 290px;margin: auto;}.statistics-wrap {		grid-template-columns: repeat(2, 1fr);row-gap: 50px;}.sts-d .cont {justify-content:space-between;}.con-h h2 {font-size: 38px;line-height: 44px;}.blog-page .b-des {width: 90%;}.eco-conte p {font-size: 16px;line-height: 24px;}
    .infra .inf-wrp {
        width: 100%;gap:20px;
    }.infra inf-d .cont h3 {
    font-size: 20px;line-height: 25px;}
	.infra .conc-div p {width:80%;}
	.infra .conc-div {
    padding: 40px 50px;
    margin: 50px auto 0px;}
    .t-imgnew  {grid-template-columns: 35% 62%;}
}
@media (max-width:1100px){.fwrap{grid-template-columns:38% 18% 18% 18%;}.iconslider p{width:100%;}.csrpage .carrows .owl-prev,.csrpage .carrows .owl-next{bottom:-20px;}
    .c-af{grid-template-columns: 50% 50%;}.c-form{padding:30px;}.fgrid2{grid-template-columns: 100%;}.c-add .pt5{padding-top:30px;}
    .pnt4{top: 48% !important;}.pnt6{top: 56% !important;}.pnt5{top: 35% !important;}.fadrow {grid-template-columns: 35% 30% 30% 0%;}
	.sts-d {width:  230px;margin: auto;}.cont .c-des {font-size: 20px;}.exibi-wrap-2 {margin: 40px 0px 0px 0px;display: grid;grid-template-columns: repeat(2, 1fr);column-gap: 20px;row-gap: 40px;}.sm-exi {display: grid;grid-template-columns: 50% 50%;padding: 20px;}.sm-exi-des h3 {font-size: 17px;line-height: 20px;}.sm-exi-img p {font-size: 18px;}.b-content {padding: 40px 0px;}.b-page-wrap {grid-template-columns: 100%;gap: 40px;}.recent-blog {grid-template-columns: 100%;border-radius:15px;}.blog-sticky {grid-template-columns:repeat(3,1fr);gap: 20px;}.crounds .owl-dots{margin-top:30px !important;}    .recent-blog {grid-template-columns: 100%;border-radius: 0px;padding:0px;}.recent-blog:hover  ,.recent-blog.active {border: 1px solid transparent;background: transparent;}.rec-b-img , .rec-b-img img{height:auto;}
	.eco-wrap{grid-template-columns: repeat(2, 1fr);gap: 50px;padding: 15px;}
	    .team-mem {
        grid-template-columns: 38% 38%;row-gap: 20px;}.team-wrp {grid-template-columns: 50% 47%;gap: 3%;
}.recycle-bin img {
    width: 250px;
}
}

@media (max-width:1050px){.pgrid{grid-template-columns: 75% 20%;}.mrow p br{display:none;}.exi-img{display:none;}.exi-img2{display:block !important;}.para {margin-top: 20px;}
.exibi-wrap {grid-template-columns:100%;}.blog-page .b-des {font-size: 18px;}.event-sec .sm-exi {grid-template-columns: 100%;gap: 20px;}.sm-exi-img p {height: 90px;}
.contact-wrp {grid-template-columns:100%;}.form-cont {height: 100%;padding: 0px;}.form-d{position: relative;}.ad-mp {padding:0px;padding-bottom: 40px;}

.why-1,.why-2{display:none;}.why-3{display: grid;
grid-template-columns: repeat(2, 1fr);gap: 40px;}.why-2 {display:grid;}
}


@media (max-width:991px){.fwrap{display:flex;flex-wrap: wrap;justify-content:flex-start;gap:70px 0px;}
    .stickycol,header .container::after,.grid3 br,.fadrow div:first-child{display:none;}
    .fcol1,.fcol2,.fcol3,.fcol4,.fcol5{width:50%;}.textWrapper .bh1{font-size:40px;line-height:40px;}.facts{display:grid;grid-template-columns:50% 50%;}
    .habt,.grid46,.pgrid,.abtvideo,#abtvideo .abtvideo{grid-template-columns:100%;gap:40px 0px;}.habt1 a{margin-bottom:30px;}.facts .fdata{width:100%;}.grid46{gap:15px 0px;}.grid6{gap:25px;}
    .pt3{padding-top:10px;}.infrarow{padding-top:0px;}.fw100 .container,.fimg{width:100%;}.fimg img{height:500px;width:100%;}.facont{width:100%;left:0%;position:relative;}.facility{flex-wrap:wrap;}
    .pgrid p.tright{text-align:left;}.tabspace li:nth-child(2),.tabspace li:nth-child(3){margin:0px 20px;}.strength{grid-template-columns:100%;}
    .himg{position:absolute;bottom:0;z-index:1;height:100%;}.strength .bluebg{background: #066cb5c7;z-index:9;padding:50px 5%;}.himg img{height:100%;width:100vw;}
    .imglink{margin-left:25px;}.mpad0,.infra{padding-bottom:0px;}.fcol2,.fcol5, .fcol4{padding-left:12%;}.yelbor .vlink{display:flex;}.abtvideo img{height:250px;}.klbg{background-position:50% 65%;}.sicons {margin-top: 40px}
    .vm div{padding:40px;}.infra .facont{width:100%;left:0;order:2;margin-top:0%;}.infra img{height:auto;}.infra .fimg{display:flex;}#strength .w75{margin-bottom:0px;}
    #strength .abtvideo{gap:15px 0px;}.lmm .owl-item:hover{background:#E6F0F8;}.lmm > div:hover{background:transparent;}.lmm .owl-stage{display:flex;}
    .line,.line.even{grid-template-columns:100%;gap:10px;}.line.even div:first-child{order:2;}.lstart::after{height:60%;}.line.lend::after{height:34%;}.greydot::after{top: -13%;}
    .iconslider .fdata{padding-top: 15px;}.shape{padding-bottom:30px;}.iconslider p{padding-left:0px;padding-right:0px;}.certificates p{font-size:16px;}
    .line.lend::after{height: 33%;}.clist .strength{grid-template-columns:30% 70%;}.clist .himg{position:relative;}.certificates a{padding:10px;}
    .awardsrow{grid-template-columns: repeat(3,1fr);}.csr, .esg{grid-template-columns:100%;gap:40px 0px;}.esg .esgs{order:1;}.esg .bluebg{order:2;}.esgs{padding:0px 5%;}
    .esg .bluebg{padding:50px 5%;}.gph{margin-bottom:30px;}#abtvideo .abtvideo img{height:auto;}.bggrey > div{background:transparent;}.c-add .pt5{padding-top:0px;}
    .bggrey .owl-item{background:#f6f6f6;}.c-af{grid-template-columns:100%;gap:30px;}.dtl-cnt{display:flex;gap:100px;}.dtl-cnt > div:last-child h2{margin-top:0px;}
    .pointer{width:26px;height:26px;}.pulse{width: 20px;height: 10px;bottom: -12px;left: 3px;}.pnt5{top: 37% !important;}.pnt6{top: 58% !important;}.mrow h2{text-align:left;}
    .msrow{gap:20px;}.wus{padding-top:40px;}.clientbanner{background-position:right center;}.tqabanner{background-position: top right;}.contactpage .boxform{width:90%;}
	.line.even .ch4{text-align:left;}.csrbanner{background-position: -700px 0px;}header .container{width:90%;}.fadrow {grid-template-columns: 30% 30% 30%;}.subbanner{height:300px;}.subbanner .container{margin-top:50px;gap:10px 0px;}.faddress {padding: 15px 0px;}.tdetails{grid-template-columns:30% 65%;}.fadrow div:first-child {display:block;}.fadrow .call, .fadrow .mail {display:none;}.empty {display:none;}.fwrap {padding: 55px 0px;}.mcm {display: grid;margin-top: 20px;gap: 20px;}.call::after {width: 24px;height: 24px;background-size: 28px;}.mail::after {width: 37px;height: 37px;background-size: 34px;}.cuh {font-size: 22px;}.call, .mail {font-size: 16px;line-height: 24px;}


    .pad-space {padding: 40px 0px;}.report-sec {margin-top: 100px;}.report-sec .container {height: 330px;}.report-hed h2 {margin-top: 200px;}.sub-hed {font-size: 36px;line-height: 33px;}.report-sec-d {height: 275px;width: 310px;top: -80px;gap:40px;}.report-sec-d h3 {font-size: 30px;line-height: 30px;}.report-sec-d p {font-size: 50px;}
	.product-d div {padding-top: 10px;width: 100%;margin: auto;}.brnd {font-size: 20px;}.pro-tit {font-size: 24px;}.testi-para-d {height: 230px;}.testi-para-d {padding: 50px 30px 0px;}.testi-para-d p {font-size: 22px;line-height: 31px;}.sub-hed {margin-bottom: 25px;}.association .sub-hed{margin-top: 25px;}.associ-wrap {margin: 0px;}
.b-des{font-size: 18px;line-height: 30px;}.con-h h2 {font-size: 34px;line-height: 39px;}.blog-page .blogs-wrap {grid-template-columns: repeat(2, 1fr);gap: 30px;}

.mission-grid, .vission-grid {grid-template-columns: 100%;}
	.vission-grid .vimg {text-align: start;margin-bottom: 20px;}.vission-grid .sub-hed, .vission-grid p {text-align: left;}.w60 {width: 90%;}
	.vission-grid p, .mission-grid p {font-size: 16px;line-height: 26px;}
  .mission-grid .vimg {text-align: start;}.go-div{padding: 30px;}.go-div-wrp{grid-template-columns: 47% 47%;}.eco-wrap {grid-template-columns: repeat(2, 1fr);gap: 30px;padding:0px;margin-top: 20px;}.eco-conte p {font-size: 16px;line-height: 21px;}.eco-conte h3 {font-size: 22px;line-height: 20px;margin-bottom: 10px;}.ecod {gap: 10px;    padding: 25px 25px 25px 45px;}.eco-icon {background: #f4c433;width: 50px;height: 50px;}.eco-icon svg{height:30px;width:30px;}.go-div h3 {font-size: 28px;}.go-div ul {margin-top: 20px;}
.abt-testi .testi-para-d {padding: 35px;}.neve-page .pad-space.about-sec {padding:0!important;}
.nav-container {
    padding: 40px 30px;
width: 100%;}


.signature-yarn .con-p p, .pro-tab {width: 100%;}.process-wrp {grid-template-columns: repeat(2, 1fr);}.sticky-nav-sec .sticky-nav div, .textWrapper p {display:none;}
.qlhead{display:block;padding: 10px 40px;background:#575757;color:#ffffff;position:relative;font-size:16px;}.qlhead::after {
    content:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 40 40"%3E%3Cg transform="rotate(-90 20 20)"%3E%3Cpath fill="white" 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;position: absolute;right: 30px;}.sticky-nav-sec .sticky-nav .pro-link::after{content:'';position:absolute;top:0px;left:-10px;height:0%;width:0px;background:#bdbdbd;} .sticky-nav{
        max-height: 0;
        overflow: hidden;
        transition: max-height 1s ease-out;
        background: #ffffff;
    }
	.sticky-nav{display:block;}
	.sticky-nav.open {
        height: auto;
        transition: max-height 0.5s linear !important;
        max-height: 500px;
    }
	    .team-cont {
        gap: 40px;
    }
	.infra .con-p .sus-para .bp {
    font-size: 24px;
    line-height: 30px;
}.infra .con-p .sus-para p {line-height: 26px;font-size: 18px;margin:15px auto;}.vmdic {margin-bottom: 40px;}.signature-yarn .sub-hed {font-size: 34px;line-height: 42px;    margin-bottom: 25px;}.textWrapper .btnwrap {margin-top: 40px;margin-bottom: 30px;}
.leading-brands .why-2 {
    grid-template-columns: repeat(3, 1fr);
}

/* whyus starts */
  .why-2{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;flex-wrap:wrap;justify-content: center;width:80%;margin:auto;}
  .why-d h4{font-size: 25px;line-height:34px;margin: 0px 0px 20px 0px;}.why div {padding:40px;cursor:default;}
 .why-d svg{height:50px;margin-bottom:15px;}.why-d p{width:90%;}.why div:hover {transform: translateY(-10px) scale(1.01);background:#f5f5f5;}
.l-d{width:205%;}
/* whyus ends */

.swiper.navigationSlider.banner::after {   
 content: "";
    position: absolute;
    width: 100%;
    height: 150px;
    display: block;
    background: linear-gradient(360deg, #fff, transparent); 
    bottom: 0;
    left: 0;
    z-index: 0;}
	
	.banner .swiper-pagination-bullet {background: #979797 !important;}



}
@media (min-width: 901px){.seform .modal-dialog{max-width:500px !important;margin: 0px auto;} }
@media(max-width:1858px){ .why-2{justify-content: center;}}
 @media(max-width:1400px){
	 .why-2 {gap: 15px;width:90%;}.why div {padding: 40px 30px;}
 }
  @media(max-width:1190px){
	 .why-2 {grid-template-columns: repeat(2, 1fr);}.l-d {width: 204%;}
 }
 
@media(max-width:950px){
	.spec-wrap {display: grid;gap:25px;grid-template-columns: 100%;}.spec-title {height: 300px;background-position: bottom;border-top-right-radius: 0px;    border-bottom-right-radius: 0px;}.spec-title::after{border-top-right-radius: 0px;border-bottom-right-radius: 0px;}.specs-type-wrap {grid-template-columns: repeat(2, 1fr);padding-right:0;}
	.specs {width: 100%;gap: 15px;}.banner {height: 400px;}
		.infra .inf-wrp {grid-template-columns:repeat(2, 1fr);width:90%;}.advantage-sec .spec-wrap {display:flex;flex-direction:column-reverse;}
}
@media (max-width:900px){.stickylinks{display:none;}.certificates{grid-template-columns: repeat(3,1fr);}
.certbanner{background-position:-900px top;}.fullbg{height:285px;}.ambanner::after{content:'';position:absolute;width:100%;height:100%;background:#014788a6;}.ambanner{position:relative;}.ambanner .container{z-index:9;}.tdetails{grid-template-columns: 34% 64%;}.associ-wrap {display: grid !important;margin: 40px 0px 0px 0px;padding: 0px;gap: 30px;
grid-template-columns: auto;justify-content: center;}.b-content p {width: 90%;}.v-img {right: -50px;}.swiper-button-prev {left: 10px;}.swiper-button-next {right: 15px;}
.b-wrap {margin-top: 20px;}.content-wrap {padding: 40px 0px;display: grid;gap:50px;grid-template-columns: 100%;}.con-des-wrap {gap: 0;}.con-p p {line-height: 27px;        font-size: 20px;}
.why-des .para {font-size:18px;line-height: 24px;width:80%;min-width:80%;}
.why-des {
        gap: 20px;
    }.wrp2q .content-wrap {display:flex;flex-direction:column-reverse;}.t-imgnew div img {height: 280px !important;}
	.leading-brands .why-d h4 {
        font-size: 20px;
        line-height: 25px;
        margin: 0px 0px 15px 0px;
    }
}
 @media(max-width:900px){
.why div {padding: 40px;}.l-d {width: 100%;}.why-d h4 {font-size: 20px;line-height: 25px;margin: 0px 0px 15px 0px;}.why-d svg {height: 40px;margin-bottom: 10px;}.why div {padding: 20px !important;}.why-2.owl-carousel img {width: 55px !important;}
 }
@media(max-width:899px){
	.sm-exi-img p {height:50%;}
}
@media (max-width:850px){.tabspace li:nth-child(2), .tabspace li:nth-child(3){margin:0px 5px;}.copyright .container{gap:0px 20px;}.greydot::after{top: -17%;}
.csrbanner{background-position: -800px 0px;}.b-wrap-p  br{display:none;}
.exibi-wrap-2 {grid-template-columns:repeat(2, 1fr);margin:auto; margin: 60px  0px;justify-content: center;}.sm-exi {display: grid;justify-content: space-between;}
.exi-des h3 ,.why-des h3 {font-size: 38px;line-height: 45px;width: 90%;}
.team-cont p {
    margin: 0px 0px 20px;
    font-size: 17px;
    line-height: 24px;
}
}

@media (max-width:800px){.iconslider p{width:75%;margin:0px auto;}.pnt5{top: 35% !important;}.pnt6{top: 56% !important;}
.inspirebanner{background-position:-1100px top;}.clientbanner{background-position:-900px center;}.fadrow {grid-template-columns: 30% 35% 33%;}.career-form {width: 100%;}
.specs-type-wrap {grid-template-columns: repeat(1, 1fr);}.gimg-wrp {grid-template-columns: repeat(2, 1fr);}
.team-wrp {display:flex;flex-direction:column-reverse;gap:40px;}.team-mem {grid-template-columns: 32% 32%;justify-content: center;column-gap: 60px;row-gap: 60px;margin-top: 30px;}.team-cont {gap: 30px;}.stepslider .specs {border: none;}
.copyright p {margin: 0;}.team-mem p {margin-top:20px;}
}
@media (max-width:767px){.swiper a,.tobottom,.mnone,.fullbg h1 br{display: none;}.textWrapper .bh1,.enquiry p{font-size: 30px;line-height: 30px;}.fdata .f20{font-size:18px;line-height:20px;}
    .breadcrumb{padding: 10px 0px;}.textWrapper,.hp1, .hpr1,.hp2,.hpr2{width:100%;}.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 h2{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 h2{margin-bottom:0px;}
    .w75 .vmcnt{margin-top:10px;}.qpolicy,.twocol{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%);}.twocol{gap:20px 0px;}.twocol.pt4 div:first-child{order:2;}.twocol.pt4{padding-top:0px;}
    .infraslider .owl-prev,.infraslider .owl-next{top:40%;}.imgar{background-position:-350px 0px;}.lines{line-height:26px;}.textWrapper{        padding-bottom: 90px;
        padding-left: 80px;
        justify-content: flex-end;}    .textWrapper p {display:none;}
    .textWrapper br {display:none;}.textWrapper .bh1{text-align:left;}.habt{margin-top:0px;}.tabspace a{padding:10px 30px;}
    .tabspace{border-bottom: 0px solid #979797;}.btnwrap a {display:block;}
    .tabspace li:nth-child(2), .tabspace li:nth-child(3){margin:0px;}.tabspace a::after{bottom:-2px;}.scrtabs-tabs-fixed-container,.scrtabs-tab-container{height:46px;}
    .copyright .container{justify-content:center;}.scroll-card-body{padding-top:20px;}
    .grid-2 .sbc1:first-child{order:2;padding:10px 15px 10px 5%;}.grid-2,.vm{grid-template-columns:100%;}.ch1{font-size:46px;line-height:48px;}
    .vm::after{width:80%;height:1px;left:10%;}.lmm a{position:relative;bottom:0px;}.bgpad{padding-bottom:40px;}.lstart::after {height: 64%;}.mrow h2{font-size:60px;}
    .navright .owl-prev, .navright .owl-next{top:auto;}.shape{padding-bottom:0px;}.line.lend::after{height: 30%;}.clist .strength{grid-template-columns:40% 60%;}
    .clients{grid-template-columns: repeat(2,1fr);}.clist .himg{padding:20px;}.points2{grid-template-columns:100%;}.enqcircle{left:60px;}.copyright .container{flex-direction:column;align-items:center;}.ambanner{background-position:-800px top;}.awardsrow{grid-template-columns: repeat(2,1fr);}.subbanner{height:285px;overflow: hidden;}.grid-2 .sbc1:first-child{position: absolute;bottom: 0;background: #014788a6;width: 100%;}
	.sbc1 img{height:100%;object-fit:cover;}.subbanner .grid-2,.sbc1{height:100%;}.bslide2 h2{width:100%;}.csrbanner p{width:60%;}.clr-row {grid-template-columns: 50% 20% 30%;}
    .csrbanner{background-position: -1000px 0px;}.fadrow{display:flex;flex-wrap:wrap;gap:20px;}.tdescription .f22 {font-size: 20px;line-height: 26px;}
	.cuh {font-size: 20px;}.report-sec {margin: 50px 0;}.para ,.b-wrap-p p ,.con-p p {font-size:16px;line-height: 24px;}.b-content {padding: 20px 0px;
    }.b-content p {width: 100%;}.b-img {height: auto;}.b-content h2 {font-size: 26px;line-height: 32px;}

	.timeline::after {left: 90px;}.time-container {width: 100%;padding-left: 120px;padding-right: 30px;}.time-container.right {left: 0%;} .container.left::after,.time-container.right::after {left: 82px;}.time-container.left::before,.time-container.right::before {left: 100px;border-color: transparent #006E51 transparent transparent;}.time-container.left .date, .time-container.right .date {right: auto;left: 0;}.time-container.left .icon, .time-container.right .icon {right: auto;left: 146px;}.time-container.left .content, .time-container.right .content {padding: 30px 30px 30px 90px;border-radius: 500px 0 0 500px;}.time-container::after {left: 82px;right:auto;}.go-div-wrp {grid-template-columns: 100%;gap: 30px;}.go-div-wrp {flex-wrap:wrap;}.sustainability .go-div-wrp {gap:0;}.sustainability .go-div-wrp .go-div:nth-child(1) {padding-bottom: 0;}
	.sustainability .go-div-wrp .go-div ul {margin-top: 25px;}
	.nav-tabs {display: flex;justify-content: center;margin: 0px  40px 0px 40px;gap: 20px;flex-direction: column;}
	.nav-container {padding: 40px 0px;width: 100%;}.nav-img-wrp {gap:20px;}
	.nav-img-wrp {display: grid;grid-template-columns: repeat(1, 1fr);justify-items: center;}
	.infra .conc-div {padding: 35px 25px;}

    .behind-yarns .content-wrap {flex-direction: column-reverse;display: flex;}
    .behind-yarns .con-img-wrap {display: none;}.behind-yarns .b-list {margin-top: 10px;}
    .behind-yarns .imgslider {margin-bottom: 30px;}
    .behind-yarns .imgslider .owl-dots {margin-top: 0px !important;}.pspace.report-sec {padding: 20px;}.report-sec-d {height: 260px;width: 280px;}
    .exibi-wrap .para {font-size: 18px;line-height: 28px;}.exibition-sec .np {width: 90%;}
    .nav-tabs {padding: 15px 15px 15px 50px;margin: 0;}
    .t-imgnew div img {height: auto !important;}
    .behind-yarns .content-wrap {gap: 30px;}
    .hmeglry .o-img img {height: auto !important;}.why-sec .t-imgnew {display: none;}.why-sec .content-wrap {gap: 20px;}
    .exibi-wrap .t-imgnew {display: none;}.stepslider.product-grid .owl-item {border: 1px solid #e2e7f6;border-radius: 30px;}
}
 @media(max-width:767px){
	  .why-2{width:100%;}.pspace.about-sec.contrs {padding: 50px 0 50px;}
 }
@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);}.timelinerow div:empty{display:none;}.timelinerow{grid-template-columns:100%;}
    .lstart::after{height:62%;}.line{border-top:1px solid #6B7280;padding:50px 0px;}.lstart{padding-top:0px;}
    .lstart{border:0px;}.lend::after{height:40%;}.dtl-cnt{flex-direction:column;gap:20px 0px;}.pnt5{top: 33% !important;}.pnt6{top: 54% !important;}
    .pnt4{top: 46% !important;left:66.5% !important;}.habout .habt h2{font-size: 30px;line-height: 35px;}.tdetails{grid-template-columns:100%;}
	.blog-sec{padding-bottom:20px;}
}

@media (max-width:700px){
    .ch2{font-size:34px;line-height:36px;} .fcol1,.fcol2,.fcol3,.fcol4,.fcol5{width:45%;}.imgar{background-position:-450px 0px;}
    .line.lend::after{height: 40%;}.scalize .content{display:none !important;}.tsticky{top:75px;}.tsticky a.active{background:transparent;color:#0d0d0d;}.tsticky ul{max-height: 0;overflow: hidden;transition: max-height 1s ease-out;background: #ffffff;}.tsticky ul.open{height: auto;transition: max-height 0.5s linear !important;max-height: 500px}.tsticky a{padding:15px 35px 15px 40px;}
	.tsticky a::after{right:35px;}.mpad1{padding-top:0px;}.mpad1 .container{width:100%;}.tdescription{padding:30px 40px 0px;}
	.product-page .products-wrap {grid-template-columns: repeat(2, 1fr);}
	.exi-des h3 ,.why-des h3{font-size: 28px;line-height: 31px;}.con-h br{display:none;}.con-des-wrap {gap: 0;}.con-h h2 {font-size: 30px;line-height: 33px;}
	.content-wrap {padding:40px 0px  0px 0px;display:grid;gap: 40px;}.testi-para-d {padding: 89px 70px 0px;margin-top: 0px;}.time-container {padding-right: 0;}.time-container.left .content, .time-container.right .content {padding: 25px 20px 25px 90px;}
	.why-3{display: grid;grid-template-columns: repeat(1, 1fr);gap: 20px;justify-items:center;}.why-3 div{width:390px}.why-choose-cont {padding: 60px 20px;        height: 747px;
        overflow: hidden;}
	.team-cont {gap: 10px;}.team-cont p {margin: 0px 0px 15px;}.why-3 {
        height: 100%;
        overflow-y: scroll;
    }
	.infra .inf-wrp {width:100%;}
}
 @media(max-width:660px){
	 .why-2 {grid-template-columns: repeat(1, 1fr);}.why div {padding: 30px;}.why-d p {font-size: 15px;width: 100%;line-height: 21px;}.leading-brands .why-2 {        grid-template-columns: repeat(2, 1fr);}.leading-brands .why-d:nth-child(2)::after, .leading-brands .why-d:nth-child(4)::after {display: none;}.leading-brands .why-d:nth-child(3)::after {display: block;}
 }
@media(max-width:650px){.products-wrap {margin: 40px 0px 0px;display: grid;grid-template-columns: repeat(2, 1fr);}.testi-para-d {padding: 30px;height:auto;}.testi-para-d p {
font-size: 18px;line-height: 28px;}.sub-hed {font-size: 30px;line-height: 32px;}.spec-title div {width: 80%;margin: 60px auto 0px;}.spec-title {height: 240px;}.v-img {right: -75px;}.exibi-wrap-2 {grid-template-columns: 100%;}.testi-wrap .owl-carousel .owl-item img {display: block;width: 70%;margin: auto;}.exibition-sec .owl-carousel .owl-item img {
display: block;width: 100%;margin: auto;}.associ-wrap .owl-dots {text-align: center !important;}.exi-des .btnwrap {margin-top: 30px;}.exibi-wrap-2 {margin: 30px 0px  0px;}.carrers-page .sub-hed {font-size: 28px;line-height: 32px;}
.statistics-wrap {padding:0px;}.products-sec .owl-dots {text-align: center !important;margin-top: 5px !important;}.products-sec  .owl-carousel .owl-item img {height: 340px;        width: 100%;}.report-sec-d {height: 230px;width: 240px;top: -80px;}.report-sec-d h3 {font-size: 24px;line-height: 25px;}.report-sec-d p {font-size: 40px;}
	    .report-sec .container {height: 280px;}.report-hed h2 {margin-top: 200px;}.certi-sec .owl-dots {text-align: center !important;margin-top: 30px !important;}
		.product-d {padding: 0px;}.blog-page .blogs-wrap {grid-template-columns:80%;justify-content: center;gap: 30px;}
.why-des .para {width:100%;min-width:100%;}.why-des {gap: 0px;}.team-mem {grid-template-columns: 35% 35%;justify-content: center;column-gap: 50px;row-gap: 50px;margin-top:20px;}
    .infra .inf-wrp {grid-template-columns: 100%;gap:30px;}.infra .conc-div p {width: 100%;}.infra .inf-d .cont {padding: 25px 20px;}.report-hed h2 {margin-top: 170px;}

    .why-us-img{
        height: 400px;
            margin: auto;
        }
        .grid-max-auto{
        width:100%;}

.certi-wrap {grid-template-columns: repeat(2, 1fr);}
}

@media (max-width:580px){.c-div img{width:100px;}.c-wrap {gap:20px 0px;}}

@media (max-width:575px){footer .iconshow svg.mb2{display:none;}.iconshow{order:4;}.facont{padding:30px 20px;}.fimg img{height:auto;}.qlh1{display:block;}
    .fcol1,.fcol2,.fcol3,.fcol4,.fcol5,.iconslider p{width:100%;}.grid2{flex-wrap:wrap;gap:10px 0px;}footer h2.mt2{margin-top:0px;}
    .fwrap{padding:40px 0px;}.f19{font-size:18px;}footer .mt1{margin:0px;}
    .backButton{display:none !important;}.count{font-size:30px;}.fdata p{padding:10px 0px 0px;}.facts .fdata{padding-bottom:10px;gap: 0px 10px;}
     .qlinks, .qlinks1, .plinks,.ablinks,.clinks,.eslinks,.mlinks,.osthlinks,.sslinks{max-height: 0;overflow: hidden;transition: max-height 0.75s ease-out;}.mlh,.eslh,.osth{margin-top:0px;}footer h2, .fcol5 .mt1 a{display:block;border-bottom: 1px solid #cbcbcb;font-size:18px;padding-bottom: 5px;}
    footer .ph:after,footer .qlh:after,footer .cuh:after, footer .clh:after, footer .mlh:after,footer .eslh:after, footer .osth:after,footer .ssh:after,footer .qlh1: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;}footer .iclose.qlh:after,footer .iclose.cuh:after,footer .iclose.ph:after, footer .iclose.clh:after,footer .iclose.mlh:after,footer .iclose.eslh:after,footer .iclose.osth:after, footer .iclose.ssh:after,footer .iclose.qlh1: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;}.plinks br{display:none;}
   .plinks.open, .ablinks.open,.qlinks.open,.clinks.open, .eslinks.open, .mlinks.open, .osthlinks.open, .sslinks.open, .qlinks1.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;}
    .sp-active .wl img{width:140px;}.header-sticky .side-menu-wrap{padding-top: 94px;}.side-menu-wrap{padding-top:60px;}
    .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, .ablinks li:last-child, .clinks li:last-child, .eslinks li:last-child, .mlinks li:last-child, .osthlinks li:last-child, .sslinks li:last-child{margin-bottom:20px !important;}.imgar{background-position:-500px 0px;}.lstart::after{height:65%;}.line.lend::after{height:39%;}.iconslider p{padding:0px;padding-top:15px;}.grid3{grid-template-columns: repeat(2,1fr);gap:10px;}.certificates{grid-template-columns: repeat(2,1fr);gap:20px;}.certificates img{height: auto;}.awardsrow{column-count:2;margin-top:15px;}.pointer{width: 20px;height: 20px;}.pulse{width: 14px;bottom: -8px;height: 6px;}.pnt5{top: 34% !important;}.pnt6{top: 57% !important;}
    .pnt4{top: 46% !important;left:66.5% !important;}.certbanner{background-position:-1100px center;}.facts{gap:20px;}.ficon {width: 60px;height: 60px;}.fcol2, .fcol5, .fcol4 {padding-left:0;}.fcol2 {order:1;}.fcol3 {order:2;}.fcol4 {order:3;}.fcol1 {order:4;}.fcol1 .cuh {border-bottom:none;}.fcol1 .cuh:after {display:none;}
	.cont .c-des {font-size: 16px;line-height: 20px;}.statistics-wrap {gap:0px;row-gap:30px;}.sts-d {left: -25px;padding: 15px 5px;width: 160px;margin: auto;}
	.cont .c-num {font-size: 26px;}.gimg-wrp {grid-template-columns: repeat(1, 1fr);gap:20px;width:100%;}.con-img-wrap{display:none;}.con-img-wrap-2{display:block;}
	.t-img {display: flex;gap: 20px;flex-direction: column;}.sm-exi {display: flex;padding: 0px 0px;justify-content: space-between;flex-direction: column;gap:15px;}
	.testi-para-d {padding: 30px 30px 50px 30px;height: auto;}.testi-sec .owl-dots {margin-top: -40px !important;margin-right: 25px;}.owl-carousel .owl-dot {border-radius: 0 !important;width: 25px !important;height: 4px !important;margin: 0px 7px !important;}.association .owl-dots {margin-top: -20px !important;}.con-h h2 {font-size: 28px;
    line-height: 30px;}.blog-page .blogs-wrap {grid-template-columns:90%;justify-content: center;gap: 30px;}.form-d {padding:15px;}.form-row{grid-template-columns: repeat(1, 1fr);gap:20px;}.cform-row {grid-template-columns:100%;}.career-div .app-p {font-size: 18px;line-height: 23px;}

.time-container.left .date, .time-container.right .date {display:none;}.time-container {padding-left:40px;}.timeline::after {left: 0;}
.time-container::after {left: -10px;}.time-container.left::before, .time-container.right::before {left: 0;}.time-container.left .icon, .time-container.right .icon {left: 50px;}
.container.left::after, .time-container.right::after {left: -10px;}.date-mob {display:block;margin-bottom:15px;font-size: 20px;font-weight: bold;color: #006E51;text-transform: uppercase;letter-spacing: 1px;}.abt-testi .owl-dots {margin-top: 15px !important;margin-right: 0;}.abt-testi .tefl p {font-size:14px;line-height:24px;}.tefl {flex-wrap: wrap;margin-top: 20px;gap: 10px;}.mission-grid {display: block;border-radius: 0;}.vission-grid {flex-direction: column-reverse;align-items: start;gap: 0;border-radius: 0;}
.vission-grid .vimg {margin-bottom:0;}.con-p p {min-width: 100%;width: 100%;}
.career-form {padding:15px;}.exibi-wrap-2 .sm-exi{padding:15px;}
.why-sec .container{width:90%;} .why-sec .why-des{width: 90%;margin: auto;}
.team-mem {grid-template-columns:300px;gap: 25px;}
.donmbmen{display:block;}.behind-yarns .imgslider {margin-bottom: 0;}.btnwrap a {padding: 6px 18px;font-size: 12px;}
.owl-carousel .owl-stage-outer {padding-bottom: 0;}.advantage-sec .btnwrap {margin-top: 20px;}.exibition-sec .np {width: 100%;}.mb25 {margin-bottom: 20px !important;}
.blogslider .owl-nav button {width: 35px;height: 35px;left: -15px;}.blogslider .owl-nav .owl-next {right: -15px;}
.misson-hed .owl-stage {align-items: stretch;display: flex;}
.mission-grid {height: 100%;}
.eco-wrap {grid-template-columns: repeat(1, 1fr);gap: 20px;}.ecod {border-bottom-left-radius: 60px;}
.community-grid  {grid-template-columns: repeat(1, 1fr);}.behind-yarns .content-wrap {gap: 20px;}.side-menu-wrap {padding-top:80px;}
.header-sticky .side-menu-wrap {padding-top: 80px;}.con-img-wrap.recycle-bin {display: flex;}.leading-brands .why-d::after {display:none;}

}

@media only screen and (max-width: 767px){
    .copyright .container p{text-align:center;}.copyright .container a{white-space:nowrap;}.cbtn{padding:6px 18px;}
   .ch2{font-size:28px;line-height:28px;}.ch3{font-size:22px;line-height:20px;}.submit input{width:150px;}
    .sse {bottom: 0px !important;transform: none !important;writing-mode:horizontal-tb !important;width: 100%;text-align: center;display: inherit;grid-template-columns: repeat(2, 1fr);}.copyright{padding-bottom:0;}.contactpage .copyright{padding-bottom:0px;}.side-menu-wrap {width: 100%;}.cuh {margin-bottom: 15px;}
    .blog-content .sub-head , .neve-page .sub-head , .news-content .sub-head{height: 120px;}.news-content .sub-hed{height: 120px;}
    .textWrapper span, .textWrapper .bh1{font-size:25px;}.sub-banner{height:200px;}.breadcrumb{padding:8px 0px;}
    .textWrapper p,.nslider .f16{display:none;}.textWrapper .d-flex{justify-content:center;width:100%;}.textWrapper{padding:10px;bottom:-20px;justify-content:center;align-items:flex-start;}.textWrapper .bh1{margin-bottom:0px;text-align:left;padding:0px 50px;}
   .side-menu-wrap{padding-top:75px;}.header-sticky .side-menu-wrap{padding-top:73px;}.swiper .swiper-wrapper .swiper-slide{height:100%;}
    .sub-banner h1{font-size:26px;line-height:1;}.ch1{font-size:36px;line-height:38px;}.subbanner{height: 240px;background-position: center;}
    .breadcrumb a{font-size:14px;}.subbanner .f18{font-size:16px;}.subbanner .container{gap:5px 0px;}.copyright a:nth-child(2){padding:0px 10px;}.copyright a{margin:0px 5px;}
    .subbanner .container{flex-direction:column-reverse;margin-top: 70px;}.subbanner{background-position:right;}.fadrow img, .header-logo img {width: 240px;}
    .qlhead{padding: 6px 30px;}.tsticky a{padding: 15px 25px 15px 30px;}.tdescription{padding: 30px 20px 0px;}.qlhead::after{right:15px;}
	.call::after {width: 20px;height: 20px;background-size: 24px;}.call, .mail {padding-left: 50px;}.mail::after {width: 35px;height: 35px;background-size: 32px;}
	.sicons {margin-top: 28px;margin-bottom: 13px;}.products-wrap {margin: 30px 0px 0px;gap:10px;grid-template-columns: repeat(1, 1fr);}.product-page  .products-wrap {  grid-template-columns: repeat(1, 1fr);gap:20px;}.blogs-wrap {margin: 30px 0px;grid-template-columns: repeat(1, 1fr);}
	.sts-d {left: -17px;width: 120px;padding: 10px 10px;margin: auto;}.cont .c-des {font-size: 12px;line-height: 18px;}.cont .c-num {font-size: 21px;}.specs-des h3 {font-size: 21px;padding-bottom: 6px;margin-bottom: 6px;}.specs-num p {font-size: 24px;}
	.product-d {display: flex;justify-content: center;flex-wrap: wrap;}.specs-des h3::after {top: 29px;}.blog-page .blogs-wrap {grid-template-columns:100%;justify-content: center;
	gap: 30px;}.b-content h2 {font-size: 22px;line-height: 28px;}.brnd {padding-top: 10px;}.product-page .products-wrap {gap: 30px;}
	.time-container.left .icon, .time-container.right .icon {display: none;}.time-container.left .content, .time-container.right .content {z-index: 9;}.time-container {        padding-left: 20px;}.time-container.left .content, .time-container.right .content {padding: 20px 30px;border-radius: 0;}.time-container .content h2::after {top:auto;bottom:-10px;}.owl-dots {margin-top: 30px !important;}.vimg svg {width: 70px;}
	.process-div {height: 100%;}.pro-tab td {padding: 15px;}.con-p .sus-para p {line-height: 26px;font-size: 16px;margin: 0 0 20px;width: 100%;}.con-des-wrap {gap: 0;}
    .go-div {padding: 10px;}.go-div li {margin: 20px 0 20px;font-size: 16px;}.swiper-button-prev span, .swiper-button-next span {width: 12px;height: 12px;}
	.textWrapper .btnwrap {margin-left: 50px;}.textWrapper .btnwrap a {padding: 8px 15px;}.textWrapper .btnwrap a:nth-child(1) {display:none;}.sub-hed br {display:none;}
	.textWrapper .btnwrap {margin-top: 20px;}.sts-d .cont {gap: 14px;}.btnwrap {margin-top: 25px;}.stat-section {padding:0;}.mission-grid, .vission-grid {padding: 30px;}
   .sticky-nav-sec {top:74px;}.main-menu {margin-right: 0px;}.why-choose-cont{padding: 50px 10px;height: 647px;overflow: hidden;}.why-3{height: 100%;overflow-y: scroll;gap:15px;}.why-3 div {width: auto;}
	.team-mem {grid-template-columns:80%;}.specs {border-radius: 0 !important; height: 100% !important;flex-direction: column;} .productslider .yarn-tps {padding: 10px 20px 20px;}
    .misson-hed .b-list li {font-size: 14px;}.vimg svg {width: 55px;margin-bottom: 15px;}
    .signature-yarn .sub-hed {font-size: 28px;line-height: 36px;margin-bottom: 20px;}.pro-tab {margin-top: 15px;}
    .pro-link a {font-size: 16px;padding: 6px 10px 6px 15px;}.sticky-nav div {margin: 8px 0px;}
    .owl-dots {margin-top: 10px !important;}.csrh2 span {font-size: 24px;}.banner .bslide2::after, .bslide3::after, .bslide4::after, .bslide5::after {    background: linear-gradient(25deg, #1b2952 9%, transparent 92%);}
    .copyright p {margin: 0;}footer {padding-bottom: 65px;}.infra .conc-div p {font-size: 24px;line-height: 30px;}.eco-friendsec {padding: 20px 0 0 !important;}
    .imgslider2, .imgslider {padding: 0 20px;}.blog-d .b-des {line-height: 26px;}.b-tit {margin-bottom: 15px !important;}
    .sub-banner::after {    background: linear-gradient(25deg, #1b2952 15%, transparent 110%);}.textWrapper span, .textWrapper .bh1 {letter-spacing:0;}

	.mabt-ban{background-image: url(images/banner/girlsbanner.jpg)!important;}
	.m-pbnr{background-image: url(images/banner/gallerybanner.jpg)!important;}
	.csr-mob{background-image: url(images/banner/aboutbanner.jpg)!important;}
	.m-car{background-image: url(images/banner/boysbanner.jpg)!important;background-position: top;}
	.mob-news{background-image: url(images/banner/infrabanner.jpg)!important;background-position: top;}
	.mob-infra{background-image: url(images/mob-infra.webp)!important;background-position: top;}
	.home-text{background-image: url(images/home-textiles-subbanner.webp)!important;background-position: top;}
	.mob-txt{background-image: url(images/text-bnr-mob.webp)!important;background-position: top;}
	.why-mob{background-image: url(images/whyus-mob.webp)!important;background-position: top;}
	.cont-mob{background-image: url(images/banner/contactbner.jpg)!important;background-position: top;}
	.mob-bog{background-image: url(images/mob-blog.webp)!important;background-position: bottom;}

    .home-txt-grid {grid-template-columns: repeat(1, 1fr);gap: 5px;margin-top: 20px;}#google_translate_element {margin-top: 0;}.side-menu-wrap {padding-top: 90px;}
    .header-sticky .side-menu-wrap {padding-top: 90px;}.sub-head h2 {margin: 0px 0px 10px 0px;font-size: 25px;line-height: 32px;}
    .exi-des h1 {font-size: 26px;line-height: 32px;margin: 0 0px 30px;width: 90%;}

.bslide5 .textWrapper .btnwrap, .bslide2 .textWrapper .btnwrap, .bslide4 .textWrapper .btnwrap {padding-right: 50px;}
.modal-dialog {width: 90%;}.leading-brands {padding: 40px 0;}.productslider.owl-carousel .owl-item img {height: 450px !important;}

}
 @media(max-width: 480px) {
    .leading-brands .why-2 {grid-template-columns: repeat(1, 1fr);}.leading-brands .why-d::after, .leading-brands .why-d:nth-child(3)::after {display:none;}
.owl-carousel .whyimges img {width: 60px !important;}.pspace.exibition-sec {padding-top: 50px;}

.mob-bnr {background-image: url(images/banner/firstbanner.jpg) !important;}	
.mob-bnr-one {background-image: url(images/banner/fourhtbanner.jpg) !important;}	
.mob-bnr-two {background-image: url(images/banner/secondbanner.jpg) !important;}	
.mob-bnr-three {background-image: url(images/banner/thirdbanner.jpg) !important;}	
.mob-bnr-four {background-image: url(images/banner/fifthbanner.jpg) !important;}	
.mob-bnr-five {background-image: url(images/banner/sixthbanner.jpg) !important;}	
.hmeglry .o-img img {height: 320px !important;}.c-div img{width:130px;}.c-wrap {gap:20px 0px;}

 }
@media (max-width:420px){.textWrapper span, .textWrapper .bh1{font-size:25px;line-height:1.3;margin-bottom:0px;}.imglink li a{font-size:18px;}.imglink{margin-left: 15px;}
    .copyright .container p{font-size:14px;}.grid3{grid-template-columns: repeat(1,1fr);}.si-email a{width:100%;display:flex;}.msrow{gap:0px;}
    .si-email .si-op{display:none;}.why-us-img {width: 100%;}
    .why-us-img  img{width:100%;}

}
@media (max-width:400px){.pnt5{top: 30% !important;}.pnt6{top: 51% !important;}.pnt2{top: 11% !important;}.pnt3{top: 15% !important;left: 75% !important;}
    .pnt4{top: 43% !important;left:66% !important;}.specs {height: 300px;}

}

@media (max-width:387px){.time-container .content .num-change::after {top: 85px;}}
@media (max-width:380px){.line.lend::after{height:34%;}.pnt5{top: 28% !important;}.pnt6{top: 50% !important;}.pnt2{top: 11% !important;}.pnt3{top: 14% !important;left: 75% !important;}.pnt4{top: 41% !important;left:66% !important;}.copyright .container p,.copyright a{font-size:12px;line-height: 20px;}.copyright .right{margin-top:5px;}.fdata .lmt{width: 70%;margin: 0px auto;}.g-recaptcha iframe{transform: scale(0.9);transform-origin: 0;}.breadcrumb li,.breadcrumb a{font-size:14px;}.subbanner .ch1{font-size:30px;}
.qlhead{padding: 10px 20px;}.textWrapper .btnwrap {margin-left: 28px;}.textWrapper .bh1 {padding: 0px 26px;}
.specs-para{width:90%;font-size:14px!important;}.report-wrap {justify-content:center;}.report-sec-d {right:auto;left:auto;}
.g-recaptcha {transform: scale(0.8);margin-left: -25px;}
}

@media (max-width:350px){.vm::after{top: 185px;}.copyright .container{width:95%;}.bslide5 .textWrapper .btnwrap, .bslide2 .textWrapper .btnwrap, .bslide4 .textWrapper .btnwrap {
padding-right: 25px;}}
@media (max-width:330px){.line.lend::after{height:32%;}}


/* breadcrumb css */
.sb .breadcrumb-one {display: flex;list-style-type: none;justify-content: flex-start;align-items: center;flex-wrap: wrap;padding: 5px 0px;letter-spacing: 0px;}
.sb .breadcrumb-one li a {color: #0ee9b2;}.sb .breadcrumb-one{font-size: 15px;padding: 0px 8px;margin-left: -9px;}
.sb .breadcrumb-one li {font-size: 15px;padding: 0px 2px;font-weight:400;}.color-y{color: #f4c433;}
.sb h1 {color: #fff;margin-bottom: 20px;font-size: 34px;line-height: 40px;padding-left: 0px;}
.para-title{font-size: 20px;margin-top: 15px;line-height: 26px;}.event-h2 h2{font-weight:800;}.exibition-sec .sub-hed{font-weight:800;}
@media(max-width:1100px){.exibition-sec .mt20{margin-top:20px;}}
@media(max-width:767px){.sb h1{font-size: 24px;line-height: 30px}
.c-wrap {text-align: center;width: 100%;margin: auto;}

}

.why-d h3 {
    font-size: 25px;
    line-height: 34px;
    margin: 0px 0px 20px 0px;
}
.exi-des h2 {
    font-size: 38px;
    line-height: 45px;
    width: 71%;
    margin: 40px 0px;
    font-weight: 700;
    color: #006a50;
}

.prod-img {width: 100%;
  height: auto; /* maintain aspect ratio */
  display: block;
  object-fit: cover; }



  .gallery {
  
  flex-wrap: wrap;
  gap: 10px;
}
.gallery img {

 
  cursor: pointer;
  border-radius: 5px;
  transition: transform 0.3s;
}
.gallery img:hover {
  transform: scale(1.02);
}

/* Popup overlay */
.popup {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.9);
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* Popup image */
.popup img {
  max-width: 90%;
  max-height: 80%;
  margin-top: 62px;
  border-radius: 10px;
}

/* Buttons */
.popup .controls {
  margin-top: 15px;
  display: flex;
  gap: 15px;
}
.popup button {
  padding: 10px 20px;
  font-size: 20px;
  border: none;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
}
.popup button:hover {
  background: #03834e;
}
@media (min-width: 992px) {
  .d-flex.align-items-center {
    display: none !important;
  }
}

.about-section{
	position:relative;
	padding:30px 0px;
}

.about-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.about-section .content-column .inner-column{
	position:relative;
	padding-top:50px;
	/* padding-right:100px; */
}

.about-section .content-column .text{
	position:relative;
	color:#000000;
	font-size:18px;
	line-height:2em;
	margin-bottom:40px;
}

.about-section .content-column .email{
	position:relative;
	color:#252525;
	font-weight:700;
	margin-bottom:50px;
}

.about-section .image-column{
	position:relative;
	margin-bottom:50px;
}

.about-section .image-column .inner-column{
	position:relative;
	padding:40px 40px 0px 0px;
	margin-left:50px;
}

.about-section .image-column .inner-column:after{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	left:40px;
	bottom:100px;
	z-index:-1;
	border:2px solid #006a50;
}

.about-section .image-column .inner-column .image{
	position:relative;
}

.about-section .image-column .inner-column .image:before{
	position:absolute;
	content:'';
	left:-50px;
	bottom:-50px;
	width:299px;
	height:299px;
	background:url(img/pattern-2.png) no-repeat;
}

.about-section .image-column .inner-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.about-section .image-column .inner-column .image .overlay-box{
	position:absolute;
	left:40px;
	bottom:48px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box{
	position:relative;
	color:#252525;
	font-size:24px;
	font-weight:700;
	line-height:1.4em;
	padding-left:125px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box .number{
	position:absolute;
	left:0px;
	top:0px;
	width:110px;
	height:110px;
	color:#006a50;
	font-size:68px;
	font-weight:700;
	line-height:105px;
	text-align:center;
	background-color:#ffffff;
	border:1px solid #006a50;
}
.about-section .btn-style-three:before {
    position: absolute;
    content: '';
    left: 10px;
    top: 10px;
    z-index: -1;
    right: -10px;
    bottom: -10px;
    background: url(https://i.ibb.co/DKn55Qz/pattern-1.jpg) repeat;
}
.about-section .btn-style-three:hover {
    color: #ffffff;
    background: #006a50;
}
.about-section .btn-style-three {
    position: relative;
    line-height: 24px;
    color: #252525;
    font-size: 15px;
    font-weight: 700;
    background: none;
    display: inline-block;
    padding: 11px 40px;
    background-color: #ffffff;
    text-transform: capitalize;
    border: 2px solid #006a50;
    
}
.sec-title2{
	color:#fff;
}
.sec-title {
    position: relative;
    padding-bottom: 40px;
}
.sec-title .title {
    position: relative;
    color: #006a50;
    font-size: 25px;
    font-weight: 700;
    padding-right: 50px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: capitalize;
}
.sec-title .title:before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 7px;
    width: 40px;
    height: 4.5px;
    
    background-color: #006a50;
}

.ab-txt-grid 
{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 35px;
}

@media only screen and (max-width: 767px){
    .ab-txt-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 5px;
        margin-top: 20px;
    }
    .year-box{
        display: none;
    }
    .kd{
        display: none;
    }
    .ml-8{
        margin-left: -8px !important;
    }
    .spd{
        font-size: 55px !important;
    }
}
    
@media (max-width: 766px) {
  .visible-xs {
      display: block !important;
  }
  .visible-md {
      display: none !important;
  }
}

@media (min-width: 767px) {
  .visible-xs {
      display: none !important;
  }
  .visible-md {
      display: block !important;
  }
}

.image img {
  transition: box-shadow 0.3s ease; /* smooth effect */
}

.image img:hover {
  box-shadow: 0 0 20px 5px rgb(118, 248, 118); /* green glow effect */
}
/* .mb-150{
    margin-bottom: 150px;
} */
.cinz{
    font-family:"Lobster Two", sans-serif !important;
    font-weight: 600;
    /* font-size: 55px !important; */
}
.klr{
    align-items: flex-end !important;
}
.spd{
    font-weight: 100 !important;
    color: #08eb76 !important;
    font-size: 75px ;
   font-family: "Style Script", cursive;
}
.gh{
    line-height: 1.3 !important;
}
/* @media (min-width: 992px) {
  .sec-head {
    font-size: 75px !important;
    line-height: 1.2 !important;
  }
}


@media (min-width: 1200px) {
  .sec-head {
    font-size: 75px !important;
    line-height: 1.2 !important;
  }
} */

.gf{
    font-size: 30px !important;
   
}
#goTopBtn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 999;
  background-color: #028742;
  color: white;
  border: none;
  outline: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  display: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* Hover effect */
#goTopBtn:hover {
  background-color: #016a3a;
  transform: scale(1.1);
}

/* Bounce animation */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-12px);
  }
  60% {
    transform: translateY(-6px);
  }
}

.bounce {
  animation: bounce 1.5s infinite;
}

