* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #541675;
  z-index: 9999;
}

#status {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
}

.spinnner {
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 5px solid #efefef;
  border-right: 5px solid #efefef;
  border-bottom: 5px solid #efefef;
  border-left: 5px solid #aaaa;
  transform: translateZ(0);
  animation: SpinnerAnimation 1.1s infinite linear;
}
.card {
  box-shadow: none !important;
}
.spinnner,
.spinnner:after {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

@keyframes SpinnerAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background-color: #541675;
}

.navbar {
  transition: 0.4s;
}

.dropdown-item,
.nav-link {
  color: #001e31 !important;
  font-size: 17px;
  letter-spacing: 1px;
  margin-left: 20px;
  transition: 0.5s;
}
.navbar2 .nav-link {
  color: black !important;
}
.nav-link:hover {
  color: #541675 !important;
}

.navbar2 .nav-link:hover {
  color: #541675 !important;
}
.dropdown-item {
  color: black !important;
  font-size: 15px;
  margin-left: 0;
}

.home-slider .swiper-slide {
  display: flex;
  align-items: center;
  color: white;
  width: 100%;
  height: 100vh;
  position: relative;
}

@media screen and (min-width:768px) {
  .slide-1::before {
    background-image: url(../img/slider-1.jpg);  
  }  
}

@media screen and (max-width:767px) {
  .slide-1::before {
    background-image: url(../img/slider-1-resp.jpg);
  }  
}

.slide-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  width: 100%;
  height: 100vh;
  opacity: 0.7;
  z-index: -1;
}

.self {
  background-color: rgb(0, 0, 0, 1);
}

.btn,
.btn-1,
.btn-2 {
  padding: 10px 50px;
  background-color: #541675;
  border: none;
  color: white;
  font-size: 16px;
  font-weight: 400;
  border-radius: 10px;
  border: 2px solid #541675;
}

.btn-1:hover,
.btn-2:hover {
  background-color: transparent;
  border-radius: 3px;
  color: white;
}

.btn:hover {
  background-color: transparent;
  border-radius: 10px;
  color: #001e31 !important;
}

.wel-txt {
  text-align: justify;
}

.footer-bottom .footer-logo {
  width: 170px;
}

.footer-top {
  position: relative;
  z-index: 10;
}

.footer-bottom {
  padding-top: 68px;
  background-color: #541675;
}

.footer-bottom h4 {
  text-transform: uppercase;
  color: white !important;
  font-size: 18px;
  letter-spacing: 1px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.footer-bottom ul li {
  margin-bottom: 10px;
}

.footer-bottom ul li a {
  color: whitesmoke;
  transition: 0.5s;
}

@media screen and (max-width: 991px) {
  .navbar .navbar-nav {
    background-color: #fff !important;
  }

  .nav-link:hover {
    color: #541675 !important;
  }
}

@media screen and (max-width: 767px) {
  .footer-bottom .footer-logo {
    width: 135px;
    margin-bottom: 50px;
  }

  .logo{
    width: 135px;
  }
}


.about-card {
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.Contact-heading {
  color: #541675;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 30px;
  position: relative;
}

.Contact-heading::before {
  content: "";
  position: absolute;
  left: 0%;
  bottom: -5px;
  height: 1px;
  width: 100%;
  background-color: #541675;
}

.Contact-heading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  height: 1px;
  width: 80%;
  transform: translateX(-50%);
  background-color: #541675;
}

.breadcrumb {
  justify-content: center;
}

.form-control {
  padding: 13px 5px;
  box-shadow: unset !important;
  outline: unset !important;
}
.form-control:focus {
  border: 1px solid #541675;
}

.Contact-section .card i {
  color: #541675;
}

.Contact-section .card:hover span {
  color: white;
}

.Contact-section .card {
  width: 100%;
  text-align: center;
  border: 2px solid #541675;
  padding: 25px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.Contact-section .card:before {
  content: "";
  position: absolute;
  background: #541675;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  transform: rotateZ(180deg);
  transform-origin: center top;
  transition: all 0.3s;
}
.Contact-section .card:hover:before {
  transform: rotateZ(0deg);
}

.Contact-section .card a {
  text-decoration: none;
  color: black;
}

.Contact-section .card:hover i,
.Contact-section .card:hover h2,
.Contact-section .card:hover a {
  color: white;
}

iframe {
  filter: grayscale(90%);
}

.card {
  box-shadow: 0px 0px 6px 1px grey;
  transition: 0.3s;
}

.main-body-index {
  width: 100%;
  height: 100vh;
}

.bar {
  color: #541675;
}

.card-img-top {
  height: 206px !important;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.border-radius-12 {
  border-radius: 12px;
}

.bg-gray {
  background-color: #F6F6F6;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

@media screen and (min-width: 768px) {
  .max-w-414 {
    max-width: 414px;
  }
}

@media screen and (max-width: 767px) {
  .max-w-414 {
    max-width: 380px;
  }
}

.fs-18 {
  font-size: 15px;
}

@media screen and (min-width: 576px) {
  .fs-18 {
    font-size: 18px;
  }
}

.fs-50 {
  font-size: 30px;
}

@media screen and (min-width: 992px) {
  .fs-50 {
    font-size: 50px;
  }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
  .fs-50 {
    font-size: 40px;
  }
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-track {
  box-shadow: none;
  background: #f1f1f1;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

@media (max-width: 767.98px) {
  .navbar-collapse {
      border-top: 1px solid #ddd;
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
  }

  .qr-code{
    width: 80px;
  }
}

@media (min-width: 768px) {
  .navbar-collapse {
      border-top: 0; /* Remove top border for medium and larger screens */
  }
}