.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.bg-light-grey, .bg-light-grey:hover, .bg-light-grey:active {
  background-color: #F2F2F2;
}
.bg-light-blue, .bg-light-blue:hover, .bg-light-blue:active {
  background-color: #32B8DC;
}
.bg-dark-blue, .bg-dark-blue:hover, .bg-dark-blue:active {
  background-color: #1D546D;
}
.bg-blue-gradient, .bg-blue-gradient:hover, .bg-blue-gradient:active {
  background-image: linear-gradient(to right, #32B8DC, #1D546D);
}

.c-white {
  color: #fff;
}
.c-black {
  color: #222222;
}
.c-grey {
  color: #8E919A;
}
.c-dark-grey {
  color: #585858;
}
.c-light-blue {
  color: #32B8DC;
}
.c-light-blue-2 {
  color: #34B9DD;
}
.c-mid-blue {
  color: #177DA4;
}
.c-dark-blue {
  color: #1D546D;
}

.shadow-blue {
  box-shadow: 5px 5px 15px 0px rgba(50, 184, 220, 0.3);
}

@media (min-width: 768px) {
  .w-md-50 {
    width: 50% !important;
  }
}

.f-12 {
  font-size: 12px;
}

.f-13 {
  font-size: 13px;
}

.f-14 {
  font-size: 14px;
}

.f-15 {
  font-size: 15px;
}

.f-16 {
  font-size: 16px;
}

.f-17 {
  font-size: 17px;
}

.f-18 {
  font-size: 18px;
}

.f-19 {
  font-size: 19px;
}

.f-20 {
  font-size: 20px;
}

.f-21 {
  font-size: 21px;
}

.f-22 {
  font-size: 22px;
}

.f-23 {
  font-size: 23px;
}

.f-24 {
  font-size: 24px;
}

.f-25 {
  font-size: 25px;
}

.f-26 {
  font-size: 26px;
}

.f-27 {
  font-size: 27px;
}

.f-28 {
  font-size: 28px;
}

.f-29 {
  font-size: 29px;
}

.f-30 {
  font-size: 30px;
}

.f-31 {
  font-size: 31px;
}

.f-32 {
  font-size: 32px;
}

.f-33 {
  font-size: 33px;
}

.f-34 {
  font-size: 34px;
}

.f-35 {
  font-size: 35px;
}

.f-36 {
  font-size: 36px;
}

.f-37 {
  font-size: 37px;
}

.f-38 {
  font-size: 38px;
}

.f-39 {
  font-size: 39px;
}

.f-40 {
  font-size: 40px;
}

.f-41 {
  font-size: 41px;
}

.f-42 {
  font-size: 42px;
}

.f-43 {
  font-size: 43px;
}

.f-44 {
  font-size: 44px;
}

.f-45 {
  font-size: 45px;
}

.f-46 {
  font-size: 46px;
}

.f-47 {
  font-size: 47px;
}

.f-48 {
  font-size: 48px;
}

.f-49 {
  font-size: 49px;
}

.f-50 {
  font-size: 50px;
}

.f-51 {
  font-size: 51px;
}

.f-52 {
  font-size: 52px;
}

.f-53 {
  font-size: 53px;
}

.f-54 {
  font-size: 54px;
}

.f-55 {
  font-size: 55px;
}

.f-56 {
  font-size: 56px;
}

.f-57 {
  font-size: 57px;
}

.f-58 {
  font-size: 58px;
}

.f-59 {
  font-size: 59px;
}

.f-60 {
  font-size: 60px;
}

.f-61 {
  font-size: 61px;
}

.f-62 {
  font-size: 62px;
}

.f-63 {
  font-size: 63px;
}

.f-64 {
  font-size: 64px;
}

.f-65 {
  font-size: 65px;
}

.f-66 {
  font-size: 66px;
}

.f-67 {
  font-size: 67px;
}

.f-68 {
  font-size: 68px;
}

.f-69 {
  font-size: 69px;
}

.f-70 {
  font-size: 70px;
}

.f-71 {
  font-size: 71px;
}

.f-72 {
  font-size: 72px;
}

.f-73 {
  font-size: 73px;
}

.f-74 {
  font-size: 74px;
}

.f-75 {
  font-size: 75px;
}

.f-76 {
  font-size: 76px;
}

.f-77 {
  font-size: 77px;
}

.f-78 {
  font-size: 78px;
}

.f-79 {
  font-size: 79px;
}

.f-80 {
  font-size: 80px;
}

@keyframes fadeinall {
  0% {
    opacity: 1;
  }
  97% {
    opacity: 0;
  }
  98% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: -1;
  }
}
.spinner-border {
  scale: 3;
}

.app.loading {
  opacity: 0;
}

body {
  color: #222222;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

a {
  text-decoration: none;
}

.btn {
  color: #fff;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 20px;
  min-width: 170px;
}
.btn:hover, .btn:active {
  color: #fff;
  opacity: 0.8;
}

.icon {
  border: 2px solid #32B8DC;
  border-radius: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
}
.icon img {
  object-fit: contain;
  height: 30px;
  width: 30px;
}

@media (min-width: 1536px) {
  .container {
    max-width: 1400px;
  }
}
.spinner-border {
  border: var(--bs-spinner-border-width) solid rgb(255, 255, 255);
  border-right-color: transparent;
}

.menu-wrapper {
  z-index: 999;
}
.menu-wrapper #navbarNavDropdown {
  visibility: visible !important;
}
@media screen and (max-width: 991px) {
  .menu-wrapper #navbarNavDropdown {
    visibility: hidden;
    padding: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    transition: 300ms;
  }
  .menu-wrapper #navbarNavDropdown.show {
    visibility: visible !important;
    max-height: 300px !important;
    overflow: visible !important;
    padding-bottom: 25px !important;
  }
}

.banner {
  background-image: url("../img/hero.jpg");
  background-size: cover;
  background-position: center bottom;
  height: 55vh;
  position: relative;
}
@media (min-width: 768px) {
  .banner {
    height: 95vh;
  }
}
.banner:after {
  background-image: url("../img/banner-overlay.svg");
  background-size: cover;
  width: 520px;
  height: 500px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media (min-width: 768px) {
  .banner:after {
    content: " ";
  }
}
.banner-text {
  color: #fff;
  position: relative;
  font-size: 30px;
  font-weight: 600;
  width: 100%;
  max-width: 932px;
  z-index: 5;
}
@media (min-width: 768px) {
  .banner-text {
    font-size: 50px;
  }
}
.banner-text span {
  color: #34B9DD;
}

.hero-section .col-text h1 {
  line-height: 1.4em !important;
}
@media screen and (max-width: 991px) {
  .hero-section .col-text {
    text-align: center !important;
  }
}

.testtimonials-section .slick-dots {
  display: flex !important;
  justify-content: center !important;
  gap: 8px;
}
.testtimonials-section .slick-dots li.slick-active button {
  background-color: var(--color-primary) !important;
}
.testtimonials-section .slick-dots li button {
  background-color: #fff !important;
  opacity: 1 !important;
  width: 15px !important;
  height: 15px !important;
  border-radius: 100% !important;
  text-indent: 30px !important;
  overflow: hidden !important;
}
.testtimonials-section .slick-dots li button:before {
  display: none !important;
}

.services-section .service-card {
  transition: all 0.3s ease-in-out;
}
.services-section .service-card:hover .overlay {
  opacity: 0.8 !important;
}
.services-section .service-card:hover .img-overlay {
  opacity: 1 !important;
}
.services-section .service-card:hover h3, .services-section .service-card:hover p {
  color: #fff !important;
}
.services-section .service-card:hover svg {
  fill: #fff !important;
}

.pwm-form {
  max-width: 1000px;
  margin: 0 auto;
}
.pwm-form input, .pwm-form textarea {
  background: #fff;
  border: 0;
  border-radius: 10px;
  padding: 10px 20px;
  width: 100%;
  font-size: 13px;
}
.pwm-form textarea {
  resize: none;
  height: 142px;
}

/*# sourceMappingURL=style.css.map */
