/* @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;
}

.about-hero {
  background-color: #0a2b51;
  background-image: url("/static/frontend/assets/images//about-us/hero-bg.png");
  background-position: right;
  background-repeat: no-repeat;
  color: #fff;
}
.about-hero .hero-content {
  max-width: 560px;
  line-height: 24px;
}
@media (max-width: 767.98px) {
  .about-hero {
    background-color: #f3f4f6;
    background-image: url("/static/frontend/assets/images//about-us/hero-mobile.svg");
    color: #0a2b51;
  }
  .about-hero h1 {
    font-size: 31px;
  }
  .about-hero h4 {
    font-size: 16px;
  }
}

.hero-description h4 {
  line-height: 24px;
  letter-spacing: -0.01em;
}
@media (max-width: 767.98px) {
  .hero-description h4:first-child {
    border-top: 1px solid #d9d9d9;
  }
}
@media (min-width: 768px) {
  .hero-description h4:last-child {
    border-bottom: 1px solid #d9d9d9;
  }
}

.what-we-stand {
  margin-bottom: 64px;
}
.what-we-stand .card {
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0px 128px 77px rgba(0, 0, 0, 0.01), 0px 57px 57px rgba(0, 0, 0, 0.01), 0px 14px 31px rgba(0, 0, 0, 0.02), 0px 0px 0px rgba(0, 0, 0, 0.02);
  padding: 40px;
}
.what-we-stand .card .info:last-child {
  margin: 0 0 0 auto;
}
.what-we-stand .content {
  padding: 40px 0 40px 56px;
}
.what-we-stand .content .content-card {
  margin-bottom: 40px;
  align-items: center;
}
.what-we-stand .content .content-card img {
  margin-right: 30px;
}
.what-we-stand .content .content-card:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .what-we-stand {
    margin-bottom: 8px;
  }
  .what-we-stand .card {
    padding: 24px;
  }
  .what-we-stand .card .info:last-child {
    margin: 0 0 0 auto;
  }
  .what-we-stand .content {
    padding: 40px 0;
    border-bottom: 1px solid rgba(10, 43, 81, 0.1);
  }
  .what-we-stand .content .content-card {
    align-items: flex-start;
    margin-bottom: 32px;
  }
  .what-we-stand .content .content-card .content-text {
    margin-top: 10px;
  }
}

@media (max-width: 767.98px) {
  .partners-swiper .swiper-slide {
    text-align: center;
    padding-bottom: 10px;
  }
}

.services p {
  letter-spacing: -0.01em;
}
.services .services-tabs .nav-tabs {
  border-bottom: 1px solid rgba(10, 43, 81, 0.1019607843);
}
.services .services-tabs .nav-tabs .nav-item:first-child .nav-link {
  padding-left: 0;
  padding-right: 16px;
}
.services .services-tabs .nav-tabs .nav-item .nav-link {
  border: none;
  padding-bottom: 16px;
  padding-right: 0;
  padding-left: 16px;
  color: rgba(10, 43, 81, 0.5);
  transition: none;
}
.services .services-tabs .nav-tabs .nav-item .nav-link.active {
  font-weight: 600;
  border-bottom: 1px solid rgba(10, 43, 81, 0.1019607843);
  color: #0a2b51;
}
.services .services-tabs .tab-pane .content-box h2 {
  font-size: 20px;
}
.services .services-tabs .tab-pane .btn-primary {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.reputation nav {
  width: 480px;
}
.reputation .nav-tabs {
  border: 0;
}
.reputation .ppl-box {
  border-radius: 16px;
  padding: 24px 0px 24px 40px;
  width: 480px;
  border: 0;
  text-align: left;
  transition: 0.25s;
}
.reputation .ppl-box img {
  width: 72px;
  margin-right: 18px;
  border-radius: 24px;
}
.reputation .ppl-box:hover {
  background: #ffffff;
  box-shadow: 0px 154px 93px rgba(0, 0, 0, 0.01), 0px 69px 69px rgba(0, 0, 0, 0.02), 0px 17px 38px rgba(0, 0, 0, 0.02), 0px 0px 0px rgba(0, 0, 0, 0.02);
}
@media (max-width: 767.98px) {
  .reputation .ppl-box {
    width: 100%;
    background: #ffffff;
    padding: 16px 0px 16px 32px;
    margin-bottom: 32px;
  }
  .reputation .ppl-box:hover {
    box-shadow: 0px 154px 93px rgba(0, 0, 0, 0.01), 0px 69px 69px rgba(0, 0, 0, 0.02), 0px 17px 38px rgba(0, 0, 0, 0.02), 0px 0px 0px rgba(0, 0, 0, 0.02);
  }
  .reputation .ppl-box img {
    width: 48px;
    margin-right: 8px;
    border-radius: 12px;
  }
}
.reputation .ppl-box.active {
  background: #ffffff;
  box-shadow: 0px 154px 93px rgba(0, 0, 0, 0.01), 0px 69px 69px rgba(0, 0, 0, 0.02), 0px 17px 38px rgba(0, 0, 0, 0.02), 0px 0px 0px rgba(0, 0, 0, 0.02);
  color: #0a2b51;
}
.reputation .tab-content {
  width: 570px;
}
.reputation .hide {
  display: none;
}
@media (max-width: 767.98px) {
  .reputation h2 {
    font-size: 20px;
  }
  .reputation h4 {
    font-size: 16px;
  }
}
.reputation .swiper {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.reputation .swiper .swiper-slide {
  width: 100%;
}
.reputation .swiper .swiper-slide-active .ppl-box {
  box-shadow: 0px 154px 93px rgba(0, 0, 0, 0.01), 0px 69px 69px rgba(0, 0, 0, 0.02), 0px 17px 38px rgba(0, 0, 0, 0.02), 0px 0px 0px rgba(0, 0, 0, 0.02);
}

.pop-block .block {
  padding: 36px 56px;
  background: #f3f4f6;
  border-radius: 24px;
}
.pop-block .block .form-control {
  width: 180px;
  background: transparent;
  border: 0.5px solid #0a2b51;
  border-radius: 12px;
  margin-right: 16px;
  padding-left: 16px;
}
.pop-block .block .form-control::placeholder {
  color: #0a2b51 !important;
}
.pop-block .block .form-control:focus {
  box-shadow: none;
}
.pop-block .block .btn-secondary {
  width: 200px;
  background: transparent;
  padding-left: 16px;
  margin-right: 16px;
}
.pop-block .block .btn-primary {
  width: 160px;
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .pop-block .block {
    padding: 24px;
    flex-direction: column;
  }
  .pop-block .block .btn-group {
    width: 100%;
    flex-direction: column;
  }
  .pop-block .block .form-control {
    height: 40px;
    padding-left: 16px;
  }
  .pop-block .block .btn-primary {
    padding: 10px 0;
    font-weight: 500;
  }
  .pop-block .block .form-control,
  .pop-block .block .btn-secondary,
  .pop-block .block .btn-primary {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 767.98px) {
  .pop-block:last-child a {
    width: 100%;
  }
}
.pop-block:last-child .btn-primary {
  width: 240px;
}
@media (max-width: 767.98px) {
  .pop-block:last-child .btn-primary {
    width: 100%;
  }
}

.gallery .container .gallery-row {
  height: 400px;
  margin-bottom: 20px;
}
.gallery .container .gallery-row img:first-child {
  border-top-left-radius: 16px;
  width: calc(20% - 16px);
}
@media (max-width: 767.98px) {
  .gallery .container .gallery-row img:first-child {
    width: calc(20% - 8px);
  }
}
.gallery .container .gallery-row img:last-child {
  border-top-right-radius: 16px;
  margin-right: 0;
  width: 40%;
}
.gallery .container .gallery-row img {
  height: 100%;
  object-fit: cover;
  margin-right: 16px;
  width: calc(40% - 16px);
}
@media (max-width: 767.98px) {
  .gallery .container .gallery-row img {
    margin-right: 8px;
    width: calc(40% - 8px);
  }
}
.gallery .container .gallery-row:nth-of-type(2) {
  margin-bottom: 0;
}
.gallery .container .gallery-row:nth-of-type(2) img:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 16px;
  width: calc(40% - 16px);
}
@media (max-width: 767.98px) {
  .gallery .container .gallery-row:nth-of-type(2) img:first-child {
    width: calc(40% - 8px);
  }
}
.gallery .container .gallery-row:nth-of-type(2) img:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 16px;
  width: 20%;
}
@media (max-width: 767.98px) {
  .gallery .container .gallery-row {
    height: 280px;
    margin-bottom: 8px;
  }
}

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