@charset "utf-8";
/* CSS Document */

html,
body{
	width: 100vw;
	height: 100vh;
	margin: 0;
	padding: 0;
	font-family:poppins;
	overflow-x: hidden;
}
body {
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-y: scroll; 
}

body::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.fix{
	clear: both;
	overflow: hidden;
}
header{
	overflow: hidden;
	height: 60px;
	
}
.nav-zone{
	background: rgba(0,0,0,0.7);
	height: 60px;
	position: absolute;
	width: 100vw;
	z-index: 100;
	
}
@media (max-width: 767px) {
	#nav-zone{
	height: 120px;
	}
}
.logo{
    margin: 10px;
    height: 60px;
    float: left;
    color: #4E8F0C;
    font-size: 35px;
    padding-top: 5px;
    text-transform: capitalize;
    font-wheight: bold;
    letter-spacing: 3px;
	font-family: 'mistralregular', arial; 
}
@media (max-width: 767px) {
	#logo{
	align-content: center;
	}
}
.navbar-fixed-top {
position: fixed;
right: 0;
left: 0;
z-index: 999;
}
.navbar{
	opacity: 80%;
}
.nav-bar li{
    display: inline-block;
    margin: 5px 5px 10;
    font-family: 'mistralregular', arial; 
	font-size: 30px;
}
.nav-bar li a{
	text-decoration: none;
	color: #fff;
	padding: 5px 10px 10px;
	letter-spacing: 2px;
}
.nav-bar li.active a{
	color: #105196;
}
.nav-bar li a:hover{
    color: #348CE9;
    font-family: 'mistralregular', arial; 
}
.navbar-toggler{
	background-color: #4E8F0C;
}
footer{
	overflow: hidden;
	height: 20px;
}
.Bot-Bar{
	background: rgba(0,0,0,0.7);
	height: 60px;
	position: absolute;
	width: 100%;
	padding-top: -100px;
}
.Flogo{
    margin: 10px;
    height: 20px;
    float: left;
    color: #4E8F0C;
    font-size: 20px;
    padding-top: 5px;
    text-transform: capitalize;
    font-wheight: bold;
    letter-spacing: 3px;
    font: mistral;
    font-family: 'mistralregular', arial; 
}
.socials{
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 30px;
}
main{
	margin-top: 20px;
	margin-bottom: 50px;
	margin-left: 10px;
	width: 100%;
	overflow: hidden;
		
}
.Container-home{
	width: auto;
	height: 100%;
	background-image: url("Images/Waddling Long.jpg");
	z-index: 1000;
}
video{
  object-fit: cover;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
}
.vidBG2{
  position: relative;
  min-height: 100vh;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
    #videoBG2 {
        display: none;
    }
	#Container-home{
		background: url("Images/Waddling Long.jpg");
		background-size: cover;
	}
}
.Vid-box{
	position: absolute;
	right: 0;
	bottom: 0;
	min-height: 100vh;
	min-width: 100vw;
	background-color: #008CBA;
	opacity: 40%;
}

.banner-text{
	top: 40%;
	width: 100%;
	text-align: center;
	position: absolute;
}
@media (max-width: 767px) {
	#banner-text{
	top: 20%;
	}
}
.banner-text h2{
	color: #fff;
	font-size: 80px;
	margin: 0;
}
.banner-text span{
    color: #4E8F0C;
    font-family: 'mistralregular', arial; 
}
.banner-text p{
	color: #fff;
	font-size: 18px;
	margin: 0;
	font-weight: bold;
}
.btn{
	display: inline-block;
	margin-top: 5%;
	background: transparent;
	font-size: 20px;
	text-transform: uppercase;
	border: 3px solid #fff;
	padding: 10px 25px;
	color: #fff;
	border-radius: 25px;
}
.intro{
	text-align: center;
	padding-top: 15%;
}

.Title{
    margin: 0px 0px 25px 0px;
    font-size: 55px;
    text-decoration-line: underline;
    font-family: 'mistralregular', arial; 
    color: #589147;
	text-align: center;
}
@media only screen and (min-width: 481px) {
    .Title {
      padding-top: 20%;
    }
}
@media only screen and (min-width: 767px) {
	.Title {
		padding-top: 15%;
	}
}

/* Desktop Styles */
@media only screen and (min-width: 1024px) {
	.Title {
		padding-top: 10%;
	}
}

@media only screen and (min-width: 1200px) {
	.Title {
		padding-top: 10%;
	}
}

.col img {
	width: 100%;
	height: auto;
	display: block;
	z-index: 100;
}
.col {
	width: 31%;
	float: left;
	margin: 1%;

}
.contact{
	padding-top: 100px;
}
.socials{
	width: 50%;
	text-align: center;
	float: left;
}
.business{
	width: 50%;
	text-align: center;
	float: right;
	
}
.content{
	margin: 0px 5%;
	padding-bottom: 5%;
	font-size: 20px;
	text-align: center;
	
}
.c-content{
	padding-top: 10%;
	margin: 0px 5%;
	padding-bottom: 5%;
	font-size: 20px;
	text-align: center;
}
.roles{
	margin: 10px 10%;
	font-size: 20px;
	text-align: center;
}
.email{
	font-size: 50px;
	padding-top: 10px;
	color: #008CBA;
	text-style: bold;
}
.socials img{
	width: 70px;
	margin: 10px
}
.YTvid{
	position: absolute;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	padding-bottom: 30px;

}
.individualVid video{
	padding-top: 50px;
	padding-left: 20%;
	width: 1120px;
	height: auto;
}
.about{
	font-size: 25px;
	margin: 20px 10px;
}
.signoff{
    padding-top: 50px;
    font-family: 'mistralregular', arial; 
    font-size: 50px;
	text-align: center;
	
}
.tfv{
	padding-top: 700px;
	margin: 0px 150px 40px;
}

.subTitle{
    margin: 5% 0px 25px 0px;
    font-size: 55px;
    text-decoration-line: underline;
    font-family: 'mistralregular', arial; 
    color: #589147;
	text-align: center;
	
}
.v-title{
    margin: 0px 0px 25px 0px;
    font-size: 55px;
    text-decoration-line: underline;
    font-family: 'mistralregular', arial; 
    color: #589147;
	text-align: center;
	
}
@media only screen and (min-width: 481px) {
    .v-title {
      padding-top: 10%;
    }
}
@media only screen and (min-width: 767px) {
	.v-title {
		padding-top: 5%;
	}
}

/* Desktop Styles */
@media only screen and (min-width: 1024px) {
	.v-title {
		padding-top: 1%;
	}
}

@media only screen and (min-width: 1200px) {
	.v-title {
		padding-top: 1%;
	}
}

.ComingSoon{
	padding-top: 10%
}
.v-row{
	padding-top: 10%;
	width: 100vw;
}
@media only screen and (min-width: 481px) {
    .v-row {
      padding-top: 30%;
    }
}

/* Desktop Styles */
@media only screen and (min-width: 1024px) {
	.v-row {
		padding-top: 15%;
	}
}

@media only screen and (min-width: 1200px) {
	.v-row {
		padding-top: 10%;
	}
}
.row{
	width: 100vw;
}
.column{
	width: 50%;
	height: auto;
}
.v-column{
	width: 100%;
	height: auto;
}
@media only screen and (min-width: 481px) {
    .iframe {
      width: 650px;
	  height: auto}
}
.iframe-container{
	position: relative;
	height: 0;
	padding-bottom: 56.5%;
	width: 100%;
}
.iframe-container iframe{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	
}
.image-container{
	position: relative;
	height: 0;
	padding-bottom: 56.5%;
	width: 100%;
}
.image-container img{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding-bottom: 2.5%;
	
}
.container-fluid2{
	text-align: center;
	padding-top: 12%;
}
.v-text {
  color: white;
  white-space: nowrap;
  font-size: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.v-overlay {
  position: absolute;
  top: 0;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0%;
  transition: .5s ease;
}
.col-xl-3:hover .v-overlay {
  opacity: 100%;
}
.carousel-inner img{
   width: 100%;
	height: auto;
}
.container-fluid{
	padding-bottom: 1%;
}
.col-xl-5 {
	paddiing-bottom: 1%;
}
.t-content{
	padding-top: 5%;
	margin: 0px 5%;
	padding-bottom: 5%;
	font-size: 20px;
	text-align: center;
}
.n-content{
	padding-top: 10%;
	margin: 0px 5%;
	padding-bottom: 5%;
	font-size: 20px;
	text-align: center;
}
.image-container2{
	position: relative;
	height: 0;
	padding-bottom: 56.5%;
	width: 100%;
	align-content: center;
}
.image-container2 img{
	position: absolute;
	top: 0px;
	left: 45%;
	width: 10%;
	height: auto;
	padding-bottom: 2.5%;
	align-content: center;
	
}
.SH-container{
	position: relative;
	width: auto;
	height: 630px;
	overflow: hidden;
	padding: -10px;
}
.SH-container img{
	height: fill;
	width: inherit;
}