@charset "utf-8";
/* CSS Document */


@font-face {
	font-family: 'Conv_AVENIRLTSTD-ROMAN';
	src: url('../fonts/AVENIRLTSTD-ROMAN.eot');
	src: local('â˜º'), 
		url('../fonts/AVENIRLTSTD-ROMAN.woff') format('woff'), 
		url('../fonts/AVENIRLTSTD-ROMAN.ttf') format('truetype'), 
		url('../fonts/AVENIRLTSTD-ROMAN.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_AVENIRLTSTD-HEAVY_1';
	src: url('../fonts/AVENIRLTSTD-HEAVY_1.eot');
	src: local('â˜º'), 
		url('../fonts/AVENIRLTSTD-HEAVY_1.woff') format('woff'), 
		url('../fonts/AVENIRLTSTD-HEAVY_1.ttf') format('truetype'), 
		url('../fonts/AVENIRLTSTD-HEAVY_1.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_AVENIRLTSTD-LIGHT_1';
	src: url('../fonts/AVENIRLTSTD-LIGHT_1.eot');
	src: local('â˜º'), 
		url('../fonts/AVENIRLTSTD-LIGHT_1.woff') format('woff'), 
		url('../fonts/AVENIRLTSTD-LIGHT_1.ttf') format('truetype'), 
		url('../fonts/AVENIRLTSTD-LIGHT_1.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*----*/
img {
	border:0px;
}
a {
	color:#ffffff;
	text-decoration:none;
	cursor:pointer !important;
}
a:hover {
	text-decoration:none;
	color:#000;
}

* :focus {
  outline: none;
}
.imgper img {
	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:10px 0px 0px 0px;
	padding:0px 0px 10px 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/bullet2.png);
	background-position: 5px 12px;
	background-repeat: no-repeat;
	margin:5px 0px 0px 0px;
	padding:0px 0px 5px 25px;
}

.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:#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:#ffe73c;
}
.textcolor2 {
	color:#1463a8;
}
.bgcolor1 {
	background:#70c85e;
	
}
.bgcolor2 {
	background:#1463a8;
	
}
.bgcolor3 {
	background:#00886d;
	
}
.bgcolor4 {
	background:#ffe73c;
	
}
.bgcolor5 {
	background:#4dc8f4;
	
}
.bgcolor6 {
	background:#ffe73c;
	
}
.bgcolor7 {
	background:#00a85a;
}
.bgcolor-white {
	background:#fff;
}


/*---*/


.btn1 {
	font-size:18px;
	line-height:24px;
	text-transform: uppercase;
	margin-top: 20px;
    font-family:'BlackBerryLove Semibold';
}
.btn1 a {
	display: inline-block;
	color:#fff;
	background: #062683;
	padding: 14px 32px;
	border-radius: 30px;
}
.btn1 a:hover {
	background:#83c143;
}


/*  End  */


/*------ Plus  minus--------*/
.wrap-width{
	padding-right: 80px;
    padding-left: 80px;
}

@media screen and (max-width: 768px) {
	.wrap-width{
	padding-right:0px;
    padding-left:0px;
}
}

.faqbg {
	border-bottom: 1px solid #1463a8;
	padding-bottom: 10px;
}
.minus { 
	background:url(../images/up.png) no-repeat center right;
	height:20px;
	width:20px;
	position: absolute;
	top: 24px;
	right: 0;
}
.plus { 
	background:url(../images/down.png) no-repeat center right;
	height:20px;
	width:20px;
	position: absolute;
	top: 24px;
	right: 0;
}
.qus {
	cursor:pointer;
}
.faqtitle span {
	float: left;
	display: block;
	border: 1px solid #1463a8;
	border-radius: 5px;
	padding: 5px 10px;
	font-family: 'Conv_AVENIRLTSTD-HEAVY_1';
	font-weight: bold;
	margin: -5px 15px 15px 0;
}
.faqtitle {
	font-size: 14px;
	line-height: 22px;
	padding: 20px 30px 20px 0px;
	position: relative;
	font-family: 'Conv_AVENIRLTSTD-HEAVY_1';
	font-weight: bold;
}
.faqbottombg {
	padding:0px 15px 15px 15px;
	clear: both;
	display: block;
}
.faqbottombg h6 {
	font-family: 'Conv_AVENIRLTSTD-HEAVY_1';
	font-weight: bold;
}
.faqbottombg p {
	margin-bottom:15px;
	font-family: 'Laila', serif;
    font-size: 15px;
    text-align: justify;
}

/*--------------*/

/*--------------*/

#Arrowfix {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
	z-index:99999999 !important;
    /*background-color:#005085;*/
    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:#29984d;
    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);
}