.features1 .icon-box {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: ease-in-out 0.3s;
    background: linear-gradient(to right, #4facfe 0%, #95f0f4 100%) !important;
border: 2px solid #fff;
  }
  .features1 .icon-box i {
    font-size: 32px;
    padding-right: 10px;
    line-height: 1;
  }
  .features1 .icon-box h3 {
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 16px;
  }
  .features1 .icon-box h3 a {
    color: #111;
    transition: ease-in-out 0.3s;
  }
  .features1 .icon-box h3 a:hover {
    color: #076416;
  }
  .services .iconbox-orange i{
      color: #ff6204;
      
  }
  .services .icon-box{
    border-top: 3px solid #ffffff;
    text-align: center;
    color: black;
   background-color: #ffffffa1;
    box-shadow: 0px 5px 40px 0px rgba(22, 159, 242, 0.87);
    width: 100%;
}
  .services  i{

    font-size: 22px;
}
.section-bgrt{

  background: #b7ebf74a;
}
.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #041da4;}
   h6 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 16px;
    color: #111 !important;
  }
  h5 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 13px;
    color: #111 !important;
  }
  .section-title h2 {
    font-size: 20px !important;}
    section a{color: black !important;;}
    section  a:hover {color: blue !important;}