.emg-sec-banner {
    padding: 150px 0 170px;
    position: relative;
}
.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;
}
.emg-sec-banner:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: Rgba(0, 0, 0, 0.5);
    content: " ";
    z-index: 0;
    top: 0;
    left: 0;
}

.home-banner-title {
    font-size: 80px;
    line-height: 1.1;
}

.banner-list li {
    font-size: 20px;
}

.banner-list li:not(:last-child) {
    margin-bottom: 10px;
}

/*=== End banner ===*/

/*=== start offer ===*/

.offer-thumb img {
    object-fit: cover;
    display: block;
    transform: scale(1);
    transition: all 0.3s;
}

.offer-thumb img:hover {
    transform: scale(1.1);
}

.offer-card:hover .offer-thumb img {
    transform: scale(1.1);
}

/*=== End offer ===*/

/*review*/

.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.png);
    background-size: auto;
    height: 30px;
    background-position: left center;
}

.review {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    padding: 25px 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%;
}
/*====================*/

.slide-single-item {
    background-color: #fff;
    border-radius: 0px;
    padding: 30px 30px;
    margin: 0 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.single-item-inner .btn {
    font-size: 14px;
    background-color: transparent;
    padding: 0;
}

.single-item-inner .btn:hover {
    box-shadow: none;
    background-color: transparent;
}

/*End review*/

/*=== Start sec-serve  ===*/

.emg-sec-serve {
    background-color: #000;
    background-size: auto;
    background-position: center;
}

.serve-item a {
    /*width: 100%;*/
    /*height: 56px;*/
    /*font-size: 19px;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*    background-color: #ffff;
    color: rgb(var(--text-color));
    padding: 15px 10px;
    border-radius: 2px;*/
}
/*End sec-serve*/

/*=== Start work ===*/
.work-item {
    padding: 0 0;
    background-color: transparent;
    border: none;
}
/*=== End work ===*/

/*=== Start contact  ===*/
.contact-form {
    border-radius: 20px;
}

/*=== End contact ===*/

/*=== blog ===*/
.single-post-area {
    padding: 25px 25px 85px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    position: relative;
}

.single-post-area .btn {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.post-thumb {
    height: 260px;
    clear: both;
}
.post-thumb img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all 0.3s;
}
.single-post-area .post-thumb img:hover {
    transform: scale(1.1);
}
.single-post-area:hover .post-thumb img {
    transform: scale(1.1);
}

/*=== End blog ===*/

/*Footer */

.site-footer {
    background-color: var(--base-footer-bg);
}

.footer {
    padding: 60px 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-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);
    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 {
    color: var(--base-footer-link-color);
}

.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 {
    background-color: var(--base-footer-bottom-bg);
    color: var(--base-footer-bottom-text-color);
}

@media screen and (max-width: 1280px) {
    .emg-sec-banner {
        padding: 100px 0 100px;
    }

    .home-banner-title {
        font-size: 64px;
    }
}

@media screen and (max-width: 991px) {
    .emg-sec-banner {
        padding: 60px 0 100px;
    }

    .banner-list li:not(:last-child) {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 768px) {
    .emg-sec-banner {
        padding: 60px 0 60px;
    }
    .home-banner-title {
        font-size: 48px;
    }
    .work-thumb {
        text-align: center;
    }
}

@media only screen and (max-width: 600px) {
    .home-banner-title {
        font-size: 46px;
    }
    .content-title {
        font-size: 26px;
    }
}

@media only screen and (max-width: 480px) {
}

@media only screen and (max-width: 480px) {
}
