/**
*
* Testing
*
**/
#gradient-canvas {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  --gradient-color-1: #dcfdff;
  --gradient-color-2: #fadbe5;
  --gradient-color-3: #d6cbff;
  --gradient-color-4: #fffec8; }

.hero1-dashboard {
  display: flex;
  justify-content: center;
  margin-top: -117px;
  position: relative;
  z-index: 1;
  margin-bottom: 90px; }
  @media (max-width: 1100px) {
    .hero1-dashboard {
      display: none; } }

.hero1 {
  position: relative;
  width: 97%;
  margin: 0 auto;
  border-radius: 22px;
  background-image: url("/images/hero-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media (max-width: 1100px) {
    .hero1 {
      margin-bottom: 50px; } }
  .hero1-main {
    max-width: 900px;
    width: 900px;
    margin: auto;
    max-width: 1320px;
    padding-top: 48px;
    padding-bottom: 150px; }
    @media (max-width: 1099px) {
      .hero1-main {
        max-width: 950px;
        width: 100% !important;
        padding: 20px 20px; } }
    @media (max-width: 1100px) {
      .hero1-main {
        padding-top: 48px;
        padding-bottom: 48px; } }
    @media (max-width: 1100px) {
      .hero1-main {
        flex-direction: column !important; } }
    @media (max-width: 1100px) {
      .hero1-main {
        text-align: center; } }
    .hero1-main .hero1-left {
      display: flex;
      flex-direction: column;
      align-items: center; }
      @media (max-width: 1100px) {
        .hero1-main .hero1-left {
          width: 100% !important; } }
      .hero1-main .hero1-left .hero1-title {
        color: #ffffff;
        font-weight: bold;
        font-size: 38px;
        line-height: 63px;
        max-width: 550px;
        text-align: center; }
        @media (max-width: 1100px) {
          .hero1-main .hero1-left .hero1-title {
            font-size: 32px;
            line-height: 53px;
            max-width: 100%;
            margin-bottom: 10px; } }
      .hero1-main .hero1-left .hero1-desc {
        color: #ffffff;
        font-weight: 300;
        font-size: 18px;
        line-height: 24px;
        margin: 20px 0px 30px;
        max-width: 450px;
        text-align: center; }
        @media (max-width: 1100px) {
          .hero1-main .hero1-left .hero1-desc {
            max-width: 100%;
            font-size: 16px;
            margin: 4px 0px 40px; } }
      .hero1-main .hero1-left .demo-btn {
        width: fit-content !important;
        border-radius: 8px;
        padding: 12px 20px !important;
        font-weight: bold;
        font-size: 14px !important;
        transition: all 0.5s ease-out;
        margin-bottom: 8px;
        text-transform: uppercase;
        background-size: 300% 100%;
        text-align: left !important;
        moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: #32393D;
        border: 1px solid #ffffff !important; }
        .hero1-main .hero1-left .demo-btn:hover {
          background-color: #ffffff !important;
          color: #32393D !important; }
      .hero1-main .hero1-left .hero1-btn {
        width: fit-content !important;
        border-radius: 8px;
        padding: 12px 20px !important;
        font-weight: bold;
        font-size: 14px !important;
        transition: all 0.5s ease-out;
        border-radius: 8px;
        margin-bottom: 8px;
        text-transform: uppercase;
        background-size: 300% 100%;
        text-align: left !important;
        moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        background-image: linear-gradient(to right, #fc1f36, #ff8425, #fc1f36, #ff8425); }
        .hero1-main .hero1-left .hero1-btn:hover {
          background-position: 100% 0;
          moz-transition: all 0.4s ease-in-out;
          -o-transition: all 0.4s ease-in-out;
          -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }
        @media (max-width: 1100px) {
          .hero1-main .hero1-left .hero1-btn {
            margin: auto;
            width: 100%;
            padding: 15px 80px !important;
            margin-bottom: 17px; } }
      .hero1-main .hero1-left .hero1-feedback {
        margin-top: 13px; }
    .hero1-main .hero1-left-ltd {
      display: flex;
      flex-direction: column;
      align-items: start; }
      @media (max-width: 1100px) {
        .hero1-main .hero1-left-ltd {
          width: 100% !important; } }
      .hero1-main .hero1-left-ltd .hero1-title {
        color: #ffffff;
        font-weight: bold;
        font-size: 38px;
        line-height: 63px;
        max-width: 550px; }
        @media (max-width: 1100px) {
          .hero1-main .hero1-left-ltd .hero1-title {
            font-size: 32px;
            line-height: 53px;
            max-width: 100%;
            margin-bottom: 10px; } }
      .hero1-main .hero1-left-ltd .hero1-desc {
        color: #ffffff;
        font-weight: 300;
        font-size: 18px;
        line-height: 24px;
        margin: 20px 0px 30px;
        max-width: 450px; }
        @media (max-width: 1100px) {
          .hero1-main .hero1-left-ltd .hero1-desc {
            max-width: 100%;
            font-size: 16px;
            margin: 4px 0px 40px; } }
      .hero1-main .hero1-left-ltd .hero1-btn {
        width: fit-content !important;
        border-radius: 8px;
        padding: 12px 20px !important;
        font-weight: bold;
        font-size: 14px !important;
        transition: all 0.5s ease-out;
        border-radius: 8px;
        margin-bottom: 8px;
        text-transform: uppercase;
        background-size: 300% 100%;
        text-align: left !important;
        moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        background-image: linear-gradient(to right, #fc1f36, #ff8425, #fc1f36, #ff8425); }
        .hero1-main .hero1-left-ltd .hero1-btn:hover {
          background-position: 100% 0;
          moz-transition: all 0.4s ease-in-out;
          -o-transition: all 0.4s ease-in-out;
          -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }
        @media (max-width: 1100px) {
          .hero1-main .hero1-left-ltd .hero1-btn {
            margin: auto;
            width: 100%;
            padding: 15px 80px !important;
            margin-bottom: 17px; } }
      .hero1-main .hero1-left-ltd .hero1-feedback {
        margin-top: 13px; }
    @media (max-width: 1100px) {
      .hero1-main .hero1-right {
        width: 100% !important; } }
    .hero1-main .hero1-right .img-colored-border {
      position: relative;
      -webkit-text-size-adjust: 100%;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      font-feature-settings: "kern" 1, "dlig" 1, "opbd" 1, "ss01" 1;
      color: #adb5c4;
      font-size: 20px;
      line-height: 1.2;
      font-weight: 400;
      -webkit-box-direction: normal;
      box-sizing: border-box;
      display: inline-block;
      margin-bottom: 20px;
      margin-top: 20px;
      background-color: #ffffff;
      opacity: 1;
      background: linear-gradient(#d4dfe5, #d4dfe5) padding-box, border-box;
      border: 2px solid transparent;
      border-radius: 6px;
      width: 80%;
      height: 324px; }
      @media (max-width: 1100px) {
        .hero1-main .hero1-right .img-colored-border {
          background: none;
          margin-bottom: 0px;
          width: 100%;
          display: none; } }
      @media (max-width: 1485px) {
        .hero1-main .hero1-right .img-colored-border {
          height: 340px;
          width: 100%; } }
      @media (max-width: 1300px) {
        .hero1-main .hero1-right .img-colored-border {
          height: 320px;
          width: 100%; } }
      @media (max-width: 1173px) {
        .hero1-main .hero1-right .img-colored-border {
          height: 267px;
          width: 100%; } }
    .hero1-main .hero1-right .inner-colored-img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: -20px;
      left: -20px;
      object-fit: contain; }
      @media (max-width: 1100px) {
        .hero1-main .hero1-right .inner-colored-img {
          left: 0px; } }
    @media (max-width: 868px) {
      .hero1-main {
        border-bottom-left-radius: 0%;
        border-bottom-right-radius: 0%; } }

@charset "UTF-8";
/**
*
* Testing
*
**/
.pricing-section {
  background: #f5fbff;
  padding: 100px 0px; }
  @media (max-width: 1100px) {
    .pricing-section {
      padding: 50px 20px; } }
  @media (max-width: 1100px) {
    .pricing-section .card-heading-cont {
      justify-content: center; } }
  .pricing-section .card-heading-cont .card-heading {
    color: #162345 !important;
    font-weight: 600 !important;
    font-size: 24px !important;
    line-height: 36px !important; }
  .pricing-section .card-per {
    font-style: italic;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #494949;
    margin-bottom: 0px; }
  .pricing-section .card-desc {
    color: #818181;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    padding: 2px; }
    .pricing-section .card-desc .desc-dark {
      color: #818181;
      font-weight: 800; }
  .pricing-section .card-list {
    text-align: left;
    color: #818181;
    font-weight: normal;
    font-size: 19px;
    line-height: 27px;
    width: 100%; }
  .pricing-section .card-unordered {
    padding-left: 0; }
    .pricing-section .card-unordered li {
      font-size: 14px;
      line-height: 18px;
      color: #494949;
      list-style-type: none; }
      .pricing-section .card-unordered li img {
        margin-right: 10px; }
  .pricing-section .card-btn-cont {
    width: 100%; }
    .pricing-section .card-btn-cont .main-btn {
      border-radius: 8px !important;
      padding: 12px 16px !important;
      color: #fff !important;
      background-size: 300% 100%;
      moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      font-weight: 700 !important;
      font-size: 14px !important;
      background-image: linear-gradient(to right, #fc1f36, #ff8425, #fc1f36, #ff8425); }
      .pricing-section .card-btn-cont .main-btn:hover {
        background-position: 100% 0;
        moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
      @media (max-width: 1100px) {
        .pricing-section .card-btn-cont .main-btn {
          font-size: 12px; } }
      @media (max-width: 868px) {
        .pricing-section .card-btn-cont .main-btn {
          margin: auto;
          width: 100%;
          padding: 15px 10px !important;
          text-align: center;
          display: none; } }
  .pricing-section .card-btn-basic-cont {
    width: 100%; }
    .pricing-section .card-btn-basic-cont .main-basic-btn {
      border-radius: 8px !important;
      padding: 12px 16px !important;
      color: #fff !important;
      background-size: 300% 100%;
      moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      font-weight: 700 !important;
      font-size: 14px !important;
      background-color: gray; }
      .pricing-section .card-btn-basic-cont .main-basic-btn:hover {
        background-position: 100% 0;
        moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
      @media (max-width: 1100px) {
        .pricing-section .card-btn-basic-cont .main-basic-btn {
          font-size: 12px; } }
      @media (max-width: 868px) {
        .pricing-section .card-btn-basic-cont .main-basic-btn {
          margin: auto;
          width: 100%;
          padding: 15px 10px !important;
          text-align: center; } }
  .pricing-section .card-heading {
    min-height: 0px; }
  .pricing-section .pricing-main-heading {
    font-weight: bold;
    font-size: 40px;
    line-height: 60px;
    color: #162345; }
    @media (max-width: 1100px) {
      .pricing-section .pricing-main-heading {
        font-size: 28px; } }
  .pricing-section .pricing-main-description {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #494949;
    margin-bottom: 48px; }
    @media (max-width: 1100px) {
      .pricing-section .pricing-main-description {
        font-size: 16px; } }
  .pricing-section .card-flex-container {
    width: 900px; }
    @media (max-width: 1100px) {
      .pricing-section .card-flex-container {
        flex-direction: column !important; } }
    @media (max-width: 1100px) {
      .pricing-section .card-flex-container {
        width: 100% !important; } }
    .pricing-section .card-flex-container .card-flex {
      border-radius: 10px;
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px;
      border: 1px solid #e8e8e8; }
      @media (max-width: 1100px) {
        .pricing-section .card-flex-container .card-flex {
          width: 100% !important; } }
      @media (max-width: 1100px) {
        .pricing-section .card-flex-container .card-flex {
          margin-bottom: 30px; } }
      @media (max-width: 1100px) {
        .pricing-section .card-flex-container .card-flex div {
          width: 100%; } }
    .pricing-section .card-flex-container .card-flex-btm-card {
      position: relative;
      z-index: 999;
      background: linear-gradient(to right, #fd2037, #ff8627);
      border-radius: 10px;
      border: 1px solid transparent;
      box-shadow: 0px 0px 14px rgba(255, 102, 43, 0.23);
      padding: 20px 20px !important;
      width: 40%; }
      @media (max-width: 1100px) {
        .pricing-section .card-flex-container .card-flex-btm-card {
          width: 100% !important; } }
      .pricing-section .card-flex-container .card-flex-btm-card::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: 1px;
        /* !importanté */
        border-radius: inherit;
        /* !importanté */
        background: white; }
      @media (max-width: 1100px) {
        .pricing-section .card-flex-container .card-flex-btm-card {
          margin-bottom: 30px;
          width: auto; } }
      @media (max-width: 1100px) {
        .pricing-section .card-flex-container .card-flex-btm-card div {
          width: 100%; } }
    .pricing-section .card-flex-container .card-flex-basic-card {
      position: relative;
      z-index: 999;
      border-radius: 10px;
      border: 1px solid gray;
      padding: 20px 20px !important;
      width: 40%; }
      @media (max-width: 1100px) {
        .pricing-section .card-flex-container .card-flex-basic-card {
          width: 100% !important; } }
      .pricing-section .card-flex-container .card-flex-basic-card::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: 1px;
        /* !importanté */
        border-radius: inherit;
        /* !importanté */
        background: white; }
      @media (max-width: 1100px) {
        .pricing-section .card-flex-container .card-flex-basic-card {
          margin-bottom: 30px;
          width: auto; } }
      @media (max-width: 1100px) {
        .pricing-section .card-flex-container .card-flex-basic-card div {
          width: 100%; } }
    .pricing-section .card-flex-container .card-price {
      font-weight: bold !important;
      font-size: 36px !important;
      line-height: 40px !important;
      margin-bottom: 0px !important;
      margin-top: 15px !important;
      background: linear-gradient(to right, #fd2037, #ff8627);
      background: -webkit-linear-gradient(to right, #fd2037, #ff8627);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .pricing-section .card-flex-container .card-basic-price {
      font-weight: bold !important;
      font-size: 36px !important;
      line-height: 40px !important;
      margin-bottom: 0px !important;
      margin-top: 15px !important;
      color: gray;
      background-clip: text;
      -webkit-background-clip: text; }
    .pricing-section .card-flex-container .flexible-heading {
      font-weight: 600;
      font-size: 22px;
      line-height: 28px;
      display: flex;
      align-items: flex-end;
      letter-spacing: 1.2px;
      color: #3e3e3e;
      margin-bottom: 1.75rem; }
      @media (max-width: 1100px) {
        .pricing-section .card-flex-container .flexible-heading {
          font-size: 18px;
          align-items: center; } }
    .pricing-section .card-flex-container .card-btm-list {
      font-size: 16px;
      line-height: 28px;
      color: #666666;
      list-style: none;
      font-weight: 300;
      display: flex; }
      @media (max-width: 1100px) {
        .pricing-section .card-flex-container .card-btm-list {
          font-size: 14px; } }
    .pricing-section .card-flex-container .unordered-btm-list {
      padding-left: 0px; }
    .pricing-section .card-flex-container .price-btm-left {
      width: 22%; }
      @media (max-width: 1100px) {
        .pricing-section .card-flex-container .price-btm-left {
          width: 100%; } }
  .pricing-section .price-card {
    background: #fbfdff;
    width: 31%; }
  .pricing-section .card-warm {
    border-top: 5px solid #25a2ff !important; }
  .pricing-section .card-warmer {
    border-top: 5px solid #df5000 !important; }
  .pricing-section .card-warmest {
    border-top: 5px solid #ff8425 !important; }

/**
*
* Testing
*
**/
.cta-section {
  max-width: 900px;
  width: 900px;
  margin: auto;
  padding: 100px 0px; }
  @media (max-width: 1099px) {
    .cta-section {
      max-width: 950px;
      width: 100% !important;
      padding: 20px 20px; } }
  @media (max-width: 1100px) {
    .cta-section {
      padding: 50px 20px; } }
  .cta-section .cta-main {
    padding: 60px 70px;
    background-image: url("/images/cta-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 6px; }
    @media (max-width: 1100px) {
      .cta-section .cta-main {
        flex-direction: column !important; } }
    @media (max-width: 1100px) {
      .cta-section .cta-main {
        width: 100% !important; } }
    @media (max-width: 1100px) {
      .cta-section .cta-main {
        padding: 50px 20px; } }
    .cta-section .cta-main .cta-left {
      width: 60%; }
      @media (max-width: 1100px) {
        .cta-section .cta-main .cta-left {
          width: 100% !important; } }
    @media (max-width: 1100px) {
      .cta-section .cta-main .cta-right {
        width: 100% !important; } }
    @media (max-width: 1100px) {
      .cta-section .cta-main .cta-right .cta-btn {
        width: 100% !important; } }
    @media (max-width: 1100px) {
      .cta-section .cta-main .cta-right {
        margin-top: 10px; } }
  .cta-section .cta-heading {
    color: #494949;
    font-weight: bold;
    font-size: 26px;
    line-height: 45px;
    text-align: left; }
    @media (max-width: 1100px) {
      .cta-section .cta-heading {
        text-align: center; } }
    @media (max-width: 1100px) {
      .cta-section .cta-heading {
        font-size: 24px; } }
  .cta-section .cta-desc {
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #818181; }
    @media (max-width: 1100px) {
      .cta-section .cta-desc {
        text-align: center; } }
    @media (max-width: 1100px) {
      .cta-section .cta-desc {
        margin-bottom: 30px;
        font-size: 16px; } }
  .cta-section .demo-btn {
    width: fit-content !important;
    border-radius: 8px;
    padding: 12px 20px !important;
    font-weight: bold;
    font-size: 14px !important;
    transition: all 0.5s ease-out;
    margin-bottom: 8px;
    text-transform: uppercase;
    background-size: 300% 100%;
    text-align: left !important;
    moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #32393D;
    border: 1px solid #ffffff !important; }
    .cta-section .demo-btn:hover {
      background-color: #ffffff !important;
      color: #32393D !important; }

/**
*
* Testing
*
**/
.features-email-section {
  padding: 50px 0; }
  .features-email-section .custom-title {
    color: var(--gray-900, #18181B);
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    line-height: 48px; }
    @media (min-width: 640px) {
      .features-email-section .custom-title {
        font-size: larger; } }
    @media (min-width: 1280px) {
      .features-email-section .custom-title {
        font-size: largest; } }
  .features-email-section .heading-cont {
    margin-bottom: 50px; }
    .features-email-section .heading-cont .hiw-main-heading {
      font-size: 32px;
      color: #333;
      margin-bottom: 20px; }
  .features-email-section .features-email-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 900px;
    width: 900px;
    margin: auto; }
    @media (max-width: 1099px) {
      .features-email-section .features-email-flex {
        max-width: 950px;
        width: 100% !important;
        padding: 20px 20px; } }
    @media (max-width: 1100px) {
      .features-email-section .features-email-flex {
        flex-direction: column !important; } }
    .features-email-section .features-email-flex .feature-card {
      flex: 1 1 calc(33.333% - 20px);
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
      max-width: calc(34.333% - 20px);
      margin-bottom: 20px; }
      .features-email-section .features-email-flex .feature-card .feature-img {
        width: 50px;
        margin-bottom: 20px; }
      .features-email-section .features-email-flex .feature-card .feature-title {
        font-size: 24px;
        margin-bottom: 10px;
        color: #333; }
      .features-email-section .features-email-flex .feature-card .feature-desc {
        font-size: 16px;
        color: #666; }
      @media (max-width: 767px) {
        .features-email-section .features-email-flex .feature-card {
          flex: 1 1 100%;
          max-width: 100%;
          padding: 20px; }
          .features-email-section .features-email-flex .feature-card .feature-img {
            width: 60px;
            margin-bottom: 15px; }
          .features-email-section .features-email-flex .feature-card .feature-title {
            font-size: 20px;
            margin-bottom: 8px; }
          .features-email-section .features-email-flex .feature-card .feature-desc {
            font-size: 14px; } }

.hiw-main-heading {
  font-weight: bold;
  font-size: 40px;
  line-height: 60px;
  color: #162345;
  margin-bottom: 17px; }

/**
*
* Testing
*
**/
.mail-providers .mail-vectors-box:not(:last-child) {
  margin-right: 42px; }

@media (max-width: 868px) {
  .mail-providers .mail-vectors-box {
    width: 100%;
    margin-bottom: 20px;
    justify-content: center; }
    .mail-providers .mail-vectors-box:not(:last-child) {
      margin-right: 0; } }

.mail-providers .mail-text {
  font-weight: 600;
  font-size: 18px;
  color: #818181; }

.mail-providers .mail-providers-content {
  margin: 86px 0 48px; }
  @media (max-width: 868px) {
    .mail-providers .mail-providers-content {
      margin: 30px 0; } }
  .mail-providers .mail-providers-content .mail-p-title {
    font-weight: bold;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    color: #162345;
    width: 555px;
    margin: 0 auto; }
    @media (max-width: 868px) {
      .mail-providers .mail-providers-content .mail-p-title {
        width: 100%;
        font-size: 30px;
        line-height: 1.5;
        margin-bottom: 15px; } }
    .mail-providers .mail-providers-content .mail-p-title span {
      color: #ff801e; }
  .mail-providers .mail-providers-content .mail-p-desc {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #494949; }
    @media (max-width: 868px) {
      .mail-providers .mail-providers-content .mail-p-desc {
        font-size: 17px;
        margin-bottom: 10px; } }

.circle-box {
  padding-bottom: 30px; }
  @media (max-width: 868px) {
    .circle-box {
      margin-top: 70px; } }

.circle-wrapper {
  width: 40rem;
  height: 40rem;
  margin: auto;
  margin-bottom: 30px;
  position: relative; }
  @media (max-width: 868px) {
    .circle-wrapper {
      width: 25rem;
      height: 25rem; } }
  .circle-wrapper .circle {
    border-radius: 50%;
    position: absolute; }
    .circle-wrapper .circle > svg {
      width: 100%;
      height: 100%; }
  .circle-wrapper .integration {
    height: 4rem;
    width: 4rem;
    border-radius: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 0.625rem;
    position: absolute;
    box-shadow: 0 0.625rem 1.875rem 0 #2a2f561a; }
    @media (max-width: 868px) {
      .circle-wrapper .integration {
        height: 2rem;
        width: 2rem; } }
    .circle-wrapper .integration svg {
      height: 2.25rem;
      width: 2.25rem; }
  .circle-wrapper #circle-one {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    animation: rotationForward 75s linear infinite; }
    .circle-wrapper #circle-one .integration {
      animation: rotationReverse 75s linear infinite; }
      .circle-wrapper #circle-one .integration:first-of-type {
        top: -5.3%;
        left: 44.44%; }
      .circle-wrapper #circle-one .integration:nth-of-type(2) {
        top: 26.88%;
        right: -1.44%; }
      .circle-wrapper #circle-one .integration:nth-of-type(3) {
        top: 94.88%;
        right: 43.56%; }
      .circle-wrapper #circle-one .integration:nth-of-type(4) {
        top: 72.88%;
        right: 86.56%; }
  .circle-wrapper #circle-two {
    width: 71.25%;
    height: 71.25%;
    top: 14.375%;
    left: 14.375%;
    animation: rotationReverse 65s linear infinite; }
    .circle-wrapper #circle-two .integration {
      animation: rotationForward 65s linear infinite; }
      .circle-wrapper #circle-two .integration:first-of-type {
        top: 4.35%;
        left: 73.47%; }
      .circle-wrapper #circle-two .integration:nth-of-type(2) {
        bottom: 16.07%;
        right: -0.61%; }
      .circle-wrapper #circle-two .integration:nth-of-type(3) {
        bottom: 55.07%;
        right: 91.39%; }
  .circle-wrapper #circle-three {
    width: 42.5%;
    height: 42.5%;
    top: 28.75%;
    left: 28.75%;
    animation: rotationForward 60s linear infinite; }
    .circle-wrapper #circle-three .integration {
      animation: rotationReverse 60s linear infinite; }
      .circle-wrapper #circle-three .integration:first-of-type {
        top: -24px;
        left: 67px; }
      .circle-wrapper #circle-three .integration:nth-of-type(2) {
        top: 85.68%;
        left: 54.15%; }
  .circle-wrapper #circle-four {
    width: 22.5%;
    height: 22.5%;
    top: 38.75%;
    left: 38.75%;
    animation: rotationReverse 45s linear infinite; }
    .circle-wrapper #circle-four .integration {
      animation: rotationForward 45s linear infinite; }
      .circle-wrapper #circle-four .integration:first-of-type {
        top: 27.7%;
        left: -17.56%; }
      .circle-wrapper #circle-four .integration:nth-of-type(2) {
        top: 27.88%;
        right: -22.44%; }

@keyframes rotationReverse {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-1turn); } }

@keyframes rotationForward {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(1turn); } }

/**
*
* Testing
*
**/
.testimonial-section {
  background: #f5fbff;
  padding: 100px 0px 20px; }
  @media (max-width: 1100px) {
    .testimonial-section {
      padding-top: 50px; } }
  @media (max-width: 1100px) {
    .testimonial-section .heading-cont {
      margin-bottom: 5px !important;
      padding: 5px 20px; } }
  .testimonial-section .testim-flex-container {
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "kern" 1, "dlig" 1, "opbd" 1, "ss01" 1;
    color: #adb5c4;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    box-sizing: border-box;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    align-content: flex-start;
    grid-auto-flow: row dense;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    column-gap: 40px;
    column-rule-style: none;
    column-rule-width: 0px;
    margin-top: 30px;
    column-count: 2;
    width: 900px;
    margin: auto; }
    @media (max-width: 1100px) {
      .testimonial-section .testim-flex-container {
        width: 100% !important;
        column-count: 1;
        padding: 0px 20px;
        margin-top: 5px !important; } }
    .testimonial-section .testim-flex-container .test-card {
      position: relative;
      -webkit-text-size-adjust: 100%;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      font-feature-settings: "kern" 1, "dlig" 1, "opbd" 1, "ss01" 1;
      color: #adb5c4;
      font-size: 20px;
      line-height: 1.2;
      font-weight: 400;
      -webkit-box-direction: normal;
      box-sizing: border-box;
      display: inline-block;
      margin-bottom: 20px;
      margin-top: 20px;
      opacity: 1;
      border: 2px solid transparent;
      border-radius: 22px; }
      @media (max-width: 1100px) {
        .testimonial-section .testim-flex-container .test-card {
          border: none;
          background: none; } }
    .testimonial-section .testim-flex-container .card-wrapper {
      position: relative;
      -webkit-text-size-adjust: 100%;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      font-feature-settings: "kern" 1, "dlig" 1, "opbd" 1, "ss01" 1;
      color: #adb5c4;
      font-size: 20px;
      line-height: 1.2;
      font-weight: 400;
      -webkit-box-direction: normal;
      box-sizing: border-box;
      display: inline-block;
      padding: 40px;
      background-color: #ffffff;
      opacity: 1;
      border-radius: 22px;
      border: none;
      top: -18px;
      left: -17px;
      border: 1px solid #ebeff1; }
      @media (max-width: 1100px) {
        .testimonial-section .testim-flex-container .card-wrapper {
          left: 0px;
          padding: 34px; } }
    .testimonial-section .testim-flex-container .card-title {
      font-weight: 600;
      font-size: 18px;
      line-height: 27px;
      text-align: center;
      color: #162345;
      margin-bottom: 30px; }
    .testimonial-section .testim-flex-container .card-description {
      font-weight: normal;
      font-size: 14px;
      line-height: 21px;
      text-align: center;
      color: #818181; }
    .testimonial-section .testim-flex-container .meta-wrapper {
      margin-top: 30px; }
      .testimonial-section .testim-flex-container .meta-wrapper .right-flex {
        margin-left: 10px; }
        .testimonial-section .testim-flex-container .meta-wrapper .right-flex .testim-name {
          font-weight: 500;
          font-size: 14px;
          line-height: 21px;
          text-align: center;
          color: #494949; }
        .testimonial-section .testim-flex-container .meta-wrapper .right-flex .testim-title {
          font-weight: 500;
          font-size: 14px;
          line-height: 21px;
          text-align: center;
          color: #818181; }

