@media (min-height: 1024px) and (min-width: 580px) { 
	
}

@media (min-height: 1280px) and (min-width: 580px) { 
	
}  
 
@media all and  (max-width : 1280px) {
	
}

@media (min-height: 1900px) and (min-width: 900px) { 
	
}

/* iPads (portrait and landscape) ----------- */
@media all and  (max-width : 1199px) {

	.header-text > span {
		font-size:23px;
	}
	
	.section-services .title{
		font-size:22px;
	}
	
	.section-services .service-desc{
		font-size:12px;
	}
	
	.logo-section{
		height:117px;
	}
	.logo-section > div {
		margin-left:30px;
	}

}

@media all and (min-width : 736px) and (max-width : 1199px) and (orientation: landscape) {
	.header-text > span {
		font-size:30px;
	}

	
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (max-width : 767px) {
/* Styles */
	.logo-section > div {
		margin-left:0px;
	}

	.logo-section img {
		width:220px;
	}
	
	.projects .logo img {
		width:290px;
	}
	
	.section-services .title {
		font-size:20px;
	}
	
	.header-text > span {
		font-size:17px;
	}

	.section-services .title {
		font-size:15px;
	}
	
	.section-partners .title {
		font-size:21px;
	}
	
	.logo-section .since{
		margin-left: 100px;
	}
	
	.carousel-control img{
		top:30% !important;
	}
	
	.experience-section .title{
		font-size:14px;
	}
	.experience-section .title-ara{
		font-size:18px;
	}
}

@media screen and (min-width : 600px) and (max-width : 640px){
	
}

@media screen and (orientation: landscape) and (max-width : 767px){

	

}

	
/************************** MOBILE CSS ***********************/
/*@media screen and (min-width : 999px) and (max-width : 1199px){
	.navbar-default .navbar-nav > li > a{
		margin: 0px 24px;
		font-size: 13px;
	}
	
}*/