@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:#225dbd;
}

* :focus {
  outline: none;
}
.imgper img {
	width:100% !important;
	margin-bottom:-7px;
}
.imgper1 {
	width:100% !important;
	margin-bottom:-7px;
}
.imgper2 {
	width:100% !important;
	margin-bottom:-7px;
	border-radius: 7px;
	position: relative;
	margin: -30px 0 25px 0;
}

/*-----*/

/*-----------------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/bullet2.png");
	background-position: 5px 5px;
	background-repeat: no-repeat;
	margin:5px 0px 0px 0px;
	padding:0px 0px 5px 25px;
	line-height: normal;
}
/*---------*/
::selection {
	color:#ffffff;
	background-color:#000;
}
::-moz-selection {
	color:#ffffff;
	background-color:#000;
}
::-webkit-selection {
	color:#ffffff;
	background-color:#000;
}

/*  Scrool  CSss */
::-webkit-scrollbar {
  width: 7px;
}
::-webkit-scrollbar-track {
  border-radius: 7px;
}
::-webkit-scrollbar-thumb {
  background: #000; 
  border-radius: 7px;
}
::-webkit-scrollbar-thumb:hover {
  background: #225dbd; 
}

/*  End  */

/*-------For Font Size Custmize----------*/

.tac {
	text-align:center;
}
.tal {
	text-align:left;
}
.tar {
	text-align:right;
}
.textcolor1 {
	color:#fff;
}
.bgcolor1 {
	background:#f9fcff !important;
}
.bgcolor2 {
	background:#225dbd !important;
}

/*---*/

.btn1 {
	font-weight:900;
	font-size:16px;
	line-height:22px;
}
.btn1 a {
	display: inline-block;
	background: #225dbd;
	border:3px solid #225dbd;
	color:#fff;
	padding: 10px 22px 10px 22px;
	border-radius:5px;
}
.btn1 a:hover {
	background:none;
	color:#225dbd;
	border:3px solid #225dbd;
}

.btn2 {
	font-weight:700;
	font-size:14px;
	line-height:22px;
}
.btn2 a {
	display: inline-block;
	background: #225dbd;
	border:2px solid #225dbd;
	color:#fff;
	padding: 5px 15px;
	border-radius:5px;
}
.btn2 a:hover {
	background:none;
	color:#225dbd;
	border:2px solid #225dbd;
}

.btn3 {
	font-weight:700;
	font-size:11px;
	line-height:normal;
}
.btn3 a {
	display: inline-block;
	background: #000000;
	border:2px solid #000000;
	color:#225dbd;
	padding: 7px 12px;
	border-radius:5px;
}
.btn3 a:hover {
	background:none;
	color:#000;
	border:1px solid #000;
}

/*--------------*/


#Arrowfix {
    position:fixed;
    right:10px;
    bottom:20px;
    cursor:pointer;
    width:50px;
    height:50px;
    z-index:99999999 !important;
    background-color:#225dbd;
    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:#fff;
}
#Arrowfix:hover {
   background-color:#000;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
/*#Arrowfix:hover span {
   border-bottom-color:#225dbd;
}*/



/*  Loader   */

.loader {
	position: fixed;
	display:flex;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background:#225dbd;
}
.loader span {
	/*border: 10px solid #000;
	border-radius: 50%;
	border-top: 10px solid #000;
	border-bottom: 10px solid #000;*/
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	background: url("../images/livewise-logo1.png") no-repeat center;
	background-size: 100%;
	width: 140px;
	height: 140px;
	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  */