@charset "utf-8";
/* CSS Document */
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: 14px;
}

h1, h2, h3, h4, h5, h6 {
  	font-family: "Roboto", Helvetica, Arial, Heveltica Neue, sans-serif;
  	font-weight: normal;
}

h1{
	color:#27630E;
}

h2{
	color: #666060;
	font-weight: bold;
}

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

#header{
	width: 100%;
	height:110px;
	position: fixed;
	top: 0;
	background: #FFFFFF;
	z-index:20;
	border-bottom: #47C333 3px solid;
}

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

.l3{
	float: left;
   	width: 30%;
	height: inherit;
	
}

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


.logo{
	width: auto;
	height: 90px;
	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;
	background-color: #40BF97;
	margin-top: 2px;
	display: none;
}
.navbar {
  	overflow: hidden;
  	font-family: Arial, Helvetica, sans-serif;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	height: 40px;
	line-height: 40px;
	visibility: visible;
	float:right;
	text-align: right;
	padding-left: 15px;
	margin-top: 40px;
	color: black;
}

.navbar a {
  	float: left;
  	font-size: 16px;
  	color: black;
  	text-align: center;
  	padding: 0px 10px;
  	text-decoration: none;
	font-weight: bold;
}

.navbar a .active{
  	float: left;
  	font-size: 16px;
  	color:#FFFFFF;
  	text-align: center;
  	padding: 0px 10px;
  	text-decoration: none;
	font-weight: bold;
	background-color:#47C333;
}

.active{
	background-color:#47C333;
}

.dropdown {
  	float: left;
  	overflow: hidden;
	font-weight: bold;
}

.dropdown .dropbtn {
  	cursor: pointer;
  	font-size: 16px;  
  	border: none;
  	outline: none;
  	color: black;
  	padding: 0px 10px;
  	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;
}

.navbar a:hover, .dropbtn:hover, .dropbtn:focus {
	text-decoration: underline;
}

.dropdown-content a:hover{
  	background-color:#9C8F8F;
}

.dropdown-content {
  	display: none;
  	position: absolute;
  	background-color:#0E0D0D;
  	min-width: 140px;
  	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  	z-index: 1;
	font-weight: normal;
}

.dropdown-content a {
  	float: none;
  	color: #FFFFFF;
  	padding: 5px 10px;
  	text-decoration: none;
  	display: block;
  	text-align: left;
	font-weight: normal;
	font-size: 14px;
}

.dropdown-content a:hover {
  	background-color: #ddd;
}

.show {
  	display: block;
}

.openbtn{
	font-size: 15px;
	cursor: pointer;
	color: #8E3AA0;
	padding: 10px 15px;
	border: none;
	float: right;
	visibility: hidden;
	position: absolute;
	top: 60px;
	right: 0;
	background: #2CB7BD;
	font-weight: bold;
}
	
.closebtn{
	font-size: 15px;
	cursor: pointer;
	color:#EB1919;
	padding: 10px 15px;
	border: none;
	float: right;
	visibility:hidden;
	position: absolute;
	top: 60px;
	right: 0;
	background: #2CB7BD;
	font-weight: bold;
}

.active {
  background-color:#47C333;
}

/*** Ends ***/

#mobile{
	visibility: hidden;
}

#wrapper{
	width: 100%;
	height: auto;
	min-height: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 110px;
}

#wrapper .pg-header{
	font-size: 30px;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	color: #195314;
	padding: 15px 0px 10px 35px;
	text-shadow: 2px 2px #FF0000;
}

#wrapper .sub-header{
	font-size: 20px;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	color: #195314;
	padding: 15px 0px 10px 55px;
}

.row{
	width: 100%;
	height: auto;
	overflow:hidden;
}

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

/** frames starts **/
.frame8{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	height: inherit;
}

.frame9{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: inherit;
}

.frame10{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	height: inherit;
	border: 1px #0A98E8 solid;
	border-radius: 5px;}

/** frames ends **/

/** Row Heights starts **/
.h-100{
	height: 100px
}

.h-200{
	height: 200px
}

.h-300{
	height: 300px
}

.h-400{
	height: 400px
}

.h-500{
	height: 500px
}

.h-600{
	height: 600px
}
/** Row Heights end **/

/** paddings start **/
.p5a{
	padding: 5px;
}

.p10a{
	padding: 10px;
}

.p15a{
	padding: 15px;
}

.p5ud{
	padding:5px 0px;
}

.p10ud{
	padding:10px 0px;
}

.p15ud{
	padding:15px 0px;
}

.p5lr{
	padding:0px 5px;
}

.p10lr{
	padding:0px 10px;
}

.p10lr{
	padding:0px 15px;
}

.p25ud{
	padding:25px 0px;
}

.p30ud{
	padding:30px 0px;
}

/** paddings end **/

/** fonts starts **/
.ft5{
	font-size: 5px;
}

.ft10{
	font-size: 10px;
}

.ft15{
	font-size: 15px;
}

.ft18{
	font-size: 18px;
}

.ft20{
	font-size: 20px;
}

.ft25{
	font-size: 25px;
}

.ft20{
	font-size: 35px;
}
/** fonts end **/

/** images size start **/
.img5{
	width: 5%;
	height: auto;
}

.img10{
	width: 10%;
	height: auto;
	margin-left: 5px;
	margin-right: 5px;
}

.img15{
	width: 15%;
	height: auto;
}
/** images size end **/

/* Create three equal columns that sits next to each other */
.column {
  	flex: 33.33%;
  	padding: 5px;
}

/* Colunms start */
.col3 {
  	float: left;
   	width: 30%;
	height: inherit;
}

.col4 {
  	float: left;
   	width: 40%;
	height: inherit;
}

.col5 {
  	float: left;
   	width: 50%;
	height: inherit;
}

.col6 {
  	float: left;
   	width: 60%;
	height: inherit;
}

.col7 {
  	float: left;
   	width: 70%;
	height: inherit;
}
/* Colunms ends */

.hide_over{
	overflow: hidden;
}

/* box start */
.bx3 {
  	float: left;
   	width: 33.3%;
  	padding: 10px;
	height: inherit;
}

.bx4 {
  	float: left;
   	width: 25%;
  	padding: 10px;
	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 **/

/** background color start **/
.blackBg{
	background-color: #000000;
	color: #FFFFFF;
}

.blueBg{
	background-color:#6A9BE7;
	color: #000000;
}

.greenBg{
	background-color:#65D27F;
	color: #000000;
}
.greyBg{
	background-color:#E1E1E1;
	color: #000000;
}
.yellowBg{
	background-color:#C6CF47;
	color: #000000;
}
/** background color end **/

.column img{
	padding-top: 20px;
	padding-bottom: 15px;
}

.first_row{
	width: 100%;
	height: 500px;
	overflow:hidden;
}

.first_row .mySlides img, .mySlides img{
	width: inherit;
	height: inherit;
	object-fit: cover;
}

h1{
	color: #113F1B;
	text-align: center;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}



.slide-bar{
	height: inherit; 
	width: 0%; /* 0 width - change this with JavaScript */
	position: relative; /* Stay in place */
	z-index: 1; /* Stay on top */
	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;
	color: #000000;
}

button{
	width: auto;
	font-size: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 15px;
	background-color:#C5D54E;
	border-radius: 6px;
	border: none;
	cursor: pointer;
	color: #000000;
}

button:hover{
	width: auto;
	font-size: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 15px;
	background-color:#E4ED9F;
	border-radius: 3px;
	color: #FFFFFF;
	border-color: none;
}

#details{
	width: 99%;
	margin-left: auto;
	margin-right: auto;
	min-height: 300px;
	height: auto;
	text-align: justify;
}

#details .right{
	width: 70%;
	height: 295px;
	float: right;
	text-align: left
}

#details .left{
	width: 29%;
	height: 295px;
	float: left;
}

#details .left img{
	height: 295px;
}

.bold_head{
	color: #357DC9;
	font-size: 38px;
	padding: 20px 5px 20px 20px;
	font-weight: bold;
	text-align: left;
	text-indent: 2px;

}

* {
  	box-sizing: border-box;
}

.cover_box{
	border: #000000 1px solid;
	object-fit: cover;
	width: 100%;
	height: auto;
}

.cover_box img{
	object-fit: cover;
	width: inherit;
	height: inherit;
}

#whatsapp{
	position: fixed;
	bottom: 30px;
	right: 10px;
	z-index: 9;
}


#footer{
	width: 100%;
	background:#707070;
	bottom: 0;
	color: #FFFFFF;
	position: relative;
}

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

#footer .container .contact{
	width: auto;
	height: auto;
	background-color: #FFFFFF;
	color: #153C16;
	padding: 0px 5px 0 5px;
	float: left;
}

.network{
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	margin-top: 5px;
}

.network .title{
	font-size: 14px;
	padding-right: 10px;
}

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

.network img:hover{
	width: 40px;
	height: 40px;
	padding: 5px;
	cursor: pointer;
	opacity: 0.4;
	color:#000000;
		
}

#author{
	bottom: 0;
	width: 100%;
	text-align: right;
	font-size: 12px;
	padding-right: 5px;
	background:#707070;
	color: #000000;
}
/*** Contact Form **/

table{
	width: 99%;
}

.contactForm{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
  	background-color: #f2f2f2;
	padding: 20px;
	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;
}

.tel{
	width: 100%;
	height: 200px;
	background: #0C1682;
	border-bottom-right-radius: 10%;
	color: #FFFFFF;
	padding: 5px;
}

.email{
	width: 100%;
	height: 100%;
	background:#1642A8;
	border-bottom-right-radius: 10%;
	color: #FFFFFF;
	padding: 5px;
}

.address{
	width: 100%;
	height: 100%;
	background:#5E60A6;
	border-bottom-right-radius: 10%;
	color: #FFFFFF;
	padding: 5px;
}

/**** Fonts & style ****/
.font-30{
	font-size: 30px;
	color: #1D5611;
}

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

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

.contact .container{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	height: 700px;
}

.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: 50%;
	height: 100%;
	float: left;
	text-align: center;
}

.contact form{
	width: 50%;
	height: 100%;
	float: left;
}

.contact form table{
	width: 80%;
	background-color: #196831;
	opacity: 0.4;
	padding: 20px;
}

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

.success, .failed{
	color: red;
	font-style: italic;
	font-size: 20px;
}


