/* About Page Info Section */

@import url(//fonts.googleapis.com/css?family=Montserrat:300,400,500);
.service-15 {
  font-family: "Open Sans", sans-serif;
  color: #8d97ad;
  font-weight: 300;
}

.service-15 h1,
.service-15 h2,
.service-15 h3,
.service-15 h4,
.service-15 h5,
.service-15 h6 {
  color: #3e4555;
}

.service-15 h6 {
  line-height: 22px;
  font-size: 18px;
}

.service-15 .font-weight-medium {
  font-weight: 500;
}

.service-15 a {
  text-decoration: none;
}

.service-15 .linking {
  color: #3e4555;
}

.service-15 .linking:hover {
  color: #316ce8;
}

.service-15 .bg-light {
  background-color: #f4f8fa !important;
}

.service-15 .text-success {
  color: #2cdd9b !important;
}

.service-15 .icon-round {
  width: 80px;
  line-height: 80px;
  font-size: 2rem;
}

.service-15 .btn-success-gradiant {
  background: #2cdd9b;
  background: -webkit-linear-gradient(
    legacy-direction(to right),
    #2cdd9b 0%,
    #1dc8cc 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#2cdd9b),
    to(#1dc8cc)
  );
  background: -webkit-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
  background: -o-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
  background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%);
}

.service-15 .btn-success-gradiant:hover {
  background: #1dc8cc;
  background: -webkit-linear-gradient(
    legacy-direction(to right),
    #1dc8cc 0%,
    #2cdd9b 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1dc8cc),
    to(#2cdd9b)
  );
  background: -webkit-linear-gradient(left, #1dc8cc 0%, #2cdd9b 100%);
  background: -o-linear-gradient(left, #1dc8cc 0%, #2cdd9b 100%);
  background: linear-gradient(to right, #1dc8cc 0%, #2cdd9b 100%);
}

.service-15 .btn-md {
  padding: 15px 45px;
  font-size: 16px;
}

/* Services Page strip Section */
@import url(//fonts.googleapis.com/css?family=Montserrat:300,500);
.service-26 {
  font-family: "Open Sans", sans-serif;
  color: #8d97ad;
  font-weight: 300;
}

.service-26 h1,
.service-26 h2,
.service-26 h3,
.service-26 h4,
.service-26 h5,
.service-26 h6 {
  color: #3e4555;
}

.service-26 .font-weight-medium {
  font-weight: 500;
}

.service-26 .badge {
  line-height: 14px;
}

.service-26 .badge-info {
  background: #188ef4;
}

.service-26 .wrap-service-26 .max-box {
  max-width: 580px;
}

.service-26 a {
  text-decoration: none;
}

.service-26 .linking {
  color: #3e4555;
}

.service-26 .linking:hover {
  color: #316ce8;
}
