* {
	outline: none !important;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
	color: #345f99;
}
ul {
	padding: 0;
	list-style-type: none;
	margin-bottom: 0px;
}
section {
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
h1{
 font-family: 'New Rail Alphabet White';
 font-size:27px;
 color:#ffffff;
 position:relative;
}
h1:before{
	content: "";
	width:15px;
	height:2px;
	background:#395281;
	position:absolute;
	left:0px;
	bottom:-10px;
}
h2{
 font-family: 'New Rail Alphabet White';
 font-size:27px;
 color:#121212;
}
h2 span{
	position:relative;
}
h2 span:before{
	content: "";
	width:15px;
	height:2px;
	background:#395281;
	position:absolute;
	left:0px;
	bottom:-10px;
}
h3{
	font-family: 'New Rail Alphabet White';
	font-size:24px;
	color:#121212;
	position:relative;
}
h4{
	font-size:22px;
	font-family: 'New Rail Alphabet Medium';
	color:#121212;
}
h6{
	font-size:14px;
	font-family: 'New Rail Alphabet Medium';
	color:#121212;
}
p{
	font-family: 'New Rail Alphabet White';
	font-size:14px;
	color:#121212;
}
.common_bg_styl {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.common_slider_arrow {
	background: none !important;
	outline: none !important
}
.common_button{
	font-size:14px;
	font-family: 'New Rail Alphabet Medium';
	color:#ffffff;
	max-width:328px;
	/*padding:17px;*/
	background:#395281;
	width:100%;
	cursor:pointer;
	-webkit-transition: all 1.5s; 
	transition: all 1.5s;
	border:none;
	height: 50px;
	line-height: 50px;
	display: inline-block;
    text-align: center;
    text-transform: uppercase;
}
.common_button:hover{
	background:#121212;
	color:#ffffff;
	-webkit-transition: all 1.5s; 
	transition: all 1.5s;
}

#menu{display:none;}
.mm-current{display:block !important;}
.cursor
{
	cursor:pointer;
}

.common_slider_arrow img{
	width: 15px;
    height: 15px;
}