.emg-sec-banner {
    padding: 150px 0 200px;
    position: relative;
    background-color: rgb(var(--primary-color));
}
.emg-sec-banner.has-overlay:before {
    background-color: rgba(0, 0, 0, .25);
}

.home-banner-title {
    font-size: 50px;
    line-height: 1.15;
}

.banner-subtitle {
    font-size: 28px;
    line-height: 1.3;
}

/*=== End banner ===*/

.service-thumb {
    border: 1px solid rgb(var(--secondary-color));
}

.service-title > div {
    font-size: 24px;
    word-spacing: -1px;
}

.service-card {
    margin: 15px 15px 20px;
}

.service-thumb img {
    display: block;
    transform: scale(1);
    transition: all .3s;
}

.service-thumb img:hover {
    transform: scale(1.1);
}

.service-card h3 {
    text-transform: capitalize;
}

.service-card:hover .service-thumb img {
   transform: scale(1.1);
}

.service-card:hover .service-thumb h6 {
    background-color: rgb(var(--primary-color));
}

/*=== End Service ===*/

.contact-form {
    padding: 30px 30px 25px;
    border-radius: 5px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    text-transform: capitalize;
}

.form-title {
    font-size: 32px;
}

/*=== End content ===*/

.city-lists {
    padding: 3px;
}

.item-city {
    display: inline-block;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 0;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-image: url(../img/map-1.png);
    width: 100%;
    background-position: 15px center;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    text-transform: uppercase;
    line-height: 1.17;
    transition: all .4s;
}
.item-city:hover {
    background-color: rgb(var(--primary-color));
    background-image: url(../img/map-2.png);
    color: #fff;
}

.emg-sec-service-area .ratio {
    height: 100%;
}

/*=== End service-area ===*/

.contact-phone span {
    font-size: 36px;
}

/*=== End contact-us ===*/
.reviews {
    padding-bottom: 30px;
}

.has-review-source {
    padding-right: 50px;
    background-size: auto;
    background-position: right center;
}

.has-review-source.g-review {
    background-image: url(../img/review/google-icon.png);
}

.rating-star {
    background-image: url(../img/review/5star-1.png);
    background-size: auto;
    height: 30px;
    background-position: left center;
}
.rating-star-two {
    background-image: url(../img/review/5star-2.png);
}

.review {
    border: 1px solid #DBE7EF;
    padding: 30px 30px;
}

.review-date {
    font-size: 12px;
}

.review.slick-slide .review-image{
    display: flex;
    align-items: center;
    justify-content: center;
}

.customer-thumb {
    width: 40px;
    height: 40px;
    display: block;
}

.customer-thumb img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.review p {
    font-size: 17px;
}

.review .btn {
    font-size: 17px;
    background-color: transparent;
    padding: 0;
    text-transform: none;
}

/*=== End review ===*/


/*=== End service-content ===*/

/*about*/

.blog-card {
    background-color: #ffff;
    padding: 18px 18px;
    border: 1px solid #dddd;
}

/*Footer*/

.site-footer {
    color: #fff;
    background-color: #2C2C2C;
}

.footer-top {
    border-bottom: 1px solid rgb(255, 255, 255, .2);
    padding: 85px 0 55px;
}

.site-footer .widget-title {
    color: rgb(var(--secondary-color));
    margin-bottom: 20px;
}

.site-footer .widget ul {}

.site-footer .widget ul li {}

.site-footer .widget ul li:not(:last-child) {
    margin-bottom: 15px;
}

.site-footer .widget ul li a:hover {
    color: rgb(var(--secondary-color));
}

@media screen and (max-width: 1280px) {

    .emg-sec-banner {
        padding: 100px 0 130px;
    }

    .home-banner-subtitle {
        font-size: 24px;
    }
}


@media screen and (max-width: 991px) {

    .emg-sec-banner {
        padding: 80px 0 80px;
    }

    .banner-subtitle {
        font-size: 28px;
    }

    .service-title > div {
        font-size: 18px;
    }

    .form-title {
        font-size: 25px;
    }

    .contact-phone span {
        font-size: 24px;
    }

}


@media screen and (max-width: 768px) {

    .emg-sec-banner {
        padding: 70px 0 80px;
    }

    .home-banner-title {
        font-size: 46px;
    }

    .contact-form {
        padding: 30px 30px 30px;
    }

    .footer-top {
        text-align: center;
        padding: 40px 0 20px;
    }

    .emg-nap-item {
        justify-content: center;
    }

    .footer-top {
        clip-path: none;
    }

    .footer-top .emg-social.emg-social-list {
        align-items: center;
    }
}


@media screen and (max-width: 600px) {

    .emg-banner-slider .slick-dots {
        bottom: 30px;
    }
    
    .service-thumb .has-image-bg {
        height: 300px;
    }
}

@media only screen and (max-width: 480px) {

    .home-banner-title {
        font-size: 40px;
    }

    .item-city {
        width: 100%;
    }

}
