@charset "utf-8";
/* CSS Document */
/*----*/
img {
	border:0px;
	margin-bottom: -7px;
}
a {
	color:#000;
	text-decoration:none;
	cursor:pointer !important;
}
a:hover {
	text-decoration:none;
	color:#d4151a;
}

* :focus {
  outline: none;
}
.imgper img {
	width:100% !important;
	margin-bottom:-7px;
}
.imgper1 {
	width:100% !important;
	margin-bottom:-7px;
}
.bg1 {
	background:#f2f2f2;
}

/*-----*/

/*-----------------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 12px;
	background-repeat: no-repeat;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
}

/*---------*/
::selection {
	color:#fff;
	background-color:#d4151a;
}
::-moz-selection {
	color:#fff;
	background-color:#d4151a;
}
::-webkit-selection {
	color:#fff;
	background-color:#d4151a;
}


/*-------For Font Size Custmize----------*/

.tac {
	text-align:center;
}
.tal {
	text-align:left;
}
.tar {
	text-align:right;
}

/*---*/


.btn1 {
	letter-spacing: 0;
	line-height:26px;
}
.btn1 a {
	display: inline-block;
	padding: 8px 20px;
	border-radius: 3px;
	color:#fff;
	background:#d4151a;
}
.btn1 a:hover {
	color: #fff;
	background: #000;
}

.btn2 {
	font-weight:900;
	letter-spacing: 0;
	line-height:26px;
}
.btn2 a {
	display: inline-block;
	padding: 6px 20px;
	border-radius: 40px;
	color:#fff;
	background:#d4151a;
}
.btn2 a:hover {
	color: #fff;
	background: #000;
}



/*  popupmain */

.popmain2{
    display:none;
    overflow-x:hidden;
    width:90%;
    max-width:620px;
    margin:0 auto;
    font-size:16px;
    line-height:26px;
    border-radius:10px;
    max-height:500px;
    letter-spacing:0;
    padding:20px!important;
    color:#555
}
.popmain2 p{
    margin-bottom:15px;
    font-size:16px;
    line-height:26px
}
.popmain2 p:last-child{
    margin:0
}
.popmain2 p span{
    font-weight:900;
	color:#d4151a;
}
.popmain2 h3{
    font-size:22px;
    color:#d4151a;
    letter-spacing:0;
    font-weight:900;
    margin:0 0 10px
}
.popmain2 h2{
    font-size:26px;
    line-height:28px;
    font-weight:700;
    letter-spacing:0;
    color:#0069a4;
    padding:5px 0
}
.popmain2 h2 span{
    display:block
}
.popmain2 h6{
    font-weight:900;
	line-height: normal !important;
	margin: 0 0 5px 0;
}

/*  End  */

/*  Scrool  CSss */

::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  background: #d4151a; 
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: #000; 
}

/*  End  */

/*--------------*/

#Arrowfix {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
	z-index:99999999 !important;
    background-color:#000;
    text-indent:-9999px;
    -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:#d4151a;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
