@import url("aos.css");

h1, .h1, h2, .h2{
	font-weight: 700 !important;
}

.wrapper {

}


.logo{
	background: #fff;
	padding: 10px;
	
	position: fixed;
	left: 20px;
	top: 0px;
	z-index: 9999;
}
	
.logo img{
	width: 130px;
	height: auto;
}


@media screen and (max-width: 991.98px) {
		
	
	.logo{
		left: auto;
		right: 0px;
		top: 0px;
	}
	
	.logo img{
		width: 65px;
		height: auto;
	}
	
}

#header .navbar{
	padding: 2.75rem 1rem;
	
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

#header .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
	outline: none;
}


#header .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}



#header .navbar-dark .navbar-nav .nav-link {
    color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
}

#header .navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}

#header .navbar-dark .navbar-nav .nav-link.active {
    color: #32523d;
}


#header.scrolled .navbar{
	padding: 0.75rem 1rem;
	background: rgba(113, 168, 14, .9);
}



@media screen and (max-width: 991.98px) {
		
	
	#header .navbar{
		padding: 1rem 1rem;
		background: rgba(113, 168, 14, 1);
	}
	

	#header .navbar-collapse{
		padding: 1rem 0;
	}
	
}



@media screen and (max-width: 1199.98px) {
		
		
	#header .navbar .btn span{
		display: none;
	}

}


.carousel{
	overflow: hidden;
}




.carousel-item{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}




.carousel-item:before{
	content: "";
	width: 100%;
	height: 40%;	
	
	background: -moz-linear-gradient(rgba(0,0,0,.7) 0%, rgba(255,255,255,0) 100%); 
	background: -webkit-linear-gradient(rgba(0,0,0,.7) 0%,rgba(255,255,255,0) 100%); 
	background: linear-gradient(rgba(0,0,0,.7) 0%,rgba(255,255,255,0) 100%); 

	
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 0px;
}

.carousel-item:after{
	content: "";
	width: 100%;
	height: 20%;	
	
	background: -moz-linear-gradient(rgba(255,255,255,0) 0%, rgba(0,0,0,.7) 100%); 
	background: -webkit-linear-gradient(rgba(255,255,255,0) 0%, rgba(0,0,0,.7) 100%); 
	background: linear-gradient(rgba(255,255,255,0) 0%, rgba(0,0,0,.7) 100%); 

	
	position: absolute;
	z-index: 0;
	left: 0px;
	bottom: 0px;
}



.carousel .carousel-description{
	width: 100%;
	text-align: center;
	font-size: 1.5rem;
	position: absolute;
	left: 0px;
	top: 44%;
	z-index: 3;
}

.carousel .carousel-description span:nth-child(1){
	display: inline-block;
	padding: 15px 30px;
	position: relative;
	background: rgba(0, 0, 0, .8);
	color: #fff;
}

.carousel .carousel-description span:nth-child(2){
	display: inline-block;
	padding: 15px 30px;
	position: relative;
	background: rgba(113, 168, 14, .8);
	color: #fff;
}


.carousel .products{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 200px;
	z-index: 3;
}

.carousel .products a{
	margin: 0 5px;
}

.carousel .products img{
	transition: all .2s ease-in-out;
	max-width: 150px;
	height: auto;
}

.carousel .products a:hover img{
	transform: scale(1.1);
}


/*
.carousel .overlay{
	width: 100%;
	height: 100%;	
	
	background: rgba(0, 0, 0, .8);
	
	mix-blend-mode: saturation;
	
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
}
*/


.carousel .moveDown{
	position: absolute;
	left: 50%;
	bottom: 50px;
	margin-left: -21px;
	z-index: 3;
	
	color: rgba(255, 255, 255, .5);
}
.carousel .moveDown:hover{
	color: rgba(255, 255, 255, 1);
}


.carousel-control-prev, .carousel-control-next {
	width: 90px;
	z-index: 3;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 30px;
    height: 30px;
}


@media screen and (max-width: 991.98px) {
		
	.carousel .min-vh-100{
		min-height: 570px !important;
	}
	
	
	.carousel .carousel-description{
		font-size: 1.25rem;
		top: 28%;
	}
	
	.carousel .carousel-description span{
		display: block;
		width: calc( 100% - 20px);
		margin: 0 10px;
	}
	
	.carousel .carousel-description span:nth-child(1){
		left: 0px;
		padding: 10px 10px;
	}
	
	.carousel .carousel-description span:nth-child(2){
		right: 0px;
		padding: 10px 10px;
		font-size: 1rem;
	}
	
	.carousel .products{
		bottom: 140px;
	}

	.carousel .products img{
		max-width: 90px;
	}
	
	/*
	.carousel .overlay{
		display: none;
	}
	*/
	
	.carousel-control-prev, .carousel-control-next{
		display: none;
	}

}


.section{
	padding: 100px 0;
}

h2{
	color: #71a80e;
}

h3{
	color: #145d70;
}

.line{
	width: 100%;
	height: 1px;
	background: #e8e8e8;
}

.table{
	color: #666;
}

.list-group i{
	margin: 0 0.5rem 0 0;
}

/* Google map */

.map-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
}
.map-container > *{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}






footer{
	padding: 3rem 0;
	color: #fff;
}

footer h4{
	color: #fff;
	color: rgba(255, 255, 255, .5);
}



