.about-banner-mobile-img {
    display: none;
}



/*BANNER*/
.contact-us--mobilebanner-img {
    display: none;
}

.about-banner {
    position: relative;
}

.about-banner-content {
    position: absolute;
    top: 40%;
    left: 0%;
    right: 0%;
    color: #fff;
    text-align: center;
}

.about-banner-content h1 {
    font-size: 4.5rem;
    padding-bottom: 2rem;
    font-weight: 300;
}

.about-banner-content p {
    font-size: 1.25rem;
    padding-bottom: 1rem;
    font-weight: 400;
    letter-spacing: 2px;
    width: 100%;
    max-width: 40%;
    text-align: center;
    margin: 0 auto;
}

.team-heading h2 {
    font-size: 1rem;
    text-transform: uppercase;
    color: #896E22;
    text-align: center;
    padding-top: 5rem;
    position: relative;
    letter-spacing: 1px;
}

.team-heading h2::after {
    position: absolute;
    content: "";
    background-color: #896E22;
    bottom: -30%;
    left: 49%;
    width: 30px;
    height: 1px;
}

.team-member-header {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 5rem 0;
}

.team-image {
    width: 50%;
}

.team-image img {
    width: 100%;
    height: auto;
    max-width: 70%;
    display: block;
    margin: 0 auto;
}

.team-info {
    width: 50%;
    position: relative;
}

.team-info-mobile {
    display: none !important;
}

.team-info h2 {
    font-size: 3rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333;
}

.team-info h4 {
    font-size: 1.5rem;
    font-weight: 200;
    text-transform: uppercase;
}

.team-description {
    margin-bottom: 2rem 0;
}

.team-description p {
    font-size: 1rem;
    font-weight: 400;
    width: 100%;
    max-width: 80%;
    padding: 1rem 0;
    line-height: 1.5;
    color: #333;
    margin-bottom: 0;
}

.social-icons {
    position: absolute;
    top: 3%;
    right: 22%;
}

.related-team {
    background-color: #FBF7EE;
    padding: 5rem 0;
}

.related-team h2 {
    font-size: 1rem;
    text-transform: uppercase;
    color: #896E22;
    text-align: center;
    padding-bottom: 5rem;
    position: relative;
    letter-spacing: 1px;
}

.related-team h2::after {
    position: absolute;
    content: "";
    background-color: #896E22;
    bottom: 50%;
    left: 49%;
    width: 30px;
    height: 1px;
}

#singleAbout.owl-carousel {
    display: block !important;
    
}

#singleAbout.owl-carousel .owl-item img {
    height: auto !important;
}

.team-member-card a {
    text-decoration: none !important;
}

.team-member-card h4 {
    font-size: 2rem;
    font-weight: 300;
    margin: 1rem 0;
    text-decoration: none;
    color: #333;
}

.team-member-card p {
    margin-top: 1rem;
    color: #333;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.social-icons-mobile {
    display: none;
}

/*media query*/
@media screen and (min-width:2500px) {
    body {
        max-width: 2500px;
    }

}

@media screen and (min-width:2000px) and (max-width:2499px) {
    .about-banner-content h1 {
        font-size: 5rem;
    }

    .about-banner-content p {
        font-size: 1.5rem;
        max-width: 36%;
    }

    .team-description p {
        font-size: 1.25rem;
    }

    #singleAbout.owl-carousel {
        display: block !important;
        margin: 0px 0rem !important;
    }

    .social-icons {
        top: 1%;
        right: 22%;
    }

    .team-member-card h4 {
        font-size: 1.8rem;
    }

}

@media screen and (min-width:1600px) and (max-width:1999px) {
    .about-banner-content h1 {
        font-size: 5rem;
    }

    .about-banner-content p {
        font-size: 1.5rem;
        max-width: 36%;
    }

    .team-description p {
        font-size: 1.25rem;
    }

    #singleAbout.owl-carousel {
        display: block !important;
        margin: 0px 0rem !important;
    }

    .social-icons {
        top: 1%;
        right: 22%;
    }

    .team-member-card h4 {
        font-size: 1.8rem;
    }

}

@media screen and (min-width:1025px) and (max-width:1280px) {
    #singleAbout.owl-carousel {
        margin: 0 0rem !important;
    }

    .team-info h2 {
        font-size: 2.8rem;
    }

    .team-info h4 {
        font-size: 1.25rem;
    }

    .social-icons {
        top: 0.2rem;
        right: 15%;
    }

    .team-member-card h4 {
        font-size: 1.8rem;
    }

}

@media screen and (min-width:992px) and (max-width:1024px) {
    .social-icons {
        top: 0%;
        right: 10%;
    }

    .team-heading h2 {
        padding-top: 3rem;
    }

    .team-member-header {
        padding: 3rem 0;
    }

    .about-banner-content {
        top: 40%;
        transform: translateY(-30%);
    }
    .team-info {
        width: 60%;
    }
    .team-description p{
        max-width: 90%;
    }
    .team-info h2{
        font-size: 2.5rem;
    }
    .team-member-card h4
    {
        font-size: 1.6rem;
    }


}

@media screen and (min-width:769px) and (max-width:991px) {
    .about-banner-mobile-img {
        display: block;
    }

    .about-banner-img {
        display: none;
    }
    .related-team h2::after{
        bottom: 35%;
        left: 50%;
    }

    .about-banner-content h1 {
        font-size: 3.5rem;
    }

    .about-banner-content p {
        font-size: 1.25rem;
        max-width: 68%;
        text-transform: uppercase;
        font-weight: 300;
    }

    .team-heading h2 {
        font-size: 16px;
        padding-top: 3rem;
    }

    .team-info h2, .team-info h4 {
        display: none;
    }

    .team-info-mobile {
        display: block !important;
    }

    .team-info-mobile h2 {
        font-size: 2.5rem;
        font-weight: 300;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 15px;
    }

    .team-info-mobile h4 {
        font-size: 1.25rem;
        font-weight: 200;
        text-transform: uppercase;
        text-align: center;
        padding: 0;
        margin-bottom: 10px;
    }

    .related-team h2 {
        padding-bottom: 2rem;
    }

    .social-icons-mobile {
        display: block;
        margin: 1rem 0 2rem;
    }

    .social-icons-mobile img {
        max-width: 10% !important;
        width: 100%;
        height: auto;
    }

    .team-image img {
        max-width: 85%;
        margin: 0 auto 1rem auto;
    }

    .team-description p {
        margin: 0 auto !important;
        max-width: 85%;
    }

    .social-icons {
        display: none;
    }

    .team-member-header {
        flex-direction: column;
        padding: 2rem 0;
    }

    .team-image, .team-info {
        width: 100%;
    }

    #singleAbout.owl-carousel {
        margin: 0 !important;
    }

    #singleAbout.owl-carousel .owl-item img {
        padding: 0 25px !important;
    }

    #singleAbout.owl-carousel .owl-item .team-member-card h4 {
        padding: 0 25px !important;
        font-size: 2rem;
        margin-bottom: 10px;
    }

    #singleAbout.owl-carousel .owl-item .team-member-card p {
        padding: 0 25px !important;
        font-size: 1.15rem;
        font-weight: 300;
    }

}

@media screen and (min-width:569px) and (max-width:768px) {
    .about-banner-mobile-img {
        display: block;
    }

    .about-banner-img {
        display: none;
    }

    .about-banner-content h1 {
        font-size: 3.5rem;
    }

    .about-banner-content p {
        font-size: 1.25rem;
        max-width: 68%;
        text-transform: uppercase;
        font-weight: 300;
    }

    .team-heading h2 {
        font-size: 16px;
        padding-top: 3rem;
    }

    .team-info h2, .team-info h4 {
        display: none;
    }

    .team-info-mobile {
        display: block !important;
    }

    .team-info-mobile h2 {
        font-size: 2.5rem;
        font-weight: 300;
        text-transform: uppercase;
        text-align: center;
    }

    .team-info-mobile h4 {
        font-size: 1.25rem;
        font-weight: 200;
        text-transform: uppercase;
        text-align: center;
        padding: 1rem 0;
    }

    .related-team h2 {
        padding-bottom: 2rem;
    }

    .social-icons-mobile {
        display: block;
        margin: 1rem 0;
    }

    .social-icons-mobile img {
        max-width: 10% !important;
        width: 100%;
        height: auto;
    }

    .team-image img {
        max-width: 85%;
        margin: 0 auto 1rem auto;
    }

    .team-description p {
        margin: 0 auto !important;
        max-width: 85%;
    }

    .social-icons {
        display: none;
    }

    .team-member-header {
        flex-direction: column;
        padding: 2rem 0;
    }

    .team-image, .team-info {
        width: 100%;
    }

    #singleAbout.owl-carousel {
        margin: 0 !important;
    }

    #singleAbout.owl-carousel .owl-item img {
        padding: 0 25px !important;
    }

    #singleAbout.owl-carousel .owl-item .team-member-card h4 {
        padding: 0 25px !important;
        font-size: 2rem;
        margin-bottom: 10px;
    }

    #singleAbout.owl-carousel .owl-item .team-member-card p {
        padding: 0 25px !important;
        font-size: 1.15rem;
        font-weight: 300;
    }
    .related-team h2::after{
        bottom: 40%;
    }

}

@media screen and (min-width:320px) and (max-width:568px) {
    .about-banner-mobile-img {
        display: block;
    }

    .about-banner-img {
        display: none;
    }

    .about-banner-content h1 {
        font-size: 3rem;
    }

    .about-banner-content p {
        font-size: 1rem;
        max-width: 80%;
        text-transform: uppercase;
        font-weight: 300;
    }

    .team-heading h2 {
        font-size: 15px;
        padding-top: 3rem;
    }

    .team-info h2, .team-info h4 {
        display: none;
    }

    .team-info-mobile {
        display: block !important;
    }

    .team-info-mobile h2 {
        font-size: 2rem;
        font-weight: 300;
        text-transform: uppercase;
        text-align: center;
    }

    .team-info-mobile h4 {
        font-size: 1rem;
        font-weight: 200;
        text-transform: uppercase;
        text-align: center;
        padding: 0;
    }

    .related-team h2 {
        padding-bottom: 2rem;
    }

    .social-icons-mobile {
        display: block;
        margin: 1rem 0;
    }

    .social-icons-mobile img {
        max-width: 10% !important;
        width: 100%;
        height: auto;
    }

    .team-image img {
        max-width: 85%;
        margin: 0 auto 1rem auto;
    }

    .team-description p {
        margin: 0 auto !important;
        max-width: 85%;
    }

    .social-icons {
        display: none;
    }

    .team-member-header {
        flex-direction: column;
        padding: 2rem 0;
    }

    .team-image, .team-info {
        width: 100%;
    }

    #singleAbout.owl-carousel {
        margin: 0 !important;
    }

    #singleAbout.owl-carousel .owl-item img {
        padding: 0 25px !important;
    }

    #singleAbout.owl-carousel .owl-item .team-member-card h4 {
        padding: 0 25px !important;
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    #singleAbout.owl-carousel .owl-item .team-member-card p {
        padding: 0 25px !important;
    }
    .related-team h2::after{
        bottom: 25%;
    }

}