
/* responsive css*/

@media (min-width:992px) and (max-width:1199px) {
.single_abouts_img img{
	width:100%;
}


	
	
	
}

/* Tabe Screen Media */

@media (min-width: 769px) and (max-width: 991px){

.single_banner img{
	width:100%;
}
.single_banner_text {
    margin-top: 20%;
}	
.banner{
	background-size:cover;
}	
.apps_downlod a{
	display:inline-block;
	width:48%;
}

.single_abouts_img img{
	width:100%;
}
img{
	max-width:100%;
}
.single_works_text_middel{
	margin-top:10%;
}
.single_works_deatels {
    margin-top: 10%;
}



.main_joine_content .main_joinus a {
    width: 32%;
}
	
	
}

/* Mobile Phone Screen Media */

@media (max-width: 768px){
	
.banner{
	background-size:cover;
}

.single_banner_text {
    margin-top: 15%;
}
	
.single_abouts_img img{
	width:100%;
}	
img{
	max-width:100%;
}	

.main_joine_content .main_joinus a {
    width: 50%;
    display: block;
    margin: 20px auto;
}



	
	
	
}