span,a,h1,h2,h3,h4,h5,h6,p,div,section {
    font-family: 'Fira Sans', sans-serif !important;
}
h2 {
    font-size: 36px !important;
    letter-spacing: 0;
}
h3 {
    font-size: 25px !important;
    letter-spacing: 0;
}
.navbar-brand img {
    max-height: 40px !important;
}
.active {
    color: #00c897 !important;
}

.btn-hero-cta-primary {
    background-color: #00c897 !important;
    border-color: #00c897 !important;
}

.btn-hero-cta-secondary {
    background-color: transparent !important;
    border-color: #00c897 !important;
    color: #00c897 !important;
}

section#hero .btn-primary {
    display: inline-block !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    width: 230px
}
.navbar-nav a {
    font-size: 12px !important;
    letter-spacing: 2px !important;
    font-weight: 400 !important;
}

.navbar-brand > img {
    margin-top: 12px;
}

.hero-slider .slide h3, .hero-slider .slide h1, .hero-slider .slide p {
    letter-spacing: 1px !important;
}

.nav-small[data-menu-style="transparent"] .navbar-nav>li>a {
    color: #929292;
}

section#benefits .benefits-title {
    color: #9e004f;
    font-weight: 700;
}
section#benefits .item-wrapper {
    display: inline-flex;
    align-items: start;
    margin: 22px 0;
}
section#benefits .item-wrapper p {
    font-size: 20px;
    font-weight: 300;
    color: #351424;
    margin: 0;
    padding: 0 16px;
}
section#benefits .item-wrapper i {
    color: #00c897;
}
.video-container:before {
    font-weight: 900;
}
.video-container:after {
    background-color: rgba(32, 36, 45, .7);
}
.video-container:hover:after {
    background-color: #00c897 !important;
}

section#about .about-us-title {
    font-weight: 300;
    color: #9e004f;
}
section#about .about-us-title span {
    font-weight: 700;
}

section#services .services-title {
    font-weight: 300;
    color: #3a3a3a;
}
section#services .services-title span {
    font-weight: 700;
}
section#services .slide-title {
    color: #9e004f;
    text-align: center;
    font-weight: 700;
}
section#services .slide-description {
    color: #333333;
    text-align: center;
    line-height: 2.2rem;
}

section#services .btn-wrapper {
    display: flex;
    justify-content: center;
}
section#services .btn-wrapper .btn-hero-cta-secondary {
    margin-top: 16px;
}

.scroll-top {
    background-color: #00c897;
}

section#about p {
    color: #000;
}

section#contact {
    background-color: #9b9b9b;
}
section#contact .contact-title {
    color: white;
    font-weight: 700;
}
section#contact .other-contacts-title {
    color: #000;
}
section#contact .other-contacts {
    background: #fff;
}
section#contact .btn-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: row;
}
section#contact .btn-wrapper a {
    width: 270px;
    background-color: white
}
section#contact .btn-wrapper a.mobile {
    color: #0097ed;
    border-color: #0097ed;
}
section#contact .btn-wrapper a.phone {
    color: #9e004f;
    border-color: #9e004f;
}
section#contact .btn-wrapper a.mail {
    color: #5a5a5a;
    border-color: #5a5a5a;
}

footer.dark {
    background-color: #4f4f4f !important;
}
footer.footer.style-1 {
    padding-top: 50px;
}
.footer.style-1.dark img {
    height: 40px;
}
.footer.style-1.dark>p {
    color: #bfbfbf;
    line-height: 1.5rem;
}

.highlight {
    color: #000;
    border: 1px solid white;
    padding: 22px;
    border-radius: 6px;
    background: white;
}
.owl-theme .owl-controls .owl-dot span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.owl-dot {
    padding-left: 6px;
    padding-right: 6px;
}

.time-to-call {
    color: #8f8f8f;
    font-weight: 400;
}

@media (max-width: 991px) {
    .active {
        color: #b2b2b2 !important;
    }
    .navbar-nav>li>a:hover {
        color: #888 !important;
    }

    .navbar-collapse {
        background-color: white;
    }

    .navbar-brand img {
        max-height: 30px !important;
    }

    .owl-item.active .appear {
        padding-top: 60px;
    }
    .hero-slider .slide h3, .hero-slider .slide h1, .hero-slider .slide p {
        font-size: 100%;
    }
    nav.navbar.nav-down {
        position: fixed !important;
        width: 100% !important;
    }

}

@media (max-width: 767px) {
    section#benefits .item-wrapper {
        align-items: center;
    }
    section#contact .btn-wrapper {
        flex-direction: column;
        align-items: center;
    }
    h2 {
        font-size: 28px !important;
    }
    h3 {
        font-size: 22px !important;
    }
    p {
        font-size: 18px;
    }
    .time-to-call {
        font-size: 12px;
    }
}