.testimonials_home_region_id_page {
	float: right;
	width: 100%;
}
#carusel2 .item2 {
	width: calc(100% - 30px);
    display: inline-block;
	background-color: #ffffff;
	text-decoration:none !important;
	padding: 30px 30px 20px 30px;
	box-sizing: border-box;
	position:relative;
    border-radius: 5px;
    margin-left:15px;
    margin-right: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-bottom: 5px
}
.testimonials_home_item_content {
	box-sizing: border-box;
	overflow:hidden;
}
.testimonials_home_item_role {

}
.testimonials_home_item_img {
	float: right;
	width: 50px;
	height: 50px;
	margin-left:calc(50% - 25px);
	margin-right:calc(50% - 25px);
	margin-bottom: 10px;
	background-color:#fff;
	border-radius:50%;
	box-sizing:border-box;
	padding:0px;
	border-bottom: 0px solid #d0dbcc
}
.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: #21a0da;
	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: -30px;
    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: -30px;
    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:#f6c460;
}
.testimonials_img_shape {
	float: right;
	width: 100%;
    position:absolute;
    bottom:0;
    left:0;
}
.testimonials_back {
    float: left;
	width: 100%;
}


/* Media Queries for Desktop
---------------------------------------------------------------*/
@media (min-width: 1438px) {
.testimonials_home_section {
    float: left;
	width: 100%;
}
.testimonials_back {
	padding-top: 90px;
	padding-bottom: 90px;
}


.testimonials_home_items {
	float: right;
	width: 100%;
    margin-left: 0;
    margin-right: 0;
    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: 320px;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.testimonials_home_section {
    float: left;
	width: 100%;
}
.testimonials_back {
	padding-top: 70px;
	padding-bottom: 60px;
}
.testimonials_home_items {
	float: right;
	width: 100%;
    margin-left:0;
    margin-right:0;
    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;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media (max-width: 768px) and (min-width: 481px) {
.testimonials_home_section {
    float: left;
	width: 100%;
}
.testimonials_back {
	padding-top: 40px;
	padding-bottom: 40px;
}
.testimonials_home_items {
	float: right;
	width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 10px;
}
.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: 100px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
    display: none;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
    display: none;
}
#carusel2 .item2 {
	padding: 20px;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media (max-width: 480px) and (min-width: 319px) {
.testimonials_home_section {
    float: left;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}
.testimonials_back {
	padding-top: 30px;
	padding-bottom: 0px;
}
.testimonials_home_items {
	float: right;
	width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 20px;
}
.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: auto;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
    display: block;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
    display: block;
}
#carusel2 .item2 {
	padding: 20px;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    width: 40px;
    height: 40px;
    left: -15px;
    top: 35%;
	background-size:40px
}
.owl-theme .owl-controls .owl-buttons .owl-next {
    width: 40px;
    height: 40px;
    right: -15px;
    top: 35%;
	background-size:40px
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media (max-width: 320px) {
.testimonials_home_section {
    float: left;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}
.testimonials_back {
	padding-top: 30px;
	padding-bottom: 30px;
}
.testimonials_home_items {
	float: right;
	width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 10px;
}
.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: auto;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
    display: block;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
    display: block;
}
#carusel2 .item2 {
	padding: 20px;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    width: 40px;
    height: 40px;
    left: -15px;
    top: 45%;
	background-size:40px
}
.owl-theme .owl-controls .owl-buttons .owl-next {
    width: 40px;
    height: 40px;
    right: -15px;
    top: 45%;
	background-size:40px
}
}