/*body, *
{
font-family: "Poppins", Sans-serif !important;
}
.fa, .far, .fas {
font-family: Font Awesome\ 5 Free!important;
}
.fab {
    font-family: Font Awesome\ 5 Brands!important;
}*/

/*.bg-section-whatsapp {
    background: linear-gradient(
50deg
, #36B37E 0, #FAAF3B 100%) !important;
}*/
.testimonials_section, .bg-section-whatsapp,
.pricing_section{
background: linear-gradient(
180deg
, #f90 0, #FAAF3B 100%) !important;
}
.btn-outline-success {
    color: #f90;
    border-color: #f90;
}
.btn-outline-success:hover {
    background: #f90;
    border-color: #f90;
}
.testimonials-item-author-image-container {
    margin-right: 16px;
    overflow: visible;
}

.login-body .navbar.navbar-top.navbar-horizontal.navbar-expand-md.bg-white navbar-dark{
background-color:transparent!important;
}

body.bg.login-body{
color:#FAAF3B;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #FAAF3B;
}

.nav-pills .nav-link{
color: #FAAF3B;
}

.bg-gradient-red {
    background: linear-gradient(
35deg,#FAAF3B 0,#f56036 100%)!important;
}

.btn-outline-primary {
    color: #FAAF3B;
    border-color: #FAAF3B;
    cursor: pointer;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #FAAF3B;
    border-color: #FAAF3B;
    cursor: pointer;
}

.btn-cart {
    color: #FAAF3B !important;
}

#toplightlogo {
    height: 120px;
}