body {
    height: auto;


}

.loginMainContainer {
    background: #fff;
    padding: 40px;
    margin-top: 0px;
    width: 100%;
    /* background-image: url("../images/login/b2.png"); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 15px;
    padding-bottom: 15px;
}

.loginTopStyle {

    padding: 15px;
}


#preLoaderLogin {
    height: 100vh;
    position: absolute;
    background-color: #ffffffb2;
    width: 100%;
    z-index: 99999;
    /* display: none; */
}

.ajax-loader {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    /* presto! */
}

.loginMainContainer h3 {

    text-align: center;
}


.mainSchoolDiv {
    background: #02064680 !important;
    color: #fff;

}

.mainSchoolDiv .divS1 {
    display: flex;
    margin: 13px;
    padding: 10px;
    border: 1px solid #fff;

}


.mainSchoolDiv .divS2 {
    width: 157px;
    position: relative;
    text-align: center;
    border: 1px solid #fff;
    overflow: hidden;
    background: #fff;
}


.mainSchoolDiv .divS2 img {
    width: 100%;
    /* border: 1px solid #fff; */

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.hvr-shutter-out-horizontal::before {

    /* background: #3a378c !important; */
}

.schoolMainText {

    width: 100%;
    padding: 0px 16px;
}

.mainFooter {

    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
    background: #020646;
    color: #fff;
}

.mainHeaderStyle {
    height: 70px;
    background: #020646;
    color: #fff;
    margin-bottom: 45px;

}

.mainHeaderStyle img {

    height: inherit;
}

.mainHeaderStyle {
    width: 100%;
    position: fixed;
    z-index: 1;
}

.mobileName {

    display: none;
    ;
}



/* animation start */




.area {
    background: #48496f;
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
    width: 100%;
    /* height:100vh; */
    position: absolute;
    top: 0;
    z-index: -1;

}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgb(20, 6, 174) !;
    animation: animate 25s linear infinite;
    bottom: -150px;
    border-radius: 0% !important;

}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;

    animation-delay: 0s;
    background-image: url('../images/main/snowflake1.png');
    background-size: cover;
    background-position: center;
}


.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
    background-image: url('../images/main/snowflake1.png');
    background-size: cover;
    background-position: center;
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
    background-image: url('../images/main/snowflake1.png');
    background-size: cover;
    background-position: center;
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
    background-image: url('../images/main/snowflake1.png');
    background-size: cover;
    background-position: center;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
    background-image: url('../images/main/snowflake1.png');
    background-size: cover;
    background-position: center;

}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
    background-image: url('../images/main/snowflake1.png');
    background-size: cover;
    background-position: center;
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;

    animation-delay: 7s;
    background-image: url('../images/main/snowflake1.png');
    background-size: cover;
    background-position: center;
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
    background-image: url('../images/main/snowflake1.png');
    background-size: cover;
    background-position: center;
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
    background-image: url('../images/main/snowflake1.png');
    background-size: cover;
    background-position: center;
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
    background-image: url('../images/main/snowflake1.png');
    background-size: cover;
    background-position: center;
}


.circles li:nth-child(11) {

    /* background-image: url('../images/main/snowflake1.png'); */
    background-image: url('../images/main/snowflake1.png');
    background-size: cover;
    background-position: center;
    left: 20%;
    width: 150px;
    height: 150px;
    /* background-color: yellow; */
    animation-delay: 0s;
    animation-duration: 5s;
}





@keyframes animate {

    0% {
        transform: translateY(-1000px) rotate(0deg);
        /* opacity: 1; */
        border-radius: 0;
    }

    100% {
        transform: translateY(0) rotate(720deg);
        /* opacity: 0; */
        border-radius: 50%;
    }

}


/* big match start */

.circlesBig {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circlesBig li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgb(20, 6, 174) !;
    animation: animateBig 25s linear infinite;
    bottom: -150px;
    border-radius: 0% !important;

}

.circlesBig li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;

    animation-delay: 0s;
    background-image: url('../images/event/big/big2.png');
    background-size: cover;
    background-position: center;
}


.circlesBig li:nth-child(2) {
    left: 10%;
    width: 70px;
    height: 70px;
    animation-delay: 2s;
    animation-duration: 12s;
    background-image: url('../images/event/big/big2.png');
    background-size: cover;
    background-position: center;
}

.circlesBig li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
    background-image: url('../images/event/big/big2.png');
    background-size: cover;
    background-position: center;
}

.circlesBig li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
    background-image: url('../images/event/big/big2.png');
    background-size: cover;
    background-position: center;
}

.circlesBig li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
    background-image: url('../images/event/big/big4.png');
    background-size: cover;
    background-position: center;

}

.circlesBig li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
    background-image: url('../images/event/big/big2.png');
    background-size: cover;
    background-position: center;
}

.circlesBig li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;

    animation-delay: 7s;
    background-image: url('../images/event/big/big2.png');
    background-size: cover;
    background-position: center;
}

.circlesBig li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
    background-image: url('../images/event/big/big3.png');
    background-size: cover;
    background-position: center;
}

.circlesBig li:nth-child(9) {
    left: 20%;
    width: 55px;
    height: 55px;
    animation-delay: 2s;
    animation-duration: 35s;
    background-image: url('../images/event/big/big4.png');
    background-size: cover;
    background-position: center;
}

.circlesBig li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 200px;
    animation-delay: 0s;
    animation-duration: 11s;
    background-image: url('../images/event/big/big5.png');
    background-size: cover;
    background-position: center;
}


.circlesBig li:nth-child(11) {

    background-image: url('../images/event/big/big3.png');
    background-size: cover;
    background-position: center;
    left: 20%;
    width: 100px;
    height: 100px;
    /* background-color: yellow; */
    animation-delay: 0s;
    animation-duration: 5s;
}







@keyframes animateBig {

    0% {
        transform: translateY(-1000px) rotate(0deg);
        /* opacity: 1; */
        border-radius: 0;
    }

    100% {
        transform: translateY(0) rotate(0deg);
        /* opacity: 0; */
        border-radius: 50%;
    }

}

/* start school day */

.circlesSc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circlesSc li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgb(20, 6, 174) !;
    animation: animateSc 25s linear infinite;
    bottom: -150px;
    border-radius: 0% !important;

}

.circlesSc li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 38px;

    animation-delay: 0s;
    background-image: url('../images/schoolDay/sc5.png');
    background-size: cover;
    background-position: center;
}


.circlesSc li:nth-child(2) {
    left: 10%;
    width: 70px;
    height: 70px;
    animation-delay: 2s;
    animation-duration: 12s;
    /* background-image: url('../images/schoolDay/sc4.png'); */
    background-size: cover;
    background-position: center;
}

.circlesSc li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
    /* background-image: url('../images/schoolDay/sc4.png'); */
    background-size: cover;
    background-position: center;
}

.circlesSc li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
    /* background-image: url('../images/schoolDay/sc5.png'); */
    background-size: cover;
    background-position: center;
}

.circlesSc li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
    /* background-image: url('../images/schoolDay/sc1.png'); */
    background-size: cover;
    background-position: center;

}

.circlesSc li:nth-child(6) {
    left: 75%;
    width: 219px;
    height: 110px;
    animation-delay: 3s;
    background-image: url('../images/schoolDay/sc5.png');
    background-size: cover;
    background-position: center;
}

.circlesSc li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;

    animation-delay: 7s;
    /* background-image: url('../images/schoolDay/sc1.png'); */
    background-size: cover;
    background-position: center;
}

.circlesSc li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
    /* background-image: url('../images/schoolDay/sc1.png'); */
    background-size: cover;
    background-position: center;
}

.circlesSc li:nth-child(9) {
    left: 20%;
    width:139px;
    height: 55px;
    animation-delay: 2s;
    animation-duration: 35s;
    background-image: url('../images/schoolDay/sc5.png');
    background-size: cover;
    background-position: center;
}

.circlesSc li:nth-child(10) {
    left: 85%;
    width: 281px;
    height: 138px;
    animation-delay: 0s;
    animation-duration: 11s;
    background-image: url('../images/schoolDay/sc5.png');
    background-size: cover;
    background-position: center;
}


.circlesSc li:nth-child(11) {

    background-image: url('../images/schoolDay/sc5.png');
    background-size: cover;
    background-position: center;
    left: 20%;
    width: 224px;
    height: 110px;
    animation-delay: 0s;
    animation-duration: 5s;
}







@keyframes animateSc {

    0% {
        transform: translateY(0) rotate(0deg);
        /* opacity: 1; */
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(0deg);
        /* opacity: 0; */
        border-radius: 50%;
    }

}

/* stop school day */




/* teachers day start */










.circlesTd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circlesTd li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgb(20, 6, 174) !;
    animation: animateTd 25s linear infinite;
    bottom: -150px;
    border-radius: 0% !important;

}

.circlesTd li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;

    animation-delay: 0s;
    background-image: url('../images/teachersDay/td4.png');
    background-size: cover;
    background-position: center;
}


.circlesTd li:nth-child(2) {
    left: 10%;
    width: 70px;
    height: 70px;
    animation-delay: 2s;
    animation-duration: 12s;
    background-image: url('../images/teachersDay/td2.png');
    background-size: cover;
    background-position: center;
}

.circlesTd li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
    background-image: url('../images/teachersDay/td4.png');
    background-size: cover;
    background-position: center;
}

.circlesTd li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
    background-image: url('../images/teachersDay/td3.png');
    background-size: cover;
    background-position: center;
}

.circlesTd li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
    background-image: url('../images/teachersDay/td4.png');
    background-size: cover;
    background-position: center;

}

.circlesTd li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
    background-image: url('../images/teachersDay/td4.png');
    background-size: cover;
    background-position: center;
}

.circlesTd li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;

    animation-delay: 7s;
    background-image: url('../images/teachersDay/td4.png');
    background-size: cover;
    background-position: center;
}

.circlesTd li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
    background-image: url('../images/teachersDay/td2.png');
    background-size: cover;
    background-position: center;
}

.circlesTd li:nth-child(9) {
    left: 20%;
    width: 55px;
    height: 55px;
    animation-delay: 2s;
    animation-duration: 35s;
    background-image: url('../images/teachersDay/td3.png');
    background-size: cover;
    background-position: center;
}

.circlesTd li:nth-child(10) {
    left: 85%;
    width: 281px;
    height: 200px;
    animation-delay: 0s;
    animation-duration: 11s;
    background-image: url('../images/teachersDay/td3.png');
    background-size: cover;
    background-position: center;
}


.circlesTd li:nth-child(11) {

    background-image: url('../images/teachersDay/td2.png');
    background-size: cover;
    background-position: center;
    left: 20%;
    width: 224px;
    height: 150px;
    /* background-color: yellow; */
    animation-delay: 0s;
    animation-duration: 5s;
}







@keyframes animateTd {

    0% {
        transform: translateY(0) rotate(0deg);
        /* opacity: 1; */
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(0deg);
        /* opacity: 0; */
        border-radius: 50%;
    }

}





/* teachers day stop */


/* prize giving start */







.circlesPg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circlesPg li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgb(20, 6, 174) !;
    animation: animatePg 25s linear infinite;
    bottom: -150px;
    border-radius: 0% !important;

}

.circlesPg li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;

    animation-delay: 0s;
    background-image: url('../images/prize_giving/pr1.png');
    background-size: cover;
    background-position: center;
}


.circlesPg li:nth-child(2) {
    left: 10%;
    width: 70px;
    height: 70px;
    animation-delay: 2s;
    animation-duration: 12s;
    background-image: url('../images/prize_giving/pr2.png');
    background-size: cover;
    background-position: center;
}

.circlesPg li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
    background-image: url('../images/prize_giving/pr1.png');
    background-size: cover;
    background-position: center;
}

.circlesPg li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
    background-image: url('../images/prize_giving/pr2.png');
    background-size: cover;
    background-position: center;
}

.circlesPg li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
    background-image: url('../images/prize_giving/pr1.png');
    background-size: cover;
    background-position: center;

}

.circlesPg li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
    background-image: url('../images/prize_giving/pr3.png');
    background-size: cover;
    background-position: center;
}

.circlesPg li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;

    animation-delay: 7s;
    background-image: url('../images/prize_giving/pr1.png');
    background-size: cover;
    background-position: center;
}

.circlesPg li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
    background-image: url('../images/prize_giving/pr1.png');
    background-size: cover;
    background-position: center;
}

.circlesPg li:nth-child(9) {
    left: 20%;
    width: 55px;
    height: 55px;
    animation-delay: 2s;
    animation-duration: 35s;
    background-image: url('../images/prize_giving/pr1.png');
    background-size: cover;
    background-position: center;
}

.circlesPg li:nth-child(10) {
    left: 85%;
    width: 281px;
    height: 200px;
    animation-delay: 0s;
    animation-duration: 11s;
    background-image: url('../images/prize_giving/pr2.png');
    background-size: cover;
    background-position: center;
}


.circlesPg li:nth-child(11) {

    background-image: url('../images/prize_giving/pr1.png');
    background-size: cover;
    background-position: center;
    left: 20%;
    width: 224px;
    height: 235px;
    /* background-color: yellow; */
    animation-delay: 0s;
    animation-duration: 5s;
}







@keyframes animatePg {

    0% {
        transform: translateY(0) rotate(0deg);
        /* opacity: 1; */
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(0deg);
        /* opacity: 0; */
        border-radius: 50%;
    }

}





/* prize giving stop */



/* animation stop */


.marginPaddingZero {

    margin: 0px !important;
    padding: 0px !important;
}

.navbarStyleForTop {
    background-color: #020646 !important;

}


.nav-item {
    background: #05481c;
    color: #000;
}

.nav-item a {

    color: #fff;
}

.nav-item:hover {

    background: #000;
    color: #05481c;
}

.nav-link:focus,
.nav-link:hover {
    color: #fff;
}

.mainDivForMobileStyle {

    display: flex;
    margin: 10px;
    width: 100%;
}

.aboutMainStyle {
    background: #ffffff59;
    padding: 22px 6px;

}

.aboutMainText {

    color: #fff;
    text-align: justify;
}

.mainTitleAllStyle {

    border-bottom: 1px solid #fff;
    color: #fff;
    margin-bottom: 20px;
}


.mainActive {
    background: #000;

}


.mainActive.nav-link:focus,
.mainActive.nav-link:hover {
    color: #fff;
}

.mainBackHomeButton {
    width: 100%;
    background: #000;
    border: none;
    margin-bottom: 20px;
    ;
}

.mainLoginButton {
    width: 26%;
    background: #000;
    border: none;
}

.loginTopHeader {

    display: flex;
}

.loginTopHeader div {

    width: 130px;
    /* border: 1px solid #000; */
}

.loginTopHeader div img {

    width: 100%;
}

.loginTopHeader h3 {

    width: 100%;
    padding-left: 10px;
    text-align: left;
}

.forgetPassword {
    margin-bottom: 15px;
    margin-top: 15px;
}


.loginTypeStyle {

    margin-bottom: 25px;
}

.mainAllOTPStyle {

    width: 25% !important;
}

.OTPStyle input {

    text-align: center;
}



.happyVesak {
    width: 100%;
    height: 312px;
    background-image: url('../images/lotusL1.png');
    background-repeat: repeat-x;
    background-position: top;
    position: absolute;
    bottom: 0;
}

.newYear {
    width: 100%;
    height: 920px;
    background-image: url('../images/newYear/nn1.gif'), url('../images/newYear/nn1.gif');
    /* Two GIFs */
    background-position: left center, right center;
    /* Left & Right */
    background-repeat: no-repeat, no-repeat;
    /* Prevent repeating */

}


.bigcenterImg {
    position: absolute;
    top: 12%;
    left: 68%;
    transform: translate(-50%, -50%);
    width: 231px;
}

.bigMatch2 {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 100px;
    /* Adjust as needed */
    background-image: url('../images/b1.png');
    background-repeat: repeat-x;
    background-size: contain;
}




.sinhalaTamil {
    position: absolute;
    top: 0;
    left: 0;
    width: 212px;
    /* Adjust size */
    height: auto;
}

.sinhalaTamilBottom {
    width: 100%;
    height: 392px;
    background-image: url('../images/sun1.png');
    background-repeat: repeat-x;
    background-position: top;
    position: absolute;
    bottom: 0;
}


.childrenSecond {

    position: absolute;
    bottom: 0;
    right: 0;
    width: 615px;


}

.sportMeet {
    width: 100%;
    height: 920px;
    background-image: url('../images/prize/pr1.png'), url('../images/prize/pr1.png');
    /* Two GIFs */
    background-position: left center, right center;
    /* Left & Right */
    background-repeat: no-repeat, no-repeat;
    /* Prevent repeating */

}



.ramadanRepeat {
    width: 100%;
    height: 99vh;
    background-image: url('../images/ramadan/rd1.png');
    background-repeat: repeat-x;
    background-position: top;
    position: absolute;
    bottom: 0;
}



.diwaliContent {
    width: 100%;
    /* Full width */
    height: 99vh;
    /* Adjust as needed */
    background-image: url('../images/dp1.png');
    background-repeat: repeat-x;
    /* Repeat horizontally */
    background-position: bottom left;
    /* Align at bottom */
    background-size: 200px 200px;
    /* Set exact image size */
}


.childrenFlowerStyle{
    height: 100vh;
    display: block;
    position: absolute;
    z-index: 9999999999;
    top: 0;
    left: 12%;


}










.christmasAll {

    display: none;
}


.vesakAll {

    display: none;
}


.newYearAll {

    display: none;
}

.bigMatchAll {

    display: none;
}

.sinhalaTamilAll {

    display: none;
}

.schoolAll {

    display: none;
}

.teacherAll {

    display: none;
}

.childrenAll {

    display: none;
}

.sportMeetAll {
    display: none;
}

.ramadanAll {
    display: none;
}

.diwaliAll {
    display: none;
}

.prizeAll {
    display: none;
}