@media all and (max-width: 767px) {

    .home-2 .hero-single {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .hero-single .hero-content .hero-title {
        font-size: 16px;
        line-height: 22px;
    }

    .logo-header {
        position: relative;
        text-align: left;
        margin: initial;
        width: auto;
    }

    .navbar-brand img {
        width: 70px;
    }

    .hero-section {
        position: relative;
        /* top: 80px; */
        margin-top: 80px;
    }

    .hero-slider.owl-theme .owl-nav .owl-prev {
        left: 10px;
        right: 120px;
    }

    .hero-slider.owl-theme .owl-nav .owl-next {
        right: 10px;
    }

    .hero-slider.owl-theme .owl-nav [class*=owl-] {
        color: var(--color-white);
        font-size: 14px;
        margin: 0;
        padding: 0;
        background: var(--slider-arrow-bg);
        display: inline-block;
        cursor: pointer;
        height: 35px;
        width: 35px;
        line-height: 35px;
        border-radius: 50px;
        text-align: center;
        transition: var(--transition);
    }

    .hero-slider.owl-theme .owl-nav .owl-prev, .hero-slider.owl-theme .owl-nav .owl-next {
        top: 50%;
        bottom: 30px !important;
    }

    .home-2 .hero-single .hero-title span {
        -webkit-text-stroke: aliceblue;
        -webkit-text-fill-color: aqua;
    }

    .theme-btn {
        font-size: 10px;
        color: #ffffff;
        padding: 5px 11px;
    }

    .navbar-collapse {
        max-height: 300px;
        overflow: hidden;
        overflow-y: auto;
        padding: 5px 15px;
        background-color: #163550;
    }

    ul.navbar-nav li:nth-child(5) {
        margin-left: 0;
    }

    ul.navbar-nav li:nth-child(4) {
        margin-right: 0;
    }

    .navbar .nav-item .nav-link {
        color: #ffffff;
        font-weight: 400;
        font-size: 14px;
        padding: 6px 0;
        line-height: 17px;
    }

    .navbar .nav-item .nav-link {
        margin-right: 0;
    }

        .navbar .nav-item .nav-link:hover {
            color: #69ffed !important;
        }

    .home-2 .navbar.fixed-top.navbar::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        background: #ffffff;
        height: 100%;
        border-radius: 0;
    }

    .home-2 .navbar.fixed-top .nav-link {
        margin-right: 0;
        padding: 8px 0;
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        text-transform: uppercase;
    }

    .navbar .dropdown-menu {
        border-radius: 0;
        background: #082742;
        box-shadow: none;
    }

    .dropdown-item {
        display: block;
        width: 100%;
        padding: 0px 10px;
        clear: both;
        font-weight: 400;
        color: #ffffff;
        text-align: inherit;
        text-decoration: none;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
        border-radius: var(--bs-dropdown-item-border-radius, 0);
        font-size: 14px;
    }

    .navbar .dropdown-toggle::after {
        font-size: 11px;
    }

    .about-right {
        margin-top: 0;
    }

    .site-title {
        font-weight: 400;
        text-transform: uppercase;
        font-size: 23px;
        color: var(--color-dark);
        margin-top: 10px;
        margin-bottom: 0;
        position: relative;
    }

    .about-text {
        color: #000;
        text-align: center;
        line-height: 20px;
        padding-bottom: 12px;
        font-size: 14px;
    }

    .about-bottom {
        margin-bottom: 30px;
    }

    .news-box h1 {
        font-size: 19px;
    }

    .become-member img {
        margin-bottom: 15px;
    }

    .gallery-area {
        padding: 0px;
    }

    .box_info {
        margin-bottom: 30px;
    }

    .site-heading {
        margin-bottom: 20px;
        position: relative;
        z-index: 1;
        padding-bottom: 0px !IMPORTANT;
    }

    .testimonial-area {
        padding: 20px 0
    }

    .copyright .copyright-text {
        color: var(--footer-text-color);
        margin-bottom: 0px;
        font-size: 12px;
        text-align: center;
    }

    .footer-social {
        justify-content: center;
        margin-top: 20px;
    }

    .footer-widget-wrapper {
        padding-bottom: 0px;
        padding-top: 20px;
    }

    .navbar {
        top: 40px;
        right: 0;
        left: 0;
        position: fixed;
    }

    .header-top {
        display: block;
    }

    .header-top-left {
        display: none;
    }

    .header-top-right {
        display: inline-block;
        text-align: center;
        margin: 0 auto;
    }

    .header-top-social {
        display: none;
    }

    .navbar.fixed-top {
        background: var(--color-white) !important;
        box-shadow: var(--box-shadow2);
        animation: slide-down 0.7s;
        top: 0;
    }

    .sticky-container2 .sticky li {
        list-style-type: none;
        background-color: none;
        /* border: solid #FFF 1px; */
        color: #fff;
        /* height: 43px; */
        padding: 0px;
        margin: 0px 15px 20px 0px;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        cursor: pointer;
        float: left;
    }

    .sticky-container2 {
        padding: 0px;
        margin: 0px;
        position: fixed;
        left: 0;
        top: 90%;
        width: auto;
        z-index: 99999999999999999;
        right: 0;
        justify-content: center;
        display: flex;
    }

        .sticky-container2 .sticky li a i {
            float: none;
            -webkit-animation: white-shadow .8s infinite, red-shadow .8s infinite;
            animation: white-shadow .8s infinite, red-shadow .8s infinite;
            border-radius: 50%;
            font-size: 25px;
            color: #fff;
            background: #009688;
            padding: 5px;
            width: 50px;
            height: 50px;
            text-align: center;
            line-height: 42px;
        }

    .site-breadcrumb .breadcrumb-title {
        font-size: 25px;
        color: var(--color-white);
        font-weight: 700;
        margin-bottom: 10px;
        text-transform: capitalize;
    }

    .member-team h1 {
        font-size: 30px;
        padding-left: 0px;
        padding-bottom: 19px;
        border-bottom: solid #e3e3e3 1px;
        margin-bottom: 30px;
        position: relative;
        color: #11436e;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 0;
    }

    .member-team .title {
        text-transform: uppercase;
        font-size: 14px;
    }

    .member-team .year {
        color: #009587;
        font-size: 14px;
    }

    .event-item{display:block;}
    .event-img {
        width: 100%;
        margin-bottom: 20px;
    }

    .event-info {
        max-width: 100%;
    }

    .event-meta {
        gap: 15px;
        margin: 5px 0 2px;
        color: #000;
    }

    .event-date {
        font-size: 13px;
    }

    .event-time {
        font-size: 13px;
    }

    .event-location span {
        display: flex;
        font-size: 13px;
        gap: 6px;
        align-items: baseline;
    }

    .marquee{height:auto;}


}
