@charset "utf-8";
/* CSS Document */


@font-face {
    font-family: 'BentonSans';
    src: url('../fonts/BentonSans-CondensedBlack.eot');
    src: url('../fonts/BentonSans-CondensedBlack.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BentonSans-CondensedBlack.woff2') format('woff2'),
        url('../fonts/BentonSans-CondensedBlack.woff') format('woff'),
        url('../fonts/BentonSans-CondensedBlack.ttf') format('truetype'),
        url('../fonts/BentonSans-CondensedBlack.svg#BentonSans-CondensedBlack') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
  font-family: 'BentonSansCond-Light';
  src: url('../fonts/BentonSansCond-Light.eot');
  src: url('../fonts/BentonSansCond-Light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/BentonSansCond-Light.svg#BentonSansCond-Light') format('svg'),
       url('../fonts/BentonSansCond-Light.ttf') format('truetype'),
       url('../fonts/BentonSansCond-Light.woff') format('woff'),
       url('../fonts/BentonSansCond-Light.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}



/*----*/
img {
	border:0px;
	margin-bottom: -7px;
}
a {
	color:#000;
	text-decoration:none;
	cursor:pointer !important;
}
a:hover {
	text-decoration:none;
	color:#ea0008;
}

* :focus {
  outline: none;
}
.imgper img {
	width:100% !important;
	margin-bottom:-7px;
}
.imgper1 {
	width:100% !important;
	margin-bottom:-7px;
}


/*::-webkit-input-placeholder {
    color: #333 !important;
}
::-moz-placeholder { 
    color: #333 !important;
}
:-ms-input-placeholder { 
    color: #333 !important;
}
:-moz-placeholder {  
    color: #333 !important;
}*/

/*-----*/

/*-----------------For All Default Bullets--------------------*/

ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	
}	
ul li	{
	background-position: 5px 12px;
	background-repeat: no-repeat;
	margin:5px 0px 0px 0px;
	padding:0px 0px 5px 25px;
}

.nobullet li {
	background-image:none !important;
	background-position:0px !important;
	background-repeat: no-repeat !important;
	margin:0px !important;
	padding:0px !important;
}

.bullet1 li	{
	background: url(../images/bullet1.png);
	background-position: 5px 8px;
	background-repeat: no-repeat;
	margin:8px 0px 0px 0px;
	padding:0px 0px 8px 25px;
	line-height: 22px;
}

.bullet2 li	{
	/* background: url(../images/bullet3.png); */
	background-position: 5px 7px;
	background-repeat: no-repeat;
	margin:5px 0px 0px 0px;
	padding:0px 0px 5px 25px;
	border: 1px solid;
}

/*---------*/
::selection {
	color:#fff;
	background-color:#ed1c24;
}
::-moz-selection {
	color:#fff;
	background-color:#ed1c24;
}
::-webkit-selection {
	color:#fff;
	background-color:#ed1c24;
}


/*-------For Font Size Custmize----------*/

.tac {
	text-align:center;
}
.tal {
	text-align:left;
}
.tar {
	text-align:right;
}
.textcolor1 {
	color:#18376a;
}
.textcolor2 {
	color:#ed1c24;
}
.textcolor3 {
	color:#fff !important;
}
.textcolor4 {
	color:#fec10b !important;
}
.bgcolor1 {
	background:#f2f2f2;
}
.bgcolor2 {
	background:#ed1c24;
}
.bgcolor3 {
	background:#18376a;
}
.bgcolor4 {
	background:#1e1e1e;
	position: relative;
}
 


/*---*/


.btn1 {
	font-size:16px;
	line-height:26px;
	text-transform: uppercase;
	font-weight: 900;
}
.btn1 a {
	display: inline-block;
	color:#fff;
	background: #ea0008;
	padding: 10px 30px;
	border-radius: 25px;
	transition: all 2s ease;
}
.btn1 a:hover {
	background:#ffc20b;
	color: #000;
}

.btn2 {
	font-size:18px;
	line-height:26px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 0;
}
.btn2 a {
	display: inline-block;
	color:#ea0008;
	background: #fff;
	padding: 10px 20px;
	border-radius: 10px;
	transition: all 2s ease;
}
.btn2 a:hover {
	background:#ffc20b;
	color: #000;
}

.btn3 {
	font-size:18px;
	line-height:26px;
	text-transform: uppercase;
    font-family: 'BentonSans';
	letter-spacing: 0;
}
.btn3 a {
	display: inline-block;
	color:#fff;
	background: none;
	padding: 8px 20px;
	transition: all 2s ease;
	border: 3px solid #fff;
}
.btn3 a:hover {
	background:#ffc20b;
	color: #000;
	border: 3px solid #ffc20b;
}


/*--------------*/

#Arrowfix {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
	z-index:99999999 !important;
    background-color:#ea0008;
    text-indent:-9999px;
    /*display:none;*/
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#Arrowfix span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff
}
#Arrowfix:hover {
   background-color:#000;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

 #loader {
	position: fixed;
	background: url("../images/mainloader.gif") no-repeat center rgba(255,255,255,1);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999999 !important;
}
.loaderhide {
	display: none;
}
