.emg-section {
    padding: 60px 0;
}
.title-border {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.title-border:before {
    content: "";
    width: 95px;
    height: 7px;
    background-color: rgb(var(--primary-color));
    bottom: 0;
    left: 50%;
    position: absolute;
    margin-left: -35px;
}
.title-border.left-0:before {
    left: 0;
    margin-left: 0;
}

/*Hero Section*/
.emg-hero {
    padding: 160px 0;
    position: relative;
    background: rgba(0, 0, 0, 0.4);
}
.hero-title {
    color: #fff;
    font-size: 50px;
    margin-bottom: 30px;
}
/*Finance section */
ul.emg-tick li {
    position: relative;
    list-style: none;
    padding-left: 30px;
    margin-bottom: 15px;
}
ul.emg-tick li:before {
    content: "";
    width: 23px;
    height: 23px;
    position: absolute;
    top: 3px;
    left: 0;
    background-image: url(../img/control/list-item-bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
}
/*Service Section*/
.service-section {
    padding: 60px 0 60px;
}

.service-card.slick-slide {
    padding: 0 10px;
}

.service-card-inner {
    height: 500px;
    position: relative;
}

.service-card-inner:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, transparent 0%, black 100%);
}

.service-card-inner > a,
.service-card-inner span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
}

.service-title {
    color: #fff;
    width: 100%;
    margin: auto 0 0;
    padding: 20px 20px 30px;
}

.service-card-inner {
    transition: 0.3s;
}

.service-card-inner:hover {
    box-shadow: 1px 5px 18px -1px #000000;
}

.finance-form {
    padding: 30px;
    border: 1px solid #ebebeb;
    border-radius: 10px;
}
/* review section  */
.review-section {
    padding: 0px 0 100px;
}

/*Contact Section*/
.contact-section {
    background-image: linear-gradient(rgba(0, 0, 25, 0.9), rgba(0, 0, 25, 0.9)),
        url(../img/contact-bg.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
    padding-top: 100px;
}

.contact-section > .btn {
    border-radius: 50px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate3d(-50%, 50%, 0);
    font-size: 40px;
    padding: 20px 60px 14px;
}

.contact-section .section-title {
    max-width: 350px;
}
.contact-para {
    text-align: justify;
}

.contact-form {
    /*width: 430px;*/
    max-width: 100%;
    background-color: #ffff;
    padding: 30px 35px 35px;
    border-radius: 6px;
    color: #000;
    margin: 0 auto;
}

.contact-form .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 0;
}

.border-ccc {
    border: 1px solid #ccc;
}
.full-width {
    width: 100%;
}
input[type="text"],
input[type="email"],
input[type="tel"] {
    width: 100%;
    padding: 12px 27px !important;
    font-weight: 500;
    color: #afafaf;
    outline: none !important;
    border: 1px solid #eeeeee !important;
    border-radius: 6px !important;
    background-color: #fbf9fa;
}
textarea,
body .contact-form .gform_wrapper .gfield textarea.large {
    width: 100%;
    height: 117px;
    padding: 12px 27px !important;
    font-weight: 500;
    color: #afafaf !important;
    outline: none !important;
    border: 1px solid#eeeeee !important;
    border-radius: 6px !important;
    background-color: #fbf9fa;
}

.site-content .gform_wrapper .top_label div.ginput_container_consent {
    position: relative;
    padding-left: 20px;
    text-align: left;
}

.gform_wrapper .top_label div.ginput_container_consent input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 5px;
    width: auto !important;
    margin: 0 !important;
}

/*Construction Section*/

/*Testimonial Section*/
.testimonial-section {
    background: #f9fafc;
}
.testimonial-wrapper {
    padding: 5px;
}
.testimonial-content {
    padding: 20px;
    border-radius: 6px;
    overflow: visible;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.swiper-slide-next .testimonial-content {
    border: 1px solid rgb(var(--primary-color));
    box-shadow: 18px 14px 26px -5px rgba(0, 0, 0, 0.4);
}
.testimonial-user {
    margin-top: 40px;
}
.user-designation {
    color: #989a99;
}
.swiper-slide-next .user-designation {
    color: rgb(var(--primary-color));
}

/*Map Section*/
.map-section {
    padding: 0;
    line-height: 0;
}
/*Font size issue fix */
.hero-title {
    font-size: 70px;
}

.hero-button-wrap .btn {
    font-size: 24px;
    padding: 15px 40px 12px;
}

.emg-section h2.section-title {
    font-size: 50px;
    color: rgb(var(--secondary-color));
}

.contact-section h2.section-title {
    max-width: 100%;
    color: #fff;
}
.contact-section h3 {
    font-size: 35px;
}

.construction-section .btn {
    font-family: var(--secondary-font);
    font-weight: 700;
    padding: 14px 40px 16px;
}

/*Responsive*/

@media screen and (max-width: 1199px) {
    .contact-section > .btn {
        font-size: 30px;
    }
}

@media screen and (max-width: 991px) {
    .phn-label {
        display: none;
    }

    .hero-title {
        font-size: 50px;
    }

    .emg-section h2.section-title {
        font-size: 40px;
    }

    .hero-button-wrap .btn {
        font-size: 18px;
        padding: 14px 30px 12px;
    }

    .service-card-inner {
        height: 400px;
    }

    .contact-section > .btn {
        font-size: 22px;
    }
}

@media screen and (max-width: 767px) {
    .hero-title {
        font-size: 30px;
    }

    .hero-button-wrap a {
        font-size: 20px;
    }

    .emg-section h2.section-title {
        font-size: 30px;
    }
    .contact-section h3 {
        font-size: 25px;
    }

    .contact-section > .btn {
        width: 370px;
        max-width: 95%;
        padding: 18px 30px 13px;
        font-size: 22px;
    }
    .review-section {
        padding: 0px 0 30px;
    }
}

@media screen and (max-width: 600px) {
    .emg-hero {
        padding: 100px 0;
    }
}
.entry-content a:not(.btn) {
    color: rgb(var(--brand-color));
    font-weight: 700;
}
