:root{
  --c1: #75ac09 ;
  --c3:#505050;
  --bg:#65d58c;
  --c2:#5f696e;
  --w:#fff;

}

/* @font-face {
  font-family: 'Philosopher Regular';
  src: local('Philosopher Regular'), url('Philosopher-Regular.woff') format('woff');
  } */
.c1{
  color: var(--c1) !important;
}
.c2{
  color: var(--c2) !important;
}
.c3{
  color: var(--c3) !important;
}
.c4{
  color: var(--c4) !important;
}

.c5{
  color: var(--bg) !important;
}
.bg{
  background-color: #f6f6f6 !important;
}
.bg-c1{
  background-color: var(--c1);
}

.bg-w{
  background-color: var(--w);
}
/* .c5{
  color: var(--c5) !important;
} */
.w{
  color: #fff !important;
}
.b{
  color: black !important;
}
a{
  text-decoration: none !important;
}
.ls{
  letter-spacing: 1px;
}

.ls2{
  letter-spacing: 2px;
}
.lh{
  line-height: 2rem !important;
}
@font-face {
  font-family: dmserif;
  src: url(../DMSerifDisplay-Regular.ttf);
}
@font-face {
  font-family: Poppins-Regular;
  src: url(../Poppins-Regular.ttf);
}

@font-face {
  font-family: pt-req;
  src: url(../PTSerif-Regular.ttf);
}


.hf{
  font-family: pt-req !important;
}
html{
  width: 100vw !important;
  overflow-x: hidden !important;
  
}

body{
  margin: 0% !important;
  padding: 0% !important;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  overflow-x: hidden !important;
  width: 100vw;
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth !important;
  background-color: white;
}

/* h1,h2,h3{
  font-family: Adamina !important;
} */
*{
  box-sizing: border-box;
  /* border: 1px solid black; */
}

/* top first section */

.first-top{
  background-color: var(--w);
  /* position: relative; */
}
/* .first-top::before{
  content: '';
  background-image: url(../images/footer-1.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0%;
  z-index: -1;
} */
.first-text{
display: flex;
align-items: center;
}
.first-text .ftp{
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.8px;
}
.first-bx-img{
  width: 25px;
}

.top-nv-soc-img{
  width: 19px;
 
}
/* ----------------- navbar --------------------------*/
/* navbar */

.nav-bx{
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-btn{
  /* transform: translateX(-150%); */
  background-color: #000 !important;
  color: #FFF !important;
}

.nav-icon{
  width: 40px;
}
.icon-top-count{
  background-color: #ffffff;
  color: #000 !important;
}
/* nav bar */
.home-nav{
  display: none !important;
}
.navbar{
  transition: all .5s;
  /* background-color: var(--c1); */
  box-shadow: -10px -10px 25px rgba(255,255,255,.08), 10px 10px 25px rgba(0,0,0,.08);
  /* border-bottom: 2px solid var(--c1); */

}
.logo{
  width: 180px;
  /* height:  60px; */
}
.nav-menus {
  display: flex !important;
  align-items: center;
  justify-content: center;
  
}

.newnav{
  position: fixed !important;
  top: 0% !important;
  left: 0%;
  width: 100%;
  z-index: 50;
  background: #ffffff !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  animation: mymove .5s ;
  border-bottom: 1px solid var(--c1);
  /* display: unset !important; */
}
.home-d-nav{
  display: unset !important; 
}
@keyframes mymove {
  0% {
      transform: translateY(-50%);
  }
  100% {
      transform: translatey(0%);
  }
}
.dropdown-item{
  color: black !important;
}

.search-bx{
  width: 40%;
}
.serc-btn{
  background-color: var(--c1) !important;
  color: #fff !important;
}
.nav-item{
  padding: 0px 3px;
}
.nav-link{
  /* color: var(--c1) !important; */
  font-weight: 500 !important;
  letter-spacing: 1px;
  font-size: 11.5px !important;
   /* font-family: dmserif; */
  /* font-weight: 500 !important; */
  /* font-family: Adamina !important; */
  /* font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
  text-transform: zuppercase;
}


.nav-link:active{
  color: var(--c1) !important;
}

.clicknav{
  color: var(--c1) !important;
}


.nav-active{
  /* background-color: var(--c1) !important; */
  color: var(--c1) !important;
  font-weight: bold !important;
}
.nv-icon{
  /* background-color: #ff6f00; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-div img{
  width: 40px;
}
/* .icon-div img{
width: 50px;
} */
.icon-div i{
font-size: 20px;
}
.nv-icon p{
  margin-bottom: 0% !important;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: unset !important;
}
.dropdown:hover .dropdown-menu {
  transform: scale(1);
  /* background-color: var(--c2); */
}

.dropdown-item{
  background-color: unset !important;
  transition: all .5s;
  font-size: 14px;
  color: black !important;
  /* font-family: Arial, Helvetica, sans-serif !important; */
  /* height: 30px; */
  display: flex !important;
  align-items: center;
}
.dropdown-item i{
  margin-right: 6px;

}
.dropdown-menu{
  border-radius: 0% !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
  border-top: 3px solid var(--c1) !important;
}
.dropdown-item:hover{
  /* transform: translateX(10px); */
  transition: all .5s;
  background-color: var(--bg-dark) !important;

}
.nv-fl{
  position: relative;
  overflow: hidden;
}
.nav-flower{
  width: 37%;
  position: absolute;
  bottom: -18%;
  right: -13%;
  animation: animName 15s linear infinite;
}
/* @keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
} */

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}
.animate {
  animation-duration: 1s;
  -webkit-animation-duration:1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
.btn-search{
  background-color: var(--c2) !important;
  
}
.nav-gift{
  width: 20px;
}

.btn-log {
background-color: var(--c1) !important;
color: #fff !important;
border-radius: 50% !important;
}

.mob-s-nav  .ab-lgo-bx{
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
}
.mob-s-nav  .ab-lgo-bx img{
  width: 50%;
}
/* hero */

@keyframes trin {

  from {
      transform:rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
      transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
      transform: rotate3d(0,0,1,15deg);
  }
  26%, 38%, 50%, 62%, 74% {
      transform: rotate3d(0,0,1,0deg);
  }
  29%, 41%, 53%, 65%, 77% {
      transform: rotate3d(0,0,1,-15deg);
  }
  80% {
      transform:rotate3d(0, 0, 1, 0deg);
  }

}
.phn
{
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.grow{
  animation-name: grow;
  animation-duration: 6s;
  /* animation-iteration-count: 3; */
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes grow {
  0% {
    width: 10%;
  }

  50% {
    width: 50%;
  }

  100% {
    width: 10%;
  }
}

.soc-bx:hover .soc-icon{
  animation: gelatine 0.5s ;
}

@keyframes gelatine {
  from, to { transform: scale(1, 1); }
  25% { transform: scale(0.9, 1.1); }
  50% { transform: scale(1.1, 0.9); }
  75% { transform: scale(0.95, 1.05); }
}

.active1 {
  font-size: 18px;
  color: var(--c1);
  font-weight: 800;
  cursor: pointer;
  position: relative;
  border: none;
  background: none;
  text-transform: uppercase;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: color;
}

.active1:focus,
.active1:hover {
  color: var(--c1);
}

.active1:focus:after,
.active1:hover:after {
  width: 100%;
  left: 0%;
}

.active1:after {
  content: "";
  pointer-events: none;
  bottom: 0px;
  left: 50%;
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: var(--c1);
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: width, left;
}


/* ----------  */

.round-call{
  background-color: var(--c1);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.round-call img{
  width: 50%;
}
.call-p1{
  font-size: 12px;
}
.call-p2{
  font-size: 13px;
}

/* --- hero section ----- */
.hero{
  background: linear-gradient(rgba(0, 5, 15, 0.45), rgba(0, 5, 15, 0.45));  display: flex;
  min-height: 80vh;
  display: flex;
  align-items: center;
  position: relative;
}
.hero::before{
  content: '';
  position: absolute;
  inset: 0%;
  width: 100%;
  height: 100%;
  background-image: url(../images/slider.gif);
  background-size: cover;
  background-attachment: fixed;
  background-position: top;
  z-index: -1;
}
.hero-f{
  font-size: 30px;
}

.cloud-img{
  width: 100% !important;
  position: absolute;
  bottom: -0.5%;
  left: 0%;
  object-fit: contain; 
  z-index: 2;
}


.hero-con-bac{
  background-color: #ffffffb7;
}
/* ------------- banner --------------  */



/* ----------- side bar  ------------ */

.side-op{
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 50;
}

.sopp{
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #fff200;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sopp i{
  font-size: 40px;
}


.side-op1{
  position: fixed;
  bottom: 17%;
  right: 0%;
  z-index: 50;
  cursor: pointer;
}


.side-op1 img{
  width: 30px;
  height: auto !important;
}

.sopp i{
  font-size: 40px;
}


@keyframes spin {
  from {
      transform:rotate(0deg);
  }
  to {
      transform:rotate(360deg);
  }
}

.btn-c1{
  background-color: var(--c1) !important;
  color: #fff !important;

}


.btn-c1:hover{
  background-color: var(--w)!important;
  border: 1px solid var(--c1) !important;
  color: var(--c1) !important;
}

/* abt us -------------  */

/* ------ about us ---------  */

.abt-us1{
  height: 400px;
  width: 100%;
  position: relative;
 }


 .about-us{
  height: 90%;
  width: 70%;
  object-fit: cover;

 }

 .abt-abs{
  width: 50%;
  height: 40%;
  position: absolute;
  top: 0%;
  right: 0%;
  border: 6px solid #F1F1F1;
  object-fit: cover;
 }

 .abt-con{
  position: absolute;
  left: 0;
  bottom: 10%;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
 }

 .abt-con-div{
  display: flex;
}
.abt-con-bx{
  background-color: #F1F1F1;
  height: 50px;
  width: 50px;
  /* border-radius: 50%; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.con-abt-icon{
  width: 70%;
}
.abt-con-txt{
  width: 70%;
}



.abt-con-txt p{
  font-size: 12px !important;
}
.abt-con-h{
  font-size: 14px;
}

.abt-con1{
  transition: all .5s ease-in-out;

}

.abt-con1:hover .arow-hover{
  transform: translateX(3%);
  transition: all .5s ease-in-out;
}



.place-btn{
  border: 2px solid var(--c1) !important;
  color: var(--c1) !important;
  font-size: 14px !important;
  letter-spacing: 1px;
  font-weight: 500 !important;
  height: 45px;
  width: 150px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all .5s;
}
.place-btn:hover{
  background-color: var(--c1) !important;
  color: #ffff !important;
  transition: all .5s;
}

.place-img{
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
}

.place-img1{
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 12px;
}


.place-right{
  position: relative;
}

/* ----------- small banner ----------------  */

.other-hero7{
  background-color: rgba(0, 0, 0, 0.648);
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.other-hero7::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  /* inset: 0%; */
  background-image: url(../images/slide1_bg.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  z-index: -1;
}


/* ------------ / */


/* -------------  */

.why-cho-us{
  position: relative;
}

.why-cho-img{
  /* position: absolute;
  top: 50%;
  right: 50% ;
  transform: translate(-50%, -50%); */
  display: flex;
  justify-content: center;
}

.why-cho-img1{
  width: 100%;
  /* height: ; */
  /* border-radius: 50%; */
  object-fit: cover;
 
}

.why-col{
  min-height: 170px;
}

.why-text{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.box1 {
  align-self: flex-end;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  transform-origin: bottom;

}
.bounce-4 {
  animation-name: bounce-4;
  animation-timing-function: ease;
}
@keyframes bounce-4 {
  0%   { transform: translateY(0); }
  30%  { transform: translateY(-30px); }
  50%  { transform: translateY(0); }
  100% { transform: translateY(0); }
}

.foot-arrow1{
  width: 50px;
}


/* ======= new why choose us ============== */
.carousel-indicators button {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
  background-color: var(--c1) !important; /* Change to your desired color */
}
.carousel-indicators .active {
  background-color: var(--c2); /* Change to your desired color */
}
.new-why-slide-img{
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.new-dot{
  position: unset !important;
}
.new-why-main{
  background-color: #f6f6f6;
}
.posi-new-why{
  position: relative;
}
.in-why{
  background-color: #ffff;
  transform: translateX(-30%);
  width: 100%;
  box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.08);
}

.in-why1{
  background-color: #ffff;
  transform: translateX(30%);
  width: 100%;
  box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.08);
}
.call-animated-div{
  display: flex;
  align-items: center;
}
.pulse-button {

  width: 60px;
  height: 60px;
  border: none;
  box-shadow: 0 0 0 0 rgba(52, 95, 187, 0.3);
  border-radius: 50%;
  background-color: var(--c1);
  background-size:cover;
  background-repeat: no-repeat;
  cursor: pointer;
  font-family: 'Orbitron', sans-serif;
	font-size: 11px;
	text-align: center;
	color: #fff;	
  -webkit-animation: pulse 2.25s infinite cubic-bezier(0.16, 0, 0, 1);
  -moz-animation: pulse 2.25s infinite cubic-bezier(0.16, 0, 0, 1);
  -ms-animation: pulse 2.25s infinite cubic-bezier(0.16, 0, 0, 1);
  animation: pulse 2.25s infinite cubic-bezier(0.16, 0, 0, 1);
  display: flex;
  justify-content: center;
  align-items: center;
}


.gall-div1{
  width: 100%;
  height: 150px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
}
.gal-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gall-over{
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  transition: all .5s;
}
.full-screen{
  width: 50px;
}
.gall-div1:hover .gall-over{
  width: 85%;
  height: 85%;
  opacity: 1;
  transition: all .5s;
}
.last-gal{
  height: 150px;
}


 /* ---------- faq--------- */

  
 .faq-heading {
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: start;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.3;
  font-family: Lato-Regular;
  letter-spacing: 1px;
}

.faq-card {
  border-bottom: 1px solid #CFCFCF;
  /* border-radius: 6px; */
  padding: 15px 15px;
  margin-bottom: 12px;
  list-style: none;
  position: relative;
  cursor: pointer;
  font-size: 17px;
}

.faq-open-icon {
  font-size: 20px;
  position: absolute;
  top: 18px;
  right: 24px;
  font-weight: 700;
  color: var(--c2);
}

details[open] .faq-open-icon {
  top: 18px;
  right: 24px;
}

details > summary {
  list-style: none;
}

details > summary::-webkit-details-marker {
  display: none;
}

details[open] summary {
  color: var(--c1);
  font-weight: 500;
}

details[open] .faq-card-spoiler {
  display: inline-block;
  padding-top: 8px;
  /* color: ; */
  font-size: 14px;
  color: var(--c3) !important;
}

.faq-aftertext {
  text-align: center;
  color: #8b8b9a;
}

.show-more {
  /* display: none; */
  cursor: pointer;
}

.ty-compact-list {
  /* padding: 5px 5px 5px 0px; */
  /* float: left; */
  width: 100%;
}

.btn-faq{
  background-color: var(--c1)!important;
  color: #FFF !important;
  /* min-width: 170px; */
  /* width: 100%; */
  border-radius: 10px !important;
}


.faq-img img{
  width: 100% !important;
  height: 100% !important;
  border-radius: 10px;
  object-fit: cover;
}

.be-af-slid{
  width: 100%;
  height: 530px !important;
}


/* ---------- form in hero section ------------ */
.hm-frm-content-main{
  border-top: 5px solid var(--c1) !important;
}
/* .home-form{
  background: rgba( 255, 255, 255, 0.25 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 4px );
-webkit-backdrop-filter: blur( 4px );
border-radius: 10px;
border: 1px solid rgba( 255, 255, 255, 0.18 );
} */
.home-form label{
  color: var(--c1);
}
.home-form input{
  height: 40px;
  border-radius: 5px !important;
}
.home-form input:focus{
  border:1px solid var(--c1) !important;
  box-shadow: unset !important;
}
.home-form select:focus{
  border:1px solid var(--c1) !important;
  box-shadow: unset !important;
}
.home-form textarea:focus{
  border:1px solid var(--c1) !important;
  box-shadow: unset !important;
}
.home-form select{
  font-size: 15px;
  height: 40px;
  border-radius: 5px !important;
}
.home-form input::placeholder{
  font-size: 14px;
  color: #817e7e;
}
.home-form textarea::placeholder{
  font-size: 14px;
  color: #817e7e;
}

/* ------------  */

/* ------------------- counter --------------*/
.count-div{
  position: relative;
  background-color: white;
}
.count-div::after{
  content: '';
  /* background-image: url(../images/agency-1.jpg); */
  background-attachment: fixed;
  background-position: right;
  background-size: cover;
  position: absolute;
  inset: 0%;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.count-head{
  font-size: 50px;
  color: black !important;
  font-weight: bold;
}
.count-bx{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color:  white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  min-height: 200px;
  font-family: Poppins-Regular;
}
.cnt-nm{
   color: var(--c1) !important;
    display: inline-block;


    font-size: 38px;
    line-height: 1em;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
}

.about-main1{
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

/* -------------  */


.wild-img{
  object-fit: cover !important;
  width: 100% !important;
  min-height: 260px;
}

.card-text{
  /* text-align: justify; */
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-wild{
  min-height: 220px;
  width: 100%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: relative;
  overflow:  hidden;
}

.dub-img{
  position: absolute;
  bottom: 0%;
  right: 2%;
  opacity: 0.5;
}

/* -----------  */


.abt-img{
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.abt-img1{
  width: 100%;
  height: 300px;
  object-fit: cover;
}


/* -------- footer --------*/
.footer{
  /* background-image: url(../images/footer-mailchip-img.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  position: relative; */
  background-color: var(--c2);
  position: relative;
}

.footer-img{
  position: absolute;
  bottom: 3%;
  right: 0%;
}

.footer-img1{
  position: absolute;
  bottom: 3%;
  right: 0%;
}

.footer-img1 img{
  width: 88%;
  height: 80% !important;
}

.footer-img img{
  width: 60%;
}

.f-logo{
  width: 90%;
}
.full-so{
  display: flex;
  justify-content: center;

}
.soc-bx{
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
}
.soc-icon{
  width: 50%;
  /* height: 50%; */
  transition: all .5s;
}
.soc-bx:hover .soc-icon{
  animation: gelatine 0.5s ;
}

@keyframes gelatine {
  from, to { transform: scale(1, 1); }
  25% { transform: scale(0.9, 1.1); }
  50% { transform: scale(1.1, 0.9); }
  75% { transform: scale(0.95, 1.05); }
}

.foot-arrow{
  width: 16px;
}
.foot-p{
  display: flex;
  align-items: center;
  transition: all .5s;
  margin-top: 1rem;
  font-size: 14px;
  transition: all .5s;
}
.foot-p:hover{
  transform: translateX(5%);
  transition: all .5s;
}

.f-con-div{
  display: flex;
}
.f-con-bx{
  background-color: var(--c1);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.con-f-icon{
  width: 50%;
}
.f-con-txt1{
  width: 60%;
  border-bottom: 1.5px dotted #FFF;
  color: #fff;
  font-size: 14px;
  /* padding: 8px 0; */

}

.ft-main{
  z-index: 3;
}

.f-con-txt input{
  padding: 8px;
}

.f-con-txt button{
  background-color: var(--c1)!important;
}

.f-con-h{
  font-size: 14px;
}

.ft-main h5{
  min-width: 300px;
}

.foot-h{

  font-family: 'Averia Serif Libre' !important;
}

.foot-text h5{
  font-size: 18px;
}




  /* --------------------------------------make it responsive------------------------ */
  @media screen and (max-width:1400px) {
   
  }
@media screen and (max-width:1025px) {
          /* navbar */
          .top-nav-one{
            display: none;
        }
        .menu {
          width: 42px;
      }
        /* .logo{
            width: 77px;
        } */
        .nav-menus {
            display:flex;
            align-items: unset !important;
            justify-content: unset;
    
        }
        /* .nav-link{
            color: #000 !important;
        } */
        .offcanvas{
            width: 80% !important;
        }
        .dropdown-item {
          white-space: unset !important;
          font-size: 12px;
        }
    
        .menu{
          width: 52px;
        }
        .offcanvas-header{
          background-color: var(--c2);
        }
    
    
}
@media screen and (max-width:1200px) {

}
@media screen and (min-width:960px) and (max-width:1030px) {
  .logo{
    height: 43px;
  }
  .nav-link{
    font-size: 13px !important;
  }
 
}

@media (min-width:920px) and (max-width:1200px) {
 
}

  @media screen and (max-width:920px) {

    .sm-js{
      text-align: justify !important;
    }
     /* navbar */
     .top-nav-one{
      display: none;
  }
  .menu {
    width: 42px;
}
  /* .logo{
      width: 77px;
  } */
  .nav-menus {
      display:flex;
      align-items: unset !important;
      justify-content: unset;

  }
  .nav-link{
      /* color: var(--c3) !important; */
      font-size: 15px !important;
      font-weight: normal !important;
  }
  .offcanvas{
      width: 80% !important;
  }
  /* .navbar .dropdown{
    padding-left: 0% !important;
    padding-right: 0% !important;
  } */
  .dropdown-item {
    white-space: unset !important;
    font-size: 16px;

    /* border-bottom: 1px solid var(--c1) !important;
    min-height: 56px; */
  }
  .dropdown-menu{
    border: unset !important;
    box-shadow: unset !important;
  }

  @-webkit-keyframes slideIn {
    0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
    }
    100% {
      -webkit-transform: translateY(-8%);
      -webkit-opacity: 1;
    }
    0% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 0;
    }
  }
  .menu{
    width: 52px;
  }
  .offcanvas-header{
    background-color: var(--c1);
  }

  .nav-active{
    background-color: unset !important;
    color: var(--c1) !important;
    font-weight: bold !important;
    border-bottom: unset !important;
   
  }
  .nav-item{
    border-bottom: 1px solid var(--c1);
    min-height: 56px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
  }

  .nav-link:hover{
    color: var(--c1);
  }


 
  }

  @media screen and (max-width:720px) {

  }



  @media screen and (max-width:660px) {

    .menu {
      width: 32px;
  }
  .logo {
    /* width: 180px; */
    height: 48px;
    object-fit: contain;
}

/* hero section */
.hero{
  min-height: 50vh;
}
.hero-f{
  font-size: 16px !important;
}

.hero-con-bac{
  background-color: #ffffffe1;
}

.hero-con-bac p{
  font-size: 13px !important;
}

.hero::before{
  content: '';
  position: absolute;
  inset: 0%;
  width: 100%;
  height: 100%;
  background-image: url(../images/slider.gif);
  background-size: cover;
  background-attachment: fixed;
  background-position: right;
  z-index: -1;
}

/* -------  */

.why-us{
  position: relative;
  height: 320px;
}


.why-us-img1{

  height: 55%;
  width: 55%;
  object-fit: cover;
  overflow: hidden;
/* box-shadow: 0 5px 5px 0px rgba(0,0,0,0.6); */
  background-color: #fff;
}

.why-us-img2{
  object-fit: cover;
  position: absolute;
  height: 65%;
  width: 55%;
  /* width: 280px; */
  background-color: #fff;
  /* z-index: 1; */
  bottom: 0%;
  left: 8%;
  
}

.gall-div1{
  width: 100%;
  height: 200px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
}

/* ---------  */

.new-why-slide-img {
  height: 300px;
}
.in-why{
  transform: translatey(-20%);
}

.in-why1{
  transform: translatey(-20%);
}
.sm-fs{
  font-size: 14px;
}

.indus-left{
  position: relative;
  height: 300px !important;
}

.infra-head{
  font-size: 27px;
}


.why-us{
  position: relative;
  height: 300px;
}



.abt-us1{
  height: 350px;
  width: 100%;
  position: relative;
 }

 .place-img{
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 12px;
}

.place-img1{
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 12px;
}

/* ----------  */


.abt-img{
  width: 100%;
  height: 130px;
  object-fit: cover;
}

.abt-img1{
  width: 100%;
  height: 200px;
  object-fit: cover;
}

}
@media screen and (max-width:500px) {

}
@media screen and (max-width:400px) {

}
  @media screen and (max-width:380px) {

  


  }

  @media screen and (max-width:365px) {


  }

  @media screen and (max-width:320px) {
        /* /////////////////////////////counter//////////////////////////////////////////////// */

 
         /* hero section */
.hero{
  min-height: 60vh;
}
.hero-f{
  font-size: 20px;
}

  }

  @media screen and (min-width:321px) and (max-width:425px) {

  
}