* {
  outline: none !important; }

html {
  scroll-behavior: smooth; }

body {
  font-family: 'Myriad-Pro', sans-serif; }

.page-holder {
  overflow: hidden !important; }

a:hover {
  text-decoration: none; }

.btn:focus {
  outline: 0; }

button:focus {
  outline: 0; }

ul, ol, dl {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none; }

img {
  max-width: 100%;
  height: auto; }

p {
  margin-bottom: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #6E757C; }

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px; } }

input::placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
  font-weight: 300; }

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #272E35; }

input::-ms-input-placeholder {
  /* Microsoft Edge */
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #272E35; }

header {
  min-height: 66px;
  padding-top: 35px; }
  header .header-holder .navbar {
    width: 100%;
    background: #fff;
    max-height: 66px;
    padding: 12px 0; }
    header .header-holder .navbar .logo-holder {
      position: relative;
      z-index: 99999; }
    header .header-holder .navbar .navbar-toggler {
      z-index: 9999;
      position: relative; }
      header .header-holder .navbar .navbar-toggler .navbar-toggler-icon {
        background-image: url("../../img/hamburger-menu-icon.png");
        width: 40px;
        height: 40px; }
        header .header-holder .navbar .navbar-toggler .navbar-toggler-icon.hide {
          display: none; }
      header .header-holder .navbar .navbar-toggler .navbar-toggler-close-icon {
        z-index: 9999;
        position: relative;
        background-image: url("../../img/hamburger-close-icon.png");
        width: 40px;
        height: 40px;
        display: none; }
        header .header-holder .navbar .navbar-toggler .navbar-toggler-close-icon.show {
          display: block; }
    header .header-holder .navbar .navbar-collapse .header-navigation-menu-holder {
      min-height: 66px;
      display: flex;
      align-items: center;
      width: 100%; }
      header .header-holder .navbar .navbar-collapse .header-navigation-menu-holder ul {
        display: flex;
        align-items: center;
        list-style: none;
        padding-left: 50px;
        width: 100%; }
        header .header-holder .navbar .navbar-collapse .header-navigation-menu-holder ul li {
          margin-right: 48px; }
          header .header-holder .navbar .navbar-collapse .header-navigation-menu-holder ul li a {
            font-family: 'Inter', sans-serif;
            font-style: normal;
            font-weight: 600;
            font-size: 16px;
            line-height: 24px;
            color: #6E757C;
            padding: 0; }
          header .header-holder .navbar .navbar-collapse .header-navigation-menu-holder ul li:nth-last-child(1) {
            margin-right: 0; }
          header .header-holder .navbar .navbar-collapse .header-navigation-menu-holder ul li.filled {
            margin-left: auto; }
            header .header-holder .navbar .navbar-collapse .header-navigation-menu-holder ul li.filled a {
              text-transform: uppercase;
              color: #fff;
              background: #EB9955;
              border-radius: 16px;
              min-width: 217px;
              max-width: 217px;
              min-height: 56px;
              max-height: 56px;
              display: flex;
              align-items: center;
              justify-content: center; }
    header .header-holder .navbar .navbar-collapse.show {
      background: mediumpurple;
      width: 100%;
      transition: all .3s ease-in;
      z-index: 1; }

footer {
  padding-bottom: 67px; }
  footer .logo-holder {
    margin-bottom: 10px; }
  footer .topside {
    display: flex;
    justify-content: space-between; }
    footer .topside .leftside .footer-info {
      font-style: normal;
      font-weight: normal;
      font-size: 20px;
      line-height: 24px;
      color: #6E757C;
      max-width: 386px; }
    footer .topside .leftside .social-holder {
      display: none; }
    footer .topside .rightside .footer-nav .menu {
      display: flex;
      align-items: center;
      list-style: none; }
      footer .topside .rightside .footer-nav .menu .menu-item {
        margin-right: 50px; }
        footer .topside .rightside .footer-nav .menu .menu-item .menu-link {
          font-style: normal;
          font-weight: bold;
          font-size: 16px;
          line-height: 24px;
          color: #6E757C; }
        footer .topside .rightside .footer-nav .menu .menu-item:nth-last-child(1) {
          margin-right: 0; }
  footer .footer-hr-line {
    width: 100%;
    height: 2px;
    background: #748FB5;
    opacity: 0.15;
    margin: 25px 0; }
  footer .bottomside {
    display: flex;
    justify-content: space-between; }
    footer .bottomside .leftside .copyright {
      font-style: normal;
      font-weight: bold;
      font-size: 13px;
      line-height: 24px;
      color: #6E757C; }
    footer .bottomside .rightside {
      display: flex; }
      footer .bottomside .rightside .social-holder {
        display: flex;
        align-items: center; }
        footer .bottomside .rightside .social-holder .social-item {
          margin-right: 24px; }
          footer .bottomside .rightside .social-holder .social-item:nth-last-child(1) {
            margin-right: 0; }

.homepage-holder .sections .hero-section {
  margin-bottom: 30px;
  position: relative;
  min-height: 676px; }
  .homepage-holder .sections .hero-section .section-background-image {
    display: block;
    position: absolute;
    top: 0;
    right: -40px;
    max-width: 906px; }
  .homepage-holder .sections .hero-section .mobile-top-image {
    display: none; }
  .homepage-holder .sections .hero-section .mobile-bottom-image {
    display: none; }
  .homepage-holder .sections .hero-section .content-holder {
    min-height: 676px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .homepage-holder .sections .hero-section .content-holder .text-holder {
      margin-bottom: 40px; }
      .homepage-holder .sections .hero-section .content-holder .text-holder .mini-title {
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #748FB5;
        margin-bottom: 24px; }
      .homepage-holder .sections .hero-section .content-holder .text-holder .title {
        font-family: 'Mikado', sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 80px;
        line-height: 80px;
        color: #272E35;
        margin-bottom: 20px; }
      .homepage-holder .sections .hero-section .content-holder .text-holder .text-field {
        font-size: 20px;
        line-height: 24px; }
    .homepage-holder .sections .hero-section .content-holder .buttons-holder {
      display: flex;
      align-items: center; }
      .homepage-holder .sections .hero-section .content-holder .buttons-holder .section-btn {
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        padding: 16px 24px;
        border-radius: 16px;
        min-height: 56px;
        max-height: 56px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .homepage-holder .sections .hero-section .content-holder .buttons-holder .section-btn.filled {
          color: #fff;
          background: #EB9955;
          margin-right: 24px; }
        .homepage-holder .sections .hero-section .content-holder .buttons-holder .section-btn.bordered {
          border: 2px solid #5d6267;
          color: #5d6267; }
          .homepage-holder .sections .hero-section .content-holder .buttons-holder .section-btn.bordered img {
            margin-left: 10px;
            margin-top: 3px; }

.homepage-holder .sections .section-two {
  margin-bottom: 160px; }

.homepage-holder .sections .section-three .box-wrap {
  background: #2C353D;
  max-height: 600px;
  border-radius: 24px;
  position: relative; }
  .homepage-holder .sections .section-three .box-wrap .eclipse-top-block {
    position: absolute;
    left: 0;
    top: 0; }
    .homepage-holder .sections .section-three .box-wrap .eclipse-top-block .eclipse-one {
      background: linear-gradient(135.15deg, #AE80DC 1.17%, #DC83C3 31.88%, #8084DC 65.46%);
      mix-blend-mode: overlay;
      opacity: 0.6;
      filter: blur(278.261px);
      width: 560px;
      height: 560px;
      position: absolute;
      top: -160px;
      left: -160px;
      display: block; }
    .homepage-holder .sections .section-three .box-wrap .eclipse-top-block .eclipse-two {
      background: linear-gradient(135.15deg, #AE80DC 1.17%, #DC83C3 31.88%, #8084DC 65.46%);
      mix-blend-mode: overlay;
      filter: blur(160px);
      width: 342px;
      height: 342px;
      position: absolute;
      top: -160px;
      left: -160px;
      display: block; }
  .homepage-holder .sections .section-three .box-wrap .eclipse-bottom-block {
    position: absolute;
    right: 0;
    bottom: 0; }
    .homepage-holder .sections .section-three .box-wrap .eclipse-bottom-block .eclipse-one {
      background: linear-gradient(135.15deg, #AE80DC 1.17%, #DC83C3 31.88%, #8084DC 65.46%);
      mix-blend-mode: overlay;
      filter: blur(160px);
      width: 560px;
      height: 560px;
      position: absolute;
      bottom: -330px;
      right: -330px;
      display: block; }
  .homepage-holder .sections .section-three .box-wrap .image-holder img {
    margin-top: -115px; }
  .homepage-holder .sections .section-three .box-wrap .content-holder {
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 120px; }
    .homepage-holder .sections .section-three .box-wrap .content-holder .text-holder {
      margin-bottom: 50px; }
      .homepage-holder .sections .section-three .box-wrap .content-holder .text-holder .title {
        font-family: 'Mikado', sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 50px;
        line-height: 56px;
        margin-bottom: 16px;
        color: #fff; }
      .homepage-holder .sections .section-three .box-wrap .content-holder .text-holder .text-field {
        color: #6A7986; }
    .homepage-holder .sections .section-three .box-wrap .content-holder .button-holder .section-btn {
      font-style: normal;
      font-weight: bold;
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      padding: 16px 24px;
      border-radius: 16px;
      max-width: 258px;
      min-height: 56px;
      max-height: 56px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 2px solid #fff;
      color: #fff;
      opacity: .75; }

.homepage-holder .sections .section-four {
  margin-bottom: 90px; }
  .homepage-holder .sections .section-four .info-boxes-wrap {
    background: linear-gradient(90.33deg, #FEA989 0.02%, #99B4DB 98.92%);
    border-radius: 0 0 24px 24px;
    margin: 0 20px; }
    .homepage-holder .sections .section-four .info-boxes-wrap .info-box {
      text-align: center;
      min-height: 240px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .homepage-holder .sections .section-four .info-boxes-wrap .info-box .number {
        font-family: 'Mikado', sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 72px;
        line-height: 80px;
        margin-bottom: 16px; }
      .homepage-holder .sections .section-four .info-boxes-wrap .info-box .bordered-filled-text {
        background: #FFFFFF;
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
        border-radius: 90px;
        min-height: 39px;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: fit-content;
        margin: 0 auto; }
        .homepage-holder .sections .section-four .info-boxes-wrap .info-box .bordered-filled-text p {
          padding: 2px 16px;
          font-style: normal;
          font-weight: bold;
          font-size: 12px;
          line-height: 24px;
          display: flex;
          align-items: center;
          color: #272E35;
          opacity: 0.75; }
    .homepage-holder .sections .section-four .info-boxes-wrap .col-4 {
      border-right: 2px solid #ffffff36; }
      .homepage-holder .sections .section-four .info-boxes-wrap .col-4:nth-last-child(1) {
        border-right: 0; }

.homepage-holder .sections .section-five .image-holder {
  text-align: center;
  margin-bottom: 64px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto; }

.homepage-holder .sections .section-five .text-holder .mini-title {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #748FB5;
  margin-bottom: 16px; }

.homepage-holder .sections .section-five .text-holder .title {
  font-family: 'Mikado', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 56px;
  text-align: center;
  color: #272E35;
  max-width: 714px;
  margin: 0 auto;
  margin-bottom: 60px; }

.homepage-holder .sections .section-six {
  margin-bottom: 107px; }
  .homepage-holder .sections .section-six .pink-background-block {
    display: none; }
  .homepage-holder .sections .section-six .secondCol .text-holder {
    margin-top: 38px;
    position: relative; }
    .homepage-holder .sections .section-six .secondCol .text-holder .arrow-image {
      position: absolute;
      left: -147px;
      display: block;
      height: 241px;
      top: 0;
      max-width: 335px; }
    .homepage-holder .sections .section-six .secondCol .text-holder .section-title {
      margin-bottom: 16px;
      font-style: normal;
      font-weight: bold;
      font-size: 32px;
      line-height: 40px;
      color: #272E35;
      padding-top: 130px; }
    .homepage-holder .sections .section-six .secondCol .text-holder .section-text-field {
      margin-bottom: 40px; }
    .homepage-holder .sections .section-six .secondCol .text-holder .section-btn {
      font-style: normal;
      font-weight: bold;
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      padding: 16px 24px;
      border-radius: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 2px solid #5d6267;
      color: #5d6267;
      min-width: 133px;
      max-width: 133px;
      min-height: 56px;
      max-height: 56px; }
  .homepage-holder .sections .section-six .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin-bottom: 30px;
    margin-top: 30px; }
    .homepage-holder .sections .section-six .slick-dots li {
      background: #748FB5;
      opacity: 0.25;
      border-radius: 90px;
      font-size: 0;
      width: 8px;
      height: 8px;
      margin-right: 32px;
      cursor: pointer; }
      .homepage-holder .sections .section-six .slick-dots li:nth-last-child(1) {
        margin-right: 0; }
      .homepage-holder .sections .section-six .slick-dots li.slick-active {
        background: #EB9955;
        border-radius: 90px;
        opacity: 1;
        width: 12px;
        height: 12px; }
  .homepage-holder .sections .section-six .button-holder .section-btn {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 16px 24px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    opacity: 0.75;
    border: 2px solid #EB9955;
    color: #EB9955;
    min-width: 172px;
    max-width: 172px;
    min-height: 48px;
    max-height: 48px;
    margin: 0 auto; }
    .homepage-holder .sections .section-six .button-holder .section-btn img {
      margin-left: 10px; }

.homepage-holder .sections .section-seven {
  margin-bottom: 120px; }
  .homepage-holder .sections .section-seven .section-plane-image {
    position: absolute;
    right: -70px;
    top: 0;
    max-width: 292px; }
  .homepage-holder .sections .section-seven .text-holder {
    margin-bottom: 81px; }
    .homepage-holder .sections .section-seven .text-holder .mini-title {
      font-style: normal;
      font-weight: bold;
      font-size: 14px;
      line-height: 16px;
      text-align: center;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #748FB5;
      margin-bottom: 16px; }
    .homepage-holder .sections .section-seven .text-holder .title {
      font-family: 'Mikado', sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 50px;
      line-height: 56px;
      text-align: center;
      color: #272E35;
      max-width: 714px;
      margin: 0 auto;
      margin-bottom: 60px; }
      .homepage-holder .sections .section-seven .text-holder .title .orange-text {
        color: #EB9955; }
  .homepage-holder .sections .section-seven .boxes-holder {
    margin-bottom: 60px; }
    .homepage-holder .sections .section-seven .boxes-holder .box-holder {
      max-width: 250px;
      text-align: center;
      margin: 0 auto; }
      .homepage-holder .sections .section-seven .boxes-holder .box-holder .icon-holder {
        min-height: 48px;
        margin-bottom: 36px; }
      .homepage-holder .sections .section-seven .boxes-holder .box-holder .text-holder .box-title {
        font-family: 'Mikado', sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        color: #272E35; }
      .homepage-holder .sections .section-seven .boxes-holder .box-holder .text-holder .box-hr-line {
        width: 80px;
        height: 4px;
        background: #748FB5;
        opacity: 0.15;
        margin: 16px auto; }
  .homepage-holder .sections .section-seven .button-holder .section-btn {
    color: #fff;
    background: #EB9955;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 16px 24px;
    border-radius: 16px;
    max-width: 260px;
    min-width: 260px;
    min-height: 56px;
    max-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto; }

.homepage-holder .sections .section-eight {
  position: relative;
  margin-bottom: 250px; }
  .homepage-holder .sections .section-eight .section-background-image {
    display: block;
    position: absolute;
    top: -120px;
    right: 0;
    max-width: 951px; }
  .homepage-holder .sections .section-eight .faq-wrap {
    background: #F7F7F8;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    min-height: 694px; }
    .homepage-holder .sections .section-eight .faq-wrap .faq-content {
      padding-top: 80px;
      padding-left: 90px; }
      .homepage-holder .sections .section-eight .faq-wrap .faq-content .section-title {
        font-family: 'Mikado', sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 32px;
        line-height: 40px;
        color: #333333; }
      .homepage-holder .sections .section-eight .faq-wrap .faq-content .hr-line {
        background: #333333;
        opacity: 0.1;
        min-width: 404px;
        max-width: 404px;
        height: 2px;
        margin: 10px 0 40px 0; }
      .homepage-holder .sections .section-eight .faq-wrap .faq-content .faq-accordion {
        max-width: 404px; }
        .homepage-holder .sections .section-eight .faq-wrap .faq-content .faq-accordion .accordion .card {
          border: 0;
          margin-bottom: 32px;
          background: transparent; }
          .homepage-holder .sections .section-eight .faq-wrap .faq-content .faq-accordion .accordion .card .card-header {
            border: 0;
            padding: 0;
            background: transparent; }
            .homepage-holder .sections .section-eight .faq-wrap .faq-content .faq-accordion .accordion .card .card-header h2 button {
              padding: 0;
              background: transparent;
              box-shadow: none;
              font-family: 'Poppins', sans-serif;
              font-style: normal;
              font-weight: 600;
              font-size: 18px;
              line-height: 24px;
              color: #EB9955; }
              .homepage-holder .sections .section-eight .faq-wrap .faq-content .faq-accordion .accordion .card .card-header h2 button .accordion-title {
                display: flex;
                align-items: center;
                justify-content: space-between; }
                .homepage-holder .sections .section-eight .faq-wrap .faq-content .faq-accordion .accordion .card .card-header h2 button .accordion-title .arrow {
                  background-image: url("../../img/accordion-arrow-top-orange.png");
                  display: block;
                  width: 24px;
                  height: 24px; }
              .homepage-holder .sections .section-eight .faq-wrap .faq-content .faq-accordion .accordion .card .card-header h2 button.collapsed {
                padding: 0;
                background: transparent;
                box-shadow: none;
                font-style: normal;
                font-weight: 600;
                font-size: 18px;
                line-height: 24px;
                color: #333333;
                opacity: 0.7; }
                .homepage-holder .sections .section-eight .faq-wrap .faq-content .faq-accordion .accordion .card .card-header h2 button.collapsed .accordion-title {
                  display: flex;
                  align-items: center;
                  justify-content: space-between; }
                  .homepage-holder .sections .section-eight .faq-wrap .faq-content .faq-accordion .accordion .card .card-header h2 button.collapsed .accordion-title .arrow {
                    background-image: url("../../img/accordion-arrow-down.png");
                    display: block;
                    width: 24px;
                    height: 24px; }
          .homepage-holder .sections .section-eight .faq-wrap .faq-content .faq-accordion .accordion .card .card-body {
            padding: 0;
            margin-top: 32px; }

.homepage-holder .sections .section-nine {
  margin-bottom: 170px; }
  .homepage-holder .sections .section-nine .section-ilustration-image {
    position: absolute;
    top: -90px;
    left: 0;
    max-width: 258px; }
  .homepage-holder .sections .section-nine .section-title {
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 56px;
    text-align: center;
    color: #272E35;
    margin-bottom: 80px; }
  .homepage-holder .sections .section-nine .reviews-slider .slick-prev {
    background: transparent;
    border: 0;
    position: absolute;
    bottom: -50px;
    left: 44%; }
    .homepage-holder .sections .section-nine .reviews-slider .slick-prev .slick-arrow-left {
      background-image: url("../../img/arrow-left.svg");
      width: 40px;
      height: 40px;
      display: block; }
  .homepage-holder .sections .section-nine .reviews-slider .slick-next {
    background: transparent;
    border: 0;
    position: absolute;
    bottom: -50px;
    right: 44%; }
    .homepage-holder .sections .section-nine .reviews-slider .slick-next .slick-arrow-right {
      background-image: url("../../img/arrow-right.svg");
      width: 40px;
      height: 40px;
      display: block; }
  .homepage-holder .sections .section-nine .reviews-slider .review-box {
    max-width: 331px;
    text-align: center; }
    .homepage-holder .sections .section-nine .reviews-slider .review-box .review-text {
      margin-bottom: 32px; }
      .homepage-holder .sections .section-nine .reviews-slider .review-box .review-text p {
        font-family: 'Mikado', sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        color: #272E35; }
    .homepage-holder .sections .section-nine .reviews-slider .review-box .stars-image {
      margin-bottom: 32px;
      display: flex;
      justify-content: center; }
    .homepage-holder .sections .section-nine .reviews-slider .review-box .author-holder .name {
      font-family: 'Mikado', sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 18px;
      line-height: 24px;
      text-align: center;
      color: #272E35;
      margin-bottom: 5px; }
    .homepage-holder .sections .section-nine .reviews-slider .review-box .author-holder .position {
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      color: #757575; }

.homepage-holder .sections .section-ten {
  margin-bottom: 100px;
  position: relative;
  overflow: hidden; }
  .homepage-holder .sections .section-ten .section-background-image {
    position: absolute;
    top: 0;
    right: -140px;
    max-width: 946px; }
  .homepage-holder .sections .section-ten .box-holder {
    background: #2C353D;
    border-radius: 24px;
    min-height: 600px;
    position: relative;
    padding-top: 124px;
    padding-left: 99px; }
    .homepage-holder .sections .section-ten .box-holder .text-holder {
      max-width: 440px; }
      .homepage-holder .sections .section-ten .box-holder .text-holder .section-title {
        font-family: 'Mikado', sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 60px;
        line-height: 80px;
        color: #FFFFFF;
        margin-bottom: 32px; }
      .homepage-holder .sections .section-ten .box-holder .text-holder .section-text-field {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        color: #6A7986;
        margin-bottom: 32px;
        max-width: 341px; }
      .homepage-holder .sections .section-ten .box-holder .text-holder .section-btn {
        color: #fff;
        background: #EB9955;
        border-radius: 16px;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        padding: 16px 24px;
        max-width: 129px;
        min-width: 129px;
        min-height: 56px;
        max-height: 56px;
        display: flex;
        align-items: center;
        justify-content: center; }
    .homepage-holder .sections .section-ten .box-holder .eclipse-image {
      background: linear-gradient(135.15deg, #AE80DC 1.17%, #DC83C3 31.88%, #8084DC 65.46%);
      mix-blend-mode: overlay;
      filter: blur(160px);
      width: 497px;
      height: 497px;
      position: absolute;
      top: -170px;
      left: -220px;
      display: block; }

.aboutus-holder .sections .section-one {
  min-height: 655px;
  position: relative;
  margin-bottom: 188px; }
  .aboutus-holder .sections .section-one .section-holder {
    min-height: 655px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .aboutus-holder .sections .section-one .section-holder .section-background-bottom-image {
      display: none; }
    .aboutus-holder .sections .section-one .section-holder .section-background-top-image {
      display: none; }
    .aboutus-holder .sections .section-one .section-holder .section-background-image {
      background-image: url("../../img/illustration10.png");
      min-height: 655px;
      max-width: 1315px;
      display: block;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      top: 60px;
      left: 0;
      right: 0;
      background-size: cover;
      margin-left: auto;
      margin-right: auto; }
    .aboutus-holder .sections .section-one .section-holder .section-title {
      font-family: 'Mikado', sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 48px;
      line-height: 120%;
      text-align: center;
      color: #272E35;
      max-width: 661px; }

.aboutus-holder .sections .section-two {
  margin-bottom: 128px; }
  .aboutus-holder .sections .section-two .text-holder {
    margin-top: 60px; }
    .aboutus-holder .sections .section-two .text-holder .section-title {
      font-family: Mikado, sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 36px;
      line-height: 125%;
      color: #272E35;
      margin-bottom: 32px; }
    .aboutus-holder .sections .section-two .text-holder .section-text-field {
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 24px;
      color: #6E757C; }

.aboutus-holder .sections .section-three {
  margin-bottom: 220px;
  position: relative; }
  .aboutus-holder .sections .section-three .text-holder {
    margin-bottom: 100px;
    position: relative; }
    .aboutus-holder .sections .section-three .text-holder .section-arrow-image {
      background-image: url("../../img/illustration12.png");
      background-repeat: no-repeat;
      background-position: left;
      max-width: 335px;
      max-height: 150px;
      min-width: 335px;
      min-height: 150px;
      display: block;
      position: absolute;
      left: -100px;
      background-size: cover; }
    .aboutus-holder .sections .section-three .text-holder .title {
      font-family: 'Mikado', sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 50px;
      line-height: 56px;
      text-align: center;
      color: #272E35;
      max-width: 714px;
      margin: 0 auto; }
  .aboutus-holder .sections .section-three .boxes-holder {
    margin-bottom: 60px; }
    .aboutus-holder .sections .section-three .boxes-holder .box-holder {
      max-width: 196px;
      text-align: center;
      margin: 0 auto; }
      .aboutus-holder .sections .section-three .boxes-holder .box-holder .icon-holder {
        min-height: 64px;
        margin-bottom: 36px; }
      .aboutus-holder .sections .section-three .boxes-holder .box-holder .text-holder .box-title {
        font-family: 'Mikado', sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        color: #272E35; }
      .aboutus-holder .sections .section-three .boxes-holder .box-holder .text-holder .box-hr-line {
        width: 80px;
        height: 4px;
        background: #748FB5;
        opacity: 0.15;
        margin: 16px auto; }
  .aboutus-holder .sections .section-three .section-loop-image {
    background-image: url("../../img/illustration13.png");
    max-width: 140px;
    min-width: 140px;
    max-height: 66px;
    min-height: 66px;
    display: block;
    position: absolute;
    background-size: cover;
    right: -30px;
    bottom: 30px;
    background-repeat: no-repeat;
    background-position: right; }

.aboutus-holder .sections .section-four {
  margin-bottom: 180px; }
  .aboutus-holder .sections .section-four .box-wrap {
    background: #2C353D;
    max-height: 600px;
    border-radius: 24px;
    position: relative; }
    .aboutus-holder .sections .section-four .box-wrap .eclipse-top-block {
      position: absolute;
      left: 0;
      top: 0; }
      .aboutus-holder .sections .section-four .box-wrap .eclipse-top-block .eclipse-one {
        background: linear-gradient(135.15deg, #AE80DC 1.17%, #DC83C3 31.88%, #8084DC 65.46%);
        mix-blend-mode: overlay;
        opacity: 0.6;
        filter: blur(278.261px);
        width: 560px;
        height: 560px;
        position: absolute;
        top: -160px;
        left: -160px;
        display: block; }
      .aboutus-holder .sections .section-four .box-wrap .eclipse-top-block .eclipse-two {
        background: linear-gradient(135.15deg, #AE80DC 1.17%, #DC83C3 31.88%, #8084DC 65.46%);
        mix-blend-mode: overlay;
        filter: blur(160px);
        width: 342px;
        height: 342px;
        position: absolute;
        top: -160px;
        left: -160px;
        display: block; }
    .aboutus-holder .sections .section-four .box-wrap .eclipse-bottom-block {
      position: absolute;
      right: 0;
      bottom: 0; }
      .aboutus-holder .sections .section-four .box-wrap .eclipse-bottom-block .eclipse-one {
        background: linear-gradient(135.15deg, #AE80DC 1.17%, #DC83C3 31.88%, #8084DC 65.46%);
        mix-blend-mode: overlay;
        filter: blur(160px);
        width: 560px;
        height: 560px;
        position: absolute;
        bottom: -330px;
        right: -330px;
        display: block; }
    .aboutus-holder .sections .section-four .box-wrap .image-holder {
      position: absolute;
      top: -90px;
      left: -150px;
      max-width: 887px; }
    .aboutus-holder .sections .section-four .box-wrap .content-holder {
      min-height: 550px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .aboutus-holder .sections .section-four .box-wrap .content-holder .text-holder {
        max-width: 445px; }
        .aboutus-holder .sections .section-four .box-wrap .content-holder .text-holder .title {
          font-style: normal;
          font-weight: bold;
          font-size: 36px;
          line-height: 125%;
          color: #FFFFFF; }
        .aboutus-holder .sections .section-four .box-wrap .content-holder .text-holder .text-field {
          font-style: normal;
          font-weight: normal;
          font-size: 16px;
          line-height: 24px;
          color: #CFD3D7;
          margin-bottom: 24px; }
          .aboutus-holder .sections .section-four .box-wrap .content-holder .text-holder .text-field:nth-last-child(1) {
            margin-bottom: 0; }

.aboutus-holder .sections .section-five {
  margin-bottom: 128px; }
  .aboutus-holder .sections .section-five .image-holder {
    margin-bottom: 80px; }
  .aboutus-holder .sections .section-five .section-plane-image .image-holder {
    max-width: 292px;
    margin-left: auto;
    margin-right: auto; }
  .aboutus-holder .sections .section-five .text-holder {
    margin-top: 80px; }
    .aboutus-holder .sections .section-five .text-holder .section-title {
      font-family: Mikado, sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 36px;
      line-height: 125%;
      color: #272E35;
      margin-bottom: 32px; }
    .aboutus-holder .sections .section-five .text-holder .section-text-field {
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 24px;
      color: #6E757C;
      margin-bottom: 24px;
      max-width: 445px; }
      .aboutus-holder .sections .section-five .text-holder .section-text-field:nth-last-child(1) {
        margin-bottom: 0; }

.aboutus-holder .sections .section-six {
  margin-bottom: 100px; }
  .aboutus-holder .sections .section-six .box-holder {
    background: #2C353D;
    border-radius: 24px;
    min-height: 600px;
    position: relative;
    padding-top: 124px;
    padding-left: 99px; }
    .aboutus-holder .sections .section-six .box-holder .eclipse-image {
      background: linear-gradient(135.15deg, #AE80DC 1.17%, #DC83C3 31.88%, #8084DC 65.46%);
      mix-blend-mode: overlay;
      filter: blur(160px);
      width: 497px;
      height: 497px;
      position: absolute;
      top: -170px;
      left: -220px;
      display: block; }
    .aboutus-holder .sections .section-six .box-holder .text-holder {
      max-width: 440px; }
      .aboutus-holder .sections .section-six .box-holder .text-holder .section-title {
        font-family: 'Mikado', sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 60px;
        line-height: 80px;
        color: #FFFFFF;
        margin-bottom: 32px; }
      .aboutus-holder .sections .section-six .box-holder .text-holder .section-text-field {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        color: #6A7986;
        margin-bottom: 32px;
        max-width: 341px; }
      .aboutus-holder .sections .section-six .box-holder .text-holder .section-btn {
        color: #fff;
        background: #EB9955;
        border-radius: 16px;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        padding: 16px 24px;
        max-width: 129px;
        min-width: 129px;
        min-height: 56px;
        max-height: 56px;
        display: flex;
        align-items: center;
        justify-content: center; }
    .aboutus-holder .sections .section-six .box-holder .section-background-image {
      position: absolute;
      top: 50px;
      right: -140px;
      max-width: 946px; }

.contactpage-holder .sections .section-one {
  margin-top: 190px;
  margin-bottom: 180px; }
  .contactpage-holder .sections .section-one .firstCol {
    display: flex;
    align-items: center; }
    .contactpage-holder .sections .section-one .firstCol .text-holder {
      max-width: 389px; }
      .contactpage-holder .sections .section-one .firstCol .text-holder .section-title {
        font-family: 'Mikado', sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 64px;
        line-height: 110%;
        color: #272E35;
        margin-bottom: 32px; }
        .contactpage-holder .sections .section-one .firstCol .text-holder .section-title .orange-text {
          color: #EB9955; }
  .contactpage-holder .sections .section-one .secondCol {
    display: flex;
    align-items: center; }
    .contactpage-holder .sections .section-one .secondCol .form-holder {
      background: #F7F7F8;
      box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.1);
      border-radius: 24px;
      min-width: 417px;
      padding: 40px 24px 64px 24px; }
      .contactpage-holder .sections .section-one .secondCol .form-holder form .form-group {
        margin-bottom: 32px; }
        .contactpage-holder .sections .section-one .secondCol .form-holder form .form-group input {
          border: 0;
          border-bottom: 1px solid #272E35;
          border-radius: 0;
          padding-left: 0;
          background: transparent; }
        .contactpage-holder .sections .section-one .secondCol .form-holder form .form-group:nth-last-child(1) {
          margin-bottom: 0; }
      .contactpage-holder .sections .section-one .secondCol .form-holder form .button-submit button {
        border: 0;
        text-transform: uppercase;
        color: #fff;
        background: #EB9955;
        border-radius: 16px;
        min-width: 100%;
        max-width: 100%;
        min-height: 56px;
        max-height: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        letter-spacing: -0.005em; }
    .contactpage-holder .sections .section-one .secondCol .form-additional-image-one {
      position: absolute;
      left: -30px;
      top: -40px;
      max-width: 86px; }
    .contactpage-holder .sections .section-one .secondCol .form-additional-image-two {
      position: absolute;
      right: 0;
      top: -100px;
      max-width: 257px; }
    .contactpage-holder .sections .section-one .secondCol .form-additional-image-three {
      position: absolute;
      right: 80px;
      bottom: -100px;
      max-width: 117px; }

.contactpage-holder .sections .section-two {
  margin-bottom: 90px; }
  .contactpage-holder .sections .section-two .secondCol {
    display: flex;
    justify-content: center;
    flex-direction: column; }
    .contactpage-holder .sections .section-two .secondCol .text-holder {
      margin-bottom: 64px; }
      .contactpage-holder .sections .section-two .secondCol .text-holder h2 {
        font-family: 'Mikado', sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 36px;
        line-height: 125%;
        color: #272E35; }
    .contactpage-holder .sections .section-two .secondCol .info-box-holder .box-holder {
      display: flex;
      align-items: center;
      margin-bottom: 36px; }
      .contactpage-holder .sections .section-two .secondCol .info-box-holder .box-holder .icon-image {
        margin-right: 23px; }
      .contactpage-holder .sections .section-two .secondCol .info-box-holder .box-holder .text-field a {
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 24px;
        color: #6E757C; }
      .contactpage-holder .sections .section-two .secondCol .info-box-holder .box-holder .text-field p {
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 24px;
        color: #6E757C; }
      .contactpage-holder .sections .section-two .secondCol .info-box-holder .box-holder:nth-last-child(1) {
        margin-bottom: 0; }
    .contactpage-holder .sections .section-two .secondCol .section-dots-image {
      position: absolute;
      right: 0;
      max-width: 175px; }

@media (max-width: 1400px) {
  .homepage-holder .sections .hero-section .section-background-image {
    max-width: 700px;
    right: 0;
    text-align: center; }
  .homepage-holder .sections .section-eight .section-background-image {
    max-width: 700px;
    top: 0; } }

@media (max-width: 1200px) {
  .homepage-holder .sections .section-ten .section-background-image {
    top: unset;
    right: -120px;
    bottom: -90px;
    max-width: 800px; }
  .aboutus-holder .sections .section-four .box-wrap .image-holder {
    max-width: 720px; }
  .aboutus-holder .sections .section-six .box-holder .section-background-image {
    top: unset;
    right: -120px;
    bottom: -90px;
    max-width: 800px; } }

@media (max-width: 991px) {
  header .header-holder .navbar-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0; }
    header .header-holder .navbar-collapse.collapsing {
      left: -100%;
      transition: all .3s ease-in;
      top: 0;
      bottom: 0; }
    header .header-holder .navbar-collapse .header-navigation-menu-holder {
      min-height: 100%;
      height: 100%; }
      header .header-holder .navbar-collapse .header-navigation-menu-holder .navigation-menu {
        flex-direction: column;
        padding-left: 0 !important; }
        header .header-holder .navbar-collapse .header-navigation-menu-holder .navigation-menu .nav-item {
          margin-right: 0;
          margin-bottom: 25px; }
          header .header-holder .navbar-collapse .header-navigation-menu-holder .navigation-menu .nav-item .nav-link {
            font-size: 28px;
            color: #fff; }
          header .header-holder .navbar-collapse .header-navigation-menu-holder .navigation-menu .nav-item:nth-last-child(1) {
            margin-bottom: 0; }
          header .header-holder .navbar-collapse .header-navigation-menu-holder .navigation-menu .nav-item.filled {
            margin: 0 !important; }
            header .header-holder .navbar-collapse .header-navigation-menu-holder .navigation-menu .nav-item.filled .nav-link {
              background: transparent;
              max-width: 100%;
              min-width: 100%;
              text-transform: capitalize;
              font-size: 28px;
              color: #fff;
              padding: 0;
              min-height: auto;
              max-height: auto; }
  .homepage-holder .sections .hero-section {
    min-height: auto;
    margin-top: 80px; }
    .homepage-holder .sections .hero-section .content-holder {
      min-height: auto;
      margin-bottom: 30px; }
    .homepage-holder .sections .hero-section .section-background-image {
      position: relative;
      max-width: 100%; }
  .homepage-holder .sections .section-three .box-wrap {
    max-height: 100%; }
    .homepage-holder .sections .section-three .box-wrap .content-holder {
      min-height: auto;
      padding: 0 30px 40px 30px; }
  .homepage-holder .sections .section-six .firstCol .image-holder {
    text-align: center; }
  .homepage-holder .sections .section-six .secondCol {
    justify-content: center;
    align-items: center;
    display: flex; }
    .homepage-holder .sections .section-six .secondCol .text-holder {
      margin-bottom: 38px; }
      .homepage-holder .sections .section-six .secondCol .text-holder .arrow-image {
        display: none; }
      .homepage-holder .sections .section-six .secondCol .text-holder .section-title {
        padding-top: 0; }
  .homepage-holder .sections .section-seven .section-plane-image {
    position: relative;
    margin: 0 auto;
    text-align: center;
    right: 0;
    margin-bottom: 90px; }
  .homepage-holder .sections .section-eight .section-background-image {
    max-width: 100%;
    position: relative; }
  .homepage-holder .sections .section-eight .faq-wrap {
    min-height: auto;
    padding-bottom: 30px; }
  .homepage-holder .sections .section-nine .section-ilustration-image {
    left: -100px; }
  .homepage-holder .sections .section-nine .reviews-slider .slick-next {
    right: 39%; }
  .homepage-holder .sections .section-nine .reviews-slider .slick-prev {
    left: 39%; }
  .homepage-holder .sections .section-ten .section-background-image {
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
    right: 0;
    bottom: 0; }
  .aboutus-holder .sections .section-two .firstCol {
    order: 2; }
  .aboutus-holder .sections .section-two .secondCol {
    order: 1; }
  .aboutus-holder .sections .section-four .box-wrap {
    max-height: 100%; }
    .aboutus-holder .sections .section-four .box-wrap .image-holder {
      position: relative;
      max-width: 100%;
      text-align: center;
      margin: 0 auto;
      width: 100%;
      left: 0;
      top: 0; }
    .aboutus-holder .sections .section-four .box-wrap .content-holder {
      min-height: auto;
      padding: 0 30px 40px 30px; }
  .aboutus-holder .sections .section-six .box-holder .section-background-image {
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
    right: 0;
    bottom: 0; }
  .contactpage-holder .sections .section-one {
    margin-top: 90px; }
    .contactpage-holder .sections .section-one .firstCol {
      justify-content: center; }
    .contactpage-holder .sections .section-one .secondCol {
      justify-content: center; }
      .contactpage-holder .sections .section-one .secondCol .form-additional-image-two {
        right: 120px;
        top: -20px;
        max-width: 140px; } }

@media (max-width: 768px) {
  .homepage-holder .sections .section-four {
    margin-bottom: 64px; }
    .homepage-holder .sections .section-four .info-boxes-wrap {
      padding: 0 10px; }
      .homepage-holder .sections .section-four .info-boxes-wrap .col-4 {
        border: 0; }
      .homepage-holder .sections .section-four .info-boxes-wrap .info-box .number {
        font-size: 50px; }
      .homepage-holder .sections .section-four .info-boxes-wrap .info-box .bordered-filled-text {
        text-align: left;
        background: none;
        box-shadow: none; }
        .homepage-holder .sections .section-four .info-boxes-wrap .info-box .bordered-filled-text p {
          padding: 0; }
  .homepage-holder .sections .section-eight .faq-wrap .faq-content {
    padding-left: 30px;
    padding-right: 30px; }
    .homepage-holder .sections .section-eight .faq-wrap .faq-content .hr-line {
      min-width: 100%;
      max-width: 100%; }
  .homepage-holder .sections .section-ten .box-holder {
    padding: 50px 30px 0 30px; }
  .aboutus-holder .sections .section-six .box-holder {
    padding: 50px 30px 0 30px; }
  footer .topside .rightside .footer-nav .menu {
    flex-direction: column;
    align-items: flex-start; } }

@media (max-width: 580px) {
  header {
    padding: 8px 20px 0 20px; }
  .contactpage-holder .sections .section-one .secondCol .form-holder {
    margin-top: 50px; } }

@media (max-width: 480px) {
  footer {
    padding-bottom: 30px; }
    footer .topside .leftside .footer-info {
      font-size: 12px;
      line-height: 135%;
      max-width: 163px;
      margin-bottom: 32px; }
    footer .topside .leftside .social-holder {
      display: flex; }
      footer .topside .leftside .social-holder .social-item {
        margin-right: 24px; }
        footer .topside .leftside .social-holder .social-item:nth-last-child(1) {
          margin-right: 0; }
    footer .bottomside {
      justify-content: center; }
      footer .bottomside .leftside .copyright {
        font-size: 13px;
        line-height: 16px;
        color: #6E757C;
        opacity: 0.5; }
      footer .bottomside .rightside .social-holder {
        display: none; }
  .homepage-holder .sections .hero-section {
    margin-bottom: -64px; }
    .homepage-holder .sections .hero-section .section-background-image {
      display: none; }
    .homepage-holder .sections .hero-section .mobile-bottom-image {
      display: block;
      text-align: center; }
    .homepage-holder .sections .hero-section .mobile-top-image {
      display: block;
      text-align: center; }
    .homepage-holder .sections .hero-section .content-holder .text-holder .mini-title {
      text-align: center;
      font-size: 10px;
      line-height: 16px;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      margin-bottom: 8px; }
    .homepage-holder .sections .hero-section .content-holder .text-holder .title {
      font-size: 36px;
      line-height: 120%;
      text-align: center;
      margin-bottom: 24px; }
    .homepage-holder .sections .hero-section .content-holder .text-holder .text-field {
      font-size: 18px;
      line-height: 24px;
      text-align: center;
      color: #6E757C;
      margin-bottom: 32px; }
    .homepage-holder .sections .hero-section .content-holder .buttons-holder {
      flex-direction: column; }
      .homepage-holder .sections .hero-section .content-holder .buttons-holder a {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 20px; }
        .homepage-holder .sections .hero-section .content-holder .buttons-holder a:nth-last-child(1) {
          margin-bottom: 0; }
  .homepage-holder .sections .section-three .image-holder {
    text-align: center; }
  .homepage-holder .sections .section-three .box-wrap .content-holder .text-holder {
    margin-bottom: 32px; }
    .homepage-holder .sections .section-three .box-wrap .content-holder .text-holder .title {
      font-size: 28px;
      line-height: 120%;
      margin-bottom: 16px; }
    .homepage-holder .sections .section-three .box-wrap .content-holder .text-holder .text-field {
      margin-bottom: 0; }
  .homepage-holder .sections .section-three .box-wrap .content-holder .button-holder .section-btn {
    max-width: 100% !important; }
  .homepage-holder .sections .section-four .info-boxes-wrap .info-box .number {
    font-size: 44px; }
  .homepage-holder .sections .section-four .info-boxes-wrap .info-box .bordered-filled-text p {
    color: #fff; }
  .homepage-holder .sections .section-five .image-holder {
    display: none; }
  .homepage-holder .sections .section-five .text-holder .mini-title {
    margin-bottom: 8px; }
  .homepage-holder .sections .section-five .text-holder .title {
    font-size: 28px;
    line-height: 120%; }
  .homepage-holder .sections .section-six {
    position: relative; }
    .homepage-holder .sections .section-six .pink-background-block {
      position: absolute;
      top: 0;
      display: block;
      width: 100%;
      min-height: 350px;
      background: linear-gradient(180deg, #F2A381 0%, #F3A9F0 100%); }
    .homepage-holder .sections .section-six .slide {
      background: #373C41;
      margin-top: 30px;
      border-radius: 16px;
      padding-bottom: 60px; }
      .homepage-holder .sections .section-six .slide .firstCol img {
        margin: 30px auto 0 auto; }
      .homepage-holder .sections .section-six .slide .secondCol .text-holder {
        padding: 0 30px; }
        .homepage-holder .sections .section-six .slide .secondCol .text-holder .section-title {
          font-size: 28px;
          line-height: 120%;
          color: #fff;
          margin-bottom: 16px; }
        .homepage-holder .sections .section-six .slide .secondCol .text-holder .section-btn {
          max-width: 100%;
          border: 2px solid #fff;
          color: #fff;
          margin-top: 20px; }
    .homepage-holder .sections .section-six .slick-dots {
      position: relative;
      top: -70px;
      margin-bottom: 0; }
  .homepage-holder .sections .section-seven {
    margin-bottom: 64px; }
    .homepage-holder .sections .section-seven .text-holder .mini-title {
      margin-bottom: 8px; }
    .homepage-holder .sections .section-seven .text-holder .title {
      font-size: 28px;
      line-height: 120%;
      max-width: 343px; }
    .homepage-holder .sections .section-seven .boxes-holder {
      margin-bottom: 48px; }
      .homepage-holder .sections .section-seven .boxes-holder .col-lg-4:nth-last-child(1) .box-holder {
        margin-bottom: 0; }
      .homepage-holder .sections .section-seven .boxes-holder .box-holder {
        display: flex;
        max-width: 100%;
        margin-bottom: 48px; }
        .homepage-holder .sections .section-seven .boxes-holder .box-holder .icon-holder {
          display: flex;
          align-items: flex-start;
          flex-grow: 1;
          margin-right: 26px;
          min-width: 48px; }
        .homepage-holder .sections .section-seven .boxes-holder .box-holder .text-holder {
          padding-right: 50px;
          margin-bottom: 0; }
          .homepage-holder .sections .section-seven .boxes-holder .box-holder .text-holder .box-title {
            text-align: left; }
          .homepage-holder .sections .section-seven .boxes-holder .box-holder .text-holder .box-hr-line {
            margin-left: 0; }
          .homepage-holder .sections .section-seven .boxes-holder .box-holder .text-holder .box-text-field {
            text-align: left; }
    .homepage-holder .sections .section-seven .button-holder .section-btn {
      min-width: 100%;
      max-width: 100%; }
  .homepage-holder .sections .section-eight {
    margin-bottom: 0; }
    .homepage-holder .sections .section-eight .faq-wrap {
      padding-bottom: 150px; }
      .homepage-holder .sections .section-eight .faq-wrap .faq-content .section-title {
        font-size: 28px;
        line-height: 120%; }
      .homepage-holder .sections .section-eight .faq-wrap .faq-content .hr-line {
        margin-bottom: 32px; }
      .homepage-holder .sections .section-eight .faq-wrap .faq-content .faq-accordion .accordion .card {
        margin-bottom: 24px; }
        .homepage-holder .sections .section-eight .faq-wrap .faq-content .faq-accordion .accordion .card .card-body {
          margin-top: 24px; }
    .homepage-holder .sections .section-eight .section-background-image {
      text-align: center;
      top: -60px; }
  .homepage-holder .sections .section-nine {
    margin-bottom: 64px; }
    .homepage-holder .sections .section-nine .section-title {
      font-size: 28px;
      line-height: 120%;
      text-align: center;
      margin-bottom: 48px; }
    .homepage-holder .sections .section-nine .reviews-slider .review-box {
      max-width: 100%; }
      .homepage-holder .sections .section-nine .reviews-slider .review-box .review-text {
        margin-bottom: 24px;
        max-width: 255px;
        margin-left: auto;
        margin-right: auto; }
        .homepage-holder .sections .section-nine .reviews-slider .review-box .review-text p {
          font-size: 16px;
          line-height: 135%;
          text-align: center; }
      .homepage-holder .sections .section-nine .reviews-slider .review-box .stars-image {
        margin-bottom: 20px; }
      .homepage-holder .sections .section-nine .reviews-slider .review-box .author-holder .name {
        font-size: 24px;
        line-height: 120%; }
    .homepage-holder .sections .section-nine .reviews-slider .slick-next {
      bottom: unset;
      right: 0;
      top: 15%;
      transform: translate(0, -15%); }
    .homepage-holder .sections .section-nine .reviews-slider .slick-prev {
      bottom: unset;
      left: 0;
      top: 15%;
      transform: translate(0, -15%); }
    .homepage-holder .sections .section-nine .section-ilustration-image {
      top: -50px; }
  .homepage-holder .sections .section-ten .box-holder .text-holder .section-title {
    font-size: 28px;
    line-height: 120%;
    color: #fff;
    text-align: center;
    margin-bottom: 16px; }
    .homepage-holder .sections .section-ten .box-holder .text-holder .section-title .orange-text {
      color: #EB9955; }
  .homepage-holder .sections .section-ten .box-holder .text-holder .section-text-field {
    margin-bottom: 32px;
    text-align: center; }
  .homepage-holder .sections .section-ten .box-holder .text-holder .section-btn {
    max-width: 100%; }
  .homepage-holder .sections .section-ten .box-holder .section-background-image {
    top: 70px; }
  .aboutus-holder .sections .section-one {
    margin-top: 60px;
    margin-bottom: 60px; }
    .aboutus-holder .sections .section-one .section-holder {
      flex-direction: column; }
      .aboutus-holder .sections .section-one .section-holder .section-background-image {
        display: none; }
      .aboutus-holder .sections .section-one .section-holder .section-background-bottom-image {
        display: flex; }
      .aboutus-holder .sections .section-one .section-holder .section-background-top-image {
        display: flex; }
      .aboutus-holder .sections .section-one .section-holder .section-title {
        font-size: 36px;
        line-height: 120%;
        text-align: center;
        color: #272E35; }
  .aboutus-holder .sections .section-two {
    margin-bottom: 64px; }
    .aboutus-holder .sections .section-two .text-holder .section-title {
      font-size: 28px;
      line-height: 120%;
      color: #272E35;
      margin-bottom: 16px; }
  .aboutus-holder .sections .section-three {
    margin-bottom: 180px; }
    .aboutus-holder .sections .section-three .section-loop-image {
      bottom: -70px; }
    .aboutus-holder .sections .section-three .text-holder .section-arrow-image {
      width: 150px;
      height: 110px;
      display: block;
      position: absolute;
      left: -80px;
      background-size: cover; }
    .aboutus-holder .sections .section-three .text-holder .mini-title {
      margin-bottom: 8px; }
    .aboutus-holder .sections .section-three .text-holder .title {
      font-size: 28px;
      line-height: 120%;
      max-width: 343px; }
    .aboutus-holder .sections .section-three .boxes-holder {
      margin-bottom: 48px; }
      .aboutus-holder .sections .section-three .boxes-holder .col-lg-4:nth-last-child(1) .box-holder {
        margin-bottom: 0; }
      .aboutus-holder .sections .section-three .boxes-holder .box-holder {
        display: flex;
        max-width: 100%;
        margin-bottom: 48px; }
        .aboutus-holder .sections .section-three .boxes-holder .box-holder .icon-holder {
          display: flex;
          align-items: flex-start;
          flex-grow: 1;
          margin-right: 26px;
          min-width: 48px; }
        .aboutus-holder .sections .section-three .boxes-holder .box-holder .text-holder {
          padding-right: 50px;
          margin-bottom: 0; }
          .aboutus-holder .sections .section-three .boxes-holder .box-holder .text-holder .box-title {
            text-align: left; }
          .aboutus-holder .sections .section-three .boxes-holder .box-holder .text-holder .box-hr-line {
            margin-left: 0; }
          .aboutus-holder .sections .section-three .boxes-holder .box-holder .text-holder .box-text-field {
            text-align: left; }
    .aboutus-holder .sections .section-three .button-holder .section-btn {
      min-width: 100%;
      max-width: 100%; }
  .aboutus-holder .sections .section-four {
    margin-bottom: 70px; }
    .aboutus-holder .sections .section-four .box-wrap .image-holder {
      text-align: center;
      top: -60px; }
    .aboutus-holder .sections .section-four .box-wrap .content-holder .text-holder {
      margin-bottom: 32px; }
      .aboutus-holder .sections .section-four .box-wrap .content-holder .text-holder .title {
        font-size: 28px;
        line-height: 120%;
        margin-bottom: 16px; }
      .aboutus-holder .sections .section-four .box-wrap .content-holder .text-holder .text-field {
        margin-bottom: 16px; }
        .aboutus-holder .sections .section-four .box-wrap .content-holder .text-holder .text-field:nth-last-child(1) {
          margin-bottom: 0; }
    .aboutus-holder .sections .section-four .box-wrap .content-holder .button-holder .section-btn {
      max-width: 100% !important; }
  .aboutus-holder .sections .section-five .section-plane-image {
    display: none; }
  .aboutus-holder .sections .section-five .secondCol {
    order: 2; }
    .aboutus-holder .sections .section-five .secondCol .text-holder {
      margin-top: 0; }
      .aboutus-holder .sections .section-five .secondCol .text-holder .section-title {
        font-weight: bold;
        font-size: 28px;
        line-height: 120%;
        color: #272E35;
        margin-bottom: 16px; }
  .aboutus-holder .sections .section-five .thirdCol {
    order: 1; }
  .aboutus-holder .sections .section-six .box-holder .text-holder .section-title {
    font-size: 28px;
    line-height: 120%;
    color: #fff;
    text-align: center;
    margin-bottom: 16px; }
    .aboutus-holder .sections .section-six .box-holder .text-holder .section-title .orange-text {
      color: #EB9955; }
  .aboutus-holder .sections .section-six .box-holder .text-holder .section-text-field {
    margin-bottom: 32px;
    text-align: center; }
  .aboutus-holder .sections .section-six .box-holder .text-holder .section-btn {
    max-width: 100%; }
  .aboutus-holder .sections .section-six .box-holder .section-background-image {
    top: 70px; }
  .contactpage-holder .sections .section-one .firstCol .text-holder {
    margin-bottom: 110px; }
    .contactpage-holder .sections .section-one .firstCol .text-holder .section-title {
      font-size: 36px;
      line-height: 120%;
      text-align: center;
      margin-bottom: 16px; }
    .contactpage-holder .sections .section-one .firstCol .text-holder .section-text-field {
      font-weight: normal;
      font-size: 18px;
      line-height: 24px;
      text-align: center;
      color: #6E757C; }
  .contactpage-holder .sections .section-one .secondCol .form-additional-image-one {
    left: 0;
    top: -60px; }
  .contactpage-holder .sections .section-one .secondCol .form-additional-image-two {
    right: 0;
    top: 10px; }
  .contactpage-holder .sections .section-one .secondCol .form-additional-image-three {
    max-width: 66px;
    bottom: -40px;
    right: 30px; }
  .contactpage-holder .sections .section-two .firstCol {
    order: 2; }
    .contactpage-holder .sections .section-two .firstCol .image-holder {
      margin-top: 40px; }
  .contactpage-holder .sections .section-two .secondCol {
    order: 1; }
    .contactpage-holder .sections .section-two .secondCol .text-holder {
      margin-bottom: 42px; }
      .contactpage-holder .sections .section-two .secondCol .text-holder .section-title {
        font-weight: bold;
        font-size: 28px;
        line-height: 120%;
        text-align: center;
        color: #272E35; }
    .contactpage-holder .sections .section-two .secondCol .section-dots-image {
      display: none; } }
