﻿header.main-header {
    position: relative;
    width: 100%;
}

    header.main-header.scrolled {
        position: fixed;
        width: 100%;
    }

.hero-slider-layout .swiper-wrapper {
    height: 92vh;
}

.hero-slider-layout .hero-slide {
    height: 100%;
}

.hero-slider-layout .hero-slider-image {
    position: absolute;
    width: 100%;
}

.hero-content {
    position: absolute;
    /* bottom: 80px; */
    left: 80px;
    left: 0px;
    width: 100%;
    z-index: 99999;
    height: 100%;
    padding: 0;
    padding-top: 1%;
    padding-bottom: 1%;
    margin: 0;
}

.hero-slider-layout .hero-content::before {
    content: '';
    position: absolute;
    /* top: 0; */
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top right, rgb(0 0 0 / 75%) 0%, rgb(0 0 0 / 60%) 25%, rgba(255, 255, 255, 0.0) 55%);
    width: 100%;
    height: 58%;
    pointer-events: none;
}

.hero-slider-layout .section-title {
    z-index: 999999;
    position: relative;
    text-align: left !important;
    top: 70%;
    /* max-width: 30%; */
    /* height: 60%; */
    /* padding-left: 5%; */
    height: 100%;
}

.hero-content .section-title h1 {
    color: #fff;
    font-size: clamp(2.2rem, 2.2vw, 1.4rem);
}

.hero-content .section-title p {
    max-width: 50%;
    color: #fff;
}

.hero-content .section-title h3 {
    color: #fff;
    font-size: clamp(1.5rem, 2vw, 1.5rem);
    line-height: 1;
}

.navbar-brand:focus, .navbar-brand:hover {
    color: #8b6745;
}

.main-menu ul li a:hover, .main-menu ul li a:focus {
    color: #8b6745;
}

header.main-header {
    background-color: #000;
}

footer.main-footer {
    color: #000;
}

.navbar-brand{
    color: #fff;
}

.main-menu ul li a {
    color: #fff;
}

.swiper-pagination-bullet-active {
    color: #8b6745;
    background: #8b6745;
}


a {
    color: #8b6745;
}

.headerWrapper {
    display: flex;
    align-content: center;
    align-items: center;
}

.navbar-brand{
    font-weight:bold;
}


.companiesHomeSection {
    position: relative;
    /*background: url('../images/companies/companiesBg.jpg') no-repeat;
    background-position: center center;
    background-size: auto;*/
    border-radius: 0px;
    padding: 150px 0;
    background: #fbfbfb;
}

    .companiesHomeSection::before {
        /*content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #8b6745;
        border-radius: 0;
        opacity: 90%;
        width: 100%;
        height: 100%;
        z-index: 1;*/
    }

.companiesHomeSection .blog-item .post-featured-image img {
    width: 100%;
    height: auto;
    aspect-ratio: unset;
    object-fit: contain;
    border-radius: 0;
    transition: all 0.5s ease-in-out;
    /* max-width: 90%; */
    padding: 5%;
}


    .companiesHomeSection .blog-item .post-featured-image {
        width: 100%;
    }

    .companiesHomeSection .post-item-body {
        width: 100%;
        justify-content: center;
        text-align: center;
        padding: 0 0 0 0px;
    }

    .companiesHomeSection .post-item-content {
        padding-bottom: 0px;
        margin-bottom: 0px;
        display: flex;
        align-items: flex-start;
    }

    .companiesHomeSection .col-lg-4 {
        /*width: 14.03333333%;
        padding-right: 8px;
        padding-left: 8px;*/
    }

    .companiesHomeSection .blog-item {
        flex-direction: column;
        height: auto;
    }

    .companiesHomeSection .redmore-btn {
        font-size: 13px;
    }

    .companiesHomeSection .redmore-btn::before {
        font-size: 13px;
        color: var(--accent-color);
        line-height: normal;
        width: 18px;
        height: 13px;
    }

.companiesHomeSection .post-item-content p {
    margin: 0;
    line-height: 1.5;
    font-size: 16px;
}

.companiesHomeSection .companyInfoCard .blog-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
}

.companiesHomeSection .companyInfoCard .post-item-body {
    padding: 20px 20px 0px;
}

.companiesHomeSection .companyInfoCard .post-item-body p{
    font-size: 16px;
    line-height: 24px;
}


.companiesHomeSection .companyInfoCard .post-item-footer {
    padding: 0px 20px 20px;
}

.companiesHomeSection .companyInfoCard .post-item-body h2 a {
    color: #333;
    font-size: 18px;
    line-height: 1;
}

.companiesHomeSection .companyInfoCard .blog-item .post-featured-image {
    height: auto;
}

    .companiesHomeSection .companyInfoCard .blog-item .post-featured-image a {
        border-radius: 12px 12px 0px 0px;
    }

    .companiesHomeSection .companyInfoCard .blog-item .post-featured-image img {
        width: 100%;
        height: auto;
        aspect-ratio: unset;
        object-fit: unset;
        border-radius: 0;
        transition: all 0.5s ease-in-out;
    }

.blogVideosSection .post-item-body h2 {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.blogVideosSection .post-item-body h2 img{
    max-width: 64px;
    margin-bottom: 8px;
}

.blogLanguage {
    position: absolute;
    left: auto;
    right: 0;
    top: 8%;
    background: #000;
    width: auto;
    color: #fff;
    font-size: 14px;
    /* margin: 0; */
    z-index: 999;
    margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .blogLanguage span {
        background: #000;
        padding-left: 15px;
        padding-right: 15px;
        background-color: var(--dark-divider-color);
        backdrop-filter: blur(20px);
        color: #fff;
        font-weight: bold;
    }

.blog-item .video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    top: auto;
    left: 0;
    transform: none;
    z-index: 1;
    right: 0;
    bottom: 5%;
}

.blog-item .we-provide-image a {
    cursor: pointer;
    position: absolute;
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
}


.arabicPress .blogLanguage {
    right: auto;
    left: 0;
}

.news-slider .blogLanguage {
    position: relative;
    right: auto;
    top: auto;
    background: #000;
    width: auto;
    color: #fff;
    font-size: 14px;
    padding-left: 4px;
    padding-right: 4px;
}

.blogVideosSection .post-item-body span.blogVideoDate {
    font-size: 12px;
    margin-bottom: 6px;
}

.blogVideosSection .we-provide-image img {
    width: 100%;
    aspect-ratio: unset;
    object-fit: contain;
    border-radius: 12px;
    height: auto;
}

.pressSection .post-item-body h2 a {
    color: #111827;
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    font-family: var(--default-font);
    font-weight: 400;
}

.pressSection .pressDate {
    font-size: 12px;
    margin-bottom: 6px;
}

.pressSection .post-item-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

    .pressSection .post-item-btn .redmore-btn {
        font-size: 14px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .pressSection .post-item-btn .redmore-btn::before{
        font-size: 12px;
        width: 12px;
        height: 12px;
    }

.footer-social-links ul {
    text-align: center;
}

.footer-links {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

    .footer-links ul li {
        margin-bottom: 15px;
        float: left;
        margin-top: 30px;
        margin-right: 15px;
        margin-left: 15px;
    }

.footer-social-links ul li {
    margin-right: 25px;
    margin-left: 25px;
}

.footer-copyright {
    margin-top: 0;
}


/*.footer-links ul li {
    margin-bottom: 15px;
}

    .footer-links ul li a {
        text-transform: capitalize;
        transition: all 0.3s ease-in-out;
        color: rgba(255, 255, 255, 0.80);
        font-size: 16px;
        font-weight: 400;
    }

.about-footer-content p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.80);
    font-size: 16px;
    font-weight: 400;
}

.footer-copyright-text p {
    margin: 0;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.80);
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}

.footer-logo {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
}
*/

.headrSocialList {
    list-style: none;
    display: inline-block;
    margin-bottom: 0px;
    padding: 0px;
}

    .headrSocialList li {
        float: left;
    }



.socialMediaSection .blog-item .post-featured-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 0.82;
    object-fit: contain;
    border-radius: 12px;
    transition: all 0.5s ease-in-out;
    /*max-width: 90%;*/
}


.socialMediaSection .blog-item .post-featured-image {
    width: 100%;
}

.socialMediaSection .post-item-body {
    width: 100%;
}

.socialMediaSection .post-item-content {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.socialMediaSection .redmore-btn {
    font-size: 13px;
}

    .socialMediaSection .redmore-btn::before {
        font-size: 13px;
        color: var(--accent-color);
        line-height: normal;
        width: 18px;
        height: 13px;
    }

.socialMediaSection .post-item-content p {
    margin: 0;
    line-height: 1.5;
    font-size: 16px;
}

.socialMediaSection .companyInfoCard .blog-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
}

.socialMediaSection .companyInfoCard .post-item-body {
    padding: 20px 20px 0px;
    position: relative;
}

.socialMediaSection .socialIconLink {
    width: 24px;
    border-radius: 50%;
    bottom: 10px;
    position: absolute;
    right: 10px;
}

.socialMediaSection .companyInfoCard .post-item-body p {
    font-size: 18px;
    line-height: 22px;
    color: #333;
}


.socialMediaSection .companyInfoCard .post-item-footer {
    padding: 0px 20px 20px;
}

.socialMediaSection .companyInfoCard .post-item-body h2 a {
    color: #333;
    font-size: 18px;
    line-height: 1;
}

.socialMediaSection .companyInfoCard .blog-item .post-featured-image {
    height: auto;
}

    .socialMediaSection .companyInfoCard .blog-item .post-featured-image a {
        border-radius: 12px 12px 0px 0px;
    }

    .socialMediaSection .companyInfoCard .blog-item .post-featured-image img {
        width: 100%;
        height: auto;
        aspect-ratio: unset;
        object-fit: unset;
        border-radius: 0;
        transition: all 0.5s ease-in-out;
    }

.socialMediaSection .btn-default::before {
    transform: translate(-20px, -50%) rotate(90deg);
}

.positionsListContainer {
    /*background-image: url(../images/bio/bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;*/
    border-radius: 30px;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}

.positionsListContainer h1{
    color: #fff;
}
    .positionsListContainer h2 {
        color: #fff;
        color: #000;
    }

    .positionsListContainer p {
        color: #000;
        font-size: 18px;
    }

    .positionsListContainer h3 {
        color: #fff;
        color: #000;
        font-size: 20px;
    }

    .positionsListContainer .about-member-info {
        border: 1px solid #8b6745;
        background: #fff;
    }

.page-team-single .row{
    background: transparent;
}

.page-team-single .member-detail-header h1 {
    font-weight: normal;
    font-size: 32px;
}

.bioMorDetailsSection h1 {
    font-weight: 500;
    font-size: 32px;
    color: #fff;
}

.bioMorDetailsSection p {
    font-size: 19px;
}

.bioMorDetailsSection .accordion-body {
    /* border-radius: 21.562px; */
    /* background: #FAFAFD; */
    padding: 0px !important;
}

.bioMorDetailsSection .accordion-item {
    padding-bottom: 25px;
    margin-bottom: 0px !important;
}

.bioMorDetailsSection .accordion-body p {
    font-size: 19px;
}

.maroonSection {
    background: #12343b;
    padding: 60px 0;
}

.maroonSection .section-title h2{
    color: #8b6745;
}

.maroonSection .section-title p {
    margin-top: 20px;
    margin-bottom: 0;
    color: #fff;
}

.maroonSection .btn-default {
    background: #8b6745;
}

    .maroonSection .redmore-btn {
        color: #8b6745;
    }

        .maroonSection .redmore-btn::before {
            color: #8b6745;
        }

.brownSection {
    background-color: #8b6745;
    padding: 60px 0;
}

.brownSection .section-title h2 {
    color: #fff;
}

.brownSection .section-title p {
    margin-top: 20px;
    margin-bottom: 0;
    color: #fff;
}

.brownSection .btn-default {
    background: #8b6745;
    }

.brownSection .redmore-btn {
    color: #8b6745;
}

.brownSection .redmore-btn::before {
    color: #8b6745;
}

.brownSection .faq-accordion p {
    color: #fff;
}

.blackSection {
    background: #000;
    padding: 60px 0;
}

    .blackSection .section-title h2 {
        color: #fff;
    }

    .blackSection .testimonial-slider .testimonial-button-next,
    .blackSection .testimonial-slider .testimonial-button-prev {
        background-color: transparent;
        box-shadow: 0px 1px 2px 0px #8b6745;
        border: 2px solid #8b6745;
    }

.blackSection .testimonial-button-next::before,
.blackSection .testimonial-button-prev::before {
    color: #8b6745;
}


    .blackSection .redmore-btn {
        color: #8b6745;
    }

        .blackSection .redmore-btn::before {
            color: #8b6745;
        }

.our-blog {
    padding: 60px 0;
}

.preview-text {
    font-family: var(--default-font);
    font-size: 18px;
    font-weight: 400;
}

.news-slider .testimonial-button-next::before,
.news-slider .testimonial-button-prev::before {
    color: #8b6745;
}

.news-slider .news-button-next,
.news-slider .news-button-prev {
    background-color: transparent;
    box-shadow: 0px 1px 2px 0px #8b6745;
    border: 2px solid #8b6745;
}

.news-slider .news-button-next::before,
.news-slider .news-button-prev::before {
    color: #8b6745;
}

.mobileContent {
    display: none;
}

.hero-slider-layout .swiper-wrapper {
    background: #12343b;
}

.slicknav_btn {
    background: #8b6745;
}

.slicknav_menu {
    background: #12343b;
}


/* 06-2026*/
.member-info-title .positionTitle {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}

.member-info-title {
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-wrap: nowrap;
    margin-bottom: 10px;
    align-items: center;
}

    .member-info-title img {
        max-width: 150px;
    }

.companiesHomeSection {
    padding-top: 0px;
}

.company-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.2) 100% );
    transition: background 0.5s ease;
}

.mapPortfolio {
    background-image: url(../images/companies/bg/map4.png);
    min-height: 50vh;
    position: absolute;
    opacity: 0.5;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
}


.dental-process {
    padding: 100px 0 70px;
    /*background: url('../images/companies/bg/2.png')*/
}

    .dental-process .section-title {
        max-width: 560px;
        margin: 0 auto;
        z-index: 99;
        position: relative;
    }

.dental-process-item {
    height: calc(100% - 30px);
    height: 320px;
    margin-bottom: 30px;
    margin-bottom: 0px;
    background-position: center;
    background-size: cover;
    position: relative;
    display: block;
    overflow: hidden;
    border-right: 1px solid rgba(255, 255, 255, 1);
    background-color: #030b16;
}

    .dental-process-item:last-child {
        /*border-right: 0;*/
    }

.dental-process-image {
    position: relative;
    margin-bottom: 30px;
    margin-bottom: 0px;
    border-radius: 0px;
    overflow: hidden;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.dental-process-image {
    /*width: 100%;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        filter: brightness(80%);
        border-radius: 12px;
        transition: all 0.4s ease-in-out;*/
    transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.dental-process-item:hover .dental-process-image {
    /* -webkit-transform: scale(1.4); */
    -ms-transform: scale(1.4);
    -moz-transform: scale(1.4);
    /* transform: scale(1.4); */
    -o-transform: scale(1.4);
    /* -webkit-transition-duration: 4s; */
    /* transition-duration: 4s; */
    transform: scale(1.05);
}

.dental-process-item:hover .company-overlay {
    background: linear-gradient( to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.2) 100% );
}

.dental-process-item .dental-process-content {
    position: absolute;
    background: transparent;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    z-index: 1;
    transition: all 0.5s ease-in-out;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    margin: auto;
    align-items: flex-end;
}

.dental-process-item:hover .dental-process-content {
    background-color: transparent;
}

.dental-process-content a {
    display: flex;
    height: 100%;
    align-items: flex-end;
    width: 100%;
    justify-content: center;
}

.dental-process-item .dental-process-content::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--primary-color);
    background-color: transparent;
    border-radius: 16px;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    height: 100%;
}

.dental-process-item:hover .dental-process-content::before {
    transform: scale(1);
    background: transparent;
}

.dental-process-item .dental-process-content h3 {
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: 100;
    transition: all 0.4s ease-in-out;
    color: #fff;
    bottom: 50px;
    border-left: 1px solid #fff;
    padding-left: 16px;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    max-width: 90%;
    display: flex;
    align-items: center;
}

.dental-process-item:hover .dental-process-content h3 {
    color: var(--white-color);
}


.dental-process .companyLogoDiv {
    position: absolute;
    background: transparent;
    border-radius: 16px;
    left: 0;
    bottom: 0;
    top: 0;
    width: auto;
    right: 0;
    /* height: 50px; */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transition: all 0.5s ease-in-out;
    margin: auto;
    align-content: center;
    flex-wrap: wrap;
    height: auto;
}

    .dental-process .companyLogoDiv img {
        /*filter: brightness(0) invert(1);*/
        max-width: 150px;
    }
/**/

@media (max-width: 1024px) {
    .mobileContent {
        display: block;
    }

    .shape-element {
        display: none;
    }

    header.main-header {
        position: relative;
        width: 100%;
    }

        header.main-header.scrolled {
            position: fixed;
            width: 100%;
        }

    .hero-slider-layout .swiper-wrapper {
        height: auto;
    }

    .hero-content .section-title p {
        display: none;
    }

    .hero-slider-layout .section-title {
        top: auto;
        height: auto;
    }

    .hero-slider-layout .contentContainer {
        position: absolute;
    }

    .heroDesktopContent {
        display: flex;
        flex-direction: column;
        position: relative;
        min-height: 35vh;
    }

    .mobileContent {
        background: #000;
        color: #fff;
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .hero-slider-layout .hero-slider-image {
        position: relative;
        width: 100%;
    }

    .hero-content {
        /*position: relative !important;*/
        /* top: 50%; */
        bottom: 0%;
        display: flex;
        align-items: flex-end;
        display: none;
    }

    .mobileContent h1,
    .mobileContent h3 {
        color: #fff;
    }

    .mobileContent .section-title p {
        margin-top: 0px !important;
        font-style: italic;
    }

    .member-detail-header {
        margin-bottom: 40px !important;
    }

    .section-title h1 {
        font-size: 26px;
    }

    .section-title h3 {
        font-size: 14px;
    }

    .about-us-content {
        text-align: left !important;
    }

    .bioMorDetailsSection h1 {
        font-weight: 500;
        font-size: 20px !important;
        color: #000;
        text-align: center;
        max-width: 100% !important;
    }

    .how-it-work-content {
        margin-left: 25px;
        margin: 0px !important;
        margin-top: 50px !important;
        text-align: center;
    }

    .bioPage .hero.bg-image {
        height: 32vh;
        min-height: 32vh;
    }

    .member-info-title h2 {
        font-size: 20px !important;
    }

    .positionsListContainer h3 {
        font-size: 16px !important;
    }

    .about-us-content .text-anime-style-3 {
        text-align: left !important;
    }

    .logos-slider .logos-button-next, .logos-slider .logos-button-prev {
        border: 0px solid var(--accent-color);
        border-radius: 50%;
    }

    .logos-slider .logos-btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .blog-item .post-featured-image {
        margin-bottom: 0px;
    }

    .page-team-single .member-detail-header h1 {
        font-size: 22px !important;
        color: #000;
    }

    .companiesHomeSection .post-item-body {
        width: 100%;
        justify-content: center;
        text-align: center;
        padding: 0 0 0 0px;
    }

    .companiesHomeSection .post-item-content {
        padding-bottom: 0px;
        margin-bottom: 0px;
        display: flex;
        align-items: flex-start;
    }

    .companiesHomeSection .col-lg-4 {
        /*width: 25%;
        padding-right: 15px;
        padding-left: 15px;*/
    }

    .companiesHomeSection .blog-item {
        flex-direction: column;
        height: auto;
    }
}

@media (max-width: 991px) {
    .mobileContent {
        display: block;
    }

    .shape-element {
        display: none;
    }

    header.main-header {
        position: relative;
        width: 100%;
    }

        header.main-header.scrolled {
            position: fixed;
            width: 100%;
        }

    .hero-slider-layout .swiper-wrapper {
        height: auto;
    }

    .hero-content .section-title p {
        display: none;
    }

    .hero-slider-layout .section-title {
        top: auto;
        height: auto;
    }

    .hero-slider-layout .contentContainer {
        position: absolute;
    }

    .heroDesktopContent {
        display: flex;
        flex-direction: column;
        position: relative;
        min-height: 55vh;
    }

    .mobileContent {
        background: #000;
        color: #fff;
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .hero-slider-layout .hero-slider-image {
        position: relative;
        width: 100%;
    }

    .hero-content {
        /*position: relative !important;*/
        /* top: 50%; */
        bottom: 0%;
        display: flex;
        align-items: flex-end;
        display: none;
    }

    .mobileContent h1,
    .mobileContent h3 {
        color: #fff;
    }

    .mobileContent .section-title p {
        margin-top: 0px !important;
        font-style: italic;
    }

    .member-detail-header {
        margin-bottom: 40px !important;
    }

    .section-title h1 {
        font-size: 26px;
    }

    .section-title h3 {
        font-size: 14px;
    }

    .about-us-content {
        text-align: center !important;
    }

    .bioMorDetailsSection h1 {
        font-weight: 500;
        font-size: 20px !important;
        color: #000;
        text-align: center;
        max-width: 100% !important;
    }

    .how-it-work-content {
        margin-left: 25px;
        margin: 0px !important;
        margin-top: 50px !important;
        text-align: center;
    }

    .bioPage .hero.bg-image {
        height: 32vh;
        min-height: 32vh;
    }

    .member-info-title h2 {
        font-size: 20px !important;
    }

    .positionsListContainer h3 {
        font-size: 16px !important;
    }

    .about-us-content .text-anime-style-3 {
        text-align: center !important;
    }

    .logos-slider .logos-button-next, .logos-slider .logos-button-prev {
        border: 0px solid var(--accent-color);
        border-radius: 50%;
    }

    .logos-slider .logos-btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .blog-item .post-featured-image {
        margin-bottom: 0px;
    }

    .page-team-single .member-detail-header h1 {
        font-size: 22px !important;
        color: #000;
    }
}

@media only screen and (max-width: 767px) {
    .mobileContent {
        display: block;
    }

    header.main-header {
        position: relative;
        width: 100%;
    }

        header.main-header.scrolled {
            position: fixed;
            width: 100%;
        }

    .hero-slider-layout .swiper-wrapper {
        height: auto;
    }

    .hero-content .section-title p {
        display: none;
    }

    .hero-slider-layout .section-title {
        top: auto;
        height: auto;
    }

    .hero-slider-layout .contentContainer {
        position: absolute;
    }

    .heroDesktopContent {
        display: flex;
        flex-direction: column;
        position: relative;
        min-height: 35vh;
    }

    .mobileContent {
        background: #000;
        color: #fff;
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .hero-slider-layout .hero-slider-image {
        position: relative;
        width: 100%;
    }

    .hero-content {
        /*position: relative !important;*/
        /* top: 50%; */
        bottom: 0%;
        display: flex;
        align-items: flex-end;
        display: none;
    }

    .mobileContent h1,
    .mobileContent h3 {
        color: #fff;
    }

    .mobileContent .section-title p {
        margin-top: 0px !important;
        font-style: italic;
    }

    .member-detail-header {
        margin-bottom: 40px !important;
    }

    .section-title h1 {
        font-size: 26px;
    }

    .section-title h3 {
        font-size: 14px;
    }

    .about-us-content {
        text-align: center !important;
    }

    .bioMorDetailsSection h1 {
        font-weight: 500;
        font-size: 20px !important;
        color: #000;
        text-align: center;
        max-width: 100% !important;
    }

    .how-it-work-content {
        margin-left: 25px;
        margin: 0px !important;
        margin-top: 50px !important;
        text-align: center;
    }

    .bioPage .hero.bg-image {
        height: 32vh;
        min-height: 32vh;
    }

    .member-info-title h2 {
        font-size: 20px !important;
    }

    .positionsListContainer h3 {
        font-size: 16px !important;
    }

    .about-us-content .text-anime-style-3 {
        text-align: center !important;
    }

    .logos-slider .logos-button-next, .logos-slider .logos-button-prev {
        border: 0px solid var(--accent-color);
        border-radius: 50%;
    }

    .logos-slider .logos-btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .blog-item .post-featured-image {
        margin-bottom: 0px;
    }

    .page-team-single .member-detail-header h1 {
        font-size: 22px !important;
        color: #000;
    }

    .companiesHomeSection .col-lg-4 {
        /*width: 50%;
        padding-right: 15px;
        padding-left: 15px;*/
    }
}
