<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* about-section */
.about-section{
    position: relative;
}
.about-section .about-banner{
    position: relative;
}

.about-section .about-banner img{
  width: 100%;
    
}

.about-banner h2.about-title-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%);
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    line-height: 44px;
    text-transform: uppercase;
} 



/* about nav  section start*/
.about-nav-pad{
    padding: 20px 0;
}

.about-nav ul{
    display:block;
  
   
}
nav.about-nav ul li {
    padding-left: 0;
}
nav.about-nav ul li:before {
   display: none;
}

.about-nav ul li a{
    color:#434343;
    font-size:18px;
    position: relative;
}
.about-nav ul li.active a{
    color: #fe0000;
    font-weight: 500;
    
}
.about-nav ul li.active a::after
{   
    content: '';
    height: 4px;
    width: 40px;
    border-radius: 4px;
    position: absolute;
    background-color:#fe0000;
    left: 50%;
    transform: translatex(-50%);
    bottom: -15px;
    
}

@media (min-width: 1024px){
    .about-nav-pad{
        padding: 35px 0 50px;;
    }
    .about-nav ul{
        display:flex;
        flex-wrap: wrap;
        justify-content: space-between;
       
    }
}
@media(max-width:1023px){
    .about-nav ul li{
        padding: 10px 15px;
        text-align: center;
    
    }
    .about-nav ul li.active a::after {
        bottom: -10px;
    }
}






/* central-office-section */


.cental-office-row {
    border-top: 2px dotted #e3e2e2;
    padding:40px 0;
}

.office-feedback-section{
    background-image: url(../../img/Mask_Group_13.png);
    background-repeat: no-repeat;
    position: relative;
    background-position: left bottom;

}
.office-feedback-section:after{
    content: '';
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    /* background-color: #fbfbfb; */
}
section.office-feedback-section h4 {
    color: #0e4b91;
    font-size: 28px;
    font-weight: 600;
    line-height: 44px;
    padding: 30px 0;
    margin-bottom: 0;
}
.central-office h5 {
    color: #fe0000;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
}
.central-office button  {
    background: transparent;
    border: none;
}
.central-office button a {
    color: #434343;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
}
.central-office button a:after{
    color: #fe0000;
}
.central-office button a:after {
    content: '\f105';
    font-family: fontawesome;
    color: #434343;
    padding-left: 5px;
    font-size: 16px;
}
.central-office ul li {
    color: #434343;
    font-size: 17px;
    font-weight: 400;
    line-height: 34px;
}
.central-office ul li a{
    color: #434343;
   
}
.central-office ul li a:hover{
    color:#fe0000;
   
}

/* feedback-form-section */

.form-section{
    z-index: 2;
    /* padding-left: 90px; */
}
form.feedback-form input{
    width: 100%;
    border: 1px solid #d2d2d2;
    background-color: #fff;    
    padding: 10px 0;
    margin-bottom: 20px;

}
form.feedback-form textarea{
    width: 100%;
    border: 1px solid #d2d2d2;
    background-color: #fff;    
    padding: 20px 0;

}
form.feedback-form label {
    color: #434343;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
}
button.submit-btn a {
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
}
button.submit-btn a:after {
    content: '\f105';
    font-family: fontawesome;
    padding-left: 5px;
}
button.submit-btn {
    background-color: #fe0000;
    border: none;
    padding: 5px 30px;
    float: right;
    margin: 30px 0;
}


@media(min-width:768px){

    img.contact-img-mobile{
        display: none;
    }

    .central-office h5 {
        font-size: 14px;
    }
    .central-office button a {
        font-size: 12px;
    }
    .central-office ul li {
        font-size: 14px;
    }
    .cental-office-row{
        display: flex;
    }


    
}
@media(min-width:1023px){
    .office-feedback-section:after{
        content: '';
        width: 50%;
        position: absolute;
        right: 0;
        bottom: 0;
        height: 100%;
        background-color: #fbfbfb;
    }
    .form-section{
        padding-left:40px;
    }
}
@media(min-width:1360px){

    
    
    .central-office h5 {
        font-size: 16px;
    }
    .central-office button a {
        font-size: 16px;
    }
    .central-office ul li {
        font-size: 17px;
    }

    .cental-office-row {
        padding:60px 0;
    }
  
    .form-section{
        padding-left:90px;
    }
}

@media(max-width:1023px){


    .contact-section .account-banking {
        display: none;
    }
    .contact-banner h2.contact-title-heading {
        transform: translate(-50%,-50%);
        font-size: 26px;
        
    }

    form.feedback-form label {
        font-size: 14px;
    }
    

}
@media(max-width:767px){
   
   
    img.contact-img{
        display: none;
    }
    .cental-office-row ul {
        padding-left: 0;
    }
    .central {
        display: flex;
        flex-direction: column-reverse;
    }
}</pre></body></html>