.features-card.style-5 {
  display: block;
  padding: 40px;
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
  margin-bottom: 20px;
}
.features-card.style-5:hover {
  -webkit-box-shadow: 0px 46px 77px 0px rgba(10, 43, 83, 0.1490196078);
          box-shadow: 0px 46px 77px 0px rgba(10, 43, 83, 0.1490196078);
}
.features-card.style-5:hover .card-title {
  color: var(--color-blue5);
}
.features-card.style-5 .icon {
  margin-bottom: 40px;
}
.features-card.style-5 .icon img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: drop-shadow(0 25px 20px rgba(7, 57, 114, 0.2078431373));
          filter: drop-shadow(0 25px 20px rgba(7, 57, 114, 0.2078431373));
}
.features-card.style-5 .card-title {
  color: #000;
  font-size: 17.5px;
  font-weight: bold;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.features-card.style-5 .text {
  font-size: 12.5px;
  line-height: 1.8;
  color: #777;
}


@media screen and (max-width: 991px) {
  .section-padding {
    padding: 70px 0;
  }
}

.bg-gray5 {
  background-color: #f3f7fe;
}

.section-padding {
  padding: 100px 0;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.section-head.style-5 h2 span {
  color: #157efb;
  position: relative;
  display: inline-block;
  padding: 0 5px;
  margin: 0 5px;
}

.section-head.style-5 h2 span::after {
position: absolute;
content: "";
left: 0;
bottom: 0;
width: 100%;
height: 40%;
background-color: #157efb;
opacity: 8%;
}



.dark-version-logo {
height: 40px;
width: auto;
}
.feature-content--l3__list {
position: relative;
z-index: 1;
padding-left: 30px;
margin-bottom: 20px;
color: var(--color-headings-2);
font-size: 16px;
font-weight: 400;
letter-spacing: normal;
line-height: 1.75;
}

.logo {
height: 20px;
}



.section-title--l4 .section-title__sub-heading {
color: #fd5284;
font-size: 15px;
font-weight: 500;
letter-spacing: normal;
line-height: 26px;
}













html {
scroll-behavior: smooth;
}
.mt-10 {
margin-top: 10px !important;
}

.mt-15 {
margin-top: 15px !important;
}

.mt-20 {
margin-top: 20px !important;
}

.mt-30 {
margin-top: 30px !important;
}

.mt-40 {
margin-top: 40px !important;
}

.mt-50 {
margin-top: 50px !important;
}

.mt-60 {
margin-top: 60px !important;
}

.mt-70 {
margin-top: 70px !important;
}

.mt-80 {
margin-top: 80px !important;
}

.mt-90 {
margin-top: 90px !important;
}

.mt-100 {
margin-top: 100px !important;
}

.mt-150 {
margin-top: 150px !important;
}

.mt-200 {
margin-top: 200px !important;
}

.mb-10 {
margin-bottom: 10px !important;
}

.mb-15 {
margin-bottom: 15px !important;
}

.mb-20 {
margin-bottom: 20px !important;
}

.mb-30 {
margin-bottom: 30px !important;
}

.mb-40 {
margin-bottom: 40px !important;
}

.mb-50 {
margin-bottom: 50px !important;
}

.mb-60 {
margin-bottom: 60px !important;
}

.mb-70 {
margin-bottom: 70px !important;
}

.mb-80 {
margin-bottom: 80px !important;
}

.mb-90 {
margin-bottom: 90px !important;
}

.mb-100 {
margin-bottom: 100px !important;
}

.mb-150 {
margin-bottom: 150px !important;
}

.mb-200 {
margin-bottom: 200px !important;
}

/* --------------- padding classes --------------- */
.pt-10 {
padding-top: 10px !important;
}

.pt-15 {
padding-top: 15px !important;
}

.pt-20 {
padding-top: 20px !important;
}

.pt-30 {
padding-top: 30px !important;
}

.pt-40 {
padding-top: 40px !important;
}

.pt-50 {
padding-top: 50px !important;
}

.pt-60 {
padding-top: 60px !important;
}

.pt-70 {
padding-top: 70px !important;
}

.pt-80 {
padding-top: 80px !important;
}

.pt-90 {
padding-top: 90px !important;
}

.pt-100 {
padding-top: 100px !important;
}

.pt-150 {
padding-top: 150px !important;
}

.pt-200 {
padding-top: 200px !important;
}

.pb-10 {
padding-bottom: 10px !important;
}

.pb-15 {
padding-bottom: 15px !important;
}

.pb-20 {
padding-bottom: 20px !important;
}

.pb-30 {
padding-bottom: 30px !important;
}

.pb-40 {
padding-bottom: 40px !important;
}

.pb-50 {
padding-bottom: 50px !important;
}

.pb-60 {
padding-bottom: 60px !important;
}

.pb-70 {
padding-bottom: 70px !important;
}

.pb-80 {
padding-bottom: 80px !important;
}

.pb-90 {
padding-bottom: 90px !important;
}

.pb-100 {
padding-bottom: 100px !important;
}

.pb-150 {
padding-bottom: 150px !important;
}

.pb-200 {
padding-bottom: 200px !important;
}