/* =========================================================
   vendor-fix.css
   Overrides for classes libraries inject at runtime.
   Split out of the old monolithic style.css. Rule order is
   unchanged from the original file.
   ========================================================= */

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
.navbar .navbar-nav .nav-item:hover::after,
.navbar .navbar-nav .nav-item:hover::before,
.navbar .navbar-nav .nav-item.active::after,
.navbar .navbar-nav .nav-item.active::before {
  width: 100%;
  border-width: 1px;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top .navbar .navbar-nav .nav-link:hover,
.sticky-top .navbar .navbar-nav .nav-link.active {
  color: #fecc00 !important;
}
@media (max-width: 991px) {
  .navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top .navbar .navbar-nav .nav-link:hover,
.sticky-top .navbar .navbar-nav .nav-link.active {
    color: #fecc00  !important;
  }
}
#searchModal .modal-content {
  background: rgba(250, 250, 250, .6);
}
.owl-prev,
.owl-next {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px 20px;
  border-radius: 40px;
  background: #1966b1;
  color: var(--bs-white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.owl-prev {
  left: 30px;
}
.owl-next {
  right: 30px;
}
.owl-prev:hover,
.owl-next:hover {
  background: #013f6b !important;
  color: var(--bs-white) !important;
}
@media (max-width: 992px) {
  .owl-prev,
    .owl-next {
    top: 40px !important;
  }
  .owl-prev {
    left: 55%;
  }
}
.project .project-carousel.owl-carousel {
  height: 100%;
}
.project-carousel .owl-dots {
  position: absolute;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -120px;
  transition: 0.5s;
}
.project-carousel .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin-right: 15px;
  background: var(--bs-dark);
  transition: 0.5s;
}
.project-carousel .owl-dots .owl-dot.active {
  width: 30px;
  height: 30px;
  border-radius: 40px;
  border: 8px solid var(--bs-primary);
}
.testimonial .testimonial-carousel .owl-dots {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial .testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: #1966b1   ;
  border: 1px solid #1966b1;
  border-radius: 10px;
  transition: 0.5s;
}
.testimonial .testimonial-carousel .owl-dot.active {
  width: 40px;
  background: #1966b1;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu .dropdown-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  margin-top: 0;
}
.dropdown-submenu:hover .dropdown-menu {
  display: block;
}
.dropdown-submenu .dropdown-menu {
  display: none;
  position: relative;
  left: 0;
  top: 0;
  margin-left: 1rem;
}
.dropdown-submenu.show .dropdown-menu {
  display: block;
}
.testimonial .owl-carousel.testimonial-carousel {
  position: relative;
}
.testimonial .owl-carousel.testimonial-carousel .testimonial-item .testimonial-content {
  position: relative;
  border-radius: 4px;
  background: #01253f;
}
.testimonial .owl-carousel.testimonial-carousel .testimonial-item .testimonial-content::after {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  bottom: -20px;
  left: 30px;
  transform: rotate(45deg);
  background: #01253f;
  z-index: -1;
}
.lightboxpreview {
  transition: all .3s linear;
  padding-top:60%;
  cursor:pointer;
  background-size:cover;
}
.lightbox-content {
  max-height:75svh;
  height:75svh;
}
.lightbox-close {
  cursor:pointer;
  margin-left: auto;
  position:absolute;
  right:-30px;
  top:-30px;
  color:white;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.lightbox-container, .lightbox-btn, .lightbox-image-wrapper, .lightbox-enabled {
  transition:all .4s ease-in-out;
}
.lightbox_img_wrap {
  padding-top:65%;
  position:relative;
  overflow:hidden;
}
.lightbox-enabled:hover {
  transform:scale(1.1)
}
.lightbox-enabled {
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  object-fit:cover;
  cursor:pointer;
}
.lightbox-container {
  width:100svw;
  height:100svh;
  position:fixed;
  top:0;
  left:0;
  display:flex;
  align-items:center;
  justify-content:center;
  background-color:rgb(0 0 0 / 85%);
  z-index:9999;
  opacity:0;
  pointer-events:none;
}
.lightbox-container.active {
  opacity:1;
  pointer-events:all;
}
.lightbox-image-wrapper {
  display:flex;
  transform:scale(0);
  align-items:center;
  justify-content:center;
  max-width:90vw;
  max-height:90vh;
  position:relative;
}
.lightbox-container.active .lightbox-image-wrapper {
  transform:scale(1);
}
.lightbox-btn, #close {
  color:white;
  z-index:9999999;
  cursor:pointer;
  position:absolute;
  font-size:36px;
  color: #d3d3d3;
}
.lightbox-image {
  width:100%;
  max-height:95vh;
  object-fit:cover;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0;
  display: none;
}
.dropdown-submenu.show > .dropdown-menu {
  display:block;
}
.owl-nav button {
  background-color: #1966b1;
  color: #fff;
  border: none;
  padding: 5px 15px;
  border-radius: 5px;
}
.owl-dots .owl-dot span {
  background: #007bff;
}
.carousel img {
  width: 70px;
  max-height: 70px;
  border-radius: 50%;
  margin-right: 1rem;
  overflow: hidden;
}
.carousel-inner {
  padding: 1em;
}
@media screen and (min-width: 576px) {
  .carousel-inner {
    display: flex;
    width: 90%;
    margin-inline: auto;
    padding: 1em 0;
    overflow: hidden;
  }
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 2);
  }
}
@media screen and (min-width: 768px) {
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 3);
  }
}
.carousel .card {
  margin: 0 0.5em;
  border: 0;
}
.carousel-control-prev,
.carousel-control-next {
  width: 3rem;
  height: 3rem;
  background-color: #1966b1;
  border-radius: 50%;
  top: 40%;
}
@media (max-width: 991px) {
  .nested-dropdown.show > .nested-menu {
    display: block;
    background-color: #f7fafb;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
    padding: .5rem 0;
  }
  .nested-dropdown.show > .nested-menu {
    display: block !important;
    background-color: #f7fafb;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
    padding: .5rem 0;
  }
  .nested-dropdown.show > .nested-menu {
    max-height: 500px;
    opacity: 1;
    transform: translateY(0);
    background-color: #f7fafb;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
    padding: .5rem 0;
  }
}
.carousel-testimonial .owl-nav {
  text-align: center;
}
.carousel-testimonial .owl-nav button.owl-next, 
        .carousel-testimonial .owl-nav button.owl-prev {
  padding: 0 12px !important;
}
.carousel-testimonial .owl-nav button {
  outline: none;
  padding: 0;
}
.carousel-testimonial .owl-nav button.owl-next span, 
        .carousel-testimonial .owl-nav button.owl-prev span {
  display: block;
  font-size: 40px;
  width: 25px;
  height: 25px;
  vertical-align: 0px;
  line-height: 16px;
}
.carousel-testimonial .owl-nav button.owl-next.disabled, 
        .carousel-testimonial .owl-nav button.owl-prev.disabled {
  opacity: 0.5;
}
.drop-block.active {
  opacity: 1;
  transform: translateY(0);
}
.note-box {
  background: #fff3cd;
  border-left: 6px solid #fecc00;
  padding: 20px 18px;
  border-radius: 5px;
  font-size: 16px;
  color: #7a5c00;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 10px !important;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  margin-top: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.carousel-inner {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}
.carousel-item {
  text-align: center;
}
.carousel-item {
  text-align: center;
}
.carousel-indicators button {
  background-color: #0072ff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.carousel-item img {
  width: 60%;
  max-height: 400px;
  object-fit: contain;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(0,255,198,0.5);
}
.carousel-indicators button {
  background-color: #00ff90;
}
.carousel-control-prev:hover .custom-arrow,
.carousel-control-next:hover .custom-arrow {
  background-color: #e0e0e0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0px !important;
  padding: 0;
  cursor: pointer;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media (max-width: 768px) {
  .slick-dots {
    position: absolute;
    bottom: -50px !important;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }
}
.tab.active {
  background: linear-gradient(135deg, #ffcc00, #ff9500);
  color: #000;
  transform: scale(1.18);
  font-weight: 700;
}
.tab-content {
  display: none;
  padding: 20px;
  background: #ffffff;
  margin-top: 15px;
  border-radius: 15px;
  font-size: 17px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  animation: fadeIn 0.4s ease;
}
.tab-content.active {
  display: block;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #ffffff !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn-gallery:hover,
.btn-gallery.active {
  background: linear-gradient(90deg, #FFD93D, #FF6B6B);
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  transform: translateY(-3px);
  color: #fff;
}
.btn-gallery:hover,
.btn-gallery.active {
  background: linear-gradient(135deg, #ffcc00, #ff9500);
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  transform: translateY(-3px);
  color: #000;
}
.btn-gallery1:hover,
.btn-gallery1.active {
  background: linear-gradient(135deg, #ffcc00, #ff9500);
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  transform: translateY(-3px);
  color: #000;
}
.btn-gallery1:hover,
.btn-gallery1.active {
  background: linear-gradient(135deg, #ffcc00, #ff9500);
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  transform: translateY(-3px);
  color: #000;
}
.slick-dots li button {
  font-size: 0 !important;
  line-height: 0 !important;
  display: block !important;
  height: 20px !important;
  padding: 5px !important;
  color: transparent !important;
  border: 0 !important;
  outline: none !important;
  background: transparent !important;
}
@media (max-width: 768px) {
  .slick-dots li button {
    font-size: 0 !important;
    line-height: 0 !important;
    display: block !important;
    height: 20px !important;
    padding: 5px !important;
    color: transparent !important;
    border: 0 !important;
    outline: none !important;
    background: transparent !important;
    display: none !important;
  }
}
