:root{
  /* --c1:#3b8346;  */
  --c1:#354e33;
  --c2:#798d7a;
  --c3:#596a5a;
  --c4:#142b3b;
  --bg:#e1ebe2 ;

}

/* @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;
}
.bg{
  background-color: var(--bg) !important;
}
/* .c5{
  color: var(--c5) !important;
} */

.bg1{
  background-color: #354e331a;
}

.w{
  color: #fff !important;
}
.b{
  color: black !important;
}
a{
  text-decoration: none !important;
}
.ls{
  letter-spacing: 1px;
}
.lh{
  line-height: 2rem !important;
}

.lh-0{
  line-height: 1.3rem !important;
}

p{
  line-height: 1.7rem !important;
}

@font-face {
  font-family: "plusjakar-Regular";
  src: url(../PlusJakartaSans-Regular.ttf);
}
@font-face {
  font-family: "plusjakar-bold";
  src: url(../PlusJakartaSans-Bold.ttf);
}


.ls-0{
  letter-spacing: -0.94px !important;
}

.hf{
     font-family: "plusjakar-bold" !important;
}

html{
  width: 100vw !important;
  overflow-x: hidden !important;
  
}

body{
  margin: 0% !important;
  padding: 0% !important;
    font-family: "plusjakar-Regular"!important;
  /* overflow-x: hidden !important; */
  /* letter-spacing: 1px; */
  width: 100vw;
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth !important;
  /* color: #3d3931; */
  /* background-color: var(--c2) !important; */
}


*{
  box-sizing: border-box;
  /* border: 1px solid black; */
}

/* top first section */

.first-top{
  background-color: var(--bg) !important;
  /* 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 !important; */
  letter-spacing: 1px;
}
.first-bx-img{
  width: 28px;
}
.top-nv-soc-img{
  width: 20px;
}
.get-help{
  background-color: var(--c1) !important;
  border-radius: 0% !important;
  color: #ffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
}
.cus-img{
  width: 20%;
}
.cus-text{
  text-align: start;
}


/* top first section */

.first-top{
  background-color: #fff;
  /* 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: #191919;
  letter-spacing: 0.8px;
}
.first-bx-img{
  width: 25px;
}
.top-nv-soc-img{
  width: 19px;
 
}
/* Hide the "Powered by Google Translate" text and logo */
.goog-logo-link,
.goog-te-gadget span,
.goog-te-banner-frame.skiptranslate {
    display:none !important;
}

.goog-te-gadget {
 color: transparent !important;
}

/* Hide the dropdown icon */
.goog-te-combo {
    margin: 0 auto;
    display: block;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;

}
/* Center the translate element */
#google_translate_element_1 {
    text-align: center;
}
/* .skiptranslate iframe{
  display: none !important;
} */
/* ----------------- 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{
  position: relative;
  transition: all .5s;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px !important;
}
.navbar::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  z-index: -2;
  background-color: var(--c1) !important;
}
.logo{
  width: 75px;
  /* height: 69px; */

}
.nav-menus {
  display: flex !important;
  align-items: center;
  justify-content: center;
  
}

.navbar .logo-in-nv{
  display: none !important;
  transition: all .5s;
}
.newnav .logo-in-nv{
  display: flex !important;
  transition: all .5s;
}
 .logo-out-nv-hide{
  display: none;
  transition: all .5s;
}
.newnav .nav-menus{
  justify-content: center !important;
}

.newnav{
  position: fixed !important;
  top: 0% !important;
  left: 0%;
  width: 100%;
  z-index: 50;
  background-color: var(--bg) !important;
  /* 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; 
}
/* .newnav .nav-link{
  color: #fff;
} */
@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 10px;
  display: flex;
  align-items: center;
}
.nav-link{
  color: #ffff !important;
  font-weight: bold !important;
  letter-spacing: 1px;
  font-size: 14px !important;
}
.nav-active{
  /* background-color: var(--c1) !important; */
  /* border-bottom: 2px solid var(--c1) !important; */
  color: var(--c2) !important;
  font-weight: bold !important;
}
/* .newnav .nav-link:hover{
  color: #ffff !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;

}
.navbar .dropdown-menu{
  min-width: 220px;
  border-radius: 0% !important;
  border-top: 3px solid var(--c1);
}
/* Open dropdown on hover */
/* .nav-item.dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0; 
} */

/* Open sub-dropdowns on hover */
.dropdown-menu li:hover > .dropdown-menu {
  display: block;
}

/* Optionally add some transition effects */
/* .dropdown-menu {
  transition: all 0.3s ease;
} */

.dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
  margin-top: 0;
}
.navbar .dropdown-item{
  font-size: 14px;
}
/* navbar dropdown */
.dropdown-menu[data-bs-popper] {
  top: 116% !important;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.arow-right .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
  position: absolute;
  right: 18px;
  top: 37%;
}
.navbar .dropdown-item:hover{
  transform: unset;
  background-color: #f1f8ff !important;
  color: var(--c1) !important;
  transition: all .5s;
}
.nv-fl{
  position: relative;
  overflow: hidden;
}
.nav-flower{
  width: 37%;
  position: absolute;
  bottom: -18%;
  right: -13%;
  animation: animName 15s linear infinite;
}
/* .navbar .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: black !important;
} */
/* .newnav .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #fff !important;
} */
.dropdown-toggle:focus{
  color: unset !important;
}
.newnav .clr-nav-tog{
  color: #fff !important;
}
/* @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%;
}

@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%;
  }
}

.user-nav-btn{
  background-color: #e8e7e7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  outline: none;
  border: none;
  width: 55px;
  height: 55px;
}
.nav-user-img{
  width: 30px;

}

.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); }
}

.nav-bx-ser{
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.nav-text-ser{
  font-size: 16px;
  font-weight: 700;
  color: #000;
  transition: all 2s;
}
.nav-text-ser .i{
  font-size: 14px;
}

.nav-bx-ser::before{
  content: '';
  height: 100%;
  width: 0px;
  background-color: #000;
  position: absolute;
  left: 0%;
  top: 0%;
  /* display: none; */
  transition: all .5s;
}

.nav-bx-ser:hover::before{
  content: '';
  height: 100%;
  width: 3px;
  background-color: #000;
  position: absolute;
  left: 0%;
  top: 0%;
  display: block;
  transition: all .8s;
}
.nav-bx-ser:hover .nav-text-ser{
  color: #fff;
  transition: all .5s;
}

.nav-bx-ser::after{
  content: '';
  height: 100%;
  width: 0%;
  background-color: var(--c1);
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: -1;
  /* display: none; */
  transition: all 1s;
}

.nav-bx-ser:hover::after{
  content: '';
  width: 100%;
  z-index: -1;
  /* display: none; */
  transition: all .5s;
}

.active-nav-bx-ser{
  background-color: var(--c1);
  position: relative;
}
.active-nav-bx-ser::before{
  content: '';
  height: 100%;
  width: 3px;
  background-color: #000;
  position: absolute;
  left: 0%;
  top: 0%;
}
.active-nav-bx-ser .nav-text-ser{
  color: #fff;
}


/* navbar dropdown */
/* .dropdown-menu[data-bs-popper] {
  top: 100% !important;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.arow-right .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
  position: absolute;
  right: 18px;
  top: 37%;
}
.navbar .dropdown-item:hover{
transform: unset;
  background-color: #f9dede !important;
  color: var(--c1) !important;
  transition: all .5s;
} */

.bg-c1{
  background-color: var(--c1);
}

/* --- mega menu ----- */
.custom-mega-menu {
  position: static;
}
.custom-mega-menu .custom-dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
  border: none;
  padding: 0;
  margin: 0;
  display: none; /* Hide by default */
}
.custom-mega-menu-container {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
}
.custom-mega-menu-column {
  flex: 1 1 25%;
  padding: 1rem;
  box-sizing: border-box;
}
.custom-dropdown:hover .custom-dropdown-menu,
.custom-dropdown.show .custom-dropdown-menu {
  display: block;
}
.custom-dropdown-submenu {
  position: relative;
}
.custom-dropdown-submenu:hover .custom-dropdown-menu,
.custom-dropdown-submenu.show .custom-dropdown-menu {
  display: block;
}
.custom-dropdown-submenu .custom-dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none; /* Hide by default */
}
.small-p{
  font-size: 14px;
  margin-bottom: 2px;
}
.custom-dropdown-submenu a{
  color: #000;
}
.custom-dropdown-menu{
  margin-left: 10%;
  margin-top: 1.5rem;
}
/* .custom-dropdown-item {
  width: 100%;
} */
.in-drop:hover {
  background-color: #70b6e2;
  margin-top: 1.5rem;
}
.sub-dropdown-item:hover {
  background-color: #70b6e2 !important;
  width: 100%;
}
.new-add-menu{
  left: 5% !important;
  top: 100% !important;
}
.mega-in .nav-link{
  color: #000 !important;
}
.mega-in .nav-link:hover{
  color: var(--c1) !important;
}
@media (max-width: 992px) {
  .custom-mega-menu-column {
    flex: 1 1 50%;
  }
  .custom-dropdown-menu{
    margin-left: 10%;
    margin-top: 1.5rem;
  }
}
@media (max-width: 768px) {
  .custom-mega-menu-column {
    flex: 1 1 100%;
  }
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }

}	
/* ============ desktop view .end// ============ */

.treat-you-main{
  position: relative;
}
.treat-you-left{
  /* position: absolute; */
}
.treat-img{
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.tret-you-right p{
  font-size: 14.5px;
}
/* ============ mobile view ============ */
@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }
}

.enq-btn-nv{
  display: flex !important;
  align-items: center;
}
.nv-rnd{
  background-color: #97815535;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: relative;
}
.nv-rnd-img{
  width: 45%;
  z-index: 3;
}
.nv-rnd::after{
  content: '';
  width: 80%;
  height: 80%;
  border-radius: 100%;
  background-color: var(--c1);
  position: absolute;
}



/* call and whats app */
.fix-icon-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  bottom: 5%;
  right: 1%;
  z-index: 60;
 }
 .fix-img{
  width: 30px;
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
 }
 .in-fix-box{
  display: flex;
  align-items: center;
  background-color: #40c351;
  border-radius: 12px;
 }
 .in-fix-p{
  color: #FFF;
 }
 .call-fix-side{
  /* width: 40px;
  height: 40px;*/
  border-radius: 50%; 
  /* background-color: #222; */
  border: 3px solid #fff;
  /* position: fixed;
  left: 1%;
  bottom: 5%;
  z-index: 60; */
  display: flex;
  justify-content: center;
  align-items: center;
 }
 .call-img-fix{
  width: 40px;
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  
 }
 @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);
  }

}

.cal-nv-btn{
  background-color: var(--c1) !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
  position: relative;
  width: 170px;
  font-size: 13px !important;
  transition: all .5s;
}
.btn-round-bx{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid var(--c1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  left: -10%;
}
 .call-nv{
  width: 20px;
 }
 .cal-nv-btn:hover{
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  transition: all .5s;
 }


 .shine-btn{
  background-color: var(--c1) !important;
  /* background-image: linear-gradient(to right, #000000 0%, #0d0d0d  51%, #000000  100%) !important; */
  color: #ffff !important;
  border-radius: 5px;
  /* box-shadow: 0 0 20px #eee; */
  transition: 0.5s;
  background-size: 200% auto;
  display: block;
  position:relative;
	overflow:hidden;

}
         
.shine-btn:focus {
	color: #fff;
	outline:none;
}
.shine-btn:before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
/* .shine-btn:hover{
	color:#fff;
} */
.shine-btn:before {
	-webkit-animation: shine 2s infinite;
	animation: shine 2s infinite;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.nav-tp-bx{
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid var(--c2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-tp-bx-img{
  width: 50%;
}
.nav-tp{
  display: flex;
  align-items: center;
}
.soc-nv-rnd{
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: var(--c2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.soc-nv-rnd img{
  width: 50%;
}

.nv-btn{
  /* background-color: var(--bg) !important; */
  color: #fff !important;
  height: 55px;
  letter-spacing: 1px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.nv-btn::before{
  content: '';
  background-color: var(--c2) !important;
  z-index: -1;
  position: absolute;
  left: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  transition: all .5s;
}
.nv-btn::after{
  content: '';
  background-color: var(--c1) !important;
  z-index: -1;
  position: absolute;
  left: 0%;
  bottom: -100%;
  width: 100%;
  height: 100%;
  transition: all .5s;
}
.nv-btn:hover::after{
  bottom: 0%;
  transition: all .5s;
}
/* hero */
.hero{
  min-height: 75vh;
  display: flex;
  align-items: center;
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
}
.hero::after{
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0%;
  background-image: url(../images/ev-bg.jpg);
  /* background-attachment: fixed; */
  background-position: center center;
  z-index: -1;
}
.ls-2{
  letter-spacing: 2px;
}

.h1-btn{
  /* border-radius: 20px 20px !important ; */
  color: #fff !important;
  font-weight: 700 !important;
  /* font-size: 13px !important; */
  background-color: var(--c1) !important;
  height: 45px;
  display: flex !important;
  align-items: center;
  justify-content: center;
    border: 2px solid var(--c1) !important;

}

.h1-btn:hover{
  background-color: #fff !important;
  color: var(--c1) !important;

}

.h2-btn{
  /* border-radius: 20px 20px !important ; */
  color: #fff !important;
  font-weight: 700 !important;
  /* font-size: 13px !important; */
  background-color: var(--c2) !important;
  height: 45px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--c2) !important;
}

.h2-btn:hover{
  background-color: #fff !important;
  color: var(--c2) !important;
}

/* ---------------------  */



.hero2{
 /* min-height: 60vh !important ; */
 position: relative;
 display: flex;
 align-items: center;
}
.hero2::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0%;
  z-index: -3;
  background-image: url(../images/imgi_9_bg.webp);
  background-position: bottom center;
  background-attachment: fixed;
  background-size: cover;
}

.ban-side-img-main{
  width: 100%;
  height: 350px;
}

.ban-side-img{
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

/* .hero2::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0%;
  z-index: -2;
  background-color: rgba(249, 51, 74, 0.533);
  background-image: linear-gradient(127deg, rgba(249, 51, 74, 0.533) 0%, rgba(136, 6, 21, 0.734) 91%);
  background-size: cover;
} */
.curv-img{
  width: 100%;
  position: absolute;
 right: 0;
    bottom: -3%;
    left: 0;
  z-index: 3;
}
.carousel-indicators button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  background-color: #f6f6f6 !important; /* Change this to the color you want */
}

.carousel-indicators .active {
  background-color: var(--c1) !important; /* Change this to the color you want for the active indicator */
}

.fill {
  width: 100%;
  height: 77vh;
  object-fit: cover;
  object-position: center;
 opacity: .45
}

.hero-img1{
  object-position: top !important;
}

.ban-main{
position: relative;
background-color: black; 
}

.ban-con{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 350px;
  }

.btn-c1{
  background-color: var(--c1) !important;
  color: #fff;
  transition:  all 0.5s ease-in-out;
  border: 1px solid var(--c1)
}

.btn-c1:hover{
  background-color: var(--bg) !important;
  color: var(--c1) !important;
    transition:  all 0.5s ease-in-out;box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.btn-c2{
  background-color: transparent !important;
  color: #fff;
  transition:  all 0.5s ease-in-out;
  border: 1px solid #fff
}

.btn-c2:hover{
  background-color: var(--bg) !important;
  color: var(--c1) !important;
    transition:  all 0.5s ease-in-out;box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}


.btn-c3{
  background-color: var(--c2) !important;
  color: #fff;
  transition:  all 0.5s ease-in-out;
  border: 1px solid var(--c2)
}

.btn-c3:hover{
  background-color: var(--bg) !important;
  color: var(--c1) !important;
    transition:  all 0.5s ease-in-out;box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}


/* ------------------------  */

.gall-div1{
  width: 100%;
  height: 300px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  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: 0px;
  transition: all .5s;
}
.full-screen{
  width: 50px;
}
.gall-div1:hover .gall-over{
  width: 85%;
  height: 85%;
  opacity: 1;
  transition: all .5s;
}
.last-gal{
  height: 300px;
}

/* ---------- about us -=------------  */

.why-us{
  position: relative;
  height: 400px;
}


.why-us-img1{

  height:90%;
  width: 90%;
  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;
  object-position: bottom;
  position: absolute;
  height: 70%;
  width: 50%;
  /* width: 280px; */
  background-color: #fff;
  /* z-index: 1; */
  bottom: 0%;
  right: 0%;
  
}

/* -----------------  */

.marquee {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.marquee-track {
  display: inline-flex;
  min-width: 200%; /* ensures both spans fit */
  animation: marquee-left 20s linear infinite;
}

.marquee-reverse .marquee-track {
  animation: marquee-right 20s linear infinite;
}

.marquee-track span {
  display: inline-block;
  padding-right: 2rem; /* spacing between repeats */
  font-weight: 600;
  font-size: 25px !important;
}

/* leftward scroll */
@keyframes marquee-left {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* rightward scroll */
@keyframes marquee-right {
  0%   { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

/* -----------  */

.card-img {
  background-size: cover;
  background-position: center;
  height: 430px; /* adjust height */
}

/* --------------  */



.new-ab-6{
  position: absolute;
  left: 3%;
  /* top: 50%; */
  object-fit: cover;
  width: 23%;
  height: 400px;
}

.new-ab-7{
  position: absolute;
  right: 3%;
  /* top: 50%; */
  object-fit: cover;
  width: 23%;
    height: 400px;
}

.center-ab{
  background-color: #ffff;
}

.new-bout-main{
  /* background-color: var(--c4); */
  /* background-color: rgba(0, 0, 0, 0.5); */
  position: relative;
}
.new-bout-main::after{
  content: '';
  background-image: url(../images/imgi_18_4.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: absolute;
  inset: 0%;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* ------------------- 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: 180px;
  /* font-family: Poppins-Regular; */
}
.cnt-nm{
   color: var(--c1) !important;
    display: inline-block;


    font-size: 38px;
    line-height: 1em;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
}

.about-main1{
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}



/* --------- */

.bg-choose2{
  position: relative;
  /* height: 100vh !important; */
  background-color: #e8e7e7;
}

.bg-choose{
  position: relative;
  /* height: 100vh !important; */
}
.bg-choose::after{
  content: '';
  width: 100%;
  height: 100% !important;
  position: absolute;
  inset: 0%;
  background-image: url(../images/imgi_21_11.jpg);
  background-size: cover;
  /* opacity: 0.6; */
  z-index: -1;
  /* background-attachment: fixed; */
  background-position: top left;
}

.bg-choose1 {
  position: relative;
}

.bg-choose1::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-image: url(../images/imgi_38_7.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: -1;
  opacity: 0.5;
}

/* Black overlay */
.bg-choose1::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: #000 !important; /* adjust 0.6 for more/less black */
  z-index: -1;
}

/* -----------------  */

.new-why-mainfluid{
  position: relative;
}

.new-why-main1{
  background-image: url(../images/imgi_18_4.webp);
  background-size: cover;
  height: 57vh !important;
  width: 100% !important;
  display: flex;
  align-items: center;
  position: relative;
}
.new-why-img1{
  position: absolute;
  height: 140px;
  width: 140px;
  top: -10%;
  left: 20px;
  transform: rotate(20deg);

  /* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
  /* border: 5px solid white;/ */
}

.new-why-img2{
  position: absolute;
  /* height: 140px; */
  width: 180px;
  bottom: -10%;
  /* border: 5px solid white; */
  right: 7%;
  transform: rotate(-30deg);
  /* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
}


/* -------------------form ------------ */


.form-background{
  background-color: white !important;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
  padding: 20px;
}

.form-div{
  position: relative;
  background-color: rgba(71, 70, 70, 0.61);
}
.form-div::after{
  content: '';
  background-image: url(../images/formimg.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;
} */

.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-select:focus{
  outline: unset !important;
  box-shadow: unset !important;
  background-color: #f6f6f6 !important;
}

.form-select{
  background-color: #f6f6f6 !important;
  padding: 10px !important;
}

.form-control::placeholder {
  color: red;
}
.form-con{
  margin-top: 400px;
}

/* ====footer===== */
.footer{
    position: relative;
}


.footer::after{
  content: '';
  /* background-image: url(../images/f-baner-bg.jpg); */
  background-size: cover;
  background-color: var(--c1);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  z-index: -2;
}

.pattern-img{
  position: absolute;
  bottom: 4%;
  right: 0%;
  /* width: 100%; */
  height: 100%;
  z-index:-1;
}

.pattern-img1{
  position: absolute;
  bottom: 0%;
  /* left: 0%; */
  width: 100%;
  /* height: 100%; */
  z-index:-1;
  opacity: 0.5;
}

.f-logo{
  /* width: 50%; */
  height: 120px;
}
.full-so{
  display: flex;
  /* background-color: #daa52a; */
  /* height: 100px; */
}
.soc-bx{
  width: 40px;
  height: 40px;
  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;
}
.foot-p:hover{
  transform: translateX(5%);
  transition: all .5s;
}
/* .ft-main{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
} */
.f-con-div{
  display: flex;
}
.f-con-bx{
  background-color: var(--c1);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.con-f-icon{
  width: 50%;
}
.f-con-txt{
  width: 60%;
}
.f-con-h{
  font-size: 15px;
}
/* ======== */

.abt-right{
  position: relative;
  display: flex;
  justify-content: end;
}
.abt-img{
  width: 85%;
  height: 500px;
  object-fit: cover;
}
.main-call-new{
  width: 30%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  
}
.call-new-bx{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  position: relative;
}
.call-rnt{
  background-color: var(--c2);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid #fff;
  position: absolute;
  top: -20%;
}
.call-new-icon{
  width: 60%;
}

.call-n-content{
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  width: 100%;
  background-color: var(--c2);
}

/* ----------------  */

   .choose-head{
    font-size: 50px;
  }
  .choose-bx{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    min-height: 290px;
  }
  .choose-img-bx{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--c2);
  }
  .choose-img{
    width: 60%;
  }
  .br-right{
    border-right: 1px solid var(--c1);
  }
  /* .br-bot{
    border-bottom: 1px solid var(--c1);
  } */

  /* ----------------  */

  .other-hero{
  height: 45vh;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.5);
  position: relative;
}
.other-hero::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-color: var(--c2); */
  z-index: -1;
    /* background-color: rgb(0, 2, 25,0.7); */
    background-image: url(../images/2148817614.jpg) !important;
    background-size: cover;
   background-attachment: fixed;
   background-position: center;
} 
  
.hero-h{
  /* color: #fff; */
  font-size: 55px;
}

 /* --- best section ----------- */
.best-box{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFF;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  min-height: 430px;
  /* border-radius: 10px; */
}
.best-img-div{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c2);
}
.best-img{
  width: 60%;
}
.best-box:hover .best-img-div {
  transform:rotateY(360deg);
  transition: all 1s;
  
}
.js{
  text-align: justify;
}

/* ----------------- / */

.foun-image{
  width: 100%;
  height: 300px ;
  object-fit: cover;
  object-position: top;
}


/* -------------------- */

.card1 {
  width: 100%;
  height: 380px !important;
  border-radius: 1rem !important;
  background: #f5f5f5;
  position: relative;
  /* padding: 1.8rem; */
  border: 1px solid #c3c6ce;
  transition: all .5s;
    overflow: hidden;
      background-color: var(--c1) !important;

 }
 


 .detail-img{
  height: 100%;
  width: 100%;
  /* border-radius: 18px; */
  object-fit: cover;
  opacity: 0.3;
 }

 .text-detail{
  position: absolute;
  bottom: 0%;
  left: 4%;
 }
 
 .text-body {
  color: rgb(134, 134, 134);
 }
 
 /*Text*/
 .text-title {
  font-size: 1.5em;
  font-weight: bold;
 }
 
 /*Hover*/
 .card1:hover {
  border: 3px solid var(--c2);
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
 }
 
 .card1:hover .card-button {
  transform: translate(-50%, 50%);
  opacity: 1;
 }

 .card1:hover .detail-img {
  /* opacity: 0.9; */
  /* transform: scale(1.02); */
  transition: all .5s;
 }

 .process-arrow{
  width: 80px;
  position: absolute;
  top: 3%;
  right: -5%;
}

.process-arrow1{
  width: 50px;
  /* position: absolute; */
  bottom: -10%;
  left: 0%;
  opacity: 0.6;

  /* transform: rotate(150deg); */
}

.process-arrow4{
  width: 50px;
  position: absolute;
  bottom: -14%;
  left: 50%;
  transform: translateX(-50%); /* This centers it horizontally */

  opacity: 0.6;

  /* transform: rotate(150deg); */
}

.process-arrow3{
  width: 80px;
  position: absolute;
  bottom: -14%;
  left: 0%;
  transform: rotate(200deg) scaleX(-1);


}

.process-arrow-2{
  width: 80px;
  position: absolute;
  top: 30%;
  right: -10%;
}

.pack-card{
  background-color: var(--bg);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  transition: all .5s;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.pack-img-bx{
  width: 100%;
  height: 230px;
  overflow: hidden;
  position: relative;
}
.pack-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}
.pro-txt{
  font-size: 14px;
}
.under-dis{
  position: absolute;
  left: 0%;
  bottom: -1%;
  clip-path: polygon(0 0, 79% 0, 100% 100%, 0% 100%);
  background-color: var(--bg);
  min-width: 45%;
  /* border-radius: ; */
}
.pack-card:hover .pack-img{
  transform: scale(1.1);
  transition: all .5s;
}


  /* ---------- marquee ----------- */

  .marque-top{
    box-shadow: rgba(14, 30, 37, 0.089) 0px 2px 4px 0px, rgba(14, 30, 37, 0.203) 0px 2px 16px 0px;
  }

  .firstmarquee img{
    height: 40px;
  }

  .marqueeimg{
    overflow: hidden;
    white-space: nowrap;
    /* width:900px; */
    /* margin-left: 50px; */
}

.firstmarquee{
    display: inline-block;
    animation:19.5s slide infinite linear;
    
}

.firstmarquee img{
    margin:50px 20px;
}

@keyframes slide {
  from{
      transform:translateX(0);
  }
  to{
      transform: translateX(-100%);
  }
}


.form-control:focus{
    outline: unset !important;
    box-shadow: unset !important;
    background-color: #f6f6f6 !important;
  }
  
  .form-control{
    background-color: #f6f6f6 !important;
    padding: 20px;
  }
  
  
  
  .form_input input{
  padding: 10px !important;
  }
  
  .con_img img{
  height:600px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  margin-left: 40px;
  margin-top: 20px;
  }
  
  
  .con-box {
  width: 100%;
  display: flex;
  align-items: flex-start;
  }
  .con-box img {
  width: 40px;
  }
  .con-right {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    height: 100%;
  }



  .contact .info-wrap {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    padding: 30px !important;
    border-radius:1rem;
  }

  .con-pad{
    padding-top: 100px !important;
  }
  
  .contact .info {
    background: #fff;
  }
  
  .contact .info i {
    font-size: 20px;
    color: var(--c2);
    float: left;
    width: 44px;
    height: 44px;
    border: 1px solid var(--c2);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s;
  }
  
  .contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #111;
  }
  
  .contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #444444;
  }
  
  .contact .info:hover i {
    background: var(--c2);
    color: #fff;
  }
  /* ----------------------  */

  .fi-1{
  position: absolute;
  right: 5%;
  top: 5%;
 }
 .fi-2{
  position: absolute;
  left: 2%;
  top: 20%;
 }



     .why-us-img3{

  height:  290px;
  width: 55%;
  object-fit: cover;
  overflow: hidden;
box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
  background-color: #fff;
}

.car-font{

  border-left: 5px solid var(--c1);
}

      .dtlab1{
  width: 100px;
  position: absolute;
  left: 20%;
  top: 0%;
  rotate: 30deg;
 }
 .dtlab2{
  width: 100px;
  position: absolute;
  bottom: 7%;
  right: 20%;
  rotate: -50deg;
 }


.flolab-img-div{
  position: relative;
  height: 440px;
 }


  /* ------------ */


 .acc-card{
  position: relative;
  height: 300px;
  width: 100%;
  transition: all .5s;
  background-image: fill 0 linear-gradient(#0001,#000);
  overflow: hidden;
  border-radius: 10px;
  filter: brightness(80%);

 }



.book-acc{
  position: absolute;
  top: 3%;
  right: 3%;
  /* transform: rotate(-90deg);  */
  transition: all .5s;
}


.book-acc a{
 font-size: 50px !important;
 color: #03708175 !important;
  transform: scale(1.05);
  transition: all .5s;
}

 .acc-card-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: all .5s;
 }

 .acc-card:hover .acc-card-img{
  transform: scale(1.1);
  transition: all .5s;
  filter: brightness(110%);
}

 /* .bottom-Center5{
  position: absolute;
  bottom:-5%;
  left: 0%;
  background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgb(18, 15, 15));
  width: 100%;
  border-radius: 10px;
 } */

.oth-pro{
  position: relative;
}
.owl-nav{
  /* width: 100%; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  /* top: 40%;
  left: 0%; */
}
.sim-arrow{
  background-color: #fff !important;
  border-radius: 50% !important;
  height: 35px;
  width: 35px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transition: all 1s !important;
}
.h-arrow{
  border: 2px solid var(--c1) !important;
  color: #000 !important;
}

.sw-nav{
    width: 102%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 40%;
    left: -1%;
}
.ser-nav {
  width: 102%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: -31%;
  left: -1%;
}

.flowchart-img{
  width: 100%;
  height: 400px;
  object-fit: contain;
}

/*  ========================================================================================================================= */

  /* --------------------------------------make it responsive------------------------ */
  @media screen and (max-width:1400px) {
 
  .nav-link {
    font-size: 13px !important;
  }
  /* hero */
  .f-first {
    font-size: 50px;
  }

  }
@media screen and (max-width:1025px) {
  .ab-h {
    font-size: 32px;
}
.logo{
  width: 65px !important;
  height: unset;
}
          /* 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) {
  .ftp{
    font-size: 12px !important;
  }

}
@media screen and (min-width:960px) and (max-width:1030px) {

  .nav-link{
    font-size: 11px !important;
  }
 
  .enq-btn {
    font-size: 10px !important;
}
.navbar{
  padding-top: unset !important;
  padding-bottom: unset !important;
}

.nv-tx{
  font-size: 12px;
}
.nv-rnd {
  width: 50px;
  height: 50px;
}
.nv-call-us{
  font-size: 12px !important;
}

}

@media (min-width:920px) and (max-width:1200px) {
 
}

  @media screen and (max-width:920px) {
    body{
      overflow-x: hidden !important;
    }
    .sm-js{
      text-align: justify !important;
    }
       /* navbar */
     .top-nav-one{
      display: none;
  }
  .menu {
    width: 42px;
}
  /* .logo{
      width: 77px;
  } */
   .navbar{
    z-index: 1050;
   }
  .nav-menus {
      display:flex;
      align-items: unset !important;
      justify-content: unset;

  }
  .nav-link{
      color: #000 !important;
      font-size: 15px !important;
      font-weight: normal !important;
  }
  /* .newnav .nav-link{
    color: var(--c1) !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(--bg);
    border-bottom: 1px solid var(--c2);
  }

  .logo-nv{
    height: 55px;
  }

  .nav-active{
    background-color: unset !important;
    color: var(--c1) !important;
    font-weight: bold !important;
    border-bottom: unset !important;
  }
  .navbar .nav-item{
    border-bottom: 1px solid #6666;
    min-height: 56px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
  }
  /* .dropdown:hover .dropdown-menu {
    margin-top: 2rem !important;
} */
.navbar .logo-in-nv{
  display: flex !important;
  transition: all .5s;
}
.top-nav-up{
  display: none !important;
}

/* hero */
.hero{
  min-height: 60vh;
}

.mob-h{
  font-size: 23px;
}

.wed-right{
  position: relative;
  height:650px;
  /* background-color: #000; */
}
.wed1{
  width: 65%;
  background-color: #fff;
  height: 60%;
  object-fit: cover;
}
.wed2{
  width: 60%;
  height: 50%;
  object-fit: cover;
  position: absolute;
  right: 0%;
  bottom: 0%;
  background-color: #fff;
}

.center-ab{
  background-color: #ffff;
  border-radius: 1rem !important;
}
 }
  

  @media screen and (max-width:720px) {
.fill {
  width: 100%;
  height: 60vh;
  object-fit: cover;
  object-position: left;
 opacity: .4;
}


.curv-img{
  width: 100%;
  position: absolute;
 right: 0;
    bottom: -0.5%;
    left: 0;
  z-index: 3;

  }

  }

  @media screen and (max-width:660px) {
    .menu {
      width: 32px;
  }
  .logo {
    width: unset;
    height: 55px;
}
.sm-js{
  text-align: justify !important;
}
.why-us{
  position: relative;
  height: 340px;
}

.ban-side-img-main{
  width: 100%;
  height: 220px;
}


.bg-choose::after{
  content: '';
  width: 100%;
  height: 100% !important;
  position: absolute;
  inset: 0%;
  background-image: url(../images/imgi_21_11.webp);
  background-size: cover;
  /* opacity: 0.6; */
  z-index: -1;
  /* background-attachment: fixed; */
  background-position: top center;
}

/* ------------  */

.wed-right{
  position: relative;
  height: 350px;
  /* background-color: #000; */
}


  .new-why-main1{
    /* background-color: var(--c4) !important; */
    height: 100% !important;
    width: 100% !important;
    display: flex;
    align-items: center;
    position: relative;
    background-image: url(../images/imgi_18_4.webp);
    background-size: cover;
    background-position: top;
 }

     .abt-img{
      width: 95%;
      height: 450px !important;
      object-fit: cover;
    }
    .main-call-new{
      width: 50% !important;
      position: absolute;
      bottom: 0%;
      left: 0%;
      
    }
      .br-right{
    border-right: unset;
  }
  /* .br-bot{
    border-bottom: unset;
  } */
  /* .choose-bx{
    border-bottom: 1px solid var(--c1);
  } */

  .pattern-img1{
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 100% !important;
  height: 200px;
  object-fit: cover;
  z-index:-1;
  opacity: 0.5;
}

  .card1 {
  width: 100%;
  height: 230px !important;
  border-radius: 10px !important;
  background: #f5f5f5;
  position: relative;
  /* padding: 1.8rem; */
  border: 1px solid #c3c6ce;
  transition: all .5s;
    overflow: hidden;
      background-color: #000 !important;

 }

 
    .firstmarquee img{
      height: 30px;
    }

     .why-us-img3{

      height:  230px;
      width: 53%;
    }


    
.flolab-img-div{
  position: relative;
  height: 350px;
 }

 .flowchart-img{
  width: 100%;
  height: 300px;
  object-fit: contain;
}
}
@media screen and (max-width:500px) {

}
@media screen and (max-width:400px) {

}
  @media screen and (max-width:380px) {

  }

  @media screen and (max-width:320px) {


  }

  @media screen and (min-width:321px) and (max-width:425px) {

  
}
