/* aboutus related */
.aboutus-section1 {
    margin-bottom: 40px;
}

.aboutus-section1-col1 img {
    width: 100%;
    height: auto;
}

.aboutus-section1-col2 {
    color: #5C2D91;
    border-radius: 0 30px 30px 30px;
    background: #E1F4FD;
    padding: 30px;
    box-sizing: border-box;
}

.aboutus-section2-heading {
    font-size: 19px !important;
    text-transform: uppercase;
    color: #034EA2;
}

.xc-font-sm .aboutus-section2-heading {
    font-size: 17px !important;
}

.xc-font-lg .aboutus-section2-heading {
    font-size: 21px !important;
}

.aboutus-section2-subheading {
    font-size: 18px !important;
    color: #034EA2;
}

.xc-font-sm .aboutus-section2-subheading {
    font-size: 16px !important;
}

.xc-font-lg .aboutus-section2-subheading {
    font-size: 20px !important;
}

/* special for message.html */
.aboutus-section2-heading-message {
    color: #CF4B9B;
}

.aboutus-section2-subheading-message {
    color: #5C2D91;
}

img.signature {
    max-width: 240px;
}

@media only screen and (max-width: 449px) {
    img.signature {
        max-width: 160px;
    }
}

@media only screen and (max-width: 991px) {
    .aboutus-section1-col1 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

/* end of aboutus related */

/* heading color */
#034EA2

/* scrollbar */
.aboutus-scrollbar-container {
    padding-right: 0;
}

.aboutus-scrollbar {
    float: left;
    max-height: 675px;
    overflow-y: auto;
    padding-right: 10px;
}

.aboutus-force-overflow {
    max-height: 675px;
    background-color: white;
}

.aboutus-scrollbar::-webkit-scrollbar {
    width: 10px;
}

.aboutus-scrollbar::-webkit-scrollbar-track {
    border-radius: 10px;
}

.aboutus-scrollbar::-webkit-scrollbar-thumb {
    background-color: #D0D2D3;
    border-radius: 10px;
}

/* end of scrollbar */

/* profile.html */
.profile-section1 {
    border-radius: 30px 30px 0 30px;
    background: #E1F4FD;
    padding: 40px 30px 25px 30px;
    box-sizing: border-box;
}

.profile-section2 {
    background: url('../images/aboutus/abtusback.png') no-repeat center center;
    background-size: cover;
    height: 550px;
}

.profile-section2-col1 {
    padding-top: 40px;
    padding-left: 5%;
    padding-right: 10%;
    text-align: center;
}

.profile-section2-col2 {
    padding-top: 40px;
    padding-left: 10%;
    padding-right: 5%;
    text-align: center;
}

.profile-section2-col1-heading {
    font-size: 20px;
    font-weight: bold;
    color: #00799B;
    margin-bottom: 25px;
}

.xc-font-sm .profile-section2-col1-heading {
    font-size: 18px;
}

.xc-font-lg .profile-section2-col1-heading {
    font-size: 22px;
}

.profile-section2-col2-heading {
    font-size: 20px;
    font-weight: bold;
    color: #CF4B9B;
    margin-bottom: 25px;
}

.xc-font-sm .profile-section2-col2-heading {
    font-size: 18px;
}

.xc-font-lg .profile-section2-col2-heading {
    font-size: 22px;
}

@media only screen and (max-width: 767px) {
    .profile-section1 {
        padding: 30px 20px 15px 20px;
    }

    .profile-section2 p {
        margin-bottom: 0.75rem;
    }
}

@media only screen and (max-width: 575px) {
    .profile-section1 {
        padding: 20px 10px 10px 10px;
    }

    .profile-section2-col1 {
        padding-top: 20px;
        padding-left: 0;
        padding-right: 10%;
    }

    .profile-section2-col2 {
        padding-top: 20px;
        padding-left: 10%;
        padding-right: 0;
    }

    .profile-section2-col1-heading {
        margin-bottom: 10px;
    }

    .profile-section2-col2-heading {
        margin-bottom: 10px;
    }

    .profile-section2 p {
        margin-bottom: 0.5rem;
    }
}

@media only screen and (max-width: 380px) {
    .profile-section2-col1 {
        padding-top: 10px;
    }

    .profile-section2-col2 {
        padding-top: 10px;
    }
}

/* end of profile.html */