﻿body {
    background-image: url('../img/svg/texture.svg');
    /*font-family: 'Lato', sans-serif;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;*/
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    line-height: 1.5;
    color: #333 !important;
}

.about_img {
    width: 25%;
}

.txt_formting_para {
    line-height: 30px;
    font-size: 15px;
    font-weight: 500;
    text-align:center;
}

.about_img img {
    width: 100%;
    height: 130px;
    object-fit: scale-down !important;
    border: 2px solid #ccc;
    padding: 10px 0px 0px 0px;
    transform: scale(1, 1);
    transition: all ease-in-out 0.22s;
    -webkit-transition: all ease-in-out 0.22s;
}

.about_name {
    margin-top: 20px;
    font-size: 17px;
    line-height: normal;
    color: #ff8100;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    margin-left: 20px;
    width: 75%;
}

.about_quatation_align {
    padding: 10px 10px;
    margin-bottom: 20px;
    border: 1px dashed rgb(0 0 0 / 50%);
    box-shadow: 0px 2px 10px 0px rgb(0 0 0);
    background-image: url('../img/svg/floor.svg');
    border-radius: 15px;
}

.about_img img:hover {
    transform: scale(1.1, 1.1);
    transition: all ease-in-out 0.22s;
    -webkit-transition: all ease-in-out 0.22s;
}

.read_more_btn {
    background: #253ab1;
    border: 0;
    padding: 5px 25px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
    font-size: 14px;
}

.read_more_btn:hover {
    background: #253ab1;
    border: 0;
    padding: 5px 25px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}

.read_more_btn_white {
    background: #fff;
    border: 0;
    padding: 5px 25px;
    color: #253ab1;
    transition: 0.4s;
    border-radius: 50px;
    font-size: 14px;
}

.read_more_btn_white:hover {
    color: #253ab1
}

.about {
    padding: 15px 0px;
}

.news_tabs {
    margin-bottom: 15px;
    transition: all .3s ease-in-out;
    margin: 0px;
}

.news_tabs:hover {
    background-color: white;
    transition: all .3s ease-in-out;
}

.news_contain {
    width: 100%;
    padding: 5px 15px;
    font-size: 17px;
    text-align: justify;
}

.news_contain P {
    text-transform: uppercase;
}

.link_icons i {
    padding-right: 2px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
}

.nav_position {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.counts .count-box:hover {
    z-index: 2;
    position: relative;
    transform: translateY(-15px);
    transition: all .3s ease-in-out;
    overflow: hidden;
}

.departments {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    max-height: 100%;
    background-size: cover !important;
    height: auto;
    padding: 0px 0 0px;
    color: black;
}

.khelo_india {
    background-color: #3fbbc0;
    color: white;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    max-height: 100%;
    background-size: cover !important;
    height: auto;
    padding: 30px 0 70px;
    background-image: url('../img/Background_Khelo_india.jpg');
}

.khelo_india img {
    width: 320px;
    text-align: center;
    /*border-radius: 58%;*/
    position: relative;
    transform: scale(1);
    /* transform: translateY(-15px); */
    transition: all .3s ease-in-out;
    overflow: hidden;
}

.khelo_india img:hover {
    cursor: pointer;
    z-index: 2;
    position: relative;
    transform: scale(1.1);
    /* transform: translateY(-15px); */
    transition: all .3s ease-in-out;
    overflow: hidden;
}


.khelo_india_section img {
    width: 100%;
}

.Science_Centre {
    padding: 40px 0px 20px 0px;
}

.science_centre_ayout {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
    border: 1px solid #bbbbbb;
    background-color: #ffffff;
    background-image: url('../img/svg/diamonds.svg');
    padding: 25px;
}

.Science_Centre img {
    max-height: 200px;
    text-align: center;
}

.tab_area {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
    border: 1px solid #bbbbbb;
    background-image: url('../img/svg/texture.svg');
}

.videobtn-playicon {
    position: absolute;
    background-image: url('../img/videoicon.png');
    background-size: 50px;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}


.videobtn-playicon:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #ccc;
    z-index: -1;
    transform: translate(-50%,-50%);
    animation: flame 1.6s linear infinite;
}


.whats_new_title {
    background-color: #253ab1;
    font-size: 18px;
    margin: 0px;
    padding: 9px 0px;
    text-align: center;
    color: #fff;
}

.Whats_New_Tab {
    line-height: 1;
    border: 1px solid #ccc;
}

.whats_new_txt {
    color: black;
    font-size: 15px;
    margin: 0px;
    padding: 9px 30px;
}

.whats_new_txt:hover {
    color: #3d4ead;
    transition: all 0.3s ease;
}



.lang_En_Hi a {
    color: white;
}

.blink {
    animation: .5s linear infinite condemned_blink_effect;
}

.academy_tab {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

    .academy_tab a {
        line-height: 1 !important;
        padding: 5px 10px !important;
        font-size: 15px !important;
    }

        .academy_tab a:hover {

        }


.copyright a {
    color: #fff !important;
    text-decoration: none;
}

    .copyright a:hover {
        color: #0400ff !important;
        text-decoration: none;
    }

.schemes_img {
    width: 100%;
}


.heading_white h2 {
    color: white !important;
}

.womens_hockey_bg {
    background-image: url('../img/focus_bg3.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    max-height: 100%;
    background-size: cover !important;
    height: auto;
    padding: 90px 0 90px;
    color: white;
    margin-top: 131px;
}

    .womens_hockey_bg th,
    .womens_hockey_bg td
    {
        color: white;
        font-size: 15px;
    }


.khelo_link {
    font-size: 30px !important;
    color: white !important;
    text-align: center;
}

.khelo_link:hover {
    font-size: 30px !important;
    color: red !important;
}


/*.Notification {
    background-image: url('../img/focus_bg3.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    max-height: 100%;
    background-size: cover !important;
    height: auto;
    padding: 90px 0 90px;
    margin-top: 131px;
}*/

.suchna_ka_adhikar a {
    color: black;
}

.suchna_ka_adhikar a:hover {
    color: brown;
}

.suchna_ka_adhikar_view_link
{
    color: blue!important;
    font-weight: bold;
}

/*--------------------------------------------------------------
# Hero Waves
--------------------------------------------------------------*/
    .hero-waves {
        background: #00000038;
        display: block;
        width: 100%;
        height: 62px;
        margin-top: 28px;
        position: absolute;
        z-index: 5;
    }

.hero-waves2 {
    background: #00000038;
    display: block;
    width: 100%;
    height: 62px;
    margin-top: 30px;
    position: absolute;
    z-index: 5;
}

.wave1 use {
    -webkit-animation: move-forever1 10s linear infinite;
    animation: move-forever1 10s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave2 use {
    -webkit-animation: move-forever2 8s linear infinite;
    animation: move-forever2 8s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave3 use {
    -webkit-animation: move-forever3 6s linear infinite;
    animation: move-forever3 6s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@-webkit-keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@-webkit-keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}


/*--------------------------------------------------------------
# Accordion Tab
--------------------------------------------------------------*/
.Latest_News {
    padding: 25px 0;
}

.Latest_News .accordion_list {
    padding: 0;
    list-style: none;
}

    .Latest_News .accordion_list li {
        border-bottom: 1px solid #d9f1f2;
        margin-bottom: 20px;
        padding: 10px;
        border-radius: 5px;
        background-color: #ffffff;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        border: 1px solid #bbb;
        background-image: url('../img/svg/floor.svg');
    }

.Latest_News .accordion_list .question {
    display: block;
    position: relative;
    font-family: #3fbbc0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding-left: 25px;
    cursor: pointer;
    color: #32969a;
    transition: 0.3s;
}

.Latest_News .accordion_list i {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: -2px;
}

.Latest_News .accordion_list p {
    margin-bottom: 0;
    padding: 10px 0 0 25px;
}

.Latest_News .accordion_list .icon-show {
    display: none;
}

.Latest_News .accordion_list .collapsed {
    color: black;
}

    .Latest_News .accordion_list .collapsed:hover {
        color: #253ab1;
    }

.Latest_News .accordion_list .collapsed .icon-show {
    display: inline-block;
    transition: 0.6s;
}

.Latest_News .accordion_list .collapsed .icon-close {
    display: none;
    transition: 0.6s;
}

    .Latest_News table th {
        background-color: #253ab1;
        color: #fff;
        font-size: 14px;
    }

.Latest_News_tbl td i {
    background: #000000 !important;
    padding: 8px 8px !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    color: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    cursor: pointer;
    position: relative!important;
    left: 0!important;
    top: 0px!important;
}

/*--------------------------------------------------------------
# Our Partners Tab
--------------------------------------------------------------*/


@keyframes animate {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-1100px, 0, 0);
    }
}

@media (max-width:767px) {
    .slider-area h2 {
        font-size: 30px;
    }

    .wrapper {
        width: 100%;
        border-radius: 0;
        padding: 0;
    }
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
    background-image: url('../img/background_dsyw.jpg');
    padding: 25px 0px;
    color: white;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    max-height: 100%;
    background-size: cover !important;
    height: auto;
}

.counts .count-box {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: 1px solid #56728b;
    background-color: #28367e70;
    padding: 30px;
    width: 100%;
    transform: translateY(0px);
    transition: all .3s ease-in-out;
}

.counts .count-box i {
    display: block;
    font-size: 30px;
    color: #fff;
    float: left;
}

.counts .count-box span {
    font-size: 42px;
    line-height: 24px;
    display: inline-block;
    font-weight: 700;
    color: #fff;
    margin-left: 50px;
}

.counts .count-box p {
    padding: 10px 0 0 0;
    text-align: center;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
}

.counts .count-box a {
    font-weight: 600;
    display: block;
    margin-top: 20px;
    color: #7b7b7b;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
    color: #253ab1;
}

#slider_position
{
    margin-top: 92px!important;
}


/*--------------------------------------------------------------
# Footer Importan Link Slider
--------------------------------------------------------------*/
.clients {
    width: 100%;
    padding: 10px 0px;
    margin-bottom: 20px;
}

.clients .swiper-slide
{
    width: 100px!important;
    margin-right: 70px!important;
}

.clients .swiper-slide img {
    opacity: 1;
    transition: 0.3s;
    width: 100%;
    padding: 0.5em;
    display: block;
    box-shadow: 0 0 5px rgb(12 29 90);
    transition: all .2s ease-in-out;
}

.clients .swiper-slide img:hover {
    filter: none;
    opacity: 1;
}

.clients .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    background-color: #ddd;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ffc451;
}

.clients_bg {
    width: 100%;
    margin: 0 auto;
    background-image: url('../img/svg/texture.svg');
    overflow: hidden;
    border-radius: 180px;
    padding: 15px!important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/*.depatrment_Links {
    width: 100%;
    padding: 30px 0px;
}

.slider-area {
}

.img_partners {
    padding: 0px 20px;
    width: 170px !important;
}

.wrapper {
    display: flex;
    width: 100%;
    margin: 0 auto;
    background-image: url('../img/svg/texture.svg');
    overflow: hidden;
    border-radius: 180px;
    padding: 2.5rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.item {
    animation: animate 25s alternate linear infinite;
}

.container:hover .item {
    animation-play-state: paused;
}*/

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .nav-tabs {
    border: 0;
}

.features .nav-link {
    padding: 15px 0;
    transition: 0.3s;
    color: var(--color-secondary);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 100%;
    border: 0;
    border-bottom: 4px solid #e2e4e6;
}

    .features .nav-link i {
        padding-right: 15px;
        font-size: 48px;
    }

    .features .nav-link h4 {
        font-size: 18px;
        font-weight: 600;
        margin: 0;
    }

@media (max-width: 575px) {
    .features .nav-link h4 {
        font-size: 16px;
    }
}

.features .nav-link:hover {
    color: var(--color-primary);
}

.features .nav-link.active {
    color: var(--color-primary);
    background-color: transparent;
    border-color: var(--color-primary);
}

.features .tab-content {
    margin-top: 30px;
}

.features .tab-pane h3 {
    font-weight: 700;
    font-size: 32px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

    .features .tab-pane h3:after {
        content: "";
        position: absolute;
        display: block;
        width: 60px;
        height: 3px;
        background: var(--color-primary);
        left: 0;
        bottom: 0;
    }

.features .tab-pane ul {
    list-style: none;
    padding: 0;
}

    .features .tab-pane ul li {
        padding-top: 10px;
    }

    .features .tab-pane ul i {
        font-size: 20px;
        padding-right: 4px;
        color: var(--color-primary);
    }

.features i {
    background: #000000;
    padding: 8px 8px;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    cursor: pointer;
}

.features .tab-pane p:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Featured Services Section
--------------------------------------------------------------*/

.featured-services {
    
}

    .featured-services .service-item {
        padding: 15px 15px;
        transition: all ease-in-out 0.4s;
        height: 100%;
        background-image: url(../img/svg/floor.svg);
        border: solid 1px #d1d2d993;
        margin-bottom: 15px;
    }

    .featured-services .service-item .icon {
        margin-bottom: 10px;
    }

        .featured-services .service-item .icon i {
            color: var(--accent-color);
            font-size: 36px;
            transition: 0.3s;
        }

    .featured-services .service-item h4 {
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 20px;
    }

        .featured-services .service-item h4 a {
            color: var(--heading-color);
            transition: ease-in-out 0.3s;
        }

    .featured-services .service-item p {
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

    .featured-services .service-item:hover {
        transform: translateY(-10px);
        background-color: var(--surface-color);
        box-shadow: 0px 5px 90px 0px rgba(0, 0, 0, 0.1);
    }

        .featured-services .service-item:hover h4 a {
            color: var(--accent-color);
        }