@font-face {
	font-family: 'ecoicon';
	src:url('../fonts/ecoicons/ecoicon.eot');
	src:url('../fonts/ecoicons/ecoicon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ecoicons/ecoicon.woff') format('woff'),
		url('../fonts/ecoicons/ecoicon.ttf') format('truetype'),
		url('../fonts/ecoicons/ecoicon.svg#ecoicon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.hi-icon-wrap {
	text-align: center;
	margin: 0 auto;
	padding: 0em 0 0em;
}

.hi-icon {
	display: inline-block;
	
	line-height: 25px;
	cursor: pointer;
	margin: 50px 30px 0px 30px;
	width: 105px;
	height: 105px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;	
	
}


.hi-icon:after,.hi-icon3:after,.hi-icon4:after,.hi-icon5:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;

}

.hi-icon:before,.hi-icon3:before ,.hi-icon4:before,.hi-icon5:before {
	speak: none;
	font-size: 30px;
	line-height: 25px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}

.fs {padding-top:5px;}
.fsmall {font-size: 15px;padding-top:10px;}
.fsmall2 {font-size: 18px;padding-top:10px;}


/* Effect 8 */
.hi-icon-effect-8 .hi-icon,.hi-icon-effect-8 .hi-icon3 ,.hi-icon-effect-8 .hi-icon4 ,.hi-icon-effect-8 .hi-icon5 {
	background:#1F8AB6;
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s;
	color: #fff;
	padding:20px 0 0 0 ;
	font-size: 22px;
}

.hi-icon-effect-8 .hi-icon:after,.hi-icon-effect-8 .hi-icon3:after,.hi-icon-effect-8 .hi-icon4:after,.hi-icon-effect-8 .hi-icon5:after {
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px #1F8AB6;
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}


.hi-icon-effect-8 .hi-icon:hover,.hi-icon-effect-8 .hi-icon3:hover,.hi-icon-effect-8 .hi-icon4:hover,.hi-icon-effect-8 .hi-icon5:hover {
	background: #1F8AB6;
	-webkit-transform: scale(0.93);
	-moz-transform: scale(0.93);
	-ms-transform: scale(0.93);
	transform: scale(0.93);
	color: #fff;
}

.hi-icon-effect-8 .hi-icon:hover:after,.hi-icon-effect-8 .hi-icon3:hover:after,.hi-icon-effect-8 .hi-icon4:hover:after ,.hi-icon-effect-8 .hi-icon5:hover:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	-moz-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms;
}



/* hi-icon345 */

.hi-icon3,.hi-icon4,.hi-icon5 {
	display: inline-block;	
	line-height: 24px;
	cursor: pointer;
	width: 105px;
	height: 105px;
	border-radius: 50%;
	text-align: center;		
	position: relative;
	z-index: 1;
	color: #fff;
	
	
}





@media screen and (min-width: 1029px) {
.hi-icon3 {
	margin: 55px 50px 10px 0px;
	top:110px;
	}
.hi-icon4 {
	margin: 55px 80px 10px 70px;
	top:40px;
	}
.hi-icon5 {
	margin: 55px 50px 10px 0px;
	top:80px;
	}


	}




@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(31,183,182,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(31,183,182,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(31,183,182,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(31,183,182,0.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}
@-moz-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(31,183,182,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(31,183,182,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(31,183,182,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(31,183,182,0.5);
		-moz-transform: scale(1.5);
		opacity: 0;
	}
}
@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(31,183,182,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(31,183,182,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(31,183,182,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(31,183,182,0.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

