
/*this is style  menu*/
.ma-titles{
    border-top:1px solid #337ab7;
    position: relative;
    margin-top:25px;
	
}
#ma-title-one{
    position: absolute;
    top: -36px;
    right: 0;
    z-index: 999;
    background:#fff;
    padding-left:15px;
    color:#337ab7;
	font-size: 20px;
}
#ma-title-one1{
position: absolute;
top: -16px;
left: 0;
z-index: 999;
background: #fff;
padding-right: 15px;
color: #337ab7;
font-size: 13px;
}
.ma-titles h2{
    font-size:17px;
}
.ma-titles h3{
    font-size:20px;
}
.ma-content{text-align:justify;}
.ma-contact-part{
    border-top:2px solid #337ab7;
    border-bottom:2px solid #337ab7;
    padding:30px 0;
    margin:15px 0;
	width: 100%;
	float: right;
}
.ma-contact-part hr{margin-top: 10px;margin-bottom: 10px;}
.ma-item-contact span:first-child{
    font-size:25px;
    color:#00306e;
    margin-left:8px;
}
.ma-item-contact span i{font-size:20px;}
.ma-item-contact span:nth-child(2){
  font-size:15px;
}
.ma-item-contact p{
    font-size:15px;
    line-height:24px;
    margin-top:	0;
}
.ma-image-contact {
    border:1px solid #337ab7;
    padding:8px;
}
.ma-image-contact figure img{
    max-width:200px;

    height: auto;
}
.bg-white{
	background-color:#fff;
}
