/** ---------------------------------------------- nav bar responsive css ------------------------------------------------- */
:root {
    --primary: #045DE9;
}

.more-sub-menu li {
    padding: 0px 8px !important;
}

.more-arrow .ar-main {
    color: var(--primary) !important;
}

.sub-menu li:hover {
    background-color: #045de94f;
    color: #fff;
}

.more span {
    display: flex;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 80px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    z-index: 99;
}

nav .navbar {
    height: 100%;
    /* max-width: 1225px; */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    /* padding: 0 50px; */
}

.navbar .logo a {
    font-size: 30px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

nav .navbar .nav-links {
    line-height: 70px;
    height: 100%;
    position: absolute;
    right: 5px;
}

nav .navbar .links {
    display: flex;
}

nav .navbar .links li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 0 14px;
}

nav .navbar .links li a {
    height: 100%;
    text-decoration: none;
    white-space: nowrap;
    color: var(--primary) !important;
    font-size: 18px;
    font-weight: 500 !important;
}

.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow {
    transform: rotate(180deg);
}

nav .navbar .links li .arrow {
    height: 100%;
    width: 22px;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    color: #000;
    transition: all 0.3s ease;
}

nav .navbar .links li .sub-menu {
    position: absolute;
    top: 70px;
    left: 6px;
    line-height: 40px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 2;
}

nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu {
    display: block;
}

.navbar .links li .sub-menu li {
    padding: 0 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar .links li .sub-menu a {
    color: #000 !important;
    font-size: 15px;
    font-weight: 500 !important;
}

.navbar .links li .sub-menu .more-arrow {
    line-height: 40px;
}

nav .navbar .min-screen-logo {
    display: none;
}

.navbar .links li .sub-menu .more-sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    line-height: 40px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    /* border-radius: 10px; */
    display: none;
    z-index: 2;
    width: 175px;
    text-align: center !important;
}

.links li .sub-menu .more:hover .more-sub-menu {
    display: block;
}

.navbar .nav-links .sidebar-logo {
    display: none;
}

.navbar .bx-menu {
    display: none;
}

@media (max-width: 992px) {
    nav .navbar .links li .sub-menu {
        background-color: transparent;
    }

    .navbar .links li .sub-menu li {
        padding: 0px 0px !important;
    }

    .sub-menu li:hover {
        background-color: transparent;
        color: #fff;
    }

    nav .navbar .nav-links {
        background: var(--primary) !important;
    }

    .sidebar-logo i,
    .navbar .bx-menu {
        color: var(--primary) !important;
    }

    nav .navbar .links li a {
        color: #fff !important;
    }

    nav .navbar {
        max-width: 100%;
        padding: 0 25px;
    }

    nav .navbar .logo a {
        font-size: 27px;
    }

    nav .navbar .links li {
        padding: 0 0px;
        white-space: nowrap;
    }

    nav .navbar .links li a {
        font-size: 15px;
    }

    .navbar .links li .sub-menu a,
    nav .navbar .links li .arrow {
        color: #fff !important;
    }
}

@media (max-width: 992px) {

    .navbar-brand img,
    .footer-col-other a .logo-main {
        width: 100%;
    }

    nav .navbar .max-screen-logo {
        display: none;
    }

    nav .navbar .min-screen-logo {
        display: block !important;
        position: absolute;
        right: 15px;
    }

    .navbar .bx-menu {
        display: block;
    }

    nav .navbar .nav-links {
        position: fixed;
        top: 0;
        left: -100%;
        display: block;
        max-width: 270px;
        width: 100%;
        background: linear-gradient(to top, #045DE9 10%, #0891F2 100%);
        line-height: 40px;
        padding: 20px 20px 20px 20px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        transition: all 0.5s ease;
        z-index: 1000;
    }

    .navbar .nav-links .sidebar-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .sidebar-logo .logo-name {
        font-size: 25px;
        color: #000;
    }

    .navbar .bx-menu {
        font-size: 25px;
        color: var(--primary) !important;
    }

    .sidebar-logo i {
        font-size: 25px;
        color: #fff !important;
    }

    nav .navbar .links {
        display: block;
        margin-top: 0px;
    }

    nav .navbar .links li .arrow {
        line-height: 40px;
    }

    nav .navbar .links li {
        display: block;
    }

    nav .navbar .links li .sub-menu {
        position: relative;
        top: 0;
        box-shadow: none;
        display: none;
    }

    nav .navbar .links li .sub-menu li {
        border-bottom: none;
    }

    .navbar .links li .sub-menu .more-sub-menu {
        display: none;
        position: relative;
        left: 0;
    }

    .navbar .links li .sub-menu .more-sub-menu li {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .links li:hover .htmlcss-arrow,
    .links li:hover .js-arrow {
        transform: rotate(0deg);
    }

    .navbar .links li .sub-menu .more-sub-menu {
        display: none;
    }

    .navbar .links li .sub-menu .more span {
        display: flex;
        align-items: center;
    }

    .links li .sub-menu .more:hover .more-sub-menu {
        display: none;
    }

    nav .navbar .links li:hover .htmlCss-sub-menu,
    nav .navbar .links li:hover .js-sub-menu {
        display: none;
    }

    .navbar .nav-links.show1 .links .htmlCss-sub-menu,
    .navbar .nav-links.show3 .links .js-sub-menu,
    .navbar .nav-links.show2 .links .more .more-sub-menu {
        display: block;
    }
}

@media (max-width: 370px) {
    nav .navbar .nav-links {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .about-video {
        text-align: center;
    }

    .about-video img {
        max-width: 100%;
        height: auto;
        border-radius: 15px;
        /* Adjust the border-radius as needed */
        margin-bottom: 5px;
        /* Adjust the margin-bottom as needed */
    }

    .about-video .venobox.play-btn {
        display: block;
        margin: 0 auto;
    }
}

/* about video */

@media (max-width: 767px) {
    .about-section .container {
        text-align: center;
    }

    .about-section .section-title {
        text-align: center;
    }

    .about-section p {
        text-align: justify;
        margin: 0 auto;
        max-width: 100%;
    }

    .about-section .about-video {
        margin-top: 10px;
        /* Add top margin to the video for spacing */
    }
}

/* who we are */

@media (max-width: 767px) {
    .about-section .container {
        text-align: center;
    }

    .about-section .section-title {
        text-align: center;
    }

    .about-section p {
        text-align: justify;
        margin: 0 auto;
        max-width: 100%;
    }

    .about-section .d-flex.justify-content-center {
        justify-content: center;
    }

    .about-us-1,
    .about-us-2 {
        display: none;
    }

    .about-section .row> :nth-child(2) {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .main h2 {
        text-align: center;
    }

    .profile-card {
        margin-bottom: 20px;
        /* Add space between the cards */
    }

    .profile-card .img {
        text-align: center;
    }

    .profile-card img {
        width: 100%;
        height: auto;
        border-radius: 50%;
        /* Add border-radius as needed */
    }

    .caption {
        text-align: center;
    }

    .row.d-flex.justify-content-center {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 767px) {
    /* p {
    text-align: center;
  } */
}

.centered-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}