.theme-bg {
    /*background-color: #FAE915F2;*/
	background-color: #145da6;
}

.navbar-nav .nav-item a.active, .navbar-nav .nav-item a:hover {
    color: #145DA6;
}

.navbar-nav .nav-item a.active, .navbar-nav .nav-item a:hover {
    color: /*#145DA69E;*/ #145da6;
}

.section-title span {
    font-family: "Raleway", sans-serif;
    font-size: 25px;
    font-weight: 600;
    display: block;
    color: #FAE914;
    margin-bottom: 15px;
  }

  .theme-btn {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 18px 40px;
    font-size: 18px;
    border-radius: 10px;
    border: none;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background-color: #F9E914;
  }

  .theme-btn:hover {
    background-color: rgba(249, 233, 20, 0.7);
    color: #fff;
    border-color: transparent;
    -webkit-box-shadow: 0 10px 25px rgba(0, 173, 181, 0.3);
    box-shadow: 0 10px 25px rgba(250, 233, 21, 0.3);
  }

  .faq-section .faq-content-wrapper .faq-wrapper .faq-item {
    background: #0B0B0B0F;
    border-radius: 10px;
  }
  .subscribe-section .subscribe-wrapper .subscribe-links ul li:first-child a i {
    background: #F9E813;
  }
  .subscribe-section .subscribe-wrapper .subscribe-links ul li a span {
    font-size: 26px;
    font-weight: 600;
    color: #F9E914;
    margin-right: 40px;
  }
  .subscribe-section .subscribe-wrapper .subscribe-links ul li a i {
    width: 49px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #FAE914;
    margin-right: 20px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  .subscribe-section .subscribe-wrapper .subscribe-links ul li a:hover i {
    background: #FAE914D6;
  }

  .footer .footer-widget-wrapper .footer-widget .footer-social-links ul li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #185FA4;
    border-radius: 5px;
    margin-right: 20px;
  }
  .footer .footer-widget-wrapper .footer-widget .footer-social-links ul li a:hover {
    background: #145DA7B0;
  }

  .footer .footer-widget-wrapper .footer-widget .footer-links li a:hover {
    color: #FAE914;
    padding-left: 8px;
  }




  .scroll-top {
    width: 45px;
    height: 45px;
    background: /*#FAE914;*/ #145da6;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }

  .scroll-top:hover {
    color: #fff;
    background: rgba(249, 233, 19, 0.7);
  }