﻿/* start ticker*/

.ticker-container {
    width: 100%;
    background-color: #CBEBF5;
    overflow: hidden;
    position: relative;
    border: 1px solid darkred;
    padding: 5px 0;
    /*margin: 10px 0;*/
}

.ticker-text {
    display: inline-block;
    white-space: nowrap;
    font-size: 20px;
    color: darkred;
    font-weight: bold;
    padding-left: 100%;
    animation: ticker-scroll 50s linear infinite;
}

.ticker-container:hover .ticker-text {
    animation-play-state: paused;
}

@keyframes ticker-scroll {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}


/* end ticker*/
/*--RMZ footer--*/
.foootsec {
    text-align: center;
}

    .foootsec img {
        width: 15%;
    }

.footer-links-new a {
    color: #6c757d;
}

    .footer-links-new a:hover {
        color: #981F4D;
    }

footer {
    padding: 30px 0px 0px 0px;
    border-top: 1px solid #faba5b;
    box-shadow: 1px -2px 14px #dbdbdb;
}

.foootsec ul li {
    width: 10%;
    text-align: center;
}

    .foootsec ul li img {
        width: 80%;
    }

#brown-bg {
    background: #e3e7ee;
    padding: 20px 0px;
    color: #000;
    border-top: 3px solid #faba5b;
    margin-bottom: -25px;
}

.regional-section {
    text-align: center;
    padding: 15px 0px 50px 0px;
    box-shadow: 0px 0px 4px #797979;
    margin-top: 2px;
    margin-bottom: 3px;
}

    .regional-section .col-sm-3 {
        PADDING: 1PX;
    }

    .regional-section h5 {
        color: #434343;
        margin-bottom: 15px;
    }

.inner-box h5 {
    color: #fff;
}

.inner-box a {
    color: #003a6a;
}

.inner-box {
    /* border-top: 1px solid #ff9800; */
    margin-top: 20px;
    padding: 0px 10px;
    border-radius: 7px;
}

    .inner-box .locate {
        background: #ffffff;
        color: #090909;
        padding: 2px 10px;
        font-size: 12px;
        margin: 0px 2px;
    }

.region-box-bg {
    background: #0303036b;
    padding: 50px 0px;
    /* margin-top: 10px; */
    /* margin-bottom: 10px; */
    border: 0px solid #28b4c0;
    border-radius: 0px;
}

    .region-box-bg .fa, .region-box-bg .fas {
        font-weight: 900;
        color: #981f4d;
    }

.region-box-ciet {
    background-image: url("../images/ciet.png");
    background-size: contain;
    background-size: 110%;
    transition: all .3s ease-in-out
}

    .region-box-ciet:hover {
        background-size: 100%;
    }

.region-box-nie {
    background-image: url("../images/nie.jpg");
    background-size: contain;
    background-size: 110%;
    transition: all .3s ease-in-out
}

    .region-box-nie:hover {
        background-size: 100%;
    }

.region-box-ajmer {
    background-image: url("../images/ajmer2.jpg");
    background-size: contain;
    background-size: 110%;
    transition: all .3s ease-in-out
}

    .region-box-ajmer:hover {
        background-size: 100%;
    }

.region-box-shilong {
    background-image: url("../images/shilong.jpg");
    background-size: contain;
    background-size: 110%;
    transition: all .3s ease-in-out
}

    .region-box-shilong:hover {
        background-size: 100%;
    }

.region-box-bhopal {
    background-image: url("../images/bhopal.jpg");
    background-size: contain;
    background-size: 110%;
    transition: all .3s ease-in-out
}

    .region-box-bhopal:hover {
        background-size: 100%;
    }

.region-box-bhubneshwar {
    background-image: url("../images/bhubneshwar1.jpg");
    background-size: contain;
    background-size: 110%;
    transition: all .3s ease-in-out
}

    .region-box-bhubneshwar:hover {
        background-size: 100%;
    }

.region-box-mysore {
    background-image: url("../images/mysore3.jpg");
    background-size: contain;
    background-size: 110%;
    transition: all .3s ease-in-out
}

    .region-box-mysore:hover {
        background-size: 100%;
    }

.region-box-psscive {
    background-image: url("../images/psscive.jpg");
    background-size: contain;
    background-size: 110%;
    transition: all .3s ease-in-out
}

    .region-box-psscive:hover {
        background-size: 100%;
    }
/*.region-box:hover {
    background: #f1f1f1;
}*/
.region-box img {
    width: 30px;
}

.resource-section {
    text-align: center;
    padding: 50px 0px;
    border-bottom: 1px solid #aeaeae;
    background: #fff;
}

    .resource-section ul li {
        border: 1px solid #ccc;
        width: 13%;
        padding: 15px 0px;
        transition: 0.5s;
        background: #fff;
    }

        .resource-section ul li:hover {
            box-shadow: 1px 1px 3px #d1d1d1;
        }

    .resource-section img {
        width: 80%;
        margin-bottom: 0px;
        border-radius: 0px;
    }

    .resource-section p {
        margin: 0px;
    }

    .resource-section a {
        color: #434343;
    }

    .resource-section .fa, .resource-section .fas {
        font-size: 50px;
        margin-bottom: 15px;
        color: #fff;
    }

.activity-box {
    border: 1px solid #ccc;
    padding: 10px 10px;
    margin-bottom: 5px;
}

    .activity-box ul li {
        border-bottom: 1px solid #f3efef;
        padding: 3px 0px;
    }

    .activity-box h5 {
        color: #fff;
        padding: 7px 10px;
        /* color: #495057; */
        font-size: 18px;
        border: 1px solid #ccc;
        margin: 0px;
        margin-bottom: 15px;
        background: #ea622d;
        background: #F0F0F0;
    }

    .activity-box .tab-content {
        border: 0px solid #dfdbdb;
        padding: 0px 0px;
        margin-top: 15px;
    }

    .activity-box .nav-link {
        padding: 5px 10px;
    }

    .activity-box .fa, .activity-box .fas {
        color: #fff;
    }

.circle {
    border-radius: 100%;
    width: 125px;
    height: 125px;
    margin: auto;
    transition: .3s;
    color: #fff;
}

    .circle:hover {
        background: #dfdfdf;
        color: #727272 !important;
        border: 1px solid #ccc;
    }

.c1 {
    background: #EC6A5A;
}

.c2 {
    background: #3D8A34;
}

.c3 {
    background: #9152A5;
}

.c4 {
    background: #C20F0F;
}

.c5 {
    background: #FAAF36;
}

.c6 {
    background: #087F8F;
}

.icn {
    font-size: 4rem;
    position: relative;
    top: 25%;
}

.resource-text {
    margin-top: 10px;
}

    .resource-text h4 {
        font-size: 21px;
        color: #797979;
    }

.ncert-resource {
    text-align: center;
}

.resource-box {
    padding: 50px 0px;
    transition: .7s;
}

    .resource-box:hover {
        box-shadow: 2px 2px 40px #ccc;
    }

        .resource-box:hover .resource-text h4 {
            color: #981f4d;
        }

.event {
    background-image: linear-gradient(-90deg, #2081a0, #209043);
    text-align: center;
    padding: 10px 20px;
    color: #fff;
    background: #0D668C;
    font-size: 21px;
}

.update {
    padding: 10px 20px;
    color: #fff;
    background-image: linear-gradient(-90deg, #730648, #6537ff);
    text-align: center;
    background: #FAAF36;
    font-size: 21px;
}

.tour {
    padding: 10px 20px;
    color: #fff;
    background-image: linear-gradient(-90deg, #163884, #0f97a0);
    text-align: center;
    background: #9152A6;
    font-size: 21px;
}

.notification {
    background: #FFF3DD;
    padding: 15px;
}

.promo-section {
    padding: 0px 0px;
}

.promo-section-border {
    padding: 10px 20px 30px 20px;
    background: #eff6fc;
    box-shadow: 1px 2px 3px #e6e6e6;
}

.promo-section iframe {
    height: 200px;
    padding: 10px;
    box-shadow: 1px 2px 3px #cdcdcd;
    background: #d9eaf8;
}

.promo {
    color: #434343;
    /* background: white; */
    /* width: 170px; */
    /* text-align: center; */
    /* position: relative; */
    /* top: -30px; */
    /* font-weight: 600; */
    margin-bottom: 28px;
}

.video-box iframe {
    border: 5px solid #ecedf0;
}

.counter-section {
    background: url(../images/pattern.jpg);
    color: #fff;
    background-attachment: fixed;
    text-align: center;
}

.counter-section-bg {
    padding-top: 40px;
    padding-bottom: 20px;
    background: #6634f2eb;
    background-image: linear-gradient(-90deg, #5a6ec2e0, hsla(336, 76%, 39%, 0.88));
}

.counter-section .counter-icon {
    border: 4px solid #fff;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    transition: 1s;
}

    .counter-section .counter-icon:hover {
        border-radius: 0px;
        border-color: #ffdaa4;
    }

        .counter-section .counter-icon:hover .fab, .counter-section .counter-icon:hover .fas {
            color: #ffdaa4;
        }

    .counter-section .counter-icon .fas, .counter-section .counter-icon .fab {
        font-size: 2rem;
        position: relative;
        top: 34.5%;
        transition: 1s;
    }
/*--RMZ footer END--*/
/*start loading css*/

.loading-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999999999;
    background: url(../img/overlay-bg.png) repeat 0px 0px;
    display: none;
}

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
}

.loading-bar {
    display: inline-block;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    animation: loading 1s ease-in-out infinite;
}

    .loading-bar:nth-child(1) {
        background-color: #007da6;
        animation-delay: 0;
    }

    .loading-bar:nth-child(2) {
        background-color: #00375f;
        animation-delay: 0.09s;
    }

    .loading-bar:nth-child(3) {
        background-color: #007da6;
        animation-delay: .18s;
    }

    .loading-bar:nth-child(4) {
        background-color: #00375f;
        animation-delay: .27s;
    }

@keyframes loading {
    0% {
        transform: scale(1);
    }

    20% {
        transform: scale(1, 2.2);
    }

    40% {
        transform: scale(1);
    }
}

/*end loading css*/