:root{
  --c1: #006B38 ;
    --c2:#2d373c; 
  --c3:#3d3d3d;
  --bg:#65d58c;
  --c4:#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: var(--bg);
}
.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: jost-reg;
  src: url(../Jost-Regular.ttf);
}
@font-face {
  font-family: Poppins-Regular;
  src: url(../Poppins-Regular.ttf);
}

@font-face {
  font-family: Space-Grotesk;
  src: url(../SpaceGrotesk-VariableFont_wght.ttf);
}


.hf{
  font-family: jost-reg !important;
}
html{
  width: 100vw !important;
  overflow-x: hidden !important;
  
}

body{
  margin: 0% !important;
  padding: 0% !important;
  font-family: Poppins-Regular !important;
  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: 100px;
  /* 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 5px;
}
.nav-link{
  /* color: var(--c1) !important; */
  font-weight: bold !important;
  letter-spacing: 1px;
  font-size: 12.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: 14px;
  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;
}

.fill-btn{
  background-color: var(--c1) !important;
  color: #ffff !important;
  transition: all 0.3s ease-in-out;

}

.fill-btn:hover{
  color: var(--c1) !important;
  border:1px solid var(--c1) !important;
  background-color: #f6f6f6 !important;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  transition: all 0.3s ease-in-out;
}


/* --- hero section ----- */
.hero{
  background-color: rgba(0, 0, 0, 0.66);
  min-height: 75vh;
  display: flex;
  align-items: center;
  position: relative;
}
.hero::before{
  content: '';
  position: absolute;
  inset: 0%;
  width: 100%;
  height: 100%;
  background-image: url(../images/hero1.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: top;
  z-index: -1;
}
.hero-f{
  font-size: 50px;
}



/* ----------- 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;
}



@keyframes spin {
  from {
      transform:rotate(0deg);
  }
  to {
      transform:rotate(360deg);
  }
}



.hr-lines2{
  position: relative;
  max-width: 1000px;
  margin: auto;
  /* margin: 100px auto; */
  text-align: center;
}

.hr-lines2:before{
  content:" ";
  height: 2px;
  width: 250px;
  background: var(--c1);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 40px;
}

.hr-lines2:after{
  content:" ";
  height: 2px;
  width: 250px;
  background: var(--c1);
  border-radius: 40px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}

/* ----------------------  */


 /* -------------- /  */

 

.serv-pil-btn{
  min-width: 130px;
  height: 60px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center ;
  color: var(--c1) !important;
}


.serve-pils .active{
  background-color: var(--c1) !important;
  color: var(--w) !important;
  border: 1px  solid var(--c1) !important;
}



li::marker {
  color: var(--c2);
}

.tab-img{
  width: 100%;
  height: 100%;
}


.tab-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}


 .pro-pills .active{
  background-color: var(--c1) !important;
  color: var(--w) !important;
}

 .pro-pills{
  background-color: var(--c1);
 }

 


.serve-pils .nav-link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0px;
  border-radius: 4px;
  background-color: var(--c2);
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}



/* =============== slider card with botom content ================ */
.slider-card-botom{
  width: 100%;
  height: 310px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden !important;
  border-radius: 8px;

}

.slider-card-botom:hover .slider-img{
  transform: scale(1.1);
  transition: all 0.4s ease-in-out;
  overflow: hidden !important;

}

.slider-img{
  width: 100% !important;
  height: 90%;
  object-fit: cover;
  border-radius: 8px;
}
.over-lap-content {
  background-color: #ffff;
  border-radius: 10px;
  position: absolute;
  bottom: 0%;
  width: 90%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


.slider-card-botom1{
  width: 100%;
  height: 350px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.slider-img1{
  width: 100% !important;
  height: 70%;
  object-fit: cover;
  border-radius: 8px;
}
.over-lap-content {
  background-color: #ffff;
  border-radius: 10px;
  position: absolute;
  bottom: 0%;
  width: 90%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


.pack-arrow{
  width: 30px;
  height: 30px;
  border-radius: 50% !important;
  background-color: #000 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 2px solid #fff;
}
.package-slider{
  position: relative;
}
.slide-nav-bx{
  display: flex;
  width: 102%;
  justify-content: space-between;
  position: absolute;
  top: 30%;
  left: -1%;
}
.over-lap-content h5{
  font-size: 16px;
}

.text-con{
  /* text-align: justify; */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 13px !important;
}


/* ------------------- counter --------------*/
.count-div{
  position: relative;
  background-color: rgb(39, 39, 39,0.5);
  /* border-radius: 50px 0 50px 0; */
  overflow: hidden;
}
.count-div::after{
  content: '';
  background-image: url(../images/wp4413867.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: #FFF;
  font-weight: bold;
}
.count-bx{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  border: 1.5px dotted var(--c1);
  min-height: 180px;
  border-radius: 30px 0 30px 0;
}

.cnt-nm{
  /* background-image: url(../images/temple.jpg); */
    /* display: inline-block;
    background-repeat: repeat;
    background-clip: text;
    background-position: 50%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    font-size: 60px;
    line-height: 1em;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
}


.form-div{
  position: relative;
  /* background-color: rgba(71, 70, 70, 0.61); */
}
/* .count-head{
  font-size: 50px;
  color: #FFF;
  font-weight: bold;
} */

.form-nm{
    font-size: 60px;
    line-height: 1em;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
}

.form-bx{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* background-color: #FFF; */
  /* border-top: 3px solid var(--c4); */
  min-height: 180px;
}

.form-control:focus{
  outline: unset !important;
  box-shadow: unset !important;
  background-color: #f6f6f6 !important;
}

.form-control{
  background-color: #f6f6f6 !important;
  padding: 20px;
}

.form-control::placeholder {
  color: red;
}



.sub_btn{
  background-color: var(--blue) !important;
  border: none !important;
  font-size: 18px !important;
  padding: 13px 18px !important;
}

.sub_btn:hover{
  background-color: var(--white)!important;
  color: var(--blue)!important;
  transform: scale(1.1);
  transition: all  .3s ease-in-out;
}

.form_input input{
  padding: 10px !important;
} 

.form_input select{
  padding: 10px !important;
} 



/* -------------  */


.abt-dot{
  height: 46px;
  width: 46px;
  background-color: #f6f6f6;
  /* border: 1px solid var(--c1) !important; */
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: -webkit-transform .4  s ease-in-out;
    -ms-transition: -ms-transform .4s ease-in-out;
    transition:  .4s ease-in-out; 
}


.whychoose:hover .abt-dot{
  height: 46px;
  width: 46px;
  background-color: #f6f6f6;
  border: 2px solid var(--c1) !important;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: -webkit-transform .4  s ease-in-out;
    -ms-transition: -ms-transform .4s ease-in-out;
    transition:  .4s ease-in-out; 
}

.abt-con1:hover .abt-img1{
  display: none;
}

.abt-con1:hover .abt-img2{
  display: block;
}


.abt-img2{
  display: none;
}


.abt-con1{
  border: 1px solid var(--c3);
}

.abt-con1:hover{
  border: 1px solid var(--c1);
}

.cent-full-img{
  width: 100%;
  /* height: 100%; */
  height: 400px;
  object-fit: cover;
}

/* ------------- / */
.new-why-main{
  /* background-image: url(../images/map.png); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f6f6f6;
 }

 
.beni-img{
  width: 90%;
  height: 90%;
  object-fit: contain;
  border-radius: 6px;
  z-index: 2;
}


.beni-box{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.beni-img-box{
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* background-color: #000; */
}

.beni-img-box::before{
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid var(--c1);
  position: absolute;
  z-index: 1;
  border-radius: 50% !important;
  border: 1px dotted var(--c1);

  transition: all 0.3s ease-in-out;
  background-color: #fff;
}


/*---------- gallery ---------- */


.gall-div1{
  width: 100%;
  height: 250px;
  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 !important;
  object-fit: contain !important;
}
.gall-div1:hover .gall-over{
  width: 85%;
  height: 85%;
  opacity: 1;
  transition: all .5s;
}
.last-gal{
  height: 210px;
}



  /* ----- faq container ------// */



  .faq-heading {
    /* margin-top: 40px; */
    margin-bottom: 30px;
    text-align: start;
    font-weight: 800;
    font-size: 28px;
    /* line-height: 1.3; */
  }
  
  .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: 20px;
  }
  
  .faq-open-icon {
    font-size: 20px;
    position: absolute;
    top: 18px;
    right: 24px;
    font-weight: 700;
  }
  
  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: 16px;
  }
  
  .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: 4px !important;
  }


  

  
   .info {
    background: #fff;
  }
  
   .info i {
    font-size: 20px;
    color: var(--c1);
    float: left;
    width: 44px;
    height: 44px;
    border: 1px solid var(--c1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s;
  }
  
   .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #111;
  }
  
   .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #444444;
  }
  
   .info:hover i {
    background: var(--c1);
    color: #fff;
  }

  .map-con{
    height: 500px;
  }

  
/* -------- footer --------*/
.footer{
  /* background-image: url(../images/footer-mailchip-img.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  position: relative; */
  background-color: #f6f6f6;
  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: 70%;
}
.full-so{
  display: flex;

}
.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;
  font-weight: 550;
}
.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);
  }

  /* hero section */
.hero{
  min-height: 60vh;
}
 
  }

  @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: 25px;
}
.hero::before{
  content: '';
  position: absolute;
  inset: 0%;
  width: 100%;
  height: 100%;
  background-image: url(../images/hero1.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: right;
  z-index: -1;
}

.ban-con p{
  font-size: 13px;
}


.hr-lines2{
  position: relative;
  max-width: 1000px;
  margin: auto;
  /* margin: 100px auto; */
  text-align: center;
}

.hr-lines2:before{
  content:" ";
  height: 2px;
  width: 30px;
  background: var(--c1);
  display: block;
  position: absolute;
  top: 50%;
  border-radius: 40px;
  left: 0;
}

.hr-lines2:after{
  content:" ";
  height: 2px;
  width: 30px;
  background: var(--c1);
  border-radius: 40px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}


.beni-img-box{
  width: 150px;
  height:150px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* background-color: #000; */
}

}
@media screen and (max-width:500px) {

}
@media screen and (max-width:400px) {

}
  @media screen and (max-width:380px) {

  
.hr-lines2{
  position: relative;
  max-width: 1000px;
  margin: auto;
  /* margin: 100px auto; */
  text-align: center;
}

.hr-lines2:before{
  content:" ";
  height: 2px;
  width:20px;
  background: var(--c1);
  display: block;
  position: absolute;
  top: 50%;
  border-radius: 40px;
  left: 0;
}

.hr-lines2:after{
  content:" ";
  height: 2px;
  width: 20px;
  background: var(--c1);
  border-radius: 40px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}


  }

  @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) {

  
}