@media only screen and (max-width:750px){

	
	.top-of-join-us{
		width:100%;
	}
	
	#join-us-main-body{
		padding-top:60%;
	}
	#serv img{ width:100%; }
	#home-center-contents{
		width:90%;
	}
	#set-icon-footer {
		margin-left:-2%;
	}
	#set-icon-footer .social-icons{
		margin-left:5%;
	}
	#set-icon-footer .social-icons img{
		width:100%;
	}
	
	#services{
		margin-top:25%;
	}
	
	#services .each_{
		width:100%;
		margin-bottom:20%;
	}
	.center_contents{
		width:90%;
	}
	#header-banner{
		background:white;
	}
	.center_contents{
		margin-top:15%;
	}
	
	.inter-page-contents{
		margin-top:-5%;
	}
	#join-us-container-image{
		margin-top:20%;
	}
	#logos img{
		margin:0 auto;
		display:table;
		width:100%;
	}
	#logo{
		display:none;
	}

	#other-header-banner{
		background:white;
	}
	#logos{
		display:none;
	}
	#logos_mobile, #logosmobs{
		display:block;
	}

	#logos_mobile img ,#logosmobs img{
		margin:0 auto;
		display:table;
		width:20%;
	}

	#menus{
		display:none;
	}
	
	#mobile-menus,#mobiles-menus{
		display:none;
		margin-left:-36%;
		width:150%;
	}
	
	#banner-slider{width:100%; margin-left:0%; padding:5% 0% 5% 0%;}
	
	
	#mobile-menus ul li a ,#mobiles-menus ul li a {
		width:100%;
		text-align:center;
		display:block;
		padding:2%
	}
	
	#mobile-menus ul li a:active ,#mobiles-menus ul li a:active{
		color:white;
		background: #1e5799; /* Old browsers */
		background: -moz-linear-gradient(left,  #1e5799 0%, #207cca 51%, #2989d8 62%, #7db9e8 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  #1e5799 0%,#207cca 51%,#2989d8 62%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  #1e5799 0%,#207cca 51%,#2989d8 62%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 */
		-webkit-box-shadow: 1px 7px 13px -3px rgba(0,0,0,0.75);
		-moz-box-shadow: 1px 7px 13px -3px rgba(0,0,0,0.75);
		box-shadow: 1px 7px 13px -3px rgba(0,0,0,0.75);
	}
	#footer #footer-contents{
		width:100%;
		margin-left:0%;
	}
	.footer-list{
		float:none;
		width:100%;
		margin-top:7%;
	}
	#last-footer{
		padding-bottom:15%;
	}
	
	

}

@media only screen and (max-width:550px){
	.titles_{
			padding-top:5%;
			padding-bottom:5%;
	}
}