.nav__tab-box .nav-tabs .nav-link.active {
    color: var(--secondary-color);
    background-color: #fff;
}

.content-position {
    transform: translateY(-50%) !important;
}

.banner__content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.banner__content .custom-container {
    display: flex;
    margin: auto;
    height: 100%;
    align-items: center;
    width: 1170px;
}

.grid__box.grid__box-fourth {
    grid-template-columns: repeat(12, 1fr) !important;
}

.grid__box-fourth-content:nth-child(1) {
    grid-column: 1/7;
}

.grid__box-fourth-content:nth-child(2) {
    grid-column: 7/10;
}

.grid__box-fourth-content:nth-child(3) {
    grid-column: 10/13;
}

.grid__box-fourth-content:nth-child(1),
.grid__box-fourth-content:nth-child(2) {
    grid-row: unset;
}

.grid__box-fourth-content:nth-child(1),
.grid__box-fourth-content:nth-child(2),
.grid__box-fourth-content:nth-child(3) {
    max-height: 370px;
}

.grid__box-fourth-content:nth-child(1) .card__title a {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
}

.grid__box-fourth-content:nth-child(2) .card__title a,
.grid__box-fourth-content:nth-child(3) .card__title a {
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
}

.sticky__bottomNav {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background: var(--theme-color);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 0px;
    display: none;
}

.sticky__bottomNav ul {
    justify-content: space-between;
    display: flex;
    padding: 12px 20px 2px 20px !important;
}

.sticky__bottomNav ul .sticky__list {
    min-width: 100px;
}

.sticky__bottomNav ul .sticky__list a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--white-color);
}

.sticky__bottomNav ul .sticky__list a span {
    display: flex;
}

.sticky__bottomNav ul .sticky__list a i,
.sticky__bottomNav ul .sticky__list a svg {
    color: #fff !important;
}

.sticky__bottomNav ul .sticky__list a .text {
    font-size: 15px;
    letter-spacing: .5px;
    text-align: center;
    padding: 0.2rem 0.5rem;
    border-radius: 10px;
    transition: all 300ms ease-in-out;
}

.sticky__bottomNav ul .sticky__list a .text {
    color: #fff;
    transform: unset;
    opacity: 1;
    visibility: visible;
    background: transparent;
    font-weight: 400;
}

/*NEW-UPDATED-CSS*/

.custom-container__md {
    max-width: 1360px;
    margin: 0 auto;
}

@media (max-width: 1360px) {
    .custom-container__md {
        max-width: 98%;
    }
}

.header .navbar__menu .nav__link:hover {
    color: var(--theme-color);
    opacity: 1;
}

.sidebar-logo {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    padding: 30px 0 25px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.sidebar-logo__flag {
    width: 80px;
    height: auto;
}

.sidebar-logo__name {
    font-family: "Anek Devanagari", sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 15px;
    margin-right: 10px;
}

.header .sidebar__menu-wrapper {
    padding-top: 0px !important;
}

.backdrop__overlay {
    z-index: 999;
    background: rgba(0, 0, 0, 0.9);
}

.sidebar__social-list {
    display: flex;
    gap: 10px;
    justify-content: start;
}

.sidebar__social-list li {
    display: flex;
}

.sidebar__social-list a {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .15);
    position: relative;
    color: #fff;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}

.sidebar__social-list a:hover {
    background: rgba(255, 255, 255, .2 5);
}

.sidebar__social-list a i,
.sidebar__social-list a svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sidebar__social-media {
    margin: 20px 30px 0 30px;
}

.header .sidebar__menu-list .sidebar__nav-link {
    font-size: 18px;
    padding: 14px 15px 8px;
}

/*member banner updates*/
.members__content .members__menu-list .member__card .card__overlay {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.members__section .video__banner {
    height: 420px;
}

.members__content .members__menu-list .member__card-main-image {
    width: 220px !important;
}


.members__content .members__menu-list {
    row-gap: 40px;
    margin: 0 0px;
}

/*live update section*/

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.live__update {
    padding: 60px 0 30px;
}

.live__update-main {
    display: flex;
    gap: 90px;
    margin-bottom: 140px;
}

.live__update-main-left {
    flex: 1.8;
}

.live__update-main-right {
    flex: 2;
}

.live__update-video {
    width: 100%;
}

.live__update-para {
    font-size: 18px;
    color: #f5f5f5;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    padding-left: 50px;
}

.live__update-main-info {
    padding-left: 50px;
    margin-bottom: 30px;
    position: relative;
}

.live__update-title {
    margin-bottom: 15px;
    padding-left: 35px;
    position: relative;
}

.live__update-title::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 3px solid var(--theme-color);
    background-color: #fff;
}

.live__update-title::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 6px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: var(--theme-color);
    z-index: 111;
    animation: fadeInOut 1s infinite;
}


.live__update-title span {
    font-size: 24px;
    font-weight: 400;
    color: var(--theme-color);
    font-family: 'Roboto', sans-serif;
}

.live__update-main-info h3 a {
    font-size: 38px;
    font-weight: 800;
    color: #fff !important;
    line-height: 1.4;
    transition: all 300ms ease-in-out;
}

.live__update-main-info h3 a:hover {
    color: var(--theme-color) !important;
}

.live__update-main-info::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 100%;
    background-color: var(--secondary-color);
    left: 0;
    top: 0;
}

.live__update-box {
    background-color: #000;
    margin-bottom: 80px;
}

.live__update-main-box {
    z-index: 112;
    position: relative;
}

.live__update-image-box {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 110;
}

.live__update-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 111;
}

.live__update-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.live__update-list {
    display: flex;
    gap: 30px !important;
}

.live__update-list h4 a {
    font-size: 22px;
    font-weight: 600;
    color: #fff !important;
    transition: all 300ms ease-in-out;
}

.live__update-list h4 a:hover {
    color: var(--theme-color) !important;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    left: 15px !important;
}

/* GALLERY */
.gallery__grid-box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 4px;

}


.gallery__album-title {
    text-align: center;
    margin-top: 15px;
    font-size: 22px;
    font-weight: 600;
    color: var(--theme-color);
}

/* .gallery__grid-content:first-child {
    grid-column: 1/6;
    grid-row: 1/4;
} */


/* .gallery__grid-content {
    grid-column: span 2;
} */

.hide-subsequent-rows {
    display: none;
    grid-template-rows: 1fr;
    grid-auto-rows: 0;
    padding-bottom: 0;
    row-gap: 0;
    overflow: hidden;
}

.remaining__count {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 38px;
    font-weight: 500;
    color: #f6f6f6;
}

.gallery__grid-img .images-hover {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gallery__grid-img .remaining__count {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gallery__grid-img .images-hover:hover {
    opacity: 1;
}

.gallery__grid-img .zoom-btn {
    position: relative;
    font-size: 25px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, .6);
    display: inline-block;
}

.gallery__grid-content:first-child .gallery__grid-img .zoom-btn {
    font-size: 35px;
}

.gallery__grid-content:first-child .gallery__grid-img .image__size-66 a {
    padding-bottom: 82.25%;
}

.gallery__album-box {
    display: flex;
    gap: 20px;
}

.gallery__album-box-content {
    flex: 1;
}

.sidebar__dropdown-content {
    background-color: rgba(255, 255, 255, .4);
    border-radius: 10px;
    padding: 15px 10px;
    display: none;
    margin-top: 10px;
}

.sidebar__dropdown-content.active {
    display: block;
}

.sidebar__dropdown-nav-link {
    display: block;
    padding: 8px 15px 5px;
    color: #fff;
    font-size: 18px;
    transition: all .3s ease-in-out;
}

.sidebar__dropdown.active .sidebar__nav-link {
    background-color: rgba(0, 0, 0, 0.1);
}

.sidebar__dropdown-nav-link:hover {
    background-color: rgba(224, 26, 34, 0.2);
}

/*FORM*/
.form__wrapper .form__wrapper-flex {
    display: flex;
    gap: 15px;
}

.form__wrapper .form__wrapper-flex>div:first-child {
    flex: 1;
}

.form__wrapper .form-row {
    display: flex;
    gap: 20px;
    width: 100%;
}


.form__wrapper .form-row__title {
    margin-bottom: 5px !important;
    font-weight: 500;
}

.form__wrapper .form-row__title {
    font-size: 18px;
}

.form__wrapper .form-row__content {
    flex: 1;
}

.form__wrapper .form-group {
    margin-bottom: 20px;
}

.form__wrapper .form-group:hover,
.form__wrapper textarea:hover {
    border-color: rgba(8, 55, 145, .8);
}

.form__wrapper .form-group__2 {
    margin-bottom: 30px;
}

.form__wrapper .form-group label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    transition: all .3s ease-in-out;
}

.form__wrapper .form-group label.active {
    top: 0;
    padding: 0 5px;
    font-size: 14px;
}

.form__wrapper .form-group__2 label {
    margin-bottom: 8px !important;
    font-size: 16px;
    font-weight: 600;
}

.form__wrapper .form-group input {
    font-size: 17px;
    margin-bottom: 0px;
    border-radius: 8px;
    padding: 15px 15px 12px !important;
    position: relative;
    border: 1px solid #e5e5e5;
    transition: all .3s ease-in-out;
}

.form__wrapper .form-group select {
    font-size: 17px;
    margin-bottom: 0px;
    border-radius: 8px;
    padding: 15px 15px 12px !important;
    border: 1px solid #e5e5e5;
    transition: all .3s ease-in-out;
}

.form__wrapper .form-group input::placeholder {
    font-size: 17px;
    color: #222;
}

.form__wrapper .form-group input#phone {
    padding-left: 90px !important;
}

.form__wrapper input:hover,
.form__wrapper input:focus,
.form__wrapper input:active,
.form__wrapper textarea:hover,
.form__wrapper textarea:focus,
.form__wrapper textarea:active,
.form__wrapper select:hover,
.form__wrapper select:focus,
.form__wrapper select:active {
    outline: unset;
    box-shadow: none;
}

.form__button {
    padding: 14px 30px 10px;
    background-color: var(--secondary-color);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    display: flex;
    width: 100%;
    justify-content: center;
    max-width: 250px;
    margin-left: auto;
}

.section__contact .row.align-items-center {
    padding-top: 60px;
}

.section__contact-form {
    padding: 10px 0;
}

.section__contact .col-12 {
    padding-left: 0;
    padding-right: 0;
}

.form__number::before {
    display: none;
}

.iti {
    width: 100%;
}

.form__theme .form-group .form__number .iti input {
    padding-left: 90px !important;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
    padding: 0px;
}

.select2 {
    width: 100% !important;
    /* force fluid responsive */
}

.select2-container .select2-selection--single .select2-container--default .select2-results>.select2-results__options {
    -webkit-overflow-scrolling: touch;
    /* use momentum scrolling */
}

.select2-container .select2-selection--single {
    padding: 15px 15px 12px !important;
    position: relative;
    border: 1px solid #e5e5e5;
    height: auto !important;
    border-radius: 8px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
    line-height: 22px;
    font-size: 17px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50% !important;
    transform: translateY(-50%);
}

.select2-search.select2-search--dropdown {
    display: none;
}

.select2-results__group {
    padding: 0 !important;
}

.select2-dropdown {
    border: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 5px !important;
    margin-top: 4px;
    overflow: hidden;
}

/*radio button*/
[type="radio"] {
    display: none;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: var(--theme-color);
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.iti .iti__flag {
    box-shadow: none;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent;
}

.iti--separate-dial-code .iti__selected-dial-code {
    padding-top: 5px;
}

.section__membership-form {
    max-width: 750px;
    margin: auto;
}

.form-card__title {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}

/*stepform*/
.sub-title {
    font-size: 24px;
    font-weight: 500;
    color: #1a1a1a;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
}

.form-card {
    text-align: left;
}

#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform .action-button {
    display: inline-block;
    width: 150px;
    background: transparent;
    font-weight: bold;
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px 8px;
    margin: 10px 0px 10px 0 !important;
    border-radius: 5px;
    float: right;
    transition: all .3s ease-in-out;
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: var(--theme-color);
    color: #fff;
}

#msform .action-button-previous {
    width: 120px;
    background: rgba(224, 26, 34, .1);
    font-weight: bold;
    color: var(--theme-color);
    border: 0 none;
    border: 1px solid rgba(224, 26, 34, .1);
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px 8px;
    margin: 10px 5px 10px 0px;
    float: right;
    border-radius: 5px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000;
}

.card {
    z-index: 0;
    border: none;
    position: relative;
}

.fs-title {
    font-size: 32px;
    font-weight: 600;
    color: #1a1a1a;
}

.purple-text {
    color: #673AB7;
    font-weight: normal;
}

.steps {
    font-size: 16px;
    color: #a1a1a1;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right;
}

.fieldlabels {
    color: gray;
    text-align: left;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #673AB7;
}

.progress {
    height: 10px;
    border-radius: 2px !important;
    margin-bottom: 20px;
}

.progress-bar {
    background-color: var(--theme-color);
}

.fit-image {
    width: 100%;
    object-fit: cover;
}

.post__box-wrapper {
    height: 100%;
}

a.post__box-link {
    height: 100%;
}

.post__box-info {
    flex: 1;
}

.members__content {
    padding-top: 20px !important;
}

/*--NEW_CSS*/

.members__content .members__menu-list .member__card:first-child {
    display: inline-block;
}

.header-logo__name {
    font-weight: 600;
}

.members__content {
    row-gap: 40px;
}

.members__content .content__header .content__title {
    font-size: 32px;
    font-weight: 700;
}

.members__content .members__menu-list {
    display: block;
    grid-template-columns: unset;
    grid-gap: none;
}

.members__content .members__menu-list .member__card:first-child {
    grid-column: unset !important;
}

.image__size-135 .image__size-div {
    padding-bottom: 135%;
}

.image__size-135 a {
    padding-bottom: 135%;
}

.members__content .members__menu-list .member__card .card__img {
    height: auto !important;
}

.member__card-main {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.member__card-slider .member__card {
    padding: 0 15px;
}

.signleRow__col-tab {
    margin-bottom: 0 !important;
    padding-bottom: 15px !important;
}

.signleRow__col.signleRow__col-tab .category__card:nth-child(1),
.signleRow__col.signleRow__col-tab .category__card,
.signleRow__col.signleRow__col-tab .category__card:not(:last-child, :first-child) {
    flex-direction: row-reverse !important;
}

.pradesh__newsSection .section__title::before {
    background-color: #fff !important;
}

/*Member-list*/
.member__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 60px;
}

.member__img {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.member__name {
    text-align: center;
}

.member__list .member__name a {
    text-align: center;
    color: white;
    font-size: 26px;
    font-weight: 600;
}

.member__position {
    display: block;
    text-align: center;
    color: var(--secondary-color) !important;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 4px;
}

.member__img {
    position: relative;
}

.member__socialMedia {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.member__socialMedia a {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    background-color: #000;
    position: relative;
    color: #fff;
}

.member__socialMedia a.facebook {
    background-color: #083791;
}

.member__socialMedia a svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main__member-team {
    width: 260px;
    margin: auto;
    margin-bottom: 60px;
}

.publication__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 60px;
}

.publication__list-content {
    position: relative;
}

.publication__list-content::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background-color: #ddd;
}

.publication__list-content:nth-child(4n)::before {
    display: none;
}

.publication__list-content a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.publication__list a img {
    width: 120px;
    margin-bottom: 20px;
}

.publication__list-content .post-meta {
    display: flex;
    justify-content: center;
}

.publication__list-content .post-meta .date img {
    margin-bottom: 0;
}

.publication__list h5 {
    text-align: center;
    color: #1a1a1a;
    font-weight: 600;
}

.document-list .post-meta {
    margin-bottom: 0;
}

.document-list .post-meta .date span {
    padding-bottom: 0;
}

.download-icon span {
    color: var(--theme-color) !important;
    transition: all .3s ease-in-out;
}

.document-list .post__box-wrapper {
    position: relative;
}

.download {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    bottom: 15px;
    right: 15px;
    transition: all .2s ease-in-out;
}

.download-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.document-list .post__box-wrapper:hover>.download {
    transform: scale(1.2);
}

.section__title-big {
    font-size: 42px;
    font-weight: 700;
    color: var(--theme-color);
    text-align: center;
    margin-bottom: 40px !important;
}

.press__album-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

/*---------END---------*/



/*NEW-UPDATED-CSS-END*/

@media (max-width: 575px) {
    .sticky__bottomNav {
        display: block;
    }

    .sticky__bottomNav ul .sticky__list {
        min-width: 80px;
    }
}

@media (max-width:400px) {
    .sticky__bottomNav ul .sticky__list {
        min-width: auto;
    }

}

@media (max-width:375px) {
    .sticky__bottomNav ul .sticky__list a .text {
        font-size: 12px;
    }

    .sticky__bottomNav ul .sticky__list a .icon {
        font-size: 14px;
    }

    /*NEW-UPDATE-CSS*/
    .header .sidebar__menu-wrapper {
        width: 100%;
    }

    .sidebar__social-list a {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

    .sidebar__social-list {
        flex-wrap: wrap;
    }

    .header .sidebar__menu-list .sidebar__nav-link {
        padding: 12px 0px 7px;
        font-size: 16px;
    }

    .sidebar__social-media {
        margin: 20px 15px 0 15px;
    }

    .sidebar-logo__name {
        font-size: 16px;
    }

    .sidebar-logo__flag {
        width: 60px;
    }

    .sidebar-logo {
        padding: 30px 15px 25px;
        justify-content: start;
    }

    /*NEW-UPDATE-CSS-END*/
}

.section__breadcrumb {
    height: auto !important;
}

.section__breadcrumb .page__title h1 {
    font-size: 52px;
}

.section__breadcrumb-flex {
    padding: 50px 0;
}

.section__breadcrumb-flex .page__title {
    margin: 0px;
}

.library__list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.library__list-content {
    position: relative;
}

.library__list-content a:first-child {
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    padding: 10px 15px;
    border-radius: 5px;
}

.library__list-title {
    flex: 1;
    padding-right: 20px;
}

.library__list-icon {
    font-size: 32px;
    color: var(--theme-color);
}

.library__list-icon img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

.library__list-title {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
}

ol.breadcrumb {
    margin-bottom: 0 !important;
}

/*grid-card-album*/
.grid__card-album {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 5px;
}

.grid__card-album div {
    grid-column: span 2;
}

.grid__card-album div:nth-child(1) {
    grid-column: 1/6;
}

.grid__card-album-gallery-content {
    position: relative;
}

.grid__card-album-gallery-content a {
    display: block;
    position: relative;
}

.grid__card-album-gallery-content a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.grid__card-album-gallery-content:nth-child(3) a::before {
    display: none;
}

.grid__card-album-count {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid__card-album-overlay {
    position: absolute;
    font-size: 25px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, .6);
    display: flex;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}

.grid__card-album-gallery-content a:hover .grid__card-album-overlay {
    opacity: 1;
    visibility: visible;
}

.grid__card-album-gallery {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.image__size-74 .image__size-div {
    padding-bottom: 74.5%;
}

.image__size-74 a {
    padding-bottom: 74.5%;
}

/*END*/

/*Member-list*/
.section-member__wrapper .member__name a {
    color: var(--theme-color) !important;
    font-size: 28px;
    font-weight: 600;
}

.nav__tab-box .nav-tabs {
    row-gap: 8px;
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width:1420px) {
    .full__slider-syncing .content-position {
        left: 120px !important;
        top: 28% !important;
    }

    .full__slider-title-small {
        font-size: 28px;
    }
}

@media (max-width:1360px) {
    .my-atropos2 .atropos-inner img:nth-child(4) {
        left: 0px !important;
    }
}

@media (max-width:1024px) {
    .main__member-team {
        width: 25vw;
    }

    .member__list {
        grid-gap: 30px;
    }
}

@media(max-width:1199px) {
    .grid__box-fourth-content:nth-child(1) {
        grid-column: 1/13;
    }

    .grid__box-fourth-content:nth-child(2) {
        grid-column: 1/7;
    }

    .grid__box-fourth-content:nth-child(3) {
        grid-column: 7/13;
    }

    .header .navbar__menu {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        justify-content: start;
        padding: 4px 0;
    }

    .full__slider-syncing .content-position {
        left: 120px !important;
        top: 20% !important;
    }

    .full__slider-syncing .full__slider-title-small {
        font-size: 28px;
    }

    .full__slider-title {
        font-size: 42px;
    }

    .full__slider-para {
        font-size: 20px;
    }

    .content-position {
        left: 90px !important;
    }

    /*NEW-UPDATE-CSS*/
    .live__update-main {
        margin-bottom: 100px;
    }

    .publication__list a img {
        width: 100px;
        margin-bottom: 20px;
    }

    .press__album-box {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .remaining__count {
        font-size: 32px;
    }

    .section__breadcrumb .page__title h1 {
        font-size: 44px;
    }

    .video__box a {
        flex-direction: row-reverse;
        gap: 10px;
    }


    .full__slider-title {
        font-size: 34px;
        width: 400px;
    }

    .full__slider-para {
        font-size: 18px;
    }

    .button__box.view__all .btn__view {
        min-width: 160px;
        height: 40px;
    }

    .button__box.view__all .btn__view span {
        font-size: 17px;
        padding-top: 4px;
    }

    .news__section-wrapper {
        margin-top: 60px;
    }

    .full__slider-syncing .full__slider-title-small {
        font-size: 24px;
        width: 500px;
    }

    .full__slider-syncing .content-position {
        left: 50px !important;
        top: 50% !important;
        transform: translateY(-50%);
    }

    /*NEW-UPDATE-CSS*/
    .live__update-main {
        margin-bottom: 50px !important;
        flex-direction: column;
        gap: 30px;
    }

    /* .live__update-image-box{
        display: none;
    }
    .live__update{
        padding: 0 0 30px;
    } */
    .main__member-team {
        margin-bottom: 30px;
    }

    .member__list .member__name a {
        font-size: 24px;
    }

    .section-member__wrapper .member__name a {
        font-size: 24px;
    }

    .member__list .member__position {
        font-size: 16px;
    }

    .publication__list a img {
        width: 80px;
    }
}

@media (max-width:767px) {
    .section__breadcrumb .page__title h1 {
        font-size: 32px;
    }

    .gallery__album-title {
        font-size: 20px;
    }

    .content-position {
        left: 40px !important;
    }

    .full__slider-title {
        font-size: 28px;
        width: 320px;
        margin-bottom: 10px !important;
    }

    .full__slider-para {
        font-size: 16px;
        margin-bottom: 20px !important;
    }

    .button__box.view__all .btn__view {
        min-width: 130px;
        height: 35px;
    }

    .button__box.view__all .btn__view span {
        font-size: 16px;
        padding-top: 4px;
    }

    .full__slider-syncing .full__slider-title-small {
        font-size: 20px;
        width: 400px;
    }

    .full__slider-syncing .content-position {
        left: 20px !important;
    }

    .grid__box-sixth-content:first-child {
        grid-column: 1/8;
    }

    .grid__box-sixth-content {
        grid-column: 1/8;
    }

    .nav__tab-box .nav-tabs .nav-link.active {
        border: 1px solid var(--secondary-color);
        border-bottom: 0px;
    }

    .grid__box-sixth-content:not(:first-child) .card__title a {
        font-size: 18px;
    }

    .grid__box-fourth-content:nth-child(1) .card__title a {
        font-size: 20px;
    }


    /*NEW-UPDATE-CSS*/

    .live__update-title span {
        font-size: 22px;
    }

    .live__update-title::before {
        width: 11px;
        height: 11px;
    }

    .live__update-title::after {
        width: 23px;
        height: 23px;
    }

    .live__update-main-info h3 a {
        font-size: 32px;
    }

    .live__update-list h4 a {
        font-size: 18px;
    }

    .live__update-main {
        margin-bottom: 30px !important;
    }

    .gallery__grid-box {
        grid-template-columns: repeat(9, 1fr);
    }

    .gallery__grid-content:first-child {
        grid-column: 1/10;
        grid-row: unset;
    }

    .gallery__grid-content {
        grid-column: span 3;
    }

    .gallery__grid-content:first-child .gallery__grid-img .image__size-66 a {
        padding-bottom: 66.67%;
    }

    .member__list {
        grid-template-columns: repeat(3, 1fr);
    }

    .main__member-team {
        width: 30vw;
        margin-bottom: 30px;
    }

    .member__list .member__name a {
        font-size: 24px;
    }

    .member__position {
        font-size: 16px;
    }

    .member__socialMedia a {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .member__list .member__name a {
        font-size: 20px;
    }

    .member__list .member__position {
        font-size: 16px;
    }

    .publication__list {
        grid-template-columns: repeat(3, 1fr);
    }

    .publication__list-content:nth-child(4n)::before {
        display: block;
    }

    .publication__list-content:nth-child(3n)::before {
        display: none;
    }

    .section__title-big {
        font-size: 36px;
        margin-bottom: 30px !important;
    }

    .library__list-title {
        font-size: 18px;
    }

    .library__list-icon img {
        width: 45px;
        height: 45px;
    }
}

@media (max-width:575px) {
    .library__list-icon img {
        width: 40px;
        height: 40px;
    }

    ol.breadcrumb {
        display: none;
    }

    .section__breadcrumb .page__title h1 {
        margin-bottom: 0 !important;
    }

    .footer__section .footer__bottom {
        margin-bottom: 50px;
    }

    .section__breadcrumb .page__title h1 {
        font-size: 28px;
    }

    .grid__box-fourth-content:nth-child(2) {
        grid-column: 1/13;
    }

    .grid__box-fourth-content:nth-child(3) {
        grid-column: 1/13;
    }

    .news__section-wrapper {
        margin-top: 40px;
    }

    .full__slider-syncing .full__slider-title-small {
        font-size: 18px;
        width: 90%;
    }

    .members__content .members__menu-list .member__card .card__img {
        height: auto;
    }

    .members__content .members__menu-list .member__card .card__overlay {
        padding-bottom: 20px;
    }

    .members__content .members__menu-list .member__card-main-image {
        width: 170px !important;
    }

    .members__content .members__menu-list .member__card .card__overlay .member__name {
        font-size: 18px;
    }

    .members__content .members__menu-list .member__card .card__overlay .social__handles .social {
        min-width: 25px;
        height: 25px;
    }

    .members__content .members__menu-list .member__card .card__overlay .social__handles .social svg {
        font-size: 14px;
    }

    .content__section {
        padding: 0 0 30px;
    }

    .members__content .members__menu .view__all .btn__view span {
        font-size: 16px;
    }

    .members__content .members__menu .view__all .btn__view {
        min-width: 165px;
        height: 40px;
    }

    .members__content .content__header {
        grid-gap: 15px;
    }

    .members__content .content__header .content__title {
        font-size: 24px !important;
    }

    .members__content .content__header .content__subTitle {
        font-size: 24px;
        line-height: 1.4;
    }

    .members__content {
        row-gap: 30px !important;
    }

    .members__content .members__menu {
        row-gap: 30px !important;
    }


    .full__slider-section .category-title a {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .full__slider-title {
        font-size: 18px;
        width: 250px;
        margin-bottom: 5px !important;
    }

    .full__slider-para {
        font-size: 10px;
        width: 70%;
        margin-bottom: 10px !important;
    }

    .button__box.view__all .btn__view {
        min-width: 80px;
        height: 25px;
    }

    .button__box.view__all .btn__view span {
        font-size: 12px;
        padding-top: 2px;
    }

    .tab__content-box {
        padding: 30px 0 !important;
    }

    .full__slider-section .category-title a,
    .full__slider-syncing .category-title a {
        margin-bottom: 5px;
        font-size: 12px;
        padding-left: 15px;
    }

    .grid__box-sixth-content:not(:first-child) .card__title a {
        font-size: 16px;
    }

    .card__img-overlay {
        padding: 1rem;
    }

    .grid__box-fourth-content:nth-child(1) .card__title a {
        font-size: 20px;
    }

    .grid__box-fourth-content:nth-child(2) .card__title a,
    .grid__box-fourth-content:nth-child(3) .card__title a {
        font-size: 18px;
    }

    /*NEW-UPDATE-CSS*/

    .live__update {
        padding: 40px 0 !important;
    }

    .live__update-title span {
        font-size: 18px;
    }

    .live__update-title::before {
        width: 10px;
        height: 10px;
    }

    .live__update-title::after {
        width: 22px;
        height: 22px;
    }

    .live__update-main-info h3 a {
        font-size: 28px;
        line-height: 1.3;
    }

    .live__update-title {
        padding-left: 30px;
    }

    .live__update-list h4 a {
        font-size: 18px;
    }

    .live__update-main {
        margin-bottom: 30px;
    }

    .live__update-main-info {
        margin-bottom: 20px;
        padding-left: 40px;
    }

    .live__update-main-info::before {
        width: 18px;
    }

    .live__update-para {
        padding-left: 40px;
        font-size: 16px;
    }

    .live__update-list {
        flex-direction: column;
        gap: 20px !important;
    }

    .remaining__count {
        font-size: 38px;
    }

    .gallery__album-box {
        flex-direction: column;
        row-gap: 30px;
    }

    .member__list .member__name a {
        font-size: 20px;
    }

    .member__position {
        font-size: 14px;
    }

    .section-member__wrapper .member__name a {
        font-size: 20px;
    }

    .member__socialMedia a {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .publication__list a img {
        width: 60px;
    }

    .publication__list h5 {
        font-size: 17px;
    }

    .live__update-main-info::before {
        height: 95%;
    }

    .section__title-big {
        font-size: 32px;
        margin-bottom: 30px;
    }
}

@media (max-width:450px) {
    .member__list {
        grid-template-columns: repeat(2, 1fr);
    }

    .main__member-team {
        width: 45vw;
        margin-bottom: 30px;
    }
}

@media (max-width:1170px) {
    .members__section .video__banner {
        height: 680px;
    }

    .header-main {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

}

@media (max-width:1024px) {

    .member__card-slider {
        width: 85vw;
        margin: auto;
    }
}

@media (max-width:991px) {
    .members__section .video__banner {
        height: 750px;
    }

    .members__content .members__menu-list .member__card-main-image {
        width: 22vh !important;
    }

    .members__content .members__menu-list .member__card .card__overlay {
        padding-bottom: 10px;
    }

    .member__card-slider {
        width: 85vw;
    }

    .members__content .members__menu-list .member__card .card__overlay {
        padding-left: 15px;
        padding-right: 15px;
    }

    /*VIDEO-UPDATES*/
    .video__box {
        flex-direction: row !important;
        gap: 15px;
    }

    .post__box-overlay {
        padding: 4px 12px 0px;
        font-size: 14px;
    }

}

@media (min-width:768px) and (max-width:991px) {
    .grid__card-album {
        grid-template-columns: repeat(8, 1fr) !important;
    }

    .grid__card-album div:nth-child(1) {
        grid-column: 1/7 !important;
    }

    .grid__box-sixth-content:nth-child(1) {
        height: 460px !important;
    }
}

@media (max-width:420px) {
    .members__content .members__menu-list .member__card-main-image {
        width: 160px !important;
    }

    .full__slider-section .category-title a,
    .full__slider-syncing .category-title a {
        margin-bottom: 5px;
        font-size: 8px;
        padding-left: 15px;
    }

    .full__slider-section .category-title a::before,
    .full__slider-syncing .category-title a::before {
        width: 8px;
        height: 8px;
    }

    .full__slider-syncing .full__slider-title-small {
        font-size: 10px;
        width: 90%;
    }

    .full__slider-title {
        font-size: 16px;
        width: 250px;
        margin-bottom: 5px !important;
    }

    .full__slider-para {
        font-size: 8px;
        width: 70%;
        margin-bottom: 10px !important;
    }

    .button__box.view__all .btn__view {
        min-width: 60px;
        height: 22px;
    }

    .button__box.view__all .btn__view span {
        font-size: 10px;
        padding-top: 1px;
        padding-bottom: 2px;
    }

    .content-position {
        left: 20px !important;
    }

    .live__update-main-info h3 a {
        font-size: 24px;
    }


}

@media (max-width: 475px) {
    .news__section .post__box-image {
        width: 100% !important;
    }
}

@media (max-width:375px) {
    .section__breadcrumb .page__title h1 {
        font-size: 24px;
    }

    .remaining__count {
        font-size: 32px;
    }

    .publication__list {
        grid-template-columns: repeat(2, 1fr);
    }

    .publication__list-content:nth-child(3n)::before {
        display: block;
    }

    .publication__list-content:nth-child(2n)::before {
        display: none;
    }
}



@media (max-width:767px) {
    .members__content .members__menu-list .member__card-main-image {
        width: 30vw !important;
    }

    .member__card-slider {
        width: 75vw;
    }

    .members__section .video__banner {
        height: 715px;
    }
}

@media (max-width:767px) {
    .member__card-slider {
        width: 80vw;
    }

    .members__content {
        padding-top: 30px !important;
        row-gap: 30px;
    }

    .grid__card-album div:nth-child(1) {
        grid-column: 1/8;
    }

    .grid__card-album-gallery {
        flex-direction: row;
    }

    .grid__card-album div {
        grid-column: 1/8;
        width: 100%;
    }

    .grid__box-sixth-content:nth-child(1) {
        height: 540px !important;
    }
}

@media (max-width:670px) {
    .members__section .video__banner {
        height: 670px;
    }

    .grid__box-sixth-content:nth-child(1) {
        height: 480px !important;
    }
}

@media (max-width:600px) {
    .members__section .video__banner {
        height: 630px;
    }
}

@media (max-width:575px) {
    .member__card-slider {
        width: 65vw;
    }

    .members__section .video__banner {
        height: 600px;
    }

    .grid__box-second {
        row-gap: 20px;
    }

    .video__main-box {
        gap: 20px;
    }

    .header-top {
        display: none;
    }

    .live__update-list-item::before {
        height: 90% !important;
    }

    .press__album-box {
        grid-template-columns: repeat(1, 1fr);
    }

    .header-logo__name {
        display: none;
    }

    .header-main.sticky .navbar__cta {
        margin-left: auto !important;
        margin-right: 0px !important;
    }

    .grid__box-sixth-content:nth-child(1) {
        height: 400px !important;
    }

}

@media (max-width: 476px) {

    .header-logo__name {
        margin-top: 5px;
    }

    .header__navbar {
        gap: 15px;
    }

    .members__section .video__banner {
        height: 550px;
    }

    .member__card-slider {
        width: 85vw;
    }

    .members__content .members__menu-list .member__card-main-image {
        width: 40vw !important;
    }
}

@media (max-width: 450px) {
    .grid__box-sixth-content:nth-child(1) .card__img {
        height: 100% !important;
        position: static !important;
    }

    .grid__box-sixth .card__img-overlay {
        position: absolute !important;
    }

    .grid__box-sixth-content:nth-child(1) .card__details .card__title a {
        color: #fff !important;
        font-weight: 400 !important;
    }
}

@media (max-width: 430px) {
    .header-top__caption {
        display: none;
    }

    .grid__box-sixth-content:nth-child(1) {
        height: 380px !important;
    }
}

@media (max-width: 375px) {
    .members__section .video__banner {
        height: 515px;
    }

    .member__card-slider {
        width: 90vw;
    }

    .grid__box-sixth-content:nth-child(1) {
        height: 340px !important;
    }

    .grid__box-sixth-content:nth-child(1) .card__details .card__title a {
        font-size: 20px !important;
    }
}
