
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* body{

} */
.sticky {
    width: 100%;
    position: fixed !important;
    top: 0px;
    z-index: 9 !important;-webkit-box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
    box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
    /* background: linear-gradient(180deg, #000000, #1e1e1e, #000000) !important; */
    /* border-bottom: 1px solid #efefef; */
}
.sticky1 {
    width: 100%;
    position: fixed !important;
    top: 0px;
    z-index: 9 !important;
    background: #fff;
    -webkit-box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
    box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
    /* background: linear-gradient(180deg, #000000, #1e1e1e, #000000) !important; */
    /* border-bottom: 1px solid #efefef; */
}
a {
    text-decoration: none !important;
    font-family: "Mulish", sans-serif;

}
.fs-12{
  font-size: 12px
}
a.nav-link {
    font-weight: 500;
    color: #4f4537;
    padding: 30px 0 !important;
    margin: 0 12px;
    font-size: 18px;
}
.navbar-brand img{
  max-width: 300px
}
.nav-link.dropdown-toggle::after {
  display: none !important;
}
p,
.f-mulish {
    text-decoration: none !important;
    font-family: "Mulish", sans-serif;

}

h1,
h2,
h3,
h4,
h5,
h6,
.f-qs {
    /* font-family: "Playfair Display", serif; */
    font-family: "Jost", sans-serif;
}
.navbar{
  padding: 0 !important;
  margin: 0 !important
}
@media (max-width: 1199px) {
    a.navbar-brand img {
        max-height: 60px;
    }
}.header-btn {
    display: flex;
    align-items: center;
    gap: 20px;
}
@media (max-width: 1199px) {
    a.navbar-brand img {
        max-height: 60px;
    }
}
.hbb-box a {
    color: #4f4537;
    background: #fff;
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    position: relative;
    justify-content: center;
    border-radius: 100%;
    cursor: pointer;
    z-index: 0;
    border: 1px solid #efefef;
}

.hbb-box a:hover {
    color: #000;
    background: #ececec;
    border: 1px solid #ececec;
    /* box-shadow: 4px 4px 6px inset #00000066; */
}
span.whs-num, span.cart-num {
    position: absolute;
    right: -6px;
    top: -6px;
    background: #b0cb21;
    color: #000;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 12px;
}
nav.navbar .cus-container {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .cus-container {
        padding: 0 20px;
    }
}
nav.navbar .cus-container {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
ul.navbar-nav {
    margin: 0 0 0 auto;
}
a.navbar-brand {
    padding: 0 0;
    margin: 0;
}

.cus-container {
    width: 100%;
    max-width: 100%;
    padding: 0 60px;
}
.nav-link:focus,
.nav-link:hover {
    color: #7cc242 !important;
}
.top-bar {
  background: #fff;
}

.menu-bar .nav-link {
  color: #000;
  font-weight: 500;
}

/* Mega Menu */
.mega-dropdown {
  position: static;
}

.mega-menu {
  width: 100%;
  left: 0;
  right: 0;
  border: none;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  display: none;
}

.mega-dropdown:hover .mega-menu {
  display: block;
}

.mega-list li {
  padding: 8px 0;
  font-size: 15px;
}

.mega-list .divider {
  height: 1px;
  background: #ddd;
  margin: 12px 0;
}

.mega-item img {
  border-radius: 6px;
  width: 100%;
}

.mega-item span {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  text-align: center;
}

/* Mobile */
@media (max-width: 991px) {
  .mega-menu {
    position: static;
    box-shadow: none;
  }
}
/* ensure full width mega */
.dropdown.position-static .dropdown-menu.mega-menu {
    left: 0;
    right: 0;
    border: none;
    box-shadow: none;
   /*transition: opacity 0.5s ease, transform 0.5s ease; */
}

/* show on hover desktop */
@media (min-width: 992px) {
  .nav-item.dropdown:hover .dropdown-menu {
  display: block;
        /*width: max-content;*/
        margin: auto;
                list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        /* border: 1px solid rgba(21, 21, 21, 0.15); */
        border-radius: 0;
      overflow: auto;
           position: absolute;
        left: 0;
        width: 100%;
        border: none;
    
  }
}
.dropdown-menu    p{
 color: #000;
    font-size: 13px;
    padding-top: 5px;
}
/* style list left */
.mega-menu .dropdown-item {
  padding: 0.35rem 0;
  color: #000;
  font-size: 15px;
}

/* center image text */
.mega-menu p {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 0;
  color: #000;
}

/* icon widths */
.mega-menu img {
  max-width: 100%;
  border-radius: 4px;
}

/* mobile fix so items stack */
@media (max-width: 991px) {
  .mega-menu .col-md-3 {
    margin-top: 15px;
  }
}
.circle-icon {
  width: 42px;
  height: 42px;
  background: #7cc242; /* green */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  transition: 0.3s ease;
}

.circle-icon:hover {
  background: #5aa628;
  color: #fff;
  transform: scale(1.05);
}
.search-container {
    position: relative;
    display: flex;
    align-items: center;
  }

  /* Search input initially hidden */
  .search-input {
    width: 0;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 20px;
    outline: none;
    transition: width 0.3s ease, padding 0.3s ease;
    opacity: 0;
  }

  /* Show input when active */
  .search-container.active .search-input {
    width: 200px;
    padding: 5px 10px;
    opacity: 1;
  }

  /* Search icon */
  .search-icon {
    cursor: pointer;
    margin-right: 10px;
    font-size: 18px;
  }

  /* Optional: search button */
  .search-btn {
    padding: 5px 15px;
    border: 1px solid #333;
    border-radius: 20px;
    background: white;
    cursor: pointer;
  }
  li.nav-item{

  }

   .hero-slider {
      position: relative;
    }

    /* Each slide */
    .hero-slide {
      position: relative;
      width: 100%;
      height: 80vh !important;       /* FULL SCREEN */
      overflow: hidden;
    }

    /* Image inside slide */
    .hero-slide img {
      width: 100%;
      height: 100%;        /* fill container */
      object-fit: cover;   /* scale image without distortion */
      display: block;
      position: absolute;  /* behind content */
      top: 0;
      left: 0;
      z-index: 1;
    }

    /* Slide content */
    .slide-content {
      position: absolute;  /* above image */
      z-index: 2;
      color: #fff;
      text-align: center;
      max-width: 900px;
      padding: 0 20px;
      bottom: 0
    }

    .slide-content h1 {
      font-size: 3rem;
      margin-bottom: 1rem;
      text-shadow: 0 2px 6px rgba(0,0,0,0.6);
    }

    .slide-content p {
      font-size: 1.5rem;
      text-shadow: 0 2px 6px rgba(0,0,0,0.6);
    }

    /* Custom arrows */
    .slick-prev, .slick-next {
      width: 50px;
      height: 50px;
      background: rgba(0,0,0,0.5);
      border-radius: 50%;
      z-index: 10;
      top: 50%;
      transform: translateY(-50%);
    }
section.hero-sec {
    overflow: unset !important;
}
    .slick-prev:before, .slick-next:before {
      font-size: 30px;
      color: #fff;
    }

    .slick-prev { left: 20px; }
    .slick-next { right: 20px; }

    /* Dots styling */
    .slick-dots li button:before {
      font-size: 12px;
      color: #fff;
    }

    .slick-dots li.slick-active button:before {
      color: #ffcc00;
    }

    /* Responsive text */
    @media(max-width: 768px){
      .slide-content h1 { font-size: 2rem; }
      .slide-content p { font-size: 1rem; }
      .slick-prev, .slick-next { width: 40px; height: 40px; }
      .slick-prev:before, .slick-next:before { font-size: 24px; }
    }


    .hero-slider  .slick-dots {
    position: absolute;
    bottom: 10px !important;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li button:before {
 
    font-size: 10px !important;
    color:#fff !important;
    }

/*.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}*/
.section-padding{
  padding: 30px 0 20px;
}
    .services-three {
  position: relative;
  display: block;
  /*padding: 30px 0px 40px;*/
  background: #ffffff;
  z-index: 1;
}

.services-three__single {
  position: relative;
  display: block;
  margin-bottom: 0px;
}

.services-three__single-img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.services-three__single-img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--alori-black-rgb), .40);
  width: 0%;
  transform: translateY(100%);
  transition: all 500ms ease;
  z-index: 1;
}

.services-three__single:hover .services-three__single-img:before {
  transform: translateY(0);
  width: 100%;
}

.services-three__single-img img {
  width: 100%;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
 aspect-ratio: 5 / 7;
    object-fit: cover;
}

.services-three__single:hover .services-three__single-img img {
  transform: scale(1.1);
}

.services-three__single-img-icon {
  position: absolute;
  left: 25px;
  bottom: 20px;
  z-index: 3;
}

.services-three__single-img-icon-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  background: #7cc242;
  /*border-radius: 50%;*/
  border: 2px solid #ffffff;
}

.services-three__single-img-icon-inner span {
  position: relative;
  display: block;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.services-three__single:hover .services-three__single-img-icon-inner span {
  transform: scale(0.9);
  color: var(--thm-base);
}

.services-three__single-img-icon-inner span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 45px;
  line-height: 45px;
}

.services-three__single-content {
  position: relative;
  display: block;
  background: #ffffff;
  /*box-shadow: 0px 0px 35px 0px rgb(201, 199, 205, 0.35);*/
       padding: 10px 0px 0px 0px;
}

.services-three__single-content h2 {
  color: var(--alori-black2);
  font-size: 17px;
  line-height: 27px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0px;
  font-family: var(--alori-font-3);
  /*padding-bottom: 31px;*/
}

.services-three__single-content h2 a {
  color: var(--alori-black2);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.services-three__single-content h2 a:hover {
  color: #7cc242;
}

.services-three__single-content .btn-box {
  position: absolute;
  bottom: -15px;
  right: 0;
  margin-top: 0px;
}

.services-three__single-content .btn-box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  width: 80px;
  background: #f6f2f2;
      color: #000;
}

.services-three__single-content .btn-box a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  background: #7cc242;
  transition: all 300ms linear;
  transition-delay: 0.1s;
  content: "";
}

.services-three__single-content .btn-box a:hover:before {
  width: 100%;
}

.services-three__single-content .btn-box a span::before {
  position: relative;
  display: inline-block;
  color: var(--alori-black2);
  font-size: 15px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-weight: 700;
}

.services-three__single-content .btn-box a:hover span::before {
  color: #ffffff;
}
.project-section-2{
  position: relative;
  overflow: hidden;
/*padding-bottom: 40px;*/
}
.project-image-2 {
  /*margin-top: 30px;*/
  position: relative;
  overflow: hidden;
  height: 100%;
}
.project-image-2 img {
  width: 100%;
  /*height: 100%;*/
 aspect-ratio: 5 / 7;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.project-image-21 {
  /*margin-top: 30px;*/
  position: relative;
  overflow: hidden;
  height: 100%;
}
.project-image-21 img {
  width: 100%;
  /*height: 100%;*/
 aspect-ratio: 5 / 7;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.project-image-2 img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
 -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.project-image-2 .project-content-item {
    position: absolute;
    bottom: 22px;
    left: 0;
    background: #fff;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 3;
    transition: all 0.4s ease-in-out;
    opacity: 1;
    visibility: visible;
    gap: 64px;
}
@media (max-width: 1600px) {
  .project-image-2 .project-content-item {
    gap: 30px;
  }
}
@media (max-width: 1399px) {
  .project-image-2 .project-content-item {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.project-image-2 .project-content-item span {
  display: inline-block;
  color: var(--theme);
  font-weight: 500;
  position: relative;
  padding-left: 35px;
}
.project-image-2 .project-content-item span::before {
  position: absolute;
  top: 13px;
  left: 0;
  content: "";
  width: 24px;
  height: 2px;
  background-color: #7cc242;
}
.project-image-2 .project-content-item h3 a {
  color: var(--header);
}
.project-image-2 .project-content-item h3 a:hover {
  color: var(--theme);
}
.project-image-2 .project-content-item .link-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  color: var(--theme);
}
.project-image-2 .project-content-item .link-btn i {
  margin-left: 8px;
}
.project-image-2 .project-content-item .link-btn:hover {
  color: var(--theme);
}
.project-image-2:hover img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.project-image-2:hover img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.project-image-2:hover .project-content-item {
  opacity: 1;
  visibility: visible;
  left: 0;
}


.top-icons a{
  color: #000
}
.project-title h3{
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 0;

}
.video-section{
  position: relative;
  overflow: hidden;
}



.center-slider video {
 /*transform: scale(1.0);*/
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 12px;
  margin: 30px 0;
 border: 1px solid #fff;

    /*padding: 0px 5px !important;*/
}

.video-slider-sec{
  position: relative;
  /*overflow: hidden;*/
  /*padding: 0 0 80px*/
}

.g-slide {
    text-align: center;
    padding: 0px;
     opacity: 0.15;
   /* transition: 0.45s ease;
    opacity: 0.15;
    transform: scale(0.70);*/
}



/* DO NOT USE THIS (wrong) — REMOVE IT */
/*
.g-item .slick-center { }
*/

/* ========== SIDE SLIDE FADE ========== */


.g-slide .slick-active {
    opacity: 0.2;
}

/* Center slide fully visible */
.g-slide .slick-center {
    opacity: 1 !important;
}

/* ========== ARROWS ========== */
.g-slide .slick-prev:before,
.g-slide .slick-next:before {
    color: #f7931e !important;
    font-size: 35px;
}

.g-slide .slick-prev {
    left: 35% !important;
    z-index: 5;
}

.g-slide .slick-next {
    right: 35%;
    z-index: 5;
}

.g-slide.slick-center {
    opacity: 1 !important;
    transform: scale(1.06) !important;
    /*height: 100%;
    object-position: top;
        padding: 0 12px;*/
}
.testimonial-slider .slick-track {
    display: flex !important;
}

.testimonial-slider .slick-slide {
    height: inherit !important;
    display: flex !important;
}

.testimonial-slider .testimonial-card {
      display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
}


.testimonial-slider .slick-dots li button:before {
    font-size: 10px !important;
    color: #000 !important;
    /* opacity: 0.75 !IMPORTANT; */
    border: 1px solid;
    border-radius: 50%;
}
.testimonial-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #b1cd3b !important;
    /*padding: 0 15px;*/
}
.testimonial-slider .slick-dots {
    position: absolute;
   
  }
  .center-slider .slick-prev:before {
   display: none !important;
}
 .center-slider .slick-next:before {
   display: none !important;
}
.center-slider .slick-next, .slick-prev {
    font-size: 14px !important;
  }
.center-slider .slick-dots li button:before {
     font-size: 10px !important;
    color: #000 !important;
    /* opacity: 0.75 !IMPORTANT; */
    border: 1px solid;
    border-radius: 50%;
}
.center-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #b1cd3b !important;
    /*padding: 0 15px;*/
}
.center-slider .slick-dots {
    position: absolute;
    bottom: 31px important;
  }



.hero-slider .slick-next, .slick-prev {
    font-size: 14px !important;
  }
.hero-slider .slick-dots li button:before {
     font-size: 10px !important;
    color: #000 !important;
    /* opacity: 0.75 !IMPORTANT; */
    border: 1px solid;
    border-radius: 50%;
}
.hero-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #b1cd3b !important;
    /*padding: 0 15px;*/
}
.hero-slider .slick-dots {
    position: absolute;
    bottom: 31px important;
  }

  .
.testimonial-block_one{
  position:relative;
  margin-bottom:30px;
}

.testimonial-block_one-inner{
 box-shadow: 0px 3px 14px 0px rgba(0, 11, 40, 0.06);
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 20px;
}

.testimonial-block_one-color{
  position:absolute;
  left:0px;
  top:20px;
  right:0px;
  bottom:0px;
  background-position:right bottom;
  background-repeat:no-repeat;
  background-color:#fff;
}

.testimonial-block_one-upper{
    position: relative;
    padding-top: 30px;
    min-height: 160px;
    padding-left: 29px;
}

.testimonial-block_one-author_outer{
  position:absolute;
  left:0px;
  top:0px;
  width:164px;
  height:160px;
  padding-top:30px;
  border-radius:20px 0px 20px 20px;
  background-color:#7cc242;
}

.testimonial-block_one-author_outer:before{
  position:absolute;
  content:'';
  right:-18px;
  top:0px;
  border-bottom: 20px solid var(--color-fifteen);
    border-right: 18px solid transparent;
}

.testimonial-block_one-author{
  position:relative;
  width:99px;
  height:99px;
  margin:0 auto;
  display:block;
  border-radius:150px;
  border:2px solid #fff;
}

.testimonial-block_one-author_content{
  position:relative;
  padding-top:25px;
  padding-right:30px;
  padding-bottom:35px;
  border-bottom:1px solid #e7dacf;
}
.testimonial-block_one-quote i{
  font-size: 70px
}
.testimonial-block_one h4{
  position:relative;
  color:var(--color-two);
}
.testimonial-slider .slick-slide {
  padding: 0 15px;
}

.testimonial-slider {
  margin: 0 -15px;
}
.testimonial-block_one .designation{
  position:relative;
  font-size:15px;
  margin-top:5px;
  color:var(--color-sixteen);
}

.testimonial-block_one-quote{
  position:absolute;
  right:40px;
  top:60px;
  font-size:40px;
  line-height:1em;
  color:var(--color-two);
  font-family: "flaticon_fllopi-icons";
}

.testimonial-block_one-lower{
  position:relative;
 padding: 10px 30px 50px;
}

.testimonial-block_one-text{
  position:relative;
  font-size:16px;
  line-height:32px;
  color:var(--color-seventeen);
}

.testimonial-block_one-rating{
  position:relative;
  font-size:18px;
  margin-top:30px;
  color:var(--color-eighteen);
}
.testimonial-sec{
  /*padding: 20px 0;*/
      overflow: hidden;
          padding-bottom: 80px;
}
footer.i-ft {
    background: #e5e3e1;
     padding: 60px 0 0; 
    position: relative;
    z-index: 0;
}
.ftmc-ul ul{
      padding-left: 0 !important;
}
.ftmc-ul li {
    /* padding-left: var(--icon-space); */
    margin: 13px 0;
    font-size: 15px;
    list-style-type: none;
}
.ftmc-ul li a {
    color: #000;
}
.ft-btm {
  background: #bdbab8;
    color: #000;
    padding: 12px 0;
        margin-top: 30px;
}
.ft-btm a{
  color: #000 !important;
}
.ft-btm p{
  font-size: 14px;
}

.ftm-ic {
    position: relative;
    z-index: 0;
}
.ftmc-tt h4 {
       font-size: 23px;
    margin-bottom: 14px;
    position: relative;
    z-index: 0;
    font-weight: 400;
    margin-bottom:24px;
    padding-left: 16px;
}
.ftmc-tt h4:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
     background: linear-gradient(to bottom, #aac43a, #5a7d1c);
    left: 0;
    border-radius: 10px;
}#sb_instagram {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  
}
.pbmit-footer-instagram-area {
    position: relative;
    overflow: hidden;
}

#sb_instagram #sbi_images,#sb_instagram.sbi_fixed_height {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

#sb_instagram:after,.sbi_lb-commentBox:after,.sbi_lb-data:after,.sbi_lb-dataContainer:after,.sbi_lb-outerContainer:after {
    content: "";
    display: table;
    clear: both
}

#sb_instagram.sbi_fixed_height {
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box
}

#sb_instagram #sbi_images {
    box-sizing: border-box;
    display: grid;
    width: 100%;
    padding: 12px 0;
        margin-bottom: 0;
}

#sb_instagram .sbi_header_link {
    -webkit-box-shadow: none;
    box-shadow: none
}

#sb_instagram .sbi_header_link:hover,.sbi_lightbox a img {
    border: none
}

#sb_instagram #sbi_images .sbi_item {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    zoom:1;margin: 0!important;
    text-decoration: none;
    opacity: 1;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

#sb_instagram #sbi_images .sbi_item.sbi_transition {
    opacity: 0
}


#sbi_images .sbi_item {
  padding: 5px;
}

#sbi_images img {
  width: 100%;
  height: auto;
  border-radius: 8px; /* optional */
}

#sbi_images .slick-slide {
  height: auto;
}

#sbi_images .slick-prev, .slick-next {
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 50%;
  z-index: 9;
}

#sbi_images .slick-prev:before, .slick-next:before {
  color: #fff;
  font-size: 18px;
}
.services-slider .slick-slide {
      padding: 0 15px;
    }
.services-slider .slick-dots li button:before {
      font-size: 13px !important;
    color: #000 !important;
    /*opacity: 0.75 !IMPORTANT;*/
}
.services-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #000 !important;
    /*padding: 0 15px;*/
}
.services-slider .slick-dots {
    position: absolute;
    bottom: 0px !important;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.video-wrap {
  position: relative;
}

.video-wrap video {
  width: 100%;
  border-radius: 20px;
  display: block;
}

@media(min-width: 991px){
.video-wrap video {
    
    /*height: 550px;*/
}
}
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.6);
  color: #fff;
  border: none;
  font-size: 26px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
      line-height: 60px;
}
.mobile-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu-list > li {
  border-bottom: 1px solid #e5e5e5;
}

.mobile-menu-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 12px;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  font-weight: 500;
}

.sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  background: #f8f8f8;
}

.sub-menu li {
  border-top: 1px solid #e5e5e5;
}

.sub-menu li a {
  padding: 14px 20px;
  font-size: 15px;
  color: #333;
}

.arrow {
  transition: transform 0.3s ease;
}

.menu-item.open .arrow {
  transform: rotate(180deg);
}
.mega-dropdown {
  position: static;
}

.mega-menu {
  width: 100%;
  left: 0;
  right: 0;
  top: 100%;
  border: none;
}

.mega-card {
  text-align: center;
  margin-bottom: 20px;
}

.mega-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.mega-card p {
  margin-top: 10px;
  font-weight: 600;
}

.nav-pills .nav-link {
  color: #000;
  border-radius: 0;
}

.nav-pills .nav-link.active {
  background: none;
  font-weight: bold;
  border-left: 3px solid black;
}


.nav-item.dropdown .dropdown-menu {
  display: block; /* IMPORTANT: keep block */
  opacity: 0;
  visibility: hidden;
  /*transform: translateY(55px);*/
  transition: all 0.9s ease;
  pointer-events: none;
  max-height: 0;
  overflow: hidden;

}

/* ON HOVER */
.nav-item.dropdown:hover .dropdown-menu {
   display: block; /* IMPORTANT: keep block */
  opacity: 1;
  visibility: visible;
  /*transform: translateY(0);*/
  pointer-events: auto;
    transition: all 0.9s ease;
  max-height: 100% ;/* big enough for content */
          max-height: calc(100vh - 126px);
        overflow: auto;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        width: 100%;
        left: 0;
        border: 0 !important;

    }
}.video-wrapper {
    width: 100%;

}

.testimonial-video {
    width: 100%;
    display: block;
    border-radius: 15px;
    height: 380px;
    object-fit: cover;
}
.view-col{
   font-size: 15px;
    color: #000;
    padding: 10px 13px;
    border: 1px solid #9e9e9e6b;
    border-radius: 20px;
}
.testimonial-section {
    padding: 80px 0;
    background: #f8f9fb;
    text-align: center;
}

.testimonial-header h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.testimonial-header p {
    color: #777;
    margin-bottom: 30px;
}

.google-rating {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 40px;
}

.rating-number {
    font-size: 22px;
    font-weight: 600;
}

.stars {
    color: #f4b400;
    font-size: 18px;
}

.review-count {
    color: #777;
}

.testimonial-slider .testimonial-card {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    margin: 10px;
        box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
    text-align: left;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.user-info img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.testimonial-card h4 {
    margin: 0;
    font-size: 18px;
}

.testimonial-card p {
   color: #000;
    margin-top: 10px;
}

.posted {
    font-size: 13px;
    color: #888;
}
.pbmit-heading, .pbmit-heading-subheading, .pbmit-heading-subheading-style-1 {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.pbmit-heading, .pbmit-heading-subheading, .pbmit-heading-subheading-style-1 {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}.pbmit-breadcrumb .pbmit-breadcrumb-inner {
    /*padding-right: 5px;*/
}
.pbmit-breadcrumb .pbmit-breadcrumb-inner span {
    display: inline-block;
    font-size: 15px;
    color: #000;
    
}
.pbmit-breadcrumb .pbmit-breadcrumb-inner span i{
  
        padding: 0 5px;
}
.pbmit-breadcrumb-inner a {
    background-color: transparent;
    transition: .25s ease-in-out;
    color: #b0ce4b;
}
.pbmit-breadcrumb-inner .sep {
    line-height: 15px;
    top: 0;
    position: relative;
    padding: 0 4px;
}.pbmit-breadcrumb-inner i {
    font-size: 14px;
    color: #b1d927;
    display: inline-block;
}.main-slider img{
box-shadow:0 10px 30px rgba(0,0,0,0.4);
}

.thumb-slider img:hover{
transform:scale(1.05);
}
.pc-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9;
}
 .pc-whatsapp a {
    display: inline-flex;
    width: 100%;
    background: #00a315c7;
    align-items: center;
    padding: 8px 4px 8px 11px;
    border-radius: 50px;
    color: #fff;
    gap: 6px;
    backdrop-filter: blur(1px);
}
.pc-whatsapp a i {
    font-size: 26px;
}
.pc-whatsapp a span {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Helvetica';
    letter-spacing: 0.7px;
}
.pc-whatsapp a::before, 
    .pc-whatsapp a::after {
      content: "";
      position: absolute;
      top: -5px;
      left: -5px;
      right: -5px;
      bottom: -5px;
      border: 2px solid #25d366;
      border-radius: 50px;
      animation: ripple 2s linear infinite;
      opacity: 0;
    }

    .pc-whatsapp a::after {
      animation-delay: 1s;
    }
   






   .pc-phone {
    position: fixed;
    bottom: 85px;
    right: 20px;
    z-index: 9;
}
 .pc-phone a {
       display: inline-flex;
    width: 100%;
    background: #0a6fbf;
    align-items: center;
    padding: 10px 14px;
    border-radius: 50px;
    color: #000000;
    gap: 6px;
    backdrop-filter: blur(1px);
    width: 45px;
    height: 45px;
}
.pc-phone a i {
    font-size: 18px;
    color: #fff;
}
.pc-phone a span {
    font-size: 14px;
    font-weight: 400;
    /*font-family: 'Helvetica';*/
    letter-spacing: 0.7px;
}
.pc-phone a::before, 
    .pc-phone a::after {
      content: "";
      position: absolute;
      top: -5px;
      left: -5px;
      right: -5px;
      bottom: -5px;
      border: 2px solid #25d366;
      border-radius: 50px;
      animation: ripple 2s linear infinite;
      opacity: 0;
    }

    .pc-phone a::after {
      animation-delay: 1s;
    }
    @keyframes ripple {
      0% {
        transform: scale(1);
        opacity: 1;
      }
      70% {
        transform: scale(1.3);
        opacity: 0;
      }
      100% {
        transform: scale(1.4);
        opacity: 0;
      }
    }
.services-three__single{
  position: relative;
}
 .wishlist {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  cursor: pointer;
      z-index: 9;
}

.services-three__single:hover .wishlist {
  opacity: 1;

}
.wishlist svg{
  fill:#555;
}
.wishlist:hover svg{
  fill:#000;
}
.wishlist:hover{
  background: green;
}

.wishlist:hover i,
.wishlist:hover svg{
  color:#000;
  fill:#000;
}.services-three__single:hover .wishlist {
  opacity: 1;
}.gallery-section{
}

.gallery-img{
width: 100%;
    /* height: 100%; */
    aspect-ratio: 5 / 7;
    display: block;
    object-fit: cover;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gallery-img:hover{
transform:scale(1.02);
}


.g-slide-op {
opacity: 1;
}
.services-three__single-img{
    position: relative;
    overflow: hidden;
}

/* Slanted Offer Tag */
.offer-tag{
  position: absolute;
    top: 19px;
    left: -45px;
    background: linear-gradient(90deg, #ff512f, #dd2476);
    color: #fff;
    padding: 6px 50px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    transform: rotate(-40deg);
    z-index: 2;
}

/* Contact Us */
.contus-info-box{
    position: relative;
    z-index: 1;
    padding: 50px;
    overflow: hidden;
        border-radius: 30px;
    height: max-content;
}
.contus-info-box::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgb(0 0 0);
    opacity: 0.878;
    z-index: -1;
}
.contact-circle-1{
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 85px;
    height: 85px;
    background: transparent;
    border: 10px solid #fff;
    border-radius: 50%;
    opacity: 0.388;
}
.contact-circle-2{
    position: absolute;
    right: -30px;
    bottom: -20px;
    width: 85px;
    height: 85px;
    background: transparent;
    border: 10px solid #fff;
    border-radius: 50%;
    opacity: 0.388;
}
.contact-bg-img {
    position: absolute;
    z-index: -2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-shape {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.contact-shape.contact-shape-1 {
    left: -240px;
    bottom: -165px;
    opacity: 1;
    width: 100%;
    height: 100%;
}
.contact-shape.contact-shape-2 {
    opacity: 1;
    width: 100%;
    height: 100%;
    top: -180px;
    right: -230px;
}
.contact-shape.contact-shape-3 {
    opacity: 1;
    width: 100%;
    height: 100%;
    right: -340px;
    bottom: -330px;
}
.contact-item {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}
.contact-item-icon {
 position: relative;
    width: 75px;
    height: 75px;
    text-align: center;
    display: grid;
    place-items: center;
    /* background-color: #fff; */
    border-radius: 50%;
    flex: 0 0 75px;
    color: #fff;
    font-size: 32px;
    transition: 0.32s ease-in-out;
    z-index: 1;
    border: 1px dashed;
}
.contact-item-icon::before, .contact-item-icon::after {
    content: "";
    position: absolute;
    inset: 5px;
    border-radius: 50%;
    z-index: -1;
    animation: pulseRing 2.8s ease-out infinite;
}
.contact-item-icon::before {
    background: #afca3a;
    /* border: 1px dashed; */
}
.contact-item-icon::after {
    background: rgba(255, 255, 255, 0.35);
    animation-delay: 1.4s;
}
/*@keyframes pulseRing {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}*/
.contact-item:hover .contact-item-icon{
  background-color: var(--secondary-color);
}
.contact-item-details span {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 5px;
}
.contact-item-details a {
    font-size: 18px;
    color: #fff;
    display: block;
    line-height: 28px;
}
/* form */
.contus-form-container .form-group{
   margin-bottom: 25px;
}
.contus-form-container .form-control.ff, .contus-form-container .form-select{
   height: 63px;
}
.contus-form-container .form-control, .contus-form-container .form-select{
    padding: 14px 30px;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    color: #1f1f1f;
    font-size: 15px;
    border: 1px solid;
}
.contus-form-container .form-control:focus, .contus-form-container .form-select:focus{
   box-shadow: 0 0 0 .25rem rgb(45 102 182 / 18%);
   border-color: var(--primary-color);
}
.map-wrapper{
  margin-top: 70px;
}
.site-btn {
   font-size: 13px;
    color: #000;
    padding: 15px 27px;
    transition: all 0.5s;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1.8;
    position: relative;
    border-radius: 0px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    letter-spacing: 1.3px;
    background: #b5d23c;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
    z-index: 1;

}

   .privcy_sect h3 {
        font-size: 1.5rem;
        padding-left: 10px;
        margin-top: 25px;
        border-left: 8px solid #a4cb00;
        border-radius: 50px;
    }

   .service_uli {
    /*padding: 0;*/
    margin: 0;
    list-style: none;
}

.service_uli li {
 color: #1f1f1f;
    margin: 0 0 5px;
    line-height: 30px;
    text-align: left;
    font-weight: 400;
    /* font-size: 15px; */
    position: relative;
    padding-left: 20px;
    font-family: 'Mulish';
}

.service_uli li i {
 position: absolute;
    left: 0;
    margin-top: 7px;
    font-size: 14px;
    color:#b3b0ad;
}
.privcy_sect  p{
  line-height: 30px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
    font-family: 'Mulish';
    line-height: 28px;
}
.i-ft ul li a{
  color: #212529;
}

/*.video-wrap {
  position: relative;
}

.video-wrap video {
  width: 100%;
  display: block;
  border-radius: 20px;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #fff;
  background: rgba(0,0,0,0.6);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}*/

.video-wrap {
  position: relative;
  width: 100%;
  height: 550px;   /* FIXED HEIGHT */
  overflow: hidden;
  border-radius: 20px;
}

.video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* IMPORTANT → fills without stretching */
  display: block;
}

/* Center Play Button */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  width: 70px;
  height: 70px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 30px;
  color: #fff;
  background: rgba(0,0,0,0.6);
  cursor: pointer;
}


.project-image-2{
  position: relative;
}


.project-image-2:hover .wishlist {
  opacity: 1;

}
.project-image-2:hover .wishlist {
  opacity: 1;
  z-index: 9;
}