.pradesh__news .tab__view {
    display: flex;
    flex-direction: column;
    grid-gap: 38px;
}

.pradesh__news {
    width: 100%;
}

.pradesh__news .pradesh__grid .tab__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px;
}

@media (max-width: 768px) {
    .pradesh__news .pradesh__grid .tab__grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.pradesh__news .pradesh__grid .tab__grid .grid__left {
    grid-column: span 3;
}

@media (max-width: 768px) {
    .pradesh__news .pradesh__grid .tab__grid .grid__left {
        grid-column: span 1;
    }
}

.pradesh__news .pradesh__grid .tab__grid .grid__left .grid__card {
    flex-direction: column;
}

.pradesh__news .pradesh__grid .tab__grid .grid__left .grid__card .card__details {
    flex: 2;
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}

.pradesh__news .pradesh__grid .tab__grid .grid__left .grid__card .card__details .card__title {
    font-size: 28px;
}

@media (max-width: 550px) {
    .pradesh__news .pradesh__grid .tab__grid .grid__left .grid__card .card__details .card__title {
        font-size: 28px;
    }
}

.pradesh__news .pradesh__grid .tab__grid .grid__right {
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    grid-gap: 30px;
}

@media (max-width: 768px) {
    .pradesh__news .pradesh__grid .tab__grid .grid__right {
        grid-column: span 1;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 550px) {
    .pradesh__news .pradesh__grid .tab__grid .grid__right {
        grid-template-columns: repeat(1, 1fr);
    }
}

.pradesh__news .pradesh__grid .tab__grid .grid__card {
    display: flex;
    grid-gap: 10px;
}

.pradesh__news .pradesh__grid .tab__grid .grid__right .grid__card {
    align-items: center;
}

.pradesh__news .pradesh__grid .tab__grid .grid__left .grid__card .card__img {
    height: 100%;
}

.pradesh__news .pradesh__grid .tab__grid .grid__card .card__img {
    height: auto;
}

.pradesh__news .pradesh__grid .tab__grid .grid__card:hover .card__img a img {
    transform: scale(1.05);
}

.pradesh__news .pradesh__grid .tab__grid .grid__card .card__img {
    flex: 1;
}

.pradesh__news .pradesh__grid .tab__grid .grid__card .card__img a {
    display: block;
    position: relative;
    height: 0;
    width: 100%;
    overflow: hidden;
}

.pradesh__news .pradesh__grid .tab__grid .grid__card .card__img a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: scale(1.01);
    transition: all 600ms ease-in-out;
}

.pradesh__news .pradesh__grid .tab__grid .grid__card .card__details {
    flex: 2;
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}

.pradesh__news .pradesh__grid .tab__grid .grid__card .card__details .card__title {
    font-size: 18px;
    font-weight: bold;
}

.pradesh__news .pradesh__grid .tab__grid .grid__card .card__details .card__title:hover a {
    color: var(--theme-color) !important;
}

.pradesh__news .pradesh__grid .tab__grid .grid__card .card__details .card__title a {
    color: var(--dark-grey-color);
    transition: all 300ms ease-in-out;
}

.hr__tab .nav {
    border: 0;
}

.hr__tab .nav .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    font-size: 18px;
    color: var(--dark-grey-color);
    border-radius: 0;
    font-weight: 600;
    min-width: 100px;
    height: 40px;
    padding: 0 20px;
    transition: all 300ms ease-in-out;
}

.hr__tab .nav .nav-link.active {
    background: var(--theme-color);
    color: white !important;
}

.hr__tab .nav .nav-link.active:hover {
    color: white !important;
}

.hr__tab .nav .nav-link:hover {
    color: var(--theme-color) !important;
}

/* news grid layout styles */
.grid__box-1of5 {
    background: #f6f6f6;
}

/* news banner title */
.section__title-banner {
    position: relative;
    padding-left: 0;
    margin-bottom: 0 !important;
}

.section__title-banner::before {
    display: none;
}

.section__title-banner a {
    position: absolute;
    z-index: 5;
    left: 10%;
    color: white;
    bottom: 100px;
    font-weight: 600;
    font-size: 32px;
}

.section__title-banner a span {
    font-weight: bold;
    font-size: 36px;
}

.section__title-banner a::before {
    content: '';
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    left: -40px;
    width: 10px;
    height: 100%;
    background: white;
}

.news__banner-img {
    width: 100%;
    height: 450px;
    position: relative;
}

.news__banner-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 1));
}

.news__banner-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.grid__box-bannerNews {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    padding: 30px;
    margin: 0 40px;
    margin-top: -50px;
    background: #ffffff;
}

.grid__box-bannerNews-content:nth-child(1) {
    grid-row: 1 / 5;
    grid-column: 1 / 2;
}

.grid__box-bannerNews-content:not(:first-child) {
    grid-column: 2 / 3;
}

.grid__box-bannerNews-content .single__row-wrapper .single__row-image {
    flex: .5;
}

.form__wrapper-flex {
    align-items: center;
}

.form__wrapper-flex-right {
    flex: .3;
    background: rgba(0, 0, 0, 0.02);
    border-radius: 5px;
    overflow: hidden;
    height: 150px;
}

.image__uploader {
    width: 100%;
    height: 100%;
    position: relative;
}

.current__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.re-uploader {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 10;
    background: #1e1e1e;
    min-width: 20px;
    height: 20px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.re-uploader svg {
    color: white;
    font-size: 14px;
    display: flex;
}

#selectedImage {
    width: 100%;
    height: 100%;
}

.uploader__inner {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    position: relative;
    cursor: pointer;
}

.uploader__inner .uploader__icon {
    min-width: 50px;
    height: 50px;
    border-radius: 50px;
    background: rgb(231, 231, 231);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -15px;
}

.uploader__inner .uploader__icon {
    font-size: 26px;
    display: flex;
}

.uploader__inner p {
    background-color: #1e1e1e;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
    padding: 5px;
    display: flex;
    justify-content: center;
    text-align: center;
    z-index: 5;
}

.document__uploader-back,
.document__uploader-front {
    width: 100%;
    height: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.02);
    border-radius: 5px;
    overflow: hidden;
    height: 200px;
}

.document__img-front,
.document__img-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.re-uploader-front,
.re-uploader-back {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 10;
    background: #1e1e1e;
    min-width: 20px;
    height: 20px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.re-uploader-front svg,
.re-uploader-back svg {
    color: white;
    font-size: 14px;
    display: flex;
}

#docImgFront,
#docImgBack {
    width: 100%;
    height: 100%;
}

.document__inner-front,
.document__inner-back {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    position: relative;
    cursor: pointer;
}

.document__inner-front .uploader__icon,
.document__inner-back .uploader__icon {
    min-width: 50px;
    height: 50px;
    border-radius: 50px;
    background: rgb(231, 231, 231);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -15px;
}

.document__inner-front .uploader__icon svg,
.document__inner-back .uploader__icon svg {
    font-size: 26px;
    display: flex;
}

.document__inner-front p,
.document__inner-back p {
    background-color: #1e1e1e;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
    padding: 5px;
    display: flex;
    justify-content: center;
    text-align: center;
    z-index: 5;
}

.form__date-calendar .form__wrapper-flex-left {
    flex: 1;
}

.form__date-calendar .form__wrapper-flex-left .form-group input {
    cursor: pointer;
    font-family: 'poppins';
    font-size: 16px;
}

.form__date-calendar .form__wrapper-flex-left .form-group input::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #777;
}

.form__group-quad {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
}

.form-group.document__images {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.document__images .form__wrapper-flex-left {
    flex: unset;
}

.document__images .form__wrapper-flex-left .image__uploader {
    background: rgba(0, 0, 0, 0.02);
    border-radius: 5px;
    overflow: hidden;
    height: 200px;
}

.document__images .form__wrapper-flex-left label {
    position: static;
    transform: unset;
    margin-bottom: 5px !important;
    font-size: 18px;
    font-weight: 500;
    color: #777;
}

.signleRow__col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
}

@media (max-width: 991px) {
    .signleRow__col {
        grid-template-columns: repeat(1, 1fr);
    }
}

.signleRow__col .category__card {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

@media (max-width: 450px) {
    .signleRow__col .category__card {
        flex-direction: column-reverse;
    }
}

/* .signleRow__col .category__card:nth-child(1) {
    grid-column: span 3;
    grid-gap: 40px;
    position: relative;
} */

@media (max-width: 991px) {
    .signleRow__col .category__card:nth-child(1) {
        grid-column: span 1;
        flex-direction: column-reverse;
    }
}

@media (max-width: 768px) {
    .signleRow__col .category__card:nth-child(1) {
        grid-gap: 10px;
    }
}

.signleRow__col .category__card:nth-child(1)::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--border-color);
}

.signleRow__col .category__card:nth-child(1) .card__details {
    grid-gap: 10px;
}

.signleRow__col .category__card:nth-child(1) .card__details .card__title {
    -webkit-line-clamp: 3;
    font-size: 42px;
}

@media (max-width: 991px) {
    .signleRow__col .category__card:nth-child(1) .card__details .card__title {
        font-size: 32px;
    }
}

@media (max-width: 450px) {
    .signleRow__col .category__card:nth-child(1) .card__details .card__title {
        font-size: 24px;
    }
}

.signleRow__col .category__card:nth-child(1) .card__details .card__desc {
    -webkit-line-clamp: 3;
}

.signleRow__col .category__card:nth-child(1) .card__details .card__desc p {
    font-size: 22px;
}

@media (max-width: 991px) {
    .signleRow__col .category__card:nth-child(1) .card__img {
        width: 100%;
    }
}

.signleRow__col .category__card:not(:last-child, :first-child) {
    position: relative;
}

.signleRow__col .category__card:not(:last-child, :first-child)::before {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 1px;
    height: 100%;
    background: var(--border-color);
}

@media (max-width: 450px) {
    .signleRow__col .category__card:not(:last-child, :first-child)::before {
        bottom: -20px;
        right: 0;
        top: unset;
        width: 100%;
        height: 1px;
    }
}

.signleRow__col .category__card .card__img {
    flex: 1;
}

.signleRow__col .category__card .card__img a {
    padding-bottom: 70%;
}

@media (max-width: 450px) {
    .signleRow__col .category__card .card__img {
        width: 100%;
    }
}

.signleRow__col .category__card .card__details {
    flex: 1;
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}

@media (max-width: 450px) {
    .signleRow__col .category__card .card__details {
        flex: unset;
    }
}

.signleRow__col .category__card .card__details .card__title {
    font-size: 18px;
    font-weight: bolder;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 991px) {
    .signleRow__col .category__card .card__details .card__title {
        font-size: 24px;
    }
}

@media (max-width: 450px) {
    .signleRow__col .category__card .card__details .card__title {
        font-size: 20px;
    }
}

.signleRow__col .category__card .card__details .card__title:hover a {
    color: var(--theme-color) !important;
}

.signleRow__col .category__card .card__details .card__title a {
    color: var(--dark-grey-color);
    transition: all 300ms ease-in-out;
}

.signleRow__col .category__card .card__details .card__desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.signleRow__col .category__card .card__details .card__desc p {
    font-size: 17px;
}

@media (max-width: 991px) {
    .signleRow__col .category__card .card__details .card__desc p {
        font-size: 20px;
    }

    .section__title-banner a span {
        font-size: 34px;
    }

    .section__title-banner a {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .section__title-banner a span {
        font-size: 32px;
    }

    .section__title-banner a {
        font-size: 28px;
    }

    .grid__box-bannerNews-content:not(:first-child) {
        grid-column: 1 / 3;
    }

    .grid__box-bannerNews-content:nth-child(1) {
        grid-column: 1/3;
        grid-row: unset;
    }

    .grid__box-bannerNews-content .single__grid-wrapper {
        min-height: 300px;
    }

    .overlay__box {
        padding: 20px;
    }

    .single__grid-title {
        margin-bottom: 0;
    }

    .single__grid-title h3 {
        font-size: 26px;
    }

    .grid__box-bannerNews {
        margin: 0 30px;
        margin-top: -40px;
    }
}

@media (max-width: 575px) {
    .section__title-banner a span {
        font-size: 24px;
    }

    .section__title-banner a {
        font-size: 20px;
    }

    .grid__box-bannerNews {
        margin: 0px 20px;
        padding: 20px;
        margin-top: -40px;
    }

    .single__grid-title h3 {
        font-size: 20px;
    }

    .grid__box-bannerNews-content .single__grid-wrapper {
        min-height: 210px;
    }

    .grid__box-bannerNews {
        grid-gap: 20px;
    }

    .news__banner-img {
        aspect-ratio: 1 / .6;
    }

    .overlay__box {
        padding: 10px;
    }

}


@media (max-width: 450px) {
    .signleRow__col .category__card .card__details .card__desc p {
        font-size: 18px;
    }

    .single__grid-title h3 {
        font-size: 18px;
    }

    .grid__box-bannerNews-content .single__grid-wrapper {
        min-height: 180px;
    }

    .single__row-title {
        margin-bottom: 0;
    }

    .single__row-title h4 {
        font-size: 16px;
    }

    .grid__box-bannerNews {
        grid-gap: 15px;
    }

    .grid__box-bannerNews {
        margin: 0px 15px;
        padding: 15px;
        margin-top: -35px;
    }

    .section__title-banner a::before {
        left: -20px;
    }
}

.history__section .post__box-image {
    height: 175px;
}

.member__details-section .member__details-info {
    display: flex;
    flex-direction: column;
    grid-gap: 30px;
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}

.member__details-section .member__details-info .member__avatar {
    display: flex;
    align-items: center;
    grid-gap: 30px;
}

.member__details-section .member__details-info .member__avatar img {
    width: 350px;
    height: auto;
}

.member__details-section .member__details-info .member__avatar .personal__details {
    display: flex;
    flex-direction: column;
    grid-gap: 5px;
}

.member__details-section .member__details-info .member__avatar .personal__details .member__name {
    font-size: 32px;
    font-weight: bold;
    color: #1e1e1e;
}

.member__details-section .member__details-info .member__avatar .personal__details .member__post {
    font-size: 22px;
    font-weight: 600;
    color: var(--theme-color);
}

.member__details-section .member__details-info .member__desc {
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
}

.member__details-section .member__details-info .member__desc .descriptions {
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
}

.member__details-section .member__details-info .member__desc .descriptions p {
    font-size: 22px;
    color: black;
    font-weight: 400;
    line-height: 1.6;
}

.video__box {
    display: flex;
    flex-direction: column;
}

.video__box .post__box-title a {
    color: inherit;
}

.video__box a {
    height: auto;
    display: unset;
}

.member__details-section .social__handles {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    margin-top: 15px;
}

.member__details-section .social__handles .social {
    min-width: 30px;
    height: 30px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--secondary-color);
}

.member__details-section .social__handles .social svg {
    color: white;
    display: flex;
    font-size: 16px;
}

@media (max-width: 768px) {
    .member__details-section .member__details-info .member__avatar img {
        width: 250px;
    }
}

@media (max-width: 575px) {
    .member__details-section .member__details-info .member__avatar img {
        width: 200px;
    }
}

@media (max-width: 450px) {
    .member__details-section .member__details-info .member__avatar {
        grid-gap: 10px;
    }

    .member__details-section .member__details-info .member__avatar img {
        width: 160px;
    }

    .member__details-section .member__details-info .member__avatar .personal__details .member__name {
        font-size: 26px;
    }

    .member__details-section .member__details-info .member__avatar .personal__details .member__post {
        font-size: 18px;
    }
}

@media (max-width: 400px) {
    .member__details-section .member__details-info .member__avatar img {
        width: 140px;
    }

    .member__details-section .member__details-info .member__avatar .personal__details .member__name {
        font-size: 26px;
    }

    .member__details-section .member__details-info .member__avatar .personal__details .member__post {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .section__title-banner a span {
        font-size: 34px;
    }

    .section__title-banner a {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .section__title-banner a span {
        font-size: 32px;
    }

    .section__title-banner a {
        font-size: 28px;
    }

    .grid__box-bannerNews-content:not(:first-child) {
        grid-column: 1 / 3;
    }

    .grid__box-bannerNews-content:nth-child(1) {
        grid-column: 1/3;
        grid-row: unset;
    }

    .grid__box-bannerNews-content .single__grid-wrapper {
        min-height: 300px;
    }

    .overlay__box {
        padding: 20px;
    }

    .single__grid-title {
        margin-bottom: 0;
    }

    .single__grid-title h3 {
        font-size: 26px;
    }

    .grid__box-bannerNews {
        margin: 0 30px;
        margin-top: -40px;
    }
}

@media (max-width: 575px) {
    .section__title-banner a span {
        font-size: 24px;
    }

    .section__title-banner a {
        font-size: 20px;
    }

    .grid__box-bannerNews {
        margin: 0px 20px;
        padding: 20px;
        margin-top: -40px;
    }

    .single__grid-title h3 {
        font-size: 20px;
    }

    .grid__box-bannerNews-content .single__grid-wrapper {
        min-height: 210px;
    }

    .grid__box-bannerNews {
        grid-gap: 20px;
    }

    .news__banner-img {
        aspect-ratio: 1 / .6;
    }

    .overlay__box {
        padding: 10px;
    }

}

@media (max-width: 450px) {

    .single__grid-title h3 {
        font-size: 18px;
    }

    .grid__box-bannerNews-content .single__grid-wrapper {
        min-height: 180px;
    }

    .single__row-title {
        margin-bottom: 0;
    }

    .single__row-title h4 {
        font-size: 16px;
    }

    .grid__box-bannerNews {
        grid-gap: 15px;
    }

    .grid__box-bannerNews {
        margin: 0px 15px;
        padding: 15px;
        margin-top: -35px;
    }

    .section__title-banner a::before {
        left: -20px;
    }
}

.navbar__cta-img {
    transition: all 800ms ease-in-out;
}

.navbar__cta-img:hover {
    transform: rotate(180deg);
}

.header .navbar__cta .menu-bar svg {
    transition: all 300ms ease-in-out;
}

.header .navbar__cta .menu-bar:hover svg {
    color: var(--theme-color);
}

.header .navbar__cta .menu-bar svg {
    font-size: 24px;
    color: var(--secondary-color);
}

/* ---------------- latest changes ---------------- */

.live__update {
    padding: 70px 0;
}

.live__update-video {
    display: flex;
    flex-direction: column;
}

.live__update-main {
    margin-bottom: 100px;
}

.live__update-video .video__caption {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    background: rgba(78, 1, 1, .7);
    color: white;
    font-weight: 400;
}

.live__update-image::after {
    background: rgb(78, 1, 1);
    opacity: 0.8;
}

.live__update-main-info::before {
    background: #FA9000;
    top: 8px;
    width: 10px;
}

.live__update-list {
    gap: 70px;
}

.live__update-list-item {
    position: relative;
}

.live__update-list-item h4 {
    padding-left: 30px;
}

.live__update-list-item::before {
    content: "";
    position: absolute;
    height: 100%;
    background: #FA9000;
    top: 0;
    left: 0;
    width: 10px;
}

.grid__box-sixth-content:nth-child(1) {
    height: 420px;
}

.grid__box-sixth-content .card__overlay {
    width: 100%;
}

.opinion__slider .post-meta {
    margin-bottom: 0;
}

.opinion__content {
    display: block !important;
}

.opinion__content .opinion__grid {
    margin: 0;
    grid-column: unset;
}

.opinion__content .opinion__grid .grid__card {
    padding: 0;
}

.opinion__slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.pradesh__newsSection {
    background: #9c1117;
    margin-bottom: 0px;
    padding: 50px 0;
}

.pradesh__newsSection .content__header .section__title {
    margin-bottom: 30px !important;
}

.pradesh__newsSection .section__title a {
    color: white;
}

.pradesh__newsSection .section__title::before {
    background: var(--secondary-color);
}

.hr__tab .nav .nav-link {
    color: white;
}

.pradesh__news .pradesh__grid .tab__grid .grid__card .card__details .card__title a {
    color: white;
}

.pradesh__newsSection .post-meta .date {
    color: #fff;
}

.section__title-banner a::before {
    top: 45%;
}

.hr__tab .nav .nav-link {
    padding: 0;
    min-width: unset;
    height: unset;
}

.hr__tab .nav .nav-link.active {
    background: rgba(255, 255, 255, .3);
    display: flex;
    padding: 10px 10px !important;
    padding-right: 15px !important;
    border-radius: 50px;
}

.hr__tab .nav .nav-link.active span {
    color: var(--secondary-color);
}

.hr__tab .nav .nav-link.active::before {
    opacity: 1;
}

.hr__tab .nav {
    column-gap: 40px;
    row-gap: 10px;
}

.hr__tab .nav .nav-link:hover {
    color: white !important;
}

.hr__tab .nav .nav-link span {
    display: flex;
    align-items: center;
    grid-gap: 15px;
}

.hr__tab .nav .nav-link.active span img {
    outline: 4px solid var(--secondary-color);
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
}

.hr__tab .nav .nav-link span img {
    width: 35px;
    height: 35px;
    border-radius: 100%;
}

.opinion__grid .post__meta .author {
    position: relative;
    padding-left: 20px;
}

.opinion__grid .post__meta .author::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #a7a9ac;
}

.grid__box-1of5 .post-meta {
    display: flex;
    align-items: center;
    grid-gap: 30px;
}

.pradesh__newsSection .post-meta {
    display: flex;
    align-items: center;
    grid-gap: 30px;
}

.pradesh__newsSection .post-meta .category {
    background: white;
    color: var(--theme-color);
    font-weight: 600;
}

.post-meta .category {
    background: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    color: white;
    padding: 2px 10px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    border-radius: 50px;
}

.post-meta .category::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -17px;
    width: 2px;
    height: 100%;
    background: #ddd;
}

.news__section-wrapper {
    margin-bottom: 50px;
}

.members__section {
    padding-bottom: 0;
    /* margin-bottom: 50px; */
}

.opinion__interview {
    padding-bottom: 0;
    /* margin-bottom: 50px; */
}

.news__section-wrapper .news__section .tab__content-box {
    padding: 0 0 !important;
}

.live__update-box {
    margin-bottom: 50px !important;
}

.news__section-wrapper .news__section {
    display: flex;
    flex-direction: column;
    grid-gap: 50px;
}

.lightBackground {
    padding: 30px;
}

.opinion__interview {
    padding: 0;
}

.details__info .embed-responsive {
    margin-bottom: 1.5rem;
}

.gallery__album-title a {
    color: inherit;
}

.news__desc p {
    color: #1e1e1e;
    font-size: 18px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.video__gallery-grid .video__box-new .video__top {
    margin-bottom: 2px;
}

.video__gallery-grid .video__box-new .video__top .video__card .card__img {
    position: relative;
    width: 100%;
}

.video__gallery-grid .video__box-new .video__top .video__card .card__img a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.video__gallery-grid .video__box-new .video__top .video__card .card__img .open__video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: unset !important;
    padding-bottom: 0 !important;
    min-width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
    border-radius: 50%;
    z-index: 5;
    transition: all 500ms ease-in-out;
}

.video__gallery-grid .video__box-new .video__top .video__card .card__img .open__video:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.video__gallery-grid .video__box-new .video__top .video__card .card__img .open__video::before {
    display: none;
}

.video__gallery-grid .video__box-new .video__top .video__card .card__img .open__video svg {
    font-size: 28px;
    color: white;
    display: flex;
}

.gallery__video-content .row .col-lg-6:nth-child(1) {
    padding-right: 15px !important;
}

.gallery__video-content .row .col-lg-6:nth-child(2) {
    padding-left: 15px !important;
}

.video__bottom .video__card .card__img {
    position: relative;
}

.video__bottom .video__card .card__img a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.video__bottom {
    margin: 0 -1px;
}

.video__bottom .video__card {
    padding: 0 1px;
}

.video__bottom .video__card .card__img .open__video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: unset !important;
    padding-bottom: 0 !important;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
    border-radius: 50%;
    z-index: 5;
    transition: all 500ms ease-in-out;
}

.video__bottom .video__card .card__img .open__video:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.video__bottom .video__card .card__img .open__video::before {
    display: none;
}

.video__bottom .video__card .card__img .open__video svg {
    display: flex;
    font-size: 16px;
    color: white;
}

.grid__box-sixth .gallery__album-box-content {
    grid-column: 1/5;
    grid-row: 1/4;
}

.pradesh__newsSection .gallery__grid-box {
    background: rgba(78, 1, 1, .3);
}

.pradesh__newsSection .gallery__album-box-content .gallery__album-title {
    color: white;
}

.grid__box-sixth-content .grid__card {
    align-items: center !important;
}

.grid__box-sixth-content .grid__card .post-meta {
    margin-bottom: 0;
}

.grid__box-fourth-content:hover .grid__card .card__img a img {
    transform: scale(1.15);
}

.grid__box-1of5 .post-meta .date span {
    padding: 0;
}

.card__box-para {
    margin-bottom: 0 !important;
}

.gallery__video-tab {
    margin-bottom: 50px;
}

.gallery__video-tab .nav-tabs {
    border: 0;
    grid-gap: 10px;
}

.gallery__video-tab .nav-tabs .nav-link {
    border: 0;
    background: transparent;
    border: 1px solid var(--theme-color);
    padding: 7px 30px;
    border-radius: 5px;
    color: var(--theme-color);
    font-size: 18px;
    font-weight: 400;
}

.gallery__video-tab .nav-tabs .nav-link.active {
    background: var(--theme-color);
    color: white;
}

.gallery__tab-section {
    margin-top: 50px;
}

.gallery__tab-section .gallery__album-box,
.gallery__tab-section .video__gallery-grid {
    grid-gap: 40px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 50px;
}

@media (max-width: 1024px) {
    .full__slider-syncing .full__slider-title-small {
        width: 50%;
    }

    .grid__box-sixth-content:nth-child(1) {
        height: 430px;
    }
}

@media (max-width: 992px) {
    .live__update-image img {
        display: none;
    }

    .nav__tab-box .nav-tabs .nav-link {
        background: transparent;
        border: 1px solid var(--theme-color) !important;
        /* border-radius: 5px; */
        color: var(--theme-color);
        outline: none;
    }

    .nav__tab-box .nav-tabs .nav-link.active {
        background: var(--theme-color);
        color: white;
        border-color: var(--theme-color) !important;
    }

    .tab__content-box {
        padding: 60px 0;
    }

    .grid__box-sixth {
        grid-template-columns: repeat(6, 1fr);
    }

    .grid__box-sixth-content:nth-child(1) {
        grid-column: span 6;
        grid-row: unset;
    }

    .grid__box-bannerNews-content:nth-child(1) {
        grid-column: span 2;
        grid-row: unset;
    }

    .grid__box-bannerNews-content:not(:first-child) {
        grid-column: span 1;
    }

    .grid__box-bannerNews-content .single__row-wrapper {
        grid-gap: 10px;
    }

    .grid__box-bannerNews-content .single__grid-wrapper {
        min-height: unset;
        height: 400px;
    }

    .section__title-banner a::before {
        left: 0;
    }

    .section__title-banner a {
        margin: 0 40px;
        padding: 0 40px;
        left: 0;
    }

    .section__title-banner a::before {
        width: 7px;
    }

    .news__banner-img {
        height: 400px;
    }

    .opinion__slider {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .grid__box-sixth-content {
        grid-column: span 6;
    }

    .full__slider-syncing .full__slider-title-small {
        margin-bottom: 0 !important;
    }

    .full__slider-syncing .full__slider-title-small a {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .button__box.view__all {
        display: none;
    }

    .full__slider-syncing .full__slider-title-small {
        width: 50%;
    }

    .grid__box-bannerNews {
        padding: 20px !important;
        margin: 0 !important;
        margin-top: 0 !important;
        background: #f6f6f6;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }

    .section__title-banner a,
    .section__title-banner a span {
        font-size: 26px;
    }

    .news__banner-img {
        height: 300px;
    }

    .section__title-banner a {
        bottom: 30px;
        margin: 0 20px;
        padding: 0 20px;
    }

    .grid__box-bannerNews-content:not(:first-child) {
        grid-column: span 2;
    }

    .live__update-box {
        margin-bottom: 30px !important;
    }

    .live__update,
    .service__grid,
    .footer__section {
        padding: 30px 0;
    }

    .pradesh__newsSection {
        padding: 40px 0;
    }

    .history__section.pb-100 {
        padding-bottom: 30px;
    }

    .video__news__section {
        padding-bottom: 30px !important;
    }

    .important__news,
    .gallery__section {
        margin-bottom: 30px !important;
    }

    .news__section-wrapper {
        margin: 30px 0;
    }

    .news__section-wrapper .news__section {
        grid-gap: 30px !important;
    }

    .members__section,
    .opinion__interview,
    .pradesh__newsSection {
        margin-bottom: 30px;
    }
}

@media (max-width: 650px) {
    .grid__box-bannerNews-content .single__grid-wrapper {
        height: 300px;
    }

    .grid__box-bannerNews {
        padding: 20px;
        margin: 0 20px;
        margin-top: -30px
    }

    .opinion__slider {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 600px) {
    .technology__section .atropos img:nth-child(2) {
        height: 100%;
        object-fit: contain;
        bottom: -5% !important;
        left: 13% !important;
    }

    .technology__section .atropos img:nth-child(3) {
        bottom: -17% !important;
        left: 8% !important;
    }
}

@media (max-width: 575px) {
    .pradesh__newsSection {
        padding: 30px 0;
    }

    .card__box-slider-content {
        margin: 0;
    }
}

@media (max-width: 550px) {
    .opinion__content .opinion__grid .grid__card .card__img {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 500px) {
    .opinion__content .opinion__grid .grid__card .card__details .card__title {
        color: black;
        font-weight: bold;
    }

    .grid__box-bannerNews-content .single__grid-wrapper {
        height: 250px;
    }

    .news__banner-img {
        height: 250px;
    }

    .opinion__content .opinion__grid .grid__card .card__details {
        grid-gap: 5px;
    }

    .opinion__content .opinion__grid .grid__card .card__details .post__meta .author {
        font-size: 16px;
    }

    .grid__box-bannerNews-content .single__row-wrapper {
        flex-direction: column;
    }

    .grid__box-bannerNews-content .single__row-wrapper .single__row-image {
        width: 100%;
    }
}

@media (max-width: 450px) {
    .grid__box-sixth-content:not(:first-child) .grid__card {
        grid-gap: .7rem;
    }

    .grid__box-sixth .card__img-overlay {
        position: static;
    }

    .grid__box-sixth-content:nth-child(1) {
        height: unset;
    }

    .grid__box-sixth-content:nth-child(1) .card__img {
        height: 250px;
        position: relative;
    }

    .grid__box-sixth-content:nth-child(1) .card__details .card__title a {
        color: var(--dark-grey-color);
        font-size: 28px;
        font-weight: bold;
    }

    .opinion__content .opinion__grid .grid__card .card__img {
        width: 100px;
        height: 100px;
    }

    .grid__box-bannerNews-content .single__grid-wrapper {
        height: unset;
    }

    .grid__box-bannerNews-content .single__grid-wrapper .single__grid-image {
        height: 200px;
    }

    /* .grid__box-bannerNews-content .single__grid-wrapper .overlay__box {
        position: static;
        padding: 10px 0;
    }

    .grid__box-bannerNews-content .single__grid-wrapper .single__grid-title h3 {
        color: var(--secondary-color);
    } */
}

@media (max-width: 420px) {
    .full__slider-syncing .full__slider-title-small {
        font-size: 16px;
        font-weight: 500;
    }

    .full__slider-syncing .category-title {
        width: 60%;
    }

    .full__slider-section .category-title a,
    .full__slider-syncing .category-title a,
    .fill__slider-syncing .category-title {
        font-size: 14px;
        font-weight: 400 !important;
    }
}

@media (max-width: 400px) {
    .grid__box-sixth-content:nth-child(1) .card__img {
        height: 200px;
    }

    .grid__box-sixth-content:nth-child(1) .card__details .card__title a {
        font-size: 24px;
    }

    .full__slider-syncing .full__slider-title-small {
        width: 60%;
    }

    .news__banner-img {
        height: 200px;
    }
}

/* end of the latest changes */