section.sec {

    padding: 100px 0px;

    position: relative;

}

.bg-gradient {

    background: linear-gradient(225.35deg,#c93c3e 0,#FB4541 100%);

}

.sm-title {

}

.title, .title h3 {

    font-size: 22px;

    color: #2b4d7a;

    font-weight: 700;

    line-height: 1.2em;

}

.sm-title h3 {

    margin-bottom: 20px;

}

.title, .title h3 {

    font-size: 22px;

    color: #2b4d7a;

    font-weight: 700;

    line-height: 1.2em;

}

.owl-nav .owl-prev, .owl-nav .owl-next {

    top: 40%;

    position: absolute;

    border-radius: 40px !important;

    color: #ffffff;

    width: 40px;

    height: 40px;

    text-align: center;

}

.owl-nav .owl-prev {

    left: -5%;

}

.owl-nav .owl-next {

    right: -5%;

}

#staff .owl-nav .owl-prev i, .owl-nav .owl-next i {

    color: #fff;

    font-size: 20px;

    position: relative;

    left: 0px;

}



.team {
    vertical-align:top;
    display:inline-block;
    /* width:calc(410% / 5); */
    margin-top:55px;
    padding:0 5px;
}

.team-thumb-bg {

    position:relative;

    padding:15px;

    background:url("../images/gradient-06.png") center top no-repeat;

    transition:0.2s;

}

	

.square {

    box-sizing: content-box;

	    display:block;

    vertical-align: middle;

    text-align: center;

}

	

	



.team-thumb {

    z-index:1;

    position:relative;

    overflow:hidden;

    margin-bottom:25px;

}

.team:hover .team-thumb-bg {

    -webkit-transform:scale(1.1);

    -ms-transform:scale(1.1);

    transform:scale(1.1);

}



.team-thumb img {

    max-width:100%;

    height:auto;

    border-radius:50%;	

}





@media only screen and (max-width:767px) {

	 .team {

        display:block;

        width:100%;

        border-bottom:2px solid #EBEBE5;

        margin-top:0;

        margin-bottom:20px;

        padding:0 0 20px 0;

    }

    .team-thumb-bg {

        padding:0;

        background:none;

        width:80px;

        height:80px;

        display:inline-block;

        vertical-align:middle;

    }



}	



.team h3 {
    text-align: center;
    margin-bottom: 5px;
    font-size: 25px;
    color: #ffffff;
}

.team h5 {
    text-align: center;
    margin-bottom: 5px;
    font-size: 16px;
    color: #ffffff;
    padding: 0 12px;
}

.team p {
    line-height: 1.4;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin: 10px 0;
    padding: 0 10px;
}



.team2 {

    vertical-align:top;

    display:inline-block;

    width:calc(100% / 5);

    margin-top:55px;

    padding:0 5px;

}



.team2:hover .team-thumb-bg {

    -webkit-transform:scale(1.1);

    -ms-transform:scale(1.1);

    transform:scale(1.1);

}







@media only screen and (max-width:767px) {

	 .team2 {

        display:block;

        width:100%;

        border-bottom:2px solid #EBEBE5;

        margin-top:0;

        margin-bottom:20px;

        padding:0 0 20px 0;

    }





}	



.team2 h3 {

    text-align: center;

    margin-bottom: 5px;

    font-size: 22px;

    color: #000000;

}

.team2 h5 {

    text-align: center;

    margin-bottom: 5px;

    font-size: 16px;

    color: #000000;

	padding: 0 12px;

}

.team2 p {

    line-height: 1.4;

    font-size: 16px;

    color: #343a40;

    text-align: center;

    margin: 10px 0;

	padding: 0 10px;

}







