
/* 1601 - 1920 */
@media (max-width:1920px){	

}

/* 1369 - 1600 */
@media (max-width:1600px){	

}

/* 997 - 1368 */
@media (max-width:1368px){
	.works-tabs{
		margin-left: 0;
	}

	.works-wrap-item{
		width: 30%;
	}

	.works-wrap-item img{
		width: 100%;
		display: block;
	}

	.contributor{
		margin-top: 50px;
	}
}

/* 721 - 996 */
@media (max-width:996px){
	.secton-title-heading{
		font-size: 25px;
	}

}

/* 577 - 720 */
@media (max-width:720px){
	.hero{
		width: 100%;
		height: 450px;
		position: relative;
		top: 0;
		margin-top: 50px;
	}

	.vh-dependent{
		height: auto;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;	
	}

	.service-list-left{
		margin-left: 0;
	}

	.about-title{
		margin-top: 50px;
	}

	.collage{
		width: 100%;
		position: relative;
	}

	.easy{
		margin-left: 0;
	}

	.works,.testimonials,.clients{
		margin-top: 183px;
	}

	.contributor-carousel .owl-nav{
		margin-top: 40px;
	}
}

/* 0 - 576 */
@media (max-width:576px){
	.works-wrap-item{
		width: 100%;
	}

	.clients-row{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		text-align: center;

	}

	.clients-row-item{
		margin-bottom: 30px;
	}

.clients-row {
    margin-top: 60px;
    margin-bottom: 65px;
	}

	.works-tabs{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}

	.works-tabs-item{
		margin-bottom: 30px;
	}
}

/*@media screen and (min-width: 320px) and (max-width: 479px) {}*/