.choose-us-1 {
    position: relative;
  }
  
  .choose-us-1 .shape {
    position: absolute;
    top: -10px;
    left: 0;
    opacity: 8%;
  }
  
  .choose-us-1 .choose-us-images {
    position: relative;
   /*  width: 588px;
    height: 710px; */
	width:85%;
  }
  
  @media (max-width: 767px) {
    .choose-us-1 .choose-us-images {
      width: 100%;
      height: 100%;
    }
  }
  
  .choose-us-1 .choose-us-images img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-fit: contain;
       object-fit: contain;
  }
  
  .choose-us-1 .choose-us-images .shape-img {
    position: absolute;
    top: 80px;
    left: 10px;
    z-index: -2;
    opacity: 50%;
    -webkit-animation: spinner 100s infinite linear;
            animation: spinner 100s infinite linear;
  }
  
  .choose-us-1 .choose-us-content .icon-box {
    gap: 20px;
  }
  
  @media (max-width: 767px) {
    .choose-us-1 .choose-us-content .icon-box {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
  }
  
  .choose-us-1 .choose-us-content .icon-box .single-icon-box .icon {
    font-size: 40px;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(84deg, var(--theme) 0%, var(--theme-2) 100%);
    margin-bottom: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: inline-block;
  }
  
  .choose-us-1 .choose-us-content .icon-box .single-icon-box h4 {
    color: #020842;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.2px;
    padding-bottom: 10px;
  }
  
  .choose-us-1 .choose-us-content .icon-box .single-icon-box:hover .icon {
    -webkit-animation: bounceIn 1s linear;
            animation: bounceIn 1s linear;
  }
  
  .choose-us-1 .choose-us-content .count-box {
    background-color: var(--white);
    margin-top: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px 65px;
    padding-bottom: 35px;
    border-radius: 12px;
    -webkit-box-shadow: 7px 11px 50px 52px rgba(2, 8, 66, 0.03);
            box-shadow: 7px 11px 50px 52px rgba(2, 8, 66, 0.03);
  }
  
  @media (max-width: 575px) {
    .choose-us-1 .choose-us-content .count-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
  }
  
  .choose-us-1 .choose-us-content .count-box .single-count {
    padding-top: 20px;
  }
  
  .choose-us-1 .choose-us-content .count-box .single-count h2 {
    font-size: 60px;
    font-weight: 800;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(84deg, #3fb5fd 0%, #0b6eda 100%);
    line-height: 60px;
  }
  
  @media (max-width: 767px) {
    .choose-us-1 .choose-us-content .count-box .single-count h2 {
      font-size: 40px;
      text-align: center;
    }
  }

  .process-1 {
    position: relative;
}

.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}


.process-1 {
    position: relative;
  }
  
  .process-1 .process-items {
    -ms-grid-columns: auto auto auto;
        grid-template-columns: auto auto auto;
    padding-top: 70px;
    padding-bottom: 120px;
  }
  
  @media (max-width: 1399px) {
    .process-1 .process-items {
      -ms-grid-columns: auto auto;
          grid-template-columns: auto auto;
      gap: 30px;
      -webkit-box-pack: center !important;
          -ms-flex-pack: center !important;
              justify-content: center !important;
    }
  }
  
  @media (max-width: 991px) {
    .process-1 .process-items {
      -ms-grid-columns: auto;
          grid-template-columns: auto;
    }
  }
  
  .process-1 .process-items .single-process-item {
    position: relative;
    z-index: 1;
    width: 372px;
  }
  
  .process-1 .process-items .single-process-item .icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    background: linear-gradient(84deg, #3FB5FD 0%, #0B6EDA 100%);
    font-size: 20px;
    font-weight: 700;
    color: var(--white);
    position: absolute;
    top: 25px;
    left: 10px;
    z-index: 1;
  }
  
  .process-1 .process-items .single-process-item:nth-child(2) .icon {
    top: 5px;
    left: 15px;
  }
  
  @media (max-width: 991px) {
    .process-1 .process-items .single-process-item {
      width: 100%;
    }
  }
  
  .process-1 .process-items .single-process-item .image {
    -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 372 333" xmlns="http://www.w3.org/2000/svg"><path d="M0 75.1761C0 68.9789 2.87287 63.1318 7.77841 59.3447L79.2515 4.16861C82.7523 1.46598 87.0503 0 91.473 0H352C363.046 0 372 8.95431 372 20V312.34C372 323.385 363.046 332.34 352 332.34H20C8.95431 332.34 0 323.385 0 312.34V75.1761Z" /></svg>');
            mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 372 333" xmlns="http://www.w3.org/2000/svg"><path d="M0 75.1761C0 68.9789 2.87287 63.1318 7.77841 59.3447L79.2515 4.16861C82.7523 1.46598 87.0503 0 91.473 0H352C363.046 0 372 8.95431 372 20V312.34C372 323.385 363.046 332.34 352 332.34H20C8.95431 332.34 0 323.385 0 312.34V75.1761Z" /></svg>');
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    height: 332px;
    -webkit-mask-size: cover;
            mask-size: cover;
  }
  
  .process-1 .process-items .single-process-item .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    object-fit: cover;
  }
  
  .process-1 .process-items .single-process-item h4 {
    color: var(--white);
    padding-top: 20px;
  }
  
  .process-1 .process-items .single-process-item p {
    color: rgba(255, 255, 255, 0.82);
    font-weight: 500;
    line-height: 26px;
    padding: 15px 20px 0 20px;
  }
  
  .process-1 .shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 5%;
    -webkit-animation: zoomBig 10s infinite linear;
            animation: zoomBig 10s infinite linear;
  }
  
  .process-1 .shape-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 40%;
    -webkit-animation: topToBottom 5s infinite linear;
            animation: topToBottom 5s infinite linear;
  }
  
  .process-1 .shape-3 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 40%;
    -webkit-animation: leftToRight 5s infinite linear;
            animation: leftToRight 5s infinite linear;
  }
  
  .process-1 .shape-4 {
    position: absolute;
    top: 26.5%;
    left: 25.5%;
    -webkit-animation: leftToRight 3s infinite linear;
            animation: leftToRight 3s infinite linear;
  }
  
  .process-1 .shape-5 {
    position: absolute;
    bottom: 29.5%;
    left: 49.5%;
    -webkit-animation: leftToRight 3s infinite linear;
            animation: leftToRight 3s infinite linear;
  }

  .video-1 {
    margin-top: -260px;
  }
  
  .video-1 .video-image {
    position: relative;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1316 535"  xmlns="http://www.w3.org/2000/svg"><path d="M0 104.971C0 101.788 1.26428 98.7357 3.51472 96.4853L96.4853 3.51472C98.7357 1.26428 101.788 0 104.971 0H1191.66C1194.46 0 1197.18 0.984195 1199.34 2.78134L1311.68 96.4018C1314.42 98.6818 1316 102.059 1316 105.62V523C1316 529.627 1310.63 535 1304 535H12C5.3726 535 0 529.627 0 523V104.971Z" /></svg>');
            mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1316 535"  xmlns="http://www.w3.org/2000/svg"><path d="M0 104.971C0 101.788 1.26428 98.7357 3.51472 96.4853L96.4853 3.51472C98.7357 1.26428 101.788 0 104.971 0H1191.66C1194.46 0 1197.18 0.984195 1199.34 2.78134L1311.68 96.4018C1314.42 98.6818 1316 102.059 1316 105.62V523C1316 529.627 1310.63 535 1304 535H12C5.3726 535 0 529.627 0 523V104.971Z" /></svg>');
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    height: 535px;
    border-radius: 30px;
    -webkit-mask-size: cover;
            mask-size: cover;
  }
  
  .video-1 .video-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    object-fit: cover;
  }
  
  .video-1 .video-image::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(2, 13, 68, 0.44);
  }
  
  .video-1 .video-image .icon {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    background: linear-gradient(84deg, var(--theme) 0%, var(--theme-2) 100%);
    color: var(--white);
    position: relative;
    z-index: 2;
    margin: auto;
  }
  
  .video-1 .video-image .video-button {
    position: relative;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    width: 100px;
    height: 100px;
    background: linear-gradient(84deg, #3FB5FD 0%, #0B6EDA 100%);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 11;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  
  .video-1 .video-image .video-button i {
    font-size: 28px;
    color: var(--white);
  }
  
  .video-1 .video-image .video-button .video-button-ripple::before,
  .video-1 .video-image .video-button .video-button-ripple::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 0 0 rgba(63, 181, 253, 0.6);
            box-shadow: 0 0 0 0 rgba(63, 181, 253, 0.6);
    -webkit-animation: popupVideo 3s infinite;
            animation: popupVideo 3s infinite;
    border-radius: 50%;
  }
  
  .video-1 .video-image .video-button .video-button-ripple::before {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
    content: "";
    position: absolute;
  }
  
  .video-1 .video-image .video-button .video-button-ripple::after {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
    content: "";
    position: absolute;
  }
  
  .video-1.style-2 .video-image {
    -webkit-mask: none;
            mask: none;
    border-radius: 20px;
  }
  
  .video-1.style-2 .video-image::after {
    display: none;
  }
  
  .video-1.style-2 .video-image .icon {
    width: 85px;
    height: 85px;
    font-size: 25px;
  }
  
  .video-1.video-page {
    margin-top: -220px;
  }
  
  @-webkit-keyframes popupVideo {
    70% {
      -webkit-box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
              box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
              box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
  }
  
  @keyframes popupVideo {
    70% {
      -webkit-box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
              box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
              box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
  }

  .contact-us-1 {
    position: relative;
  }
  
  .contact-us-1 .shape-1 {
    position: absolute;
    bottom: 0;
    right: -5%;
    opacity: 8%;
    z-index: -1;
  }
  
  .contact-us-1 .shape-2 {
    position: absolute;
    top: 0;
    left: -8%;
    opacity: 8%;
    z-index: -1;
    rotate: 250deg;
  }
  
  .contact-us-1 .contact-us-content .infu-box {
    padding-bottom: 30px;
    gap: 20px;
  }
  
  @media (max-width: 767px) {
    .contact-us-1 .contact-us-content .infu-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center;
    }
  }
  
  .contact-us-1 .contact-us-content .infu-box .icon {
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(84deg, var(--theme) 0%, var(--theme-2) 100%);
    font-size: 21px;
  }
  
  .contact-us-1 .contact-us-content .infu-box h3 {
    font-weight: 600;
    letter-spacing: -0.24px;
  }
  
  .contact-us-1 .contact-right {
    position: relative;
    background-color: var(--white);
    border-radius: 12px;
    padding: 50px;
    -webkit-box-shadow: 7px 11px 50px 52px rgba(2, 8, 66, 0.03);
            box-shadow: 7px 11px 50px 52px rgba(2, 8, 66, 0.03);
    margin-left: -5px;
  }
  
  @media (max-width: 991px) {
    .contact-us-1 .contact-right {
      padding: 50px 20px;
    }
  }
  
  .contact-us-1 .contact-right::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--theme);
    right: -5px;
    left: auto;
    z-index: -1;
    border-radius: 12px;
  }
  
  .contact-us-1 .contact-right h3 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.28px;
    text-align: center;
    padding-bottom: 30px;
  }
  
  .contact-us-1 .contact-right .form-clt {
    position: relative;
  }
  
  .contact-us-1 .contact-right .form-clt .icon {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    line-height: 32px;
    border-radius: 50%;
    background-color: var(--white);
    -webkit-box-shadow: 0px 10px 20px 0px rgba(34, 34, 34, 0.08);
            box-shadow: 0px 10px 20px 0px rgba(34, 34, 34, 0.08);
    text-align: center;
  }
  
  @media (max-width: 575px) {
    .contact-us-1 .contact-right .form-clt .icon {
      top: 15px;
    }
  }
  
  .contact-us-1 .contact-right .form-clt .icon i {
    color: var(--header);
    font-size: 14px;
  }
  
  .contact-us-1 .contact-right .form-clt input {
    width: 100%;
    outline: none;
    border: none;
    padding: 10px 22px;
    color: var(--header);
    background-color: whitesmoke;
    font-weight: 500;
    border-radius: 4px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  
  @media (max-width: 991px) {
    .contact-us-1 .contact-right .form-clt input {
      font-size: 15px;
    }
  }
  
  @media (max-width: 575px) {
    .contact-us-1 .contact-right .form-clt input {
      font-size: 14px;
      padding: 15px 20px;
    }
  }
  
  .contact-us-1 .contact-right .form-clt .nice-select {
    background-color: whitesmoke;
    font-weight: 500;
    border-radius: 4px;
    padding: 10px 22px;
    width: 100%;
    border: none;
  }
  
  .contact-us-1 .contact-right .form-clt .nice-select::after {
    height: 10px;
    width: 10px;
    right: 25px;
    border-color: var(--text);
    border-bottom: 2px solid var(--text);
    border-right: 2px solid var(--text);
  }
  
  .contact-us-1 .contact-right .form-clt .nice-select span {
    color: var(--text);
  }
  
  @media (max-width: 991px) {
    .contact-us-1 .contact-right .form-clt .nice-select {
      font-size: 15px;
    }
  }
  
  @media (max-width: 575px) {
    .contact-us-1 .contact-right .form-clt .nice-select {
      font-size: 14px;
      padding: 15px 20px;
    }
  }
  
  .contact-us-1 .contact-right .form-clt .nice-select .list {
    background-color: var(--white);
    width: 100%;
  }
  
  .contact-us-1 .contact-right .form-clt .nice-select .list li {
    border: none;
    background-color: transparent;
  }
  
  .contact-us-1 .contact-right .form-clt .nice-select .option {
    padding: 8px 10px;
  }
  
  .contact-us-1 .contact-right .form-clt-big textarea {
    padding: 10px 22px 105px;
    width: 100%;
    outline: none;
    color: var(--header);
    background-color: whitesmoke;
    font-weight: 500;
    border: none;
    border-radius: 4px;
  }
  
  @media (max-width: 1199px) {
    .contact-us-1 .contact-right .form-clt-big textarea {
      font-size: 15px;
    }
  }
  
  .contact-us-1 .contact-right .theme-btn {
    background-color: var(--theme-2);
  }


  

  