/* @import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap"); */
p,
h1,
h2,
h3,
h4 {
  margin-bottom: 0;
  letter-spacing: 0;
}

p {
  line-height: 19px;
}

.btn-primary {
  background: #a1ffa1;
  border-radius: 12px;
  color: #0a2b51;
  font-weight: 500;
  /* padding: 15px 0; */
  text-align: center;
  border: none;
  font-size: 16px;
}

.btn-secondary {
  background: #fff;
  border: 1px solid #0a2b51;
  border-radius: 12px;
  padding: 10px 0;
  color: #0a2b51;
  transition: 0.25s;
}
.btn-secondary:hover {
  background: #a1ffa1;
  border-color: #a1ffa1;
}

.text-section {
  margin-top: 25px;
  margin-bottom: 25px;
}
.text-section ul {
  padding-left: 30px;
}

@media (max-width: 767.98px) {
  .container {
    /* padding-right: 32px; */
    /* padding-left: 32px; */
  }
}
.header-close {
  cursor: pointer;
}
.header-close img {
  height: 24px;
  width: 24px;
}
@media (max-width: 767.98px) {
  .header-close img {
    height: 20px;
    width: 20px;
  }
}

.contact-col .form-control {
  background: transparent;
  border-radius: 0;
  padding-left: 0;
  color: #fff;
  height: 30px;
}
@media (max-width: 767.98px) {
  .contact-col .form-control {
    height: 40px;
  }
}
.contact-col .form-control::placeholder {
  color: #fff;
  font-weight: 300;
  font-size: 12.8px;
}

.pre-header {
  height: 48px;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .pre-header {
    height: 40px;
    font-size: 12.8px;
  }
}

.navbar .nav-res:hover .subheader {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .navbar .dropdown {
    border: 1px solid #ffffff;
    border-radius: 8px;
    margin-top: 24px;
  }
  .navbar .dropdown .dropdown-toggle::after {
    border: none !important;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f107"; /* the desired FontAwesome icon */
    vertical-align: 0; /* to center vertically */
    margin-right: 11px;
    margin-left: auto;
  }
  .navbar .dropdown .dropdown-toggle.show::after {
    content: "\f106" !important; /* the different icon */
  }
}
.navbar .dropdown .dropdown-toggle {
  padding-left: 16px !important;
  padding-right: 0px !important;
}
.navbar .dropdown .dropdown-toggle span {
  font-size: 12px;
  font-weight: 400;
  padding-left: 7px;
}
@media (max-width: 767.98px) {
  .navbar .dropdown .dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
    width: auto !important;
  }
  .navbar .dropdown .dropdown-toggle span {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    padding-left: 10px;
  }
  .navbar .dropdown .dropdown-toggle img {
    width: 29px;
  }
}
.navbar .dropdown .dropdown-toggle:focus {
  outline: none !important;
  box-shadow: none;
}
.navbar .dropdown button:focus,
.navbar .dropdown a:focus {
  outline: none;
}
.navbar .dropdown .dropdown-menu {
  border-top: 0.5px solid #acffbe;
  padding: 24px 0 8px 0;
  min-width: 100px;
  margin-top: 24px;
  white-space: nowrap;
}
.navbar .dropdown .dropdown-menu li .nav-link {
  padding: 0 20px 16px 20px;
}
.navbar .dropdown .dropdown-menu li .nav-link span {
  font-weight: 600;
  font-size: 12.8px;
  line-height: 15px;
  margin-left: 7px;
}
.navbar .dropdown .dropdown-menu li .nav-link img {
  width: 29px;
}
@media (max-width: 767.98px) {
  .navbar .dropdown .dropdown-menu {
    border-top: none;
    padding: 0;
    margin-top: 6px;
  }
  .navbar .dropdown .dropdown-menu li .nav-link {
    padding: 0 16px 16px 16px;
  }
  .navbar .dropdown .dropdown-menu li .nav-link span {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
  }
}
.navbar .subheader {
  padding: 30px 0 40px 0;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: opacity ease-in 0.2s;
  top: 100%;
  left: 0;
  position: absolute;
  border-top: 0.5px solid #acffbe;
}
.navbar .subheader .resources-row .resource-item a:hover {
  color: #a1ffa1 !important;
}
.navbar .subheader .resources-row .resource-item button a:hover {
  color: #0a2b51 !important;
}
.navbar .subheader .resources-row .resource-item:first-child {
  margin-right: 106px;
}
.navbar .subheader .resources-row .resource-item:first-child a:hover {
  color: #fff !important;
}
@media (max-width: 1599.98px) {
  .navbar .subheader .resources-row .resource-item:first-child {
    margin-right: 70px;
  }
}
.navbar .subheader .resources-row .resource-item:last-child {
  margin-left: auto;
}
.navbar .subheader:hover {
  visibility: visible;
}
@media (max-width: 767.98px) {
  .navbar .subheader {
    display: none;
  }
}
.navbar .subheader-mobile {
  padding-left: 8px;
}
.navbar .subheader-mobile a {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .navbar .subheader-mobile a {
    font-weight: 400;
  }
}
.navbar .subheader-mobile p {
  margin-top: 12px;
  font-weight: 300;
  font-size: 12.8px;
  line-height: 15px;
}
@media (max-width: 767.98px) {
  .navbar {
    padding: 20px 0;
  }
  .navbar .navbar-brand img {
    width: 105px;
  }
  .navbar .navbar-toggler {
    padding: 0;
  }
  .navbar .navbar-toggler .navbar-toggler-icon {
    height: 24px;
    width: 24px;
  }
  .navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
    background-image: url("/static/frontend/assets/images/close.svg") !important;
  }
  .navbar .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar .navbar-nav {
    padding: 16px 0;
  }
  .navbar .navbar-nav .nav-contact {
    padding-bottom: 16px;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
  }
  .navbar .nav-link {
    width: fit-content;
  }
  .navbar .btn-primary {
    font-size: 12.8px;
    height: 48px;
  }
  .navbar .bottom-links {
    border-top: 0.5px solid rgba(255, 255, 255, 0.5);
    justify-content: space-between;
  }
  .navbar .bottom-links a {
    font-weight: 300;
    font-size: 10.24px;
    line-height: 12px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
  }
}

.footer {
  position: relative;
  bottom: 0;
  right: 0;
  left: 0;
}
@media (max-width: 767.98px) {
  .footer .footer-logo {
    width: 140px;
  }
}
@media (min-width: 992px) {
  .footer .middle-col {
    margin: 0 50px 0 40px;
  }
}
@media (min-width: 1600px) {
  .footer .middle-col {
    margin: 0 116px;
  }
}
.footer .copyright {
  color: #0a2b51;
  font-size: 12.8px;
  line-height: 15px;
}
.footer .copyright a {
  font-weight: 500;
}

.carousel-indicators {
  margin-bottom: 0;
  top: 500px;
}

.carousel-indicators .active {
  background-color: #0a2b51 !important;
}

.carousel-indicators [data-bs-target] {
  background-color: #f3f4f6;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  margin-right: 8px;
  margin-left: 8px;
  border-top: 0;
  border-bottom: 0;
}

.marquee-section {
  position: relative;
  min-height: 24px;
}

.marquee-section {
  overflow: hidden;
}

.marquee {
  white-space: nowrap;
}

.marquee-div {
  position: absolute;
  animation: move-right-to-left linear 40s infinite;
}

/* use this one to move from left to right direction */
@keyframes move-left-to-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
/* use this one to move from right to left direction */
@keyframes move-right-to-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.lock-scroll {
  overflow: hidden;
}

.nav-up {
  top: -50px;
}

@media (min-width: 768px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}
@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}
.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.contact-hero {
  height: 400px;
  width: 100%;
  background-image: url("/static/frontend/assets/images/contact-hero.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 56px;
}
.contact-hero .contact-hero-content {
  max-width: 520px;
}
@media (max-width: 767.98px) {
  .contact-hero {
    height: 240px;
    background-image: url("/static/frontend/assets/images/contact-hero-mob.png");
  }
  .contact-hero h2 {
    font-size: 31.25px;
    line-height: 38px;
  }
}

.swiper {
  margin-top: -90px;
  margin-bottom: 56px;
}
.swiper .swiper-item {
  background: #fff;
  border-radius: 24px;
  /* height: 465px; */
}
.swiper .swiper-item .light-par {
  color: rgba(10, 43, 81, 0.5);
  font-size: 13px;
  line-height: 15px;
}
.swiper .swiper-item .form-control {
  height: 48px;
  border: 0.5px solid #0a2b51;
  border-radius: 12px;
  color: #0a2b51;
  background-color: transparent;
  padding-left: 16px;
}
.swiper .swiper-item .form-control::placeholder {
  color: #0a2b51;
}
.swiper .swiper-item .form-control:focus {
  box-shadow: none;
}
.swiper .swiper-item textarea {
  height: 90px !important;
}
.swiper .swiper-item .btn-primary {
  /* padding: 12px 0; */
  font-size: 16px;
}
.swiper .swiper-item .form-check-input {
  height: 24px;
  width: 24px;
  margin-right: 16px;
  margin-top: 0;
  border: 0.5px solid #0a2b51;
  border-radius: 4px;
}
@media (max-width: 767.98px) {
  .swiper .swiper-item .form-check-input {
    height: 20px;
    width: 20px;
  }
}
.swiper .swiper-item .form-check-input:focus {
  box-shadow: none;
}
.swiper .swiper-item .form-check-input:checked {
  background-color: #a1ffa1;
  border-color: #0a2b51;
}
.swiper .swiper-item .form-check-input:checked[type=checkbox] {
  background-image: none;
}
@media (max-width: 767.98px) {
  .swiper .swiper-item {
    background-color: #f3f4f6;
    border-radius: 12px;
    width: 100%;
    height: 100%;
  }
  .swiper .swiper-item .form-control {
    height: 40px;
    padding-left: 16px;
    font-size: 12.8px;
  }
  .swiper .swiper-item .form-control::placeholder {
    font-size: 12.8px;
  }
  .swiper .swiper-item textarea {
    height: 160px !important;
  }
  .swiper .swiper-item h2 {
    font-size: 20px;
  }
  .swiper .swiper-item .btn-primary {
    font-size: 12.8px;
    font-weight: 500;
  }
}
.swiper .map a {
  font-weight: 600;
}
.swiper .map img {
  height: 100%;
  width: 50%;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  object-fit: cover;
}
.swiper .map .par-light {
  font-size: 12.8px;
  color: rgba(10, 43, 81, 0.5);
  line-height: 15px;
}
@media (max-width: 767.98px) {
  .swiper .map .map-row {
    flex-direction: column-reverse;
  }
  .swiper .map .map-row img {
    width: 100%;
    border-bottom-right-radius: 12px;
  }
}
.swiper .contact-form {
  padding: 56px;
  padding-bottom: 0;
}
.swiper .contact-form h2 {
  line-height: 31px;
}
@media (min-width: 768px) {
  .swiper .contact-form .contact-form-row input:last-child {
    margin-left: 16px;
  }
}
@media (max-width: 767.98px) {
  .swiper .contact-form {
    padding: 24px;
  }
  .swiper .contact-form .contact-form-row {
    flex-direction: column;
  }
  .swiper .contact-form p {
    letter-spacing: -0.02px;
  }
  .swiper .contact-form h2 {
    line-height: 24px;
  }
}
.swiper .live-call {
  padding: 56px 100px 0;
}
@media (min-width: 768px) {
  .swiper .live-call .live-call-row input:last-child {
    margin-left: 16px;
  }
}
@media (max-width: 767.98px) {
  .swiper .live-call {
    padding: 24px;
  }
  .swiper .live-call .row {
    flex-direction: column-reverse;
  }
  .swiper .live-call .row img {
    width: 216px;
    /* height: 188px; */
    margin-bottom: 18px;
  }
  .swiper .live-call .live-call-row {
    flex-direction: column;
  }
}
.swiper .swiper-button-prev {
  background-image: url("/static/frontend/assets/images/arrow-left.svg");
  background-repeat: no-repeat;
  left: 15%;
}
@media (max-width: 1599.98px) {
  .swiper .swiper-button-prev {
    left: 3%;
  }
}
.swiper .swiper-button-prev::after {
  display: none;
}
.swiper .swiper-button-next {
  background-image: url("/static/frontend/assets/images/arrow-right.svg");
  background-repeat: no-repeat;
  right: 15%;
}
@media (max-width: 1599.98px) {
  .swiper .swiper-button-next {
    right: 3%;
  }
}
.swiper .swiper-button-next::after {
  display: none;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  color: #2c3e50;
}
@media (max-width: 767.98px) {
  .swiper .swiper-button-next,
  .swiper .swiper-button-prev {
    display: none;
  }
}
.swiper .swiper-pagination {
  position: relative;
  margin-top: 32px;
}
@media (max-width: 767.98px) {
  .swiper .swiper-pagination {
    margin-top: 20px;
  }
}
.swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #e5e8ed;
  margin: 0 8px !important;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .swiper .swiper-pagination-bullet {
    margin: 0 6px !important;
  }
}
.swiper .swiper-pagination-bullet-active {
  background: #0a2b51;
}
@media (max-width: 767.98px) {
  .swiper {
    margin-top: 35px;
    margin-bottom: 40px;
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .swiper .swiper-slide {
    /* height: 548px; */
  }
}

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