.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{

}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/*  */
:root {
    --section-space: 120px;
}
.mobileblock1 {
    left: 201px;
  }
  .title-area .sec-title {

  }

  /* ----------------------------------- */

  /* strickout */
  @keyframes strike{
    0%   { width : 0; }
    100% { width: 100%; }
  }
  .strike {
    position: relative;
  }
  .strike::after {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgb(255, 1, 1);
    animation-name: strike;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
  }
  /* typed */


  .e_commerce{
    text-align: end !important;
    font-weight: 500;
    font-size: 21px !important;
    color: #F00 !important;
    position: absolute;
    margin-top: 9px !important;
    letter-spacing: 0px;
    margin-left: -239px !important;
  }
  .top1{
    margin-top: 21px !important;
  }
  .os3{
    font-size: 13px !important;
    font-weight: 900;
    color: #E60808 !important;

    letter-spacing: 5px;
    margin-bottom: 29px;
    text-align: center;
    margin-top: -45px;
  }
  #how-works {
    position: relative;
    /* height: 845px; */
  }
  @media only screen and (max-width: 768px) {
    #how-works {
        margin-top: 21px;
      }
      #how-works  .bi-title-waterprint .headline_title_header{
        font-size: 45px !important;
      }
    .os3 {
        margin-top: -67px !important;
            font-size: 9px !important;
            font-weight: 700;
            color: #E60808 !important;
            letter-spacing: 3px;
            margin-bottom: 23px;
    }
    .bi-title-waterprint .headline_title_header {
      opacity: 0.6;
      font-size: 50px;
      font-weight: 700;
      text-align: center;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.28)), to(rgba(27, 28, 53, 0.44)));
      background: linear-gradient(180deg, rgb(0, 0, 0) 55%, rgb(255, 255, 255) 65%);
        background-clip: border-box;
      background-clip: border-box;
      background-clip: border-box;
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: #0000000a;

  }
}
.img24{
    width: 200px;
  }


  .desktopblock1{    position: relative;    width: 100%;

    border-radius: 28px;
    overflow: hidden; }

  .desktopblock1{
    position: relative;
    width: 63%;
    border: 3px solid rgb(137, 134, 134);
    border-radius: 12px;
    overflow: hidden;
    transform: scale(0.95);
    bottom: -40px;
    top: 21px;
    left: -23px;
    height: 148px;
  }
  .mobileblock1{
    position: absolute;
    max-width: 190px;
    left: 252px;
    top: 90px;
    border: 4px solid rgb(0 0 0);
    border-radius: 12px;
    overflow: hidden;
    transform: scale(1.1);

  }

  .shadow1{  -webkit-box-shadow: 0 10px 15px 0px rgb(3 35 68 / 15%);   box-shadow: 0 10px 15px 0px rgb(3 35 68 / 15%);}
  .wptbb + .wptbb {margin-top: 40px;}
  .profile_img {
    border-radius: 50%;
    width: 85px;
    height: 85px;
  }
  .pbwide {
  padding-top: 25px;
  }
  .course_name{
    color: #000e0c;
    margin-top: -13px;
    font-weight: 600;
  }
  .desktopblock1 {
    width: 78%;
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  .scrolling-image {
    position: absolute;
    top: 0;
    left: 0;
    animation: scrollImage 10s linear;
  }

  @keyframes scrollImage {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100%); /* Scroll up by 100% (one image height) */
    }
  }

  img.img-fluid {
    max-width: 100%;
    flex-shrink: 0;
  }

  .scrollingmobile-image{
    top: 0;
    left: 0;
    animation: scrollImage 40s linear;
  }
  /* end scroll */
  .mobileblock1{
    width: 100px;
    height: 171px;
    background-size: contain;
    position: absolute;
    max-width: 414px;
    left: 232px;
    top: -13px !important;
    border: 3px solid rgb(137, 134, 134);
    border-radius: 15px;
    overflow: hidden;
    transform: scale(0.95);
    max-height: 356px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffff;
  }
  .mobileblock1{
    position: absolute;
    max-width: 190px;
    left: 208px;
    top: 105px;
    border: 3px solid rgb(137, 134, 134);
    border-radius: 9px;
    overflow: hidden;
    transform: scale(1.1);
  }
  /*------------------- 4.00. Testimonial  -------------------*/
/* Testimonial Card ---------------------------------- */
.testi-card {
    overflow: hidden;
    position: relative;
    padding: 34px 40px 30px 40px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(191, 191, 191, 0.09);
    border-radius: 10px;
  }

  .testi-card:before {
    content: '';
    height: 90px;
    width: 108px;
    background-color: var(--theme-color2);
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-clip-path: path("M0 0H40L108 90H10C4.47715 90 0 85.5229 0 80V0Z");
            clip-path: path("M0 0H40L108 90H10C4.47715 90 0 85.5229 0 80V0Z");
    z-index: 2;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .testi-card_quote {
    position: absolute;
    right: 40px;
    bottom: 40px;
    font-size: 36px;
    color:#FF8F1F;
  }

  .testi-card_profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 3;
    gap: 10px;
  }

  .testi-card_avater {
    width: 60px;
    min-width: 60px;
    border: 5px solid #ffffff;
    border-radius: 50%;
  }

  .testi-card_avater img {
    border-radius: 50%;
  }

  .testi-card_name {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
  }

  .testi-card_desig {
    margin-bottom: 0;
    display: block;
    color:#FF8F1F;
  }

  .testi-card_text {
    margin: 15px 0 19px 0;
    font-style: italic;
  }

  .testi-card_review {
    color:#FF8F1F;
    font-size: 16px;
  }

  .testi-card_review i {
    margin-right: 3px;
  }

  .testi-card_review i:last-child {
    margin-right: 0 !important;
  }

  .testi-card:hover:before {
    background-color:#FF8F1F;
  }

  /* Extra small devices */
  @media (max-width: 375px) {
    .testi-card {
      padding: 34px 20px 30px 20px;
      border-radius: 10px;
    }
    .testi-card_quote {
      right: 20px;
    }
  }

  /* Testimonial Box ---------------------------------- */
  .testi-box {
    position: relative;
    z-index: 2;
    text-align: center;
    --theme-color: #3D72FC;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  .testi-box_img {
    text-align: center;
    position: relative;
    margin-bottom: -20px;
  }

  .testi-box_img img {
    max-width: 200px;
    padding: 24px;
    background-color: #fff0;
    border-radius: 50%;
  }

  .testi-box_img .play-btn {
    position: absolute;
    bottom: 5px;
    left: calc(50% - 15px);
  }

  .testi-box_img .play-btn i {
    --icon-size: 30px;
    font-size: 18px;
    background-color:#3D72FC;
    color: #ffffff;
  }

  .testi-box_img .play-btn:before, .testi-box_img .play-btn:after {
    background-color:#3D72FC;
  }

  .testi-box_content {
    padding: 30px;
    position: relative;
    -webkit-filter: drop-shadow(0px 6px 15px rgba(191, 191, 191, 0.1));
            filter: drop-shadow(0px 6px 15px rgba(191, 191, 191, 0.1));
    background-image: -webkit-linear-gradient(top,#3D72FC, #ffffff 50%);
    background-image: linear-gradient(to bottom,#3D72FC, #ffffff 50%);
    z-index: 2;
    border-radius: 20px;
    margin-left: 37px;
    left: -16px;
  }
  .testi-box_content:hover {
    padding: 30px;
    position: relative;
    -webkit-filter: drop-shadow(0px 6px 15px rgba(191, 191, 191, 0.1));
            filter: drop-shadow(0px 6px 15px rgba(191, 191, 191, 0.1));
    background-image: -webkit-linear-gradient(top,#FF8F1F, #ffffff 50%);
    background-image: linear-gradient(to bottom,#FF8F1F, #ffffff 50%);
    z-index: 2;
    border-radius: 20px;
    margin-left: 37px;
    left: -16px;
  }

  .testi-box_content:before {
    content: '';
    position: absolute;
    inset: 1px;
    background-color: white;
    z-index: -1;
    border-radius: inherit;
    pointer-events: none;
  }

  .testi-box_content:after {
    content: url("data:image/svg+xml,%3Csvg width='75' height='23' viewBox='0 0 75 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.9937 11.0964L36.3597 1.39913C36.9599 0.608889 38.1483 0.608887 38.7486 1.39913L46.1146 11.0963C49.9909 16.1995 56.0306 19.1963 62.4391 19.1963H74.3326V21.6934H0.900391V19.1963H12.6692C19.0776 19.1963 25.1174 16.1995 28.9937 11.0964Z' fill='white' stroke='url(%23paint0_linear_348_82)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_348_82' x1='37.6165' y1='-1' x2='37.6165' y2='22.1934' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233D72FC'/%3E%3Cstop offset='0.890779' stop-color='%233D72FC'/%3E%3Cstop offset='0.890947' stop-color='white'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    position: absolute;
    left: calc(49% - 37.5px);
    bottom: calc(100% - 4.2px);
    height: 23px;
    width: 75px;
  }

  .testi-box_name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
    display: none;
  }

  .testi-box_desig {
    margin-bottom: -0.5em;
    display: block;
    color:#FF8F1F;
    display: none;
  }

  .testi-box_text {
    margin-bottom: 18px;
    margin-top: -1.5em;
    font-style: italic;
    width: 268px;
    text-align: justify;
    line-height: 20px;
    word-spacing: 1px;
    font-size: 11px;
    margin-left: -10px;
  }


  .testi-box:hover {
    --theme-color: #FF8F1F;
  }

  .testi-box:hover .testi-box_content:after {
    content: url("data:image/svg+xml,%3Csvg width='75' height='23' viewBox='0 0 75 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.9937 11.0964L36.3597 1.39913C36.9599 0.608889 38.1483 0.608887 38.7486 1.39913L46.1146 11.0963C49.9909 16.1995 56.0306 19.1963 62.4391 19.1963H74.3326V21.6934H0.900391V19.1963H12.6692C19.0776 19.1963 25.1174 16.1995 28.9937 11.0964Z' fill='white' stroke='url(%23paint0_linear_348_82)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_348_82' x1='37.6165' y1='-1' x2='37.6165' y2='22.1934' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF8F1F'/%3E%3Cstop offset='0.887916' stop-color='%23FF8F1F' stop-opacity='0.99'/%3E%3Cstop offset='0.892968' stop-color='white'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  }

  /* Extra small devices */
  @media (max-width: 375px) {
    .testi-box_content {
      padding: 30px 15px;
    }

  }
  @media (max-width: 768px) {
    .sec-titles {
        font-weight: 500 !important;
        padding: 0px 0px 0px 0px !important;

  font-size: 12px !important;
    }
  }
  /*------------------- 3.3. Titles -------------------*/
.sec-titles {
    /* margin-bottom: calc(var(--section-title-space) - 12px); */
    margin-top: -0.24em;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 1;
    line-height: 1.5;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 0px 60px 0px 60px;
  }

  .sub-title {
    display: block;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--title-font);
    color:#FF8F1F;
    margin-bottom: 30px;
    text-transform: capitalize;
    line-height: 24px;
    margin-top: -4.34em;
  }

  .sub-title:has(img) {
    margin-top: 0;
  }

  .sub-title.h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    margin-top: -0.14em;
  }

  .sub-title img {
    margin: 0 8px 0 0;
  }

  .sub-title i {
    font-size: 32px;
    margin-right: 8px;
    /* Medium devices */
  }

  @media (max-width: 991px) {
    .sub-title i {
      font-size: 24px;
    }
  }

  .sub-title .spin {
    -webkit-animation: spin 5s linear infinite;
            animation: spin 5s linear infinite;
  }

  .box-title {
    font-size: 24px;
    line-height: 1.417;
    font-weight: 600;
    margin-top: -0.32em;
  }

  .box-title a {
    color: inherit;
  }

  .box-title a:hover {
    color:#FF8F1F;
  }

  .box-title2 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    margin-top: -0.35em;
  }

  .box-title2 a {
    color: inherit;
  }

  .box-title2 a:hover {
    color:#FF8F1F;
  }

  .sec-text {
    max-width: 720px;
  }

  .title-area {
    margin-bottom: calc(var(--section-title-space) - 10px);
    position: relative;
    z-index: 2;
  }

  .title-area .sec-title {
    margin-bottom: 15px;
  }

  .title-area.mb-0 .sec-title {
    margin-bottom: -0.24em;
  }

  .title-area .th-btn {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  hr.title-line {
    margin-top: 0;
    background-color: var(--border-color);
    opacity: 1;
  }

  .sec-btn {
    text-align: center;
  }

  .sec-btn,
  .title-line {
    margin-bottom: var(--section-title-space);
  }

  .shadow-title {
    font-family: var(--title-font);
    font-size: 74px;
    font-weight: 900;
    line-height: 1;
    background-image: -webkit-linear-gradient(top, rgba(226, 232, 250, 0.7) 0%, rgba(226, 232, 250, 0) 88.54%);
    background-image: linear-gradient(180deg, rgba(226, 232, 250, 0.7) 0%, rgba(226, 232, 250, 0) 88.54%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin: -0.55em 0 -0.45em -0.25em;
  }

  .shadow-title.color2 {
    background-image: -webkit-linear-gradient(top, #232C47 0%, rgba(20, 29, 56, 0) 91.15%);
    background-image: linear-gradient(180deg, #232C47 0%, rgba(20, 29, 56, 0) 91.15%);
  }

  .shadow-title.color3 {
    background-image: -webkit-linear-gradient(top, #E0E0E0 0%, rgba(220, 214, 214, 0) 93.75%);
    background-image: linear-gradient(180deg, #E0E0E0 0%, rgba(220, 214, 214, 0) 93.75%);
  }

  .title-area2 {
    padding: 50px 100px;
  }

  .title-area2 .subtitle {
    color: #ffffff;
    text-transform: uppercase;
    margin-top: -0.4em;
    margin-bottom: 5px;
    display: block;
  }

  .title-area2 .title {
    color: #ffffff;
    max-width: 430px;
    margin-bottom: -0.26em;
  }

  @media (max-width: 1700px) {
    .title-area2 {
      padding: 50px 50px;
    }
  }

  /* Large devices */
  @media (max-width: 1199px) {

    .shadow-title {
      font-size: 64px;
    }
    .title-area,
    .sec-title {
      --section-title-space: 60px;
    }
    .title-area.mb-45,
    .sec-title.mb-45 {
      margin-bottom: 36px;
    }
    .title-area.mb-50,
    .sec-title.mb-50 {
      margin-bottom: 40px;
    }
    .sec-btn,
    .title-line {
      --section-title-space: 55px;
    }
    .title-area2 .title {
      max-width: 300px;
    }
  }

  /* Medium devices */
  @media (max-width: 991px) {
    .shadow-title {
      font-size: 60px;
    }
    .title-area,
    .sec-title {
      --section-title-space: 50px;
    }
    .title-area.mb-45,
    .sec-title.mb-45 {
      margin-bottom: 35px;
    }
    .sec-btn,
    .title-line {
      --section-title-space: 50px;
    }
    .sub-title.h4 {
      font-size: 22px;
    }
  }

  /* Small devices */
  @media (max-width: 767px) {
    .title-area2 {
      text-align: center;
    }
    .title-area2 .title {
      max-width: 100%;
    }
  }

  /* Extra small devices */
  @media (max-width: 575px) {
    .shadow-title {
      font-size: 52px;
    }
  }

  /* Extra small devices */
  @media (max-width: 375px) {
    .shadow-title {
      font-size: 40px;
    }
    .title-area2 {
      padding: 40px 20px;
    }
  }
  /* ball */
/* Dots Animations */

.ct-dot-animated {
    /* position: absolute; */
    width: 100%;
    /* height: 102%; */
    top: 0;
    left: 0
  }

  .ct-dot-animated.top-slider {
    height: calc(100% + 330px);
    height: -webkit-calc(100% + 330px);
    margin-top: -330px
  }

  .ct-dot-animated .ct-dot-item {
    background-color: rgba(255, 216, 155, .4);
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
  }

  .ct-dot-animated .ct-dot-item span {
    width: 7px;
    height: 7px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
    border-radius: 9px;
    background-color: #06ffdf;
    background-image: -webkit-gradient(linear, to left top, right top, from(#06ffdf), to(#0042ff));
    background-image: -webkit-linear-gradient(to left, #06ffdf, #0042ff);
    background-image: -moz-linear-gradient(to left, #06ffdf, #0042ff);
    background-image: -ms-linear-gradient(to left, #06ffdf, #0042ff);
    background-image: -o-linear-gradient(to left, #06ffdf, #0042ff);
    background-image: linear-gradient(to left, #06ffdf, #0042ff);
    position: absolute;
    bottom: 14%;
    left: -4px
  }

  .ct-dot-animated .ct-dot-item:nth-child(1) span {
    -webkit-animation: dotAnimatedBottomToTop1 30s infinite linear;
    -moz-animation: dotAnimatedBottomToTop1 30s infinite linear;
    -o-animation: dotAnimatedBottomToTop1 30s infinite linear;
    animation: dotAnimatedBottomToTop1 30s infinite linear
  }

  .ct-dot-animated .ct-dot-item:nth-child(2) {
    left: 20%
  }

  .ct-dot-animated .ct-dot-item:nth-child(2) span {
    background-color: #ffe712;
    background-image: -webkit-gradient(linear, to left top, right top, from(#ffe712), to(#ed585a));
    background-image: -webkit-linear-gradient(to left, #ffe712, #ed585a);
    background-image: -moz-linear-gradient(to left, #ffe712, #ed585a);
    background-image: -ms-linear-gradient(to left, #ffe712, #ed585a);
    background-image: -o-linear-gradient(to left, #ffe712, #ed585a);
    background-image: linear-gradient(to left, #ffe712, #ed585a);
    bottom: 64%;
    -webkit-animation: dotAnimatedBottomToTop2 30s infinite linear;
    -moz-animation: dotAnimatedBottomToTop2 30s infinite linear;
    -o-animation: dotAnimatedBottomToTop2 30s infinite linear;
    animation: dotAnimatedBottomToTop2 30s infinite linear
  }

  .ct-dot-animated .ct-dot-item:nth-child(3) {
    left: 40%
  }

  .ct-dot-animated .ct-dot-item:nth-child(3) span {
    background-color: #f798fe;
    background-image: -webkit-gradient(linear, to left top, right top, from(#f798fe), to(#612be1));
    background-image: -webkit-linear-gradient(to left, #f798fe, #612be1);
    background-image: -moz-linear-gradient(to left, #f798fe, #612be1);
    background-image: -ms-linear-gradient(to left, #f798fe, #612be1);
    background-image: -o-linear-gradient(to left, #f798fe, #612be1);
    background-image: linear-gradient(to left, #f798fe, #612be1);
    bottom: 5%;
    -webkit-animation: dotAnimatedBottomToTop3 30s infinite linear;
    -moz-animation: dotAnimatedBottomToTop3 30s infinite linear;
    -o-animation: dotAnimatedBottomToTop3 30s infinite linear;
    animation: dotAnimatedBottomToTop3 30s infinite linear
  }

  .ct-dot-animated .ct-dot-item:nth-child(4) {
    left: 60%
  }

  .ct-dot-animated .ct-dot-item:nth-child(4) span {
    background-color: #d8ff09;
    background-image: -webkit-gradient(linear, to left top, right top, from(#d8ff09), to(#4ba116));
    background-image: -webkit-linear-gradient(to left, #d8ff09, #4ba116);
    background-image: -moz-linear-gradient(to left, #d8ff09, #4ba116);
    background-image: -ms-linear-gradient(to left, #d8ff09, #4ba116);
    background-image: -o-linear-gradient(to left, #d8ff09, #4ba116);
    background-image: linear-gradient(to left, #d8ff09, #4ba116);
    bottom: 78%;
    -webkit-animation: dotAnimatedBottomToTop4 35s infinite linear;
    -moz-animation: dotAnimatedBottomToTop4 35s infinite linear;
    -o-animation: dotAnimatedBottomToTop4 35s infinite linear;
    animation: dotAnimatedBottomToTop4 35s infinite linear
  }

  .ct-dot-animated .ct-dot-item:nth-child(5) {
    left: 80%
  }

  .ct-dot-animated .ct-dot-item:nth-child(5) span {
    background-color: #ffe712;
    background-image: -webkit-gradient(linear, to left top, right top, from(#ffe712), to(#ed585a));
    background-image: -webkit-linear-gradient(to left, #ffe712, #ed585a);
    background-image: -moz-linear-gradient(to left, #ffe712, #ed585a);
    background-image: -ms-linear-gradient(to left, #ffe712, #ed585a);
    background-image: -o-linear-gradient(to left, #ffe712, #ed585a);
    background-image: linear-gradient(to left, #ffe712, #ed585a);
    bottom: 46%;
    -webkit-animation: dotAnimatedBottomToTop5 30s infinite linear;
    -moz-animation: dotAnimatedBottomToTop5 30s infinite linear;
    -o-animation: dotAnimatedBottomToTop5 30s infinite linear;
    animation: dotAnimatedBottomToTop5 30s infinite linear
  }

  .ct-dot-animated .ct-dot-item:nth-child(6) {
    left: auto;
    right: 0
  }

  .ct-dot-animated .ct-dot-item:nth-child(6) span {
    background-color: #6fd0ff;
    background-image: -webkit-gradient(linear, to left top, right top, from(#6fd0ff), to(#059af7));
    background-image: -webkit-linear-gradient(to left, #6fd0ff, #059af7);
    background-image: -moz-linear-gradient(to left, #6fd0ff, #059af7);
    background-image: -ms-linear-gradient(to left, #6fd0ff, #059af7);
    background-image: -o-linear-gradient(to left, #6fd0ff, #059af7);
    background-image: linear-gradient(to left, #6fd0ff, #059af7);
    bottom: 27%;
    -webkit-animation: dotAnimatedBottomToTop6 30s infinite linear;
    -moz-animation: dotAnimatedBottomToTop6 30s infinite linear;
    -o-animation: dotAnimatedBottomToTop6 30s infinite linear;
    animation: dotAnimatedBottomToTop6 30s infinite linear
  }

  .ct-dot-animated .ct-dot-container {
    max-width: 1210px;
    /* height: 100%; */
    margin: 0 auto;
    position: relative
  }

  .error404 .site-content {
    padding-top: 195px !important;
    padding-bottom: 0 !important
  }

  @keyframes dotAnimatedBottomToTop1 {
    0% {
        bottom: 14%
    }
    50% {
        bottom: 100%
    }
    100% {
        bottom: 14%
    }
  }

  @keyframes dotAnimatedBottomToTop2 {
    0% {
        bottom: 64%
    }
    50% {
        bottom: 0
    }
    100% {
        bottom: 100%
    }
  }

  @keyframes dotAnimatedBottomToTop3 {
    0% {
        bottom: 5%
    }
    50% {
        bottom: 100%
    }
    100% {
        bottom: 5%
    }
  }

  @keyframes dotAnimatedBottomToTop4 {
    0% {
        bottom: 78%
    }
    50% {
        bottom: 0
    }
    100% {
        bottom: 78%
    }
  }

  @keyframes dotAnimatedBottomToTop5 {
    0% {
        bottom: 46%
    }
    50% {
        bottom: 0
    }
    100% {
        bottom: 46%
    }
  }

  @keyframes dotAnimatedBottomToTop6 {
    0% {
        bottom: 27%
    }
    50% {
        bottom: 100%
    }
    100% {
        bottom: 27%
    }
  }

  @keyframes dotAnimatedBottomToTop2 {
    0% {
        bottom: 64%
    }
    50% {
        bottom: 0
    }
    100% {
        bottom: 100%
    }
  }

  @keyframes dotAnimatedBottomToTop3 {
    0% {
        bottom: 5%
    }
    50% {
        bottom: 100%
    }
    100% {
        bottom: 5%
    }
  }

  @keyframes dotAnimatedBottomToTop4 {
    0% {
        bottom: 78%
    }
    50% {
        bottom: 0
    }
    100% {
        bottom: 78%
    }
  }

  @keyframes dotAnimatedBottomToTop5 {
    0% {
        bottom: 46%
    }
    50% {
        bottom: 0
    }
    100% {
        bottom: 46%
    }
  }

  @keyframes dotAnimatedBottomToTop6 {
    0% {
        bottom: 27%
    }
    50% {
        bottom: 100%
    }
    100% {
        bottom: 27%
    }
  }

  @keyframes dotAnimatedBottomToTop3 {
    0% {
        bottom: 5%
    }
    50% {
        bottom: 100%
    }
    100% {
        bottom: 5%
    }
  }

  @keyframes dotAnimatedBottomToTop4 {
    0% {
        bottom: 78%
    }
    50% {
        bottom: 0
    }
    100% {
        bottom: 78%
    }
  }

  @keyframes dotAnimatedBottomToTop4 {
    0% {
        bottom: 78%
    }
    50% {
        bottom: 0
    }
    100% {
        bottom: 78%
    }
  }

  @keyframes dotAnimatedBottomToTop5 {
    0% {
        bottom: 46%
    }
    50% {
        bottom: 0
    }
    100% {
        bottom: 46%
    }
  }

  @keyframes dotAnimatedBottomToTop6 {
    0% {
        bottom: 27%
    }
    50% {
        bottom: 100%
    }
    100% {
        bottom: 27%
    }
  }



  @media (max-width: 767px) {
    .mobileblock1{
        left: 177px;
        }
    .bi-section-title-4 .sub-title{
        padding-bottom: 5px !important;
    }
    .bi-section-title-4 .sub-title::before{
        top: 13px !important;
        right: -43px !important;
        width: 39px !important;
    }
    .bi-section-title-4.text-center .sub-title::after {
        top: 13px !important;
        left: -41px !important;
        width: 39px !important;
    }
    .bi-section-title-4 .sub-title{
        font-size: 14px;
  font-weight: 500 !important;
    }
    .cou_img_test {
        width: 320px !important;
        margin-left: 17px !important;
      }
      h5.pt-5.featurehead.questionhead {
        text-align: center;
        color: red;
        font-size: 22px;
    }
  }

  .home-4 {
    background-color: #1b1c35;
    color: rgba(255, 255, 255, 0.7);
  }

  .bi-btn-4 a {
    color: #fff;
    z-index: 1;
    overflow: hidden;
    font-weight: 600;
    position: relative;
    border-radius: 100px;
    display: inline-block;
    white-space: nowrap;
    padding: 15px 64px 15px 30px;
    font-family: var(--heading);
    background: var(--linear, linear-gradient(135deg, #EB5C18 0%, #F95055 45.72%, #CA2DB8 100%));
  }
  .bi-btn-4 a:before {
    top: 0;
    left: 0;
    z-index: -1;
    width: 0%;
    height: 100%;
    content: "";
    position: absolute;
    background: rgba(11, 12, 14, 0.23);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .bi-btn-4 a span {
    top: 0;
    right: 0;
    width: 39px;
    height: 60px;
    position: absolute;
    border-radius: 50px 0px 0px 50px;
    background: rgba(11, 12, 14, 0.23);
  }
  .bi-btn-4 a:hover:before {
    width: 100%;
  }

  .bi-section-title-4 .sub-title {
    font-size: 14px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    color:#FF3838;
    font-family: var(--heading);
    padding-bottom: 12px;
  }
  .bi-section-title-4 .sub-title:before {
    top: 12px;
    right: -60px;
    width: 50px;
    height: 1px;
    content: "";
    position: absolute;
    background-color:#FF3838;
  }
  .bi-section-title-4 h2 {
    color: #fff;
    font-size: 62px;
    font-weight: 700;
  }
  .bi-section-title-4 p {
    padding-top: 30px;
  }
  .bi-section-title-4.text-center .sub-title:after {
    top: 10px;
    left: -60px;
    width: 50px;
    height: 1px;
    content: "";
    position: absolute;
    background-color: #FF3838;
  }


  .bi-footer-cta.blue-footer:before {
    background-color: #1b1c35;
  }
/*------------------- 3.4. Common -------------------*/
.shape-mockup-wrap {
    z-index: 2;
    position: relative;
  }

  .shape-mockup {
    position: absolute;
    z-index: -1;
    pointer-events: none;
  }

  .shape-mockup.z-index-3 {
    z-index: 3;
    pointer-events: none;
  }

  .shape-mockup.z-index-1 {
    z-index: 1;
    pointer-events: none;
  }

  .shape-mockup .svg-img {
    height: 110px;
    width: 110px;
  }

  .z-index-step1 {
    position: relative;
    z-index: 4 !important;
  }

  .z-index-common {
    position: relative;
    z-index: 3;
  }

  .z-index-3 {
    z-index: 3;
  }

  .z-index-n1 {
    z-index: -1;
  }

  .media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .space,
.space-top {
  padding-top: var(--section-space);
}
@media (min-width: 413px) and (max-width: 768px){
    .mobileblock1 {
        left: 200px;
    }
}
