/*
 * Template Name: About Me 1 Template
 * Author: @vitatemplates
*/

/* -- Intro Section -- */
section.intro {
	height: 100%;
	background-image: url(../../../img/1920x1080/img-4.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;
}
/* -- About Section -- */
section.about {
	padding: 5rem 0;
}
section.about .media li {
	overflow: hidden;
}
section.about .media li:hover i:first-child {
	margin-top: -30px;
}
section.about .media li a {
	font-size: .9rem;
	width: 30px;
	height: 30px;
	display: block;
	text-align: center;
	padding-top: 7px;
	border-radius: 50%;
	color: #fff !important;
}
section.about .media li a i {
	display: block;
	height: 30px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
section.about p {
	color: #555;
	font-size: 1rem;
}
section.about .progressbox h6, section.about .progressbox span {
	font-size: .9rem;
	font-style: italic;
}
section.about .progress {
	height: 7px;
}
/* -- Testimonials Section -- */
section.testimonials {
	padding: 4rem 0;
	background-image: url(../../../img/1920x1080/img-9.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	position: relative;
}
section.testimonials:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
section.testimonials h2 {
	line-height: 3rem;
}
section.testimonials h2 span {
	border-bottom: 1px solid;
	display: inline-block;
	line-height: 2rem;
}
/* -- Counter Section -- */
section.counter {
	padding: 5rem 0;
}
section.counter .line {
	width: 80px;
	height: 2px;
	margin: .8rem auto 2rem auto;
}
section.counter .h5 {
	color: #777;
}
/* -- Contact Me Section -- */
section.contactme {
	position: relative;
}
section.contactme:before {
	display: block;
	content: '';
	background-image: url(../../../img/1920x1080/img-4.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: .2;
}
section.contactme .links a {
	min-width: 135px;
	margin: 5px;
	font-size: 15px;
	border-radius: 25px;
	white-space: normal;
	position: relative;
}
section.contactme .links a:hover {
	background-color: #000 !important;
	color: #fff !important;
	border-color: #000;
}
/* -- 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=about-me-1.css.map */
