/*!
Theme Name: M. Jack Electric Inc.
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: m-jack-electric-inc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
    # Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea,
p {
    color: var(--dark-color);
    font-size: 16px;
    line-height: 26px;
}

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

.main-navigation {
    clear: both;
    display: inline-block;
    float: none;
    width: auto;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 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;
}

.main-navigation li a {
    transition: var(--transition);
    position: relative;
}

@media screen and (min-width: 992px) {
    .header-top {
        display: flex;
        height: var(--header-top-height);
        justify-content: flex-end;
        align-items: center;
        transition: var(--transition);
    }

    .header-wp {
        height: var(--header-bottom-height);
        border-radius: 45px;
        background: var(--white-color);
        padding: 10px 110px 10px 100px;
        transition: var(--transition);
    }

    .sticky_head .header-wp {
        border-radius: 0 0 45px 45px;
        box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
    }

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

    .main-navigation ul ul li.menu-item-has-children {
        padding-right: 0;
    }

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

    .main-navigation li.current-menu-ancestor ul li.current_page_item > a,
    .main-navigation ul ul li:hover > a {
        background: var(--secondary-color);
        color: var(--white-color);
    }

    .main-navigation li.current-menu-ancestor.menu-item-has-children:not(.sub-menu li.current-menu-ancestor.menu-item-has-children)::after {
        color: var(--primary-color);
    }

    .main-navigation ul ul li.current-menu-ancestor::after {
        color: var(--white-color);
    }

    .main-navigation ul.menu > li.menu-item-has-children:hover > a,
    .main-navigation ul.menu > li > a:hover,
    .main-navigation ul.menu > li.current-menu-item > a,
    .main-navigation ul.menu > li.current-menu-parent > a,
    .main-navigation ul.menu > li.current-menu-ancestor > a {
        -webkit-text-stroke-width: 1px;
        color: var(--primary-color);
    }

    /***** If Dropdown Menu CSS Avaliable Than Remove This CSS Start *****/
    .main-navigation ul li.menu-item-has-children:hover > ul.sub-menu:not(.dropdown-menu-wp ul .sub-menu) {
        display: block;
        top: 100%;
        left: 0;
        opacity: 1;
        animation: swip_up var(--transition) linear 1;
    }

    /***** If Dropdown Menu CSS Avaliable Than Remove This CSS End *****/

    .main-navigation ul .sub-menu:not(.dropdown-menu-wp ul .sub-menu) {
        position: absolute;
        top: 100%;
        left: -999em;
        float: none;
        width: 260px;
        background: var(--white-color);
        box-shadow: 0 0 10px rgba(60, 140, 244, 0.15);
        text-align: left;
        padding-left: 0;
        display: none;
        opacity: 0;
    }

    .main-navigation ul li.menu-item-has-children:hover .dropdown-menu-wp {
        display: block;
        opacity: 1;
    }

    .main-navigation .dropdown-menu-wp ul li.menu-item-has-children {
        padding-block: 4px;
    }

    .main-navigation ul ul li.menu-item-has-children:hover > ul.sub-menu:not(.dropdown-menu-wp ul .sub-menu) {
        top: 0;
        left: 100%;
    }

    .main-navigation ul ul li.menu-item-has-children:hover > ul.sub-menu:not(.dropdown-menu-wp ul .sub-menu) {
        top: 0;
        left: 100%;
        animation: unset;
    }

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

    .main-navigation ul.menu ul li.menu-item-has-children:hover > a,
    .main-navigation ul.menu ul li a:hover,
    .main-navigation ul li.current-menu-ancestor ul.sub-menu > li.current-menu-item > a,
    .main-navigation ul li.current-menu-ancestor ul.sub-menu > li.current-menu-ancestor > a {
        color: var(--white-color);
        background-color: var(--primary-color);
    }
}

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

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

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

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

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

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

/*========== Form CSS Start ==========*/
.form-element i {
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 16px;
    color: var(--white-color);
    pointer-events: none;
}

.wpcf7-form-control-wrap {
    margin-bottom: 29px;
}

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

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

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

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

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

select option {
}

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

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

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

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

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

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

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

.comment-form-cookies-consent label::before {
    border-radius: 0;
    border-width: 1px;
    border-color: var(--dark-color);
}

span.wpcf7-list-item-label::after,
.woocommerce-form__label-for-checkbox span::after,
.comment-form-cookies-consent label::after {
    --radio-label-inner-size: 12px;
    content: "";
    position: absolute;
    top: 2px;
    left: 4px;
    width: var(--radio-label-inner-size);
    height: var(--radio-label-inner-size);
    border-radius: calc(var(--radio-label-inner-size) * 0.5);
    background: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    opacity: 0;
    transition: var(--transition);
    z-index: 0;
}

.wpcf7-radio span.wpcf7-list-item-label::after {
    top: 6px;
}

.comment-form-cookies-consent label::after {
    left: 0;
}

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

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

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

.wpcf7-checkbox span.wpcf7-list-item-label::after {
    left: 0;
    background: var(--primary-color);
}

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 .wpcf7-list-item-label::before {
    border-color: var(--red-color);
    opacity: 0.7;
}

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

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

.wpcf7-list-item {
    margin: 0 20px 0 0;
}

.wpcf7-checkbox .wpcf7-list-item:last-child,
.wpcf7-radio .wpcf7-list-item:last-child {
    margin: 0;
}

.form-input-file {
    position: relative;
    height: 48px;
    background: 0 0;
    border-radius: 0;
    border: 1px solid var(--black-color);
    margin-bottom: var(--gutter);
}

.form-box.form-input-file {
    height: auto;
    border: 0;
}

.form-input-file p {
    color: var(--black-color);
    line-height: 1;
    margin-bottom: 0;
}

.form-box.form-input-file p {
    line-height: inherit;
}

.form-input-file .wpcf7-form-control-wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.form-box.form-input-file .wpcf7-form-control-wrap {
    position: relative;
}

.form-input-file [type="file"] {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

.form-box.form-input-file input[type="file"] {
    width: 76px;
    height: 73px;
    line-height: 1;
}

.form-input-file .icon-label {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 15px;
}

.form-box.form-input-file .input-file-icon {
    position: absolute;
    top: 30px;
    left: 0;
    width: 76px;
    height: 73px;
    background: var(--input-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: var(--gutter);
    height: 1px;
    background-color: var(--black-color);
}

.form-box.form-input-file .input-file-icon::after {
    width: 1px;
    height: var(--gutter);
}

.form-input-file .icon-label label {
    font-weight: inherit;
    font-size: 14px;
    line-height: 22px;
}

.form-input-file .icon-label label span {
    color: var(--black-color);
    font-weight: 600;
    margin-left: 3px;
}

.form-input-file .input-file-text {
    color: var(--black-color);
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 3px;
    font-size: 14px;
    line-height: 24px;
}

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

/*==========Common CSS ==========*/
:root {
    --primary-color: #b93537;
    --secondary-color: #2a2f6c;
    --dark-color: #181818;
    --dark-color-02: #121212;
    --dark-color-03: #02050a;
    --dark-color-04: #272727;
    --dark-color-05: #1c1c1d;
    --dark-color-06: #222222;
    --common-color: #707070;
    --white-color: #ffffff;
    --black-color: #000000;
    --red-color: #ff0000;
    --input-color: #ffffff;
    --box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
    --space-80: 80px;
    --skew-15: 15deg;
    --skew-15-n: calc(var(--skew-15) * -1);
    --body-font: "Exo";
    --title-font: "Exo";
    --transition: 0.3s;
    --gutter: 30px;
}

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

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

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

p a,
a {
    color: var(--primary-color);
    transition: var(--transition);
}

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

.h1-title {
    font-size: 48px;
    line-height: 1.4375;
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 11px;
}

.h2-title {
    font-size: 36px;
    line-height: 1.3333333;
    margin-bottom: 10px;
}

.h2-title span {
    font-weight: 400;
    color: var(--primary-color) !important;
    display: inline-block;
}

.h3-title {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 0;
}

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

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

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

@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: 14px;
    line-height: 17px;
    transition: var(--transition);
}

.sec-btn,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    width: 170px;
    height: 54px;
    background: var(--primary-color);
    border: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    font-size: 16px;
    line-height: 19px;
    color: var(--white-color);
    font-weight: 700;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    outline: none !important;
    transition: var(--transition);
    overflow: hidden;
    position: relative;
    z-index: 2;
    -webkit-appearance: none;
    appearance: none;
}

.sec-btn:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background: var(--white-color);
    color: var(--dark-color-02);
}

.sec-btn.lg-btn {
    width: 200px;
}

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

/*========== Modal Popup CSS Start ==========*/
.modal-content {
    background: var(--white-color);
    -webkit-mask-image: -webkit-radial-gradient(var(--white-color), var(--black-color));
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    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: var(--transition);
    border: none;
}

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

.modal-dialog {
    max-width: 700px;
}

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

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

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

/*==========Slider CSS Start ==========*/
.slick-dots li {
    margin: 0 12px 0 0;
}

.slick-dots li button {
    width: 14px;
    height: 14px;
    background: transparent;
    border: 2px solid var(--dark-color);
    border-radius: 50px;
    transition: var(--transition);
}

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

.slick-arrow {
    --slick-arrow-size: 30px;
    bottom: 0;
    left: 0;
    width: var(--slick-arrow-size);
    height: var(--slick-arrow-size);
    background: var(--primary-color);
    color: var(--white-color);
}

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

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

/*==========Slider CSS End==========*/

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

.site-header {
    --header-top-height: 90px;
    --header-bottom-height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.sticky_head .header-top {
    margin-top: calc(var(--header-top-height) * -1);
}

.header-contact-info-wp {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 100%;
    gap: 16px;
}

.header-contact-info ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-contact-info ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-contact-info ul li a {
    display: inline-block;
    font-size: 14px;
    line-height: 17px;
    color: var(--white-color);
    text-decoration: underline !important;
}

.header-contact-info ul li a:hover {
    color: var(--white-color);
    opacity: 0.85;
}

.address-box a {
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid var(--white-color);
}

.address-box a:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}

.call-btn.sec-btn {
    height: 30px;
    border: 0;
    border-radius: 15px;
    padding: 0 5px 0 44px;
    overflow: visible;
}

.call-btn .call-icon {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background-color: var(--dark-color-03);
    color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    padding: 2px;
    position: absolute;
    top: 0;
    left: 0;
    transition: var(--transition);
}

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

.site-branding {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 52px;
}

.site-branding a {
    width: 70px;
}

.site-branding a img {
    object-fit: cover;
}

.header-menu {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.main-navigation ul:not(.main-navigation ul ul):not(.main-navigation ul ul ul) {
    display: flex;
    align-items: center;
    gap: 39px;
}

.main-navigation ul > li > a {
    font-size: 14px;
    line-height: 17px;
    color: var(--dark-color);
}

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

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

.main-banner {
    position: relative;
    padding: 320px 0 220px;
}

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

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

.main-banner .banner-content .h1-title span {
    display: inline-block;
    padding: 0px 17px;
    background-color: rgb(39 39 39 / 80%);
    margin-bottom: 11px;
}
.main-banner .banner-content .h1-title span.light-font {
    font-weight: 400;
}

.main-banner .banner-content .h1-title span:last-child {
    margin-bottom: 0;
}

.banner-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px 30px;
    margin-top: 40px;
}

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

/*==========About Section CSS Start==========*/

.about-sec {
    --extra-shape-space: 83px;
    position: relative;
    padding: 77px 0 var(--extra-shape-space);
}

.about-image-box {
    height: 100%;
    position: relative;
}

.about-image-box:after {
    content: "";
    position: absolute;
    top: 100%;
    width: 200vw;
    height: var(--extra-shape-space);
    background-color: var(--primary-color);
    right: 50%;
    transform: translate(340px) skewX(69deg);
    z-index: 2;
}

.about-image {
    position: relative;
    right: 52px;
    width: 46.5vw;
    min-height: 523px;
    height: 100%;
    float: right;
}

.about-content {
    margin-left: 18px;
    margin-right: -88px;
}

.about-content .sec-title {
    margin-bottom: 17px;
}

.about-content .sec-title h6 {
    font-size: 16px;
    line-height: 24px;
}

.our-founder-text {
    margin-top: 44px;
}

.our-founder-text .h3-title {
    margin-bottom: 19px;
}

/*==========About Section CSS End==========*/

/*==========Our Services Section CSS Start==========*/

.ou-services-sec {
    padding: 60px 0 102px;
    background-color: var(--dark-color);
}

.ou-services-sec .ou-services-title .sec-title {
    text-align: center;
    margin-bottom: 72px;
}

.ou-services-sec .ou-services-title .sec-title .h2-title span {
    font-weight: 300;
}

.services-row:not(:last-child) {
    margin-bottom: 120px;
}

.services-content .h2-title {
    font-weight: 800;
}

.services-content .sec-title {
    margin-bottom: 15px;
}

.services-content-description-text p {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.services-content-btn {
    margin-top: 17px;
}

.services-image-box {
    position: relative;
    top: 0;
    left: 0;
    height: 330px;
    transform: skewX(var(--skew-15-n));
    overflow: hidden;
    margin-left: 55px;
    margin-right: 45px;
}

.services-image-box .services-image {
    transform: skewX(var(--skew-15)) translate(-50%);
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% + 100px);
    height: 100%;
    transition: var(--transition);
}

.even .services-image-box {
    margin-left: 45px;
    margin-right: 55px;
}

/*==========Our Services Section CSS End==========*/

/*==========Brand Slider Section CSS Start==========*/

.brand-slider-sec {
    padding: 120px 0 142px;
    margin-inline: 142px;
}

.brand-slider-sec .sec-title {
    text-align: center;
    margin-bottom: 80px;
}

.brand-slider-sec .sec-title .h2-title span {
    font-weight: 300;
}

.brand-slider-wp .row {
    --gutter: 66px;
}

.brand-slider-wp .slick-dots {
    bottom: -78px;
}

.brand-slider-wp .slick-track {
    height: 100%;
    display: flex;
    align-items: center;
}

.brand-slider-wp .slick-slider [class*="col-"] {
    height: auto;
}

.brand-logo {
    display: flex;
    align-items: center;
    height: 100%;
}

.brand-logo img {
    max-width: 305px;
    max-height: 120px;
    width: 100%;
}

/*==========Brand Slider Section CSS End==========*/

/*==========Gallery Slider Section CSS Start==========*/

.gallery-sec {
    position: relative;
    border-top: 8px solid var(--primary-color);
    border-bottom: 8px solid var(--primary-color);
}

.gallery-slider .slick-list {
    --gutter: 0;
    overflow: visible;
    padding-right: 85px;
    right: 340px;
}

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

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

.gallery-img-wp {
    position: relative;
    display: block;
    width: 100%;
    height: 330px;
    transform: skewX(var(--skew-15-n));
    overflow: hidden;
}

.gallery-img {
    width: calc(100% + 90px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%) skewX(var(--skew-15));
}

/*==========Gallery Slider Section CSS End==========*/

/*==========Affiliates Section CSS Start==========*/

.affiliates-sec {
    position: relative;
    padding: 251px 0 204px;
    background-color: var(--dark-color);
}

.affiliates-image-box {
    position: relative;
}

.affiliates-image-box::after {
    content: "";
    position: absolute;
    top: -77px;
    right: 50%;
    transform: translate(0px) skewX(47deg);
    width: 180%;
    height: 683px;
    background-color: var(--secondary-color);
    z-index: -1;
}

.affiliates-image {
    position: relative;
    right: 52px;
    width: 885px;
    height: 523px;
    float: right;
}

.affiliates-content {
    margin-top: 75px;
    margin-left: 103px;
    margin-right: -103px;
}

.affiliates-content .sec-title {
    margin-bottom: 15px;
}

.affiliates-content .h2-title {
    font-weight: 800;
}

.affiliates-content-btn {
    margin-top: 40px;
}

/*==========Affiliates Section CSS End==========*/

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

.top-footer {
    position: relative;
    padding: 123px 0 124px;
}

.top-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--white-color);
    opacity: 0.82;
    z-index: 1;
}

.footer-content {
    margin-left: 100px;
}

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

.footer-logo a {
    width: 120px;
}

.footer-logo a img {
    width: 100%;
    object-fit: cover;
}

.footer-logo-about {
    margin-bottom: 19px;
}

.footer-logo-about p {
    color: var(--dark-color-05);
}

.footer-contact-info ul li {
    display: flex;
    gap: 10px;
    margin-bottom: 23px;
}
.footer-contact-info ul li .footer-contact-text a:last-child,
.footer-contact-info ul li:last-child {
    margin-bottom: 0;
}

.footer-contact-info ul li .footer-contact-text a {
    display: block;
    font-size: 16px;
    line-height: 19px;
    text-decoration: underline !important;
    color: var(--dark-color-05);
    margin-bottom: 5px;
}

.footer-contact-info ul li .footer-contact-text a:hover {
    color: var(--primary-color);
}

.footer-contact-info ul li .icon img {
    filter: brightness(0%);
}

.footer-call-btn {
    margin-top: 26px;
}

.footer-call-btn .call-btn.sec-btn {
    width: 189px;
    height: 46px;
    border-radius: 23px;
    padding: 0 5px 0 50px;
    background-color: var(--dark-color-06);
}

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

.footer-call-btn .call-btn .call-icon {
    width: 46px;
    height: 46px;
    border-radius: 50px;
    font-size: 17px;
    background-color: var(--primary-color);
    color: var(--white-color);
}

.footer-call-btn .call-btn.sec-btn:hover .call-icon {
    background-color: var(--dark-color-06);
}

.footer-contact-form-wp {
    margin-right: 100px;
}

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

.contact-form .submit-btn {
    margin-top: 2px;
}

.contact-form .submit-btn .sec-btn {
    height: 46px;
    line-height: 30px;
    letter-spacing: 0.025em;
}

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

.footer-bottom-box {
    position: relative;
    background-color: var(--dark-color-05);
    padding: 56px 0 60px;
}

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

.footer-menu ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 0;
    gap: 10px 0;
}

.footer-menu ul li {
    border-right: 1px solid var(--white-color);
    padding-right: 6px;
    margin-right: 6px;
    font-size: 13px;
    line-height: 13px;
}

.footer-menu ul li a {
    font-size: 13px;
    line-height: 13px;
    color: var(--white-color);
    display: block;
}

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

.footer-menu ul li.current_page_item a,
.footer-menu ul li a:hover {
    color: var(--primary-color);
}

.footer-bottom-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 8px;
}

.copy-right,
.footer-other-link {
    display: inline-block;
}

.copy-right p,
.footer-other-link p {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 0;
    color: var(--white-color);
}

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

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

.footer-bottom-link ul li:first-child {
    padding-left: 8px;
    margin-left: 4px;
    border-left: 1px solid var(--white-color);
}

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

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

.footer-bottom-link ul li a {
    font-size: 13px;
    line-height: 13px;
    color: var(--white-color);
    transition: var(--transition);
}

.footer-bottom-link ul li a:hover {
    color: var(--primary-color);
}

.footer-other-link p a {
    color: var(--primary-color);
    transition: var(--transition);
}

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

.footer-other-link p i {
    color: var(--primary-color);
}

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

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

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

.cta-btn .sec-btn {
    height: 46px;
    background-color: var(--secondary-color);
}

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

/*==========CTA Button 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 rgba(0, 0, 0, 0.16);
    cursor: pointer;
    display: none;
    z-index: 50;
    transition: var(--transition);
}

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

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

/*========== Inner Page CSS Start ==========*/
.main-banner.inner-banner {
    position: relative;
    min-height: 783px;
}

.main-banner.inner-banner .banner-btn {
    margin-top: 32px;
}

.inner-page-text {
    padding: var(--space-80) 0;
}

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

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

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

/*========== Inner Page CSS End ==========*/

/*========== Services Page CSS Start ==========*/

.page-id-30 .services-about-info-sec {
    border-bottom: 1px solid var(--common-color);
}

.services-about-info-sec {
    padding: 80px 0 83px;
    background-color: var(--dark-color);
}

.services-about-info-content {
    margin: 0 auto;
    max-width: 1000px;
    text-align: center;
}

.services-about-info-content p {
    font-size: 20px;
    line-height: 30px;
}

.services-about-sec .about-content .h2-title {
    font-weight: 800;
    text-transform: none;
}

.services-about-sec .about-content:first-child {
    margin-top: 0;
}

.services-about-sec .about-content {
    margin-top: 60px;
}

.services-about-sec .about-description p {
    margin-bottom: 50px;
}

.services-about-sec .about-description p:last-of-type {
    margin-bottom: 0;
}

.services-about-sec .about-description ul li {
    font-size: 18px;
    margin-bottom: 20px;
}

.services-about-sec .about-description ul li:last-child {
    margin-bottom: 0 !important;
}

.services-about-bottom-sec.services-about-sec .about-description ul li {
    font-size: 16px;
}

.services-box-sec {
    padding: 120px 0;
    background-color: var(--dark-color);
}

.services-box-wp {
    margin: 0px -33px;
}

.page-id-34 .services-box-sec .sec-title {
    max-width: 580px;
}

.services-box-sec .sec-title {
    text-align: center;
    max-width: 530px;
    margin: 0 auto 80px;
}

.services-box-row-wp .row {
    --gutter-y: var(--gutter);
}

.services-box {
    position: relative;
    height: 100%;
    padding: 28px;
    border: 4px solid var(--white-color);
    min-height: 159px;
}

.services-box .h3-title {
    line-height: 1.3333333;
    margin-bottom: 16px;
}

.why-choose-services-sec {
    padding: 100px 0;
    background-color: var(--primary-color);
}

.why-choose-services-sec .sec-title {
    text-align: center;
    margin-bottom: 54px;
}

.why-choose-services-sec .sec-title .h2-title span {
    color: var(--white-color) !important;
}

.why-choose-box-row .row {
    --gutter-y: var(--gutter);
}

.why-choose-box {
    padding: 32px;
    height: 100%;
    min-height: 279px;
    box-shadow: 20px 13px 40px rgb(0 0 0 / 5%);
    background-color: var(--white-color);
}

.why-choose-icon {
    margin-bottom: 15px;
}

.why-choose-box h5 {
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.025em;
    margin-bottom: 8px;
}

.page-id-26 .services-bottom-contact-sec {
    --extra-space: 0;
}

.services-bottom-contact-sec {
    --extra-space: 120px;
    position: relative;
    background-color: var(--secondary-color);
    padding: 64px 0;
    margin-top: var(--extra-space);
}

.services-bottom-contact-sec::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: var(--extra-space);
    background-color: var(--dark-color);
    z-index: 1;
}

.services-bottom-contact-box {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.services-bottom-contact-box .sec-title {
    margin-bottom: 15px;
}

.services-bottom-contact-box .h2-title {
    font-weight: 800;
}

.services-bottom-contact-description-text p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
}

.services-bottom-content-btn {
    margin-top: 24px;
}

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

/*========== Affiliates Page CSS Start ==========*/

.page-template-template-affiliates .services-bottom-contact-sec {
    --extra-space: 0;
}

.affiliates-box-sec .sec-title .h2-title span {
    display: block;
}

.affiliates-box-sec.services-box-sec .services-box-wp {
    margin: 0px -90px;
}

.affiliates-box-sec.services-box-sec {
    padding: 150px 0 165px;
}

.affiliates-box-sec.services-box-sec .sec-title {
    margin: 0 auto 80px;
}

.affiliates-box-sec.services-box-sec .services-box-row-wp .row {
    --gutter: 87px;
    --gutter-y: 132px;
}

.affiliates-box-sec.services-box-sec .services-box {
    display: flex;
    flex-direction: column;
}

.affiliates-box-sec.services-box-sec .services-box-description-text {
    margin-right: -16px;
    height: 96px;
    padding: 0;
    margin-bottom: 25px;
}

.affiliates-box-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 94px;
    background-color: var(--white-color);
    border: 1px solid var(--common-color);
    margin: auto auto -78px;
}

.affiliates-box-logo img {
    max-width: 130px;
    max-height: 82px;
}

/*========== Affiliates Page CSS End ==========*/

/*========== Contact Page CSS Start ==========*/

.page-template-template-contact .services-bottom-contact-sec {
    --extra-space: 0;
}

/*========== Contact Page CSS End ==========*/

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

.main-banner.inner-banner.common-banner {
    min-height: 100%;
}

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

/*========== Thank You Page CSS Start ==========*/
.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: var(--transition);
}

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

/*========== Thank You Page CSS End ==========*/

/*==========Site Map CSS Start==========*/
.site-map li a {
    color: var(--primary-color);
}

.site-map li::marker {
    color: var(--primary-color);
}

/*==========Site Map CSS End==========*/

/*========== View All Services CSS Start ==========*/
.footer-last .text,
.menu-seo-menu-container ul li a {
    font-size: 14px;
    line-height: 20px;
    color: var(--white-color);
    cursor: pointer;
    transition: var(--transition);
}

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

.menu-seo-menu-container ul li a {
    padding-right: 7px;
    margin-right: 7px;
    border-right: 1px solid var(--dark-color);
    transition: var(--transition);
}

.menu-seo-menu-container ul li a:hover {
    color: var(--primary-color);
}

/*========== View All Services CSS End ==========*/

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

.page-template-template-seo .main-banner {
    padding: 300px 0 120px;
}

.page-template-template-seo .main-banner .banner-content {
    text-align: left;
}

.page-template-template-seo .main-banner .banner-content .banner-btn {
    justify-content: left;
}

.page-template-template-seo .main-banner .h1-title {
    font-size: 36px;
}

.seo-form-wp {
    padding: 30px;
    background-color: rgb(255 255 255 / 85%);
}

.seo-form-wp .h2-title {
    font-size: 30px;
}

.main-seo-content {
    position: relative;
    padding: var(--space-80) 0;
}

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

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

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

.main-seo-content .excerpt-content {
    max-height: 325px;
    position: relative;
}

.main-seo-content .excerpt-content:not([style*="max-height: unset;"]):before {
    content: "";
    position: absolute;
    width: 100%;
    height: 120px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, white, transparent);
    pointer-events: none;
}

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

/*========== Blog CSS Start ==========*/
.posted-on a,
.byline a,
.widget ul li a,
.entry-title a,
.logged-in-as a {
    transition: var(--transition);
    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);
}

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

.entry-footer span a:hover {
    color: var(--primary-color);
    text-decoration: underline !important;
}

.entry-title {
    font-size: 30px;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.widget-area .widget_search .wp-block-search .wp-block-search__input,
.page-content .wp-block-search .wp-block-search__input,
.search-form .search-field {
    background: var(--white-color);
    font-size: 16px;
    color: var(--dark-color);
    outline: none;
    width: 100%;
    height: 50px;
    border-radius: 0;
    border: 1px solid var(--primary-color);
    padding: 13px 95px 12px 20px;
    -webkit-appearance: none;
    appearance: none;
}

.widget-area .widget_search .wp-block-search .wp-block-search__button,
.page-content .wp-block-search .wp-block-search__button,
.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(--primary-color);
    flex: 1;
    transition: var(--transition);
}

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

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

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

.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: var(--transition);
}

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

.avatar.photo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.wp-block-latest-comments__comment-meta a:hover {
    color: var(--dark-color);
}

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

.comment-meta .url:hover,
.comment-content a:hover {
    color: var(--dark-color);
    text-decoration: none !important;
}

.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: var(--transition);
}

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

.comment-reply-title small a:hover {
    color: var(--dark-color);
}

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

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

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

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

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

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

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

.result-pagination li a,
.result-pagination li,
.result-pagination .page-numbers {
    --pagination-size: 50px;
    width: var(--pagination-size);
    height: var(--pagination-size);
    background: var(--white-color);
    box-shadow: 0 10px 40px rgba(37, 58, 105, 0.09);
    border-radius: 10px;
    color: var(--dark-color);
    font-size: 20px;
    z-index: 10;
    transition: var(--transition);
}

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

.page-numbers li a,
.page-numbers li,
span.page-numbers,
.page-numbers {
    width: 50px;
    height: 50px;
    background: var(--secondary-color);
    box-shadow: 0 10px 40px rgba(37, 58, 105, 0.09);
    border-radius: 8px;
    border: none;
    outline: none;
    color: var(--white-color);
    font-size: 18px;
    z-index: 10;
    transition: var(--transition);
    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);
}

.entry-content .submit-btn .sec-btn {
    color: var(--white-color);
}

.search-results .content-area .sec-btn:hover,
.entry-content .submit-btn .sec-btn:hover {
    background-color: var(--dark-color);
    color: var(--white-color);
}

.search-results .main-banner.inner-banner.common-banner .banner-content .h1-title,
.search-no-results .main-banner.inner-banner.common-banner .banner-content .h1-title {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

.search-results .content-area .sec-btn{
    margin: 10px 0;
}

/*========== End of Blog CSS ==========*/

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

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

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

/*==========Responsive Start==========*/
@media screen and (min-width: 1400px) {
    .container {
        max-width: 1200px;
    }
}

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

    .main-banner .banner-content .h1-title {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
    }

    .about-image {
        width: 48vw;
    }

    .about-image-box:after {
        transform: translate(390px) skewX(69deg);
    }

    .affiliates-image-box::after {
        transform: translate(65px) skewX(47deg);
    }
}

@media screen and (max-width: 1499px) {
    .about-content {
        margin-left: 0;
        margin-right: -50px;
    }

    .affiliates-content {
        margin-left: 0;
        margin-right: -50px;
    }

    /*========== Affiliates Page CSS Start ==========*/

    .affiliates-box-sec.services-box-sec .services-box-wp {
        margin: 0px -30px;
    }

    .affiliates-box-sec.services-box-sec .services-box-row-wp .row {
        --gutter: 30px;
        --gutter-y: 120px;
    }

    /*========== Affiliates Page CSS End ==========*/
}

@media screen and (max-width: 1399px) {
    .header-wp {
        padding: 12px 60px 10px;
    }

    .about-image-box:after {
        transform: translate(325px) skewX(69deg);
    }

    .about-content {
        margin-right: 0;
    }

    .affiliates-image-box::after {
        transform: translate(43px) skewX(41deg);
    }

    .affiliates-content {
        margin-right: 0;
    }

    .footer-content {
        margin-left: 50px;
    }

    .footer-contact-form-wp {
        margin-right: 50px;
    }

    /*========== Services Page CSS Start ==========*/

    .affiliates-box-sec.services-box-sec .services-box-wp,
    .services-box-wp {
        margin: 0px;
    }

    .affiliates-box-sec.services-box-sec .services-box-description-text {
        height: 120px;
    }

    /*========== Services Page CSS End ==========*/
}

@media screen and (max-width: 1199px) {
    .header-wp {
        padding: 12px 30px 10px;
    }

    .about-image {
        right: 0;
        width: 49vw;
    }

    .about-image-box:after {
        transform: translate(333px) skewX(69deg);
    }

    .brand-slider-sec {
        margin-inline: 50px;
    }

    .brand-slider-wp .row {
        --gutter: 30px;
    }

    .affiliates-image {
        right: 0;
    }

    .affiliates-sec {
        padding: 190px 0 170px;
    }

    .footer-content {
        margin-left: 0;
    }

    .footer-contact-form-wp {
        margin-right: 0;
    }

    /*========== Services Page CSS Start ==========*/

    .main-banner.inner-banner {
        min-height: 100%;
    }

    .services-about-sec .about-content {
        margin-top: 30px;
    }

    .services-box-sec {
        padding: 100px 0;
    }

    .services-box {
        padding: 20px;
    }

    .services-about-info-content,
    .services-bottom-contact-box {
        max-width: 100%;
    }

    .services-bottom-contact-sec {
        --extra-space: 100px;
    }

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

    /*========== Affiliates Page CSS Start ==========*/

    .affiliates-box-sec.services-box-sec {
        padding: 100px 0 150px;
    }

    .affiliates-box-sec.services-box-sec .services-box-description-text {
        height: 140px;
    }

    /*========== Affiliates Page CSS End ==========*/
}

@media screen and (max-width: 991px) {
    .privacy-content h2,
    .entry-content h2 {
        font-size: 32px;
    }
    .header-top {
        display: none;
    }

    .header-wp {
        padding: 0;
    }

    .site-header {
        height: 80px;
        background: var(--white-color);
        box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
    }

    .site-branding {
        position: fixed;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        height: 80px;
        margin-left: 0;
    }

    .menu-toggle {
        --menu-toggle-rotate: 45deg;
        --menu-toggle-space: 11px;
        position: fixed;
        top: 27px;
        left: 30px;
        border: none;
        outline: none !important;
        background: transparent;
        width: 35px;
        padding: 0;
        z-index: 105;
    }

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

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

    .toggled .menu-toggle span:nth-child(1) {
        transform: rotate(var(--menu-toggle-rotate));
        top: var(--menu-toggle-space);
    }

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

    .toggled .menu-toggle span:nth-child(3) {
        transform: rotate(calc(var(--menu-toggle-rotate) * -1));
        top: calc(var(--menu-toggle-space) * -1);
    }

    .header-num-link {
        position: absolute;
        top: 27px;
        right: 30px;
        font-size: 26px;
        color: var(--primary-color);
        transition: var(--transition);
    }

    .header-mobile-menu::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 80px;
        background: var(--dark-color);
        z-index: 1;
        pointer-events: none;
    }

    .header-mobile-menu {
        background: var(--dark-color);
        padding: 16.3vh 30px 30px 30px;
    }

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

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

    .main-navigation ul:not(.main-navigation ul ul):not(.main-navigation ul ul ul) {
        display: block;
    }

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

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

    .main-navigation ul li.menu-item-has-children {
        padding-right: 15px;
    }

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

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

    .main-navigation ul li.menu-item-has-children::after {
        top: 0;
        color: var(--white-color);
        transform: unset;
        font-size: 18px;
    }

    .main-navigation ul ul li.menu-item-has-children::after {
        font-size: 16px;
    }

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

    .main-navigation ul ul {
        display: block;
        top: 0;
        left: 15px !important;
        position: relative;
        opacity: 1;
        animation: none;
        background: transparent;
        box-shadow: none;
        width: 100%;
        display: none;
        margin-top: 15px;
    }

    .main-navigation ul ul ul {
        padding-left: 0;
    }

    .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 {
        display: inline-block;
        border: 0;
        padding: 0;
        font-size: 16px;
    }

    .main-navigation ul ul ul li a {
        font-size: 14px;
    }

    .main-navigation ul.menu > li.current-menu-item > a,
    .main-navigation ul.menu > li.current-menu-parent > a,
    .main-navigation ul.menu > li.active-sub-menu > a,
    .main-navigation ul.menu > li.current-menu-ancestor > a {
        color: var(--primary-color);
    }

    .main-navigation ul.menu > li.current-menu-ancestor::after,
    .main-navigation ul li.menu-item-has-children.active-child-menu::after,
    .main-navigation ul li.menu-item-has-children.active-sub-menu::after {
        color: var(--primary-color);
    }

    .main-navigation ul li.current-menu-ancestor ul.sub-menu > li.current-menu-ancestor > a,
    .main-navigation ul li.current-menu-ancestor ul li.current-menu-item > a {
        color: var(--primary-color);
    }

    .header-call-btn {
        margin-top: 4.4vh;
    }

    .call-btn.sec-btn {
        height: 50px;
        border-radius: 50px;
        width: 200px;
    }

    .call-btn .call-icon {
        width: 50px;
        height: 50px;
        font-size: 16px;
        background-color: var(--white-color);
        color: var(--dark-color);
    }

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

    .page-template-template-seo .main-banner .h1-title,
    .h1-title {
        font-size: 42px;
    }

    .h2-title {
        font-size: 32px;
    }

    .main-banner {
        padding: 220px 0 200px;
    }

    .about-sec {
        --extra-shape-space: 80px;
        padding: 80px 0 var(--extra-shape-space);
    }

    .about-image {
        width: 100vw;
        min-height: 100%;
        height: 100%;
        aspect-ratio: 1 / 0.505;
    }

    .about-image-box:after {
        transform: translate(420px) skewX(62deg);
    }

    .about-content {
        margin-bottom: 40px;
    }

    .our-founder-text {
        margin-top: 20px;
    }

    .ou-services-sec {
        padding: 60px 0 80px;
    }

    .ou-services-sec .ou-services-title .sec-title {
        margin-bottom: 45px;
    }

    .even .services-image-box,
    .services-image-box {
        transform: none;
        margin: 0;
    }

    .services-image-box .services-image {
        transform: none;
        width: 100%;
        left: 0;
    }

    .services-content {
        margin-top: 40px;
    }

    .services-row:not(:last-child) {
        margin-bottom: 80px;
    }

    .brand-slider-sec {
        padding: 80px 0 130px;
        margin-inline: 0;
    }

    .brands-slider .slick-list {
        overflow: visible;
    }

    .brand-slider-sec .sec-title {
        margin-bottom: 45px;
    }

    .brand-logo img {
        max-width: 190px;
        max-height: 100px;
    }

    .brand-slider-wp .slick-dots {
        bottom: -50px;
    }

    .affiliates-sec {
        padding: 130px 0 80px;
    }

    .affiliates-image-box::after {
        content: none;
    }

    .affiliates-image-box {
        margin-bottom: 40px;
    }

    .affiliates-image {
        width: 100%;
        height: 100%;
        aspect-ratio: 1 / 0.725;
        float: unset;
    }

    .affiliates-content {
        margin-top: 0;
    }

    .affiliates-content-btn {
        margin-top: 20px;
    }

    .top-footer {
        padding: 80px 0;
    }

    .footer-logo a {
        width: 100px;
    }

    .footer-contact-form-wp {
        margin-top: 50px;
    }

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

    .footer-bottom-box {
        padding: 56px 0 70px;
    }

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

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

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

    .contact-form .submit-btn {
        margin-top: 0;
    }

    /*========== Services Page CSS Start ==========*/

    .services-about-sec .about-description p {
        margin-bottom: 16px;
    }

    .services-box-sec {
        padding: 80px 0;
    }

    .services-box-sec .sec-title {
        margin: 0 auto 45px;
    }

    .services-bottom-contact-description-text p {
        font-size: 18px;
        line-height: 28px;
    }

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

    .services-about-info-sec {
        padding: 80px 0;
    }

    .services-about-info-content p {
        font-size: 18px;
        line-height: 28px;
    }

    .services-bottom-contact-sec {
        --extra-space: 80px;
    }

    .why-choose-services-sec {
        padding: 80px 0;
    }

    .why-choose-services-sec .sec-title {
        margin-bottom: 45px;
    }

    .why-choose-box {
        padding: 30px 20px;
        min-height: 260px;
    }

    .services-about-sec .about-content {
        margin-top: -10px;
    }

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

    /*========== Affiliates Page CSS Start ==========*/

    .affiliates-box-sec.services-box-sec {
        padding: 80px 0 130px;
    }

    .affiliates-box-sec.services-box-sec .services-box-description-text {
        margin-right: 0;
        height: auto;
    }

    .affiliates-box-sec.services-box-sec .sec-title {
        margin: 0 auto 45px;
    }

    .affiliates-box-sec.services-box-sec .services-box-row-wp .row {
        --gutter-y: 100px;
    }

    .affiliates-box-logo {
        margin: auto auto -68px;
    }

    /*========== Affiliates Page CSS End ==========*/

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

    .page-template-template-seo .main-banner {
        padding: 220px 0 120px;
    }

    .page-template-template-seo .main-banner .banner-content {
        text-align: center;
    }

    .page-template-template-seo .main-banner .banner-content .banner-btn {
        justify-content: center;
    }

    .seo-form-wp {
        margin-top: 60px;
    }

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

@media screen and (max-width: 767px) {
    .error-404 img {
        width: 100%;
    }

    .main-banner {
        padding: 220px 0 140px;
    }

    .about-image-box:after {
        transform: translate(319px) skewX(58deg);
    }

    .services-box,
    .why-choose-box{
        min-height: 100%;
    }
}

@media screen and (max-width: 575px) {
    :root {
        --space-80: 60px;
    }

    .site-header {
        height: 70px;
    }

    .site-branding {
        height: 70px;
    }

    .header-mobile-menu::before {
        height: 70px;
    }
    .header-num-link {
        top: 24px;
        font-size: 22px;
    }

    .menu-toggle {
        top: 23px;
        --menu-toggle-space: 10px;
    }

    .menu-toggle span {
        margin-bottom: 7px;
    }

    .header-mobile-menu {
        padding: 16.3vh 20px 30px 20px;
    }

    .main-navigation ul li,
    .main-navigation ul li a {
        font-size: 18px;
        line-height: 24px;
    }

    .main-navigation ul ul li,
    .main-navigation ul ul li a {
        font-size: 14px;
    }

    .main-navigation ul li.menu-item-has-children::after {
        top: 5px;
        font-size: 15px;
    }

    .main-navigation ul ul li.menu-item-has-children::after {
        font-size: 13px;
    }

    .main-navigation ul ul,
    .main-navigation ul li.menu-item-has-children:hover ul {
        left: 10px !important;
        margin-top: 10px;
    }

    .popup-title .h2-title {
        font-size: 28px;
    }

    .page-template-template-seo .main-banner .h1-title,
    .h1-title {
        font-size: 32px;
    }

    .h2-title {
        font-size: 28px;
    }

    .h3-title {
        font-size: 22px;
    }

    .sec-btn,
    .woocommerce #respond input#submit,
    .woocommerce a.button,
    .woocommerce button.button,
    .woocommerce input.button {
        height: 50px;
    }

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

    .banner-btn {
        margin-top: 30px;
        flex-direction: column;
    }

    .about-sec {
        --extra-shape-space: 30px;
        padding: 60px 0 var(--extra-shape-space);
    }

    .our-founder-text .h3-title {
        margin-bottom: 15px;
    }

    .about-content .sec-title {
        margin-bottom: 15px;
    }

    .about-image {
        aspect-ratio: 1 / 0.605;
    }

    .about-image-box:after {
        transform: translate(0) skewX(45deg);
        right: -15px;
    }

    .ou-services-sec {
        padding: 60px 0 60px;
    }

    .ou-services-sec .ou-services-title .sec-title {
        margin-bottom: 35px;
    }

    .brand-slider-sec {
        padding: 60px 0 95px;
    }

    .brand-slider-sec .sec-title {
        margin-bottom: 35px;
    }

    .brand-logo img {
        max-width: 150px;
        max-height: 90px;
    }

    .brand-slider-wp .slick-dots {
        bottom: -40px;
    }

    .gallery-slider .slick-list {
        right: -25px;
        width: 100%;
        padding-right: 50px;
    }

    .affiliates-sec {
        padding: 110px 0 60px;
    }

    .top-footer {
        padding: 60px 0;
    }

    /*========== Services Page CSS Start ==========*/

    .sec-btn.lg-btn {
        width: 170px;
    }

    .services-box-sec {
        padding: 60px 0;
    }

    .services-box-sec .sec-title .h2-title span {
        display: block;
    }

    .services-box {
        min-height: 120px;
    }

    .services-bottom-contact-sec {
        padding: 60px 0;
    }

    .services-bottom-contact-description-text p {
        font-size: 16px;
        line-height: 26px;
    }

    .services-about-info-sec {
        padding: 60px 0;
    }

    .services-about-info-content p {
        font-size: 16px;
        line-height: 26px;
    }

    .services-about-sec .about-description ul li {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .services-bottom-contact-sec {
        --extra-space: 60px;
    }

    .why-choose-services-sec {
        padding: 60px 0;
    }

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

    /*========== Affiliates Page CSS Start ==========*/

    .affiliates-box-sec.services-box-sec {
        padding: 60px 0 100px;
    }

    .affiliates-box-sec.services-box-sec .services-box-row-wp .row {
        --gutter-y: 80px;
    }

    /*========== Affiliates Page CSS End ==========*/

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

    .page-template-template-seo .main-banner {
        padding: 180px 0 100px;
    }

    .seo-form-wp {
        margin-top: 50px;
        padding: 30px 20px;
    }

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

@media screen and (max-width: 400px) {
    .privacy-content h2,
    .entry-content h2 {
        font-size: 28px;
    }

    .privacy-content p a,
    .privacy-content a,
    .entry-content a,
    .entry-content p a,
    .entry-content a {
        word-break: break-all;
    }

    .page-numbers li a,
    .page-numbers li,
    span.page-numbers,
    .page-numbers {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .menu-toggle {
        left: 15px;
    }

    .header-num-link {
        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;
        height: 100px;
    }

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

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

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

    .page-template-template-seo .main-banner .h1-title,
    .h1-title {
        font-size: clamp(28px, 8vw, 30px);
    }

    .site-branding a {
        width: 65px;
    }

    .main-banner {
        padding: 160px 0 80px;
    }

    .main-banner .banner-content .h1-title span {
        padding: 0px 10px;
    }

    .about-image-box:after {
        transform: translate(0) skewX(30deg);
        right: -9px;
    }

    .about-content {
        margin-bottom: 30px;
    }

    .services-image-box {
        height: 300px;
    }

    .services-content {
        margin-top: 30px;
    }

    .services-row:not(:last-child) {
        margin-bottom: 60px;
    }

    .gallery-img-wp {
        height: 300px;
    }

    .affiliates-image-box {
        margin-bottom: 30px;
    }

    .footer-contact-form-wp {
        margin-top: 40px;
    }

    /*========== Services Page CSS Start ==========*/

    .services-box {
        padding: 20px 15px;
        border-width: 2px;
    }

    .services-box .h3-title {
        font-size: 20px;
    }

    .services-box-sec .sec-title {
        margin: 0 auto 35px;
    }

    .services-bottom-content-btn {
        margin-top: 15px;
    }

    .why-choose-services-sec .sec-title {
        margin-bottom: 35px;
    }

    .why-choose-box {
        padding: 30px 15px;
    }

    .why-choose-icon img {
        max-width: 50px;
        max-height: 50px;
    }

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

    /*========== Affiliates Page CSS Start ==========*/

    .affiliates-box-sec.services-box-sec .sec-title {
        margin: 0 auto 35px;
    }

    .affiliates-box-logo {
        width: 130px;
        height: 75px;
        margin: auto auto -60px;
    }

    .affiliates-box-logo img {
        max-width: 100px;
        max-height: 60px;
    }

    .affiliates-box-sec.services-box-sec .services-box-description-text {
        margin-bottom: 10px;
    }

    /*========== Affiliates Page CSS End ==========*/

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

    .page-template-template-seo .main-banner {
        padding: 160px 0 80px;
    }

    .seo-form-wp {
        margin-top: 40px;
        padding: 30px 15px;
    }

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

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