/*
 * Template Name: Team 2 Template
 * Author: @vitatemplates
*/

/* -- Intro Section -- */
section.intro {
	height: 100%;
	background-image: url(../../../img/1920x1080/img-21.jpg);
	background-position: bottom center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding: 3rem 0;
	position: relative;
}
section.intro:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
section.intro ul {
	position: relative;
}
/* -- Team Section -- */
section.team {
	padding: 9rem 0 5rem 0;
}
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: #fff;
	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: #fff;
	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 .progressbox {
	position: absolute;
	bottom: 5px;
	width: 100%;
	left: -10px;
	right: -10px;
}
section.team .progressbox h6 {
	padding: 0px 15px;
	margin-bottom: .2rem;
	margin-top: .5rem;
	font-size: .9rem;
}
section.team .progress {
	height: 20px !important;
	border-radius: 0 !important;
	padding-top: 2px;
}
section.team p {
	font-size: .9rem;
	color: #555;
}
/* -- Vision Section -- */
section.vision {
	padding: 2rem 0;
	background-image: url(../../../img/1920x1080/img-19.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	position: relative;
}
section.vision:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
section.vision h2 {
	line-height: 3rem;
}
section.vision h2 span {
	border-bottom: 1px solid;
	display: inline-block;
	line-height: 2rem;
}
/* -- 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;
}
/* -- 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;
}
/* -- 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: #fff;
	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=team-2.css.map */
