.cta-one {
  position: relative;
  padding: 105px 0 155px;
  background-image: url(../images/gal-cta-bg.jpg);
  background-blend-mode: overlay;
  background-color: #2727276e;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.cta-one__bg {
  /*position: absolute;*/
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  opacity: .5;
  background-color: #000;
}

.cta-one .section-title__title {
  color: #fff;
  font-size: 42px;
  line-height: 54px;
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .cta-one .section-title__title {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .cta-one .section-title__title {
    font-size: 36px;
  }
}

.cta-one .nisoz-btn {
  margin: 44px 0 0;
}

@media (max-width: 767px) {
  .cta-one .nisoz-btn {
    margin: 0 0 40px;
  }
}

@media (max-width: 767px) {
  .cta-one .text-end {
    text-align: left !important;
  }
}

.cta-one .section-title__triangle-left {
  border-left-color: #fff;
}

.cta-one .section-title__triangle-right {
  border-right-color: #747475;
}

.cta-one__text {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 34px;
  color: #fff;
  border-top: 2.5px solid #fff;
  padding: 40px 0 0;
}

.cta-one__text p {
  color: #fff;
}





.feature-one {
  position: relative;
  background-color: #fff;
  margin-bottom: 55px;
}

.feature-one__wrapper {
  background-color: #fff;
  /*box-shadow: 0px 10px 60px 0px rgba(var(--nisoz-black4-rgb), 0.07);*/
  padding: 52px 60px 53px;
  top: -60px;
  margin-bottom: -60px;
  position: relative;
  z-index: 2;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media (max-width: 1199px) {
  .feature-one__wrapper {
    padding: 52px 35px 53px;
  }
}

@media (max-width: 991px) {
  .feature-one__wrapper {
    padding: 52px 25px 23px;
  }
}

.feature-one__item {
  position: relative;
  padding: 0 0 0 78px;
}

@media (max-width: 991px) {
  .feature-one__item {
    margin-bottom: 30px;
  }
}

.feature-one__item__icon {
  width: 58px;
  height: 58px;
  background-color: #e15f14;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 21px;
  position: absolute;
  left: 0;
  top: 9px;
}

.feature-one__item__icon span {
  display: inline-block;
}

.feature-one__item__title {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 10px;
    letter-spacing: .3px;
}

.feature-one__item__text {
  margin: 0;
}

.feature-one__item:hover .feature-one__item__icon span {
  animation: bounceIn 1s linear;
  animation-duration: 1s;
  animation-duration: 2s;
}

.nsp-tick {
  filter: invert(1);
  width: 30px;
  height: 30px;
}

.nsp-cta-btn{
  background-color: #dd5405;
  color: #fff;
  padding: 15px 25px;
  float: inline-end;
  font-weight: 500;
  margin-top: 5px;
}

.nsp-cta-btn:hover{
  background-color: #fff;
  color: #dd5405;
}


/*--------- faq section ------------*/
/*----------------------------------------------------------------------------*/
.balli-faq-section {
  margin: 15px 0 0;
  padding: 80px 0 110px;
  background-color: #f5f5f7;
}

.faq-htag{
  font-size: 38px;
  line-height: 45px;
  text-align: center;
}

.faq-ptag{
  text-align: center;
  margin-top: 15px;
  font-size: 18px;
  padding: 0 45px;
}

.kupo-mauto{
  margin: 0 auto;
}

.kupo-mt{
  margin-top: 25px;
}


/*--------------------------------*/