/* Our Team 10 (Carousel)
-------------------------------------------------- */

.ourteam-owl-carousel-type10 .owl-item .ourteam-item {
    text-align: center;
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 14px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 14px -3px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 45px 0;
    margin-bottom: 15px;
}

.ourteam-owl-carousel-type10 .owl-item .ourteam-item:hover {
    box-shadow: 0 3px 33px -3px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 3px 33px -3px rgba(0, 0, 0, 0.15);
}

.ourteam-owl-carousel-type10 .owl-item .ourteam-item figure {
    border: 4px solid rgba(161, 174, 183, 0.3);
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.ourteam-owl-carousel-type10 .owl-item .ourteam-item figure img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.ourteam-owl-carousel-type10 .owl-item .ourteam-item .t-detail {
    margin: 0 20px;
}

.ourteam-owl-carousel-type10 .owl-item .ourteam-item .t-detail h2 {
    margin: 35px 50px 8px 50px;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 17px;
    color: #353535;
}

.ourteam-owl-carousel-type10 .owl-item .ourteam-item .t-detail h5 {
    font-weight: 400;
    font-size: 14px;
    color: #353535;
}

.ourteam-owl-carousel-type10 .owl-item .ourteam-item .t-content p {
    padding: 20px 30px;
    font-size: 14px;
    color: #666666;
    margin-bottom: 50px;
}

.ourteam-owl-carousel-type10 .owl-item .ourteam-item .t-footer {
    margin: 0 20px;
    text-align: center;
}

.ourteam-owl-carousel-type10 .owl-item .ourteam-item .t-footer a {
    color: #666666;
    margin: 0 14px;
}

.ourteam-owl-carousel-type10 .owl-item .ourteam-item .t-footer a:hover {
    color: #437df9;
}

.ourteam-owl-carousel-type10 .owl-nav .owl-prev {
    -webkit-box-shadow: 0 5px 3px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 5px 3px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0);
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0);
    background-color: #ffffff;
    position: absolute;
    width: 130px;
    height: 55px;
    right: -15%;
    top: 200px;
}

.ourteam-owl-carousel-type10 .owl-nav .owl-next {
    -webkit-box-shadow: 0 5px 3px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 5px 3px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0);
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0);
    background-color: #ffffff;
    position: absolute;
    width: 130px;
    height: 55px;
    right: -15%;
    top: 130px;
}

.ourteam-owl-carousel-type10 .owl-nav .owl-prev>.ol-pre {
    position: absolute;
    color: #cbcbcb;
    font-size: 13px;
    top: 16px;
    left: 80px;
}

.ourteam-owl-carousel-type10 .owl-nav .owl-next>.ol-nxt {
    position: absolute;
    font-size: 13px;
    color: #cbcbcb;
    top: 16px;
    left: 34px;
}

.ourteam-owl-carousel-type10 .owl-nav .owl-prev:after,
.ourteam-owl-carousel-type10 .owl-nav .owl-next:after {
    font-family: "linea-arrows-10";
    position: absolute;
    font-size: 30px;
}

.ourteam-owl-carousel-type10 .owl-nav .owl-prev:after {
    content: "\e066";
    color: #cbcbcb;
    right: 68px;
    top: 16px;
    z-index: 1;
}

.ourteam-owl-carousel-type10 .owl-nav .owl-next:after {
    content: "\e068";
    color: #cbcbcb;
    right: 27px;
    top: 16px;
}

.ourteam-owl-carousel-type10 .owl-nav .owl-prev:hover::after,
.ourteam-owl-carousel-type10 .owl-nav .owl-next:hover::after,
.ourteam-owl-carousel-type10 .owl-nav .owl-prev:hover .ol-pre,
.ourteam-owl-carousel-type10 .owl-nav .owl-next:hover .ol-nxt {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #353535;
}

.ourteam-owl-carousel-type10 .owl-item .ourteam-item .t-footer a i {
    padding: 0;
    background: transparent;
    font-size: 15px;
}

@media (max-width: 991px) {
    .ourteam-owl-carousel-type10 .owl-nav .owl-prev {
        left: -5%;
        top: 50%;
        width: 60px;
        transform: translateY(-50%);
    }

    .ourteam-owl-carousel-type10 .owl-nav .owl-prev:after {
        transform: translateY(-50%);
        left: 18px;
        top: 50%;
    }

    .ourteam-owl-carousel-type10 .owl-nav .owl-next {
        right: -5%;
        top: 50%;
        width: 60px;
        transform: translateY(-50%);
    }

    .ourteam-owl-carousel-type10 .owl-nav .owl-next:after {
        transform: translateY(-50%);
        right: 18px;
        top: 50%;
    }

    .ourteam-owl-carousel-type10 .owl-nav .owl-next>.ol-nxt,
    .ourteam-owl-carousel-type10 .owl-nav .owl-prev>.ol-pre {
        display: none;
    }
}

@media (max-width:767px) {
    .ourteam-owl-carousel-type10 .owl-nav .owl-prev {
        left: -5%;
    }

    .ourteam-owl-carousel-type10 .owl-nav .owl-next {
        right: -5%;
    }
}

@media (max-width:479px) {
    .ourteam-owl-carousel-type10 .owl-nav .owl-prev {
        right: -5%;
    }

    .ourteam-owl-carousel-type10 .owl-nav .owl-next {
        right: -5%;
    }
}