header.header-1 .main-menu ul {
    text-align: center;
}

header .logo a {
    color: #086ad7;
    font-size: 20px;
    display: flex;
    align-items: center;
}

header .logo a .icon {
    margin-right: 10px;
}

header .logo a .text-1 {
    color: #000;
    margin-left: 5px;
} 

.hero-1 .single-slide .slide-top-img {
    background-position: 0;
}

header.header-1 .main-menu ul > li > a {
    text-transform: uppercase;
}

.hero-1 .single-slide .hero-contents p {
    font-size: 20px;
    max-width: 80%;
    margin-top: 35px;
    line-height: normal;
    letter-spacing: 0;
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.hero-slide-wrapper.techex-landing-page .single-slide:after {
    background: rgb(8 106 215 / 37%);
}

.form-check-input[type=radio],
.form-check-input[type=checkbox] {
    margin-top: 9px;
}

.consult-form-wrapper__main {
    box-shadow: 0px 10px 60px 0px rgba(200, 226, 255, 0.45);
    padding: 40px;
    border-radius: 20px;
}

.single-case-study h3 {
    text-align: center;
}

header.header-1.sticky .main-menu ul > li:hover > a {
    color: #086ad7 !important;
}

.faqs-section {
    background-color: #f5f5f5;
    box-shadow: 0px 10px 60px 0px rgba(200, 226, 255, 0.45);
    padding: 40px 0;
    margin-bottom: 100px;
}

.info-wrapper {
    background-color: #f5f5f5;
    padding: 100px 0;
}

.faqs-section {
    padding: 100px 0 50px;
    margin-bottom: 20px;
}

.text-block-color p strong {
    color: #000;
}

.details-wrapper {
    margin-bottom: 50px;
}

.details-wrapper-content {
    background-color: #fff;
    box-shadow: 0px 10px 60px 0px rgba(200, 226, 255, 0.45);
    padding: 30px;
    border-radius: 20px;
}

.details-wrapper-content h3 {
    margin-bottom: 15px;
}

.details-wrapper-content p {
    margin-bottom: 15px;
}

.details-wrapper .row > div {
    margin-bottom: 30px;
}

.details-wrapper-content img {
    border-radius: 20px;
}

.contact_widget_2 .contact-us .single-contact-info .icon {
    font-size: 18px;
}

.contact_widget_2 .contact-us .single-contact-info .contact-info p {
    margin-top: 0;
    text-align: left;
    line-height: normal;
}

.contact-info h3 {
    font-size: 18px;
}

.footer-1 .footer-widgets {
    background-color: #fff;
}

.theme-btn.minimal-btn {
    color: #fff;
}

.faqs-section ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    font-size: 18px;
    color: #086ad7;
}

.faqs-section ul li {
    padding-left: 30px;
}

.housing-disrepair-issues {
    box-shadow: 0px 10px 60px 0px rgba(200, 226, 255, 0.45);
    padding: 40px;
    border-radius: 20px;
}

.housing-disrepair-issues h2 {
    font-size: ;
}

.housing-disrepair-issues h2 {
    margin-bottom: 15px;
}

.housing-disrepair-issues .issue {
    margin-bottom: 30px;
}

header.header-1 .main-menu ul > li:hover > a {
    color: #086ad7;
}

.case-study-wrapper {
    background-color: #f5f5f5;
}

header.header-1.sticky {
    box-shadow: 0px 10px 60px 0px rgba(200, 226, 255, 0.45);
}

.single-case-study {
    display: block;
}

.header-wrap {
    background-color: #fff;
}

.contact-form label {
    font-size: 17px;
}

@media(max-width: 992px) {
    header.header-1 .logo {
        padding: 15px 0px;
    }

    header .logo a {
        font-size: 15px;
    }

    .contact-form .theme-btn {
        display: block;
        width: 100%;
    }

    .action-bar {
        padding-left: 0;
    }

    .theme-btn.black {
        background-color: #fff;
        border-color: #fff;
        color: #000;
    }

    .hero-slide-wrapper.techex-landing-page .single-slide .hero-contents {
        padding-top: 100px;
    }

    .hero-1 .single-slide .hero-contents h2 {
        color: #fff;
    }

    .consult-form-wrapper .mb-80 {
        margin-bottom: 40px;
    }

    .consult-form-wrapper__main {
        padding: 20px;
    }

    .housing-disrepair-issues {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .contact-form label {
        font-size: 14px;
        margin-bottom: 0;
    }

    .housing-disrepair-issues .issue {
        padding: 0;
    }

    .housing-disrepair-issues h2,
    .service-details-content h1,
    .service-details-content h2 {
        font-size: 28px;
        line-height: normal;
    }

    .mobile-nav .sidebar-nav .metismenu a {
        border-color: #fff;
    }

    .theme-btn.black:hover {
        background-color: #fff;
        border-color: #fff;
        color: #000;
        opacity: 0.8;
    }
    
    .contact-form .single-personal-info {
        margin-bottom: 10px;
    }
    
    #legal,
    .faqs-section,
    .case-study-wrapper {
        padding: 30px 0;
    }
    
    .footer-widgets {
        padding-bottom: 25px;
    }
    
    .footer-wrap .single-footer-wid {
        margin-top: 0;
        margin-bottom: 15px;
    }
    
    .footer-wrap .single-footer-wid .wid-title {
        margin-bottom: 10px;
    }
    
    .footer-wrap .single-footer-wid:first-child {
        margin-top: 0;
    }
}

.footer-wrap .single-footer-wid ul li > a {
    margin-bottom: 7px;
}

.hero-1 .single-slide .hero-contents h2 {
    font-size: 84px;
}