
@import url('https://fonts.googleapis.com/css?family=Heebo:100,200,300,400,500,700,900');

@font-face {
    font-family: Madelyn;
    src: url(../fonts/Madelyn.otf); 
}

/* col-xs */
@media(max-width:767px){

}
/* col-sm */
@media(min-width:768px){

}
/* col-md */
@media(min-width:992px){

}
/* col-lg */
@media(min-width:1200px){

}

/*
Global
* --------------------------------------- */
body{
 	font-family: 'Heebo', sans-serif !important;
	font-size: 22px;
	color: #004400;
	line-height: 1.5;
	direction: ltr;	
}
.fix_nav_add {
  margin-top: 70px;
}
html {
	scroll-behavior: smooth;
}
/* col-xs */
@media(max-width:767px){
	body{
		font-size: 16px;
	}
}
.whitxt{
	color: #fff;
}
.no-padding{
	padding: 0 15px;
}
a:hover,
a:focus{
	outline: none;
	text-decoration: none;
}
.btn {
  cursor: pointer;
  background-image: linear-gradient(45deg, #ef841e 0%, #ef841e 55%, #bf5b18 90%);	
  background-position: 96% 0;
  background-size: 200% 200%;
  color: white;
  padding: 5px 48px;
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
  box-shadow:4px 4px 5.64px 0.36px rgba(0, 0, 0, 0.18); 
  transition: all 0.5s ease;
}
.btn:hover {
  box-shadow: 0 0px 0px 0 rgba(0, 40, 120, 0);
  background-position: -5px 0;
	color: #fff;
}
.opacity_elem {
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cover {
  -vendor-animation-duration: 2s;
}

.cannabis-old {
  border: 2px #004400 solid;
  border-radius: 7px;
  margin: 5px;
}

.cannabis-old a {
  padding: 0 0px 0 0px !important;
  margin: 3px 8px;
  font-size: 15px !important;
  line-height: 16px !important;
  font-weight: 700;
  text-align: left;
}

/*
Navigation
* --------------------------------------- */

#navigation{
	padding: 0 15px !important;
	background-color: #e4e8e4 ;
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
}
.navbar-header img{
	max-width: 190px;
	margin-left: -15px;
}
#navigation *{ 
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}


#navigation a:focus,
#navigation a{
	color: #004400;
	font-size: 18px;
}	
#navigation a.active,
#navigation a:hover{
	color: #92b221;
	text-decoration: none;
	outline: none;
}
.navbar-brand{
	height: auto;
}

.navbar-header {
	
	
}
.navbar-toggle {
	margin: 19px 0;
    
}

.navbar-default .navbar-toggle {
    border-color: #040;
}	
.navbar-default .navbar-toggle .icon-bar {
    background-color: #040;
	height: 3px;

}

@media(max-width:767px){
	
	
}
@media(min-width:768px){
	#navigation .container-fluid{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.navbar-header {
		float: none; 
		display: inline-block;
		width: 29%;
	}
	.container-fluid>.navbar-collapse {
		padding-right: 0;
		margin-right: -15px;
	}
	#navbar{
		display: inline-block !important;
		width: 71%;
	}
	#navbar{
		text-align: right;
	}
	.navbar-nav {
    	float: right;
	}
	
}


#navigation .navbar img {
	max-height: 60px;
}
#navigation .navbar-brand {
	padding: 10px !important;
}

#navigation.fix_nav{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	-moz-animation: slide-down 1s  ;
	-webkit-animation: slide-down 1s ;
	animation: slide-down 1s ;
	animation-iteration-count: 1;
}

@-moz-keyframes slide-down {
	0%{
		transform: translateY(-100%);
	}
	100%{
		transform: translateY(0);
	}
	
}
@-webkit-keyframes slide-down {
  	0%{
		transform: translateY(-100%);
	}
	100%{
		transform: translateY(0);
	}
}
@keyframes slide-down {
  	0%{
		transform: translateY(-100%);
	}
	100%{
		transform: translateY(0);
	}
}


/*
Main Poster
* --------------------------------------- */

#main_poster{
	width:100%;
	height: 100vh;
	padding: 0 15px;
	overflow-y: hidden;
	display: flex;
  	align-items: center;
 	justify-content : center;
	background-size: cover;
	min-height: 800px;
}
#main_poster h1 {
	margin: 40px 0 0 0;
	margin-bottom: 30px;
	font-size: 80px;
  text-transform: uppercase;
  font-weight: bold;
}

#main_poster h2 {
	margin-top: 20px;
  margin-bottom: 20px;
  font-size: 28px !important;
}

#main_poster .poster-warrper {
  background-color: rgba(0,0,0,0.8);
  padding: 15px 30px 20px 35px;
  width: fit-content;
}

#main_poster .scroll2section:focus,
#main_poster .scroll2section:hover,
#main_poster .scroll2section {
	text-align: center ; 
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 18px;
	font-weight: normal;
	display: block;
	color: #fff;
}
#main_poster .container{
	font-size: 18px;
   
	font-weight: normal;
	text-align: left;  
	color: #fff;
}

#main_poster .scroll2section .arrow.bounce{
	display: block;
	margin-top: 15px;
}
#main_poster .scrollup .arrow.bounce{
	display: block;
	margin-top: 20px;
}
/* col-xs */
@media(max-width:767px){
	
	#main_poster {
		width: 100%;
		height: auto;
		min-height: 100vh;
		padding: 70px 15px;
	}
	#main_poster .scroll2section:hover,
	#main_poster .scroll2section{
		font-size: 14px;
	}
	#main_poster h1{
		font-size: 50px;
		margin-bottom: 10px;
	}
	#main_poster h2{
		font-size: 25px;
	}
	#main_poster p{
		line-height: 1.1;
	}
	#main_poster img{
		max-width: 225px;
		padding-right: 5px;
	}
}
@media(min-width:768px){
  
  #main_poster h1 {
    margin: 40px 0 0 0;
    margin-bottom: 30px;
    font-size: 62px;
  }
  
  #main_poster h2 {
    font-size: 20px !important;
  }
  
  #main_poster p {
    font-size: 16px;
  }
  
  
	#main_poster img{
		max-width: 210px;
    padding-right: 5px;
    margin-bottom: 50px;
	}
}

@media(min-width:1200px){
  
  #main_poster h1 {
    margin: 40px 0 0 0;
    margin-bottom: 30px;
    font-size: 78px;
  }
  
   #main_poster h2 {
    font-size: 28px !important;
  }
  
  #main_poster p {
    font-size: 18px;
  }
}

.mfp-title {
    line-height: normal !important;
    font-size: 14px !important;
}



#main_poster .scroll2section:hover,
#main_poster .scroll2section{
	transform: translateY(100%);

}


@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
.arrow.bounce:hover,
a:hover .arrow.bounce{
	-webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}


/*
Section Headline
* --------------------------------------- */

.headline h2,
.headline h3,
.headline {
	text-align: center;
}
.headline p.sub-title {
	text-align: center;
	margin-bottom: 25px;
}

.headline {
	margin: 85px 0;
}


/*
Services
* --------------------------------------- */

#services {
	padding-bottom: 30px;
}

#services h3 {
  background-color: rgba(0,68,0,0.8);
  width: fit-content;
  padding: 10px;
  margin-top: 0px;
  text-align: left !important;
}

#services .headline p ,
#services .headline h2 {
  text-align: left !important;
}


#services img {
	width: 100%;
	margin-bottom: 20px;
	min-height: 200px;
}
#services .cover-contnet-new { 
	position: absolute;
	top: 0;
	padding: 20px 40px;
	color: #FFF;
	bottom: 0;
	right: 0;
	left: 0;
	flex-flow: column;
	
}
#services .service .txt{
	font-size: 18px;
}


#services .cover-image-new{
  
}

/*
#services .txt,
#services .cover-image-new-hover{
  display: none;
}
*/

.serice-warp {
  position: relative;
  max-width: 100%;
}
.serice-warp img {
  display: block;
  max-width: 100%;
  height: auto;
}
.serice-warp .txt {
   opacity: 0;
}



.serice-warp .cover-image-new-hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  object-fit: contain;
  opacity: 0;
  transition: opacity .2s;
}
.serice-warp:hover .txt,
.serice-warp:hover .cover-image-new-hover {
  opacity: 1;
}


.serice-warp:hover .cover-contnet-new h3 {
  background-color: rgba(0,0,0,0.8) !important;
  color: #FFF !important;
}


/*
#services .cover-contnet { 
	position: absolute;
	top: 0;
	padding: 30px;
	color: #FFF;
	bottom: 0;
	right: 0;
	left: 0;
	display: flex;
  	align-items: center;
 	justify-content : center;
	
	
}
#services .service .cover-contnet,
#services .service .txt,
#services .service h3{
	
	-moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;

}
#services .service h3{
	text-align: center;
	margin: 20px auto;
}
#services .service .txt{
	transition: opacity .8s ease-in-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
	display: none;
	font-size: 18px;
}
#services .service:hover .cover-contnet{
	opacity: 1;
	height: auto;
	display: block;
  	align-items: center;
 	justify-content : center;
}
#services .service:hover .txt{
	opacity: 1;
    height: auto;
	display: block;
}
#services .service:hover h3{
	opacity: 1;
	text-align: left;
}


@media(max-width:767px){
	#services .cover-contnet{
		padding: 10px 30px;
	}
	#services .service .txt{
		font-size: 14px;
	}
}
*/

/*
Projects
* --------------------------------------- */

#projects {
	position: relative;
}

#projects .headline{
	position: absolute;
	top: 0;
	left: 17%;
	right: 0;
	z-index: 1;
	color: #fff;
  width: 200px;
  padding: 0px;
}
#projects .headline h2{
  text-align: left !important;
}

@media(max-width:995px){
	#projects .headline{
		display: none;
	}	
}

#projects span.proj-desc-key {
  display: inline-block;
  position: relative;
  width: 100px;
  font-weight: bold;
}

#projects span.proj-desc-value {
  display: inline-block;
  position: relative;
  max-width: 550px;
  vertical-align: top;
}



.carousel-caption{
	text-align: left;
	left: 17%;
	right: 17%;
	bottom: initial;
	top: 50%;
	transform: translateY(-50%);
	
}
.carousel-caption h3{
	font-size: 45px;
    text-transform: uppercase;  
}
.carousel-caption .btn{
	padding: 5px 25px;
    font-size: 18px;
	background-image: linear-gradient(55deg, #92b222 0%, #92b222 55%, #096d09 90%);
}
.carousel-caption .btn:hover{
	color: #fff;
}
.carousel-caption .text{
	margin: 25px 0;
}

.carousel-caption strong{
	font-weight: 700;
    min-width: 100px;
    display: inline-block;
}

.carousel-indicators li{
	background-color: #fff;	
    opacity: .5;
	width: 7px;
    height: 7px;
	-moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.carousel-indicators .active {
    margin: 0;
    width: 10px;
	opacity: 1;
    height: 10px;
    background-color: #fff;
	-webkit-box-shadow: 0px 0px 8px 4px rgb(255 255 225 / 50%);
    box-shadow: 0px 0px 8px 4px rgb(255 255 225 / 50%);
}

.carousel-control-next,
.carousel-control-prev{
	font-size: 20px;
	color: #fff;
	position: absolute;
    top: 50%;
	left: 25px;
	width: 20px;
}
.carousel-control-next svg,
.carousel-control-prev svg{
	fill:#fff;
}
.carousel-control-next{
	right: 25px;
	left: auto;
}

.carousel-caption .text{
		font-size: 16px;
		max-width: 70%;
		margin: 25px 0;
	}

@media(max-width:767px){
  
  
#projects span.proj-desc-value {
  max-width: 70%;
}

  
	#projects .item img{
		min-height: 100vh;
		object-fit: cover;
	}
	
	.carousel-caption .btn{
		width: 215px;
    	margin: 0 !important;
	}
  
  .carousel-caption .text{

		max-width: 100%;

	}
  
  .carousel-caption h3 {
    font-size: 25px;
  }
  
  .carousel-caption{
    left: 12%;
    right: 12%;
  }
	
}
@media(min-width:992px){
	#projects .item img{
		max-height: 95vh;
		object-fit: cover;
		min-height: 900px;
	}
	.carousel-caption .text{
		font-size: 18px;
		max-width: 100%;
		margin: 25px 0;
	}
	.mfp-image-holder .mfp-content {
		max-width: 70%;
	}
	
}


/*
Advantages
* --------------------------------------- */

#advantages {
	
}
#advantages h2 {
  text-align: left !important;
}
#advantages h3{
	font-weight: 300;
	font-size: 40px;
	max-width: 275px;
	text-align: left;
}
#advantages .service-icon{
	display: inline-block;
	max-width: 135px;
	
}
#advantages h3 b{
	display: block;
    /*margin: -64px auto 0;*/
}
.service_wrap p{
	text-align: left;
	font-size: 16px;
}
.service_wrap{
	max-width: 318px;
}


/*
Partners
* --------------------------------------- */

#partners {
	
}

#partners h2 {
	text-align: left !important;
}

#partners ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
}

#partners ul li {
  flex: 5 0 10%; /* explanation below */
  margin: 10px;
	text-align: center;
}

#partners ul li img{
	max-width: -webkit-fill-available;

}

#contact-us{
	height: 35px;
}

@media(min-width:768px){
	#contact-us{
		height: 100px;
	}
}
@media(max-width:767px){
	

	#partners ul{
		margin: 0 auto ;
		padding: 0;
	}
	#partners ul li {
		flex: 5 0 33%; /* explanation below */
		width: 33%;
		margin: 10px;
	}
}

@media(max-width:1200px){
	#partners ul{
		margin: 0 auto 35px;
		padding: 0;
	}
	#partners ul li {
		flex: 5 0 30%; /* explanation below */
		width: 30%;
		margin: 10px;
	}
}


/*
Contact Us
* --------------------------------------- */

#contact {
	background: rgb(145,177,61);
	background: -moz-linear-gradient(left, rgba(145,177,61,1) 0%, rgba(0,68,0,1) 100%);
	background: -webkit-linear-gradient(left, rgba(145,177,61,1) 0%,rgba(0,68,0,1) 100%);
	background: linear-gradient(to right, rgba(145,177,61,1) 0%,rgba(0,68,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91b13d', endColorstr='#004400',GradientType=1 );
	z-index: -2;
	color: #FFF;
	padding-bottom: 50px;
}

#contact .headline h2,
#contact .headline p {
  text-align: left !important;
}

#contact-form .form-group span{
	font-weight: 500;
	position: relative;
	z-index: 1;
}

.form-group {
    margin-bottom: 15px;
}
#contact-form .form-control{
	border-radius: 0;
	width: 100%;
	height: 40px;
	font-weight: 300;
	margin: 0px auto 25px;
	border: none;
	background-color: transparent;
	border-bottom: 1px solid rgba(255,255,255,0.8);
	box-shadow: none;
	padding: 10px 0 ;
	color: #fff;
	overflow: hidden;
	z-index: 2;
}

#contact-form label{
	color: #fff;
    font-weight: 300;
    font-size: 16px;
    position: absolute;
    right: 15px;
	left: 15px;
    width: 100%;
    top: 0px;
    transition: 0.3s;
    letter-spacing: 0.5px;
	z-index: 0;
	
}

#contact-form .form-group span ~ .focus-border{
	position: absolute; 
	bottom: 0;
	left: 0;
	width: 0; 
	height: 2px; 
	background-color: #3399FF; 
	transition: 0.4s;
}
#contact-form  .has-content .focus-border,
#contact-form  .has-content .focus-border{
	width: 100%; 
	transition: 0.4s;
}
#contact-form .has-content  label, 
#contact-form .has-content label{
	top: -15px; 
	font-size: 12px; 
	color: #fff; 
	transition: 0.3s;
}


#contact-form .form-control:focus,
.form-control:focus,
.wpcf7-submit:focus,
#contact-form .btn:focus{
	box-shadow: none !important;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none  !important;
	outline:none !important;
}

.wpcf7-form.sent  #contact-form { 
	visibility: hidden;
	width: 0;
    display: none;
}
.wpcf7-response-output {
    display: none !important;
}
.thankYou {
	display: none;
}

#contact-form .btn{
	width: 100%;
	max-width: 225px;
	margin: 0 auto;
}
.wpcf7-form.sent .thankYou{
	display: block;
    color: #fff;
    font-size: 28px;
    text-align: center;
    width: 100%;
    margin: 10px auto;
    padding: 0;
}


span.wpcf7-not-valid-tip {
    font-size: 14px;
    font-weight: normal !important;
    margin: -15px 0 30px;
	color: #710707;
}


/* col-xs */
@media(max-width:767px){
	#contact_us{
		padding: 25px 15px;
	}
	#contact-form .btn{
		max-width: 100%;
	}
	.btn{
		display: block;
		margin: 0 auto 25px !important;
	}
	
}


/*
Footer
* --------------------------------------- */

#footer {
	padding: 40px;
}
#footer .links:not(:last-child):after {
    content: "/";
    display: inline-block;
   
}

#footer .brand{
	margin: 0 auto 20px;
	display: block;
}
#footer .brand img{
	max-width: 230px
}
#footer .links{
	color: #004400;
	display: inline-block;
	font-size: 19px;

}
#copyright{
	text-align: right;
	font-size: 14px;
}

@media(max-width:767px){
	#footer .links_wrap,
	#copyright{
		text-align: center;
	}
	#footer .brand img{
		margin: 0 auto;
	}
}
/*
Spinner
* --------------------------------------- */
.spinner {
  width: 300px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.spinner .ball {
  width: 20px;
  height: 20px;
	background: rgb(145,177,61);
background: -moz-linear-gradient(left, rgba(145,177,61,1) 0%, rgba(0,68,0,1) 100%);
background: -webkit-linear-gradient(left, rgba(145,177,61,1) 0%,rgba(0,68,0,1) 100%);
background: linear-gradient(to right, rgba(145,177,61,1) 0%,rgba(0,68,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91b13d', endColorstr='#004400',GradientType=1 );
	
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: motion 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
          animation: motion 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

@-webkit-keyframes motion {
  0% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
  25% {
    -webkit-transform: translateX(-50px) scale(0.3);
            transform: translateX(-50px) scale(0.3);
  }
  50% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
  75% {
    -webkit-transform: translateX(50px) scale(0.3);
            transform: translateX(50px) scale(0.3);
  }
  100% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
}

@keyframes motion {
  0% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
  25% {
    -webkit-transform: translateX(-50px) scale(0.3);
            transform: translateX(-50px) scale(0.3);
  }
  50% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
  75% {
    -webkit-transform: translateX(50px) scale(0.3);
            transform: translateX(50px) scale(0.3);
  }
  100% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
}






