/*
 * Home Page CSS
 * Template Name: Shine
 * Author: @vitatemplates
*/

section .morelink {
	font-size: .9rem;
	border-radius: 25px;
	white-space: normal;
	color: #ffffff !important;
}
section .section-title {
	color: #555;
}
/* -- Intro Section -- */
section.intro {
	height: 100%;
	background-image: url(../../img/1920x1080/img-4.jpg);
	padding: 5rem 0;
	background-size: cover;
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
}
section.intro h3 {
	border-bottom: 2px solid;
	color: #979797;
}
section.intro img {
	width: 100px;
	height: 50px;
}
section.intro .links a {
	min-width: 135px;
	margin: 5px;
	font-size: 15px;
	border-radius: 25px;
	white-space: normal;
}
section.intro .buynowlink {
	color: #ffffff !important;
}
section.intro .continuelink {
	border: 1px solid #888;
	color: #888;
}
section.intro .continuelink:hover {
	color: #ffffff !important;
	background-color: #888;
}
/* -- Scroll Down -- */
section.intro .scrolldown {
	position: relative;
	z-index: 10;
	letter-spacing: .1em;
	display: inline-block;
	margin-top: 2rem;
}
section.intro .scrolldown:hover {
	opacity: .5;
}
section.intro .scrolldown span {
	position: absolute;
	top: 1rem;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 24px;
	height: 24px;
	border-left: 3px solid;
	border-bottom: 3px solid;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: scrolldown 1.5s infinite;
	animation: scrolldown 1.5s infinite;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
 @-webkit-keyframes scrolldown {
 0% {
 -webkit-transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
 opacity: 0;
}
 50% {
 opacity: 1;
}
 100% {
 -webkit-transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
 opacity: 0;
}
}
@keyframes scrolldown {
 0% {
 -webkit-transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
 transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
 opacity: 0;
}
 50% {
 opacity: 1;
}
 100% {
 -webkit-transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
 transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
 opacity: 0;
}
}
/* -- About Section -- */
section.about {
	padding: 7rem 0 5rem 0;
}
section.about .line {
	height: 2px;
	width: 30%;
}
section.about p {
	color: #555;
	font-size: .9rem;
}
section.about #video {
	max-width: 100%;
	max-height: 100%;
}
/* -- Services Section -- */
section.services {
	padding: 5rem 0 9rem 0;
}
section.services .line {
	width: 50%;
	height: 2px;
	margin: -.9rem auto 2rem auto;
}
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;
}
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);
}
section.portfolio .folio:hover .folio-caption {
	opacity: 1;
	background-color: rgba(88, 95, 105, 0.5) !important;
}
section.portfolio .folio img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
section.portfolio .row-odd .folio:nth-child(1) {
	width: 50%;
	float: left;
}
section.portfolio .row-odd .folio:nth-child(2) {
	width: 25%;
	float: left;
}
section.portfolio .row-odd .folio:nth-child(3) {
	width: 25%;
	float: left;
}
section.portfolio .row-even .folio:nth-child(1) {
	width: 50%;
	float: right;
}
section.portfolio .row-even .folio:nth-child(2) {
	width: 25%;
	float: right;
}
section.portfolio .row-even .folio:nth-child(3) {
	width: 25%;
	float: right;
}
section.portfolio .folio-caption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
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: #cccccc;
}
section.portfolio .folio-caption a i {
	color: #000;
	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;
}
}
/* -- News Section -- */
section.news {
	padding: 9rem 0 9rem 0;
}
section.news .line {
	width: 50%;
	height: 2px;
	margin: -.9rem auto 2rem auto;
}
section.news .news-text {
	color: #555;
	font-size: 1rem;
}
section.news .owl-item {
	height: 236px;
	overflow: hidden;
}
section.news .owl-item:hover .news-box {
	background-color: rgba(255, 255, 255, 0.8);
	margin-top: -236px;
}
section.news .owl-item .item {
	padding: 0 15px;
}
section.news article img {
	height: 236px;
}
section.news article .news-box {
	height: 236px;
	position: relative;
	margin-top: -80px;
	padding: 10px 20px;
	background-color: rgba(255, 255, 255, 0.7);
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
section.news .news-title {
	height: 40px;
	overflow: hidden;
}
section.news .news-summary {
	height: 100px;
	overflow: hidden;
	line-height: 20px;
	font-size: .9rem;
}
/* -- 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 #cccccc;
}
/* -- Team Section -- */
section.team {
	padding: 9rem 0 5rem 0;
}
section.team .line {
	width: 50%;
	height: 2px;
	margin: -.9rem 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: #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;
}
/* -- 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%;
}
section.testimonials .testimonials-Comments span {
	color: #888;
}
/* -- Call To Action Section -- */
section.calltoaction {
	position: relative;
}
section.calltoaction: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.calltoaction .links a {
	min-width: 135px;
	margin: 5px;
	font-size: 15px;
	border-radius: 25px;
	white-space: normal;
}
section.calltoaction .links a:hover {
	background-color: #000 !important;
	color: #ffffff !important;
	border-color: #000;
}
section.calltoaction .continuelink {
	border: 1px solid #ffffff;
	color: #ffffff;
}
/* -- 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 .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
}
.owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	display: inline-block;
	background-color: #cccccc;
	margin: 0 5px;
	border-radius: 50%;
	outline: none;
	-webkit-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .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=theme-1.css.map */
