body{
	margin:0px;
	padding:0px;
	font-family: 'New Rail Alphabet White';
	font-size:14px;
	color:#fff;
	background:#fff;
}
.common-arrow{
	width:auto;
	height:auto;
	background:none;
}
:focus{
	outline:none !important;
}
ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
a{
	text-decoration:none;
	color:inherit;
}
a:hover{
	color:#9b0d0d;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0px;
}
h1{
	font-family: 'New Rail Alphabet White';
	font-size:60px;
	color:#fff;
	letter-spacing:8px;
}
h2{
	font-family: 'New Rail Alphabet bold';
	font-size:30px;
	color:#fff;
	letter-spacing:2px;
}
h3{
    font-family: 'Roboto md';
	font-size:24px;
	color:#9b0d0d;
}
h4{
	font-family: 'New Rail Alphabet White';
	font-size:24px;
	color:#121212;
	letter-spacing: 1.5px;
}

h6{
	font-size:16px;
	color:#fff;
	letter-spacing:6px;
	font-family: 'New Rail Alphabet medium';
}
p{
	font-family: 'New Rail Alphabet White';
	font-size:14px;
	color:#121212;
}
.common-btn{
	max-width:219px;
	text-align:center;
	height:48px;
	font-family: 'New Rail Alphabet medium';
	font-size:12.8px;
	color:#fff;
	line-height:48px;
	border:2px solid #fff;
	border-radius:50px;
	display:inline-block;
	width:100%;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	cursor:pointer;
}
.common-btn:hover{
	background:#9b0d0d;
	color:#fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	border:2px solid #9b0d0d;
}
.red_btn{
	background:#9b0d0d;
	color:#fff;
	border:2px solid #9b0d0d;
}
.red_btn:hover{
	background:transparent;
	color:#9b0d0d;
	border:2px solid #9b0d0d;
}
.black_btn{
	background:#000000;
	color:#fff;
	border:2px solid #000000;
}
.black_btn:hover{
	background:transparent;
	color:#000000;
	border:2px solid #000000;
}
.common-bg{
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
