.Dropdown {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 3;
  top: 0;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  left: 0;
  background-color: #181818;
  overflow-x: hidden;
  transition: 0.5s;
  overflow-y: hidden;
}

@media screen and (max-width: 601px) {
.Dropdown h1{
  font-size: 2.5;
}
}

.Dropdown .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  width: 2%;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 8px;
}


.EmailPopup {
	position: absolute;
	top: 25%;
  	left: 25%;
  	width: 70%;
    letter-spacing: 2px;
}

.callUsPopup {
	position: relative;
	text-align: center;
	top: 40%;
}

.LocPopup {
	position: relative;
	text-align: center;
	top: 30%;
}

.RoundImageGoogle {
	background-image:url(images/googlemap.png);
    width:70px;
    height:70px;
    border-radius:100px;
    background-repeat: no-repeat;
    position: relative;
    margin: auto;
    background-size: 45% 45%; 
    background-position: 60% 50%;
}

.RoundImageWaze {
	background-image:url(images/waze.png);
    width:70px;
    height:70px;
    border-radius:100px;
    background-repeat: no-repeat;
    position: relative;
    margin: auto;
    background-size: 45% 45%; 
    background-position: 60% 50%;
}

.RoundImageMoovit {
	background-image:url(images/moovit.png);
    width:70px;
    height:70px;
    border-radius:100px;
    background-repeat: no-repeat;
    position: relative;
    margin: auto;
    background-size: 45% 45%; 
    background-position: 60% 50%;
}


.ImagePad {
	padding-left: 5%;
	padding-right: 5%;
	display: inline-block;
}

.RoundBorder {
	border:3px solid white;
    border-radius:100px;
    width:70px;
    height:70px;
    position:relative;
    -webkit-transition: all 0.30s ease-in-out;
}

.RoundBorder:hover {
	border:3px solid #169ea5;
}

.TextColor {
	font-size: 4vw; 
	text-decoration : none;
	line-height: 2px;
}

.TextColor:hover{
	color: #169ea5;
}

.EmailPopup .textboxesN {
	display: inline;
	float: left;
	height: 20%;
	width: 40%;
}

.EmailPopup .textboxesE {
	display: inline;
	height: 20%;
	width: 40%;
}

.EmailPopup .ButN {
	height: 30px;
	border-radius: 5px;
	width: 80%;
	padding-right: 3%;
	border: 1px solid #ccc;
	background-color: white;
	box-sizing: border-box;
	padding: 12px 20px;
	font-size: 1vw;
	-webkit-transition: all 0.30s ease-in-out;
  	-moz-transition: all 0.30s ease-in-out;
  	-ms-transition: all 0.30s ease-in-out;
  	-o-transition: all 0.30s ease-in-out;
  	outline: none;
}

.EmailPopup .ButE {
	height: 30px;
	border-radius: 5px;
	border: 1px solid #ccc;
	background-color: white;
	box-sizing: border-box;
	padding: 12px 20px;
	width: 29.5%;
	font-size: 1vw;
	-webkit-transition: all 0.30s ease-in-out;
  	-moz-transition: all 0.30s ease-in-out;
  	-ms-transition: all 0.30s ease-in-out;
  	-o-transition: all 0.30s ease-in-out;
  	outline: none;
}

.EmailPopup .Textareas {
	border-radius: 5px; 
	border: 1px solid #ccc; 
	padding: 12px 20px; 
	background-color: white;
	font-size: 1.5vw; 
	box-sizing: border-box;
    -webkit-transition: all 0.30s ease-in-out;
  	-moz-transition: all 0.30s ease-in-out;
  	-ms-transition: all 0.30s ease-in-out;
  	-o-transition: all 0.30s ease-in-out;
  	outline: none;
}

.EmailPopup input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
}

.EmailPopup .BSend {
	width: 70%;
	height: 5vh;
	border-radius: 30px;
	background-color: #169ea5;
	outline: none;
	border: none;
	color: #fff;
	text-align: center;
}

.BSend:hover {
text-shadow: 0px 0px 6px #ffffff;
-webkit-box-shadow: 0px 5px 40px -10px #ffffff;
-moz-box-shadow: 0px 5px 40px -10px #ffffff;
transition: all 0.4s ease 0s;
opacity: 90%;
}

.sidenav a:hover {
  border: 1px solid;
  color: #00ad9a;
}

.envelope:after {
	font-family: FontAwesome;
	content: "\f0e0";
    width:70px;
    height:70px;
    border-radius:100px;
    position: relative;
    vertical-align: sub;
}

.phone:after {
	font-family: FontAwesome;
	content: "\f095";
    width:70px;
    height:70px;
    border-radius:100px;
    position: relative;
    vertical-align: sub;
}

.near:after {
	font-family: FontAwesome;
	content: "\f124";
    width:70px;
    height:70px;
    border-radius:100px;
    position: relative;
    vertical-align: sub;
}

.facebook:after {
  font-family: FontAwesome;
  content: "\f082";
    width:70px;
    height:70px;
    border-radius:100px;
    position: relative;
    vertical-align: sub;
}

.roundedbackground:hover {
	opacity: 60%;
}

.sidenav .roundedbackground {
	background-color: #169ea5;
    border-radius:100px;
    width:30px;
    height:30px;
    position:relative;
    margin: auto;
    margin-left: 2%;
    margin-right: 2%;
    display: inline-block;
    text-align: center;
 	  top: 10%;
    -webkit-transition: all 0.30s ease-in-out;
}

.sideCenter {
  top: 10%;
  text-align: center;
  position:relative;
  margin: auto;
  width: 100%;
}

.sidenavimg {
	width: 12vw;
	display: block;
  	margin-left: auto;
 	margin-right: auto;
 	position: relative;
 	top: 3%;
 	text-decoration: none;
}

.sidenav {
	display: none;
}

.sidenav a {
  padding: 6px 6px 6px 0;
  text-decoration: none;
  font-size: 1.1vw;
  border-radius: 8px;
  color: #fff;
  display: block;
  line-height: 4vh;
  margin: auto;
  position: relative;
  text-align: center;
  width: auto;
  top: 5%;
}

@media screen and (max-width: 601px) {
.sidenav a {
  font-size: 2vw;
}
}

.sidenavhr {
	top: 7%;
	position: relative;
	width: 85%;
	opacity: 25%;
	color: #fff;
	border: 0.5px solid;
	margin: auto;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  width: 20%;
}

.main {
  margin-left: 16%; /* Same as the width of the sidenav */
}

@media screen and (min-width: 601px) {
  .sidenav {
  height: 100%;
  width: 16%;
  position: fixed;
  z-index: 2;
  top: 0;
  font-family: 'Source Sans Pro', sans-serif;
  left: 0;
  background-color: #303841;
  overflow-x: hidden;
  padding-top: 20px;
  display: block;
}

.page-section {
		height: 100vh;
		width: 83.5%;
		z-index: 1;
		left: 16%;
		position: relative;
		overflow: hidden;
}
}

@media screen and (max-width: 600px) {
  .sidenav {
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 2;
  top: 0;
  font-family: 'Source Sans Pro', sans-serif;
  left: 0;
  background-color: #303841;
  overflow-x: hidden;
  transition: 0.5s;
  display: block;
  padding-top: 20px;
}

.page-section {
		height: 100vh;
		width: 99%;
		border: 1px solid;
		z-index: 1;
		left: 0%;
		position: relative;
		overflow: hidden;
}
}

.navigation {
top: 4%;
width: 50%;
position: relative;
margin: auto;
}

.navigation .active {
  	border: 1px solid;
  	color: #00ad9a;
}

.contentvideo {
	width: 120%;
	position: absolute;
	z-index: -1;
	top: 0;
}

.contentleft {
	position: relative;
	background-color: #fff;
	height: 100vh;
	width: 50%;
	text-align: center;
	vertical-align: middle;	
}

@media screen and (max-width: 600px) {
.contentleft {
  position: relative;
  background: rgba(0,0,0,0.5);
  color: white;
  height: 50vh;
  width: 100%;
  text-align: center;
  vertical-align: middle; 
}

#s1 {
  height: 50vh;
}
}

.contentleft .center {
	top: 40%;
	position: relative;
	font-weight: 700;
	font-size: 3.5vw;
}

.contentleft .ContactUs {
	position: relative;
	border: 1px solid;
	width: 30%;
	margin: auto;
	padding: 3%;
	border-radius: 8px;
	font-size: 1vw;
	-webkit-transition: all 0.30s ease-in-out;
} 

.ContactUs:hover {
	color: white;
	background-color: #00ad9a;
}

* {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
}

@media screen and (max-width: 600px) {
.contentleft .ContactUs {
  color: white;
  background-color: #00ad9a;
  font-size: 2.5vw;
}

}

#s2 {
	background-color: #f5f5f5;
}

.S2center {
	text-align: center;
	font-size: 2vw;
	top: 6%;
	position: relative;
}

.s2hr {
	position: relative;
	width: 5%;
	opacity: 85%;
	color: #000;
	border: 2px solid #169ea5;
	margin: auto;
}

.servicebox {
	border-top: 2px solid #169ea5;
	position: relative;
	top: 20%;
	display: inline-block;
	left: 10%;
	width: 20%;
	overflow: hidden;
	background-color: #ebebeb;
	text-align: center;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  	transition: box-shadow 0.3s ease-in-out;
  	border-radius: 8px;
  	margin-left: 2.9%;
  	margin-right: 2.9%;
  	margin-bottom: 2.9%;
  	margin-top: 5%;
    cursor: pointer;
}

.servicebox h1 {
  font-size: 1.2vw;
}

.servicebox h2 {
  font-weight: 500;
}

.moremiddle {
  left: 25%;
}

@media screen and (max-width: 601px) {
.servicebox {
  border-top: 2px solid #169ea5;
  position: ;
  top: 5%;
  display: block;
  left: 22%;
  width: 50%;
  overflow: hidden;
  background-color: #ebebeb;
  text-align: center;
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    transition: box-shadow 0.3s ease-in-out;
    border-radius: 8px;
    margin-left: 2.9%;
    margin-right: 2.9%;
    margin-bottom: 2.9%;
    margin-top: 5%;
    cursor: pointer;
}

.servicebox h1 {
  font-size: 2vw;
}

.servicebox h2 {
  font-size: 1.8vw;
}

#s2 {
  height: 160vh;
  overflow: auto;
}
}

.servicebox:hover {
	box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.roundedimages {
    width:70px;
    height:70px;
    border-radius:100px;
    background-repeat: no-repeat;
    position: relative;
    margin: auto;
    margin-top: 15%;
    background-size: 45% 45%; 
    background-position: 70% 50%;
}

.tabledwindow {
  width: 49%;
  top: 10%;
  position: relative;
  float: left;
  font-size: 1.5vw;
  display: inline-block;
}

.tabledcontent{
  width: 70%;
  position: relative;
  left: 20%;
  top: 10vh;
}

.alternate {
  width: 60%;
}

@media screen and (max-width: 601px) {
  .tabledwindow {
  width: 100%;
  font-size: 2.5vw;
  position: relative;
  top: 10%;
  text-align: center;
}

.tabledcontent{
  width: 70%;
  position: relative;
  left: 15%;
  top: 0;
}

.alternate {
  width: 60%;
  margin-top: 15%
}
}



.ContactBox {
  position: relative;
  width: 90%;
  height: 25%;
  margin: auto;
  margin-top: 1%;
}

.infobox1 {
  position: relative;
  width: 48%;
  margin-left: 1%;
  float: left;
  text-align: center;
  top: 5%;
}

.infobox2 {
  position: relative;
  width: 48%;
  margin-left: 1%;
  float: left;
  font-size: 1.2vw;
  text-align: center;
  top: 5%;
}

.map {
  height: 50%;
}

@media screen and (max-width: 601px) {
.ContactBox {
  position: relative;
  width: 100%;
  height: 40%;
  margin: auto;
  margin-top: 1%;
}

.map {
  height: 50%;
  margin-top: 20%
}

.infobox2 {
  position: absolute;
  width: 65%;
  left: 15%;
  font-size: 1.8vw;
  text-align: center;
  top: 5%;
}

.infobox1 {
  position: absolute;
  width: 65%;
  text-align: center;
  top: 50%;
  left: 15%;
}
}

.infobox2 .input1 {
  width: 40%;
  margin-left: 3%;
  margin-right: 3%;
}

.infobox2 .input2 {
  width: 86%;
}

.infobox2 input[type=text], textarea {
    box-shadow: inset 0 1px 2px rgba(0,0,0,.39), 0 -1px 1px #FFF, 0 1px 0 #FFF;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    border-radius: 8px;
    box-sizing: border-box;
    letter-spacing: 1px;
    padding: 2px 0 3px 5px;
    outline: none;    
}

.middleboxes {
  vertical-align: middle;
  position: relative;
  font-size: 1vw;
  font-family: sans-serif;
  letter-spacing: 1px;
}

@media screen and (max-width: 600px) {
.middleboxes {
  font-size: 3vw;
}
}

.makemeblueandlinkless {
  color: #5dafb3;
  text-decoration: none;
  cursor: pointer;
}

.makemeblueandlinkless2 {
  color: #5dafb3;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}


.makemeblueandlinkless:hover {
  text-decoration: underline;

}

.infobox2 input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 1px solid rgba(81, 203, 238, 1);
}

.submitbutton {
  width: 71%;
  margin: auto;
  border-radius: 8px;
  padding: 1%;
  color: white;
  background-color: #169ea5;
}

.submitbutton:hover {
text-shadow: 0px 0px 6px #ffffff;
-webkit-box-shadow: 0px 5px 40px -10px #169ea5;
-moz-box-shadow: 0px 5px 40px -10px #169ea5;
transition: all 0.4s ease 0s;
opacity: 90%;
}

#s4 {
  height: 150vh;
}

.footer {
  background-color: #333333;
  color: white;
  font-family: sans-serif;
  text-align: left;
  font-weight: 50;
  height: 20%;
  line-height: 25px;
}

.footer .left {
  font-size: 0.8vw;
  left: 15%;
  top: 5%;
  display: inline-block;
  position: relative;
}

.footer .right {
  font-size: 0.8vw;
  left: 50%;
  top: 10%;
  text-align: right;
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 25%;
}


.footer .heading {
  font-size: 1.2vw;
}

.s4div {
  height: 150vh
}

.footernav {
  text-decoration: none;
  color: white;
  cursor: pointer;
  padding: 2%;
}

.footernav:hover {
  opacity: 70%;

}

.facebook-1 {
  left: 50%;
  width: 13%;
  position: relative;
}

.FooterClear:before {
  font-size: 48px;
}

@media screen and (max-width: 600px) {
.FooterClear:before {
  font-size: 24px;
}
.facebook-1 {
  left: 56%;
  width: 13%;
  position: relative;
}

.footer .left {
  font-size: 2vw;
  left: 15%;
  top: 5%;
  display: inline-block;
  position: relative;
}

.footer .right {
  font-size: 2vw;
  left: 15%;
  top: 5%;
  text-align: right;
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 50%;
}


.footer .heading {
  font-size: 2.6vw;
}
}

.facebook-1:hover {
  opacity: 78%;
}

.facebook-2 {
  -webkit-transition: all 0.30s ease-in-out;
  width: 20%;
  color: black;
}

.facebook-2:hover {
  opacity: 70%;
  color: blue;
}

.captionedimage {
  width: 20%;
  position: relative;
  margin: auto;
  display: inline-block;
}

.captionedimages {
    margin: auto;
    width:  17vw;
    height: 25vh;
    background-size: cover;
    background-repeat: no-repeat; 
    background-position: 50% 50%;
    background-size: 17vw 25vh;
  -webkit-transition: all 0.30s ease-in-out;
}

@media screen and (max-width: 600px) {
.captionedimages {
    margin: auto;
    width:  50px;
    height: 50px;
    background-size: cover;
    background-position: 50% 50%;
  -webkit-transition: all 0.30s ease-in-out;
}
.captionedimage {
  width: 20%;
  position: relative;
  margin: auto;
  display: inline-block;
  font-size: 1vw;
}

#s3 {
  overflow: auto;
}

#s4 {
  height: 185vh;
}
}

.captionedimages:hover {
  opacity: 80%;
}

.ServicesCenter {
  position: relative;
  text-align: center;
  top: 20%;
}

#s4 {
  background-color: #f5f5f5;
}

#s3 {
  background-color: #e6e6e6;
}

