
body {
    font-family: 'Roboto', sans-serif !important;
}
.header-main-wraper {
    background: #fff;
}
.top-header {
    /* background: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%); */
    background: linear-gradient(135deg,rgb(41, 46, 114) 0%,rgb(215, 181, 110) 100%);
    padding: 10px 0;
}
.container {
    max-width: 1204px!important;
}
.top-header-text a {
    color: #fff;
    font-size: 14px;
}
.top-header-social-cover {
    display: flex;
    justify-content: right;
}
.top-header-social-cover ul {
    padding: 0;
    margin: 0;
}
.top-header-social-cover li {
    float: left;
    margin-left: 18px;
    list-style: none;
}
.top-header-social-cover i {
    color: #fff;
    font-size: 17px;
}

.header-contact-wraper {
    /* padding: 0; */
    box-shadow: rgba(50,50,93,.25) 0 2px 5px -1px,rgba(0,0,0,.3) 0 1px 3px -1px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 0;
}
.header-navbar {
    border-bottom: 2px solid #fff;
}
.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    width: 53%;
}
.navbar-brand img {
    width: 12%!important;
}

.navbar-light .navbar-nav .nav-link {
    color: #2f3371 !important;
    padding: 10px;
    font-size: 14px;
    border-bottom: 2px solid #fff!important;
    font-weight: 700;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #292e72!important;
    border-bottom: 2px solid #292e72!important;
    border-radius: 0!important;
}

.hidden {
    display: none;
}


.rev-footer-wrapper {
    color: #000;
    padding: 64px 0;
    padding-bottom: 0px;
    box-shadow: 0px 0px 2px 0px;
    margin-top: 12px;
}
.footer-copy-right-box {
    text-align: center;
    margin-top: 37px;
    border-top: 1px solid #fff;
    padding-top: 36px;
    font-size: 14px;
}
.footer-logo {
    width: 100px;
    margin-bottom: 16px;
    background: #fff;
    border-radius: 6px;
}
.footer-details-box h5 {
    margin-bottom: 41px;
    font-weight: bold;
    font-size: 23px;
    color: #292e72;
}
.footer-details-box ul {
    padding: 0;
    margin: 0;
}
.footer-details-box li {
    list-style: none;
    margin-bottom: 16px;
    float: left;
    width: 100%;
}

.footer-social-media-icons a.facebook {
    background: #0069f7;
    border-color: #0069f7;
}
.footer-social-media-icons a.twitter {
    background: #00c6f7;
    border-color: #00c6f7;
}
.footer-social-media-icons a.instagram {
    background: #d62977;
    border-color: #d62977;
}
.footer-social-media-icons a.linkedin {
    background: #0e72a3;
    border-color: #0e72a3;
}
.footer-copy-right-box {
    text-align: center;
    margin-top: 37px;
    border-top: 1px solid #fff;
    padding-top: 36px;
    font-size: 14px;
}

.footer-details-box a {
    color: #000;
}
.footer-copy-right-box a {
    color: #000;
}
.footer-social-media-icons a {
    color: #fff;
    font-size: 16px;
    border: 1px solid #cacaca;
    border-radius: 12px;
    margin: 0 2px;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
}


@media only screen and (min-width: 320px) and (max-width: 479px){
    .navbar-brand img {
        width: 31%!important;
    }
    .top-header-text a {
        color: #fff;
        font-size: 14px;
        display: none;
    }
    .top-header-social-cover {
        display: flex;
        justify-content: start;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMzAgMzAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggc3Ryb2tlPSdyZ2JhKDI1NSwgMjU1LCAyNTUpJyBzdHJva2Utd2lkdGg9JzInIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLW1pdGVybGltaXQ9JzEwJyBkPSdNNCA3aDIyTTQgMTVoMjJNNCAyM2gyMicvPjwvc3ZnPg==);
    }
    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer;
        background: #003478;
        border: none;
        margin-top: 0;
        margin-right: 0;
        
    }
    .navbar-light .navbar-toggler {
        color: rgba(0,0,0,.5);
        border-color: rgba(0,0,0,.1);
    }
    ul.navbar-nav.ml-auto {
        background: white;
    
    }
    .navbar-nav {
        background: white;
        padding: 15px;
        width: auto;
    }
    .navbar-light .navbar-nav .nav-link {
        color: darkblue !important;
        /* padding: 10px 0px; */
        font-weight: bolder;
        font-size: 13px;
    }
    .navbar-light .navbar-nav .nav-link:hover {
        color: darkblue !important;
        border-bottom: 1px solid darkblue;
        border-radius: 0!important;
    }
    .rev-footer-wrapper {
        color: #000;
        padding: 64px 0;
        padding-bottom: 30px;
        box-shadow: inset 0px 3px 3px 0px lightgray;
        margin-top: 1px;
        padding-bottom: 0px;
    }
    .footer-about img {
        width: 50px;
        margin-bottom: 16px;
        background: #fff;
        border-radius: 6px;
    }
    .footer-details-box h5 {
        margin-bottom: 15px;
        font-weight: bold;
        font-size: 23px;
        margin-top: 13px;
        color: #292e72;
    }
    .footer-details-box li {
        list-style: none;
        margin-bottom: 13px;
        float: left;
        width: 100%;
    }
    .footer-details-box a {
        color: #000;
        margin-left: 12px;
    }

    .footer-social-media-icons a {
        color: #fff;
        font-size: 15px;
        border: 1px solid #cacaca;
        border-radius: 6px;
        margin: 0 2px;
        width: 30px;
        height: 33px;
        display: inline-block;
        text-align: center;
        line-height: 34px;
    }
    .footer-copy-right-box {
        text-align: center;
        margin-top: 11px;
        border-top: 1px solid #fff;
        padding-top: 33px;
        font-size: 14px;
        font-weight: 700;
    }
}