body{
    padding-top: 0;
}
.navbar{
    background-color: #fff;
}
.nav-link{
    color:rgb(7, 86, 178);
    font-weight: 700;
}
.featurette-heading{
    color:rgb(7, 86, 178);
    font-size: 40px;
}
.modal-body{
    /* text-align: justify; */
}
@media (min-width: 62em) {
    .featurette-heading {
      margin-top: 0rem;
    }
  }
  @media (min-width: 768px) {
    #about{
        padding-top: 8rem;
    }
    #services{
        padding-top: 8rem;
    }
    #contact{
        padding-top: 8rem;
    }
 }
 @media (max-width: 768px) {
    #about{
        padding-top: 6.5rem;
    }
    #services{
        padding-top: 6.5rem;
    }
    #contact{
        padding-top: 6.5rem;
    }
 }
 .text-purple, a.text-purple{
    color:#6f42c1;
 }
 .small-header{
    color:rgb(7, 86, 178);
 }
 /* ul.style1 li::before{
    background:#004aad;
    content: "";
    display: block;
    position: absolute;
    left: 1px;
    top: 1px;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
 }
 ul.style1 li::after {
    background: url('../../brand/list-1.png') no-repeat;
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
 } */
 ul.style1{
    list-style-image:url('../../brand/list-1.png');
  }
  ul.style2{
    list-style-image:url('../../brand/list-2.png');
  }
  ul.style3{
    list-style-image:url('../../brand/list-3.png');
  }