@charset "UTF-8";
/* Body */
* {
	box-sizing: border-box;
}
body {
	/* font-family: source-sans-pro; */
	font-family: 'Open Sans', sans-serif;;
	background-color: #FFFFFF;
	margin: 0;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
}
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	height: 100%;
	background-color: #FFFFFF;
}
/* Navigation */
header {
	width: 100%;
	height: 50px;
	background-color: #325668;
	border-bottom: 1px solid #9ccb3d;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 0;
	z-index: 2000;
}
.logo {
	color: #fff;
	font-weight: bold;
	text-align: undefined;
	width: 20%;
	float: left;
	margin-top: 15px;
	margin-left: 25px;
	letter-spacing: 4px;
}
nav {
	width: 90%;
	max-width: 1280px;
	margin: 14px auto;
}
nav ul {
	width: 100%;
	list-style: none;
	padding: 0;
}
nav ul li {
	float: right;
	margin-left: 20px;
	color: #FFFFFF;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: bold;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-transform: all 0.3s linear;
	-ms-transform: all 0.3s linear;
	-moz-transform: all 0.3s linear;
}
nav ul li:first-child {
	float: left;
	margin-left: 0;
}
nav ul li:last-child {
	margin-left: 0;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul li a:hover {
	color: #9ccb3d;
	cursor: pointer;
}
.nav2 {
	display: none;
}
.burger {
	display: none;
}
.active {
	color: #9ccb3d !important;
}
#logo {
	display: block;
	float: left;
	width: 45%;
	height: auto;
}
.hero_header {
	color: #FFFFFF;
	text-align: right;
	margin: 0px;
	letter-spacing: 4px;
}
/* Hero Section */
#hero {
	padding: 60px;
	margin-top: 50px;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.hero1 {
	background-image: url(../images/hero2.jpg);
	transition: all 0.5s linear;
	-webkit-transform: all 0.5s linear;
	-ms-transform: all 0.5s linear;
	-moz-transform: all 0.5s linear;
}
.hero2 {
	background-image: url(../images/hero1.jpg);
	transition: all 0.5s linear;
	-webkit-transform: all 0.5s linear;
	-ms-transform: all 0.5s linear;
	-moz-transform: all 0.5s linear;
}
#hero_back {
	float: right;
	background-color: #9ccb3d;
	padding: 20px;
	width: 40%;
	opacity: 0.95;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 1px;
}
.light {
	color: #325668;
}
.tagline {
	text-align: right;
	color: #FFFFFF;
	margin-top: 10px;
}
#header_btn {
	float: right;
	margin: 0;
}
.sec_title {
	font-size: 50px;
	text-align: center;
}
.instructions {
	display: block;
	font-size: 16px;
	text-align: center;
}
/* About Section */
.about {
	padding-top: 35px;
	display: inline-block;
	background-color: #FFFFFF;
	margin-top: 0px;
}
#message {
	margin-bottom: 40px;
	font-size: 30px;
	font-style: italic;
	color: #325668;
	padding: 0 50px;
	text-align: justify;
}
.text_row {
	display: table;
	border-spacing: 25px;
	min-width: 100%;
	margin: 0 -25px;
}
.text_column {
	display: table-cell;
	width: 33.3%;
	text-align: justify;
	line-height: 30px;
	padding: 20px;
	color: #FFFFFF;
	background-color: #9ccb3d;
}
.text_column img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.text_column h2 {
	margin-top: 0;
	font-size: 25px;
	text-align: left;
	line-height: 35px;
	/* font-family: source-sans-pro; */
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 700;
}
.green {
	color: #9ccb3d;
}
/* Services Section */
.gallery {
	clear: both;
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 35px;
	margin-top: 35px;
	overflow: auto;
}
.break {
	display: none;
}
.stats {
	color: #325668;
	margin-bottom: 5px;
	font-size: 30px !important;
	transition: all 0.5s linear;
	-webkit-transform: all 0.5s linear;
	-ms-transform: all 0.5s linear;
	-moz-transform: all 0.5s linear;
}
.stats:hover {
	cursor: pointer;
}
.thumbnail {
	width: 20%;
	height: 200px;
	text-align: center;
	float: left;
	margin-top: 50px;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
}
.gallery .thumbnail img {
	width: 90px;
	height: 90px;
	transition: all 0.3s linear;
	-webkit-transform: all 0.3s linear;
	-ms-transform: all 0.3s linear;
	-moz-transform: all 0.3s linear;
}
.gallery .thumbnail img {
	cursor: pointer;
}
.thumbnail:hover > img {
	-webkit-transition: all 0.5s ease-out;
	-webkit-transform: scale(1.3);
	-ms-transition: all 0.5s ease-out;
	-ms-transform: scale(1.3);
	-moz-transition: all 0.5s ease-out;
	-moz-transform: scale(1.3);
	transition: all 0.5s ease-out;
	transform: scale(1.3);
}
.gallery .thumbnail h4 {
	margin: 5px;
	color: #325668;
}
.gallery .thumbnail .more_info {
	text-align: left;
	margin: 10px 0 0 0;
	padding: 0 15px;
	color: #FFFFFF;
	/*border: solid 1px #000000;*/
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50%;
	max-width: 1280px;
	background-color: #9ccb3d;
	display: none;
	z-index: 1000;
	line-height: 25px;
}
.stats2 {
	margin: 17px 10px 0 15px;
	vertical-align: middle;
}
.more_info img {
	width: 30px !important;
	height: 30px !important;
	float: left;
	margin-top: 15px;
	margin-right: 10px;
}
.closeInfo {
	text-align: center;
	font-weight: bold;
	width: 30px;
	height: 30px;
	line-height: 28px;
	float: right;
	position: relative;
	margin-top: 15px;
	border: solid 1px #FFF;/*#9ccb3d*/
	border-radius: 15px;
	-webkit-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.closeInfo:hover {
	cursor: pointer;
	/*border-color: #FFF;*/
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
/* Review Section */
.reviews {
	background-color: #325668;
	background-image: url(../images/hero1.jpg);
	height: 400px;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	clear: both;
	margin-top: 100px;
	float: left;
	width: 100%;
	padding: 100px;
}
.quote {
	color: #FFFFFF;
	text-align: right;
	width: 50%;
	float: right;
	font-size: 25px;
	line-height: 35px;
	margin: 0;
	background-color: rgba(50,86,104,0.7);
	padding: 20px;
}
.quotation {
	font-size: 250px;
	color: #9ccb3d;
	display: block;
	float: left;
	position: relative;
	top: 30px;
	left: 0px;
}
.author {
	color: #FFFFFF;
	text-align: right;
	font-size: 20px;
	letter-spacing: 2px;
	margin-top: 10px;
	display: block;
	font-style: italic;
}
/* Contact */
#contact {
	background-color: #9ccb3d;
	padding: 50px 60px;
	width: 100%;
	overflow: auto;
}
.footer_column {
	width: 50%;
	float: left;
	padding-right: 15px;
}
.footer_column:last-child {
	padding-right: 0;
	padding-left: 15px;
}
.footer_column h3 {
	color: #FFFFFF;
	font-size: 25px;
	margin: 0;
}
.footer_column p {
	/*font-size: 20px;*/
	line-height: 25px;
	display: inline-block;
	width: 100%;
}
#map {
	width: 100%;
	height: 585px;
	margin-top: 30px;
}
label, input, textarea {
	display: inline-block;
	width: 90%;
}
label {
	margin-top: 20px;
}
input, textarea {
	border: solid 3px #FFFFFF;
	background: none;
	font-size: 16px;
	padding: 10px;
	color: #FFFFFF;
	width: 100%;
}
input:focus, textarea:focus {
	outline: 0;
}
textarea {
	height: 100px;
}
.button {
	width: 200px;
	margin-top: 40px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
	-webkit-transform: all 0.3s linear;
	-ms-transform: all 0.3s linear;
	-moz-transform: all 0.3s linear;
}
.button:hover {
	background-color: #FFFFFF;
	color: #325668;
	cursor: pointer;
	transition: all 0.3s linear;
	-webkit-transform: all 0.3s linear;
	-ms-transform: all 0.3s linear;
	-moz-transform: all 0.3s linear;
}
#success, #fail {
	display: none;
	opacity: 0;
	color: #FFFFFF;
	margin-top: 20px;
	font-size: 18px;
	width: 90%;
}
/* Footer */
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #325668;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	font-size: 14px;
}
.hidden {
	display: none;
}
.fb {
	width: 30%;
	height: auto;
	display: inline-block;
	margin-top: 20px;
}

iframe {
	height: auto !important; 
}

@media (max-width: 1412px) {
.thumbnail {
	width: 33.3%;
}
}

@media (max-width: 1200px) {
.quote {
	width: 100%;
}
.more_info {
	width: 60% !important;
}
}

@media (max-width: 1080px) {
.break {
	display: inline-block;
}
.more_info {
	width: 75% !important;
}
}

@media (max-width: 857px) {
.break {
	display: none;
}
.more_info {
	width: 90% !important;
}
}

@media (max-width: 855px) {
.footer_column {
	width: 100%;
	margin-bottom: 50px;
	padding: 0 !important;
}
.footer_column:last-child {
	margin-bottom: 0;
}
}

@media (max-width: 810px) {
#hero {
	padding: 30px;
}
#logo {
	width: 100%;
	margin-bottom: 50px;
}
#hero_back {
	width: 100%;
}
.hero_header, .tagline {
	text-align: center;
}
#header_btn {
	float: none;
	margin: 0 auto;
}
.gallery {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.text_row {
	display: block;
	margin-right: 0 !important;
	padding: 0 !important;
	margin-left: auto;
	margin-right: auto;
}
.text_column {
	display: block;
	width: 100%;
	margin-bottom: 25px;
	padding: 30px;
}
.text_column:last-child {
	margin-bottom: 0;
}
.thumbnail {
	width: 50%;
	height: 200px;
}
.more_info {
	width: 100% !important;
	height: 100% !important;
	overflow-y: auto !important;
	padding: 40px 30px 10px 40px !important;
}
}

@media (max-width: 667px) {
#hero, .reviews {
	background-attachment: scroll;
}
}

@media (max-width: 610px) {
.container {
	width: 100%;
}
}

@media (max-width: 500px) {
.thumbnail {
	width: 100%;
}
}

@media (max-width: 414px) {
.nav1 {
	display: none;
}
.nav2 {
	display: none;
	position: relative;
	top: 0;
	right: 0;
	text-align: right;
	clear: both;
	width: 150px;
	background-color: #325668;
	padding: 10px;
	font-size: 20px !important;
}
.nav2:last-child {
	border-bottom: solid 1px #9ccb3d;
}
.burger {
	display: block;
	position: absolute;
	right: 20px;
}
#message {
	padding: 0 20px;
	font-size: 25px;
	text-align: center;
}
#company {
	font-size: 20px;
}
.mobile {
	margin-top: -5px;
}
.reviews {
	padding: 20px;
	padding-top: 40px;
	height: 465px;
}
#contact {
	padding: 20px;
	font-size: 25px !important;
	text-align: center !important;
}
#contact p {
	font-size: 25px !important;
	line-height: 35px !important;
}
#contact h3 {
	font-size: 35px !important;
}
#contact span {
	width: 100% !important;
}
.thumbnail {
	height: auto;
}
.more_info {
	padding: 5px 20px !important;
	font-size: 25px !important;
	line-height: 35px !important;
	padding-top: 50px !important;
}
.stats2 {
	margin-top: 10px;
	padding-left: 25px;
}
.text_column {
	font-size: 25px !important;
	line-height: 35px !important;
}
.text_column h2 {
	font-size: 35px !important;
	text-align: center !important;
}
#success, #fail {
	font-size: 25px !important;
	line-height: 35px !important;
	width: 100% !important;
}
#formBtn {
	width: 100%;
}
#recaptcha {
	display: inline-block;
}
.fb {
	width: 100%;
	height: auto;
	margin-top: 50px;
}
#map {
	height: 350px;
}
}
