  
.sec-title h2 span {
	color: #4eae4a;
}
.sec-title span.decor {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid #4eae4a;
	background: #fff;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.sec-title span.decor::before {
	left: 14px;
}
.sec-title span.decor::before, .sec-title span.decor::after {
	content: '';
	position: absolute;
	top: 5px;
	width: 50px;
	height: 2px;
	background: #dcdcdc;
	z-index: -1;
}
.sec-title span.decor::after {
	right: 14px;
}
.sec-title span.inner {
	width: 6px;
	height: 6px;
	background: #82c852;
	border-radius: 50%;
	display: block;
	margin: auto;
	margin-top: 3px;
}

.sec-title.style-two span.decor::after {
	right: -94px;
}
.about-area .full-sec-content h3 {
	font-size: 25px;
	margin: 0 0 15px;
	color: #4eae4a;
}
.about-img img {
	width: 100%;
}

.blog-area.inner-content-wrapper {
	padding: 40px 0 90px;
}
.single-blog {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	background: #ffffff;
	margin: 40px 0 0;
}
.blog-area .thumb {
	position: relative;
	z-index: 1;
}
.blog-area .thumb img {
	width: 100%;
}
.blog-area .single-blog .info {
	padding: 30px;
}
.blog-area .single-blog .info .meta {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.blog-area .single-blog .info .meta ul {
	display: flex;
	align-items: center;
}
.blog-area .single-blog .info .meta ul li {
	margin-right: 15px;
	padding-right: 15px;
	position: relative;
	font-weight: 600;
	color: #666666;
}
.blog-area .single-blog .info .meta ul li img {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	border: 3px solid rgba(255, 53, 20, 0.1);
	padding: 2px;
	margin-right: 5px;
}
.blog-area .single-blog .info .meta ul li a {
	color: #666666;
}

.blog-area .single-blog .info .content h4 {
	line-height: 1.4;
}
.blog-area .single-blog .info .content h4 a:hover {
	color: #ff3514;
}

.slider-one {
	padding: 0;
	text-align: center;
}
.slider-one__title {
	margin: 0;
	color: #fff;
	font-size: 70px;
	line-height: 75px;
	font-weight: 700;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}
.slider-one p.slider-one__text {
	margin-bottom: 50px;
}

@media (max-width: 767px) {
.slider-one__title {
	font-size: 40px;
	line-height: 1.25em;
}
}

@media (max-width: 375px) {
.slider-one__title {
	font-size: 35px;
}
}

@media (max-width: 320px) {
.slider-one__title {
	font-size: 28px;
}
.slider-one__title br {
	display: none;
}
}
.slider-one__text {
	margin: 0;
	color: #fff;
	font-size: 17px;
	letter-spacing: .02em;
	margin-top: 15px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}
a.slider-one__text {
	margin: 0;
	color: #fff;
	font-size: 17px;
	letter-spacing: .02em;
	margin-top: 15px;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@media (max-width: 767px) {
.slider-one__text {
	width: 70%;
	line-height: 1.4em;
}
}

@media (max-width: 375px) {
.slider-one__text {
	width: 100%;
}
}
.slider-one .active .slider-one__title {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}
.slider-one .active .slider-one__text {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.slider-one .active a.slider-one__text {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
}
[class*=slider-one__slider-], [class*=slider-two__slider-], [class*=slider-three__slider-] {
	background-color: #222222;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
[class*=slider-one__slider-]::before {
	content: '';
	position: absolute;
	background: rgba(0,0,0,.7);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
[class*=slider-one__slider-] {
	padding-top: 195px;
	padding-bottom: 195px;
}

@media (max-width: 767px) {
[class*=slider-one__slider-] {
	padding-top: 160.5px;
	padding-bottom: 140.5px;
}
}
[class*=slider-two__slider-] {
	padding-top: 333px;
	padding-bottom: 213px;
}

@media (max-width: 767px) {
[class*=slider-two__slider-] {
	padding-top: 190px;
	padding-bottom: 100px;
}
}

@media (max-width: 375px) {
[class*=slider-two__slider-] {
	background-position: top left;
}
}
.slider-one .owl-theme .owl-dots, .slider-two .owl-theme .owl-dots {
	position: absolute;
	top: 50%;
	right: 2%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
}

@media(max-width: 767px) {
.slider-one .owl-theme .owl-dots, .slider-two .owl-theme .owl-dots {
	display: none !important;
}
h2.slider-one__title span {
	display: initial;
}

}
.slider-two .owl-theme .owl-dots .owl-dot+.owl-dot, .slider-one .owl-theme .owl-dots .owl-dot+.owl-dot {
	margin-top: 15px;
}
.slider-one .owl-theme .owl-dots .owl-dot span, .slider-two .owl-theme .owl-dots .owl-dot span {
	padding: 0;
	margin: 0;
	width: 16px;
	height: 16px;
	background-color: transparent;
	border: 2px solid #fff;
	transition: all 500ms ease;
}
.slider-one .owl-theme .owl-dots .owl-dot:hover span, .slider-two .owl-theme .owl-dots .owl-dot:hover span, .slider-two .owl-theme .owl-dots .owl-dot.active span, .slider-one .owl-theme .owl-dots .owl-dot.active span {
	background-color: #fff;
}
.slider-two .slider-one__title {
	font-size: 60px;
	line-height: 65px;
}
.slider-one__title span {
	display: block;
}

