/*-- Collections --*/
.collection-agileits{
	padding:50px 0px;
}
.collection-left, .collection-right {
	padding: 0;
}

.collection-grid {
	padding: 0;
	height: 348.5px;
}

.collection-text {
	background-color: #3896e1;
	text-align: center;
	padding-top: 35px;
}

.collection-text img {
	width: 50px;
}

.collection-text h3 {
	color: #FFF;
	margin: 30px 0 20px;
}

.collection-text p {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 30px;
    padding: 0 35px;
}
.collection-left{
	background-size: cover;
	min-height: 700px;
	background-image: url(../images/c1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.collection-grid.collection-image.collection-grid-2 {
	background-size: cover;
	background-image: url(../images/c4.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.collection-grid.collection-image.collection-grid-4 {
    background: url(../images/c3.jpg) no-repeat 0px 0px;
	background-size:cover;
}
.collection-grid.collection-image.collection-grid-6 {
    background: url(../images/c2.jpg) no-repeat right bottom;
	background-size:cover;
}
/*-- //Collections --*/
