@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");

:root {
    scroll-behavior: smooth;
}

a {
    color: var(--accent-color);
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    color: color-mix(in srgb, var(--accent-color), transparent 25%);
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

.service-details .services-list {
    padding: 10px 30px;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    margin-bottom: 20px;
}

.service-details .services-list a {
    display: block;
    line-height: 1;
    padding: 8px 0px 8px 15px;
    border-left: 3px solid color-mix(in srgb, var(--default-color), transparent 70%);
    margin: 20px 0px;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    transition: 0.3s;
}

.service-details .services-list a.active {
    color: var(--heading-color);
    font-weight: 700;
    border-color: var(--accent-color);
}

.service-details .services-list a:hover {
    border-color: var(--accent-color);
}

.service-details .services-img {
    margin-bottom: 20px;
}

.service-details h3 {
    font-size: 26px;
    font-weight: 700;
}

.service-details h4 {
    font-size: 20px;
    font-weight: 700;
}

.service-details p {
    font-size: 15px;
}

.service-details ul {
    list-style: none;
    padding: 0px;
    font-size: 15px;
}

.service-details ul li {
    padding: 5px 0px;
    display: flex;
    align-items: center;
}

.service-details ul i {
    font-size: 20px;
    margin-right: 8px;
    color: var(--accent-color);
}

.portfolio-details .portfolio-details-slider img {
    width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: color-mix(in srgb, var(--default-color), transparent 85%);
    opacity: 1;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--accent-color);
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px color-mix(in srgb, var(--default-color), transparent 90%);
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0px;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0px;
    color: color-mix(in srgb, var(--default-color), transparent 30%);
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.theme-change ul li {
    margin: 0px 0.5rem;
}

.theme-change ul li .theme-item {
    height: 15px;
    width: 18px;
    display: flex;
    border: 1px solid rgb(228, 228, 228);
    cursor: pointer;
}

.theme-change ul li .theme-item::before,
.theme-change ul li .theme-item::after {
    width: 50%;
    content: "";
}

.theme-change ul li .theme-item.theme-1::before {
    background-color: rgb(121, 121, 121);
}

.theme-change ul li .theme-item.theme-1::after {
    background-color: rgb(3, 3, 3);
}

.theme-change ul li .theme-item.theme-2::before {
    background-color: rgb(223, 26, 20);
}

.theme-change ul li .theme-item.theme-2::after {
    background-color: rgb(255, 255, 255);
}

.topnav-list li+li a {
    padding-left: 10px;
    margin-left: 10px;
}

.topnav-list li a,
.font-adjust a {
    font-size: 15px;
    font-weight: 500;
    color: rgb(34, 34, 34);
}

.topnav {
    margin-bottom: 10px;
}

.top-search form {
    width: 40%;
    margin-left: auto;
}

li.dropdown.lang-dropdown a {
    color: rgb(34, 34, 34);
    margin: 0px 5px;
}

.top-search a {
    color: rgb(255, 255, 255);
    font-weight: 500;
    font-size: 13px;
}

.date_box p {
    margin: 0px;
    font-size: 13px;
    color: rgb(34, 34, 34);
    font-weight: 500;
}

.date_box img {
    margin-right: 10px;
}

.date_time_section {
    padding: 7px 0px;
    background-color: rgb(65, 165, 224);
}

.banner-text {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: rgba(7, 34, 46, 0.8);
    padding: 10px 30px;
}

.banner-text h1 {
    font-size: 24px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    line-height: 35px;
}

.banner-text p {
    color: rgb(255, 255, 255);
    margin: auto auto 10px;
}

.banner-text span {
    color: rgb(255, 255, 255);
}

.play-pause {
    position: absolute;
    bottom: 13px;
    right: 40px;
    z-index: 9999;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    color: rgb(240, 210, 138);
    cursor: pointer;
    background: rgb(44, 31, 20);
    display: block !important;
}

.banner-section .owl-prev {
    width: 20px;
    height: 21px;
    top: 50%;
    bottom: 15px;
    left: 50%;
    position: absolute;
}

.banner-section .owl-next {
    width: 20px;
    height: 16px;
    top: 50%;
    position: absolute;
    right: 5%;
}

.banner-wrapper {
    position: relative;
}

.banner-wrapper::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    opacity: 1;
}

.banner-section .owl-prev i,
.banner-section .owl-next i {
    color: rgb(12, 42, 101);
    font-size: 40px;
}

.banner-section {
    padding: 20px 0px 0px;
}

.logo-box {
    padding: 31px 15px;
    border-radius: 10px;
    box-shadow: gray 0px 0px 4px;
}

.logo-box+.logo-box {
    margin-top: 22px;
}

.gov-logo-img img {
    height: 75px;
}

.icon-box a {
    width: 50px;
    height: 50%;
    display: block;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background-color: rgb(65, 165, 224);
    color: rgb(255, 255, 255);
    font-size: 17px;
}

.whats_link_box {
    overflow: hidden;
    padding: 15px 12px;
    background-color: rgb(7, 34, 46);
    border-radius: 0px 0px 0px 30px;
}

.whats_link_box ul {
    height: 250px;
}

.whats_new {
    padding: 10px 12px;
    background-color: rgb(65, 165, 224);
}

.whats_new h3 {
    color: rgb(255, 255, 255);
    margin: 0px;
    font-size: 20px;
}

.whats_link_box ul li p {
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
}

.whats_link_box ul li+li {
    margin-top: 7px;
    border-top: 1px dashed rgba(255, 255, 255, 0.3);
    padding-top: 7px;
}

.whats_link_page a {
    color: rgb(255, 255, 255);
    text-transform: capitalize;
    display: flex;
    align-items: center;
    font-size: 17px;
    justify-content: end;
    font-weight: 500;
}

.whats_link_page a span {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
    background-color: rgb(65, 165, 224);
    text-align: center;
    color: rgb(255, 255, 255);
    margin-left: 10px;
}

.whats_link_box ul li span {
    color: rgb(255, 255, 255);
    display: inline-block;
    padding: 6px 10px;
    background-color: rgba(65, 165, 224, 0.2);
    border-radius: 30px;
    font-size: 12px;
}

.fdf-list span {
    background-color: transparent !important;
    padding: 0px !important;
}

.fdf-list a {
    display: flex;
}

.marquee-wrapper a {
    color: rgb(255, 255, 255);
}

.marquee-section .marquee-wrapper {
    background-color: rgb(7, 34, 46);
}

.marquee-wrapper {
    line-height: 1;
    padding: 15px;
}

.government_text {
    border-radius: 0px 0px 30px;
}

.about-section {
    background-color: rgb(211, 223, 239);
    padding: 0px;
}

.about-wrapper {
    padding: 20px 0px;
}

.about-wrapper h1 {
    color: rgb(32, 72, 121);
    font-weight: 600;
    text-transform: capitalize;
    font-size: 32px;
}

.about-wrapper h4 {
    color: rgb(32, 72, 121);
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-size: 20px;
}

.about-wrapper p {
    color: rgb(34, 34, 34);
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 10px;
}

.about-button a {
    color: rgb(248, 116, 8);
    justify-content: start;
    font-weight: 500;
}

.about-img {
    height: 100%;
    width: 100%;
    position: relative;
}

.about-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left center;
}

.about-img::before {
    content: "";
    position: absolute;
    inset: 20px;
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.post-wrapper {
    padding: 5px;
    border-radius: 10px;
}

.post-wrapper.facebook {
    background-color: rgb(255, 255, 255);
    padding: 50px 10px 0px;
    position: relative;
    margin-top: 20px;
    box-shadow: rgba(168, 168, 168, 0.3) 0px 0px 16px 0px;
    border-radius: 0px;
}

.post-wrapper.twitter {
    background-color: rgb(0, 191, 243);
}

.post-wrapper.contact {
    background-color: rgb(32, 72, 121);
}

.post-wrapper .heading-box {
    padding: 20px;
}

.post-wrapper .heading-box h3 {
    display: flex;
    align-items: center;
    padding: 15px;
    position: absolute;
    top: -20px;
    left: 0px;
    right: 0px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px;
    width: calc(100% - 20px);
    background-color: rgb(255, 255, 255);
    border-radius: 0px 0px 5px 5px;
    margin: 0px auto;
    font-size: 1.5rem;
    font-weight: normal;
}

.post-wrapper .heading-box h3::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0px;
    border-right: 10px solid rgb(223, 223, 223);
    border-top: 19px solid transparent;
    border-bottom: 0px solid transparent;
}

.post-wrapper .heading-box h3::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0px;
    border-left: 10px solid rgb(223, 223, 223);
    border-top: 19px solid transparent;
    border-bottom: 0px solid transparent;
}

section.faceboo_twitter_section {
    background: rgb(255, 245, 233);
}

.fblef>div {
    width: 100% !important;
    border-radius: 10px !important;
}

.fblef>iframe {
    display: block;
    margin: auto;
    border-radius: 10px !important;
}

.new_logo-box {
    text-align: center;
    display: flex;
    height: 100%;
}

.new_logo-box img {
    margin: auto;
    object-fit: contain;
}

.new_logo-box {
    padding: 10px;
    box-shadow: lightgray 0px 0px 3px;
}

.list_headings {
    background-color: rgb(32, 72, 121);
    padding: 15px;
}

.list_headings h3 {
    font-size: 22px;
    color: rgb(255, 255, 255);
    margin: 0px;
}

.list-wrapper {
    background-color: rgb(240, 240, 240);
}

.impHomeLinks {
    padding: 15px;
}

.impHomeLinks li+li {
    margin-top: 8px;
}

.impHomeLinks li a {
    color: rgb(34, 34, 34);
    font-weight: 500;
    font-size: 15px;
    transition: 0.4s ease-in-out;
}

.impHomeLinks li a:hover {
    color: rgb(32, 72, 121);
}

.Marquee {
    width: 100%;
    box-sizing: border-box;
    padding: 1em;
    color: rgb(255, 255, 255);
    font-weight: 200;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    overflow: hidden;
}

.Marquee-content {
    display: flex;
    animation: 15s linear 0s infinite normal none running marquee;
}

.Marquee-content:hover {
    animation-play-state: paused;
}

.Marquee-tag {
    width: 200px;
    margin: 0px 0.5em;
    padding: 0.5em;
    background: rgb(255, 255, 255);
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    transition: 0.2s;
    border-radius: 10px;
    box-shadow: rgb(90, 90, 90) 0px 0px 2px;
}

.Marquee-tag:hover {
    transform: scale(1.1);
    cursor: pointer;
}

@-webkit-keyframes marquee {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translate(-50%);
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translate(-50%);
    }
}

section.brands-section {
    background: rgb(255, 255, 255);
}

footer#footer {
    padding: 40px 0px 0px;
    background-color: rgb(32, 72, 121);
    color: rgb(255, 255, 255);
}

.right_inner.embaddresscontent.tabHCI h4,
.footer-links h4 {
    color: rgb(255, 255, 255);
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
}

.right_inner.embaddresscontent.tabHCI p {
    font-size: 15px;
    margin-bottom: 8px;
}

.footer-links ul li+li {
    margin-left: 8px;
}

.footer-links ul li a {
    color: rgb(255, 255, 255);
    font-size: 15px;
}

.footer-links ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.copyright {
    padding: 10px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.43);
}

.container.footer-top {
    margin-bottom: 10px;
}

.footer-top .logo {
    padding: 10px;
    width: fit-content;
    margin: auto;
}

.footer-links {
    margin: 5px 0px;
    text-align: center;
}

.copyright p {
    margin: 0px;
}

.dropdown ul li:hover a {
    border-radius: 0px;
}

.inner_breadcrumb {
    background: rgb(215, 238, 255);
    position: relative;
    margin: 0px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
    border-top: 5px solid rgb(0, 74, 173);
    padding: 10px 0px;
}

.inner_breadcrumb .breadcrumb li a {
    color: rgb(0, 74, 173);
    font-size: 20px;
}

.inner_breadcrumb .breadcrumb li.active {
    color: rgb(7, 34, 46);
}

.inner_breadcrumb .breadcrumb li+li::before {
    content: "/";
    float: left;
    padding: 0px 10px;
    color: rgb(7, 34, 46);
}

section.heading_banner {
    padding: 40px 0px;
    background-color: rgb(65, 165, 224);
}

section.heading_banner h1 {
    font-size: 30px;
    color: rgb(255, 255, 255);
    margin: 0px;
    font-weight: 600;
}

ul.breadcrumb {
    margin: 0px;
    padding: 0px;
    justify-content: center;
}

.form-wrapper input,
.form-wrapper input:focus {
    border: none;
    outline: none;
    border-radius: 0px;
    background-color: transparent;
    padding: 0px 25px;
    height: 45px;
    box-shadow: none;
}

.form-wrapper button {
    border: none;
    outline: none;
    box-shadow: none;
    text-align: center;
    width: 45px;
    line-height: 45px;
    height: 45px;
    font-size: 22px;
    display: block;
    color: rgb(0, 0, 0);
    background-color: transparent;
    padding-right: 15px;
}

.form-wrapper form {
    border: 1px solid lightgray;
    border-radius: 30px;
}

.offcanvas.offcanvas-top {
    z-index: 999999;
    height: 45vh;
}

.post-box {
    height: 400px;
    overflow: auto;
}

.logo-img p {
    font-size: 26px;
    font-weight: 700;
    padding: 0px 15px;
    color: rgb(7, 34, 46);
}

.recent_wrapper ul {
    columns: 2;
}

.recent_wrapper ul li {
    border-bottom: 1px dashed rgb(204, 204, 204);
    padding: 10px 0px;
}

.tab-content {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px;
    padding: 10px;
    border-radius: 10px;
}

.recent_wrapper ul li {
    display: flex;
}

.recent_wrapper ul li .recent_img {
    margin-right: 10px;
    flex-shrink: 0;
}

.recent_wrapper ul li .recent_img img {
    width: 110px;
}

.recent_wrapper ul li a {
    color: rgb(34, 34, 34);
    font-weight: 500;
    font-size: 15px;
}

.recent_wrapper ul li span {
    display: block;
    font-size: 13px;
    margin-top: 5px;
}

.recent_wrapper .whats_link_page a {
    color: rgb(7, 34, 46);
}

.recentupdate-nav {
    background: rgb(7, 34, 46);
    height: 100%;
    width: 350px;
    margin-right: 30px;
    border-radius: 10px;
}

.recentupdate-nav.nav-pills .nav-link.active {
    background-color: rgb(65, 165, 224);
    color: rgb(255, 255, 255);
}

.recentupdate-nav.nav-pills .nav-link {
    outline: none;
    border-bottom: 1px solid rgb(255, 255, 255);
    padding: 47px 4px;
    font-size: 20.6px;
    display: block;
    color: rgb(255, 255, 255);
    border-radius: 0px;
    position: relative;
    background: rgb(7, 34, 46);
}

.recentupdate-nav.nav-pills .nav-link.active::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 12px solid rgb(65, 165, 224);
    top: 50%;
    right: -10px;
    margin: auto;
    transform: translateY(-50%) rotate(-210deg);
}

.twitter-tweet.twitter-tweet-rendered {
    margin: 0px !important;
}

.heading-box h3 img {
    width: 50px;
    margin-right: 20px;
}

.heading-box h3 {
    font-weight: 600;
}

.logo_wrap {
    box-shadow: gray 0px 0px 3px;
    margin: 5px 10px;
    padding: 10px 30px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
}

.Initiatives-section {
    background: url("assets/img/inibg.svg") 0% 0% / cover no-repeat;
}

.initiatives-text h3 {
    font-size: 35px;
    font-weight: 600;
}

section.Initiatives-section button.owl-dot {
    background: rgb(65, 165, 224);
    border-radius: 50%;
    margin: 5px;
    padding: 5px !important;
}

section.Initiatives-section button.owl-dot.active {
    border-radius: 30px;
    background: rgb(7, 34, 46);
    padding: 5px 20px !important;
}

.Initiatives-section .owl-dots {
    text-align: center;
}

.footer-about p {
    font-size: 26px;
    font-weight: 700;
    padding: 0px 15px;
    color: rgb(255, 255, 255);
}

.footer-about p span {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: bold;
    margin-top: 0px;
}

.footer-about a {
    padding: 10px;
    background: transparent;
}

.loginbtn+.loginbtn {
    margin-left: 15px;
}

.loginbtn a {
    display: inline-block;
    padding: 15px 20px;
    border-radius: 10px;
    color: rgb(255, 255, 255);
    background-color: rgb(7, 34, 46);
    text-align: center;
    line-height: 20px;
}

@media (max-width: 1300px) {
    .about-img img {
        height: 100%;
        width: 100%;
        object-fit: contain;
        object-position: center center;
    }
}

.post_content h4 {
    font-size: 18px;
    color: rgb(7, 34, 46);
    font-weight: bold;
    margin: 0px;
}

.post_content h2 {
    color: rgb(65, 165, 224);
    font-weight: 500;
    font-size: 25px;
    line-height: 32px;
}

.event_posts {
    padding: 12.5px;
    background: rgb(255, 255, 255);
    box-shadow: lightgray 0px 0px 8px;
}

.postallnew a {
    color: rgb(65, 165, 224);
    font-weight: 500;
}

.post_content {
    margin-top: 10px;
}

.post_content h6 {
    font-size: 14px;
    color: rgb(65, 165, 224);
    font-weight: 400;
}

.post_content p {
    font-size: 15px;
    color: rgb(34, 34, 34);
}

.posts_img img {
    aspect-ratio: 3 / 3;
    object-fit: cover;
}

.post_img img {
    aspect-ratio: 3 / 2;
}

.formbox {
    border-left: 1px solid rgba(7, 34, 46, 0.26);
    padding: 20px;
}

section.services_section,
section.event-section {
    background: url("assets/img/inibg.svg") 0% 0% / cover no-repeat;
}

.services_ {
    background: rgb(255, 255, 255);
    border-radius: 8px;
    box-shadow: lightgray 0px 4px 4px;
}

.services_ img {
    margin: auto;
}

.govlogo {
    padding: 0px 10px;
}

.govlogo img {
    max-width: 100px;
}

#menuLeft li a {
    background: url("assets/img/bullet-list-icon.png") left 1em no-repeat;
    color: rgb(81, 81, 81);
    display: block;
    line-height: 1.583em;
    padding: 8px 0px 8px 15px;
    text-decoration: none;
}

#menuLeft li {
    display: block;
    width: 100%;
    border-bottom: 1px dotted rgb(219, 219, 219);
}

.innerContentPart .rightPart {
    padding: 30px 0px 30px 20px;
    font-size: 1.25em;
}

.rightPart .menuTitle h3 {
    font-size: 36px;
    line-height: 1.228em;
    font-weight: 600;
    color: rgb(0, 0, 0);
    display: block;
    margin: 10px 0px;
}

ul#menuLeft {
    padding: 15px;
    box-shadow: rgba(41, 102, 173, 0.37) 0px 0px 5px;
    border-radius: 15px;
    background: rgb(255, 255, 255);
}

span.menuTitle h3 {
    font-size: 32px;
    color: rgb(32, 72, 121);
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 18px;
}

div#ContentPlaceHolder1_UserLeftMiddleMenu1_LeftMenu {
    position: sticky;
    top: 50px;
}

.recentupdate-nav.nav-pills .nav-link:nth-child(1) {
    border-radius: 10px 10px 0px 0px;
}

.recentupdate-nav.nav-pills .nav-link:nth-child(3) {
    border-radius: 0px 0px 10px 10px;
}

.govlogo:nth-child(2) {
    border-left: 2px solid rgb(184, 184, 184);
}

.search-wrapper {
    background-color: white;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px;
    width: 285px;
    display: flex;
    align-items: center;
}

.search-wrapper input {
    border: none;
    outline: none;
    padding: 5px 15px;
    border-radius: 50px 0px 0px 50px;
    flex: 1 1 0%;
    width: 100%;
}

.mic-icon {
    background-color: white;
    border: none;
    padding: 5px 10px;
}

.search-icon {
    background-color: rgb(0, 74, 173);
    border: none;
    padding: 6px 15px;
    border-radius: 0px 50px 50px 0px;
}

.search-icon i,
.mic-icon i {
    font-size: 1.2rem;
}

.search-icon i {
    color: white;
}

.mic-icon i {
    color: rgb(0, 74, 173);
}

.navmenu>div>ul>li>a {
    border-left: 1px solid rgb(55, 59, 61);
}

.navmenu>div>ul>li:nth-child(1)>a {
    padding-left: 0px;
    border-left: 0px;
}

.header .logo img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.gandhijiprofile {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    z-index: 9;
}

.profiletext {
    position: absolute;
    left: 30%;
    transform: translateX(-50%);
    bottom: 0px;
    padding: 20px;
    border-radius: 20px 20px 0px 0px;
    background-color: rgb(44, 31, 20);
    box-shadow: rgb(220, 184, 118) 2px -13px 0px;
}

.gandhijiprofile img {
    height: 100%;
}

.quickinformation {
    padding: 55px 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
}

.quickinformation::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgb(243, 225, 201);
    opacity: 0.9;
    z-index: -1;
}

.quickbox {
    position: relative;
    padding: 15px;
    border-radius: 30px;
    text-align: center;
    background: rgb(108, 78, 39);
    z-index: 1;
    height: 260px;
}

.quickbox::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 10%;
    width: 100%;
    opacity: 0;
    background-color: rgb(189, 140, 82);
    transition: 0.4s ease-in-out;
    border-radius: 30px;
    z-index: -1;
}

.quickbox:hover::before {
    opacity: 1;
    height: 100%;
}

.quickboximg {
    padding: 10px;
    border: 1px solid rgb(255, 255, 255);
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 50%;
    font-size: 45px;
    color: rgb(255, 255, 255);
}

.quickboximg img {
    height: 50px;
    margin: auto;
    object-fit: contain;
    width: 50px !important;
}

.quickboxcontent h4 {
    font-size: 20px;
    color: rgb(242, 163, 41);
    margin-bottom: 8px;
    font-weight: 700;
    transition: 0.4s ease-in-out;
}

.quickbox:hover .quickboxcontent h4 {
    color: rgb(255, 255, 255);
}

.quickboxcontent p {
    color: rgb(255, 255, 255);
}

.quickbox-icon span {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 2;
    text-align: center;
    border-radius: 50%;
    border: 2px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    background: rgb(189, 140, 82);
}

.quickboxcontent {
    margin: 20px 0px 45px;
}

.quickbox-icon {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.owl-carousel.quick-carousel .owl-stage-outer {
    padding-bottom: 20px;
}

.section-heading h2 {
    font-size: 34px;
    font-weight: 600;
    color: rgb(242, 163, 41);
    margin-bottom: 23px;
}

.color {
    color: rgb(0, 0, 0);
}

.wrap {
    width: 960px;
    margin: 0px auto;
    position: relative;
    padding: 30px 0px 6px;
}

.charkhaContain {
    position: relative;
}

.wheel {
    width: 400px;
    height: 400px;
    position: relative;
    overflow: hidden;
    border-radius: 400px;
    animation: 6s linear 0s infinite normal backwards running wheelAnim;
}

@-webkit-keyframes wheelAnim {
    0% {}

    100% {
        transform: rotate(360deg);
    }
}

@keyframes wheelAnim {
    0% {}

    100% {
        transform: rotate(360deg);
    }
}

.wheel::after {
    content: "";
    position: absolute;
    top: 18px;
    left: 18px;
    width: 360px;
    height: 360px;
    border: 2px solid rgb(0, 0, 0);
    border-radius: 180px;
}

.wheel div {
    position: absolute;
    top: -50px;
    left: 50%;
    width: 0px;
    height: 0px;
    margin-left: -12px;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-bottom: 250px solid black;
    transform-origin: center bottom;
}

.wheel div::after {
    content: "";
    width: 12px;
    height: 18px;
    background-color: black;
    position: absolute;
    top: 49px;
    left: 50%;
    margin-left: -6px;
    border-radius: 40px;
}

.wheel div:nth-child(1) {
    transform: rotate(30deg);
}

.wheel div:nth-child(2) {
    transform: rotate(60deg);
}

.wheel div:nth-child(3) {
    transform: rotate(90deg);
}

.wheel div:nth-child(4) {
    transform: rotate(120deg);
}

.wheel div:nth-child(5) {
    transform: rotate(150deg);
}

.wheel div:nth-child(6) {
    transform: rotate(180deg);
}

.wheel div:nth-child(7) {
    transform: rotate(210deg);
}

.wheel div:nth-child(8) {
    transform: rotate(240deg);
}

.wheel div:nth-child(9) {
    transform: rotate(270deg);
}

.wheel div:nth-child(10) {
    transform: rotate(300deg);
}

.wheel div:nth-child(11) {
    transform: rotate(330deg);
}

.wheel div:nth-child(12) {
    transform: rotate(360deg);
}

.wheelStand {
    width: 25px;
    height: 330px;
    background-color: rgb(51, 51, 51);
    position: absolute;
    top: 170px;
    left: 188px;
}

.wheelStand::after {
    content: "";
    width: 700px;
    height: 20px;
    position: absolute;
    left: -30px;
    bottom: 30px;
    background-color: rgb(51, 51, 51);
}

.ropeBottom,
.ropeTop {
    position: absolute;
    height: 1px;
    background: black;
    z-index: 0;
    transform-origin: left center;
}

.ropeTop {
    width: 630px;
    left: 267px;
    top: 30px;
    transform: rotate(27deg);
}

.ropeBottom {
    width: 620px;
    bottom: 138px;
    left: 200px;
    transform: rotate(-1.57deg);
}

.smallWheelStand {
    width: 7px;
    height: 115px;
    position: absolute;
    bottom: 70px;
    right: 141px;
    background-color: rgb(51, 51, 51);
}

.smallWheelStand::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 2px;
    width: 3px;
    height: 3px;
    background-color: white;
    border-radius: 5px;
}

.smallWheelStand::after {
    content: "";
    width: 25px;
    height: 29px;
    position: absolute;
    left: -9px;
    bottom: -49px;
    background-color: rgb(51, 51, 51);
}

.smallWheel {
    position: absolute;
    top: 313px;
    right: 119px;
    width: 50px;
    height: 50px;
    border: 1px solid black;
    border-radius: 60px;
    animation: 1.5s linear 0s infinite normal backwards running wheelAnim;
}

.smallWheel div {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 0px;
    height: 0px;
    margin-left: -2px;
    border-right: 2px solid transparent;
    border-left: 2px solid transparent;
    border-bottom: 25px solid black;
    transform-origin: center bottom;
}

.smallWheel div:nth-child(1) {
    transform: rotate(40deg);
}

.smallWheel div:nth-child(2) {
    transform: rotate(80deg);
}

.smallWheel div:nth-child(3) {
    transform: rotate(120deg);
}

.smallWheel div:nth-child(4) {
    transform: rotate(160deg);
}

.smallWheel div:nth-child(5) {
    transform: rotate(200deg);
}

.smallWheel div:nth-child(6) {
    transform: rotate(240deg);
}

.smallWheel div:nth-child(7) {
    transform: rotate(280deg);
}

.smallWheel div:nth-child(8) {
    transform: rotate(320deg);
}

.smallWheel div:nth-child(9) {
    transform: rotate(360deg);
}

.wheelStand::before {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 25px;
    left: 7px;
    background-color: white;
    border-radius: 10px;
}

.quick-section {
    position: relative;
    padding: 0px;
    background-color: rgb(243, 227, 206);
}

.charkhawrapper {
    position: relative;
}

.container {
    max-width: 92%;
}

.timebox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.timebox a {
    background-color: rgb(108, 78, 39);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 35px;
    border: 1px solid rgba(255, 255, 255, 0.847);
    border-radius: 25px;
    gap: 15px;
    color: rgb(255, 255, 255);
    transition: 0.4s ease-in-out;
}

.timebox a:hover {
    background-color: rgb(242, 163, 41);
}

.timebox a .timeimg img {
    max-width: 45px;
}

.timecontent h5 {
    font-size: 18px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    margin: 0px;
    line-height: 30px;
}

.timecontent span {
    font-size: 15px;
    color: rgb(255, 255, 255);
    display: block;
}

.casetest {
    padding: 20px;
    background-color: rgb(255, 255, 255);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 207px;
    transition: 0.4s ease-in-out;
}

.casetest::before {
    content: "";
    position: absolute;
    left: 40px;
    top: -14%;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid rgb(255, 255, 255);
    transform: rotate(-90deg);
    transition: 0.4s ease-in-out;
}

.caseimg {
    height: 207px;
}

.caseimg img {
    height: 100%;
}

.casetest h3 {
    font-size: 20px;
    font-weight: 600;
    color: rgb(27, 69, 120);
    margin-top: 15px;
}

span.locationtex i {
    font-size: 18px;
    margin-right: 5px;
    color: rgb(27, 69, 120);
}

.casetest p {
    margin-top: 10px;
    line-height: 1.6;
    font-size: 16px;
}

.casetest a {
    display: block;
    font-size: 21px;
    color: rgb(27, 69, 120);
}

.casetest.sec-box::before {
    top: auto;
    bottom: -14%;
    transform: rotate(90deg);
}

section.casstrudy-section {
    padding: 30px 0px;
    background: url("assets/img/background-textur.jpg");
}

.case-box:hover .casetest {
    background-color: rgb(27, 69, 120);
}

.case-box:hover .casetest h3,
.case-box:hover .casetest p,
.case-box:hover .casetest a,
.case-box:hover .casetest span.locationtex i,
.case-box:hover .casetest span.locationtex {
    color: rgb(255, 255, 255);
}

.case-box:hover .casetest::before {
    border-left: 20px solid rgb(27, 69, 120);
}

.casebox {
    box-shadow: rgba(227, 205, 172, 0.65) 0px 0px 20px;
}

.caseicon {
    position: relative;
}

.caseicon .icon2 {
    position: absolute;
    top: 0px;
    left: 0px;
    transition: 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.casebox-container:hover .caseicon .icon2 {
    opacity: 1;
    visibility: visible;
}

.spotlight-title {
    color: rgb(27, 69, 120);
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 20px;
}

footer.footer-section {
    background: rgb(192, 145, 82);
    padding: 50px 0px;
    position: relative;
}

footer.footer-section::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 10%;
    background: url("assets/img/border-texture.png") 0% 0% / contain;
}

.list-unstyled {
    columns: 2;
}

.list-unstyled li+li {
    margin-top: 10px;
}

.list-unstyled li a {
    color: rgb(255, 255, 255);
}

.important-text {
    display: flex;
    align-items: center;
}

.important-text p {
    line-height: 28px;
    font-size: 15px;
}

.important-text p a {
    color: rgb(255, 255, 255);
}

footer.footer-section h5,
footer.footer-section h6 {
    color: rgb(255, 255, 255);
    font-size: 26px;
    font-weight: bold;
}

section.facilities-section.sec-2.bg-0.se {
    background-position: 0 185px;
    background-repeat: repeat-x;
    background-color: rgb(189 140 81);
    background-size: contain;
}

.facilities-section {
    padding: 50px 0px;
    background-color: rgb(255, 226, 182);
    background-image: url("/assets/img/iocl/bw-1.jpg");
    position: relative;
    background-color: rgb(189 140 81);
    background-size: contain;
}


.facilities-section::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0px;
    width: 100%;
    height: 10%;
    background: url("/assets/img/border-texture2.png") 0% 0% / contain;
}

.facilities-section::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 10%;
    background: url("/assets/img/border-texture.png") 0% 0% / contain;
    transform: rotate(180deg);
}

.facilities-box h2 {
    color: rgb(255, 255, 255);
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 0px;
}

.facilities-box p {
    color: rgb(255, 255, 255);
    font-size: 18px;
}

.facilities-content {
    padding: 15px 20px;
    background-color: rgb(255, 255, 255);
    transition: none;
    height: 130px;
    border-radius: 20px;
    cursor: pointer;
}

.facilities-content:hover {
    border-bottom: 5px solid rgb(255, 255, 255);
}

.facilities-content img {
    height: 45px;
}

.facilities-content h3 {
    color: rgb(51, 51, 51);
    font-size: 16px;
    margin-top: 15px;
}

.facilities-box {
    text-align: center;
}

.logo-carousel a img {
    width: auto !important;
}

.logo-carousel .owl-prev,
.logo-carousel .owl-prev,
.link-carousel .owl-prev {
    position: absolute;
    top: 40%;
    margin-left: -20px;
    border: 0px solid black;
    display: block !important;
}

.logo-carousel .owl-next,
.link-carousel .owl-next,
.logo-carousel .owl-next {
    position: absolute;
    top: 40%;
    right: -25px;
    border: 0px solid black;
    display: block !important;
}

.logo-carousel .owl-prev i,
.logo-carousel .owl-next i,
.link-carousel .owl-prev i,
.link-carousel .owl-next i {
    font-size: 30px;
    color: rgb(27, 69, 120);
}

.quick-carousel .owl-prev i,
.quick-carousel .owl-next i {
    font-size: 30px;
    color: rgb(108, 78, 39);
}

.quick-carousel .owl-next {
    position: absolute;
    top: 40%;
    right: -30px;
    border: 0px solid black;
    display: block !important;
}

.quick-carousel .owl-prev {
    position: absolute;
    top: 40%;
    margin-left: -30px;
    border: 0px solid black;
    display: block !important;
}

.footertext p {
    color: rgb(255, 255, 255);
    font-weight: 500;
}

.footer-bottom {
    background: rgb(82, 61, 33);
    padding: 15px 0px;
}

.bannertext {
    position: absolute;
    top:14%;
    text-align: center;
    width: 50%;
    left: 72%;
    transform: translate(-50%, -50%);
}

.bannertext h2 {
    color: rgb(43, 31, 20);
    font-weight: 700;
    backdrop-filter: blur(6px);
    background: linear-gradient(90deg, rgb(189, 140, 81), rgb(240, 210, 138), rgb(189, 140, 81));
    padding: 6px 15px;
    display: inline-block;
    border-radius: 8px;
    line-height: 1.3;
}

.bannertext p {
    font-size: 20px;
    color: rgb(12, 42, 101);
    font-weight: 600;
}

.caseicon img {
    width: auto !important;
}

.caseimg img {
    width: auto !important;
}

button.open-search {
    outline: none;
    border: 2px solid rgb(255, 255, 255);
    background: transparent;
    width: 45px;
    height: 45px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    border-radius: 50%;
}

.search-popup {
    position: fixed;
    inset-inline-start: 0px;
    top: 0px;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.9);
    transition: 1500ms cubic-bezier(0.86, 0, 0.07, 1);
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    inset-inline: 15px;
    margin: -35px auto 0px;
    transform: scaleX(0);
    transform-origin: center center;
    background-color: rgb(17, 17, 17);
    transition: 300ms;
}

.search-popup .search-popup__group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

.search-popup .search-popup__group input {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: rgb(34, 34, 34);
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: rgb(255, 255, 255);
    transition: 500ms;
    font-weight: 400;
    text-transform: capitalize;
    padding-inline-end: 80px;
    border-radius: 5px;
}

.search-popup .search-popup__group button {
    color: rgb(12, 42, 101);
}

.search-popup .search-popup__group button:hover {
    color: var(--hover-color);
}

.search-popup button {
    position: absolute;
    inset-inline-end: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: var(--white);
    padding: 0px;
    cursor: pointer;
    transition: 500ms;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    outline: none;
    border: none;
}

.search-popup .close-search {
    position: absolute;
    inset-inline: 0px;
    top: 75%;
    margin: -200px auto 0px;
    border-radius: 50%;
    text-align: center;
    background: linear-gradient(90deg, rgb(12, 42, 101), rgb(242, 163, 41));
    width: 70px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 10px;
    border-bottom: 3px solid rgb(255, 255, 255);
    transition: 500ms;
    opacity: 0;
    visibility: hidden;
    color: rgb(255, 255, 255);
    outline: none;
}

.search-popup .close-search span {
    position: relative;
    display: block;
    height: 70px;
    width: 70px;
    font-size: 20px;
    line-height: 70px;
    color: var(--black);
}

.sidenav-bar-visible .search-popup {
    width: 80%;
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0px;
}

.search-active .search-popup form {
    transform: scaleX(1);
    transition-delay: 1200ms;
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    transition-delay: 1500ms;
}

.searchModule--popular {
    padding: 20px 0px;
    margin: auto;
    position: absolute;
    top: 60%;
    left: 0px;
    right: 0px;
    width: 80%;
    text-align: center;
}

.searchModule--popular h4 {
    margin-bottom: 20px;
    color: rgb(20, 152, 193);
}

.searchModule--popular-item:not(:last-child) {
    margin-right: 40px;
}

.searchModule--popular-item a {
    line-height: 2rem;
    font-size: 1.05rem;
    color: rgb(229, 229, 229);
    transition: 0.4s ease-in-out;
    position: relative;
}

ul.chronology-list {
    --col-gap: 2rem;
    --row-gap: 2rem;
    --line-w: 0.25rem;
    display: grid;
    grid-template-columns: var(--line-w) 1fr;
    grid-auto-columns: max-content;
    column-gap: var(--col-gap);
    list-style: none;
    width: min(75rem, 90%);
    margin-inline: auto;
}

ul.chronology-list::before {
    content: "";
    grid-area: 1 / 1 / span 23;
    background: rgb(225, 225, 225);
    border-radius: calc(var(--line-w) / 2);
}

ul.chronology-list li:not(:last-child) {
    margin-bottom: var(--row-gap);
}

ul.chronology-list li {
    grid-area: span 2 / 2;
    --inlineP: 1.5rem;
    margin-inline: var(--inlineP);
    display: grid;
    grid-template-rows: min-content min-content min-content;
}

ul.chronology-list li .date {
    --dateH: 3rem;
    height: var(--dateH);
    margin-inline: calc(var(--inlineP) * -1);
    text-align: center;
    background-color: var(--accent-color);
    color: white;
    font-size: 1.25rem;
    font-weight: 700;
    display: grid;
    place-content: center;
    position: relative;
    border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}

ul.chronology-list li .date::before {
    content: "";
    width: var(--inlineP);
    aspect-ratio: 1 / 1; 
    background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
    position: absolute;
    top: 100%;
    clip-path: polygon(0px 0px, 100% 0px, 0px 100%);
    right: 0px;
}

ul.chronology-list li .date::after {
    content: "";
    position: absolute;
    width: 2rem;
    aspect-ratio: 1 / 1;
    background: var(--bgColor);
    border: 0.3rem solid var(--accent-color);
    border-radius: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}

ul.chronology-list li .title,
ul.chronology-list li .descr {
    background: var(--bgColor);
    position: relative;
    padding-inline: 1.5rem;
}

ul.chronology-list li .title {
    overflow: hidden;
    padding-block: 1.5rem 1rem;
    font-weight: 600;
    font-size: 20px;
    color: rgb(34, 34, 34);
}

ul.chronology-list li .descr {
    padding-block-end: 1.5rem;
    font-weight: 500;
    color: rgb(34, 34, 34);
}

ul.chronology-list li .title::before,
ul.chronology-list li .descr::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 0.5rem;
    background: rgba(0, 0, 0, 0.5);
    left: 50%;
    border-radius: 50%;
    filter: blur(4px);
    transform: translate(-50%, 50%);
}

ul.chronology-list li .title::before {
    bottom: calc(100% + 0.125rem);
}

ul.chronology-list li .descr::before {
    z-index: -1;
    bottom: 0.25rem;
}

@media (min-width: 40rem) {
    ul.chronology-list {
        grid-template-columns: 1fr var(--line-w) 1fr;
    }

    ul.chronology-list::before {
        grid-column: 2;
    }

    ul.chronology-list li:nth-child(2n+1) {
        grid-column: 1;
    }

    ul.chronology-list li:nth-child(2n) {
        grid-column: 3;
    }

    ul.chronology-list li:nth-child(2) {
        grid-row: 2 / 4;
    }

    ul.chronology-list li:nth-child(2n+1) .date::before {
        clip-path: polygon(0px 0px, 100% 0px, 100% 100%);
        left: 0px;
    }

    ul.chronology-list li:nth-child(2n+1) .date::after {
        transform: translate(-50%, -50%);
        left: calc(100% + var(--col-gap) + var(--line-w) / 2);
    }

    ul.chronology-list li:nth-child(2n+1) .date {
        border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
    }
}

section.chronology-section {
    padding: 60px 0px;
}

.parent-div {
    display: flex;
    flex-wrap: nowrap;
}

.parent-div::-webkit-scrollbar {
    display: none;
}

.parent-div {}

.parent-div:active {
    cursor: grabbing;
}

.parent-div>[class*="col-"] {
    flex: 0 0 auto;
}

@media (max-width: 768px) {
    .parent-div {
        gap: 8px;
    }
}

.facilities-img i {
    font-size: 31px;
    color: rgb(157, 97, 6);
}

.history-section {
    background: rgb(243, 225, 201);
    padding: 80px 0px;
    position: relative;
    overflow: hidden;
}

.image-stack {
    position: relative;
    width: 100%;
    min-height: 450px;
}

.image-stack img {
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 9px 12px;
    object-fit: cover;
}

.img-top {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 70%;
    z-index: 2;
}

.img-bottom {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    z-index: 1;
}

.video-box {
    position: absolute;
    bottom: -40px;
    left: 20%;
    width: 55%;
    z-index: 3;
}

.history-content {
    padding-left: 50px;
}

.history-content small {
    font-family: Cinzel, serif;
    letter-spacing: 2px;
    color: rgb(197, 155, 85);
    font-weight: 600;
}

.history-content h2 {
    font-family: Cinzel, serif;
    font-size: 48px;
    font-weight: 700;
    margin: 15px 0px 20px;
}

.history-content p {
    font-family: "Libre Baskerville", serif;
    color: rgb(0, 0, 0);
    line-height: 1.8;
    font-size: 18px;
    text-align: justify;
}

@media (max-width: 991px) {
    .history-content {
        padding-left: 0px;
        margin-top: 50px;
    }

    .image-stack {
        min-height: 380px;
    }
}

.event-hero {
    position: relative;
    min-height: 100vh;
    background: url("/assets/img/iocl/im5.jpg") center center / cover no-repeat fixed;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 8%;
    color: rgb(255, 255, 255);
    overflow: hidden;
}

.event-overlay {
    position: absolute;
    inset: 0px;
    background: radial-gradient(circle at left center, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    z-index: 1;
}

.event-content {
    position: relative;
    z-index: 2;
    max-width: 560px;
    margin-right: auto;
}

.event-tag {
    display: block;
    font-family: Cinzel, serif;
    color: rgb(212, 162, 79);
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 15px;
}

.event-content h1 {
    font-family: Cinzel, serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
}

.event-date {
    font-family: Cinzel, serif;
    color: rgb(212, 162, 79);
    font-style: italic;
    margin-bottom: 20px;
}

.event-date span {
    font-size: 22px;
}

.event-date small {
    font-size: 18px;
}

.event-content p {
    font-family: "Libre Baskerville", serif;
    font-size: 16px;
    line-height: 1.8;
    color: rgb(224, 224, 224);
    margin-bottom: 30px;
}

.event-btn {
    display: inline-block;
    padding: 12px 36px;
    border: 1px solid rgb(255, 255, 255);
    color: rgb(212, 162, 79);
    text-decoration: none;
    font-family: Cinzel, serif;
    border-radius: 30px;
    background-color: aliceblue;
    transition: 0.3s;
}

.event-btn:hover {
    background: rgb(212, 162, 79);
    color: rgb(0, 0, 0);
}

@media (max-width: 768px) {
    .event-content h1 {
        font-size: 40px;
    }

    .event-hero {
        padding: 0px 6%;
    }
}

.medieval-section {
    background: rgb(244, 227, 200);
    padding: 60px 0px;
    position: relative;
    overflow: hidden;
}

.medieval-section::before {
    content: "";
    position: absolute;
    left: 25.8%;
    top: 50%;
    transform: translateY(-50%);
    width: 412px;
    height: 524px;
    background: url("../img/iocl/sketch-knight.png") center center / contain no-repeat;
    opacity: 0.15;
}

.medieval-content h2 {
    font-family: Cinzel, serif;
    font-size: 44px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 25px;
}

.medieval-content p {
    font-family: "Libre Baskerville", serif;
    font-size: 18px;
    color: rgb(33, 31, 30);
    max-width: 343px;
    text-align: justify;
}

.medieval-content blockquote {
    margin-top: 30px;
    font-family: Cinzel, serif;
    font-style: italic;
    color: rgb(199, 146, 75);
    font-size: 18px;
}

.medieval-img {
    position: relative;
}

.medieval-img img {
    width: 100%;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 25px 50px;
}

.gallery-link {
    position: absolute;
    display: none;
    right: 0px;
    bottom: -40px;
    font-family: Cinzel, serif;
    font-weight: 600;
    color: rgb(199, 146, 75);
    text-decoration: none;
    font-size: 16px;
}

.gallery-link:hover {
    text-decoration: underline;
}

@media (max-width: 991px) {
    .medieval-section::before {
        display: none;
    }

    .gallery-link {
        position: static;
        display: inline-block;
        margin-top: 20px;
    }
}

img.shape-img {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 8;
}

img.shape-img-bottom {
    position: absolute;
    transform: scale(-1);
    left: 0px;
    z-index: 1;
    width: 100%;
    bottom: -1px;
}

.first.event-hero {
    background: url("/assets/img/iocl/Khajurahobg.jpg") left center / cover no-repeat fixed;
}

.secondbg.event-hero {
    background: url("/assets/img/iocl/im10.jpg") left center / cover no-repeat fixed;
}
.event-hero.backbg-14{
    
    background: url("/assets/img/iocl/bg14.jpg") left center / cover no-repeat fixed;

}

.secondbg .event-content,
.first .event-content {
    margin-left: auto;
    margin-right: 0px;
}

.custom-img {
    max-width: 500px;
}

div#majestic,
#hdcr,
#madhyaPardesh {
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
    border: 4px solid rgba(255, 255, 255, 0.18);
}

.fs-italic {
    font-style: italic;
    font-weight: 600;
    color: rgb(212, 162, 79);
}

.medieval-content h3,
.history-content h3 {
    font-weight: 600;
}

.carousel-caption {
    backdrop-filter: blur(4px);
    border-radius: 100px;
    overflow: hidden;
    /* background: #00245a; */
    padding: 7px;
    display: inline-block;
    display: none !important;
}

.imgpop-popup {
    background: rgb(181, 157, 129);
    border: 3px solid rgb(255, 255, 255);
    border-radius: 12px;
    padding: 0px;
    max-width: 600px;
    width: 100%;
}

.imgpop-popup img {
    max-width: 100%;
    border-radius: 10px;
    margin: 0px;
    display: block;
}

.swal2-close {
    z-index: 10;
    background: rgb(112, 50, 28);
    color: rgb(255, 255, 255) !important;
    font-size: 24px !important;
}

.swal2-backdrop-show {
    background: rgba(0, 0, 0, 0.63) !important;
}

.event-content p span {
    color: rgb(254, 255, 0);
    cursor: pointer;
    text-decoration: underline;
}

.history-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.history-section::before {
    content: "";
    position: absolute;
    left: 35%;
    top: 56%;
    transform: translateY(-50%);
    width: 60%;
    height: 525px;
    background: url("../img/iocl/fort.png") center center / contain no-repeat;
    opacity: 0.15;
    z-index: -1;
}

section.history-section img {
    box-shadow: rgba(79, 67, 51, 0.27) -9px 7px 0px;
    border-radius: 13px;
}

.medieval-img img {
    box-shadow: rgba(79, 67, 51, 0.27) 9px -9px 0px;
    border-radius: 13px;
}

.overflow-y {
    max-height: 118px;
    overflow-y: auto;
    padding-right: 6px;
    scrollbar-width: thin;
    scrollbar-color: rgb(189, 140, 81) rgb(244, 237, 228);
}

.overflow-y::-webkit-scrollbar {
    width: 6px;
}

.overflow-y::-webkit-scrollbar-track {
    background: linear-gradient(rgb(244, 237, 228), rgb(230, 213, 184));
    border-radius: 10px;
}

.overflow-y::-webkit-scrollbar-thumb {
    background: linear-gradient(rgb(189, 140, 81), rgb(157, 97, 6));
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 4px inset;
}

.overflow-y::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(rgb(216, 170, 99), rgb(179, 117, 24));
}

.hc-single-section {
    background: linear-gradient(rgb(43, 31, 20), rgb(58, 42, 26));
    color: rgb(245, 230, 200);
}

.hc-single-heading h2 {
    font-family: Georgia, serif;
    letter-spacing: 1px;
    animation: 1s ease 0s 1 normal forwards running hcFade;
}

.hc-line {
    display: block;
    width: 80px;
    height: 3px;
    margin: 12px auto;
    background: linear-gradient(90deg, rgb(189, 140, 81), rgb(240, 210, 138), rgb(189, 140, 81));
}

.hc-single-image img {
    max-width: 100%;
    border: 3px solid rgb(189, 140, 81);
    padding: 6px;
    background: rgb(30, 20, 13);
    box-shadow: rgba(0, 0, 0, 0.6) 0px 10px 25px;
    animation: 1.2s ease 0s 1 normal none running hcZoom;
}

.hc-single-content {
    background: rgba(255, 255, 255, 0.05);
    padding: 25px;
    border-left: 4px solid rgb(189, 140, 81);
    font-size: 16px;
    line-height: 1.8;
    animation: 1.2s ease 0s 1 normal none running hcFadeUp;
}

@keyframes hcFade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes hcZoom {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes hcFadeUp {
    0% {
        transform: translateY(25px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.hc-single-video {
    position: relative;
    max-width: 900px;
    margin: 0px auto;
}

.hc-video {
    width: 100%;
    height: auto;
    border: 3px solid rgb(189, 140, 81);
    padding: 6px;
    background: rgb(30, 20, 13);
    box-shadow: rgba(0, 0, 0, 0.7) 0px 15px 40px;
    animation: 1.2s ease 0s 1 normal forwards running hcVideoZoom;
}

.hc-single-video::after {
    content: "";
    position: absolute;
    inset: 0px;
    border: 2px solid rgba(240, 210, 138, 0.6);
    pointer-events: none;
}

@keyframes hcVideoZoom {
    0% {
        transform: scale(0.92);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.hc-heritage-wrap {
    background: rgb(228, 230, 200);
    position: relative;
    overflow: hidden;
}

.hc-heritage-wrap::before {
    content: "";
    position: absolute;
    inset: 0px;
    /* background: linear-gradient(135deg, rgba(65, 51, 37, 0.08), transparent); */
}

.hc-heritage-image {
    position: relative;
    border: 4px dashed rgb(65, 51, 37);
    overflow: hidden;
    max-width: 604px;
    margin: auto;
}

.hc-heritage-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s;
}

.hc-heritage-image:hover img {
    transform: scale(1.08);
}

.hc-image-overlay {
    position: absolute;
    inset: 0px;
    background: linear-gradient(transparent, rgba(65, 51, 37, 0.667));
}

.hc-video-frame {
    width: 100%;
    border: 4px dashed rgb(65, 51, 37);
    background: radial-gradient(circle, rgb(65, 51, 37) 2px, transparent 2px) 0% 0% / 18px 18px, rgb(228, 230, 200);
    cursor: pointer;
    position: relative;
    transition: 0.4s;
}

.hc-video-frame:hover {
    background-color: rgb(220, 220, 188);
}

.hc-play-icon {
    width: 70px;
    height: 70px;
    background: rgb(255, 255, 255);
    clip-path: polygon(30% 20%, 30% 80%, 75% 50%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: 1.6s ease 0s infinite normal none running hcPulse;
}

@keyframes hcPulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.12);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

.hc-heritage-title {
    color: rgb(65, 51, 37);
    font-weight: 700;
    letter-spacing: 1px;
}

.hc-heritage-text {
    color: rgb(65, 51, 37);
    opacity: 0.9;
}

.history-section.bg-7::before {
    background: url("../img/iocl/bg1.png") center center / 652px no-repeat;
}

.medieval-section.bg-2::before {
    background: url("../img/iocl/bg2.png") center center / 352px no-repeat;
    left: 0;
}

section.medieval-section.bg-11::before {
    width: 503px;
    background: url("../img/iocl/bg3.png") center center / 445px no-repeat;
    left: 21%;
}

.history-section.bg-1::before {
    background: url("../img/iocl/bg5.png") center center / 700px no-repeat;
}

section.medieval-section.bg-8::before {
    background: url("../img/iocl/bg4.png") center center no-repeat;
}

section.medieval-section.bg-5::before {
    background: url("../img/iocl/bg6.png") center center no-repeat;
    background-size: contain;
    left: 3%;
}

section.medieval-section.bg-13::before {
    background: url("../img/iocl/bg7.png") center center / 491px no-repeat;
    width: 445px;
    height: 381px;
}

section.history-section.bg-new1::before {
    background: url("../img/iocl/newbg1.png") center center / 567px no-repeat;
    opacity: 0.1;
  max-width: 21vw;
      right: 0;
}

section.history-section.bg-new1 .history-content {
    max-width:533px;
}
section.medieval-section.bg-new2::before {
     background: url("../img/iocl/newbg2.png") center center / 491px no-repeat;
    width: 394px;
    height: 328px;
    opacity: 0.2;
    left: 0;
}
.scroll-yc {
    max-height: 304px;
    padding-right: 5px;
    overflow-y: auto;
    overflow-x: hidden;
}

section.history-section.bg-4::before {
    background: url("../img/iocl/bg9.png") center center no-repeat;
}

i.fa {
    font-family: FontAwesome;
}

.fa-solid,
.fas {
    font-weight: 900;
    font-family: FontAwesome;
}

.facility-scroll {
    overflow: auto hidden;
    cursor: grab;
    user-select: none;
    scroll-behavior: smooth;
    padding-bottom: 10px;
}

.facility-scroll::-webkit-scrollbar {
    display: none;
}

.facility-scroll {
    scrollbar-width: none;
}

.facility-row {
    flex-wrap: nowrap;
}

.facility-row .col-md-3 {
    flex: 0 0 auto;
    width: 260px;
    transition: transform 0.3s;
}

.facility-row .col-md-3:hover {
    transform: translateY(-6px);
}

@media (max-width: 991px) {
    .facility-row .col-md-3 {
        width: 220px;
    }
}

@media (max-width: 576px) {
    .facility-row .col-md-3 {
        width: 180px;
    }
}

.facility-scroll.dragging {
    cursor: grabbing;
}

.arrows {
    text-align: end;
}

.arrows>button {
    display: inline;
    border: none;
    margin-bottom: 10px;
    margin-left: 9px;
}

.trustee-section {
    background: rgb(255 255 255);
}

.trustee-section .title {
    color: rgb(49, 36, 23);
    font-weight: 700;
    letter-spacing: 0.3px;
}

.trustee-section .subtitle {
    color: rgb(190, 141, 83);
    font-weight: 500;
}

.trustee-list {
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-flow: wrap;
}

.trustee-list .list-group-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    border-width: 0px 0px 0px 4px;
    border-top-style: initial;
    border-right-style: initial;
    border-bottom-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-image: initial;
    padding: 16px 18px;
    background: rgb(255, 255, 255);
    border-left-style: solid;
    border-left-color: transparent;
    transition: 0.3s;
    max-width: 50%;
    width: 100%;
}

.trustee-list .list-group-item:not(:last-child) {
    border-bottom: 1px solid rgb(234, 223, 207);
}

.trustee-list .list-group-item:hover {
    border-left-color: rgb(190, 141, 83);
    background: rgb(255, 250, 243);
}

.trustee-list .icon {
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgb(243, 234, 223);
    display: flex;
    align-items: center;
    justify-content: center;
}

.trustee-list .icon i {
    color: rgb(49, 36, 23);
    font-size: 18px;
}

.trustee-list h6 {
    margin: 0px;
    font-weight: 600;
    color: rgb(49, 36, 23);
}

.trustee-list p {
    margin: 0px;
    font-size: 14px;
    color: rgb(106, 90, 71);
}

section.facilities-section.sec-2 .arrows {
    text-align: left;
}




/* amp  */
.hc-heritage-wrap {
    background: #f4e3c8;
}

.hc-heritage-card {
    background: #fff;
    border: 1px solid #ded6c6;
    padding: 12px;
    cursor: pointer;
}

.hc-heritage-card img {
    width: 100%;
    display: block;
}

.hc-heritage-caption {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    color: #5c523f;
}

/* Modal */
.hc-heritage-modal .modal-content {
    background: #fdfbf7;
    border: 1px solid #cdbf9f;
    padding: 20px;
}

.hc-heritage-frame {
    background: #fffaf0;
    padding: 24px;
    border: 6px solid #8b6b3e;
}

.hc-heritage-frame img {
    width: 100%;
    border: 1px solid #bfa56a;
}

.hc-close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 10;
}

small.hc-hint {
    display: block;
    background: #413325;
    padding: 12px;
    font-size: 15px;
    text-align: center;
    color: white;
    font-weight: 600;
    border-top: 5px dashed white;
}

/* temprary css  */

.trustee-list .list-group-item {
    line-height: 1;
    height: auto;
    align-items: center;
    padding-left: 42px;
}

.trustee-list li.list-group-item .content {
    height: auto;
    margin: 0;
}

.trustee-section li.list-group-item::after {
    height: 15px;
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: 3px !important;
}


section .facilities-content {
    position: relative;
    height: 100%;
    border: none !important;
}

section .facilities-content h3 {
    font-size: 14px;
}

.facilities-thumb {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 10px;
}

.facilities-thumb img,
.facilities-thumb iframe {
    width: 100%;
    height: 160px;
    object-fit: fill;
}

.facilities-thumb .play-icon {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .35);
    color: #fff;
    font-size: 28px;
}


.facilities-content:not(:has(a)) .play-icon {
    display: none;
}

.facilities-content:has(a:not([href])),
.facilities-content:has(a[href="#"]) .play-icon {
    display: none;
}

section.medieval-section.bg-14::before {
    background: url("../img/iocl/bg8.png") center center / 445px no-repeat;
    left: 2%;
}

div#facilityScroll .facilities-content {
    min-height: 142px;
}


/* ==========================change-css========================== */

.history-section.bg-1::before {
    background: url(../img/iocl/bg5.png) center center / 700px no-repeat;
    left: auto;
    right: -15%;
}

section.history-section.bg-4::before {
    background: url(../img/iocl/bg9.png) center center no-repeat;
    left: auto;
    right: -10%;
}

.history-section.bg-7::before {
    background: url(../img/iocl/bg1.png) center center / 652px no-repeat;
    left: auto;
    right: -22%;
}

section.medieval-section.bg-8::before {
    background: url(../img/iocl/bg4.png) center center no-repeat;
    left: 0;
    top: 45%;
}

.history-section.bg-16::before {
    background: url(../img/iocl/Hyderabad-bg.png) center center no-repeat;
    left: auto;
    right: -10%;
    top: 50%;
}

section.medieval-section.bg-11::before {
    width: 503px;
    background: url(../img/iocl/bg3.png) center center / 445px no-repeat;
    left: 0;
}

.history-section::before {
    left: auto;
    right: -12%;
    top: 50%;
}

section.medieval-section.bg-13::before {
    background: url(../img/iocl/bg7.png) center center / 491px no-repeat;
    width: 445px;
    height: 381px;
    left: 0;
}

/* ======================new-css=========================== */

section.history-section.bg-4::before {
    background: url(../img/iocl/bg9.png) center center no-repeat;
    left: auto;
    right: -20%;
}

.history-section.bg-16::before {
    background: url(../img/iocl/Hyderabad-bg.png) center center no-repeat;
    left: auto;
    right: -20%;
    top: 50%;
}

section.medieval-section.bg-11 p {
    max-width: 100%;
}

.history-section::before {
    left: auto;
    right: -20%;
    top: 50%;
    background: url("../img/iocl/raniimg.png") center center / contain no-repeat;
}

section.history-section.bg-12 p {
    width: 80%;
}

section.history-section.bg-7 p {
    max-width: 80%;
    text-align: justify;
}

section.history-section.bg-16 .history-content p   {
    max-width: 74%;
    text-align: justify;
}


/* new css  */
section.facilities-section.bg-0 {
    background-size: cover;
    background-position: 0 100px;
    background-repeat: no-repeat;
}

section.facilities-section.sec-2.bg-0.se{
background:#bd8d50;
}

section.facilities-section.sec-2.bg-0.se::after {
    /* display: none; */
    top:0px;
    transform:scaleY(-1);
    rotate:180deg;
}

section.facilities-section.sec-2.bg-0.se::before {
    display: none;
}

p a{ 
    color: orange;
}

.scroll-yc p {
    text-align: left; 
    max-width: 100%;
}

/* 12-03-2026 iof changes  */


@media (max-width:1366px) {
.gandhijiprofile {
z-index: 1;
}
 
.bannertext h2 {
font-size: 17px;
padding: 4px;
font-weight: 600;
}
 
.bannertext {
top: 35%;
}
section.facilities-section.sec-2.bg-0.se::after , .facilities-section::before , .facilities-section::after{
background-repeat: repeat-x;
}
 
body .secondbg .event-content {
margin-right: auto;
}
 
section .container .history-content p , section .container .medieval-content p , section.history-section.bg-16 .history-content p , .medieval-content p{
width: 100%;
max-width: 100%;
}
section.history-section.bg-12 .container p , section .medieval-content p {
width:100%;
 
}
 
section.history-section.bg-4 {
padding-bottom: 10px!important;
}
 
.event-hero{
padding:50px 0px;
}
div#Anant {
z-index: 1;
margin-bottom: 83px;
}
 
.event-content {
max-width: 95%;
}
 
section.history-section.bg-new1 .history-content {
max-width: 100%;
}
 
section.event-hero .container {
max-width: 100%;
}
 
}
@media (max-width:768px){
ul.list-group.trustee-list li {
width: 100%;
max-width: 100%;
}
}

.carousel{
    z-index: 1;
}
section.event-hero.backbg-14 .event-overlay{

display:none;

}
 