@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;1,300&display=swap');

body {
	font-family: 'Roboto', serif;
}
.brdr00 {
	border: 1px dotted #FFFFFF;
}
.brdr01 {
	border: 1px dotted #FF0000;
}
.brdr02 {
    border-width: 5px 0px 0px 0px;
    border-color: #236e37;
    border-style: solid;
}
.brdr03 {
    border-width: 0px 0px 0px 1px;
    border-color: #A2A2A2;
    border-style: dotted;
}
.f1 {
	font-family: 'Lustria', sans-serif;
}
.f2 {
	font-family: 'Source Sans Pro', sans-serif;
}
.f3 {
	font-family: 'Roboto', sans-serif;
}

h1, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
}
h2 {
	font-weight: 600 !important;
	font-family: 'Roboto', sans-serif !important;}


.bgcontainer-gradient{
	background: linear-gradient(
        45deg,
        hsla(168, 85%, 52%, 0.5),
        hsla(263, 88%, 45%, 0.5) 100%
      );
}

.hdlin01 {
	background-image: url(../images/line-01.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.hdlin02 {
	background-image: url(../images/line-02.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.hdlin03 {
	background-image: url(../images/line-03.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.hdlin04 {
	background-image: url("../images/line-04.png");
	background-repeat: no-repeat;
	background-position: bottom left;
}

h4 {
	font-weight: 600 !important;
}
p {
	font-family: 'Montserrat', sans-serif;
	line-height: 34px;
	font-size: 16px;
	font-weight: 300;
}
.justi {
	text-align: justify;
}
.lineh01 {
	line-height: 38px;
}
.tit-line {
	background-image: url(../images/line.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.tit-line-l {
	background-image: url(../images/line.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.tit-line-lc {
	background-image: url(../images/line.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.tit01 {
	font-size: 62px;
	font-weight: 500;
	text-decoration: none;
}

.fclr01 {
    color: #ff8d51 !important;
}
.fclr02 {
	color: #000000;
}
.fclr03 {
	color: #ffffff;
}
.fclr04 {
	color: #0099ff;
}
.bckg00 {
	background-color: #fefdfc;
}
.bckg01 {
    background-color: #ececf0;
}
.bckg02 {
	background-color: #f0e6e1 !important;
}
.bckg03 {
    background-color: #eb6924;
}
.bckg04 {
	background-color: #236e37;
}
.bckg05 {
	background-size: cover;
	background-color: #f7f4f0;
}
.bckg06 {
	background-color:#f7f4f0;
}
.bckg23 {
    background-color: #25282d;
}
.bckg24 {
	background-image: url("../images/icons-05.png");
    background-repeat: repeat-y;
    background-position: top center;
}
.bckgx01 {
	background-image: url("../images/quality-bck.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
.bckgx02 {
	background-image: url("../images/careers-bck.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.bckgx03 {
	background: rgba(255, 255, 255, 0.8);
}


.it {
font-style: italic;

}


.custom-toggler.navbar-toggler {
  border-color: #FFF6F5;
  font-size:20px;
  font-weight:600;
} 


/* Container holding the image and the text */
.containerxm {
  position: relative;
  text-align: center;
  color: white;
}

/* Bottom left text */
.bottom-left {
    position: absolute;
    bottom: 20px;
    left: 24px;
}

/* Top left text */
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

/* Top right text */
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
   .spcr_h01 {
		height:10px;
		/*
		background-color: red;
		*/
	}
	.hdr01 {
	font-size: 30px;
	}
	.hdr02 {
	font-size: 36px;
	font-weight:600;
	line-height:44px;

}
.hdr03 {
	font-size: 24px;
}
.hdr04 {
	font-size: 20px;
}
.p1 {
	font-size: 18px;
}
.p2 {
	font-size: 16px;
}
.p3 {
	font-size: 10px;
}
.imgleaf {
	width:20%;
	padding-top:50px;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
   .spcr_h01 {
		height:5px;
		/*
		background-color: green;
		*/
	}
	.hdr01 {
	font-size: 38px;
}
.hdr02 {
	font-size: 38px;
	font-weight:600;
	line-height:46px;

}
.hdr03 {
	font-size: 24px;
}
.hdr04 {
	font-size: 20px;
}
.p1 {
	font-size: 18px;
}
.p2 {
	font-size: 16px;
}
.p3 {
	font-size: 10px;
}
.imgleaf {
	width:20%;
	padding-top:50px;
}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
   .spcr_h01 {
		height:5px;
		/*
		background-color: blue;
		*/
	}
	.hdr01 {
	font-size: 42px;
}
.hdr02 {
	font-size: 40px;
	font-weight:600;
	line-height:48px;

}
.hdr03 {
	font-size: 24px;
}
.hdr04 {
	font-size: 18px;
}
.p1 {
	font-size: 18px;
}
.p2 {
	font-size: 18px;
}
.p3 {
	font-size: 10px;
}
.imgleaf {
	width:20%;
	padding-top:50px;
}
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
   .spcr_h01 {
		height:5px;
		/*
		background-color: purple;
		*/
	}
	.hdr01 {
	font-size: 46px;
}
.hdr02 {
	font-size: 42px;
	font-weight:600;
	line-height:50px;

}
.hdr03 {
	font-size: 26px;
}
.hdr04 {
	font-size: 19px;
}
.p1 {
	font-size: 20px;
}
.p2 {
	font-size: 18px;
}
.p3 {
	font-size: 10px;
}
.imgleaf {
	width:20%;
	padding-top:50px;
}
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
   .spcr_h01 {
		height:70px;
		/*
		background-color: pink;
		*/
	}
	.hdr01 {
	font-size: 56px;
}
.hdr02 {
	font-size: 44px;
	font-weight:600;
	line-height:54px;
}
.hdr03 {
	font-size: 28px;
}
.hdr04 {
	font-size: 21px;
}
.p1 {
	font-size: 22px;
}
.p2 {
	font-size: 20px;
}
.p3 {
	font-size: 10px;
}
.imgleaf {
	width:20%;
	padding-top:50px;
}
}

/* Dropdown Button */
.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}


/* ============ desktop view ============ */
@media all and (min-width: 998px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}	
/* ============ desktop view .end// ============ */
.mnu_sub {
	font-size: 14px;
	text-decoration: none;
}
.nav-item a:hover {
    color: #ff8d51 !important;
}
.tpmnu {
	text-decoration: none;
}
.tpmnu a {
	font-family: 'Montserrat', sans-serif;	
	font-size: 17px;
	font-weight: 600;
	color: #202020 !important;
	text-decoration: none;
	padding: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
.tpmnu a:hover {
    color: #ff8d51;
}
.tpmnu a.active {
	font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #ff8d51 !important;
    text-decoration: none;
    padding: 5px;
    margin-right: 10px;
    margin-left: 10px;
}

.atpmnu {
	text-decoration: none;
}
.atpmnu a {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B7D8D1 !important;
	text-decoration: none;
	padding: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
.atpmnu a:hover {
    color: #ff8d51;
}
.btmnu {
	text-decoration: none;
}
.btmnu a {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC !important;
	text-decoration: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
}

.btmnu h6 {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #CCCCCC !important;
	text-decoration: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
}
.dot {
    font-size: 24px;
    height: 100px;
    width: 100px;
    margin: 30px;
    padding: 32px;
    background-color: #F48A00;
	color: #FFFFFF;
    border-radius: 50%;
    display: inline-block;
}
.dot:hover {
    background-color: #DE6700;
}

.dot2 {
    font-size: 24px;
    height: 100px;
    width: 100px;
    margin: 5px;
    padding: 22px;
    background-color: #e5e2e3;
    color: #FFFFFF;
    border-radius: 50%;
    display: inline-block;
}
.dot2:hover {
    background-color: #D1D1D1;
}


a.lnk01:link, a.lnk01:visited {
	text-decoration: none;
	color: #666666;
}
a.lnk01:hover {
	color: #19aa89 !important;
}
a.lnk02:link, a.lnk02:visited {
	text-decoration: none;
	color: #0099FF;
}
a.lnk02:hover {
	color: #00CCFF !important;
}
.dropdown-menu {
	background-color: #ECECEC;
	width:200px;
}
.dropdown-menu a {
}
.dropdown-menu a:hover {
	background-color: #FF9900 !important;
	width:180px;
	color: #FFFFFF !important;
	font-weight: bold;
}

.fw1 {
	font-weight: 100 !important;
}
.fw2 {
	font-weight: 200 !important;
}
.fw3 {
	font-weight: 300 !important;
}
.fw4 {
	font-weight: 400 !important;
}
.fw5 {
	font-weight: 500 !important;
}
.fw6 {
	font-weight: 600 !important;
}
.fw7 {
	font-weight: 700 !important;
}
.tdnone {
	text-decoration: none;
	color: #000000;
}
.dvh100 {
	height: 100vh;
}
.bck-plant {
	background-image: url(../images/why-cannabis-02d.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
 	-o-background-size: cover;
}
.midd {
padding-top: 15%;
}
.bold {
	font-weight: bold !important;
}
.caps {
	text-transform: uppercase;
}
