.feature-presenter-main-container {
	position: absolute;
	width: 100%;
}

.feature-presenter-circle-container {
	border-radius: 50%;
	display: inline-block;
	border: 1px solid rgba(0,0,0,0.09);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.09);
	transition: transform 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-webkit-transition: -webkit-transform 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	background-color: white;
}

.feature-presenter {
	position: absolute;
}

.feature-presenter-icon {
	background-color: white;
	text-align: center;
	transition: transform 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-webkit-transition: -webkit-transform 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	border-radius: 50%;
	cursor: pointer;
}

.feature-presenter img {
	max-width: 100%;
	transition: transform 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-webkit-transition: -webkit-transform 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	border-radius: 50%;
	cursor: pointer;
	/*box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
	filter: blur(0px);
	-webkit-filter: blur(0px);
	image-rendering: -webkit-optimize-contrast;*/
	
}

.feature-presenter i {
	font-size: 85px;
}

.feature-presenter-circle-container {
/*	border-radius: 50%;*/
 	display: inline-block;
	margin:94px 0 0 20px!important;
	
/*border: 1px solid rgba(0,0,0,0.09);
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.09); */
	transition: transform 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-webkit-transition: -webkit-transform 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	background:url(../images/bg0.png) no-repeat;
	right:auto!important;
	left:0!important;
}
.feature-presenter-text-container {
	line-height: 1.3;
	z-index: 1001;
	position: absolute;
	overflow: hidden;
	width:520px!important;height:386px!important;
	margin:0 0 0 0!important;
	padding:0!important;
	background:#03abaa;
	 position:absolute;
	/* right:0;top:0;*/
	left:454px;
	top:69px;
}

.feature-presenter-text-heading {
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    margin-bottom: 10px;
    color: rgba(0, 0, 0, 0.8);
}

.feature-presenter-text-description {
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s;
    transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s;
    color: rgba(0, 0, 0, 0.5);
}

.feature-presenter-text-container-right-out {
	-webkit-transform: translate(200%, 0);
    transform: translate(200%, 0);
    -webkit-transition: -webkit-transform 0.5s ease-in;
    transition: transform 0.5s ease-in;
}

.feature-presenter-text-container-left-out {
	-webkit-transform: translate(-200%, 0);
    transform: translate(-200%, 0);
    -webkit-transition: -webkit-transform 0.5s ease-in;
    transition: transform 0.5s ease-in;
}

.feature-presenter-text-container-top-out {
	-webkit-transform: translate(200%, 0);
    transform: translate(200%, 0);
    -webkit-transition: -webkit-transform 0.5s ease-in;
    transition: transform 0.5s ease-in;
}

.feature-presenter-text-container-bottom-out {
	-webkit-transform: translate(200%, 0);
    transform: translate(200%, 0);
    -webkit-transition: -webkit-transform 0.5s ease-in;
    transition: transform 0.5s ease-in;
}

.feature-presenter-mobile-container {
	overflow: hidden;
	max-width: 1170px;
}

.feature-presenter-mobile {
	width: 33.33%;
	text-align: center;
	float: left;
	padding: 10px 15px 0 15px;
	box-sizing: border-box;
	margin: 0 0 20px 0;
}

.feature-presenter-mobile-100 {
	width: 100% !important;
}

.feature-presenter-mobile-50 {
	width: 50% !important;
}

.feature-presenter-mobile img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.1s linear;
    transition: transform 0.1s linear;
}

.feature-presenter-mobile img:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.feature-presenter-mobile i {
	font-size: 65px;
	-webkit-transition: -webkit-transform 0.1s linear;
    transition: transform 0.1s linear;
}

.feature-presenter-mobile i:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.feature-presenter-mobile-text {
	padding: 0 10px 20px 10px;
}

.feature-presenter-mobile-text-heading {
	color: rgba(0, 0, 0, 0.8);
	margin: 10px 0;
	font-size: 20px;
}

.feature-presenter-mobile-text-description {
	color: rgba(0, 0, 0, 0.5);
	font-size: 15px;
}
 .feature-presenter img{
 -webkit-filter: brightness(50%);
   filter: brightness(50%);
   
}
.feature-presenter-highlighted img{/*box-shadow:0 0 20px rgba(255,255,255,0.5)!important;filter: saturate(100%)!important;*/ -webkit-filter: brightness(120%)!important;
   filter: brightness(120%)!important;}
 @keyframes rt1{
	0%{transform:rotate(0deg);}
	100%{transform:rotate(360deg);}
}
 @keyframes rt2{
	0%{transform:rotate(0deg);}
	100%{transform:rotate(-360deg);}
}