body {
    font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
    background-position: center;
    background-repeat: repeat-y;
    color: #1b294d;
}

main > .container {
    padding: 60px 15px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

h2 {
    font-size: 48px;
}

code {
    font-size: 80%;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.font-28 {
    font-size: 28px;
}

.font-30 {
    font-size: 30px;
}

.font-32 {
    font-size: 32px;
}

.font-34 {
    font-size: 34px;
}

.font-36 {
    font-size: 36px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-05 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.bg-color-bluedark {
    background-color: #274486;
}

.white-text {
    color: #fff;
}

.blue-dark-text {
    color: #1b294d;
}

.blue-light-text {
    color: #1b294d;
}

.sky-blue-text {
    color: #045e9e;
}

.grey-light-text {
    color: #7c7c7c;
}

.grey-bg {
    background-color: #f1f1f1;
}

.white-bg {
    background-color: #ffffff;
}

.sky-blue-bg {
    background-color: #39a9eb;
}

.xsm-title {
    font-size: 16px;
    display: flex;
    flex-direction: row;
}

.sm-title {
    font-weight: bold;
    display: block;
}

.blue-line::after {
    content: "";
    width: 90px;
    height: 2px;
    background-color: #39a9eb;
    display: block;
    position: relative;
    left: 10px;
    bottom: -17px;
}

.white-line::after {
    content: "";
    width: 90px;
    height: 2px;
    background-color: #ffffff;
    display: block;
    position: relative;
    left: 10px;
    bottom: -17px;
}

.lg-title {
    font-weight: 600;
    line-height: 1;
    font-size: 44px;
}

.md-title {
    font-size: 18px;
}

.btn {
    border: none;
    padding: 5px 20px;
    text-transform: capitalize;
    border-radius: 0;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    background-size: 200%;
    transition: 0.6s;
    background-color: #045e9e;
}

    .btn:hover {
        background-color: #1699e9;
        color: #fff;
    }

.hiddenh4 {
    visibility: hidden;
}

.inner-banner-section {
    background-color: #131f67;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0;
    height: auto;
}

.modal-open {
    overflow: hidden !important;
}

.inner-banner-section h2 {
    font-size: 36px;
}

.bannerbg {
    background-color: #0d1043;
    background-image: url(..//img/landingpage_banner.jpg);
    padding: 30px 0;
    background-repeat: no-repeat;
    background-position: center;
}

/* Header CSS Start*/

header {
    padding: 10px 0;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #fff;
    background-color: #002e5f;
    border-radius: 5px 5px 0 0;
    padding: 8px 20px;
    margin-right: 3px;
    transition: 0.6s;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(26 32 46);
    background-color: #f5f5f5;
    border-radius: 5px 5px 0 0;
    font-size: 18px;
    padding: 8px 20px;
    margin-right: 3px;
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: #fff;
        background-color: #002e5f;
        transition: 0.6s;
    }

.navbar-nav {
    position: relative;
}

.topnavdiv {
    position: relative;
}

.toplogodiv {
    float: left;
}

.toplogos {
    position: absolute;
    right: 0px;
}

.topnavdiv .pull-left {
    position: relative;
    z-index: 9;
}

.navbar {
    padding-top: 5px;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
}

.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    top: -10px;
    position: relative;
}

/* Header CSS Close*/

/* Footer CSS start*/

.footer {
    background-color: #1a202e;
}

    .footer .footer-bottom .footer-copy-right p {
        color: #fff;
        font-weight: 300;
        font-size: 13px;
        line-height: 1.2;
        margin-bottom: 12px;
        text-align: justify;
    }

    .footer .footer-bottom {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .footer .footer-social > a {
        color: #fff;
        font-size: 14px;
        padding-left: 16px;
    }

        .footer .footer-social > a > i {
            -webkit-transition: 0.4s;
            -moz-transition: 0.4s;
            -o-transition: 0.4s;
            transition: 0.4s;
            transform: rotateY(0deg);
            -webkit-transform: rotateY(0deg);
            -moz-transform: rotateY(0deg);
            -ms-transform: rotateY(0deg);
            -o-transform: rotateY(0deg);
        }

        .footer .footer-social > a:hover i {
            transform: rotateY(180deg);
            -webkit-transform: rotateY(180deg);
            -moz-transform: rotateY(180deg);
            -ms-transform: rotateY(180deg);
            -o-transform: rotateY(180deg);
        }

        .footer .footer-social > a:hover {
            color: #39a9eb;
        }
    /* .footer .footer-top {
	border-bottom: 1px solid #17234e;
} */
    .footer .footer-top .single-footer-caption .footer-tittle h4 {
        color: #fff;
        font-size: 18px;
        margin-bottom: 38px;
        font-weight: 500;
    }

    .footer .footer-top .single-footer-caption .footer-tittle ul li {
        color: #fff;
        margin-bottom: 15px;
        text-transform: capitalize;
        list-style: none;
    }

        .footer .footer-top .single-footer-caption .footer-tittle ul li a {
            color: #fff;
            font-weight: 300;
            webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            text-decoration: none;
        }

ul {
    margin: 0px;
    padding: 0px;
}

.footer .footer-top .single-footer-caption .footer-tittle ul li a:hover {
    color: #fff;
    padding-left: 5px;
    text-decoration: none;
}

.footer .footer-top .single-footer-caption .footer-pera .info1 {
    line-height: 1.8;
    margin-bottom: 10px;
    color: #fff;
}

.footer .footer-top .single-footer-caption .footer-form form {
    position: relative;
}

    .footer .footer-top .single-footer-caption .footer-form form input {
        width: 100%;
        height: 43px;
        padding: 10px 20px;
        border: 0;
        background: #192642;
        color: #fff;
    }

        .footer .footer-top .single-footer-caption .footer-form form input::placeholder {
            color: #9fa6bd;
            font-weight: 300;
            font-size: 14px;
        }

    .footer .footer-top .single-footer-caption .footer-form form .form-icon button {
        position: absolute;
        top: 0px;
        right: 0;
        background: none;
        border: 0;
        cursor: pointer;
        padding: 14px 22px;
        background: #0f1624;
        line-height: 1;
        color: #fff;
        font-size: 14px;
        font-weight: 300;
        color: #bdbdbd;
    }

.footer .footer-top .single-footer-caption .info.error {
    color: #ff0000;
}

.footer .footer-top .single-footer-caption .footer-cap {
    margin-bottom: 30px;
}

    .footer .footer-top .single-footer-caption .footer-cap span {
        color: #ff3e3f;
        font-size: 16px;
        font-weight: 300;
        margin-bottom: 10px;
        display: block;
    }

.footer-top span {
    color: #fff;
    font-size: 14px;
}

.footer-top p {
    color: #fff;
    text-align: right;
    margin: 0;
    font-size: 14px;
}

/* Footer CSS Close*/


/* Banner CSS start*/
.signin-section {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    width: 100%;
    margin: 0 auto;
    padding: 10px 15px;
    margin-bottom: 0px;
    border-radius: 0px;
    box-shadow: 0 0 15px #363636;
    height: 100%;
}

    .signin-section h2 {
        font-size: 24px;
        font-weight: bold;
        color: #045e9e;
        text-transform: uppercase;
    }

.pass-section {
    position: relative;
}

    .pass-section .input-group-addon {
        position: absolute;
        right: 10px;
        top: 8px;
    }



.navbar-brand img {
    float: left;
}

.leftimg img {
    width: 100%;
}

.toplogodiv img {
    padding-right: 10px;
    padding-left: 15px;
}

.tagline span {
    font-size: 22px;
    font-weight: bold;
    float: left;
    margin-top: 10px;
    margin-bottom: 5px;
}

.tagline small {
    display: block;
    color: #2a93d0;
    font-size: 18px;
    line-height: 0;
    margin-top: 5px;
    text-align: left;
}



.cpydiv {
    display: flex;
    float: right;
}

    .cpydiv p {
        padding-right: 15px;
        line-height: 1.8;
        color: #fff;
    }

        .cpydiv p a {
            color: #fff;
        }

            .cpydiv p a:hover {
                color: #007bff;
            }

    .cpydiv li {
        list-style: none;
    }

        .cpydiv li a {
            font-size: 14px;
            color: #fff;
            border-left: 1px solid #fff;
            padding-left: 15px;
            padding-right: 15px;
        }

            .cpydiv li a:hover {
                color: #007bff;
            }

.toplogos li {
    list-style: none;
    float: left;
    padding-left: 15px;
}

.toplogos img {
}

.bannerbg form {
    height: 100%;
}

.browserdiv {
    display: block;
    text-align: justify;
    font-size: 13px;
    font-style: italic;
    margin-top: 5px;
    line-height: 1.2;
}

.browser-support {
    margin: 0 auto;
}

.contactinfo a {
    white-space: nowrap;
}

.signin-section .form-group {
    margin-bottom: 10px;
}

.signin-section .captchabox {
    width: 130px;
}

/* Banner CSS close*/


@media (max-width: 1199px) {
    .bannerbg {
        padding: 20px 0px;
    }
}


@media (max-width: 767px) {

    .leftimg img {
        display: none;
    }

    .signin-section {
        padding: 10px;
    }

    .pb-100 {
        padding-bottom: 50px;
    }

    .pt-100 {
        padding-top: 50px;
    }

    .lg-title {
        font-size: 30px;
    }

    .topnavdiv .pull-left {
        top: 0px;
    }

    .navbar-light .navbar-toggler {
        width: 100%;
        background-color: #f4f4f4;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: none;
    }

    .navbar-toggler-icon {
        width: auto;
        height: auto;
    }

    .navbar {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .navbar-nav {
        margin-top: 5px;
    }

        .navbar-nav li {
            margin-bottom: 5px;
        }

    .navbar-light .navbar-nav .nav-link {
        border-radius: 0;
    }

        .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
            border-radius: 0;
        }

    .cpydiv {
        display: block;
        float: left;
    }

    .signin-section h2 {
        font-size: 20px;
    }

    .toplogos li img {
        width: 70%;
        float: right;
        padding-right: 15px;
        margin-bottom: 10px;
    }

    .toplogos li {
        float: none;
    }

    .toplogodiv img {
        height: 50px;
    }
}


@media (max-width: 480px) {

    .tagline small {
        font-size: 12px;
    }

    .tagline span {
        font-size: 18px;
        font-weight: bold;
        float: left;
        margin-top: 15px;
    }

    .toplogos li {
        float: none;
    }

        .toplogos li img {
            width: 70%;
            float: right;
            padding-right: 15px;
            margin-bottom: 10px;
        }
}

.hide{
    display:none;
}
.show {
    display: block;
}
