body {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

@media (min-width: 2000px) {
  body {
    font-size: 1.1vw;
  }
}

:root {
  --primary-color: #4f46ba;
  --black: #000000;
  --white: #ffffff;
  --vermillion: #e34826;
  --independence: #64607d;
  --ocean-green: #22d497;
  --grey: #eaebed;
  --toyoto: #64607d;
  --ghost-white: #fafbff;
  --coral: #ff7f5c;
  --rhythm: #757095;
  --lavender-web: #eeeeff;
  --dark-purple: #181433;
}

.default-section {
  padding: 7em 4em 1em;
}

@media (max-width: 576px) {
  .default-section {
    padding: 4em 1.5em !important;
  }
}

@media (max-width: 1024px) {
  .default-section {
    padding: 4.5em 4em 1em;
  }
}

/* Defualt */
#sectionFour {
  padding: 5em 4em 4em;
}

.section-heading .content p {
  font-size: 1em;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-bottom: 0.25em;
}

/* Defualt */
hr {
  background: #c4c4c4;
}

@media (max-width: 1200px) {
  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}

.section-heading {
  position: relative;
}

.section-heading .content h2 {
  font-size: 2.5em;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: -0.02em;
  margin-bottom: 0.35em;
  color: var(--black);
}

@media (max-width: 767.98px) {
  .section-heading .content h2 {
    font-size: 1.75em;
  }
}

.error-class {
  background: transparent;
  display: block;
  height: 15px;
  color: red;
}

.affix {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  animation: affix_animation 0.6s ease-in-out;
  -webkit-animation: affix_animation 0.6s ease-in-out;
  z-index: 999;
  background-color: #f7f7f7;
}

@-webkit-keyframes affix_animation {
  0% {
    margin-top: -7.5rem;
    opacity: 0;
  }
  50% {
    margin-top: -4rem;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes affix_animation {
  0% {
    margin-top: -7.5rem;
    opacity: 0;
  }
  50% {
    margin-top: -4rem;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#navbarHeader {
  background-color: transparent;
  padding: 0.5em 4em !important;
}

@media (min-width: 2000px) {
  #navbarHeader {
    padding: 1.5em 4em !important;
  }
}

#navbarHeader.navbar {
  position: fixed;
  width: 100%;
  z-index: 999;
  background-color: #fff;
}

#navbarHeader.navbar.navbar-home {
  background: transparent;
}

#navbarHeader.navbar .navbar-toggler {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1.5em;
  color: #000;
  padding-right: 0;
}

#navbarHeader.navbar .navbar-brand {
  padding: 0;
  position: relative;
  width: 18vw;
  height: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: -1.5rem;
}

#navbarHeader.navbar .navbar-brand img {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0;
}

@media (min-width: 1400px) {
  #navbarHeader.navbar .navbar-brand img {
    top: -6px;
  }
}

@media (min-width: 2000px) {
  #navbarHeader.navbar .navbar-brand img {
    top: -2rem;
  }
}

#navbarHeader.navbar .navbar-collapse {
  min-width: 400px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

@media (max-width: 1199.98px) {
  #navbarHeader.navbar .navbar-collapse {
    padding: 0em 0em 0em 1em;
    background-color: #a6d0f7;
    margin: 1rem -4rem -2rem;
  }
}

@media (max-width: 1199.98px) {
  #navbarHeader.navbar .navbar-collapse .navbar-nav:last-child {
    padding-bottom: 1em;
  }
}

#navbarHeader.navbar .navbar-collapse .navbar-nav li a {
  padding: 0.65em 1em;
  color: #000 !important;
  font-size: 1em;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: 500;
}

#navbarHeader.navbar .navbar-collapse .navbar-nav li a:hover {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: #000;
}

#navbarHeader.navbar .navbar-collapse .navbar-nav li a.btn-primary {
  color: #fff !important;
  background-color: #4f46ba;
  border-radius: 3px;
}

#navbarHeader.navbar .navbar-collapse .navbar-nav li a.active {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: #000 !important;
  font-weight: 800;
}

#navbarHeader.navbar .navbar-collapse .navbar-nav li a.contact {
  color: #fff !important;
  font-weight: 800;
}

#navbarHeader.navbar .navbar-collapse .navbar-nav li a.dropdown-toggle::after {
  position: relative;
  top: 2px;
  border-width: 0.35em;
}

#navbarHeader.navbar .navbar-collapse .dropdown-menu {
  font-size: 1em;
  border: none;
  padding: 0;
  border-radius: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  margin-bottom: 10px;
  background-color: #fff;
}

#navbarHeader.navbar .navbar-collapse .dropdown-menu .dropdown-item {
  color: #000;
  padding: 0.5em 1.5em;
}

#navbarHeader.navbar .navbar-collapse .dropdown-menu .dropdown-item.active {
  color: #000 !important;
  background: rgba(0, 0, 0, 0.1) !important;
}

#navbarHeader.navbar .navbar-collapse .dropdown-menu .dropdown-item:hover {
  color: #000;
  background: -webkit-gradient(linear, right top, left top, color-stop(33.17%, #a6d0f7), color-stop(78.6%, #c9e7f2));
  background: linear-gradient(to left, #a6d0f7 33.17%, #c9e7f2 78.6%);
  -webkit-box-shadow: inset 0 0 2px 0 #cadbda;
          box-shadow: inset 0 0 2px 0 #cadbda;
}

#navbarHeader.home-page .navbar-toggler {
  color: #000;
}

#navbarHeader.home-page .navbar-collapse .navbar-nav li a {
  color: #fff;
}

#navbarHeader.home-page .navbar-collapse .navbar-nav li a:hover {
  color: #000;
}

#navbarHeader .affix {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  animation: affix_animation 0.6s ease-in-out;
  -webkit-animation: affix_animation 0.6s ease-in-out;
  z-index: 999;
  background-color: #fff;
}

#navbarHeader.navbar.scrolled {
  background-color: #fff !important;
  -webkit-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
  -webkit-box-shadow: 0 1px 0 0 #efefef;
          box-shadow: 0 1px 0 0 #efefef;
}

.btn-primary {
  background: #4f46ba;
  border-color: var(--primary-color);
  color: var(--white) !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
  border-radius: 1px;
}

.btn-lg {
  padding: 0.75em 2em;
  font-size: 1em;
}

@media (min-width: 1200px) {
  #navbarHeader .navbar-collapse .navbar-nav li a.btn {
    margin-left: 1em;
  }
  #navbarHeader .dropdown .dropdown-menu {
    opacity: 0;
    display: block;
    visibility: hidden;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  #navbarHeader .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
    -webkit-box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 768px) {
  #navbarHeader.navbar .navbar-collapse .navbar-nav li a {
    font-size: 1.25em;
  }
}

@media (max-width: 1024px) {
  #navbarHeader {
    padding: 0em 4em !important;
  }
  #navbarHeader.navbar .navbar-brand {
    top: 0.25em;
    width: 25vw;
  }
  #navbarHeader.navbar .navbar-collapse .navbar-nav .dropdown-menu {
    background-color: #8abff1;
    padding: 1em;
    margin: 0rem -1rem 0rem;
  }
}

@media (min-width: 580px) and (max-width: 600px) {
  #navbarHeader.navbar .navbar-brand {
    top: 0.25em;
    width: 40vw;
  }
}

@media (max-width: 768px) {
  #navbarHeader {
    padding: 0em 4em !important;
  }
  #navbarHeader.navbar .navbar-brand {
    top: 0.25em;
    width: 34vw;
  }
}

@media screen and (max-width: 576px) {
  #navbarHeader {
    padding: 0.5em 2em !important;
  }
  #navbarHeader.navbar .navbar-nav li {
    font-size: 0.8em;
  }
  #navbarHeader.navbar .navbar-brand {
    width: 10em;
    height: 3em;
    left: -1rem;
    top: 0;
  }
  #navbarHeader.navbar.navbar-toggler {
    font-size: 1.35em !important;
  }
  #navbarHeader.navbar .navbar-collapse {
    min-width: 328px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    background-color: #a6d0f7;
    margin: 1rem -2rem -1rem;
  }
}

@media (min-width: 576px) {
  #navbarHeader {
    background-color: transparent;
    padding: 0.5em 2em;
  }
  #navbarHeader.navbar.navbar-toggler {
    font-size: 1.35em;
  }
}

@media (max-width: 327px) {
  #navbarHeader.navbar .navbar-brand {
    width: 9em;
  }
}

@media (min-width: 1924) and (max-width: 2560px) {
  #navbarHeader {
    padding: 1em 4em !important;
  }
  #navbarHeader.navbar {
    padding: 2em 4em;
  }
  #navbarHeader.navbar .navbar-brand img {
    top: -32px !important;
  }
}

#heroBanner {
  padding-top: 10.25em !important;
  position: relative;
  background-color: transparent;
  background: -webkit-gradient(linear, right top, left top, color-stop(33.17%, #a6d0f7), color-stop(78.6%, #c9e7f2));
  background: linear-gradient(to left, #a6d0f7 33.17%, #c9e7f2 78.6%);
  padding: 3em 0 1em;
  overflow: hidden;
}

#heroBanner::after {
  content: "";
  position: absolute;
  bottom: 1.5em;
  left: 0;
  height: 114px;
  width: 60px;
  background-image: url(../img/dots-left.png);
  background-size: 100%;
  background-position: bottom right;
  background-repeat: no-repeat;
  z-index: 1;
}

#heroBanner::before {
  content: "";
  position: absolute;
  top: 7em;
  right: 0;
  height: 114px;
  width: 60px;
  background-image: url(../img/pattern.png);
  background-size: 100%;
  background-position: bottom right;
  background-repeat: no-repeat;
  z-index: 1;
}

@media (max-width: 991.98px) {
  #heroBanner {
    top: 0em;
  }
}

@media (max-width: 575.98px) {
  #heroBanner {
    top: 0em;
  }
}

#heroBanner .content {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#heroBanner .content h1 {
  font-size: 3.5em;
  line-height: 1.2;
  letter-spacing: 0px;
  font-weight: 800;
  text-align: left;
  margin-bottom: 0.35em;
}

@media (max-width: 575.98px) {
  #heroBanner .content h1 {
    font-size: 1em;
  }
}

@media (max-width: 1199.98px) {
  #heroBanner .content h1 {
    min-width: 86%;
    max-width: 86%;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  #heroBanner .content h1 {
    font-size: 2em;
    line-height: 1.5;
  }
}

@media (min-width: 1200px) {
  #heroBanner .content h1 {
    font-size: 3em;
    line-height: 1.3;
  }
}

#heroBanner .content h1 span {
  font-weight: 400;
  color: var(--vermillion);
}

#heroBanner .content p {
  font-size: 1.25em;
  line-height: 1.7;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: var(--independence);
  margin-bottom: 1.5em;
}

@media (max-width: 575.98px) {
  #heroBanner .content p {
    font-size: 1em;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  #heroBanner .content p {
    font-size: 1.15em;
    line-height: 1.5;
  }
}

@media (min-width: 1200px) {
  #heroBanner .content p {
    font-size: 1.3em;
    line-height: 1.5;
    margin-bottom: 2.5em;
  }
}

#heroBanner .content .btn-primary {
  background: #3734a9;
  border-color: var(--primary-color);
  color: var(--white) !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
  border-radius: 1px;
  letter-spacing: -0.005em;
}

#heroBanner .content .btn-lg {
  padding: 0.85em 2em;
  font-size: 1em;
}

#heroBanner .content .icon-circle {
  display: inline-block;
  border-radius: 100%;
  padding: 0;
  height: 45px;
  width: 45px;
  line-height: 40px;
  text-align: center;
  background-color: var(--ocean-green);
  border-color: var(--ocean-green);
}

#heroBanner .content .btn-rounded {
  border-radius: 40px;
  font-size: 1.5em;
}

@media (max-width: 575.98px) {
  #heroBanner .content .btn-rounded {
    font-size: 1em;
  }
}

@media (max-width: 1199.98px) {
  #heroBanner .content .btn-rounded {
    font-size: 1em;
  }
}

@media (min-width: 1200px) {
  #heroBanner .content .btn-rounded {
    font-size: 1.2em;
  }
}

#heroBanner .content .btn-play-circle > * {
  vertical-align: middle;
  margin-right: 5px;
}

#heroBanner .content .btn-text {
  color: var(--primary-color);
  font-size: 1.1em;
}

#heroBanner .media-block {
  position: relative;
  padding-top: 91%;
}

#heroBanner .media-block img {
  position: absolute;
  top: 0;
  right: 3em;
  height: 100%;
}

@media (min-width: 1400px) {
  #heroBanner {
    background-color: transparent;
    padding: 3.75em 4em 8em;
  }
}

@media (min-width: 992px) {
  #heroBanner {
    background-color: transparent;
    padding: 5em 4em 2em;
  }
}

@media (max-width: 1199.98px) {
  #heroBanner {
    min-height: auto;
    padding: 9em 4em 3em !important;
  }
  #heroBanner .content {
    height: auto;
  }
}

@media (max-width: 767.98px) {
  #heroBanner {
    padding: 3em 2em;
  }
  #heroBanner .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 575.98px) {
  #heroBanner {
    padding: 5.25em 1.5em 0 !important;
  }
  #heroBanner::after {
    background-image: none;
  }
  #heroBanner::before {
    background-image: none;
  }
  #heroBanner .container-fluid {
    padding: 1em 0em !important;
  }
  #heroBanner .container-fluid .media-block {
    margin-top: 1.5em;
  }
  #heroBanner .container-fluid .media-block img {
    right: 2em;
  }
  #heroBanner .container-fluid .content h1 {
    font-size: 1.35em;
    line-height: 1.35;
  }
  #heroBanner .container-fluid .content p {
    font-size: 0.85em;
    line-height: 1.35;
  }
  #heroBanner .container-fluid .content .btn-rounded {
    font-size: 0.8em;
    padding: 0.6em 2em;
  }
}

@media (max-width: 1023px) {
  #heroBanner .media-block {
    padding-top: 76%;
  }
  #heroBanner .media-block img {
    right: 5em;
  }
}

#section-3-content {
  position: relative;
  background-color: var(--white);
}

#section-3-content .content h2 {
  font-size: 2.5em;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 1.5rem;
  color: var(--black);
}

@media (max-width: 575.98px) {
  #section-3-content .content h2 {
    font-size: 1.75em;
  }
}

#section-3-content .content p {
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-bottom: 0.25em;
  color: var(--toyoto);
}

#section-3-content p.subline {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 19px;
  letter-spacing: 0em;
  color: var(--primary-color);
}

#section-3-content .list-unstyled {
  margin-top: 1em;
}

#section-3-content ul li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30px auto;
      grid-template-columns: 30px auto;
  margin-bottom: 5px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

#section-3-content ul li img {
  min-width: 18px;
}

#testimonial-carousel {
  padding: 3em 0 2.5em;
}

#testimonial-carousel .testinomial-box {
  position: relative;
  padding: 1.5em 1.5em;
  background: var(--white);
  border-radius: 10px;
  border: 1px solid var(--grey);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 35%;
      grid-template-columns: 1fr 35%;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2em 0em 0.5em;
}

@media (max-width: 767.98px) {
  #testimonial-carousel .testinomial-box {
    display: block;
  }
  #testimonial-carousel .testinomial-box .media {
    display: none;
  }
}

#testimonial-carousel .testinomial-box img {
  border-radius: 4px;
}

#testimonial-carousel .icon-quote {
  position: absolute;
  top: -28px;
  left: 1.5em;
  width: 48px;
}

@media (max-width: 575.98px) {
  #testimonial-carousel .icon-quote {
    top: -17px;
    left: 1em;
    width: 33px;
  }
}

#testimonial-carousel .content {
  position: relative;
}

#testimonial-carousel .content h5 {
  font-size: 1.125em;
  font-weight: 600 !important;
  letter-spacing: -0.02em;
  color: var(--black);
}

@media (max-width: 575.98px) {
  #testimonial-carousel .content h5 {
    font-size: 0.95em;
  }
}

#testimonial-carousel .content p {
  font-size: 1.25em;
  line-height: 1.5;
  letter-spacing: 0px;
  font-weight: 600;
  margin-bottom: 2rem;
}

@media (max-width: 575.98px) {
  #testimonial-carousel .content p {
    font-size: 0.8em;
  }
}

#testimonial-carousel .media {
  position: relative;
  padding-top: 145%;
}

#testimonial-carousel .media img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

@media (min-width: 1600px) {
  #testimonial-carousel .owl-nav {
    position: relative;
  }
  #testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0px;
    right: 400px;
    color: #000 !important;
    font-size: 32px !important;
  }
  #testimonial-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 0px;
    right: 450px;
    color: #000 !important;
    font-size: 32px !important;
  }
}

@media (max-width: 1024px) {
  #testimonial-carousel .content p {
    font-size: 1em;
  }
  #testimonial-carousel .owl-nav {
    position: absolute;
    bottom: -30px;
    left: 0;
    border-radius: 10px;
  }
  #testimonial-carousel .owl-nav button {
    display: inline-block;
    color: var(--black);
    font-size: 24px !important;
    background-color: #c9e7f2;
    border: 1px solid #c9e7f2;
    height: 35px;
    width: 35px;
    line-height: 30px;
    margin-right: 15px;
  }
  #testimonial-carousel .owl-nav button:hover {
    background-color: #ffffff;
  }
  #testimonial-carousel .media {
    padding-top: 120%;
  }
}

@media (max-width: 576px) {
  #testimonial-carousel #testimonials .icon-quote {
    left: 1em;
    width: 28px;
  }
}

@media (max-width: 576px) {
  #testimonial-carousel {
    padding: 0;
  }
  #testimonial-carousel .content {
    padding: 1em 2em;
  }
  #testimonial-carousel .content .icon-quote {
    left: 1em;
    width: 28px;
  }
  #testimonial-carousel .content p {
    font-size: 0.8em;
    margin-bottom: 0;
  }
}

/* Statistics */
#statistics {
  position: relative;
  background-color: var(--primary-color);
  color: var(--white);
  background-image: url(/img/bg-vector-2.svg);
  background-size: 100px;
  background-position: 104% center;
  background-repeat: no-repeat;
  padding: 0em 4em;
}

@media (max-width: 767.98px) {
  #statistics {
    padding: 2em;
  }
}

#statistics .each-stat {
  padding: 4em 0;
}

@media (max-width: 767.98px) {
  #statistics .each-stat {
    padding: 1.75em 0 0.75em;
  }
}

#statistics .each-stat h3 {
  font-size: 3.5em;
  font-weight: 800;
}

@media (max-width: 767.98px) {
  #statistics .each-stat h3 {
    font-size: 1.25em;
  }
}

#statistics .each-stat img {
  width: 1.25em;
  height: 1.5em;
  vertical-align: sub;
}

@media (max-width: 767.98px) {
  #statistics .each-stat img {
    width: 1.1em;
  }
}

#statistics .each-stat p {
  font-size: 1.6em;
  margin-bottom: 0;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  #statistics .each-stat p {
    font-size: 1.25em;
  }
}

#statistics .intro-text {
  height: 100%;
  font-size: 1.35em;
}

@media (max-width: 575.98px) {
  #statistics .intro-text {
    font-size: 1.25em;
  }
}

#statistics .right-block {
  position: relative;
  padding-top: 73%;
}

#statistics .right-block img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  border-radius: 1em;
}

@media (max-width: 1024px) {
  #statistics {
    padding: 2em 4em;
  }
  #statistics .intro-text p {
    font-size: 1em;
    margin-bottom: 0;
  }
  #statistics .each-stat {
    padding: 2em 0 1em;
  }
  #statistics .each-stat h3 {
    font-size: 2.5em;
  }
  #statistics .each-stat img {
    width: 1.5em;
  }
  #statistics .each-stat p {
    font-size: 1em;
  }
}

@media (max-width: 576px) {
  #statistics {
    padding: 2em 1.5em;
  }
  #statistics .intro-text p {
    font-size: 0.8em;
  }
  #statistics .each-stat {
    padding: 1em 0 0.5em;
  }
  #statistics .each-stat h3 {
    font-size: 1.5em;
  }
  #statistics .each-stat img {
    width: 1em;
  }
  #statistics .each-stat p {
    font-size: 0.8em;
  }
}

#sectionSix {
  padding: 1em 4em 6em;
}

#sectionSix .media-block {
  position: relative;
  padding-top: 96%;
}

#sectionSix .media-block img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

#sectionSix #section-3-content {
  padding-top: 2em;
}

#sectionSix #section-3-content .content h2 {
  font-size: 3.25em;
  line-height: 1.2;
  letter-spacing: 0.5px;
  min-width: 80%;
  max-width: 90%;
  margin-bottom: 1rem;
}

#sectionSix #section-3-content .content p {
  font-size: 1.125em;
  line-height: 1.6;
  letter-spacing: 0px;
}

#sectionSix #section-3-content .content p.subline {
  font-size: 0.9em;
  line-height: 1;
  letter-spacing: 0px;
  margin-bottom: 1rem;
}

#sectionSix #section-3-content #testimonials {
  position: relative;
  margin-top: 3.25rem;
}

#sectionSix #section-3-content #testimonials p {
  font-size: 1em;
  line-height: 1.5;
  letter-spacing: 0px;
  font-weight: 600;
}

#sectionSix #section-3-content #testimonials h6 {
  font-size: 1em;
  line-height: 1.5;
  letter-spacing: 0px;
  font-weight: 600;
}

#sectionSix #section-3-content #testimonials img {
  position: absolute;
  top: -22px;
  width: 2.5em;
}

@media (min-width: 2000px) {
  #sectionSix .media-block {
    padding-top: 70%;
  }
}

@media (min-width: 1200px) {
  #sectionSix .content p {
    max-width: 80% !important;
  }
}

@media (max-width: 1024px) {
  #sectionSix {
    padding: 3em 4em 5em;
  }
  #sectionSix #section-3-content {
    padding-top: 2em;
  }
  #sectionSix #section-3-content .content p {
    font-size: 1em;
    letter-spacing: 0;
    min-width: 100%;
    max-width: 100%;
  }
  #sectionSix #section-3-content .content p.subline {
    font-size: 0.875em;
    margin-bottom: 0.5em;
  }
  #sectionSix #section-3-content .content h2 {
    font-size: 2em;
    min-width: 96%;
    max-width: 96%;
  }
  #sectionSix #section-3-content #testimonials {
    margin-top: 3em !important;
  }
  #sectionSix #section-3-content #testimonials p {
    font-size: 0.875em;
  }
  #sectionSix #section-3-content #testimonials h6 {
    font-size: 0.875em;
  }
}

@media (max-width: 768px) {
  #sectionSix .media-block img {
    top: 2em;
    right: 2.5em;
  }
}

@media (max-width: 576px) {
  #sectionSix {
    padding: 0em 1.5em 4em;
  }
  #sectionSix #section-3-content {
    padding-top: 2em;
  }
  #sectionSix #section-3-content .content p {
    font-size: 0.8em;
    line-height: 1.5;
    letter-spacing: 0.3px;
  }
  #sectionSix #section-3-content .content p.subline {
    font-size: 0.75em;
    margin-bottom: 0.5em;
    letter-spacing: 0;
  }
  #sectionSix #section-3-content .content h2 {
    font-size: 1.25em;
  }
  #sectionSix #section-3-content #testimonials {
    margin-top: 2em !important;
  }
  #sectionSix #section-3-content #testimonials p {
    font-size: 0.8em;
    line-height: 1.5;
    letter-spacing: 0px;
  }
  #sectionSix #section-3-content #testimonials h6 {
    font-size: 0.8em;
    line-height: 1.5;
    letter-spacing: 0px;
  }
  #sectionSix .media-block img {
    top: 2em;
    right: 1em;
    height: 100%;
  }
}

#sectionSeven {
  position: relative;
  padding: 5em 4em;
  background-color: #c9e7f2;
}

#sectionSeven::after {
  content: "";
  background-image: url(/img/bg-pattern.svg);
  background-size: 100%;
  z-index: 1;
  position: absolute;
  bottom: 6em !important;
  left: 0;
  height: 64px !important;
  width: 68px !important;
}

@media (max-width: 576px) {
  #sectionSeven::after {
    background-image: none;
  }
}

#sectionSeven .section-heading .content h2 {
  font-size: 3.5em;
  line-height: 0.75;
  letter-spacing: 0px;
  margin-bottom: 0.5em;
}

#sectionSeven .section-heading .content p {
  font-size: 1.125em;
  line-height: 1.5;
  letter-spacing: 0px;
}

#sectionSeven #three-blocks-section .card-body {
  height: 100%;
  padding: 2em 2.5em 1em;
  max-height: 16em;
  border-radius: 10px;
}

#sectionSeven #three-blocks-section .card-body h1 {
  font-size: 4em;
  font-weight: 800;
}

#sectionSeven #three-blocks-section .card-body img {
  width: 5em;
}

#sectionSeven #three-blocks-section .card-body h3 {
  font-size: 1.5em;
  line-height: 1;
  letter-spacing: 0px;
  margin-bottom: 0.65em;
  font-weight: 700;
}

#sectionSeven #three-blocks-section .card-body p {
  font-size: 1.15em;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #000;
}

@media (max-width: 1024px) {
  #sectionSeven {
    padding: 3em 4em;
  }
  #sectionSeven .section-heading .content h2 {
    font-size: 2em;
    line-height: 1;
    letter-spacing: 0px;
  }
  #sectionSeven .section-heading .content p {
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: 0.5px;
  }
  #sectionSeven #three-blocks-section {
    margin-top: 1.5em !important;
  }
  #sectionSeven #three-blocks-section .card-body {
    padding: 1em 1.5em 0em;
    min-height: 14em;
  }
  #sectionSeven #three-blocks-section .card-body h1 {
    font-size: 2.5em;
    line-height: 1.4;
    letter-spacing: 0px;
  }
  #sectionSeven #three-blocks-section .card-body h2 {
    font-size: 1.5em;
    line-height: 1;
    letter-spacing: 0px;
  }
  #sectionSeven #three-blocks-section .card-body img {
    width: 2.75em;
    margin-bottom: 0;
  }
  #sectionSeven #three-blocks-section .card-body h3 {
    font-size: 1.25em;
    line-height: 1.25;
    letter-spacing: 0px;
    margin-bottom: 0.8em;
    margin-top: 0.5em;
  }
  #sectionSeven #three-blocks-section .card-body p {
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: 0.5px;
  }
}

@media (max-width: 576px) {
  #sectionSeven {
    padding: 3em 1.5em;
  }
  #sectionSeven .section-heading .content h2 {
    font-size: 1.25em;
    line-height: 1.4;
    letter-spacing: 0px;
    margin-bottom: 0.5em;
  }
  #sectionSeven .section-heading .content p {
    font-size: 0.8em;
    line-height: 1.5;
    letter-spacing: 0px;
  }
  #sectionSeven #three-blocks-section {
    margin-top: 1.5em !important;
  }
  #sectionSeven #three-blocks-section .card-body {
    padding: 1em 1.5em 0em;
    min-height: 10em;
    margin-bottom: 1em;
    height: auto;
  }
  #sectionSeven #three-blocks-section .card-body h1 {
    font-size: 1.75em;
    line-height: 1.4;
    letter-spacing: 0px;
  }
  #sectionSeven #three-blocks-section .card-body img {
    width: 2.15em;
    margin-bottom: 0;
  }
  #sectionSeven #three-blocks-section .card-body h3 {
    font-size: 1em;
    line-height: 1;
    letter-spacing: 0px;
    margin-bottom: 0.6em;
  }
  #sectionSeven #three-blocks-section .card-body p {
    font-size: 0.8em;
    line-height: 1.3;
    letter-spacing: 0.5px;
  }
}

#sectionFive {
  padding: 6em 4em 2em;
}

#sectionFive .media-block {
  position: relative;
  padding-top: 107%;
}

#sectionFive .media-block img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#sectionFive #section-3-content .content h2 {
  font-size: 2.75em;
  line-height: 1.4;
  letter-spacing: -2px;
}

#sectionFive #section-3-content .content p {
  font-size: 1.125em;
  line-height: 1.6;
  letter-spacing: 0px;
  font-weight: 500;
}

#sectionFive #section-3-content .content p.subline {
  font-size: 1.125em;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 0.75em;
}

#sectionFive #section-3-content .content ul li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#sectionFive #section-3-content .content ul li p {
  margin-bottom: 0;
  font-size: 1.1875em;
  line-height: 1.6;
  letter-spacing: 0px;
}

@media (min-width: 2000px) {
  #sectionFive #section-3-content .content ul li p {
    margin-left: 0.5em;
  }
}

#sectionFive #section-3-content .content ul li img {
  width: 1.125rem;
}

@media (min-width: 2000px) {
  #sectionFive #section-3-content .content ul li img {
    min-width: 2rem;
  }
}

@media (max-width: 1024px) {
  #sectionFive {
    padding: 4em 4em 2em;
  }
  #sectionFive #section-3-content {
    margin-left: 0;
    padding-top: 0.75em;
  }
  #sectionFive #section-3-content .content p {
    font-size: 1em !important;
  }
  #sectionFive #section-3-content .content p.subline {
    font-size: 1em;
    margin-bottom: 1rem;
  }
  #sectionFive #section-3-content .content h2 {
    font-size: 1.35em;
    margin-bottom: 1rem;
    letter-spacing: 0;
  }
  #sectionFive #section-3-content .list-unstyled {
    margin-top: 1rem;
  }
}

@media (max-width: 576px) {
  #sectionFive {
    padding: 3em 1.5em 2em;
    margin-left: 0 !important;
  }
  #sectionFive #section-3-content .content h2 {
    font-size: 1.25em;
    line-height: 1.3;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
  }
  #sectionFive #section-3-content .content p {
    font-size: 0.8em !important;
  }
  #sectionFive #section-3-content .content p.subline {
    font-size: 0.75em;
    line-height: 1;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
  }
  #sectionFive #section-3-content .content ul.list-unstyled {
    margin-top: 0.75em;
  }
  #sectionFive #section-3-content .content ul li p {
    font-size: 0.8em;
    line-height: 1.5;
    letter-spacing: 0.5px;
  }
}

#sectionFour {
  padding: 6em 4em 4em;
  position: relative;
  background-image: url(/img/Fill-3.png);
  background-size: 78px;
  background-position: 100% 16%;
  background-repeat: no-repeat;
  background-color: #ffffff80;
}

@media (max-width: 1024px) {
  #sectionFour {
    background-size: 50px;
    background-position: 100% 3%;
  }
}

#sectionFour .section-heading .content {
  margin-bottom: 3em;
}

#sectionFour .section-heading .content p {
  font-size: 1.125em;
  line-height: 1.5;
  letter-spacing: 0px;
}

#sectionFour .section-heading .content h2 {
  font-size: 3.5em;
  line-height: 1;
  letter-spacing: 0.5px;
  margin-bottom: 0.5em;
}

#sectionFour #three-blocks-section {
  padding: 0;
  position: relative;
  z-index: 10;
}

#sectionFour #three-blocks-section .number {
  position: absolute;
  top: 1em;
  left: 1em;
  font-size: 1.25em;
  font-weight: 700;
}

#sectionFour #three-blocks-section .card {
  position: relative;
  padding: 3em 2.5em 2.5em;
  height: 100%;
  background: var(--white);
  border-radius: 20px;
  border: 1px solid #dbe4e9;
  margin: 0 auto 2em;
}

#sectionFour #three-blocks-section .card .icon {
  width: 40px;
  margin: 0 0 25px;
}

#sectionFour #three-blocks-section .card .icon.align-center {
  margin: 0rem auto 1.5rem;
}

#sectionFour #three-blocks-section a .card-body {
  min-height: 25rem;
  padding: 3em 2.5em 0.5em;
  max-width: 98%;
}

@media (min-width: 1920px) {
  #sectionFour #three-blocks-section a .card-body {
    min-height: 27vw;
  }
}

#sectionFour #three-blocks-section a .card-body img.icon {
  width: 4em;
  padding-top: 2.5em;
}

#sectionFour #three-blocks-section a .card-body h3 {
  font-size: 1.875em;
  line-height: 1.25;
  letter-spacing: 0px;
  margin-bottom: 0.75em;
  font-weight: 800;
  color: var(--black);
}

#sectionFour #three-blocks-section a .card-body p {
  font-size: 1em;
  line-height: 1.5;
  letter-spacing: 0px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--toyoto);
}

@media (max-width: 1200px) {
  #sectionFour #three-blocks-section a .card {
    max-width: 24em;
  }
}

@media (max-width: 1024px) {
  #sectionFour {
    padding: 3em 4em 2em;
  }
  #sectionFour .section-heading .content h2 {
    font-size: 2em;
    line-height: 1;
    letter-spacing: 0.5px;
  }
  #sectionFour .section-heading .content p {
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: 0.5px;
    margin: auto;
  }
  #sectionFour #three-blocks-section {
    margin-top: 1.5em !important;
  }
  #sectionFour #three-blocks-section a .card {
    max-width: 100% !important;
  }
  #sectionFour #three-blocks-section a .card-body {
    padding: 1.5em 1em;
    height: 80%;
    margin-bottom: 0;
    min-height: 20rem;
  }
  #sectionFour #three-blocks-section a .card-body img.icon {
    width: 3em;
    margin-bottom: 1em;
  }
  #sectionFour #three-blocks-section a .card-body h3 {
    font-size: 1.35em;
    line-height: 1.25;
    letter-spacing: 0.5px;
    margin-bottom: 0.5em;
  }
  #sectionFour #three-blocks-section a .card-body p {
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: 0.1px;
  }
}

@media (max-width: 576px) {
  #sectionFour {
    padding: 1em 1.5em !important;
  }
  #sectionFour .section-heading .content h2 {
    font-size: 1.35em;
    line-height: 1;
    letter-spacing: 0px;
  }
  #sectionFour .section-heading .content p {
    font-size: 0.8em;
    line-height: 1.5;
    letter-spacing: 0px;
    width: 100%;
  }
  #sectionFour #three-blocks-section a .card-body {
    padding: 1em;
    min-height: 14rem;
  }
  #sectionFour #three-blocks-section a .card-body img.icon {
    width: 3em;
    margin-bottom: 1em;
    max-height: 100%;
    padding-top: 1em;
  }
  #sectionFour #three-blocks-section a .card-body h3 {
    font-size: 1em;
    line-height: 1.25;
    letter-spacing: 0.5px;
    margin-bottom: 0.35em;
  }
  #sectionFour #three-blocks-section a .card-body p {
    font-size: 0.8em;
    line-height: 1.35;
    letter-spacing: 0.5px;
  }
  #sectionFour #three-blocks-section .media:before {
    background: none;
  }
}

#partnerLogo {
  background: -webkit-gradient(linear, right top, left top, color-stop(33.17%, #a6d0f7), color-stop(78.6%, #c9e7f2));
  background: linear-gradient(to left, #a6d0f7 33.17%, #c9e7f2 78.6%);
  padding: 1em 0 4.5em;
}

@media (min-width: 2000px) {
  #partnerLogo {
    margin-top: -0.5rem;
  }
}

#partnerLogo h5 {
  font-size: 1.5em;
  line-height: 1.2;
  letter-spacing: 0.5px;
}

@media (max-width: 575.98px) {
  #partnerLogo h5 {
    font-size: 1.25em;
  }
}

#partnerLogo .partner-container {
  margin-top: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

#partnerLogo .partner-container li {
  padding: 0 10px;
}

@media (min-width: 1200px) {
  #partnerLogo {
    padding: 1em 0 4.5em;
  }
}

@media (max-width: 1024px) {
  #partnerLogo {
    padding: 1.5em 0 5.5em;
  }
  #partnerLogo h5 {
    font-size: 1.35em;
    line-height: 1.2;
    letter-spacing: 0.5px;
  }
  #partnerLogo .partner-container {
    padding-left: 1em;
  }
}

@media (min-width: 991px) {
  #partnerLogo .owl-item img {
    max-width: 12em;
    max-height: 5em;
  }
}

@media (min-width: 768px) {
  #partnerLogo .owl-item img {
    max-width: 10em;
    max-height: 5em;
  }
}

@media (max-width: 576px) {
  #partnerLogo {
    padding: 1.5em 0 2.5em;
  }
  #partnerLogo h5 {
    font-size: 1em;
    line-height: 1.4;
    letter-spacing: 0.5px;
  }
  #partnerLogo .owl-item img {
    max-width: 10em;
    max-height: 4em;
  }
  #partnerLogo .partner-container {
    margin-top: 1em;
  }
}

.section-heading .content h2 {
  font-size: 3.25em;
  line-height: 1;
  letter-spacing: 0.5px;
  margin-bottom: 0.35em;
  font-weight: 800;
}

p {
  font-size: 1.125em;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

.block-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.block-img img {
  max-width: 12em;
}

@media (max-width: 1024px) {
  .content h2 {
    font-size: 1.75em;
    line-height: 1;
    letter-spacing: 0.5px;
  }
  .content p {
    font-size: 1em;
    line-height: 1.7;
    letter-spacing: 0.1px;
  }
  .block-img img {
    width: 8em;
  }
}

@media (max-width: 576px) {
  .default-section .section-heading .content h2 {
    font-size: 1.25em;
    line-height: 1;
    letter-spacing: 0.5px;
  }
  .default-section .section-heading .content p {
    font-size: 0.8em;
    line-height: 1.5;
    letter-spacing: 0.5px;
  }
  .default-section .text-end {
    display: none !important;
  }
}

#getStarted {
  padding: 3em 4em 5em;
  background-color: var(--ghost-white);
  background-color: #fff;
}

#getStarted .card {
  position: relative;
  background-color: var(--primary-color);
  color: var(--white);
  border-color: #cfcfcf;
  border-radius: 10px;
  padding: 10% 1.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  text-align: center;
}

#getStarted .card:after {
  content: "";
  position: absolute;
  background-image: url(/img/bg-cover.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#getStarted .card-content {
  position: relative;
  z-index: 1;
}

#getStarted .card-content h3 {
  font-size: 3em;
  line-height: 1.4;
  letter-spacing: 0px;
  font-weight: 800;
  margin-bottom: 1em;
}

#getStarted .card-content a {
  font-weight: 600;
  padding: 0.65em 1.25em;
  background-color: var(--coral);
  color: var(--white);
  max-width: 290px;
  border-radius: 5px;
  font-size: 1.25em;
  text-decoration: none;
}

@media (max-width: 1024px) {
  #getStarted {
    padding: 0;
  }
  #getStarted .card {
    border-radius: 0;
    padding: 3em;
  }
  #getStarted .card .card-content h3 {
    font-size: 1.75em;
    margin-bottom: 1em;
  }
  #getStarted .card .card-content a {
    padding: 1em;
    font-size: 0.9em;
    line-height: 1.4;
    letter-spacing: 0px;
  }
}

@media (max-width: 576px) {
  #getStarted .card {
    padding: 2em 1.5em;
  }
  #getStarted .card .card-content h3 {
    font-size: 1.25em;
    margin-bottom: 1em;
  }
  #getStarted .card .card-content a {
    padding: 0.5em 1em;
    font-size: 0.85em;
    line-height: 1.4;
    letter-spacing: 0px;
  }
}

@media (max-width: 360px) {
  #getStarted .card:after {
    top: 0px;
  }
}

#footer {
  padding: 3em 4em 0em;
  background-color: var(--ghost-white);
}

#footer p {
  font-size: 1.1em;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #181433;
  font-weight: 500;
  color: var(--rhythm);
  margin: 0 0 1.5em;
}

#footer p.copyright-text {
  font-size: 1em;
}

#footer .social-icons li {
  margin-right: 1.25em;
}

#footer .logo-social-icons .footer-logo {
  position: relative;
  margin-left: -1em;
  margin-bottom: 1em;
}

#footer .logo-social-icons .footer-logo img {
  width: 13em;
}

#footer .footer-links h5 {
  font-size: 1.55em;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 700;
  margin: 0 0 0.5em;
  color: var(--dark-purple);
}

#footer .footer-links ul li.nav-link {
  padding: 0.35rem 0rem;
}

#footer .footer-links ul li a {
  font-size: 1em;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 500;
  text-decoration: none;
  color: var(--dark-purple);
}

#footer .footer-links ul li a:hover {
  color: var(--coral);
}

#footer .footer-links ul li a img {
  width: 1em;
  margin-right: 1em;
}

#footer .footer-links .contact-info ul {
  padding-top: 0.5rem;
}

#footer .footer-links .contact-info ul li.nav-link {
  padding: 0.35rem 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1em auto;
      grid-template-columns: 1em auto;
  -webkit-column-gap: 1.25em;
          column-gap: 1.25em;
}

#footer .footer-links .contact-info ul li a img {
  width: 1em;
  margin-right: 1.5em;
}

#footer .footer-links .contact-info ul li p {
  font-size: 1em;
  line-height: 1.5;
  letter-spacing: 0px;
  color: var(--dark-purple);
  font-weight: 500;
  margin-bottom: 0;
}

#footer .footer-links .contact-info ul li h6 {
  font-size: 1.125em;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 700;
  color: var(--dark-purple);
}

@media (min-width: 1200px) {
  #footer .logo-social-icons p {
    max-width: 16.2em;
  }
}

@media (max-width: 1024px) {
  #footer {
    padding: 3em 4em 1em;
  }
  #footer p {
    font-size: 1em;
  }
  #footer .logo-social-icons {
    margin-bottom: 3em;
  }
  #footer .logo-social-icons p {
    margin-bottom: 0.75rem;
  }
  #footer .footer-links {
    margin-bottom: 0;
    margin-top: 1.5em;
  }
  #footer .footer-links h5 {
    font-size: 1.35em;
  }
  #footer .footer-links p {
    font-size: 1em;
  }
  #footer .footer-links ul li a {
    font-size: 1em;
  }
}

@media (max-width: 576px) {
  #footer {
    padding: 1em 1.5em !important;
  }
  #footer p {
    font-size: 0.85em;
    line-height: 1.5;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
  }
  #footer p.copyright-text {
    font-size: 0.85em;
  }
  #footer .logo-social-icons .footer-logo {
    position: relative;
  }
  #footer .logo-social-icons .footer-logo img {
    width: 13em;
  }
  #footer .footer-links {
    margin-top: 0.75em;
  }
  #footer .footer-links h5 {
    font-size: 1.25em;
    line-height: 1;
    letter-spacing: 0.5px;
    margin-bottom: 0.25em;
  }
  #footer .footer-links .navigation-links .nav-link {
    padding: 0.1rem 1rem 0.1em 0;
  }
  #footer .footer-links .navigation-links .nav-link a {
    font-size: 0.85em;
    line-height: 1;
    letter-spacing: 0.5px;
  }
  #footer .footer-links .input-group input.form-control {
    padding: 0em 0.5em;
    font-size: 0.75em;
  }
  #footer .footer-links p {
    font-size: 1.15em;
    line-height: 1.5;
    letter-spacing: 0.5px;
  }
  #footer .footer-links .contact-info ul {
    padding-top: 0.5rem;
  }
  #footer .footer-links .contact-info ul li.nav-link {
    padding: 0.25rem 0;
  }
  #footer .footer-links .contact-info ul li a img {
    width: 0.85em;
  }
  #footer .footer-links .contact-info ul li p {
    font-size: 0.85em;
    line-height: 1.5;
    letter-spacing: 0px;
  }
  #footer .footer-links .contact-info ul li h6 {
    font-size: 1em;
    line-height: 1;
    letter-spacing: 0px;
  }
}

#aboutUs {
  padding: 8.25em 4em 4em;
  background-color: #fff;
}

#aboutUs .media-block {
  position: relative;
  padding-top: 107%;
}

#aboutUs .media-block img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

#aboutUs #section-3-content .content h2 {
  font-size: 3em;
  line-height: 1;
  letter-spacing: 0px;
  margin-bottom: 0.4em;
}

@media (max-width: 575.98px) {
  #aboutUs #section-3-content .content h2 {
    font-size: 1.5em;
  }
}

#aboutUs #section-3-content .content p {
  color: #3f4569;
  font-size: 1.125em;
  line-height: 1.5;
  letter-spacing: 0px;
}

#aboutUs #section-3-content .content p.subline {
  font-size: 1.125em;
  line-height: 1;
  letter-spacing: 1px;
  color: #3734a9;
  margin-bottom: 0.8em;
}

@media (max-width: 575.98px) {
  #aboutUs #section-3-content .content p.subline {
    font-size: 1em;
  }
}

#aboutUs #section-3-content .content ul {
  margin-top: 1.75em;
}

@media (min-width: 768px) {
  #aboutUs #section-3-content .content ul {
    margin-top: 0.75em;
  }
}

#aboutUs #section-3-content .content ul li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#aboutUs #section-3-content .content ul li p {
  font-size: 1.125em;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  margin-left: 0.5em;
}

@media (max-width: 575.98px) {
  #aboutUs #section-3-content .content ul li p {
    font-size: 0.8em;
  }
}

#aboutUs #section-3-content .content ul li img {
  width: 18px;
}

@media (min-width: 2000px) {
  #aboutUs #section-3-content .content ul li img {
    min-width: 2rem;
  }
}

#aboutUs #section-3-content .content h4 {
  margin-top: 1.5em;
  font-size: 1.5em;
  line-height: 1;
  letter-spacing: 0.5px;
  font-weight: 700;
  margin-bottom: 0.5em;
}

@media (max-width: 575.98px) {
  #aboutUs #section-3-content .content h4 {
    font-size: 1.25em;
    margin-top: 1em;
  }
}

#aboutUs #section-3-content .content span {
  font-size: 1.125em;
  line-height: 1.5;
  letter-spacing: 0px;
}

@media (max-width: 575.98px) {
  #aboutUs #section-3-content .content span {
    font-size: 0.8em;
  }
}

#aboutUs .about-us-content {
  margin-top: 3.75em;
}

#aboutUs .about-us-content p {
  font-size: 1.125em;
  line-height: 1.7;
  letter-spacing: 0.1px;
  color: #2e2e2e;
  font-weight: 500;
}

@media (max-width: 1024px) {
  #aboutUs {
    padding: 7.5em 4em 2em;
  }
  #aboutUs #section-3-content .content p {
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: 0px;
  }
  #aboutUs #section-3-content .content p.subline {
    font-size: 1em;
    line-height: 1;
    letter-spacing: 0px;
  }
  #aboutUs #section-3-content .content h2 {
    font-size: 1.5em;
    line-height: 1;
    letter-spacing: 0px;
  }
  #aboutUs #section-3-content .content h4 {
    font-size: 1.35em;
    line-height: 1;
    letter-spacing: 0px;
    margin-top: 0.85em;
  }
  #aboutUs #section-3-content .content span {
    font-size: 1em;
    line-height: 1;
    letter-spacing: 0px;
  }
  #aboutUs #section-3-content .content ul li {
    padding-bottom: 0.5em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #aboutUs #section-3-content .content ul li p {
    font-size: 1em;
    line-height: 1;
    letter-spacing: 0px;
    padding-bottom: 0 !important;
  }
  #aboutUs .about-us-content {
    margin-top: 1em;
  }
  #aboutUs .about-us-content p {
    font-size: 1em;
    line-height: 1.65;
    letter-spacing: 0px;
  }
}

@media (max-width: 576px) {
  #aboutUs {
    padding: 7em 1.5em 2em;
  }
  #aboutUs #section-3-content .content p {
    font-size: 0.8em;
    line-height: 1.65;
    letter-spacing: 0px;
  }
  #aboutUs #section-3-content .content p.subline {
    font-size: 0.8em;
    line-height: 1;
    letter-spacing: 0px;
  }
  #aboutUs #section-3-content .content h2 {
    font-size: 1.25em;
    line-height: 1;
    letter-spacing: 0px;
  }
  #aboutUs #section-3-content .content h4 {
    font-size: 1.25em;
    line-height: 1;
    letter-spacing: 0px;
    margin-top: 0.85em;
  }
  #aboutUs #section-3-content .content span {
    font-size: 0.8em;
    line-height: 1.4;
    letter-spacing: 0px;
    display: inline-block;
  }
  #aboutUs #section-3-content .content ul {
    margin-top: 0em;
  }
  #aboutUs #section-3-content .content ul li {
    padding-bottom: 0.25em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #aboutUs #section-3-content .content ul li p {
    font-size: 0.8em;
    line-height: 1;
    letter-spacing: 0px;
    margin-bottom: 0;
  }
  #aboutUs .about-us-content {
    margin-top: 0em;
  }
  #aboutUs .about-us-content p {
    font-size: 0.8em;
    line-height: 1.65;
    letter-spacing: 0px;
  }
}

#ourGoals {
  padding: 0em 4em;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#dbf1fa), to(#ecf9ff));
  background: linear-gradient(180deg, #dbf1fa 0%, #ecf9ff 100%);
}

#ourGoals .two-blocks-section {
  position: relative;
  padding: 5em 0;
}

#ourGoals .two-blocks-section .card-body {
  height: 100%;
  padding: 2em 2.5em;
  border-radius: 10px;
}

#ourGoals .two-blocks-section .card-body .goals {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 1fr;
      grid-template-columns: 100px 1fr;
  -webkit-column-gap: 30px;
          column-gap: 30px;
}

#ourGoals .two-blocks-section .card-body .vision {
  position: relative;
  padding-top: 100%;
}

#ourGoals .two-blocks-section .card-body .vision img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#ourGoals .two-blocks-section .card-body .target {
  position: relative;
  padding-top: 100%;
}

#ourGoals .two-blocks-section .card-body .target img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#ourGoals .two-blocks-section .card-body h3 {
  font-size: 2em;
  line-height: 1;
  letter-spacing: 0px;
  margin-bottom: 0.5em;
  font-weight: 800;
}

#ourGoals .two-blocks-section .card-body p {
  font-size: 1.125em;
  line-height: 1.6;
  letter-spacing: 0px;
  color: #3f4569;
}

#ourGoals .two-blocks-section img.img-circle {
  position: absolute;
  top: 50px;
  right: -62px;
  width: 3em;
}

#ourGoals .two-blocks-section img.img-shapes {
  position: absolute;
  bottom: 0px;
  left: -62px;
  width: 8em;
}

#ourGoals .right-block {
  position: relative;
  padding-top: 73%;
}

#ourGoals .right-block img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  border-radius: 1em;
}

@media (max-width: 1024px) {
  #ourGoals {
    padding: 0em 4em;
  }
  #ourGoals .two-blocks-section {
    padding: 3em 0 4em;
  }
  #ourGoals .two-blocks-section .card-body .goals {
    -webkit-column-gap: 4px;
            column-gap: 4px;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  #ourGoals .two-blocks-section .card-body .vision {
    padding-top: 40%;
  }
  #ourGoals .two-blocks-section .card-body .vision img {
    max-width: 5rem;
  }
  #ourGoals .two-blocks-section .card-body .target {
    padding-top: 24%;
  }
  #ourGoals .two-blocks-section .card-body .target img {
    max-width: 5rem;
  }
  #ourGoals .two-blocks-section .card-body h3 {
    font-size: 1.5em;
    line-height: 1;
    letter-spacing: 0px;
  }
  #ourGoals .two-blocks-section .card-body p {
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: 0.5px;
  }
  #ourGoals .two-blocks-section img.img-circle {
    top: 10px;
    right: -27px;
    width: 2em;
  }
  #ourGoals .two-blocks-section img.img-shapes {
    left: -40px;
    width: 5em;
  }
}

@media (max-width: 576px) {
  #ourGoals {
    padding: 0em 1.5em;
  }
  #ourGoals .two-blocks-section {
    padding: 3em 0;
  }
  #ourGoals .two-blocks-section .col-sm-12 {
    margin-bottom: 0.75em;
  }
  #ourGoals .two-blocks-section .col-sm-12 .card-body {
    padding: 2em 1em;
  }
  #ourGoals .two-blocks-section .col-sm-12 .card-body .vision {
    padding-top: 32%;
  }
  #ourGoals .two-blocks-section .col-sm-12 .card-body .vision img {
    width: 24%;
  }
  #ourGoals .two-blocks-section .col-sm-12 .card-body .goals {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -webkit-column-gap: 0px;
            column-gap: 0px;
  }
  #ourGoals .two-blocks-section .col-sm-12 .card-body h3 {
    font-size: 1.2em;
    line-height: 1;
    letter-spacing: 0px;
  }
  #ourGoals .two-blocks-section .col-sm-12 .card-body p {
    font-size: 0.85em;
    line-height: 1.5;
    letter-spacing: 0.5px;
  }
  #ourGoals .two-blocks-section img.img-circle {
    top: 10px;
    right: -22px;
    width: 2em;
  }
  #ourGoals .two-blocks-section img.img-shapes {
    left: -20px;
    width: 4em;
  }
}

#ourValues {
  padding: 5em 4em;
}

#ourValues .media-block {
  position: relative;
  padding-top: 60%;
}

#ourValues .media-block img {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

#ourValues #section-3-content h3 {
  font-size: 2em;
  line-height: 1.5;
  letter-spacing: 0.1px;
  font-weight: 800;
  margin-bottom: 0.65em;
}

#ourValues #section-3-content p {
  font-size: 1.125em;
  line-height: 1.55;
  letter-spacing: 0.1px;
}

#ourValues #section-3-content .list-unstyled {
  margin-top: 1em;
}

#ourValues #section-3-content .list-unstyled li {
  font-size: 1.125em;
  line-height: 1.65;
  letter-spacing: 0.1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: start !important;
  color: #52606d;
}

#ourValues #section-3-content .list-unstyled li img {
  width: 1.125em;
  margin-right: 1rem;
  padding-top: 4px;
}

@media (min-width: 2000px) {
  #ourValues #section-3-content .list-unstyled li img {
    min-width: 1.125em;
    padding-top: 8px;
  }
}

@media (max-width: 1024px) {
  #ourValues {
    padding: 2.5em 4em;
  }
  #ourValues #section-3-content h3 {
    font-size: 1.5em;
    line-height: 1;
    letter-spacing: 0.5px;
    margin-bottom: 0.75em;
  }
  #ourValues #section-3-content p {
    font-size: 1em;
    line-height: 1.65;
    letter-spacing: 0px;
    margin-bottom: 1em;
  }
  #ourValues #section-3-content .list-unstyled {
    margin-top: 0;
    margin-bottom: 0;
  }
  #ourValues #section-3-content .list-unstyled li {
    font-size: 1em;
    line-height: 1.65;
    letter-spacing: 0px;
  }
  #ourValues .media-block {
    margin-top: 1.5em;
  }
}

@media (max-width: 576px) {
  #ourValues {
    padding: 3em 1.5em 1em;
  }
  #ourValues #section-3-content h3 {
    font-size: 1.25em;
    line-height: 1;
    letter-spacing: 0.5px;
    margin-bottom: 0.5em;
  }
  #ourValues #section-3-content p {
    font-size: 0.8em;
    line-height: 1.65;
    letter-spacing: 0px;
  }
  #ourValues #section-3-content p.text {
    font-size: 0.8em;
    line-height: 1.65;
    letter-spacing: 0px;
    margin-bottom: 0.75em;
  }
  #ourValues #section-3-content .list-unstyled li {
    font-size: 0.8em;
    line-height: 1.65;
    letter-spacing: 0px;
  }
  #ourValues .media-block {
    margin-top: 0.5em;
  }
}

#application-content {
  padding: 2.5em 4em 2em;
}

#application-content .content-block {
  padding: 1.5em 0 1em;
}

#application-content .content-block .media-block {
  position: relative;
  padding-top: 75%;
}

#application-content .content-block .media-block img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}

#application-content .content-block .sticky-image {
  position: -webkit-sticky;
  position: sticky;
  top: 6.25rem;
}

#application-content .content-block .image-ratio {
  position: relative;
}

@media (max-width: 575.98px) {
  #application-content .content-block .image-ratio {
    margin: 1em 0;
  }
}

#application-content .content-block .image-ratio img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  border-radius: 1em;
}

#application-content .content-block .image-ratio.ratio-50 {
  padding-top: 50%;
}

#application-content .content-block .image-ratio.ratio-55 {
  padding-top: 55%;
}

#application-content .content-block .image-ratio.ratio-60 {
  padding-top: 60%;
}

#application-content .content-block .image-ratio.ratio-65 {
  padding-top: 65%;
}

#application-content .content-block .image-ratio.ratio-70 {
  padding-top: 70%;
}

#application-content .content-block .image-ratio.ratio-75 {
  padding-top: 75%;
}

#application-content .content-block .image-ratio.ratio-80 {
  padding-top: 80%;
}

#application-content .content-block .image-ratio.ratio-85 {
  padding-top: 85%;
}

#application-content .content-block .image-ratio.ratio-90 {
  padding-top: 90%;
}

#application-content .content-block .image-ratio.ratio-95 {
  padding-top: 95%;
}

#application-content .content-block .image-ratio.ratio-100 {
  padding-top: 100%;
}

#application-content h2 {
  font-size: 2em;
  line-height: 1;
  letter-spacing: 0.5px;
  color: #000;
  font-weight: 800;
  margin-bottom: 0.5em;
}

#application-content h2.main-title {
  font-size: 2.5em;
  line-height: 1.3;
  letter-spacing: 0.5px;
}

#application-content h3 {
  font-size: 1.25em;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #002f86;
  font-weight: 700;
  margin: 1em 0 0.25em;
}

#application-content p {
  font-size: 1.15em;
  line-height: 1.6;
  letter-spacing: 0.2px;
  color: #2e2e2e;
  font-weight: 500;
  margin-bottom: 0.5em;
}

#application-content .media-block {
  position: relative;
  padding-top: 100%;
}

#application-content .media-block img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#application-content ol {
  margin: 1em 0 1.5em;
}

#application-content ol li {
  font-size: 1.125em;
  line-height: 1;
  letter-spacing: 0.5px;
  color: #2e2e2e;
  margin-bottom: 0.75em;
  font-weight: 500;
}

#application-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.5em;
  -webkit-column-gap: 0.75rem;
          column-gap: 0.75rem;
}

#application-content ul li p {
  margin-bottom: 0;
  font-size: 1.125em;
  line-height: 1.4;
  letter-spacing: 0.5px;
  color: #2e2e2e;
}

#application-content ul li img {
  width: 1.125em;
  padding-top: 3px;
}

@media (max-width: 991.98px) {
  #application-content {
    padding: 2em 1.5em;
  }
  #application-content h2 {
    font-size: 1.5em;
    line-height: 1.5;
    letter-spacing: 0px;
  }
  #application-content h2.main-title {
    font-size: 2em;
    line-height: 1.5;
    letter-spacing: 0.5px;
  }
  #application-content h3 {
    font-size: 1.15em;
    line-height: 1.5;
    letter-spacing: 0px;
    margin: 1.5em 0 0.25em;
  }
  #application-content p {
    font-size: 1.125em;
    line-height: 1.6;
    letter-spacing: 0px;
    margin-bottom: 0.5em;
  }
  #application-content ol li {
    font-size: 1.1em;
    line-height: 1.2;
    letter-spacing: 0px;
  }
  #application-content ul li p {
    font-size: 1.1em;
    line-height: 1.3;
    letter-spacing: 0px;
  }
  #application-content ul li img {
    padding-top: 3px;
  }
}

@media (min-width: 1924px) and (max-width: 2560px) {
  #application-content ul li img {
    min-width: 1.125em;
    padding-top: 7px;
  }
}

#contact-us {
  background: #efefef90;
  padding: 11em 4em 5em;
}

#contact-us::after {
  content: "";
  position: absolute;
  bottom: 23%;
  left: -0.625rem;
  height: 9.3125rem;
  width: 3.75rem;
  background-image: url(../img/dots-left.png);
  background-size: 100%;
  background-position: bottom right;
  background-repeat: no-repeat;
  z-index: 1;
}

#contact-us::before {
  content: "";
  position: absolute;
  top: 15%;
  right: 0;
  height: 7.125rem;
  width: 3.75rem;
  background-image: url(../img/pattern.png);
  background-size: 100%;
  background-position: bottom right;
  background-repeat: no-repeat;
  z-index: 1;
}

#contact-us h2 {
  font-size: 2.25em;
  line-height: 1;
  letter-spacing: 0.2px;
  font-weight: 800;
  margin-bottom: 0.35em;
}

#contact-us p.descript {
  font-size: 1em;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #000;
}

#contact-us #contact-us-block {
  height: 100%;
  padding-top: 1.25em;
}

#contact-us #contact-us-block .contact-form {
  padding: 3em;
  background-color: #fff;
  height: 100%;
  -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.05);
  border-radius: 6px 0 0 0.3125rem;
}

#contact-us #contact-us-block .contact-form .sec-title p {
  font-size: 1em;
  line-height: 1.375;
  letter-spacing: 0.3px;
  font-weight: 500;
}

#contact-us #contact-us-block .contact-form .success {
  color: #00f181;
  font-size: 1.25em;
}

#contact-us #contact-us-block .contact-form .contact-wrap form .form-control {
  min-height: 2.5rem;
  border: none;
  border-bottom: 1.5px solid #000;
  border-radius: 0;
  padding: 0.375rem 0;
  margin-bottom: 0.25rem;
  font-size: 1em;
  max-width: 20em;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#contact-us #contact-us-block .contact-form .contact-wrap form .form-control:focus, #contact-us #contact-us-block .contact-form .contact-wrap form .form-control:hover {
  border-bottom-color: #4f46ba;
  -webkit-box-shadow: 0 1px 0 0 #4f46ba;
          box-shadow: 0 1px 0 0 #4f46ba;
}

#contact-us #contact-us-block .contact-form .contact-wrap form textarea.form-control {
  max-width: 100%;
}

#contact-us #contact-us-block .contact-form .contact-wrap form .form-label {
  margin-bottom: 0.15rem;
  color: #7c7c7c;
}

#contact-us #contact-us-block .contact-form .contact-wrap button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

#contact-us #contact-us-block .contact-form .contact-wrap button.btn-primary {
  padding: 0.915em 2em;
  line-height: 1;
  border-radius: 1.875rem;
}

#contact-us #contact-us-block .contact-form .contact-wrap button.btn-primary:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#contact-us #contact-us-block .contact-address {
  background: linear-gradient(207.93deg, #eefaff 1.32%, #c2e5ff 99.07%);
  padding: 2em 2.5em;
  height: 100%;
}

#contact-us #contact-us-block .contact-address h3 {
  font-size: 2em;
  line-height: 1.25;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

#contact-us #contact-us-block .contact-address p {
  font-size: 1.125em;
  line-height: 1.5;
  letter-spacing: 0.2px;
  font-weight: 500;
}

#contact-us #contact-us-block .contact-address h5 {
  font-size: 1.125em;
  line-height: 1;
  letter-spacing: 0.5px;
  font-weight: 700;
}

#contact-us #contact-us-block .contact-address ul {
  padding-left: 0;
  margin-top: 3.75em;
}

#contact-us #contact-us-block .contact-address ul li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 2rem;
}

#contact-us #contact-us-block .contact-address ul li.location img {
  width: 1.625rem;
}

#contact-us #contact-us-block .contact-address ul li img {
  width: 1.375rem;
}

#contact-us #contact-us-block .contact-address ul li h6 {
  font-weight: 700;
  line-height: 1;
  font-size: 1.125em;
  margin-left: 1.25em;
  margin-bottom: 0.25rem;
}

#contact-us #contact-us-block .contact-address ul li p {
  margin-left: 1.25em;
  margin-bottom: 0;
}

#contact-us #contact-us-block .contact-address .note p {
  font-size: 1em;
  line-height: 1.4;
  letter-spacing: 0.5px;
}

#contact-us #contact-us-block .contact-address .note h5 {
  font-size: 1em;
  line-height: 1;
  letter-spacing: 0.5px;
}

@media (max-width: 1024px) {
  #contact-us {
    padding-top: 7.5em;
  }
  #contact-us :after {
    background-image: none;
  }
  #contact-us .container-fluid .content p {
    font-size: 0.85em;
    line-height: 1.4;
    letter-spacing: 0px;
  }
  #contact-us .container-fluid .content h2 {
    font-size: 1.5em;
    line-height: 1.3;
    letter-spacing: 1px;
  }
  #contact-us .container-fluid #contact-us-block .contact-form {
    border-radius: 0.375rem 0 0 0;
  }
  #contact-us .container-fluid #contact-us-block .contact-form .sec-title p {
    font-size: 0.9em;
    line-height: 1.5;
    letter-spacing: 0px;
  }
  #contact-us .container-fluid #contact-us-block .contact-address {
    padding: 2em 1.25em;
  }
  #contact-us .container-fluid #contact-us-block .contact-address h3 {
    font-size: 1.5em;
    line-height: 1.3;
    letter-spacing: 1px;
    margin-bottom: 0.5em;
  }
  #contact-us .container-fluid #contact-us-block .contact-address p {
    font-size: 0.95em !important;
    letter-spacing: 0;
  }
  #contact-us .container-fluid #contact-us-block .contact-address ul {
    margin-top: 1.75em;
  }
  #contact-us .container-fluid #contact-us-block .contact-address ul li {
    margin-bottom: 1.5em;
  }
  #contact-us .container-fluid #contact-us-block .contact-address ul li img {
    width: 1rem;
  }
  #contact-us .container-fluid #contact-us-block .contact-address ul li h6 {
    margin-left: 0.75em;
  }
  #contact-us .container-fluid #contact-us-block .contact-address ul li p {
    margin-left: 0.75em;
  }
}

@media (max-width: 991px) {
  #contact-us #contact-us-block .contact-address {
    padding: 2em;
  }
  #contact-us #contact-us-block .contact-address ul li.location img {
    width: 0.875rem;
  }
}

@media (max-width: 768px) {
  #contact-us #contact-us-block .contact-address {
    padding: 2em 2.25em;
  }
  #contact-us #contact-us-block .contact-address ul {
    margin-top: 1.75em;
  }
  #contact-us #contact-us-block .contact-address ul li {
    margin-bottom: 1.5em;
  }
  #contact-us #contact-us-block .contact-address ul li.location img {
    width: 0.875rem;
  }
}

@media (min-width: 580px) and (max-width: 620px) {
  #contact-us {
    padding: 6em 0 78em;
  }
}

@media (max-width: 576px) {
  #contact-us {
    padding: 6em 1.5em 77em;
  }
  #contact-us:before {
    background-image: none;
  }
  #contact-us:after {
    background-image: none;
  }
  #contact-us .content {
    padding-top: 1.5em;
  }
  #contact-us .content h2 {
    font-size: 1.5em;
    line-height: 1.2;
    letter-spacing: 0.2px;
    font-weight: 800;
  }
  #contact-us .content p.descript {
    font-size: 0.85em;
    line-height: 1.2;
    letter-spacing: 0.5px;
    color: #000;
  }
  #contact-us #contact-us-block .contact-form {
    padding: 2em 1.5em;
    gap: 0;
  }
  #contact-us #contact-us-block .contact-form .sec-title p {
    font-size: 0.85em;
    line-height: 1.375;
    letter-spacing: 0.5px;
  }
  #contact-us #contact-us-block .contact-form .contact-wrap form input.form-control {
    margin-bottom: 0em;
    font-size: 0.8em;
  }
  #contact-us #contact-us-block .contact-form .contact-wrap form textarea.form-control {
    font-size: 0.8em;
  }
  #contact-us #contact-us-block .contact-form .contact-wrap button.btn-primary {
    padding: 0.75em 2em;
    font-size: 0.85em;
  }
  #contact-us #contact-us-block .contact-address {
    padding: 2em 1.5em;
  }
  #contact-us #contact-us-block .contact-address h3 {
    font-size: 1.35em;
    margin-bottom: 0.25em;
  }
  #contact-us #contact-us-block .contact-address p {
    font-size: 0.85em !important;
  }
  #contact-us #contact-us-block .contact-address .note p {
    font-size: 0.85em;
    line-height: 1.375;
    letter-spacing: 0.5px;
  }
  #contact-us #contact-us-block .contact-address h5 {
    font-size: 1.125em;
    line-height: 1;
    letter-spacing: 0.5px;
  }
  #contact-us #contact-us-block .contact-address ul {
    margin-top: 1.75em;
  }
  #contact-us #contact-us-block .contact-address ul li {
    margin-bottom: 0.75em;
  }
  #contact-us #contact-us-block .contact-address ul li.location img {
    width: 1.25rem;
  }
  #contact-us #contact-us-block .contact-address ul li img {
    width: 1.25rem;
  }
  #contact-us #contact-us-block .contact-address ul li h6 {
    margin-left: 1.25em;
  }
  #contact-us #contact-us-block .contact-address ul li p {
    margin-left: 1.25em;
    font-size: 0.85em;
  }
  #contact-us #contact-us-block .contact-address .note {
    margin-top: 2em !important;
  }
  #contact-us #contact-us-block .contact-wrap button.case-btn {
    width: 100%;
    padding: 0.625rem !important;
  }
}

@media (min-width: 0px) and (max-width: 352px) {
  #contact-us {
    padding: 6em 0 87em;
  }
}

#app-develop-heroBanner {
  padding-top: 5em !important;
  position: relative;
  background-color: transparent;
  background: radial-gradient(100% 100% at 0% 0%, #ffffff 0%, #f8fbfd 50%, #f2f8fb 100%), -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff));
  background: radial-gradient(100% 100% at 0% 0%, #ffffff 0%, #f8fbfd 50%, #f2f8fb 100%), linear-gradient(0deg, #ffffff, #ffffff);
  padding: 1em 0 1em;
  overflow: hidden;
}

#app-develop-heroBanner::after {
  content: "";
  position: absolute;
  bottom: 13em;
  left: 0;
  height: 9.375rem;
  width: 3.75rem;
  background-image: url(../img/dots-left.png);
  background-size: 100%;
  background-position: bottom right;
  background-repeat: no-repeat;
  z-index: 1;
}

#app-develop-heroBanner::before {
  content: "";
  position: absolute;
  top: 7em;
  right: 0;
  height: 7.125rem;
  width: 3.75rem;
  background-image: url(../img/pattern.png);
  background-size: 100%;
  background-position: bottom right;
  background-repeat: no-repeat;
  z-index: 1;
}

@media (min-width: 2000px) {
  #app-develop-heroBanner::before {
    width: 4.125rem !important;
  }
}

#app-develop-heroBanner .content {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#app-develop-heroBanner .content h1 {
  font-size: 3.5em;
  line-height: 1.2;
  letter-spacing: 0.5px;
  font-weight: 800;
  text-align: left;
  margin-bottom: 0.45em;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  #app-develop-heroBanner .content h1 {
    font-size: 2em;
  }
}

@media (max-width: 575.98px) {
  #app-develop-heroBanner .content h1 {
    font-size: 1.5em;
  }
}

#app-develop-heroBanner .content h1 span {
  font-weight: 400;
  color: var(--vermillion);
}

#app-develop-heroBanner .content p {
  font-size: 1.25em;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: var(--independence);
  margin-bottom: 1.5em;
  min-width: 75%;
  max-width: 75%;
}

@media (max-width: 575.98px) {
  #app-develop-heroBanner .content p {
    font-size: 0.85em;
  }
}

@media (max-width: 1199.98px) {
  #app-develop-heroBanner .content p {
    font-size: 1em;
    max-width: 100%;
  }
}

#app-develop-heroBanner .content .btn-primary {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white) !important;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  letter-spacing: 0em;
  text-align: center;
  border-radius: 0.125rem;
  letter-spacing: -0.005em;
}

#app-develop-heroBanner .content .btn-lg {
  padding: 0.75em 1.5em;
  font-size: 1em;
}

#app-develop-heroBanner .content .icon-circle {
  display: inline-block;
  border-radius: 100%;
  padding: 0;
  height: 2.75rem;
  width: 2.75rem;
  line-height: 2.5rem;
  text-align: center;
  background-color: var(--ocean-green);
  border-color: var(--ocean-green);
}

#app-develop-heroBanner .content .btn-rounded {
  border-radius: 2.5rem;
  font-size: 1em;
}

@media (max-width: 575.98px) {
  #app-develop-heroBanner .content .btn-rounded {
    font-size: 1em;
  }
}

#app-develop-heroBanner .content .btn-play-circle > * {
  vertical-align: middle;
  margin-right: 0.3125rem;
}

#app-develop-heroBanner .content .btn-text {
  color: var(--primary-color);
  font-size: 1.1em;
}

#app-develop-heroBanner .media-block {
  position: relative;
  padding-top: 100%;
}

#app-develop-heroBanner .media-block img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

@media screen and (min-width: 1600px) {
  #app-develop-heroBanner {
    min-height: 40rem;
    background-color: transparent;
    padding: 1.75em 4em 0em;
  }
  #app-develop-heroBanner .content {
    height: 37.5rem;
  }
}

@media (min-width: 1920px) {
  #app-develop-heroBanner {
    padding-top: 10em !important;
    padding-bottom: 4em !important;
  }
}

@media (max-width: 1024px) {
  #app-develop-heroBanner .app-banner-content {
    padding-top: 2em;
  }
  #app-develop-heroBanner:after {
    bottom: 5em;
  }
}

@media screen and (max-width: 1200px) {
  #app-develop-heroBanner {
    min-height: auto;
    padding: 3em 4em;
  }
  #app-develop-heroBanner .content {
    height: auto;
  }
}

@media screen and (min-width: 1200px) {
  #app-develop-heroBanner {
    background-color: transparent;
    padding: 3em 4em;
  }
}

@media (min-width: 1280px) and (max-width: 1440px) {
  #app-develop-heroBanner {
    padding-top: 10em !important;
  }
}

@media screen and (min-width: 1600px) {
  #app-develop-heroBanner {
    padding: 9em 4em 5.5em !important;
  }
  #app-develop-heroBanner::after {
    content: "";
    bottom: 15em;
    left: 0;
    width: 3.125em;
  }
  #app-develop-heroBanner::before {
    top: 7em;
    right: 0;
    width: 3.125em;
  }
  #app-develop-heroBanner .container-fluid {
    padding-left: 1em;
    padding-right: 1em;
  }
  #app-develop-heroBanner .container-fluid .content h1 {
    font-size: 3em;
    line-height: 1.4;
    letter-spacing: 0px;
    font-weight: 800;
  }
  #app-develop-heroBanner .container-fluid .content p {
    font-size: 1.25em;
    line-height: 1.6;
    letter-spacing: 0px;
  }
  #app-develop-heroBanner .container-fluid .content .btn-rounded {
    font-size: 1em;
  }
  #app-develop-heroBanner .container-fluid .media-block {
    margin-top: 1.5em;
  }
}

@media (max-width: 576px) {
  #app-develop-heroBanner {
    padding: 6em 1.5em 3.5em !important;
  }
  #app-develop-heroBanner:after {
    background-image: none;
  }
  #app-develop-heroBanner:before {
    background-image: none;
  }
  #app-develop-heroBanner .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  #app-develop-heroBanner .container-fluid .content h1 {
    font-size: 1.5em;
    line-height: 1.6;
    letter-spacing: 0px;
  }
  #app-develop-heroBanner .container-fluid .content p {
    font-size: 1em;
    line-height: 1.6;
    letter-spacing: 0px;
  }
  #app-develop-heroBanner .container-fluid .content .btn-rounded {
    font-size: 0.85em;
  }
  #app-develop-heroBanner .container-fluid .media-block {
    margin-top: 1.5em;
  }
}

#clients-block {
  padding-top: 8.25em;
  padding-bottom: 2em;
}

#clients-block .container-fluid {
  padding-left: 4em;
  padding-right: 4em;
}

#clients-block .container-fluid p {
  font-size: 1.125em;
  line-height: 1.5;
  letter-spacing: 4px;
}

#clients-block .container-fluid h2 {
  font-size: 2.25em;
  line-height: 1;
  letter-spacing: 1px;
  color: #13293d;
  font-weight: 700;
}

#clients-block .container-fluid .our-clients {
  margin-top: 4em;
}

#clients-block .container-fluid .our-clients .team-mem {
  padding: 0em 0 1em;
  border: 1px solid #e0e0e0;
  margin-bottom: 2.5em;
  position: relative;
  padding-top: 41%;
}

#clients-block .container-fluid .our-clients .team-mem img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 1024px) {
  #clients-block {
    padding-bottom: 1em;
  }
  #clients-block .container-fluid .our-clients {
    margin-top: 2em;
  }
}

@media (max-width: 576px) {
  #clients-block {
    padding-top: 6em;
    padding-bottom: 2em;
  }
  #clients-block .container-fluid {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  #clients-block .container-fluid p {
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: 2px;
  }
  #clients-block .container-fluid h2 {
    font-size: 1.5em;
    line-height: 1;
    letter-spacing: 1px;
  }
  #clients-block .container-fluid .our-clients .team-mem {
    margin-bottom: 1em;
    padding-top: 37%;
  }
}

@media (max-width: 544px) {
  #clients-block .container-fluid .our-clients .team-mem {
    margin-bottom: 1em;
    padding-top: 39%;
  }
}
/*# sourceMappingURL=app.css.map */