.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 (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;
  }
}
