/*
 * Home Page CSS
 * Template Name: Sun
 * Author: @vitatemplates
*/

section .morelink {
	font-size: .9rem;
	border-radius: 25px;
	white-space: normal;
	color: #ffffff !important;
}
section .section-title {
	color: #555;
}
/* --  Header -- */
.header {
	padding: .5rem;
	height: 100vh;
	background-color: #171717;
	position: fixed;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	overflow-x: hidden;
	overflow-y: auto;
}
.header .logo img {
	width: 120px;
	margin-top: .5rem;
}

@media (min-width: 1199px) {
.header {
	width: 20%;
}
.content {
	width: 80%;
}
}

@media (max-width: 1199px) {
.header {
	width: 250px;
	z-index: 10;
	left: -100%;
}
.header-open {
	left: 0 !important;
}
.content {
	width: 100%;
}
}
/* --  Home Section -- */
section.home {
	height: 100vh;
	position: relative;
}
section.home .owl-carousel-section, section.home .owl-carousel, section.home .owl-stage-outer, section.home .owl-stage, section.home .owl-item, section.home .item {
	height: 100%;
}
section.home .owl-carousel .owl-item img {
	width: auto !important;
	margin: 0 auto;
	height: 100%;
}
section.home .owl-carousel-section .item .container {
	position: absolute;
	top: 33%;
	right: 0;
	left: 0;
	z-index: 10;
}
section.home .links a {
	min-width: 135px;
	margin: 5px;
	font-size: 15px;
	border-radius: 25px;
	white-space: normal;
}
section.home .buynowlink {
	color: #ffffff !important;
}
section.home .continuelink {
	border: 1px solid #ffffff;
	color: #ffffff;
}
section.home .continuelink:hover {
	color: #ffffff !important;
	background-color: #888;
}
section.home .owl-dots {
	margin-top: -2rem;
	z-index: 1;
	position: relative;
}
section.home .owl-dots span {
	background-color: #ffffff;
}
section.home .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 0;
	margin-top: 0 !important;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
section.home .owl-nav button {
	position: absolute;
}
section.home .owl-nav button span {
	background-color: rgba(0, 0, 0, 0.25) !important;
	width: 30px;
	height: 83px;
	display: block;
	font-size: 3rem;
}
section.home:hover .owl-nav {
	opacity: 1 !important;
}
/* -- About Section -- */
section.about .about-description {
	padding: 5rem 7rem;
}
section.about .about-description h2 {
	line-height: 3rem;
}
section.about .about-description span {
	border-bottom: 1px solid;
	display: inline-block;
	line-height: 2rem;
}
section.about .about-text {
	color: #555;
	font-size: 1rem;
}
section.about .owl-item .item {
	padding: 0 15px;
}
section.about .owl-dots .owl-dot span {
	width: 40px !important;
	height: 3px !important;
	border-radius: 0 !important;
}
section.about article .about-box {
	padding: 10px 0;
	position: relative;
}
section.about .about-image {
	overflow: hidden;
}
section.about .about-title {
	min-height: 40px;
	text-align: center;
}
section.about .about-summary {
	min-height: 100px;
	line-height: 20px;
	font-size: .9rem;
	text-align: center;
	font-style: italic;
}

@media (max-width: 786px) {
section.about .about-description {
	padding: 3rem !important;
}
}
/* -- Services Section -- */
section.services {
	padding: 8rem 0 3rem 0;
}
section.services .services-text {
	color: #555;
	font-size: 1rem;
}
section.services i {
	font-size: 2.3rem;
}
section.services p {
	color: #555;
	font-size: .9rem;
}
section.services .service-subtitle {
	font-size: 0.9rem;
	color: #888;
}
/* -- presentation Section -- */
section.presentation .presentation-text {
	height: 100%;
	background-image: url(../../img/1920x1080/img-17.jpg);
	background-position: top center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding: 2rem 0;
	position: relative;
}
section.presentation .presentation-text:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
section.presentation .presentation-text h2 {
	border-bottom: 2px solid;
}
section.presentation .presentation-text p {
	line-height: 35px;
}
section.presentation .play-video {
	display: block;
	width: 70px;
	height: 70px;
	margin: 0 auto;
	z-index: 1;
	position: relative;
	border-radius: 50%;
	cursor: pointer;
	font-size: 1.5rem;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
section.presentation .play-video i {
	position: absolute;
	top: 34%;
	left: 40%;
}
section.presentation .video {
	overflow: hidden;
	height: 100vh;
	padding: 2rem;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
}
section.presentation .video #video {
	width: 100%;
	height: 100%;
	z-index: 1000;
}
section.presentation .video i {
	position: absolute;
	right: 2.5rem;
	top: 2.5rem;
	font-size: 25px;
	color: #ffffff;
	cursor: pointer;
	z-index: 1001;
}
section.presentation .video i:hover {
	color: #f17b7b;
}
.showvideo {
	display: block !important;
}
/* -- Team Section -- */
section.team {
	padding: 5rem 0;
}
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;
	z-index: 1;
	-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 p {
	font-size: .9rem;
	color: #ffffff;
	padding: 1rem;
	opacity: 0;
	height: 54%;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
section.team .team-box:hover .team-media {
	background-color: rgba(0, 0, 0, 0.6) !important;
}
section.team .team-box:hover ul li a {
	opacity: 1;
	margin-top: 0;
}
section.team .team-box:hover .progressbox {
	opacity: 0;
}
section.team .team-box:hover p {
	opacity: 1;
}
section.team .progressbox {
	position: absolute;
	bottom: 5px;
	width: 100%;
	left: -10px;
	right: -10px;
	opacity: 1;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
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;
}
/* -- Portfolio Section -- */
section.portfolio {
	display: table;
	margin: 0 auto;
	padding: 2rem 0 5rem 0;
}
section.portfolio .folio {
	width: 33.33%;
	float: left;
	border: 3px solid #ffffff;
	overflow: hidden;
	position: relative;
}
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 .folio-caption {
	-webkit-filter: blur(0px);
	filter: blur(0px);
	opacity: 1;
	background-color: rgba(88, 95, 105, 0.5) !important;
}
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: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: #cccccc;
}
section.portfolio .folio-caption a i {
	color: #000;
	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: #000 !important;
}

@media (max-width: 786px) {
section.portfolio .folio {
	width: 50% !important;
}
}

@media (max-width: 576px) {
section.portfolio .row {
	display: block !important;
}
section.portfolio .folio {
	width: 100% !important;
}
}
/* -- Facts Section -- */
section.facts {
	padding: 5rem 0;
}
section.facts p {
	color: #555;
	font-size: .9rem;
}
section.facts .progressbox h6, section.facts .progressbox span {
	font-size: .9rem;
	font-style: italic;
}
section.facts .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.facts .progress {
	border-radius: 0;
}
section.facts .counter {
	position: relative;
}
section.facts .counter: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);
}
/* -- Owl Carousel Default --  */
.owl-stage-outer, .owl-stage-outer .item {
	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: #cccccc;
	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;
}
.owl-nav .owl-next {
	left: auto;
	right: 0;
}
.owl-nav .owl-prev {
	left: 0;
	right: auto;
}
/* -- 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: 0;
	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-4.css.map */
