@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'museo300';
    src: url('../fonts/museo_300-webfont.eot');
    src: url('../fonts/museo_300-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo_300-webfont.woff2') format('woff2'),
         url('../fonts/museo_300-webfont.woff') format('woff'),
         url('../fonts/museo_300-webfont.ttf') format('truetype'),
         url('../fonts/museo_300-webfont.svg#museo300') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo700';
    src: url('../fonts/museo700-regular-webfont.eot');
    src: url('../fonts/museo700-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo700-regular-webfont.woff2') format('woff2'),
         url('../fonts/museo700-regular-webfont.woff') format('woff'),
         url('../fonts/museo700-regular-webfont.ttf') format('truetype'),
         url('../fonts/museo700-regular-webfont.svg#museo700') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'museo900';
    src: url('../fonts/museo_900-webfont.eot');
    src: url('../fonts/museo_900-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo_900-webfont.woff2') format('woff2'),
         url('../fonts/museo_900-webfont.woff') format('woff'),
         url('../fonts/museo_900-webfont.ttf') format('truetype'),
         url('../fonts/museo_900-webfont.svg#museo900') format('svg');
    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:#00a4c2;
}

* :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: url(../images/bullet1.png);
	background-position: 5px 9px;
	background-repeat: no-repeat;
	margin:5px 0px 0px 0px;
	padding:0px 0px 5px 18px;
}

.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:5px 0px 0px 0px;
	padding:0px 0px 5px 20px;
}


/*---------*/
::selection {
	color:#fff;
	background-color:#ef2948;
}
::-moz-selection {
	color:#fff;
	background-color:#ef2948;
}
::-webkit-selection {
	color:#fff;
	background-color:#ef2948;
}


/*-------For Font Size Custmize----------*/

.tac {
	text-align:center;
}
.tal {
	text-align:left;
}
.tar {
	text-align:right;
}

/*---*/
.btn1 {
	font-size:18px;
	line-height:24px;
	font-family: 'BrandonGrotesque-Black';
	text-transform: uppercase;
}
.btn1 a {
	display: inline-block;
	color:#fff;
	background: #2661f4;
	padding: 10px 20px;
}
.btn1 a:hover {
	background:#000;
	color: #fff;
}



/*  Scrool  CSss */

::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  /*box-shadow: inset 0 0 5px grey; */
  border-radius: 7px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #084ca1; 
  border-radius: 7px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000; 
}

/*  End  */



.popmain2 {
    display: none;
    overflow-x: hidden;
    width: 90%;
    max-width: 650px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
	letter-spacing:0px;
	border-radius: 10px;
	max-height: 460px;
	padding: 25px !important;
}
.popmain2 p {
	margin-bottom:  15px;
}
.popmain2 p:last-child {
	margin: 0;
}
.popmain2 p span {
    font-family: 'museo700';
}
.popmain2 h3 {
	font-size:20px;
	line-height:24px;
    font-family: 'museo700';
	letter-spacing: 0;
	color: #084ca1;
	padding: 5px 0 5px 0;
}
.popmain2 h2 span {
	display: block;
}
.popmain2 h6 {
	font-size:16px;
	line-height:20px;
    font-family: 'museo700';
	letter-spacing: 0;
	color: #084ca1;
	padding: 0px 0 4px 0;
}


