.emg-sec-banner {
    padding: 65px 0;
    position: relative;
}

.home-banner-title {
    font-size: 84px;
    text-shadow: 3px 5px 7px #000000;
}

.banner-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.banner-menu ul li {
    margin-bottom: 20px;
}

.banner-menu ul li span {
    position: relative;
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    padding-left: 45px;
}

.banner-menu ul li span:after {
    content: '';
    position: absolute;
    width: 31px;
    height: 30px;
    line-height: 50px;
    background-image: url(../img/banner-right.png);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}
.contact-form {
    padding: 35px 40px 40px;
    border-radius: 8px;
}

.form-title {
    font-size: 28px;
}

/*=== End banner ===*/

/*=== start feature ===*/

.feature-card {
    border-radius: 12px;
}

.feature-thumb img {
    display: block;
    object-fit: cover;
    transform: scale(1);
    transition: all .3s;
}
.feature-thumb img:hover {
    transform: scale(1.1);
}

.feature-card:hover .feature-thumb img {
    transform: scale(1.1);
}

/*=== End feature ===*/

/*=== start about ===*/

.about-thumb {
    border-radius: 10px;
}

.about-title {
    font-size: 48px;
}

.service-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.service-menu ul li {
    margin-bottom: 15px;
}

.service-menu ul li a {
    position: relative;
    padding-left: 40px;
}

.service-menu ul li a:after {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    line-height: 50px;
    background-image: url(../img/check-icon.png);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}
/*=== End about ===*/

/*=== Start Blog ===*/

.blog-post {
    background-color: rgba(219, 231, 239, .1);
    padding: 25px 25px 75px;
    border: 1px solid #DBE7EF;
    border-radius: 10px;
    position: relative;
}

.blog-post .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 .3s;
    border-radius: 4px;

}

.blog-post .post-thumb img:hover {
    transform: scale(1.1);
}

.blog-post:hover .post-thumb img {
    transform: scale(1.1);
}

/*=== End Blog ===*/


/*=== start review ===*/

.customer-id img {
    border-radius: 50%;
}

.customer span {
    font-size: 12px;
    color: rgba(0, 4, 53, .6);
}

.slick-slider {
    padding-bottom: 35px;
}

.slide-single-item {
    padding: 30px;
    margin: 0 10px;
    border-radius: 10px;
    position: relative;
}

.slide-single-item .btn {
    position: absolute;
    bottom: 15px;
    left: 0px;
}

/*=== End review ===*/

/*=== content ===*/

.content-body {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

/*=== End content ===*/


/*=== start location ===*/

/*.area-title {
    position: absolute;
    height: auto;
    width: 100%;
    left: 0;
    top: 0px;
    opacity: .85;
    z-index: 1;
}*/

/*=== End location ===*/



/*Footer */

.site-footer {
    background-color: var(--base-footer-bg);
}

.footer {
    padding: 60px 0;
}

.widget_media_image {
    margin-bottom: 35px;
}

.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: 25px;
    
}

.site-footer .widget ul {
    padding: 0;
    list-style: none;
}

.site-footer .widget ul li {}

.site-footer .widget ul li:not(:last-child) {
    margin-bottom: 10px;
}

.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-nap-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.footer-nap-thumb {
    display: contents;
}

.footer-nap-thumb img {
    margin-right: 15px;
}

.footer-nap-social {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-nap-social a {
    margin: 0 5px;
}

.footer-nap-social p {
    margin-bottom: 0;
}

.footer-bottom {
    background-color: var(--base-footer-bottom-bg);
    color: var(--base-footer-bottom-text-color);
    border-top: 1px solid rgba(255, 255, 225, .11);
}

@media screen and (max-width: 1540px) {
    

}

@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1280px) {

    .home-banner-title {
        font-size: 64px;
    }

}

@media screen and (max-width: 1199px) {
    .contact-form {
        padding: 30px 30px 35px;
    }

    .form-title {
        font-size: 26px;
    }

}

@media screen and (max-width: 991px) {

    .home-banner-title {
        font-size: 45px;
    }

    .about-title {
        font-size: 40px;
    }

    .home-gform {
        padding: 30px;
    }

    .footer-nap-item {
        justify-content: center;
    }

}

@media screen and (max-width: 768px) {

    .contact-form {
        padding: 25px 25px 30px;
    }

    .about-title {
        font-size: 35px;
    }

    .home-gform {
        padding: 30px 30px;
    }

    .emg-sec-contact {
        padding: 40px 0 70px;
    }

    .review-thumb:before {
        left: 38%;
    }
    .footer {
        padding: 60px 0 15px 0;
    }
    .home-banner-title {
        font-size: 42px;
    }
    .banner-content{
        max-width: 400px;
    }
    .banner-menu ul li span{
        font-size: 22px;
    }
}

@media only screen and (max-width: 600px) {

    .home-banner-title {
        font-size: 36px;
    }

    .about-title {
        font-size: 28px;
    }

    .home-gform {
        padding: 25px;
    }

    .review-thumb:before {
        left: 40%;
    }
    .banner-content {
        max-width: 346px;
    }
}

@media only screen and (max-width: 480px) {
    .home-banner-title {
        text-shadow: 3px 2px 7px #000000;
    }

}

@media only screen and (max-width: 480px) {


}