html {
    scroll-behavior: smooth;
}

body {
    font-size: 14px;
}

:focus-visible {
    border: 1px solid red;
}

.top-bar-wrapper {
    background-color: #07507b;

}

.header-1 {
    background-color: #07507b;
    border-bottom: 1px solid #fff;
}

nav.header-1.sticky {
    background-color: #07507b;
}

#hamburger {
    color: #fff !important;
}

.institute-text p {
    color: #000;
}

.government-text div {
    color: #000;
}

.top-left a {
    color: #fff;
}

.top-bar-wrapper::before {
    background-color: #000;
}

nav.header-1 .main-menu ul>li>a {
    padding: 7px;
    color: #fff;
}

nav.header-1.sticky .main-menu ul li>a {
    padding: 7px;
}

.header_center_text {
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff !important;
    text-decoration: none !important;
    border-right: 1px solid #fff;
    height: 30px;
    padding-top: 3px;
}

.btn_css_right {
    border-bottom-right-radius: 10rem;
    border-top-right-radius: 10rem;
    width: 13px;
    height: 25px;
    background-color: #000000;
    border: 1px solid #fff;
}

.btn_css_left {
    width: 13px;
    height: 25px;
    border-radius: 10rem 0 0 10rem;
    background-color: #d9d9d9;
    border: 1px solid #fff;
}

.btn_css_right_white {
    width: 13px;
    height: 25px;
    border-radius: 10rem 0 0 10rem;
    background-color: #ffffff;
    border: 1px solid #fff;
}

.btn_css_right_blue {
    border-bottom-right-radius: 10rem;
    border-top-right-radius: 10rem;
    width: 13px;
    height: 25px;
    background-color: #07507b;
    border: 1px solid #fff;
}

.top-right .d-flex>div {
    display: flex;
    align-items: center;
    padding: 0 8px;
    border-left: 1px solid #fff;
    min-height: 40px;
}

nav.header-1 .main-menu ul>li>ul {
    background-color: #fff;
    top: 54px;
}

nav.header-1 .main-menu ul>li:hover>a {
    color: #fff;
}

nav.header-1 .main-menu ul>li>ul li a:hover {
    color: #000 !important;
}


.social-pages a:hover {
    color: #fff;
}

.slide-dots li button:hover {
    background-color: #fff;
}

.logo_img {
    width: 130px;
    height: auto;
}

.main_heading {
    font-size: 10px;
    font-weight: 600;
    color: #000;
    margin: 0;
    text-shadow:
        1px 1px 2px rgba(0, 0, 0, 0.7),
        0 0 10px rgba(255, 221, 87, 0.7);
}


.single-slide {
    max-height: 550px;
}

.slick-track {
    opacity: 0.5;
    background-color: transparent !important;
}

.slide-bg img {
    background-color: #1d1c1c !important;
    opacity: 0.5;
}

.slick-track {
    background-color: transparent !important;
}

.hero-1 .single-slide .hero-contents h1 {
    font-size: 50px !important;
}

.important_alert_css {
    background-color: #07507b;
    padding: 10px;
    color: #fff;
    width: 12%;
}

.hero-1 .slick-nav i {
    display: block;
    position: absolute;
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    z-index: 9999;
    color: #ffff;
    background: #000;
    border: 1px solid #fff;
    border-radius: 50%;
}

.list-square li {
    list-style-type: square !important;
    color: #000;
    padding: 10px 0;
}

marquee ul {
    margin: 0;
    padding: 0 1rem;
}

.single-blog-item .post-featured-thumb .post-cat a {
    background-color: #07507b;
    color: #fff;
}

.slick-next {
    right: -9px;
}

.slick-next:before,
.slick-prev:before {
    font-size: 40px !important;
    line-height: 1;
    opacity: 1 !important;
    color: #07507b !important;
    /*border: 1px solid #fff !important;*/
}

.img-wish {
    text-align: center !important;
    height: 150px;
    margin: 10px;
}

.img-wish img {
    width: 100%;
    height: 100%;
}

.slide-show .slick-slide {
    transform: scale(0.8);
    opacity: 1;
    transition: all 0.5s ease;
    z-index: 1;
    padding: 10px;
}

.slide-show .slick-center {
    transform: scale(1.2);
    opacity: 1;
    z-index: 2;

}

.slide-show .slick-slide img {
    width: 100%;
    border-radius: 10px;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.bg-gradient {
    background: linear-gradient(115.02deg, #07507b 51.01%, #256AD7 102.64%) !important;
}

.left-bg-overlay::before {
    background: #07507b;
}

.section-padding {
    padding: 64px 0px;
}

footer .footer-widgets-wrapper {
    padding-top: 10px !important;
}

.theme-btn {
    background-color: #07507b;
    color: #fff;
}

.theme-btn:hover {
    background: #07507b;
    color: #fff;
}

#scrollUp:hover {
    background-color: #07507b;
    color: #FFF;
}

.newsletter_widget .newsletter_box input {
    background-color: #fff;
}

.accordion .accordion-item button.accordion-button:not(.collapsed)::after {
    background-color: #fff;
}

.single-service-top-icon:hover h4 a:hover {
    color: #fff;
}

#scrollUp {
    background-color: #07507b;
    color: #fff;
}

.newsletter_widget .newsletter_box button {
    background-color: #07507b;
    color: #fff;
    border: 1px solid #fff;
}

footer .footer-bottom {
    background-color: #fff;
    color: #000;
}

footer .single-footer-wid ul li a:hover {
    color: #d9d9d9 !important;
}

.get-in-touch .single-contact-info .icon {
    color: #fff;
}

.get-in-touch .single-contact-info .icon.id2 {
    color: #fff;
}

.get-in-touch .single-contact-info .icon.id3 {
    color: #fff;
}

.case-study-carousel-arrow div:hover {
    color: #fff;
    background: #07507b;
    border-color: #07507b;
}

.page-banner-wrap::before,
.page-banner-wrap::after {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    background: linear-gradient(95.06deg, #07507b 37.5%, #07507b 109.04%);
    opacity: 0.5;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.mobile-nav .sidebar-nav .metismenu a:hover,
.mobile-nav .sidebar-nav .metismenu a:focus,
.mobile-nav .sidebar-nav .metismenu a:active {
    text-decoration: none;
    color: #fff;
    background: #07507b;
}


.single-team-member::before {
    background-color: #07507b;
}

.single-team-member.active::before,
.single-team-member:hover::before {
    background-color: #07507b;

}

.single-team-member .member-info a {
    font-size: 20px;
}

.single-team-member:hover .member-info a {
    color: #fff !important;
}

.section-title>span {
    color: #07507b;
}

.section-title>span::before {
    content: none;
}

.section-title h2 {
    font-size: 36px;
}



.single-customer-review {
    height: 350px;
}

.single-service-top-icon {
    position: relative;
    overflow: hidden;
    color: white;
}

.single-service-top-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #07507bd6 !important;
    transition: background-color 0.3s ease;
    z-index: 1;
}

.single-service-top-icon:hover::before {
    background: #07507bd6;
}

.single-service-top-icon .content {
    position: relative;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    padding: 20px;
    text-align: center;
}

.single-service-top-icon:hover .content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


.case-study-carousel-arrow div {
    height: 42px;
    width: 42px;
    line-height: 42px;
}

footer .footer-bottom .bottom-content-wrapper {
    padding: 10px 0;
}

/* gellery */
.gallery-container {
    padding: 40px 20px;
}

.gallery-title {
    text-align: center;
    margin-bottom: 30px;
}

.gallery-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease;
    height: 100%;
}

.gallery-img:hover {
    transform: scale(1.03);
}

/* Modal Styles */
.image-modal {
    display: none;
    position: fixed;
    z-index: 1055;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.image-modal.active {
    display: flex;
}

.image-modal-content {
    max-width: 90%;
    max-height: 80vh;
    border-radius: 8px;
    user-select: none;
}

/* Close button */
.image-modal-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 2.5rem;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10;
}

.image-modal-close:focus {
    outline: 2px dashed #fff;
}

/* Navigation buttons */
.nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3rem;
    color: white;
    background: rgba(0, 0, 0, 0.3);
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    user-select: none;
    z-index: 10;
    transition: background 0.3s ease;
}

.nav-button:hover,
.nav-button:focus {
    background: rgba(0, 0, 0, 0.6);
    outline: none;
}

.nav-prev {
    left: 20px;
}

.nav-next {
    right: 20px;
}

.case-study-carousel-arrow div {
    color: rgb(255, 255, 255);
    background: rgb(7, 80, 123);
    border-color: rgb(7, 80, 123);
}


/*yogesh*/

.top-left a {
    font-weight: 500;
    margin-right: 35px;
    font-size: 12px !important;
}

.top-bar-wrapper {
    padding: 4px 0px;
}

nav.header-1 .main-menu ul>li>ul li {
    border-bottom: 1px solid #000;
}

nav.header-1 .main-menu ul>li>ul li:last-child {
    border-bottom: none;
}

nav.header-1 .main-menu ul>li>ul li a {
    padding: 10px 24px;
    color: #000;
}

.bg-gradient-grey .accordion .accordion-item button.accordion-button {
    font-weight: 600;
    color: #0D0D0F;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    padding: 16px 20px;
}

.bg-gradient-grey .accordion .accordion-item .accordion-collapse .accordion-body {
    padding-right: 30px;
    padding-top: 5px;
    color: #0D0D0F;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 1px;
}

.bg-gradient-grey .accordion .accordion-item button.accordion-button:not(.collapsed)::after {
    background: #07507b;
    color: #fff;
}

.bg-gradient-grey .table-dark th {
    background: #07507b;
}

/*end*/

footer {
    background: #07507b;
}

.footer_slider_bg {
    background: #fff;
}

.copy-rights p {
    font-size: 12px !important;
}

.preloader .animation-preloader .txt-loading .letters-loading {
    color: #07507b !important;
}

.preloader .animation-preloader .txt-loading .letters-loading::before {
    color: #000 !important;
}

.preloader p {
    color: #07507b !important;
}

.preloader .animation-preloader .spinner {
    border: 3px solid #07507b !important;
    border-top-color: #000 !important;
}

footer .footer-widgets-wrapper {
    padding: 50px 0px 50px
}




.bg-cover-css {
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    border-bottom: 1px solid #fff;
    margin-top: -14px;
}

.chancellor-images-video-popup img {
    max-height: 350px;
}

.single-service-top-icon.style-2:hover {
    color: #fff;
}

.hero-1 .single-slide .slide-bg {
    position: absolute;
    top: -9px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.bg-cover {
    background-size: contain;
}

.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.single-service-top-icon .content-css {
    position: relative;
    z-index: 2;
    visibility: visible;
    transform: translateY(20px);
    transition: all 0.3s ease;
    padding: 20px;
    text-align: center;
}

.single-service-top-icon:hover .content-css {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.content-css p {
    color: #000;
}

.single-service-top-icon.style-2 a {
    color: #000;
}

.case-cat-filter button {
    background: gray;
    color: #fff;
}

.case-cat-filter button.active,
.case-cat-filter button:hover {
    background-color: #07507b;
    color: #fff;
}


.facilities {
    padding: 30px;
}

.facilities_sub_text {
    text-align: justify;
}

.facility_img {
    width: 100%;
}

.single-contact-card .top-part .icon {
    background-color: #07507b;
}

.single-contact-card:hover .icon {
    color: #0D0D0F !important;
    background-color: #fff !important;
}

.single-contact-card:hover {
    background-color: #07507b;
}

.single-contact-card {
    padding: 20px;
}

.single-contact-card {
    transition: all 0.3s ease;
}

.coordinator_size {
    font-size: 15px !important;
}

/* dark-mode-css */

.dark-mode {
    background-color: black;
    color: white;
}

.dark-mode .top-bar-wrapper {
    background-color: #121212;

    color: #fff !important;
}

.dark-mode .header-container {
    background: #242424;
    color: #ffffff;
}

.dark-mode .institute-text p {
    color: #fff;
}

.dark-mode .government-text div {
    color: #fff;
}

.dark-mode .header-1 {
    background-color: #000;
}

.dark-mode nav.header-1 .main-menu ul>li>ul {
    background-color: #000;
}

.dark-mode h2 {
    color: #fff;
}

.dark-mode h3 {
    color: #fff;
}

.dark-mode h4 {
    color: #fff;
}

.dark-mode .section-title>span {
    color: #fff;
}

.dark-mode nav.header-1.sticky {
    background-color: #000;
}

.dark-mode .info-icon-item i {
    color: #fff !important;
}

.dark-mode .single-blog-item {
    background-color: #242424 !important;
}

.dark-mode .section-bg {
    background-color: #242424;
}

.dark-mode .single-team-member::before {
    background-color: #000;
}

.dark-mode .theme-btn {
    background-color: #000;
    border: 1px solid #fff;
}

.dark-mode .bg-gradient {
    background: #000 !important;
}

.dark-mode .left-bg-overlay::before {
    background: #000;
}

.dark-mode .single-customer-review {
    background: #000;
}

.dark-mode .single-customer-review .client-info-card .img-wrapper .client-img {
    border: 2px solid #fff;
}

.dark-mode .single-customer-review .client-info-card .img-wrapper {
    border: 6px solid #fff;
}

.dark-mode .slick-slider {
    background: black !important;
}

.dark-mode .case-study-carousel-arrow div {
    background: black !important;
    border: 1px solid #fff;
}

.dark-mode footer {
    background: #242424;
}

.dark-mode footer .footer-bottom {
    background-color: #000;
    color: #fff;
}

.dark-mode #scrollUp {
    background-color: #000;
    color: #fff;
}

.dark-mode .footer_slider_bg {
    background-color: #000;
    color: #fff;
}

.dark-mode .slick-next:before {
    color: #fff !important;
}

.dark-mode .slick-prev:before {
    color: #fff !important;
}

.dark-mode .newsletter_widget .newsletter_box button {
    background-color: #fff;
    color: #000;
    border-left: 1px solid #000;
}

.dark-mode nav.header-1 .main-menu ul>li>ul li a {
    color: #fff;
}

.dark-mode nav.header-1 .main-menu ul>li>ul li a:hover {
    color: #fff !important;
}

.dark-mode nav.header-1 .main-menu ul>li>ul li {
    border-bottom: 1px solid #ffff;
}

.dark-mode nav.header-1 .main-menu ul>li>ul li:last-child {
    border-bottom: none;
}
.dark-mode footer .footer-bottom .social-links a {
color: #fff;
}
.dark-mode .copy-rights p {
color: #fff !important; 
}

.dark-mode .bg-gradient-grey .accordion .accordion-item button.accordion-button {
color: #fff;
}
.dark-mode .bg-gradient-grey .table-dark th {
color: #fff;
background: #242424;
}

.dark-mode  td {
color: #fff;
}
/* li {
    list-style: inside;
} */

@media screen and (max-width:1024px) {
    .bg-cover-css {
        background-size: cover;
        margin-top: 0;
    }

    .top-bar-wrapper::before {
        background-color: #07507b;
    }
}

@media screen and (max-width:599px) {
    .slick-prev {
        left: 0px !important;
        z-index: 999;
    }

    .slick-next {
        right: 26px !important;
    }

}


.social-pages .active {

    color: #faf2ac;
    font-weight: bold;
}

.softgen-technologies{
    font-weight: bold;
    font-size: 13px;
}