/* CUSTOM STYLES */

.font-18 {
    font-size: 18px !important;
}

.page-banner-wrap h1 {
    line-height: 80px;
}

.underline {
    border-bottom: 2px solid #086ad7;
}

.error {
    color: #ce0e0e;
}
header.header-5 .main-menu ul > li > a.active {
    color: #086ad7;
}

.hero-slide-wrapper.techex-landing-page .single-slide:after {
    background: rgba(21, 7, 137, 0.5);
}

.bg-pattern {
    background: url('../img/bg-pattern.png') repeat center center;
}

.blog-section.techex-landing-page {
    padding: 60px 0 !important;
    background: #fafaff;
}

.contact-form input, 
.contact-form select, 
.contact-form textarea {
    border: 1px solid #ccc;
}

.footer-4 {
    padding-top: 5px;
}

.mt-8 {
    margin-top: 2rem;
}

.mt-4 {
    margin-top: 1rem;
}

.tagcloud-2 {
    padding-top: 26px;
    padding-left: 20px;
    display: flex;
    flex-direction: row;
    gap: 15px;
}
.tagcloud-2 a:last-child {
    margin-right: 0;
}
.tagcloud-2 a {
    display: flex;
    padding: 3.5px 7px;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
    border-radius: 4px;
    background: #086ad7;
}

.service-sidebar .single-sidebar-widgets .services-category-link a.active {
    background: #086ad7;
    color: #fff;
}

.our-service-provide.techex-landing-page {
    padding: 60px 0;
}