@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900');
@font-face { src:url(../fonts/Poppins/Poppins-Black.ttf), format('ttf');}
@font-face { src:url(../fonts/Poppins/Poppins-Bold.ttf), format('ttf');}
@font-face { src:url(../fonts/Poppins/Poppins-ExtraBold.ttf), format('ttf');}
@font-face { src:url(../fonts/Poppins/Poppins-ExtraLight.ttf), format('ttf');}
@font-face { src:url(../fonts/Poppins/Poppins-Light.ttf), format('ttf');}
@font-face { src:url(../fonts/Poppins/Poppins-Medium.ttf), format('ttf');}
@font-face { src:url(../fonts/Poppins/Poppins-Regular.ttf), format('ttf');}
@font-face { src:url(../fonts/Poppins/Poppins-SemiBold.ttf), format('ttf');}
@font-face { src:url(../fonts/Poppins/Poppins-Thin.ttf), format('ttf');}


/** BASIC CSS **/

* { 
	margin: 0; 
	padding: 0; 
	border:none; 
	outline:none;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box;
	box-sizing: border-box;	}
	

html, body{
	height:auto;
	max-width:100%;
	min-width:100%;
	background:#ffffff;
	font-family:'Poppins', sans-serif;
	font-size:14px;
	line-height:18px; 
	color:#000;
	font-weight:normal;
	font-style:normal;
	overflow-x:hidden;}
	
p {
	font-size: 15px;
	color: #848484;
	line-height: 23px;
	font-weight: 400;}
	
h1,h2,h3,h4,h5,h6{
     margin:0;
	 color:#555;}
	 
ul, ol{
	list-style:none;
	margin:0;
	padding:0;}

a {
	text-decoration:none;
	outline: none;
	color: #4b5460;}
	
a:focus { 
	outline: none; }
	
a:focus {
	outline: none;}
	
a:hover, a:focus {
	color: #24a784;
	text-decoration: none;}
		
hr{
	border-top:1px solid #333;}
	
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
	
::selection {
	text-shadow: none;
	background: #24a784;
	color: #fff;}
	
::-moz-selection {
 text-shadow: none;
 background: #24a784;
 color:#fff;}
 
a, input, select, textarea, img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;}
		
.clearfix {
	clear: both;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;}
			
.hidden{ 
	display: none !important;}
	
.show{ 
	display: block !important;}
	
.floatl{ 
	float: left;}
	
.floatr{
	float: right;}
	
.nopad{
	padding:0 !important;}

.nopadl{
	padding-left:0;}
	
.nopadr{
	padding-right:0;}
	
.nomar{
	margin:0;}
	
.nomarl{
	margin-left:0;}
	
.nomarr{
	margin-right:0;}
	
.porel{
	position:relative;}
	
/** Basic css end here **/ 


.text-content{
	padding:40px 0;}


.text-content{
	margin-bottom:20px;}

.text-block{
	margin-bottom:30px;}
	
.text-content h1{
	font-size:30px;
	text-align:center;
	margin-bottom:30px;}

.text-content p{
	font-size:15px;
	color:#808080;}

.text-content h2{
	margin-bottom:15px;
	font-size:18px;
	color:#000;}

.text-content ul{
	margin-left:30px;}
		
.text-content ul li{
	font-weight:600;
	list-style:circle;
	padding:5px 0;
	font-size:14px;
	line-height:25px;}












