.header-area .top-custom-link li {display: inline;}
.header-area .top-custom-link li.top-address{float: right;}
.header-area .top-custom-link li.top-address a{font-size: 16px;font-weight: bold;color:#fff !important;}
.header-area .top-custom-link li a{color:#fff !important;}
.header-area .logo img{max-width: 240px;}
.header-area.header8 .middle-header-content .logo-header{padding-top: 30px;} 
.header-area.header8 .middle-header-content .align-items-center{margin-bottom: 10px;} 
.header-area.header8 .middle-header-content .logo-header .logo{padding-top: 0 !important;padding-bottom: 0 !important;}


/* Abouu Us Four Section Grid Layout */
.about-us .container {max-width: 1200px;margin: 0 auto;}
.about-us .container .approach-philosophy {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-bottom: 30px;
}

.about-us .container .approach-philosophy .section-content h2 {
    font-size: 21px;
    color: #000000;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 1.428;
    letter-spacing: 0.5px;
}

.about-us .container .approach-philosophy .section-content p {
    margin: 0 0 15px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    color: #696969;
    line-height: 1.75;
}

/* Quote Section */
.about-us .container .quote-section {
    background-color: #f0f2f5;
    padding: 40px;
    margin: 60px 0;
    border-radius: 8px;
    position: relative;
}

.about-us .container .quote-section::before {
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    left: 25px;
    top: 10px;
    font-size: 20px;
    color: #999;
}

.about-us .container .quote-section p {
    quotes: none;
    background: #f1f1f1;
    margin: 0 0 20px;
    position: relative;
    font-style: italic;
    display: block;
    font-size: 14px;
}

/* =============== Contact us =============== */
.contact-index-index .contact-form-content ul.list-icon li {padding-left: 50px;min-height: 0px;}
.contact-index-index .contact-form-content ul.list-icon li .icon {font-size: 35px;}
.contact-index-index .list-icon li a {vertical-align: sub;}


@media (min-width: 768px) {
    .header-area .table-icon-menu > div {padding: 10px 7px 0px 4px !important;}

}

@media (max-width: 768px) {
    .about-us .container .approach-philosophy {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .about-us .container .quote-section {
        padding: 30px 20px;
    }
}
@media only screen and (max-width: 767px) {
    body .header-mobile-tabs--bottom,
    .header-area.header8 .middle-header-content .parent__search {
        display: none !important;
    }
    .bottom-header-content .frame{margin-top:25px;}

}

@media (max-width: 480px) {
    .about-us .container .quote-section::before {font-size: 40px;top: 15px;left: 20px;}
    .header-area .table-icon-menu > div{padding: 35px 12px 17px 0;}
    .bottom-header-content .frame{margin-top:32px;}

}




