@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:#ea0008;
}

* :focus {
  outline: none;
}
.imgper img {
	width:100% !important;
	margin-bottom:-7px;
}
.imgper1 {
	width:100% !important;
	margin-bottom:-7px;
}
.bg1 {
	background:url(../images/bg1.jpg) no-repeat center;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
	position: relative;
	width:100%
}
.bg2 {
	/*background:url(../images/bg1.jpg) no-repeat center;*/
	background:#f2f1f7;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
	position: relative;
	width:100%
}

/*-----*/

/*-----------------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:5px 0px 0px 0px;
	padding:0px 0px 5px 25px;
}

/*---------*/
::selection {
	color:#fff;
	background-color:#0e48bd;
}
::-moz-selection {
	color:#fff;
	background-color:#0e48bd;
}
::-webkit-selection {
	color:#fff;
	background-color:#0e48bd;
}


/*-------For Font Size Custmize----------*/


.tac {
	text-align:center;
}
.tal {
	text-align:left;
}
.tar {
	text-align:right;
}

/*---*/


.btn1 {
	font-weight:900;
	letter-spacing: 0;
	line-height:26px;
}
.btn1 a {
	display: inline-block;
	padding: 6px 20px;
	border-radius: 40px;
	color:#000;
	background:#fff;
}
.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:#0c44bc;
}
.btn2 a:hover {
	color: #fff;
	background: #000;
}



.popmain1 {
    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: 20px !important;
}
.popmain1 p {
	margin-bottom: 12px;
}
.popmain1 p:last-child {
	margin: 0;
}
.popmain1 p span {
	font-weight:900;
}
.popmain1 h2 {
	font-size:22px;
	line-height:24px;
	font-weight:900;
	letter-spacing: 0;
	color: #ee3f3f;
	padding: 5px 0 5px 0;
}
.popmain1 h2 span {
	display: block;
}
.popmain1 h6 {
	font-weight:900;
	color:#000;
	font-size:18px;
}

/*  Scrool  CSss */

::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  background: #0e48bd; 
  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:#ee3f3f;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}



/*  Loader   */

/*.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../images/loader.gif') 50% 50% no-repeat rgb(255,255,255);
}*/

.loader {
	position: fixed;
	display:flex;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background:#fff;
}
.loader span {
	border: 16px solid #c9c9c9;
	border-radius: 50%;
	border-top: 16px solid #034ea2;
	border-bottom: 16px solid #034ea2;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	
	width: 120px;
	height: 120px;
	margin:auto;
	padding:auto;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*  End  */