<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: Arial;
}


.cntl {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.cntl-center {
	left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
}

.cntl-bar {
	position: absolute;
	width: 3px;
	top: 0;
	bottom: 0;
	background-color: #ccc;
	box-shadow: inset 0px 0px 7px -2px #000;
}


.cntl-bar-fill {
	background-color: #009D4D;
	position: absolute;
	left:0;
	right:0;
	top:0;
	height:0;

}

.cntl-state {
	position: relative;
	width:100%;
	min-height: 50px;
	margin-bottom: 0px;
}

.cntl-state::after {
	display:block;
	content: ' ';
	clear:both;
}

.cntl-icon {
	border-radius: 10%;
	width: 80px;
	height: 80px;

	position: absolute;
	top: 0;
	text-align: center;
	line-height: 80px;
	font-size: 16px;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;

	background:url(../images/numbg.png) center center no-repeat
	
}
.cntl-icon1 {
	border-radius: 10%;
	width: 80px;
	height: 80px;

	position: absolute;
	top: 0;
	text-align: center;
	line-height: 80px;
	font-size: 16px;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;

	background:url(../images/numbg11.png) center center no-repeat
	
}

.cntl-content {
	width: 34%;
	padding: 2% 1% 2% 3%;
	background-color: #2EB7A7;
	border-radius: 8px;
	border: solid 1px #009D4D;
	float:left;
	opacity:0;
	position:relative;
	margin-left:-38%;
	 color:#FFF
	
}
.cntl-state:nth-child(6).cntl-content {
	width: 35%;
	padding: 2% 1% 2% 1%;
	background-color: #2EB7A7;
	border-radius: 8px;
	border: solid 1px #009D4D;
	float:left;
	opacity:0;
	position:relative;
	margin-left:-40%;
	 color:#FFF
	
}
.cntl-content p{ margin-top:3%	
	
}

.cntl-state:nth-child(2n+2) .cntl-content {
	float:right;
	margin-right:-40%;
}

.cntl-image {
	opacity:0;
	width: 35%;
	padding: 1%;
}

.cntl-state:nth-child(2n+1) .cntl-image {
	float:right;width: 35%;
	padding: 1%;
}

.cntl-image img {
	width:80%;
}

.cntl-content h4 {
	font-size:20px;
	font-weight: normal;
	margin-bottom: 10px;
}


/*
animations
*/
.cntl-bar-fill,.cntl-content,.cntl-image {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	transition: all 500ms ease;
}

.cntl-state:nth-child(2n+2).cntl-animate .cntl-content {
	margin-right:10%;
}

.cntl-animate .cntl-content {
	opacity:1;
	margin-left:10%;
}

.cntl-animate .cntl-image {
	opacity:1;float:right
}




/* mobile support */

@media (max-width: 600px) {
.cntl-state {
	position: relative;
	width:100%;
	min-height: 70px;
	margin-bottom: 10px;
}

	.cntl-bar {
		left:auto;
		right: 37px;
	}

	.cntl-content {
		width:75%;
		float:none;
		 height:auto;
		  min-height:80px;
	}
	

	.cntl-animate .cntl-content {
		
	opacity:1;
	margin-left:0%;
}
	.cntl-state:nth-child(2n+2) .cntl-content {
		
		margi-right:0%;
		float:none;
	}

	.cntl-image {
		width:80%;
	}


.cntl-state:nth-child(2n+1) .cntl-image {
	width:35%;
	padding: 1%;
}
.cntl-state:nth-child(2n+1) .cntl-image img{
	width:80%; float:right
}
.cntl-state:nth-child(2n+2) .cntl-image {
	width:35%;
	padding: 1%;
}
.cntl-state:nth-child(2n+2) .cntl-image img{
	width:80%; float:right
}
	.animate .cntl-content {
		margin-left: 2%;
	}

	.cntl-icon {
		left: auto;
		right: 0;
	}

}
</pre></body></html>