<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.backgroundcolor {
    background: rgba(12, 90, 219, 1);
    color: #fff;
}

.topbar {
    height: 32px;
    display: flex;
    align-items: center;
    z-index: 9;

}

.socailmedia {
    padding: 0px;
}

.socailmedia li {
    display: inline-block;
    margin-left: 10px;
    font-size: 13px;
}

.socailmedia li a {
    color: #fff;
}

.socailmedia li a ion-icon {
    font-size: 18px;
    position: relative;
    top: 3px;
}

.largeheader {
    height: 100px;
    width: 100%;
    background: #14202E;
    z-index: 1030;
    display: flex !important;
    align-items: center;
    position: fixed;
    transition: .3s;
    top: 32px;
    -webkit-box-shadow: 0 0.313rem 0.75rem rgba(7, 9, 25, .05), 0 0.126rem 0.15rem rgba(7, 9, 25, .03);
    box-shadow: 0 0.313rem 0.75rem rgba(7, 9, 25, .05), 0 0.126rem 0.15rem rgba(7, 9, 25, .03);
    align-items: center;
}

.navbar_content {
    /* height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end; */
}

.nav_list {
    list-style: none;
    float: right;
    margin-top: -3px;
}

.nav_list li {
    display: inline-block;
    background: transparent;
    margin-right: 7px;
}

.nav_list li a {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 23px !important;
}

.navbar-nav&gt;li&gt;a {
    padding-top: 35px !important;
    padding-bottom: 28px !important;
    color: #fff;
}

.nav_list li a:hover {
    background: transparent;
    border-bottom: 5px solid #2874f0;
}

.nav_list li .activenavbar {
    background: transparent;
    font-weight: bold;
    color: #2874f0;
    border-bottom: 4px solid #2874f0;
}

.dropdown-menu li {
    display: block !important;
}

.dropdown-menu li a {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 10px !important;
}

.dropdown-menu li a:hover {
    color: #fff;
    border: 0px !important;
}

.menudiv {
    height: 0;
    display: flex;
    align-items: center;
}
.menudiv img{ 
    display: flex;
    align-items: center;
    position: absolute;
    top: -34px;
    width: 150px;
}
.show_lg {
    display: block;
}

.show_xs {
    display: none;
}


/*------ mobile header------------*/

.smallheader {
    height: 60px;
    width: 100%;
   background: #14202E;
    z-index: 1030;
    display: flex !important;
    position: fixed;
    transition: .3s;
    top: 32px;
    -webkit-box-shadow: 0 0.313rem 0.75rem rgba(7, 9, 25, .05), 0 0.126rem 0.15rem rgba(7, 9, 25, .03);
    box-shadow: 0 0.313rem 0.75rem rgba(7, 9, 25, .05), 0 0.126rem 0.15rem rgba(7, 9, 25, .03);
    align-items: center;
}

.slidermenu {
    position: fixed;
    width: 320px;
    background: #fff;
    z-index: 1031;
    padding: 25px;
    left: -1350px;
    height: 100%;
    transition: all .5s ease 0s;
}

.mobile_sider ul li {
    margin-top: 18px;
}

.menubackground {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .3);
    position: fixed;
    z-index: 1030;
    display: none;
}

.backbutton {
    background: transparent;
    height: auto;
    font-size: 22px;
    width: auto;
}

.backbutton ion-icon {
    font-size: 25px;
}

.menulst {
    padding: 0px;
    padding-left: 10px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 12px;
}

.menulst li {
    margin: 0px;
    padding-left: 0px;
    color: #000;
    margin-bottom: 20px;
}

.menu-title {
    letter-spacing: 1px;
    font-size: 11px !important;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 0px !important;
    color: #000 !important;
}

.menulst li a {
    color: #000 !important;
    border-left: 3px solid transparent;
    padding: 0px;
    display: block;
    border: 1px solid #fff;
    transition: all 0.5s;
    font-size: 14px;
    border-radius: 10px;
}

.menu_nav_title {
    position: relative;
    padding-left: 0px;
    padding-top: 10px;
}
.callbutton{ height:40px;
width:40px;
padding-top:10px !important;
font-size: 16px !important;
border-radius: 100px;
color:#fff; }

@media (min-width:300px) and (max-width:769px) {
    .show_lg {
        display: none;
    }
    .show_xs {
        display: block;
    }
    .menudiv {
        height: 50px;
        display: flex;
        align-items: center;
    }
    .menudiv button {
        height: 50px;
        background: transparent;
        color:#fff;
        width: 100%;
        font-size: 30px;
        padding-top: 13px;
    }
    .socailmedia li {
        display: inline-block;
        margin-left: 8px;
        font-size: 13px;
    }

}

@media (min-width:300px) and (max-width:600px) {
    .socailmedia li {
        display: inline-block;
        margin-left: 2px;
        font-size: 13px;
    }
    .nopadding_xs {
        padding: 0px;
        margin-bottom: 20px;
    }

}

.mt-20{margin-top: 20px;}</pre></body></html>