.sub-heading{font-size: 18px;}
/* .custom-color{background: #00a99d !important; color: white !important;} */
.button-2 {
    color: #fff;
    border: 1px solid #ffc107;
    width: 40%;
    text-align: center;
    padding: 10px 3px;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 200;
    background-image: -webkit-linear-gradient(30deg, #ffc107 50%, transparent 50%);
    background-image: linear-gradient(30deg, #ffc107 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    display: inline-block;
  }
  .button-2:hover {
    background-position: 100%;
    color: #ffc107;
    font-weight: 400;
  }

  .footer-logo{
    width: 200px;
  }
  .custom-footer-icon span i{
    font-size: 20px;
    color: #00a99d;
  }
  .copy-right-text{
    background: rgb(0, 0, 0);
  }
  .feature-project{
    background-color: #f8f8f8;
  }
  .owl-carousel.feature-slider .owl-nav button.owl-next, 
  .owl-carousel.feature-slider .owl-nav button.owl-prev{
    background-color: #000;
    cursor: pointer;
    width: 60px;
    height: 60px;
    color: #fff;
    border-radius: 0;
  }
  ul.list-group li{
    position: relative;
    padding-left: 20px;
    padding-top: 4px;
    margin-bottom: 5px;
    font-size: 16px;
  }
  ul.list-group li::before{
    content: "\e884";
    font-family: 'pbminfotech-base-icons';
    position: absolute;
    color: #00a99d;
    top: 4px;
    left: 0;
  }