﻿.clients{
	text-align: center;
	margin: 0 0 0 0;
}

.clients h1{
	color: #1fa198;
	font-family: Heebo;
	font-size: 36px;
	font-weight: 400;
	line-height: 36px;
	text-align: right;

	width: 100%;
    margin: 15px 0 40px 0;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #1fa198;
}

.clients .text p{
	margin-bottom: 20px;
	max-width: 880px;
}

.clients .text{
	color: #000;
	font-family: Heebo;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	text-align: right;

	width: 100%;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #d2d2d2;
}

.clients .gallery{
	margin-top: 50px;
	padding: 0 0 0 0;
}

.clients .img-box{
	width: 265px;
	height: 150px;
	margin: 0 0 34px 34px;
	display: inline-block;
}

.clients .img-box:nth-child(4n+4){
	margin: 0 0 34px 0;
}

.clients .img-box img{
	max-width: 265px;
	max-height: 150px;
}
@media only screen and (max-width : 768px) {

	.clients .img-box{
		margin: 0 0 34px 0;
	}
}

.rec{
	text-align: center;
	margin: 0 0 300px 0;
}


.rec h1{
	color: #1fa198;
	font-family: Heebo;
	font-size: 36px;
	font-weight: 400;
	line-height: 36px;
	text-align: right;

	width: 100%;
    margin: 15px 0 40px 0;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #1fa198;
}

.rec .item{
	padding: 20px 0;
	border-bottom: 1px solid #d2d2d2;
}

.rec .item:nth-of-type(2n+2){
	direction: ltr;
}

.rec .img-box{
	width: 15%;
	text-align: center;
	display: inline-block;
	position: relative;
	vertical-align: top;
}

.rec .img-box img{
	display: inline;
    position: relative;
    top: 29px;
	vertical-align: top;
}

.rec .text{
	color: #000;
	font-family: Heebo;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	text-align: right;

	width: 85%;
	display: inline-block;
	direction: rtl;
}

.rec .text p{
	margin-bottom: 20px;
}
@media only screen and (max-width : 768px) {
	.rec .img-box {
		width: inherit;
		text-align: center;
		display: block;
		position: relative;
		margin-bottom: 20px;
	}

	.rec .img-box img {
		display: inline;
		position: relative;
		top: 0;
		vertical-align: top;
	}

}
