html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    padding: 0 !important;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
    font: 16px/24px 'Oswald', sans-serif;
}

button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-size: 15px;
}

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 3em;
}

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: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    line-height: 1;
    padding: .6em 1em .4em;
}

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

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
    width: 100%;
}

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: #000;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
    width: 100%;
}

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;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: royalblue;
}

a:visited {
    color: purple;
}

a:hover, a:focus, a:active {
    color: midnightblue;
}

a:focus {
    outline: none;
}

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

/*==================================
    ##Heading styles
====================================*/
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px 0;
    font-weight: 700;
    color: #2a2835;
    text-transform: uppercase;
}

h1 {
    font-size: 84px;
    color: #fff;
    font-weight: 700;
}

h2 {
    font-size: 55px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

p {
    margin-bottom: 20px;
}

/*=================================
    ##Anchor Tag reset
===================================*/
a {
    color: #898585;
}

a:visited {
    outline: none;
    color: inherit;
}

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

/*=====================================
    ##Buttons Styles
=======================================*/
button, .button,
.btn {
    border-radius: 2px;
    line-height: 17px;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    padding: 16px 30px 13px 30px;

}

.btn.medium {
    padding: 16px 10px 13px 10px;
}

.btn-primary:visited,
.btn-primary:focus,
.btn-primary {
    background: #2e2945;
    border-radius: 0;
    text-transform: uppercase;
    border-color: #171133;
    font-size: 21px;
    font-weight: 400;
    color: #fff;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.19);
}

.btn-primary:hover {
    background: #000;
}

/*======================================
    ##List styles
========================================*/
.text-wrap ul,
.list-style1 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

ul.half-width {
    font-size: 0;
    letter-spacing: -4px;
}

.text-wrap ul li,
.list-style1 li {
    padding-left: 15px;
    margin-bottom: 20px;
    font-size: 18px;
    letter-spacing: 0;
    background-size: 5px;
}

.list-style1 li a {
    color: #fff;
}

.half-width li {
    width: 50%;
    padding: 0 15px;
    display: inline-block;
    vertical-align: top;
}

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

.main-navigation ul {
    display: none;
    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;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}

.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-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;
}

/*=============================
	##Gutter Styles
=============================*/

.top-btm-gutter1 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.top-btm-gutter2 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.top-btm-gutter3 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.top-btm-gutter4 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.top-btm-gutter5 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.top-btm-gutter6 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.top-btm-gutter7 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.top-btm-gutter8 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.top-btm-gutter9 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.top-gutter7 {
    padding-top: 70px;
}

.top-gutter9 {
    padding-top: 90px;
}

.btm-gutter1 {
    padding-bottom: 10px;
}

.btm-gutter2 {
    padding-bottom: 20px;
}

.btm-gutter3 {
    padding-bottom: 30px;
}

.btm-gutter4 {
    padding-bottom: 40px;
}

.btm-gutter5 {
    padding-bottom: 50px;
}

.btm-gutter6 {
    padding-bottom: 60px;
}

/*================================
    ##Display Table Table Cell
==================================*/
.d-t {
    display: table;
    width: 100%;
}

.d-t .d-tc {
    display: table-cell;
    vertical-align: middle;
}

/*===========================
	##Header Styles
=============================*/

#mysticky-wrap {
    height: auto !important;
}

#wprmenu_bar {
    display: none !important;
}

#mysticky-nav {
    position: static !important;
}

.site-header {
    background: url("../images/banner-lp.jpg") no-repeat center !important;
    background-size: cover !important;
    padding: 0 0 50px !important;
    height: 750px;
    width: 100% !important;
}

.overlay-block {
    position: relative;
    height: 750px;
    padding-bottom: 140px;
}

.overlay-block:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.header-top {
    position: relative;
    z-index: 2;
    padding:  20px 0 40px;
}

.contact-number {
    font-size: 32px;
    line-height: 1;
    padding-top: 20px;
    max-width: 425px;
    width: 100%;
    text-align: center;
}

.contact-number a {
    color: #fff;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

.contact-number a:hover,
.contact-number a:focus {
    color: #f16421;
    text-decoration: none;
}

.home-banner-text {
    max-width: 700px;
    margin: 0 auto 0 0;
    width: 100%;
}

.home-banner-text h1 {
    margin-bottom: 10px;
    line-height: 90px;
}

.home-banner-text li {
    font-size: 23px;
    position: relative;
}

.banner-content {
    color: #fff;
}

.home-banner-text ul {
    margin: 0;
}

.home-banner-text li:before {
    position: absolute;
    content: "";
    background: url(../images/setting-icon.png) no-repeat;
    width: 19px;
    height: 19px;
    top: 6px;
    left: 0;
}

.color-main {
    color: #86b846;
}

.gform_fields li.gfield_html {
    text-align: center;
    padding: 0 !important;
}

#gform_wrapper_5 h2 {
    font-size: 35px;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 10px 0;
    text-transform: capitalize;
    font-weight: 400;
}

#gform_wrapper_5 h2 span {
    text-transform: uppercase;
}

#gform_wrapper_5 p {
    font-size: 22px;
    line-height: 26px;
    color: #fff;
}

#gform_wrapper_5 .form-group {
    margin-bottom: 7px;
    float: left;
    width: 100%;
}

#gform_wrapper_5 .form-group #file {
    padding: 10px 15px;
}

#gform_wrapper_5 .form-control {
    background: #fff;
    height: 54px;
    border-radius: 2px;
    border: 0;
    outline: none;
    font-size: 19px;
    padding: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}

#gform_wrapper_5 textarea.form-control {
    height: 155px;
}

#gform_wrapper_5 .btn-submit {
    font-weight: 400;
    line-height: 1;
    font-size: 24px;
    box-shadow: none;
    border: 0;
    border-radius: 1px;
    color: #fff;
    text-transform: uppercase;
    outline: none;
    width: 100%;
    display: block;
    background: #f16421;
}

#gform_wrapper_5 .btn-wrap {
    margin: 8px 0 0 0;
    display: block;
}

#gform_wrapper_5 .btn-submit:hover {
    background: #fff;
    color: #30409b;
}

#gform_wrapper_5 .form-control.ui-state-error {
    border: 1px solid #FF0000 !important;
}

#gform_wrapper_5 .thank-you-message .thank-you-heading,
#gform_wrapper_5 .thank-you-message p {
    color: #FFF;
}

#gform_wrapper_5 .gform_fields li input,
#gform_wrapper_5 .gform_fields li select,
#gform_wrapper_5 .gform_fields li textarea {
    font-weight: 300;
    padding: 15px;
    font-family:'Oswald', sans-serif !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    border: 1px solid red;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: red;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required  ::-moz-placeholder { /* Firefox 19+ */
    color: red;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required  :-ms-input-placeholder { /* IE 10+ */
    color: red;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required  :-moz-placeholder { /* Firefox 18- */
    color: red;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.validation_error {
    display: none !important;
}

#gform_wrapper_5 .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),
#gform_wrapper_4 .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
    margin: 0 !important;
}

.banner-title-wrap {
    float: left;
    max-width: 795px;
}

.home-banner-text .sub-title {
    font-size: 45px;
    line-height: 48px;
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    text-transform: uppercase;
}

.home-banner-text P {
    font-size: 19px;
    line-height: 25px;
    text-transform: capitalize;
    font-family: 'Oswald', sans-serif;
}

#gform_wrapper_5-wrap {
    max-width: 460px;
    overflow: hidden;
    box-shadow: 6px 10px 43px 0 rgba(0, 0, 0, 0.23);

}

.ui-state-error::-moz-placeholder {
    color: red;
}

.ui-state-error::-webkit-input-placeholder {
    color: red;
}

#gform_wrapper_5 {
    background: rgba(0, 0, 0, 0.8);
    padding: 25px;
    text-align: center;
    width: 100%;
    float: right;
    position: relative;
    z-index: 1;
    border-radius: 5px;
}

#gform_wrapper_5 .gform_fields li {
    padding: 5px 0 !important;
    max-width: 100% !important;
    width: auto;
    margin: 0 !important;
}

#gform_wrapper_5 .gform_footer {
    margin: 0 !important;
    padding: 0 !important;
}

.list-unstyled {
    letter-spacing: -4px;
    font-size: 0;
}



/**** Advantage Styles *****/

.advantage-list li {
    display: -webkit-flex;
    display: -ms-flexbox;
    width: 50%;
    font-size: 23px;
    line-height: 29px;
    padding-left: 30px;
    margin-bottom: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    display: inline-block;
    letter-spacing: 0;
    -webkit-transform: translate(2rem, 1rem) rotate(8deg) scale(1.1);
    -ms-transform: translate(2rem, 1rem) rotate(8deg) scale(1.1);
    transform: translate(2rem, 1rem) rotate(8deg) scale(1.1);
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    transition: transform .5s ease, opacity .5s ease;
}

.advantage-list.active li {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
}

.advantage-list li:nth-child(1) {
    transition-delay: .2s;
}

.advantage-list li:nth-child(2) {
    transition-delay: .3s;
}

.advantage-list li:nth-child(3) {
    transition-delay: .4s;
}

.advantage-list li:nth-child(4) {
    transition-delay: .5s;
}

.advantage-list li:nth-child(5) {
    transition-delay: .6s;
}

.advantage-list li:nth-child(6) {
    transition-delay: .7s;
}

.advantage-list li:nth-child(7) {
    transition-delay: .7s;
}

/***** Our Services *****/
.our-services-block {
    position: relative;
}

.our-services-block:before {
    position: absolute;
    content: '';
    top: -190px;
    right: 0;
    left: 0;
    height: 191px;
    background: url(../images/shape-img.png) no-repeat center;
}

.solutions-holder {
    position: relative;
    margin: 0 -19px;
    text-align: center;
    padding: 50px 0 90px;
}

.solutions-holder:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 185px;
    right: 185px;
    height: 1px;
    background: #e6e8f9;
}

.solutions-holder .col {
    display: inline-block;
    vertical-align: middle;
    padding: 19px;
}

.solutions-holder .col .spray-image-wrap {
    height: 170px;
    width: 170px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.spray-solutions { /* spray-solutions */
    padding-top: 145px; /*optional */
}

.spray-solutions h4, .certified-block h4 { /* spray-solutions */
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 50px;
    text-align: center;
    margin: 0 0 20px;
    color: #222222;
    text-transform: uppercase;
}

.certified-block h4 {
	margin: 0 0 50px;
}

.spray-solutions p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    color: #555555;
}

.spray-image-wrap {
    position: relative;
    border-radius: 50%;
    display: block;
    height: 190px;
    overflow: hidden;
    margin: 0 auto;
    width: 190px;
}

.spray-image-wrap .item-overlay h3 {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-family: 'Oswald', sans-serif;
    background: rgba(0, 0, 0, 0.61);
    margin-bottom: 0;
    padding: 5px 5px 15px;
    line-height: 1.2;
    transition: 0.5s;
    margin-top: 0 !important;
}

.spray-image-wrap:hover .item-overlay.top {
    top: 0;
    padding: 5px;
}

.spray-image-wrap:hover h3 {
    height: 100%;
    display: table;
    width: 100%;
    background-color: #ca561d;
    border-radius: 50%;
    padding: 5px;
}

.spray-image-wrap:hover h3 span {
    display: table-cell;
    vertical-align: middle;
}

.item-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    overflow: hidden;
    text-align: center;
    width: 100%;
    transition: all 0.3s;
}

.item-overlay.top {
    top: 70%;
}

/*end of spray solutions*/

.block-process { /* block-process  */
    position: relative;
    overflow: hidden;
    background-color: #000;
    font-size: 0;
}

.block-process .img-wrap img {
    width: 100%;
}

.block-process .text-wrap {
    padding-left: 120px;
    max-width: 570px;
    margin: 0;
}

.block-process .text-wrap h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 30px;
    line-height: 1.2;
}

.block-process .text-wrap ul {
    list-style-type: none;
    padding: 0;
}

.block-process .text-wrap li {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 26px;
    color: #fff;
    background: url(../images/arrow.png) no-repeat left center;
    display: block;
    letter-spacing: 1px;
    margin-bottom: 30px;
    padding-left: 20px;
}

.fixit {
    display: table;
}

.block-process .col {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

/* end of block-process  */

/***** Logo-Block *****/

.certified-block {
    padding: 50px 0 90px;
}

.certified-block .col3-layout {
    margin: 0 -15px;
}

.certified-block .col {
    padding: 10px 15px;
}

.certified-block .box-holder {
    border: 1px solid #eee;
    position: relative;
    min-height: 250px;
    padding: 0 20px;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.certified-block .box-holder:hover {
    background: #f16421;
}

.certified-block .box-holder .img-wrap {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    padding: 3px;
    margin: 40px auto;
    transition: .2s all ease-in-out;
    background: #fff;
}
.certified-block .text-wrap h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 5px;
}
.certified-block .box-holder:hover .img-wrap {
    margin: -65px auto 30px;
}

.certified-block .box-holder .img-wrap img {
    width: 100%;
}

.certified-block .box-holder .text-wrap {
    font-size: 0;
    line-height: 0;
    color: #fff;
    transition: 0.2s all;
    width: 100%;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    font-family: 'Roboto', sans-serif;
}

.certified-block .box-holder:hover .text-wrap {
    font-size: 16px;
    line-height: 1.6;
    visibility: visible;
    opacity: 1;
}

.certified-block .box-holder .text-wrap p {
    margin: 0;
    font-weight: 300;
}

.certified-block .box-holder:hover .text-wrap p {
    margin: 0 0 10px;
}

/***** Col Styles *****/
.col3-layout {
    letter-spacing: -4px;
    font-size: 0;
}

.col3-layout .col {
    display: inline-block;
    width: 33.33%;
    letter-spacing: 0;
    font-size: 18px;
    vertical-align: top;
}

/*============================================
	##Footer Styles
=============================================*/
.site-footer {
    background: #f5f5f5;
    color: #898585;
    padding: 25px 0;
    font-size: 15px;
}

#page {
    position: relative;
    overflow: hidden;
}

.container {
    max-width: 1270px;
    width: 100%;
    margin: 0 auto;
}

a {
    transition: all 0.3s ease-in;
}

#footer {
    background: #222;
    color: #fff;
}

#footer .footer-top {
    padding: 90px 0 50px;
}

#footer .footer-logo {
    display: block;
    margin-bottom: 40px;
    padding-top: 80px;
}

#footer .details .icon {
    position: relative;
    display: inline-block;
    color: #fff;
    padding-left: 30px;
    min-width: 200px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.7;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#footer .details .icon:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    font-family: 'FontAwesome';
    font-size: 16px;
    color: #fff;
}

#footer .details .icon.location:after {
    content: '\f041';
}

#footer .details .icon.phone:after {
    content: '\f095';
}

#footer .details .icon.email:after {
    content: '\f0e0';
}

.social-block ul {
    padding: 30px 0 0;
    margin: 0;
}

.social-block ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.social-block ul li a {
    color: #222;
    background: #fff;
    font-size: 23px;
    height: 42px;
    width: 42px;
    border-radius: 50%;
    border: 1px solid transparent;
    transition: 0.2s all ease-in-out;
    text-align: center;
    padding: 6px 0;
    display: block;
}

.social-block ul li a:hover {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

.form-title h2 {
    font-size: 50px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    margin: 0 0 20px;
    color: #fff;
}

#footerForm {
    position: relative;
}

body .gform_wrapper .top_label div.ginput_container {
    margin: 0 !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    border: 0 !important;
    background: transparent !important;
}

.gfield_label,
.instruction.validation_message{
    display: none !important;
}

.gform_fields {
    padding: 0;
    margin: 0;
    position: relative;
}

.gform_fields li {
    display: block;
    padding: 10px !important;
    margin: 0 !important;
    clear: right !important;
    max-width: 100% !important;
}

.footer-form-block .gform_fields li,
.gform_wrapper .top_label .gfield_error {
    width: 50%;
}

#gform_wrapper_4.gform_wrapper .top_label .gfield_error {
    width: 50% !important;
    max-width: 100% !important;
    margin-bottom: 0 !important;
}

#footerForm .form-group {
    margin: 0;
    width: 50%;
    padding: 10px;
}

.footer-form-block .form-control,
.gform_fields li input,
.gform_fields li select,
.gform_fields li textarea {
    height: auto;
    border: 1px solid transparent;
    box-shadow: none;
    font-size: 16px;
    padding: 14px !important;
    border-radius: 0;
    resize: none;
    background: #fff;
    width: 100% !important;
    font-weight: 300;
    font-family: 'Roboto', sans-serif !important;
    margin: 0 !important;
}

.footer-form-block .form-group.message-block,
.gform_fields li.message-block {
    position: absolute;
    top: 75px;
    right: 0;
    height: auto;
}

.footer-form-block .form-group.message-block .form-control,
.gform_fields li.message-block textarea {
    height: 205px;
}

#footerForm .form-group.btn-wrap {
    width: 100%;
}

.gform_footer {
    padding: 0 10px !important;
}

.footer-form-block input[type='submit'],
.gform_wrapper input[type='submit'] {
    padding: 15px;
    height: auto;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    width: 100% !important;
    display: block;
    font-size: 21px;
    background: #f16421;
    font-family: 'Oswald', sans-serif;
    border: 1px solid #f16421;
}

.footer-form-block input[type='submit']:hover,
.gform_wrapper input[type='submit']:hover{
    background: transparent;
}

.gform_confirmation_wrapper {
    padding: 20px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
}

.footer-bottom {
    border-top: 1px solid #fff;
    text-align: center;
    padding: 20px 0;
}

.footer-bottom .copy-right p {
    margin: 0;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    display: inline-block;
}

.footer-bottom .copy-right a {
    color: #f16421;
    text-decoration: none;
}

.footer-bottom .copy-right a:hover {
    text-decoration: underline;
}


/* Sticky Footer */

.sticky-footer-parent {
  width: 100%;
  position: relative;
}
#sticky-footer {
  right: 0;
  position: fixed;
  left: 0;
  bottom: 0;
  background: #f16421;
  padding: 20px;
  line-height: 1;
  text-align: center;
  z-index: 2;
  transition: all 0.3s;
}
#sticky-footer,
#sticky-footer a{
  color: #ffffff;
  font-size: 30px;
}



/*============================================
	##Responsive
=============================================*/
@media (max-width: 1199px) {

    .site-header,
    .overlay-block {
        height: auto;
    }

    .header-top {
        padding: 30px 0;
    }

    .contact-number {
        text-align: right;
        width: auto;
        max-width: inherit;
    }    
    
    .home-banner-text {
        max-width: 100%;
        text-align: center;
    }

    .home-banner-text ul {
        text-align: left;
        max-width: 600px;
        margin: 0 auto;
    }

    #gform_wrapper_5-wrap {
        max-width: 100%;
        padding-top: 20px;
    }

    .spray-solutions {
        padding-top: 0;
    }

    .solutions-holder {
        padding: 10px 0 40px;
    }

    .solutions-holder:after {
        left: 0;
        right: 0;
    }

    .certified-block {
        padding: 75px 0;
    }

    .block-process .text-wrap {
        padding: 20px 20px 0;
    }

    .block-process .text-wrap h4 {
        font-family: 'Oswald', sans-serif;
        font-weight: 700;
        font-size: 38px;
        color: #fff;
        text-transform: uppercase;
        padding-bottom: 5px;
    }

    .block-process .text-wrap li {
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        font-size: 18px;
        color: #fff;
        margin-bottom: 10px;
    }

    #footer .footer-top {
        padding: 40px 0;
    }

    #footerForm .form-group {
        padding: 5px;
    }
    .certified-block .box-holder{
        min-height: 270px;
    }
}

@media (max-width: 991px) {

    h1,
    .home-banner-text h1 {
        font-size: 50px;
        line-height: 1.2;
    }

    .home-banner-text .sub-title {
        font-size: 35px;
    }

    .spray-solutions h4 {
        font-size: 30px;
    }

    .block-process .text-wrap { /*block process*/
        padding: 20px 20px 0;
        margin-bottom: 10px;
    }

    .block-process .text-wrap h4 {
        font-family: 'Oswald', sans-serif;
        font-weight: 700;
        font-size: 24px;
        color: #fff;
        text-transform: uppercase;
    }

    .block-process .text-wrap li {
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #fff;
    }

    .certified-block {
        padding-bottom: 0;
    }

    .certified-block .col {
        width: 100%;
        padding: 10px 10px 80px;
    }

    .certified-block .box-holder {
        background: #f16421;
        min-height: 1px;
    }

    .certified-block .box-holder .img-wrap {
        margin: -65px auto 30px;
    }

    .certified-block .box-holder .text-wrap {
        font-size: 16px;
        line-height: 1.6;
        visibility: visible;
        opacity: 1;
    }

    .certified-block .box-holder .text-wrap p {
        margin: 0 0 10px;
    }

    #footer .footer-logo {
        padding: 0;
    }

    #footer .company-details {
        max-width: 280px;
        margin: 0 auto;
    }

    .social-block ul {
        text-align: center;
    }

    .footer-form-block {
        padding-top: 30px;
    }

    .form-title h2 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    h1, .home-banner-text h1 {
        font-size: 30px;
    }

    .header-top .site-branding {
        max-width: 240px;
        margin: 0;
    }

    .contact-number {
        font-size: 20px;
        padding-top: 34px;
    }

    .home-banner-text .sub-title {
        font-size: 25px;
    }

    .block-process .text-wrap h4 { /*block process*/
        font-family: 'Oswald', sans-serif;
        font-weight: 700;
        font-size: 28px;
        color: #fff;
        text-transform: uppercase;
        padding-bottom: 5px;
    }

    .block-process .text-wrap li {
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        font-size: 24px;
        color: #fff;
        padding-bottom: 5px;
    }

    .block-process .col {
        display: inline-block;
        width: 100%;
        vertical-align: middle;
    }

    .advantage-list li {
        width: 100%;
    }

    .spray-image-wrap .item-overlay.top {
        top: 0;
        padding: 5px;
    }

    .spray-image-wrap .item-overlay h3 {
        height: 100%;
        display: table;
        width: 100%;
        background-color: rgba(202, 86, 29, 0.5);
        border-radius: 50%;
        padding: 5px;
    }

    .spray-image-wrap .item-overlay h3 span {
        display: table-cell;
        vertical-align: middle;
    }

    .spray-solutions h4 {
        font-size: 30px;
    }

    .footer-bottom .copy-right p {
        display: block;
    }
}

@media (max-width: 641px) {
    #gform_wrapper_5 h2 {
        font-size: 25px;
    }

    #gform_wrapper_5 p {
        font-size: 18px;
    }

    #gform_wrapper_5 .form-control {
        height: 42px;
        font-size: 16px;
    }

    #gform_wrapper_5 .btn-submit {
        font-size: 16px;
        padding: 10px;
    }

    .gform_fields li {
        padding: 5px !important;
    }

    .gform_fields li input[type='file'] {
        font-size: 10px;
    }

    #footerForm .form-group,
    .gform_fields li,
    .footer-form-block .gform_fields li,
    .gform_wrapper .top_label .gfield_error {
        width: 100%;
    }

    #gform_wrapper_4.gform_wrapper .top_label .gfield_error {
        width: 100% !important;
    }

    .footer-form-block .form-control,
    .gform_fields li input,
    .gform_fields li select,
    .gform_fields li textarea {
        font-size: 14px;
    }

    .footer-form-block .form-group.message-block,
    .gform_fields li.message-block {
        position: static;
    }

    .footer-form-block input[type='submit'],
    .gform_wrapper input[type='submit'] {
        padding: 10px;
        font-size: 16px;
    }

    .form-title h2 {
        font-size: 30px;
        margin: 0 0 10px;
    }

    .footer-form-block .form-control,
    .gform_fields li input, .gform_fields li select,
    .gform_fields li textarea {
        padding: 10px 15px !important;
    }
    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]){
        min-height:40px !important;
        line-height:1 !important;
    }
    .footer-form-block .form-group.message-block .form-control, .gform_fields li.message-block textarea {
        height: 90px;
    }
    .overlay-block{
        padding-bottom: 80px;
    }

}

@media (max-width: 479px) {

    .header-top .site-branding {
        max-width: 100%;
        text-align: center;
        width: 100%;
        float: none;
        display: block;
    }

    .contact-number {
        display: block;
        width: 100%;
        float: none;
        margin: 0;
        text-align: center;
        font-size: 25px;
        padding-top: 25px;
    }

    .spray-solutions h4 {
        font-size: 25px;
    }

    .block-process .text-wrap h4 {
        font-family: 'Oswald', sans-serif;
        font-weight: 700;
        font-size: 18px;
        color: #fff;
        text-transform: uppercase;
        padding-bottom: 5px;
    }

    .block-process .text-wrap li {
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        font-size: 15px;
        color: #fff;
        padding-bottom: 0;
        background: url(../images/arrow.png) no-repeat left center;
        background-size: 5px;
    }

    .social-block ul {
        padding:  20px 0 0;
    }

    .social-block ul li a {
        font-size: 18px;
    }
    .solutions-holder .col{
        padding: 5px;
    }
    .solutions-holder .col .spray-image-wrap {
        height: 140px;
        width: 140px;
    }
    #gform_wrapper_5{
        padding: 25px 10px;
    }
    .header-top {
        padding: 10px 0;
    }
    .home-banner-text .sub-title {
        font-size: 18px;
        line-height: 1.2;
    }
    .home-banner-text P {
        font-size: 16px;
        line-height: 1.3;
    }
    .advantage-list li{
        font-size: 18px;
        line-height: 1;
        padding-left: 22px;
    }
    .home-banner-text li:before {
        width: 15px;
        height: 15px;
        top: 2px;
        background-size: 100%;
    }

    #footer .footer-top {
        padding: 20px 0;
    }
}

