@font-face {
    font-family: "Noto Sans", sans-serif;
    src: url(fonts/NotoSans-Regular.ttf);
}

html {
    scroll-behavior: smooth;
}

body {
    background: #fff;
    font-family: "Noto Sans", sans-serif;
    width: 100%;
    margin: 0px auto;
    overflow-x: hidden !important;
    box-shadow: none;
    background: url(../images/Homepage.png) no-repeat;
    background-size: cover;
}

body {
    position: relative;
    height: 100vh;
}

* {
    padding: 0px;
    margin: 0;
    box-sizing: border-box;
}

a,
a:hover {
    text-decoration: none;
}

img {
    transition: .3s ease;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

ul,
li,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

.fal,
.far,
.fad {
    font-family: "Font Awesome 5 Free" !important;
}

.fab {
    font-family: "Font Awesome 5 Brands" !important;
}

figure {
    margin: 0px;
}

@media (min-width: 1300px) {
    .container {
        max-width: 1438px;
    }
}

body {
    background: url(../images/bg-image.png) no-repeat center;
    background-size: cover;
}

/*-----------------------------------header----------------------------------------------*/
.header {
    background: #0164a7;
    padding: 8px 1em;
    width: 100%;
}

    .header .d-flex {
        align-items: center;
        justify-content: space-between;
    }

    .header .logo img {
    }

    .header .logo,
    {
        width: 23%;
    }

    .header .logos {
        width: 18%;
        text-align: right;
    }

    .header .logo h1 {
        font-size: 11px;
        display: flex;
        align-items: center;
        color: #fff;
        text-transform: uppercase;
        text-align: left;
        margin: 0px;
    }

        .header .logo h1 .hindi {
            font-size: 11px;
            margin-bottom: 5px;
        }

        .header .logo h1 img {
            padding-right: 6px;
        }

        .header .logo h1 span {
            display: block;
        }

    .header h2 {
        font-size: 36px;
        font-weight: 900;
        color: #fff;
    }

.main-section {
    padding: 3em 1em;
}


    .main-section .box {
        display: flex;
    }

        .main-section .box .list {
            width: 23%;
            padding-right: 2em;
        }

            .main-section .box .list .nav.nav-tabs {
                display: block;
                background: #fff;
                border: none;
                padding: 0.5em 0.7em;
                box-shadow: 0px 0px 10px 0px #a19797;
            }

                .main-section .box .list .nav.nav-tabs li.nav-item {
                    position: relative;
                }

                    .main-section .box .list .nav.nav-tabs li.nav-item a {
                        color: #0060a4;
                        text-transform: uppercase;
                        font-weight: 500;
                        border: none;
                        line-height: 1;
                        border-left: 5px solid #03aff9;
                        border-radius: 0px;
                        margin: 6px 0;
                        padding: .6rem 1rem;
                        border-top: 2px solid #fff;
                        border-right: 2px solid #fff;
                        border-bottom: 2px solid #fff;
                    }

                        .main-section .box .list .nav.nav-tabs li.nav-item a.active {
                            background: #d5effc !important;
                            border-top: 2px solid #cecece;
                            border-right: 2px solid #cecece;
                            border-bottom: 2px solid #cecece;
                        }

    .main-section .data-text p {
        font-size: 18px;
        color: #000;
        margin-bottom: 0.8em;
    }

        .main-section .data-text p span {
            display: block;
        }

    .main-section .data-text h3 {
        color: #0060a4;
        text-transform: uppercase;
        font-size: 23px;
        font-weight: 700;
        margin-bottom: 1em;
    }


    .main-section .data-text .registration {
        width: 80%;
    }

    .main-section .data-text ul {
        display: flex;
        flex-wrap: wrap;
    }

    .main-section .data-text {
        width: 100%;
    }

        .main-section .data-text ul li {
            width: 50%;
            padding-left: 1.4em;
            position: relative;
            padding-top: 5px;
            font-size: 17px;
        }

            .main-section .data-text ul li:before {
                position: absolute;
                content: "";
                left: 0px;
                top: 11px;
                background: url(../images/dot.png) no-repeat;
                width: 9px;
                height: 13px;
            }

        .main-section .data-text .form-group {
            border-bottom: 1px solid #0060a4;
            padding: 11px 0;
            display: flex;
            align-items: center;
        }

            .main-section .data-text .form-group label {
                width: 260px;
                font-size: 18px;
                min-width: 260px;
                font-weight: 600;
            }

            .main-section .data-text .form-group .form-control {
                border-radius: 0px;
                height: 40px;
                box-shadow: 0px 0px 2px 0px #898787;
            }

            .main-section .data-text .form-group.input_field.checkbox_option label {
                width: auto;
            }

            .main-section .data-text .form-group.input_field.checkbox_option {
                justify-content: space-between;
            }

            .main-section .data-text .form-group .btn {
                background: #2494d4;
                width: 100%;
                border: none;
                outline: none;
                cursor: pointer;
                color: #fff;
                font-size: 1.1em;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                padding: 7px 10px;
            }

                .main-section .data-text .form-group .btn:hover {
                    background: #0060a4;
                }

        .main-section .data-text .checkbox_option p {
            margin: 0px;
        }

        .main-section .data-text ul.organisation li {
            width: 20%;
            padding: 2.5em 1em;
            background: #fff;
            text-align: center;
            position: unset;
            margin: 10px;
            border-radius: 23px;
            font-size: 19px;
            box-shadow: 0px 0px 7px 0px #908a8a;
        }

        .main-section .data-text.login .registration {
            margin: auto;
            width: 46%;
        }

            .main-section .data-text.login .registration form {
                padding: 1em 1em;
                border: 2px solid #2494d4;
                margin-top: 1em;
            }

        .main-section .data-text .timeline .box-data figure {
            text-align: center;
        }

        .main-section .data-text.login .title_container h2 {
            font-size: 2em;
            line-height: 1.5em;
            margin-bottom: 0px;
            font-weight: 800;
            color: #001f58;
        }

        .main-section .data-text.login .title_container h4 {
            style: color:#001f58;
        }

        .main-section .data-text .contact:before {
            background: url(../images/contact.png) no-repeat;
            position: absolute;
            content: '';
            width: 1400px;
            height: 500px;
            bottom: 0px;
            z-index: -1;
            background-size: cover;
            right: 0px;
        }

        .main-section .data-text .about:before {
            /* background: url(../images/8th_water_week.jpg) no-repeat;*/
            position: absolute;
            content: '';
            width: 100%;
            height: 550px;
            top: 600px;
            /*  bottom: 0px;*/
            left: 0px;
            z-index: -1;
            background-size: cover;
        }

        .main-section .data-text .timeline .box-data {
            position: relative;
        }

            .main-section .data-text .timeline .box-data .text {
                position: absolute;
                width: 35%;
            }

                .main-section .data-text .timeline .box-data .text:nth-child(odd) {
                    text-align: right;
                }

                .main-section .data-text .timeline .box-data .text:nth-child(2) {
                    top: 9%;
                    right: 6.7%;
                }

                .main-section .data-text .timeline .box-data .text:nth-child(3) {
                    top: 27%;
                    left: 6%;
                }

                .main-section .data-text .timeline .box-data .text:nth-child(4) {
                    top: 45%;
                    right: 6.7%;
                }

                .main-section .data-text .timeline .box-data .text:nth-child(5) {
                    top: 64%;
                    left: 6%;
                }

                .main-section .data-text .timeline .box-data .text:nth-child(6) {
                    top: 82%;
                    right: 6.7%;
                }

                .main-section .data-text .timeline .box-data .text h4 {
                    color: #1b6190;
                    text-transform: uppercase;
                    font-weight: 600;
                    font-size: 21px;
                }

                .main-section .data-text .timeline .box-data .text h5 {
                    color: #000;
                    font-size: 21px;
                }

        .main-section .data-text .tab-pane {
            padding: 17px 20px;
            background: #ffffffc7;
        }

        .main-section .data-text .upload {
            color: red;
            padding-left: 14px;
            font-size: 15px;
            line-height: 1.1;
        }

        .main-section .data-text .input_field.captcha-reg {
            width: 56%;
        }

            .main-section .data-text .input_field.captcha-reg .row {
                width: 100%;
            }
/*----------------------------------welcome-message-start----------------------------------------------*/
.welcome-message {
    padding: 2em 0;
    background: #001D53;
    text-align: center;
}

    .welcome-message h2 {
        position: relative;
        font-size: 28px;
        color: #ffc107;
        margin-bottom: 1em;
        font-family: Poppins-Bold;
    }

        .welcome-message h2:after {
            position: absolute;
            content: "";
            width: 202px;
            height: 2px;
            background: #fff;
            bottom: -11px;
            left: 50%;
            transform: translateX(-50%);
            font-family: Poppins-Bold;
        }

        .welcome-message h2:before {
            position: absolute;
            content: "";
            width: 14px;
            height: 14px;
            background: #ffc107;
            bottom: -17px;
            left: 50%;
            transform: translateX(-50%);
            border-radius: 50%;
            z-index: 11111;
            font-family: Poppins-Bold;
        }

    .welcome-message p {
        font-size: 18px;
        color: #b3d7ff;
        margin-bottom: 0px;
    }

div#divtimer span#timer {
    position: relative;
    top: 8px;
}
/*----------------------------------welcome-message-end----------------------------------------------*/
.breadcrumb {
    background: #fff;
    padding: 10px 1em;
    margin: 0px;
    text-align: right;
}

    .breadcrumb a {
        background: #0164a7;
        color: #fff;
        padding: 10px 10px;
        border-radius: 5px;
    }

        .breadcrumb a:hover {
            background: #2087cd;
        }
/*-----------------------------------media-css----------------------------------------------*/
:root {
    scrollbar-width: thin;
}
.header .logos img:nth-child(1) {
    width: 19%;
}

.header .logos img:nth-child(2) {
    width: 45%;
}
.se-pre-con {
    position: fixed;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0.85;
    background-color: rgb(90, 156, 199);
}
#imgLoading {
    height: 35px;
    width: 35px;
    transform: translateY(-50%);
    position: absolute;
    top: 45%;
    left: 49%;
    opacity: 1.0;
    z-index: 9999;
}

.main-section .data-text .form-group label span, #timer_Email, #timer {
    color: red;
}

#spnverifymessage_Email, #spnverifymessage {
    color: green;
}

#mobilemsg, #emailmsg {
    color: red;
    font-size: 10px;
}

.note {
    color: red;
    font-size: 11px;
}

    .note a {
        color: red;
    }

#divsave, #divEmailotp, #divEmailResendotp, #DivResendEmailOtp, #divanyother, #divotherinstitute, #mobileresetOtp, #divresendmobileotp {
    display: none;
}

    #divsave .row, #divsavereadonly .row {
        width: 100%;
    }

.registration {
    margin: auto;
}
@media(max-width:1460px) {
    div#divmobileotp {
        width: 11%;
    }

    div#divVerifiyotp {
        width: 40%;
    }
}

@media(max-width:1366px) {
    .header h2 {
        font-size: 31px;
    }

    .header .logos img:nth-child(1) {
        width: 20% !important;
    }

    .header .logos img:nth-child(2) {
        width: 47% !important;
    }
}

@media(max-width:1299px) {
    .header h2 {
        font-size: 29px;
    }

    .header .logos img:nth-child(1) {
        width: 24% !important;
    }

    .header .logos img:nth-child(2) {
        width: 51% !important;
    }

    .main-section .data-text.login .registration {
        width: 57%;
    }
}

@media(max-width:1199px) {
}

@media (max-width: 1024px) {
    .header h2 {
        font-size: 20px;
    }

    .main-section .data-text.login .registration {
        width: 75%;
    }
}

@media(max-width:991px) {
    .container {
        max-width: 100%;
    }

    .main-section .data-text.login .registration {
        width: 95%;
    }

    .header .logos {
        width: 34%;
    }

        .header .logos img:nth-child(1) {
            width: 30% !important;
        }

        .header .logos img:nth-child(2) {
            width: 58% !important;
        }

    .main-section .box .list {
        width: 35%;
    }

    body {
        position: relative;
        height: auto;
    }
}

@media(max-width:767px) {
}

@media(max-width:640px) {
    .header .d-flex {
        display: block !important;
        text-align: center;
    }

    div#divmobileotp {
        width: 100%;
        margin-top: 10px;
    }

    div#divVerifiyotp {
        width: 100%;
        margin-top: 10px;
    }

    .header .logo, .header .logos {
        width: 100%
    }

    .header .logo {
        border-bottom: 1px solid #fff;
        padding-bottom: 6px;
    }

    .header h2 {
        font-size: 21px;
        width: 60%;
        text-align: left;
        margin: 0px;
    }

    .main-section .box {
        display: block;
    }

        .main-section .box .list {
            width: 100%;
            padding-right: 0em;
        }

            .main-section .box .list ul.nav.nav-tabs {
                display: flex;
            }

    .main-section .data-text .about, .main-section .data-text .registration, .main-section .data-text.login .registration {
        width: 100%;
    }

    .main-section .data-text {
        width: 100%;
        margin-top: 14px;
    }

    .main-section {
        padding: 1em 0em;
    }

        .main-section .data-text .about:before, .main-section .data-text .contact:before {
            display: none;
        }

        .main-section .box .list .nav.nav-tabs li.nav-item {
            width: 50%;
        }

        .main-section .data-text.login .title_container h2 {
            font-size: 1.5em;
        }

        .main-section .data-text .timeline .box-data .text h4 {
            font-size: 15px;
            margin-bottom: 4px;
        }

        .main-section .data-text .timeline .box-data .text {
            position: absolute;
            width: 40%;
            padding: 0 7px;
        }

            .main-section .data-text .timeline .box-data .text h5 {
                font-size: 12px;
                margin-bottom: 0px;
            }

        .main-section .data-text h3 {
            font-size: 22px;
            margin-bottom: 0.5em;
        }

        .main-section .data-text .form-group {
            display: block;
        }

            .main-section .data-text .form-group .upload {
                padding: 0px;
            }

    .captcha-reg {
        width: 100%;
    }



    .header {
        padding: 8px 0em;
    }

        .header .logos {
            text-align: right;
            float: right;
            width: 40%;
            margin-top: -44px;
        }

            .header .logos img:nth-child(1) {
                width: 24% !important;
            }

            .header .logos img:nth-child(2) {
                width: 51% !important;
            }

    .main-section .data-text ul li {
        width: 100%;
        padding-left: 1.4em;
    }

    .main-section .data-text .input_field.d-flex.align-items-center.justify-content-between.captcha-reg {
        width: 100%;
    }

    .header .logo img {
        width: 11%;
    }

    .header .logo h1 .hindi {
        display: none;
    }

    .captcha-reg.regi-captcha {
        display: block !important;
    }

    .main-section .data-text .form-group .btn {
        padding: 7px 8px;
    }
}

@media(max-width:480px) {
    .main-section .data-text .timeline .box-data img {
        width: 21%;
    }

    .main-section .data-text .timeline .box-data .text:nth-child(2), .main-section .data-text .timeline .box-data .text:nth-child(4), .main-section .data-text .timeline .box-data .text:nth-child(6) {
        right: 1.7%;
    }

    .main-section .data-text .timeline .box-data .text h4 {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .main-section .data-text .timeline .box-data .text:nth-child(3), .main-section .data-text .timeline .box-data .text:nth-child(5) {
        left: 1%;
    }

    .main-section .data-text .timeline .box-data .text h5 {
        font-size: 10px;
        margin-bottom: 0px;
    }
}

@media(max-width:375px) {
    .main-section .data-text .timeline .box-data img {
        width: 39%;
    }

    .header h2 {
        font-size: 19px;
    }

    .main-section .data-text .timeline .box-data .text:nth-child(2), .main-section .data-text .timeline .box-data .text:nth-child(4), .main-section .data-text .timeline .box-data .text:nth-child(6) {
        right: -6.3%;
    }

    .main-section .data-text .timeline .box-data .text:nth-child(3), .main-section .data-text .timeline .box-data .text:nth-child(5) {
        left: -8%;
    }
}

@media(max-width:320px) {
    .header h2 {
        font-size: 17px;
    }
}

@media(max-width:320px) {
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .Banner1 {
        background: url(../images/8th_water_week_m.jpg) no-repeat;
        content: '';
        width: 100%;
        height: 110px;
        top: 0px;
        left: 0px;
        z-index: -1;
        background-size: cover;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .Banner1 {
        background: url(../images/8th_water_week_m.jpg) no-repeat;
        content: '';
        width: 100%;
        height: 200px;
        top: 0px;
        left: 0px;
        z-index: -1;
        background-size: cover;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .Banner1 {
        background: url(../images/8th_water_week_m.jpg) no-repeat;
        content: '';
        width: 100%;
        height: 220px;
        top: 0px;
        left: 0px;
        z-index: -1;
        background-size: cover;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .Banner1 {
        background: url(../images/8th_water_week_m.jpg) no-repeat;
        content: '';
        width: 100%;
        height: 330px;
        top: 0px;
        left: 0px;
        z-index: -1;
        background-size: cover;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .Banner1 {
        background: url(../images/8th_water_week_m.jpg) no-repeat;
        content: '';
        width: 100%;
        height: 350px;
        top: 0px;
        left: 0px;
        z-index: -1;
        background-size: cover;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1400px) {
    .Banner1 {
        background: url(../images/8th_water_week.jpg) no-repeat;
        content: '';
        width: 100%;
        height: 370px;
        top: 0px;
        left: 0px;
        z-index: -1;
        background-size: cover;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1600px) {
    .Banner1 {
        background: url(../images/8th_water_week.jpg) no-repeat;
        content: '';
        width: 100%;
        height: 420px;
        top: 0px;
        left: 0px;
        z-index: -1;
        background-size: cover;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1920px) {
    .Banner1 {
        background: url(../images/8th_water_week.jpg) no-repeat;
        content: '';
        width: 100%;
        height: 510px;
        top: 0px;
        left: 0px;
        z-index: -1;
        background-size: cover;
    }
}





/*.Banner1 {
    background: url(../images/8th_water_week.jpg) no-repeat;
    content: '';
    width: 100%;
    height:550px;
    top: 0px;
    left: 0px;
    z-index: -1;
    background-size: cover;
}
*/
