/*!
Theme Name: absolute-foundation
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: absolute-foundation
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.

absolute-foundation 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
--------------------------------------------------------------*/


/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */


/* Document
========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

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


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


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

body {
    margin: 0;
    font-family: 'Titillium-Web';
}

body,
html {
    overflow-x: hidden !important;
}


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

h1 {
    font-size: 2em;
}


/* 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-size: 1em;
    /* 2 */
}


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


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

a {
    background-color: transparent;
    text-decoration: none !important;
    outline: none !important;
}


/**
* 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-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.
*/


/**
* 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,
button,
input,
select,
optgroup,
textarea {
    color: #6B6E77;
    font-size: 16px;
    line-height: 26px;
}

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

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
--------------------------------------------------------------*/

select {
    border: 1px solid #ccc;
    font-family: 'Titillium-Web';
}

textarea {
    width: 100%;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
    background: #2A436C;
    height: 80px;
    position: relative;
}

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

.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;
    padding: 0 22px;
    height: 100%;
}

.main-navigation a {
    display: flex;
    transition: .3s;
    position: relative;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 100%;
    text-transform: capitalize;
    padding: 0 4px;
    overflow: hidden;
}

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

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

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

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


/*==========Fonts Start==========*/

@font-face {
    font-family: 'Titillium-Web';
    src: url('https://www.absolutefr.com/wp-content/themes/absolute-foundation/assets/fonts/TitilliumWeb-Black.eot');
    src: url('https://www.absolutefr.com/wp-content/themes/absolute-foundation/assets/fonts/TitilliumWeb-Black.eot#iefix') format('embedded-opentype'), url('https://www.absolutefr.com/wp-content/themes/absolute-foundation/assets/fonts/TitilliumWeb-Black.woff2') format('woff2'), url('https://www.absolutefr.com/wp-content/themes/absolute-foundation/assets/fonts/TitilliumWeb-Black.woff') format('woff'), url('https://www.absolutefr.com/wp-content/themes/absolute-foundation/assets/fonts/TitilliumWeb-Black.ttf') format('truetype'), url('https://www.absolutefr.com/wp-content/themes/absolute-foundation/assets/fonts/TitilliumWeb-Black.svg#TitilliumWeb-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Titillium-Web';
    src: url('https://www.absolutefr.com/wp-content/themes/absolute-foundation/assets/fonts/TitilliumWeb-Regular.eot');
    src: url('https://www.absolutefr.com/wp-content/themes/absolute-foundation/assets/fonts/TitilliumWeb-Regular.eot#iefix') format('embedded-opentype'), url('https://www.absolutefr.com/wp-content/themes/absolute-foundation/assets/fonts/TitilliumWeb-Regular.woff2') format('woff2'), url('https://www.absolutefr.com/wp-content/themes/absolute-foundation/assets/fonts/TitilliumWeb-Regular.woff') format('woff'), url('https://www.absolutefr.com/wp-content/themes/absolute-foundation/assets/fonts/TitilliumWeb-Regular.ttf') format('truetype'), url('https://www.absolutefr.com/wp-content/themes/absolute-foundation/assets/fonts/TitilliumWeb-Regular.svg#TitilliumWeb-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Titillium-Web';
    src: url('https://www.absolutefr.com/wp-content/themes/absolute-foundation/assets/fonts/TitilliumWeb-ExtraLight.eot');
    src: url('https://www.absolutefr.com/wp-content/themes/absolute-foundation/assets/fonts/TitilliumWeb-ExtraLight.eot#iefix') format('embedded-opentype'), url('https://www.absolutefr.com/wp-content/themes/absolute-foundation/assets/fonts/TitilliumWeb-ExtraLight.woff2') format('woff2'), url('https://www.absolutefr.com/wp-content/themes/absolute-foundation/assets/fonts/TitilliumWeb-ExtraLight.woff') format('woff'), url('https://www.absolutefr.com/wp-content/themes/absolute-foundation/assets/fonts/TitilliumWeb-ExtraLight.ttf') format('truetype'), url('https://www.absolutefr.com/wp-content/themes/absolute-foundation/assets/fonts/TitilliumWeb-ExtraLight.svg#TitilliumWeb-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Titillium-Web';
    src: url('https://www.absolutefr.com/wp-content/themes/absolute-foundation/assets/fonts/TitilliumWeb-Bold.eot');
    src: url('https://www.absolutefr.com/wp-content/themes/absolute-foundation/assets/fonts/TitilliumWeb-Bold.eot#iefix') format('embedded-opentype'), url('https://www.absolutefr.com/wp-content/themes/absolute-foundation/assets/fonts/TitilliumWeb-Bold.woff2') format('woff2'), url('https://www.absolutefr.com/wp-content/themes/absolute-foundation/assets/fonts/TitilliumWeb-Bold.woff') format('woff'), url('https://www.absolutefr.com/wp-content/themes/absolute-foundation/assets/fonts/TitilliumWeb-Bold.ttf') format('truetype'), url('https://www.absolutefr.com/wp-content/themes/absolute-foundation/assets/fonts/TitilliumWeb-Bold.svg#TitilliumWeb-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}


/*==========Fonts End==========*/


/*==========Common CSS Start==========*/

p {
    font-size: 16px;
    line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    color: #1482F0;
    font-family: 'Titillium-Web';
}

.h2-title {
    font-size: 44px;
    font-weight: 900;
    color: #1482F0;
    line-height: 65px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.overflow-text {
    max-height: 220px;
    overflow: auto;
    padding-right: 15px;
}

.overflow-text::-webkit-scrollbar {
    width: 3px;
}

.overflow-text::-webkit-scrollbar-thumb {
    background: #1482F0;
}

.overflow-text::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

.for-des {
    display: inline-flex !important;
}

.for-mob {
    display: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #ff0000;
    color: #ff0000;
}

.grecaptcha-badge {
    display: none !important;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

.form-element {
    position: relative;
}

.form-element i {
    position: absolute;
    top: 15px;
    right: 20px;
    pointer-events: none;
    color: #1482F0;
}

div.wpcf7-mail-sent-ok {
    display: none !important;
}

.sec-wp {
    position: relative;
    z-index: 4;
}

span.wpcf7-not-valid-tip {
    font-size: 13px;
    position: absolute;
    bottom: -20px;
    left: 0;
    color: #f00;
}

.wpcf7-form-control-wrap.your-message {
    margin-bottom: 22px;
}

.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.screen-reader-response {
    display: none;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #ff0000;
    color: #ff0000;
}

.contact-form .form-input::-webkit-input-placeholder {
    color: rgba(24, 42, 72, 0.30);
}

.contact-form .form-input::-moz-placeholder {
    color: rgba(24, 42, 72, 0.30);
}

.contact-form .form-input:-ms-input-placeholder {
    color: rgba(24, 42, 72, 0.30);
}

.contact-form .form-input::-ms-input-placeholder {
    color: rgba(24, 42, 72, 0.30);
}

.contact-form .form-input::placeholder {
    color: rgba(24, 42, 72, 0.30);
}

.contact-form select option {
    color: #000;
}

.contact-form select {
    color: rgba(24, 42, 72, 0.30);
}

select::-ms-expand {
    display: none;
}

.contact-form .form-input {
    width: 100%;
    height: 46px;
    border: none;
    outline: none !important;
    padding: 10px 15px;
    color: rgba(24, 42, 72, 0.50);
    background: #fff;
    -webkit-appearance: none;
    border-radius: 0;
}

.contact-form .form-input.wpcf7-textarea {
    height: 140px;
    resize: none;
    padding: 15px;
}

.submit-btn {
    text-align: left;
}

.submit-btn .sec-btn {
    height: 46px;
}

.submit-btn input {
    display: none !important;
}

.contact-form .wpcf7-response-output {
    font-size: 13px;
    line-height: 1.5em;
/*     border: none !important; */
    margin: 20px 0 !important;
/*     padding: 0 !important; */
}

.main-banner .banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contact-form input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: 0 0;
    border: none;
    outline: none;
    opacity: 0;
    z-index: 5;
}

span.wpcf7-list-item-label {
    padding-left: 30px;
}

span.wpcf7-list-item-label:before,
span.wpcf7-list-item-label:after {
    content: " ";
}

span.wpcf7-list-item-label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 2px solid #39b449;
    z-index: 1;
}

span.wpcf7-list-item-label:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translate(0, -50%);
    width: 12px;
    height: 12px;
    border-radius: 15px;
    background: #39b449;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    opacity: 0;
    transition: .3s;
    z-index: 0;
}

.contact-form input[type=radio]:checked~span.wpcf7-list-item-label:after {
    opacity: 1;
}

span.wpcf7-list-item {
    position: relative;
}

.h1-title {
    color: #fff;
    font-size: 86px;
    letter-spacing: 8px;
    margin: 23px 0 8px;
    font-weight: 900;
}

.sec-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 54px;
    text-transform: uppercase;
    color: #fff;
    background: #F07114;
    font-weight: bold;
    border: 2px solid #F07114;
    transition: 0.3s;
    outline: none !important;
}

.sec-btn:hover {
    background: transparent;
    color: #ffffff;
    border-color: #fff;
}

.sec-btn.outline-btn {
    border-color: #fff;
    background: transparent;
    color: #fff;
}

.sec-btn.outline-btn:hover,
.banner-btn .sec-btn.outline-btn:hover {
    background: #f07114;
    border-color: #f07114;
    color: #fff;
}

.sec-btn.bg-btn {
    background: #2E4C80;
    border-color: #2E4C80;
}

.sec-btn.bg-btn:hover {
    background: transparent;
    color: #2E4C80;
}

.sec-shep {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.sec-shep:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 168px;
    background: url(https://www.absolutefr.com/wp-content/themes/absolute-foundation/assets/images/sec-top-shep.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.sec-shep:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 168px;
    background: url(https://www.absolutefr.com/wp-content/themes/absolute-foundation/assets/images/sec-bottom-shep.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.slick-dotted.slick-slider {
    margin: 0;
}

.slick-dots li {
    height: 24px;
}

.slick-dots li button {
    padding: 0;
    width: 20px;
    height: 24px;
    background: url(https://www.absolutefr.com/wp-content/themes/absolute-foundation/assets/images/slider-icon.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.slick-dots .slick-active button {
    background: url(https://www.absolutefr.com/wp-content/themes/absolute-foundation/assets/images/slider-active-icon.png);
}

.slick-dots li button:before {
    display: none;
}

.slick-arrow {
    position: absolute;
    bottom: -40px;
    padding: 0;
    border: none;
    outline: none !important;
    background: #fff;
    width: 46px;
    height: 46px;
    font-size: 28px;
    color: #1482F0;
    left: 0;
    z-index: 3;
}

.next-arrow.slick-arrow {
    left: auto;
    right: 0;
}

.compensate-for-scrollbar {
    margin-right: 0 !important;
}

.sec-text h4 {
    font-size: 20px;
    color: #182A48;
    margin-bottom: 34px;
    text-transform: uppercase;
}

.sec-text ul {
    padding: 0;
    margin: 0;
}

.sec-text ul li {
    list-style: none;
    width: 49%;
    display: inline-flex;
    min-height: 45px;
    vertical-align: top;
    position: relative;
    padding-left: 28px;
    color: #6B6E77;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.sec-text ul li:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 20px;
    height: 24px;
    background: url('https://www.absolutefr.com/wp-content/themes/absolute-foundation/assets/images/list-icon.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.sec-text strong a {
    color: #1482f0;
}


/*==========Common CSS End==========*/


/*========== Header CSS==========*/

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.header-top-bar {
    background: #213557;
    padding: 15px 0;
    height: 60px;
    display: flex;
    align-items: center;
}

.header-top-icon span {
    display: inline-block;
    margin-right: 10px;
}

.header-top-icon a {
    display: inline-block;
    color: #fff;
    transition: 0.3s;
}

.header-top-icon a:hover {
    color: #1482F0;
}

.main-navigation .menu-menu-1-container {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.main-navigation .logo {
    width: 370px;
    height: 190px;
    padding: 0;
    margin: -55px 63px 0 63px;
    transition: 0.3s;
}

.main-navigation .logo a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(http://dev.dotcomdesign.com/absolute-foundation/wp-content/uploads/2020/02/absolute-foundation-logo.png);
    background-size: 100% 100%;
}

.main-navigation a:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fff;
    opacity: 0.2;
    transition: 0.3s;
}

.main-navigation .logo a:before {
    display: none;
}

.main-navigation .logo a {
    padding: 0;
    color: transparent;
}

.main-navigation:after,
.main-navigation:before {
    content: "";
    position: absolute;
    top: 0;
    left: -65px;
    width: 90px;
    height: 100%;
    background: #2a436c;
    transform: skewX(30deg);
    z-index: -1;
}

.main-navigation:before {
    left: auto;
    right: -65px;
    transform: skewX(-30deg);
}

.main-navigation a:hover:before {
    bottom: 0;
}

.main-navigation a:hover {
    color: #1482F0;
    -webkit-text-stroke: 0.8px #1482F0;
}

.sticky-header .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.sticky-header .main-navigation .logo {
    margin: -60px 54px 0 73px;
    padding: 20px 10px 0 10px;
}

.sticky-header .main-navigation {
    height: 80px;
}

.sticky-header .main-navigation .logo:after,
.sticky-header .main-navigation .logo:before {
    position: absolute;
    content: "";
    top: 30px;
    left: 10px;
    width: 50px;
    height: 50px;
    background: #1482f0;
}

.sticky-header .main-navigation .logo:before {
    left: auto;
    right: 10px;
    background: #2a8df1;
}

.header-top-bar .phone-link {
    margin-right: 10px;
}


/*========== Header CSS End==========*/


/*========== Main Banner CSS==========*/

.main-banner {
    position: relative;
    padding: 312px 0 245px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.main-banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0D1727;
    opacity: .8;
}

.banner-sub-title {
    display: inline-block;
    position: relative;
}

.banner-sub-title h3 {
    color: #fff;
    margin: 0;
    font-size: 30px;
    line-height: 45px;
    font-weight: 200;
    letter-spacing: 6px;
    text-transform: uppercase;
}

.sub-line {
    display: inline-block;
    width: 80px;
    height: 12px;
    position: absolute;
    left: -109px;
    top: 50%;
    transform: translate(0, -50%);
}

.sub-line:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #1482F0;
}

.sub-line:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 1px;
    background: #1482F0;
}

.sub-right-line {
    left: auto;
    right: -109px;
}

.sub-right-line:before {
    right: auto;
    left: 0;
}

.banner-btn {
    margin-top: 58px;
}

.banner-btn .sec-btn:hover {
    border-color: #fff;
    color: #fff;
    background: transparent;
}

.banner-btn .sec-btn {
    margin: 0 13px;
}

.main-banner.inner-banner {
    padding: 249px 0 120px;
}

.main-banner.inner-banner .h1-title {
    font-size: 46px;
    line-height: 56px;
}


/*========== Main Banner CSS End==========*/


/*========== Services Tabs CSS==========*/

.services-tabs-wp {
    position: relative;
    z-index: 1;
    margin-top: -225px;
}

.services-tabs-text {
    display: flex;
    padding: 0 100px;
}

.services-tabs {
    display: flex;
    flex: 1;
    flex-direction: column;
    text-align: center;
    background: #1265B9;
    align-items: center;
    height: 266px;
}

.services-tabs a {
    padding: 52px 40px 20px;
    display: inline-block;
    height: 100%;
}

.services-tabs h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 17px;
}

.services-tabs i {
    color: #fff;
    font-size: 18px;
    position: relative;
}

.services-tabs:hover i {
    animation: arrow 0.5s linear infinite alternate;
    top: 0
}

@keyframes arrow {
    from {
        top: 0
    }
    to {
        top: 10px
    }
}

.services-tabs-text .services-tabs:nth-child(2) {
    background: #1176DB;
}

.services-tabs-text .services-tabs:nth-child(3) {
    background: #1482F0;
}

.services-tabs-text .services-tabs:nth-child(4) {
    background: #2793FF;
}


/*========== Services Tabs CSS End==========*/


/*========== About Us CSS==========*/

.about-us {
    position: relative;
    padding: 110px 0 210px;
    z-index: 4;
    margin-top: -10px;
    pointer-events: none;
}

.about-us:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://www.absolutefr.com/wp-content/themes/absolute-foundation/assets/images/about-shep.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    z-index: 1;
}

.about-us:before,
.sec-patten-shep:after {
    content: "";
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translate(-50%, 0);
    height: 70px;
    width: 100%;
    z-index: 6;
    background: url('https://www.absolutefr.com/wp-content/themes/absolute-foundation/assets/images/about-bottom-patten.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    z-index: -1;
}

.about-us .sec-wp:before {
    display: none;
    content: "";
    position: absolute;
    top: -86px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 1230px;
    height: 146px;
    background: url('https://www.absolutefr.com/wp-content/themes/absolute-foundation/assets/images/about-patten-shep.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 12;
    pointer-events: none;
}

.sub-title {
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 18px;
}

.sub-title span {
    display: block;
}

.about-us .sec-text {
    padding-right: 80px;
    padding-top: 100px;
}

.about-us .sec-text p {
    color: #A0AAC3;
}

.about-btn {
    margin-top: 30px;
}

.about-img-wp {
    width: 100%;
    height: 129.5%;
    transform: skewY(-9.7deg);
    overflow: hidden;
    position: relative;
    padding-right: 25px;
    top: 3px;
}

.about-img {
    width: 100%;
    height: 120%;
    background-size: cover;
    background-position: center;
    transform: skewY(9.7deg);
    position: relative;
    top: -50px;
}

.about-us .sec-text .overflow-text {
    height: 262px;
    overflow: auto;
    max-height: unset;
}

.about-us .sec-wp {
    pointer-events: auto;
}

.about-us .overflow-text::-webkit-scrollbar-thumb {
    background: #fff;
}

.about-us .overflow-text::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.2);
}


/*========== About Us CSS End==========*/


/*========== Foundation Repair CSS==========*/

.foundation-repair .overflow-text {
    max-height: 200px;
    margin-bottom: 15px;
}

.foundation-repair {
    margin-top: -165px;
}

.foundation-repair-bg {
    background: url(https://www.absolutefr.com/wp-content/themes/absolute-foundation/assets/images/bg1.png) center -1px no-repeat;
    position: relative;
    z-index: 1;
}

.foundation-repair .sec-text {
    padding: 240px 0 240px 70px;
}

.foundation-image-wp {
    width: 100%;
    height: 100%;
    position: relative;
}

.foundation-image {
    width: 161%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 0;
    top: 0;
}


/*========== Foundation Repair CSS End==========*/


/*========== Foundation Repair Services CSS==========*/

.foundation-repair-services-tab {
    padding: 56px 0 70px;
    position: relative;
    min-height: 800px;
}

.foundation-repair-services-tab h4 {
    color: #fff;
    font-size: 28px;
    letter-spacing: 8px;
    font-weight: 200;
    text-transform: uppercase;
    line-height: 40px;
    padding: 0 70px;
    margin-bottom: 29px;
}

.foundation-repair-services-tab ul {
    padding: 0;
    margin: 0;
}

.foundation-repair-services-tab ul li {
    list-style: none;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 70px;
    cursor: pointer;
    position: relative;
    margin-bottom: 20px;
}

.foundation-repair-services-tab:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1482F0;
    z-index: -1;
    transform: skewY(-10deg);
}

.foundation-repair-services {
    padding: 1px 0 67px;
    position: relative;
    margin-top: 0;
    background: #182a48;
    z-index: 2;
}

.services-tab-shep {
    position: relative;
    display: inline-block;
    width: 100%;
}

.services-tab-shep:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    transform: skewY(-10deg);
    background: #fff;
    width: 100%;
    height: 100px;
    z-index: -1;
}

.services-tab-shep-wp {
    display: inline-block;
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    padding: 0 20px;
}

.foundation-repair-services-tab .services-active-tab {
    background: #fff;
    color: #1482F0;
}

.foundation-repair-services-tab .services-active-tab:after {
    content: "";
    position: absolute;
    left: 100%;
    height: 100%;
    border: 30px solid transparent;
    border-left-color: white;
    top: 0;
}

.foundation-repair-services .sec-text p {
    color: #A0AAC3;
}

.foundation-repair-services .sec-text h4 {
    color: #FFF;
}

.foundation-repair-services .sec-text .overflow-text {
    max-height: 700px;
    padding-right: 83px;
}

.foundation-repair-services .sec-text ul li {
    width: 100%;
    color: #A0AAC3;
}

.foundation-services-text {
    margin-bottom: 37px;
}

.foundation-repair-services-tab-wp {
    padding-right: 101px;
    margin-top: -155px;
}

.service-open.service-active .service-text .sec-text p {
    margin-bottom: 10px;
    color: #fff;
}

.sec-patten-shep {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sec-patten-shep:before {
    content: "";
    position: absolute;
    top: -187px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 1230px;
    height: 129px;
    background: url(https://www.absolutefr.com/wp-content/themes/absolute-foundation/assets/images/foundation-top-shep.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}

.foundation-repair-services .sec-wp {
    margin-top: -46px;
}

.sec-patten-shep:after {
    bottom: -187px;
}

.foundation-des-services {
    display: block !important;
    width: 100%;
}


/*========== Foundation Repair Services CSS End==========*/


/*========== Water Managements CSS==========*/

.water-management .foundation-image {
    left: 0;
    right: auto;
}

.water-management .sec-text {
    padding: 248px 70px 234px 0;
}

.water-management .overflow-text {
    max-height: 530px;
    margin: 0;
}

.water-management-services .foundation-repair-services-tab-wp {
    padding-left: 101px;
    padding-right: 0;
    margin-top: -210px;
}

.water-management-services .foundation-repair-services-tab:after {
    transform: skewY(10deg);
}

.water-management-services .services-tab-shep:before {
    transform: skewY(10deg);
}

.water-management-services .foundation-repair-services-tab .services-active-tab:after {
    left: auto;
    right: 100%;
    border-left-color: transparent;
    border-right-color: #fff;
}

.water-management-services {
    padding: 49px 0 85px;
}

.water-management-services .sec-text .overflow-text {
    max-height: 560px;
}

.water-management {
    margin-top: 0;
}


/*========== Water Managements CSS End==========*/


/*========== Services CSS==========*/

.services-title {
    text-align: center;
    margin-bottom: 137px;
}

.services {
    padding: 100px 0 55px;
    position: relative;
    z-index: 5;
}

.services-box {
    height: 560px;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}

.services-name {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    left: 0;
    height: 196px;
    background: rgba(20, 130, 240, 0.85);
    padding: 53px 80px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.5s all linear;
    transition: 0.3s;
}

.services-name h3 {
    font-size: 30px;
    font-weight: 200;
    color: #fff;
    text-transform: uppercase;
    line-height: 45px;
    margin: 0;
    transform: skewy(10deg);
    letter-spacing: 8px;
    transition: 0.3s;
}

.services-box.services-left-box {
    transform: skewy(-10deg);
}

.services-box.services-right-box {
    transform: skewY(10deg);
    margin-left: -1px;
}

.service-des-text {
    transform: skewy(10deg);
    height: 0;
    opacity: 0;
    transition: 0.3s;
}

.services-box.services-right-box .service-des-text {
    transform: skewy(-10deg);
}

.service-des-text p {
    color: #fff;
    margin: 0;
}

.services-box:hover .services-name {
    height: 100%;
    align-items: flex-start;
    justify-content: flex-start;
}

.services-box:hover .services-name h3 {
    margin-bottom: 10px;
}

.service-des-text .overflow-text {
    max-height: 310px;
}

.service-des-text .overflow-text::-webkit-scrollbar-thumb {
    background: #fff;
}

.services-box:hover .service-des-text {
    height: auto;
    opacity: 1;
}

.services-box-img {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 120%;
    position: relative;
    top: -60px;
}

.services-box.services-left-box .services-box-img {
    transform: skewy(10deg);
}

.services-box.services-right-box .services-box-img {
    transform: skewy(-10deg);
}

.services-box.services-right-box .services-name h3 {
    transform: skewy(-10deg);
}

.services-tab-text .services-tab-box,
.services-tab-text .services-tab-box1 {
    display: none;
}

.services-tab-text .services-tab-box:first-child,
.services-tab-text .services-tab-box1:first-child {
    display: block;
}

.services-tab-text {
    position: relative;
    height: 100%;
}

.gallery-loader {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    display: none;
}

.gallery-loader i {
    font-size: 40px;
    color: #fff;
}

.service-text {
    display: none;
}


/*========== Services CSS End==========*/


/*========== Gallery CSS ==========*/

.gallery {
    position: relative;
    padding: 280px 0 1px;
    margin-top: -160px;
    z-index: 3;
    background: #182a48;
}

.gallery-title {
    text-align: center;
    margin-bottom: 35px;
}

.gallery-title .h2-title {
    color: #fff;
}

.gallery-tabs {
    text-align: center;
}

.gallery-tabs ul {
    padding: 0;
    margin: 0;
}

.gallery-tabs ul li {
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    list-style: none;
    display: inline-block;
    margin: 0 33px;
    color: #FFFFFF;
    opacity: 0.2;
    transition: 0.3s;
    cursor: pointer;
}

.gallery-tabs ul .gallery-activ-tab {
    opacity: 1;
}

.gallery-tabs ul li:hover {
    opacity: 1;
}

.gallery-slider-img {
    height: 170px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    border: 4px solid #fff;
    position: relative;
}

.gallery-slider-box {
    height: 273px;
    padding: 20px;
    display: inline-flex !important;
    align-items: center;
    position: relative;
    margin-bottom: 83px;
    width: 270px;
}

.gallery-slider-box a {
    display: inline-block;
    width: 100%;
}

.gallery-box-shep:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1482F0;
}

.gallery-box-shep span {
    position: relative;
    top: -10px;
    left: 0;
    width: 100%;
    height: 107%;
    background: #fff;
    z-index: -1;
    transform: skewY(5deg);
    display: inline-block;
}

.gallery-box-shep {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: skewY(10deg);
    padding: 0 20px;
}

.gallery-box-shep-wp {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.gallery-slider-row {
    display: none;
}

.gallery-tabs-wp {
    padding-bottom: 64px;
}

.gallery-slider-box .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: 9;
    width: 50px;
    height: 50px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.play-btn i {
    transform: rotate(-45deg);
    font-size: 18px;
    color: #F07114;
}

.gallery-slider-row.all_gallery {
    display: block;
}

.gallery .slick-list.draggable {
    padding: 43px 0 0;
}

.gallery .slick-initialized .slick-slide {
    margin-right: 30px;
}

.gallery-tabs ul li:first-child {
    margin-left: 0;
}

.gallery-tabs ul li:last-child {
    margin-right: 0;
}

.gallery-content {
    position: relative;
}

.gallery .sec-wp {
    margin-bottom: -23px;
}


/*========== Gallery CSS End==========*/


/*========== Testimonials CSS==========*/

.testimonials-title {
    text-align: center;
    margin-bottom: 44px;
}

.testimonials-box {
    border-top: 6px solid #1482F0;
    padding: 38px 30px 53px 100px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    position: relative;
    background: #fff;
}

.testimonials-text.overflow-text {
    height: 286px;
    max-height: unset;
    padding-right: 10px;
}

.author-name {
    margin: 0;
    font-size: 16px;
    margin-top: 21px;
}

.testimonials-box:after {
    position: absolute;
    content: "";
    top: 46px;
    left: 34px;
    background: url('https://www.absolutefr.com/wp-content/themes/absolute-foundation/assets/images/quote-icon.png');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 36px;
    height: 26px;
}

.testimonials {
    /*background: #EAEBED;*/
    position: relative;
    padding: 248px 0 255px;
    z-index: 2;
}

.testimonials:after {
    /*display: none;*/
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://www.absolutefr.com/wp-content/themes/absolute-foundation/assets/images/testimonials-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.testimonials-text.overflow-text p {
    margin: 0;
}

.testimonials-row .slick-list {
    padding-bottom: 40px;
}

.testimonials-slider .slick-slide .col-lg-4 {
    max-width: 100%;
}


/*========== Testimonials CSS End==========*/


/*========== Work CSS==========*/

.work-sec .sec-text {
    padding: 263px 0 265px 70px;
}

.work-sec .overflow-text {
    margin-bottom: 32px;
}

.modal-header {
    position: relative;
    padding: 8px 15px;
    background: #1482f0;
}

.modal-header .close {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
    opacity: 1;
    color: #fff;
    font-size: 25px;
    outline: none !important;
}

.modal-title {
    font-size: 25px;
    color: #fff;
}

.modal-body .contact-form .form-input {
    background: #ecf5ff;
}

.modal-open .modal {
    padding-right: 0 !important;
}

.modal-open {
    padding-right: 0 !important;
}

.modal-dialog {
    top: 50%;
    transform: translate(0, -50%) !important;
    margin: 0 auto;
}

.modal-content {
    border: none;
}

.modal-body.overflow-text {
    max-height: 800px;
    padding: 15px;
}

.modal-body .contact-form .resume .form-input {
    background: transparent;
    padding: 0;
}

.modal-body.overflow-text::-webkit-scrollbar {
    width: 5px;
}

.resume-title {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.modal-body.overflow-text p {
    font-weight: bold;
}

.modal-body .contact-form .wpcf7-form-control-wrap {
    margin-bottom: 15px;
}

.modal-body .contact-form .Related-message {
    margin-bottom: 8px;
}

.modal-body .contact-form .wpcf7-not-valid-tip {
    position: unset;
}


/*========== Work CSS End==========*/


/*========== Financing CSS==========*/

.financing {
    background: #182A48;
    padding: 3px 0 110px;
    position: relative;
    margin-bottom: 0;
}

.financing .sec-text h4 {
    color: #fff;
}

.financing-text p {
    color: #fff;
    margin: 0;
}

.financing-text {
    padding-right: 30px;
    padding-top: 78px;
}

.financing .sec-btn.bg-btn:hover {
    color: #fff;
    border-color: #fff;
}

.financing .sec-shep:before {
    display: none;
}

.financing .sec-patten-shep:after {
    display: none;
}


/*========== Financing CSS End==========*/


/*========== Footer CSS==========*/

.top-footer {
    padding: 80px 0 1px;
    background: #182a48;
    position: relative;
}

.home .top-footer .sec-shep:after,
.page-template-template-seo .top-footer .sec-shep:after {
    display: none;
}

.home .site-footer,
.page-template-template-seo .site-footer {
    padding-top: 0;
}

.site-footer {
    padding-top: 150px;
    position: relative;
    z-index: 1;
}

.footer-contact ul {
    margin: 0;
    padding: 0;
}

.footer-contact ul li {
    list-style: none;
    margin-bottom: 20px;
    position: relative;
}

.footer-contact ul li a {
    color: #fff;
    display: block;
    position: relative;
    padding-left: 65px;
}

.footer-contact ul li .footer-contact-icon {
    width: 44px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1482F0;
    box-shadow: 0 10px 14px rgba(0, 0, 0, .05);
    margin-right: 20px;
    transition: 0.3s;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    z-index: 2;
}

.footer-contact ul li .footer-contact-info {
    display: inline-block;
    vertical-align: top;
    margin-top: -4px;
}

.footer-contact ul li a b {
    color: #F7F8FA;
    opacity: 0.27;
    margin: 0;
    margin-bottom: -3px;
    transition: 0.3s;
    display: block;
    font-weight: normal;
}

.footer-contact ul li:hover .footer-contact-icon {
    background: #f07114;
}

.footer-contact ul li a:hover b {
    opacity: 1;
}

.footer-contact {
    display: inline-block;
    padding: 40px 30px;
    position: relative;
    vertical-align: top;
    z-index: 2;
}

.footer-contact .address .footer-contact-info {
    max-width: 160px;
}

.footer-contact:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #203F72;
    content: "";
    z-index: -1;
    transform: skewY(10deg);
}

.footer-contact ul li:last-child {
    margin: 0;
}

.hours-text h4 {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    margin-bottom: 38px;
}

.hours-text ul li .footer-contact-info {
    margin-top: 0;
}

.hours-text ul li .footer-contact-icon {
    background: transparent;
    margin-right: 0;
    width: 20px;
    margin-right: 9px;
    height: 50px;
    position: unset;
    transform: translate(0);
}

.hours-text ul li a:hover .footer-contact-icon {
    background: transparent;
}

.hours-text ul li a b {
    text-transform: uppercase;
    font-size: 14px;
}

.hours-text {
    padding: 65px 43px 75px 30px;
    margin-left: -4px;
    margin-top: 173px;
}

.hours-text:after {
    background: #1B3969;
}

.hours-text ul li a {
    padding-left: 0 !important;
}

.secondary_phone {
    padding-left: 67px;
    padding-top: 5px;
    margin-bottom: -3px;
}

.footer-left-bg-wp {
    position: absolute;
    right: 0;
    width: 160%;
    height: 100%;
    transform: skewY(9.6deg);
    overflow: hidden;
    top: 1px;
}

.footer-left-text {
    height: 100%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    /*     padding: 267px 0 82px; */
    z-index: 1;
}

.footer-left-bg-wp iframe.map {
    width: 100%;
    height: 125%;
    transform: skewY(-9.6deg);
    position: relative;
    top: -85px;
    border: none;
}

.footer-right-text {
    padding-left: 80px;
    padding-top: 60px;
}

.footer-right-text .h2-title {
    margin-bottom: 29px;
}

.contact-form {
    font-size: 14px;
    margin: -1em;
}
.modal-body .contact-form {
    margin: 0;
}
.top-footer .sec-wp {
    margin-bottom: -89px;
}

.top-footer .sec-patten-shep:before {
    display: none;
}

.top-footer .sec-patten-shep:after {
    background-image: url('https://www.absolutefr.com/wp-content/themes/absolute-foundation/assets/images/footer-bottom-patten.png');
    z-index: 0;
}

.copyright {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 5;
}

.copyright p {
    margin: 0;
    color: #819EBA;
    font-size: 13px;
}

.copyright-bottom-link {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.copyright-bottom-link ul {
    margin: 0;
    padding: 0;
}

.copyright-bottom-link ul li a {
    color: #819EBA;
    transition: .3s;
}

.copyright-bottom-link ul li {
    list-style: none;
    padding: 0 6px;
    border-right: 1px solid #819EBA;
    line-height: 15px;
    font-size: 13px;
    color: #c9d5e3;
    display: inline-block;
}

.copyright-bottom-link ul li:last-child {
    border: none;
}

.copyright-bottom-link p {
    color: #819EBA;
    font-size: 13px;
    margin: 0;
}

.copyright-bottom-link p a {
    color: #819EBA;
}

.footer-logo a {
    display: inline-block;
}

.footer-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 65px;
}

.footer-logo img {
    width: 170px;
}

.footer-menu ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}

.footer-menu ul li:first-child {
    margin: 0;
    padding: 0;
    border: none;
}

.footer-menu ul li {
    font-size: 16px;
    display: inline-block;
    margin-left: 20px;
    border-left: 1px solid #182A48;
    padding-left: 20px;
    line-height: 15px;
    margin-bottom: 26px;
}

.bottom-footer {
    padding: 247px 0 50px;
    background: #ECEDEF;
    border-bottom: 8px solid #1482F0;
}

.footer-menu {
    text-align: center;
    padding: 0 50px;
}

.footer-menu ul li a {
    color: #182A48;
    transition: .3s;
}

.footer-menu ul li a:hover {
    color: #1482F0;
    -webkit-text-stroke: .6px #1482F0;
}

.footer-social-icon {
    margin: 38px 0 93px;
}

.dotcom-link {
    font-weight: bold;
}

.copyright a:hover,
.dotcom-link,
.copyright-bottom-link a:hover {
    color: #F07114 !important;
    text-decoration: underline !important;
}


/*========== Footer CSS End==========*/


/*========== Seo CSS==========*/

.main-banner.seo-banner {
    padding: 294px 0 18px;
}

.seo-form {
    padding-left: 115px;
    padding-top: 90px;
}

.seo-form .contact-form {
    padding: 30px 30px 90px 30px;
    background: #182A48;
}

.seo-about .about-img-wp {
    transform: skewY(9.8deg);
    padding-left: 25px;
    padding-right: 0;
}

.seo-about .about-img {
    transform: skewY(-9.8deg);
}

.seo-about .sec-text {
    padding-left: 70px;
    padding-right: 0;
}

.seo-testimonials {
    padding: 80px 0 208px;
}

.seo-testimonials:after {
    display: none;
}

.seo-testimonials .slick-dots {
    display: none !important;
}

.slick-initialized .slick-slide {
    outline: none !important;
}

.main-seo-content {
    background: #182A48;
    z-index: 0;
    position: relative;
}

.main-seo-content .submit-btn {
    margin-top: 38px;
}

.main-seo-content .excerpt-content p {
    color: #fff;
    margin-bottom: 10px;
}

.main-seo-content .excerpt-content p a {
    text-decoration: underline !important;
    color: #2a8df1;
    transition: 0.3s;
}

.main-seo-content .excerpt-content p a:hover {
    color: #fff;
}

.main-seo-content .excerpt-content h2 {
    font-size: 23px;
    text-transform: uppercase;
}

.main-seo-content .excerpt-content {
    margin-top: 2px;
    max-height: 320px;
    overflow: hidden;
}


/*========== Seo CSS End==========*/


/*========== View All Services css ==========*/

.footer-last {
    text-align: center;
    margin-top: 10px;
}

.view_services_text {
    color: #819EBA;
    font-size: 13px;
    transition: 0.3s;
    cursor: pointer;
    transition: 0.3s;
}

.view_services_text:hover {
    color: #f07114 !important;
    text-decoration: underline !important;
}

.footer-last .text,
.menu-seo-menu-container ul li a {
    font-size: 13px;
    color: #819EBA;
    cursor: pointer;
    transition: 0.3s;
}

.all-services {
    display: none;
}

.menu-seo-menu-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.menu-seo-menu-container ul li {
    display: inline-block;
}

.menu-seo-menu-container ul li a {
    padding-right: 7px;
    margin-right: 7px;
    border-right: 1px solid #819EBA;
    transition: 0.3s;
}

.menu-seo-menu-container ul li:last-child a {
    margin: 0;
    padding: 0;
    border: none;
}

.menu-seo-menu-container ul li a:hover {
    color: #f07114;
}


/*========== View All Services css End ==========*/


/*=== Blog css ===*/

.type-post {
    margin-bottom: 30px
}

.entry-header {
    margin-bottom: 10px;
}

.posted-on a,
.byline a,
.widget ul li a,
.entry-title a,
.logged-in-as a {
    transition: .3s;
    color: #1482f2;
}

.type-post .entry-content p {
    margin-bottom: 10px;
}

.entry-footer span {
    margin-right: 10px;
}

.entry-footer span a {
    color: #39B449;
}

.entry-title {
    font-size: 30px;
    text-transform: uppercase;
    color: #39B449;
    margin-bottom: 20px
}

.post-thumbnail {
    display: block;
    margin: 10px 0
}

.post-thumbnail img {
    width: 100%
}

.widget-area .widget_search .search-form,
.page-content .search-form {
    position: relative
}

.widget-area .widget_search .search-form label,
.page-content .search-form label {
    width: calc(100% - 74px);
    margin-bottom: 0
}

.widget-area .widget_search .search-form .search-field,
.page-content .search-form .search-field {
    background: #fff;
    font-size: 16px;
    outline: none;
    width: 100%;
    height: 50px;
    border-radius: 0;
    border: 1px solid #f07114;
    padding: 13px 20px 12px;
}

.widget-area .widget_search .search-form .search-submit,
.page-content .search-form .search-submit {
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 0;
    height: 50px;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    outline: none;
    border: none;
    cursor: pointer;
    background: rgb(240, 113, 20);
}

.entry-title a:hover,
.posted-on a:hover,
.byline a:hover,
.widget ul li a:hover {
    text-decoration: underline !important;
    color: #2c3555;
}

.entry-content {
    margin: 0
}

.comments-area textarea {
    border: none;
    resize: none;
    height: 180px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    outline: none;
    padding: 10px
}

.comments-area p input {
    border: none;
    border-radius: 10px;
    height: 46px;
    width: 100%;
    outline: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    padding: 15px
}

p.comment-form-cookies-consent>input {
    width: auto;
    display: inline-block;
    height: auto;
    margin-right: 15px
}

.form-submit .submit {
    box-shadow: none;
    padding: 0;
}

.comment-form-author,
.comment-form-email {
    width: 47.5%;
    display: inline-block;
    margin-right: 28px;
}

.comment-form-email {
    margin: 0
}

.comment-form-cookies-consent label {
    position: absolute;
    top: 0;
    left: 20px
}

h2.widget-title {
    font-size: 20px;
    color: #f07114;
}

.widget-area {
    width: 100%;
}

.comment-form-cookies-consent {
    position: relative;
}

.widget_search .widget-title {
    display: none;
}

.widget ul {
    margin: 0;
}

.page-numbers li a,
.page-numbers li,
span.page-numbers,
.page-numbers {
    width: 50px;
    height: 50px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: none;
    outline: none;
    color: #1482f1 !important;
    font-size: 20px;
    z-index: 10;
    transition: 0.3s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px 15px 0;
    text-decoration: none !important;
}

.page-numbers li {
    margin: 0 5px;
}

.page-numbers li a:hover,
.page-numbers.current,
.page-numbers:hover {
    background: #1482f0;
    color: #ffffff !important;
}

.page-numbers:first-child {
    margin-left: 0;
}

.page-numbers:last-child {
    margin-right: 0;
}

a.next.page-numbers,
a.prev.page-numbers {
    display: none;
}


/*=== End of Blog css ===*/


/*==== thank-you page css end ====*/

.thank-text {
    text-align: center;
    padding-top: 170px;
    position: relative;
}

.thank-text:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 147px;
    height: 151px;
    background-image: url('https://www.absolutefr.com/wp-content/themes/absolute-foundation/assets/images/thank-you.gif');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    overflow: hidden;
}

.thank-text p a {
    text-decoration: underline !important;
    color: #2a8df1;
}


/*==== thank-you page css end ====*/


/*==== Inner-page css end ====*/

.inner-page-text {
    padding: 80px 0;
}

.privacy-content p {
    margin-bottom: 15px;
}

.privacy-content ol,
.privacy-content ul {
    padding: 0;
}

.privacy-content ol li,
.privacy-content ul li {
    margin-bottom: 10px;
    list-style: decimal;
}

.privacy-content a {
    transition: .3s;
    color: #1482f0;
}

.privacy-content a:hover {
    color: #f07114;
}


/*==== Inner-page page css end ====*/

.error-404 img {
    width: 60vw;
}

.error-404.not-found {
    padding: 180px 0 100px;
}

.cta-wp {
    position: fixed;
    top: 50%;
    right: -68px;
    transform: translate(0, -50%) rotate(-90deg);
    z-index: 9;
    width: 216px;
    display: inline-flex;
    height: 80px;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    background-image: url('https://www.absolutefr.com/wp-content/themes/absolute-foundation/assets/images/cta.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 23px;
    transition: 0.3s;
}

.cta-wp:hover {
    color: #213557;
}

.scrolltop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: #2a8df1;
    z-index: 99;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    transition: 0.3s;
}

.scrolltop i {
    color: #fff;
}

.scrolltop:hover {
    background: #f07114;
}


/*==========Responsive Start==========*/

@media screen and (min-width: 1500px) {
    .container {
        max-width: 1230px;
    }
}

@media(max-width: 1499px) {
    .main-navigation li {
        padding: 0 18px;
    }
    .main-navigation .logo {
        margin: -55px 40px 0 40px;
    }
    .sticky-header .main-navigation .logo {
        margin: -60px 30px 0 53px;
        padding: 20px 10px 0 10px;
    }
    .services-tabs a {
        padding: 52px 30px 20px;
    }
    .about-img-wp {
        height: 130.2%;
    }
    /* .gallery {
        margin-top: -130px;
    } */
    .testimonials-text.overflow-text {
        height: 320px;
    }
    .foundation-repair-services-tab-wp {
        padding-right: 60px;
    }
    .water-management-services .foundation-repair-services-tab-wp {
        padding-left: 60px;
    }
    /* .footer-left-bg-wp {
                height: 102%;
    } */
    .modal-body.overflow-text {
        max-height: 550px;
    }
}

@media(max-width:1366px) {
    .foundation-image {
        width: 120%;
    }
}

@media(max-width: 1300px) {
    .main-navigation .logo {
        margin: -55px 30px 0 30px;
    }
    .sticky-header .main-navigation .logo {
        margin: -60px 30px 0 52px;
        padding: 20px 10px 0 10px;
    }
    .sticky-header .main-navigation li {
        padding: 0 18px;
    }
    .main-navigation:after {
        left: -23px;
    }
    .main-navigation:before {
        right: -22px;
    }
}

@media(max-width: 1199px) {
    .comment-form-author,
    .comment-form-email {
        width: 47%;
    }
    .main-navigation a {
        padding: 0 0;
    }
    .main-navigation li {
        padding: 0 12px;
    }
    .main-navigation .logo {
        margin: -55px 10px 0 10px;
    }
    .services-tabs-text {
        padding: 0 0;
    }
    .about-us .sec-text {
        padding-right: 0;
    }
    .about-img-wp {
        padding-right: 0;
        height: 131.2%;
        top: 5px;
    }
    .about-us .sec-wp:before {
        width: 1100px;
        top: -84px;
    }
    .foundation-repair .sec-text {
        padding: 242px 0 236px 30px;
    }
    .foundation-image {
        width: 125%;
    }
    .foundation-repair-services-tab-wp {
        padding-right: 30px;
    }
    .water-management .sec-text {
        padding: 248px 30px 240px 0;
    }
    .water-management-services .foundation-repair-services-tab-wp {
        padding-left: 30px;
    }
    .services-name {
        padding: 53px 0;
    }
    .testimonials-box {
        padding: 38px 20px 53px 60px;
    }
    .testimonials-box:after {
        left: 12px;
    }
    .testimonials-text.overflow-text {
        height: 240px;
    }
    .testimonials {
        padding: 248px 0 150px;
    }
    .financing {
        padding: 3px 0 35px;
    }
    .footer-right-text {
        padding-left: 30px;
    }
    .footer-contact {
        padding: 46px 15px 59px;
    }
    .hours-text {
        margin-left: -5px;
    }
    .main-navigation:before {
        right: -15px;
        transform: skewX(-18deg);
    }
    .main-navigation:after {
        left: -15px;
        transform: skewX(18deg);
    }
    .gallery {
        margin-top: -122px;
    }
    .foundation-repair-services .sec-text .overflow-text {
        padding-right: 43px;
    }
    .gallery-slider-box {
        height: 253px;
    }
    .gallery-slider-img {
        height: 150px;
    }
    .gallery-box-shep span {
        top: -7px;
        height: 106%;
    }
    .gallery-slider-row {
        padding: 30px 0;
    }
    .foundation-repair-services-tab h4 {
        padding: 0 50px;
    }
    .foundation-repair-services-tab ul li {
        padding: 0 50px;
    }
    .main-banner.seo-banner .h1-title {
        font-size: 60px;
        margin: 3px 0 8px;
    }
    .main-banner.seo-banner .banner-sub-title h3 {
        font-size: 24px;
    }
    .main-banner.seo-banner .banner-btn .sec-btn:first-child {
        margin-left: 0;
    }
    .seo-form {
        padding-left: 0;
    }
    .main-banner.seo-banner {
        padding: 294px 0 0;
    }
    .testimonials.seo-testimonials {
        padding: 60px 0 220px;
    }
    .sticky-header .main-navigation .logo {
        margin: -54px 10px 0 37px;
        padding: 20px 10px 0 10px;
        width: 340px;
        height: 180px;
    }
    .sticky-header .main-navigation li {
        padding: 0 12px;
    }
}

@media(max-width: 991px) {
    .for-des {
        display: none !important
    }
    .for-mob {
        display: inline-flex !important;
    }
    .header-top-bar .phone-link {
        margin-right: 0;
    }
    .modal-body.overflow-text {
        max-height: 500px;
    }
    .footer-contact ul li a {
        padding-left: 65px;
    }
    .secondary_phone {
        margin-bottom: -15px;
    }
    .sticky-header .main-nav {
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }
    .menu-primary-menu-container {
        display: none;
    }
    .toggled .menu-primary-menu-container {
        display: block;
    }
    .site-header .container {
        max-width: 100%;
        padding: 0;
        height: 100%;
    }
    .site-header .container .row {
        margin: 0;
        height: 100%;
    }
    .site-header .container .row .col-lg-3 {
        width: auto;
        padding: 0;
        padding-left: 30px;
        height: 100%;
    }
    .widget-area {
        margin-top: 50px;
    }
    .main-banner .banner-video {
        display: none;
    }
    .header-top-bar {
        display: none;
    }
    .main-navigation:after,
    .main-navigation:before {
        display: none;
    }
    .site-header .container .row .col-lg-12 {
        padding: 0;
    }
    .main-navigation .menu-menu-1-container {
        top: -100%;
        transition: 0.3s;
        opacity: 0;
    }
    .main-navigation {
        height: 90px;
        background: #1482F0;
        transition: 0.3s;
    }
    .menu-toggle {
        padding: 0;
        margin: 0;
        border: none;
        width: 90px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        outline: none !important;
        background: #182A48;
        z-index: 3;
    }
    .menu-toggle span {
        display: block;
        width: 30px;
        height: 4px;
        background: #fff;
        margin: 0 auto;
        margin-bottom: 5px;
        transition: 0.3s;
    }
    .menu-toggle span:last-child {
        margin: 0 auto;
    }
    .toggled .menu-toggle span:nth-child(1) {
        transform: rotate(45deg);
        position: relative;
        top: 9px;
    }
    .toggled .menu-toggle span:nth-child(2) {
        transform: rotate(-45deg);
    }
    .toggled .menu-toggle span:nth-child(3) {
        opacity: 0;
        height: 0;
    }
    .toggled .menu-toggle span {
        background: #fff;
    }
    .main-navigation .logo {
        display: none;
    }
    .mob-header-icon {
        position: absolute;
        right: 90px;
        top: 0;
        height: 100%;
    }
    .mob-header-icon .phone-link {
        width: 90px;
        height: 100%;
        background: #2A436C;
    }
    .mob-header-icon .phone-link:before {
        display: none;
    }
    .mob-header-icon .phone-link img {
        width: 30px;
    }
    .mob-header {
        position: absolute;
        left: 30px;
        top: 0;
        width: 180px;
        height: 100%;
        transition: 0.3s;
        z-index: 2;
    }
    .sticky-header .mob-header {
        width: 160px;
    }
    .mob-header a:before {
        display: none;
    }
    .mob-header img {
        width: 180px;
    }
    .main-navigation ul {
        display: none;
        opacity: 0;
    }
    .toggled .menu-menu-1-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: #1B3969;
        z-index: 2;
        height: 100vh;
        padding: 90px 60px 0;
        transition: 0.3s;
        opacity: 1;
    }
    .main-navigation .menu-menu-1-container a {
        display: inline-block;
        height: auto;
        overflow: visible;
        text-transform: uppercase;
    }
    .main-navigation li {
        display: block;
        padding: 0;
        float: none;
        height: auto;
        margin-bottom: 6vh;
    }
    .main-navigation li:last-child {
        margin: 0;
    }
    .main-navigation.toggled ul {
        opacity: 1;
        display: block;
    }
    .main-navigation a:hover:before {
        bottom: -5px;
        opacity: 0.2;
    }
    .main-navigation a:before {
        opacity: 0;
    }
    .services-tabs-wp {
        display: none;
    }
    .main-banner {
        padding: 209px 0 216px;
        background-attachment: unset;
    }
    .about-us .sec-wp:before {
        width: 767px;
        height: 105px;
        top: -40px;
    }
    .about-us {
        margin-top: -266px;
        padding: 208px 0 130px;
    }
    .about-img-wp,
    .seo-about .about-img-wp {
        height: 350px;
        transform: skewY(0);
        top: 0;
        margin-top: 126px;
        padding: 0;
    }
    .about-img,
    .seo-about .about-img {
        transform: skewY(0);
        height: 100%;
        top: 0;
    }
    .about-us .sec-text .overflow-text {
        height: 205px;
        overflow: hidden;
        max-height: unset;
    }
    .about-us .sec-text {
        padding-top: 61px;
    }
    .foundation-repair {
        margin-top: 0;
    }
    .foundation-repair-bg {
        background: none !important;
    }
    .foundation-image-wp {
        height: 350px;
        margin-top: 100px;
    }
    .foundation-image {
        width: 100%;
    }
    .foundation-repair .sec-text {
        padding: 60px 0 106px;
    }
    .foundation-repair-services .sec-shep {
        display: none;
    }
    .foundation-repair-services .sec-patten-shep {
        display: none;
    }
    .foundation-repair-services .sec-wp {
        margin-top: 0;
    }
    .foundation-repair-services {
        padding: 111px 0 106px;
        background: transparent;
    }
    .faq-title h4 {
        color: #fff;
        font-size: 30px;
        letter-spacing: 8px;
        font-weight: 200;
        text-transform: uppercase;
        line-height: 45px;
        margin-bottom: 40px;
        padding-right: 130px;
    }
    .faq-box h5 {
        min-height: 54px;
        background: #fff;
        display: flex;
        align-items: center;
        padding: 0 30px;
        position: relative;
        font-size: 16px;
        text-transform: uppercase;
        margin: 0;
    }
    .faq-box span {
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translate(0, -50%) rotate(90deg);
        transition: 0.3s;
    }
    .faq-box .active span {
        transform: translate(0, -50%) rotate(-90deg);
    }
    .faq-box {
        background: #182A48;
        margin-bottom: 30px;
    }
    .faq-text {
        padding: 40px 30px;
    }
    .faq-text p {
        color: #A0AAC3;
        margin: 0;
    }
    .faq-text .sec-btn {
        width: 100%;
        height: 46px;
        margin-top: 38px;
    }
    .foundation-repair-services:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #1482F0;
        transform: skewY(-10deg);
    }
    .water-management .foundation-image-wp {
        margin-top: 138px;
    }
    .water-management .overflow-text {
        max-height: initial;
    }
    .water-management-services:after {
        transform: skewY(10deg);
    }
    .water-management .sec-text {
        padding: 60px 0 120px;
    }
    .services {
        padding: 159px 0 218px;
    }
    .services-title {
        margin-bottom: 64px;
    }
    .services-box.services-left-box {
        transform: skewy(0deg);
    }
    .services-box.services-left-box .services-box-img {
        transform: skewy(0deg);
    }
    .services-name h3 {
        transform: skewy(0deg);
    }
    .services-box.services-right-box {
        transform: skewY(0deg);
        margin-left: 0;
    }
    .services-box.services-right-box .services-box-img {
        transform: skewy(0deg);
    }
    .services-box.services-right-box .services-name h3 {
        transform: skewy(0deg);
    }
    .services-box-img {
        height: 100%;
        top: 0;
    }
    .services-box {
        height: 450px;
        margin-bottom: 30px;
    }
    .gallery {
        margin-top: 0;
        padding-top: 130px;
    }
    .work-sec {
        padding-bottom: 142px;
    }
    .sec-patten-shep:before {
        width: 570px;
        background-size: cover;
    }
    .financing .sec-wp {
        margin-top: -48px;
    }
    .footer-left-bg-wp {
        display: none;
    }
    .financing-text {
        padding-right: 0;
        padding-top: 0;
    }
    .financing .sec-text h4 {
        margin-bottom: 28px;
    }
    .financing-text .sec-btn {
        margin-top: 37px;
    }
    .footer-left-text {
        height: auto;
        padding: 0;
        display: block;
    }
    .financing {
        padding: 3px 0 0;
    }
    .footer-contact:after {
        display: none;
    }
    .footer-contact {
        background: #203F72;
        width: 100%;
        padding: 40px 30px;
    }
    .hours-text {
        margin: 0;
        background: #1B3969;
        padding: 40px 30px;
    }
    .footer-contact .address .footer-contact-info {
        max-width: inherit;
    }
    .hours-text ul li {
        width: auto;
        display: inline-block;
        margin: 0;
        margin-right: 40px;
    }
    .hours-text h4 {
        margin-bottom: 29px;
    }
    .top-footer {
        padding: 80px 0 1px;
    }
    .footer-right-text {
        padding-left: 0;
        padding-top: 80px;
    }
    .top-footer .sec-wp {
        margin-bottom: 0;
    }
    .footer-menu {
        padding: 0;
    }
    .copyright {
        justify-content: center;
        margin-bottom: 10px;
    }
    .footer-social-icon {
        margin: 38px 0 40px;
    }
    .services-name {
        padding: 0 30px;
        justify-content: right;
        text-align: right;
        min-height: 54px;
        background: #ECEDEF;
        transition: 0.3s;
        z-index: 3;
        height: auto;
        flex-direction: unset;
    }
    .services-name h3 {
        font-size: 16px;
        text-transform: uppercase;
        margin: 0;
        font-weight: bold;
        letter-spacing: 0;
        color: #1482F0;
        line-height: normal;
    }
    .services-box:hover .services-name {
        height: auto;
        justify-content: flex-start;
        align-items: center;
    }
    .services-box:hover .services-name h3 {
        margin: 0;
    }
    .about-us:before,
    .sec-patten-shep:after {
        width: 500px;
    }
    .foundation-repair .overflow-text {
        max-height: initial;
        padding: 0;
        margin-bottom: 24px;
    }
    .faq-text .sec-text {
        height: 285px;
        overflow: hidden;
    }
    .read-less {
        display: none;
    }
    .banner-text {
        text-align: center;
    }
    .main-banner.seo-banner {
        padding: 196px 0 0;
    }
    .seo-form .contact-form {
        padding: 30px 30px 140px 30px;
    }
    .seo-about .sec-text {
        padding-left: 0;
    }
    .services-name i {
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translate(0, -50%) rotate(90deg);
        transition: 0.3s;
        color: #1482f0;
    }
    .cta-wp {
        display: none;
    }
    .service-open.service-active {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: 0.3s;
    }
    .service-open.service-active .service-text {
        height: 100%;
        opacity: 1;
        padding: 30px 30px 90px;
    }
    .service-open.service-active .services-name i {
        transform: translate(0, -50%) rotate(-90deg);
    }
    .service-open.service-active .service-text .overflow-text {
        height: 100%;
        max-height: initial;
    }
    .service-text {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        transition: 0.4s;
        height: 0;
        padding: 0 30px 0;
        background: rgba(0, 0, 0, 0.8);
        opacity: 0;
        display: block;
    }
    .service-open {
        transition: 0.3s;
    }
    .about-us .for-mob {
        margin-top: 30px;
    }
}

@media(max-width: 767px) {
    .main-banner.inner-banner {
        padding: 170px 0 90px;
    }
    .comment-form-author,
    .comment-form-email {
        width: 100%;
    }
    .error-404 img {
        width: 100vw;
    }
    .comment-form-cookies-consent {
        margin-bottom: 40px !important;
    }
    .about-us .sec-wp:before {
        width: 640px;
        height: 90px;
        top: -28px;
    }
    .about-us:before,
    .sec-patten-shep:after {
        width: 460px;
    }
    .banner-sub-title .sub-line {
        display: none;
    }
    .banner-sub-title h3,
    .main-banner.seo-banner .banner-sub-title h3 {
        font-size: 25px;
        letter-spacing: 0;
    }
    .h1-title,
    .main-banner.seo-banner .h1-title {
        font-size: 10vw;
        margin: 4px 0 3px;
    }
    .banner-btn {
        margin-top: 56px;
    }
    .banner-btn .sec-btn,
    .main-banner.seo-banner .banner-btn .sec-btn {
        display: flex;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .banner-btn .sec-btn:last-child {
        margin-bottom: 0 !important;
    }
    .main-banner {
        padding: 209px 0 204px;
    }
    .about-us {
        padding: 208px 0 113px;
    }
    .sec-text ul li {
        width: 100%;
    }
    .faq-title h4 {
        padding-right: 30px;
    }
    .services-box {
        height: 355px;
    }
    .gallery .slick-arrow {
        bottom: -57px;
    }
    .gallery .sec-wp {
        margin-top: -44px;
        margin-bottom: 0;
    }
    .gallery-title {
        margin-bottom: 29px;
    }
    .services-title {
        text-align: left;
    }
    .gallery-tabs-wp {
        padding-bottom: 0;
    }
    .gallery-slider-row {
        padding: 23px 0;
    }
    .testimonials-box {
        padding: 105px 20px 36px 30px;
    }
    .testimonials-text.overflow-text {
        height: 150px;
    }
    .author-name {
        margin-top: 35px;
    }
    .testimonials-box:after {
        left: 30px;
    }
    .sec-patten-shep:before {
        width: 480px;
    }
    .bottom-footer .col-lg-12 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-logo {
        order: 1;
        margin-bottom: 60px;
    }
    .footer-menu {
        order: 3;
        width: 100%;
        display: block;
        margin-bottom: 58px;
    }
    .footer-social-icon {
        order: 2;
        margin: 0;
        margin-bottom: 68px;
    }
    .footer-menu ul li {
        display: block;
    }
    .footer-menu ul li:first-child {
        margin-bottom: 36px;
    }
    .footer-menu ul li {
        padding: 0;
        border: none;
        margin-left: 0;
        margin-bottom: 36px;
    }
    .footer-menu ul li:last-child {
        margin-bottom: 0;
    }
    .bottom-footer {
        border: none;
        padding: 260px 0 74px;
    }
    .copyright-bottom-link ul {
        margin-bottom: 22px;
    }
    .main-banner.seo-banner .banner-btn .sec-btn:first-child {
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .gallery-slider-box {
        width: 340px !important;
        height: 340px;
    }
    .gallery .slick-initialized .slick-slide {
        text-align: center;
        margin-right: 0;
    }
    .gallery .slick-list.draggable {
        padding: 67px 0 0;
    }
    .gallery-slider-img {
        height: 200px;
    }
    .gallery .gallery-loader {
        margin-top: 70px;
    }
}

@media(max-width: 575px) {
    .thank-text {
        padding-top: 80px;
        margin: 60px 0;
    }
    .thank-text:before {
        width: 57px;
        height: 61px;
    }
    .container {
        padding: 0 30px;
    }
    .about-us .sec-wp:before {
        background-image: url('https://www.absolutefr.com/wp-content/themes/absolute-foundation/assets/images/mob-about-patten-shep.png');
        width: 460px;
        background-size: 100% 100%;
        top: -2px;
        height: 80px;
    }
    .foundation-repair .sec-text {
        padding: 66px 0 80px;
    }
    .foundation-repair-services:after {
        transform: skewY(-8deg);
    }
    .foundation-repair-services {
        padding: 129px 0 70px;
    }
    .water-management .foundation-image-wp {
        margin-top: 120px;
    }
    .water-management .sec-text {
        padding: 60px 0 63px;
    }
    .water-management-services:after {
        transform: skewY(8deg);
    }
    .services {
        padding: 121px 0 218px;
    }
    .testimonials-text.overflow-text {
        height: 180px;
    }
    .work-sec {
        padding-bottom: 170px;
    }
    .slick-arrow {
        left: 30px;
    }
    .next-arrow.slick-arrow {
        right: 30px;
    }
    .modal-body .wpcf7-form-control-wrap {
        margin-bottom: 20px;
    }
    .modal-body .contact-form .form-input.wpcf7-textarea {
        height: 100px;
    }
    .modal-body .contact-form .form-input {
        height: 40px;
        padding: 4px 15px;
    }
    .modal-body span.wpcf7-not-valid-tip {
        bottom: -23px;
        font-size: 15px;
    }
    .page-numbers li a,
    .page-numbers li,
    span.page-numbers,
    .page-numbers {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    .page-numbers li {
        margin-bottom: 10px;
    }
}

@media(max-width: 480px) {
    .main-banner {
        padding: 207px 0 190px;
    }
    .about-us:before,
    .sec-patten-shep:after,
    .sec-patten-shep:before {
        width: 380px;
    }
    .about-img-wp {
        height: 300px;
    }
    .foundation-image-wp {
        height: 300px;
    }
    .work-sec .sec-text {
        padding: 60px 0 78px 0;
    }
    .mob-header {
        width: 160px;
    }
    .about-us .sec-wp:before {
        top: -34px;
    }
    .about-us .sec-text .overflow-text {
        padding-right: 10px;
    }
}

@media(max-width: 450px) {
    .about-us .sec-wp:before {
        width: 360px;
        height: 70px;
        top: 2px;
    }
    .about-us:before,
    .sec-patten-shep:after,
    .sec-patten-shep:before {
        width: 340px;
    }
    .faq-title h4 {
        padding-right: 0;
    }
    .toggled .menu-menu-1-container {
        padding: 80px 40px 0;
    }
    .seo-form .contact-form {
        padding: 30px 15px 140px 15px;
    }
    .sub-title span {
        display: inline;
    }
}

@media(max-width: 400px) {
    .container {
        padding: 0 15px;
    }
    .sub-title {
        font-size: 18px;
    }
    .banner-sub-title h3,
    .main-banner.seo-banner .banner-sub-title h3 {
        font-size: 22px;
    }
    .menu-toggle {
        width: 80px;
    }
    .mob-header-icon {
        right: 80px;
    }
    .mob-header-icon .phone-link {
        width: 80px;
    }
    .mob-header-icon .phone-link img {
        width: 25px;
    }
    .main-navigation {
        height: 80px;
    }
    .mob-header {
        width: 130px;
        left: 15px;
    }
    .main-banner {
        padding: 197px 0 190px;
    }
    .faq-title h4 {
        font-size: 25px;
        letter-spacing: 5px;
    }
    .gallery-slider-box {
        width: 300px !important;
        height: 300px;
    }
    .slick-arrow {
        left: 15px;
    }
    .next-arrow.slick-arrow {
        right: 15px;
    }
    .sticky-header .mob-header {
        width: 126px;
    }
    .contact-form {
        padding: 0 15px;
    }
}

@media(max-width: 360px) {
    .about-us .sec-wp:before {
        width: 320px;
        height: 62px;
        top: -10px;
    }
    .h2-title {
        font-size: 38px;
        line-height: normal;
    }
    .footer-contact ul li a {
        padding-left: 55px;
    }
    .faq-box h5 {
        min-height: 44px;
        padding: 0 20px;
    }
    .faq-text {
        padding: 30px 20px;
    }
    .faq-box .active span {
        right: 20px;
    }
    .foundation-repair-services {
        padding: 90px 0 70px;
    }
    .services-name {
        padding: 0 40px 0 20px;
        min-height: 44px;
    }
    .testimonials {
        padding: 248px 0 150px;
    }
    .footer-contact ul li .footer-contact-icon {
        width: 40px;
        height: 45px;
        margin-right: 10px;
    }
    .footer-contact {
        padding: 40px 20px;
    }
    .hours-text ul li .footer-contact-icon {
        width: 30px;
        margin-right: 10px;
    }
    .hours-text ul li {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .about-us:before,
    .sec-patten-shep:after,
    .sec-patten-shep:before {
        width: 300px;
    }
    .gallery-tabs ul li {
        margin: 0 22px;
    }
    .copyright-bottom-link p {
        text-align: center;
    }
    .h2-title {
        font-size: 34px;
    }
    .services-name i {
        right: 15px;
    }
    .main-seo-content .excerpt-content h2 {
        font-size: 22px;
    }
    .about-us .sec-text .overflow-text {
        padding-right: 15px;
    }
}


/*==========Responsive End==========*/


/* Popup Maker */

.pum-content .sec-btn {
    margin-top: 16px;
}

.pum-content .sec-btn:hover {
    background: transparent;
    color: #f07114;
    border-color: #f07114;
}