.contact-info  i{

font-size: 30px;
color: #0e75bc;
text-align: center;
display: block;
margin-top: 25px; 



}

.contact-info  p{

 
text-align: center;
display: block;
 



}




.servicebox {


}




.servicebox  i{

font-size: 80px;
color: #0e76bc;
text-align: center;
display: block;
margin-top: 50px; 

border-radius: 50%;
 padding: 15px;
width: 120px;
height: 120px;
margin-left: auto;
margin-right: auto;
border: 2px solid #0e76bc;

}





.servicebox  i:hover {

 
color: #fff;
background: #0e76bc;
border: 2px solid #0e76bc;
cursor: pointer;

}



.servicebox img {

width: 100%;
overflow: hidden;


}


.spbg01 {

 
background: url("images/bg02.jpg");
margin: 0 -150px; 
padding: 0 150px;  


}




.footer_text_lg p {

	font-size: 18px;
	line-height: 25px;
	margin-bottom: 15px;
	



}
 
.footer_text_lg i {

	font-size: 18px;
	line-height: 25px;
	display: inline;
	padding-right: 10px;
	



}



.service-head-title h6 span {
	font-size: 17px;
	margin-top:  0px!important;
	padding-top:  0px!important;
	
}


.bglighter {
	background: #f4f2f2;
	
	
}


.footer_text_lg li {
	list-style: none;
	line-height: 25px;
	color: #fff;
	padding-left: 10px;
	
}


.footer_text_lg li a {
 
	color: #ffffff!important;
	
}

.blue {
	color: #0e76bc!important;
	
}
 
 
 
 
 
 
 /* NEW MENU */
 
 
 #menu {
		float: right; 
	 
 } 
 

/*Create a horizontal list with spacing*/
 #menu li {
	display:inline-block;
	float: left;
	margin-right: 1px;
}

/*Style for menu links*/
#menu  li a {
	display:block;
    
	height: 30px;
	margin-top: 20px;
	text-align: center;
	line-height: 30px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #005584;
   font-size: 17px;
   font-weight: bold;
	text-decoration: none;
	text-transform : uppercase;
	font-weight: 500;
	padding: 0 17px;
}

 

 

/*Hide dropdown links until they are needed*/
#menu  li ul {
	display: none;
}

/*Make dropdown links vertical*/
#menu  li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
#menu  li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
#menu  ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	background: #0e76bc;
	text-align: center;
	padding: 10px 0;
	display: none;
	width: 150px;
	float: right;
	position: absolute;
	top: 20px;
	right: 10px;
	letter-spacing: 2px;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}


/*Responsive Styles*/

@media screen and (max-width : 760px){
	/*Make dropdown links appear inline*/
	ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
		background: #0e76bc;
		color: #ffffff!important;
		line-height: 30px;
		padding-bottom: 5px;
		padding-top: 0px;
	}
	
	ul li, li a:hover {
 
		color: #505050!important;
 
	}	
	
	
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
}
 
 
.menu-box {
	margin-top: 10px;
	
}
 
 
 
 .g-Warning {
	 padding: 50px 0 ;
	 
	 
 }
 


.g-Warning h4 {
	text-align: left;
	
}

.g-Warning p {
	text-align: left;
	font-style: italic;
	
}









 
 
 