@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: 'Conv_bentonsans-regular';
	src: url('../fonts/bentonsans-regular.eot');
	src: local('☺'), url('../fonts/bentonsans-regular.woff') format('woff'), 
		url('../fonts/bentonsans-regular.ttf') format('truetype'), 
		url('../fonts/bentonsans-regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_BentonSans-Medium';
	src: url('../fonts/BentonSans-Medium.eot');
	src: local('☺'), url('../fonts/BentonSans-Medium.woff') format('woff'), 
		url('../fonts/BentonSans-Medium.ttf') format('truetype'), 
		url('../fonts/BentonSans-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_BentonSans-Black';
	src: url('../fonts/BentonSans-Black.eot');
	src: local('☺'), url('../fonts/BentonSans-Black.woff') format('woff'), 
		url('../fonts/BentonSans-Black.ttf') format('truetype'), 
		url('../fonts/BentonSans-Black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_BentonSans-Bold';
	src: url('../fonts/BentonSans-Bold.eot');
	src: local('☺'), url('../fonts/BentonSans-Bold.woff') format('woff'), 
		url('../fonts/BentonSans-Bold.ttf') format('truetype'), 
		url('../fonts/BentonSans-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_BentonSans-Book';
	src: url('../fonts/BentonSans-Book.eot');
	src: local('☺'), url('../fonts/BentonSans-Book.woff') format('woff'), 
		url('../fonts/BentonSans-Book.ttf') format('truetype'), 
		url('../fonts/BentonSans-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_BentonSans-Light';
	src: url('../fonts/BentonSans-Light.eot');
	src: local('☺'), url('../fonts/BentonSans-Light.woff') format('woff'), 
		url('../fonts/BentonSans-Light.ttf') format('truetype'), 
		url('../fonts/BentonSans-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



/*----*/
img {
	border:0px;
	margin-bottom: -7px;
	display:table;
}
a {
	color: #be2525;
	font-weight: bold;
	text-decoration:none;
	cursor:pointer !important;
}
a:hover {
	text-decoration:none;
	color:#682b85;
}

* :focus {
  outline: none;
}
.imgper img {
	width:100% !important;
	margin-bottom:-7px;
}
.imgper1 {
	width:100% !important;
	margin-bottom:-7px;
}

/*-----*/

/*-----------------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 5px;
	background-repeat: no-repeat;
	margin:7px 0px 0px 0px;
	padding:0px 0px 7px 25px;
	line-height: 18px;
}
.bullet2 li	{
	background: url(../images/bullet2.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	margin:7px 0px 0px 0px;
	padding:0px 0px 7px 25px;
	line-height: 22px;
}
.bullet3 li	{
	background: url(../images/bullet3.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	margin:7px 0px 0px 0px;
	padding:0px 0px 7px 25px;
	line-height: 22px;
}

/*---------*/
::selection {
	color:#fff;
	background-color:#000;
}
::-moz-selection {
	color:#fff;
	background-color:#000;
}
::-webkit-selection {
	color:#fff;
	background-color:#000;
}


/*-------For Font Size Custmize----------*/

.tac {
	text-align:center;
}
.tal {
	text-align:left;
}
.tar {
	text-align:right;
}
.textcolor1 {
	color:#18376a;
}
.textcolor2 {
	color:#fe0000;
}
/*.bgcolor1 {
	background: url(../images/express-banner.jpg) no-repeat right top;
	color:#fff;
	width:1100px;
	margin:0 auto;
	display:block;
}
*/
.bgcolor1 {
    /* background: #f4f4f4 !important; */
    background: url(../images/express-banner.jpg) no-repeat;
	color:#fff;
	width: 1180px;
	margin: 0 auto;
}
}
.bgcolor2 {
	background:#04559d !important;
}

/*---*/


.btn1 {
	font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    font-weight: 900;
}
.btn1 a {
	color:#fff;
	padding: 8px 15px;
	background: #113a4c;
	text-decoration:none;
}
.btn1 a:hover {
	background:#ff0000;
	color: #fff;
}



/*--------------*/

#Arrowfix {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
	z-index:99999999 !important;
    background-color:#04559d;
    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;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../images/redloading.gif') 50% 50% no-repeat rgb(249,249,249);*/
}
