
html{
	margin-left: 0;
	margin-right: 0;
	scroll-behavior: smooth;
	padding: 0px;
}

body{
	background-color: #FAFAFA;
}
.vertical-align {
    display: flex;
    align-items: center;
}
::selection{
	background-color: #FBC925;
	color: white;
}

p{
	font-family: roboto;
}


.desktopunvis{
	display: none;
}
.group{
	position: fixed;
	z-index: 99;
}
.navbars{
	background-color: #012615;
	width: 100vw;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left: 2%;
	padding-right: 2%;
}


.brand{
	margin: 3%;
	transition: 0.5s;
}

.brand:hover{
	margin: 2%;
}

.navitems{
	margin: 3%;
	color: white;
	font-family: Roboto;
	text-transform: uppercase;
	transition: 0.5s;
}

.navitems:hover{
	margin: 3%;
	color: #FBC925;
	font-family: Roboto;
	text-transform: uppercase;
	text-decoration: none;
}

.slide{
	background-image: url(mainimg.jpg);
	background-size: cover;
	height: 100vh;
	z-index: -1;
}



.textm{
	z-index: 2;
	position: absolute;
	top: 45%;
	width: 50%;
	color: white;
	font-family: Roboto;
	font-size: 2vw;
	margin-left: 5%;
}

.z1{
	z-index: 3;
	position: absolute;
	top: 20%;
	color: white;
	font-family: Roboto;
	font-size: 4.5vw;
	margin-left: 5%;
}


.button1{
	color: white;
	border: 2px solid white;
	border-radius: 10px;
	z-index: 3;
	position: absolute;
	top: 90%;
	left: 45%;
	padding: 0.5%;
	padding-left: 1.5%;
	padding-right: 1.5%;
	transition: 0.5s;
}

.link1{
	color: white;
	text-decoration: none;
	transition: 0.5s;
}

.link1:hover{
	color: #012615;
	text-decoration: none;
}

.button1:hover{
	color: white;
	background-color: #FBC925;
	border: 2px solid #FBC925;
	border-radius: 0px;
	z-index: 3;
	position: absolute;
	top: 90%;
	left: 45%;
	padding: 0.5%;
	padding-left: 1.5%;
	padding-right: 1.5%;
}


h1{
	font-family: Roboto;
	color: #FBC925;
}


hr.new1{
	width: 80%;
	border-top: 1px solid #FBC925;

}

.abouttext{
	color: #012615;
	width: 70%;
	text-align: justify;
	line-height: 2;
	font-size: 1.3vw;
	font-family: roboto;
}

.img1{
	-webkit-box-shadow: -20px 20px 0px 0px rgba(251,201,37,1);
-moz-box-shadow: -20px 20px 0px 0px rgba(251,201,37,1);
box-shadow: -20px 20px 0px 0px rgba(251,201,37,1);

}

.img3{
	-webkit-box-shadow: 20px 20px 0px 0px rgba(251,201,37,1);
	-moz-box-shadow: 20px 20px 0px 0px rgba(251,201,37,1);
	box-shadow: 20px 20px 0px 0px rgba(251,201,37,1);
}

.block1{
/*	-webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.20);*/
	padding: 1%;
	padding-top: 3%;
	padding-bottom: 2%;
	margin-bottom: 5%;
	margin-top: 5%;
	border-radius: 5px;
	transition: 0.5s;

}




.text1{
	font-size: 1.3vw;
	text-align: right;
}

.missiontext{
	color: #012615;
	padding-left: 10%;
	text-align: justify;
	line-height: 2.2;
	font-size: 1.3vw;
	font-family: roboto;
	width: 80%;	
}

.yellow{
	background-color: #FBC925;

}

.unvis{
	display: none;
}

.newblock{
	height: 400px;
	width: 60%;
	min-width: 300px;
	padding: 5%;
	padding-top: 5%;
	padding-bottom: 5%;
	border-radius: 20px;
	background-color: white;
/*	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.10);*/
}

.block2{
	width: 95%;
	height: 65vh;
	padding: 2%;
	padding-top: 15%;
	padding-bottom: 15%;
	text-align: center;
	background-color: #FFDB69;
	color: #056839;
	transition: 0.5s;
	margin-top: 10%;
}


.block2:hover{
	width: 100%;
	height: 70vh;
	text-align: center;
	background-color: #012615;
	color: white;
	-webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.31);
	-moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.31);
	box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.31);
}

.text2{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: roboto;
}


.h4m{
	
	margin: 10%;
	font-family: roboto;
}

.h1m{
	color: #056839;
	margin-top: 10%;
	font-family: roboto;
}

.text3{
	width: 80%;
	color: #056839;
	margin-top: 5%;
	line-height: 2;
	font-family: roboto;
	font-size: 1.2vw;
}

.partners{
	width: 80%;
	transition: 0.5s;
	text-align: center;
}


.contactInfo{
	width: 100%;
	background-color: white;
	margin-top: 20%;
/*	-webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.31);
	-moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.31);
	box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.31);*/
}

.contobj{
	text-transform: uppercase;
	color: #056839;
	margin-top: 15%;
	font-family: roboto;
	font-style: 2vw;
}

.contsub{
	color: #056839;
	font-family: roboto;
	font-size: 1.5vw;
	margin-top: 5%;
}


.contactInfo h2{
	color: #056839;
	margin-top: 15%;
	margin-bottom: 10%;
}




.inputs{
	margin-top: 4%;
}

input[type=text], select{
	border-color: none;
	background-color: white;
	border-radius: 20px;
	width: 90%;
	padding: 2%;
    border: 1px solid #ccc;
	border-radius: 4px;
    box-sizing: border-box;
    margin-top: 3%;
    text-decoration: none;
    font-family: helvetica Neue;
    color: #b8b7b7;
}

input[type=text]:hover{
	width: 100%;
	transition: 0.2s;
	box-shadow: 0px 0px 10px #f4f4f4;
}





input[type=email], select{
	border-color: none;
	background-color: white;
	border-radius: 20px;
	width: 90%;
	padding: 2%;
    border: 1px solid #ccc;
	border-radius: 4px;
    box-sizing: border-box;
    margin-top: 3%;
    text-decoration: none;
    font-family: helvetica Neue;
    color: #b8b7b7;
}

input[type=email]:hover{
	width: 100%;
	transition: 0.2s;
	box-shadow: 0px 0px 10px #f4f4f4;
}

input[type=tel], select{
	border-color: none;
	background-color: white;
	border-radius: 20px;
	width: 90%;
	padding: 2%;
    border: 1px solid #ccc;
	border-radius: 4px;
    box-sizing: border-box;
    margin-top: 3%;
    text-decoration: none;
    font-family: helvetica Neue;
    color: #b8b7b7;
}

input[type=tel]:hover{
	width: 100%;
	transition: 0.2s;
	box-shadow: 0px 0px 10px #f4f4f4;
}

textarea{
	border-color: none;
	background-color: white;
	border-radius: 20px;
	width: 90%;
	padding: 2%;
    border: 1px solid #ccc;
	border-radius: 4px;
    box-sizing: border-box;
    
    text-decoration: none;
    font-family: helvetica Neue;
    color: #b8b7b7;
}

textarea:hover{
	width: 100%;
	transition: 0.2s;
	box-shadow: 0px 0px 10px #f4f4f4;
}



.btn2 {
  border-radius: 10px;
  background-color: #FBC925;
  border: none;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
  transition: all 0.5s;
  cursor: pointer;
  margin-top: 3%;
}



.btn2:hover{
	background-color: #012615;
}



#footer{
	margin-top: 5%;
	margin-bottom: 5%;
}



.inform{
	font-size: 1.5vw;
	margin-top: 3%;
	text-align: center;
	color: #056839;
	font-family: roboto;
}

.caspy{
	background-color: #29A9E1;
	padding: 0.5%;
	text-align: center;
	color: white;
}

.caspylink{
	text-decoration: none;
	margin: 0px;
	color: white;
	transition: 0.5s;
}


.caspylink:hover{
	text-decoration: none;
	color: #C84278;
	transition: 0.5s;
}

.contactform{
	margin-top: 5%;
}

@media screen and (max-width: 768px){

/*.zag1{
	font-size: 2.5vw;
}
*/
.group{
	position: fixed;
	z-index: 99;
}
.navbars{
	background-color: #012615;
	width: 100vw;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	padding-right: 2%;
}

.slide{
	background-image: url(mainimg.jpg);
	background-size: cover;
	height: 40vh;
	z-index: -1;
}


.textm{
	z-index: 2;
	position: absolute;
	top: 25%;
	width: 50%;
	color: white;
	font-family: Roboto;
	font-size: 2vw;
	margin-left: 5%;
}

.z1{
	z-index: 3;
	position: absolute;
	top: 10%;
	color: white;
	font-family: Roboto;
	font-size: 4.5vw;
	margin-left: 5%;
}

.button1{
	color: white;
	border: 2px solid white;
	border-radius: 10px;
	z-index: 3;
	position: absolute;
	top: 10%;
	left: 45%;
	padding: 0.5%;
	padding-left: 1.5%;
	padding-right: 1.5%;
	transition: 0.5s;
	display: none;
}

.link1{
	color: white;
	text-decoration: none;
	transition: 0.5s;
}

.link1:hover{
	color: #012615;
	text-decoration: none;
}

.button1:hover{
	color: white;
	background-color: #FBC925;
	border: 2px solid #FBC925;
	border-radius: 0px;
	z-index: 3;
	position: absolute;
	top: 90%;
	left: 45%;
	padding: 0.5%;
	padding-left: 1.5%;
	padding-right: 1.5%;
}

.brand{
	margin: 3%;
	transition: 0.5s;
}

.brand:hover{
	margin: 2%;
}

.navitems{
	margin: 3%;
	color: white;
	font-family: Roboto;
	font-size: 1.2vw;
	text-transform: uppercase;
	transition: 0.5s;
}

.navitems:hover{
	margin: 3%;
	color: #FBC925;
	font-family: Roboto;
	text-transform: uppercase;
	text-decoration: none;
}

.text1{
	font-size: 2vw;
	text-align: right;
}

.missiontext{
	color: #056839;
	padding: 2%;
	text-align: left;
	line-height: 3;
	font-size: 1.5vw;
	font-family: open sans;
	margin-top: 10%;
	width: 80%;	
}

.btn-group{
	margin-top: 5%;
}


.block2{
	width: 95%;
	padding: 2%;
	padding-top: 15%;
	padding-bottom: 15%;
	text-align: center;
	background-color: #FFDB69;
	color: #056839;
	transition: 0.5s;
	margin-top: 10%;
}


.block2:hover{
	width: 100%;
	text-align: center;
	background-color: #012615;
	color: white;
	-webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.31);
	-moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.31);
	box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.31);
}

.text3{
	width: 80%;
	color: #056839;
	margin-top: 5%;
	line-height: 2;
	font-family: roboto;
	font-size: 2vw;
}

.contsub{
	color: #056839;
	font-family: roboto;
	font-size: 1.7vw;
}

.mobileunvis{
	display: none;
}

.desktopunvis{
	display: block;
}







.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: #012615;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #FBC925;
  text-decoration: none;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}


}









@media screen and (max-width: 1024px){
.group{
	position: fixed;
	z-index: 99;
}
.navbars{
	background-color: #012615;
	width: 100vw;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	padding-right: 2%;
}


.brand{
	margin: 3%;
	transition: 0.5s;
}

.brand:hover{
	margin: 2%;
}

.navitems{
	margin: 3%;
	color: white;
	font-family: Roboto;
	font-size: 1.2vw;
	text-transform: uppercase;
	transition: 0.5s;
}

.navitems:hover{
	margin: 3%;
	color: #FBC925;
	font-family: Roboto;
	text-transform: uppercase;
	text-decoration: none;
}

.text1{
	font-size: 1.3vw;
	text-align: right;
}

.missiontext{
	color: #056839;
	padding: 2%;
	text-align: left;
	line-height: 3;
	font-size: 1.5vw;
	font-family: open sans;
	margin-top: 10%;
	width: 80%;	
}


.block2{
	width: 95%;
	height: 50vh;
	padding: 2%;
	padding-top: 15%;
	padding-bottom: 15%;
	text-align: center;
	background-color: #FFDB69;
	color: #056839;
	transition: 0.5s;
	margin-top: 10%;
}


.block2:hover{
	width: 100%;
	height: 55vh;
	text-align: center;
	background-color: #012615;
	color: white;
	-webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.31);
	-moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.31);
	box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.31);
}

.text3{
	width: 80%;
	color: #056839;
	margin-top: 5%;
	line-height: 2;
	font-family: roboto;
	font-size: 2vw;
}

.contsub{
	color: #056839;
	font-family: roboto;
	font-size: 1.7vw;
}


}







@media screen and (max-width: 568px){
.group{
	position: fixed;
	z-index: 99;
}
.navbars{
	background-color: #012615;
	width: 100vw;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	padding-right: 2%;
}


.brand{
	margin: 3%;
	transition: 0.5s;
}

.brand:hover{
	margin: 2%;
}

.navitems{
	margin: 3%;
	color: white;
	font-family: Roboto;
	font-size: 1.2vw;
	text-transform: uppercase;
	transition: 0.5s;
}

.navitems:hover{
	margin: 3%;
	color: #FBC925;
	font-family: Roboto;
	text-transform: uppercase;
	text-decoration: none;
}


.slide{
	background-image: url(mainimg.jpg);
	background-size: cover;
	height: 30vh;
	z-index: -1;
}



.textm{
	z-index: 2;
	position: absolute;
	top: 18%;
	width: 70%;
	color: white;
	font-family: Roboto;
	font-size: 3vw;
	margin-left: 5%;
}

.z1{
	z-index: 3;
	position: absolute;
	top: 10%;
	color: white;
	font-family: Roboto;
	font-size: 4.5vw;
	margin-left: 5%;
}


.button1{
	color: white;
	border: 2px solid white;
	border-radius: 5px;
	z-index: 3;
	position: absolute;
	top: 30%;
	left: 40%;
	padding: 0.5%;
	padding-left: 1.5%;
	padding-right: 1.5%;
	transition: 0.5s;
	display: none;
}

.link1{
	color: white;
	text-decoration: none;
	transition: 0.5s;
}

.link1:hover{
	color: #012615;
	text-decoration: none;
}

.button1:hover{
	color: white;
	background-color: #FBC925;
	border: 2px solid #FBC925;
	border-radius: 0px;
	z-index: 3;
	position: absolute;
	top: 90%;
	left: 45%;
	padding: 0.5%;
	padding-left: 1.5%;
	padding-right: 1.5%;
}


h1{
	font-family: Roboto;
	color: #FBC925;
}


hr.new1{
	width: 80%;
	border-top: 1px solid #FBC925;

}

.abouttext{
	color: #012615;
	padding: 2%;
	width: 100%;
	text-align: justify;
	line-height: 2;
	font-size: 3vw;
	font-family: roboto;
}

.img1{
	-webkit-box-shadow: -20px 20px 0px 0px rgba(251,201,37,1);
-moz-box-shadow: -20px 20px 0px 0px rgba(251,201,37,1);
box-shadow: -20px 20px 0px 0px rgba(251,201,37,1);

}

.img3{
	-webkit-box-shadow: 20px 20px 0px 0px rgba(251,201,37,1);
	-moz-box-shadow: 20px 20px 0px 0px rgba(251,201,37,1);
	box-shadow: 20px 20px 0px 0px rgba(251,201,37,1);
}

.block1{
	padding-top: 3%;
	margin-bottom: 5%;
	margin-top: 5%;

}



.text1{
	font-size: 3vw;
	text-align: right;
}


.btn-group{
	margin-top: 5%;
}

.missiontext{
	color: #056839;
	padding: 2%;
	text-align: left;
	line-height: 3;
	font-size: 4vw;
	font-family: open sans;
	margin-top: 10%;
	width: 100%;	
}

.yellow{
	background-color: #FBC925;

}

.unvis{
	display: none;
}


.block2{
	width: 95%;
	height: auto;
	padding: 2%;
	padding-top: 15%;
	padding-bottom: 15%;
	text-align: center;
	background-color: #FFDB69;
	color: #056839;
	transition: 0.5s;
	margin-top: 10%;
}


.block2:hover{
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #012615;
	color: white;
	-webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.31);
	-moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.31);
	box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.31);
}

.text2{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: roboto;
}


.h4m{
	
	margin: 10%;
	font-family: roboto;
}

.h1m{
	color: #056839;
	margin-top: 10%;
	font-family: roboto;
}

.text3{
	width: 100%;
	color: #056839;
	margin-top: 5%;
	line-height: 2;
	font-family: roboto;
	font-size: 3.8vw;
}

.partners{
	width: 80%;
	transition: 0.5s;
	text-align: center;
}


.contactInfo{
	width: 100%;
	background-color: white;
	margin-top: 20%;
/*	-webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.31);
	-moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.31);
	box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.31);*/
}

.contobj{
	text-transform: uppercase;
	color: #056839;
	margin-top: 15%;
	font-family: roboto;
	font-style: 2vw;
}

.contsub{
	color: #056839;
	font-family: roboto;
	font-size: 5vw;
}


.contactInfo h2{
	color: #056839;
	margin-top: 15%;
	margin-bottom: 10%;
}

.contactform{
	margin-top: 10%;
}



.inputs{
	margin-top: 4%;
}

input[type=text], select{
	border-color: none;
	background-color: white;
	border-radius: 20px;
	width: 90%;
	padding: 2%;
    border: 1px solid #ccc;
	border-radius: 4px;
    box-sizing: border-box;
    margin-top: 3%;
    text-decoration: none;
    font-family: helvetica Neue;
    color: #b8b7b7;
}

input[type=text]:hover{
	width: 100%;
	transition: 0.2s;
	box-shadow: 0px 0px 10px #f4f4f4;
}





input[type=email], select{
	border-color: none;
	background-color: white;
	border-radius: 20px;
	width: 90%;
	padding: 2%;
    border: 1px solid #ccc;
	border-radius: 4px;
    box-sizing: border-box;
    margin-top: 3%;
    text-decoration: none;
    font-family: helvetica Neue;
    color: #b8b7b7;
}

input[type=email]:hover{
	width: 100%;
	transition: 0.2s;
	box-shadow: 0px 0px 10px #f4f4f4;
}

input[type=tel], select{
	border-color: none;
	background-color: white;
	border-radius: 20px;
	width: 90%;
	padding: 2%;
    border: 1px solid #ccc;
	border-radius: 4px;
    box-sizing: border-box;
    margin-top: 3%;
    text-decoration: none;
    font-family: helvetica Neue;
    color: #b8b7b7;
}

input[type=tel]:hover{
	width: 100%;
	transition: 0.2s;
	box-shadow: 0px 0px 10px #f4f4f4;
}

textarea{
	border-color: none;
	background-color: white;
	border-radius: 20px;
	width: 90%;
	padding: 2%;
    border: 1px solid #ccc;
	border-radius: 4px;
    box-sizing: border-box;
    
    text-decoration: none;
    font-family: helvetica Neue;
    color: #b8b7b7;
}

textarea:hover{
	width: 100%;
	transition: 0.2s;
	box-shadow: 0px 0px 10px #f4f4f4;
}



.btn2 {
  border-radius: 10px;
  background-color: #FBC925;
  border: none;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
  transition: all 0.5s;
  cursor: pointer;
  margin-top: 3%;
}



.btn2:hover{
	background-color: #012615;
}



#footer{
	margin-top: 10%;
	margin-bottom: 5%;
}



.inform{
	font-size: 2vw;
	margin-top: 3%;
	text-align: center;
	color: #056839;
	font-family: roboto;
}

.caspy{
	background-color: #29A9E1;
	padding: 0.5%;
	text-align: center;
	color: white;
}

.caspylink{
	text-decoration: none;
	margin: 0px;
	color: white;
	transition: 0.5s;
}


.caspylink:hover{
	text-decoration: none;
	color: #C84278;
	transition: 0.5s;
}

}


@media screen and (min-width: 2500px){

.text3{
	width: 80%;
	color: #056839;
	margin-top: 5%;
	line-height: 2;
	font-family: roboto;
	font-size: 1.5vw;
}

.text2{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: roboto;
	font-size: 1.1vw;
}


.h4m{
	font-size: 1vw;	
	margin: 10%;
	font-family: roboto;
}

}


@media screen and (max-width: 1260px){


.navitems{
	margin: 2%;
	color: white;
	font-family: Roboto;
	text-transform: uppercase;
	transition: 0.5s;
}

.navitems:hover{
	margin: 3%;
	color: #FBC925;
	font-family: Roboto;
	text-transform: uppercase;
	text-decoration: none;
}

}