/*!
Theme Name: lucky-duct
Theme URI: https://www.dotcomdesign.com/
Author: Dotcom Design
Author URI: https://www.dotcomdesign.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lucky-duct
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.

lucky-duct is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

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

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

/* 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;
    padding: 0;
    text-rendering: optimizeLegibility !important;
}

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,
p {
    color: var(--common-color);
    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: none;
    margin: 0;
    padding: 0;
}

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

textarea {
    width: 100%;
}

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

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

.main-navigation {
    clear: both;
    display: inline-block;
    float: none;
    width: 100%;
    text-align: right;
}

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

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

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

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

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

.main-navigation li {
    float: none;
    display: inline-block;
    position: relative;
    margin: 0 4px;
}

.main-navigation li:first-child {
    margin-left: 0;
}

.main-navigation li:last-child {
    margin-right: 0;
}

.main-navigation li>a {
    transition: 0.3s;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.6px;
    border-bottom: 3px solid transparent;
    padding: 0 14px;
    color: var(--dark-color);
    text-transform: uppercase;
}

.sticky_head .main-navigation li>a {
    height: 70px;
}

.page-template-template-contact .main-navigation li.menu-item-42>a,
.page-template-template-lucky-bucks .main-navigation li.menu-item-55>a,
.page-template-template-resources .main-navigation li.menu-item-43>a,
.page-template-template-services .main-navigation li.menu-item-41 ul li.current_page_item a,
.page-template-template-services .main-navigation li.menu-item-41>a,
.home .main-navigation li.menu-item-30>a,
.main-navigation li:hover>a,
.main-navigation ul li.current-menu-ancestor>a,
.main-navigation ul li.menu-item-has-children.current-menu-ancestor>a:after {
    background: #f5f5f5;
    border-bottom-color: var(--secondary-color);
    color: var(--secondary-color);
}

.page-template-template-services .main-navigation li.menu-item-41>a {
    padding: 0 31px 0 14px;
}

.page-template-template-services .main-navigation li.menu-item-41 ul li.current_page_item a {
    border-bottom: 0;
}

@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 CSS Start ==========*/

@font-face {
    font-family: "Titillium Web";
    src: url("assets/fonts/TitilliumWeb-Regular.eot");
    src: url("assets/fonts/TitilliumWeb-Regular.eot?#iefix") format("embedded-opentype"),
        url("assets/fonts/TitilliumWeb-Regular.woff2") format("woff2"),
        url("assets/fonts/TitilliumWeb-Regular.woff") format("woff"),
        url("assets/fonts/TitilliumWeb-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Titillium Web";
    src: url("assets/fonts/TitilliumWeb-Bold.eot");
    src: url("assets/fonts/TitilliumWeb-Bold.eot?#iefix") format("embedded-opentype"),
        url("assets/fonts/TitilliumWeb-Bold.woff2") format("woff2"),
        url("assets/fonts/TitilliumWeb-Bold.woff") format("woff"),
        url("assets/fonts/TitilliumWeb-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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

/*========== Form CSS Start ==========*/

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

.form-element {
    position: relative;
}

.form-element i {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translate(0, -50%);
    pointer-events: none;
    color: var(--common-color);
    font-size: 12px;
}

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

span.wpcf7-not-valid-tip {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: var(--red-color);
    margin-bottom: -24px;
    text-align: left;
}

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

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

.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {
    margin: 20px 0;
    padding: 3px 10px;
    border: 1px solid var(--red-color);
    color: var(--red-color);
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: 1px solid #46b450;
    color: #46b450;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}

input[type="text"],
input[type="email"],
input[type="number"] {
    -webkit-appearance: none;
    border-radius: 0;
}

.form-input::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
    color: var(--common-color);
    opacity: 1;
}

.form-input::-moz-placeholder,
.input-text::-moz-placeholder {
    color: var(--common-color);
    opacity: 1;
}

.form-input:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
    color: var(--common-color);
    opacity: 1;
}

.form-input::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
    color: var(--common-color);
    opacity: 1;
}

.form-input::placeholder,
.input-text::placeholder {
    color: var(--common-color);
    opacity: 1;
}

select option {
    color: #000;
}

select {
    color: var(--common-color) !important;
}

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

.form-input,
.input-text,
.select2-container--default .select2-selection--single .select2-selection__rendered,
select {
    width: 100%;
    height: 46px;
    border: 2px solid transparent;
    outline: none !important;
    padding: 0 30px;
    font-size: 16px;
    line-height: 26px;
    color: var(--common-color);
    background: var(--white-color);
    -webkit-appearance: none;
    border-radius: 0;
}

select,
select.form-input {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 40px;
}

.form-input.wpcf7-textarea {
    height: 120px;
    resize: none;
    padding: 15px 30px;
    display: block;
}

.submit-btn {
    text-align: left;
    position: relative;
    display: inline-block;
}

.wpcf7 .wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 103%;
    transform: translate(0, -50%);
    margin: 0;
}

.wpcf7 input[type="checkbox"],
.woocommerce form .form-row .input-checkbox,
.woocommerce-form__input,
.wpcf7 input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 26px;
    background: 0 0;
    border: none;
    outline: none;
    opacity: 0;
    z-index: 5;
    cursor: pointer;
}

span.wpcf7-list-item-label,
.woocommerce-form__label-for-checkbox span,
.comment-form-cookies-consent label {
    padding-left: 30px;
}

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

span.wpcf7-list-item-label:before,
.woocommerce-form__label-for-checkbox span:before,
.comment-form-cookies-consent label:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 2px solid var(--primary-color);
    z-index: 1;
}

span.wpcf7-list-item-label:after,
.woocommerce-form__label-for-checkbox span:after,
.comment-form-cookies-consent label:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 12px;
    height: 12px;
    border-radius: 15px;
    background: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    opacity: 0;
    transition: 0.3s;
    z-index: 0;
}

input[type="radio"]:checked~span:after {
    opacity: 1;
}

.checkbox-wp .wpcf7-list-item {
    margin: 10px 1em 0 0px;
    padding-bottom: 10px;
    display: block;
}

.woocommerce-form__label-for-checkbox span:before,
.checkbox-wp .wpcf7-list-item-label:before,
.comment-form-cookies-consent label:before {
    border-radius: 0;
}

.checkbox-wp .wpcf7-list-item-label:after,
.woocommerce-form__label-for-checkbox span:after,
.comment-form-cookies-consent label:after {
    content: "\f00c";
    width: 20px;
    height: 20px;
    background: transparent;
    color: var(--white-color);
    border-radius: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    background: var(--dark-color);
    border-radius: 3px;
}

input[type="checkbox"]:checked~span:before,
input[type="checkbox"]:checked~span:after,
input[type="checkbox"]:checked~span.wpcf7-list-item-label:after,
input[type="checkbox"]:checked~span.wpcf7-list-item-label:before,
input[type="checkbox"]:checked~label:after {
    opacity: 1;
}

.checkbox-wp .wpcf7-not-valid-tip {
    display: none;
}

.checkbox-wp .wpcf7-not-valid .wpcf7-list-item-label:before {
    border-color: var(--red-color);
    opacity: 0.7;
}

.form-input-checkbox .wpcf7-list-item {
    position: relative;
    margin: 0;
    margin-right: 30px;
}

span.wpcf7-list-item,
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox,
.woocommerce form .form-row label {
    position: relative;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid var(--red-color);
    color: var(--red-color);
}

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

.form-input-checkbox .wpcf7-list-item.last {
    margin: 0;
}

.wpcf7-not-valid,
.wpcf7-not-valid .wpcf7-list-item-label::before {
    border-color: var(--red-color) !important;
}

.comment-form-cookies-consent input {
    opacity: 0;
    display: inline-block;
    width: auto !important;
}

.form-box {
    position: relative;
}

.form-box.form-input-file .wpcf7-form-control-wrap {
    padding-bottom: 20px;
}

.form-box.form-input-file input[type="file"] {
    position: relative;
    width: 76px;
    height: 73px;
    overflow: hidden;
    opacity: 0;
    z-index: 1;
}

.form-box.form-input-file .input-file-icon {
    position: absolute;
    top: 30px;
    left: 0;
    width: 76px;
    height: 73px;
    background: var(--common-color);
    border-radius: 13px;
    display: inline-block;
    cursor: pointer;
    z-index: 0;
}

.form-box.form-input-file .input-file-icon:before,
.form-box.form-input-file .input-file-icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 1px;
    background-color: var(--black-color);
}

.form-box.form-input-file .input-file-icon:after {
    width: 1px;
    height: 30px;
}

.form-box.form-input-file span.input-file-text {
    display: block;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    bottom: -18px;
    left: 0;
}

/*========== Form CSS End ==========*/

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

:root {
    --primary-color: #0c6932;
    --secondary-color: #01ab49;
    --dark-color: #2a2a2a;
    --yellow-color: #fcdd59;
    --common-color: #606060;
    --white-color: #ffffff;
    --black-color: #000000;
    --red-color: #ff0000;
    --box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
    --body-font: "Titillium Web";
    --title-font: "Titillium Web";
}

body {
    font-size: 16px;
    line-height: 32px;
    color: var(--common-color);
    font-family: var(--body-font);
}

p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 16px;
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    color: var(--primary-color);
    font-family: var(--title-font);
}

p a {
    color: var(--primary-color);
    text-decoration: underline !important;
    transition: 0.3s;
}

p a:hover {
    color: var(--dark-color);
}

a:hover {
    color: initial;
}

.h1-title {
    font-size: 75px;
    line-height: 1.2;
    color: var(--white-color);
    margin-bottom: 30px;
}

.h2-title {
    font-size: 42px;
    line-height: 52px;
    letter-spacing: 0.6px;
    color: var(--primary-color);
    text-transform: uppercase;
    margin-bottom: 18px;
}

.h3-title {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0.6px;
    color: var(--dark-color);
    text-transform: uppercase;
    margin-bottom: 15px;
}

.h4-title {
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0.6px;
    color: var(--dark-color);
    text-transform: uppercase;
    margin-bottom: 17px;
}

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

.wow {
    visibility: hidden;
}

.callus {
    font-weight: inherit;
}

.for-des {
    display: block !important;
}

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

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

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

.menu-des {
    display: inline-block;
}

.menu-mob {
    display: none;
}

.container {
    position: relative;
    z-index: 5;
}

.play-btn {
    width: 60px;
    height: 60px;
    color: var(--primary-color);
    background: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 3px;
    box-shadow: var(--box-shadow);
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
}

.play-btn:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.bg-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ajax-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(240, 240, 240, 0.7);
    display: none;
    z-index: 5;
}

.ajax-loader i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 100px;
    color: var(--primary-color);
    animation: spin 1.5s linear infinite;
}

@keyframes spin {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.main-navigation ul li.menu-item-has-children>a {
    padding-right: 20px;
    position: relative;
}

.main-navigation ul li.menu-item-has-children>a:after {
    content: "\f078";
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    line-height: 26px;
    color: var(--dark-color);
    transition: 0.3s;
}

.main-navigation ul li.menu-item-has-children:hover>a:after {
    transform: translate(0, -50%) rotate(-180deg);
    color: var(--secondary-color);
}

.page-template-template-services .main-navigation li.menu-item-41>a::after {
    color: var(--secondary-color);
    right: 15px;
}

.main-navigation ul ul {
    position: absolute;
    top: 100%;
    left: 0 !important;
    float: none;
    width: 280px;
    background: var(--white-color);
    box-shadow: 0 0 10px rgba(60, 140, 244, 0.15);
    text-align: left;
    display: none;
    opacity: 0;
}

.main-navigation ul li.menu-item-has-children:hover ul {
    display: block;
    top: 100%;
    opacity: 1;
    animation: swip_up 0.3s linear 1;
}

@keyframes swip_up {
    from {
        top: calc(100% + 20px);
        opacity: 0;
    }

    to {
        top: 100%;
        opacity: 1;
    }
}

.main-navigation ul ul li {
    display: block;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.main-navigation ul ul li:last-child {
    border-bottom: 0;
}

.main-navigation ul ul li a {
    display: block;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 26px;
    border-bottom: 0;
    height: auto;
    color: var(--dark-color);
    transition: 0.3s;
}

.main-navigation ul ul li.current-menu-item a {
    color: var(--secondary-color);
}

.sticky_head .main-navigation ul ul li a {
    height: auto;
}

.main-navigation ul ul li a:hover {
    color: var(--secondary-color);
}

.sec-btn,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    width: 220px;
    height: 56px;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    -webkit-appearance: none;
    font-size: 18px;
    line-height: 27px;
    color: var(--white-color);
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding: 5px;
    cursor: pointer;
    outline: none !important;
    transition: 0.3s;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.14);
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.sec-btn:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background: var(--yellow-color);
    border-color: var(--yellow-color);
    color: var(--primary-color);
}

.sec-btn.outline-btn {
    background: transparent;
    border-color: var(--white-color);
    color: var(--white-color);
}

.sec-btn.outline-btn:hover {
    background: var(--white-color);
    border-color: var(--white-color);
    color: var(--primary-color);
}

.sec-btn.sm-btn {
    width: 183px;
    background: transparent;
    color: var(--primary-color);
}

.sec-btn.sm-btn:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
}

.sec-btn.lg-btn {
    width: 250px;
    height: 67px;
}

.sec-btn.yellow-btn {
    background: var(--yellow-color);
    border-color: var(--yellow-color);
    color: var(--primary-color);
}

.sec-btn.yellow-btn:hover {
    background: var(--white-color);
    border-color: var(--white-color);
    color: var(--primary-color);
}

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

.main-banner .banner-video video {
    left: 50%;
    transform: translate(-50%);
    width: auto;
}

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

/*========== Modal Popup CSS Start ==========*/

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

.modal-open {
    position: fixed;
    width: 100%;
}

.modal-content {
    border: none;
    background: var(--white-color);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 30px rgba(60, 140, 244, 0.16);
}

.popup-title {
    position: relative;
    padding: 10px 65px 10px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.popup-title .h2-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
}

button.close {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background: var(--primary-color);
    opacity: 1 !important;
    text-shadow: none;
    color: var(--white-color);
    border-radius: 0;
    outline: none !important;
    z-index: 2;
    transition: 0.3s;
}

button.close:hover {
    background: var(--secondary-color);
    color: var(--dark-color);
}

.modal-dialog {
    margin: 0 auto;
    max-width: 700px;
    height: 100%;
    display: flex;
    align-items: center;
}

.common-popup-overflow {
    padding: 10px 0px;
}

.common-popup-text {
    padding: 20px 30px !important;
    max-height: 80vh;
    overflow: auto;
    overflow-x: hidden;
    scrollbar-color: transparent transparent;
}

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

.common-popup-text::-webkit-scrollbar-thumb {
    background: var(--primary-color);
}

.common-popup-text::-webkit-scrollbar-track {
    background: #cccccc;
}

/*========== Modal Popup CSS End ==========*/

/*==========Slider Css End==========*/

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

.slick-dots {
    font-size: 0;
    line-height: 1;
    bottom: -25px;
}

.slick-dots li {
    width: auto;
    height: auto;
    margin: 0 15px 0 0;
}

.slick-dots li:last-child {
    margin-right: 0;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #707070;
    opacity: 0.3;
    border: none;
    outline: none;
    padding: 0;
    transition: 0.3s;
}

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

.slick-dots li.slick-active button,
.slick-dots li button:hover {
    background: var(--primary-color);
    opacity: 1;
}

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

#sb_instagram #sbi_images .sbi_item.sbi_transition {
    opacity: 1 !important;
    max-height: unset !important;
}

.slick-arrow {
    position: absolute;
    top: -101px;
    right: 0;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid var(--primary-color);
    background: transparent;
    outline: none !important;
    color: var(--white-color);
    font-weight: bold;
    font-size: 20px;
    transition: 0.3s;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slick-arrow.prev-arrow {
    right: 56px;
}

.slick-arrow.next-arrow {
    background: var(--primary-color);
}

.slick-arrow.next-arrow:hover {
    background: var(--dark-color);
}

.slick-arrow::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    left: 50%;
    border: 2px solid var(--white-color);
    transition: 0.3s;
}

.slick-arrow.prev-arrow::before {
    border-color: var(--primary-color);
    transform: translate(-30%, -50%) rotate(45deg);
    border-top: 0;
    border-right: 0;
}

.slick-arrow.prev-arrow:hover::before {
    border-color: var(--white-color);
}

.slick-arrow.next-arrow::before {
    border-color: var(--white-color);
    transform: translate(-70%, -50%) rotate(45deg);
    border-left: 0;
    border-bottom: 0;
}

.slick-arrow:hover {
    background: var(--primary-color);
}

.slick-dots li:only-child {
    display: none;
}

.slick-dots li:first-child {
    margin-left: 0;
}

.slick-dots li:last-child {
    margin-right: 0;
}

/*==========Slider Css End==========*/

/*==========Overflow CSS==========*/

.overflow-text {
    height: 300px;
    -webkit-overflow-scrolling: touch;
    scrollbar-color: transparent transparent;
}

.overflow-text::-webkit-scrollbar,
[data-simplebar="init"]::-webkit-scrollbar,
.simplebar-scroll-content::-webkit-scrollbar {
    width: 0;
    opacity: 0 !important;
    display: none;
    clip-path: inset(0 0 30px 0);
}

.simplebar-track.horizontal {
    display: none;
}

.overflow-text::-webkit-scrollbar-thumb {
    opacity: 0 !important;
}

.overflow-text::-webkit-scrollbar-track {
    opacity: 0 !important;
}

.simplebar-track {
    width: 3px;
    background: #cccccc;
}

.simplebar-scrollbar {
    right: 0;
    z-index: 66;
    background: var(--primary-color);
    opacity: 1 !important;
    width: 100%;
}

[data-simplebar="init"] {
    padding-right: 10px;
    scrollbar-color: transparent transparent;
}

.simplebar-scroll-content {
    padding-right: 0 !important;
    margin-bottom: 0 !important;
}

.simplebar-content {
    margin-right: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden;
}

.simplebar-content p:last-child {
    margin-bottom: 0;
}

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

/*==========Overflow CSS End==========*/

/*==========White text CSS==========*/

.white-text p,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text ul li,
.white-text label,
.white-text span:not(.wpcf7-form-control-wrap) {
    color: var(--white-color);
}

.white-list-link a {
    color: var(--white-color);
}

.fancybox-video {
    background-color: var(--white-color);
}

.white-arrow-dots .slick-dots li button {
    border-color: var(--white-color);
}

.white-arrow-dots .slick-dots li.slick-active button,
.white-arrow-dots .slick-dots li button:hover {
    background: var(--white-color);
}

.white-arrow-dots .slick-arrow {
    background: var(--white-color);
    color: var(--dark-color);
}

.white-arrow-dots .slick-arrow:hover {
    background: var(--dark-color);
    color: var(--white-color);
}

.white-btn {
    background: var(--white-color);
    color: var(--dark-color);
    border-color: var(--white-color);
}

.white-btn:hover {
    background: var(--yellow-color);
    border-color: var(--yellow-color);
    color: var(--primary-color);
}

.white-form .form-input,
.white-form .input-text,
.white-form .select2-container--default .select2-selection--single .select2-selection__rendered,
.white-form select {
    background: transparent;
    border-color: var(--white-color);
    color: var(--white-color);
}

.white-form span.wpcf7-list-item-label:before,
.white-form .woocommerce-form__label-for-checkbox span:before,
.white-form .comment-form-cookies-consent label:before {
    border-color: var(--white-color);
    background: var(--white-color);
}

.white-form span.wpcf7-list-item-label:after,
.white-form .woocommerce-form__label-for-checkbox span:after,
.white-form .comment-form-cookies-consent label:after {
    background: var(--red-color);
}

.white-form .form-input::-webkit-input-placeholder,
.white-form .input-text::-webkit-input-placeholder {
    color: var(--white-input-color);
}

.white-form .form-input::-moz-placeholder,
.white-form .input-text::-moz-placeholder {
    color: var(--white-input-color);
}

.white-form .form-input:-ms-input-placeholder,
.white-form .input-text:-ms-input-placeholder {
    color: var(--white-input-color);
}

.white-form .form-input::-ms-input-placeholder,
.white-form .input-text::-ms-input-placeholder {
    color: var(--white-input-color);
}

.white-form .form-input::placeholder,
.white-form .input-text::placeholder {
    color: var(--white-input-color);
}

.white-form select {
    color: var(--white-input-color) !important;
}

.white-form .form-element i {
    color: var(--white-color);
}

.white-form .wpcf7 form .wpcf7-response-output {
    color: var(--white-color);
}

/*==========White text CSS End==========*/

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

.site-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: var(--white-color);
    box-shadow: 0 33px 56px rgba(0, 0, 0, 0.13);
    z-index: 99;
}

.site-branding {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}

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

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

.main-banner {
    position: relative;
    padding: 222px 0 406px;
    background-position: right 80px;
}

.main-banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--black-color);
    top: 0;
    left: 0;
    opacity: 0.75;
}

.main-banner-content h2 {
    font-weight: normal;
    font-size: 28px;
    line-height: 28px;
    color: var(--yellow-color);
    margin-bottom: 59px;
}

.banner-btn .sec-btn .callus {
    margin-left: 4px;
}

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

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

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

.about-us-sec {
    position: relative;
    margin-top: -180px;
}

.about-wp {
    position: relative;
}

.about-wp::before {
    content: "";
    position: absolute;
    width: 500%;
    height: 100%;
    background: var(--secondary-color);
    top: 0;
    right: 0;
    box-shadow: 40px 39px 76px rgba(0, 0, 0, 0.25);
}

.about-content .h2-title {
    color: var(--yellow-color);
}

.about-text p {
    color: var(--white-color);
}

.about-img {
    width: 754px;
    position: relative;
    float: right;
    right: 92px;
    margin-top: -103px;
}

.about-content {
    position: relative;
    padding: 0 100px 0 0;
    left: -11px;
}

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

/*==========Main Our Services CSS Start==========*/

.service-title-sec {
    position: relative;
    background-color: var(--primary-color);
    background-repeat: repeat;
    background-size: auto;
    margin-top: -222px;
    padding: 290px 0 305px;
}

.main-banner.inner-banner::before,
.service-title-sec::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    opacity: 0.9;
    top: 0;
    left: 0;
}

.service-title-content {
    width: 260px;
    max-width: 100%;
}

.service-icon {
    position: relative;
    width: 94px;
    height: 94px;
    border-radius: 50%;
    background: rgba(252, 221, 89, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 21px;
}

.service-icon img {
    position: relative;
    width: auto;
}

.service-icon::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background: var(--yellow-color);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.service-content .h3-title {
    color: var(--primary-color);
}

.service-row.even .service-content .h3-title {
    color: var(--yellow-color);
    margin-bottom: 19px;
}

.service-row.even .service-content .sec-btn {
    border-color: var(--white-color);
    color: var(--white-color);
}

.service-row.even .service-content .sec-btn:hover {
    border-color: var(--primary-color);
}

.service-content p {
    height: 123px;
    margin-bottom: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    overflow: visible;
}

.service-row.even .service-content p {
    color: var(--white-color);
}

.service-content {
    padding: 65px 10px 0 0;
}

.service-row.even .service-content {
    padding: 53px 0 0 100px;
}

.service-img-wp {
    position: relative;
    margin-top: -65px;
    right: 30px;
    width: calc(100% + 30px);
    height: 523px;
    z-index: 1;
}

.service-row.even .service-img-wp {
    margin-top: -58px;
    height: 632px;
    right: auto;
}

.service-img {
    width: 100%;
    height: 100%;
}

.service-row-wp {
    margin-top: -275px;
}

.service-row-wp .service-row.odd {
    margin-top: -85px;
}

.service-row-wp .service-row:first-child {
    margin: 0;
}

.service-row {
    position: relative;
}

.service-row.even {
    background-color: var(--primary-color);
    margin-top: 349px;
    padding: 0 0 73px;
}

.service-wp {
    position: relative;
}

.service-wp::before {
    content: "";
    position: absolute;
    width: 500%;
    height: 100%;
    top: 0;
}

.service-row.odd .service-wp::before {
    background: var(--white-color);
    right: 0;
}

.service-row.even .service-wp::before {
    background: var(--secondary-color);
    left: 0;
    box-shadow: 40px 39px 76px rgba(0, 0, 0, 0.25);
    height: calc(100% - 60px);
}

.service-row.even .service-wp {
    top: -169px;
}

.our-service-sec {
    padding: 0 0 189px;
}

/*==========Main Our Services CSS End==========*/

/*==========Lucky Bucks CSS Start==========*/

.lucky-bucks-sec {
    position: relative;
    padding: 54px 0 28px;
    background: -moz-linear-gradient(-45deg, rgba(12, 105, 51, 1) 0%, rgba(42, 42, 42, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(12, 105, 51, 1) 0%, rgba(42, 42, 42, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(12, 105, 51, 1) 0%, rgba(42, 42, 42, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(12, 105, 51, 1) 0%, rgba(42, 42, 42, 1) 100%);
    background: linear-gradient(135deg, rgba(12, 105, 51, 1) 0%, rgba(42, 42, 42, 1) 100%);
}

.lucky-bucks-sec .img {
    width: 389px;
    position: absolute;
    top: 20px;
    right: 160px;
    transform: rotate(30deg);
    opacity: 0.05;
}

.lucky-buck-content .h2-title {
    color: var(--yellow-color);
    margin-bottom: 12px;
}

.coupon-text {
    margin: 33px 0 30px;
}

.lucky-buck-img-wp {
    position: relative;
    transform: rotate(-75deg);
    margin: -44px 0 0;
    left: 83px;
}

.lucky-buck-img-wp img {
    transform: scale(1.3);
    pointer-events: none;
}

.lucky-buck-img-wp .img-1 {
    position: relative;
    z-index: 1;
}

.lucky-buck-img-wp .img-2 {
    transform: scale(1.3) rotate(10deg);
    margin: -210px 0 0;
    left: -14px;
    position: relative;
}

/*==========Lucky Bucks CSS End==========*/

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

.gallery-sec {
    position: relative;
    padding: 105px 0 180px;
}

.gallery-sec .h2-title {
    margin-bottom: 51px;
}

.gallery-img {
    height: 274px;
}

.gallery-img-wp .gallery-img {
    margin-bottom: 30px;
}

.gallery-slider .slick-dots {
    bottom: -68px;
}

.gallery-slider .slick-list {
    overflow: visible;
    margin: 0 23px;
    left: -83px;
}

.gallery-slider .col-lg-4 {
    padding: 0 10px;
}

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

/*==========Helpful CSS Start==========*/

.helpful-sec {
    position: relative;
    background-color: var(--yellow-color);
    padding: 32px 0 33px;
}

.helpful-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.helpful-content .icon {
    display: block;
    margin-bottom: 5px;
}

.helpful-content .h3-title {
    margin-bottom: 2px;
}

.helpful-content p {
    text-transform: uppercase;
}

/*==========Helpful CSS End==========*/

/*==========Testimonial CSS Start==========*/

.testimonial-sec {
    position: relative;
    padding: 81px 0 111px;
}

.testimonial-sec .h2-title {
    margin-bottom: 52px;
}

.testimonial-content {
    position: relative;
    background: var(--white-color);
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.05);
    padding: 0 10px 38px 30px;
}

.testimonial-content .icon {
    display: block;
    position: relative;
    top: -41px;
}

.testimonial-text {
    margin: -15px 0 36px;
    height: 252px;
}

.testimonial-author {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 22px;
}

.testimonial-author .testimonial-name {
    color: var(--dark-color);
    font-size: 16px;
}

.testimonial-author .testimonial-name span {
    color: var(--common-color);
    font-weight: normal;
    margin-left: 3px;
}

.testimonial-author .star {
    display: flex;
}

.testimonial-author .star li {
    margin: 0 6px 0 0;
}

.testimonial-author .star li:last-child {
    margin: 0;
}

.testimonial-slider .slick-list {
    padding: 42px 0 25px;
}

.view-more-btn {
    margin-top: 20px;
}

/*==========Testimonial CSS End==========*/

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

.top-footer {
    position: relative;
    background-color: #f5f5f5;
}

.top-footer::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--common-color);
    opacity: 0.2;
    top: 0;
    left: 0;
}

.contact-form {
    position: relative;
    padding: 130px 100px 0 0;
    height: 100%;
}

.contact-form::before {
    content: "";
    position: absolute;
    width: 500%;
    height: 100%;
    background: var(--primary-color);
    top: 0;
    right: 0;
    z-index: -1;
}

.contact-form .h3-title {
    color: var(--yellow-color);
    margin-bottom: 17px;
}

.contact-form .sec-btn {
    border-color: var(--white-color);
    color: var(--white-color);
}

.contact-form .sec-btn:hover {
    background: var(--yellow-color);
    color: var(--primary-color);
    border-color: var(--yellow-color);
}

.footer-logo {
    margin-bottom: 42px;
}

.social-link li a {
    color: var(--dark-color);
    transition: 0.3s;
}

.social-link li a.phone {
    font-weight: bold;
    font-size: 40px;
    line-height: 61px;
    margin: 7px 0 4px;
    display: inline-block;
}

.social-link li .icon {
    margin-right: 3px;
}

.social-link li a:hover {
    color: var(--secondary-color);
}

.social-link ul+ul {
    margin: 38px 0 0;
}

.social-link ul+ul li {
    display: inline-block;
    margin: 0 11px 0 0;
}

.social-link ul+ul li:last-child {
    margin: 0;
}

.social-link ul+ul li a {
    width: 32px;
    height: 32px;
    background: var(--secondary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f5f5f5;
    border-radius: 50%;
    font-size: 19px;
    transition: 0.3s;
}

.social-link ul+ul li a:hover {
    color: var(--yellow-color);
}

.social-link ul+ul li a .fa-facebook-f {
    position: relative;
    top: 4px;
    font-size: 24px;
}

.social-link {
    border-bottom: 1px solid rgba(96, 96, 96, 0.2);
    padding-bottom: 40px;
    margin-bottom: 33px;
}

.footer_map {
    width: 100%;
    position: relative;
    padding-bottom: 60%;
    margin-bottom: 40px;
}

.footer_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.client ul {
    display: flex;
    align-items: center;
}

.client li {
    margin: 0 7px;
}

.client li:first-child {
    margin-left: 0;
}

.client li:last-child {
    margin: 0;
}

.footer-content {
    padding: 76px 0 31px 70px;
}

.footer-bottom-box {
    position: relative;
    padding: 52px 0 74px;
    background: var(--black-color);
}

.footer-bottom-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer-menu li a,
.copy-right p,
.footer-other-link p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: #bcbcbc;
}

.footer-bottom-link {
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
}

.footer-bottom-link ul {
    font-size: 0;
    line-height: 1;
    list-style: none;
    margin: 0;
}

.footer-menu li,
.footer-bottom-link ul li {
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    padding-right: 8px;
    margin-right: 8px;
    color: #bcbcbc;
    border-right: 1px solid var(--white-color);
}

.footer-menu li.current-menu-item a {
    color: var(--secondary-color);
}

.footer-menu li:last-child,
.footer-bottom-link ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

.footer-menu li a,
.footer-bottom-link ul li a {
    font-size: 14px;
    line-height: 14px;
    color: var(--white-color);
    transition: 0.3s;
}

.footer-menu li a {
    text-transform: uppercase;
}

.footer-menu li a:hover,
.footer-bottom-link ul li a:hover {
    text-decoration: underline !important;
}

.footer-other-link p a {
    color: var(--white-color);
    font-weight: bold;
    text-decoration: none !important;
    transition: 0.3s;
}

.footer-other-link p a:hover {
    text-decoration: underline !important;
}

.footer-other-link p i {
    color: #f03a17;
}

.footer-menu {
    margin-bottom: 27px;
}

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

/*==========CTA CSS Start==========*/

.cta-btn {
    position: fixed;
    top: 50%;
    right: -92px;
    transform: translate(0, -50%) rotate(-90deg);
    z-index: 98;
}

.cta-btn .sec-btn span {
    margin-left: 5px;
}

/*==========CTA CSS End==========*/

/*==========Scroll To Top CSS Start==========*/

.scrolltop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    border: none;
    color: var(--white-color) !important;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    padding: 13px 0;
    border-radius: 8px;
    box-shadow: 0 0 20px rgb(0 0 0 / 16%);
    cursor: pointer;
    display: none;
    z-index: 50;
    transition: 0.3s;
}

.scrolltop:hover {
    background: var(--dark-color);
    color: var(--white-color) !important;
}

/*==========Scroll To Top CSS End==========*/

/*========== Inner Page CSS end ==========*/

.main-banner.inner-banner {
    padding: 130px 0 30px;
    position: relative;
    background-position: 0 35px;
    background-repeat: repeat;
    background-size: auto;
    background-color: var(--primary-color);
}

.main-banner.inner-banner::before {
    opacity: 0.8;
}

.main-banner.inner-banner .banner-content {
    text-align: center;
}

.main-service-sec .service-row.even .service-img-wp,
.main-service-sec .service-img-wp {
    margin: 0;
    height: 100%;
}

.main-service-sec .service-content {
    padding: 0 100px 0 0;
    margin: 38px 0;
}

.main-service-sec .service-content .h4-title {
    margin-bottom: 16px;
}

.main-service-sec .service-content .list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 8px;
}

.main-service-sec .service-content .list li:last-child {
    margin: 0;
}

.main-service-sec .service-content .list li::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: var(--primary-color);
    top: 6px;
    left: 0;
}

.main-service-sec .service-content .list li::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 12px;
    border: 2px solid var(--white-color);
    border-right: 0;
    border-bottom: 0;
    top: 8px;
    left: 6px;
    transform: rotate(-141deg);
}

.main-service-sec .service-content p {
    overflow: visible;
    height: auto;
    -webkit-line-clamp: unset;
    margin-bottom: 31px;
}

.main-service-sec .service-icon {
    width: 160px;
    height: 160px;
    background: var(--white-color);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 30px;
    right: -80px;
}

.main-service-sec .service-icon img {
    left: 3px;
    width: 85px;
}

.main-service-sec .service-icon::before {
    width: 136px;
    height: 136px;
}

.main-service-sec .service-row.even .service-wp::before {
    display: none;
}

.main-service-sec .service-row.odd {
    padding: 92px 0;
}

.main-service-sec .service-content .call-details {
    color: var(--dark-color);
    font-weight: bold;
    transition: 0.3s;
}

.main-service-sec .service-content .call-details:hover {
    color: var(--primary-color);
}

.main-service-sec .service-row.even {
    background-color: #f5f5f5;
    margin: 0;
    padding: 94px 0 85px;
}

.main-service-sec .service-row.odd .service-content .list {
    margin-bottom: 26px;
}

.main-service-sec .service-row.even .service-wp {
    top: 0;
}

.main-service-sec .service-row.even .service-content .h3-title {
    color: var(--primary-color);
    margin-bottom: 21px;
}

.main-service-sec .service-row.even .service-content p {
    color: var(--common-color);
}

.main-service-sec .service-row.even .service-content {
    padding: 0 0 0 100px;
}

.filter-sec {
    position: relative;
    background-color: #f5f5f5;
    padding: 73px 0 94px;
}

.filter-sec .h3-title {
    margin-bottom: 112px;
}

.filter-content {
    position: relative;
    height: 100%;
    background: var(--white-color);
    box-shadow: 0 39px 76px rgba(0, 0, 0, 0.05);
    padding: 0 30px 49px;
}

.filter-content .h4-title {
    color: var(--primary-color);
    margin-bottom: 23px;
}

.filter-content .icon {
    position: relative;
    width: 122px;
    height: 122px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -61px;
    margin-bottom: -28px;
}

.filter-content .icon .bg-img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    position: relative;
}

.filter-content .icon::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--white-color);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.resources-sec {
    position: relative;
    padding: 78px 0 64px;
}

.resource-content .h3-title {
    color: var(--primary-color);
    margin-bottom: 29px;
}

.resource-content p {
    margin-bottom: 32px;
}

.faq-sec {
    position: relative;
    padding: 80px 0 83px;
}

.faq-box {
    margin-bottom: 17px;
}

.faq-box h3 {
    position: relative;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 36px;
    color: var(--yellow-color);
    letter-spacing: 0.6px;
    background: var(--primary-color);
    cursor: pointer;
    padding: 17px 50px 17px 30px;
    margin-bottom: 10px;
    transition: 0.3s;
}

.faq-box h3:hover {
    background: var(--yellow-color);
    color: var(--primary-color);
}

.faq-box h3.active-faq {
    color: var(--primary-color);
    background: var(--yellow-color);
}

.faq-box h3 span i {
    font-size: 14px;
}

.faq-box h3 span {
    position: absolute;
    top: 50%;
    right: 30px;
    transform-origin: center center;
    transform: translate(0, -50%);
    transition: 0.3s;
}

.faq-box h3.active-faq span {
    color: var(--primary-color);
    transform: translate(0, -50%) rotate(180deg);
    letter-spacing: 0;
}

.faq-content {
    background: #f5f5f5;
    border: 1px solid #dbdbdb;
    padding: 23px 30px 33px;
}

.faq-content .faq-text p {
    margin-bottom: 32px;
}

.faq-content .faq-text p:last-child {
    margin-bottom: 0;
}

.main-contact-sec {
    position: relative;
    background: #f5f5f5;
    padding: 77px 0 124px;
}

.main-contact-sec .contact-form::before {
    display: none;
}

.contact-content {
    padding-right: 30px;
}

.contact-content .h3-title {
    color: var(--primary-color);
    margin-bottom: 19px;
}

.contact-content p {
    margin-bottom: 28px;
}

.contact-content .social-link {
    border: 0;
    padding: 0;
    margin: 0;
}

.contact-content .social-link li a.phone {
    color: var(--primary-color);
}

.contact-content .social-link li a.phone:hover {
    color: var(--secondary-color);
}

.contact-content .social-link ul+ul li a {
    background: var(--primary-color);
}

.main-contact-sec .contact-form {
    padding: 0;
}

.main-contact-sec .contact-form .h3-title {
    color: var(--primary-color);
}

.main-contact-sec .contact-form .sec-btn {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.main-contact-sec .contact-form .sec-btn:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.main-helpful-sec,
.main-lucky-sec {
    position: relative;
    padding: 80px 0 50px;
    background: linear-gradient(135deg, rgba(12, 105, 51, 0.8) 0%, rgba(42, 42, 42, 1) 100%);
}

.main-lucky-sec .h3-title {
    color: var(--yellow-color);
    margin-bottom: 32px;
}

.main-lucky-sec .img {
    top: 50%;
    transform: translate(0, -50%);
}

.lucky-buck-content {
    margin-bottom: 30px;
}

.lucky-buck-content .img-wp {
    margin-bottom: 20px;
}

.lucky-buck-content .img-wp a {
    display: inline-block;
}

.main-helpful-sec .helpful-content {
    display: block;
    margin: 90px 0 0;
}

.main-helpful-sec {
    padding: 100px 0;
}

.main-helpful-sec .sec-title .h3-title {
    margin-bottom: 42px;
}

.main-helpful-sec .helpful-content .h4-title {
    color: var(--yellow-color);
}

.main-helpful-sec .helpful-content .helpful-text a b {
    color: var(--white-color);
    transition: 0.3s;
}

.main-helpful-sec .helpful-content .helpful-text a b:hover {
    color: var(--yellow-color);
}

.main-helpful-sec .helpful-content p {
    text-transform: none;
}

.main-helpful-sec .helpful-content .helpful-text a:hover {
    color: var(--yellow-color);
}

.main-helpful-sec .helpful-content .helpful-text b {
    margin: 0 4px;
    text-decoration: underline;
    color: var(--yellow-color);
    text-transform: none;
}

.all-season-content p a {
    color: var(--white-color);
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 4px;
    transition: 0.3s;
}

.all-season-content p a:hover {
    color: var(--yellow-color);
}

.main-helpful-sec .helpful-img {
    margin: 90px 0 0;
}

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

.privacy-content h2,
.entry-content h2 {
    font-size: 35px;
    color: var(--primary-color);
}

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

.privacy-content ol,
.privacy-content ul,
.entry-content ol,
.entry-content ul {
    padding: 0;
    margin: 0 0 1.5em 3em;
}

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

.privacy-content p a,
.privacy-content a,
.entry-content a,
.entry-content p a,
.entry-content a {
    transition: 0.3s;
    color: var(--primary-color);
    text-decoration: underline !important;
}

.privacy-content p a:hover .privacy-content a:hover,
.entry-content p a:hover,
.entry-content a:hover {
    color: var(--dark-color);
}

.privacy-content .list-disk li,
.entry-content .list-disk li {
    list-style: disc;
}

/*========== Inner page CSS end ==========*/

/*========== Thank You Page CSS Start ==========*/

.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("assets/images/thank-you.gif");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    overflow: hidden;
}

.thank-text h6 {
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
    color: var(--dark-color);
}

.thank-text p a {
    text-decoration: underline !important;
    color: var(--primary-color);
    transition: 0.3s;
}

.thank-text p a:hover {
    color: var(--dark-color);
}

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

/*==========404 CSS==========*/

.error-404 {
    text-align: center;
}

.error-404 img {
    width: 70%;
    height: auto;
}

/*==========404 CSS End==========*/

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

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

.footer-last .text,
.menu-seo-menu-container ul li a {
    font-size: 14px;
    line-height: 20px;
    color: var(--primary-color);
    cursor: pointer;
    transition: 0.3s;
}

.footer-last .text:hover {
    color: var(--dark-color) !important;
    text-decoration: underline !important;
}

.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 var(--dark-color);
    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: var(--primary-color);
}

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

/*==========SEO Page CSS Start==========*/

.main-seo-content {
    position: relative;
    padding: 80px 0;
}

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

.excerpt-content p a {
    color: var(--primary-color);
    transition: 0.3s;
}

.excerpt-content p a:hover {
    color: var(--secondary-color);
}

.excerpt-content h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: var(--primary-color);
}

/*==========SEO Page CSS End==========*/

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

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

.type-post:last-child {
    margin-bottom: 0;
}

.posted-on a,
.byline a,
.widget ul li a,
.entry-title a,
.logged-in-as a {
    transition: 0.3s;
    color: var(--primary-color);
}

.entry-title a:hover,
.posted-on a:hover,
.byline a:hover,
.widget ul li a:hover,
.comment-meta .url:hover,
.comment-content a:hover,
.comment-metadata a:hover,
.reply a:hover,
.entry-footer span a:hover,
.nav-previous a:hover,
.nav-next a:hover {
    color: var(--dark-color);
}

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

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

.entry-footer span a {
    color: var(--primary-color);
}

.entry-title {
    font-size: 30px;
    text-transform: uppercase;
    color: var(--primary-color);
    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: var(--white-color);
    font-size: 16px;
    outline: none;
    width: 100%;
    height: 50px;
    border-radius: 0;
    -webkit-appearance: none;
    border: 1px solid var(--primary-color);
    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: var(--white-color);
    position: absolute;
    right: 0;
    bottom: 0;
    outline: none;
    border: none;
    cursor: pointer;
    background: var(--dark-color);
    transition: 0.3s;
}

.widget-area .widget_search .search-form .search-submit:hover,
.page-content .search-form .search-submit:hover {
    background: var(--black-color);
    color: var(--white-color);
}

.entry-title a:hover,
.posted-on a:hover,
.byline a:hover,
.widget ul li a:hover {
    text-decoration: underline !important;
    color: var(--primary-color);
}

.entry-content {
    margin: 0;
}

.comment-form {
    font-size: 0;
    line-height: 1;
    margin-left: -15px;
    margin-right: -15px;
}

.comment-form p {
    font-size: 16px;
    display: inline-block;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 15px;
}

.comment-form p.comment-form-author,
.comment-form p.comment-form-email {
    width: 50%;
    display: inline-block;
}

.comments-area textarea {
    resize: none;
    height: 180px;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid var(--dark-color);
    outline: none;
    padding: 15px;
}

.comments-area p input {
    width: 100%;
    height: 46px;
    border-radius: 0;
    border: 1px solid var(--dark-color);
    outline: none;
    box-shadow: none;
    padding: 15px;
}

p.comment-form-cookies-consent {
    padding-left: 20px;
    margin-left: 15px;
    padding-right: 30px;
}

p.comment-form-cookies-consent>input {
    width: auto;
    display: inline-block;
    height: auto;
    padding: 0;
    -webkit-appearance: checkbox;
    position: absolute;
    top: 8px;
    left: 0;
    opacity: 1 !important;
}

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

.form-submit .submit {
    width: 170px;
    height: 46px;
    background: var(--primary-color);
    color: var(--white-color);
    font-weight: bold;
    border: none;
    border-radius: 0;
    outline: none !important;
    transition: 0.3s;
}

.form-submit .submit:hover {
    background: var(--dark-color);
    color: var(--dark-color);
}

h2.widget-title {
    font-size: 24px;
}

.widget-area {
    margin-top: 70px;
    width: 100%;
}

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

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

.widget ul,
.widget ol {
    margin: 0;
    list-style: disc;
    padding-left: 20px;
}

.comment-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.avatar.photo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    margin-right: 20px;
}

.comment-meta .url,
.comment-content a {
    color: var(--primary-color);
}

.comment-author.vcard {
    margin-bottom: 20px;
}

.comment-metadata a {
    color: var(--primary-color);
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
}

.reply a {
    color: var(--primary-color);
    display: inline-block;
    margin-bottom: 10px;
    transition: 0.3s;
}

.comment-reply-title {
    font-size: 30px;
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.comment-form-comment label {
    margin-bottom: 10px;
}

.comment-form-comment .form-submit #submit {
    padding: 0;
    line-height: 42px;
}

.comments-area {
    margin-top: 60px;
}

.comments-title {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 40px;
}

.comment-body {
    margin-bottom: 30px;
}

.comment-form-url {
    margin-right: 0;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
    display: block;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    width: 100%;
}

.single-post .widget-area {
    margin-top: 15px;
}

.nav-previous a,
.nav-next a {
    color: var(--primary-color);
    transition: 0.3s;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    width: 100%;
    float: none;
}

.result-pagination li a,
.result-pagination li,
.result-pagination .page-numbers {
    width: 50px;
    height: 50px;
    background: var(--white-color);
    box-shadow: 0 10px 40px rgba(37, 58, 105, 0.09);
    border-radius: 10px;
    border: none;
    outline: none;
    color: var(--dark-color);
    font-size: 20px;
    z-index: 10;
    transition: 0.3s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
}

.result-pagination a:hover,
.result-pagination .current {
    background: var(--primary-color);
    color: var(--white-color);
}

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

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

.page-numbers li a,
.page-numbers li,
span.page-numbers,
.page-numbers {
    width: 50px;
    height: 50px;
    background: var(--common-color);
    box-shadow: 0 10px 40px rgba(37, 58, 105, 0.09);
    border-radius: 8px;
    border: none;
    outline: none;
    color: var(--dark-color);
    font-size: 20px;
    z-index: 10;
    transition: 0.3s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 3px;
}

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

.page-numbers li a:hover,
.page-numbers.current,
.page-numbers:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

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

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

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

@media (min-width: 1921px) {
    .container {
        max-width: 1400px;
    }

    .about-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .about-img {
        width: 950px;
        right: 198px;
    }

    .service-title-sec {
        margin-top: -354px;
        padding: 430px 0 305px;
    }

    .lucky-buck-img-wp {
        margin: -84px 0 0;
    }

    .main-helpful-sec .helpful-content p {
        font-size: 18px;
    }
}

@media screen and (max-width: 1499px) {
    .main-service-sec .service-icon {
        right: -30px;
    }
}

@media screen and (max-width: 1199px) {
    .about-img {
        right: 0;
    }

    .about-content {
        padding: 20px 30px 20px 0;
        left: 0;
    }

    .lucky-buck-img-wp {
        margin: 40px 0 0;
    }

    .contact-form {
        padding: 130px 30px 0 0;
    }

    .footer-content {
        padding: 76px 0 31px 0;
    }

    .main-service-sec .service-row.even .service-content,
    .main-service-sec .service-content {
        padding: 0;
    }

    .main-service-sec .service-row.even .service-img-wp,
    .main-service-sec .service-img-wp {
        width: 100%;
        right: 0;
    }

    .main-navigation li>a {
        padding: 0 12px;
    }
}

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

    .for-des,
    .scrolltop,
    .main-banner .banner-video {
        display: none !important;
    }

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

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

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

    .menu-des {
        display: none;
    }

    .menu-mob {
        display: block;
    }

    .cta-btn {
        top: auto;
        right: auto;
        left: 50%;
        transform: translate(-50%, 0) rotate(0);
        bottom: 0;
    }

    .widget-area,
    .single-post .widget-area {
        margin-top: 50px;
    }

    .site-header {
        height: 80px;
    }

    .site-header .container {
        max-width: 100%;
        padding: 0 30px;
    }

    .site-branding {
        position: fixed;
        top: 0;
        left: 30px;
        width: 145px;
        height: 80px;
    }

    .menu-toggle {
        position: fixed;
        top: 25px;
        right: 30px;
        border: none;
        outline: none !important;
        background: transparent;
        width: 40px;
        height: 31px;
        padding: 0;
        z-index: 105;
    }

    .menu-toggle span {
        display: block;
        width: 100%;
        height: 5px;
        background: var(--secondary-color);
        margin-bottom: 8px;
        border-radius: 0;
        position: relative;
        top: 0;
        opacity: 1;
        transition: 0.3s;
    }

    .menu-toggle span:last-child {
        margin: 0;
    }

    .toggled .menu-toggle span:nth-child(1) {
        transform: rotate(45deg);
        position: relative;
        top: 13px;
    }

    .toggled .menu-toggle span:nth-child(2) {
        opacity: 0;
    }

    .toggled .menu-toggle span:nth-child(3) {
        transform: rotate(-45deg);
        position: relative;
        top: -13px;
    }

    .header-mobile-menu {
        position: fixed;
        top: 0;
        left: 100vw;
        width: 100vw;
        height: 100vh;
        background: var(--dark-color);
        padding: 16.3vh 30px 30px 30px;
        overflow: auto;
        opacity: 0;
        scrollbar-color: transparent transparent;
        transition: 0.5s;
        z-index: 101;
    }

    .toggled .header-mobile-menu {
        left: 0;
        opacity: 1;
    }

    .header-mobile-menu::-webkit-scrollbar {
        width: 3px;
    }

    .header-mobile-menu::-webkit-scrollbar-thumb {
        background: var(--dark-color);
    }

    .header-mobile-menu::-webkit-scrollbar-track {
        background: var(--white-color);
    }

    .main-navigation {
        text-align: left;
    }

    .main-navigation ul {
        text-align: left;
        display: inline-block;
    }

    .main-navigation ul li {
        display: block;
        font-size: 22px;
        line-height: 28px;
        margin: 0 0 4vh;
    }

    .main-navigation ul li:last-child {
        margin-bottom: 0;
    }

    .main-navigation ul li a {
        display: inline-block;
        height: auto;
        font-size: 22px;
        line-height: 28px;
        padding: 0;
        color: var(--white-color);
    }

    .main-navigation ul li.current-menu-ancestor>a,
    .main-navigation ul li.menu-item-has-children.current-menu-ancestor>a:after {
        background: transparent;
    }

    .sticky_head .main-navigation li>a {
        height: auto;
    }

    .page-template-template-contact .main-navigation li.menu-item-42>a,
    .page-template-template-lucky-bucks .main-navigation li.menu-item-55>a,
    .page-template-template-resources .main-navigation li.menu-item-43>a,
    .page-template-template-services .main-navigation li.menu-item-41 ul li.current_page_item a,
    .page-template-template-services .main-navigation li.menu-item-41>a,
    .home .main-navigation li.menu-item-30>a,
    .main-navigation li:hover>a {
        background: transparent;
        padding: 0;
    }

    .page-template-template-services .main-navigation li.menu-item-41>a::after,
    .main-navigation ul li.menu-item-has-children>a:after {
        top: 50%;
        color: var(--white-color);
        right: 0;
    }

    .page-template-template-services .main-navigation li.menu-item-41>a {
        padding: 0 20px 0 0;
    }

    .page-template-template-services .main-navigation li.menu-item-41>a::after {
        color: var(--secondary-color);
    }

    .main-navigation ul li.menu-item-has-children:hover>a:after {
        transform: translate(0, -50%) rotate(0deg);
    }

    .main-navigation ul li.menu-item-has-children.active-sub-menu>a:after {
        transform: translate(0, -50%) rotate(-180deg);
    }

    .main-navigation ul ul,
    .main-navigation ul li.menu-item-has-children:hover ul {
        top: 0;
        left: 15px !important;
        position: relative;
        opacity: 1;
        animation: none;
        background: transparent;
        box-shadow: none;
        width: 100%;
        margin-top: 10px;
    }

    .main-navigation ul li.menu-item-has-children:hover ul {
        display: none;
    }

    .main-navigation ul ul li {
        border-bottom: none;
        margin-bottom: 10px;
    }

    .main-navigation ul ul li:last-child {
        margin-bottom: 0;
    }

    .main-navigation ul ul li a {
        padding: 0;
    }

    .main-navigation ul ul li a {
        font-size: 16px;
        color: var(--white-color);
    }

    .footer-bottom-text,
    .copy-right,
    .footer-other-link,
    .footer-bottom-link {
        display: block;
        text-align: center;
    }

    .footer-bottom-link {
        margin: 15px 0;
    }

    .h1-title {
        font-size: 60px;
        margin-bottom: 20px;
    }

    .main-banner-content h2 {
        font-size: 24px;
        margin-bottom: 31px;
    }

    .main-banner {
        padding: 210px 0 252px;
    }

    .about-us-sec {
        margin: 0;
    }

    .about-wp::before {
        right: -200px;
    }

    .about-img {
        width: 600px;
        right: 242px;
        margin-bottom: 17px;
    }

    .about-content {
        padding: 0 0 41px 0;
    }

    .h2-title {
        font-size: 38px;
        line-height: 48px;
        margin-bottom: 9px;
    }

    .h3-title {
        font-size: 28px;
        line-height: 38px;
    }

    .service-title-sec {
        margin: 0;
        padding: 58px 0 361px;
    }

    .service-title-content {
        width: 100%;
    }

    .service-img-wp {
        width: 100%;
        height: 400px;
        right: 0;
        margin-bottom: 30px;
    }

    .service-content {
        padding: 0;
    }

    .service-content .h3-title {
        margin-bottom: 10px;
    }

    .service-row.even .service-content .h3-title {
        margin-bottom: 11px;
    }

    .service-content p {
        height: auto;
        overflow: visible;
        -webkit-line-clamp: unset;
        margin-bottom: 24px;
    }

    .service-row.even {
        margin-top: 287px;
    }

    .service-row.even .service-img-wp {
        height: 400px;
    }

    .service-row.even .service-wp::before {
        height: 100%;
    }

    .service-row.even .service-content {
        padding: 0 0 60px 30px;
    }

    .service-row-wp .service-row.odd {
        margin-top: -117px;
    }

    .our-service-sec {
        padding: 0 0 70px;
    }

    .lucky-bucks-sec {
        padding: 58px 0 27px;
    }

    .lucky-bucks-sec .img {
        width: 300px;
        top: 50%;
        right: auto;
        left: 50%;
        transform: translate(-50%, -50%) rotate(30deg);
        opacity: 0.07;
    }

    .lucky-buck-content {
        margin-bottom: 0;
    }

    .lucky-buck-content .h2-title {
        margin-bottom: 10px;
    }

    .coupon-text {
        margin: 0 0 30px;
    }

    .coupon-text .h3-title {
        margin-bottom: 10px;
    }

    .coupon-text {
        margin: 0 0 20px;
    }

    .lucky-buck-content p {
        margin-bottom: 13px;
    }

    .lucky-buck-img-wp {
        margin: 0;
        transform: rotate(0);
        left: -50px;
    }

    .lucky-buck-img-wp img {
        transform: scale(1);
    }

    .lucky-buck-img-wp .img-2 {
        transform: scale(1) rotate(10deg);
        margin: -230px 0 0;
    }

    .gallery-slider .slick-list {
        margin: 0;
        left: 0;
    }

    .gallery-sec .h2-title {
        margin-bottom: 30px;
    }

    .slick-arrow {
        top: auto;
        bottom: -76px;
        right: auto;
    }

    .slick-arrow.prev-arrow {
        right: auto;
        left: 50%;
        margin-left: -55px;
    }

    .gallery-slider .slide-arrow {
        bottom: -40px;
    }

    .slick-arrow.next-arrow {
        right: 50%;
        margin-right: -55px;
    }

    .gallery-sec {
        padding: 58px 0 146px;
    }

    .helpful-content {
        display: block;
        text-align: center;
    }

    .helpful-sec {
        padding: 35px 0 40px;
    }

    .helpful-content .icon {
        margin-bottom: 8px;
    }

    .helpful-content .h3-title {
        margin-bottom: 0px;
    }

    .helpful-content p {
        margin-bottom: 10px;
    }

    .testimonial-sec {
        padding: 58px 0 45px;
    }

    .testimonial-sec .h2-title {
        margin-bottom: 19px;
    }

    .testimonial-content {
        padding: 0 10px 16px 30px;
    }

    .testimonial-author {
        padding: 0;
    }

    .testimonial-text {
        height: 200px;
        margin: -22px 0 26px;
    }

    .top-footer::before {
        display: none;
    }

    .contact-form {
        padding: 59px 0 70px;
        height: auto;
        text-align: center;
    }

    .contact-form::before {
        right: -200px;
    }

    .contact-form .h3-title {
        margin-bottom: 21px;
    }

    .footer-content {
        text-align: center;
        padding: 60px 0;
    }

    .footer-logo {
        margin-bottom: 20px;
    }

    .social-link li a.phone {
        margin: 6px 0 3px;
    }

    .social-link ul+ul {
        margin: 20px 0 0;
    }

    .social-link {
        padding-bottom: 27px;
        margin-bottom: 29px;
    }

    .client ul {
        justify-content: center;
    }

    .footer-bottom-box {
        padding: 38px 0 80px;
    }

    .main-banner.inner-banner {
        padding: 119px 0 23px;
    }

    .main-service-sec .service-row.even .service-img-wp,
    .main-service-sec .service-img-wp {
        height: 400px;
        margin-bottom: 19px;
    }

    .main-service-sec .service-row.odd {
        padding: 70px 0 63px;
    }

    .main-service-sec .service-row.even {
        padding: 71px 0 65px;
    }

    .main-service-sec .service-content {
        margin: 0;
    }

    .main-service-sec .service-content p:last-child {
        margin: 0;
    }

    .main-service-sec .service-row.even .service-content .h3-title {
        margin-bottom: 11px;
    }

    .main-service-sec .service-row.even .service-content p {
        margin-bottom: 13px;
    }

    .list {
        margin: 17px 0 0;
    }

    .filter-content {
        text-align: center;
        height: auto;
        margin-bottom: 90px;
        padding: 0 30px 24px;
    }

    .filter-sec {
        padding: 60px 0 0;
    }

    .filter-sec .h3-title {
        margin-bottom: 83px;
    }

    .h4-title {
        font-size: 22px;
        line-height: 32px;
    }

    .filter-content .icon {
        margin: 0 auto -40px;
    }

    .filter-content .h4-title {
        margin-bottom: 11px;
    }

    .resources-sec {
        padding: 60px 0 43px;
    }

    .resource-content .h3-title {
        margin-bottom: 18px;
    }

    .resource-content p {
        margin-bottom: 21px;
    }

    .main-contact-sec {
        padding: 60px 0 69px;
    }

    .main-contact-sec .contact-form {
        margin-bottom: 20px;
    }

    .contact-content {
        padding: 0;
        text-align: center;
    }

    .faq-sec {
        padding: 61px 0 43px;
    }

    .main-lucky-sec {
        padding: 60px 0 40px;
    }

    .main-lucky-sec .lucky-buck-content {
        margin-bottom: 30px;
    }

    .main-lucky-sec .h3-title {
        margin-bottom: 22px;
    }

    .lucky-buck-content .img-wp a img {
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

    .lucky-buck-content .img-wp a {
        display: block;
    }

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

    .faq-content .faq-text p {
        margin-bottom: 12px;
    }

    .all-season-img-wp {
        text-align: center;
        margin-bottom: 20px;
    }

    .main-helpful-sec .helpful-img,
    .main-helpful-sec .helpful-content {
        margin: 50px 0 0;
    }

    .main-helpful-sec {
        padding: 60px 0 70px;
    }

    .all-season-content {
        text-align: center;
    }

    .sec-btn.lg-btn {
        width: 220px;
        height: 56px;
    }
}

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

    .comment-form p.comment-form-author,
    .comment-form p.comment-form-email {
        width: 100%;
    }

    .error-404 img {
        width: 100%;
    }

    .modal-dialog {
        max-width: unset;
        width: calc(100vw - 60px);
    }

    .about-img {
        right: 40px;
    }
}

@media screen and (max-width: 575px) {
    .thank-text {
        padding-top: 80px;
    }

    .thank-text:before {
        width: 57px;
        height: 61px;
    }

    .container,
    .container-fluid {
        padding: 0 30px;
    }

    .privacy-content ol,
    .privacy-content ul,
    .entry-content ol,
    .entry-content ul {
        margin-left: 20px;
    }

    .page-numbers li a,
    .page-numbers li,
    span.page-numbers,
    .page-numbers {
        width: 35px;
        height: 35px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .page-numbers li {
        margin-bottom: 10px;
    }

    .h1-title {
        font-size: 46px;
        margin-bottom: 8px;
    }

    .banner-btn .sec-btn+.sec-btn {
        display: flex;
        margin: 20px auto 0;
    }

    .main-banner {
        padding: 180px 0 222px;
    }

    .about-img {
        width: 500px;
        right: 50px;
    }

    .our-service-sec {
        padding: 0 0 60px;
    }

    .service-title-sec {
        padding: 48px 0 361px;
    }

    .service-row.even .service-img-wp,
    .service-img-wp {
        height: 300px;
    }

    .service-row.even {
        margin-top: 277px;
    }

    .service-row.even .service-content {
        padding: 0 0 50px 30px;
    }

    .service-row-wp .service-row.odd {
        margin-top: -127px;
    }

    .lucky-bucks-sec {
        padding: 48px 0 0;
    }

    .lucky-buck-img-wp {
        left: -40px;
    }

    .gallery-sec {
        padding: 50px 0 120px;
    }

    .testimonial-sec {
        padding: 48px 0 36px;
    }

    .contact-form {
        padding: 50px 0 60px;
    }

    .footer-menu li {
        display: block;
        margin: 0 0 15px;
        padding: 0;
        border: 0;
    }

    .footer-menu li:last-child {
        margin-bottom: 0;
    }

    .footer-bottom-link ul li:first-child {
        display: block;
        border: 0;
        padding: 0;
        margin: 0 0 10px;
    }

    .footer-other-link p a {
        display: block;
    }

    .client ul {
        display: block;
    }

    .client li {
        margin: 0 0 25px;
    }

    .social-link li a.phone {
        font-size: 32px;
        line-height: 53px;
    }

    .main-service-sec .service-row.even .service-img-wp,
    .main-service-sec .service-img-wp {
        height: 300px;
    }

    .main-service-sec .service-icon {
        width: 130px;
        height: 130px;
        top: -15px;
        right: -15px;
    }

    .main-service-sec .service-icon::before {
        width: 110px;
        height: 110px;
    }

    .main-service-sec .service-icon img {
        width: 70px;
        object-fit: cover;
        object-position: center;
    }

    .main-service-sec .service-row.odd {
        padding: 60px 0 54px;
    }

    .main-service-sec .service-row.even {
        padding: 61px 0 55px;
    }

    .filter-sec {
        padding: 50px 0 0;
    }

    .h3-title {
        font-size: 26px;
        line-height: 36px;
    }

    .resources-sec {
        padding: 50px 0 29px;
    }

    .main-contact-sec {
        padding: 51px 0 59px;
    }

    .faq-sec {
        padding: 51px 0 33px;
    }

    .faq-box h3 {
        padding: 10px 50px 10px 25px;
        font-size: 16px;
        line-height: 30px;
    }

    .faq-content {
        padding: 23px 25px 33px;
    }

    .main-helpful-sec {
        padding: 51px 0 60px;
    }

    .main-helpful-sec .helpful-content .helpful-text b {
        word-break: break-all;
    }
}

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

    .container,
    .container-fluid,
    .site-header .container {
        padding: 0 15px;
    }

    .modal-dialog {
        width: calc(100vw - 30px);
    }

    .common-popup-text {
        padding: 20px 15px;
    }

    .site-branding {
        left: 15px;
    }

    .menu-toggle {
        right: 15px;
    }

    .form-input,
    .input-text,
    .select2-container--default .select2-selection--single .select2-selection__rendered,
    select {
        padding: 0 15px;
    }

    .form-input.wpcf7-textarea {
        padding: 15px;
    }

    select,
    select.form-input {
        padding-right: 25px;
    }

    .form-element i {
        right: 10px;
    }

    .popup-title {
        padding: 10px 65px 10px 15px;
    }

    .common-popup-text {
        padding: 20px 15px !important;
        max-height: 75vh;
    }

    .about-img {
        width: 350px;
        right: 36px;
    }

    .service-row.even .service-img-wp,
    .service-img-wp {
        height: 280px;
    }

    .service-row.even .service-content {
        padding: 0 0 50px 15px;
    }

    .testimonial-content {
        padding: 0 10px 16px 15px;
    }

    .testimonial-author {
        display: block;
    }

    .testimonial-author .testimonial-name {
        margin-bottom: 12px;
    }

    .lucky-buck-img-wp {
        margin: 20px 0 0;
        left: -20px;
    }

    .main-service-sec .service-row.even .service-img-wp,
    .main-service-sec .service-img-wp {
        height: 280px;
    }

    .filter-content {
        padding: 0 15px 24px;
    }

    .faq-box h3 {
        padding: 10px 30px 10px 15px;
    }

    .faq-box h3 span {
        right: 15px;
    }

    .faq-content {
        padding: 19px 15px 24px;
    }

    .main-lucky-sec {
        padding: 51px 0 30px;
    }
}

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