<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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:#f1f1f1;
}
.bgcolor1 {
    background: #f1f1f1;
}

/*-----*/

/*-----------------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:#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;
}
.bgcolor1 {
	background:#f1f1f1;
}
.bgcolor2 {
	background:#0095da;
}

/*---*/


.btn1 {
	font-size:16px;
	line-height:24px;
	font-family: 'Nunito', sans-serif;
font-weight:900;
	letter-spacing: 0;
}
.btn1 a {
	display: inline-block;
	color:#000;
	background:#fff;
	padding: 10px 24px;
	border-radius: 35px;
}
.btn1 a:hover {
	color: #fff;
	background: #000;
}

.btn2 {
	font-size:16px;
	line-height:24px;
	font-family: 'Nunito', sans-serif;
font-weight:900;
	letter-spacing: 0;
}
.btn2 a {
	display: inline-block;
	color:#fff;
	background:#ff0000;
	padding: 10px 24px;
	border-radius: 35px;
}
.btn2 a:hover {
	color: #fff;
	background: #000;
}



/*  Scrool  CSss */

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  /*box-shadow: inset 0 0 5px grey; */
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ff0101; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000; 
}

/*  End  */




/* Style the tab */

.tab {
  overflow: hidden;
 /* background:#0095da;*/
}

/* Style the buttons inside the tab */
.tab button {
	background-color: #007db7;
	border:1px solid #004667;
	float: left;
	outline: none;
	cursor: pointer;
	padding: 14px 20px;
	transition: 0.3s;
	font-size: 16px;
	color:#fff;
	font-family: 'Nunito', sans-serif;
font-weight:900;
	letter-spacing:0;
}

.tab button sup{
	font-size:9px !important;	
}

.tab button:hover {
  background-color: #004667;
}
.tab button.active {
  background-color: #004667;
}


/* Style the tab content */
.tabcontent {
  display: none;
  padding: 0px;
}


/*  End  */







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

#Arrowfix {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
	z-index:99999999 !important;
    background-color:#ff0000;
    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:#000;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
</pre></body></html>