<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.homePageContentAlign {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.homePageContentImg{
    width:100%;
    height:100%;
}
.applicationFields {
    color: white !important;
    background-color: black;
    padding: 10px;
    opacity: 0.8;
}
.newsConnectionUpperTitle{
    font-size:24px;
    display:block;
}
.newsConnectionLowerTitle {
    font-size: 14px;
    display: block;
}
.leftMenuActive {
    background-color: #eee !important;
}
.menuActive {
    border-bottom: 2px solid #1b2872;
}
.projectVideos{
    margin-bottom:30px;
}
.font-14 {
    font-size: 14px !important;
}
.font-15 {
    font-size: 15px !important;
}
.font-16{
    font-size:16px !important;
}
#callnowbutton {
    display: block;
    position: fixed;
    text-decoration: none;
    z-index: 2147483647;
    width: 40%;
    right: 100px;
    bottom: 0;
    height: 40px;
    bOrder-top: 1px solid #2dc62d;
    bOrder-bottom: 1px solid #006700;
    text-shadow: 0 1px #006700;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 200%;
    overflow: hidden;
    padding-right: 20px;
    background: #009900;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 650px) {
    #callnowbutton {
        display: block;
        position: fixed;
        text-decoration: none;
        z-index: 2147483647;
        width: 80%;
        right: 0;
        bottom: 0;
        height: 90px;
        bOrder-top: 1px solid #2dc62d;
        bOrder-bottom: 1px solid #006700;
        text-shadow: 0 1px #006700;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        font-weight: 900;
        font-size: 200%;
        overflow: hidden;
        padding-right: 20px;
        background: #009900;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
.menu-txtCapitalize{
    text-transform:capitalize !important;
}
.margin-top-10{
    margin-top:10px !important;
}
.contact-up{
    margin-top:10px;
    width:200px;
}
.contact-down {
    margin-bottom: 10px !important;
}
.margin-top-30 {
    margin-top: 30px !important;
}
.padding-left-0{
    padding-left:0px !important;
}</pre></body></html>