html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

.hidden {
	display: none;
}

.contain {
	display: block;
	height: 100%;
	margin: 0 auto;
	width: 100%;
	max-width: 1800px;
	position: relative;
}

.emphasis {
	font-family: 'ProximaNova-Bold', sans-serif;
	font-weight: bold;
}

body {
	background-color: #fff;
	font-family: 'ProximaNova-Regular', sans-serif;
	font-size: 14.5px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0em;
	overflow-x: hidden;
}

h1 {
	color: #eb3f1f;
	font-family: 'AdobeHandwriting-Tiffany', sans-serif;
	font-weight: 100;
	font-size: 120px;
	letter-spacing: 0em;
	line-height: .75em;
}

h2 {
	color: #eb3f1f;
	font-family: 'ProximaNova-Regular', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 40px;
	letter-spacing: 0em;
	text-transform: none;
	line-height: 1em;
}

p {
	font-family: 'ProximaNova-Regular', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 17.25px;
	letter-spacing: 0em;
	text-transform: none;
	line-height: 1.9em;
}

.btn {
	border: 2px solid #f04224;
	border-radius: 300px;
	box-shadow: none;
	color: #eb3f1f;
	cursor: pointer;
	display: inline-block;
	padding: 12px 18px;
	margin-top: 25px;
}

.btn a {
	color: #eb3f1f;
	cursor: pointer;
	text-decoration: none;
	transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
}

.btn:hover {
	background-color: #eb3f1f;
	cursor: pointer;
	transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
}

.btn:hover a {
	color: #fff;
	cursor: pointer;
}

.header-bar {
	background-color: transparent;
	display: block;
	height: 100px;
	margin: 0 auto;
	/* max-width: 1800px; */
	overflow: hidden;
	position: fixed;
	width: 100%;
	z-index: 1;
}

.header-bar.two {
	background-color: #fff;
	box-shadow: 0 0 4px grey;
}

.max-width {
	width: 100%;
    max-width: 1800px;
    display: block;
    height: 100px;
    position: relative;
    margin: 0 auto;
}

.header-bar.solid {
	background-color: #fff;
	transition: background-color 0.7s ease 0s;
	box-shadow: 0 0 4px grey;
}

.header-bar
img.header-logo {
	left: 20px;
	max-width: 230px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.mob-nav {
	display: none;
}

.header-bar
.main-nav {
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.header-bar
.main-nav ul {
	list-style-type: none;
	text-decoration: none;
}

.header-bar
.main-nav ul li {
	cursor: pointer;
	display: inline-block;
	list-style-type: none;
    margin: .618em .45em;
	text-decoration: none;
}

.header-bar
.main-nav ul li a {
	color: #b0b0b0;
	cursor: pointer;
	text-decoration: none;
	transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
}

.header-bar
.main-nav ul li a:hover {
	color: #eb3f1f;
	cursor: pointer;
	transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
}

.header-bar
.main-nav
.contact-btn {
	border: 2px solid #f04224;
	border-radius: 300px;
	box-shadow: none;
	color: #eb3f1f;
	cursor: pointer;
	padding: 12px 18px;
    margin: .618em .45em;
}

.header-bar
.main-nav
.contact-btn a {
	color: #eb3f1f;
	cursor: pointer;
}

.header-bar
.main-nav
.contact-btn:hover {
	background-color: #eb3f1f;
	cursor: pointer;
	transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
}

.header-bar
.main-nav
.contact-btn:hover a {
	color: #fff;
	cursor: pointer;
}

.heading {
	background-color: #fff;
	background-image: url('../img/hiclipart.png');
	background-position: 80% 0%;
	background-repeat: no-repeat;
	display: inline-block;
	height: 500px;
	margin-bottom: -5px;
	margin-top: -100px;
	padding-top: 100px;
	position: relative;
	width: 100%;
	z-index: 0;
}

.heading
.contain {
	display: block;
}

.heading
.intro-content {
	left: 80px;
	position: absolute;
	top: 50%;
	transform: translateY(-40%);
	width: 500px;
}

.heading
.intro-content h1 {
	font-size: 70px;
	font-weight: 900;
}

.mission-section {
	background-color: #f5f5f5;
	display: inline-block;
	padding: 70px 0;
	position: relative;
	text-align: center;
	width: 100%;
}

.mission-section
.center-content {
	display: inline-block;
	margin: 0 auto;
	max-width: 900px;
	position: relative;
	width: 100%;
}

.mission-section
.mission-img {
	float: left;
	max-width: 450px;
}

.mission-section
.mission-info {
	background-color: #fff;
	margin-left: -10%;
    max-width: 400px;
	padding: 70px;
	position: absolute;
	right: 0;
	text-align: left;
	top: 50%;
	transform: translateY(-50%);
}

.mission-section
.mission-info h2 {
	margin-bottom: 20px;
}

.environment-section {
	background-color: #fff;
	/* padding: 70px 0; */
	text-align: center;
	position: relative;
}

.environment-section
.title-section {
	padding: 60px 0 30px 0;
}

.environment-section
.title-section h1 a {
	color: #eb3f1f;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
}

.environment-section
.title-section h1 a:hover {
	color: #4a4a4a;
	cursor: pointer;
	transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
}

.environment-section
.photo-gallery {
	align-items: center;
	display: flex;
	flex-direction: row;
}

.environment-section
.photo-gallery
.flex-item {
	width: 33.33%;
}

.environment-section
.photo-gallery
.flex-item img {
	width: 100%;
}

.environment-section
.photo-gallery
.flex-item
.container {
	position: relative;
}

.environment-section
.photo-gallery
.flex-item
.container
.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 99%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: rgba(252, 212, 97, 0.7);
}

.environment-section
.photo-gallery
.flex-item
.container
.overlay a {
	font-family: 'ProximaNova-Regular', sans-serif;
    border: 2px solid #f04224;
    border-radius: 300px;
    box-shadow: none;
    color: #eb3f1f;
    cursor: pointer;
    padding: 12px 18px;
    text-decoration: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
	transition: .5s ease;

}

.environment-section
.photo-gallery
.flex-item
.container
.overlay a:hover {
	color: #fff;
	transition: .5s ease;
	background-color: #f04224;
}

.environment-section
.photo-gallery
.flex-item
.container:hover
.overlay {
	opacity: 1;
}

.activities-section {
	padding: 70px 0;
	text-align: center;
	position: relative;
}

.activities-section
.flex-holder {
	display: flex;
	flex-direction: row;
	margin: 0 auto;
	width: 90%;
}

.activities-section
.flex-holder
.icon-section {
	padding: 0 25px;
	width: 25%;
}

.activities-section
.flex-holder
.icon-section img {
	height: 55px;
}

.activities-section
.flex-holder
.icon-section h1 {
	color: #000;
	font-size: 28px;
	margin:  20px 0 10px 0;
}

.activities-section
.flex-holder
.icon-section p {
	color: #4a4a4a;
}

.about-section {
	background-color: #f5f5f5;
	padding: 0;
	position: relative;
}

.about-section
.flex-holder {
	align-items: center;
	display: flex;
	flex-direction: row;
}

.about-section
.flex-holder
.flex-box {
	width: 50%;
	overflow: hidden;
}

.about-section
.flex-holder
.flex-box.info-portion {
	padding: 70px;
}

.about-section
.flex-holder
.flex-box.info-portion h2 {
	margin-bottom: 20px;
}

.about-section
.flex-holder
.flex-box.info-portion p.second {
	margin-top: 20px;
}

.about-section
.flex-holder
.flex-box.img-portion img {
	height: 100%;
}

.service-section {
	position: relative;
}

.service-section
.flex-holder {
	display: flex;
	flex-direction: row;
}

.service-section
.flex-holder
.flex-box {
	padding: 70px;
}

.service-section
.flex-holder
.flex-box.info-box li {
	font-family: 'ProximaNova-Regular', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 17.25px;
	letter-spacing: 0em;
	text-transform: none;
	line-height: 1.9em;
	padding: 5px 0;
}

footer {
	background-color: #4a4a4a;

}

footer
.flex-holder {
	align-items: center;
	display: flex;
	flex-direction: row;
}

footer
.flex-holder
.flex-box.map-holder {
	width: 60%;
}

footer
.flex-holder
.flex-box.map-holder iframe {
	min-height: 350px;
	width: 100%;
}

footer
.flex-holder
.flex-box.links {
	width: 40%;
}

footer
.flex-holder
.flex-box.links ul {
	justify-content: center;
	list-style-type: none;
	text-align: center;
}

footer
.flex-holder
.flex-box.links ul li a {
	text-decoration: none;
	padding-bottom: .05em;
	font-size: 18px;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	transition: border-color .15s ease-out,color .15s ease-out;
	line-height: 1.8em;
}

footer
.flex-holder
.flex-box.links ul li a:hover {
	color: rgba(255,255,255,.6);
    border-color: rgba(255,255,255,.15);
}

footer
.flex-holder
.flex-box.links ul
li.footer-logo {
	text-align: center;
}

footer
.flex-holder
.flex-box.links ul
li.footer-logo a {
	border-bottom: none;
}

footer
.flex-holder
.flex-box.links ul
li.footer-logo img {
	margin-bottom: 20px;
	max-width: 140px;
}


@media screen and (max-width: 1050px) {

	h1 {
		font-size: 55px;
	}

	h2 {
		font-size: 35px;
	}

	p {
		font-size: 15px;
		line-height: 1.7em;
	}

	.header-bar
	img.header-logo {
		max-width: 200px;
	}

	.activities-section {
		padding-bottom: 20px;
	}

	.activities-section
	.flex-holder {
		justify-content: space-around;
  		flex-wrap: wrap;
  		width: 100%;
	}

	.activities-section
	.flex-holder
	.icon-section {
		width: 40%;
		margin-bottom: 50px;
	}

	.activities-section
	.flex-holder
	.icon-section h1 {
		font-size: 22px;
	}

	.activities-section
	.flex-holder
	.icon-section img {
		height: 40px;
	}

	.service-section
	.flex-holder 
	.flex-box.info-box li {
		font-size: 15px;
		line-height: 1.7em;
	}

	footer
	.flex-holder
	.flex-box.links ul li a {
		font-size: 14px;
	}

}


@media screen and (max-width: 1000px) {

	.about-section
	.flex-holder
	.flex-box.info-portion {
		padding: 30px;
	}

	.service-section
	.flex-holder
	.flex-box {
	    padding: 30px;
	}

}


@media screen and (max-width: 810px) {

	.header-bar
	.main-nav {
		display: none;
	}

	.mob-nav {
		display: block;
	}

	.toggler {
		z-index: 3;
	    height: 50px;
	    width: 50px;
	    position: absolute;
	    top: 50%;
	    right: 0;
	    transform: translateY(-50%);
	    cursor: pointer;
	    opacity: 0;
	}

	.hamburger {
	    position: absolute;
	    top: 50%;
	    right: 0;
	    transform: translateY(-50%);
	    height: 40px;
	    width: 40px;
	    padding: 0.6rem;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    z-index: 2;
	}

	.hamburger > div {
	    position: relative;
	    top: 0;
	    left: 0;
	    background: #4a4a4a;
	    height: 2px;
	    width: 60%;
	    transition: all  0.4s ease;
	}

	.hamburger > div::before,
	.hamburger > div::after {
	    content: '';
	    position: absolute;
	    top: -10px;
	    background: #4a4a4a;
	    width: 100%;
	    height: 2px;
	    transition: all 0.4s ease;
	}

	.hamburger > div::after{
	    top: 10px;
	}

	.toggler:checked + .hamburger > div {
	    background: rgba(0,0,0,0);
	}

	.toggler:checked + .hamburger > div::before {
	    top: 0;
	    transform: rotate(45deg);
	    background: #4a4a4a;
	}

	.toggler:checked + .hamburger > div::after {
	    top: 0;
	    transform: rotate(135deg);
	    background: #4a4a4a;
	}

	.menu {
	    background: #fff;
	    position: fixed;
	    width: 0%;
	    height: 100vh !important;
	    right: 0;
	    z-index: 1;
	    transition: all 0.4s ease;
	}

	.toggler:checked ~ .menu {
	    width: 240px;
	}

	.menu >  div > ul {
	    display: flex;
	    flex-direction: column;
	    position: fixed;
	    top: 80px;
	    right: 12px;
	    padding-left: 10px;
	    visibility: hidden;
	    text-align: right;
	}

	.menu > div > ul > li {
	    list-style: none;
	    padding: 0.5rem;
	}

	.menu > div > ul > li > a {
	    color: #4a4a4a;
	    text-decoration: none;
	    font-size: 22px;
	    font-family: 'ProximaNova-Regular', sans-serif;
	}

	.toggler:checked ~ .menu > div > ul {
	    transition: visibility 0.4s ease;
	    transition-delay: 0.1s;
	    visibility: visible;
	}

	.toggler:checked ~ .menu > div > ul > li > a:hover {
	    color: #eb3f1f;
	}

	.heading {
		height: auto;
		background-position: -20% 70%;
		background-size: 110%;
		margin-top: 0;
		padding: 200px 0 10px 0;
	}

	.heading
	.intro-content {
		position: relative;
		width: 80%;
		left: 20px;
	}

	.mission-section {
		padding: 40px 0;
		width: 100%;
	}

	.mission-section
	.mission-img {
		display: none;
	}

	.mission-section
	.mission-info {
		position: relative;
	    top: auto;
	    transform: translateY(0);
	    margin: 0 auto;
	    width: 80%;
	    right: auto;
	    clear: both;
	    padding: 30px;
	}

	.environment-section
	.title-section {
		padding: 40px 0 10px 0;
	}

	.activities-section {
		padding: 40px 0 0 0;
	}

	.activities-section
	.flex-holder
	.icon-section {
		width: 90%;
		max-width: 480px;
		margin-bottom: 40px;
	}

	.about-section {
		padding: 40px 0;
	}

	.about-section
	.flex-holder {
		flex-direction: column;
	}

	.about-section
	.flex-holder
	.flex-box {
		width: 90%;
	}

	.about-section
	.flex-holder
	.flex-box.info-portion {
		padding: 0;
	}

	.about-section
	.flex-holder
	.flex-box.img-portion {
		text-align: center;
		margin-top: 40px;
	}

	.about-section
	.flex-holder
	.flex-box.img-portion img {
		height: auto;
		width: 300px;
		margin: 0 auto;
	}

	.service-section {
		padding: 40px 0;
	}

	.service-section
	.flex-holder {
		flex-direction: column;
		width: 90%;
		margin: 0 auto;
		display: block;
	}

	.service-section
	.flex-holder
	.flex-box {
		padding: 0;
	}

	.service-section
	.flex-holder
	.flex-box.info-box {
		padding: 20px 0 0 20px;
	}

	footer
	.flex-holder {
		flex-direction: column;
	}

	footer
	.flex-holder
	.flex-box.map-holder {
		width: 100%;
	}

	footer
	.flex-holder
	.flex-box.links {
		margin: 40px 0;
	}

}


@media screen and (max-width: 660px) {

	.heading {
		padding-top: 250px;
	}

	.heading
	.intro-content h1 {
		color: #fcd461;
	}

}






/************************************ MISSION PAGE ************************************/

.mission-page {
	background-color: #f5f5f5;
	padding-top: 100px;
}






/************************************ ABOUT PAGE ************************************/

.about-page {
	background-color: #f5f5f5;
	padding-top: 100px;
}

.about-page
.flex-holder {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 40px 0;
	width: 90%;
	margin: 0 auto;
}

.about-page
.flex-holder
.photos.flex-box {
	width: 45%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
}

.about-page
.flex-holder
.photos.flex-box
.image-holder {
	width: 50%;
}

.about-page
.flex-holder
.photos.flex-box
.image-holder img {
	width: 95%;
	height: 95%;
}

.about-page
.flex-holder
.about-info.flex-box {
	width: 46%;
	padding: 40px 0 40px 40px;
}

.about-page
.flex-holder
.about-info.flex-box h2 {
	margin-bottom: 40px;
}

.about-page
.flex-holder
.about-info.flex-box p {
	margin-top: 20px;
}


@media screen and (max-width: 1050px) {

	.about-page
	.flex-holder {
		width: 100%;
	}

	.about-page
	.flex-holder
	.about-info.flex-box {
		padding: 40px 20px;
	}

	.about-page
	.flex-holder
	.about-info.flex-box h2 {
		margin-bottom: 20px;
	}

}


@media screen and (max-width: 810px) {

	.about-page
	.flex-holder {
		flex-direction: column-reverse;
		width: 90%;
		padding: 90px 0 60px 0;
	}

	.about-page
	.flex-holder
	.about-info.flex-box {
		width: 100%;
		padding: 0;
	}

	.about-page
	.flex-holder
	.photos.flex-box {
		width: 100%;
		padding-top: 40px;
	}

	.about-page
	.flex-holder
	.photos.flex-box
	.image-holder {
		width: 50%;
	}

}


@media screen and (max-width: 490px) {

	.about-page
	.flex-holder
	.photos.flex-box
	.image-holder {
		width: 50%;
	}

}






/************************************ ENVIRONMENT PAGE ************************************/

.environment-page {
	background-color: #f5f5f5;
	padding: 100px 0 60px 0;
}

.environment-page h1 {
	text-align: center;
	padding-top: 90px;
}

.environment-page
.desc {
	width: 80%;
	margin: 40px auto 0 auto;
}

.environment-page
.desc p {
	margin-bottom: 20px;
}

.environment-page
.flexbox {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 40px auto 0 auto;
	width: 80%;
}

.environment-page
.flexbox
.image-holder {
	width: 33.33%;
}

.environment-page
.flexbox
.image-holder:hover {
	transform: scale(1.03);
	transition: all 0.3s ease;
}

.environment-page
.flexbox
.image-holder img {
	width: 98%;
	height: 95%;
	margin-top: 3px;
}


@media screen and (max-width: 1050px) {

	.environment-page h1 {
		font-size: 115px;
	}

}


@media screen and (max-width: 810px) {

	.environment-page h1 {
		font-size: 90px;
	}

}


@media screen and (max-width: 700px) {

	.environment-page h1 {
		font-size: 60px;
	}

	.environment-page
	.desc {
		width: 90%;
	}

	.environment-page
	.flexbox {
		width: 90%;
	}

	.environment-page
	.flexbox
	.image-holder img {
		margin-top: 0;
	}

}


@media screen and (max-width: 490px) {

	.environment-page
	.flexbox
	.image-holder {
		width: 50%;
	}

}






/************************************ SERVICE PAGE ************************************/

.service-page {
	background-color: #f5f5f5;
	padding-top: 100px;
}

.service-page
.service-section {
	padding-top: 90px;
}

.service-page
.service-section
.flexholder {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 98%;
	margin: 0 auto;
	position: relative;
	padding-bottom: 100px;
}

.service-page
.service-section
.flexholder
.flex-box.title-box {
	width: 33%;
	/* padding-top: 50px; */
}

.service-page
.service-section
.flexholder
.flex-box.title-box h2 {
	/* text-align: right;
    padding-right: 30px; */
}

.service-page
.service-section
.flexholder
.flex-box.info-box {
	width: 57%;
	/* margin-left: -20%; */
	background-color: #fff;
	padding: 30px 60px 60px 60px;
}

.service-page
.service-section
.flexholder
.flex-box.info-box p {
	margin: 30px 0 0 0;
}

.service-page
.service-section
.flexholder
.flex-box.info-box ul {
	margin: 10px 0 0 20px;
	display: inline-block;
}

.service-page
.service-section
.flexholder
.flex-box.info-box ul.sub-ul {
	margin-left: 100px;
}

.service-page
.service-section
.flexholder
.flex-box.info-box ul li {
	font-family: 'ProximaNova-Regular', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 17.25px;
	letter-spacing: 0em;
	text-transform: none;
	line-height: 1.7em;
}


@media screen and (max-width: 1225px) {

	.service-page
	.service-section
	.flexholder
	.flex-box.title-box {
		width: 30%;
	}

}


@media screen and (max-width: 1050px) {

	.service-page
	.service-section
	.flexholder
	.flex-box.info-box ul li {
		font-size: 15px;
		line-height: 1.7em;
	}

}


@media screen and (max-width: 960px) {

	.service-page
	.service-section
	.flexholder {
		flex-direction: column;
		width: 100%;
	}

	.service-page
	.service-section
	.flexholder
	.flex-box.title-box {
		width: 100%;
	}
	.service-page
	.service-section
	.flexholder
	.flex-box.title-box h2 {
		text-align: center;
		padding: 0;
	}

	.service-page
	.service-section
	.flexholder
	.flex-box.info-box {
		width: 80%;
    	margin: 20px auto 0 auto;
    	padding: 0 30px 30px 30px;
	}

	.service-page
	.service-section
	.flexholder
	.flex-box.info-box ul.prices {
		margin-top: 30px;
	}

}






/************************************ CONTACT PAGE ************************************/

.contact-page {
	background-color: #f5f5f5;
	padding-top: 100px;
	padding-bottom: 60px;
}

.contact-page
.contact-section {
	padding-top: 90px;
}

.contact-page
.contact-section
.flex-holder {
	width: 95%;
	display: flex;
	flex-direction: row;
	margin: 0 auto;
}

.contact-page
.contact-section
.flex-holder
.flex-box.title-box {
	width: 25%;
	padding: 0 20px;
}

.contact-page
.contact-section
.flex-holder
.flex-box.title-box h2 {
	margin-bottom: 40px;
}

.contact-page
.contact-section
.flex-holder
.flex-box.info-box {
	width: 70%;
	padding: 0 20px;
}



@media screen and (max-width: 1020px) {

	.contact-page
	.contact-section
	.flex-holder {
		flex-direction: column;
		width: 90%;
	}

	.contact-page
	.contact-section
	.flex-holder
	.flex-box.title-box {
		width: 100%;
		padding: 0;
	}

	.contact-page
	.contact-section
	.flex-holder
	.flex-box.title-box h2 {
		text-align: center;
	}

	.contact-page
	.contact-section
	.flex-holder
	.flex-box.info-box {
		width: 100%;
		padding: 0;
		margin-top: 60px;
	}

}