@charset "utf-8";
/* CSS Document */
@media only screen and (max-width : 900px) {
	#wrapper{
		width: 98%;
		height: auto;
		min-height: 700px;
		margin-left: auto;
		margin-right: auto;
	}
	
		
}

@media only screen and (max-width : 640px) {
	body {
		font-family: Helvetica, Arial, Heveltica Neue, sans-serif;
		background: #FFFFFF;
		color: #777777;
		margin:0;
		-webkit-font-smoothing: antialiased;
		overflow-x: hidden;
		width: 100%;
	}


	html {
		font-size: 0.8em;
	}

	h1, h2, h3, h4, h5, h6 {
		font-family: "Roboto", Helvetica, Arial, Heveltica Neue, sans-serif;
		font-weight: normal;
		color: #000000;
	}
	
	h1{
	color:#1F4509;
}
	
	#header{
		width: 100%;
		height:110px;
		position: fixed;
		top: 0;
		background: #FFFFFF;
		z-index:99;
		background-image:url(none);
		background-size: cover;
	}

	.top{
		width: 100%;
		height:30px;
		line-height: 20px;
		float: left;
		font-size: 11px;
		text-align: right;
		padding: 0px 5px;
		color:#3780C5;
	}
	
	.l3{
		float: left;
		width: 30%;
		height: inherit;

	}

	.l7{
		float: left;
		width: 70%;
		height: inherit;

	}
	
	myLogo{
		transition: 0.5s; 
	}
	


	.logo{
		width: 50px;
		height: 70px;
		float: left;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		line-height: 110px
	}
	
	
/*** Menu Section ***/	
	.menu{
		width: 100%;
		height: 50px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 2px;
		display:block;
		background-color: #40BF97;
		position: absolute;
		top: 80px;
	}
	
	.navbar {
		height: 100%; /* 100% Full-height */
		width: 0px; /* 0 width - change this with JavaScript */
		position: fixed; /* Stay in place */
		top: 0; /* Stay at the top */
		right: 0;
		overflow-x: hidden; /* Disable horizontal scroll */
		padding-top: 60px; /* Place content 60px from the top */
		transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
		background-color:#1D3F17;
		padding-left: 0;
		z-index: 30;
	}

	.navbar a {
		font-size: 14px;
		color: white;
		text-align: left;
		padding: 16px 16px;
		text-decoration: none;
		font-weight: bold;
		width: 100%;
		border-bottom: #FFFFFF 1px solid;
	}
	
	.dropdown {
		text-align: left;
		overflow: hidden;
		font-weight: bold;
		width: 100%;
		border-bottom: #EBDCDD 1px solid;
	}

	.dropdown .dropbtn {
		cursor: pointer;
		font-size: 14px;  
		border: none;
		outline: none;
		color: white;
		padding: 18px 16px;
		background-color: inherit;
		font-family: inherit;
		margin: 0;
		font-weight: bold;
	}
	
	.dropdown .active {
		cursor: pointer;
		font-size: 16px;  
		border: none;
		outline: none;
		color: black;
		padding: 10px 10px;
		background-color:#47C333;
		font-family: inherit;
		margin: 0;
		font-weight: bold;
		border-radius: 0px;
	}
	
	.dropdown-content a {
		float: none;
		color: #FFFFFF;
		padding: 10px 16px;
		text-decoration: none;
		display: block;
		text-align: left;
		font-weight: normal;
		font-size: 14px;
	}
	
	.openbtn{
		font-size: 15px;
	  	cursor: pointer;
	  	color: #FFFFFF;
	  	border: none;
		float: right;
		visibility: visible;
		position: relative;
		top: 0px;
		right: 0;
		background: #40BF97;
		font-weight: bold;
	}
	
	.closebtn{
		font-size: 15px;
	  	cursor: pointer;
	  	color:#EB1919;
	  	padding: 10px 15px;
	  	border: none;
		float: right;
		visibility:visible;
		position: absolute;
		top: 20px;
		right: 0;
		background: none;
		font-weight: bold;
	}

	.menu_bar a:hover {
		color: black;
	}


	.menu_bar .icon {
		display: none;
	}

	.menu a.icon {
		float: right;
		display: none;
	}
	
/*** Ends ***/

#wrapper{
	width: 100%;
	height: auto;
	min-height: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
}
	
.row{
	width: 100%;
	height: auto;
	overflow:hidden;
}

/* Clear floats after the columns */
.row:after {
  	content: "";
  	display: table;
  	clear: both;
}

/** frames starts **/
.frame8, .frame9, .frame10{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	height: inherit;
}
/** frames ends **/

/** Row Heights starts **/
.h-100, .h-200, .h-300, .h-400, .h-500, .h-600{
	height: auto;
}

/** Row Heights end **/
	
.first_row{
	width: 100%;
	height: auto;
	background-size: cover;
	overflow:hidden;
	border-bottom: #000000 1px solid;
}
	
.first_row .mySlides img, .mySlides img{
	width: inherit;
	height: inherit;
	object-fit: cover;
}
	
/* Create three equal columns that sits next to each other */
.column {
  	flex: 33.33%;
  	padding: 5px;
}

/* Colunms start */
.col3, .col4, .col5, .col6, .col7 {
  	float: none;
   	width: 99%;
	margin-left: auto;
	margin-right: auto;
	height: inherit;
}
/* Colunms ends */

/* box start */
.bx4 {
  	float: none;
   	width: 95%;
  	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	height: inherit;
}
/* box ends */
	
/** Flex row start **/
.flex-container {
  	display: flex;
  	background-color: DodgerBlue;
	align-items: center;
}

.flex-container > div {
  	background-color: #f1f1f1;
  	margin: 10px;
  	padding: 20px;
  	font-size: 30px;
}
/** Flex row end **/

.second_row .slide-bar{
	height: 100%; /* 100% Full-height */
	width: 100%; /* 0 width - change this with JavaScript */
	position: relative; /* Stay in place */
	right: 0;
	overflow-x: hidden; /* Disable horizontal scroll */
	transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
	background-color: #40BF97;
	padding-left: 0;
	float: right;
	opacity: 0.4;
	filter: alpha(opacity=40);
	color: #000000;
}

	#slide-bar{
		width: 100%;
	}


.third_row .container{
	width: 100%;
	min-height: 700px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.third_row .container h2{
	font-size: 40px;
}

.third_row .container h3{
	font-size: 25px;
}

.third_row .container .box{
	width: 100%;
	height: auto;
	text-align: center;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
}

.third_row .container .box .logo{
	width: 50%;
	height: 50%;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0px 5px 0px;
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
	float: none;
}

.third_row .container .box .logo img{
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	height: 100%;
}

.third_row .container .box button{
	width: 50%;
	font-size: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0px 5px 0px;
	background-color: #24450e;
	border-radius: 6px;
	border: none;
	cursor: pointer;
	color: #A2E078;
}

.third_row .container .box button:hover{
	width: 50%;
	font-size: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0px 5px 0px;
	background-color: #a2e078;
	border-radius: 3px;
	color: #FFFFFF;
	border-color: none;
}
	
	#details{
		width: 99%;
		margin-left: auto;
		margin-right: auto;
		height: auto;
		text-align: justify;
	}
	
	#footer{
		width: 100%;
		background:#707070;
		bottom: 0;
		color: #FFFFFF;
		position: relative;
	}

#footer .container{
	width: 90%;
	min-height: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#footer .container .contact{
	width: 60%;
	min-height: auto;
	height: auto;
	color: #153C16;
	padding-bottom: 25px;
}
	
#footer .container .contact img{
	width: 100%;
}

#footer .container .network{
	width: 100%;
	height: 90px;
	text-align: center;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#footer .container .network .title{
	width: 100%;
	font-size: 16px;
}

#footer .container .network img{
	width: 40px;
	height: 40px;
	padding: 5px;
	cursor: pointer;
}

#footer .container .network img:hover{
	width: 40px;
	height: 40px;
	padding: 5px;
	cursor: pointer;
	opacity: 0.4;
	color:#000000;
		
}
	
	/*** Contact Form **/

	.contactForm{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		border-radius: 5px;
		background-color: #f2f2f2;
		padding: 10px;
		text-align: left;
	}

	label{
		text-align: left;
		color: #57679A;
	}

	input[type=text], select, textarea {
	  width: 100%;
	  padding: 12px;
	  border: 1px solid #ccc;
	  border-radius: 4px;
	  box-sizing: border-box;
	  margin-top: 6px;
	  margin-bottom: 16px;
	  resize: vertical;
	}

	input[type=submit] {
	  	background-color: #C5D54E;
	  	color: white;
	  	padding: 12px 20px;
	  	border: none;
	  	border-radius: 4px;
	  	cursor: pointer;
		font-weight: bold;
	}

	input[type=submit]:hover {
	  	background-color: #E4ED9F;
	}
	
	* {
		box-sizing: border-box;
	}

	.row {
		width: 98%;
	}

	/* Create three equal columns that sits next to each other */
	.column {
		flex: 98%;
		width: 98%;
		padding: 5px;
		margin-left: auto;
		margin-right: auto;
	}

	.column img{
		padding-top: 20px;
		padding-bottom: 15px;
	}
	
	/**** Fonts & style ****/
	.font-30{
		font-size: 25px;
		color: #1D5611;
	}

	.font-50{
		font-size: 40px;
		color: #1D5611;
	}

	/*** Contact ****/
	.contact{
		width: 100%;
		height: 600px;
		padding-top: 25px;
	}

	.contact .container{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		height: auto;
		min-height: 100%;
	}

	.contact::after {
	  content: "";
	  background-image: url("../images/slide1.jpg");
	  opacity: 0.1;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	  position: absolute;
	  z-index: -1;   
	}

	.contact .info{
		width: 95%;
		height: 100%;
		margin-right: auto;
		margin-left:auto; 
		text-align: center;
	}

	.contact form{
		width: 100%;
		height: 100%;
	}

	.contact form table{
		width: 95%;
		background-color: #196831;
		opacity: 0.4;
		padding: 20px;
		margin-right: auto;
		margin-left:auto; 
	}

	.contact form table label{
		color: #000000;
		font-size: 17px;
		font-weight: bold;
		opacity: 1;
	}
}







