*{margin: 0px;padding: 0px;box-sizing: border-box;}
:root{
   --blue:#080393;
    --brown:#964822;
}
body{font-family: "Poppins", sans-serif;font-size: 16px;line-height: 26px;overflow-x: hidden;font-weight: 400;color:#666666;}
h1,h2,h3,h4,h5,h6{color:#002813;font-weight:500;font-family: "Teko", sans-serif;}h2{letter-spacing:0px;}
a{color:#0d0d0d;cursor:pointer;}h2{font-size:44px;line-height:0.9;}
.sp-sticky,header{
	width: 100%;height: auto;
    display: block;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.sp-sticky-child{
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
ul{list-style-type: none;}a{text-decoration: none;}.ncontainer {
    width: 90%;
    margin: 0px auto;
}.container{width: 90%;margin: 0px auto;}.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pt0 {padding-top:0 !important;}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}/* side menu */
.side-menu-wrap {padding-top:85px;width: 300px;position: fixed;left: -100%; top: 0;background: #fff;height: 100%; -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2); box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  overflow-y: auto; z-index: 9999; transition: .4s; -webkit-transition: .4s; -moz-transition: .4s; -ms-transition: .4s; -o-transition: .4s;}
.side-menu-wrap.opened {left: 0;transition: .8s; -webkit-transition: .8s;-moz-transition: .8s;  -ms-transition: .8s; -o-transition: .8s;}
p{text-align: left;}
.main-menu .sub-menu li{line-height: 24px;}.main-menu .sub-menu a{text-transform: capitalize;}
.side-menu-logo { border-bottom: 2px solid #FE8204;}
.header-sticky .side-menu-wrap{padding-top:85px;}
.side-menu-nav .main-menu>li {position: relative;border-bottom: 1px solid #ccc;}

.side-menu-nav .main-menu>li>a>i {color: #03328E;}

.side-menu-nav .main-menu .sub-menu {border-top: 1px solid #431b0e;background: #fff;display: none;}

.side-menu-nav .main-menu .sub-menu li {border-bottom: 1px solid #eee;}

.side-menu-nav .main-menu .sub-menu a {padding: 15px 18px;display: block;color: #212529;font-weight:500;font-size: 16px;transition: .4s;-webkit-transition: .4s;-moz-transition: .4s;-ms-transition: .4s; -o-transition: .4s; }

.side-menu-nav .main-menu .sub-menu a i {color: #03328E;}

.side-menu-nav .main-menu .sub-menu~i {position: absolute;padding: 18px 11px;right: 0;top: 0;border-left: 1px solid #ccc;}

.side-menu-nav .main-menu .sub-menu a:hover {background:var(--green);color: #fff;}

.side-menu-nav .main-menu>li>a {color: #212529;padding: 13px 30px 13px 10px;font-weight: 600;display: block;transition: .4s;-webkit-transition: .4s;-moz-transition: .4s; -ms-transition: .4s; -o-transition: .4s;}

.side-menu-wrap .side-menu-close {position: absolute; right: 0; top: 0; height: 30px;width: 30px;border-radius: 0;-webkit-border-radius: 0;-moz-border-radius: 0;-ms-border-radius: 0; -o-border-radius: 0;}

.side-menu-close { height: 43px;width: 43px;background:var(--sblue);border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;}

.side-menu-close span{height: 2px;width: 20px;background:#fff;position: relative;opacity: 1;transition: .4s;-webkit-transition: .4s; -moz-transition: .4s; -ms-transition: .4s; -o-transition: .4s;}

.side-menu-close span:nth-child(1){top: -5px;}

.side-menu-close span:nth-child(3){bottom: -5px;}

.side-menu-close.closed span:nth-child(1) {transform: translateY(7px) rotate(45deg);-webkit-transform: translateY(7px) rotate(45deg);-moz-transform: translateY(7px) rotate(45deg);-ms-transform: translateY(7px) rotate(45deg); -o-transform: translateY(7px) rotate(45deg);}

.side-menu-close.closed span:nth-child(2) {opacity: 0;}

.side-menu-close.closed span:nth-child(3) {transform: translateY(-7px) rotate(-45deg); -webkit-transform: translateY(-7px) rotate(-45deg); -moz-transform: translateY(-7px) rotate(-45deg); -ms-transform: translateY(-7px) rotate(-45deg); -o-transform: translateY(-7px) rotate(-45deg);}
/*  custom overlay */
.custom-overlay { position: fixed;left: 0;top: 0;background: rgba(0, 0, 0, .4);z-index: 12500;visibility: hidden;opacity: 0;transition: .4s; -webkit-transition: .4s;-moz-transition: .4s; -ms-transition: .4s;-o-transition: .4s;}
.stretched-link::after{position: absolute;top: 0;right: 0;bottom: 0;left: 0;z-index: 1;content: "";background-color: rgba(0,0,0,0);}
.custom-overlay.show {visibility: visible;opacity: 1;transition: .4s;-webkit-transition: .4s;-moz-transition: .4s;-ms-transition: .4s;-o-transition: .4s;}.justify-content-center {-ms-flex-pack: justify!important; justify-content: center !important;}
.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.d-block {
    display: block!important;
}
.d-none {
    display: none!important;
}
.mfi{
    box-shadow: rgb(0 0 0 / 10%) 0px 2px 4px;
}
@media (min-width: 1100px){
.flex-lg-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
.align-items-lg-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}.d-lg-block {
    display: block!important;
}.d-lg-none {
    display: none!important;
    }.sub-menu{display: none;}
}.sp-sticky {
    width: 100%;
    height: auto;
    display: block;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}.sp-active {
    box-shadow: rgb(0 0 0 / 10%) 0 2px 4px;
}.header-logo svg{width:100px;height:auto;}.sp-active svg{width:100px;}header svg{transition:all 0.3s ease;width:240px;}
header .container{position:relative;padding:0px 25px;}footer a:hover{color:var(--yellow);}
.header-logo svg, .logo2{filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(120deg) brightness(107%) contrast(96%);}
.sp-sticky .container{background:#252525;border-radius:30px;margin-top:20px;}
.copyright .left span{padding:0px 0px 0px 5px;}
.angdown svg {
    transform: rotate(450deg)!important;
}.side-menu-nav svg {
    transition: all .1s linear;
}.sp-sticky.sp-active .container{margin-top:0px;}
.sp-sticky.sp-active {
    box-shadow: rgb(0 0 0 / 10%) 0px 2px 4px;background:#252525;
    margin-top:0px;
}
header .main-menu>li>a{padding:0px 1.5vw;color:#fff;font-size: 16px;display: flex !important;align-items: center;height:70px;transition:all 0.3s ease;}
.main-menu a span{position: relative;display: flex;text-transform:uppercase;font-weight:500;transition:all 0.3s ease;}
.main-menu a.active span::after,.main-menu a:hover span::after{filter:invert(42%) sepia(100%) saturate(404%) hue-rotate(89deg) brightness(94%) contrast(84%);
}.main-menu a:hover span{color:var(--red) !important;}
footer{background:url(images/footerbg.webp) no-repeat;background-position:right;background-size:contain;position:relative;}
footer::after{content:'';position:absolute;width:100%;height:100%;background:linear-gradient(to right, var(--red) 75%, transparent);z-index:-1;bottom:0;}
.fwrap {
    display: grid;
    grid-template-columns:55% 40%;
    padding:60px 0px;align-items:center;
    justify-content: space-between;
}

.copyright .container {
    display: flex;flex-wrap:wrap;
    justify-content: space-between;
    padding: 14px 0px;border-top:1px solid #183b23;
}
footer h2{margin-bottom:15px;text-transform:uppercase;font-size:18px;color:#7d9587;letter-spacing:0px;font-weight:400;text-align:center;}
.backButton {
    cursor: pointer;
    position: fixed;
    bottom: 3rem;
    right: 2rem;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    transition: transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
}.backButton__bg {
    position: absolute;
    z-index: -1;
    border-radius: 100%;
    width: 100%;
    height: 100%;background:#906E49;
}.backButton:hover .backButton__bg{background-color:var(--blue);}
.backButton__icon__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.backButton__icon__wrap svg{width: 20px;height: 20px;}


header.sp-sticky.sp-active .main-menu a span{color:#fff;}
header.sp-sticky.sp-active .main-menu a.enbtn span{color:#fff;}
.enbtn::before,
.enbtn::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform-origin: center;
    border-radius:25px;
    z-index: -1;width:100%;height:100%;
    transition: all .5s;background:transparent;
 }

 .enbtn::after {
  background: linear-gradient(180deg, #6aa13f, #136c3a);transform:scale(1)
 }

  .enbtn::before {
  background:linear-gradient(180deg, #dbb44e, #b27d32);
 }

.enbtn:hover::after {
  transform:scale(0);
}
.cbtn{color:#fff;border-radius:20px;font-weight:500;position:relative;transition:all 0.5s ease;text-transform:uppercase;
	font-size:16px;align-items:center;overflow:hidden;    border: 1px solid var(--yellow);
    border-radius: 50px;}.cbtn span{position:relative;z-index:9;}
.cbtn:hover{color:#0a0a0a;}
.cbtn::before{content:'';background:var(--red);width:100%;height:100%;left:0%;transition:all 0.3s ease;position:absolute;transition:all 0.5s ease;z-index:-1;}
.cbtn:hover::after{left:0;}
.cbtn::after{content:'';background:var(--yellow);width:100%;height:100%;transition:all 0.3s ease;position:absolute;transition:all 0.5s ease;transform:translateY(-100%);
z-index:-1;}
.cbtn:hover::after{transform:translateY(0%);}

header .main-menu>li:hover .sub-menu {
    display: block;
}header .main-menu .sub-menu {
    display: none;
    position: absolute;
    left: 55%;
    top: 100%;
    width: 240px;
    overflow: hidden;
    border-top: 2px solid var(--green);
    background: #fff;
    -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
    box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
    z-index: 5;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
header .main-menu .sub-menu a {
    padding: 12px 24px; 
    display: block;
    transition: .4s;
    -webkit-transition: .4s;
    -o-transition: .4s;
    border-bottom:1px solid #899a4d59;
}header .main-menu .sub-menu a:hover{color:var(--green);}
.btn1 {
    font-weight: 500;
    line-height: 1.5;
    border-radius: 0;
    padding: 12px 65px 12px 16px;
    text-transform:uppercase;
    color: #ffffff;border-radius:50px;
    background-color: #906E49;
    transition: all 0.3s ease-in-out;align-items:center;
    display: inline-flex;position:relative;
}
.btn1::after, .btn1::before{content:'';position:absolute;width:24px;height:24px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23906E49' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 5v14m6-8l-6-6m-6 6l6-6'/%3E%3C/svg%3E");transform:rotate(45deg);
right:15px;}
.btn1::before{background:#fff;border-radius:50%;right:12px;width:30px;height:30px;}

.btn1:hover{background:#fff;color:var(--brown);}
.btn1:hover:before{background:var(--brown);}
.btn1:hover:after{filter: brightness(0) saturate(100%) invert(100%) sepia(92%) saturate(32%) hue-rotate(69deg) brightness(106%) contrast(107%);}

.hero-slider {
  width: 100%;
  height: 750px;
  display: flex;
  position: relative;
  z-index: 0;justify-content:center;
}

.hero-slider .swiper-container {
  height: 100%;width:92%;
  position: absolute;
  top: -30px;border-radius:50px;
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}

/* Slide Overlay */
.slide-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
to right, rgb(0 0 0), rgb(37 37 37));
  z-index: 1;opacity:0.5;
}

.swiper-pagination{text-align:left;margin-left:50px;margin-bottom:20px;}.swiper-pagination-bullet{background:#fff;opacity:0.5;}
.swiper-pagination-bullet-active{opacity:1;}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 690px;
}
.hero-style .container{z-index:1;}
.hero-style .slide-title h2 {
  font-size: 60px;line-height:58px;
  font-weight:500;white-space:pre-wrap;
  color: #ffffff;
  margin-bottom: 40px;
  text-transform: capitalize;
}

.hero-style .slide-text p {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 40px;
  color: #fff;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.6);
}
.bcont{width:50%;margin-left:0px;padding-left:5%;}
.nowrap{white-space:nowrap;}
.custom-form{position:absolute;width:450px;height:auto;background:#fff;z-index:1;right:0;padding:40px 30px;border-radius:30px;
	right:30px;
}
.hero-style{display:flex;align-items:center;justify-content:center;}
input, select, textarea{width:100%;height:40px;margin-bottom:10px;padding:10px;font-family:"Poppins", sans-serif;
border-radius:7px;border:1px solid #ccc;}textarea{height:80px;}
.submit{width:auto;padding:12px 40px;line-height:1;text-transform:uppercase;font-weight:500;background:#906E49;border:0px;color:#fff;
	font-size:16px;transition:all 0.3s ease;cursor:pointer;}.submit:hover{background:var(--blue);}

.about-section, .portfolio {
  background: #e9e4dc;
}
.space{padding: 80px 20px;}
.about-section .container {
  max-width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: 0.9fr 1.2fr 1.5fr;
  gap: 40px;
  align-items: center;
}
.tag{font-family:'Teko';font-weight:500;font-size:24px;color:#8a6b4d;}
/* LEFT */
.about-left .tag, .tag {
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
}

.about-left h2 {
  
  color: #222;
  margin-bottom: 20px;
}

.about-left p {
  color: #555;
  line-height: 1.6;
}

/* IMAGE */
.about-image img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

/* RIGHT */
.about-right .desc {
  color: #666;
  line-height: 1.7;
  margin-bottom: 30px;
}

.stats {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.stats h3 {
  font-size: 36px;
  margin-bottom: 5px;
  color: #222;
}

.stats span {
  font-size: 20px;
  color: #8a6b4d;
  font-weight: 500;font-family:'Teko';
}
.plus::after{
    content: "+";
    display: inline-block;
    font-weight: 400;
    margin-left: 5px;
}

/* 📱 RESPONSIVE */
@media (max-width: 992px) {
  .about-section .container {
    grid-template-columns: 1fr;
  }

  .about-left h2 {
    font-size: 36px;
  }

  .stats {
    gap: 30px;width:100%;
    flex-wrap: wrap;
  }

  .about-right {
    display: flex;
    flex-direction: column;
    align-items: center;
	}.about-left h2 br{display:none;}
}

@media (max-width: 576px) {
   h2 {
    font-size: 32px;
  }

  .stats h3 {
    font-size: 28px;
  }
}

.services-top {
  display: grid;grid-template-columns:40% 50%;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 50px;
}
.sslider .content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;z-index:1;
  color: #fff;
}.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
}
.sslider .content h3{color:#fff;font-size:24px;font-weight:400;}
.sslider .owl-item{border-radius:15px;position:relative;overflow:hidden;}
.owl-dot{background:#ded6c9;width: 8px;height: 8px;border-radius: 50%;}.owl-dots{display:flex;justify-content:center;column-gap:15px;}
.owl-dot.active{background:#8a6b4d;}.text-center{text-align:center;}.mb-50{margin-bottom:50px;}
.portfolio-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 50px;
}

/* IMAGE */
.portfolio-image img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}.portfolio-content h3 {
  font-size: 32px;
  margin-bottom: 15px;
}
.portfolio-content p {
  margin-bottom: 25px;
}
.portfolio-content h4 {
  margin-bottom: 15px;
  font-size:24px;
}.qstats{flex-wrap:wrap;gap:15px;}
.qstats li{display:flex;align-items:center;gap:10px;}
.qstats li span{width:30px;height:auto;}
.frev > div:first-child{order:2;grid-template-columns:1fr 1.2fr;}
.frev{grid-template-columns:1fr 1.2fr;padding-top:40px;}.pb-0{padding-bottom:0px;}
.process-col {
  display: flex;
  flex-direction: column;
  gap: 30px;
}.process-image img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
.hwk{display: grid;
  grid-template-columns: 1fr 1fr 1fr;gap:40px;align-items:center;}
.hwk .card{background:#fff;padding:20px;border-radius:10px;}.hwk .card h3, .wlist h3{font-size:25px;color: #8a6b4d;}
.top img{position:absolute;width:35px;height:auto;right:0;top:0;}.top{position:relative;}
.card h3{margin:20px 0px;}
.offer{display: grid;
  grid-template-columns: 35% 60%;justify-content:space-between;background:#fff;border-radius:20px;padding:80px 40px;
  gap: 40px;
	align-items: center;}.offer img{width:100%;border-radius:20px;}.hero-image{position:relative;}
.bg-shape{position:absolute;width:100%;height:100%;transform: rotate(8deg);z-index:0;}
.himg{position:relative;z-index:1;}.offer h2{margin-bottom:20px;}
.sale-box{display:flex;gap:25px;padding-top:40px;align-items:center;}.sale-box img{width:45px;height:70px;object-fit:contain;}
.sale-box p{font-family:"Teko";font-size:24px;margin-bottom:5px;}
.sale-box h3{font-size:32px;}
.g2{display:grid;grid-template-columns:45% 50%;justify-content:space-between;align-items:flex-start;}
img{max-width:100%;}.mb-2{margin-bottom:20px;}.g2 > div:first-child img{border-radius:15px;margin-top:10px;}
.wlist{display:grid;grid-template-columns:48% 48%;justify-content:space-between;gap:20px;}
.wlist > div{padding:20px;border:1px solid #8a6b4d;border-radius:15px;}
.wlist h3{margin:15px 0px;}.wlist img{width:40px;height:auto;}
.review .owl-item{background:#e9e4dc;padding:30px;border-radius:15px;opacity:0;}
.review .owl-item p{color:#000;}.review svg{width:40px;height:auto;}.review .owl-dots{margin-top:30px;}
.review .owl-item.active{opacity:1;}.review .owl-stage{display:flex;}
footer{background: #252525;padding:40px 0px 0px;}.logo2{width:100px;height:auto;}
.copyright p{text-align:center;color:#fff;padding:10px 0px;border-top:1px solid #cccccc4d;font-weight:200;font-size:14px;}
.btn2, .mview{display:none;}header.stack{z-index:0 !important;}.custom-form h2{display:none;}
.mview.popup{width:80%;display:block;position:fixed;z-index:99999;height:100%;overflow-y:scroll;box-shadow:0px 0px 10px rgba(0,0,0,0.15);padding-bottom:120px;}.fhead{display:flex;justify-content:space-between;}
@media (max-width:1199px){
	.hero-style .slide-title h2 {font-size:50px;line-height:1;}.about-section .container{grid-template-columns:1fr 1fr;}
	.about-right {
  grid-column: 1 / -1;
}
}
@media (max-width:1100px){
	.sp-sticky .container{padding:10px 25px;}.hero-slider .swiper-container{top:-10px;}header .btn1{position:absolute;right:80px;}
}
@media (max-width:991px){.stickycol,header .container::after{display:none;}.fwrap{grid-template-columns: 50% 45%;}
    .fcol1,.fcol3{width:100%;}.textWrapper .bh1{font-size:75px;line-height:44px;}.hero-style p{font-size: 28px;}
    .habt p{margin-bottom:20px;}.habt{align-items: normal;}
    .hp21 h3, .hpr2 h3{padding: 8px 15px;font-size:18px;}.hprow, .hprow1,.hp2{gap:10px;}.hprow1{margin-top:10px;}footer img{margin-bottom:10px;}
    .cnt-dtl{width:50%;}.cnt-frm{width:48%;}.c-frm .row{padding:50px 30px;}.psrow{grid-template-columns: repeat(3,1fr);}.sub-banner{height:350px;}
    .clientslider .owl-prev{left:-30px;}.hbg{background: linear-gradient(to bottom, #fff 28%, #f1ede8 20%);}
    .pslist .pirow{grid-template-columns: repeat(2,1fr);}.plists{gap:0px 20px;}
    .cgal img,.cicon{height:200px;}.cicon img{height:140px;}
    .cforms{grid-template-columns:50% 45%;}#form .col6{width:100%;}.branch{grid-template-columns:repeat(3,1fr);gap:70px 30px;}
    .psh{display:grid;grid-template-columns:45% 55%;}.ctwrap{grid-template-columns: 100%;}.map-container .point{margin-top:-20px;}
    .ctwrap{padding:30px 0px 0px;}
	.bg11,.bg11 h2{/*color:#fff;*/}.fj p{padding-right:80px;}.fj::after{height:160px;}.fj img{width:240px;}.habtbg::after{background-size:250px;}
    .bg11 {
    background: #fdf8f8;
   
    }.hprod h3{margin-bottom:20px;}
	.bg33 div:last-child{margin-top:-100px;}.bg33{gap:50px;}.tsbg::before{bottom:-50px;}
    .textWrapper{grid-template-columns: 50% 45%;}
    .hero-slider .slide-inner, .hero-style, .hero-slider .swiper-container{height:600px;}.bfdata{padding:25px;}
        .trow {grid-template-columns:100%;gap:40px;}.quote{left:0px;}    .reviewslider {width: 85%;}.trow > div:first-child, .trow > div:first-child p{text-align:center;}.quote img {width: 60px;}
    .trsec{padding:100px 0px;}.quote{top:20px;}
   .enquirynow1{display:block;}.enquirynow1{display:none !important;}.close {display:flex;}.sliders .cborder{margin-bottom:5px;}
    .habt{grid-template-columns:100%;}.habt .stickyimg{position:relative;top:0px;}.habt{gap:30px;}.item-b img,.sliders .item-a{height:auto;}.slick-slide{padding:5px;}.sliders{display:block;columns: 1;}
    .gal1 p{font-size:24px;line-height:28px;}.tlists .owl-item{padding:30px 30px 0px;}.gal3row h2{padding:40px 0px;}
    .gal3row .owl-nav{position:static;margin-right:5%;margin-top:40px;}footer{background:var(--red);}.bfdata{padding:0px;}
	.custom-form{display:none;}.bcont{width:65%;}.slide-overlay{opacity:0.35;}
	.portfolio-grid , .offer, .g2{grid-template-columns:100%;gap:20px;}.offer .hero-content{order:2;}
	.hwk{gap:20px;}.g2{gap:40px;}header .btn1.btn2{display:inline-flex;}header .btn1{display:none;}
	.custom-form.popup{top:0px;left:0%;position:fixed;width:100%;height:100%;display:block;overflow-y:scroll;border-radius: 0px;}
	.custom-form h2{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;font-size:24px;}
	.custom-form h2 span{font-size:20px;}
}
@media (max-width:900px){
	.services-top {
		display: grid;grid-template-columns:100%;gap:10px;}
}

@media (max-width:767px){.textWrapper .bh1,.enquiry p{font-size: 70px;line-height:70px;}
    .breadcrumb{padding: 10px 20px 10px 5px;}.textWrapper,.hp1, .hpr1,.hp2,.hpr2{width:100%;}.swiper .swiper-wrapper .swiper-slide{height:95%;}
    .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,.trsec{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;}
    .pspace.pt-0{padding-top:0px;}.aslide{padding-bottom:10px !important;}.ch3,.wcus h3{font-size:20px;line-height:22px;}
    .button-icon{width: 60px;height: 42px;}.w75 .mbtn{margin-bottom:20px;}.w75 .vmcnt, .wcus h3{margin-bottom:0px;}
    .w75 .vmcnt{margin-top:10px;}.qpolicy{grid-template-columns: 100%;}.qsec{padding: 0px;margin-bottom:20px;}
    .hbg{margin-top:10px;background: linear-gradient(to bottom, #fff 24%, #f1ede8 20%);}
    .imgar{background-position:-350px 0px;}.lines{line-height:26px;}
    .cnt-add{row-gap:30px;}.plists{grid-template-columns: repeat(2,1fr);}
    .sub-banner{background-position:center;}
    .cgal{grid-template-columns:repeat(2,1fr);}.cgal img, .cicon{height: 250px;}.cicon img{height:150px;}
    .cforms,.pdetail{grid-template-columns:100%;gap:60px;}
    .pdetail .sticky,.quote{display:none;}.dlist{grid-template-columns:100%;gap:20px;}.acr > div:first-child{order:2;}
    .hero-slider .slide-inner,.hero-style,.hero-slider .swiper-container{height:500px;}
 
    .hero-slider p{text-align:center;}
    .textWrapper{z-index:9;position:relative;text-align:center;}
    .tstart .bh1{text-align:center;width:90%;margin:0px auto;}.ac .sticky{position:static;}.contactbg{background-position:right;}.hero-slider .swiper-slide{align-items:flex-start;}
	.bg11 div{width:100%;}
	.pbspace {
    padding-bottom: 40px;
	}.bg22{width:100%;padding-bottom:30px;}.bg2img{background:transparent;}
	.bg2img::after{width:400px;bottom:-400px;}.fj p{padding: 20px 30px 70px 30px;}.bg33 div:last-child{margin-top:0px;}
	.bg33{width:100%;}.tsbg::before{bottom:-20px;}.bann1{}
	.bann2 .textWrapper,.bann3 .textWrapper{padding:0px;}.bann2 .textWrapper .bh1,.bann3 .textWrapper .bh1{width:100%;}
	.textWrapper{padding:20px 15px 10px;}
    .abtus{grid-template-columns:100%;gap:30px;}.abtus .abtcnt{order:1;}.abtus div:first-child{order:2;}.reviewslider{width:90%;}.gal1 img{height:450px;}
     .carrows .owl-prev{left:15px;} .carrows .owl-next{right:15px;}.carrows .owl-prev, .carrows .owl-next{width: 50px;height: 50px;}.gal1 p {bottom: 40px;}
    .gal2 .owl-prev{left:-15px;}.gal2 .owl-next{right:-15px;}.testimonial::after{display:none;}.gal3row::before{border-radius: 70px;}
	.about-section .container, .hwk{grid-template-columns:100%;}.process-image{order:1;margin-bottom:30px;}.hwk > div:nth-child(1){order:2;}
	.hwk > div:nth-child(3){order:3;}
}

@media (max-width:700px){.bcont{width:85%;}}
@media (max-width:575px){
	header .btn1.btn2{position:fixed;bottom:0;width:100%;border-radius:0px;left:0;justify-content:center;padding:10px;
	font-size:16px;}
	header .btn1.btn2::before, .backButton{display:none !important;}
}

@media (max-width:480px){.dtl-cnt p:last-child{width:100%;}.c-frm .row{padding:0px 0px;background:transparent;}.cnt-dtl{padding:20px 0px;}
    .copyright .container p{text-align:center;}.copyright .container a{white-space:nowrap;}.effect{filter:none;}
    .cnt-dtl h2{margin-bottom:10px;}#form .f-row{border-radius:0px;} .hero-slider .swiper-container{top:0px;}
    .enquiry p{font-size:20px;line-height:20px;}.banner {height: 400px;}.cbtn{padding:6px 18px;}
   .ch2{font-size:34px;line-height:34px;}.ch3{font-size:22px;line-height:20px;}.wus .container::after,.vmcnt,.infraslider .owl-dots,.vmcnt1, header .btn1{display:none;}.space{padding:50px 0px;}.process-col{gap:20px;}
	.submit input{width:150px;}.mb-50{margin-bottom:30px;}
    .sse {bottom: 0px !important;transform: none !important;writing-mode: horizontal-tb !important;width: 100%;text-align: center;grid-template-columns: repeat(2, 1fr);justify-content: space-around;
    flex-direction: row-reverse;}.copyright{padding-bottom:10px;}.contactpage .copyright{padding-bottom:0px;}.side-menu-wrap {width: 100%;}
    .dtl-icn svg{width:20px;}.dtl-lst{gap:10px;}.dtl-icn{width:30px;height:30px;}
    .fn20 {font-size: 18px;}.dtl-cnt{width:90%;}
    .sub-banner{height:200px;}.breadcrumb{padding: 10px 10px 0px 3px;}.fdcnt,.sncnt,.gmcnt,.agcnt,.otherscnt{display:none;}.othersl,.agl,.gml,.snl,.fdl{display:flex;}
    .fdcnt ul,.sncnt ul,.gmcnt ul,.agcnt ul,.otherscnt ul{margin-bottom:10px;}.abtsec .mbtn{display:inline-flex;}
    .textWrapper p{margin-top:10px !important;}.textWrapper .d-flex{justify-content:center;width:100%;}.textWrapper{padding:10px;bottom:0px;}.textWrapper .bh1{margin-bottom:10px;text-align:center;}
    .hprow img, .hprow1 img{height:200px;object-fit: cover;
        object-position: left bottom;}.hp21 h3, .hpr2 h3{width:100%;text-align:center;}.pspace,.trsec{padding:40px 0px;}.rslider::after,.enquiry{display:none;}.rslider{margin-top:20px;}
   .side-menu-wrap{padding-top: 85px;}.header-sticky .side-menu-wrap{padding-top: 65px;}.swiper .swiper-wrapper .swiper-slide{height:100%;}
    .habt{margin-top:0px;}.hp1 h3, .hpr1 h3{font-size:24px;margin-bottom:0px;}.hprod h2{margin-bottom:20px;margin-top: 20px;}.pirow h2{font-size:16px;padding:10px;}
    .pirow{gap:10px;}.w80 .ch3,.wcus h3{font-size:17px;}.sub-banner h1{font-size:26px;line-height:1;}.mpb25{padding-bottom: 25px;}.brbg .mb3{margin-bottom:20px;}
    .psrow .pr1 h2{padding:0px;font-size:18px;}
    .sliders{grid-template-columns: repeat(2,1fr);}
    .habt .linec{-webkit-line-clamp:3;}.aslide h1{margin-bottom:30px;}
    .mcenter h2,.mcenter h3{text-align:center;}.sse a{display: flex;justify-content: center;padding:10px;}
	.lines{line-height:22px;}.sp-sticky{padding:0px;}.sp-sticky .container, .hero-slider .swiper-container{margin-top:0px;width:100%;border-radius:0px;}
    .whatsapp {bottom:3rem;right:0.75rem;}.whatsapp svg {width: 36px;height: 36px;}.senq{padding:5px;}.sp-active svg{width:auto;}
    header{padding:8px 0px;}.habout{padding-top:10px;}.whatsapp{right: 1rem;bottom: 4rem;}.pmbtn{display:inline-flex;}.pmcnt1,.pmh,.hprod h2 br{display:none !important;}.hp2{grid-template-columns: repeat(1,1fr);}
    .mb25 {margin-bottom:20px;}.green{font-size:20px;}
    .habt.alignstart{gap:30px;}.gal3 img{border-radius:12px;}
   .mbtn,.mbtn1{display:inline-flex;}.vm h2{font-size:26px;}.locate{margin-top:20px;}
   .psh{display:grid;grid-template-columns:100%;}.br1 .psh:nth-child(2){margin:20px 0px;
		border:0px;}.center{gap:10px;}
    .br1{border:0px;}.hero-slider .slide-inner{background-position:center;}
    .textWrapper p br{display:none;}
	.portfolio-content h3{font-size:24px;}
    .header-sticky .sp-active .header-logo{width:80px;}.map-container .point{margin-top:-5px;}.tstart.swiper-slide{background-position:center;}
    .hero-style .slide-text p{font-size:24px;}.textWrapper{padding:35px 15px 0px !important;}
    .fright1.swiper-slide{background-position:-100px 0px;}.fright2 .bh1{padding-top:0px;margin-top:0px !important;}
    .tstart p{margin:0px !important;}.tstart .brown{color: #431B0E !important;font-size:24px !important;
        font-weight:600 !important;}.hero-style .slide-title h2{font-size:40px;}.fright2 .bh1{width:90%;margin:0px auto !important;text-align:center;}
    .fright1 p{font-size:20px !important;}.htu{grid-template-columns:100%;padding-top:10px !important;}
    .htu h3{text-align:left;width:100% !important;}.htu h3{font-size:20px;margin:10px 0px 5px;}.sse .cnow{display:flex;}
    .sse a{width:100%;}.sse a:first-child{background:var(--yellow);color:var(--red)}.contactbg,.gallery{background-position:right;}
	.tstart .bh1{width:100%;}    .sp-sticky .container {
        padding: 10px 15px;
    }
	.sp-sticky.sp-active .header-logo{left:15px;}.habtbg::after{/*width:100px;top:-150px;*/display: none;}
	.habt1{font-size:20px;}.habt1{flex-direction:row;}.habt1 p span{display:flex;margin-bottom:20px;font-size:45px;}
	.habt1::after{width:90px;height:150px;top:-25px;border-top-right-radius: 55px;
		border-bottom-left-radius: 55px;}.habt1 .f40{padding-left:10px;line-height:30px;}
	.contact1 {
    width: 100%;
    margin: auto;
    }.stars{font-size:20px;}
    .plists{grid-template-columns:repeat(1,1fr);}.hprod .mb3{margin-bottom:10px;}.bg33{flex-direction:column;}.bg33 img{height:300px;}
	.tsbg::before{bottom:-10px;}.aslider h3{font-size:16px;line-height:18px;margin-top:10px;}.aslider .owl-dots{margin-top:0px;}
	.aslider{padding-top:0px;}.mfi h2{margin-top:0px;}.bann2,.bann3{background-position:bottom!important;}.abtus img{height:200px;}.f20{font-size: 20px;line-height:26px;
    }.hfill{padding-left: 20px;}.hfill::after{width: 60px;}.hprod h3{margin:15px 0px 20px;}.vmicon a{padding-right:40px;}.vmicon::after{right: 15px;}.applists{margin-top:30px;}
    .slick-slide .rwrap{padding:20px;}.reviewslider{width:100%;}.slick-dots{position:relative;flex-direction:row;}.trow p.f24{font-size:18px;line-height:24px;}.trow{gap:20px;}
    .map iframe{height:300px;}
    .bfdata h2{font-size:20px;margin-bottom:20px;}#form .form-group{margin: 0px 0px 15px;}#products h2 .hfill{margin-bottom:0px;}.wc75{width:100%;}#products p{text-align:left;}
    .cborder img{transform: scale(1);}.textWrapper .bh1{font-size:50px;}.hero-style p.f20{font-size:36px;}.hero-slider p{font-size:20px;}
    .year{font-size:22px;gap:0px;padding:25px 15px 20px;}.year span{font-size: 35px;}.mcont1{display:none;}.gal1 p{font-size:18px;line-height:22px;}.gallist2{background:transparent;padding:0px 30px;}
    .gallist2 .owl-item{padding:10px;background:#fff;}.gal2 .owl-prev{left:-10px;}.gal2 .owl-next{right:-10px;}.tlists .owl-item{padding:15px 30px 0px;}.tlists .sfont {font-size: 14px;line-height: 24px;text-align:left;}
    .testimonial h2{margin-bottom:0px;}.tlists .owl-item .sfont::before{width: 30px;height: 30px;top: -8px;}.owl-dots{margin-top: 25px;}.gal3 h3{font-size:24px;}
    .gal3row::before{border-radius:70px;height:100%;}.gal3row .owl-nav{margin-top: 20px;}.git .center{gap:0px;}footer p, footer a{font-size:16px;}.enquirynow1{display:block !important;}
    span.ch3.mb2.d-flex,.testimonial .ch3,.git .ch3{font-size:18px;margin-bottom:10px;}.swiper-slide::after, .imgh > div::after{background:linear-gradient(6deg, rgb(0 0 0 / 60%), transparent);}#gallery1 .owl-stage-outer::after{background:linear-gradient(0deg, rgb(0 0 0 / 100%), transparent);}.habt{gap:20px 0px;}.mb2{margin-bottom:10px;}.testimonial .ch3{margin-bottom:0px;}.git .ch2{margin:10px 0px 30px;}.about-section .container{gap:25px;}
    footer img{width:170px;}.tlists .tname{font-size:18px;}.tname span::before, .tname span::after{width:5px;height:5px;}body{font-size:15px;line-height:24px;}.gal3row .owl-prev, .gal3row .owl-next{top:25%;}.gal3row{padding-bottom:20px;}
	.hero-slider .slide-inner, .hero-style, .hero-slider .swiper-container{height:450px;}.swiper-pagination{margin:0px;text-align:center;}
	.sslider .content{bottom:15px;}.services-top{margin-bottom:25px;}.frev{padding-top:0px;}
	.frev > div:first-child{order:initial;}.portfolio-grid.mb-50{margin-bottom:20px;}.offer{padding:50px 20px 20px;}
	.sale-box{padding-top:20px;}.wlist{grid-template-columns:100%;}.mview.popup{width:100%;left:0%;top:0;border-radius:0px;}
	.custom-form{padding-left:15px;padding-right:15px;}
}
