/*
 * Template Name: About 3 Template
 * Author: @vitatemplates
*/

section .morelink {
	font-size: .9rem;
	border-radius: 25px;
	white-space: normal;
	color: #ffffff !important;
}
/* -- Intro Section -- */
section.intro .intro-text {
	height: 100%;
	background-image: url(../../../img/1920x1080/img-17.jpg);
	background-position: top center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding: 10rem 0;
	position: relative;
}
section.intro .intro-text:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
section.intro .intro-text h2 {
	border-bottom: 2px solid;
}
section.intro .intro-text p {
	line-height: 35px;
}
section.intro .play-video {
	display: block;
	width: 70px;
	height: 70px;
	margin: 0 auto;
	z-index: 1;
	position: relative;
	border-radius: 50%;
	cursor: pointer;
	font-size: 1.5rem;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
section.intro .play-video i {
	position: absolute;
	top: 34%;
	left: 40%;
}
section.intro .video {
	overflow: hidden;
	height: 100vh;
	padding: 2rem;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
}
section.intro .video #video {
	width: 100%;
	height: 100%;
	z-index: 1000;
}
section.intro .video i {
	position: absolute;
	right: 2.5rem;
	top: 2.5rem;
	font-size: 25px;
	color: #ffffff;
	cursor: pointer;
	z-index: 1001;
}
section.intro .video i:hover {
	color: #f17b7b;
}
.showvideo {
	display: block !important;
}
/* -- Features Section -- */
section.features {
	padding: 8rem 0;
}
section.features .features-images img {
	position: absolute;
	width: 65%;
}
section.features .features-images img:nth-child(1) {
	top: 2rem;
}
section.features .features-images img:nth-child(2) {
	left: 6rem;
	top: .5rem;
}
section.features .features-images img:nth-child(3) {
	top: 4rem;
	left: 3rem;
}
section.features .features-text {
	padding: 1rem 0;
}
section.features .section-title .h6 {
	color: #888;
}
section.features .feature-items .feature-number span {
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	padding-top: 3px;
	font-size: 14px;
	font-weight: bold;
}
section.features .feature-items .feature-subtitle {
	color: #888;
	font-size: 0.9rem;
}

@media (max-width: 768px) {
section.features .features-text {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 1.5rem !important;
}
}
/* -- Services Section -- */
section.services {
	padding: 3rem 0;
}
section.services .servicebox:nth-child(1) {
	background-color: #1d918d;
}
section.services .servicebox:nth-child(2) {
	background-color: #dea911;
}
section.services .servicebox:nth-child(3) {
	background-color: #202c59;
}
section.services i {
	font-size: 3rem;
}
section.services p {
	color: #dedede;
	font-size: .9rem;
}
/* -- About Section -- */
section.about {
	padding: 5rem 0;
}
section.about p {
	color: #555;
	font-size: .9rem;
}
section.about .progressbox h6, section.about .progressbox span {
	font-size: .9rem;
	font-style: italic;
}
section.about .progress-col {
	height: 200px;
	background-color: #eee;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
section.about .progress {
	border-radius: 0;
}
/* -- Counter Section -- */
section.counter {
	padding: 5rem 0 5rem 0;
	background-image: url(../../../img/1920x1080/img-14.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	position: relative;
}
section.counter:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: rgba(0, 0, 0, 0.8);
}
section.counter .line {
	width: 80px;
	height: 2px;
	margin: .8rem auto 2rem auto;
}
section.counter .counterbox {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 15px;
	border: 2px solid rgba(230, 208, 208, 0.4);
	width: 130px;
	height: 130px;
	border-radius: 5px;
}
section.counter .countertext p {
	color: #ffffff;
	font-style: italic;
	font-size: .9rem;
}
/* -- Team Section -- */
section.team {
	padding: 9rem 0 5rem 0;
}
section.team .line {
	width: 7%;
	height: 2px;
	margin: 1rem auto 2rem auto;
}
section.team .team-text {
	color: #555;
	font-size: 1rem;
}
section.team .team-pictuer {
	position: relative;
}
section.team .team-pictuer h3 {
	background-color: rgba(255, 255, 255, 0.8);
}
section.team .team-media {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
section.team .team-media ul li {
	margin: -10px .1rem 0 .1rem !important;
}
section.team .team-media ul li a {
	font-size: 1rem;
	color: #ffffff;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	padding-top: 5px;
	display: block;
	opacity: 0;
	margin-top: 150px;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
section.team .team-media ul li a:hover {
	background-color: #ffffff;
	color: #000 !important;
}
section.team .team-box:hover .team-media {
	background-color: rgba(88, 95, 105, 0.5) !important;
}
section.team .team-box:hover ul li a {
	opacity: 1;
	margin-top: 0;
}
section.team p {
	font-size: .9rem;
	color: #555;
}
section.team .progressbox h6, section.team .progressbox span {
	font-size: .8rem;
	font-style: italic;
	margin-bottom: .3rem;
}
section.team .progress {
	height: 5px;
	margin-bottom: .5rem;
}
/* -- Testimonials Section -- */
section.testimonials {
	padding: 3rem 0 5rem 0;
}
section.testimonials .line {
	height: 2px;
	width: 30%;
}
section.testimonials .testimonials-Comments img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin: 0 auto;
}
section.testimonials .testimonials-Comments span {
	color: #888;
}
/* -- Newsletter Section -- */
section.newsletter {
	position: relative;
}
section.newsletter:before {
	display: block;
	content: '';
	background-image: url(../../../img/1920x1080/img-6.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: .2;
}
/* -- Owl Carousel Default --  */
.owl-stage-outer {
	direction: ltr !important;
}
.owl-nav, .owl-dots {
	text-align: center;
	margin-top: .5rem;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
	outline: none;
	margin: 0 .5rem;
}
.owl-dots .owl-dot {
	outline: none;
}
.owl-nav span {
	font-size: 25px;
	-webkit-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	display: inline-block;
	background-color: #ccc;
	margin: 0 5px;
	border-radius: 50%;
	outline: none;
	-webkit-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.owl-nav span:hover, .owl-dots .owl-dot span:hover {
	opacity: .5;
}
/* -- Scroll Top -- */
.scrolltop {
	-webkit-animation: scrolltop 1.5s infinite;
	animation: scrolltop 1.5s infinite;
	position: fixed;
	bottom: 15px;
	right: 20px;
	width: 50px;
	height: 50px;
	color: #ffffff;
	text-decoration: none;
	border-radius: 50%;
	font-size: 40px;
	text-align: center;
	cursor: pointer;
	z-index: 1000;
	display: none;
}
.scrolltop:hover {
	background-color: #cccccc;
}
.scrolltop i {
	top: -5px;
	position: relative;
}
 @-webkit-keyframes scrolltop {
 0% {
 -webkit-transform: rotate(0) translate(0, 0);
 opacity: .5;
}
 50% {
 -webkit-transform: rotate(0) translate(0, 5px);
 opacity: .3;
}
 100% {
 -webkit-transform: rotate(0) translate(0, 0);
 opacity: .5;
}
}
@keyframes scrolltop {
 0% {
 -webkit-transform: rotate(0) translate(0, 0);
 transform: rotate(0) translate(0, 0);
 opacity: .5;
}
 50% {
 -webkit-transform: rotate(0) translate(0, 5px);
 transform: rotate(0) translate(0, 5px);
 opacity: .3;
}
 100% {
 -webkit-transform: rotate(0) translate(0, 0);
 transform: rotate(0) translate(0, 0);
 opacity: .5;
}
}

/*# sourceMappingURL=about-3.css.map */
