/*
 * Home Page CSS
 * Template Name: Wind
 * Author: @vitatemplates
*/

/* -- Slider Section -- */
section.slider .sliderbg {
	width: 100%;
	height: 140px;
	background-image: url(../../img/1500x600/img-11.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position: absolute;
	bottom: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
section.slider .sliderbox {
	position: relative;
	height: 140px;
}
section.slider .sliderbox span {
	font-family: 'lalezar';
	position: absolute;
	font-size: 100px;
	font-weight: bold;
	color: #ffffff;
	line-height: 114px;
	text-shadow: 1px -1px 10px rgba(0, 0, 0, 0.5);
}
section.slider .social-media {
	position: absolute;
	bottom: 4rem;
	z-index: 10;
	width: 100%;
	right: 0;
}
section.slider .social-media li {
	padding: 0 .9rem;
}
section.slider .social-media li a {
	color: #000000;
}
section.slider .social-media li a:hover {
	color: #888 !important;
}
section.slider .box {
	height:auto;
}

section.slider .box .nilli_font{
	color:#169ee2;
	font-weight:bold;
	
}

section.slider .box .black{
	color: black;
	font-weight:bold;
}

section.slider .box .red{
	color:#d60a44;
	font-weight:bold;
}

section.slider .box .brown{
	color:#9e6403;
	font-weight:bold;
}

section.slider .box .greenpara{
	color: #4bb878;
	font-weight:bold;
}


section.slider .box h3 {
	font-family: 'lalezar';
    line-height: 2.5rem;
}
section.slider .box .h5 {
	position: absolute;
	bottom: 3.5rem;
	background-color: rgba(52, 58, 64, 0.7);
	border-radius: 12px;
}
section.slider .box img {
	display: none;
}
section.slider .box .btn {
	margin-top: 5rem;
	border: 1px solid transparent;
}
section.slider .box .btn:hover {
	margin-top: 5rem;
	background-color: #ffffff !important;
	color: #000000 !important;
	border: 1px solid #000000;
}

@media (max-width: 992px) {
section.slider .sliderbox {
	height: 125px !important;
}
section.slider .sliderbox span {
	font-size: 160px !important;
}
section.slider .sliderbg {
	height: 115px !important;
}
section.slider .social-media {
	bottom: 2rem !important;
	padding: 0 1rem !important;
}
section.slider .box {
	height: auto !important;
	min-height: 100px !important;
}
section.slider .box p {
	padding: 1rem !important;
	margin: 0 !important;
}
section.slider .box .btn {
	margin-top: 2rem !important;
}
}

@media (max-width: 768px) {
section.slider .sliderbox {
	height: 110px !important;
}
section.slider .sliderbox span {
	font-size: 50px !important;
}
section.slider .sliderbg {
	height: 80px !important;
}
}
/* -- Services Section -- */
section.services {
	padding: 12rem 0 7rem 0;
	overflow-x: hidden;
}
section.services .container {
	position: relative;
}
section.services h2 {
	line-height: .5rem;
	z-index: 1;
	position: relative;
}
section.services .h3 {
	line-height: 2.5rem;
	z-index: 1;
	position: relative;
}
section.services .services-text {
	color: #929292;
	font-size: 1.1rem;
	font-family: 'lalezar';
	z-index: 1;
	position: relative;
}
section.services i {
	font-size: 2.5rem;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	line-height: 100px;
	z-index: 1;
	position: relative;
}
section.services .h3 {
	z-index: 1;
	position: relative;
}
section.services p {
	color: #0f0f0f;
	font-size: 1rem;
	z-index: 1;
	position: relative;
}
section.services .leaves .leaf {
	position: absolute;
	z-index: 0;
	-webkit-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
	left: -100%;
	opacity: .5;
	-webkit-transform: rotate(200deg);
	-ms-transform: rotate(200deg);
	transform: rotate(200deg);
}
section.services .leaves .leaf.open {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
section.services .leaves .leaf.open:nth-child(1) {
	left: 100px;
	top: 0;
}
section.services .leaves .leaf.open:nth-child(2) {
	left: 860px;
	top: 120px;
}
section.services .leaves .leaf.open:nth-child(3) {
	left: 670px;
	top: 50px;
}
section.services .leaves .leaf.open:nth-child(4) {
	left: 335px;
	top: 80px;
}
section.services .leaves .leaf.open:nth-child(5) {
	left: 430px;
	top: -50px;
}
section.services .leaves .leaf img {
	position: absolute;
}
/* -- About Section -- */
section.about {
	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: 5rem 0;
	position: relative;
}
section.about:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
.about-text {
    position: relative;
}
section.about .about-text p {
	line-height: 35px;
	font-family: 'lalezar';
}
section.about .play-video {
	display: block;
	width: 70px;
	height: 70px;
	background-color: #e08f26;
	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.about .play-video:hover {
	background-color: #ca7b15;
}
section.about .play-video i {
	position: absolute;
	top: 34%;
	left: 40%;
}
section.about .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.about .video i {
	position: absolute;
	right: 2.5rem;
	top: 2.5rem;
	font-size: 25px;
	color: #ffffff;
	cursor: pointer;
	z-index: 1001;
}
section.about .video i:hover {
	color: #f17b7b;
}
section.about .video #video {
	width: 100%;
	height: 100%;
	z-index: 1000;
}
section.about .progress {
	height: 5px;
}
section.about .counter .h1 {
	font-family: 'lalezar';
	margin-bottom: .2rem;
	color: #e08f26;
}
.showvideo {
	display: block !important;
}
.pulse {
	-webkit-box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
	box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
	-webkit-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
}
 @-webkit-keyframes pulse {
 0% {
 -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
}
 70% {
 -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
}
 100% {
 -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
}
}
@keyframes pulse {
 0% {
 -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
 box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
}
 70% {
 -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
 box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
}
 100% {
 -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
 box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
}
}
/* -- Team Section -- */
section.team {
	padding: 9rem 0 5rem 0;
}
section.team .line {
	width: 7%;
	height: 2px;
	margin: 1rem auto 2rem auto;
}
section.team .team-text {
	color: #929292;
	font-size: 1.1rem;
	font-family: 'lalezar';
	z-index: 1;
	position: relative;
}
section.team .team-pictuer {
	position: relative;
}
section.team .team-pictuer h3 {
	background-color: rgba(255, 255, 255, 0.8);
}
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: 50px;
	-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: #000000 !important;
}
section.team .team-box p {
	font-size: .9rem;
	color: #ffffff;
	padding: 1rem;
	opacity: 0;
	height: 54%;
	line-height: 1.5rem;
	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 p {
	opacity: 1;
}
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 h6, section.team .progressbox span {
	font-size: .8rem;
	font-style: italic;
	margin-bottom: .3rem;
}
section.team .progress {
	height: 5px;
	margin-bottom: .5rem;
}
/* -- Testimonials Section -- */
section.testimonial {
	position: relative;
	padding: 5rem 0 10rem 0;
	background-color: rgba(142, 90, 26, 0.8);
}
section.testimonial:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-image: url(../../img/1920x1080/img-20.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	opacity: 0.3;
	-webkit-filter: blur(5px);
	filter: blur(5px);
}
section.testimonial .testimonials-Comments img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin: 0 auto;
}
section.testimonial .testimonials-Comments span {
	color: #d2d2d2;
}
/* -- Features Section -- */
section.features {
	padding-bottom: 8rem;
	margin-top: -7rem;
}
section.features .container {
	-webkit-box-shadow: 0 10px 26px -7px rgba(0, 0, 0, 0.4);
	box-shadow: 0 10px 26px -7px rgba(0, 0, 0, 0.4);
}
section.features .owl-carousel-section {
	height: 240px;
}
section.features .slider-features h3 {
	font-family: 'lalezar';
}
section.features .slider-features p {
	height: 100px;
	overflow: hidden;
}
section.features .portfolio {
	padding: 0;
}
section.features .folio {
	position: relative;
	overflow: hidden;
	width: 50%;
	float: left;
}
section.features .folio img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
section.features .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.features .folio:hover .folio-caption {
	-webkit-filter: blur(0px);
	filter: blur(0px);
	opacity: 1;
	background-color: rgba(88, 95, 105, 0.5) !important;
}
section.features .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);
}

@media (max-width: 992px) {
section.features .owl-carousel-section {
	height: auto !important;
}
section.features .slider-features p {
	height: auto !important;
}
}

@media (max-width: 768px) {
section.features .folio {
	width: 100%;
}
}
/* -- 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: 140px;
	margin: 5px;
	font-size: 15px;
	white-space: normal;
	border: 1px solid #ffffff;
	color: #ffffff;
}
section.calltoaction .links a:hover {
	background-color: #000000 !important;
	color: #ffffff !important;
	border-color: #000000;
}
/* -- 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-5.css.map */
