#preloader {
  display: flex;
  justify-content: center;
  align-items: center;
}

.navigation-links {
  padding: 0px 0 !important;
}

/* .header-main {
  padding: 0px !important;
} */

/* 
.small-container {
  margin-right: 100px;
} */

.whatsapp-float {
  position: fixed;
  width: 46px;
  height: 46px;
  bottom: 100px;
  right: 30px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 40px !important;
}

.whatsapp-float:hover {
  background-color: #128C7E;
  text-decoration: none;
  color: white;
  border-radius: 40px !important;
}

.cta-1-section .small-container {
  border-radius: 10px;
  overflow: hidden;
}

.cta-1-section .row {
  border-radius: 10px;
  overflow: hidden;
}

button,
a,
input[type="submit"],
input[type="button"] {
  border-radius: 10px !important;
}

.primary-btn-1 {
  border-radius: 10px;
}

#services-details .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

#services-details .swiper-slide {
  display: flex;
  height: auto !important;
}

#services-details .swiper-slide>div {
  flex: 1;
  height: 100%;
}

.marquee {
  width: 100%;
  overflow: hidden;
  background: #0f0d1d;
  position: relative;
}

.marquee p {
  display: inline-block;
  padding-left: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.5px;
  animation: marquee 23s linear infinite;
  white-space: nowrap;
}


.marquee:hover p {
  animation-play-state: paused;
}


.marquee::before,
.marquee::after {
  content: "";
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 1;
}

.marquee::before {
  left: 0;
  background: linear-gradient(to right, #0f0d1d 20%, transparent);
}

.marquee::after {
  right: 0;
  background: linear-gradient(to left, #0f0d1d 20%, transparent);
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}
.rights-reserved-text {
  font-size: 12px;
}

@media (max-width: 768px) {
  .rights-reserved-text {
    font-size: 12px;
  }
}

.underline-link {
  position: relative;
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

.underline-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}


@media (max-width: 480px) {
  .underline-link::after {
    height: 1.5px;
  }
}


.alling-with-header {
  padding-left: 4vw;
  padding-right: 4vw;
}

.image-2-area,
.image-2,
.image-2-area * {
  background-color: transparent !important;
}

.submenu a {
  color: #0f0d1d;
}
.bg-color-1 {
   background-color: #1a081a;
}
.mt-15{
    color: white;
}