.text-xs     { font-size: 0.75rem; }   /* 12px */
.text-sm     { font-size: 0.875rem; }  /* 14px */
.text-base   { font-size: 1rem; }      /* 16px */
.text-lg     { font-size: 1.125rem; }  /* 18px */
.text-xl     { font-size: 1.25rem; }   /* 20px */
.text-2xl    { font-size: 1.5rem; }    /* 24px */
.text-3xl    { font-size: 1.875rem; }  /* 30px */
.text-4xl    { font-size: 2.25rem; }   /* 36px */
.text-5xl    { font-size: 3rem; }      /* 48px */
.text-6xl    { font-size: 3.75rem; }   /* 60px */
.text-32px   { font-size: 32px; }
.text-84px   { font-size: 84px; }

.font-thin       { font-weight: 100; }
.font-extralight { font-weight: 200; }
.font-light      { font-weight: 300; }
.font-normal     { font-weight: 400; }
.font-medium     { font-weight: 500; }
.font-semibold   { font-weight: 600; }
.font-bold       { font-weight: 700; }
.font-extrabold  { font-weight: 800; }
.font-black      { font-weight: 900; }

.mt-0    { margin-top: 0!important; }
.mt-1    { margin-top: 0.25rem!important; }   /* 4px */
.mt-2    { margin-top: 0.5rem!important; }    /* 8px */
.mt-3    { margin-top: 0.75rem!important; }   /* 12px */
.mt-4    { margin-top: 1rem!important; }      /* 16px */
.mt-5    { margin-top: 1.25rem!important; }   /* 20px */
.mt-6    { margin-top: 1.5rem!important; }    /* 24px */
.mt-8    { margin-top: 2rem!important; }      /* 32px */
.mt-10   { margin-top: 2.5rem!important; }    /* 40px */
.mt-12   { margin-top: 3rem!important; }      /* 48px */
.mt-16   { margin-top: 4rem!important; }      /* 64px */
.mt-20   { margin-top: 5rem!important; }      /* 80px */

.mb-0    { margin-bottom: 0; }
.mb-1    { margin-bottom: 0.25rem!important; }   /* 4px */
.mb-2    { margin-bottom: 0.5rem!important; }    /* 8px */
.mb-3    { margin-bottom: 0.75rem!important; }   /* 12px */
.mb-4    { margin-bottom: 1rem!important; }      /* 16px */
.mb-5    { margin-bottom: 1.25rem!important; }   /* 20px */
.mb-6    { margin-bottom: 1.5rem!important; }    /* 24px */
.mb-8    { margin-bottom: 2rem!important; }      /* 32px */
.mb-10   { margin-bottom: 2.5rem!important; }    /* 40px */
.mb-12   { margin-bottom: 3rem!important; }      /* 48px */
.mb-16   { margin-bottom: 4rem!important; }      /* 64px */
.mb-20   { margin-bottom: 5rem!important; }      /* 80px */

.w-auto   { width: auto; }
.h-auto   { height: auto; }

.w-0     { width: 0; }
.w-px    { width: 1px; }
.w-1     { width: 0.25rem; }  /* 4px */
.w-2     { width: 0.5rem; }   /* 8px */
.w-4     { width: 1rem; }     /* 16px */
.w-8     { width: 2rem; }     /* 32px */
.w-16    { width: 4rem; }     /* 64px */
.w-32px  { width: 32px; }
.w-84px  { width: 84px; }
.w-full  { width: 100%; }
.w-screen { width: 100vw; }

.h-0     { height: 0; }
.h-px    { height: 1px; }
.h-1     { height: 0.25rem; }  /* 4px */
.h-2     { height: 0.5rem; }   /* 8px */
.h-4     { height: 1rem; }     /* 16px */
.h-8     { height: 2rem; }     /* 32px */
.h-16    { height: 4rem; }     /* 64px */
.h-32px  { height: 32px; }
.h-84px  { height: 84px; }
.h-full  { height: 100%; }
.h-screen { height: 100vh; }

.px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

.color-blackgray {
  background: #1a1919;
}

.border-gray {
  border-color: #242323!important;
}
.newservices-section .video {
  width: 100%;
  height: 100%;
  position: relative;
  margin: auto;
  background: #1a1919;
}

.newservices-section .video .video__text {
  padding: 50px;
}
.newservices-section .video .video__text h3 {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 40px;
}

.solutions-section .solution-list .solution-img {
  background: #0000000a;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.solutions-section .solution-list .solution-content h3 {
  font-weight: 500;
  font-size: 40px;
  margin: 30px 0 50px 0;
  line-height: 35px;
  color: #0d0f18;
}

.solutions-section .solution-list .solution-content p {
  font-size: 18px;
  line-height: 36px;
  color: #63656d;
  text-align: left;
  max-width: 80%;
}

.text-gradient-new {
  background: linear-gradient(to right, #34ffe7, #0a97fa, #34ffe7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn.askbtn {
  background: linear-gradient(to right, #0a97fa, #34ffe7);
  color: #fff;
  border-radius: 36px;
  border: none;
  padding: 15px 30px;
  margin-top: 50px;
}

.testimonial-navigation {
  display: flex;
  justify-content: left;
  margin-top: 50px;
}

.nav-icon {
  width: 40px;
  height: 4px;
  background-color: #ffffff1a;
  margin-right: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.nav-icon:last-child {
  margin-right: 0;
}

.nav-icon.active {
  background: linear-gradient(to right, #0a97fa, #34ffe7);
  cursor: pointer;
}

.testimonial-content {
  display: none;
}

.testimonial-content.active {
  margin-left: 0 !important;
  display: block;
}

.form-group .form-control {
  border-top-left-radius: 36px !important;
  border-bottom-left-radius: 36px !important;
  height: 64px !important;
  font-size: 18px;
  line-height: 36px;
}

.black-btn {
  background: linear-gradient(to right, #0a97fa, #34ffe7);
  border-top-right-radius: 36px !important;
  border-bottom-right-radius: 36px !important;
  border: none;
  height: 64px;
}

.black-btn:hover {
  border: none;
}

.form-check {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.form-group .form-check-label {
  color: white;
  font-size: 17px;
  line-height: 32px;
}

.form-group .form-check-input {
  margin-top: 0;
  margin-right: 13px;
  margin-left: 0;
  height: 26px;
  width: 26px;
}

.form-group .form-check-label a {
  color: #34ffe7;
  text-decoration: underline;
}

.image-cloud-left {
  position: absolute;
  height: auto;
  width: auto;
  left: 100px;
}

.image-cloud-right {
  position: absolute;
  height: auto;
  width: auto;
  right: 100px;
}

.faq-section .accordion-list .accordion-li {
  background: transparent;
  border: none;
  margin-bottom: 40px;
  padding: 0;
}

.faq-section .accordion-list .accordion-li a.collapsed h3:after {
  background-image: url(../image/icon-plus.svg);
}

.faq-section .accordion-list .accordion-li h3:after {
  background-image: url(../image/ic-minus.svg);
}
.faq-section .accordion-list .accordion-li h3 {
  color: #ffffff;
  font-size: 21px;
  line-height: 30px;
  font-weight: 600;
}

.faq-section .accordion-list .accordion-li .answer {
  color: #b6b7bd;
  font-size: 18px;
  line-height: 36px;
}

@media (min-width: 768px) {
  .md\:text-xs     { font-size: 0.75rem; }
  .md\:text-sm     { font-size: 0.875rem; }
  .md\:text-base   { font-size: 1rem; }
  .md\:text-lg     { font-size: 1.125rem; }
  .md\:text-xl     { font-size: 1.25rem; }
  .md\:text-2xl    { font-size: 1.5rem; }
  .md\:text-3xl    { font-size: 1.875rem; }
  .md\:text-4xl    { font-size: 2.25rem; }
  .md\:text-5xl    { font-size: 3rem; }
  .md\:text-6xl    { font-size: 3.75rem; }
  .md\:text-32px   { font-size: 32px; }
  .md\:text-84px   { font-size: 84px; }

  .md\:mt-0    { margin-top: 0!important; }
  .md\:mt-1    { margin-top: 0.25rem!important; }
  .md\:mt-2    { margin-top: 0.5rem!important; }
  .md\:mt-3    { margin-top: 0.75rem!important; }
  .md\:mt-4    { margin-top: 1rem!important; }
  .md\:mt-5    { margin-top: 1.25rem!important; }
  .md\:mt-6    { margin-top: 1.5rem!important; }
  .md\:mt-8    { margin-top: 2rem!important; }
  .md\:mt-10   { margin-top: 2.5rem!important; }
  .md\:mt-12   { margin-top: 3rem!important; }
  .md\:mt-16   { margin-top: 4rem!important; }
  .md\:mt-20   { margin-top: 5rem!important; }

  .md\:mb-0    { margin-bottom: 0!important; }
  .md\:mb-1    { margin-bottom: 0.25rem!important; }
  .md\:mb-2    { margin-bottom: 0.5rem!important; }
  .md\:mb-3    { margin-bottom: 0.75rem!important; }
  .md\:mb-4    { margin-bottom: 1rem!important; }
  .md\:mb-5    { margin-bottom: 1.25rem!important; }
  .md\:mb-6    { margin-bottom: 1.5rem!important; }
  .md\:mb-8    { margin-bottom: 2rem!important; }
  .md\:mb-10   { margin-bottom: 2.5rem!important; }
  .md\:mb-12   { margin-bottom: 3rem!important; }
  .md\:mb-16   { margin-bottom: 4rem!important; }
  .md\:mb-20   { margin-bottom: 5rem!important; }

  .md\:w-32px { width: 32px; }
  .md\:w-84px { width: 84px; }
  .md\:w-full { width: 100%; }

  .md\:h-32px { height: 32px; }
  .md\:h-84px { height: 84px; }
  .md\:h-full { height: 100%; }

  .md\:px-0_5 {
    padding-left: 2px!important;
    padding-right: 2px!important;;
  }
}

@media (min-width: 1024px) {
  .lg\:text-xs     { font-size: 0.75rem; }
  .lg\:text-sm     { font-size: 0.875rem; }
  .lg\:text-base   { font-size: 1rem; }
  .lg\:text-lg     { font-size: 1.125rem; }
  .lg\:text-xl     { font-size: 1.25rem; }
  .lg\:text-2xl    { font-size: 1.5rem; }
  .lg\:text-3xl    { font-size: 1.875rem; }
  .lg\:text-4xl    { font-size: 2.25rem; }
  .lg\:text-5xl    { font-size: 3rem; }
  .lg\:text-6xl    { font-size: 3.75rem; }
  .lg\:text-32px   { font-size: 32px; }
  .lg\:text-84px   { font-size: 84px; }

  .lg\:mt-0    { margin-top: 0!important; }
  .lg\:mt-1    { margin-top: 0.25rem!important; }
  .lg\:mt-2    { margin-top: 0.5rem!important; }
  .lg\:mt-3    { margin-top: 0.75rem!important; }
  .lg\:mt-4    { margin-top: 1rem!important; }
  .lg\:mt-5    { margin-top: 1.25rem!important; }
  .lg\:mt-6    { margin-top: 1.5rem!important; }
  .lg\:mt-8    { margin-top: 2rem!important; }
  .lg\:mt-10   { margin-top: 2.5rem!important; }
  .lg\:mt-12   { margin-top: 3rem!important; }
  .lg\:mt-16   { margin-top: 4rem!important; }
  .lg\:mt-20   { margin-top: 5rem!important; }

  .lg\:mb-0    { margin-bottom: 0!important; }
  .lg\:mb-1    { margin-bottom: 0.25rem!important; }
  .lg\:mb-2    { margin-bottom: 0.5rem!important; }
  .lg\:mb-3    { margin-bottom: 0.75rem!important; }
  .lg\:mb-4    { margin-bottom: 1rem!important; }
  .lg\:mb-5    { margin-bottom: 1.25rem!important; }
  .lg\:mb-6    { margin-bottom: 1.5rem!important; }
  .lg\:mb-8    { margin-bottom: 2rem!important; }
  .lg\:mb-10   { margin-bottom: 2.5rem!important; }
  .lg\:mb-12   { margin-bottom: 3rem!important; }
  .lg\:mb-16   { margin-bottom: 4rem!important; }
  .lg\:mb-20   { margin-bottom: 5rem!important; }

  .lg\:w-32px { width: 32px; }
  .lg\:w-84px { width: 84px; }
  .lg\:w-full { width: 100%; }

  .lg\:h-32px { height: 32px; }
  .lg\:h-84px { height: 84px; }
  .lg\:h-full { height: 100%; }
}

@media (max-width: 1200px) {
  .image-cloud-left {
    left: 0;
  }

  .image-cloud-right {
    right: 0;
  }
}

@media (max-width: 991px) {
  .title-mail {
    color: #fff;
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    text-align: center;
}
  .image-cloud {
    display: none;
  }
}
