html,body {
	margin: auto; 
	padding: auto; 
	border: 0px; 
	font-family: 'Poppins', sans-serif; 
	font-size: 12px; 
}


a,div,li,ul,input,button{text-decoration:none; color: inherit;transition:all 0.20s linear;}
a,div,li,ul,input,button:hover{transition:all 0.20s linear;}

img{border:0}
h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-weight:400}
input,textarea,select,radio,checkbox,submit{outline:none;border:0}
ul{list-style:none;margin:0;padding:0}
.clear{clear:both}

.bi {
	color: #222;
}

.row{
	margin:0;
}

.fs-md-1 { font-size: 2.5rem!important; }
.fs-md-2 { font-size: 2rem!important; }
.fs-md-3 { font-size: 1.75rem!important; }
.fs-md-4 { font-size: 1.5rem!important; }
.fs-md-5 { font-size: 1.25rem!important; }
.fs-md-6 { font-size: 1rem!important; }
.fs-md-7 { font-size: 0.9rem!important; }
.fs-md-8 { font-size: 0.8rem!important; }
.fs-md-9 { font-size: 0.75rem!important; }
.fs-md-10 { font-size: 0.7rem!important; }
.fs-md-11 { font-size: 0.65rem!important; }
.fs-md-12 { font-size: 0.60rem!important; }

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #d6d6d6; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}