#header {
    background: #ffffff;
}

#logo img {
    height: 60px;
}

.row.align-items-center.justify-content-between.d-flex {
    padding: 16px 0;
}

#nav-menu-container {
    padding-right: 0px;
}

.nav-menu a.nav-link {
    color: #222222;
}

.nav-menu a.nav-link:hover {
    color: #f98435;
}

.nav-menu a.nav-link.active {
    color: #0189cd;
}

#mobile-nav-toggle i {
    color: #0189cd;

}

.text-color {
    color: #0189cd !important;
}

#mobile-nav-toggle {
    top: 30px;
}

#mobile-nav {
    background: rgba(20, 121, 172,0.7);
}

.img-about {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    min-height: 100%;
}

.banner-content {
    text-align: start;
}

.banner-content h1 {
    color: #222222;
}

.banner-area .overlay {
    opacity: 0;
}

.sub-btn {
    background-color: #ffffff;
    color: #0189cd;
    padding-left: 60px;
}

.shadow-lg {
    box-shadow: 0px 4px 32px -8px rgba(0,0,0,0.3)
}

input.form-control.shadow-lg.py-2 {
    height: 46px;
    border-radius: 100px;
}

.form-area input {
    margin-bottom: 15px;
}

#header.header-scrolled {
    background: rgba(255,255,255,0.9);
}

.flaticon {
    font-size: 64px;
    color: #0189cd;
}

.banner-area .primary-btn {
    padding: 0 30px;
}

.btn-home:hover {
    border: 1px solid #0189cd !important;
    color: #0189cd !important;
}

.img-services {
    background-size: 160px;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 250px;
}

.single-img img {
    height: auto;
    max-height: 100px;
}

.logo-wrap {
    background: transparent !important;
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

/* edit */

.header-btn {
    background-color: #1c4c36 ;
}

.text-color,
.nav-menu a.nav-link.active,
.footer-area .footer-bottom a {
    color: #f98435 !important;
}

.btn-home:hover {
    border: 1px solid #f98435 !important;
    color: #f98435 !important;
}

.footer-area {
    background-color: #1c4c36;
}

.footer-area .footer-bottom .footer-social a {
    background: rgba(0,0,0,0.3);
}

.footer-area .footer-bottom .footer-social a:hover {
    background: #f98435;
}

button.primary-btn.header-btn.sub-btn.shadow-lg {
    background: #f98435;
    color: #ffffff;
}

.facts-area {
    background: #1c4c36;
}

.primary-btn {
    background-color: #1c4c36;
}

.informations-contact {
    margin: 48px 0 96px;
}

.informations-contact ion-icon {
    color: #f98435;
    font-size: 36px;
    margin-bottom: 16px;
}

#products span {
    font-size: 48px;
    color: #f98435;
    margin-bottom: 16px;
    display: block;
}

.text-primary,
b, sup, sub, u, del {
    color: #f98435 !important;
}

.nav-menu a {
    font-size: 14px;
}

.btn-whatsapp {
    width: 50px;
    height: 50px;
    background-color: #04D960;
    color: #FFF;
    font-size: 30px;
    border-radius: 50px;
    position: fixed;
    z-index: 2;
    bottom: 20px;
    right: 20px;
    transition: .5s;
}

.btn-whatsapp ion-icon {
    font-size: 30px;
}

.btn-whatsapp:hover {
    color: #FFF;
    transform: scale(1.1);
    box-shadow: 0 4px 16px -4 rgba(0,0,0,0.7);
}

.banner-area {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 5vh;
}

@media (max-width: 992px) {
    .about-content .row {
        padding: 0 15px;
    }
    .img-about {
        display: none;
    }
    .informations-contact .col-md-3 {
        margin-bottom: 32px;
    } 
    input.form-control.shadow-lg.py-2 {
        margin-bottom: 16px;
    }
    #mobile-nav {
        background: rgba(28, 76, 54, 0.7);
    }
    #mobile-nav-toggle i {
        color: #f98435;
    }
}