:root{
  --c1:#0d73fc; 
  --c2:#000000;
  --c3:#666666;
  --w:#fff;
  --bg:#eef9ff;
  --c4:#05162e;
}

/* @font-face {
  font-family: 'Philosopher Regular';
  src: local('Philosopher Regular'), url('Philosopher-Regular.woff') format('woff');
  } */
.c1{
  color: var(--c1) !important;
}
.c2{
  color: var(--c2) !important;
}
.c3{
  color: var(--c3) !important;
}
.c4{
  color: var(--c4) !important;
}
.bg{
  background-color: var(--bg) !important;
}
.w{
  color: #fff !important;
}

.pp{
  color: var(--p) !important;
  /* font-weight: 600 !important; */
}

.b{
  color: black !important;
}
a{
  text-decoration: none !important;
}
.ls{
  letter-spacing: 1px;
}
.lh{
  line-height: 2rem !important;
}

@font-face {
  font-family: Adamina;
  src: url(../Adamina-Regular.ttf);
}
@font-face {
  font-family: nunito-reg;
  src: url(../Nunito-Regular.otf);
}

@font-face {
  font-family: metroplis-reg;
  src: url(../Metropolis-Regular.otf);
}

@font-face {
  font-family: cormorant-reg;
  src: url(../CormorantInfant-Regular.ttf);
}

.logo-font{
  font-family: cormorant-reg;
}

.hf{
  font-family: metroplis-reg !important;
}



html{
  width: 100vw !important;
  overflow-x: hidden !important;
  
}

body{
  margin: 0% !important;
  padding: 0% !important;
  font-family: nunito-reg !important;
  overflow-x: hidden !important;
  width: 100vw;
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth !important;
  /* background-color: white; */
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8 !important;
}

/* h1,h2,h3{
  font-family: Adamina !important;
} */
*{
  box-sizing: border-box;
  /* border: 1px solid black; */
}

/* top first section */

.first-top{
  background-color: var(--c3);
  /* 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;
  letter-spacing: 1px;
}


.top-nv-soc-img{
  width: 19px;
 
}

.first-img{
  height: 80px;
  width: 50%;
}

.iconHeight{
  height: 45px;
  width: auto;
}

.first-img img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}
/* ----------------- 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; */
  background-color: unset !important;
  position: fixed !important;
  top: 0%;
  left: 0% ;
  width: 100%;
  z-index: 10000;
}
.home-nav .nav-link{
 color: var(--c2) !important;
}
.navbar{
  transition: all .5s;
  background: rgba( 255, 255, 255, 0.15 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 10px );
  -webkit-backdrop-filter: blur( 10px );
  box-shadow: -10px -10px 25px rgba(255,255,255,.08), 10px 10px 25px rgba(0,0,0,.08);
  /* border-bottom: 2px solid var(--c1); */
  /* background-color: white !important; */
  z-index: 20 !important;
  background-color: unset !important;
}
.logo{
  /* width: 180px; */
  height: 60px;
  object-fit: contain;
}
.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: #fff !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 .nav-link{
  color:  var(--c2) !important;
}
/* .home-d-nav .nav-active{
  color:  #ffff !important;
} */
@keyframes mymove {
  0% {
      transform: translateY(-50%);
  }
  100% {
      transform: translatey(0%);
  }
}
.dropdown-item{
  color: var(--c2) !important;
}

.search-bx{
  width: 40%;
}
.serc-btn{
  background-color: var(--c1) !important;
  color: #fff !important;
}
.nav-item{
  padding: 0px 10px;
}

.nav-link{
  color: var(--c2) !important;
  /* font-weight: bold !important; */
  letter-spacing: 1px;
  font-size: 12px !important;
  font-weight: 900 !important;
}
.nav-active{

  font-weight: bolder !important;
  /* border-bottom: 2px solid var(--c) !important; */
  color: var(--c1) !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-item{
  background-color: unset !important;
  transition: all .5s;
  font-size: 14px !important;
  font-weight: bold !important;
  color:  var(--c2) !important;
  /* height: 30px; */
  padding: 6px 20px !important;
  text-transform: capitalize;
  display: flex !important;
  align-items: center;
}
.dropdown-item i{
  margin-right: 6px;

}
.dropdown-menu{
  /* border-radius: 5% !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;
  /* border-bottom: 1px solid var(--c1) !important; */
  transition: all .5s;
  color: var(--c1) !important;
  /* background-color: var(--bg) !important; */

}
.nv-fl{
  position: relative;
  overflow: hidden;
}
.nav-flower{
  width: 37%;
  position: absolute;
  bottom: -18%;
  right: -13%;
  animation: animName 15s linear infinite;
}
/* @keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
} */

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}
.animate {
  animation-duration: 1s;
  -webkit-animation-duration:1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
.btn-search{
  background-color: var(--c2) !important;
  
}
.nav-gift{
  width: 20px;
}

.btn-log {
background-color: var(--c1) !important;
color: #fff !important;
border-radius: 50% !important;
}

.mob-s-nav  .ab-lgo-bx{
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
}
.mob-s-nav  .ab-lgo-bx img{
  width: 50%;
}

.newnav .dn{
  display: unset !important;
}
.newnav .nav-link{
  color: #000 !important;
}

.newnav .nav-active{
  color: var(--c1) !important;
}

.h-left{
  position: relative;
}
.line-hero{
  background-color: var(--c1);
  width: 20%;
  height: 3px;
}

.btnc1{
  background-color: var(--c1);
  color: #fff;
  border: 1px solid var(--c1);
  transition: all 0.5s ease;
}

.btnc1:hover{
  background-color: transparent;
  color: var(--c1);
  transition: all 0.5s ease;
  border: 1px solid var(--c1);
  box-shadow: 0 10px 15px -3px #488aec4f, 0 4px 6px -2px #488aec17;
}

.new-banner{
  width: 100%;
  /* border-radius: 50% 0% 0% 50%; */
  border-radius: 87px 19px 0px 87px / 78px 0px 0px 70px;
}
@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;
}





.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: 60% !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: #f8f9fa; /* Add hover effect if desired */
  color: #000;
}

/* --/---------- / */

.top-cer{
  width: 70px;
}


/* 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;
}


/* ----------- side bar  ------------ */


/* ----------- 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);
  }
}




.hero-main{
  background-image: url(../images/ban1.jpg);
  background-size: contain;
  position: relative;
  z-index: 0;
  background-position: 100% 40%;
  background-repeat: no-repeat;
  /* --background-overlay: linear-gradient(to bottom right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%); */
  background-attachment: unset;
  min-height: 80vh;
}

.hero-main::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  z-index: -1;
  background-color: transparent;
  --background-overlay: '';
  /* background-image: radial-gradient(at center center, #02010100 0%, #000 60%); */
  
}




.hero-bg-txt{
  font-size: 50px;
  line-height: 1.1;
}

.hero-bg-txt2{
  font-size: 63px;
}

.hero-bg-txt1{
  font-size: 40px;
}

.bg2{
  background-color: #eef9ff;
}

.hero-main p{
  font-size: 16px !important;
}




/* ------ about us ---------  */

.abt-us1{
  height: 470px;
  width: 100%;
  position: relative;
 }


 .about-us{
  height: 100%;
  width: 70%;
  object-fit: cover;

 }

 .abt-abs{
  width: 50%;
  height: 40%;
  position: absolute;
  top: 35%;
  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: 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-image: url(../images/services-bg-01.png);
  background-position: center;
  background-size: cover;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  min-height: 180px;
  background-color: #fff;
}
.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);
}

/* --------------  */

.text-hf{
  margin-bottom: 0;
  color: var(--c4);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-hf1{
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-main-hf{
  font-size: 60px !important;  
}

.text-main-hf1{
  font-size: 45px !important;  
}


.hr-lines1{
  position: relative;
  max-width: 350px;
  margin: auto;
  /* margin: 100px auto; */
  text-align: center;
}

.hr-lines1:before{
  content:" ";
  height: 1px;
  width: 50px !important;
  background: var(--c4);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 40px;
}

.hr-lines1:after{
  content:" ";
  height: 1px;
    width: 50px !important;
  background: var(--c4);
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  border-radius: 40px;
}




 .line-expand1{
  position: relative;
  max-width: 200px;
  margin: auto;
  height: 1px;
  background: var(--c4);
  transition: all 0.5s ease;
 }

 .proj-row:hover .line-expand1{
  max-width: 300px;
  transition: all 0.5s ease;
 }

 .proj-image{
  height: 300px;
  width: 100%;
  overflow: hidden;
 }


 .proj-image1{
  height: 400px;
  width: 100%;
  overflow: hidden;
 }

 .proj-image img{
  height: 100%;
  width: 100%;
  object-fit: cover;
 }

  .proj-image1 img{
  height: 100%;
  width: 100%;
  object-fit: cover;
 }

 .mar-bot{
  margin-bottom: 7em !important;
 }

 /* --------------------  */

 /* brands */

.brand-pic-card{
  width: 100%;
  /* background-color: #fff; */
  height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.brand-pic{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 10px;

}
.in-brand-pic{
  width: 100%;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}




 /* --------------- about us ------------  */

 .other-hero1{
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.6);
  position: relative;
}
.other-hero1::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/other-ban.jpg) !important;
    background-size: cover;
   background-attachment: fixed;
   background-position: bottom;
}

.hero-h{
  font-size: 50px !important;
}

/* -------------  */

 /* ========== ovel image============ */
 .ovel-img{
  width: 50%;
  object-fit: cover;
  height: 520px;
  border-radius: 140px;
}
.ovel-img2{
  width: 48%;
  object-fit: cover;
  height: 400px;
  border-radius: 140px;
  border-top: 3px solid var(--c1);
}


ul.cus-ul li {
  list-style-type: none;
  padding-left: 20px;
  background-image: url('../images/food.png');
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 13px !important;
}


/* gallery section */
.gall-div{
  width: 100%;
  height: 250px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  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: 20px;
  transition: all .5s;
}
.full-screen{
  width: 50px;
}
.gall-div:hover .gall-over{
  width: 85%;
  height: 85%;
  opacity: 1;
  transition: all .5s;
}


/* -------- footer --------*/
.footer{
  /* background-image: url(../images/footer-mailchip-img.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  position: relative; */
  background-color: #222;
  position: relative;
}

.footer-img{
  position: absolute;
  bottom: 3%;
  right: 0%;
}

.footer-img1{
  position: absolute;
  bottom: 3%;
  right: 0%;
}

.footer-img1 img{
  width: 88%;
  height: 80% !important;
}

.footer-img img{
  width: 60%;
}

.f-logo{
  width: 70%;
}
.full-so{
  display: flex;

}
.soc-bx{
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
}
.soc-icon{
  width: 50%;
  /* height: 50%; */
  transition: all .5s;
}
.soc-bx:hover .soc-icon{
  animation: gelatine 0.5s ;
}

@keyframes gelatine {
  from, to { transform: scale(1, 1); }
  25% { transform: scale(0.9, 1.1); }
  50% { transform: scale(1.1, 0.9); }
  75% { transform: scale(0.95, 1.05); }
}

.foot-arrow{
  width: 16px;
}
.foot-p{
  display: flex;
  align-items: center;
  transition: all .5s;
  margin-top: 1rem;
  font-size: 14px;
  transition: all .5s;
}
.foot-p:hover{
  transform: translateX(5%);
  transition: all .5s;
}

.f-con-div{
  display: flex;
}
.f-con-bx{
  background-color: var(--c1);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.con-f-icon{
  width: 50%;
}
.f-con-txt1{
  width: 60%;
  border-bottom: 1.5px dotted #FFF;
  color: #fff;
  font-size: 14px;
  /* padding: 8px 0; */

}

.ft-main{
  z-index: 3;
}

.f-con-txt input{
  padding: 8px;
}

.f-con-txt button{
  background-color: var(--c1)!important;
}

.f-con-h{
  font-size: 14px;
}

.ft-main h5{
  min-width: 300px;
}

.foot-h{

  font-family: 'Averia Serif Libre' !important;
}

.foot-text h5{
  font-size: 18px;
}

/* ======= contact us ================ */


.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: 80%;
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(--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;
}


.lotie-gif{
  width: 100%;
  height: 500px;
}

.btn-c1{
  background-color: var(--c1);
  color: #fff !important;  
  border: 1px solid var(--c1) !important;
}

.btn-c1:hover{
  background-color: #fff;
  color: var(--c1) !important;
  transition: all .5s;
  border: 1px solid var(--c1) !important;

}

 /* ----------  */

  /* --------------------------------------make it responsive------------------------ */
  @media screen and (max-width:1400px) {
    .nav-link {
      font-size: 12.5px !important;
    }
    .nav-item{
      padding: 0px 5px;
    }
  }
@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); */
          border-bottom: 1px solid var(--c1);
        }
    
}
@media screen and (max-width:1200px) {

}
@media screen and (min-width:960px) and (max-width:1030px) {
  .logo{
    height: 50px;
  }
  .nav-link{
    font-size: 10px !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: 14px !important;
          font-weight: normal !important;
      }
      .offcanvas{
          width: 80% !important;
      }
      /* .navbar .dropdown{
        padding-left: 0% !important;
        padding-right: 0% !important;
      } */
      .dropdown-item {
        white-space: unset !important;
        font-size: 16px;
        font-weight: normal !important;
        /* 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;
        }
      }
      .navbar-nav .dropdown-menu {
        /* margin-top: 15px !important; */
       }

      .menu{
        width: 52px;
      }
      .offcanvas-header{
        /* background-color: var(--w); */
      }
      .nav-link {
        color: unset !important;
        height: 60px;
        display: flex !important;
        align-items: center;
    }
    .navbar{
      background-color: #fff !important;
    }
    .dn{
      display: unset !important;
    }
    .navbar .nav-link{
      /* color: #000 !important; */
      font-weight: bold !important;
    }

      .nav-active{
        background-color: unset !important;
        color: var(--c1) !important;
        font-weight: bold !important;
        border-bottom: unset !important;
      }
      .nav-item{
        border-bottom: 1px solid var(--c3);
        min-height: 56px;
        width: 100%;
        display: flex;
        flex-direction: column;
        /* align-items: center; */
        justify-content: center;
      }

      .serve-pils .nav-item{
        border-bottom: none !important;
      }
      .home-nav .nav-link {
        color: unset !important;
    }

    .nav-pills .nav-link {
      color: unset !important;
  }

  }

  @media screen and (max-width:720px) {


  }



  @media screen and (max-width:660px) {

 
   .navbar{
    background: unset !important;
    background-color: white !important;
    /* box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 ); */
    backdrop-filter: unset !important;
    -webkit-backdrop-filter: unset !important;
      /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
   }

    .menu {
      width: 32px;
  }
  .logo {
    /* width: 180px; */
    height: 60px;
}
.sm-js{
  text-align: justify !important;
}

.hero-main{
  background-image: url(../images/ban1.jpg);
  background-size: contain;
  position: relative;
  z-index: 0;
  background-position: 100% 20%;
  background-repeat: no-repeat;
  min-height: 70vh;
  background-attachment: fixed;
}

.hero-bg-txt{
  font-size: 30px;
  line-height: 1.1;
}

/* --------------------  */

.text-main-hf{
  font-size: 40px !important;  
}

.text-main-hf1{
  font-size: 34px !important;  
}

.abt-us1{
  height: 370px;
  width: 100%;
  position: relative;
 }

 .about-us{
  height: 100%;
  width: 80%;
  object-fit: cover;

 }

 .abt-con{
  position: absolute;
  left: 5%;
  top: 7%;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
 }

 .abt-abs{
  width: 50%;
  height: 40%;
  position: absolute;
  top: 32%;
  left: 0%;
  border: 6px solid #F1F1F1;
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
 }

 .abt-con-bx{
  background-color: #F1F1F1;
  height: 45px;
  width: 45px;
  /* border-radius: 50%; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.abt-con-txt p{
  font-size: 10px !important;
}
.abt-con-h{
  font-size: 12px;
}


.proj-image{
  height: 230px;
  width: 100%;
  overflow: hidden;
 }


 .proj-image1{
  height: 230px;
  width: 100%;
  overflow: hidden;
 }


  /* --------------------  */
  
 .ovel-img{
  width: 50%;
  object-fit: cover;
  height: 320px;
  border-radius: 140px;
}

.ovel-img2{
  width: 48%;
  object-fit: cover;
  height: 260px;
  border-radius: 140px;
  border-top: 3px solid var(--c1);
}


.ban-con{
  background: rgba( 255, 255, 255, 0.25 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 4px );
-webkit-backdrop-filter: blur( 4px );
border-radius: 10px;
border: 1px solid rgba( 255, 255, 255, 0.18 );
}


.other-hero1{
  height: 45vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.6);
  position: relative;
}

.other-hero1::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/other-ban.jpg) !important;
    background-size: cover;
   background-attachment: fixed;
   background-position: top !important;
}


}
@media screen and (max-width:500px) {



}
@media screen and (max-width:400px) {

}
  @media screen and (max-width:380px) {
    .hr-lines1{
      position: relative;
      max-width: 500px;
      margin: auto;
      /* margin: 100px auto; */
      text-align: center;
    }
    
    .hr-lines1:before{
      content:" ";
      height: 1px;
      width: 30px !important;
      background: var(--c4);
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      border-radius: 40px;
    }
    
    .hr-lines1:after{
      content:" ";
      height: 1px;
        width: 30px !important;
      background: var(--c4);
      display: block;
      position: absolute;
      top: 50%;
      right: 0;
      border-radius: 40px;
    }

  }

  @media screen and (max-width:320px) {

  }

  @media screen and (min-width:321px) and (max-width:425px) {

  
}

@media screen and (max-width:800px) {

}