body {
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    background-color: #ffffff;
    font-family: 'Lato', sans-serif;
}
.navbar-toggler{
border:none !important;
}

.contain {
    margin: 0px 25px;
}

.contains {
    margin: 0px 51px;
}

.main-header {
    background-color: #00559F;
}

.row-space-col {
    margin-left: auto;
}

nav ul li a {
    padding-top: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    text-decoration: none;
    color: #555 !important;
    text-transform: uppercase;
} 

nav ul li a:hover {
    color: #005dab;
}

.row-space {
    margin-bottom: 5px;
    margin-top: 5px;
}

.bg-img {
    background: url(../images/bg.jpg) top center no-repeat;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.bg-img h1 {
    font-weight: 500;
    letter-spacing: 3px;
    font-size: 60px;
    color: #00559F;
}

.footer {
    background-color: #00559f;
}

.footer-col1 ul li {
    background-image: url(../images/bullet.png);
    background-repeat: no-repeat;
    background-position: 0 0.1em;
    list-style-type: none;
}

.footer-col1 ul li a,
.footer-col3 p {
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 300;
    color: #EEE;
    text-decoration: none;
    line-height: 31px;
}

.footer-col1 ul li a:hover {
    color: #999;
}

.footer-col3 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.copyright-section {
    background-color: #00447f;
    padding-top: 40px;
    padding-bottom: 40px;
}

.copyright-section p {
    color: rgba(255, 255, 255, 0.25);
    text-shadow: 1px 1px 1px rgb(0 0 0 / 10%);
    text-align: center;
}

.section1 ul li {
    list-style-type: none;
    margin-right: 15px;
}

.section2 h3 {
    font-weight: bolder !important;
}

.section2 ul {
    /* margin-left: 12px; */
}

.btn-cls {
    color: #00559F;
    border: 2px solid #00559F !important;
    background-color: #fff;
}

a {
    text-decoration: none !important;
}

.btn-cls:hover {
    background-color: #00559F;
    color: #EEE;
}

.main-header p {
    color: #EEE;
}

.apply-form-header {
    background-color: #8cc3e42e;
}

.apply-form-header a {
    font-size: 14px;
    color: #1b448e !important;
}

.pop-up-btn a {
    color: #1b448e !important;
    font-weight: 700;
}

.apply-form-header h3 {
    font-weight: 500;
    color: #1b448e !important;
}

@media only screen and (min-width:280px) and (max-width:1024px) {
    .footer-col3 {
        display: block;
    }
    .navbar-nav {
        background-color:#fff !important;
        position: absolute;
        z-index: 1000;
        right: 0px;
        left: -338%;
    }
    .contains {
        margin: 0 30px;
    }
    nav ul {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    nav ul li a {
        color: #444444 !important;
        margin-right: 0px;
        line-height: 46px;
        margin-left: 23px;
    }
    .bg-img h1 {
        font-size: 40px;
        text-align: center;
    }
.navbar-nav > li {

    border-bottom: 1px solid #eeeeee;
}
.navbar-toggler-icon {

    background-size: 63% !important;
}
}


/*
@media only screen and (min-width:320px)  and (max-width: 912px){
}*/

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
    }
}

.sticy-top {
    box-shadow: none;
    border-bottom: 1px solid #F5F5F5 !important;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.margin-top {
    margin-top: 27px;
}

.blue-badge {
    background-color: #8cc3e42e!important;
    color: #1b448e!important;
}