.our_clients {
	float: right;
	width: 100%;
}
.our_clients_items_container {
	width: 100%;
	float: left;
	margin-top: 30px;
}
#carusel3 {
	width: 100%;
	float:right;
}
.clients_item {
	float: right;
	margin-bottom: 1%;
	margin-left: 1%;
	margin-right: 0%;
	box-sizing: border-box;
	display: inline-block;
	padding: 7px;
}
.clients_item_img {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	margin: 0%;
	padding: 3px;
	box-sizing:border-box;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    background-color:#fff;
    border: 3px solid #dedede
}
.clients_item_img img {
	float: right;
	width: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.our_clients_item_name {
	display: block;
	float: right;
	width: 100%;
	float: right;
	text-align: center;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	direction: rtl;
	line-height: 1.3em;
}
.clients_item_sep {
	clear: none;
	float: right;
	width: 89.0217%;
	max-width: 1170px;
	padding-left: 0.4891%;
	padding-right: 0.4891%;
	margin: auto;
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media (min-width: 1438px) {
.our_clients {
	padding-top: 70px;
	padding-bottom: 70px;
}
#carusel3 .item3 {
	display: inline-block;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	text-align:center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-sizing: border-box;
	padding: 10px;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.our_clients {
	padding-top: 50px;
	padding-bottom: 50px;
}
#carusel3 .item3 {
	display: inline-block;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	text-align:center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-sizing: border-box;
	padding: 10px;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media (max-width: 768px) and (min-width: 659px) {
.our_clients {
	padding-top: 30px;
	padding-bottom: 30px;
}
#carusel3 .item3 {
	display: inline-block;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	text-align:center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-sizing: border-box;
	padding: 10px;
}
}
/* Media Queries for Tablet
-------------------------------------------------------------- */
@media all and (max-width: 658px) and (min-width: 481px) {
.our_clients {
	padding-top: 30px;
	padding-bottom: 30px;
}
#carusel3 .item3 {
	display: inline-block;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	text-align:center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-sizing: border-box;
	padding: 10px;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media (max-width: 480px) and (min-width: 319px) {
.our_clients {
	padding-top: 30px;
	padding-bottom: 30px;
}
#carusel3 .item3 {
	display: inline-block;
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	text-align:center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-sizing: border-box;
	padding: 10px;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media (max-width: 320px) {
.our_clients {
	padding-top: 30px;
	padding-bottom: 30px;
}
#carusel3 .item3 {
	display: inline-block;
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	text-align:center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-sizing: border-box;
	padding: 10px;
}
}