html{
  height: 100%;
  margin: auto;
  width: 100%;
  overflow-y: auto;
}

body {
    background-color: rgb(255, 255, 255);
    min-width: 800px;
  }
  
  h1 {
    color: rgb(0, 0, 0);
    margin-left: 40px;
  }

a,a:visited {
    color:#9fff8b;
    text-decoration: none; 
}

a:hover {
  color:#FFFFFF;
}

.clear {
	clear: both;
}

/* HEADER */

.header {
    width: 100%;
    height: 250px;
    float: left;
    background-color: rgb(0, 0, 0);
    background-image: url(../images/header.png);
    background-repeat:no-repeat;
    position: relative;
    z-index: 2;
    padding-left: 300px;
    padding-top: 50px;
    text-align: left;
}

/* CONTENT */

.pageHome{
  position: relative;
  left:0;
  width:100%;
  margin: 0;
  padding-bottom:60px;
  clear: left;
}

.pageHome2{
  position: relative;
  background-image: url(../images/cab1.png);
  background-size:     auto;
  background-repeat:   no-repeat;
  background-position: center center; 
  background-color: #000000;
  color: #FFFFFF;
  width:100%;
  height: 100%;
  min-height: 400px;
  margin: 0;
  padding-top: 5px;;
  padding-left: 20px;
  padding-bottom:5px;
  clear: left;
  text-align: center;
}

.companyname{
  font-size: 60pt;
  font-weight: bolder;
  font-family:'Open Sans', sans-serif;
  }

.map{
  width:100%
}

.bookingform {
  width: 100%;
  padding: 50px 50px;
  background-color: #9fff8b;
}

.bookingform label{
  font-size: 12pt;
  font-weight: bold;
  font-family:'Open Sans', sans-serif;
}

.bookingform input {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
}

.bookingform input[type="checkbox"] {
  width: 50px;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  transform: scale(1.5);
}

.bookingform textarea {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  resize: none;
}

mark.red {
  color:#ff0000;
  background: none;
}

/* FOOTER */

.footer {
  position:relative;
  bottom:0;
  width:100%;
  height:fit-content;
  background-color: #000000;
  color:#FFFFFF;
  text-align: center;
  margin:0px;
  padding: 20px;
}

.tagline{
  font-size: xx-large;
  font-weight: bolder;
  font-family:'Open Sans', sans-serif;
  }

  .phone{
    font-size: 40pt;
    font-weight: bolder;
    font-family:'Open Sans', sans-serif;
    
    }


/* NAVIGATION MENU */
.dropdownmenu nav {
  position:relative;
  width:100%;
  margin: 0;
  list-style: none;
  z-index: 11;
}

.dropdownmenu ul, .dropdownmenu li {
	margin: 0;
	padding: 0;
}

.dropdownmenu li {
	float: left;
	position: relative;
	width:33.33%;
}
.dropdownmenu a {
	background: #000000;
	color: #FFFFFF;
	display: block;
	font: bold 12px/20px sans-serif;
  font-size: 18pt;
  font-weight: 600;
	padding: 10px 25px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.dropdownmenu li:hover a {
	background: #9fff8b;
  color: black;
}
#submenu {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 35px;
	visibility: hidden;
	z-index: 1;
}
li:hover ul#submenu {
	opacity: 1;
	top: 40px;	/* adjust this as per top nav padding top & bottom comes */
	visibility: visible;
}
#submenu li {
	float: none;
	width: 100%;
}
#submenu a:hover {
	background: #DF4B05;
}
#submenu a {
	background-color:#000000;
}


/* BUTTONS ON HEADER */
  .BUTTON_FII {
    background: #107E00;
    background-image: -webkit-linear-gradient(top, #107E00, #9DFBA2);
    background-image: -moz-linear-gradient(top, #107E00, #9DFBA2);
    background-image: -ms-linear-gradient(top, #107E00, #9DFBA2);
    background-image: -o-linear-gradient(top, #107E00, #9DFBA2);
    background-image: -webkit-gradient(to bottom, #107E00, #9DFBA2);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 800;
    padding: 4px;
    -webkit-box-shadow: 1px 1px 20px 0 #000000;
    -moz-box-shadow: 1px 1px 20px 0 #000000;
    box-shadow: 1px 1px 20px 0 #000000;
    text-shadow: 1px 1px 20px #000000;
    border: solid #000000 1px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    margin: 20px;
    width: 100px;
    height: 100px;
    z-index: 1;
 }
 
 .BUTTON_FII:hover {
    border: solid #000000 1px;
    background: #9DFBA2;
    background-image: -webkit-linear-gradient(top, #9DFBA2, #107E00);
    background-image: -moz-linear-gradient(top, #9DFBA2, #107E00);
    background-image: -ms-linear-gradient(top, #9DFBA2, #107E00);
    background-image: -o-linear-gradient(top, #9DFBA2, #107E00);
    background-image: -webkit-gradient(to bottom, #9DFBA2, #107E00);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-decoration: none;
 }

 /* BUTTONS FORM */
 .BUTTON_FII_form {
  background: #107E00;
  background-image: -webkit-linear-gradient(top, #107E00, #9DFBA2);
  background-image: -moz-linear-gradient(top, #107E00, #9DFBA2);
  background-image: -ms-linear-gradient(top, #107E00, #9DFBA2);
  background-image: -o-linear-gradient(top, #107E00, #9DFBA2);
  background-image: -webkit-gradient(to bottom, #107E00, #9DFBA2);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  font-weight:bolder;
  padding: 4px;
  -webkit-box-shadow: 1px 1px 20px 0 #000000;
  -moz-box-shadow: 1px 1px 20px 0 #000000;
  box-shadow: 1px 1px 20px 0 #000000;
  text-shadow: 1px 1px 20px #000000;
  border: solid #000000 1px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  margin: 20px;
  width: 300px;
  height: 100px;
  z-index: 1;
}

.BUTTON_FII_form:hover {
  border: solid #000000 1px;
  background: #9DFBA2;
  background-image: -webkit-linear-gradient(top, #9DFBA2, #107E00);
  background-image: -moz-linear-gradient(top, #9DFBA2, #107E00);
  background-image: -ms-linear-gradient(top, #9DFBA2, #107E00);
  background-image: -o-linear-gradient(top, #9DFBA2, #107E00);
  background-image: -webkit-gradient(to bottom, #9DFBA2, #107E00);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-decoration: none;
}

 /* SLIDER */

 * {box-sizing: border-box;}
 body {font-family: 'Open Sans', sans-serif;}
 .mySlides {display: none;}
 img {vertical-align: middle;}
 
 /* Slideshow container */
 .slideshow-container {
   width: 100%;
   position: relative;
   margin: auto;
 }
 
 /* Caption text */
 .text {
   color: #f2f2f2;
   font-size: 15px;
   padding: 8px 12px;
   position: absolute;
   bottom: 8px;
   width: 100%;
   text-align: center;
 }
 
 /* Number text (1/3 etc) */
 .numbertext {
   color: #f2f2f2;
   font-size: 12px;
   padding: 8px 12px;
   position: absolute;
   top: 0;
 }
 
 /* The dots/bullets/indicators */
 .dot {
   height: 15px;
   width: 15px;
   margin: 0 2px;
   background-color: #bbb;
   border-radius: 50%;
   display: inline-block;
   transition: background-color 0.6s ease;
 }
 
 .active {
   background-color: #717171;
 }
 
 /* Fading animation */
 .fade {
   animation-name: fade;
   animation-duration: 1.5s;
 }
 
 @keyframes fade {
   from {opacity: .4} 
   to {opacity: 1}
 }
 
 /* On smaller screens, decrease text size */
 @media only screen and (max-width: 300px) {
   .text {font-size: 11px}
 }

 /*---GALLARY GRID---*/

.gallerys {
	font-family: 'Open Sans', sans-serif;
	background: url(../images/image1.png) no-repeat 50% 101% #FFF;
	padding: 3em 0 3em;
  padding-left: 50px;
  padding-right: 50px;
}

.gallerys h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.8em;
	color: #363638;
	text-transform: uppercase;
	padding: 1em 0;
}

.gallery-grid {
  padding: 20px;
	width: 30%;
	float: left;
}

.gallery-grid img {
  padding: 5px;
	width: 100%;
  height: 100%;
}

.gallery-grid p {
	font-size: 0.875em;
	padding: 0.2em 0em 1.2em 0em;
	color: #6a6a6a;
	line-height: 1.8em;
	font-family: 'Open Sans', sans-serif;
}

.gallery-button a {
	color: #222;
	font-size: 0.875em;
	text-transform: uppercase;
	padding: 0.8em;
	border: 1px solid #EEE;
	display: inline-block;
}

.gallery-button a:hover {
	background: #f5c34c;
	color: #FFF;
}

.grid2 {
	margin: 0px 35px;
}

.gallery-grids {
	margin-bottom: 30px;
}

.projects-bottom-paination ul li {
	display: inline-block;
}

.projects-bottom-paination {
	text-align: center;
	padding: 20px 0;
	font-family: 'Open Sans', sans-serif;
}

.projects-bottom-paination li a {
	font: 400 12px/1.2em Arial;
	color: #5a5a5a;
	padding: 11px 18px;
	background: #fff;
	text-decoration: none;
	text-shadow: none;
	border: 1px solid #e9e9e9;
	/*margin-top: 16px;*/
	display: inline-block;
}

.projects-bottom-paination li.active>a,
.projects-bottom-paination li>a:hover {
	background: #f5c34c;
	color: #fff;
}

.gallery-grid h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	color: #363638;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	cursor: pointer;
	padding: 13px 0px 2px 0px;
}

.gallery-grid h4:hover {
	color: #f5c34c;
}