.read-more
{
    background-color: #1883ff;
    border: 1px solid #1883ff;
    display: inline-block;
    padding: 12px 25px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
}
.video-container::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000000ad;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.7;
    z-index: -1;
}
.video-section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.footer-bottom-section {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    background: #000;
    padding: 20px;
}
.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.social-icons li {
    display: inline-block;
    color: #b3adad;
    margin-right: 10px;
}
.social-icons li span {
    display: inline-block;
    margin-right: 4px;
    font-size: 14px;
}
.social-icons li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #ffffff;
    border-radius: 50%;
    background-color: transparent;
    text-align: center;
    line-height: 30px;
    font-size: 12.5px;
    border: 1px solid #716f6f;
}
.partner-section .partner-slider .partner-item li {
    list-style-type: none;
    font-size: 50px;
    padding: 0px;
    border: 1px solid #cccccc;
    cursor: pointer;
    transition: 0.6s;
}
.partner-section .partner-slider .partner-item img {
    display: inline-block;
    width: 150px;
}
.overtop-nav .navbar .navbar-nav .nav-item a {
    font-size: 14.4px;
    font-weight: 600;
    color: #ffffff;
    text-transform: capitalize;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 12px;
    margin-right: 12px;
}
.overtop-nav {
    background-color: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    transition: all 0.5s;
    max-width: 100%;
    margin: auto;
}
.overtop-nav::before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    right: 0;
    height: 100%;
    background-color: rgb(0 0 0 / 44%);
    z-index: -1;
    width: 100%;
    margin: auto;
    transition: all 0.05s;
    height: 105px;
}
.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    background-color: #000000 !important;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    max-width: 100% !important;
}
@media only screen and (max-width: 767px) {
    .overtop-mobile-nav {
        background-color: #000;
    }
}
.mean-container a.meanmenu-reveal {
    width: 35px;
    height: 30px;
    padding: 12px 15px 0 0;
    position: absolute;
    right: 0;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-weight: 700;
}
.mean-container a.meanmenu-reveal span {
    display: block;
    background: #ffffff;
}

.about-image-new {
    width: 100%;
    height: 567px;
    object-fit: cover; /* Ensures the image maintains aspect ratio */
}

/* Medium screens (tablets, 768px and up) */
@media (max-width: 1024px) {
    .about-image-new {
        height: 100%;
    }
}

/* Small screens (mobile, 480px and up) */
@media (max-width: 768px) {
    .about-image-new {
        height: 100%;
    }
}

/* Extra small screens (mobile, 320px and up) */
@media (max-width: 480px) {
    .about-image-new {
        height: 100%;
    }
}
.main-slider .slider-item::before
{
  position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: transparent;
    z-index: -1;
  opacity: 0.5;
}