:root{
  --c1: #d91f26; 
  --c2: #23447d;
  --c3:#515151;
  --bg: #f6f6f6;
  --w: #fff;
}

/* @font-face {
  font-family: 'Philosopher Regular';
  src: local('Philosopher Regular'), url('Philosopher-Regular.woff') format('woff');
  } */
.c1{
  color: var(--c1) !important;
}
.c2{
  color: var(--c2) !important;
}
.c3{
  color: var(--c3) !important;
}
.c4{
  color: var(--c4) !important;
}

.c5{
  color: var(--c5) !important;
}
.bg{
  background-color: var(--bg);
}
/* .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: "source-Regular";
  src: url(../SourceSansPro-Regular.ttf);
}

@font-face {
  font-family: "Oswald-Var";
  src: url(../Oswald-VariableFont_wght.ttf);
}
.hf{
  font-family: "Oswald-Var";
}
html{
  width: 100vw !important;
  overflow-x: hidden !important;
  
}

body{
  margin: 0% !important;
  padding: 0% !important;
  font-family:  "source-Regular" !important;
  overflow-x: hidden !important;
  width: 100vw;
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth !important;
  font-size: 18px !important;
  line-height: 1.5em !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: 14px;
  color: #fff;
  letter-spacing: 1px;
}
.first-bx-img{
  width: 22px;
}
.top-nv-soc-img{
  width: 17px;
}
.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: 13%;
}
.cus-text{
  text-align: start;
  font-size: 12px;
}

.form-trip ::placeholder{
  color: #888 !important;
}

.sm-icon1{
  width: 60px;
  /* height: 40px ; */
  position: absolute;
  top: 4%;
  right:3%;
    rotate: -30deg;

}

.sm-icon2{
  width: 60px;
  /* height: 40px ; */
  position: absolute;
  top: 2%;
  left: 1%;
}


.sm-icon3{
  width: 60px;
  /* height: 40px ; */
  position: absolute;
  bottom: 0%;
  right: 40%;
  transform: translate(-20%);
  rotate: 30deg;
}


/* ----------------- 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: 180px; */
  height: 70px !important;

}
.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%);
  }
}

.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: 15px !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: 15px !important;
  color: var(--c3) !important;
  /* font-family: Arial, Helvetica, sans-serif !important; */
  /* height: 30px; */
  padding: 10px 10px !important;
  display: flex !important;
  align-items: center;
}
.dropdown-item i{
  margin-right: 6px;

}
.dropdown-menu{
  border-radius: 7px !important;
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important; */
  border-top: 3px solid var(--c1) !important;
  background-color: #fff !important;
  color: #000 !important;
  min-width: 200px !important;
}
.dropdown-item:hover{
  transform: translateX(10px);
  transition: all .5s;
  /* background-color: #fddbcd !important; */
  color: var(--c2) !important;
}
.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: 40px;
  width: 40px;
  /* border-radius: ; */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c2);
}
.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: 500;
  color: #000;
  transition: all 2s;
  
}
.nav-text-ser .i{
  font-size: 16px;
}

.nav-bx-ser::before{
  content: '';
  height: 100%;
  width: 0px;
  background-color: var(--c2);
  position: absolute;
  left: 0%;
  top: 0%;
  /* display: none; */
  transition: all .5s;
}

.nav-bx-ser:hover::before{
  content: '';
  height: 100%;
  width: 3px;
  background-color: var(--c2);
  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(--c2);
  position: relative;
}
.active-nav-bx-ser::before{
  content: '';
  height: 100%;
  width: 3px;
  background-color: var(--c4);
  position: absolute;
  left: 0%;
  top: 0%;
}
.active-nav-bx-ser .nav-text-ser{
  color: #fff;
}


/* navbar dropdown */
.dropdown-item{
  background-color: unset !important;
  transition: all .5s;
  font-size: 12px;
  font-weight: 500 !important;
}
.dropdown-item i{
  margin-right: 6px;
}
.dropdown-item:hover{
  /* transform: translateX(10px); */

  transition: all .5s;
}
.navbar .dropdown-menu{
  min-width: 180px;
  /* 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{
  top: 100% !important;
}

.dropend .dropdown-menu{
  top: -30% !important;
  left: 100% !important;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
  margin-top: 0;
}
.navbar .dropdown-item{
  font-size: 14px;
}



/* ------------  */

/* Hide the dropdown menu by default */
.dropdown-menu {
  display: none;
  opacity: 0;
  transform: translateY(-10px); /* Start slightly above */
  transition: all 0.4s ease;
}

/* Show the dropdown menu on hover */
.dropend:hover .dropdown-menu {
  display: block;
  opacity: 1;
  transform: translateY(0); /* Slide down smoothly */
}

.dropdown-item {
  transition: background-color 0.3s ease, color 0.3s ease;
}

.dropdown-item:hover {
  background-color: #000; /* Add hover effect if desired */
  color: #000;
}

/* --/---------- / */

.top-cer{
  width: 70px;
}

.new-post{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 25px;
}

/* Show dropdown on hover */
.nav-item.dropdown:hover > .dropdown-menu {
  display: block;
  visibility: visible;
  opacity: 1;
}

/* To apply the same animations */
.dropdown-menu.animate {
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: translateY(-10px);
  opacity: 0;
}

.nav-item.dropdown:hover > .dropdown-menu.animate {
  transform: translateY(0);
  opacity: 1;
}




.lg-js{
  text-align: justify !important;
}


/* From Uiverse.io by abrahamcalsin */ 
.btn-c1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--c2);
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  cursor: pointer;
  border: none;
  /* text-transform: uppercase; */
}

.btn-c1:after {
  content: " ";
  width: 0%;
  height: 100%;
  background: var(--c1);
  position: absolute;
  transition: all 0.4s ease-in-out;
  right: 0;
}

.btn-c1:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}

.btn-c1 span {
  text-align: center;
  text-decoration: none;
  width: 100%;
  color: #fff;
  letter-spacing: 2px;
  z-index: 20;
  transition: all 0.3s ease-in-out;
}

.btn-c1:hover span {
  color: var(--w);
  animation: scaleUp 0.3s ease-in-out;
}

@keyframes scaleUp {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}


.btn-c2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--c1);
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  cursor: pointer;
  border: none;
  /* text-transform: uppercase; */
}

.btn-c2:after {
  content: " ";
  width: 0%;
  height: 100%;
  background: var(--c2);
  position: absolute;
  transition: all 0.4s ease-in-out;
  right: 0;
}

.btn-c2:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}

.btn-c2 span {
  text-align: center;
  text-decoration: none;
  width: 100%;
  color: #fff;
  letter-spacing: 2px;
  z-index: 20;
  transition: all 0.3s ease-in-out;
}

.btn-c2:hover span {
  color: var(--w);
  animation: scaleUp 0.3s ease-in-out;
}

@keyframes scaleUp {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}

/* 


=========================================================================================================================== */

/* ----------- side bar  ------------ */

.side-op{
  position: fixed;
  bottom: 2%;
  left: 2%;
  z-index: 50;
}

.sopp{
  height: 55px;
  width: 55px;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sopp i{
  font-size: 40px;
}



@keyframes spin {
  from {
      transform:rotate(0deg);
  }
  to {
      transform:rotate(360deg);
  }
}

 /* Basic placement / look */
  .back-to-top {
    position: fixed;
 bottom: 2%;
  right: 2%;
    width: 45px;
    height: 45px;
    border-radius: 0.5rem;
    border: none;
    background: var(--c1);
    color: white;
    font-size:25px !important;
    line-height: 1;
    display: grid;
    place-items: center;
    cursor: pointer;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    transform: translateY(10px) scale(0.98);
    pointer-events: none; /* disabled when hidden */
    transition: opacity 260ms cubic-bezier(.2,.9,.3,1), transform 260ms cubic-bezier(.2,.9,.3,1);
    z-index: 9999;
  }

  /* Visible state */
  .back-to-top.show {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
  }

  /* Hover / focus */
  .back-to-top:hover,
  .back-to-top:focus {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 10px 24px rgba(13,110,253,0.22);
    outline: none;
  }

  /* Small accessible focus ring */
  .back-to-top:focus-visible {
    box-shadow: 0 0 0 4px rgba(13,110,253,0.12), 0 10px 24px rgba(13,110,253,0.22);
  }

  /* Respect user's reduced motion preference */
  @media (prefers-reduced-motion: reduce) {
    .back-to-top {
      transition: none;
    }
  }

  /* Optional: smaller screens adjust spacing */
  @media (max-width: 480px) {
    .back-to-top {
      right: 1%;
      bottom: 1%;
      width: 44px;
      height: 44px;
      font-size: 18px;
    }
  }

.hr-lines{
  position: relative;
  max-width: 240px;
  margin: auto;
  /* margin: 100px auto; */
  text-align: center;
}

.hr-lines:before{
  content:" ";
  height: 2px;
  width: 60px;
  background: var(--c1);
  display: block;
  position: absolute;
  border-radius: 30px;
  top: 50%;
  left: 0;
}

.hr-lines:after{
  content:" ";
  height: 2px;
  width: 60px;
  background: var(--c1);

  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}
/* -------- branding page ------------ */
.ban-slider{
  height: 80vh;
}

.ban-slider .carousel-item{
  height: 100%;
  position: relative;
}
.ban-hero-h2{
  letter-spacing: 4px;
}
/* CSS to disable the default Bootstrap slide animation */
.carousel-item {
  display: none; /* Hide all items by default */
  position: relative;
  transition: none; /* Disable default Bootstrap transition */
  transition: opacity 1s ease-in-out;
  opacity: 0;
}

.carousel-item.active {
  display: block; /* Show the active item */
  animation: zoomFade 1.5s ease-in-out both; /* Apply the custom animation */
  opacity: 1;
  position: relative;
}

.fill{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Custom keyframe animation for zoom and fade */
@keyframes zoomFade {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
  }
}
.custom-arr{
  background-color: #fff !important;
  color: #000 !important;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #fff !important;
  width: 20px !important;
}


.ban-con{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  }

  .ban-main-con{
    width: 100%;
    height: 100%;
    background-color: #ffffffd3;
    color: var(--c1);
    text-align: center;
  }

  .border-ban{
    border: 1px solid var(--c1) !important;
  }

  /* ---------- why choose us ----------  */

.why-us{
  position: relative;
  height: 470px;
}


.why-us-img1{

  height:80%;
  width: 70%;
  object-fit: cover;
  overflow: hidden;
/* box-shadow: 0 5px 5px 0px rgba(0,0,0,0.6); */
  background-color: #fff;
}

.why-us-img2{
  object-fit: cover;
  position: absolute;
  height: 40%;
  width: 40%;
  /* width: 280px; */
  background-color: #fff;
  z-index: -1;
  top: 0%;
  left: 8%;
  opacity: 0.6 !important;
}

.why-us-img3{
  object-fit: cover;
  position: absolute;
  height: 20%;
  width:20%;
  /* width: 280px; */
  background-color: #fff;
  z-index: -1;
  bottom: 0%;
  left: 14%;
  opacity: 0.4 !important;
}

/* --------  */

 .bg-ser{
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  /* background-color: transparent; */
  background-image: linear-gradient(68deg, #ffffff9d 60%, #02010100 100%);
 }
 .bg-ser::after{
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../images/77941.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  z-index: -1;
 }

.type-bx {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 300px !important; 
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;  
}
.type-round{
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  border-radius: 50%;
  position: relative;
  border: 2px solid var(--c2);
}
.type-round::before{
  content: '';
  width: 130px;
  height: 130px;
  border: 2px dashed var(--c1);
  position: absolute;
  border-radius: 50%;
  animation-name: spin;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
}
.type-img{
  width: 96%;
  height: 96%;
  border-radius: 50%;
  object-fit: cover;
}
.spl-type{
  /* border: 2px dashed #fff; */
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; 
  min-height: 420px; 
}
.spl-type .type-round::before{
  border: 2px dashed var(--c1);
}

.spin{
  animation-name: spin;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
}
@keyframes spin {
  from {
      transform:rotate(0deg);
  }
  to {
      transform:rotate(360deg);
  }
}

/* -----------  */

.card-inds{
  background-color: #f6f6f6;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  position: relative;
}

.coco-img1{
  width: 60px;
  bottom: 0%;
  right: 0%;
  position: absolute;
  /* opacity: 0.7; */
}

/* ----------- small banner ----------------  */

.other-hero7{
  background-color: rgba(35, 68, 125, 0.473);
  position: relative;
  height: 55vh;
  display: flex;
  align-items: center;
  justify-content: start;
}
.other-hero7::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  /* inset: 0%; */
  background-image: url(../images/28228.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  z-index: -1;
}



.cont-box{
  position: relative;
}

.card-right{
  position: absolute;
  top: -25%;
  background-color: #FFF !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}



.cont_tit{
  /* display: flex; */
  align-items: center;
  /* gap: 15px; */
}

.cont_tit p{
  color:var(--c3);
}
.cont_con1{
  text-align: start;
  box-shadow: 0 5px 30px 0 rgba(0,0,0,.05);
  color: var(--dark);
  background-color: white !important;
  width: 400px;
  padding: 25px;
  position: absolute;
  right: 0;
 z-index: 3 !important;
  top: -30%;
}


  /* ---------- 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: 100px;
    border-radius:  0.5rem !important;
  }

  .marqueeimg{
    overflow: hidden;
    white-space: nowrap;
    /* width:900px; */
    /* margin-left: 50px; */
}

.firstmarquee{
    display: inline-block;
    animation:19.5s slide infinite linear;
    
}


@keyframes slide {
  from{
      transform:translateX(0);
  }
  to{
      transform: translateX(-100%);
  }
}

  .firstmarquee1 img{
    height: 100px;
  }

  .marqueeimg1{
    overflow: hidden;
    white-space: nowrap;
    /* width:900px; */
    /* margin-left: 50px; */
}

.firstmarquee1 {
    display: inline-block;
    animation: slide-right 15s linear infinite;
}

@keyframes slide-right {
  from {
      transform: translateX(0);
  }
  to {
      transform: translateX(-100%);
  }
}



/* -- contact form --- */

.con-full {
  position: relative;
  background-color: rgba(255, 255, 255, 0.799);
}

.con-full::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  background-image: url(/images/28259.jpg);
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.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;
}
.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;
  }
  

  /* ====footer===== */
.footer{
    position: relative;
}


.footer::after{
  content: '';
  background-image: url(../images/23485395_44.jpg);
  background-size: cover;
  /* background-color: var(--c2); */
  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: 4%;
  left: 0%;
  /* width: 100%; */
  height: 100%;
  z-index:-1;
}

.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-hero{
  height: 45vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.5);
  position: relative;
}
.abt-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/562.jpg) !important;
    background-size: cover;
   background-attachment: fixed;
   background-position: center ; 
}


/* ----- about us ---  */

.abt-us{
  position: relative;
  height: 450px;
}


.abt-us-img1{

  height: 80%;
  width: 80%;
  object-fit: cover;
  overflow: hidden;

  background-color: #fff;
}



.abt-us-img2{
  object-fit: cover;
  position: absolute;
  height: 220px;
  width: 265px;
  background-color: #fff;
  /* z-index: 1; */
  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
  bottom: 0%;
  right: 1%;
  
}



.abt-txt{
  position: absolute;
  bottom: 10%;
  left: 0%;
  text-shadow: 0 1px 0 #ccc,
  0 2px 0 #c9c9c9,
  0 3px 0 #bbb,
  0 4px 0 #b9b9b9,
  0 5px 0 #aaa,
  0 6px 1px rgba(0,0,0,.1),
  0 0 5px rgba(0,0,0,.1),
  0 1px 3px rgba(0,0,0,.3),
  0 3px 5px rgba(0,0,0,.2),
  0 5px 10px rgba(0,0,0,.25),
  0 10px 10px rgba(0,0,0,.2),
  0 20px 20px rgba(0,0,0,.15);
}

.abt-txtspan{
  font-size: 60px;
  
}


/* ----------------  */

   .choose-head{
    font-size: 50px;
  }
  .choose-bx{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 320px;
  }
  .choose-img-bx{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f6f6f6;
    border: 1px solid var(--c2);
  }
  .choose-img{
    width: 60%;
  }
  .br-right{
    border-right: 1px solid var(--c1);
  }
  .br-bot{
    border-bottom: 1px solid var(--c1);
  }
  /* -----------  */

  .dry-main{
    width: 100%;
    height: 400px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
  }

    .dry-main:hover .dry-img{
      transform: scale(1.1);
          transition: all 0.4s ease-in-out;
    }

  .dry-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
        transition: all 0.4s ease-in-out;
  }

  td{
    text-align: center;
  }

  .bg-bg{
    background-color: var(--bg) !important;
  }

  /* ---------  */

  
.gall-div1{
  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;
  z-index: 3;
}
.full-screen{
  width: 50px;
}
.gall-div1:hover .gall-over{
  width: 85%;
  height: 85%;
  opacity: 1;
  transition: all .5s;
}
.last-gal{
  height: 300px;
}
 

.abt-us-1:hover .gall-over{
  width: 85%;
  height: 85%;
  opacity: 1;
  transition: all .5s;
    border-radius: 50% 50% 50% 50%;
}

.cocu-img {
  height: 140px;
  right: 0%;
  top: 20% !important;
  position: absolute;
  animation: bounce 2s infinite ease-in-out;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px); /* How high the bounce goes */
  }
}




.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: 10px;
}

.con-pad{
  padding-top: 100px !important;
}

.contact .info {
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: var(--c1);
  float: left;
  width: 44px;
  height: 44px;
  border: 1px solid var(--c1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s;
}

.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(--c1);
  color: #fff;
}

 /* ----------- abt-us1 ---------  */

 .abt-us-1{
  position: relative;
  height: 450px !important;
  width: 450px !important;
  display: flex;
  align-items: center;
  justify-content: center;
 }

 .abt-us-img{
  height: 100%;
  width: 100%;
  border-radius: 50% 50% 0% 50%;
  object-fit: cover;
  background-color: white;
  box-shadow: rgba(100, 100, 111, 0.587) 0px 7px 29px 0px;
 }

  .abt-us-img-1{
  height: 100%;
  width: 100%;
  border-radius: 50% 50% 50% 0%;
  object-fit: cover;
  background-color: white;
  box-shadow: rgba(100, 100, 111, 0.587) 0px 7px 29px 0px;
 }

 .youtube-video3 iframe{
  height: 550px !important;
 }
 
  /* --------------------------------------make it responsive------------------------ */
  @media screen and (max-width:1400px) {

  .nav-link {
    font-size: 12px !important;
  }
  /* hero */
  .f-first {
    font-size: 50px;
  }

  }
@media screen and (max-width:1025px) {
          /* navbar */
          .top-nav-one{
            display: none;
        }
        .menu {
          width: 42px;
      }
        /* .logo{
            width: 77px;
        } */
        .nav-menus {
            display:flex;
            align-items: unset !important;
            justify-content: unset;
    
        }
        /* .nav-link{
            color: #000 !important;
        } */
        .offcanvas{
            width: 80% !important;
        }
        .dropdown-item {
          white-space: unset !important;
          font-size: 12px;
        }
    
        .menu{
          width: 52px;
        }
        .offcanvas-header{
          background-color: var(--c2);
        }
    
}
@media screen and (max-width:1200px) {

}
@media screen and (min-width:960px) and (max-width:1030px) {
  .logo{
    height: 43px;
  }
  .nav-link{
    font-size: 13px !important;
  }
 
}

@media (min-width:920px) and (max-width:1200px) {
 
}

  @media screen and (max-width:920px) {
    .sm-js{
      text-align: justify !important;
    }
       /* navbar */
     .top-nav-one{
      display: none;
  }
  .menu {
    width: 42px;
}
  /* .logo{
      width: 77px;
  } */
  .nav-menus {
      display:flex;
      align-items: unset !important;
      justify-content: unset;

  }
  .nav-link{
      /* color: var(--c3) !important; */
      font-size: 15px !important;
      font-weight: normal !important;
  }
  /* .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: 42px;
  }
  .offcanvas-header{
    background-color: #f6f6f6;
  }

  .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 #cdcdcd; */
    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;
    }

    
      .logo{
    height: 60px !important;
  }

  .why-us{
  position: relative;
  height: 350px;
}

.why-us-img1{

  height:80%;
  width: 70%;
  object-fit: cover;
  overflow: hidden;
/* box-shadow: 0 5px 5px 0px rgba(0,0,0,0.6); */
  background-color: #fff;
}

.why-us-img2{
  object-fit: cover;
  position: absolute;
  height: 40%;
  width: 40%;
  /* width: 280px; */
  background-color: #fff;
  z-index: -1;
  top: 0%;
  left: 0%;
  opacity: 0.6 !important;
}

.why-us-img3{
  object-fit: cover;
  position: absolute;
  height: 25%;
  width:25%;
  /* width: 280px; */
  background-color: #fff;
  z-index: -1;
  bottom: 0%;
  left: 10%;
}
    

.abt-hero{
  height: 35vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.3);
  position: relative;
}


 .abt-us-1{
  position: relative;
  height: 370px !important;
  width: 370px !important;
 }

  }

  @media screen and (max-width:720px) {

  }



  @media screen and (max-width:660px) {

.ban-slider{
  height: 70vh;
}


.ban-con{
  position: absolute;
  top: 50%;
  width: 100%;
  }

   /* ---------  */

 .other-hero7{
  background-color: rgba(255, 255, 255, 0.712);
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.other-hero7::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  /* inset: 0%; */
  background-image: url(../images/28228.jpg);
  background-attachment: fixed;
  background-position: bottom !important;
  background-size: cover;
  z-index: -1;
}

/* ------- abtus ----------- */ 
 .card-right{
  position: static !important;
}

.gal-hero{
  height: 40vh;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.4);
  position: relative;
}


.side-op{
  position: fixed;
  bottom: 1%;
  left: 2%;
  z-index: 50;
}

.abt-us{
  position: relative;
  height: 350px;
}


.abt-us-img2{
  object-fit: cover;
  position: absolute;
  height: 180px;
  width: 190px;
  background-color: #fff;
  /* z-index: 1; */
  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
  bottom: 0%;
  right: 1%;
  
}

      .br-right{
    border-right: unset;
  }
  .br-bot{
    border-bottom: unset;
  }
  .choose-bx{
    border-bottom: 1px solid var(--c1);
  }

    .dry-main{
    width: 100%;
    height:300px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
  }

  .abt-us-1{
  position: relative;
  height: 370px !important;
  width: 100% !important;
 }

  .abt-txtspan{
  font-size: 40px !important;}

   .youtube-video3 iframe{
  height: 300px !important;
 }

}
@media screen and (max-width:500px) {

}
@media screen and (max-width:400px) {
.abt-us-1{
  position: relative;
  height: 320px !important;
  width: 100% !important;
 }
}
  @media screen and (max-width:380px) {

  }

  @media screen and (max-width:320px) {


  }

  @media screen and (min-width:321px) and (max-width:425px) {

  
}