
:root {
    --lightred: #63A91F;
    --main-red: #1A512E;
    --darkblue: rgba(9,9,121,1);
    --lightblue: rgba(0,212,255,1);
    --lightblue1: rgba(0,212,255,1);
    --purple: #5200AE;
    --main-color: #002357;
    --main-color1: #002357;
}

/* dropdown link */
.dropbtn {
    background-color: var(--main-color);
    color: white;
    /* padding: 16px; */
    /* font-size: 20px;*/
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #000000;
    width: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: rgb(255, 255, 255);
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: var(--lightblue);
}

.red {
    width: 20px;
    height: 20px;
    background-color: #009646;
}

.blue {
    width: 20px;
    height: 20px;
    background-color: #002357;
}


/* haryana Data Row */
.wow {
    background-image: url(../img/87889.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* Full height */
    height: 100%;
    z-index: 1;
}

.titlehead {
    display: flex;
    justify-content: center;
    color: #fff;
    background-color: #008fe7;
    padding: 10px;
    border-radius: 10px;
    position: relative;
}

.factsdata {
    margin-top: 5px;
    height: 100%;
    background: linear-gradient(180deg, var(--lightblue) 0%, var(--darkblue) 100%) !important;
    padding: 80px 20px;
    border-radius: 25px;
}

.datacard {
    margin-bottom: 20px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.data {
    color: var(--lightblue);
}

    .data:hover {
        color: var(--lightblue);
    }

.explorbtn {
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    font-family: 'Varela Round', sans-serif;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    color: #0063a0;
    background-color: #fff;
    width: fit-content;
    display: flex;
    justify-content: center;
}

    .explorbtn:hover {
        color: var(--lightblue);
    }

.dataname {
    font-size: large;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}

.datano {
    font-family: 'Poppins', sans-serif;
    float: right;
    font-size: large;
}

.personbgvideo {
    background-image: url(../video/footer-bg.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* department part */

.ag-courses_item {
    -ms-flex-preferred-size: calc(33.33333% - 30px);
    flex-basis: calc(33.33333% - 30px);
    margin: 0 15px 30px;
    overflow: hidden;
    border-radius: 28px;
}

.ag-courses-item_link {
    display: block;
    padding: 30px 20px;
    background-color: var(--main-color);
    overflow: hidden;
    position: relative;
    height: 165px;
}

    .ag-courses-item_link:hover,
    .ag-courses-item_link:hover .ag-courses-item_date {
        text-decoration: none;
        color: #FFF;
    }

        .ag-courses-item_link:hover .ag-courses-item_bg {
            -webkit-transform: scale(10);
            -ms-transform: scale(10);
            transform: scale(10);
        }

.ag-courses-item_title {
    /* min-height: 87px;
  margin: 0 0 25px; */

    overflow: hidden;
    font-weight: bold;
    font-size: 30px;
    color: #FFF;
    z-index: 2;
    position: relative;
}

.ag-courses-item_date-box {
    font-size: 18px;
    color: #FFF;
    z-index: 2;
    position: relative;
}

.ag-courses-item_date {
    font-weight: bold;
    color: #f9b234;
    -webkit-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease
}

.ag-courses-item_bg {
    height: 128px;
    width: 128px;
    /* background: linear-gradient(90deg, var(--lightblue) 0%, var(--darkblue) 35%, var(--purple) 100%) !important;*/
    z-index: 1;
    position: absolute;
    top: -75px;
    right: -75px;
    border-radius: 50%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}


@media only screen and (max-width: 979px) {
    .ag-courses_item {
        -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
    }

    .ag-courses-item_title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .ag-format-container {
        width: 96%;
    }
}

@media only screen and (max-width: 639px) {
    .ag-courses_item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .ag-courses-item_title {
        min-height: 72px;
        line-height: 1;
        font-size: 24px;
    }

    .ag-courses-item_link {
        padding: 22px 40px;
    }

    .ag-courses-item_date-box {
        font-size: 16px;
    }
}


/* Gallery-section */
/* .Gallery-section{
		 background: url('../img/howit.png') !important;
		 height: 100vh;
		 background-size: cover !important;
	 }
	  */


/*.columns {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    display: flex;
}*/

.footer-link-left h3 {
    color: #d08010;
}

.footer-right-wrap h3 {
    color: #d08010;
}

.card-groups {
    background: url(../video/howit.png) no-repeat;
    height: 500px;
}

    .card-groups .col-md-2 {
        text-align: center;
    }

    .card-groups .h3_pro {
        font-size: 12pt;
    }

.border-rad {
    background-image: linear-gradient(to right top, #051937, #2780b4, #007b93, #28a58c, #ffe07c);
    border-radius: 50%;
    width: 137px;
    height: 137px;
    text-align: center;
    margin: 0 auto;
}

    .border-rad img {
        margin-top: 39px;
    }

    .border-rad h3 {
        margin-top: 60px;
        font-size: 12pt;
    }

.div-pos:nth-child(1) {
    margin-top: 45px;
    /*margin-left: 74px;*/
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}


.border-rad:nth-child(1):hover {
    animation: pulse 1s infinite;
    animation-timing-function: linear;
    box-shadow: -5px -5px 30px 5px #a8eb12, 5px 5px 30px 5px #004d7a;
}

.div-pos:nth-child(2) {
    margin-left: -49px;
    top: 119px;
}

.border-rad:nth-child(2):hover {
    animation: pulse 1s infinite;
    animation-timing-function: linear;
    box-shadow: -5px -5px 30px 5px #a8eb12, 5px 5px 30px 5px #004d7a;
}

.div-pos:nth-child(3) {
    margin-left: -9px;
    top: 127px;
}

.border-rad:nth-child(3):hover {
    animation: pulse 1s infinite;
    animation-timing-function: linear;
    box-shadow: -5px -5px 30px 5px #a8eb12, 5px 5px 30px 5px #004d7a;
}

.div-pos:nth-child(4) {
    margin-left: -14px;
    top: 22px;
}

.border-rad:nth-child(4):hover {
    animation: pulse 1s infinite;
    animation-timing-function: linear;
    box-shadow: -5px -5px 30px 5px #a8eb12, 5px 5px 30px 5px #004d7a;
}

.div-pos:nth-child(5) {
    margin-left: -35px;
    top: 101px;
}

.border-rad:nth-child(5):hover {
    animation: pulse 1s infinite;
    animation-timing-function: linear;
    box-shadow: -5px -5px 30px 5px #a8eb12, 5px 5px 30px 5px #004d7a;
}

.div-pos:nth-child(6) {
    margin-left: -9px;
    top: 110px;
}

.border-rad:nth-child(6):hover {
    animation: pulse 1s infinite;
    animation-timing-function: linear;
    box-shadow: -5px -5px 30px 5px #a8eb12, 5px 5px 30px 5px #004d7a;
}



/*------------- State dropdown CSS start ------------------*/
.owl-filter-bar, #states-list {
    width: 100%;
    float: left;
}

.stateDropdown {
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 30px;
}

button.stateSelectBtn {
    position: relative;
    width: 200px;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    text-align: left;
    font-size: 1.1rem;
    /* background: #fd9638; */
    /* background: #d26ca7; */
    background: transparent;
    background: linear-gradient(to right, #ffbd1f, #fd9539);
    border: 1px solid #fd9638;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    color: #fd9638;
    color: #011c4d;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    z-index: 1;
}

    button.stateSelectBtn:hover, button.stateSelectBtn:focus {
        background: #3a811d;
        border: 1px solid #3a811d;
    }

    button.stateSelectBtn i {
        line-height: 38px;
    }

ul.stateUl {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 200px;
    height: 300px;
    overflow: auto;
    background: #ccc;
    transform-origin: top;
    transform: perspective(1000px) rotateX(-90deg);
    transition: 0.5s;
    left: calc(50% - 100px);
}

.stateUl.active {
    transform: perspective(1000px) rotateX(0deg);
    display: block;
}

ul.stateUl li {
    list-style: none;
}

    ul.stateUl li a {
        display: block;
        padding: 6px 10px;
        font-size: 0.9rem;
        text-align: left;
        text-decoration: none;
        background: #3d79bc;
        color: #fff;
        border-bottom: 1px solid rgba(0, 0, 0,.2);
        transition: 0.5s;
    }

        ul.stateUl li a:hover {
            background: #0d7ad0;
        }

/*------ Sticky NPG Project Proposal Button CSS start-------------------*/

.sticky_button_wrap {
    position: fixed;
    bottom: 40px;
    right: 20px;
    cursor: pointer;
    z-index: 2;
}

    .sticky_button_wrap .iconbutton {
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background: #00AEEF;
        box-shadow: 0 4px 17px 0 rgb(0 0 0 / 14%), 0 1px 32px 0 rgb(0 0 0 / 12%), 0 2px 9px -1px rgb(0 0 0 / 20%);
    }

    .sticky_button_wrap .button {
        width: 60px;
        height: 60px;
        background: #EC691F;
    }

        .sticky_button_wrap .button:after {
            background-color: #EC691F;
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 30px;
            animation-name: blink;
            animation-duration: 1.5s;
            animation-iteration-count: infinite;
            animation-direction: alternate-reverse;
            animation-timing-function: cubic-bezier(0.22, 1, 0.22, 1);
        }

@keyframes blink {
    0% {
        transform: scale3d(1, 1, 1);
        opacity: 0.8;
    }

    100% {
        transform: scale3d(1.1, 1.3, 1.1);
        opacity: 0;
    }
}

.sticky_button_wrap .iconbutton i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: white;
    font-size: 1.2rem;
}

.sticky_button_wrap ul {
    list-style-type: none;
    position: absolute;
    bottom: 60px;
    right: 0;
}

.sticky_button_wrap .options li {
    display: flex;
    justify-content: flex-end;
    padding: 5px;
}

    .sticky_button_wrap .options li:hover .btn-label.hide {
        display: block;
    }

.sticky_button_wrap a {
    width: 100%;
    float: left;
    position: absolute;
    right: 58px;
    display: contents;
}

.sticky_button_wrap .btn-label {
    width: max-content;
    position: relative;
    padding: 4px 5px;
    margin-right: 10px;
    align-self: center;
    user-select: none;
    background-color: #fff;
    font-size: 0.85rem;
    color: #00AEEF;
    text-align: center;
    border-radius: 3px;
    transition: all .8s;
    box-shadow: 0 4px 17px 0 rgb(0 0 0 / 14%), 0 1px 32px 0 rgb(0 0 0 / 12%), 0 2px 9px -1px rgb(0 0 0 / 20%);
}

    .sticky_button_wrap .btn-label:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        top: 50%;
        transform: translateY(-50%);
        right: -6px;
        visibility: visible;
        opacity: 1;
        transition: all .4s;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 10px solid #fff;
    }

.close_btn {
    position: absolute;
    right: 20px;
    top: 18px;
    background: none;
    font-size: 1.5rem;
    border: none;
    color: #fff8f8;
}

.widht-fit {
    width: fit-content !important;
}
/*--------------------------------- Responsive Media Quaries -----------------------------*/

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero__sliders.owl-carousel .owl-nav button {
        left: 5px;
    }

        .hero__sliders.owl-carousel .owl-nav button.owl-next {
            right: 5px;
        }

    .team__slider.owl-carousel .owl-nav button {
        left: -5px;
    }

        .team__slider.owl-carousel .owl-nav button.owl-next {
            right: -5px;
        }

    .counter__item {
        margin-right: 50px;
    }

    .header__top__widget .primary-btn {
        display: none;
    }

    .header__top__widget ul {
        margin-right: 0;
    }

    .header__top__widget {
        padding: 35px 0 35px;
    }
}

/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header__menu ul li {
        margin-right: 18px;
    }

    .header__top__widget ul {
        display: none;
    }

    .hero__sliders.owl-carousel .owl-nav button {
        left: 5px;
    }

        .hero__sliders.owl-carousel .owl-nav button.owl-next {
            right: 5px;
        }

    .about__pic {
        margin-bottom: 30px;
    }

    .team__item__pic {
        position: relative;
        right: 0;
        margin-bottom: 20px;
        margin-top: -80px;
    }

    .team__item {
        padding: 30px 35px 40px;
    }

    .team__slider.owl-carousel .owl-nav {
        text-align: center;
        padding-top: 50px;
    }

        .team__slider.owl-carousel .owl-nav button {
            position: relative;
            left: 0;
            top: 0;
        }

            .team__slider.owl-carousel .owl-nav button.owl-next {
                right: -10px;
            }

    .classes__filter {
        padding: 25px 50px 30px;
    }

        .classes__filter form .class__filter__select {
            width: 100%;
            margin-right: 0;
            margin-bottom: 20px;
            float: none;
        }

        .classes__filter form .class__filter__btn {
            position: relative;
            right: 0;
            bottom: 0;
            text-align: center;
        }

    .blog__sidebar {
        margin-top: 50px;
    }

    .counter__item {
        margin-right: 50px;
    }
}

/* Wide Mobile = 480px */

@media only screen and (max-width: 767px) {
    .appointment__text {
        padding: 60px 30px;
    }

    .hero__sliders.owl-carousel .owl-nav button {
        position: absolute;
        /* left: 15px; */
        bottom: 120px;
        line-height: 30px;
    }

        .hero__sliders.owl-carousel .owl-nav button.owl-next {
            right: -25px;
            height: 30px;
            width: 30px;
        }

        .hero__sliders.owl-carousel .owl-nav button.owl-next {
            right: 10px;
        }

        .hero__sliders.owl-carousel .owl-nav button.owl-prev {
            left: 10px;
        }

    .home__about__pic__item {
        width: 100%;
        margin-right: 0;
    }

    .about .p-0 {
        padding: 0 15px !important;
    }

    .about__pic {
        margin-bottom: 30px;
    }

    .team__item__pic {
        position: relative;
        right: 0;
        margin-bottom: 20px;
        margin-top: -100px;
    }

    .team__item {
        padding: 30px 35px 40px;
    }

    .team__slider.owl-carousel .owl-nav {
        text-align: center;
        padding-top: 50px;
    }

        .team__slider.owl-carousel .owl-nav button {
            position: relative;
            left: 0;
            top: 0;
        }

            .team__slider.owl-carousel .owl-nav button.owl-next {
                right: -10px;
            }

    .classes__filter {
        padding: 25px 50px 30px;
    }

        .classes__filter form .class__filter__select {
            width: 100%;
            margin-right: 0;
            margin-bottom: 20px;
            float: none;
        }

        .classes__filter form .class__filter__btn {
            position: relative;
            right: 0;
            bottom: 0;
            text-align: center;
        }

    .blog__sidebar {
        margin-top: 50px;
    }

    .blog__previous__btn,
    .blog__next__btn {
        margin-bottom: 20px;
    }

    .header__top__widget {
        display: none;
    }

    .header__nav {
        display: none;
    }

    .hero {
        margin-top: 0;
    }

    .header__top .container {
        position: relative;
        padding: 0px 8px;
    }

    .header__menu {
        display: none;
    }

    .header__social {
        display: none;
    }

    .hero__items {
        height: auto;
    }

    .hero__text {
        padding: 120px 0 170px;
    }

    .breadcrumb-option,
    .blog-hero {
        margin-top: 0;
    }

    .footer__copyright__text {
        text-align: center;
        margin-bottom: 10px;
    }

    .footer__copyright__social {
        text-align: center;
    }

    .home__about__pic {
        margin-right: 0;
        padding-right: 0;
    }

    .blog__details__tags__share p {
        float: none;
    }

    .blog__details__tags__share .blog__details__share {
        float: none;
    }

    .over-hid {
        overflow: hidden;
    }

    .call-to-action-box {
        margin-top: 8px;
    }

        .call-to-action-box .action-style-box {
            padding: 10px 10px 5px;
        }

    .header__logo img {
        height: 36px;
        padding-right: 0px;
    }

    .header__logo {
        justify-content: left !important;
    }

    .center-block {
    }
}

/* Small Device = 320px */

@media only screen and (max-width: 479px) {
    .hero__text h2 {
        font-size: 40px;
        line-height: normal;
    }

    .hero__sliders.owl-carousel .owl-nav button {
        height: 30px;
        width: 30px;
    }

    .chooseus__item {
        width: 100%;
        margin-bottom: 60px;
    }

    .appointment .section-title h2 {
        font-size: 35px;
    }

    .counter__item {
        display: block;
        margin-right: 0;
    }

    .counter__text {
        padding: 95px 30px 20px 50px;
    }

    .blog__details__author__pic {
        float: none;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .map .map-inside {
        -webkit-transform: translateX(-150px);
        -ms-transform: translateX(-150px);
        transform: translateX(-150px);
    }

        .map .map-inside .inside-widget {
            width: 300px;
        }

    .blog__sidebar {
        padding-right: 0;
    }

    .faq__accordion .card .card-heading a {
        font-size: 16px;
    }

    .header__logo img {
        height: 32px;
        /* padding-right: 5px; */
    }
}



@media (min-width: 620px) {
    .modal-dialog {
        max-width: 600px;
    }
}


/*----------- New CSS Added on 24 June 2023--------------*/

.btn-primary.disabled:hover, .btn-primary:hover {
    box-shadow: none;
    border: 0px;
}

.btn-primary.disabled:hover, .btn-primary:hover {
    background: #3a811d;
}

.india_map_p button:hover:before {
    background: #3a811d;
}

.flex-auto {
    flex: auto;
}

.z_0 {
    z-index: 0;
}

.z_1 {
    z-index: 1;
}

.z_minus_1 {
    z-index: -1;
}

.pd_zero {
    padding: 0;
}

.h_600px {
    height: 600px;
}

.mr_right_minus_15 {
    margin-right: -15px;
}

.mr_top_minus_150 {
    margin-top: -150px;
}

.mr_bottom_minus_250 {
    margin-bottom: -250px;
}

.trans {
    transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}

.tp-choose-3__shap-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    /* left: 0; */
    z-index: -1;
    transform: rotate(180deg);
}

.tpfeatures__circual-img {
    position: absolute;
    top: -232px;
    right: -136px;
    animation: animationglob 30s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}

@keyframes animationglob {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.tp-features__shap-img {
    position: absolute;
    right: 0;
    bottom: -174px;
    animation: moving 9s linear infinite;
}

@keyframes moving {
    0% {
        transform: translatey(0px);
    }

    25% {
        transform: translatex(20px);
    }

    50% {
        transform: translatey(-20px);
    }

    75% {
        transform: translatex(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}

.map_img_top_right_shap_1 {
    position: absolute;
    top: 30px;
    right: 30px;
    animation: animationglob 30s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}

.ab_img_top_right_shap_1 {
    position: absolute;
    top: -165px;
    left: 0;
    transform: rotate(21deg);
    z-index: -1;
}

.map_img_top_left_shape {
    position: absolute;
    top: -300px;
    left: -150px;
    transform: rotate(-4deg);
}

.ab_img_left_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
}

.ab_img_left_top {
    position: absolute;
    top: 0;
    left: 0;
}

.ab_img_right_bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    /* transform: rotate(360deg); */
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.state_img_right_bottom {
    position: absolute;
    bottom: 0;
    right: 0;
}

.moving_linear_9s {
    animation: moving 9s linear infinite;
}

.mr_top_minus_40 {
    margin-top: -40px;
}

.services-two__shape-3 {
    position: absolute;
    bottom: -90px;
    right: 170px;
    z-index: -1;
}

    .services-two__shape-3 img {
        width: auto;
    }

.why-choose-one__shape-1 {
    position: absolute;
    width: 34px;
    height: 305px;
    transform: rotate(-43deg);
    background-color: #0080003b;
    top: -130px;
    right: 32px;
    /* z-index: -1; */
    transition: 0.3s;
}

.tp-tab__shap-img {
    position: absolute;
    bottom: -41px;
    left: -67px;
    transform: rotate(-3deg);
    filter: brightness(1);
    animation: heartbeat 1.5s infinite alternate;
    animation-name: fadeInUp;
}

.map_img_top_right_shap_1 img {
    width: 12vw;
    opacity: 0.2;
}




.sendFeedbackForDivs {
    display: none;
}

.container-top {
    /* padding: 0 135px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .container-top:after {
        display: none !important;
    }

.header-top-first {
    /* background: linear-gradient(233.19deg, #8EC850 -256.88%, #428DCB -167.3%, #2AB998 -81.23%, #C2579B -2.2%, #EC7026 80.36%); */
    /* background-image: linear-gradient(to right, #d16ba5, #c872b8, #ba7ac9, #a883d8, #918ce4, #7295ec, #4d9eef, #00a5ed, #00ace3, #00b1d3, #00b4c0, #0db6ac); */
    background-color: #011c4d;
}

    .header-top-first a {
        color: #fff;
        font-size: 16px;
        line-height: 18px;
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-top-first .govOfIndia_a {
        font-size: 14px;
        font-weight: 600;
    }

        .header-top-first .govOfIndia_a img {
            margin-right: 5px;
        }

.lang-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
}

    .lang-box .region-header {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .lang-box .region-header .content {
            position: relative;
            height: 100%;
        }

.head_user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .head_user > a, .lang-box > div {
        border-right: 1px solid #EAEAEA;
    }

.user_accessibility {
    position: relative;
    width: 36px;
    text-align: center;
}

    .user_accessibility .access-type {
        position: absolute;
        left: 0px;
        top: 100%;
        display: none;
        width: 100%;
        z-index: 1000;
        box-shadow: 0px 1px 3px #dbdbdb;
        background-color: #fff;
    }

    .user_accessibility a.light {
        background: #f8f8f8 !important;
        color: #333 !important;
        border: 0;
        width: 100%;
        float: left;
    }

    .user_accessibility a.dark {
        background: #333 !important;
        color: #fff !important;
        border: 0;
        width: 100%;
        float: left;
    }

    .user_accessibility .access_icon {
        width: 36px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        /* text-indent: -9999px; */
        padding: 10px 10px;
    }

        .user_accessibility .access_icon:after {
            /* content: "";
  width: 18px;
  height: 18px;
  background: url("../images/header-icon.svg#src-8") no-repeat; */
        }

        .user_accessibility .access_icon:focus:after {
            /* background: url("../images/header-icon.svg#src-9") no-repeat; */
        }

    .user_accessibility:hover .access_icon, .lang-switcher-block:hover .wpLan {
        background-color: #fff;
    }

        .user_accessibility:hover .access_icon:after {
            /* background: url("../images/header-icon.svg#src-9") no-repeat; */
        }

    .user_accessibility .access_icon .fa-wheelchair {
        font-weight: 600;
    }

.scr-reader {
    width: 36px;
    height: 38px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /* text-indent: -9999px; */
    padding: 10px 10px;
}

    .scr-reader:after {
        /*content: "";
  width: 18px;
  height: 18px;
 background: url("../../assets/images/img/header-icon.svg#screen-reader") no-repeat; */
    }

    .scr-reader:focus, .scr-reader:hover {
        background-color: #fff;
    }

.screen-reader:focus a, .screen-reader:hover a, .user_accessibility:hover a, .lang-switcher-block:hover .wpLan {
    color: #2c498d;
}

.scr-reader:focus:after, .scr-reader:hover:after {
    /* background: url("../../assets/images/img/header-icon.svg#sr-hover") no-repeat;*/
}



.lang-box #block-views-my-details-block span.views-field-name .field-content {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.lang-box #block-views-my-details-block .views-field-name {
    float: left;
    padding: 11px 5px 10px 8px;
    cursor: pointer;
}

.lang-box #block-views-my-details-block:hover {
    background-color: #fff;
    color: #2c498d;
}

    .lang-box #block-views-my-details-block:hover .views-field-name {
        color: #2c498d;
    }

.share-list {
    display: none;
    box-shadow: 0px 1px 3px #dbdbdb;
    background: #fff;
    position: absolute;
    z-index: 1001;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 100%;
}

.site_share {
    position: relative;
}

    .site_share:hover a {
        color: #2c498d;
    }

    .site_share:hover .share-list {
        display: block;
    }

    .site_share:hover .share_icon {
        background-color: #fff;
    }

        .site_share:hover .share_icon:after {
            /* background: url("../../assets/images/img/header-icon.svg#src-19") no-repeat;*/
        }

    .site_share .share_icon {
        display: block;
        width: auto;
        padding: 10px 10px;
        height: 38px;
        /* text-indent: -9999px; */
    }

        .site_share .share_icon:after {
            /*content: "";
  background: url("../../assets/images/img/header-icon.svg#src-3") no-repeat;
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  left: 5px;
  top: 10px;*/
        }

    .site_share .social-area {
        height: 100%;
        /*overflow:hidden;*/
        border-bottom: 1px solid #c5c5c5;
    }

        .site_share .social-area:last-child {
            border: none;
        }

        .site_share .social-area a {
            display: block;
            text-align: center;
            padding: 5px;
            height: auto;
            color: #000;
        }

            .site_share .social-area a i {
                width: 16px;
                height: 16px;
                /* display: block; */
                margin: 0 auto;
                font-size: 18px;
                color: #2c498d;
            }

    .site_share.open .share-list {
        display: block;
    }

    .site_share .social-area a:hover {
        background-color: #eee;
    }

    .site_share .share_icon:focus + .share-list, .user_accessibility:hover .access-type {
        display: block;
    }

.user_accessibility:hover, .user_accessibility .access_icon:focus {
    background-color: #fff;
    color: #2c498d;
}

.access-type a#text_resize_decrease, .access-type a#text_resize_reset, .access-type a#text_resize_increase {
    height: auto !important;
    line-height: 30px;
    text-indent: 0;
    margin: 0;
    padding: 0 6px;
    background-image: none;
    /* float: none; */
    width: 100%;
}

.access-type a#text_resize_increase {
    padding-left: 4px;
}

.color-switcher {
    text-align: center;
    /* padding-top: 5px; */
    width: 100%;
    float: left;
}

.colorchanger {
    width: 100%;
    float: left;
}

    .colorchanger li {
        /* width: 100%; */
        /* float: left; */
    }

.access-type > a {
    border-bottom: 1px solid #c5c5c5;
    color: #000;
    width: 100%;
    float: left;
}

.access-type a#text_resize_decrease sup, .access-type a#text_resize_increase sup {
    right: -13px;
}

#text_resize_reset {
    text-align: center;
}

#sizer .share-list img {
    margin: 0px;
}

.access-type a:hover {
    background-color: #eee !important;
}

.language_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    text-indent: -9999px;
    height: 100%;
}

    .language_icon:before {
        /*background: url("../../assets/images/img/header-icon.svg#arrow-icon") no-repeat;
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  margin-right: 5px;*/
    }

.lang-switcher-block {
    position: relative;
}

    .lang-switcher-block:hover .language-switcher-locale-url {
        display: block;
    }

    .lang-switcher-block .current_lang {
        margin-right: 6px;
        color: #fff;
    }

    .lang-switcher-block .wpLan {
        display: flex;
        width: 36px;
        padding: 10px 10px;
        align-items: center;
        height: 38px;
    }

        .lang-switcher-block .wpLan:before {
            /*background: url("../../assets/images/img/header-icon.svg#src-11") no-repeat;
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  margin-right: 5px;*/
        }

.language-switcher-locale-url {
    display: none;
    position: absolute;
    left: 0px;
    min-width: 100%;
    top: 100%;
    z-index: 99999;
    background: #fff;
    box-shadow: 0px 1px 3px #dbdbdb;
    list-style: none;
}

    .language-switcher-locale-url li.active {
        background-color: transparent;
        border: none;
    }

        .language-switcher-locale-url li.active a {
            color: #2c498d;
            background-color: #eee;
        }

    .language-switcher-locale-url li a {
        color: #6c6c6c;
        padding: 6px 10px;
        height: auto;
        display: block;
    }

        .language-switcher-locale-url li a.active {
            background-color: transparent;
            border: none;
        }

        .language-switcher-locale-url li a:hover {
            color: #2c498d;
            background-color: #eee;
        }

.skip_content {
    padding: 10px 8px;
}

    .skip_content:hover, .skip_content.focus {
        background: #fff;
        color: #2c498d;
    }

    .skip_content strong {
        font-weight: 400;
        font-size: 14px;
    }


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}
/*.owl-item {
    width: 300px !important;

}*/
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        touch-action: manipulation;
        -moz-backface-visibility: hidden
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .owl-carousel .owl-stage-outer {
        height: 300px;
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100px;
            height: 100px;
            margin: 20px 0px;
        }

    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: none
    }

    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        background: 0 0;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }

    .owl-carousel.owl-hidden {
        opacity: 0
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden
    }

    .owl-carousel.owl-drag .owl-item {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab
    }

    .owl-carousel.owl-rtl {
        direction: rtl
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right
        }

    .owl-carousel .animated {
        animation-duration: 1s;
        animation-fill-mode: both
    }

    .owl-carousel .owl-animated-in {
        z-index: 0
    }

    .owl-carousel .owl-animated-out {
        z-index: 1
    }

    .owl-carousel .fadeOut {
        animation-name: fadeOut
    }

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

    .owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
        max-height: 0
    }

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

    .owl-carousel .owl-video-play-icon:hover {
        -ms-transform: scale(1.3,1.3);
        transform: scale(1.3,1.3)
    }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}


#states-list .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}

.state-name {
    font-family: Helvetica, Arial, sans-serif;
    height: 150px;
    margin: -17px auto 0;
    display: flex;
    justify-content: center;
    width: 100%;
    background: #0661AB;
    background: #4EB6AE;
    /* background: #D26CA7; */
    background: #123B6A;
    padding: 12px 10px;
    border-radius: 8px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    align-items: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
    position: relative;
    /* clip-path: polygon(83% 0, 100% 50%, 84% 100%, 0 100%, 0 55%, 0 0); */
}

.state-icon {
    position: absolute;
    top: -20px;
    right: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #123b6a;
    background: #008000;
    /* background: #5bae66; */
    border-radius: 50%;
    z-index: 1;
}

    .state-icon::before {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        /* text-align: center; */
        line-height: 100px;
        border-radius: 50%;
        top: 0;
        left: 0;
        color: #232331;
        background: linear-gradient(to right, #ffbd1f, #fd9539);
        /* background: #113866; */
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        transform: scale(0.2);
    }

#states-list .item:hover .state-icon::before {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.state-name a {
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 1.1rem;
}

#states-list .item {
    text-align: center;
    padding: 0px;
    margin-bottom: 0px;
    opacity: 0.9;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    transition: all 0.3s ease-in-out;
    width: 100%;
    float: left;
}

    #states-list .item:before,
    #states-list .item:after {
        content: '';
        width: 90px;
        height: 90px;
        background: linear-gradient(to right, #ffbd1f, #fd9539);
        border-radius: 10px;
        position: absolute;
        z-index: -1;
    }

    #states-list .item:before {
        left: -4px;
        top: -4px;
    }

    #states-list .item:after {
        right: -4px;
        bottom: -4px;
    }

    #states-list .item a {
        width: 100%;
        float: left;
        /*  background: url(../../assets/images/img/bg);*/
        background-color: #ffffff;
        /* background-color: #011c4dbf; */
        /* background-color: #fff; */
        padding: 10px;
        border-radius: 10px;
        text-align: center;
        /* border: 1px solid #48a7a0; */
        border: 1px solid #2651a8;
        box-shadow: 0 19px 38px rgb(0 0 0 / 17%), 0 15px 12px rgb(0 0 0 / 21%);
        transition: all 0.6s ease-in-out;
    }

    #states-list .item:hover a {
        /* border: 1px solid #d36da8; */
        transition: 0.3s linear;
        background-color: #d36da84f;
        background-color: #011c4dbf;
        background-color: #fce6d2;
    }

    #states-list .item:hover .state-name {
        background: #54a063;
        background: #008000;
    }

    #states-list .item:hover .state-icon {
        /* background: linear-gradient(to right, #ffbd1f, #fd9539); */
    }

#states-list .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

#states-list .owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    max-width: 90px;
    border-radius: 50%;
    margin: 0 auto 17px;
}

#states-list.owl-carousel .owl-dots .owl-dot.active span,
#states-list.owl-carousel .owl-dots .owl-dot:hover span {
    background: #3190E7;
    -webkit-transform: translate3d(0px, -50%, 0px) scale(0.7);
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#states-list.owl-carousel .owl-dots {
    /* display: inline-block; */
    width: 100%;
    text-align: center;
}

    #states-list.owl-carousel .owl-dots .owl-dot {
        display: inline-block;
    }

        #states-list.owl-carousel .owl-dots .owl-dot span {
            background: #3190E7;
            display: inline-block;
            height: 20px;
            margin: 0 2px 5px;
            -webkit-transform: translate3d(0px, -50%, 0px) scale(0.3);
            transform: translate3d(0px, -50%, 0px) scale(0.3);
            -webkit-transform-origin: 50% 50% 0;
            transform-origin: 50% 50% 0;
            transition: all 250ms ease-out 0s;
            width: 20px;
        }

#states-list.owl-carousel .owl-nav {
    margin: 0;
    padding: 0;
}

    /**** Changes content 19-05-2025 ruby Harshit Joshi ****/
    #states-list.owl-carousel .owl-nav button span {
        padding-bottom: 10px;
    }

    #states-list.owl-carousel .owl-nav button {
        display: inline-block;
        height: 46px;
        width: 46px;
        background: rgb(48 116 115 / 58%);
        background: linear-gradient(to right, #ffbd1f, #fd9539);
        border-radius: 2px;
        color: #ffffff;
        color: #011c4d;
        font-size: 2.8rem;
        /* font-size: xxx-large; */
        line-height: 46px;
        text-align: center;
        position: absolute;
        left: 5px;
        top: 50%;
        -webkit-transform: translateY(-23px);
        transform: translateY(-23px);
        -webkit-transition: all, 0.3s;
        -moz-transition: all, 0.3s;
        -ms-transition: all, 0.3s;
        -o-transition: all, 0.3s;
        transition: all, 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }

        #states-list.owl-carousel .owl-nav button:hover,
        #states-list.owl-carousel .owl-nav button:focus {
            background: #3a811d;
            border: 1px solid #3a811d;
            color: #fff;
        }

        #states-list.owl-carousel .owl-nav button.owl-next {
            left: auto;
            right: 5px;
        }

.shadow-effect {
    display: flex;
    justify-content: center;
}

















/* Vertical Slider 100% Height */
.vertical .carousel-item {
    height: 80vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Vertical Slider Animation */
.vertical .carousel-item-next.carousel-item-left,
.vertical .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.vertical .carousel-item-next,
.vertical .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100% 0);
}

.vertical .carousel-item-prev,
.vertical .active.carousel-item-left {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

/* Vertical Ccarousel Indicators on Right */
.carousel-indicators {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    right: 10px;
    left: auto;
    width: auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

    .carousel-indicators > li {
        display: block;
        border-radius: 12px;
        width: 12px;
        height: 12px;
        border: 0;
    }

    .carousel-indicators li.active {
        margin-bottom: 5px;
        background: #fff;
    }
/* Vertical Carousel Controls on Right */
.carousel.vertical .carousel-control-prev,
.carousel.vertical .carousel-control-next {
    left: auto;
    right: 13.5px;
    width: 50px;
}

    .carousel.vertical .carousel-control-prev.up {
        top: 0;
        bottom: 50%;
    }

    .carousel.vertical .carousel-control-next.down {
        top: 50%;
        bottom: 0;
    }

        .carousel.vertical .carousel-control-prev.up i,
        .carousel.vertical .carousel-control-next.down i {
            position: absolute;
            top: 50%;
            z-index: 5;
            display: inline-block;
            font-size: 2em;
        }

    .carousel.vertical .carousel-control-prev.up i {
        left: 50%;
        margin-left: -10px;
        top: 50%;
        margin-top: -10px;
    }

    .carousel.vertical .carousel-control-next.down i {
        left: 50%;
        margin-left: -10px;
        top: 50%;
        margin-top: -10px;
    }

/* Vertical Carousel Captions Size */
.carousel-caption {
    max-width: 100%;
    width: 100%;
    height: 85%;
    left: 0;
}



/*/////////////////////////////////// Galllery image////////////////////////////// */

.container__img-holder {
    cursor: pointer;
}

.container .container__img-holder:nth-child(3n+1) {
    /* margin-left: 10px; */
    /* margin-bottom: 10px; */
    padding-left: 10px;
    padding-bottom: 5px;
}

/* Popup Styling */
.img-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 80%);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 2;
}

    .img-popup img {
        max-width: 750px;
        width: 90%;
        opacity: 0;
        transform: translateY(-100px);
        -webkit-transform: translateY(-100px);
        -moz-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        -o-transform: translateY(-100px);
    }

.close-btn {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    /* background: #ffffffad; */
    padding-top: 5px;
}

    .close-btn .bar {
        height: 5px;
        background: #fff;
    }

        .close-btn .bar:nth-child(1) {
            transform: rotate(45deg);
        }

        .close-btn .bar:nth-child(2) {
            transform: translateY(-5px) rotate(-45deg);
        }

.opened {
    display: flex;
}

    .opened img {
        animation: animatepopup 1s ease-in-out .8s;
        -webkit-animation: animatepopup .3s ease-in-out forwards;
    }

@keyframes animatepopup {

    to {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

@media screen and (max-width: 880px) {

    .container .container__img-holder:nth-child(3n+1) {
        /* margin-left: 16px; */
    }
}

#gallery-lightbox img {
    height: 350px;
    object-fit: cover;
    cursor: pointer;
}

    #gallery-lightbox img:hover {
        opacity: 0.9;
        transition: 0.5s ease-out;
    }

gallery-lightbox img:hover {
    opacity: 0.9;
    transition: 0.5s ease-out;
}


/*--- PM interection with PMGatishakti Section --*/

.pmInterection-section {
    width: 100%;
    float: left;
    padding: 0px;
}

    .pmInterection-section .single-item {
        width: calc(100% / 2);
        float: left;
        position: relative;
    }

    .pmInterection-section .single-item-wrap img {
        opacity: 0.8;
    }

    .pmInterection-section .single-item-wrap:hover img {
        opacity: 1;
    }

.see-more-div {
    position: absolute;
    height: 22vh;
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
/* .see-more-btn{
	background: orange;
	color: #000;
	padding: 5px 20px;
	} */
.pmInterection-section .single-item-wrap:hover .see-more-btn {
    background: #3a811d;
    border: 1px solid #3a811d;
    color: #fff;
}

/*----------- PM Gallery section CSS starts-------*/
.pmGallery-section {
    width: 100%;
    float: left;
    padding: 50px 100px;
    background: url(../img/backgroundGallery.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 50px;
}

@media screen and (max-width: 768px) {
    .pmGallery-section {
        padding: 5px 10px;
    }
}

.pmGallery-section .wrap-main {
    display: flex;
    transition: transform 0.5s ease-in-out;
    /*justify-content: center;*/
}

.pmGallery-section .wrap-main-video {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.pmGallery-section .single-item {
    width: 50%;
    float: left;
    position: relative;
}

    .pmGallery-section .single-item img {
        padding-right: 10px;
    }

.pmGallery-section .video-item {
    width: 50%;
    float: left;
    position: relative;
    flex: 0 0 50%;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
}

    .pmGallery-section .video-item video {
        padding-right: 10px;
    }

.pmGallery-section .single-item:first-child img {
    /* padding-left: 0px; */
}

.pmGallery-section .single-item:last-child img {
    /* padding-right: 0px; */
}

.pmGallery-section .wrap-button {
    position: relative;
    bottom: 40px;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    width: calc(100% - 20px);
    text-align: center;
    position: absolute;
}
/* .pmGallery-section .see-more-btn{
		margin: 0 auto;
	} */

.img-fluid {
    width: 500px;
    height: 200px;
}
/***  ----- Strong service slider CSS starts----------***/

.testimonial-section {
    width: 100%;
    float: left;
    position: relative;
    padding: 120px 0px 120px 0px;
    overflow: hidden;
}

    .testimonial-section::after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgb(240 247 253);
        z-index: -1
    }

    .testimonial-section .ab_img_top_right_shap_1 {
        z-index: 1;
    }

    .testimonial-section .tp-choose-3__shap-1 {
        z-index: 1;
    }

    .testimonial-section .no-wrap {
        position: relative;
        width: 100%;
        float: left;
        height: 100%;
    }

        .testimonial-section .no-wrap:before {
            content: "";
            position: absolute;
            top: -50px;
            bottom: -50px;
            left: 50px;
            width: 80%;
            /* height: 100%; */
            background: #fff;
            box-shadow: 0 19px 59px 0 hsla(0,0%,58.8%,.44);
            /* box-shadow: 0px 8px 10px 0 rgba(12, 33, 67, 0.8); */
        }

    .testimonial-section .service-content {
        /* margin-bottom: 30px; */
        padding: 50px 0 50px 50px;
        position: relative;
        z-index: 1;
        top: 50%;
        transform: translateY(-50%);
    }

        .testimonial-section .service-content::after {
            position: absolute;
            content: '';
            left: -60px;
            top: 0;
            width: 40%;
            height: 100%;
            /* background: #ffbc13; */
            z-index: -1
        }

        .testimonial-section .service-content h2 {
            /* color: #fff; */
            line-height: 1.3;
            margin-top: -10px;
            margin-bottom: 15px
        }

        .testimonial-section .service-content p {
            /* color: #fff; */
            margin-bottom: 30px
        }

        .testimonial-section .service-content .primary-btn {
            background: #fff
        }

    .testimonial-section .col-lg-8 {
        height: 100%;
        position: relative;
        margin-top: 50px;
        margin-bottom: 50px;
        padding-right: 0px;
    }

        .testimonial-section .col-lg-8:before {
            content: "";
            position: absolute;
            left: 150px;
            top: -40px;
            bottom: -40px;
            width: calc(100% - 150px);
            background: #bedefc;
            /* position: unset; */
            /* z-index: 1; */
        }

.testimonial-slider {
    /* overflow: hidden; */
}

    .testimonial-slider.owl-carousel .owl-item {
        padding: 50px 0px;
    }

    .testimonial-slider .slider-item {
        width: 100%;
        float: left;
        min-height: 400px;
        max-height: 600px;
        padding: 35px 30px;
        border: 2px solid rgb(157 180 206);
        border-radius: 5px;
        max-width: 350px;
        background: rgba(26,26,26,.8);
        background: #fff;
        -webkit-transition: .5s;
        transition: .5s;
        box-shadow: 0 19px 59px 0 hsla(0,0%,58.8%,.44);
        box-shadow: 0px 8px 10px 0 rgba(12, 33, 67, 0.8);
        /* background-image: linear-gradient(to bottom, rgba(3, 32, 108, 0) 6%, #02183e 93%); */
    }

        .testimonial-slider .slider-item > i {
            width: 56px;
            height: 56px;
            line-height: 57px;
            margin-bottom: 18px;
            background: #fff;
            text-align: center;
            border: 1px solid;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .testimonial-slider .slider-item > i img {
                /* display: inline-block; */
                width: 100%;
                border-radius: 50%;
                border: 1px solid #fff;
            }

        .testimonial-slider .slider-item h3 {
            margin-bottom: 10px;
        }

            .testimonial-slider .slider-item h3 a {
                color: #fff;
                font-size: 1.2rem;
                width: 100%;
                float: left;
                margin-bottom: 15px;
            }

                .testimonial-slider .slider-item h3 a:hover {
                    color: #ffbc13
                }

        .testimonial-slider .slider-item p {
            margin-bottom: 20px;
            /* color: #d2d2d2; */
            font-style: italic;
            position: relative;
        }

            .testimonial-slider .slider-item p:before {
                content: "\f10d";
                font-family: 'FontAwesome';
                position: absolute;
                left: -22px;
                top: -14px;
                width: 50px;
            }

            .testimonial-slider .slider-item p:after {
                content: "\f10e";
                font-family: 'FontAwesome';
                position: absolute;
                right: -22px;
                bottom: -5px;
                width: 50px;
            }

    .testimonial-slider .said-by {
        width: 100%;
        float: left;
    }

    .testimonial-slider .name {
        width: 100%;
        float: left;
        color: #f5a540;
    }

    .testimonial-slider .designation {
        color: #01c601;
    }

    .testimonial-slider .slider-item .read-more-btn {
        color: #fff;
        font-size: 1.1rem;
        color: #cf9e39;
    }

        .testimonial-slider .slider-item .read-more-btn i {
            vertical-align: -2px;
            color: #ffbc13
        }

        .testimonial-slider .slider-item .read-more-btn:hover {
            color: #ffbc13
        }

    .testimonial-slider .owl-nav {
        position: absolute;
        left: -33%;
        bottom: 63px;
    }

    .testimonial-slider.owl-carousel .owl-nav button.owl-prev, .testimonial-slider.owl-carousel .owl-nav button.owl-next {
        width: 45px;
        height: 45px;
        background: orange;
        color: #fff;
        font-size: 2.2rem;
        line-height: 100%;
    }

    .testimonial-slider.owl-carousel .owl-nav button.owl-prev {
        margin-right: 25px;
    }

    .testimonial-slider .slider-item:hover {
        border: 2px solid #003565;
    }


/* color theme change */
.access-type a:hover {
    color: #333 !important;
}

.colorchanger {
    list-style: none
}

body.dark_theme, .dark_theme .header__top {
    background: #000;
}

.dark_theme .map_statistics_sec, .dark_theme .gallery {
    background: #333
}

.dark_theme .home-room, .dark_theme .service-section, .dark_theme .gallery_group {
    background: #000;
}

.dark_theme .section-title h2 {
    color: #fff400
}

.dark_theme p, .dark_theme .gallery_group a, .dark_theme .header__menu ul li a, .dark_theme .header__menu ul li a .fa,
.dark_theme .header__menu ul li .dropdown li a, .dark_theme .footer_links li a, .dark_theme .copyright_div {
    color: #fff400
}

    .dark_theme .header__menu ul li a:after {
        background: #fff400
    }

.dark_theme .header__menu .dropdown ul li {
    border-bottom: 0px;
    background: #000
}

    .dark_theme .header__menu .dropdown ul a:hover, .dark_theme .header__menu .dropdown ul .active:hover, .dark_theme .header__menu .dropdown ul li:hover > a {
        background: #2a2c2f;
    }

.dark_theme .logo-img {
    background: #fff;
    padding: 5px;
}

.dark_theme .testimonial-section {
    background: #333;
}

    .dark_theme .testimonial-section .no-wrap:before {
        background: #000;
    }

    .dark_theme .testimonial-section .service-content h2 {
        color: #fcf13c;
    }

    .dark_theme .testimonial-section .col-lg-8:before {
        background: #003565;
    }

.dark_theme .testimonial-slider .slider-item {
    background: #000
}

.dark_theme .pmGallery-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #28262680;
}

#factspopulation .see-more-btn {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: var(--main-color);
}

.pmGallery-section .see-more-btn {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    /*    background-color: var(--main-color);*/
}

    #factspopulation .see-more-btn:hover, .pmGallery-section .see-more-btn:hover, .see-more-btn:hover {
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        background-color: #00AEEF;
    }

/*----------------- new gif css------------- */
.mCS_img_loaded {
    width: 50px;
}






.carousel-item img {
    height: 100%;
}

.features-post {
    position: relative;
    margin-bottom: 0px;
}

.features-content {
    position: absolute;
    bottom: 0;
    left: 4px;
    width: 100%;
    background-color: #002357;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    z-index: 99;
}

    .features-content:hover {
        background-color: #f5a425;
        box-shadow: 0px 0px 30px rgba(0,0,0,0.5);
    }

    .features-content h4 {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700;
        color: #fff;
        letter-spacing: 1px;
        margin-bottom: 0px;
    }

        .features-content h4 i {
            margin-right: 15px;
            font-size: 24px;
        }

    .features-content p {
        margin-bottom: 0px;
    }

    .features-content a {
        margin-top: 15px;
        display: inline-block;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 0.5px;
        font-weight: 700;
        font-size: 14px;
        border-bottom: 2px solid #fff;
    }

.features .icon-box {
    display: flex;
    align-items: center;
    background: radial-gradient(circle 248px at center,#b4b4e8 0%,#1655b7 47%,#0c93f2 100%) !important;
    transition: ease-in-out 0.3s;
    bottom: 0;
    left: 4px;
    width: 100%;
    background-color: #157dc2db;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-top: -54px;
}

@media screen and (max-width: 768px) {
    .features .icon-box {
        margin-top: 0px !important;
    }
}

.features .icon-box:hover {
    background: radial-gradient(circle 248px at center,#faefe3 0%,#df9926 47%,#f18c18 100%) !important;
}

.features .icon-box h3 {
    font-size: 1.2rem;
}

section.features .col-4 {
    padding-left: 0px;
    padding-right: 0px;
}

.features-post {
    position: relative;
    margin-bottom: 0px;
}

.features .icon-box h3 {
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 20px;
    animation: text 3s 1;
}

.features-content:hover {
    background-color: #002357;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.5);
}

.features-content h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

    .features-content h4 i {
        margin-right: 15px;
        font-size: 24px;
    }

.features-content p {
    margin-bottom: 0px;
}

.features-content a {
    margin-top: 15px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: 700;
    font-size: 14px;
    border-bottom: 2px solid #fff;
}

@media (min-width: 768px) {
    .features-post {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .popuptext {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .largeheading {
        font-size: 10px !important;
        font-weight: 400 !important;
    }

    .smallheading {
        font-size: 6px !important;
    }

    /* .carousel-item img {
        height: 50vh;
    }*/
}

.largeheading {
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
}

.smallheading {
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .largeheading {
        font-size: 10px !important;
        font-weight: 400 !important;
    }

    .smallheading {
        font-size: 6px !important;
    }

    /*.carousel-item img {
    height: 30vh;
}*/
    #specials {
        padding: 0px;
    }

    #chefs {
        padding: 0px;
    }

    #storyText, #StudentsText, #tenderText, .StudentsText {
        font-size: 3vw;
        text-align: center;
    }

    #storyPopuPtext1, #storyPopuPtext2, #storyPopuPtext3, #storyPopuPtext4 {
        display: block;
        margin-top: 2%;
        padding: 2%;
    }

    #missionBoxId {
        padding: 0px;
    }

    #slideshowId {
        padding: 0px;
    }

    [data-aos-delay] {
        transition-delay: 0 !important;
    }

    .features-content {
        padding: 15px;
        margin-bottom: 0px;
    }

        .features-content h4 i {
            display: block;
            padding-bottom: 20px;
        }

        .features-content h4 {
            font-size: 14px;
        }

        .features-content p {
            display: none;
        }

    .moreInfoId {
        display: none;
    }

    #moreInfoicon {
        display: none;
    }

    .features-content a {
        letter-spacing: 0px;
        font-size: 13px;
        font-weight: 600;
    }

    .features-post {
        display: block;
        margin-bottom: 10px;
        padding: 2px;
        margin: 30px;
    }

    .careerClass {
        height: 0px;
        display: none;
    }

    #autoBodyId1, #autoBodyId2, #autoBodyId3, #autoBodyId4, #autoBodyId5, #autoBodyId6 {
        width: 25vw;
    }

    #sideMenu, #topbar {
        display: none;
    }

    #sideMenu1 {
        display: block;
    }

    #autoBodyDiv, #inspaceDiv {
        margin-top: 1rem;
    }
}


/*
     08/07/24*/
#factspopulation {
    background: url('../img/about-bg2.PNG') center top no-repeat fixed;
    background-size: cover;
    padding: 10px 0 0px 0;
    position: relative;
}

    #factspopulation::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.88);
        z-index: 9;
    }

    #factspopulation .container {
        position: relative;
        z-index: 10;
    }

.counters {
    padding-bottom: 50px;
}

#factspopulation h5 {
    text-align: center;
    padding: 20px 108px;
}

#factspopulation .counters span {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    color: #01CEFB;
}

/*span.cu {
    margin-top: 2rem;
}*/

#factspopulation .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #000;
}

#factspopulation .facts-img {
    text-align: center;
    padding-top: 30px;
}

.square-box {
    border-radius: 50% !important;
    height: 150px;
    width: 150px;
    border: 3px solid #002357;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
    perspective: 1000px;
}

    .square-box .front,
    .square-box .back {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        border-radius: 8px;
        /*  background-color: #fff;*/
        transition: transform 0.6s, opacity 0.3s ease;
        backface-visibility: hidden;
    }

    /* Back content: initially hidden */
    /*.square-box .back {
  transform: rotateY(180deg);
  opacity: 0;
  color: #000;
}*/

    /* Hover effect: flip the content */
    .square-box:hover .front {
        transform: rotateY(180deg);
        opacity: 0;
    }

    .square-box:hover .back {
        transform: rotateY(0deg);
        opacity: 1;
    }

    .square-box .back img {
        height: 150px;
        width: 150px;
        object-fit: cover;
    }

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@media (print), (prefers-reduced-motion: reduce) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
    }
}

/*-------------Card---------------*/
#testimonials .testimonials-card {
    position: relative;
    display: flex;
    place-content: center;
    place-items: center;
    overflow: hidden;
    border-radius: 25px;
    padding: 5px;
    box-shadow: 2px 2px 5px #bababa;
    background-color: #07182E;
}


    #testimonials .testimonials-card::before {
        content: '';
        position: absolute;
        width: 100px;
        background-image: linear-gradient(180deg, rgb(0, 183, 255), rgb(255, 48, 255));
        height: 160%;
        animation: rotBGimg 5s linear infinite;
        transition: all 0.2s linear;
    }

@keyframes rotBGimg {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#testimonials .testimonials-card::after {
    content: '';
    position: absolute;
    inset: 5px;
    border-radius: 15px;
}

#testimonials .testimonials-card:hover:before {
    /*  background-image: linear-gradient(180deg, rgb(81, 255, 0), purple);*/
    background-image: linear-gradient(180deg, #ffffff, #fff);
    animation: rotBGimg 10s linear infinite;
}
