a {
	color: #ff6600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
.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: rgba(255, 255, 255, 0.68);
}

.feature-presenter {
	position: absolute;
}

.feature-presenter-icon {
	background-color: rgba(255, 255, 255, 0.82);
	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-text-container {
	line-height: 1.3;
	z-index: 1001;
	position: absolute;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.21);
        padding: 30px 30px

}

.feature-presenter-mobile-100
{
	height: auto !important;
}

.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: #ff6600;
}

.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: white;
}

.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;
	text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
}

.feature-presenter-mobile-text-description {
	color: white;
	font-size: 15px;
}