:root{
  --c2: #c2271c; 
  /* --c1:#b70100; */
  --c1: #3082b8;
  --c3:#515151;
  --c4:#434343;
  --bg: #F5F6FA;
  --w: #fff;
  --c5: #b0d0fd;
}

/* @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: 'sagara-reg';
  src: url(../SAGaramondPro-Regular.otf);
}

@font-face {
  font-family: 'Opensans-reg';
  src: url(../OpenSans-Regular.ttf);
}
.hf{
   font-family: 'sagara-reg';
}
html{
  width: 100vw !important;
  overflow-x: hidden !important;
  
}

body{
  margin: 0% !important;
  padding: 0% !important;
   font-family: 'Opensans-reg' !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: 11px;
  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%);
  }
}
.dropdown-item{
  color: black !important;
}

.search-bx{
  width: 40%;
}
.serc-btn{
  background-color: var(--c1) !important;
  color: #fff !important;
}
.nav-item{
  padding: 0px 10px;
}



 .active1 {
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
    position: relative;
    border: none;
    background: none;
    /* text-transform: uppercase; */
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 400ms;
    transition-property: color;
  }
  
  .active1:focus,
  .active1:hover {
    color: var(--c1);
  }
  
  .active1:focus:after,
  .active1:hover:after {
    width: 100%;
    left: 0%;
  }
  
  .active1:after {
    content: "";
    pointer-events: none;
    bottom: -2px;
    left: 50%;
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: var(--c1);
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 400ms;
    transition-property: width, left;
  }

.nav-link{
  /* color: #ffff !important; */
  font-weight: bold !important;
  letter-spacing: 1px;
  font-size: 14px !important;
  /* font-weight: 500 !important; */
  /* font-family: Adamina !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) !important;
  transition: all .5s;
  background-color: white !important;
  color: var(--c4) !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: white !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: 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-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;
} */


.lg-js{
  text-align: justify !important;
}



 .hero{
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content:  center;
  position: relative;
  /* background-color: transparent; */
  background-image: linear-gradient(68deg, #ffffffe2 35%, #02010100 54%);
 }
 .hero::after{
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../images/ban-1.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed ;
  position: absolute;
  inset: 0%;
  z-index: -1;
 }

 
.btn-c1{
  background-color: var(--c1) !important;
  color: #fff !important;
  border: 1.5px solid var(--c1) !important;
}

.btn-c1:hover{
  background-color: #fff !important;
  vertical-align: var(--c1) !important;
  color: var(--c1) !important;
}

.btn-c2{
  background-color: transparent !important;
  color: var(--c1) !important;
    border: 1.5px solid var(--c1) !important;

}

.btn-c2:hover{
  background-color: var(--c1) !important;
  color: #fff !important;
  border: 1.5px solid var(--c1) !important;
}

.line{
  width: 60px;
  height: 2px;
  background-color: var(--c1);
}

.bg-c1{
  background-color: var(--bg);
}
/* 
=========================================================================================================================== */

/* ----------- side bar  ------------ */

.side-op{
  position: fixed;
  bottom : 2%;
  left: 2%;
  z-index: 50;
}

.sopp{
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #fff200;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sopp i{
  font-size: 40px;
}



@keyframes spin {
  from {
      transform:rotate(0deg);
  }
  to {
      transform:rotate(360deg);
  }
}



.hr-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;
}


/* ------ about us ---------  */

.abt-us1{
  height: 470px;
  width: 100%;
  position: relative;
 }


 .about-us{
  height: 100%;
  width: 70%;
  object-fit: cover;

 }

 .abt-abs{
  width: 210px;
  height: 210px;
  position: absolute;
  border-radius: 50% !important;
  top: 35%;
  left: 10%;
  /* border: 6px solid #F1F1F1; */
  object-fit: cover;
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
 }

 .abt-con{
  position: absolute;
  left: 10%;
  top: 12%;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
 }

 .abt-con-div{
  display: flex;
}
.abt-con-bx{
  background-color: #F1F1F1;
  height: 50px;
  width: 50px;
  /* border-radius: 50%; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.con-abt-icon{
  width: 50%;
}
.abt-con-txt{
  width: 70%;
}


.abt-logo{
  width: 200px;
}


.abt-con-txt p{
  font-size: 12px !important;
}
.abt-con-h{
  font-size: 14px;
}

/* ------------------- 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: 800;
    text-transform: uppercase;
}

.about-main1{
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}


/* ======= new why choose us ============== */
 .carousel-indicators button {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50%;
  background-color: var(--c1) !important; /* Change to your desired color */
}
.carousel-indicators .active {
  background-color: var(--c2); /* Change to your desired color */
}
.new-why-slide-img{
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.new-dot{
  position: unset !important;
}
.new-why-main{
  background-color: var(--c4);
}
.posi-new-why{
  position: relative;
}
.in-why{
  background-color: #ffff;
  transform: translateX(-30%);
  width: 100%;
  box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.08);
}
.call-animated-div{
  display: flex;
  align-items: center;
}

.pulse-button {

  width: 60px;
  height: 60px;
  border: none;
  box-shadow: 0 0 0 0 rgba(52, 95, 187, 0.3);
  border-radius: 50%;
  background-color: var(--c1);
  background-size:cover;
  background-repeat: no-repeat;
  cursor: pointer;
  font-family: 'Orbitron', sans-serif;
	font-size: 11px;
	text-align: center;
	color: #fff;	
  -webkit-animation: pulse 2.25s infinite cubic-bezier(0.16, 0, 0, 1);
  -moz-animation: pulse 2.25s infinite cubic-bezier(0.16, 0, 0, 1);
  -ms-animation: pulse 2.25s infinite cubic-bezier(0.16, 0, 0, 1);
  animation: pulse 2.25s infinite cubic-bezier(0.16, 0, 0, 1);
  display: flex;
  justify-content: center;
  align-items: center;
}


@-webkit-keyframes pulse {to {box-shadow: 0 0 0 33px rgba(52, 187, 112, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 33px rgba(52, 187, 112, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 33px rgba(52, 187, 112, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 33px
rgba(52, 187, 112, 0);}}

.trin-trin
{
    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);
  }

}
.abt-p{
  font-size: 16px;
}


/* -------------  */

.why-cho-us{
  position: relative;
}

.why-cho-img{
  /* position: absolute;
  top: 50%;
  right: 50% ;
  transform: translate(-50%, -50%); */
  display: flex;
  justify-content: center;
}

.why-cho-img1{
  width: 100%;
  /* height: ; */
  /* border-radius: 50%; */
  object-fit: cover;
 
}

.why-col{
  min-height: 170px;
}


.box1 {
  align-self: flex-end;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  transform-origin: bottom;

}
.bounce-4 {
  animation-name: bounce-4;
  animation-timing-function: ease;
}
@keyframes bounce-4 {
  0%   { transform: translateY(0); }
  30%  { transform: translateY(-30px); }
  50%  { transform: translateY(0); }
  100% { transform: translateY(0); }
}

.foot-p{
  display: flex;
  align-items: center;
  transition: all .5s;
  margin-top: 1rem;
  font-size: 15px;
}
.foot-p:hover{
  transform: translateX(5%);
  transition: all .5s;
}
.foot-arrow1{
  width: 30px;
}

 /* ============== build it team =========== */
.build-head{
  font-size: 45px;
}
.build-team-bx{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px dashed var(--c1);
  min-height: 240px;
}

.full-img-div{
  width: 100%;
  height: 230px;
}

.full-pro-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.build-num{
  font-size: 40px;
  color: var(--c2);
  background-image: url(../images/giphy4.gif);
  display: inline-block;
  background-repeat: repeat;
  background-clip: text;
  background-position: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.build-bx-head{
  text-align: center;
  font-size: 23px;
  color: #000 !important;
}
.build-p{
  text-align: center;
}
.last-bt{
  border: none;
}

 /* --------- our services ----------  */

 
 .pack-arrow {
  width: 20px;
  height: 20px;
  margin: 0% !important;
}

.pack-arrow{
  width: 35px;
  height: 35px;
  border-radius: 50% !important;
  background-color: var(--w) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 2px solid var(--c1);
}

.slide-nav-bx {
  width: 104%;
  top: 30%;
  left: -2%;
}

.detail-card:hover .deatil-crd-img{
  /* box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px; */
  transform: scale(1.1);
}

.deatil-crd-main{
  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%);

}

.deatil-crd-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}
.cate{
  border: 1px solid var(--c1) !important;
}
.cat-p{
  font-size: 12px;
}
.detil-roun{
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detil-roun img{
  width: 50%;
}
.out-lin-btn{
  border:1px solid var(--c2) !important;
  color: var(--c2);
}
.fill-btn{
  background-color: var(--c1) !important;
  color: #ffff !important;
}


/* ------------------------  */

.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;
  object-position: center !important;
}
.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: 2rem;
  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;
}
/* ---------- faq--------  */


.faq-heading {
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: start;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.3;
  font-family: Lato-Regular;
  letter-spacing: 1px;
}

.faq-card {
  border-bottom: 1px solid #CFCFCF;
  /* border-radius: 6px; */
  padding: 15px 15px;
  margin-bottom: 12px;
  list-style: none;
  position: relative;
  cursor: pointer;
  font-size: 17px;
}

.faq-open-icon {
  font-size: 20px;
  position: absolute;
  top: 18px;
  right: 24px;
  font-weight: 700;
  color: var(--c2);
}

details[open] .faq-open-icon {
  top: 18px;
  right: 24px;
}

details > summary {
  list-style: none;
}

details > summary::-webkit-details-marker {
  display: none;
}

details[open] summary {
  color: var(--c1);
  font-weight: 500;
}

details[open] .faq-card-spoiler {
  display: inline-block;
  padding-top: 8px;
  /* color: ; */
  font-size: 14px;
  color: var(--c3) !important;
}

.faq-aftertext {
  text-align: center;
  color: #8b8b9a;
}

.show-more {
  /* display: none; */
  cursor: pointer;
}

.ty-compact-list {
  /* padding: 5px 5px 5px 0px; */
  /* float: left; */
  width: 100%;
}

.btn-faq{
  background-color: var(--c1)!important;
  color: #FFF !important;
  /* min-width: 170px; */
  /* width: 100%; */
  border-radius: 10px !important;
}


.faq-us {
  width: 100% !important;
  height: 500px !important;
}

.faq-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}


/* ====footer===== */
.footer{
    position: relative;
}


.footer::after{
  content: '';
  /* background-image: url(../images/f-baner-bg.jpg); */
  background-size: cover;
  background-color: var(--bg);
  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;
}

.mos-bot{
  position: absolute;
  bottom: -10%;
  right: 1%;
  width: 170px;
  z-index: -1;
}
/* ======== */  


.hero-h{
  /* color: #fff; */
  font-size: 55px;
}
/* ======= contact us ================ */


/* -----------------  */

.con-hero{
  height: 45vh;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.4);
  position: relative;
}
.con-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/2149176709.jpg) !important;
    background-size: cover;
   background-attachment: fixed;
   background-position: center;
} 
  
.hero-h{
  /* color: #fff; */
  font-size: 55px;
}

 
  .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: 10px;
  }

  .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;
  }
  /* --------------------------------------make it responsive------------------------ */
  @media screen and (max-width:1400px) {
    .full-img-div {
      width: 100%;
      height: 208px;
  }

  .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: 52px;
  }
  .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;
    }

    /* ---------- hero ---------- */
    .hero-head {
      font-size: 35px;
  }

    
    
  }

  @media screen and (max-width:720px) {

  }



  @media screen and (max-width:660px) {

    
 .hero{
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  /* background-color: transparent; */
  background-image: linear-gradient(68deg, #FFFFFFCC 65%, #02010100 85%);
 }

 .hero::after{
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../images/ban-1.jpg);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed ;
  position: absolute;
  inset: 0%;
  z-index: -1;
 }

    .menu {
      width: 32px;
  }
  .logo {
    /* width: 137px; */
    height: 48px;
}
.sm-js{
  text-align: justify !important;
}

 .about-us{
  height: 90%;
  width: 80%;
  object-fit: cover;
 }


 
.abt-us1{
  height: 370px;
  width: 100%;
  position: relative;
 }


 .about-us{
  height: 100%;
  width: 80%;
  object-fit: cover;

 }

 .abt-abs{
  width: 160px;
  height: 160px;
  position: absolute;
  border-radius: 50% !important;
  top: 45%;
  left: 0%;
  /* border: 6px solid #F1F1F1; */
  object-fit: cover;
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
 }

  .abt-con{
  position: absolute;
  left: 0%;
  top: 20%;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
 }
.new-why-slide-img {
  height: 300px;
}
.in-why{
  transform: translatey(-10%);
}

.build-team-bx{
  border-right: none ;
}

.mos-bot{
  position: absolute;
  bottom: -5%;
  right: 2%;
  width: 150px;
  z-index: -1;
}

.con-hero{
  height: 40vh;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.4);
  position: relative;
}
}
@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) {

  
}