@font-face {
    font-family: bold;
    src: url(../fonts/OpenSans-ExtraBold.ttf);
}
@font-face {
    font-family: regular;
    src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
    font-family: light;
    src: url(../fonts/OpenSans-Light.ttf);
}
body{
	width: 100%;
	margin: 0;
	overflow-x: hidden;
}

header#header {
    position: fixed;
    width: 100%;
    z-index: 99;
}
a.logo {
    position: absolute;
    top: 30px;
    left: 11%;
}

.logo img {
    width: 100px;
}



/* Navigation
========================================================================== */
.nav-toggle {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 999999;
  padding: 10px 35px 16px 0px;
  cursor: pointer;
}
.nav-toggle:focus {
  outline: none;
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  content: '';
  position: absolute;
  display: block;
  width: 35px;
  height: 5px;
  border-radius: 1px;
  background: #fff;
  cursor: pointer;
}
.nav-toggle span:before {
  top: -10px
}
.nav-toggle span:after {
  bottom: -10px
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nav-toggle.active span {
  background-color: transparent
}
.nav-toggle.active span:before, .nav-toggle.active span:after {
  top: 0
}
.nav-toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-toggle.active span:after {
  top: 10px;
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}
.navicon {
  position: relative;
  height: 26px;
}
.navicon p {
  margin: 1px 50px 0 0;
  color: #FFF;
}
.navicon-fixed {
  position: fixed;
  top: 59px;
  right: 143px;
}

.col-md-6.col-sm-6.col-xs-6.text-right.navicon {
    float: right;
}
/* ==========================================================================
Nav Overlay
========================================================================== */
/* Overlay style */

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 217, 209, 0.70);
}
/* Menu style */
.overlay nav {
  position: relative;
  top: 50%;
  height: 60%;
  text-align: center;
  font-size: 54px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.overlay ul {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.overlay ul li {
  display: block;
  float: left;
  margin-right: 20px;
}
.overlay ul li:last-child {
  margin-right: 0px
}
.overlay ul li i {
  display: block;
  margin-bottom: 10px;
  font-size: 40px;
}
.overlay ul li a {
  text-align: center;
  display: block;
  padding: 50px 0;
  min-width: 190px;
  border: 2px solid #fff;
  border-radius: 3px;
  background-color: #21d9d1;
  color: #fff;
  text-transform: uppercase;
  font-family: bol;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.overlay ul li a:hover, .overlay ul li a:focus {
  border-color: #73d0da;
  color: #73d0da;
}
/* Effects */
.overlay-boxify {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-boxify.open {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.overlay-boxify nav ul li {
  opacity: 0;
  -webkit-transform: translate3d(0, -80px, 0);
  transform: translate3d(0, -80px, 0);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}
.overlay-boxify.open nav ul:first-child li:first-child {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.overlay-boxify.open nav ul:first-child li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.overlay-boxify.open nav ul:nth-child(2) li:first-child {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.overlay-boxify.open nav ul:nth-child(2) li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.overlay-boxify.open nav ul li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.menubtn {
    position: absolute;
    top: 30px;
    right: 75px;
}


/* ==========================================================================
Sections
========================================================================== */
section {
    width: 100%;
    height: 100%;
    float: left;
    z-index: 9;
}
#section-section1 {
    background: #2c3e50;
    background: url(../images/overlay.jpg);
}
#section-section1 h1 {
    color: #d0d0d0;
    font-size: 45px;
    margin-top: -30%;
}
#section-section1 p {
    font-weight: 500;
    font-size: 200%;
}
#section-section1 h3 {
    color: #d0d0d0;
    font-size: 20px;
}
p#typedtextLunata span {
    color: #21d9d1;
    font-size: inherit;
}
p#typedtextLunata, p#typedtextPunch {
    text-align: left;
}
p#typedtextPunch {
    font-family: light;
    font-size: 50px;
    font-stretch: expanded;
}
#section-section1 h1, #section-section1 h3 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-family: bold;
}
#section-section1 h1 {
    text-shadow: 0px 0px 14px #21d9d19c;
}



#section-section2 {
    background: url(../images/About.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fefefe;
}
.leftText {
	background: #21d9d19c;
	padding: 70px 25px 10px 25px!important;
	font-family: light;
}
.leftText h2 {
	font-weight: bold;
}
.rightTitle {
    padding-top: 100px!important;
    padding-left: 100px!important;
}
.rightTitle h1 {
	font-size: 84px;
	font-family: bold;
}
.rightTitle span {
	font-size: 108px;
	color: #21d9d1;
	font-family: bold;
}
.rightTitle ul {
  list-style: none; /* Remove default bullets */
  font-family: regular;
}
.rightTitle li {
	padding-top: 10px;
	font-size: 16px;
}
.rightTitle ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #21d9d1; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */ 
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.container.margin {
    margin-top: 5%;
}
.one {
    background: url(../images/1.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 150px;
    background-position: center;
    display: block;
}

.one:hover {
    background: url(../images/1hover.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 150px;
    background-position: center;
}

.two {
    background: url(../images/2.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 150px;
    background-position: center;
}

.two:hover {
    background: url(../images/2hover.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 150px;
    background-position: center;
}

.three {
    background: url(../images/3.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 150px;
    background-position: center;
}

.three:hover {
    background: url(../images/3hover.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 150px;
    background-position: center;
}

.four {
    background: url(../images/4.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 150px;
    background-position: center;
}

.four:hover {
    background: url(../images/4hover.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 150px;
    background-position: center;
}
.oneText, .twoText, .threeText, .fourText {
	text-align: center;
	text-transform: uppercase;
    margin-top: 30px;
}
.oneText p, .twoText p, .threeText p, .fourText p {
	text-transform: initial;
}

/*#ex2, #ex3, #ex4, #ex5 */
.modal-dialog {
    background: rgb(12, 14, 14);
    -webkit-box-shadow: 0 0 10px #fff;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #fff;
    color: #fff;
    /*    height: 50%;
    width: 40%;*/
}
#ex2 h1, #ex3 h1, #ex4 h1, #ex5 h1 {
    color: #fff;
    margin-top: 10px;
}
.whyusModals ul {
    /* width: 60%; */
    margin: 0 auto;
    /* margin-top: 50px; */
}

.whyusModals ul li {
    font-size: 18px;
    list-style-type: circle;
    text-align: left;
    text-transform: capitalize;
}
.modal-content {
	background: transparent!important;
}
.modal-header,.modal-footer {
	border: none!important;
}
.modal-header {
    text-align: center;
    text-transform: capitalize;
}
.modal-open .modal {
	/*display: block;*/
	    overflow-x: hidden!important;
    overflow-y: hidden!important;
}
.modal {
	/*left: 50%!important;*/
    top: 20%!important;
    /*transform: translate(-50%, -50%);*/
}

.modal-header .close {
	color: #fff!important;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 35px;
    opacity: 1;
}
.close {
    color: #fff!important;
}

.modal-footer button {
    border: 1px solid #fff;
    background: transparent;
}



/*Section 3 tabs*/

* {box-sizing: border-box}

/* Set height of body and the document to 100% */
body, html {
  height: 100%;
  margin: 0;
  font-family: Arial;
}

/* Style tab links */
.tablink {
  background-color: #555;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 20%;
  height: 200px;
}

.tablink:hover {
  background-color: #777;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: white;
  display: none;
  /* padding: 100px 20px; */
  height: 80%;
}
#tab1 .leftTab {height: 100%; background: #21d9d1; color: #fefefe; font-family: light; padding: 40px}
#tab2 .leftTab {height: 100%; background: #21d9d1; color: #fefefe; font-family: light; padding: 40px}
#tab3 .leftTab {height: 100%; background: #21d9d1; color: #fefefe; font-family: light; padding: 40px}
#tab4 .leftTab {height: 100%; background: #21d9d1; color: #fefefe; font-family: light; padding: 40px}
#tab5 .leftTab {height: 100%; background: #21d9d1; color: #fefefe; font-family: light; padding: 40px}

#tab1 .leftTab h2 {font-family: bold; padding-top: 40%; text-transform: uppercase;}
#tab2 .leftTab h2 {font-family: bold; padding-top: 40%; text-transform: uppercase;}
#tab3 .leftTab h2 {font-family: bold; padding-top: 40%; text-transform: uppercase;}
#tab4 .leftTab h2 {font-family: bold; padding-top: 40%; text-transform: uppercase;}
#tab5 .leftTab h2 {font-family: bold; padding-top: 40%; text-transform: uppercase;}

#tab1 .rightTab {height: 100%; background: url(../images/tab1.jpg); background-size: cover; background-repeat: no-repeat; background-position: center; }
#tab2 .rightTab {height: 100%; background: url(../images/tab2.jpg); background-size: cover; background-repeat: no-repeat; background-position: center;}
#tab3 .rightTab {height: 100%; background: url(../images/tab3.jpg); background-size: cover; background-repeat: no-repeat; background-position: center; }
#tab4 .rightTab {height: 100%; background: url(../images/tab4.jpg); background-size: cover; background-repeat: no-repeat; background-position: center; }
#tab5 .rightTab {height: 100%; background: url(../images/tab5.jpg); background-size: cover; background-repeat: no-repeat; background-position: center; }

.tabs1 {background: url(../images/tab1.jpg); background-size: cover; }
.tabs2 {background: url(../images/tab2.jpg); background-size: cover; }
.tabs3 {background: url(../images/tab3.jpg); background-size: cover; }
.tabs4 {background: url(../images/tab4.jpg); background-size: cover; }
.tabs5 {background: url(../images/tab5.jpg); background-size: cover; }


.activated {
	box-shadow: inset 0 0 0 2000px rgba(33, 217, 209, 0.50);
}



section#section-section4 {
    background: url(../images/contactbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
h1.contactHead {
    position: absolute;
    top: -45%;
    right: 0;
    font-size: 75px;
    font-family: bold;
    color: #fefefe
}

h1.contactHead span {
    font-family: regular;
}
.social {
    background: #cecece;
    margin: 0 auto;
    padding: 0;
    width: 100px;
    margin-left: -15px;
    height: 100%;
}
.contactwrap {
    background: url(../images/contactmap.jpg);
    background-size: cover;
    height: 381px;
    position: relative;
    margin-top: 35%;
    background-position: center;
}

.formcont {
    height: 580px;
    margin-top: -11%;
    background: #282727;
    text-align: center;
}

.formcont h1 {
    color: #656464;
    font-family: light;
    text-align: left;
}

.formcont form {
    width: 100%;
}

.formcont input, .formcont textarea {
    width: 100%;
    padding: 10px;
    margin: 10px auto;
    background: #2b2a2a;
    border: none;
    font-style: italic;
    border-bottom: 1px solid #646363;
}

.formcont button {
    background: #21d9d1;
    padding: 6px 50px;
    margin-top: 55px;
    border: none;
    color: #000;
    font-family: bold;
    font-size: 20px;
}

.social img {
    width: 75px;
    padding: 25px;
}


#section-section5 {
    background: #f3f3f3;
}

#section-section5 h1 {
    text-align: center;
    text-transform: uppercase;
    color: #58667f;
    font-family: regular;
    padding-top: 100px;
}
.blogpost {
    background: #f3f3f3;
    padding-top: 100px;
}
.blogcontentimg {
    width: 100%;
}
.blogcontent {
    background: #fff;
}

.blogcontent h3 {
    text-align: center;
    font-family: regular;
    font-weight: 600;
    color: #58667f;
}
p.comment {
    width: 10%;
    float: right;
    color: #97a5b7;
}

p.date {
    width: 50%;
    float: left;
    color: #97a5b7;
}
p.date img {
    margin: 5px;
    margin-top: 1px;
}
p.blogexcerpt {
    padding: 0 10px 10px;
    font-family: regular;
    font-weight: 600;
    color: #58667f;
}
button.readMore {
    background: #21d9d1;
    text-align: center;
    margin-top: 5%;
    padding: 16px 45px;
    border: none;
    color: #fff;
    font-family: light;
    font-size: 20px;
}








/*RESPONSIVE*/
@media screen and (max-width: 1600px){
	.container.margin {
	    margin-top: 1%;
	}
	.contactwrap {
	    margin-top: 25%;
	}

}
@media screen and (max-width: 1200px) {
	#section-section2 {
		height: auto;
	}
	.tabcontent .leftTab h2 {
	    padding-top: 10%!important;
	}
/*	.tabcontent .rightTab {
		height: auto!important;
	}*/
	#tab1 .leftTab {height: 50%; background: #21d9d1; color: #fefefe; font-family: light; padding: 40px;  float: left;}
	#tab2 .leftTab {height: 50%; background: #21d9d1; color: #fefefe; font-family: light; padding: 40px;  float: left;}
	#tab3 .leftTab {height: 50%; background: #21d9d1; color: #fefefe; font-family: light; padding: 40px;  float: left;}
	#tab4 .leftTab {height: 50%; background: #21d9d1; color: #fefefe; font-family: light; padding: 40px;  float: left;}
	#tab5 .leftTab {height: 50%; background: #21d9d1; color: #fefefe; font-family: light; padding: 40px;  float: left;}

	#tab1 .leftTab h2 {font-family: bold; padding-top: 40%; text-transform: uppercase;}
	#tab2 .leftTab h2 {font-family: bold; padding-top: 40%; text-transform: uppercase;}
	#tab3 .leftTab h2 {font-family: bold; padding-top: 40%; text-transform: uppercase;}
	#tab4 .leftTab h2 {font-family: bold; padding-top: 40%; text-transform: uppercase;}
	#tab5 .leftTab h2 {font-family: bold; padding-top: 40%; text-transform: uppercase;}

	#tab1 .rightTab {height: 50%; background: url(../images/tab1.jpg); background-size: cover; background-repeat: no-repeat; background-position: center; top: 50%; }
	#tab2 .rightTab {height: 50%; background: url(../images/tab2.jpg); background-size: cover; background-repeat: no-repeat; background-position: center; top: 50%; }
	#tab3 .rightTab {height: 50%; background: url(../images/tab3.jpg); background-size: cover; background-repeat: no-repeat; background-position: center; top: 50%; }
	#tab4 .rightTab {height: 50%; background: url(../images/tab4.jpg); background-size: cover; background-repeat: no-repeat; background-position: center; top: 50%; }
	#tab5 .rightTab {height: 50%; background: url(../images/tab5.jpg); background-size: cover; background-repeat: no-repeat; background-position: center; top: 50%; }

}
@media screen and (max-width: 999px) {
	#section-section1 h1 {
	 	font-size: 38px;
	    margin-top: -50%;
	}
	p#typedtextPunch {
		font-size: 40px;
	}
	.menubtn {
	    right: 15px;
	}
	.overlay-boxify nav ul li {
	    margin: 10px auto;
	    float: none;
	}
	.whyusModals ul {
		padding: 10px;
	}
	.modal {
		    width: 96%;
	}
}
@media screen and (max-width: 768px) {
	#section-section1 h1, #section-section1 h3 {
	    position: absolute;
	    top: 50%;
	    left: 0;
	    right: 0;
	    font-size: 22px;
	}
	#section-section1 h1 {
		margin-top: -115px;
	}
	p#typedtextPunch {
	    font-size: 22px;
	}
	p#typedtextLunata, p#typedtextPunch {
	    text-align: center;
	}
	.rightTitle {
	    padding-left: 15px!important;
	}
	.rightTitle h1 {
	    text-align: center;
	    font-size: 60px;
	}
	.rightTitle span {
	    font-size: 80px;
	}
	h1.contactHead {
	    position: relative;
	    top: -27%;
	    right: 0;
	    left: 0;
	    text-align: center;
	}
	.social {
	    margin-top: -91px;
	    margin-bottom: 81px;
	}
	.contactWrap {
		    background-position: 74%;
	}
	.formcont {
		margin-top: 40%;
	}

}

@media screen and (max-width: 500px) {
	h1.contactHead {
		font-size: 45px;
		top: -22%;
	}
	.social {
	    margin-top: -58px;
	    margin-bottom: 51px;
	}
	.formcont {
		margin-top: 80%;
	}

}
@media screen and (max-width: 360px) {
	h1.contactHead {
		font-size: 30px;
		top: -15%;
	}
	.social {
	    margin-top: -42px;
	    margin-bottom: 33px;
	}
	.formcont {
		margin-top: 100%;
	}
}