/* Media Query Mixins */
input::-ms-clear {
  width: 0;
  height: 0;
}

:focus {
  outline: 0;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("./fonts/PlusJakartaSans-ExtraBold.woff2") format("woff2"), url("./fonts/PlusJakartaSans-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("./fonts/PlusJakartaSans-Bold.woff2") format("woff2"), url("./fonts/PlusJakartaSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("./fonts/PlusJakartaSans-BoldItalic.woff2") format("woff2"), url("./fonts/PlusJakartaSans-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("./fonts/PlusJakartaSans-ExtraLight.woff2") format("woff2"), url("./fonts/PlusJakartaSans-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("./fonts/PlusJakartaSans-SemiBoldItalic.woff2") format("woff2"), url("./fonts/PlusJakartaSans-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("./fonts/PlusJakartaSans-Italic.woff2") format("woff2"), url("./fonts/PlusJakartaSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("./fonts/PlusJakartaSans-Regular.woff2") format("woff2"), url("./fonts/PlusJakartaSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("./fonts/PlusJakartaSans-LightItalic.woff2") format("woff2"), url("./fonts/PlusJakartaSans-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("./fonts/PlusJakartaSans-Light.woff2") format("woff2"), url("./fonts/PlusJakartaSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("./fonts/PlusJakartaSans-SemiBold.woff2") format("woff2"), url("./fonts/PlusJakartaSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("./fonts/PlusJakartaSans-ExtraBoldItalic.woff2") format("woff2"), url("./fonts/PlusJakartaSans-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("./fonts/PlusJakartaSans-MediumItalic.woff2") format("woff2"), url("./fonts/PlusJakartaSans-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("./fonts/PlusJakartaSans-ExtraLightItalic.woff2") format("woff2"), url("./fonts/PlusJakartaSans-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("./fonts/PlusJakartaSans-Medium.woff2") format("woff2"), url("./fonts/PlusJakartaSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.btn {
  border: 1px solid #1B0F84;
  border-radius: 50px;
}
.btn-nav {
  padding: 9px 16px;
}
.btn-blue {
  background-color: #1B0F84;
  color: #FFFFFF;
}
.btn-blue:hover {
  background-color: #FFFFFF;
  color: #1B0F84;
}
.btn-transparent {
  background-color: transparent;
  color: #1B0F84;
}
.btn-transparent:hover {
  background-color: #1B0F84;
  color: #FFFFFF;
}
.btn-white {
  background-color: #FFFFFF;
  color: #1B0F84;
}
.btn-white:hover {
  border-color: #FFFFFF;
  background-color: #1B0F84;
  color: #FFFFFF;
}
.btn-large {
  padding: 14px 0px;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .btn-large {
    width: auto;
    padding: 18px 40px;
    font-size: 18px;
    font-weight: bold;
  }
}
.btn-small {
  padding: 14px 23px 14px 16px;
}
@media (min-width: 992px) {
  .btn-small {
    font-size: 16px;
    font-weight: 600;
  }
}
.btn-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 53px;
  width: 53px;
}
.btn-custom-next {
  background-color: transparent;
}
.btn-custom-prev {
  margin-left: 10px;
  background-color: #1B0F84;
}
.btn-link {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: #737373;
  border: none;
  padding: 9px 15px;
}
@media (min-width: 992px) {
  .btn-link {
    padding: 9px 20px;
  }
}
.btn-link:hover {
  color: #1B0F84;
  background-color: #FFFFFF;
  border: 1px solid #1B0F84;
}
.btn-link-active {
  border: 1px solid #1B0F84;
  background-color: #1B0F84;
  color: #D4E6FF;
}
.btn-icon {
  padding: 14px 16px 14px 23px;
}
.btn-icon:hover .icon {
  fill: #1B0F84;
}
.btn-icon .icon {
  height: 15px;
  width: 15px;
  margin-left: 10px;
  margin-bottom: 3px;
  fill: #FFFFFF;
}

html {
  scroll-behavior: smooth;
}

html, body {
  color: #0A0A0A;
  font-family: "Plus Jakarta Sans";
  margin: 0;
  font-size: 14px;
  font-weight: normal;
}

body {
  position: relative;
}

a {
  color: #0A0A0A;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.navbar {
  padding: 15px 0px;
}
@media (min-width: 992px) {
  .navbar {
    padding: 20px 0px;
  }
}
.navbar .navbar-brand {
  padding: 0;
}
@media (min-width: 992px) {
  .navbar .navbar-brand {
    margin-right: 48px;
  }
}
.navbar .nav-item {
  margin: 0px 0px 0px 16px;
  padding: 0;
}
.navbar .nav-item:first-child {
  margin: 0;
}
.navbar .nav-link {
  font-size: 24px;
  font-weight: 600;
  color: #0A0A0A;
}
@media (min-width: 992px) {
  .navbar .nav-link {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
  }
}
.navbar .nav-link.active {
  color: #1B0F84;
}
.navbar .nav-link.dropdown-toggle .icon {
  max-width: 25px;
  height: 15px;
  fill: none;
  rotate: 180deg;
}
@media (min-width: 992px) {
  .navbar .nav-link.dropdown-toggle .icon {
    max-width: 17px;
    height: 10px;
  }
}
.navbar .nav-link.show .icon {
  rotate: 0deg;
}
@media only screen and (max-width: 992px) {
  .navbar .dropdown-menu {
    border: none;
  }
}
.navbar .dropdown-menu .dropdown-item {
  padding: 12px 0px;
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .navbar .dropdown-menu .dropdown-item {
    padding: 12px 20px;
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 4px 10px;
  }
}

.nav-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-buttons a {
  font-size: 14px;
  font-weight: 500;
}
.nav-buttons a:first-of-type {
  margin-right: 12px;
}

@media only screen and (max-width: 992px) {
  .navbar .nav-item {
    margin: 0;
  }
  .navbar-collapse {
    margin-top: -42px;
    position: relative;
    transition: 0.05s;
    height: 100vh;
    padding: 100px 0px 0px 0px;
  }
  .navbar-toggler {
    z-index: 1000;
    padding: 0;
  }
  .navbar-toggler:focus:not(:focus-visible) {
    box-shadow: none;
  }
}
.navbar-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  position: absolute;
  bottom: 54px;
  width: 100%;
  padding-top: 32px;
  border-top: 1px solid #e0e0e0;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown {
  margin-left: 12px;
}
.dropdown .dropdown-menu {
  padding: 10px 20px;
}
.dropdown .dropdown-menu[data-bs-popper] {
  margin-top: 1.125rem;
}
.dropdown .dropdown-item {
  padding: 0 !important;
}
.dropdown .dropdown-item:hover {
  background-color: transparent;
}
.dropdown img {
  margin-right: 10px;
}
.dropdown .icon {
  max-width: 25px;
  height: 15px;
  fill: none;
  rotate: 180deg;
}
@media (min-width: 992px) {
  .dropdown .icon {
    max-width: 17px;
    height: 10px;
  }
}
.dropdown .show .icon {
  rotate: 0deg;
}

.footer {
  padding: 48px 0px 24px 0px;
  border-top: 1px solid #e0e0e0;
}
@media (min-width: 992px) {
  .footer {
    padding: 72px 0px 64px 0px;
  }
}
.footer .footer-logo {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .footer .footer-logo {
    margin-bottom: 0px;
  }
}
.footer .footer-logo h1 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  margin-left: 10px;
}
@media (min-width: 992px) {
  .footer .footer-logo h1 {
    font-size: 24px;
  }
}
.footer .footer-logo img {
  max-width: 62px;
}
@media (min-width: 768px) {
  .footer .footer-logo img {
    max-width: 100%;
  }
}
.footer .links {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.footer .links:first-of-type {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .footer .links:first-of-type {
    margin-bottom: 0px;
  }
}
.footer .links .link-title {
  font-size: 16px;
  font-weight: 500;
  color: #737373;
  margin-bottom: 16px;
}
.footer .links a {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
}
.footer .links a:last-of-type {
  margin-bottom: 0;
}
.footer .under-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  margin-top: 16px;
  padding-top: 32px;
  border-top: 1px solid #e0e0e0;
}
@media (min-width: 992px) {
  .footer .under-footer {
    flex-direction: row;
    border: none;
    padding-top: 0;
    margin-top: 72px;
  }
}
.footer .under-footer p {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 16px;
  color: #737373;
  text-align: center;
}
@media (min-width: 992px) {
  .footer .under-footer p {
    text-align: left;
    margin-bottom: 0;
  }
}
.footer .under-footer a:first-of-type img {
  margin-left: 0;
}
.footer .under-footer a img {
  max-width: 20px;
  margin-left: 16px;
}

@media (min-width: 1200px) {
  header .container, .hero-section .container {
    max-width: 1280px;
  }
}

.container {
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 992px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1160px;
  }
}
@media (min-width: 1200px) {
  .container-wide {
    max-width: 1280px;
  }
}

.bckg-white {
  background-color: #FFFFFF;
}

.remove-margin {
  margin-top: 0 !important;
}

.hero-section {
  background-color: #F8F8F8;
  padding-top: 120px;
  padding-bottom: 48px;
  margin-top: -72px;
}
@media (min-width: 992px) {
  .hero-section {
    padding-top: 152px;
    padding-bottom: 74px;
    margin-top: -80px;
  }
}
.hero-section .hero-image {
  height: 100%;
  width: 100%;
}

.hero-title h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .hero-title h1 {
    font-size: 64px;
    font-weight: bold;
    line-height: 72px;
    margin-bottom: 32px;
  }
}
.hero-title p {
  line-height: 150%;
  font-weight: normal;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .hero-title p {
    line-height: normal;
    font-size: 18px;
    margin-bottom: 48px;
    max-width: 564px;
  }
}
.hero-title .buttons {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 51px;
}
@media (min-width: 992px) {
  .hero-title .buttons {
    flex-direction: row;
  }
}
.hero-title .buttons .btn:first-of-type {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .hero-title .buttons .btn:first-of-type {
    margin-right: 8px;
    margin-bottom: 0px;
  }
}

.expirience {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .expirience {
    margin-bottom: 0;
  }
}
.expirience img {
  max-width: 72px;
}
@media (min-width: 992px) {
  .expirience img {
    max-width: 100%;
  }
}
.expirience p {
  font-size: 16px;
  font-weight: normal;
  margin-left: 8px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .expirience p {
    margin-bottom: 0;
    margin-left: 16px;
    font-size: 18px;
    font-weight: 500;
  }
}

.services {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .services {
    margin-bottom: 120px;
  }
}
.services img {
  width: 100%;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .services img {
    margin-bottom: 24px;
    max-width: 500px;
  }
}
.services .btn {
  width: 100%;
}
@media (min-width: 992px) {
  .services .btn {
    width: auto;
  }
}
.services .row > * {
  padding-left: 0;
  padding-right: 0;
}

.services-main-title {
  padding: 48px 0px 40px 0px;
}
@media (min-width: 992px) {
  .services-main-title {
    padding: 120px 0px;
  }
}
@media (min-width: 992px) {
  .services-main-title .services-description {
    max-width: 767px;
  }
}

.services-subtitle {
  font-size: 18px;
  font-weight: 500;
  color: #1B0F84;
  margin-bottom: 16px;
}

.services-title-top {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .services-title-top {
    font-size: 52px;
  }
}

.services-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .services-title {
    font-size: 52px;
  }
}

.services-description {
  font-size: 18px;
  font-weight: normal;
  color: #737373;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .services-description {
    margin-bottom: 16px;
    max-width: 493px;
  }
}
.services-description-subtitle {
  font-weight: bold;
}
.services-description-list {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .services-description-list {
    margin-bottom: 48px;
  }
}

.blue-section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 992px) {
  .blue-section {
    flex-direction: row;
    position: relative;
    height: 720px;
  }
}
.blue-section ul {
  margin-bottom: 0 !important;
  list-style-type: none;
  padding-left: 0;
}
.blue-section ul li img {
  margin-right: 16px;
}
.blue-section .services-description {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .blue-section .services-description {
    margin-bottom: 16px;
  }
}
.blue-section .container {
  padding: 48px 24px;
  background-color: #1B0F84;
}
@media (min-width: 576px) and (max-width: 992px) {
  .blue-section .container {
    padding: 15%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .blue-section .container {
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.blue-section .left-column {
  display: none;
  width: 100%;
}
@media (min-width: 992px) {
  .blue-section .left-column {
    display: block;
    background-color: #1B0F84;
    width: 50%;
    height: 100%;
  }
}
.blue-section .right-column {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #D4E6FF;
}
@media (min-width: 992px) {
  .blue-section .right-column {
    width: 50%;
  }
}
.blue-section .right-column img {
  width: 100%;
  max-height: 720px;
  -o-object-fit: contain;
     object-fit: contain;
}
.blue-section h2 {
  color: #FFFFFF;
}
@media (min-width: 1200px) {
  .blue-section h2 {
    max-width: 530px;
  }
}
.blue-section p, .blue-section ul {
  color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 992px) {
  .trust-section {
    padding-bottom: 195px;
  }
}
.trust-section .trust-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 48px;
}
@media (min-width: 992px) {
  .trust-section .trust-box {
    display: block;
    margin-bottom: 0px;
    padding-left: 36px;
    position: relative;
  }
  .trust-section .trust-box::before {
    content: "";
    position: absolute;
    left: 0px;
    background-image: url("../../img/line.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 447px;
    width: 6px;
  }
}
.trust-section .number {
  display: inline-block;
  font-size: 80px;
  font-weight: 600;
  color: #1635A6;
  margin-bottom: 16px;
  line-height: 120%;
}
@media (min-width: 992px) {
  .trust-section .number {
    font-weight: bolder;
    font-size: 86px;
    margin-bottom: 18px;
  }
}
.trust-section .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #0A0A0A;
  line-height: 120%;
}
@media (min-width: 992px) {
  .trust-section .title {
    margin-bottom: 18px;
  }
}
.trust-section .description {
  font-size: 18px;
  font-weight: normal;
  color: #737373;
  line-height: 150%;
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .trust-section .description {
    text-align: left;
  }
}

.clients-section {
  padding-bottom: 48px;
}
@media (min-width: 992px) {
  .clients-section {
    padding-bottom: 0px;
  }
}
.clients-section .container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 992px) {
  .clients-section .container {
    flex-direction: row;
  }
}
.clients-section .container .services-main-title {
  width: 100%;
}
@media (min-width: 992px) {
  .clients-section .container .services-main-title {
    width: 35%;
  }
}
.clients-section .container .clients {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .clients-section .container .clients {
    flex-wrap: nowrap;
    width: 65%;
  }
}
.clients-section .container .clients-link:nth-child(-n+3) {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .clients-section .container .clients-link:nth-child(-n+3) {
    margin-bottom: 0px;
  }
}
.clients-section .container .clients img {
  max-height: 64px;
}
@media (min-width: 992px) {
  .clients-section .container .clients img {
    max-height: unset;
  }
}

.contact-section {
  background-color: #F8F8F8;
}
.contact-section .contact-wrapper {
  padding: 48px 0px 48px 0px;
}
@media (min-width: 992px) {
  .contact-section .contact-wrapper {
    padding: 180px 0px 115px 0px;
  }
}
.contact-section .services-title-top {
  margin-bottom: 48px;
}
.contact-section .contact-information {
  margin-bottom: 32px;
}
.contact-section .contact-information:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .contact-section .contact-information:last-of-type {
    margin-bottom: 48px;
  }
}
@media (min-width: 992px) {
  .contact-section .contact-information {
    margin-bottom: 48px;
  }
}
.contact-section .contact-information-title {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .contact-section .contact-information-title {
    margin-bottom: 12px;
  }
}
.contact-section .contact-information-title img {
  margin-right: 10px;
}
.contact-section .contact-information-info {
  font-size: 16px;
  font-weight: normal;
  color: #737373;
}
.contact-section .contact-information h3 {
  font-size: 18px;
  font-weight: 600;
  color: #0A0A0A;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .contact-section .contact-information h3 {
    font-size: 24px;
  }
}
.contact-section .map-wrapper {
  padding: 0px;
  margin-left: -24px;
  margin-right: -24px;
  height: 620px;
}
@media (min-width: 992px) {
  .contact-section .map-wrapper {
    height: 100%;
    padding: 64px 0px 96px 0px;
    margin: unset;
  }
}
.contact-section .map-wrapper iframe {
  height: 100%;
  width: 100%;
}

.reviews-section {
  background-color: #F8F8F8;
  padding: 48px 0px;
  position: relative;
}
@media (min-width: 992px) {
  .reviews-section {
    padding: 120px 0px;
  }
}
.reviews-section .container-fluid {
  padding: 0 24px;
}
@media (min-width: 992px) {
  .reviews-section .container-fluid {
    padding: 0;
  }
}
.reviews-section .overlay-dots {
  position: absolute;
  top: 71px;
  left: 0px;
  display: none;
}
@media (min-width: 992px) {
  .reviews-section .overlay-dots {
    display: block;
  }
}
.reviews-section .services-main-title {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: self-start;
  padding: 0;
  margin-bottom: 48px;
}
@media (min-width: 992px) {
  .reviews-section .services-main-title {
    align-items: center;
    flex-direction: row;
    margin-bottom: 80px;
  }
}
.reviews-section .custom-nav-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .reviews-section .owl-item {
    opacity: 0.5;
  }
  .reviews-section .owl-item.center {
    opacity: 1;
  }
}
.reviews-section .quote-img {
  max-width: 40px;
  margin-bottom: 40px;
}
.reviews-section .item {
  padding: 24px;
  background-color: #FFFFFF;
}
.reviews-section .quote-description {
  font-size: 18px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  font-weight: 500;
  border-bottom: 1px solid #e0e0e0;
}
@media (min-width: 992px) {
  .reviews-section .quote-description {
    padding-bottom: 40px;
  }
}
.reviews-section .quote-footer {
  display: flex;
  align-items: center;
}
.reviews-section .quote-footer img {
  max-width: 40px;
  margin-right: 16px;
}
.reviews-section .quote-footer .client-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.reviews-section .carousel-position {
  font-size: 18px;
  font-weight: normal;
  color: #737373;
  text-align: center;
  margin-top: 60px;
}

@media (min-width: 1200px) {
  .hero-section-services .container {
    max-width: 1160px;
  }
}
.hero-section-services .services-subtitle {
  font-weight: 600;
  margin-bottom: 16px;
}
.hero-section-services h1 {
  margin-bottom: 16px;
}
.hero-section-services .buttons {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .hero-section-services .buttons {
    margin-bottom: 32px;
  }
}
.hero-section-services .buttons .btn {
  width: 100%;
}
@media (min-width: 992px) {
  .hero-section-services .buttons .btn {
    width: auto;
  }
}

.service-offer-section {
  padding-bottom: 48px;
}
@media (min-width: 992px) {
  .service-offer-section {
    padding-bottom: 100px;
  }
}
.service-offer-section .services-main-title {
  padding: 48px 0px 0px 0px;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .service-offer-section .services-main-title {
    padding: 80px 0px 0px 0px;
    margin-bottom: 64px;
  }
}
.service-offer-section .box-wrapper {
  margin-bottom: 24px;
}

.offer-box {
  padding: 32px;
  border: 1px solid #e0e0e0;
  height: 100%;
}
.offer-box-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}
.offer-box-description {
  font-size: 18px;
  font-weight: normal;
  color: #737373;
}
.offer-box img {
  max-width: 48px;
  margin-bottom: 24px;
}

.target-audiance-section {
  background-color: #F8F8F8;
  padding: 48px 0px;
}
@media (min-width: 992px) {
  .target-audiance-section {
    padding: 120px 0px 80px 0px;
  }
}
.target-audiance-section .services .row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.target-audiance-section .services {
  margin-bottom: 0;
}
.target-audiance-section .services .audiance-image {
  width: 100%;
  margin-top: 32px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .target-audiance-section .services .audiance-image {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .target-audiance-section .services .audiance-image {
    max-width: 100%;
  }
}
.target-audiance-section .services-description {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .target-audiance-section .services-description {
    margin-bottom: 32px;
  }
}
.target-audiance-section .services-description img {
  width: auto;
  margin-bottom: 0;
  margin-right: 10px;
}
.target-audiance-section .services-description-variant {
  display: flex;
  align-items: center;
  color: #0A0A0A;
  margin-bottom: 12px;
}

.call-to-action-section {
  padding: 40px 0px;
}
.call-to-action-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #1B0F84;
  padding: 48px 24px;
}
@media (min-width: 992px) {
  .call-to-action-section .container {
    padding: 80px 0px;
  }
}
.call-to-action-section .call-to-action-title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #FFFFFF;
  text-align: center;
}
@media (min-width: 992px) {
  .call-to-action-section .call-to-action-title {
    font-size: 48px;
  }
}
.call-to-action-section .call-to-action-description {
  font-weight: normal;
  font-size: 18px;
  color: rgba(248, 248, 248, 0.7);
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .call-to-action-section .call-to-action-description {
    margin-bottom: 40px;
  }
}
.call-to-action-section .btn {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .call-to-action-section .btn {
    width: auto;
  }
}

.about-us-highlight-section {
  padding: 48px 0px 0px 0px;
  margin-bottom: 48px;
}
@media (min-width: 992px) {
  .about-us-highlight-section {
    padding: 120px 0px 0px 0px;
    margin-bottom: 120px;
  }
}
.about-us-highlight-section .offer-box {
  height: auto;
}
.about-us-highlight-section .offer-box:first-of-type {
  margin-bottom: 16px;
}
.about-us-highlight-section .offer-box:last-of-type {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .about-us-highlight-section .offer-box:last-of-type {
    margin-bottom: 0px;
  }
}
.about-us-highlight-section .about-us-mission {
  height: 100%;
  width: 100%;
}

.highlight-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  color: #0A0A0A;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .highlight-title {
    font-size: 48px;
    margin-bottom: 80px;
  }
}
.highlight-title span {
  color: #737373;
}

.numbers-section {
  background-color: #F8F8F8;
  padding-bottom: 48px;
}
@media (min-width: 992px) {
  .numbers-section {
    padding-bottom: 120px;
  }
}
.numbers-section .services-main-title {
  padding: 48px 0px 32px 0px;
}
@media (min-width: 992px) {
  .numbers-section .services-main-title {
    padding: 120px 0px 80px 0px;
  }
}

.number-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 21px;
  margin-bottom: 32px;
  padding: 20px;
}
@media (min-width: 992px) {
  .number-box {
    padding: 0;
    margin-bottom: 0;
  }
}
.number-box .number-title {
  font-size: 80px;
  font-weight: 600;
  color: #1B0F84;
}
.number-box .number-description {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}

.community-section {
  padding-bottom: 48px;
}
@media (min-width: 992px) {
  .community-section {
    padding-bottom: 120px;
  }
}
.community-section .services-main-title {
  padding: 48px 0px 32px 0px;
}
@media (min-width: 992px) {
  .community-section .services-main-title {
    padding: 120px 0px 80px 0px;
  }
}
.community-section .team-mobile {
  margin-bottom: 24px;
}
.community-section img {
  width: 100%;
}

.blog-archive-section {
  background-color: #F8F8F8;
  padding: 48px 0px;
}
@media (min-width: 992px) {
  .blog-archive-section {
    padding: 100px 0px 90px 0px;
  }
}

.blog-archive-wrapper {
  padding: 48px 0px;
}
@media (min-width: 992px) {
  .blog-archive-wrapper {
    padding: 64px 0px;
  }
}
.blog-archive-wrapper .img-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.blog-archive-wrapper .img-wrapper img {
  width: 100%;
}
@media (min-width: 992px) {
  .blog-archive-wrapper .img-wrapper img {
    width: auto;
  }
}
.blog-archive-wrapper .blog-archive-title-wrapper {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .blog-archive-wrapper .blog-archive-title-wrapper {
    margin-bottom: 0;
  }
}

.blog-archive-title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .blog-archive-title {
    font-size: 68px;
  }
}

.blog-categories {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .blog-categories {
    margin-bottom: 40px;
  }
}

.blog-archive-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #FFFFFF;
  padding: 16px;
  border: 1px solid #e0e0e0;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .blog-archive-box {
    flex-direction: row;
  }
}
.blog-archive-box .blog-archive-box-image {
  width: 100%;
}
@media (min-width: 992px) {
  .blog-archive-box .blog-archive-box-image {
    width: auto;
  }
}
.blog-archive-box .blog-archive-box-image img {
  max-width: 100%;
  margin-bottom: 16px;
  width: 100%;
}
@media (min-width: 992px) {
  .blog-archive-box .blog-archive-box-image img {
    width: auto;
    margin-bottom: 0px;
    max-width: 500px;
  }
}
.blog-archive-box-text {
  padding: 8px;
}
@media (min-width: 992px) {
  .blog-archive-box-text {
    padding: 24px;
    margin-left: 24px;
  }
}
.blog-archive-box-header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.blog-archive-box-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .blog-archive-box-title {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
.blog-archive-box-description {
  font-size: 16px;
  font-weight: normal;
  color: #737373;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .blog-archive-box-description {
    margin-bottom: 16px;
  }
}
.blog-archive-box .btn {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .blog-archive-box .btn {
    width: auto;
  }
}
.blog-archive-box .btn:hover .icon {
  fill: #FFFFFF;
}
.blog-archive-box .btn .icon {
  fill: #1B0F84;
}

.category {
  display: inline-block;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  background-color: rgba(212, 230, 255, 0.3);
  border-radius: 50px;
  margin-right: 10px;
}

.date {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  color: #737373;
}

@media (min-width: 992px) {
  .blog-single-section .container {
    max-width: 920px;
  }
}
.blog-single-section .blog-single-box-header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.blog-single-section .blog-single-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 0px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .blog-single-section .blog-single-wrapper {
    margin-bottom: 48px;
    padding: 48px 0px;
  }
}

.blog-single-title {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .blog-single-title {
    margin-bottom: 48px;
    font-size: 52px;
    max-width: 755px;
  }
}

.text-editor {
  padding-bottom: 32px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 48px;
}
@media (min-width: 992px) {
  .text-editor {
    padding-bottom: 48px;
    margin-bottom: 96px;
  }
}
.text-editor p {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 15px;
  color: #737373;
}
.text-editor p:first-of-type {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .text-editor p:first-of-type {
    margin-bottom: 48px;
  }
}
.text-editor h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}
.text-editor h3, .text-editor h4, .text-editor h5, .text-editor h6 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.text-editor ul, .text-editor ol {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
  color: #737373;
}
.text-editor a {
  color: #1B0F84;
}

.blog-single-readmore {
  padding: 48px 0px;
  background-color: #F8F8F8;
}
@media (min-width: 992px) {
  .blog-single-readmore {
    padding: 100px 0px;
  }
}
.blog-single-readmore .btn {
  font-weight: 600;
}
.blog-single-readmore .btn:hover .icon {
  fill: #FFFFFF;
}
.blog-single-readmore .btn .icon {
  fill: #1B0F84;
}
.blog-single-readmore .readmore-title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .blog-single-readmore .readmore-title {
    font-size: 48px;
    margin-bottom: 48px;
  }
}
.blog-single-readmore .blog-archive-box {
  flex-direction: column;
  padding: 16px;
}
.blog-single-readmore .blog-archive-box-image {
  margin-bottom: 16px;
  width: 100%;
}
@media (min-width: 992px) {
  .blog-single-readmore .blog-archive-box-image img {
    max-width: 100%;
    width: 100%;
  }
}
.blog-single-readmore .blog-archive-box-text {
  margin-left: 0;
  padding: 0px;
}/*# sourceMappingURL=app.css.map */