#chairman-inner {
    padding-top: 60px;
    padding-bottom: 100px;
    /* background-image: url(../images/yello-orange-wave.svg); */
    background-repeat: no-repeat;
    background-position: -140px -360px;
}

#chairman-inner h1 {
    font-size: 60px;
    color: white;
    line-height: 110%;
    font-weight: 700;
}

#chairman-inner h1 span {
    color: #0C92CE;
    font-weight: 300;
}

#chairman-inner .mgn-lft {
    margin-left: 80px;
}

.skyblue {
    color: #0C92CE;
}

.skyblue-bg {
    background-color: #f0f9ff !important;
}

.light-blue-bg {
    background-color: #eaf1f7;
}

.light-purple-bg {
    background-color: #f5eef5;
}

.light-grey-bg {
    background-color: #e1e1e1;
}

.light-grey2-bg {
    background-color: #dcdedf;
}

.liststyle2 li.whiteArrow {
    background-image: url(../images/white-arrow.png);
}

.liststyle2 li {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-family: 'Frutiger LT Pro 45';
    font-weight: 300;
    padding-left: 15px;
    background-position: left 7px;
    background-repeat: no-repeat;
    background-size: 8px;
}

.topvet {
    padding-top: 50px;
    /* background-image: url(../images/top-wave.png); */
    background-repeat: no-repeat;
    background-size: 690px;
    background-position: right -50px;
}

.topvet hr {
    height: 2px;
    color: #d7af52;
    border-color: #bf7d26;
}

#mda {
    padding-top: 50px;
    padding-bottom: 100px;
    background-image: url(../images/mda-bg.jpg);
    background-repeat: no-repeat;
    /* background-position: -140px -360px; */
}

.mda-sec2 {
    background-color: #fdfaf4;
    width: 60%;
    padding: 25px;
}

.liststyle-mda {
    margin: 13px;
    padding: 0px;
    list-style-type: auto;
    font-family: 'Frutiger LT Pro 45';
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-family: 'Frutiger LT Pro 45';
    font-weight: 300;
}

.yellow-box1 {
    background-color: #FFCB05;
    width: fit-content;
    padding: 2px 9px 0px 9px;
    margin-bottom: 0px;
}

.yellow-brd {
    border-bottom: 1px solid #FFCB05;
}

.yellow-brd-top {
    border-top: 4px solid #FFCB05;
}

.blue-brd-top {
    border-top: 4px solid #0078d9;
}

.partner-awrd-bg {
    background-color: #f5f5ee;
}

.bg-fff strong {
    font-weight: 700;
}

.light-grey-bg {
    background-color: #dee0e1;
}

.brd-blue {
    border-bottom: 4px solid #020212;
}

.section-top {
    margin-top: 150px;
    margin-bottom: 30px;

}

#op-highlights .yellow-box1 {
    background-color: #FFCB05;
    width: 6%;
    padding: 7px 17px 7px 9px;
    margin-bottom: 0px;
    margin-left: -12px;
}

#op-highlights .blue-box1 {
    background-color: #0078d9;
    width: 6%;
    padding: 7px 17px 7px 9px;
    margin-bottom: 0px;

    color: #FFFFFF;
}

@media (min-width: 320px) and (max-width: 767px) {

    .mda-sec2 {
        background-color: #fdfaf4;
        width: 100%;
        padding: 25px;
    }

    #mda {
        padding-top: 50px;
        padding-bottom: 100px;
        background-image: url(../images/industries-bg);
        background-repeat: no-repeat;

    }

    .yellow-box1 {
        width: fit-content;
    }

    #op-highlights .yellow-box1 {
        background-color: #FFCB05;
        width: 18%;
        padding: 7px 17px 7px 9px;
        margin-bottom: 0px;
        margin-left: 0px;
    }


}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    #op-highlights .yellow-box1 {
        background-color: #FFCB05;
        width: 11%;
        padding: 7px 17px 7px 9px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {

    .no-mob {
        display: none;
    }

    #chairman-inner h1 {
        font-size: 30px;
        line-height: 1;
        margin: 0px !important;
        padding: 0px 15px;
    }

    #chairman-inner h1 span {
        display: inline-block;
    }

}