.emg-sec-banner {
    padding: 100px 0 0;
    background-size: auto !important;
    position: relative;
    z-index: 1;
}

.emg-sec-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;

    z-index: -1;
}

.emg-sec-bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.banner-title {
    font-size: 50px;
}

.emg-sec-banner .btn {
    line-height: 1.375;
}

.contact-form {
    padding: 35px 40px 40px;
}

.form-title {
    font-size: 34px;
}

/*=== End banner ===*/

/*=== Start sec-title ===*/

.sec-title {
    position: relative;
}

.sec-title:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    top: 65px;
    left: 0;
    background-color: rgb(var(--primary-color));
    border-radius: 50px;
}

.section-body .sec-title {
    position: relative;
}

.section-body .sec-title:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    top: 100%;
    left: 0;
    background-color: rgb(var(--primary-color));
    border-radius: 50px;
}

.entry-content .sec-title:after {
    top: 40px;
}

/*=== End sec-title ===*/

/*=== start cta ===*/

.emg-sec-cta .btn-lg {
    position: relative;
    line-height: 1.25 !important;
    text-transform: capitalize;
}

.emg-sec-cta .btn-lg:after {
    background-image: url(../img/btn-icon-01.png);
}

/*=== End cta ===*/

/*=== contact  ===*/

.emg-sec-contact .sec-title {
    position: relative;
}

.emg-sec-contact .sec-title:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgb(var(--primary-color));
    border-radius: 50px;
}

/*.contact-title {
    font-size: 40px;
}*/

/*=== End contact ===*/

/*=== Start contact  ===*/

.home-gform {
}
/*=== End contact ===*/

/*Footer */

.site-footer {
    background-color: var(--base-footer-bg);
}

.footer {
    padding: 70px 0;
}

.site-footer a:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6),
.site-footer p,
.site-footer {
    font-family: var(--base-footer-font-family);
    font-weight: var(--base-footer-font-weight);
    line-height: var(--base-footer-line-height);
    text-transform: var(--base-footer-text-transform);
}

.site-footer
    a:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):not(:hover),
.site-footer p,
.site-footer {
    margin-bottom: 0;
}

.site-footer .widget_media_image {
    margin-bottom: 30px;
}

.site-footer .widget_media_image img {
    padding: 15px 10px;
}

.site-footer .widget-title {
    font-family: var(--base-footer-title-family);
    font-weight: var(--base-footer-title-weight);
    line-height: var(--base-footer-title-line-height);
    text-transform: var(--base-footer-title-transform);
    color: var(--base-footer-title-color);
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.footer-nap-social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer-nap-social a {
    margin: 0 10px;
}

.footer-nep {
    padding-left: 70px;
}

.footer-nap-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer-nap-thumb {
    margin-right: 10px;
}

.footer-nap-thumb img {
    width: 100%;
    height: 100%;
}

.footer-nap-link {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 0;
}

.social-link {
    margin-right: 10px;
}

.site-footer .widget ul {
    padding: 0;
    list-style: none;
}

.site-footer .widget ul li {
}

.site-footer .widget ul li:not(:last-child) {
    margin-bottom: 15px;
}

.site-footer .widget ul li a {
    color: var(--base-footer-link-color);
    font-size: 18px;
}

.site-footer a:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6),
.site-footer .widget ul li a:hover {
    color: #494949;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.26);
    background-color: var(--base-footer-bottom-bg);
    color: var(--base-footer-bottom-text-color);
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 991px) {
    .banner-title {
        font-size: 42px;
    }

    .contact-form {
        padding: 25px 25px 35px;
    }

    .form-title {
        font-size: 26px;
    }

    .sec-title:after {
        top: 55px;
        left: 50%;
        transform: translateX(-50%);
    }

    .section-body .sec-title:after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-nep {
        padding-left: 0;
    }

    .footer-nap-link {
        justify-content: center;
    }

    .footer-nap-social {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-nap-item {
        justify-content: center;
    }

    .footer-nep-cta {
        text-align: start;
    }
}

@media screen and (max-width: 768px) {
    .banner-title {
        font-size: 45px;
    }

    .banner-title-wrap {
        font-size: 22px;
    }

    .form-title {
        font-size: 24px;
    }

    .contact-disclimer {
        font-size: 20px;
    }

    .emg-tab-wrap {
        flex-wrap: wrap;
    }

    .nav.nav-pills {
        min-width: 100%;
        margin-right: 0;
    }
    .nav.nav-pills .nav-link:before {
        display: none;
    }

    .footer {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 600px) {
    .single-post {
        padding: 20px 20px 75px;
    }
}

@media only screen and (max-width: 480px) {
}

@media only screen and (max-width: 410px) {
}

.gap-1 {
    gap: 1px !important;
}
.gap-2 {
    gap: 2px !important;
}
.gap-3 {
    gap: 3px !important;
}
.gap-4 {
    gap: 4px !important;
}
.gap-5 {
    gap: 5px !important;
}
.gap-6 {
    gap: 6px !important;
}
.gap-7 {
    gap: 7px !important;
}
.gap-8 {
    gap: 8px !important;
}
.gap-9 {
    gap: 9px !important;
}
.gap-10 {
    gap: 10px !important;
}
.gap-11 {
    gap: 11px !important;
}
.gap-12 {
    gap: 12px !important;
}
.gap-13 {
    gap: 13px !important;
}
.gap-14 {
    gap: 14px !important;
}
.gap-15 {
    gap: 15px !important;
}
.gap-16 {
    gap: 16px !important;
}
.gap-17 {
    gap: 17px !important;
}
.gap-18 {
    gap: 18px !important;
}
.gap-19 {
    gap: 19px !important;
}
.gap-20 {
    gap: 20px !important;
}
.text-black {
    color: #000 !important;
}
