<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.logo{
    width:250px;
    height:100px;
}
.main_logo{
    width:200px;
    height:60px;
}
.brand_text{
    color:#102540;
}
.navbar{
    background-color:#fff!important;
    box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);
    padding: 1rem 0 .75rem;
    display: flex;
    min-height: 10vh;
    position: fixed;
    width: 100vw;
    z-index: 802;
    justify-content: flex-start;
}
.navbar-nav li{
    margin-right:20px;
}
.navbar-nav li .nav-link{
    color: #212529;
    text-decoration: none;
    position: relative;
    display: block;
    padding: 10px 15px;
    background-color: #fff;
    margin-top: 9px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    /* font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529; */
}

.navbar-nav li .nav-link:hover {
    background-color: #fff;
    color: #8d9190;
}
.navbar-toggler span{
    display: block!important;
    background-color: #212529!important;
    height: 3px!important;
    width: 25px!important;
    margin-top: 4px!important;
    margin-bottom: 4px!important;
    -webkit-transform: rotate(0)!important;
    -ms-transform: rotate(0)!important;
    transform: rotate(0)!important;
    position: relative!important;
    opacity: 1!important;
    right: 5px!important;
    font-size: 1.25rem!important;
    line-height: 1;
}
/* SECTION */
html, body, #home_section {
    height: 100%;
}
#home_section {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}

#home_section{
    background-image: url("../img/corporate_background.png");
    height:800px;
}
.home_title{
    font-family:verdana;
    text-shadow: 0px 9px 38px rgb(12 38 122 / 58%);
    font-size: 6rem;
    color: rgba(255,255,255,.9);
    font-weight:600;
}
.home_subtitle{
    color:#fff;
    font-weight:500;
}
.read_more_btn{
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 2rem;
    cursor: pointer;
    min-width: 15rem;
    min-height: 3rem;
    padding: 1rem 2rem;
    border-radius: 25rem;
    background-color: #212529;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 30px;
}
#home_div{
    margin:0 auto;
}
/* section */
.sub_row{
    padding-top:50px;
    padding-bottom:50px;
    height:auto;
}
.about_us_para{
    margin: 0;
    font-size: 21px;
    font-weight: 300;
    font-family: open-sans,sans-serif;
    color: #636a78;
}
.services_titles{
    font-size: 50px;
    line-height: 90px;
    color:#212529;
    font-weight: 100;
}
.services_subtitles{
    font-size: 36px;
    line-height: 48px;
    margin-top: 20px;
    font-weight: 100;
    color:grey;
}
.it_services_image{
    width:400px;
    height:400px;
}
#all_services_row{
    background-image: url('../img/pattern_bg.jpg');
}
.multiple_service_title{
    color:#fff;
    font-size:20px;
}
.multiple_subtitles{
    color:grey;
    line-height:40px;
    font-size:18px;
}
.multiple_services_img{
    width:80px;
    height:80px;
    margin-bottom:10px;
}
.outline{
    font-weight: 600;
    color: #fff;
    border:1px solid #fff;
    border-radius:15px;
    padding:5px 10px;
    background: none;
}
.outline:hover {
    color: white;
    background: #fff;
    color:#102540;
    border-color: white;
}
#contact_us_section{
    padding-top:60px;
    padding-bottom:60px;
    /* background-color:#e3e5e4; */
}
#contact_us_right_col{
    background-color:#e3e5e4;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}
.contact_input{
    width: 100%!important;
    height: 55px!important;
    padding: 5px 10px!important;
    border:1px solid #d7dad9!important;
    border-radius: 10px!important;
    padding-right: 15px!important;
    padding-left: 15px!important;
}
.contact_textarea{
    width: 100%!important;
    border:1px solid #d7dad9!important;
    border-radius: 10px!important;
}
#contact_us_section label{
    font-weight:600;
    font-size:14px;
    color:black;
}
.submit_large_button{
    width:100%;
    border:1px solid #102540;
    border-radius:30px;
    color:#fff;
    font-size:22px;
    font-weight:600;
    text-align: center;
    padding:7px;
    vertical-align:middle;
    background-color:#102540;
}
/* SECTION */
.section_title_row{
    background-color:#fff;
    color:#102540;
    padding-top:7px;
    padding-bottom:7px;
    border:1px solid #102540;
    width:auto;
    border-radius: 5px 20px 5px;
    width:400px;
}
.home_container{
    padding-top:30px;
    margin-bottom:25px;
}
.services_we_offered{
    color:#102540;
    text-transform: uppercase;
    font-size:1.2rem;
}
.services_we_offered_grey{
    color:#102540;
    text-transform: uppercase;
    margin-bottom: 2rem;
    font-size: 1.2rem;
}
.services_we_offered_grey_small{
    color:#102540;
    text-transform: uppercase;
    margin-bottom: 2rem;
    font-size: 1.2rem;
}
.top_para{
    color: #444;
    line-height: 1.4;
}
@media only screen and (max-width: 600px) {
    .home_container{
        padding-top:10px;
        text-align:center;
        font-weight: 500;
        line-height: 1.2;
    }
    #second_row{
        text-align:center;
    }
    .home_title{
        font-family:verdana;
        text-shadow: 0px 9px 38px rgb(12 38 122 / 58%);
        font-size: 2rem;
        color: rgba(255,255,255,.9);
        font-weight:600;
    }
    #sponsors_row{
        text-align: center;
    }
    #sponsors_row img{
        margin-bottom:15px;
        border-bottom:1px solid #e3e5e4;
        padding-bottom:5px;
    }
    #home_section {
        height: 600px;
    }
    #to_be_centered_on_small{
        text-align:center;
    }
    #about_top{
        text-align:center;
    }
    .services_we_offered_grey{
        float:center;
    }
    .services_titles {
        font-size: 32px;
        line-height: 45px;
        color: #212529;
        font-weight: 600;
    }
    .services_subtitles {
        font-size: 30px;
        line-height: 48px;
        margin-top: 20px;
        font-weight: 100;
        color: grey;
    }
    #contact_us_section{
        padding-top:20px;
        padding-bottom:20px;
    }
    #footer{
        background-color:#102540;
        padding:20px;
    }
}
#footer{
    color:#fff;
    background-color:#102540;
     padding:30px;
    margin-top:20px;
}
.footer_first_row{
    border-bottom:0.5px solid #fff;
    margin-bottom:10px;
    padding-bottom:15px;
}
#footer_links_div a{
    display:block;
    color:#fff;
    text-decoration: none;
    margin-bottom:10px;
}
#footer_links_div a:hover{
    text-decoration: underline;
    text-decoration-color: #fff;
}
.important_links{
    font-size:18px;
    font-weight:600;
}
.service_inner_row .service_inner_col{
    box-shadow: 0 0 5px 2px #bdc2bf;
    text-align:center;
}
.services_we_offered_bottom{
    color:#102540;
    text-transform: uppercase;
    margin-bottom: 2rem;
    font-size: 1.3rem;
    text-align:center;
}
.underline{
    width:140px;
    border:2px solid #fff;
    margin-bottom:7px;
}
#about_top{
    margin-top:20px;
}
.footer_logo_cont{
    margin-bottom:20px;
}
.social_links_conatiner{
    font-size:38px!important;
}
.social_links_conatiner a{
    text-decoration: none;
    color:#fff;
}
.social_links_conatiner a:hover{
    cursor: pointer;
    color:#fff;
    text-decoration: underline;
    text-decoration-color: #fff;
}
.about_us_page_para{
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #212529;
}
.about_us_img_one{
    width:400px;height:250px;
}
.about_us_img_two{
    width:350px;height:230px;
}
.about_us_img_three{
    width:350px;height:300px;
}
@media only screen and (max-width: 600px) {
    .about_us_img_one{
        width:300px;height:150px;
    }
    .about_us_img_two{
        width:300px;height:180px;
    }
    .about_us_img_three{
        width:300px;height:250px;
    }
    .to_be_centered_img{
        margin-top:5px;
    }
}
.round_number{
    color:#102540;
    float:center!important;
    text-align: center;
    border-radius:50px;
    font-size:35px;
    width:auto;
}
.to_be_centered_img{
    margin-top:60px;
}
</pre></body></html>