:root{
  --c1: #ff4328;
    --c2:#1a1e5d; 
  --c3:#666;
  --bg:#eff2f5;
  --c4:#444;
  --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(--bg) !important;
}
.bg{
  background-color: var(--bg);
}
.bg-c1{
  background-color: var(--c1);
}

.bg-w{
  background-color: var(--w);
}
/* .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: Adamina;
  src: url(../Adamina-Regular.ttf);
}
@font-face {
  font-family: Poppins-Regular;
  src: url(../Poppins-Regular.ttf);
}

@font-face {
  font-family: Space-Grotesk;
  src: url(../SpaceGrotesk-VariableFont_wght.ttf);
}


.hf{
  font-family: Space-Grotesk !important;
}
html{
  width: 100vw !important;
  overflow-x: hidden !important;
  
}

body{
  margin: 0% !important;
  padding: 0% !important;
  font-family: Poppins-Regular !important;
  overflow-x: hidden !important;
  width: 100vw;
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth !important;
  background-color: white;
}

/* h1,h2,h3{
  font-family: Adamina !important;
} */
*{
  box-sizing: border-box;
  /* border: 1px solid black; */
}

/* top first section */

.first-top{
  background-color: var(--w);
  /* position: relative; */
}
/* .first-top::before{
  content: "";
  background-image: url(../images/footer-1.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0%;
  z-index: -1;
} */
.first-text{
display: flex;
align-items: center;
}
.first-text .ftp{
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.8px;
}
.first-bx-img{
  width: 25px;
}

.top-nv-soc-img{
  width: 19px;
 
}
/* ----------------- 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: -10px -10px 25px rgba(255,255,255,.08), 10px 10px 25px rgba(0,0,0,.08);
  /* border-bottom: 2px solid var(--c1); */

}
.logo{
  /* width: 180px; */
  height:  60px;
}
.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: #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; 
}
@keyframes mymove {
  0% {
      transform: translateY(-50%);
  }
  100% {
      transform: translatey(0%);
  }
}
.dropdown-item{
  color: black !important;
}

.search-bx{
  width: 40%;
}
.serc-btn{
  background-color: var(--c1) !important;
  color: #fff !important;
}
.nav-item{
  padding: 0px 10px;
}
.nav-link{
  /* color: var(--c1) !important; */
  font-weight: bold !important;
  letter-spacing: 1px;
  font-size: 14px !important;
  /* font-weight: 500 !important; */
  /* font-family: Adamina !important; */
  /* font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif; */
  /* text-transform: zuppercase; */
}
.nav-active{
  /* background-color: var(--c1) !important; */
  color: var(--c1) !important;
  font-weight: bold !important;
}
.nv-icon{
  /* background-color: #ff6f00; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-div img{
  width: 40px;
}
/* .icon-div img{
width: 50px;
} */
.icon-div i{
font-size: 20px;
}
.nv-icon p{
  margin-bottom: 0% !important;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: unset !important;
}
.dropdown:hover .dropdown-menu {
  transform: scale(1);
  /* background-color: var(--c2); */
}

.dropdown-item{
  background-color: unset !important;
  transition: all .5s;
  font-size: 14px;
  color: black !important;
  /* font-family: Arial, Helvetica, sans-serif !important; */
  /* height: 30px; */
  display: flex !important;
  align-items: center;
}
.dropdown-item i{
  margin-right: 6px;

}
.dropdown-menu{
  border-radius: 0% !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
  border-top: 3px solid var(--c1) !important;
}
.dropdown-item:hover{
  /* transform: translateX(10px); */
  transition: all .5s;
  background-color: var(--bg-dark) !important;

}
.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: 45px;
  width: 45px;
  /* border-radius: 50%; */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
}
.mob-s-nav  .ab-lgo-bx img{
  width: 50%;
}
/* hero */

@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%;
  }
}

.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); }
}

.active1 {
  font-size: 18px;
  color: var(--c1);
  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: 0px;
  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;
}


.con-div{
  position: relative;
}

.dot {
  height: 46px;
  width: 46px;
  background-color: var(--c1);
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: -20%;
  top: 8%;
  transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  -webkit-transition: -webkit-transform .4  s ease-in-out;
    -ms-transition: -ms-transform .4s ease-in-out;
    transition: transform .4s ease-in-out; 
}

.btn-c1{
  background-color: var(--w) !important;
  /* border: 1px solid var(--c1) !important; */
}

.btn-c1:hover{
  border: 1px solid var(--c1) !important;
  transition: transform .2s ease-in-out; 

}

.btn-c1 a:hover{
  color: var(--c2) !important;
  letter-spacing: 1px;
}

 .con-div:hover .dot{

  transform:rotate(0) !important;
  -ms-transform:rotate(0) !important;
  -webkit-transform:rotate(0) !important;
}


/* ----------- side bar  ------------ */

.side-op{
  position: fixed;
  bottom: 2%;
  right: 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);
  }
}

 /* -------- branding page ------------ */
.ban-slider{
  height: 90vh;
}
.ban-caption{
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0% !important;
  left: unset !important;
  right: unset !important;
  bottom: unset !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  /* background-color:rgba(0, 0, 0, .4); */
}
.ban-slider .carousel-item{
  height: 100%;
  width: 100%;
}
.ban-hero-h2{
  letter-spacing: 4px;
}
/* Disable default Bootstrap animation */
.carousel-item {
  display: none;
  position: relative;
  transition: none !important;
  opacity: 0;
}

/* Active slide */
.carousel-item.active {
  display: block;
  animation: slideBlurReveal 1.2s cubic-bezier(0.25, 0.8, 0.25, 1) both;
  opacity: 1;
}

/* Cinematic slide + blur animation */
@keyframes slideBlurReveal {
  0% {
    transform: translateX(60px);
    opacity: 0;
    filter: blur(12px);
  }

  60% {
    transform: translateX(-10px);
    opacity: 0.8;
    filter: blur(4px);
  }

  100% {
    transform: translateX(0);
    opacity: 1;
    filter: blur(0);
  }
}

.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;
}

.ban-con{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  }

  .ban-main-con{
    width: 100%;
    height: 100%;
    background-color: #ffffffd3;
    color: var(--c1);
    text-align: center;
  }

  .border-ban{
    border: 2px dashed var(--c1) !important;
  }

  .fill{
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    object-position: bottom !important;
  }

  /* --------------------------  */

.abt-first{
  width: 100%;
  height: 420px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  clip-path: polygon(0% 0%, 88% 0%, 100% 15%, 100% 100%, 80% 100%, 21% 100%, 0% 73%, 0% 20%);
    display: block;
    position: relative;
    overflow: hidden;
}

.abt-first img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.abt-pos{
  position: absolute;
  top: 0%;
  right: 0%;
  background-color: var(--c2);
}
.border-abt{
  border: 2px dashed #FFF;
}
  .abt-back{
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: -1;
  }

.warm-bot{
  border-top: 3px solid var(--c1);
}

.abt-pos1{
  position: absolute;
  left: 1%;
  bottom: 1.7%;
  z-index: -1;
  width: 130px;
}


         .btn-grad {background-image: linear-gradient(to right, var(--c1) 0%, #4A569D  51%, var(--c1) 100%)}
         .btn-grad {
            text-align: center;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
            box-shadow: 0 0 20px #eee;
            display: block;
          }

          .btn-grad:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }


          
.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;

}
.cnt-nm{
   color: var(--c1) !important;
    display: inline-block;
    font-size: 38px;
    line-height: 1em;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
}

     .bg-choose{
      background-color: var(--bg);
      position: relative;
     }    

     .abs-pos{
  position: absolute;
  right: 0%;
  bottom: 0%;
  width: 200px;
}

     .abs-pos1{
  position: absolute;
  left: 0%;
  top: 0%;
  width: 200px;
   rotate: 176deg;
}
     /* ------------------------ ongoing projects -------------------  */

.ongoing-card {
  position: relative;
  height: 350px !important;
  width: 100%;
  overflow: hidden !important;
  background-color: #000 !important;

}

.ongoing-card img {
  height: 100%;
  width: 100%;
  object-fit: cover !important;
  opacity: 0.6;
  /* border-radius: 10px; */
}

.ongoing-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background-color: transparent;
  transition: background-color 0.3s ease;
}

.ongoing-card:hover::after {
  background-color: #1a1f5d7d;
}
.bottom-Center1 {
  position: absolute;
  left: 0;
  width: 100%;  
  bottom: -25%;
  transition: all .5s ease-in-out;
z-index: 3  ;
}


.pac-p{
  font-size: 13px !important;
  text-align: center !important;
 }

 .ongoing-top{
  padding-top: 80px !important;
  transition: all .5s ease-in-out;
}

.ongoing-card:hover .bottom-Center1 {
  position: absolute;
 bottom: 0%;
 
}

.ongoing-card:hover .ongoing-top{
  padding-top: 0px !important;
  transition: all 0.5s;
}


.btn-c4{
  background-color: var(--c2) !important;
  color: #FFF !important;
  border-radius: 0% !important;
  min-width: 100px;
  border-radius: 40px !important;
  /* border: 1px solid #FFF!important; */
  font-size: 14px !important;
}

::selection {
  color: var(--w);
  background: var(--c1);
}

/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 3px grey;  */
  /* border-radius: 10px; */
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--c2); 
  /* border-radius: 10px; */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--c2); 
}


/* --------our features---------- */
.feat-box{
  width: 100%;
  border-bottom: 1px groove var(--c3);
  position: relative;
  min-height: 240px;
}

.feat-box:hover .feat-h3{
  color: var(--c1) !important;
}

.feat-img{
  width: 50px;
  position: relative;
}
.feat-img-box{
  position: relative;
}
.feat-img-box::before{
  content: "";
  width: 30%;
  height: calc(100% - 10px);
  background-color: #FFD9D4;
  transform: skewX(-14deg);
  z-index: -1;
  transition: all .3s ease;
  position: absolute;
  right: 5%;
  top: 0%;
  opacity: 0.8;
  border-radius: 100%;
}

.feat-box:hover .feat-img-box::before{
  width: 80%;
  opacity: 1;
  transition: all .3s ease;
}

.small-fon{
  font-size: 15px !important;
}

.col-img{
  width: 50px;
  position: absolute;
  bottom: 3%;
  right: 0%;
  z-index: -1;
  opacity: 0.5;
}


/* .tes-con{
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
} */


/* ----------------- our splecial -------------  */

.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: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  border-radius: 50%;
  position: relative;
  border: 2px solid var(--c1);
}
.type-round::before{
  content: "";
  width: 100px;
  height: 100px;
  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: 95%;
  height: 95%;
  object-fit: cover !important;

  border-radius: 50%;
}
.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(--c2);
}

.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);
  }
}


  /* ==================gallery=============== */
  .gall-top-full{
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #00000067;
    position: relative;
  }
  .gall-top-full::before{
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/186.jpg);
    background-size: cover;
    background-position: center;
    /* background-attachment: fixed; */
    position: absolute;
    inset: 0%;
    z-index: -1;
  }
  .gal-sli-bx{
    margin-top: -10%;
  }
  .gal-card{
    background-color: #eff2f5;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* text-align: center; */
    min-height: 430px;
    /* border-radius: 8px; */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;  }
  .gall-img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
  }

    /* similar products */
    .sim-pro{
      position: relative;
    }
    .owl-nav{
      width: 108% !important;
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: absolute;
      top: 40%;
      left: -4%;
    }


    .sim-arrow{
      background-color:var(--c1) !important;
      border-radius: 50% !important;
      height: 35px;
      width: 35px;
      display: flex !important;
      justify-content: center;
      align-items: center;
      transition: all 1s !important;
      color: #fff !important;
    }
    
    /* .sim-pro:hover .sim-arrow{
      transform: scale(1.3);
      transition: all 1s !important;
    } */
    .sim-card .name{
      width: 80%;
    }
    .isim-btn{
      background-color: var(--c1) !important;
      color: #fff !important;
      font-weight: 500 !important;
    }
    .sim-img{
      display: flex;
      justify-content: center;
      align-items: center;
    }

    
.sim-arrow1{
  background-color:var(--c2) !important;
  border-radius: 0% !important;
  height: 35px;
  width: 35px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transition: all 1s !important;
  color: #fff !important;
}


/* ====footer===== */
.footer{
  background-image: url(../images/918.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
    position: relative;
}
.footer::after{
  content: "";
  /* background-image: url(../images/footer.jpg);
  background-size: cover;
  background-position: center; */
  /* background-color: #111; */
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  z-index: -1;

}



.f-logo{
  width: 70%;
  /* 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: 14px;
}
/* ======== */
.foot-logos{
  width: 100%;
}

.gall-div1{
  width: 100%;
  height: 300px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  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);
  transition: all .5s;
}
.full-screen{
  width: 50px !important;
}
.gall-div1:hover .gall-over{
  width: 85%;
  height: 85%;
  opacity: 1;
  transition: all .5s;
}
.last-gal{
  height: 300px;
}
 

/* -----------------  */

.gal-hero{
  height: 45vh;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.4);
  position: relative;
}
.gal-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/72.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;
  }
  }
@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(--bg);
        }
    
    
}
@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;
  }
  .offcanvas{
      width: 100% !important;
  }

  /* .navbar .dropdown{
    padding-left: 0% !important;
    padding-right: 0% !important;
  } */
  .dropdown-item {
    white-space: unset !important;
    font-size: 16px;

    /* border-bottom: 1px solid var(--c1) !important;
    min-height: 56px; */
  }
  .dropdown-menu{
    border: unset !important;
    box-shadow: unset !important;
  }

  @-webkit-keyframes slideIn {
    0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
    }
    100% {
      -webkit-transform: translateY(-8%);
      -webkit-opacity: 1;
    }
    0% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 0;
    }
  }
  .menu{
    width: 52px;
  }
  .offcanvas-header{
    background-color: var(--bg);
  }

  .nav-active{
    background-color: unset !important;
    color: var(--c1) !important;
    font-weight: bold !important;
    border-bottom: unset !important;
   
  }
  .nav-item{
    border-bottom: 1px solid #5555;
    min-height: 56px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
  }

  .nav-link:hover{
    color: var(--c1);
  }

  /* hero section */
.hero{
  min-height: 60vh;
}
 
  }

  @media screen and (max-width:720px) {

  }



  @media screen and (max-width:660px) {

    .menu {
      width: 32px;
  }
  .logo {
    /* width: 180px; */
    height: 48px;
}


.dot1 {
  height: 46px;
  width: 46px;
  background-color: var(--w);
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: 3%;
  top: 8%;
  transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  -webkit-transition: -webkit-transform .4  s ease-in-out;
    -ms-transition: -ms-transform .4s ease-in-out;
    transition: transform .4s ease-in-out; 
}

.ban-slider{
  height: 70vh;
}


.ban-con{
  position: absolute;
  top: 50%;
  width: 100%;
  }

  .abt-first{
  width: 100%;
  height: 320px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  clip-path: polygon(0% 0%, 88% 0%, 100% 15%, 100% 100%, 80% 100%, 21% 100%, 0% 73%, 0% 20%);
    display: block;
    position: relative;
    overflow: hidden;
}

.abt-pos1{
  position: absolute;
  left:2%;
  bottom: 2%;
  z-index: -1;
  width: 70px;
}

     .abs-pos{
  position: absolute;
  right: 0%;
  bottom: 0%;
  width: 130px;
}

     .abs-pos1{
  position: absolute;
  left: 0%;
  top: 0%;
  width: 130px;
   rotate: 176deg;
}

.sim-arrow1{
  background-color:var(--c2) !important;
  border-radius: 0% !important;
  height: 30px;
  width: 30px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transition: all 1s !important;
  color: #fff !important;
}

.feat-box{
  width: 100%;
  border-bottom: 1px groove var(--c3);
  position: relative;
  min-height: 280px;
}
}
@media screen and (max-width:500px) {

}
@media screen and (max-width:400px) {

}
  @media screen and (max-width:380px) {




  }

  @media screen and (max-width:365px) {

  }

  @media screen and (max-width:320px) {


  }

  @media screen and (min-width:321px) and (max-width:425px) {

  
}