<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.section-heading-1 {
    font-size: 40px;
    margin-bottom: 4%;
    color: #222222;
    font-weight: normal;
}

.part1 {
    font-size: 20px;
    text-align: left;
    color: #585858;
    line-height: 1.5;
    font-weight: bold;
}

.read_more_btn {
    background-color: white;
    color: #121C4E;
    padding: 15px 27px;
    font-size: 17px;
    font-weight: bold;
    border-radius: 8px;
    border: none;
    text-transform: uppercase;
    margin: 20px 0px;
    border: 2px solid #121C4E;
    font-family: 'Avenir LT 65';
}

.read_more_btn1 {
    background-color: #121C4E;
    color: white;
    padding: 15px 27px;
    font-size: 17px;
    font-weight: bold;
    border-radius: 8px;
    border: 2px solid #121C4E;
    text-transform: uppercase;
    margin: 20px 0px;
    font-family: 'Avenir LT 65';
}

.read_more_btn2 {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border-radius: 50%;
    background-color: #121C4E;
    color: white;
}

.read_more_btn3 {
    background-color: #cc0e0e;
    color: white;
    padding: 10px 26px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    border: none;
    text-transform: uppercase;
    margin: 20px 0px;
    margin-bottom: 5%;
}

.footerHeading {
    TEXT-ALIGN: center;
    COLOR: white;
    font-size: 20px;
    padding-top: 15px;
}

.read_more_btn4 {
    background-color: #db3144;
    color: white;
    padding: 15px 27px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 8px;
    border: none;
    text-transform: uppercase;
    /*margin: 20px 0px;*/
}
/*//Added form left right button //*/
.btn_arrow {
    background: #121C4E;
    border: none;
    padding: 7px;
    width: 30px;
    height: 30px;
    color: white;
    margin-top: 7px;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.fa-chevron-left:before {
    margin: 2px;
}

.fa-chevron-right:before {
    margin: 2px;
}

@media screen and (max-width:768px) {
    .tocenter {
        text-align: center;
    }

    .margtp20 {
        margin-top: 20px;
    }
}

a.read_more_btn:focus, a.read_more_btn:hover {
    text-decoration: none;
}

a.read_more_btn1:focus, a.read_more_btn1:hover {
    color: white;
    text-decoration: none;
}
</pre></body></html>