/*
 * Template Name: About 2 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-8.jpg);
	background-position: bottom center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding: 6rem 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.3);
}
section.intro .intro-text p {
	line-height: 35px;
}
section.intro .intro-description {
	padding: 5rem 7rem;
}
section.intro .intro-description h2 {
	line-height: 3rem;
}
section.intro .intro-description span {
	border-bottom: 1px solid;
	display: inline-block;
	line-height: 2rem;
}

@media (max-width: 786px) {
section.intro .intro-description {
	padding: 3rem !important;
}
}
/* -- Services Section -- */
section.services {
	padding: 3rem 0 9rem 0;
}
section.services .services-text {
	color: #555;
	font-size: 1rem;
}
section.services i {
	font-size: 3rem;
}
section.services p {
	color: #555;
	font-size: .9rem;
}
/* -- Portfolio Section -- */
section.portfolio {
	display: table;
	margin: 0 auto;
}
section.portfolio .folio {
	border: 3px solid #ffffff;
	overflow: hidden;
	position: relative;
	width: 33.33%;
	float: left;
}
section.portfolio .folio img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
section.portfolio .folio:hover img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	-ms-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
	-webkit-filter: blur(3px);
	filter: blur(3px);
}
section.portfolio .folio:hover .folio-caption {
	-webkit-filter: blur(0px);
	filter: blur(0px);
	opacity: 1;
	background-color: rgba(88, 95, 105, 0.5) !important;
}
section.portfolio .folio-caption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 0.3s linear 0.2s;
	-o-transition: all 0.3s linear 0.2s;
	transition: all 0.3s linear 0.2s;
	-webkit-filter: blur(3px);
	filter: blur(3px);
}
section.portfolio .folio-caption a {
	background-color: #ffffff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: block;
	margin: 0 auto;
}
section.portfolio .folio-caption a:hover {
	background-color: #ccc;
}
section.portfolio .folio-caption a i {
	color: #000000;
	font-size: 18px;
	padding-top: 10px;
}

@media (max-width: 786px) {
section.portfolio .folio {
	width: 50% !important;
}
}

@media (max-width: 576px) {
section.portfolio .folio {
	width: 100% !important;
}
}
/* -- About Section -- */
section.about {
	padding: 9rem 0 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 {
	height: 7px;
}
/* -- Team Section -- */
section.team {
	padding: 5rem 0;
}
section.team .line {
	width: 8%;
	height: 2px;
	margin: .5rem auto 2rem auto;
}
section.team .team-text {
	color: #555;
	font-size: 1rem;
}
section.team .team-pictuer {
	position: relative;
}
section.team .team-media {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0px;
	-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 {
	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: #000000 !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;
}
/* -- 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;
}
/* -- Client Section -- */
section.client {
	padding: 1.5rem 0 3rem 0;
}
section.client .item img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	width: 100px !important;
	margin: 0 auto;
	opacity: .5;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
section.client .item:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;
}
/* -- 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-2.css.map */
