:root {
    --thm-font: "Open Sans", sans-serif;
    --heading-font: "Open Sans", cursive;
    --thm-base: #eddd5e;
    --thm-base-rgb: 237, 221, 94;
    --thm-primary: #5b8c51;
    --thm-primary-rgb: 91, 140, 81;
    --thm-black: #404a3d;
    --thm-black-rgb: 64, 74, 61;
    --thm-gray: #eceeef;
}

.block-title h3, .video-one h3 {
    font-size: 38px;
}

.testimonials_one_single_item .text p {
    font-size: 24px;
}

.service_1_single .content {
    padding: 20px 25px 30px;
}

.service_1_single .content h3 {
    font-size: 22px;
    padding-bottom: 24px;
}

.main-logo {
    max-height: 122px;
}

.main-nav__main-navigation .main-nav__navigation-box > li > a {
    color: #0d4439;
    padding: 0 14px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.topbar-one__left a {
    font-size: 16px;
}

.topbar-one__social a {
    font-size: 24px;
}

.banner-carousel .content-box h1 {
    font-size: 48px;
    line-height: 64px;
    min-height: 205px;
}

.topbar-one .topbar_bg {
    position: absolute;
    left: 0;
    bottom: -14px;
    right: 0;
    height: 14px;
    z-index: 1;
}

.section-key {
    text-align: center;
    padding: 15px 0;
    background: #e27120;
    color: #fff;
    font-size: 24px;
}

.main-nav__left {
    margin-right: 20px;
}

.topbar-one .container {
    min-height: 145px;
}

@media (max-width: 767px) {
    .topbar-one__left {
        display: block;
        position: absolute;
        top: 7px;
    }

    .topbar-one__middle {
        top: 39px;
    }

    .main-nav__header-one {
        background: #fff;
    }

    .main-nav__left {
        padding-bottom: 5px;
    }

    .topbar-one__left a {
        font-size: 14px;
    }

    .topbar-one__left a + a {
        margin-left: 25px;
    }
}