/*
 * Home Page CSS
 * Template Name: Breath
 * 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: 550px;
	position: relative;
}
section.intro .owl-carousel-section, section.intro .owl-carousel, section.intro .owl-stage-outer, section.intro .owl-stage, section.intro .owl-item, section.intro .item {
	height: 100%;
}
section.intro .owl-carousel .owl-item img {
	width: auto !important;
	margin: 0 auto;
	height: 100%;
}
section.intro .owl-carousel-section .item .container {
	position: absolute;
	/*top: 33%;*/
	right: 0;
	left: 0;
	z-index: 10;
}
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 #ffffff;
	color: #ffffff;
}
section.intro .continuelink:hover {
	color: #ffffff !important;
	background-color: #656936;
}
section.intro .owl-dots {
	margin-top: -2rem;
	z-index: 1;
	position: relative;
}
section.intro .owl-dots .owl-dot span {
	background-color: #ffffff;
}
section.intro .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.intro .owl-nav button {
	position: absolute;
}
section.intro .owl-nav button span {
	/*background-color: rgba(0, 0, 0, 0.25) !important;
	width: 30px;
	height: 83px;
	display: block;*/
	font-size: 6em;
}
section.intro:hover .owl-nav {
	opacity: 1 !important;
}
/* -- Scroll Down -- */
section.intro .scrolldownbox {
	bottom: 7rem;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	width: 100%;
}
section.intro .scrolldown {
	position: relative;
	z-index: 10;
	letter-spacing: .1em;
	display: inline-block;
}
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;
}
}
/* -- Services Section -- */
section.services {
	padding: 5rem 0;
}
section.services .line {
	width: 200px;
	height: 2px;
	margin: 1rem auto 2rem auto;
	position: relative;
}
section.services .line:before {
	content: '';
	width: 30px;
	height: 2px;
	background-color: #555;
	position: absolute;
	right: 0;
}
section.services .line:after {
	content: '';
	width: 30px;
	height: 2px;
	background-color: #555;
	position: absolute;
	left: 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;
}
/* -- About Section -- */
section.about {
	position: relative;
	padding: 6rem 0;
}
section.about:before {
	display: block;
	content: '';
	background-image: url(../images/img-2.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: .1;
	top: 0;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
section.about p {
	color: #555;
	font-size: .9rem;
}
section.about .about-images img {
	width: 59%;
	-webkit-box-shadow: -30px 0 60px -10px #a9a9a9;
	box-shadow: -30px 0 60px -10px #a9a9a9;
}
section.about .about-images img:first-child {
	z-index: 2;
	position: relative;
}
section.about .about-images img:last-child {
	margin-top: -50%;
}

@media (max-width: 991px) {
section.about .section-title {
	margin-right: 0 !important;
	margin-left: 0 !important;
}
}
/* -- News Section -- */
section.news {
	padding: 9rem 0 9rem 0;
}
section.news .line {
	width: 200px;
	height: 2px;
	margin: 1rem auto 2rem auto;
	position: relative;
}
section.news .line:before {
	content: '';
	width: 30px;
	height: 2px;
	background-color: #555;
	position: absolute;
	right: 0;
}
section.news .line:after {
	content: '';
	width: 30px;
	height: 2px;
	background-color: #555;
	position: absolute;
	left: 0;
}
section.news .news-text {
	color: #555;
	font-size: 1rem;
}
section.news .owl-item .item {
	padding: 0 15px;
}
section.news article .news-box {
	padding: 10px 0;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
section.news article:hover .news-image img {
	-webkit-transform: scale(1.2) rotateZ(-5deg);
	-ms-transform: scale(1.2) rotateZ(-5deg);
	transform: scale(1.2) rotateZ(-5deg);
}
section.news .news-image {
	overflow: hidden;
}
section.news .news-image img {
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
section.news .news-date {
	height: 20px;
}
section.news .news-title {
	min-height: 40px;
}
section.news .news-summary {
	min-height: 100px;
	line-height: 20px;
	font-size: .9rem;
}
/* -- Portfolio Section -- */
section.portfolio {
	display: table;
	margin: 0 auto;
}
section.portfolio .folio {
	border: 3px solid #ffffff;
	overflow: hidden;
	position: relative;
	width: 25%;
	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-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;
}

@media (max-width: 992px) {
section.portfolio .folio {
	width: 50% !important;
}
}

@media (max-width: 576px) {
section.portfolio .folio {
	width: 100% !important;
}
}
/* -- Team Section -- */
section.team {
	padding: 9rem 0 5rem 0;
}
section.team .line {
	width: 200px;
	height: 2px;
	margin: 1rem auto 2rem auto;
	position: relative;
}
section.team .line:before {
	content: '';
	width: 30px;
	height: 2px;
	background-color: #555;
	position: absolute;
	right: 0;
}
section.team .line:after {
	content: '';
	width: 30px;
	height: 2px;
	background-color: #555;
	position: absolute;
	left: 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;
	-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 .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 .progressbox .progress {
	height: 20px !important;
	border-radius: 0 !important;
	padding-top: 2px;
}
section.team p {
	font-size: .9rem;
	color: #555;
}
/* -- Facilities Section -- */
section.facilities {
	padding: 6rem 0;
	background: #2a2b31;
	background: -webkit-linear-gradient(45deg, #2a2b31 0%, #32333a 100%);
	background: -webkit-gradient(linear, 45deg, from(#2a2b31), to(#32333a));
	background: -o-linear-gradient(45deg, #2a2b31 0%, #32333a 100%);
	background: linear-gradient(to 45deg, #2a2b31 0%, #32333a 100%);
	position: relative;
}
section.facilities:before {
	display: block;
	content: '';
	background-image: url(../../img/1920x1080/img-16.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: .1;
	top: 0;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
section.facilities #facilities-tab a {
	padding: 1rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	color: #ffffff;
}
section.facilities #facilities-tab a:last-child {
	border-bottom: none;
}
section.facilities #facilities-tab a:hover {
	color: #ffffff !important;
	background-color: rgba(0, 0, 0, 0.05);
}
section.facilities #facilities-tab a.active {
	background-color: rgba(0, 0, 0, 0.2);
}
section.facilities .tab-content > .tab-pane {
	overflow: hidden;
	visibility: hidden;
}
section.facilities .tab-content > .tab-pane.active {
	visibility: visible !important;
}
section.facilities .tab-content > .tab-pane.active .tab-text {
	top: 0 !important;
	visibility: visible !important;
}
section.facilities .tab-content > .tab-pane .tab-text {
	top: 100%;
	-webkit-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

@media (min-width: 992px) {
section.facilities .tab-content > .tab-pane {
	display: block !important;
}
section.facilities .tab-content > .tab-pane .tab-text {
	position: absolute;
}
}
/* -- Features Section -- */
section.features {
	padding: 8rem 0;
}
section.features .features-images img {
	position: absolute;
	width: 65%;
}
section.features .features-images img:nth-child(1) {
	top: 2rem;
}
section.features .features-images img:nth-child(2) {
	left: 6rem;
	top: .5rem;
}
section.features .features-images img:nth-child(3) {
	top: 4rem;
	left: 3rem;
}
section.features .features-text {
	padding: 1rem 0;
}
section.features .section-title .h6 {
	color: #888;
}
section.features .feature-items .feature-number span {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding-top: 7px;
	font-size: 17px;
	font-weight: bold;
}
section.features .feature-items .feature-subtitle {
	color: #888;
	font-size: 0.9rem;
}

@media (max-width: 768px) {
section.features .features-text {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 1.5rem !important;
}
}
/* -- Client Section -- */
section.client {
	position: relative;
}
section.client .line {
	height: 2px;
	width: 5%;
	margin: 0 auto 3rem auto;
}
section.client: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.client .item img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	width: 100px !important;
	margin: 0 auto;
	opacity: .8;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
section.client .item:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;
}
/* -- 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: -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-3.css.map */
