﻿@charset "utf-8";
.auto-container {
	position: static;
	max-width: 1430px;
	padding: 0 15px;
	margin: 0 auto
}
.features-section-three {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 1;
	
}
.features-section-three .feature-block-three {
	position: relative;
	padding: 0 15px
}
.features-section-three .feature-block-three .inner-box {
	position: relative;
	text-align: center
}
.features-section-three .feature-block-three .icon-box {
	position: relative;
	display: inline-block;
	height: 100px;
	width: 100px;
	background-color: #2990e6bd;
	border-radius: 50%;
	margin-bottom: 45px
}
.feature-block-three .icon-box:after {
	position: absolute;
	left: -20px;
	top: -20px;
	height: 140px;
	width: 140px;
	border: 1px solid rgba(255,255,255,.25);
	content: "";
	border-radius: 50%
}
.feature-block-three .icon-box:before {
	position: absolute;
	left: -10px;
	top: -10px;
	height: 120px;
	width: 120px;
	border: 1px solid rgba(255,255,255,.25);
	content: "";
	border-radius: 50%
}
.feature-block-three .icon-box span {
	font-size: 42px;
	line-height: 100px;
	color: #43baff
}
.features-section-three .zyjs .owl-item {
	margin-top: 100px
}
.features-section-three .owl-dots{
	margin-top:40px
	}

.feature-block-three .icon-box img {
	height:64px;
	width:64px;
	display:block;
	margin:20px auto;
}
.feature-block-three:hover .icon-box img{
	-webkit-transition: all 0.5s ease-out 0s; 
	-moz-transition: all 0.5s ease-out 0s; 
	-ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s; 
	transition: all 0.5s ease-out 0s; 
	-webkit-transform: rotateY(360deg); 
	-moz-transform: rotateY(360deg); 
	-ms-transform: rotateY(360deg); 
	-o-transform: rotateY(360deg); 
	transform: rotateY(360deg); 
	}

/*.feature-block-three:nth-child(3n+2) {
	margin-top: 50px
}
.feature-block-three:nth-child(3n+3) {
	margin-top: 100px
}*/
.features-section-three h4 a {
	position: relative;
	font-size: 20px;
	color: #fff;
	line-height: 1.3em;
	margin-top: 25px;
	margin-bottom: 10px;
	font-weight: 600;
	
}
.features-section-three .text {
	position: relative;
	font-size: 16px;
	color: #fff;
	line-height: 1.9em
}
.feature-block-three:hover .ahover {
	color:#fe9200 !important;
	transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
	
	
}
.feature-block-three:hover .text {
	transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease; 
	color:#fe9200
	
}
/* CSS Document */