.box_data_testimonial{
	text-align: center;
	padding: 5% 10%;
	background: #71c07f;
}
.box_data_testimonial_content{
    font-family: 'Open Sans';
    font-size: 24px;
    color: #f7f6f2;
    font-weight: 400;
    line-height: 42px;
    font-style: italic;
}
.box_data_testimonial_imgdata{display: flex;}
.img_test{
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    width: 80px !important;
    height: 80px;
    float: right;
    margin-right: 30px;
}
.box_data_testimonial_img{
	width: 53%;
}
.box_data_testimonial_name{
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Open Sans';
    color: #444444;
    margin-bottom: 10px;
    font-weight: bold;
}
.box_data_testimonial_positon{
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans';
    float: left;
}
.owl-carousel .owl-nav > div{position: absolute;top: 30%;}
.owl-carousel .owl-prev{left: 0;}
.owl-carousel .owl-next{right: 0;}
.owl-carousel .owl-prev:after{content:' ';display:block;width:20px;height:20px;border-bottom:2px solid #dddddd;border-left:2px solid #dddddd;-webkit-transform:rotate(40deg);-moz-transform:rotate(40deg);-o-transform:rotate(40deg);-ms-transform:rotate(40deg);transform:rotate(40deg);float:left;}
.owl-carousel .owl-next:after{content:' ';display:block;width:20px;height:20px;border-top:2px solid #dddddd;border-right:2px solid #dddddd;-webkit-transform:rotate(40deg);-moz-transform:rotate(40deg);-o-transform:rotate(40deg);-ms-transform:rotate(40deg);transform:rotate(40deg);float:right;}
.owl-carousel .owl-dot {
    display: inline-block;
}
.owl-carousel .owl-dot span {
    background: none repeat scroll 0 0 red;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 35px 10px 0 7px;
    opacity: 0.5;
    width: 12px;
}
.owl-carousel .owl-dot span:hover {
    background: none repeat scroll 0 0 #fff;
    color: #fff;
}
.nb_recent_blog{
    padding-left: 15%;
    padding-right: 15%;
}
.box_content_netbase_team_nb_post_type2_0, .box_content_netbase_team_nb_post_type2_1{
    overflow: hidden;
    padding-bottom: 45px;
}
.box_content_netbase_team_nb_post_type2_0 .img_post_netbase_team{
    float: left;
    margin-right: 30px;
}
.box_content_netbase_team_nb_post_type2_1 .img_post_netbase_team {
    float: right;
    margin-left: 30px;
}
.box_content_netbase_team_nb_post_type2_1 .content_post_netbase_team{
    text-align: right;
}
.img_post_netbase_team img:hover{
    border: 4px solid #71c07f;
}
.img_post_netbase_team{
	display: block;
	width: 45%;
}
.img_post_netbase_team img{
    padding: 15px;
    border: 4px solid #e1e1e1;
    transition: all 2s;
}
.content_post_netbase_team{
    overflow: hidden;
}
.info_post_netbase_team{
    color: #cccccc;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    font-family: 'Open Sans';
}
.info_post_netbase_team > span:not(:last-of-type){
    padding-right: 20px;
}
.title_post_netbase_team{
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 18px;
    color: #444;
    text-transform: capitalize;
}
.title_post_netbase_team:hover{
    color: #71c07f;
}
.except_post_netbase_team{
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    color: #444;
    line-height: 24px;
}
.read_more_post_netbase_team{
    color: #71c07f;
    text-decoration: underline;
    font-size: 16px;
    font-family:  'Source Sans Pro', sans-serif;
    font-style: italic;
}