﻿

.header-area .main-nav {
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    border-radius: 40px;
    min-height: 80px;
    background: #ffffff;
}

footer {
    background-image: linear-gradient(#065891, #065891 0%, #1580cb 91%);
    padding-top: 30px;
}


    footer .social li a {
        color: #449dfc;
        text-align: center;
        background-color: #ffffff;
        width: 36px;
        height: 36px;
        line-height: 36px;
        border-radius: 50%;
        display: inline-block;
        font-size: 16px;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

        footer .social li a:hover {
            background-color: #021035;
            color: #ffffff;
        }
.social li a {
    color: #449dfc;
    text-align: center;
    background-color: #ffffff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    display: inline-block;
    font-size: 16px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.social li a:hover {
    background-color: #021035;
    color: #ffffff;
}

.loginValid {
    color: #f1f1f1;
    font-size: 15px;
    text-align: center;
    font-weight: 400;
}

.lgBtn {
    border-radius: 46px !important;
    background-color: #ffbf00 !important;
    color: #000 !important;
    padding: 0 !important;
    border: 1px solid #ffbe00;
    height: 46px;
    /* top: 70px; */
    z-index: 2;
    font-weight: bold;
    width: 80px;
}

    .lgBtn:hover {
        background-color: #ffffff !important;
        color: #515156 !important;
        z-index: 2 !important;
        border: 1px solid #515156 !important;
        font-weight: bold;
    }

.snBtn {
    padding: 0 !important;
    border-radius: 0 46px 46px 0;
    height: 46px;
    /* top: 70px; */
    color: #fff !important;
    font-weight: bold;
    background-color: #515156 !important;
    border-top: 1px solid #515156;
    border-right: 1px solid #515156;
    border-bottom: 1px solid #515156;
    border-left: 0px solid #515156;
    margin-left: -23px !important;
    z-index: 1;
    width: 115px;
}

    .snBtn:hover {
        font-weight: bold;
        border-color: #fec92b !important;
        background-color: #fff !important;
        color: #515156 !important;
    }
.clsReg:hover {
    color: #84b3d2 !important;
}

.custom-validation-summary {
    color: #7a0808;
    font-size: 14px;
}

.login-block {
    float: left;
    width: 100%;
    padding: 50px 0;
}

footer .copyright {
    text-align: center;
    border-top: 1px solid rgb(255 255 255 / 20%);
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.88px;
    text-transform: capitalize;
}

.copyright {
    text-align: center;
    border-top: 1px solid rgb(255 255 255 / 20%);
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.88px;
    text-transform: capitalize;
}

.link-Color {
    color: blue;
}

.banner-carousal {
    width: 650px;
    height: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
}

.banner-sec {
    background: url() no-repeat left bottom;
    background-size: cover;
    min-height: 390px;
    border-radius: 0 10px 10px 0;
    padding: 0;
    border-left: 1px solid #ffffff;
}

.lgContainer {
    background-color: #065891;
    border-radius: 10px;
    box-shadow: 15px 20px 0px rgba(0,0,0,0.1);
}

.carousel-inner {
    border-radius: 0 10px 10px 0;
}

.carousel-caption {
    text-align: left;
    left: 5%;
}

.login-sec {
    padding: 20px 30px;
    position: relative;
}

.label-color {
    color: #ffffff;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 14px;
}

    .login-sec .copy-text {
        position: absolute;
        width: 80%;
        bottom: 120px;
        font-size: 13px;
        text-align: center;
    }

        .login-sec .copy-text i {
            color: #FEB58A;
        }

        .login-sec .copy-text a {
            color: #E36262;
        }

.login-sec h2 {
    margin-bottom: 10px;
    font-weight: 800;
    font-size: 25px;
    color: #ffffff;
}

    .login-sec h2:after {
        content: " ";
        width: 200px;
        height: 3px;
        background: #ffffff;
        display: block;
        margin-top: 10px;
        border-radius: 10px;
        margin-left: auto;
        margin-right: auto;
    }

.btn-login {
    background: #2e8df0;
    color: #ffffff;
    font-weight: 600;
}

    .btn-login:hover {
        background-color: #447fbd;
        color: #ffffff !important;
        text-decoration: none;
    }

.banner-text {
    width: 70%;
    position: absolute;
    bottom: 40px;
    padding-left: 20px;
}

    .banner-text h2 {
        color: #fff;
        font-weight: 600;
    }

        .banner-text h2:after {
            content: " ";
            width: 100px;
            height: 5px;
            background: #FFF;
            display: block;
            margin-top: 20px;
            border-radius: 3px;
        }

    .banner-text p {
        color: #fff;
    }


.otpClass {
    height: 45px;
    width: 45px;
    font-size: 25px;
    text-align: center;
    border: 1px solid #175d8c;
    background-color: #ffffff;
    color: #000000;
}

.otpClass,
.otpClass {
    -webkit-appearance: none;
    margin: 0;
}

.g-recaptcha {
    transform: scale(0.9);
    transform-origin: 0 0;
}

.ht30 {
    height: 30px;
    font-size: 13px;
}

.maskPassword {
    text-security: disc;
    -webkit-text-security: disc;
    -moz-text-security: disc;
}


/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
#preloader {
    overflow: hidden;
    background-image: linear-gradient( 135deg, #88b5e4 0%, #124f94 100%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 9999;
    color: #fff;
}

    #preloader .jumper {
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        display: block;
        position: absolute;
        margin: auto;
        width: 50px;
        height: 50px;
    }

        #preloader .jumper > div {
            background-color: #fff;
            width: 10px;
            height: 10px;
            border-radius: 100%;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            position: absolute;
            opacity: 0;
            width: 50px;
            height: 50px;
            -webkit-animation: jumper 1s 0s linear infinite;
            animation: jumper 1s 0s linear infinite;
        }

            #preloader .jumper > div:nth-child(2) {
                -webkit-animation-delay: 0.33333s;
                animation-delay: 0.33333s;
            }

            #preloader .jumper > div:nth-child(3) {
                -webkit-animation-delay: 0.66666s;
                animation-delay: 0.66666s;
            }

/* Styles for screens larger than 600 pixels */
@media only screen and (min-width: 600px) {
    .abrL {
        width: 250px;
        margin: 3px 0px 0px 0px;
    }

    .isrL {
        width: 300px;
        margin: 2px 0px 0px 0px;
    }

    .emlL {
        width: 70px;
        float: left;
    }

    .emlL1 {
        width: 160px;
        float: right;
        margin: 20px 50px 0px 0px;
    }

    .bspL {
        width: 190px;
        margin: 10px 0px 0px 0px;
    }

    .banner-sec {
        display: block;
    }
}

/* Styles for screens smaller than 600 pixels */
@media only screen and (max-width: 600px) {
    .abrL {
        width: 250px;
        margin: -20px 0px 0px 0px;
    }

    .isrL {
        width: 300px;
        margin: -20px 0px 0px 0px;
    }

    .emlL {
        width: 70px;
        float: left;
        margin: -20px 0px 0px 0px;
    }

    .emlL1 {
        width: 160px;
        float: right;
        margin: 0px 50px 0px 0px;
    }

    .bspL {
        width: 190px;
        margin: -10px 0px 0px 0px;
    }

    .lgContainer {
        width: 90%;
    }

    .banner-sec {
        display: none;
    }
}