/*!
Theme Name: Whites Landscapes
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: whites-landscapes
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Whites Landscapes is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Montserrat', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #414042;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'Trajan Pro';
	margin-top: 0;
	font-weight: 300;
}

h1 {
	font-size: 46px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 36px;
}

h4 {
	font-size: 30px;
}

h5 {
	font-size: 26px;
}

p {
	margin: 0 0 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 0em;
	padding-left: 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
    border-radius: 0px;
    background: #499d4d;
    color: white;
    font-size: 14px;
    padding: 10px 7px;
    text-transform: uppercase;
    width: 100% !important;
    text-align: center;
    font-weight: 500;
    transition: all 0.5s ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #fff;
    background: #e8e8e9;
    border-radius: 0px;
    padding: 7px;
    font-size: 14px;
    font-weight: 500;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
	outline: 0;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.pt-10 {
	padding-top: 10px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-60 {
	padding-top: 60px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-60 {
	padding-bottom: 60px;
}

.fancy-title {
	position: relative;
}

.fancy-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 3px;
    background: #3cad5b;
    width: 90px;
    margin-left: -45px;
}

h3.fancy-title {
	font-size: 30px;
	line-height: 1.2;
	padding-bottom: 10px;

}

.vc_color-alert-success.vc_message_box-solid-icon .vc_message_box-icon {
	background-color: #44ad4d !important;
}

.vc_color-alert-success.vc_message_box-outline, .vc_color-alert-success.vc_message_box-solid-icon {;
    border-color: #44ad4d !important;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #45ad4e;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: #45ad4e;
}

a:focus {
	outline: 0;
}

a:hover, a:active {
	outline: 0;
}

a.button, span.button {
    display: inline-block;
    border: 2px solid #45ad4e;
    color: #45ad4e;
    padding: 5px 25px;
    transition: all 0.5s ease;
    border-radius: 20px;
    font-family: 'Trajan Pro';
}

a.button:hover, a.button.filled {
	background: #45ad4e;
	color: white;
}

/*--------------------------------------------------------------
## Custom Styles
--------------------------------------------------------------*/

.nav-container {
	background: #414042;
}

.site-header {
	background: rgba(255, 255, 255, 0.85);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 99;
}

.logo {
	padding-top: 20px;
	padding-bottom: 25px;
}

.top-right {
	padding-top: 35px;
	text-align: right;
}

.top-box {
	display: inline-block;
	font-size: 12px;
    vertical-align: top;
    text-align: left;
    margin-right: 15px;
    font-weight: 500;
}

.top-box:nth-child(1) {
	width: 125px;
}

.top-box:nth-child(2) {
	width: 225px;
}

.top-box:nth-child(3) {
	width: 175px;
}

.top-box img {
	float: left;
    margin-right: 5px;
    width: 35px;
}

.top-box span.firstspan {
	font-family: 'Trajan Pro';
	color: #44b562;
	display: block;
    font-weight: bold;
}

.top-box a {
    color: #414048;
}

.header-bg {
	background-image: url(images/HeaderBg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 540px;
}

.inner-page .header-bg {
	min-height: 420px;
	position: relative;
}

.header-statement {
	background: #414042;
	color: white;
	text-align: center;
	padding: 30px 0 35px;
}

.header-statement h1 {
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 0;
}

.header-statement h5 {
	font-family: 'Montserrat', sans-serif;
	color: #44b562;
    margin: 0;
    font-size: 14px;
}

.inner-header-statement {
	background: rgba(0, 132, 74, 0.8);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px 0px;
	text-align: center;
}

.inner-header-statement h1 {
	margin: 0;
	color: white;
	font-size: 40px;
}

.site-footer {
	background-image: url(images/FooterBg.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
    padding-top: 125px;
    color: white;
    max-height: 410px;
    background-color: #ececec;
}

.site-footer, .site-footer a {
    color: white;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
}

.social-footer {
	text-align: center;
}

.social-footer a {
    background: #3bae5a;
    display: inline-block;
    height: 30px;
    line-height: 33px;
    margin: 0 2px;
    position: relative;
    text-decoration: none;
    color: white;
    font-size: 18px;
    margin-bottom: 8px;
    width: 30px;
    text-align: center;
    border-radius: 50%;
}

.footer-top {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 14px;
}

.footer-top span {
    color: #3bae5a;
}

.footer-top a {
    font-size: 14px;
    font-weight: bold;
}

.footer-box h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 600;
    color: white;
    margin-bottom: 15px;
}

.copyright-container {
    padding: 20px 0;
}

.no-padding {
    padding: 0;
}

.footer-box input[type="text"] {
    width: 100%;
    background: none;
    margin-bottom: 5px;
    background: none;
    border:2px solid #3bae5a;
    border-radius: 15px;
}

.footer-box input[type="submit"] {
    width: 100%;
    background: #3bae5a;
    color: white;
    font-size: 13px;
    border-radius: 15px;
    font-family: 'Trajan Pro';
}

.ff-box {
    text-align: center;
    background: #717071;
    color: white;
    padding: 0px 25px 25px;
    position: relative;
}

.ff-box-top {
    background: #414042;
    padding: 15px 10px;
    margin-top: 25px;
    position: relative;
    z-index: 3;
}

.ff-box-top h2 {
    color: white;
    font-size: 21px;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 10px;
    position: relative;
    z-index: 2;
}

.ff-box-title h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 2px;
	background: #3cad5b;
    width: 50px;
    margin-left: -25px;
}

.ff-box-text {
    line-height: 1.3;
    font-size: 13px;
    position: relative;
    z-index: 2;
    max-height: 50px;
}

.ff-box-bottom {
    margin-left: -25px;
    margin-right: -25px;
}

.overlay {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: rgba(69, 173, 78, 0.8);
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.5s ease;
}

.ff-box:hover .overlay {
    visibility: visible;
    opacity: 1;
}

.ff-box .overlay a.button {
    position: absolute;
    top: 80px;
    color: white;
    left: 50%;
    margin-left: -40%;
    border: 2px solid white;
    width: 80%;
    text-align: center;
}

.choose-us h4 {
	font-size: 20px;
	font-weight: 600;
	color: #00844c;
	margin: 0;
}

.choose-us h5 {
	font-size: 17px;
	margin: 0 0 5px;
}

.choose-us {
	font-size: 13px;
}

.white-text {
	color: white;
}

.smaller-text {
	font-size: 80%;
}

.nf-form-fields-required {
	display: none;
}

#ninja_forms_required_items, .nf-field-container {
	margin-bottom: 10px !important;
}

.contact-form input[type="text"].ninja-forms-field,
.contact-form input[type="email"].ninja-forms-field,
.contact-form textarea.ninja-forms-field {
	background: white;
	border: 1px solid #c6c5c6;
}

.contact-form .field-wrap input[type="button"] {
	border-radius: 20px;
}

.reversedlogo img {
	width: 270px;
}

a.less {
    display: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-family: 'Trajan Pro';
	color: white;
    padding: 12px 20px 10px;
    transition:color 0.5s ease;
}

.main-navigation a:hover {
	color: #00844a;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

@font-face {
    font-family: 'Trajan Pro';
    src: url('fonts/TrajanPro3-Regular.eot');
    src: url('fonts/TrajanPro3-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/TrajanPro3-Regular.woff') format('woff'),
        url('fonts/TrajanPro3-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Trajan Pro';
    src: url('fonts/TrajanPro3-Bold.eot');
    src: url('fonts/TrajanPro3-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/TrajanPro3-Bold.woff') format('woff'),
        url('fonts/TrajanPro3-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@media (min-width: 768px) {

	.box-wrap, 
	.internal-short-block .vc_column-inner,
	.internal-short-block-spaced .vc_column-inner {
	    padding: 50px !important;
	}

}

@media (min-width: 1200px) {

	.box-wrap, 
	.internal-short-block .vc_column-inner,
	.internal-short-block-spaced .vc_column-inner {
	    padding: 70px !important;
	}

	.second-level-content .vc_column-inner {
		font-size: 20px;
	}

	.box-wrap {
		font-size: 21px;
	}

}

@media (min-width: 1600px) {

	.box-wrap, 
	.internal-short-block .vc_column-inner,
	.internal-short-block-spaced .vc_column-inner {
	    padding: 100px !important;
	}

	.second-level-content .vc_column-inner {
		font-size: 20px;
	}

}


@media (min-width: 768px) and (max-width: 990px) {

	body, button, input, select, optgroup, textarea {
		font-size: 14px;
	}

	h2 {
	    font-size: 30px;
	}

	h3 {
		font-size: 25px;
	}

	.main-navigation a {
    	font-size: 13px;
    	padding: 12px 12px 10px;
	}

	.header-bg {
	    min-height: 450px;
	}

	.inner-page .header-bg {
		min-height: 370px;
	}

	.header-statement h5 {
		font-size: 13px;
	}

	.choose-us h5 {
		font-size: 13px;
	}

	.choose-us p {
		line-height: 1.4;
	}

	.inner-header-statement h1 {
		font-size: 30px;
	}

	.ff-box-top h2 {
		font-size: 14px;
	}

	.ff-box-text {
	    line-height: 1.1;
	    font-size: 11px;
	}

}

@media (max-width: 767px) {

	.box-wrap, 
	.internal-short-block .vc_column-inner,
	.internal-short-block-spaced .vc_column-inner {
	    padding-top: 25px !important;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 25px;
	}

	.top-box span, .top-box span.firstspan {
		display: none;
	}

	.top-box {
		width: auto !important;
	    margin-right: 0px;
	}

	.top-box img {
	    float: left;
	    margin-right: 0px;
	    width: 30px;
	}

	.logo {
	    padding-top: 10px;
	    padding-bottom: 10px;
	}

	.logo img {
		width: 180px;
	}

	.top-right {
        padding-top: 17px;
	}

	.header-bg {
		min-height: 300px;
	}

	.header-statement h1 {
	    font-size: 18px;
	}

	.header-statement h5 {
	    font-size: 15px;
	}

	.header-statement {
	    padding: 20px 0 25px;
	}

	.nav-container {
	    padding: 5px 0;
	    text-align: right;
	    color: white;
	}

	.trigger {
    	font-size: 18px;
    	font-weight: 600;
	}

	.main-navigation ul {
	    position: fixed;
	    top: 0;
	    bottom: 0;
	    right: 0;
	    width: 12em;
	    padding: 4em 1em 1em;
	    background-color: #10174a;
	    box-shadow: 0 0 1em rgba(0,0,0, .5);
	    transform: translateX(13em);
	    transition: .3s transform ease-out;
	    overflow-y: auto;
	    z-index: 25;
	}

	.main-navigation ul.is-open {
	    transform: translateX(0);
	    will-change: transform;
	}

	.main-navigation li {
	    width: 100%;
	    text-align: center;
	    padding: 6px 15px;
	}

	.main-navigation li.closemenu {
		position: absolute;
	    top: 0;
	    right: 0;
	    width: 100%;
	    text-align: right;
	}

	.closemenu a {
	    font-size: 24px;
	    font-weight: 400;
	}

	.header-statement h5 a {
		color: white;
	}

	.whychooseus {
		text-align: center;
	}

	.intro-section {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.site-footer {
	    padding-top: 110px;
	    max-height: none;
	}

	.choose-us h4 {
		font-size: 18px;
	}

	.choose-us h5 {
	    font-size: 15px;
	    margin: 0;
	}

	.choose-us p {
		line-height: 1.2;
    	font-size: 10px;
	}

	.inner-page .header-bg {
    	min-height: 300px;
	}

	.inner-header-statement h1 {
		font-size: 28px;
	}

}