/*!
	::::::::::::::::::::
	  GLOBAL ITEMS
	::::::::::::::::::::
*/

@import url('bootstrap-4.6.2.min.css');
/* @import url('https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css'); */

/* <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous"> */


::-webkit-scrollbar {
	background-color: #abc18c;
	width: 12px;
	outline: 0.0625rem solid #ccc;
}

::-webkit-scrollbar-track { -webkit-box-shadow: none; }

::-webkit-scrollbar-thumb {
	background-color: var(--primary-hover);
	outline: .5px solid var(--dark-green);
	border-radius: 6px;
}

*:focus { outline: none!important; }

.text-primary { color: var(--primary-color) !important; }

.btn-primary {
	color: #fff;
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}

.btn-primary:hover {
	color: #fff;
	background-color: var(--primary-hover);
	border-color: var(--primary-hover);
}


.bg-navy { background-color: var(--dark-navy); }

*,*:after,*:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

.hidden { display: none !important; }
.visible { display: inline-block !important; }
.overflow-visible { overflow: visible !important; }
.opacity0 { opacity: 0; }
.tiny { font-size: 60% !important; }
.x-small { font-size: 11px; }

.white_out {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: white;
	z-index: 50000;
}


hr.mini {
    width: 30px;
    /* height: 8px; */
    text-align: left;
    margin: 5px 0 5px;
    border-top: 5px solid var(--primary);
}

#logo-container {
	background-color: #8DC02F;
	height: 115px;
}

#logo {
	margin: 0 0 0 1rem;
	/* height: 100%; */
	max-width: 255px;
	transition: all .6s cubic-bezier(0.390, 0.575, 0.565, 1.000);
}

/* html, body{ overflow-x: hidden;} */

body {
	color: #454545;
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.618;
	font-family: 'Montserrat','Gotham',sans-serif;
	font-weight: 400;
	width: 100%;
	letter-spacing: .065rem;
	overflow-x: hidden;
}

b, strong { font-weight: bold; }

a {
	color: inherit;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

p a {
	color: var(--primary-color);
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	display: inline-block;
}

p a:hover {
	color: #ff5b16!important;
	border-width: 100%;
}

p a:after :not('.btn') {
	display: block;
	content: '';
	border-bottom: solid 1px #ff5b16;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform 250ms ease-in-out;
	transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}

p a:hover:after :not('.btn') {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

*:focus,*:active {
	outline: none!important;
	border: none;
	-moz-outline-style: none;
}

/* //small for mobile */
/* .h-100vh { height: 60vh!important; } */
.h-100vh { height: 100vh!important; }

/* 
@media (min-768px) {
	.h-100vh { height: 100vh!important; }
}
 */

.Playfair {
	font-family: 'Playfair Display' !important;
	font-style: normal;
	letter-spacing: 0px;
}

.bkg-img {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('../img/img_blank.gif');
}



.top_img.bkg-img { min-height: 480px; }
.w-200 { width: 100%; }
.text-tight { letter-spacing: -0.324rem; }

.text-middle {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.masthead {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	margin: 3px;
	padding: 4px;
	border-radius: 9px;
	font-family: "Playfair Display";
	font-weight: bold;
	font-size: calc(100vw / 8)!important;
	color: white;
}

.info-bar {
	position: absolute;
	left: 50%;
	top: 73%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	border-bottom: 2px solid #fff;
	border-radius: 0;
	line-height: 1;
}

.icon-scroll,.icon-scroll:before {
	position: relative;
	left: 50%;
	top: 50%;
}

.icon-scroll {
	color: #fff;
	font-size: 6rem;
	font-family: "FontAwesome";
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: scroll;
	animation-name: scroll;
	z-index: 50;
	left: 50vw;
	top: 84%;
	width: 145px;
	margin-left: -80px;
}

video {
	width: 100%;
	height: 100%;
}

.video-container {
	height: 100vh;
	width: 100vw;
	position: relative;
}

.video-container video {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	z-index: 0;
}

.bg-grey { background-color: #fff; }

.gradient-bkg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 57%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#00000000',GradientType=1 );
	z-index: 1;
}

.gradient-background {
  background: linear-gradient(225deg,#51ad35,#9cd29d);
  background-size: 120% 120%;
  animation: gradient-animation 10s ease infinite;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.color-splash {
	margin-top: -6vw;
    clip-path: polygon(12% 0px, 100% 0px, 100% 65%, 0% 100%);
    background-color: rgb(255 249 175);
    margin-top: -6vw;
    opacity: 1;
    visibility: inherit;
    transform: translate(0px, 0px);
    background: linear-gradient(225deg,#008000,#daecc0);
    background-size: 120% 120%;
    animation: gradient-animation 10s ease infinite;
}


/* 
.panel-image-left{clip-path:polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);}
.panel-image-right{clip-path:polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);}
 */

/* Pop-out widget   :::::::::::::::: */
/*:::::::::::::::::::::::::::::::::: */
#pop_out,
#pop_out_alt {
	position: absolute;
	top: 151px;
	left: -220px;
	background-color: white;
	padding: 0rem 1.275rem 2.5rem;
	box-shadow: 0 0 20px -4px #acacac;
	z-index: 100;
	width: 360px;
	font-size: .875rem;
	/* display: none; */
	opacity: 0;
	transition: .4s ease-out;
}

#pop_out span,
#pop_out_alt span { display: block; }

#pop_out.active,
#pop_out_alt.active {
	/* display: block; */
	left: 0px;
	opacity: 1;
}

#pop_out_alt {
	width: auto;
	height: 41px;
	font-size: 13px;
	padding: 10px 11px 26px;
	top: 151px;
	cursor: pointer;
}

.pop_out_x { cursor: pointer; }



#intro_copy{
	color: white;
	position: absolute;
	top: 100px;
	left: auto;
	text-shadow: 2px 1px 2px #363936;
}
#intro_copy h3{
	font-size: calc(16px + 1.1vw);
}




#intro_copy h3 {
    font-size: calc(16px + 2.9vw);
    position: absolute;
    top: 50px;
}



/*:::::::::::::::::::::::::::::::::: */

/*! ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	  NAV ITEMS
	::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/

#main-nav {
	position: fixed;
	z-index: 1000;
	background-color: white;
	box-shadow: 0 0 12px 0 #394969;
	width: 100%;
	TOP: 0;
}

.sidenav-container {
	position: fixed;
	height: 100%;
	width: 50%;
	min-width: 350px;
	max-width: 500px;
	background-color: #b7b7b7;
	/* left: 0; */
	right: -520px;
	top: 60px;
	bottom: 0;
	z-index: 999;
	padding: 3rem 1em 3rem 1rem;
	clip-path: polygon(0% 0%, 12% 100%, 100% 100%, 100% 0%);
	-moz-transition: .4s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: .4s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.sidenav-container.active { right: 0; }
.sidenav-container a:hover { margin-left: 1.16rem; }

.sidenav-container a {
	transition: .4s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	display: block;
	width: 100%;
	height: 100%;
}

.sidenav-container .border-bottom { border-bottom: 1px solid #6c6c6c!important; }

.subnav {
	opacity: 0;
	/* position: absolute; */
	z-index: 100;
	/* top: 56%; */
	/* left: 1rem; */
	/* display: block; */
	/* clear: both; */
	font-size: 3vw;
}

.subnav a {
	color: white!important;
	font-size: 14px;
	text-transform: Uppercase;
}

.subnav a:hover { color: var(--info)!important; }
#nav { background-color: green; }

#nav {
	background-color: green;
	width: 100%;
	height: 36px;
	position: absolute;
}

.nav {
	display: block;
	background-color: #8dc02fed;
	width: 300px;
	height: 100%;
	right: -300px;
	padding: 0.8rem 1.5rem 1.5rem;
	position: fixed !important;
	top: 151px;
	justify-content: right;
	transition: all 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.nav.active { right: -10px; }

.nav-item {
	display: block;
	text-align: right;
	transition: .6s ease-out;
}

.nav-item a {
	color: white;
	transition: .6s ease-out;
}

/* 
.nav-item:hover,
.nav-item:hover a { background-color: var(--primary-hover); }
 */

#meneu-toggle {
	position: absolute;
	right: -9px;
	top: 111px;
	width: 160px;
	height: 44px;
	/* background: #8DC02F; */
	border-radius: 100px;
	text-align: center;
	line-height: 39px;
	font-size: 2rem;
	font-family: 'FontAwesome';
	color: var(--white);
	cursor: w-resize;
	z-index: 10000;
}

#meneu-toggle.active { cursor: e-resize; }

@media screen and (min-width: 980px) {
	#meneu-toggle { display: none; }
	
	.nav {
		display: inline-block;
		background-color: #8dc02f00;
		width: unset;
		height: 100%;
		right: unset;
		left: 50%;
		transform: translateX(-50%);
		padding: 0rem 1.5rem 1.5rem;
		position: relative !important;
		top: unset;
		justify-content: center;
		transition: all 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
		font-size: 15px;
	}
	
	.nav.active { right: -10px; }
	
	.nav-item {
		display: inline-block;
		text-align: unset;
		transition: .6s ease-out;
	}
	
	.nav-item a {
		color: white;
		transition: .6s ease-out;
	}
	
	.nav-item:hover,
		.nav-item:hover a { background-color: transparent; }
	.nav li { padding: 1px 7px; }
	.nav a { color: white; }
	.nav a:hover  { color: #A5FF00;}
	.nav .dropdown-menu a:hover {background-color: var(--primary-hover);}
	
	.nav li:first-child:before {
		content: '';
		border-right: none;
	}
	
	nav li::before {
		content: '';
		height: 15px;
		position: relative;
		bottom: -4px;
		left: 4px;
		width: -0.9px;
		border-right: 0.5px solid #fff;
		color: white;
		margin: 0px 0px 0 -10px;
	}
	
	.nav-link {
		height: 30px;
		margin: -30px 0 0 0;
	}
	
	.nav {
		height: 36px;
		justify-content: center;
		position: relative;
	}
}

.dropdown-menu {
    background: var(--primary-color);
    font-size: 90%;
    top: 0px;
    left: 0px;
    transform: translate3d(31px, 25px, 0px);
}

.dropdown-menu.show {
    display: block;
    box-shadow: 0 0 24px 7px #12121256;
}


/*! ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	  HOMEPAGE ITEMS
	::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/

#home .slick-dots {
	position: absolute;
	top: 80vh;
	right: 3rem;
	left: unset;
	bottom: unset;
	text-align: right !important;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 5;
	opacity: 0;
}

#home .slick-dots li button:before {
	background: #e1e7e8;
	border-radius: 50%;
	color: #ff5b16 !important;
	content: '•';
	display: block;
	font-family: slick;
	font-size: 6px;
	height: 20px;
	left: 0;
	line-height: 20px;
	opacity: 1 !important;
	position: absolute;
	text-align: center;
	top: 0;
	transition: background 200ms ease-out;
	width: 20px;
	-moz-osx-font-smoothing: grayscale;
	-moz-transition: background 200ms ease-out;
	-ms-transition: background 200ms ease-out;
	-o-transition: background 200ms ease-out;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background 200ms ease-out;
}

#home .slick-dots li.slick-active button:before {
	opacity: .95;
	color: #8DC02F !important;
}

#home .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	cursor: pointer;
	background: transparent;
	color: transparent;
	border: 0;
	outline: none;
	padding: 0;
}

/* #home .panel-text-wrapper p { font-size: 1.1rem; } */
#home .panel-text-wrapper p { font-size: min(max(16px, 2.6vw), 22px); }

#home .panel-text-wrapper .panel-header {
	font-family: 'Montserrat';
	letter-spacing: .375rem;
	font-size: 2.3rem;
	color: black;
}

#home .panel-image-left,
#home .panel-image-right {
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

#home .panel,
.panel {
	height: 110%;
	overflow: HIDDEN;
	display: block;
	clear: both;
}

#home .panel.panel_01 {
	height: 100vh;
	overflow: HIDDEN;
	display: block;
	clear: both;
}

#home .panel-text-wrapper.panel-left {
	transform: translateX(-100%);
	transition: .6s cubic-bezier(0.390, 0.575, 0.565, 1.000);
	opacity: 0.01;
}

#home .panel-text-wrapper.panel-right {
	transform: translateX(100%);
	transition: .6s cubic-bezier(0.390, 0.575, 0.565, 1.000);
	opacity: 0.01;
}

#home .learn-more-link { text-indent: 12px; color: var(--primary-color); text-align: center;}
/* 
div {
  --fs: clamp(15px, 3vw, 50px);
  font-size: var(--fs);
  line-height: calc(var(--fs) + 30px);
}
 */

/* #8dc02ebd */
/* 
#home a.learn-more-link:before {
	content: '';
	display: block;
	position: absolute;
	background-color: #98C455;
	width: 60%;
	height: 41px;
	top: -6px;
	left: 0px;
	z-index: -1;
	-webkit-clip-path: polygon(17% 0%, 100% 0%, 83% 100%, 0% 100%);
	clip-path: polygon(17% 0%, 100% 0%, 83% 100%, 0% 100%);
	clip-path: polygon(0 0, 80% 1%, 100% 100%, 20% 99%);
}
 */

@media (min-width: 768px) {
	#home .panel {
		height: 100%;
		overflow: hidden;
	}
	
	#home .panel-image-left {
		-webkit-clip-path: polygon(7% 0%, 100% 0%, 100% 100%, 0% 100%);
		clip-path: polygon(7% 0%, 100% 0%, 100% 100%, 0% 100%);
	}
	
	#home .panel-image-right {
		-webkit-clip-path: polygon(0 0, 93% 0, 100% 100%, 0% 100%);
		clip-path: polygon(0 0, 93% 0, 100% 100%, 0% 100%);
	}
}

.panel_txt { line-height: calc(2px + 3.5ex + 2px); }

/* CAROUSEL :::::::::::::::::::::::::*/
/*  ::::::::::::::::::::::::::::::::::*/
#text_carousel {
	padding: 2rem 2rem 2rem 4rem;
	position: absolute;
	top: 222px;
	right: -30px;
	width: 320px;
	background-color: #000421ad;
	padding-bottom: 4rem;
	transition: .3s ease-out;
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 10% 100%);
}

.carousel-tag-line,
.carousel-info,
.carousel-action,
.carousel-tag-img {
	transition: transform .5s, opacity .3s, background .5s;
	opacity: 0;
	transform: translateX(300px);
}

.carousel-item.active .carousel-tag-line,
.carousel-item.active .carousel-info,
.carousel-item.active .carousel-action,
.carousel-item.active .carousel-tag-img {
	transform: translateX(0);
	opacity: 1;
}

.carousel-tag-line { transition-delay: .0s; }
.carousel-info { transition-delay: .1s; }

.carousel-button {
	text-transform: uppercase;
	position: relative;
	width: auto;
	font-weight: 400;
	background: #b8bf0d;
	color: var(--white-color);
	font-family: 'Gexo Sans';
	font-size: 16px;
	padding: 12px 30px;
	line-height: 2;
	vertical-align: middle;
	border: none;
	display: inline-block;
	overflow: hidden;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.carousel-button-dark { background: #b8bf0d; }

.carousel-button span {
	z-index: 9;
	position: relative;
}

.carousel-button i { margin-right: 10px; }

.carousel-button:hover,.carousel-button:focus {
	color: var(--white-color);
	background: #558b2f;
}

.carousel-info h3 {
	font-size: 62px;
	line-height: 70px;
	/* text-transform: uppercase; */
}

.carousel-action .carousel-btn-container {
	display: inline-block;
	margin-right: 30px;
}

.carousel-tag-line {
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	margin: 0 0 15px 0;
	border-left: 2px solid orange;
	padding: 0 0 0 15px;
	color: var(--white-color);
}

.carousel-item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 35%;
	left: 15%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: left;
}

.carousel-image-up {
	-webkit-animation: fade-in-up 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
	animation: fade-in-up 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
}

.dot,
.carousel-indicators [data-bs-target] {
	border-radius: 100px;
	width: 8px;
	height: 8px;
	margin: 0 4px;
}

@media screen and (min-width: 992px) {
	#_home #text_carousel {
		left: unset;
		right: -30px;
		width: 480px;
	}
	
	#_home #pulser {
		position: absolute;
		left: 31%;
		top: 170px;
		height: 150px;
		width: 150px;
		z-index: 1;
	}
	
	#_home .front-img {
		z-index: 2;
		margin-top: 80px;
		max-width: 380px;
	}
	
	#_home #yellow-block { margin-top: -1%; }
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding: 0;
	margin-right: 15%;
	margin-bottom: 1rem;
	margin-left: 15%;
	list-style: none;
}

.carousel-indicators li {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 10px;
	height: 10px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: green;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: 1;
	transition: opacity .6s ease;
	border-radius: 100%;
}

.carousel-indicators li.active {
	background-color: var(--primary-color);
	width: 13px;
	height: 13px;
	margin-top: -1px;
}

/*  ::::::::::::::::::::::::::::::::::*/
/* Homepage sections :::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::: */


#home .section-padding {
    padding-top: 6rem !important;
}


.section_1:after,
.section_3:after {
	content: ' ';
	display: block;
	position: absolute;
	width: 150%;
	height: 110%;
	background-color: #f1f1f1;
	top: 0;
	left: -50%;
	z-index: -2;
	clip-path: polygon(7% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.section_2:after,
.section_4:after {
	content: ' ';
	display: block;
	position: absolute;
	width: 150%;
	height: 110%;
	background-color: #f1f1f1;
	top: 0;
	right: -50%;
	z-index: -2;
	clip-path: polygon(0 0, 93% 0, 100% 100%, 0% 100%);
}

#section_4 label { display: none; }
#section_4 label[for="form_id"] { display: block; }
#home #section_4 { color: white !important; }

#section_quote {

}

/*  Home-Slider  :::::::::::::::::::: */
/*:::::::::::::::::::::::::::::::::: */
.home-slider-background {
	height: 100%;
	width: 100%;
	display: inline-block;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 0;
	background-position-x: 80%;
}

.home-slider-item { height: 100vh !important; }

.home-slider-single-tagline {
	margin: 0;
	text-align: left;
}

.home-slider-item-tagline-container { align-items: center; }
.home-slider-item-tagline strong { padding-left: 10px; }
.home-slider-item-tagline .tagline-large span { font-size: 7vw; }
.tagline-large span { opacity: 0; }
.home-hero,
.home-slider,
.home-slider-single { height: 100vh; }

#home .panel-text-wrapper p { font-size: clamp(1rem, 0.3808rem + 1.1423vw, 1.175rem) !important; line-height: 2.2rem;}
#home .panel-text-wrapper p span {
	font-size: clamp(1.625rem, 0.5865rem + 2.8846vw, 2.375rem) !important;
	font-family: 'Nexa Slab';
}

@media (min-width: 768px) {
	.home-slider-item-tagline-container {
		padding-left: 15px;
		padding-right: 15px;
		display: flex;
		align-items: flex-end;
		margin-top: 0px;
	}
}

.home-slider-item-tagline-container, .home-slider-item-inner, .home-slider, .home-slider-single { min-height: 600px; }

.home-slider-item-inner {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 30%;
	transform: translate(-30%, -33%);
	width: 75%;
}

.home-slider-item-tagline strong {
	padding-left: 10px;
	color: #fff;
	display: block;
	font-size: 1.1rem;
	margin: 0;
	font-weight: 400;
	padding: 2px 0;
	letter-spacing: 1.5px;
	overflow: hidden;
	text-shadow: 0 0 3px black;
}

.home-slider-item-tagline .tagline-large span {
	font-size: 6.5vw;
	font-family: 'Nexa Slab';
	line-height: 0.8;
	letter-spacing: -5px;
}

@media only screen and (min-width: 300px) {
	.home-slider-item-tagline .tagline-large span {
		font-size: 14vw;
		font-family: 'Nexa Slab';
		line-height: 0.8;
		letter-spacing: 0px;
	}
}

@media (min-width: 576px) {
	.home-slider-item-tagline .tagline-large span {
		font-size: 12vw;
		font-family: 'Nexa Slab';
		line-height: 0.8;
		letter-spacing: -9px;
	}
}

@media (min-width: 768px) {
	.home-slider-item-tagline .tagline-large span {
		font-size: 9vw;
		font-family: 'Nexa Slab';
		line-height: 0.8;
		letter-spacing: -0.7rem !important;
	}
}

.tagline-last { opacity: 0; }


.panels {
 margin-top: -6rem;
}


#phone_button {
	position: fixed;
	bottom:0;
	left: 0;
	right: 0;
	/* height: 60px; */
	background-color: rgba(0,0,0,0.78);
	padding: 20px 40px;
	z-index: 10;
}

#phone_button a {
	background: linear-gradient(to bottom, rgb(219,240,67) 0%,var(--primary-hover) 100%);
    border-radius: 100px;
}



/* #top    ========================================================= */
main {
	/* margin-top: 188px; */
}

#home main {
  margin-top: 0;
}
#top {
	position: relative;
	background-color: transparent;
	height: 63vh;
	min-height: 25rem;
	width: 100%;
	overflow: hidden;
}

#top .carousel-bkg {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

#top .container {
	position: relative;
	z-index: 2;
}

#top .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.5;
	z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
	#top { /* background: url('/vid/home_montage_converted.mp4') black no-repeat center center scroll; */ }
	#top .img_carousel { /* display: none; */ }
}

.more_down_below {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}

.fpo { max-height: 800px; }

.fpo:after {
	content: ' FPO ';
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 2.6rem;
	color: magenta;
	display: block;
	z-index: 3;
	transform: translate(-50%,-50%);
}

.two-columns{-webkit-column-count:1;column-count:1;-webkit-column-gap:0;column-gap:0;padding:.5rem}
@media (min-width: 1100px){.two-columns{-webkit-column-count:2;column-count:2}}


.request_quote_btn {
    position: absolute;
    top: -10px;
    right: -1px;
    line-height: 29px;
    height: auto;
    text-align: center;
    margin: 0 auto;
    color: white;
    width: 200px;
    padding: 6px 12px;
    cursor: zoom-in;
    padding-top: 10px;
}

.request_quote_btn > span {
    font-size: 12px;
}

.modal-header {
    border-top: 10px solid var(--primary-color);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important
}
.modal-footer {
    background: var(--primary-color);
}
.modal-content{
	/* background-color:#daecc0; */
	background-color: #edfadb;
}

.modal-content,
.modal-content textarea,
#contact input, #contact textarea {
	    /* box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important; */
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.modal-content label,
#contact label {
	font-size: 11px;
	text-transform: uppercase;
	font-family: 'Montserrat';
}
/*! ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	  FOOTER BLOG STYLES
	::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/


footer {
	position: relative;
	z-index: 2;
	padding-bottom: 100px;
}
footer a { color: green; }
footer a:hover { color: var(--primary-color); }

footer h6 { font-size: 13px;}

.item-wrapper { text-align: center !important; }

.news-item,.press-item,.event-item,.events-item {
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
}

.news-item a,.news-item a:hover,.press-item a,.press-item a:hover,.event-item a,.event-item a:hover,.events-item a,.events-item a:hover {
	text-decoration: none;
	border: none;
	/* margin-left: 25px !important; */
	line-height: 1.25;
	margin-bottom: .875rem !important;
	/* display: table-cell */
}

.news-item:hover,.press-item:hover,.event-item:hover,.events-item:hover {
	position: relative;
	z-index: 2;
	-webkit-transform: scale(1.0125);
	transform: scale(1.0125);
	/* -webkit-box-shadow: 0 0 11px rgba(40,40,40,0.2); */
	/* box-shadow: 0 0 11px rgba(40,40,40,0.2); */
	background-color: white;
}

.newsIMG {
	position: relative;
	display: inline-block;
}

.newsIMG img { width: 100%; }

.newsTitle {
	font-size: 1.3rem;
	color: var(--primary-color) !important;
	line-height: 1.2;
	margin-bottom: 1.5rem;
}

.news-item:hover .newsBrief,.newsBrief {
	font-size: .975rem;
	line-height: 1.4;
	color: #999;
}

.news-item:hover .newsBrief,.newsBrief a { color: #999 !important; }

.newsDate {
	font-size: 0.8rem;
	font-weight: bold;
	text-align: center;
}

.moreNews {
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	color: #e8e8e8 !important;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
	opacity: 0;
}

.moreNews:hover,.moreNews a:hover,.news-item:hover .moreNews,.event-item:hover .moreNews,.events-item:hover .moreNews,.press-item:hover .moreNews {
	color: #e8e8e8 !important;
	opacity: 1;
}

.newsImg {
	transition: .4s cubic-bezier(0.19, 0.99, 0.19, 1);
	border-radius: 50%!important;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	width: 100%!important;
}

.item-wrapper:hover .newsImg { border-radius: 0.419%!important; }

/*!
	::::::::::::::::::::
	  FOOTER ITEMS
	::::::::::::::::::::
*/

span.marker:before {
	content: '\f041';
	font-family: 'FontAwesome';
	margin-left: -1.5rem;
	padding-right: 0.7rem;
}

span.marker {
	display: block;
	margin-left: 1.4rem;
}

/* footer { background: url(/img/logo_green_and_clean-white.svg) no-repeat left top;background-size: 60%;} */
.tagline-large {
	letter-spacing: 12px !important;
	font-family: 'Montserrat';
	font-size: 0rem !important;
}

.ovalish{
	cursor: zoom-in;
}


.ovalish:nth-child(1) img,.ovalish:nth-child(10) img {
    border-radius: 47% 53% 68% 32% / 30% 30% 70% 70%;
    transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1)
}

.ovalish:nth-child(1) img:hover,.ovalish:nth-child(10) img:hover {
    border-radius: 500px
}

.ovalish:nth-child(2) img,.ovalish:nth-child(11) img {
    border-radius: 47% 53% 46% 54% / 45% 65% 35% 55%;
    transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1)
}

.ovalish:nth-child(2) img:hover,.ovalish:nth-child(11) img:hover {
    border-radius: 500px
}

.ovalish:nth-child(3) img,.ovalish:nth-child(12) img {
    border-radius: 36% 64% 21% 79% / 67% 24% 76% 33%;
    transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1)
}

.ovalish:nth-child(3) img:hover,.ovalish:nth-child(12) img:hover {
    border-radius: 500px
}

.ovalish:nth-child(4) img,.ovalish:nth-child(13) img {
    border-radius: 76% 24% 38% 62% / 42% 57% 43% 58%;
    transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1)
}

.ovalish:nth-child(4) img:hover,.ovalish:nth-child(13) img:hover {
    border-radius: 500px
}

.ovalish:nth-child(5) img,.ovalish:nth-child(14) img {
    border-radius: 30% 70% 80% 20% / 67% 74% 26% 33%;
    transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1)
}

.ovalish:nth-child(5) img:hover,.ovalish:nth-child(14) img:hover {
    border-radius: 500px
}

.ovalish:nth-child(6) img,.ovalish:nth-child(15) img {
    border-radius: 70% 30% 51% 49% / 46% 46% 54% 54%;
    transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1)
}

.ovalish:nth-child(6) img:hover,.ovalish:nth-child(15) img:hover {
    border-radius: 500px
}

.ovalish:nth-child(7) img,.ovalish:nth-child(16) img {
    border-radius: 49% 51% 24% 76% / 65% 46% 54% 35%;
    transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1)
}

.ovalish:nth-child(7) img:hover,.ovalish:nth-child(16) img:hover {
    border-radius: 500px
}

.ovalish:nth-child(8) img,.ovalish:nth-child(17) img {
    border-radius: 22% 78% 54% 46% / 65% 21% 79% 35%;
    transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1)
}

.ovalish:nth-child(8) img:hover,.ovalish:nth-child(17) img:hover {
    border-radius: 500px
}

.ovalish:nth-child(9) img,.ovalish:nth-child(18) img {
    border-radius: 69% 31% 39% 61% / 79% 59% 41% 21%;
    transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1)
}

.ovalish:nth-child(9) img:hover,.ovalish:nth-child(18) img:hover {
    border-radius: 500px
}




/*!
	::::::::::::::::::::
	  MEDDIA QUERIES
	::::::::::::::::::::
*/

@media (min-width: 768px) {
	.h-md-100vh { height: 100vh; }
	

	#intro_copy{
		color: white;/*121212*/
		position: absolute;
		top: 18%;
		left: auto;
	}
	
}

/* 
@media (min-width:768px){
	.magazine{font-size:38px;}
	.panel-text-wrapper{margin:0;position:relative;top:48%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);}
	figure{font-size:3rem;}
	.panel-image-left{clip-path:polygon(0% 0%, 93% 0%, 100% 100%, 0% 100%);}
	.panel-image-right{clip-path:polygon(7% 0%, 100% 0%, 100% 100%, 0% 100%);}
	.panel-text-wrapper{margin:0;position:absolute;top:48%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);}

	.img-right figure {margin-right:  calc(-15vw - 15px);}
	.section-padding{margin: 20vh 0;}
	.panels{padding: 10vh 15vw;}
	.quote:before {
		content: '\2018\2018';
		position: absolute;
		color: #ececec;
		font-size: 20rem;
		top: -10rem;
		left: -1rem;
		letter-spacing: -22px;
		z-index: 0;
		font-style: italic;
	}
		.img-left figure {margin-left: calc(-15vw - 15px)!important; margin-right: unset !important; width: unset;}
		.img-right figure {margin-right: calc(-15vw - 15px)!important; margin-left: unset !important; width: unset;}
		.w-200{ width: 200%;}
}
 */