/**** Inner Page ***/
.inner_head_content {
	float:left;
	width:100%;
	background:#fbfbfb;
	padding:5px 0 5px 0;
	position:fixed;
	z-index:100;
}	
.inner_one {
	float:left;
	width:100%;
}	
/**** Inner Page ***/

/*** Contact Us Page ***/
.inner_contact_us {
	float:left;
	width:100%;
	background:#333333;

}
.inner_contact_us h1 {
	float:left;		
	font-size:40px;
	color:#b1b1b1;
font-family: 'Didact Gothic', sans-serif;
  width:100%;
  text-align:center;
	padding:8% 0 3% 0;
 }
 
 

	

.contact_data_one {
	float:left;
	width:100%;
	padding-top:3%;
}
.contact_data_content {
	float:left;
	width:32%;
}
.contact_data_content img {
	float:left;
	padding:0 0 0 25%;
}	
.contact_data_content h2 {
	float:left;		
	font-size:25px;
	color:#1f2732;
 font-family: 'Karla', sans-serif;
  width:100%;
  text-align:center;
  padding:5% 0 3% 0;
 }
 .contact_data_content h6 {
	float:left;		
	font-size:18px;
	color:#959595;
font-family: 'Istok Web', sans-serif;
  width:90%;
  font-weight:normal;
  text-align:center;
    padding:0 0 3% 0;
	
 }	
 
 .page_contact_main {
 	float:left;
	width:100%;
	  padding:2% 0 2% 0;
}
.contact_map_content {
	float:left;
	width:100%;
		  padding:2% 0 2% 0;
}			
/*** Contact Us Page ***/

/*** Services Page ***/
.service_main_content {
	float:left;
	width:100%;
	padding:3% 0 3% 0;
}
.service_one_content {
	float:left;
	width:32%;
	background:#f4f4f5;
	margin-left:1%;
	margin-top:1%;
	margin-bottom:1%;
	padding-bottom:2%;
	height:480px;
}
.service_one_content img {
	float:left;
	padding:0 0 0 0;
}	
.service_one_content h1 {
	float:left;		
	font-size:20px;
	color:#1f2762;
font-family: 'Julius Sans One', sans-serif;
  width:100%;
  text-align:center;
  padding:5% 0 3% 0;
 }
 .service_one_content h6 {
	float:left;		
	font-size:18px;
	color:#7f7f7f;
font-family: 'Tajawal', sans-serif;
font-weight:normal;
  width:100%;
  text-align:center;
    padding:0 0 3% 0;
	
 }
 .service_one_content a {
 	float:left;		
	font-size:14px;
	color:#ff497c;
font-family: 'Didact Gothic', sans-serif;
  width:100%;
  text-align:center;
    padding:0 0 0 0;
 }
  .service_one_content a:hover {
  	color:#000000;
}				

/*** Services Page ***/

/*** Responsive ***/
@media only screen and (min-width:240px) {
.service_one_content {
	width:97%;
}
}
@media only screen and (min-width:320px) {
.contact_data_content {
	width:100%;
}
.service_one_content {
	width:97%;
}
@media only screen and (min-width:400px) {
.contact_data_content img {
	padding-left:30%;
}
.contact_data_content h6 {
	width:98%;	
}
.service_one_content {
	width:85%;
	margin-left:8%;
}
}

@media only screen and (min-width:460px) {
.contact_data_content img {
	padding-left:32%;
}
.service_one_content {
	width:74%;
	margin-left:13%;
}
}

@media only screen and (min-width:500px) {
.contact_data_content img {
	padding-left:35%;
}
.service_one_content {
	width:68%;
	margin-left:16%;
}
}
@media only screen and (min-width:560px) {
.service_one_content {
	width:60%;
	margin-left:18%;
}
}
@media only screen and (min-width:600px) {
.contact_data_content img {
	padding-left:37%;
}
.service_one_content {
	width:49%;
	margin-left:1%;
}
}
@media only screen and (min-width:720px) {
.contact_data_content img {
	padding-left:39%;
}
.service_one_content {
	width:45%;
	margin-left:3%;
	margin-bottom:2%;
}
}

@media only screen and (min-width:768px) {
.service_one_content {
	width:43%;
	margin-left:4%;
	margin-bottom:2%;
}
}
@media only screen and (min-width:800px) {
.contact_data_content {
	width:32%;
}
.contact_data_content img {
	padding-left:16%;
}
.contact_data_content h6 {
	width:90%;	
}
.service_one_content {
	width:32%;
	margin-left:1%;
	margin-bottom:0;
}
}

@media only screen and (min-width:900px) {
.contact_data_content img {
	padding-left:20%;
}
}
@media only screen and (min-width:980px) {
.contact_data_content img {
	padding-left:25%;
}
}
/*** Responsive ***/