.emg-sec-banner {
    padding: 115px 0 160px;
    z-index: 0;
}
.emg-sec-bg::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(51, 51, 51, 0.4) 100%
    );
}
.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: cover;
}

.home-banner-title {
    font-size: 76px;
    text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.5);
    line-height: 1.07;
}

.home-banner-content ul {
    padding-left: 28px;
    margin-bottom: 30px;
}

.home-banner-content * {
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25), 0 0 8px rgba(0, 0, 0, 0.2);
}

.home-banner-content ul li {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
}
.banner-curtain {
    position: absolute;
    bottom: -35px;
    right: 0;
    z-index: -1;
    display: block;
}
/* .banner-curtain img {
    width: 100%;
    height: auto;
} */

.banner-shape {
    position: absolute;
    width: 100%;
    max-height: 200px;
    left: 0;
    bottom: 0;
    z-index: -1;
}

/*=== End banner ===*/

.wave-divider {
    position: relative;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.wave-divider svg {
    display: block;
    width: 100%;
    height: 120px;
}

/*=== review ===*/

.ti-verified-by.ti-verified-by-row {
    display: none !important;
}

.slick-slider {
    padding-bottom: 40px;
}

.review {
    padding: 15px;
}
.review-item-inner {
    background-color: #fff;
    padding: 25px 35px;
    border-radius: 20px;
}

/*=== end-review ===*/

.emg-sec-contact {
    padding: 140px 0;
}

.emg-sec-contact .wp-block-heading {
    color: #fff;
}

.emg-contact-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}

.emg-sec-contact.has-overlay:before {
    height: 50%;
    bottom: 0;
    top: auto;
    background-color: rgb(var(--primary-color));
}

/*Start sec-serve*/

.emg-sec-map .ratio {
    /*max-height: 574px;*/
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}

.city-list {
    border-radius: 20px;
    overflow: hidden;
    height: 625px;
    overflow-y: auto;
}

.city-list ul {
    display: flex;
    flex-wrap: wrap;
}

.city-list ul li {
    width: 50%;
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}

.city-list ul li:last-child {
    border-bottom: none;
}

.city-list ul li span {
    display: flex;
    align-items: center;
    padding: 10px 10px;
    padding-left: 40px;
    width: 100%;
    height: 49px;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    color: rgb(var(--text-color));
    line-height: 1.3;
    background-image: url(../img/marker.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    transition: 0.4s;
    border-radius: 0;
}

.city-list ul li span:hover {
    background-color: rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    background-position: 15px center;
}

/*End sec-serve*/

/*=== contact  ===*/

.contact-disclimer {
    font-size: 24px;
}

/*=== End contact ===*/

/*Start blog*/

.single-post {
    position: relative;
}

.blogs .slick-prev {
    background-image: url(../img/slick/arrow-left-black.png) !important;
}

.blogs .slick-next {
    background-image: url(../img/slick/arrow-right-black.png) !important;
}

/*End blog*/

/*=== Start contact  ===*/

.home-gform {
    padding: 40px;
    border-radius: 2px;
}
/*=== 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 {
    color: var(--base-footer-text-color);
}

.site-footer .widget_media_image {
    margin-bottom: 30px;
}

.site-footer .widget_media_image img {
    background-color: #ffffff;
    /* padding: 15px 10px; */
    border-radius: 6px;
}

.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-nep {
    padding-left: 70px;
}

.footer-nap-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 18px;
}

.footer-nap-thumb {
    margin-right: 15px;
}

.footer-nap-thumb img {
}

.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: var(--base-footer-link-color-hover);
}

.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) {
    .home-banner-title {
        font-size: 54px;
    }

    .home-banner-subtitle {
        font-size: 30px;
    }

    .home-banner-content ul li {
        font-size: 20px;
    }

    .emg-sec-contact {
        padding: 100px 0;
    }
}

@media screen and (max-width: 1199px) {
    .emg-sec-map .ratio {
        max-height: 575px; 
    }
}

@media screen and (max-width: 991px) {
    .emg-sec-banner {
        padding: 90px 0 100px;
    }

    .footer-nap-item {
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .emg-sec-banner {
        padding: 80px 0;
    }

    .home-banner-content ul {
        list-style-position: inside;
    }

    .emg-sec-contact {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 600px) {
    .emg-sec-banner {
        padding: 80px 0;
        background-position: 78% center;
    }

    .home-banner-title {
        font-size: 42px;
    }

    .city-list {
        height: auto;
    }
    .city-list ul li span {
        padding-left: 35px;
        font-size: 15px;
        background-position: 10px center;
    }
}

@media only screen and (max-width: 480px) {
    .banner-shape {
        bottom: -5px;
    }
    .banner-curtain {
        display: none;
    }
}

@media only screen and (max-width: 410px) {
}
