/* HEADER */
.slick-loading .slick-list {
  background: none !important;
}
.hdrContain {
  width: 100%;
  top: -100px; /* start hidden above viewport */
  z-index: 22;
  background-color: transparent;
  transition: all 0.4s ease; /* smooth slide */
	  padding: 15px 0 0;
}

.hdrContain.scrolled {
  position: fixed;
  top: 0; /* slide down into place */
  left: 0;
  background-color: #fff;
  box-shadow: 0 0 10px #ccc;

}
.hdrContain.scrolled .logo img{
  width: 150px;
}

.hdrPlaceholder {
  display: none;
}

.hdrw {
  display: flex;
  align-items: center;
}
.cntct li{
  padding-bottom: 8px;
}
.cntct li a{
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 200;
}
.logo img{
  width: 180px;
}
.toggle{
  display: none;
}
.navRow{
  border-top: 1px solid #ccc;
  margin-top: 15px;
}
.navMenu ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.navMenu ul li{
  padding: 15px 20px;
}
.navMenu ul li a:hover{
  color: var(--primary-color);
}
.navMenu ul li a{
    color: #626262;
}

.cnt-hdcol,
.menu-logo{
 width: 20%;
}
.menu-logo{
  display: flex;
  justify-content: end;
}
.hdcol{
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* HERO */
.heroSection{
  padding-top: 0;
  position: relative;
}
.item{
  position: relative;
  width: 100%;
  height: 100%;
}
/* .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 99%;
  background-color: #000;
  opacity: 0.3; 
  z-index: 1; 
} */
/* .hroSlider{
	line-height:0
} */
.bnrImg{
  position: relative;
	line-height:0;
}
.bnrImg::after{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00000049;
  top: 0;
  left: 0;
  z-index: 2;
}
.bnrImg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.heroMainSec .hroContent{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) !important;
  text-align: center;
  font-family: var(--heading-font);
  z-index: 22;
}

.hroContent h1{
  color: #fff;
  font-size: 48px;
  font-weight: 400;
    position: relative;
}
.hroContent h1 span{
  display: block;
}
.hroButtons{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  position: relative;
}

.heroMainSec .hroContent {
  opacity: 0;
  transform: translate(-50%, -40%);
  transition: all 0.6s ease;
}

.hroContent.animate {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.hroContent{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  font-family: var(--heading-font);
	z-index:2;
}

.hroContent h1{
  color: #fff;
  font-size: 48px;
  font-weight: 400;
    position: relative;
}
.evntBtn a{
  background-color: var(--primary-color);
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  text-transform: uppercase;
  font-family: var(--heading-font);
  font-weight: 200;
  width: 180px;
  display: block;
}
.cntBtn a{
  background-color: #282828;
}

/* Home ABT */

.abt-section .col-lg-6{
  padding-left: 0 ;
  padding-right: 0;
}
.abtImg {
  height: 100%;
}
.abtImg img{
  width: 100%;
  height: 100%;
}
.abtCnt{
  background-color: #d4d4d4;
  padding: 50px;
  height: 100%;
  display: flex;
  align-items: center;
}
.abt-head{
  text-align: center;
}
.abt-head h3{
  font-family: var(--sub-heading);
  text-transform: uppercase;
  color: var(--primary-color);
  letter-spacing: 7px;
  font-size: 22px;
}
.abt-head h4{
  font-family: var(--tagline);
  font-size: 30px;
  margin: 8px 0 ;
    line-height: 1.5;
    color: #626262;

}
.abt-head h4 span{
  display: block;
}
.abt-head p{
  font-family: var(--heading-font);
  font-weight: 200;
}
.abtCnt p{
  
  margin-bottom: 15px;
}
.moreBtn{
  display: flex;
  align-items: center;
  justify-content: center;
}
.moreBtn a{
  border: 1px solid #000;
  text-align: center;
  margin: auto;
  display: block;
  width: fit-content;
  padding: 5px 40px;
  text-transform: uppercase;
  font-size: 14px;
  transition:0.2s all;
}
.moreBtn a:hover{
	background-color:#000;
	color:#fff;

}

/* Serv */
.serv-container{
	padding-bottom:50px;
}
.abt-head h2{
  font-family: var(--heading-font);
  font-size: 38px;
  font-weight: 400;
  color: #626262;
  margin: 10px 0;
}
.serv-blk p{
  text-align: center;
  max-width: 900px;
  margin: auto;
}


.serv-cols {
    padding: 20px;
    margin-top: 40px;
}
.serv-cols .row{
  justify-content: center;
}
.csBln-row {
    text-align: center;
    padding: 15px;
}
.csBln-row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ser-txt{
  margin-top: 25px;
}
.ser-txt h3 {
    font-size: 20px;
    margin-top: 10px;
    color: var(--primary-color);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.custom-arrows {
    text-align: center;
    margin-top: 20px;
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom:15px;
}
.custom-arrows button{
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.custom-arrows img{
  width: 50px;
}
.custom-prev, .custom-next {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    
}
.custom-prev img, .custom-next img {
    width:50px;
    height: auto;
    display: inline-block;
}
.gall-slider{
  margin-top: 40px;
}
.gall-slider1{
	margin-bottom:30px;
		 margin-top: 40px;
}
.gallery-section{
  background-color: #e7e7e7;
  padding-bottom: 80px;
}
.Gl-SlideBlk{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.gallImg{
  width: 20%;
  height: 200px !important;
  padding: 3px;
}
.gallImg img{
width: 100%;
height: 100%;
object-fit: cover;
}

/* 

.prev, .next {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    
}
.prev img, .next img {
    width:50px;
    height: auto;
    display: inline-block;
} */

/* CL */
.clientSlider{
  margin-top: 40px;
}
.clientSlider1{
	margin-bottom:30px;
		 margin-top: 40px;
}
.cl-sliderWrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cl-rw{
    width: 20%;
     height: 150px !important;
  padding: 4px;
}
.clnt-ImgBlk{
 height: 100%;
  border: 1px solid #ccc;
  padding: 15px;
  /* margin: 4px 0; */
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
/* .clnt-ImgBlk img{
  width: 100%;
  height: auto;
} */

/* .prev-btn, .next-btn {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    
}
.prev-btn img, .next-btn img {
    width:50px;
    height: auto;
    display: inline-block;
} */
.chef-imageBlk {
  position: relative;
  overflow: hidden;
  height: 600px; /* adjust height as needed */
}

.chef-bgImg {
  height: 600px;
  width: 100%;
  overflow: hidden;
}

.chef-bgImg img {
  width: 100%;
  height: 100%;   /* keep original ratio */
  transform: translateY(0);
  will-change: transform;
  object-fit: cover;
}
.form-contain{
  margin-top: 40px;
  position: relative;
}
.form-contain .col-md-6{
  padding-left: 5px;
  padding-right: 5px;
}
.form-contain input,
.form-contain textarea{
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  outline: none;
  font-size: 16px;
   font-family: var(--heading-font);
  font-weight: 200;
  background-color: #fff;
}

.form-contain textarea{
  width: 100%;
  height: 215px;
  max-height: 215px;
}
.form-contain input::placeholder,.form-contain textarea::placeholder
{
  font-family: var(--heading-font);
  font-weight: 200;
  color: #000;
  font-size: 16px;
}
.snd-btn {
display: flex;
align-items: center;
justify-content: center;
margin-top: 15px;
}
.form-contain p{
  margin-bottom: 0;
}
.snd-btn input{
  width: 80px;
  height: 80px;
  border-radius: 100px;
  background-color: #438313;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
	cursor:pointer;
	transition:all 0.2s;
}
.snd-btn input:hover{
	background-color: #4d9f10;
}
.leaf{
  position: absolute;
  top: -163px;
  right: -50px;
  z-index: -1 ;
}

/* ABOUT */
.abt-para{
  margin-top: 40px;
}
.msnVsn-contain .col-md-6{
  padding-left: 0;
  padding-right: 0;
}
.mv-col{
  height: 100%;
  text-align: center;
  padding: 40px;
  background-color: var(--primary-color);
  color: #fff;
}
.vsn-col{
  background-color: #5b5b5b;
}
.mv-cnt h3{
  margin-top: 15px;
  font-family: var(--sub-heading);
  letter-spacing: 5px;
  font-weight: 200;
  
}
.mv-cnt p{
  text-align: left;
  max-width: 500px;
  margin: 10px auto 0;
}
.goals-sec{
  padding-top: 20px;
}
.goal-contain{
  text-align: center;
}
.goal-cnt h3{
  font-family: var(--sub-heading);
    letter-spacing: 5px;
  font-weight: 200;
}
.goals-rowCon{
  margin-top: 30px;
}
.goals-rowCon {
  display: flex;
  justify-content: center;
}
.goal-row{
  width: 20%;
  border-right: 2px solid #5b5b5b;
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 0 10px;
}
.goal-row:last-child{
  border-right: none;
}
.goal-row span{
  display: block;
  font-size: 70px;
  color: var(--primary-color);
	line-height:1.0
}
.goal-row h3{
	margin-bottom:4px
}
.AB-sec{
	height:100%;
}
.AB-sec > div{
	height:100%;
}
.AB-sec img{
	height:100%
}
/* SERVICES */
.SR-img{
	position:relative;
	overflow:hidden;
}
.SR-img img{
	width:100%;
	height:300px;

	object-fit:cover;
}

.serv-mid{
  margin: auto;
}
/* ACHIEVEMENTS */
.ach-img{
  margin: 15px 0;
  position: relative;
}
.ach-img img{
  width: 100%;
}
.achImg-txt{
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  text-align: left;
}
.achImg-txt h2{
  max-width: 300px;
  color: #fff;
  font-size: 32px;
  font-weight: 200;
}
.ach-cnt p{
  margin-bottom: 10px;
}
 /* CONTACT */
 .loc-contain{
  margin-top: 40px;
 }
 .locSec img{
  width: 70px;
 }
.loc-contain .col-md-6{
  padding-left: 0;
  padding-right: 0;
}
 .locSec{
  background-color: var(--primary-color);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
 }
 .loc-Cnt{
  font-family: var(--heading-font);
  color: #fff;
  
 }
  .loc-Cnt h2{
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 8px;
  }
   .loc-Cnt a{
      font-size: 20px;
      color: #fff;
      line-height: 1.5;
   }
   .loc-Cnt p{
      font-size: 20px;
   }
 .locSImg{
  height: 100%;
 }
 .locSImg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
 }
 .get-touch{
  text-align: center;
  font-family: var(--heading-font);
 }
 .get-touch h2{
      font-size: 38px;
    font-weight: 400;
    margin-bottom: 10px;
 }
  .get-touch p{
    margin-bottom: 50px;
  }
/* MENU */
.dwnld-menu{
	background-color:#ebebeb;
	padding:50px;
	
}
..menu-blk{
	margin:15px 0;
}
.menu-blk h3{
	color:var(--primary-color);
	text-align:center;
	margin:30px 0 10px;
	font-size:22px;
}
.menu-blk p{
	margin-bottom:6px;
}
/* FOOTER */
.footer-contain{
  background-color: #e7e7e7;
  margin-top: 100px;
  padding: 50px 0;
  text-align: center;
}
.ftrLogo img{
  width: 180px;
}
.ftrMenu ul{
  display: flex;
  align-items: center;
  justify-content: center ;
  border-bottom: 1px solid #626262;
  flex-wrap: wrap;
}
.ftrMenu ul li{
  padding: 8px 15px;
}
.ftrMenu ul li a{
  color: #626262;
}
.ftrMenu  p{
  color: #626262;
  margin-top: 10px;
  margin-bottom: 20px;
}
.ftr-cnt p{
	margin-bottom:10px
}
.ftr-cnt{
  margin-top: 20px;
    color: #626262;
}
.ftr-cnt a{
    color: #626262;
}
.mediaIcons{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
}
.mediaIcons li a{
  font-size: 25px;
  color: var(--primary-color);
}



.wpcf7 form .wpcf7-response-output{
  margin: 0 !important;
}