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:#f25f40;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0px;
}
h1{
    font-family: 'BentonSansRegular';
	font-size:48px;
	color:#fff;
	letter-spacing:2px;
}
h2{
    font-family: 'BentonSansRegular';
	font-size:40px;
	color:#121212;
	letter-spacing:1px;
}
h3{
	font-size:30px;
	color:#fff;
	font-family: 'BentonSans Bold';
}
h4{
	font-size:24px;
	color:#fff;
	font-family: 'BentonSans Bold';
}
h5{
	font-size:22px;
	color:#121212;
	font-family: 'BentonSans medium';
}
h6{
	font-size:17px;
	color:#121212;
    font-family: 'BentonSans light';
}
p{
	font-family: 'New Rail Alphabet White';
	font-size:14px;
	color:#333333;
	text-align:justify;
	line-height: 22px;
}
.common-btn{
	max-width:212px;
	text-align:center;
    font-family: 'BentonSans Bold';
	font-size:14px;
	color:#fff;
	display:inline-block;
	width:100%;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	cursor:pointer;
	background-color:#f25f40;
	border:2px solid #f25f40;
	letter-spacing: 0.75px;
	height:45px;
	line-height:45px;
}

.common-btn:hover{
	background:transparent;
	color:#fff;
	border:2px solid #fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.border-btn:hover{
	background:transparent;
	border:2px solid #f25f40;
	color:#f25f40;
}

.white-border{
	background:transparent;
	color:#fff;
	border:2px solid #fff;
}
.white-border:hover{
	background:#f25f40;
	border:2px solid #f25f40;
	color:#fff;
}
.common-bg{
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
