
*, body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

body {
    background: #EEF4FB;
    background-image: url(../homepage/Homepage_imgs/home_page_bg.svg);
    background-repeat: no-repeat;
    background-size: 45% auto;
    background-position-y: -80px;
    background-position-x: left;
    margin: 0;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    /*padding-bottom: 44px;*/
}

/*page loader style*/
.page-loader {
    background: #f9f9f999 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9998;
}

.loader {
    height: 8px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 50%;
    width: 44px;
}

.dot {
    background: #3a78b9 none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    position: absolute;
    width: 10px;
}

.dot_1 {
    animation: 1.5s linear 0s normal none infinite running animateDot1;
    background: #37597d none repeat scroll 0 0;
    left: 12px;
}

.dot_2 {
    animation: 1.5s linear 0.5s normal none infinite running animateDot2;
    background: #436d9a none repeat scroll 0 0;
    left: 24px;
}

.dot_3 {
    animation: 1.5s linear 0s normal none infinite running animateDot3;
    background: #7e9cbe none repeat scroll 0 0;
    left: 12px;
}

.dot_4 {
    animation: 1.5s linear 0.5s normal none infinite running animateDot4;
    left: 24px;
}

.headerTheme {
    z-index: 8888;
    position: absolute;
    right: 0;
}

    .headerTheme .loading {
        margin-top: 5px;
        padding: 5px 25px;
        background: #204973;
        color: #9acbff;
        opacity: 1;
        z-index: 99999;
        border-radius: 5px;
        box-shadow: 0px 0px 20px #0000001A;
        position: fixed;
    }

/*Header style start here*/
.headerMain .navbar {
    padding: 15px 0 5px;
}

.logoImgRD img {
    width: 100%;
    max-width: 250px;
}

.headerMain .mainMenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.headerMain .mainMenu li {
    margin: 0 8px;
}

    .headerMain .mainMenu li a {
        color: #37597D;
        display: block;
        padding: 2px 0;
        font-weight: 600;
        font-size: 12px;
        text-transform: uppercase;
    }

    .headerMain .mainMenu li.login_btn a {
        border-radius: 5px;
        background: #37597D;
        font-size: 11px;
        color: #ffffff;
        font-weight: 500;
        padding: 4px 6px;
        display: inline-block;
        margin-top: -2px;
    }

.navbar-light .navbar-toggler {
    font-size: 13px;
}
/*Header style end here*/
/*Head_sec style start here*/
/*.maha_khanij h1 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 40px;
}*/

.maha_khanij h3 {
    color: #E5CC1E;
    font-size: 1.125em;
    font-weight: 400;
    margin-bottom: 25px;
    /*max-width: 250px;*/
}

.minister {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 20px #0000001A;
    border-radius: 8px;
    padding: 15px;
    padding-top: 25px;
    padding-bottom: 7px;
    position: relative;
    margin-top: 50px;
    margin-bottom: 8px;
    max-width: 210px;
}

    .minister img {
        position: absolute;
        top: -70px;
        right: -20px;
    }

    .minister h6 {
        font-size: 0.750em;
        color: #00A2E9;
        font-weight: 600;
    }

    .minister h5 {
        color: #272727;
        font-size: 0.875em;
        font-weight: 700;
        text-transform: uppercase;
    }

    .minister p {
        color: #3E3939;
        font-size: 0.625em;
        font-weight: 500;
        margin-bottom: 0;
    }

.maha_map.text-center img {
    max-height: 285px;
}
/*Head_sec style end here*/

/*maha_content style start here*/
section.maha_content {
    background-image: url(../homepage/Homepage_imgs/home_page_bg_2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
}

.summery__card {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px #0000001A;
    border-radius: 8px;
    padding: 5px;
    margin: 8px 0;
}

    .summery__card h5 img {
        width: 18px;
        height: auto;
        margin: 0 5px;
    }

    .summery__card h5 {
        color: #234160;
        font-size: 0.938em;
        font-weight: 500;
        padding: 2px 3px 4px;
        border-bottom: 1px solid #CFD7DF;
    }

    .summery__card h4 {
        font-size: 1.188em;
        text-align: center;
        font-weight: 500;
        margin-bottom: 4px;
    }

    .summery__card p {
        font-size: 0.750em;
        color: #234160;
        text-align: center;
        font-weight: 500;
        margin-bottom: 0;
    }

.summery--mines h4 {
    color: #DB9232;
}

.summery--Vehicles h4 {
    color: #00A2E9;
}

.summery--Revenue h4 {
    color: #94406D;
}

.summery--Minerals h4 {
    color: #9E6BC4;
}

.summery--Units h4 {
    color: #279CB1;
}

.summery--OpenTenders h4 {
    color: #9F4D3E;
}

.summery--mines .col-3,
.summery--Units .col-6 {
    border-right: 1px solid #CFD7DF;
}

    .summery--mines .col-3:last-child,
    .summery--Units .col-6:last-child {
        border-right: none;
    }

.circulars {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px #0000001A;
    border-radius: 8px;
    padding: 15px 0px 0px 5px;
    margin-top: -90px;
}

.circulars__content {
    max-height: 235px;
    overflow-Y: auto;
    padding: 15px 10px;
}

.circulars hr {
    margin-top: .65rem;
    margin-bottom: .65rem;
}

.circulars__row {
    display: flex;
}

.circulars__head h3 {
    font-size: 1.125em;
    color: #37597D;
    padding: 7px 0;
    font-weight: 600;
    margin-bottom: 0;
}

    .circulars__head h3 img {
        width: 24px;
        margin-top: -5px;
        margin-right: 5px;
        margin-left: 5px;
    }

.circulars__row--left h5 {
    font-size: 0.875em;
    color: #37597D;
    font-weight: 600;
    margin-bottom: 0px;
}

    .circulars__row--left h5 sup {
        font-size: 0.500em;
        color: #37597D;
        font-weight: 600;
    }

.circulars__row--left {
    min-width: 35px;
    text-align: center;
    float: left;
}

    .circulars__row--left p {
        font-size: 0.500em;
        color: #37597D;
        font-weight: 600;
        margin: 0;
    }

.circulars__row--right {
    padding-left: 50px;
}

    .circulars__row--right h5 {
        font-size: 0.813em;
        color: #393C40;
        font-weight: 700;
        margin-bottom: 0;
        position: relative;
    }

    .circulars__row--right p {
        font-size: 0.563em;
        color: #8D8D91;
        font-weight: 500;
        margin-bottom: 0;
    }

    .circulars__row--right .btn-link {
        font-size: 0.500em;
        color: #3797EB;
        float: right;
        padding: 0;
    }

    .circulars__row--right h5::before {
        position: absolute;
        content: '';
        width: 6px;
        height: 6px;
        background: #00A2E9;
        left: -10px;
        top: 5px;
        border-radius: 50%;
    }

.circulars__head {
    border-bottom: 1px solid #CFD7DF;
}

.circulars__content::-webkit-scrollbar {
    width: 4px;
    background-color: #D5DFE8;
}

.circulars__content::-webkit-scrollbar-thumb {
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #B6CEE6;
    scrollbar-color: #4285F4 #F5F5F5;
}
/*maha_content style start here*/

/*footer_home style start here*/
footer.home_footer {
    background: #EEF4FB;
    padding: 15px;
    position: relative;
    box-shadow: 0px 0px 20px #00000029;
    width: 100%;
    bottom: 0px;
    
}

    footer.home_footer p {
        color: #37597D;
        font-size: 12px;
        margin: 0;
        font-weight: 500;
        line-height: 15px;
        vertical-align: middle;
        padding: 5px 0;
    }

.footer_right p {
    text-align: right;
}

    .footer_right p a {
        color: #00A2E9;
    }

.footer_right img {
    margin-top: -5px;
    margin-bottom: -5px;
    width: 90px;
}
/*footer_home style end here*/
/*Login modal style start here*/

#loginModal .model-dialog .model-content {
    background: #FFFFFF;
    box-shadow: 0px 3px 20px #0000001A;
    border-radius: 13px !important;
    overflow: hidden !important;
}

.loginMain {
    padding: 15px 30px;
}

.loginTitle {
    font-size: 19px;
    color: #37628F;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}

.loginForm input {
    font-size: 14px;
    color: #717394;
    background: none;
    border: none;
    border-bottom: 1px solid #00000029;
    border-radius: 0;
    padding: 5px 0;
}

    .loginForm input:focus {
        border-bottom: 1px solid #717394;
        box-shadow: none;
    }

.loginForm button#captchaRefresh {
    background: #D1E2F0;
    color: #2E6AAA;
    border: none;
    float: right;
    margin: 8px 0 !important;
}

    .loginForm button#captchaRefresh i {
        transform: rotate(-45deg);
    }

.generate_pwd .btn-link {
    display: block;
    margin-left: auto;
    font-size: 11px;
    color: #5385FB;
    padding: 0;
    margin-bottom: 25px;
}

.loginForm button#loginuser {
    background: #37628F;
    border-color: #37628F;
    text-transform: uppercase;
    font-weight: 400;
}

    .loginForm button#loginuser:hover,
    .loginForm button#loginuser:focus {
        background: #1f4873;
        border-color: #1f4873;
    }

.login_head {
    position: relative;
}

    .login_head .close {
        border: 1px solid #555;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        padding: 4px;
        vertical-align: middle;
        line-height: 0px;
        position: absolute;
        right: -35px;
        top: -15px;
    }

        .login_head .close:not(:disabled):not(.disabled):focus,
        .login_head .close:not(:disabled):not(.disabled):hover {
            outline: none;
        }

        .login_head .close i {
            font-weight: 100 !important;
            font-size: 14px;
            line-height: 0;
            margin-bottom: 2px;
        }

div#sendSMS,
div#loginotp {
    position: absolute;
    width: 100%;
    top: 0;
}

    div#sendSMS .modal-dialog .modal-content,
    div#loginotp .modal-dialog .modal-content {
        background: #FFFFFF;
        box-shadow: 0px 0px 20px #0000001F;
        border: 0.5px solid #2BC2FB;
        border-radius: 9px;
        overflow: hidden;
    }

    div#sendSMS .modal-dialog .modal-title,
    div#loginotp .modal-dialog .modal-title {
        font-size: 12px;
        color: #37628F;
        font-weight: 600;
    }

    div#sendSMS .modal-dialog .modal-header,
    div#loginotp .modal-dialog .modal-header {
        border-bottom: none;
        padding-bottom: 0px;
        position: relative;
    }

.sendsms_input input {
    font-size: 12px;
    color: #717394;
    font-weight: 500;
    margin-bottom: 20px;
}

.genpwd_footer button {
    background: #37628F;
    border-color: #37628F;
    font-size: 10px;
    padding: 3px 10px 2px;
}

.genpwd_footer span {
    font-size: 12px;
    margin: 0 20px;
    color: #8F8F8F;
}

button#sendSMS_cbtn,
button#otp_cbtn {
    font-size: 13px;
    padding: 4px 1px;
    border: 1px solid #A1A0A0;
    height: 17px;
    width: 16px;
    border-radius: 50%;
    margin-right: -5px;
    margin-top: -5px;
}

    button#sendSMS_cbtn:focus,
    button#otp_cbtn:focus {
        outline: none;
    }

    button#sendSMS_cbtn span,
    button#otp_cbtn span {
        font-size: 21px;
        line-height: 8px;
        color: #A1A0A0;
    }

button#otp_back {
    padding: 0;
    font-size: 10px;
    color: #00A2E9;
    position: absolute;
    right: 40px;
    top: 10px;
}

    button#otp_back:hover {
        color: #105877;
    }

/*Login modal style end here*/
/*Responsive style start here*/
@media only screen and (max-width: 1250px) {
    body {
        background-size: 50% auto;
    }
}

@media only screen and (max-width: 991px) {
    .mainMenu-o {
        position: relative;
    }

        .mainMenu-o .mainMenu {
            position: absolute;
            width: 100%;
            z-index: 1;
        }

    .headerMain .mainMenu ul {
        text-align: left;
        background: #d3dde8;
        padding: 5px;
        border-radius: 8px;
        margin-top: 5px;
    }

    .circulars {
        margin-top: 15px;
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 767px) {
    body {
        background-size: 85% auto;
    }

    .minister {
        max-width: 100%;
        margin: 30px auto;
    }
}

@media only screen and (max-width: 575px) {
    .maha_khanij h1 {
        font-size: 32px;
        margin-top: 20px;
    }

    .maha_khanij h3 {
        font-size: 21px;
        padding-right: 0;
        max-width: 100%;
    }

    .minister {
        max-width: 100%;
        margin: 10px auto;
    }

        .minister img {
            position: absolute;
            top: -22px;
            right: -15px;
        }

    footer.home_footer p {
        text-align: center !important;
    }

    .footer_right p {
        margin-top: 10px !important;
    }

    div#sendSMS, div#loginotp {
        top: 15px;
    }
}

@media only screen and (max-width: 450px) {
    .minister {
        max-width: 100%;
        margin: 10px auto;
    }

    .loginMain {
        padding: 15px 5px;
    }

    .login_head .close {
        right: -15px;
        top: -20px;
    }
}

@media only screen and (max-width: 450px) {
    .genpwd_footer span {
        margin: 0 10px;
    }
}
/*Responsive style start here*/


.headerTheme {
    z-index: 8888;
    position: absolute;
    right: 0;
}
