.emg-sec-banner {
    clip-path: polygon(0% 0%, 100% 0, 100% 100%, 69% 88%, 0% 100%);
    padding-bottom: 100px;
}

.home-banner-title {
    font-size: 66px;
    line-height: 1.2;
}

.home-banner-title span {
    font-size: 56px;
}

.home-banner-subtitle {
    font-size: 40px;
}
.banner-logos{
    min-height: 120px;
}
/*banner*/

.slide-single-item {
    background-color: #FAFBFD;
    margin: 0 10px;
    padding: 35px 30px;
    border: 1px solid rgba(0,0,0, .08);
    text-align: center;
}

.service-body {
    background-color: rgba(17,15,15, .52);
    visibility: hidden;
    opacity: 0;
    padding: 13px 25px;
    transform: translateY(0);
    transition: all .45s;
}

.service-thumb .has-image-bg {
    width: 100%;
    height: 360px;
}

.service-thumb h3 {
    left: 0;
    color: #fff;
    padding: 11px 20px;
    background-color: rgba(17,15,15, .52);
    transform: translateY(-100%);
    transition: all .35s;
}

.service-card:hover .service-thumb h3 {
    visibility: hidden;
    opacity: 0;
    transform: translateY(0);
}

.service-card:hover .service-body {
    transform: translateY(-100%);
    visibility: visible;
    opacity: 1;
}
/*service*/

.city-lists {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255,255,255, .4);;
    border-left: 1px solid rgba(255,255,255, .4);;
}

.item-city {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 0;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-image: url(../img/icon-marker.png);
    background-color: rgba(36, 60, 114, .8);
    width: 25%;
    background-position: 15px center;
    border-bottom: 1px solid rgba(255,255,255, .4);
    border-right: 1px solid rgba(255,255,255, .4);
    line-height: 1.889;
    transition: all .4s;
}
.item-city:hover {
    background-color: rgb(var(--secondary-color));
    color: #fff;
}

/*about*/

.emg-post-thumb a {
    height: 260px;
}

.emg-post-thumb img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all .3s;
}


/*Footer*/

.site-footer {
    color: #fff;
}

.footer-top {
    clip-path: polygon(50% 0%, 100% 15%, 100% 100%, 0 100%, 0 15%);
    border-bottom: 1px solid rgba(0,0, 0, .2);
}

.site-footer .widget-title {
    color: #fff;
    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 only screen and (max-width: 1280px) {

    .home-banner-title {
        font-size: 44px;
    }
    .home-banner-title span {
        font-size: 36px;
    }

    .home-banner-subtitle {
        font-size: 28px;
    }
}

@media only screen and (max-width: 991px) {

    .emg-sec-banner {
        clip-path: none;
        padding-bottom: 60px;
    }
    
    .emg-sec-review {
        padding-top: 50px;
    }

    .item-city {
        width: 33.33%;
    }    
}

@media only screen and (max-width: 768px) {

    .item-city {
        width: 50%;
    }

    .footer-top {
        clip-path: none;
    }

    .footer-top .emg-social.emg-social-list {
        align-items: center;
    }
}

@media only screen and (max-width: 600px) {
    
    .service-thumb .has-image-bg {
        height: 300px;
    }
}

@media only screen and (max-width: 480px) {

    .item-city {
        width: 100%;
    }
}
