.testimonials_home_region_id_page {
	float: right;
	width: 100%;
}
.testimonials_home_items {
	float: right;
	width: 100%;
}
#carusel2 .item2 {
	display: inline-block;
	margin-right: 20px;
	margin-left: 20px;
	background-color: #fff;
	text-decoration:none !important;
	padding: 40px 20px 40px 20px;
	box-sizing:border-box;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.testimonials_home_item {
	float: right;
	display: inline-block;
	position:relative;
	box-shadow: 0px 0px 24px 0 rgba(32, 47, 57, 0.1);
	padding: 0px;
	box-sizing:border-box;
	background-color:#fff;
}
.testimonials_home_item_name {
	box-sizing: border-box;
	overflow:hidden;
	margin-top: 10px
}
.testimonials_home_item_content {
	box-sizing: border-box;
	overflow:hidden;
}
.testimonials_home_item_role {

}
.testimonials_home_item_img {
	float: right;
	width: 100px;
	margin-left:calc(50% - 50px);
	margin-right:calc(50% - 50px);
	margin-bottom: 20px;
}
.testimonials_home_item .imageStyle {
	float: right;
	display: inline-block;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	visibility: visible;
}
.testimonials_home_item img {
	-webkit-transition: all 0.90s ease-in-out;
	-moz-transition: all 0.90s ease-in-out;
	-o-transition: all 0.90s ease-in-out;
	-ms-transition: all 0.90s ease-in-out;
	transition: all 0.90s ease-in-out;
	display: inline-block;
	width: 100%;
	max-width: 100%;
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	border-radius: 0%;
}
.testimonials_home_item_btn_container {
	text-align: center;
	width: 80px;
	float: right;
	margin-right: calc(50% - 40px);
	margin-left: calc(50% - 40px);
	margin-bottom: 20px;
	margin-top:0px;
}
.testimonials_btn {
	width: 100%;
	float: none;
	font-size: 17px;
	font-weight: 400;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 8px;
	cursor: pointer;
	direction: rtl;
	box-sizing: border-box;
	color: #fff;
	background-color: #2dc0f0;
	text-decoration:none;
}
.testimonials_btn:hover {
	color: #fff;
	background-color: #218fa7;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
    background-position: left center;
    background-color: transparent;
    display: inline-block;
    zoom: 1;
    width: 50px;
    height: 50px;
    display: inline;
    font-size: 0px;
    filter: Alpha(Opacity=50);
    opacity: 1;
    position: absolute;
    left: -4%;
    top: 35%;
    background-image: url('../../images/System/carusel_arrow_left.png');
    background-repeat: no-repeat;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
    background-position: right center;
    background-color: transparent;
    display: inline-block;
    zoom: 1;
    width: 50px;
    height: 50px;
    display: inline;
    font-size: 0px;
    filter: Alpha(Opacity=50);
    opacity: 1;
    position: absolute;
    right: -4%;
    top: 35%;
    background-image: url('../../images/System/carusel_arrow_right.png');
    background-repeat: no-repeat;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
	background-color: transparent !important;
	color: #fff;
}
.testimonials_stars {
	float: right;
	width: 100%;
	margin-bottom:10px;
	text-align:center;
	display:inline-block;
}
.testimonials_stars i {
	float: none;
	width: auto;
	text-align:center;
	color:#d71921;
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media (min-width: 1438px) {
.testimonials_home_section {
    float: left;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 60px;
	padding-bottom: 60px;
}
.testimonials_home_items {
	padding-top: 30px;
}
.region_id_item {
	width: 31.3%;
	float:right;
	display: inline-block;
	margin-left: 2%;
	margin-bottom: 2%;
	background-color: #fff;
	text-decoration:none !important;
}
.region_id_item:nth-of-type(3n) {
	margin-left: 0;
}
.testimonials_title_container {
	float: right;
	width: 100%;
}
.testimonials_home_item_content {
	height: 190px;
}
.item2 .content {
	height: 190px;
	overflow: hidden;
	visibility: visible;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.testimonials_home_section {
    float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 50px;
}
.testimonials_home_items {
	padding-top: 30px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
    display: none;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
    display: none;
}
.region_id_item {
	width: 31.3%;
	float:right;
	display: inline-block;
	margin-left: 2%;
	margin-bottom: 2%;
	background-color: #fff;
	text-decoration:none !important;
}
.region_id_item:nth-of-type(3n) {
	margin-left: 0;
}
.testimonials_title_container {
	float: right;
	width: 100%;
}
.testimonials_home_item_content {
	height: 170px;
}
.item2 .content {
	height: 190px;
	overflow: hidden;
	visibility: visible;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media (max-width: 768px) and (min-width: 659px) {
.testimonials_home_section {
    float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.testimonials_home_items {
	padding-top: 30px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
    display: none;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
    display: none;
}
.region_id_item {
	width: 47.5%!important;
	float: right;
	display: inline-block;
	margin-left: 5%;
	margin-bottom: 5%;
	background-color: #fff;
	text-decoration:none !important;
}
.region_id_item:nth-of-type(2n) {
	width: 47.5%;
	float: right;
	margin-left:0;
}
.testimonials_title_container {
	float: right;
	width: 100%;
}
.testimonials_home_item_content {
	height: 160px;
}
.item2 .content {
	height: 190px;
	overflow: hidden;
	visibility: visible;
}
}
/* Media Queries for Tablet
-------------------------------------------------------------- */
@media all and (max-width: 658px) and (min-width: 481px) {
.testimonials_home_section {
    float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.testimonials_home_items {
	padding-top: 30px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
    display: none;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
    display: none;
}
.region_id_item {
	width: 47.5%!important;
	float: right;
	display: inline-block;
	margin-left: 5%;
	margin-bottom: 5%;
	background-color: #fff;
	text-decoration:none !important;
}
.region_id_item:nth-of-type(2n) {
	width: 47.5%;
	float: right;
	margin-left:0;
}
.testimonials_title_container {
	float: right;
	width: 100%;
}
.testimonials_home_item_content {
	height: 160px;
}
.item2 .content {
	height: 190px;
	overflow: hidden;
	visibility: visible;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media (max-width: 480px) and (min-width: 319px) {
.testimonials_home_section {
    float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 40px;
}
.testimonials_home_items {
	padding-top: 20px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
    display: none;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
    display: none;
}
.region_id_item {
	width: 100%!important;
	float: right;
	display: inline-block;
	margin-left: 0;
	margin-bottom: 20px;
	background-color: #fff;
	text-decoration:none !important;
}
.testimonials_title_container {
	float: right;
	width: 100%;
	box-sizing:border-box;
	padding-right:15px;
	padding-left:15px;
}
.testimonials_home_item_name {
	box-sizing: border-box;
	font-size:24px!important;
	line-height:1.1em!important;
	margin-top: 15px;
	margin-bottom:15px;
	height:auto;
}
.owl-controls {
	display: block!important;
}
.testimonials_home_item_content {

}
#carusel2 .item2 {
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #fff;
	text-decoration:none !important;
	padding:20px;
	box-sizing:border-box;
}
.item2 .content {

}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media (max-width: 320px) {
.testimonials_home_section {
    float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 40px;
}
.testimonials_home_items {
	padding-top: 20px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
    display: none;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
    display: none;
}
.region_id_item {
	width: 100%!important;
	float: right;
	display: inline-block;
	margin-left: 0;
	margin-bottom: 20px;
	background-color: #fff;
	text-decoration:none !important;
}
.testimonials_title_container {
	float: right;
	width: 100%;
	box-sizing:border-box;
	padding-right:15px;
	padding-left:15px;
}
.testimonials_home_item_name {
	box-sizing: border-box;
	font-size:24px!important;
	line-height:1.1em!important;
	margin-top: 15px;
	margin-bottom:15px;
	height:auto;
}
.owl-controls {
	display: block!important;
}
.testimonials_home_item_content {

}
#carusel2 .item2 {
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #fff;
	text-decoration:none !important;
	padding:20px;
	box-sizing:border-box;
}
.item2 .content {

}
}