:root{
  --c1:#ff6430; 
  /* --c1:#b70100; */
  --c2:rgb(23, 50, 132);
  --c3:#6c6c6c;
  --c4:#142b3b;
  --bg:linear-gradient(90deg, var(--c1, #00206e) 0%, var(--insuco-base, #00accc) 100%);;

}

/* @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: linear-gradient(90deg, var(--c1, #00206e) 0%, var(--insuco-base, #00accc) 100%);;
}
/* .c5{
  color: var(--c5) !important;
} */
.w{
  color: #fff !important;
}
.b{
  color: black !important;
}
a{
  text-decoration: none !important;
}
.ls{
  letter-spacing: 1px;
}
.lh{
  line-height: 2rem !important;
}
@font-face {
  font-family: 'blkchcry';
  src: url(../BLKCHCRY.TTF);
}
@font-face {
  font-family: 'Roboto';
  src: url(../RobotoCondensed.ttf);
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url(../Poppins-Regular.ttf);
}
.hf{
  font-family: 'blkchcry' !important;
}
html{
  width: 100vw !important;
  overflow-x: hidden !important;
  
}

body{
  margin: 0% !important;
  padding: 0% !important;
  /* font-family: 'Poppins-Regular' !important; */
  font-family: "Nunito", sans-serif !important;
  overflow-x: hidden !important;
  width: 100vw;
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth !important;
}

/* h1,h2,h3{
  font-family: Adamina !important;
} */
*{
  box-sizing: border-box;
  /* border: 1px solid black; */
}

/* top first section */

.first-top{
  background-color: var(--c2);
  /* 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: 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;
}
/* ----------------- 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: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-bottom: 2px solid var(--c1);

}
.logo{
  width: 50px;
  /* height: 69px; */

}
.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-color: #ffffff !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;
}
.nav-link{
  /* color: #ffff !important; */
  font-weight: bold !important;
  letter-spacing: 1px;
  font-size: 13px !important;
  /* font-weight: 500 !important; */
  /* font-family: Adamina !important; */
  /* font-family: 'blkchcry' !important; */
  font-family: Poppins-Regular !important;
}
.nav-active{
  /* background-color: var(--c1) !important; */
  border-bottom: 2px solid var(--c1) !important;
  color: var(--c1) !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;
} */

/* --- 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;
  }
}




/* 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;
 }

/* ---------- hero section ----------- */
            
.btn-cool {
  /* background-image: linear-gradient(to right, #D31027 0%, #EA384D  51%, #D31027  100%); */
  background-image: linear-gradient(to right, #ff4c30, #ff6830, #fff, #f3806f);
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 300% 100%;
  color: white;            
  box-shadow: 0px 10px 15px 0px rgba(255, 83, 48, 0.35);
  display: block;
  width: 200px;
  border-radius: 10px;
}

.btn-cool:hover {
  background-image: linear-gradient(to right, #f0561d, #fff, #ff6830, #f0561d);
    background-position: 100% 0;
  color: #fff;
  text-decoration: none;
}

.btn-cool-img{
  width: 28px;
}

.city-side-img{
  width: 30%;
  height: 110%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  right: 0%;
  z-index: -1;
}


.btn-c1{
  /* background-color: var(--c1) !important; */
  color: #fff !important;
  border: 1px solid var(--c1) !important;
  position: relative;
  overflow: hidden;
  transition: all .5s;
  /* z-index: 4; */
}
.btn-c1:hover{
  color: var(--c1) !important;
  transition: all 1s;
}
.btn-c1 span{
  z-index: 3 !important;
  position: sticky;
}
.btn-c1::before{
  content: '';
  width: 110%;
  height: 110%;
  /* border-radius:0px 50px 50px 0px; */
  background-color: var(--c1);
  position: absolute;
  top: 0%;
  left: 0%;
  transition: all 1s;
  z-index: 1;
}
.hero-sp-btn::before{
  z-index: -1;
}
.btn-c1:hover::before{
  left: -120%;
  transition: all 1s;
}
.btn-w-b{
  background-color: #fff !important;
  border: 1px solid var(--c1) !important;
  color: var(--c1) !important;
}

.top-one-bg{
  width: 100%;
  height: 100%;
  opacity: 0.03;
  position: absolute;
  inset: 0%;
  z-index: -2;
}

/* ------ about section ------ */
.h-line{
  width: 40px;
  height: 2px;
  background-color: var(--c1);
}
.js{
  text-align: justify !important;
}
.ab-imgs{
  width: 100%;
  border-radius: 12px;
  height: 50%;
}

.ab-row{
  display: flex;
  flex-wrap: wrap;
}
.col-ab{
  width: 50%;
  height: unset;
}
.cus-ab-img{
  width: 90px;
}
.ab-main{
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(8% 0, 100% 0%, 92% 100%, 0% 100%);
}
.ab-2-img{
  /* width: 60%; */
  height: 40%;
  position: absolute;
  right: 0%;
  top: 0%;
  border: 4px solid #fff;
}

/* service section */
.service-card{
  width: 100%;
  background-color: #ffff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  transition: all .5s ease-in-out;
}

.ser-in-round{
  width: 90px;
  height: 90px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
  border: 5px solid #fff;
  transition: all 1s;
}
.ser-in-icon{
  width: 50%;
}
.under-ser{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,0) 25%, rgb(23, 50, 132) 23%);
  transition: all .5s;
}

.service-card:hover .under-ser{
  background: linear-gradient(180deg, rgba(255,255,255,0) 25%, var(--c1) 23%);
  transition: all .5s ease-in-out;
}

/* ---- car and taxi services -------- */
.car-ser-img{
  width: 75px;
}
.car-ser-card{
  width: 100%;
  height: 100%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-top: 2px solid var(--c1) ;
}

/* ----------- why choose us ----------------- */
.why-card{
  width: 100%;
  display: flex;
  align-items: center;
  gap: 2;
  height: 100%;
}
.why-icon{
  width: 60px;
}
.why-text{
  width: 70%;
}
.why-main{
  background-image: url(../images/why-choose.jpg);
  background-size: cover;
  background-position: center;
}

/* ======================*/ 

.service-area {
  position: relative;
  display: block;
  overflow: hidden;
}

.service-item {
  position: relative;
  padding: 0 20px 20px 20px;
  margin-bottom: 25px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.service-item::before{
  content: "";
  position: absolute;
  background: var(--w);
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);;
  border-radius: 20px;
  width: 100%;
  left: 0px;
  top: 130px;
  bottom: 0px;
  z-index: -1;
}

.service-item:hover .ser-img{
  /* transform: translateY(-10px); */
  transform: scale(1.1);
}

.service-item:hover .service-title{
  /* transform: translateY(-10px); */
  color: var(--c1);
}

.ser-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}



.service-img{
  overflow: hidden;
  border-radius: 30px;
  height: 200px;
}

.service-content {
  position: relative;
  margin-top: 5px;
  min-height: 220px;
}

.service-icon {
  position: absolute;
  width: 75px;
  height: 75px;
  /* line-height: 82px; */
  background: var(--c1);
  /* font-size: 50px; */
  color: var(--w);
  text-align: center;
  border-radius: 50%;
  margin-top: -50px;
  right: 40px;
  /* box-shadow: var(--box-shadow); */
  z-index: 1;
}

.service-icon img{
  width:60%;
}

.service-arrow {
  margin-top: 25px;
}

.service-title a {
  font-size: 22px;
  margin: 20px 0;
  font-weight: 600;
  margin-bottom: 10px;
  color:  var(--c4);
}

.service-title a:hover {
  color: var(--c2);
}

.service-arrow .theme-btn{
  padding: 10px 22px;
}

.button-c1 {
  cursor: pointer;
  position: relative;
  
 
  color: var(--c4);
  border: 2px solid var(--c4);
  border-radius: 34px;
  background-color: transparent;
  font-weight: 500;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
  overflow: hidden;
}

.button-c1::before {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: inherit;
  scale: 0;
  z-index: -1;
  background-color: var(--c4);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);

}

.button-c1:hover::before {
  scale: 3;
}

.button-c1:hover {
  color: #fff !important;
  scale: 1.1;
  box-shadow: 0 0px 20px rgb(126, 71, 152, 0.4);

}

.button-c1:active {
  scale: 1;
}

/* ---------  */
  /* .bg-pat{
 position: relative;
 background-color: #000;
   z-index: 0;
   width: 100%;
   height: 100%;
  }

  .bg-pat::before{
    content: '';
    z-index: -1;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='40' height='40' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='%23142b3bff'/><path d='M27.26 5.415c-.55 0-.9.55-.65 1l2.45 4.75c.2.5.85.5 1.15.1l3.15-4.5c.3-.4 0-1.05-.55-1.1zM10.689 8.068c-.406-.051-.822.31-.778.748l.5 5.3c.05.5.6.8 1.05.5l4.55-3.05c.45-.3.4-.95-.05-1.15l-5.1-2.3a.605.605 0 0 0-.172-.048zM2.406 24.584a.635.635 0 0 0-.345.081l-4.75 2.4c-.45.2-.5.85-.1 1.15l4.45 3.15c.4.3 1 0 1.1-.5l.3-5.55c0-.412-.31-.712-.655-.73zm40 0a.635.635 0 0 0-.345.081l-4.75 2.4c-.45.2-.5.85-.1 1.15l4.45 3.15c.4.3 1 0 1.1-.5l.3-5.55c0-.412-.31-.712-.655-.73zm-22.17 3.108a.744.744 0 0 0-.675.723l.4 5.55c.05.5.6.8 1.05.5l4.45-2.95c.45-.25.4-.9-.05-1.15l-4.8-2.6a.702.702 0 0 0-.376-.073z'  stroke-width='1' stroke='none' fill='%23ff6430ff'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
    
    opacity: 0.2;
  } */




.choose-item{
  display: flex;
  gap: 15px;
  position: relative;
  background: #fff;
  border-radius: 25px;

  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  z-index: 1;
}

.choose-count{
  position: absolute;
  right: 20px;
  top: 0%;
  /* padding: 10px; */
  font-size: 50px;
  font-weight: 800;
  -webkit-text-stroke: 0.5px var(--c1);
  -webkit-text-fill-color: transparent;
  z-index: -1;
  letter-spacing: 1px;
}

.choose-item-icon{
  width: 90px;
  height: 90px;
  line-height: 80px;
  background: var(--c1);
  color: var(--c4);
  font-size: 45px;
  border-radius: 50px;
  margin-bottom: 15px;
  text-align: center;
}

.choose-item-icon img{
  width: 55px;
}

.choose-item-info{
  flex: 1;
}

.choose-img{
  width: 100%;
  height: 300px;
  object-fit: contain;
  /* background-position: center center;/ */
  /* border-radius: 25px; */

}

.choose-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.choose-item-info h3{
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
}

.choose-item-info p{
  font-size: 14px;

}

.cha-2{
  padding-top: 350px;
}


.city-side-img1{
  width: 40%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 0;
}


@media all and (max-width: 991px) {
  .choose-content-wrapper {
    margin-top: 40px;
  }
}

@media all and (max-width: 767px) {
  .choose-item{
    flex-direction: column;
  }

  .choose-count{
    position: absolute;
    right: 20px;
    top: 0%;
    /* padding: 10px; */
    font-size: 100px;
    font-weight: 800;
    -webkit-text-stroke: 0.5px var(--c1);
    -webkit-text-fill-color: transparent;
    z-index: -1;
    letter-spacing: 1px;
  }

  .choose-img{
    width: 100%;
    height: 200px;
    object-fit: contain;
    /* background-position: center center;/ */
    /* border-radius: 25px; */
  
  }

  
.city-side-img1{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 0;
}
}


 /* ------------- feedback -------- */

 .feedback{
  background-color: #F3F4F8 !important;
  /* height: 100vh; */
 }

 .feedback_image {
  border: 2px dashed var(--c1);
  border-radius: 0 80px 80px 0;
  width: 100%;
  height: 420px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.lh-p{
  line-height: 1.7;
}





.full1-con-div{
  width: 65%;
  object-fit: cover;

}

.full1-con-div p{
  font-size: 14px !important;
}


  .feed-star{
    width: 35%;
    /* height: 40px !important; */
  }

  .feed-star img{
    /* width: 100px !important; */
    height: 50px !important;
    object-fit: contain;
  }

.full1-pro-card{
  border: 2px solid var(--c4);
  border-radius: 30px ;
  height: 250px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;}





 /* ================ Testimonial =================== */
 .tes-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;
}

/* .sim-pro:hover .sim-arrow{
  transform: scale(1.3);
  transition: all 1s !important;
} */

.isim-btn{
  background-color: var(--c1) !important;
  color: #fff !important;
  font-weight: 500 !important;
}
.sim-img{
  display: flex;
  justify-content: center;
  align-items: center;
}

.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%;
}

.tes-card{
  width: 100%;
  min-height: 200px !important;
  box-shadow: -10px -10px 25px rgba(255,255,255,.08), 10px 10px 25px rgba(0,0,0,.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* .tes-card p{
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
} */
.tes-profile{
  width: 50px !important;
  height: 50px;
  /* object-fit: cover; */
  border-radius: 50%;
}
.quote{
  width: 60% !important;
}


.tes-card {
  margin-bottom: 20px;
}

.tes-card p {
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* Clamp text to 5 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.tes-card p.expanded {
  -webkit-line-clamp: unset; /* Expand to show full content */
  white-space: normal;
}

.toggle-text {
  color: #007bff;
  text-decoration: none;
  cursor: pointer;
  display: block;
  margin-top: 10px;
}

.toggle-text:hover {
  text-decoration: underline;
}

/* -------------- counter ------------------ */
.counter-main{
  background-image: url(../images/lastimg.jpg);
  background-size: cover;
  background-position: top;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
.count-rund{
  width: 180px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #ffff;
  border-radius: 100%;
  border: dotted 2px var(--c1);
}


/* ====footer===== */
.footer{
  /* background-image: url(../images/footer-bg.png); */
  background-size: cover;
  /* background-color: rgb(33, 34, 34,0.9); */
  position: relative;
}
.footer::after{
  content: '';
  /* background-image: url(../images/footer.jpg);
  background-size: cover; */
  background-color: var(--c4);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  z-index: -1;

}
.f-logo{
  width: 50%;
}
.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: 14px;
}
/* ======== */
.foot-logos{
  width: 100%;
}

/* ------------- about page ---------------------- */
.other-hero{
  min-height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center ;
  position: relative;
  background-color: rgba(0, 0, 0, 0.6);
}
.other-hero::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  background-image: url(../images/other-hero.jpg);
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
  z-index: -1;
}

.abt-right{
  position: relative;
  display: flex;
  justify-content: end;
}
.abt-img{
  width: 85%;
  height: 100%;
  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: #000;
  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%;
}
:root{
  --h:auto;
}
.call-n-content{
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  width: 100%;
  background-color: var(--c1);
}
.call-n-hed{
  font-size: 18px;
}
.round-orange{
  background-color: var(--c1);
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cent-full{
  background-color: #b9c9f364;
}

.since{
  width: 30%;
  background-color: var(--c1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 5%;
  left: 5%;
  clip-path: polygon(100% 0%, 89% 49%, 100% 100%, 0 100%, 0% 50%, 0 0);
  border-top: 5px solid #fff;

}

/* full ab section */
.full-ab-div{
  position: relative;
  background-color: rgba(0, 0, 0, 0.6);
}
.full-ab-div::after{
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../images/other-hero.jpg);
  position: absolute;
  inset: 0%;
  z-index: -1;
  background-size: cover;
  background-position:center;
}

/* ---- */
.fact-card{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  background-color: #ffff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-top: 2px solid var(--c1);
}
.fact-icon{
  width: 70px;
}

.fac-p{
  font-size: 14px;
}

.ovel-img{
  width: 50%;
  object-fit: cover;
  height: 520px;
  border-radius: 140px;
  border-top: 3px solid var(--c1);
  /* background-image: url(../images/silverfalls.jpg); */
  /* background-attachment: fixed; */
  background-position: center;
  background-size: cover;
}
.ovel-img2{
  width: 48%;
  object-fit: cover;
  height: 400px;
  border-radius: 140px;

  /* background-image: url(../images/village.jpg); */
  /* background-attachment: fixed; */
  background-size: cover;
}
.rn-rou{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--c1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.rn-rou img{
  width: 50%;
}
.con-t-btn{
  background-color: #000 !important;
  color:  #fff !important;

}

/* ------------------- */
.btn-bl{
  background-color: #000 !important;
  color: #fff !important;
  transition: all .5s;
}
.btn-bl:hover{
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
  transition: all .5s;
}

/* --------our features---------- */
.feat-box{
  width: 100%;
  border-bottom: 1px solid var(--c3);
}
.feat-img{
  width: 75px;
  position: relative;
}
.feat-img-box{
  position: relative;
}
.feat-img-box::before{
  content: '';
  width: 30%;
  height: calc(100% - 10px);
  background-color: var(--c1);
  transform: skewX(-14deg);
  z-index: -1;
  transition: all .3s ease;
  position: absolute;
  right: 5%;
  top: 0%;
  opacity: 0.8;
}

.feat-box:hover .feat-img-box::before{
  width: 80%;
  opacity: 1;
  transition: all .3s ease;
}

/* --- faq ---- */
.faq .accordion-item{
  margin-bottom: 1rem !important;
}
.faq .accordion-button{
  background-color: #fff;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px; */
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  /* height: 0px; */
}

.accordion-button:focus{
box-shadow:unset !important;
}
.accordion-button:not(.collapsed) {
  color: #fff !important;
  background-image: linear-gradient(to right, #f0561d, #ff6830, #f0561d);
  box-shadow: 0px 10px 15px 0px rgba(255, 83, 48, 0.35);
  /* box-shadow: unset !important; */
}
.accordion-button::after {
 content: '+'!important;
 font-size: 22px;
 font-weight: bold;
 color: var(--c2);
 background-image: unset !important;
 /* background-color: #fff; */
 font-display: flex;
 align-items: center;
 justify-content: center;
 text-align: center;
transition: all 0.5s;
line-height: inherit;
}
.accordion-button:not(.collapsed)::after {
content: '—' !important;
font-size: 18px;
color: #fff;
background-image: unset !important;
font-display: flex;
 align-items: center;
 justify-content: center;
 line-height: inherit;
}
.faq-acc button{
display: flex !important;
align-items: center;
}
.faq-man{
  height: 95%;
  z-index: 2;
}
.faq-side{
  position: absolute;
  width: 40%;
  right: 0%;
  bottom: -5%;
  z-index: 1;
}


 /* ================= gallery =============  */

 /* gallery section */
 .gall-div{
  width: 100%;
  height: 250px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
}

.gall1-div{
  width: 100%;
  height: 300px;
  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;
}
.gall1-div:hover .gall-over{
  width: 85%;
  height: 85%;
  opacity: 1;
  transition: all .5s;
}


/* --------------------------contact page ----------------------- */
.bg-new{
  background-color: var(--bg);
}
.con-box {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.con-box img {
  width: 40px;
}
.con-right {
  background-color: #fff;
  box-shadow: -10px -10px 25px rgba(255, 255, 255, 0.08),
    10px 10px 25px rgba(0, 0, 0, 0.08);
}
.chat {
  width: 50px;
}
.area-text {
  background-color: #f6f6f6 !important;
}
.btn-primary {
  background-color: var(--c1) !important;
  color: #fff !important;
}
.con-input{
  width: 100% !important;
}

/* =========================================================================================================================== */

  /* --------------------------------------make it responsive------------------------ */
  @media screen and (max-width:1400px) {
    .full-img-div {
      width: 100%;
      height: 208px;
  }

  
  /* hero */
  .f-first {
    font-size: 50px;
  }

  }
@media screen and (max-width:1025px) {
  .ab-h {
    font-size: 32px;
}
          /* 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;
  }
  /* .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(--c2);
  }

  .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 var(--c1);
    min-height: 56px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
  }
  .dropdown:hover .dropdown-menu {
    margin-top: 2rem !important;
}
      .home-nav .nav-link {
        color: unset !important;
    }

    /* ---------- hero ---------- */
.city-side-img {
  width: 79%;
  height: 51%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  right: 0%;
  z-index: -1;
}

    /* why choose us */
    .why-main{
      background-image: url(../images/crow.png);
      background-size: cover;
      background-position: right center;
    }

    /* --- counter ------ */
    .counter-main{
      min-height: 70vh;
    }

    
    /* footer */
    .f-first{
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .ft-main {
      border-top: 1px solid #fff;
    }

    .tagss{
      width: 40%;
    }
    .tagss h6{
      font-size: 15px;
      letter-spacing: 1px;
    }

    /* ------------------ */
    .abt-img{
      width: 95%;
      height: unset;
      object-fit: cover;
    }
    .since {
      left: 0%;
    }
    .main-call-new{
      width: 62%;
      position: absolute;
      bottom: 0%;
      left: 0%;
      
    }
    .other-hero {
      min-height: 24vh;
    }
    .other-hero::before{
      background-size: cover;
      background-position: center bottom;
      background-attachment: fixed;
      z-index: -1;
    }


    .ovel-img {
      height: 380px;
    }
    .ovel-img2 {
      height: 321px;
    }

    .feedback_image {
      border: 2px dashed var(--c1);
      border-radius: 0 80px 80px 0;
      width: 100%;
      height: 320px;
    }

    .full1-con-div{
      width: 90%;
      object-fit: cover;
    
    }

    .faq-side{
      display: none;
    }
 }
    

  @media screen and (max-width:720px) {

  }



  @media screen and (max-width:660px) {
    .menu {
      width: 32px;
  }
  .logo {
    width: 50px;
    height: unset;
}
.sm-js{
  text-align: justify !important;
}

/* faq */
.faq-acc .accordion-button{
  font-size: 14px;
}
/* ------------- hero ----------- */


}
@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) {

  
}