﻿
/* About Us*/
.site-title-tagline {
    font-size: 30px;
}
.about-img img {
    border-radius: 80px 0px 80px;
}
.about-area .about-left::before {
    border: unset !important;
}
/**************Start Section Our Team *********/
.team-area {
    padding: 60px 0px 60px 0px;
}
    .team-area .team-content {
        right: 0;
        left: 0;
        bottom: -85px;
    }

    .team-area .team-item img {
        height: 240px;
        width: 100%;
        object-fit: cover;
    }

.team-social {
    opacity: 1;
    bottom: 90px;
    left: 10px;
    right: unset;
    background-color: transparent;
}

.team-item:hover .team-social {
    opacity: 1;
    right: unset;
}

.team-social a {
    color: #fff !important;
    border-radius: 50%;
    background-color: #0b7e09;
    width: 30px;
    padding: 1px;
    height: 30px;
    margin-bottom: 4px;
}
.team-bio span {
    font-size: 12px;
}

.team-area {
    background-color: #f6f6f6;
}
.team-area {
    padding: 30px 0px 60px 0px;
}
.site-heading {
    margin-bottom: 30px;
}
/**************End Section Our Team *********/

@media only screen and (max-width: 767px) {
    .team-social a {
        width: 37px;
        height: 37px;
        line-height: 37px;
    }

    .team-social {
        top: 10px;
        bottom: unset;
        left: 20px;
    }
    .about-experience .about-experience-text {
        font-size: 12px;
    }

    .about-experience h1 {
        font-size: 30px;
    }

    .about-experience {
        width: 127px;
        height: 127px;
    }
    .about-img img
    {
        height:350px;
    }
    .about-right {
        margin-top: 15px;
    }
    .team-area .team-item img {
        height: 400px;
    }
 
}
@media only screen and (max-width: 375px) {

    .team-area .team-item img {
        height: 350px;
    }

}

@media (min-width: 1200px) {
    .container.ourteam, .container-sm.ourteam, .container-md.ourteam, .container-lg.ourteam, .container-xl.ourteam {
        max-width: 1400px !important;
    }
}
