/*
 * Template Name: About Me 2 Template
 * Author: @vitatemplates
*/

/* -- Intro Section -- */
section.intro {
	height: 100%;
	background-image: url(../../../img/1500x600/img-6.jpg);
	background-position: top center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding: 3rem 0 17rem 0;
	position: relative;
}
section.intro ul {
	position: relative;
}
/* -- About Section -- */
section.about {
	padding: 5rem 0;
}
section.about .line {
	height: 2px;
	width: 30%;
}
section.about .media li {
	overflow: hidden;
}
section.about .media li a {
	font-size: .9rem;
	width: 30px;
	height: 30px;
	display: block;
	text-align: center;
	padding-top: 7px;
	border-radius: 50%;
	color: #ffffff !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 .media li a i:hover i:first-child {
	margin-top: -30px;
}
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-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-15.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
}
section.counter .line {
	width: 80px;
	height: 2px;
	margin: .8rem auto 2rem auto;
}
section.counter .counterbox {
	background-color: rgba(41, 50, 62, 0.5) !important;
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: .5rem;
}
/* -- Testimonials Section -- */
section.testimonials {
	padding: 4rem 0;
}
section.testimonials h2 {
	line-height: 3rem;
}
section.testimonials h2 span {
	border-bottom: 1px solid;
	display: inline-block;
	line-height: 2rem;
}
/* -- Portfolio Section -- */
section.portfolio {
	display: table;
	margin: 0 auto;
	padding: 0 0 5rem 0;
}
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:last-child .folio-caption {
	-webkit-filter: blur(0px);
	filter: blur(0px);
	opacity: 1;
	background-color: rgba(88, 95, 105, 0.5) !important;
}
section.portfolio .folio:last-child 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-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;
}
section.portfolio .morelink {
	font-size: .9rem;
	border-radius: 25px !important;
	white-space: normal;
	width: 130px !important;
	height: auto !important;
	color: #000000 !important;
}

@media (max-width: 992px) {
section.portfolio .folio {
	width: 50% !important;
}
}

@media (max-width: 768px) {
section.portfolio .folio {
	width: 100% !important;
}
}
/* -- Contact Me Section -- */
section.contactme {
	position: relative;
}
section.contactme: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;
	-webkit-filter: blur(2px);
	filter: blur(2px);
}
section.contactme .links a {
	min-width: 135px;
	margin: 5px;
	font-size: 15px;
	border-radius: 25px;
	white-space: normal;
}
section.contactme .links a:hover {
	background-color: #000000 !important;
	color: #ffffff !important;
	border-color: #000000;
}
/* -- 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-me-2.css.map */
