/* Default Css */
 li{
 
 list-style: none;
}

/* Team Style 01 */

.our-team .theme-title-one .upper-title {
    color: rgba(36, 69, 116, 0.55);
}
.our-team .img-box img {
    width: 100%;
}
.team-standard .single-team-member {
    position: relative;
    padding: 0 45px 55px 0;
    
}
.team-standard .single-team-member .wrapper {
    position: relative;
}
.team-standard .single-team-member .img-box img {
    border-radius: 4px;
}
.team-standard .single-team-member .info-meta {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    transform: translate(45px, 55px);
    padding: 25px 0 25px 50px;
    background: #fff;
    box-shadow: 5.994px 14.835px 30px 0px rgba(229, 234, 239, 0.5);
    transition: all 0.3s ease-in-out;

}
.our-team .single-team-member .info-meta .name {
    font-weight: 500;
    font-size: 20px;
    color: #3d3d3d;
    margin: 0 0 5px 0;
}
.our-team .single-team-member .info-meta span {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.4);
}
.team-standard .single-team-member:hover .info-meta {
    transform: translate(0px, 55px);
    transition: all 0.3s ease-in-out;
}
.team-standard .single-team-member .hover-content {
    position: absolute;
    width: 45px;
    background: #fff;
    box-shadow: 8px 0px 8.6px 1.4px rgba(229, 234, 239, 0.2);
    right: 0;
    top: 0;
    bottom: 0;
    transform: scale(0, 1);
    transform-origin: 0% 0%;
    transition: all 0.3s ease-in-out;
}
.team-standard .single-team-member .hover-content ul {
    position: relative;
    top: 40%;
    transform: translateY(-50%);
    margin-left: -30px;
}
.team-standard .single-team-member .hover-content ul li a {
    display: block;
    text-align: center;
    color: rgba(0, 0, 0, 0.4);
    font-size: 20px;
    margin: 15px 0;
}
.team-standard .single-team-member:hover .hover-content {
    transform: scale(1, 1);
}



/* ==============Team Style 02============== */

.team-two {
    background: #fff;
    padding: 15px 0px;
}

.team-two .section-title {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 70px;
}

.team-two .section-title h1 {
    font-size: 40px;
    text-align: center;
    margin: 0;
    color: #ffffff;
    font-weight: 700;
}

.team-two .section-title p {
    font-size: 16px;
    text-align: center;
    margin: 15px 0 0;
    color: #ffffff;
}
.team-two .team-items {
    flex-basis: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.team-two .team-items .item {
    flex-basis: calc(25% - 30px);
    max-width: calc(25% - 30px);
    transition: all 0.5s ease;
    margin-bottom: 40px;
}
.team-two .team-items .item img {
    display: block;
    width: 100%;
    border-radius: 8px;
}

.team-two .team-items .item .inner {
    position: relative;
    z-index: 11;
    padding: 0 15px;
}
.team-two .team-items .item .inner .info {
    background-color: #009688;
    text-align: center;
    padding: 20px 15px;
    border-radius: 8px;
    transition: all 0.5s ease;
    margin-top: -40px;
}
.team-two .team-items .item:hover .info {
    transform: translateY(-20px);
}
.team-two .team-items .item:hover {
    transform: translateY(-10px);
}
.team-two .team-items .item .inner .info h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}
.team-two .team-items .item .inner .info p {
    font-size: 16px;
    font-weight: 400;
    color: #c5c5c5;
    margin: 10px 0 0;
}

.team-two .team-items .item .inner .info .social-links {
    padding-top: 15px;
}

.team-two .team-items .item .inner .info .social-links a {
    display: inline-block;
    height: 32px;
    width: 32px;
    background-color: #ffffff;
    color: #009688;
    border-radius: 50%;
    margin: 0 2px;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    transition: all 0.5s ease;
}

.team-two .team-items .item .inner .info .social-links a:hover {
    box-shadow: 0 0 20px #00ffde;
}

.team-minimal .single-team-member {
    text-align: center;
   
}
.team-minimal .single-team-member .img-box {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.team-minimal .single-team-member .info-meta {
    padding: 30px 0 0;
}
.team-minimal .single-team-member .hover-content {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    transform: scale(0.7);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.team-minimal .single-team-member:hover .hover-content {
    transform: scale(1);
    opacity: 1;
    text-align: center;
}
.team-minimal .single-team-member .hover-content ul {
    position: relative;
    top: 50%;
    left: -7%;
    transform: translateY(-50%);
}
.team-minimal .single-team-member .hover-content ul li {
    display: inline-block;
    margin: 0 11px;
}
.team-minimal .single-team-member .hover-content ul li a {
    font-size: 25px;
    color: #fff;
}


/* ==============Team Style 03==============3 */

.single-team {
    background-color: #000;
}
.single-team:hover .social {
    cursor: pointer;
    opacity: 1;
    transform: rotateY(0deg) scale(1, 1);
}
.img-area {
    overflow: hidden;
    position: relative;
}
.img-area img {
    width: 100%;
}
.img-area:hover img {
    transform: scale(1.2);
}
.img-area img {
    transition: all 0.4s ease 0s;
}

.img-area .social {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.5s;
    transform: rotateY(180deg) scale(0.5, 0.5);
}
.img-area .social ul {
    text-align: center;
    position: relative;
    top: 50%;
}
.img-area .social ul li a {
    border: 1px solid;
    border-color: #fff;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}
.img-area .social ul li {
    display: inline-block;
}
.img-area .social ul li a:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid;
}
.img-text {
    padding: 25px;
    color: #fff;
    text-align: center;
}
.img-text h4 {
    margin: 0 0 5px;
    font-size: 30px;
    font-family: bignoodletitling;
    letter-spacing: 5px;
    color: white;
}
.img-text h5 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    margin: 10px 0 0 0;
}




/* ==============Team Styel 04============== */

.team-box1 {
    padding: 30px 30px 20px 30px;
    background-color: #ffffff;
    box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}



.team-box1:before {
    content: "";
    width: 70px;
    height: 70px;
    background-color: #e1e1e1;
    border: none;
    border-radius: 6px;
    position: absolute;
    bottom: 22px;
    right: -40px;
    z-index: 11;
    transform: rotate(50deg);
    transition: all 0.3s ease-in-out;
}
.team-box1:after {
    content: "";
    width: 70px;
    height: 70px;
    border: 2px solid;
    border-color: #e1e1e1;
    border-radius: 6px;
    position: absolute;
    right: -45px;
    bottom: -12px;
    z-index: 10;
    transform: rotate(50deg);
    transition: all 0.3s ease-in-out;
}
.team-box1:hover:before {
    background-color: #fa360a;
}
.team-box1:hover:after {
    border: 2px solid;
    border-color: #ffa996;
}
.team-box1:hover .item-img img {
    transform: scale(1.1);
    filter: grayscale(100%);
}
.team-box1:hover .team-social {
    visibility: visible;
    bottom: -17px;
    opacity: 100%;
}
.team-box1 .item-img {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
.team-box1 .item-img img {
    transform: scale(1);
    transition: all 0.3s ease-in-out;
    filter: grayscale(0%);
}
.team-box1 .team-social {
    z-index: 5;
    position: absolute;
    text-align: center;
    bottom: -20%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    padding: 15px 60px 15px 80px;
    transition: all 0.3s ease-in-out;
    background-color: #fa360a;
}
.team-box1 .team-social li:last-child {
    margin-right: 0;
}
.team-box1 .team-social li a {
    color: #fff;
    font-size: 20px;
    z-index: 5;
    display: block;
    transition: all 0.3s ease-in-out;
}
.team-box1 .team-social li a i {
    transition: all 0.3s ease-in-out;
}
.team-box1 .team-social li a i:hover {
    opacity: 80%;
}
.team-box1 .item-content .item-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

.team-box1 .item-content .item-title a {
    color: #000;
    transition: all 0.3s ease-in-out;
}
.team-box1 .item-content .item-title a:hover {
    color: #fa360a;
}
.team-box1 .item-content .item-subtitle {
    color: #646464;
    font-size: 16px;
    font-weight: 500;
}

.item-img img {
    max-width: 100%;
    height: auto;
}



/* ==============Team Style 05============== */
.team-five {
    padding-bottom: 10px;
}

.member .pic {
    position: relative;
}

.member .pic img {
    width: 100%;
    position: relative;
}

.member .pic .social {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 62%;
    background-color: #ffc107;
    height: 50px;
}

.member .pic .social:before {
    display: block;
    content: " ";
    width: 30px;
    height: 50px;
    background-color: #ffc107;
    position: absolute;
    left: -15px;
    -moz-transform: skewX(30deg);
    -o-transform: skewX(30deg);
    transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    -webkit-transform: skewX(30deg);
    z-index: 1;
    top: 0px;
}

.member .pic .social a {
    display: block;
    width: 30px;
    height: 30px;
    margin: 13px 15px 10px 0px;
    float: right;
    position: relative;
    z-index: 2;
    text-align: center;
}

.member .pic .social a i {
    font-size: 20px;
    line-height: 26px;
    color: black;
}

.member .info {
    text-align: center;
}

.member .info h3 {
    margin: 25px 0 25px 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 35px;
}

.member .info p {
    margin-bottom: 0px;
}

.member .info h3:after {
    content: " ";
    display: block;
    width: 30px;
    height: 3px;
    background-color: #ffc107;
    margin: 22px auto 0 auto;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}


/*==============Team Style 06============== */

.team-six .section-title {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 70px;
}

.team-six .section-title h1 {
    font-size: 40px;
    text-align: center;
    margin: 0;
    color: #ffffff;
    font-weight: 700;
}

.team-six .section-title p {
    font-size: 16px;
    text-align: center;
    margin: 15px 0 0;
    color: #ffffff;
}
.team-six .team-items {
    flex-basis: 100%;
    max-width: 100%;    
    flex-wrap: wrap;
    justify-content: space-around;
}
.team-six .team-items .item {
    transition: all 0.5s ease;
}
.team-six .team-items .item img {
    display: block;
    width: 100%;
    border-radius: 8px;
}

.team-six .team-items .item .inner {
    position: relative;
    z-index: 11;
    padding: 0 15px;
}
.team-six .team-items .item .inner .info {
    background-color: #009688;
    text-align: center;
    padding: 20px 15px;
    border-radius: 8px;
    transition: all 0.5s ease;
    margin-top: -40px;
}
.team-six .team-items .item:hover .info {
    transform: translateY(-20px);
}
.team-six .team-items .item:hover {
    transform: translateY(-10px);
}
.team-six .team-items .item .inner .info h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}
.team-six .team-items .item .inner .info p {
    font-size: 16px;
    font-weight: 400;
    color: #c5c5c5;
    margin: 10px 0 0;
}

.team-six .team-items .item .inner .info .social-links {
    padding-top: 15px;
}

.team-six .team-items .item .inner .info .social-links a {
    display: inline-block;
    height: 32px;
    width: 32px;
    background-color: #ffffff;
    color: #009688;
    border-radius: 50%;
    margin: 0 2px;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    transition: all 0.5s ease;
}

h3.size{
    margin: 0 0 15px 0;
}


/* ==========Responsive Team Style 01========== */

@media (max-width: 991px) {
    .team-two .team-items .item {
        flex-basis: calc(50% - 30px);
        max-width: calc(50% - 30px);
    }
}

@media (max-width: 767px) {
    .team-two .team-items .item {
        flex-basis: calc(100%);
        max-width: calc(100%);
    }
}

@media only screen and (max-width: 768px) {
.team-minimal .single-team-member .img-box {
    width: 235px;
    height: 235px; 
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    } 
}


@media (max-width: 768px) {
    .img-area img {
        display: inline-block;
    }
    
}

/* ==========Responsive Team Style 03========== */
@media only screen and (max-width: 991px) {
    .team-box1 {
        margin-bottom: 0px;
    }
     .team-box1 {
    padding: 10px !important;
    }     
}



/* ==========Responsive Team Style 04========== */

@media only screen and (max-width: 1199px) {
    .team-box1 .team-social {
        padding: 15px 40px;
        text-align: center;
    }
}
@media only screen and (max-width: 479px) {
    .team-box1 .team-social {
        padding: 15px 40px 15px 60px;
    }
}
.team-box1 .team-social li {
    display: inline-block;
    margin-right: 9px;
    text-align: center;
    margin-bottom: 15px;
}
@media only screen and (max-width: 320px) {
    .team-box1 .team-social li {
        margin-right: 7px;
    }
}

@media only screen and (max-width: 991px) {
    .team-box1 .team-social li a {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .team-box1 .team-social li a {
        font-size: 20px;
    }
}
@media only screen and (max-width: 479px) {
    .team-box1 .team-social li a {
        font-size: 18px;
    }
}
@media only screen and (max-width: 320px) {
    .team-box1 .team-social li a {
        font-size: 15px;
    }
}
@media only screen and (max-width: 479px) {
    .team-box1 .item-content .item-title {
        font-size: 20px;
    }
}



/* ==========Responsive Team Style 05========== */

@media screen and (max-width: 767px) {
    .member {
        margin-bottom: 50px;
    }
    .member:last-child {
        margin-bottom: 0px;
    }

}

@media (min-width: 768px) {
    .member {
        margin-bottom: 5px;
    }
    .member:last-child {
        margin-bottom: 0px;
    }   
}

@media (min-width: 992px) {
    .member {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 992px) {
  .member .pic .social {
    
    width: 82%;
}
}

@media screen and (max-width: 600px) {
    .member .pic .social {
    
    width: 60%;
}
}



/* ==========Responsive Team Style 06========== */

@media (max-width: 991px) {
    .team-six .team-items .item {
    }
}

@media (max-width: 767px) {
    .team-six .team-items .item {
        flex-basis: calc(100%);
        max-width: calc(100%);
    }
}



