.team[class*='element-'].owl-nav-style-one .owl-nav{
margin-top:20px;
margin-left:15px;
margin-right:15px;
text-align:center;
font-size:0;
}
.team[class*='element-'].owl-nav-style-one .owl-nav > .owl-prev,
.team[class*='element-'].owl-nav-style-one .owl-nav > .owl-next{
display:inline-block;
vertical-align:top;
width:40px;
height:40px;
margin-left:7px;
margin-right:7px;
background-color:initial;
border:1px #f5b315 solid;
text-align:center;
}
.team[class*='element-'].owl-nav-style-one .owl-nav > .owl-prev:before,
.team[class*='element-'].owl-nav-style-one .owl-nav > .owl-next:before{
font-family:"FontAwesome";
font-size:30px;
color:#f5b315;
line-height:36px;
}
.team[class*='element-'].owl-nav-style-one .owl-nav > .owl-prev:before{
content:"\f104";
}
.team[class*='element-'].owl-nav-style-one .owl-nav > .owl-next:before{
content:"\f105";
} .team[class*='element-'].owl-nav-style-two .owl-nav > .owl-prev,
.team[class*='element-'].owl-nav-style-two .owl-nav > .owl-next{
position:absolute;
top:50%;
font-size:0;
transform:translateY(-50%);
-webkit-transform:translateY(-50%);
opacity:0;
visibility:hidden;
transition:all 0.3s ease-in-out;
-webkit-transition:all 0.3s ease-in-out;
}
.team[class*='element-'].owl-nav-style-two:hover .owl-nav > .owl-prev,
.team[class*='element-'].owl-nav-style-two:hover .owl-nav > .owl-next{
opacity:1;
visibility:visible;
}
.team[class*='element-'].owl-nav-style-two .owl-nav > .owl-prev{
left:10px;
}
.team[class*='element-'].owl-nav-style-two:hover .owl-nav > .owl-prev{
left:25px;
}
.team[class*='element-'].owl-nav-style-two .owl-nav > .owl-next{
right:10px;
}
.team[class*='element-'].owl-nav-style-two:hover .owl-nav > .owl-next{
right:25px;
}
.team[class*='element-'].owl-nav-style-two .owl-nav > .owl-prev:before,
.team[class*='element-'].owl-nav-style-two .owl-nav > .owl-next:before{
font-family:"FontAwesome";
font-size:45px;
color:#fff;
line-height:45px;
text-shadow:0px 2px 2px rgba(0,0,0,0.3);
}
.team[class*='element-'].owl-nav-style-two .owl-nav > .owl-prev:before{
content:"\f104";
}
.team[class*='element-'].owl-nav-style-two .owl-nav > .owl-next:before{
content:"\f105";
}  .team[class*='element-'] .owl-dots{
margin-top:20px;
margin-left:15px;
margin-right:15px;
}
.team[class*='element-'].owl-dot-style-one .owl-dots{
text-align:center;
}
.team[class*='element-'].owl-dot-style-two .owl-dots{
text-align:right;
}
.team[class*='element-'] .owl-dots > .owl-dot{
display:inline-block;
vertical-align:top;
}
.team[class*='element-'].owl-dot-style-one .owl-dots > .owl-dot{
margin-left:5px;
margin-right:5px;
}
.team[class*='element-'].owl-dot-style-two .owl-dots > .owl-dot{
margin-left:3px;
margin-right:3px;
}
.team[class*='element-'].owl-dot-style-one .owl-dots > .owl-dot > span{
display:block;
width:12px;
height:12px;
background-color:#f5b315;
border-radius:50%;
transition:all 0.3s ease-in-out;
-webkit-transition:all 0.3s ease-in-out;
}
.team[class*='element-'].owl-dot-style-one .owl-dots > .owl-dot.active > span{
background-color:#90a0c7;
}
.team[class*='element-'].owl-dot-style-two .owl-dots > .owl-dot > span{
display:block;
width:15px;
height:3px;
background-color:#fff;
transition:all 0.3s ease-in-out;
-webkit-transition:all 0.3s ease-in-out;
}
.team[class*='element-'].owl-dot-style-two .owl-dots > .owl-dot.active > span{
background-color:#90a0c7;
} @media screen and (min-width:1200px){
} @media screen and (min-width:992px) and (max-width:1199px){
} @media screen and (min-width:768px) and (max-width:991px){
} @media screen and (min-width:480px) and (max-width:767px){
} @media screen and (min-width:321px) and (max-width:479px){
} @media screen and (max-width:320px){
} .team.element-three{
width:auto;
margin-left:-15px;
margin-right:-15px;
}
.team.element-three .team-item{
padding:0px 15px 0px 15px;
}
.team.element-three:not(.owl-carousel) .team-item{
float:left;
margin-bottom:40px;
}
.team.element-three .team-item .pic{
position:relative;
display:inline-block;
vertical-align:top;
width:100%;
max-width:370px;
}
.team.element-three .team-item .pic > img{
width:100%;
}
.team.element-three .team-item .pic > .pic-background{
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
z-index:1;
background-color:#f9f8f8;
}
.team.element-three .team-item .pic > .pic-main{
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
z-index:2;
background:center top no-repeat;
background-size:cover;
}
.team.element-three .team-item .data{
padding-top:30px;
}
.team.element-three .team-item .data > *:last-child{
margin-bottom:0 !important;
}
.team.element-three .team-item .data .title{
margin-bottom:3px;
font-weight:500;
font-size:16px;
color:#0a0a0b;
line-height:26px;
}
.team.element-three .team-item .data .title a{
color:inherit;
}
.team.element-three .team-item .data .designation{
margin-bottom:16px;
text-transform:uppercase;
font-size:13px;
color:#0a0a0b;
line-height:25px;
}
.team.element-three .team-item .data hr{
margin-bottom:16px;
border-top-color:#dedfdf;
}
.team.element-three .team-item .data .content{
margin-bottom:20px;
}
.team.element-three .team-item .data ul.social{
margin-bottom:5px;
font-size:0;
}
.team.element-three .team-item .data ul.social li{
display:inline-block;
vertical-align:top;
margin-right:7px;
margin-bottom:5px;
}
.team.element-three .team-item .data ul.social li a{
display:block;
width:28px;
height:28px;
border-radius:50%;
text-align:center;
transition:all 0.3s ease-in-out;
-webkit-transition:all 0.3s ease-in-out;
}
.team.element-three .team-item .data ul.social li.facebook a{
background-color:#3b5999;
}
.team.element-three .team-item .data ul.social li.twitter a{
background-color:#55acee;
}
.team.element-three .team-item .data ul.social li.google-plus a{
background-color:#dd4b39;
}
.team.element-three .team-item .data ul.social li.linkedin a{
background-color:#0077B5;
}
.team.element-three .team-item .data ul.social li a i{
font-size:13px;
color:#fff;
line-height:29px;
} @media screen and (min-width:1200px){
} @media screen and (min-width:992px) and (max-width:1199px){
} @media screen and (min-width:768px) and (max-width:991px){ .team.element-three:not(.owl-carousel) .team-item{
width:100% !important;
}
} @media screen and (min-width:480px) and (max-width:767px){ .team.element-three:not(.owl-carousel) .team-item{
width:100% !important;
}
} @media screen and (min-width:321px) and (max-width:479px){ .team.element-three:not(.owl-carousel) .team-item{
width:100% !important;
}
} @media screen and (max-width:320px){ .team.element-three:not(.owl-carousel) .team-item{
width:100% !important;
}
}