/*!
Theme Name: Brownlow-Consulting
Theme URI: https://dev.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: brownlow-consulting
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

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

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

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

a {
    text-decoration: none;
}

/*--------------------------------------------------------------
## 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;
    font-size: 16px;
    letter-spacing: 0.04em;
    text-decoration: none !important;
    font-weight: 600;
    color: var(--white-color);
    line-height: 1;
}

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

.main-navigation li.current_page_item a {
    color: var(--primary-color);
}

@media screen and (min-width: 992px) {
    .main-navigation ul li.menu-item-has-children {
        padding-right: 20px;
        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);
    }

    /***** 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);
    }
}

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

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

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

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

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

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

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

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

.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 {
    color: #000;
}

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

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

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

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

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

.wpcf7 .wpcf7-spinner {
    position: relative;
    top: 30%;
    left: 20px;
    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: 18px;
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: var(--radio-label-size);
    height: var(--radio-label-size);
    border-radius: var(--btn-border-radius);
    border: 2px solid var(--common-color);
    z-index: 1;
}

.comment-form-cookies-consent label::before {
    border-radius: 2px !important;
    border-width: 1px;
    border-color: var(--common-color);
}

span.wpcf7-list-item-label::after,
.woocommerce-form__label-for-checkbox span::after,
.comment-form-cookies-consent label::after {
    --radio-label-inner-size: 10px;
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    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: 7px;
}

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: 18px;
    content: "";
    width: var(--checkbox-label-size);
    height: var(--checkbox-label-size);
    color: var(--white-color);
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M17.517 7.957c.3.286.312.76.026 1.06l-6.667 7a.75.75 0 0 1-1.086 0l-3.333-3.5a.75.75 0 1 1 1.086-1.034l2.79 2.93l6.124-6.43a.75.75 0 0 1 1.06-.026'/%3E%3C/svg%3E");
    background-color: var(--primary-color);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

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

.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: #0f85ef;
    --dark-color: #171717;
    --common-color: #6f7279;
    --white-color: #ffffff;
    --black-color: #000000;
    --red-color: #e04e4e;
    --light-blue-color: #eff7ff;
    --light-grey-color: #f6f6f6;
    --input-color: #555555;
    --box-shadow: 40px 40px 40px -20px #00000040;
    --blue-box-shadow: 16px 16px 24px 0px #0f85ef66;
    --space-80: 80px;
    --body-font: "Avenir Next";
    --title-font: "Avenir Next";
    --transition: 0.3s;
    --gutter: 30px;
    --btn-border-radius: 9px;
    --border-radius20: 20px;
    --border-radius24: 24px;
    --border-radius30: 30px;
}

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

p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 16px;
    font-weight: 400;
}

@media (max-width: 991px) {
    p {
        font-size: 16px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    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: 56px;
    line-height: 1.1;
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 24px;
}

.h2-title {
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 20px;
    font-weight: 700;
}

.h3-title {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 0;
    font-weight: 700;
}

.h4-title {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 0;
    font-weight: 600;
}

.h5-title {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 0;
    font-weight: 600;
}

.h6-title {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 0;
    font-weight: 600;
}

.big-title {
    font-size: 120px;
    line-height: 1.1;
    font-weight: 700;
    color: var(--light-blue-color);
}

@media (max-width: 991px) {
    .big-title {
        font-size: 78px;
        line-height: 0.85;
    }

    .h1-title {
        font-size: 50px;
    }

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

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

@media (max-width: 767px) {
    .h1-title {
        font-size: 36px;
    }

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

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

    .h4-title {
        font-size: 24px;
    }
}

.outline-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: fit-content;
    width: 193px;
    height: 60px;
    padding: 16px 32px;
    border: 2px solid var(--common-color);
    color: var(--dark-color);
    font-size: 18px;
    line-height: 1.8;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--btn-border-radius);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    background-color: var(--white-color);
}

.fill-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: fit-content;
    height: 60px;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 600;
    padding: 16px 32px;
    text-decoration: none;
    border-radius: var(--btn-border-radius);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    z-index: 2;
}

@media (max-width: 991px) {

    .fill-btn,
    .outline-btn {
        font-size: 16px;
        padding: 12px 32px;
        white-space: nowrap;
        height: 53px;
        width: fit-content;
    }
}

.outline-btn:hover {
    background-color: var(--dark-color) !important;
    border-color: var(--dark-color);
}

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

.fill-btn:hover .mask-img,
.outline-btn:hover .mask-img {
    transform: translateX(5px);
}

.outline-btn:hover {
    color: var(--white-color) !important;
}

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

.outline-btn:hover .mask-img,
.fill-btn.white:hover .mask-img {
    background-color: var(--white-color);
}

.faq-que-wrap a.fill-btn:hover .mask-img,
.main-banner-con a.fill-btn:hover .mask-img {
    background-color: var(--dark-color);
}

.faq-que-wrap a.fill-btn:hover,
.main-banner-con a.fill-btn:hover {
    color: var(--dark-color) !important;
    background-color: var(--white-color);
}

.play-btn {
    --size: 80px;
    width: var(--size);
    height: var(--size);
    color: var(--primary-color);
    background: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    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);
}

.mask-img {
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
}

.main-navigation ul li.menu-item-has-children::after {
    content: "\f078";
    position: absolute;
    top: 55%;
    right: 0;
    transform: translate(0, -50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    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;
    }
}

.loader-wrap {
    position: absolute;
    top: -2%;
    left: 50%;
    width: 105%;
    height: 105%;
    transform: translate(-50%, 0);
    display: none;
    z-index: 10;
}

.loader-wrap svg {
    font-size: 50px;
    color: var(--primary-color);
    position: absolute;
    top: 50%;
    left: 50%;
    animation: loader 2s linear infinite;
    z-index: 2;
}

.loader-wrap::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.625);
    overflow: hidden;
    border-radius: var(--border-radius24);
    backdrop-filter: blur(1.5px);
}

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

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

.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: 16px;
    line-height: 26px;
    transition: var(--transition);
}

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

.sec-btn,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    width: 200px;
    height: 54px;
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    font-size: 16px;
    line-height: 20px;
    color: var(--white-color);
    font-weight: 500;
    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(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
}

.swiper-pagination-bullet-active {
    width: 32px;
    border-radius: 10px;
}

.swiper-pagination-bullet {
    transition: var(--transition);
}

.swiper-pagination-bullet:hover {
    background-color: var(--primary-color);
    opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
    --size: 40px;
    border: 1px solid rgba(111, 114, 121, 0.5);
    width: var(--size);
    height: var(--size);
    border-radius: var(--btn-border-radius);
    transition: var(--transition);
}

.swiper-pagination {
    position: relative;
    top: 50px;
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 4px;
    transition: var(--transition);
    margin: 0 !important;
    opacity: 1;
    background-color: rgb(111 114 121 / 50%);
}

.swiper-pagination-bullet-active {
    width: 32px;
    background-color: var(--primary-color);
}

.swiper-pagination-bullet:hover {
    background-color: var(--primary-color);
}

.swiper-pagination-bullets {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.swiper-button-next,
.swiper-button-prev {
    --size: 40px;
    border: 1px solid rgba(111, 114, 121, 0.5);
    width: var(--size);
    height: var(--size);
    border-radius: var(--btn-border-radius);
    transition: var(--transition);
}

.swiper-pagination {
    position: relative;
    inset: 0 !important;
}

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

/*========== Modal Popup CSS Start ==========*/
.modal-open {
    position: static;
}

html:has(.modal-open) {
    overflow: hidden;
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.3);
}

.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: 30px;
    overflow: hidden;
}

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

button.close:hover {
    background: var(--primary-color);
    color: var(--dark-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 8px 0 0;
}

.slick-dots li button {
    width: 6px;
    height: 6px;
    background: var(--common-color);
    transition: var(--transition);
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background: var(--primary-color);
    width: 32px;
    border-radius: 10px;
}

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

.slick-arrow {
    --slick-arrow-size: 40px;
    bottom: 0;
    left: 0;
    width: var(--slick-arrow-size);
    height: var(--slick-arrow-size);
    background: var(--white-color);
    color: #6f7279;
    border: 1px solid #6f7279 !important;
    border-radius: 9px;
    font-weight: 400;
}

.slick-arrow:hover {
    background: var(--primary-color);
    color: var(--white-color);
    border-color: var(--white-color) !important;
}

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

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

/*==========Header CSS Start==========*/
.header-menu {
    display: flex;
    justify-content: end;
}

.header-mobile-menu {
    display: flex;
    gap: 40px;
    align-items: center;
}

.main-navigation ul.nav-menu {
    display: flex;
    /* gap: 40px; */
}

.main-navigation li:not(:first-child, .footer-link .social-icons li) {
    margin-left: 40px;
}

.header-btn .fill-btn {
    padding: 16px;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.04em;
    background-color: var(--white-color);
    color: var(--dark-color);
    position: relative;
    height: 47px;
}

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

.site-header {
    padding: 16px 0;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    transition: var(--transition);
}

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

.site-header.sticky_head {
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(5px);
}

.site-branding img.custom-logo {
    width: 213px;
    height: auto;
    filter: brightness(0) invert(1);
}

/* .site-header .footer-link {
    display: none;
} */

@media screen and (max-width: 1399px) {
    .header-mobile-menu {
        gap: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .main-navigation li:not(:first-child, .footer-link .social-icons li) {
        margin-left: 20px;
    }

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

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

/* =========== home page main banner css start ======== */
.main-banner {
    position: relative;
    background: var(--white-color);
    clip-path: polygon(0 0%, 100% 0%, 100% 76%, 0% 100%);
    overflow: hidden;
    isolation: isolate;
}

.main-banner-img {
    position: absolute;
    inset: 0;
    background-color: var(--primary-color);
}

.main-banner-img .back-img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    opacity: 0.51;
    z-index: 1;
}

.main-banner-wp {
    padding: 245px 0 0;
}

.main-banner-img:before,
.main-banner-img:after {
    content: "";
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
}

.main-banner-img:before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    z-index: 2;
}

.main-banner-img:after {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(23, 23, 23, 0.4) 48.1%);
    z-index: 3;
}

.main-banner .banner-overlay {
    background: linear-gradient(360deg, rgba(0, 0, 0, 0) 87.5%, rgba(0, 0, 0, 0.7) 99.93%);
    position: absolute;
    inset: 0;
    z-index: 4;
}

.main-banner-imgwrap {
    position: relative;
    top: -130px;
    left: 30px;
}

.main-banner-con .h1-title {
    color: var(--white-color);
}

.main-banner-con p {
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: 46px;
}

.main-banner-con a.fill-btn {
    background: var(--primary-color);
    color: var(--white-color);
    padding: 14px 32px;
    gap: 9px;
    border: 2px solid var(--primary-color);
}

.main-banner-con a.fill-btn:hover {
    border-color: var(--white-color);
}

.main-banner-bg {
    position: absolute;
    right: -225px;
    width: 1216px;
    height: auto;
    aspect-ratio: 1 / 0.46299342;
    top: 175px;
    background-color: rgba(255 255 255 / 11%);
    z-index: 4;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    mix-blend-mode: luminosity;
    -webkit-mix-blend-mode: luminosity;
}

@media (max-width: 991px) {
    .main-banner {
        clip-path: polygon(0 0%, 100% 0%, 100% 96%, 0% 100%);
    }

    .main-banner-imgwrap img {
        width: auto;
        height: 600px;
        margin-right: -120px;
    }

    .main-banner-wp {
        padding: 165px 0 0;
    }

    .main-banner-imgwrap {
        inset: 0;
        text-align: right;

        margin-top: -400px;
        pointer-events: none;
    }

    .main-banner-con {
        max-width: 500px;
        position: relative;
        z-index: 2;
    }

    .main-banner-con p {
        max-width: 400px;
    }
}

@media (max-width: 767px) {
    .main-banner-con .h1-title {
        max-width: 330px;
    }

    .main-banner-con p {
        max-width: 270px;
    }

    .main-banner-imgwrap img {
        width: auto;
        height: 500px;
        margin-right: -120px;
    }

    .main-banner-bg {
        right: 150px;
        height: 276px;
        width: 600px;
        top: auto;
        bottom: 50px;
    }
}

@media (max-width: 575px) {

    /* .main-banner-con .h1-title {
    max-width: 100%;
  } */
    .main-banner-con {
        max-width: 100%;
    }

    .main-banner-con p {
        max-width: 240px;
    }

    .main-banner-imgwrap {
        margin-top: -340px;
    }
}

@media (max-width: 475px) {
    .main-banner-con {
        max-width: 100%;
    }

    .main-banner-con p {
        max-width: 168px;
        margin-bottom: 60px;
    }

    .main-banner-bg {
        right: -30px;
        height: 278px;
        width: 600px;
        top: auto;
        bottom: 68px;
    }

    .main-banner-imgwrap {
        margin-top: -325px;
    }

    .main-banner-imgwrap img {
        height: 450px;
    }

    .main-banner-con a.fill-btn {
        width: 100%;
    }
}

@media (max-width: 350px) {
    .main-banner-wp {
        padding: 110px 0 0;
    }

    .main-banner-con .h1-title {
        font-size: 30px;
    }
}

/* =========== home page main banner css end ======== */
/* =========== home page about section css start ======== */
.about-sec {
    padding-top: 50px;
}

.sec-title {
    position: relative;
}

.about-sec .sec-title {
    text-align: center;
    width: fit-content;
    margin: 0 auto;
}

.sec-title .big-title {
    position: absolute;
    top: -55px;
    left: -40px;
    /* right: 310px; */
    z-index: -1;
}

.about-sec .sec-title .big-title {
    white-space: nowrap;
    top: -46px;
    left: -50px;
}

.about-sec .h2-title {
    margin-bottom: 33px;
}

.about-sec .h5-title {
    color: var(--primary-color);
    margin-bottom: 5px;
}

.about-sec a {
    margin: 0 auto;
}

.about-sec p {
    margin-bottom: 30px;
    text-align: center;
}

.masked-icon span {
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--common-color);
    width: 18px;
    height: 14px;
    transition: var(--transition);
    transform: translateX(0);
    flex-shrink: 0;
}

.fill-btn.masked-icon span {
    background-color: var(--white-color);
}

.about-sec .sec-title p {
    margin-bottom: 35px;
}

.about-sec-img {
    margin-top: 48px;
}

.about-sec-img {
    margin-top: 48px;
    width: 100%;
    height: 641px;
    position: relative;
}

.about-sec-img:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 52.96%, rgba(0, 0, 0, 0.7) 100%);
}

.about-img-wrap {
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius20);
}

.load_more_btn {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .sec-title .big-title {
        right: 200px;
    }
}

@media (max-width: 991px) {
    .sec-title .big-title {
        left: 50px;
        top: -40px;
    }

    .about-sec-img {
        height: 500px;
    }

    .about-sec .sec-title p {
        margin-bottom: 30px;
    }

    .about-sec .h2-title {
        margin-bottom: 27px;
    }

    .about-sec {
        padding-top: 100px;
    }

    .about-sec .sec-title .big-title {
        top: -46px;
        left: 0px;
    }
}

@media (max-width: 767px) {
    .about-sec {
        padding-top: 80px;
    }

    .about-sec .sec-title .big-title {
        white-space: nowrap;
        top: -46px;
        left: -40px;
    }
}

@media (max-width: 575px) {
    .about-sec p {
        text-align: left;
    }

    .about-sec a {
        margin-right: auto;
        margin-left: 0;
    }

    .about-sec-img {
        height: 313px;
    }

    .sec-title .big-title {
        right: 0;
        /* top: -50px; */
        font-size: 78px;
    }

    .about-sec {
        padding-top: 65px;
    }

    .about-sec .sec-title .big-title {
        white-space: nowrap;
        top: -40px;
        left: -30px;
        right: 0;
    }
}

@media (max-width: 350px) {
    .about-sec .sec-title .big-title {
        top: -30px;
        left: 0;
        right: 0;
        font-size: 50px;
    }
}

/* =========== home page about section css end ======== */

/* =========== home page why choose us section css start ======== */

.why-choose-sec .sec-title {
    text-align: center;
    max-width: 670px;
    margin: 0 auto;
}

.why-choose-bg {
    width: 100%;
    height: 787px;
    clip-path: polygon(0 26%, 100% 0%, 100% 74%, 0 100%);
    position: relative;
    background-color: var(--light-blue-color);
}

.why-choose-sec {
    margin-top: -250px;
    position: relative;
    z-index: 5;
}

.why-choose-con-wrap {
    margin-top: -565px;
}

.why-choose-bg .back-img {
    position: absolute;
    inset: 0;
    opacity: 0.4;
}

.why-choose-bg:after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.why-choose-bg:after {
    background: linear-gradient(270deg, rgba(239, 247, 255, 0.15) 0%, rgba(239, 247, 255, 0.9) 20%, rgba(239, 247, 255, 0.9) 80%, rgba(239, 247, 255, 0.15) 100%);
}

.why-choose-sec .sec-title p {
    color: var(--dark-color);
    font-weight: 500;
}

.why-choose-card-wrap {
    margin-top: 60px;
}

.why-choose-card {
    padding: 20px 20px 40px;
    border: 1px solid #7075801a;
    border-radius: var(--border-radius30);
    box-shadow: var(--box-shadow);
    background-color: var(--white-color);
    height: 100%;
}

.why-choose-icon {
    --size: 130px;
    width: var(--size);
    height: var(--size);
    border: 2px solid var(--light-grey-color);
    border-radius: var(--border-radius24);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 53px;
}

.icon-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    --size: 90px;
    width: var(--size);
    height: var(--size);
    background: var(--primary-color);
    border-radius: var(--border-radius20);
}

.why-choose-content {
    padding: 0 97px 0 20px;
}

.why-choose-content .h4-title {
    margin-bottom: 12px;
    font-weight: 600;
}

.why-choose-content p {
    font-weight: 400;
}

@media (max-width: 1199px) {
    .why-choose-card-wrap .row {
        --gutter: 20px;
    }

    .why-choose-content {
        padding: 0 50px 0 20px;
    }
}

@media (max-width: 991px) {
    .why-choose-card-wrap .row {
        gap: 20px 0;
    }

    .why-choose-icon {
        margin-bottom: 40px;
        --size: 90px;
    }

    .icon-wrap {
        --size: 62px;
        border-radius: 13.85px;
    }

    .why-choose-sec {
        margin-top: -83px;
        position: relative;
        z-index: 5;
    }

    .why-choose-bg {
        width: 100%;
        height: 976px;
        clip-path: polygon(0 6%, 100% 0%, 100% 94%, 0 100%);
        position: relative;
        background-color: var(--light-blue-color);
    }

    .why-choose-con-wrap {
        margin-top: -885px;
    }
}

@media (max-width: 767px) {
    .why-choose-card {
        display: flex;
        gap: 20px;
        padding: 26px;
    }

    .why-choose-icon {
        margin-bottom: 0;
        flex-shrink: 0;
    }

    .why-choose-content {
        padding: 14px 6px 14px 0;
    }

    .why-choose-con-wrap {
        margin-top: -715px;
    }

    .why-choose-bg {
        height: 800px;
    }
}

@media (max-width: 450px) {
    .why-choose-bg {
        height: 976px;
    }

    .why-choose-con-wrap {
        margin-top: -885px;
    }

    .why-choose-card-wrap {
        margin-top: 40px;
    }
}

@media (max-width: 350px) {
    .why-choose-card {
        gap: 10px;
        padding: 20px;
    }
}

/* =========== home page why choose us section css end ======== */

/* =========== home page what we do section css start ======== */

.what-we-do-sec {
    margin-top: 152px;
}

.what-we-do-sec .sec-title .big-title {
    right: -50px;
    top: -80px;
}

.what-we-content {
    margin-top: 75px;
}

.what-we-do-sec .sec-title {
    text-align: center;
}

.what-we-do-sec .sec-title p {
    color: var(--dark-color);
    font-weight: 500;
}

.what-we-img-wrap {
    width: 100%;
    height: 310px;
}

.what-we-img.back-img {
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius20);
    border: 2px solid var(--white-color);
    box-shadow: var(--box-shadow);
}

.what-we-item-content {
    padding-top: 30px;
}

.what-we-item p {
    margin: 10px 0 32px;
    font-weight: 400;
}

@media (max-width: 991px) {
    .what-we-do-sec .sec-title .big-title {
        right: 100px;
        top: -40px;
    }

    .what-we-img-wrap {
        height: 350px;
    }

    .what-we-content .row {
        gap: 36px;
    }
}

@media (max-width: 767px) {
    .what-we-img-wrap {
        height: 260px;
    }

    .what-we-content {
        margin-top: 30px;
    }

    .what-we-do-sec .sec-title p {
        color: var(--dark-color);
        font-weight: 500;
        margin-top: 30px;
    }

    .what-we-do-sec .sec-title .big-title {
        right: -10px;
        top: -70px;
        left: -15px;
    }

    .what-we-do-sec {
        margin-top: 125px;
    }
}

@media (max-width: 350px) {
    .what-we-do-sec .sec-title .big-title {
        right: -10px;
        top: -25px;
        font-size: 50px;
    }

    .what-we-do-sec {
        margin-top: 90px;
    }

    .what-we-content .row {
        gap: 50px;
    }
}

/* =========== home page what we do section css end ======== */

/* =========== home page our team section css end ======== */
.home-team-sec {
    margin: 0 !important;
    padding-top: 85px;
    position: relative;
}

.home-team-sec:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -45%;
    left: 0;
    background-color: var(--dark-color);
    transform: skewY(-8.25deg);
}

.home-team-members {
    position: relative;
}

.home-team-sec .partner-img .back-img {
    background-position: top;
}

@media (max-width: 991px) {
    .home-team-sec:before {
        bottom: -25%;
    }
}

@media (max-width: 400px) {
    .home-team-sec {
        padding-top: 70px;
    }

    .partner-row-title {
        margin-bottom: 20px;
    }
}

/* =========== home page our team section css end ======== */

/* =========== home page speaking engagement section css start ======== */
/* .home-team-sec a.partner-item {
  background-color: var(--light-blue-color);
} */
.partner-row-title {
    margin-bottom: 36px;
}

.speaking-eng-sec {
    padding-top: 80px;
    background-color: var(--dark-color);
}

.speaking-eng-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: var(--border-radius30);
    overflow: hidden;
    background-color: var(--primary-color);
}

.speaking-eng-content {
    position: relative;
    z-index: 2;
    padding: 56px;
    background: radial-gradient(100% 100% at 100% 0%, #0f85ef 0%, #0b64b3 100%);
}

.speaking-eng-content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-mask-image: url("./assets/images/dot_bg.svg");
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--white-color);
    z-index: -1;
    /* opacity: 0.03; */
}

.speaking-eng-img-wrap {
    width: 100%;
    height: 100%;
}

.speaking-eng-img.back-img {
    width: 100%;
    height: 100%;
    border-radius: 0 var(--border-radius30) var(--border-radius30) 0;
}

.speaking-eng-content .h3-title {
    color: var(--white-color);
    margin-bottom: 20px;
}

.speaking-eng-content p {
    color: var(--white-color);
    margin-bottom: 37px;
    font-weight: 400;
}

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

@media (max-width: 1199px) {
    .speaking-eng-content {
        padding: 40px;
    }
}

@media (max-width: 991px) {
    .speaking-eng-wrap {
        display: block;
    }

    .speaking-eng-img-wrap {
        display: none;
    }

    .speaking-eng-content {
        padding: 38px;
    }

    .speaking-eng-content {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .speaking-eng-content {
        padding: 38px 45px 38px 38px;
    }
}

@media (max-width: 350px) {
    .speaking-eng-wrap .fill-btn.white {
        font-size: 15px;
    }

    .speaking-eng-content .h3-title {
        font-size: 27px;
    }

    .speaking-sec .img-with-text-content ul {
        margin-bottom: 0;
    }
}

/* =========== home page speaking engagement section css end ======== */

/* =========== home page faq section css start ======== */
.faq-sec {
    margin-top: -380px;
    overflow: hidden;
}

.faq-sec-wrap {
    padding: 470px 0 248px;
    position: relative;
    z-index: 2;
    max-width: 768px;
    margin: 0 auto;
}

.faq-sec-wrap .container {
    padding: 0;
}

.faq-sec-bg {
    width: 100%;
    /* height: 1572px; */
    clip-path: polygon(0 13%, 100% 0%, 100% 87%, 0 100%);
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background-color: #161616;
}

.faq-sec-bg-img.back-img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    opacity: 0.3;
    backdrop-filter: blur(35px);
}

.faq-sec-bg:after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(22, 22, 22, 0) 0%, rgba(22, 22, 22, 0.8) 20%, rgba(22, 22, 22, 0.8) 80%, rgba(22, 22, 22, 0) 100%);
    pointer-events: none;
}

.faq-sec-wrap .sec-title {
    text-align: center;
}

.faq-sec-wrap .sec-title .h3-title {
    margin-bottom: 20px;
}

.faq-sec-wrap .sec-title p {
    color: var(--light-grey-color);
    font-weight: 500;
}

.faq-accordion {
    margin-top: 15px;
}

.faq-accordion .h5-title span {
    transition: var(--transition);
}

.faq-accordion .h5-title.active-faq span {
    color: var(--primary-color) !important;
}

.faq-content {
    margin-top: 10px;
}

.faq-content p {
    font-weight: 400;
    color: var(--light-blue-color);
}

.accordion-item {
    padding: 36px 0 32px;
}

.accordion-item:not(:last-child) {
    border-bottom: 1px solid rgba(246, 246, 246, 0.4);
}

.accordion-item .h5-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.accordion .icon::after {
    content: "+";
    /* Base icon */
    font-size: 35px;
    line-height: 0;
    font-weight: 400;
    display: block;
    color: var(--white-color);
    transition: transform 0.3s ease, content 0.3s ease;
    transform: rotate(0deg);
}

.accordion h3.active-faq .icon::after {
    content: "−";
    transform: rotate(180deg);
    color: var(--primary-color);
}

.faq-que-wrap {
    margin-top: 25px;
    padding: 32px 0 42px;
    text-align: center;
    border-radius: var(--border-radius30);
    background: radial-gradient(49.93% 100% at 49.93% 0%, #333333 0%, #212121 100%);
}

.que-img {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    box-shadow: 0px 3px 6px 0px #0000002e;
    box-shadow: 0px 11px 11px 0px #00000026;
    box-shadow: 0px 24px 14px 0px #00000017;
    box-shadow: 0px 43px 17px 0px #00000008;
    box-shadow: 0px 67px 19px 0px #00000000;
}

.que-img-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}

.que-img:nth-child(2),
.que-img:nth-child(3) {
    margin-left: -15px;
}

.faq-que-wrap .h4-title {
    margin-bottom: 10px;
}

.faq-que-wrap p {
    margin-bottom: 40px;
    font-weight: 500;
}

.faq-que-wrap a.fill-btn {
    margin: 0 auto;
    background-color: var(--primary-color);
    color: var(--white-color);
}

@media (max-width: 991px) {
    .faq-sec-wrap {
        padding: 210px 0 123px;
    }

    .faq-sec-bg {
        /* height: 1300px; */
        clip-path: polygon(0 3%, 100% 0%, 100% 97%, 0 100%);
    }

    .faq-sec {
        margin-top: -130px;
    }

    .faq-sec-wrap .container {
        padding: 0 15px;
    }

    .faq-sec-bg-img.back-img {
        display: none;
    }
}

@media (max-width: 767px) {
    .faq-que-wrap {
        margin-top: 50px;
        padding: 32px 21px 42px;
    }
}

@media (max-width: 575px) {

    /* .faq-sec-bg {
    height: 1430px;
  } */
    .faq-que-wrap p,
    .que-img-wrap {
        margin-bottom: 32px;
    }

    .accordion-item .accordion-title,
    .faq-content p {
        max-width: 450px;
    }
}

@media (max-width: 450px) {

    .accordion-item .accordion-title,
    .faq-content p {
        max-width: 280px;
    }

    .accordion-item .h5-title {
        align-items: baseline;
    }
}

/* =========== home page faq section css end ======== */

/* =========== home page galery section css start ======== */
.gallery-sec {
    margin-top: 130px;
}

.gallery-sec .sec-title {
    text-align: center;
}

.gallery-slider {
    /* max-width: 1108px; */
    margin: 0 auto;
    padding: 50px 15px 0;
}

.gallery-button-prev {
    left: 0;
}

.gallery-button-next {
    right: 0;
}

.gallery-img-slide a {
    display: flex;
    width: 100%;
    height: 100%;
}

.gallery-slider .swiper-wrapper {
    align-items: center;
    height: 454px;
    padding-bottom: 55px;
}

.gallery-slider .slick-track {
    display: flex !important;
    padding-bottom: 100px;
    align-items: center;
}

.gallery-slider .slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 378px;
}

.gallery-sec .sec-title p {
    font-weight: 500;
    color: var(--dark-color);
}

.gallery-slider .swiper-slide.swiper-slide-active .gallery-img-slide {
    border-color: var(--white-color);
    box-shadow: 40px 40px 40px -20px #00000040;
}

.gallery-slider .swiper-slide {
    transition: var(--transition);
}

.gallery-slider .swiper-slide-fully-visible .gallery-img {
    border-radius: inherit;
}

/* Inactive slides */
.gallery-img {
    width: 100%;
    height: 100%;
    transition: all 0.6s ease;
    /* border-radius: var(--border-radius20); */
    /* overflow: hidden; */
}

/* .gallery-slider .slick-track .slide:not(.slick-active) {
  width: 378px !important;
}
.gallery-slider .slick-track .slick-active {
  width: 570px;
} */
/* Active (center) slide */
.gallery-slider .swiper-slide.swiper-slide-prev,
.gallery-slider .swiper-slide.swiper-slide-next {
    height: 400px;
}

.gallery-slider .swiper-slide:not(.swiper-slide-prev):not(.swiper-slide-active):not(.swiper-slide-next) {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.gallery-img-slide {
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius20);
    overflow: hidden;
    border: 2px solid transparent;
    transition: var(--transition);
}

.swiper-slide-shadow-coverflow {
    border-radius: var(--border-radius20);
}

@media (max-width: 991px) {
    .gallery-sec {
        margin-top: 105px;
    }

    .gallery-button-next,
    .gallery-button-prev {
        display: none;
    }

    .gallery-slider {
        padding: 50px 0 0;
        width: 100vw;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .gallery-slider .swiper-wrapper {
        height: 350px;
    }

    .gallery-slider .swiper-slide.swiper-slide-prev,
    .gallery-slider .swiper-slide.swiper-slide-next {
        height: 320px;
    }
}

@media (max-width: 767px) {
    .gallery-slider {
        width: 108vw;
    }
}

@media (max-width: 575px) {
    .gallery-sec .sec-title p {
        max-width: 326px;
        margin: 0 auto;
    }

    .gallery-slider {
        width: 576px;
    }

    .gallery-slider .swiper-wrapper {
        height: 230px;
    }

    .gallery-slider .swiper-slide.swiper-slide-prev,
    .gallery-slider .swiper-slide.swiper-slide-next {
        height: 201px;
    }

    .gallery-img-slide {
        border-radius: 10px;
    }
}

/* =========== home page galery section css end ======== */

/* ================= client review section css start ======================== */
.review-video-wp {
    width: 100%;
    height: 240px;
    position: relative;
}

.review-video-wp .back-img {
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius20);
}

.review-video-wp:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2280%22%20height%3D%2280%22%20viewBox%3D%220%200%2080%2080%22%20fill%3D%22none%22%3E%3Cscript%20xmlns%3D%22%22%20src%3D%22chrome-extension%3A%2F%2Fhoklmmgfnpapgjgcpechhaamimifchmp%2Fframe_ant%2Fframe_ant.js%22%2F%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2240%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M50.5%2039.134C51.1667%2039.5189%2051.1667%2040.4811%2050.5%2040.866L35.5%2049.5263C34.8333%2049.9112%2034%2049.4301%2034%2048.6603L34%2031.3397C34%2030.5699%2034.8333%2030.0888%2035.5%2030.4737L50.5%2039.134Z%22%20fill%3D%22%230F85EF%22%2F%3E%3C%2Fsvg%3E");
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.review-con-wp {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.review-text {
    background-color: var(--white-color);
    padding: 32px 24px;
    border-radius: var(--border-radius20);
    border: 1px solid var(--light-blue-color);
    box-shadow: 1px 1px 2px 0px #0000000d, 2px 3px 3px 0px #0000000a, 5px 6px 5px 0px #00000008, 8px 11px 6px 0px #00000003, 13px 18px 6px 0px #00000000;
}

.review-content-wp {
    padding-bottom: 30px;
}

.review-text-details {
    max-height: 512px;
}

.review-text-details:before,
.review-page-text-details:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, white 10%, transparent);
    z-index: 1;
}

.review-text-details .simplebar-content,
.review-page-text-details .simplebar-content {
    padding-bottom: 40px !important;
}

.review-page-text-details {
    max-height: 523px;
}

.review-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.reviewer-info .h6-title {
    letter-spacing: -0.01em;
}

.reviewer-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.review-con-wp .review-text .reviewer-info p {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 500;
    color: var(--common-color);
}

.review-text p {
    color: var(--dark-color);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8;
}

.quote-img {
    flex-shrink: 0;
}

.review-slider-wp .swiper {
    /* margin-left: auto; */
    /* margin-right: auto; */
    overflow: visible;
    /* max-width: 1170px; */
    margin: 0 clamp(-17.188rem, 50vw - 62.188rem, -2.188rem);
}

.review-slider-wp .swiper-wrapper {
    align-items: center;
}

.review-btn-wp {
    display: flex;
    justify-content: center;
    margin-top: 55px;
}

.review-bg {
    position: absolute;
    inset: 0;
    width: 1920px;
    height: 111%;
    left: 50%;
    transform: translate(-50%, 0);
    clip-path: polygon(0 0%, 100% 0%, 100% 85%, 0% 100%);
    background: var(--light-blue-color);
    margin-top: -210px;
    z-index: -1;
}

.review-sec {
    position: relative;
}

.review-sec-wp .sec-title .big-title {
    top: -84px;
    left: -80px;
    color: var(--white-color);
}

.review-sec-wp {
    padding-top: 70px;
}

.review-sec-wp .sec-title {
    max-width: 760px;
}

.review-sec-wp .sec-title p {
    font-weight: 500;
    color: var(--dark-color);
}

.slider-arrow-wp .swiper-button-next,
.slider-arrow-wp .swiper-button-prev {
    position: unset;
    --size: 40px;
    border: 1px solid rgba(111, 114, 121, 0.5);
    width: var(--size);
    height: var(--size);
    border-radius: 9px;
}

.review-title {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 40px;
}

.slider-arrow-wp {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 4px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 14px;
    color: var(--dark-color);
}

.swiper-button-prev:hover:after,
.swiper-button-next:hover:after {
    color: var(--white-color);
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

@media (min-width: 1921px) {
    .review-bg {
        height: 97%;
        width: 103vw;
    }

    .review-slider-wp .swiper {
        margin: 0 clamp(-26.875rem, 51.563vw - 88.75rem, -6.25rem);
    }
}

@media (max-width: 1439px) {
    .review-slider-wp .swiper {
        margin: 0 clamp(0.938rem, 25.056vw - 14.597rem, 7.938rem);
    }
}

@media (max-width: 1399px) {
    .review-sec-wp .sec-title .big-title {
        left: -20px;
    }
}

@media (max-width: 1199px) {
    .review-sec-wp .sec-title .big-title {
        left: 0;
    }

    .review-title {
        gap: 100px;
    }

    .review-text-details,
    .review-page-text-details {
        max-height: 416px;
    }
}

@media (max-width: 991px) {
    .review-slider-wp .swiper {
        margin: 0 auto;
        max-width: 370px;
    }

    .review-sec-wp .sec-title .big-title {
        left: -30px;
        top: -50px;
    }

    .slider-arrow-wp {
        display: none;
    }

    .review-sec-wp .sec-title .big-title {
        right: -30px;
        top: -40px;
        font-size: 56px;
    }

    .review-sec-wp .sec-title {
        max-width: 100%;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .review-title .h2-title {
        margin-bottom: 30px;
    }

    .review-slider-wp .swiper {
        max-width: 480px;
    }
}

@media (max-width: 575px) {
    .review-sec-wp {
        padding-top: 75px;
    }

    .review-slider-wp .swiper {
        max-width: calc(328px + 152 * (100vw - 360px) / 215);
    }

    .review-text-details,
    .review-page-text-details {
        max-height: 360px;
    }
}

@media (max-width: 350px) {
    .review-sec-wp .sec-title .big-title {
        right: -30px;
        top: -40px;
        font-size: 50px;
    }

    .review-con-wp {
        gap: 20px;
    }
}

/* ================= client review section css start ======================== */

/* ===========  cta css start ======== */

.cta-sec {
    margin-top: 100px;
    margin-bottom: -270px;
}

.cta-sec-wrap {
    padding: 85px 200px 82px;
    text-align: center;
    border-radius: var(--border-radius30);
    position: relative;
    background: radial-gradient(50% 100% at 50% 0%, #0f85ef 0%, #0b64b3 100%);
}

.cta-sec-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-mask-image: url("./assets/images/dot_bg.svg");
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--white-color);
    z-index: 0;
}

.cta-sec-content.white-text {
    position: relative;
    z-index: 2;
}

.cta-sec-content .h3-title {
    margin-bottom: 20px;
}

.cta-sec-content .fill-btn.white {
    margin: 0 auto;
    padding: 16px 46px;
}

.cta-sec-content p {
    margin-bottom: 35px;
    font-weight: 500;
}

.cta-sec-wrap .fill-btn.masked-icon span {
    background-color: var(--common-color);
}

@media (max-width: 991px) {
    .cta-sec-wrap {
        padding: 38px;
        background: radial-gradient(100% 100% at 100% 0%, #0f85ef 0%, #0b64b3 100%);
    }

    .cta-sec-content p {
        font-weight: 400;
    }
}

@media (max-width: 575px) {
    .cta-sec-content .fill-btn.white {
        width: 100%;
    }
}

/* ===========  cta css end ======== */

/* ============== About page css start ======================= */

/* ------------- common banner csss start -----------*/
.common-banner-wrap {
    position: absolute;
    inset: 0;
    background-color: var(--primary-color);
}

.common-banner-img {
    /* padding: 160px 0 200px; */
    /* height: 630px; */
    height: 100%;
    width: 100%;
    opacity: 0.2;
    /* position: relative; */
}

.common-banner-con:not(:has(p)) .h2-title {
    margin-bottom: 0;
}

.common-banner {
    position: relative;
    background: var(--white-color);
    padding: 160px 0 200px;
    min-height: 466px;
    display: flex;
    align-items: center;
    clip-path: polygon(0 0%, 100% 0%, 100% 67%, 0% 100%);
    overflow: hidden;
    isolation: isolate;
    filter: drop-shadow(0 0 0 transparent);
    /* display: flex;
  align-items: center; */
}

.common-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.7) 99.93%);
}

.common-banner-wrap:before,
.common-banner-wrap:after {
    content: "";
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
}

.common-banner-wrap:before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.common-banner-wrap:after {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(23, 23, 23, 0.4) 48.1%);
}

.common-banner-bg {
    position: absolute;
    right: -80px;
    width: 848px;
    aspect-ratio: 1 / 0.4634434;
    top: 130px;
    background-color: rgba(255 255 255 / 5%);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    mix-blend-mode: luminosity;
    -webkit-mix-blend-mode: luminosity;
    z-index: 4;
    filter: drop-shadow(0 0 0 transparent);
}

.common-banner-con {
    max-width: 770px;
}

.common-banner-con .h5-title {
    margin-bottom: 10px;
}

.common-banner-con .h2-title {
    margin-bottom: 30px;
}

.common-banner-con p {
    font-weight: 400;
}

.common-banner .text-image-background {
    height: 323px;
}

.common-banner .text-image-background .back-img {
    border: none;
}

.common-banner .img-with-text-content {
    margin-left: 40px;
    padding-top: 0;
}

.common-banner .img-with-text-content ul {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.common-banner .img-with-text-content ul li {
    font-size: 16px;
    color: var(--white-color);
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.common-banner .image-with-text {
    padding: 25px 0 0;
}

.common-banner .image-with-icon {
    min-height: auto;
}

@media (max-width: 991px) {
    .common-banner {
        padding: 140px 0 110px;
        clip-path: polygon(0 0%, 100% 0%, 100% 80%, 0% 100%);
        min-height: 320px;
        z-index: 1;
    }

    .common-banner .img-with-text-content {
        margin-left: 0;
        padding-top: 40px;
    }

    .common-banner-bg {
        height: 278px;
        width: 600px;
    }
}

/* ------------- common banner csss end -----------*/

/*  ------------------- what we stand for section css strat --------------- */
.what-we-stand {
    padding-top: 37px;
    position: relative;
}

.what-we-stand-card {
    padding: 40px;
    border-radius: var(--border-radius30);
    background-color: var(--white-color);
    box-shadow: var(--box-shadow);
    height: 100%;
    border: 1px solid #7075801a;
}

.what-we-stand-content .h5-title {
    margin-bottom: 15px;
}

.what-we-stand-card.with-logo p,
.what-we-stand-card.with-logo .h5-title {
    padding: 0 20px;
}

.what-we-stand-card-wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.what-we-stand-card.with-logo {
    padding: 20px;
}

.what-we-stand .h2-title.stand-for,
.what-we-stand .h2-title.stand-against {
    text-align: center;
    margin-bottom: 40px;
}

.what-we-stand .sec-title .h2-title.stand-for span {
    color: var(--primary-color);
}

.what-we-stand .sec-title .h2-title.stand-against span {
    color: var(--red-color);
}

.what-we-stand-against .what-we-stand-wrap .row {
    flex-direction: row-reverse;
}

.what-we-stand-against .why-choose-icon .icon-wrap {
    background: var(--red-color);
}

.what-we-stand-against {
    padding-top: 120px;
}

.what-we-stand-bg {
    position: absolute;
    inset: 0;
    height: 107%;
    clip-path: polygon(0 0%, 100% 0%, 100% 85%, 0% 100%);
    background: var(--light-blue-color);
    margin-top: -210px;
    z-index: -1;
}

.what-we-stand-against .why-choose-icon {
    margin-bottom: 135px;
}

.what-we-stand .why-choose-icon .icon-wrap img {
    width: 46px;
    height: 56px;
}

.what-we-stand-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    grid-auto-flow: dense;
    gap: 30px;
}

.row.even-stand .icon-wrap {
    background: var(--red-color);
}

.what-we-stand-for .container {
    display: flex;
    flex-direction: column;
    gap: 120px;
}

.row.odd-stand .with-logo {
    grid-area: 1 / 3 / -1 / -1;
    font-weight: 200;
}

.row.even-stand .with-logo {
    grid-area: 1 / 1 / -1 / 2;
}

.even-stand .why-choose-icon {
    margin-bottom: 132px;
}

@media (max-width: 1199px) {
    .why-choose-icon {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .what-we-stand .why-choose-icon .icon-wrap img {
        width: 33px;
        height: auto;
    }

    .row.odd-stand .with-logo,
    .row.even-stand .with-logo {
        grid-area: 1 / 1 / 2 / -1;
    }

    .what-we-stand-card {
        padding: 20px;
        border-radius: var(--border-radius20);
    }

    .what-we-stand-wrap {
        gap: 15px;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto;
    }

    .even-stand .why-choose-icon {
        margin-bottom: 40px;
    }

    .what-we-stand-card .why-choose-icon {
        margin-bottom: 20px;
    }

    .what-we-stand-for .container {
        gap: 80px;
    }

    .what-we-stand-bg {
        clip-path: polygon(0 0%, 100% 0%, 100% 96%, 0% 100%);
    }
}

@media (max-width: 575px) {
    .what-we-stand-wrap {
        display: flex;
        flex-direction: column;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto;
        gap: 16px;
    }

    .row.odd-stand .with-logo,
    .row.even-stand .with-logo {
        order: -1;
    }
}

/*  ------------------- what we stand for section css end --------------- */
/*  ------------------- our vision mission section css end --------------- */
.mission-sec {
    padding-top: 130px;
    position: relative;
}

.mission-sec-bg {
    position: absolute;
    width: 2350px;
    height: 1088px;
    left: -326px;
    top: 274px;
    z-index: 1;
    opacity: 0.05;
    background-color: var(--primary-color);
}

.mission-sec .image-with-text-even {
    padding: 20px 0 0;
}

.img-with-text-content .sec-title .big-title,
.img-with-text-content .sec-title .big-title {
    top: -80px;
    left: 0px;
}

.text-image-background {
    width: 545px;
    height: 428px;
    height: 100%;
}

.mission-sec .img-with-text-content .h2-title {
    margin-bottom: 20px;
}

.mission-sec .text-image-background {
    height: 428px;
    width: 545px;
}

.image-with-text-odd .text-image-background {
    margin-left: auto;
}

.image-with-text-even .text-image-background {
    margin-right: auto;
}

.text-image-background .back-img {
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius20);
    border: 2px solid var(--white-color);
    box-shadow: var(--box-shadow);
}

.img-with-text-content {
    padding-top: 60px;
    max-width: 545px;
}

.image-with-icon {
    --spacer: 40px;
    position: relative;
    height: 100%;
    min-height: 411px;
    padding-top: var(--spacer);
}

.image-with-text-odd .img-with-logo {
    left: 65px;
    right: auto;
}

.img-with-logo {
    position: absolute;
    top: 14px;
    right: 65px;
    --size: 90px;
    width: var(--size);
    height: var(--size);
    border-radius: 20px;
    background: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: var(--blue-box-shadow);
}

.logo.mask-img {
    background-color: var(--white-color);
    width: 52px;
    height: 55px;
}

.mission-sec .image-with-text-wp {
    display: flex;
    flex-direction: column;
    /* gap: 123px; */
}

.mission-sec .image-with-text-even .img-with-text-content {
    margin-left: 30px;
}

.mission-sec .image-with-text-odd .img-with-text-content {
    max-width: 545px;
}

@media (min-width: 1921px) {
    .img-with-text-content {
        max-width: 100%;
    }

    .img-with-logo {
        right: 12%;
    }

    .image-with-text-odd .img-with-logo {
        left: 12%;
    }

    .text-image-background,
    .mission-sec .text-image-background {
        width: calc(100% - 40px);
    }
}

@media (max-width: 1199px) {
    .text-image-background {
        width: 100%;
    }

    .mission-sec .text-image-background {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .mission-sec {
        padding-top: 80px;
    }

    .img-with-text-content .sec-title .big-title,
    .img-with-text-content .sec-title .big-title {
        top: -40px;
    }

    .img-with-text-content {
        padding-top: 0;
    }

    /* .logo.mask-img {
    width: 38px;
    height: 40px;
  } */
    .img-with-logo {
        --size: 80px;
    }

    .mission-sec .image-with-text-even {
        padding: 0;
    }

    .image-with-text-odd .row {
        flex-direction: column-reverse;
    }

    .img-with-text-content {
        padding-top: 80px;
        max-width: 100%;
    }

    .mission-sec .image-with-text-even .img-with-text-content {
        margin-left: 0px;
    }

    .image-with-text-odd.image-with-text {
        padding: 0;
    }

    .image-with-icon {
        min-height: unset;
    }

    .mission-sec .text-image-background,
    .about-video-wp {
        aspect-ratio: 1 / 0.79268293;
        height: auto;
        max-height: unset;
        width: 100%;
    }

    .mission-sec .image-with-text-odd .img-with-text-content {
        max-width: 100%;
    }

    .text-image-background {
        aspect-ratio: 1 / 0.79268293;
        height: auto;
        max-height: unset;
    }

    .image-with-text-odd .img-with-logo {
        left: 40px;
    }

    .img-with-logo {
        right: 40px;
    }

    .mission-sec .image-with-text-wp {
        gap: 40px;
    }
}

@media (max-width: 575px) {

    /* .logo.mask-img {
    width: 30px;
    height: 27px;
  } */
    .img-with-logo {
        --size: 62px;
    }

    .image-with-text-odd .img-with-logo {
        left: 30px;
    }

    .img-with-logo {
        right: 30px;
    }
}

/*  ------------------- our vision mission section css end --------------- */
/* ------------------- about video scetion css start -------------- */
.about-video-sec {
    margin-top: 157px;
}

.about-video-wp {
    width: 100%;
    height: 648px;
    position: relative;
}

.about-video-wp .back-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.about-video-wp .back-img {
    border-radius: var(--border-radius30);
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

@media (max-width: 991px) {
    .about-video-sec {
        margin-top: 60px;
    }

    .about-video-wp {
        aspect-ratio: 1 / 0.79268293;
        height: auto;
    }
}

/* ------------------- about video scetion css end -------------- */

/* --------------------- about partners section css start -------------- */
.partners-sec {
    margin-top: 187px;
    padding-bottom: 85px;
}

.partners-sec .sec-title {
    text-align: center;
    max-width: 800px;
    position: relative;
    margin: 0 auto;
}

.partners-sec .sec-title .big-title {
    top: -73px;
    /* right: 210px; */
    left: 50%;
    transform: translate(-50%, 0);
}

.partner-item {
    position: relative;
    display: block;
    height: 100%;
    padding: 10px;
    background-color: var(--white-color);
    border-radius: var(--border-radius30);
    transition: var(--transition);
}

.partner-item:hover {
    background-color: var(--light-blue-color);
}

.partner-row {
    display: flex;
    flex-direction: column;
}

.partner-row .row {
    gap: 38px 0;
}

.partner-row:not(:last-child) {
    margin-bottom: 56px;
}

.partner-img {
    display: block;
    width: 100%;
/*     aspect-ratio: 1/0.892; */
	aspect-ratio: 1/1.1;
    border-radius: var(--border-radius20);
    background-color: var(--light-blue-color);
    transition: var(--transition);
    overflow: hidden;
}

.partner-item:hover .partner-img {
    background-color: var(--white-color);
}

.partner-info .h5-title {
    font-family: "Avenir Next Demi";
    color: var(--black-color);
}

.partner-img .back-img {
    width: 100%;
    height: 100%;
}

.partners-sec .sec-title .h5-title {
    font-family: "Avenir Next Demi";
    color: var(--primary-color);
    margin-bottom: 10px;
}

.partners-sec .sec-title .h2-title {
    line-height: 1.1042;
    margin-bottom: 25px;
}

.partner-row-title .h4-title {
    font-family: "Avenir Next Demi";
}

.partner-content {
    text-align: center;
    margin-top: 24px;
    padding: 0 24px;
}

.partner-content .partner-role {
    color: var(--primary-color);
    margin-bottom: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
}

.partner-content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8;
}

.partners-sec .sec-title p {
    font-weight: 500;
    color: var(--dark-color);
}

.partner-info+p {
    margin-bottom: 0;
}

.partners-wp {
    margin-top: 50px;
    position: relative;
}

.load_more_btn .outline-btn {
    background: var(--white-color);
    line-height: 0.8;
}

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

.team-modal-box {
    display: flex;
    background-color: var(--light-blue-color);
    padding: 47px 96px 30px 80px;
    gap: 34px;
}

.team-modal-box .team-img-wp {
    flex: 0 0 285px;
    padding: 10px;
}

.team-modal-box .team-img-wp .partner-img {
    background-color: var(--white-color);
}

#team_popup .modal-dialog {
    max-width: 1170px;
}

#team_popup .modal-dialog .close {
    --size: 40px;
    width: var(--size);
    height: var(--size);
    background: transparent;
    border: 1px solid rgba(111, 114, 121, 0.6);
    border-radius: 9px;
    padding: 8px;
    top: 27px;
    right: 28px;
}

#team_popup .modal-dialog .close:hover {
    background-color: var(--common-color);
}

#team_popup .modal-dialog .close span {
    display: block;
    width: 100%;
    height: 1px;
    background: var(--black-color);
    opacity: 0.6;
    transition: var(--transition);
}

#team_popup .modal-dialog .close:hover span {
    background: var(--white-color);
}

#team_popup .modal-dialog .close span:first-child {
    transform: rotate(45deg);
}

#team_popup .modal-dialog .close span:last-child {
    transform: rotate(-45deg);
}

.team-content {
    flex: 1;
}

.team-modal-text {
    height: 357px;
}

.team-modal-text p {
    color: var(--dark-color);
}

.team-modal-text p:not(:last-child) {
    margin-bottom: 34px;
}

.team-modal-text p strong {
    font-family: "Avenir Next Demi";
    font-weight: 600;
    color: var(--primary-color);
}

.team-modal-text p span {
    display: block;
}

/* .partners-sec .partners-wp:nth-child(3) .partner-img .back-img {
    background-size: contain;
} */

@media screen and (min-width: 992px) {
    .partners-sec .partners-wp:nth-child(3) .partner-row .row+.row {
        margin-inline: auto;
        max-width: 901px;
    }
}

@media (max-width: 1199px) {
    .partners-sec {
        padding-bottom: 0;
    }

    #team_popup .modal-dialog {
        max-width: 960px;
    }

    .team-modal-box {
        padding: 47px 60px 30px 30px;
        gap: 30px;
    }

    #team_popup .modal-dialog .close {
        top: 15px;
        right: 15px;
    }

    .team-modal-text {
        height: 350px;
    }
	.partners-sec .sec-title .big-title{
		right: auto !important;
	}
}

@media (max-width: 991px) {
    .partners-sec .sec-title .big-title {
        top: -50px;
        right: auto;
    }

    .partners-sec {
        margin-top: 130px;
    }

    .partner-img {
        aspect-ratio: 1 / 0.88888889;
    }

    .partners-sec .row,
    .home-team-members .row {
        gap: 20px 0;
    }

    .partner-row:not(:last-child) {
        margin-bottom: 40px;
    }

    .team-modal-box {
        overflow-y: auto;
        overflow-x: hidden;
        max-height: 90vh;
        flex-direction: column;
        padding: 60px 30px 30px;
        gap: 10px;
    }

    .team-modal-text {
        height: auto;
        padding-right: 0;
    }

    .team-modal-text p:not(:last-child) {
        margin-bottom: 17px;
    }

    .team-modal-box .team-img-wp {
        flex: 1;
    }

    #team_popup .modal-dialog {
        max-width: 500px;
    }
}

@media (max-width: 767px) {
    .partners-sec {
        margin-top: 80px;
    }
}

@media (max-width: 575px) {
    .partners-sec .sec-title .big-title {
        top: -30px;
        font-size: 56px;
    }

    .team-modal-box {
        padding: 60px 15px 30px;
        max-height: 88vh;
    }
}

@media (max-width: 475px) {
    .partners-sec .sec-title .big-title {
        top: -30px;
        font-size: 50px;
    }
}

/* --------------------- about partners section css start -------------- */
/* ==================== about page css end ======================== */

/* ======================= coaching page css start ========================== */

/* ----------------- coaching odd even sec css start -------------------- */
.image-with-text {
    padding: 60px 0;
}

.page-template-template-coaching .common-banner {
    padding: 160px 0 230px;
}

.coaching-sec {
    --clip-path-space: 211px;
    margin-top: calc(var(--clip-path-space) * -1);
}

/* .coaching-sec .img-with-text-content .h2-title {
  margin-bottom: 20px;
} */
.coaching-sec .img-with-text-content ul li {
    line-height: 1.8;
}

.img-with-text-content ul {
    margin-bottom: 40px;
}

.img-with-text-content ul li {
    padding-left: 42px;
    position: relative;
    font-weight: 500;
    color: var(--dark-color);
    font-size: 16px;
    line-height: 1.6;
    padding: 8px 0 8px 42px;
}

.img-with-text-content li:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 10px;
    --size: 18px;
    width: var(--size);
    aspect-ratio: 1 / 1;
    -webkit-mask-image: url("./assets/images/check.svg");
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    background-color: var(--primary-color);
}

.coaching-sec .image-with-text-odd .big-title {
    color: var(--white-color);
}

.coaching-sec .odd-sec {
    position: relative;
    /* padding: 60px 0; */
    clip-path: polygon(0 19%, 100% 0%, 100% 81%, 0 100%);
    background-color: var(--light-blue-color);
    padding: var(--clip-path-space) 0;
}

.coaching-sec .even-sec {
    position: relative;
    /* margin: 170px 0 150px; */
    /* padding: 85px 0; */
}

.coaching-sec .even-sec .coaching-sec-bg {
    background: var(--white-color);
    top: 0;
    height: 870px;
}

.even-sec .img-with-text-content {
    margin-left: 25px;
}

.img-with-text-content p {
    margin-bottom: 20px;
}

.img-with-text-content .h2-title {
    margin-bottom: 25px;
}

.btn-wrap {
    display: flex;
    /* margin-top: 40px; */
    gap: 16px;
}

.logo.mask-img {
    -webkit-mask-size: 100%;
}

.btn-wrap .outline-btn {
    width: unset;
    background-color: transparent;
}

@media (max-width: 1399px) {
    .btn-wrap .outline-btn {
        white-space: nowrap;
    }
}

@media (max-width: 1199px) {
    .coaching-sec .sec-title .big-title {
        font-size: 80px;
        top: -60px;
    }

    .even-sec .img-with-text-content {
        margin-left: 0;
    }

    .coaching-sec .odd-sec {
        padding-bottom: 180px;
    }

    .coaching-sec .even-sec {
        padding-bottom: 50px;
    }

    .coaching-sec .odd-sec .image-with-text {
        padding: 0 0 30px;
    }

    .coaching-sec .even-sec .image-with-text {
        padding: 0;
    }
}

@media (max-width: 991px) {
    .coaching-sec .odd-sec {
        clip-path: polygon(0 7%, 100% 0%, 100% 93%, 0 100%);
    }

    .page-template-template-coaching .common-banner {
        padding: 130px 0 110px;
    }

    .coaching-sec {
        --clip-path-space: 130px;
    }

    .even-sec .img-with-text-content {
        margin-left: 0;
    }

    .coaching-sec .img-with-text-content {
        padding-top: 90px;
    }

    .logo.mask-img {
        -webkit-mask-size: 70%;
    }

    .coaching-sec .sec-title .big-title {
        top: -40px;
    }
}

@media (max-width: 767px) {
    .btn-wrap {
        flex-direction: column;
    }

    .btn-wrap a {
        width: fit-content !important;
    }

    .coaching-sec .img-with-text-content {
        padding-top: 65px;
    }

    .coaching-sec .sec-title .big-title {
        font-size: 50px;
        top: -25px;
    }

    .img-with-text-content ul {
        margin-bottom: 20px;
    }

    .coaching-sec .odd-sec {
        padding-bottom: 100px;
    }

    .coaching-sec .image-with-text-even.image-with-text {
        padding: 20px 0;
    }

    .img-with-text-content .h2-title {
        margin-bottom: 15px;
    }

    .img-with-text-content p {
        margin-bottom: 10px;
    }
}

@media (max-width: 450px) {
    .page-template-template-coaching .common-banner {
        padding: 130px 0 150px;
    }

    .coaching-sec .image-with-text-even.image-with-text {
        padding: 0;
    }

    .coaching-sec .odd-sec {
        padding-bottom: 80px;
    }

    .coaching-sec .even-sec {
        margin-bottom: 30px;
    }

    .image-with-text-odd.image-with-text {
        margin-top: -30px;
    }
}

/* ----------------- coaching odd even sec css end -------------------- */

/* ------------------ coaching page clent review section css start --------------------- */
.page-template-template-coaching .review-sec {
    position: relative;
    --clip-path-space: 211px;
    margin-top: var(--clip-path-space);
}

.page-template-template-coaching .review-bg {
    height: 111%;
    clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0 100%);
    padding-top: var(--clip-path-space) 0;
}

.page-template-template-coaching .review-title {
    margin-top: 50px;
}

@media (max-width: 991px) {
    .page-template-template-coaching .review-sec-wp {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .page-template-template-coaching .review-bg {
        margin-top: -190px;
    }
}

@media (max-width: 450px) {
    .page-template-template-coaching .review-bg {
        margin-top: -170px;
    }
}

/* ------------------ coaching page clent review section css end --------------------- */

/* ==================== coaching page css end =================== */

/* ======================== speaking page css start ===================== */

.page-template-template-speaking .common-banner-bg,
.page-template-template-coaching .common-banner-bg,
.page-template-template-testimonial .common-banner-bg {
    right: -80px;
    top: 130px;
}

.page-template-template-speaking .common-banner-con {
    max-width: 650px;
}

.speaking-sec .sec-title {
    padding-top: 80px;
}

.speaking-sec .sec-title p {
    max-width: 970px;
}

.speaking-sec .sec-title .h5-title {
    color: var(--primary-color);
    margin-bottom: 10px;
}

.speaking-sec .img-with-text-content .h2-title {
    margin-bottom: 20px;
}

.speaking-sec .img-with-text-content p {
    margin-bottom: 15px;
}

.speaking-sec .speaking-sec-odd {
    --clip-path-space: 208px;
    position: relative;
    /* padding: 60px 0; */
    clip-path: polygon(0 11%, 100% 0%, 100% 89%, 0 100%);
    background-color: var(--light-blue-color);
    padding: var(--clip-path-space) 0;
    margin-top: calc(var(--clip-path-space) * -1);
}

.speaking-sec-even .image-with-text {
    padding: 60px 0 40px;
}

.speaking-sec .img-with-text-content ul li b {
    color: var(--dark-color);
    font-weight: 600;
    line-height: 1.2;
}

.speaking-sec .even-sec .image-with-text-even {
    padding-top: 40px;
}

.speaking-sec .img-with-text-content ul li {
    color: var(--common-color);
}

.speaking-sec .speaking-sec-even .sec-title {
    padding-top: 20px;
}

@media screen and (max-width: 1199px) {
    .speaking-sec .speaking-sec-odd {
        clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0 100%);
        padding-bottom: 130px;
    }

    .speaking-sec-even .image-with-text,
    .speaking-sec-odd .image-with-text {
        padding: 40px 0;
    }
}

@media (max-width: 991px) {
    .speaking-sec .speaking-sec-odd {
        --clip-path-space: 120px;
        clip-path: polygon(0 4.5%, 100% 0%, 100% 96%, 0 100%);
        padding: 100px 0 0;
    }

    .speaking-sec .sec-title {
        padding: 50px 0;
    }

    .speaking-sec .img-with-text-content {
        padding-top: 40px;
    }

    .speaking-sec .speaking-sec-even .sec-title {
        padding-top: 40px;
    }

    .speaking-sec .speaking-sec-odd .even-sec .image-with-text {
        padding: 20px 0 80px;
    }

    .speaking-sec-even .image-with-text,
    .speaking-sec-odd .image-with-text {
        padding: 0;
    }

    .page-template-template-speaking .common-banner-bg,
    .page-template-template-coaching .common-banner-bg,
    .page-template-template-testimonial .common-banner-bg {
        right: 40px;
        top: 90px;
    }

    .speaking-sec .even-sec .image-with-text-even {
        padding-top: 0;
    }

    .speaking-sec .sec-title p {
        max-width: 100%;
    }
}

@media (max-width: 575px) {

    .page-template-template-speaking .common-banner-bg,
    .page-template-template-coaching .common-banner-bg,
    .page-template-template-testimonial .common-banner-bg {
        right: -140px;
        top: 90px;
    }
}

/* ======================== speaking page css end ===================== */

/* ==================== connect page css start ========================= */
.page-template-template-connect .common-banner-bg {
    right: -90px;
    top: 127px;
}

.page-template-template-connect .common-banner {
    clip-path: polygon(0 0%, 100% 0%, 100% 75%, 0% 100%);
}

.contact-sec .sec-title {
    text-align: center;
}

.contact-sec .sec-title .big-title {
    position: absolute;
    top: -70px;
    left: 110px;
    z-index: -1;
    color: var(--white-color);
}

.contact-sec .sec-title p {
    max-width: 774px;
    margin: 0 auto;
    color: var(--dark-color);
    font-weight: 500;
}

.contact-form-wp {
    max-width: 770px;
    margin: 0 auto;
    margin-top: 48px;
}

.contact-form label {
    font-size: 16px;
    font-weight: 500;
    color: var(--dark-color);
    line-height: 1.8;
    margin-bottom: 8px;
}

.contact-form .radio-wrap .wpcf7-list-item {
    max-width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
    margin-right: 0;
}

.contact-form .radio-wrap span.wpcf7-form-control.wpcf7-radio.form {
    display: flex;
    gap: 10px 24px;
    flex-wrap: wrap;
}

.contact-form .checkbox-wrap p {
    display: flex;
    gap: 8px;
    align-items: center;
}

.checkbox-wrap span.wpcf7-list-item-label::before {
    border-radius: 4px;
}

.radio-wrap .wpcf7-radio span.wpcf7-list-item-label::after {
    top: 9px;
    left: 4px;
}

.contact-form .submit-btn {
    display: flex;
    justify-content: center;
}

.contact-form .sec-btn {
    width: 124px;
    height: 64px;
    border-radius: 8px;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 600;
    transition: var(--transition);
}

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

.contact-sec-wp {
    padding-top: 90px;
}

.contact-sec {
    --clip-path-space: 228px;
    clip-path: polygon(0 12%, 100% 0%, 100% 88%, 0 100%);
    background-color: var(--light-blue-color);
    margin-top: calc(var(--clip-path-space) * -1);
    padding: var(--clip-path-space) 0;
    margin-bottom: -208px;
    position: relative;
}

.contact-form label.radio-title {
    margin: 10px 0 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}

.contact-sec .mission-sec-bg {
    width: 2300px;
    height: 1066px;
    left: -470px;
    top: 228px;
}

@media (min-width: 1921px) {
    .contact-sec .sec-title .big-title {
        top: -70px;
        right: 0;
        left: 0;
    }
}

@media (max-width: 1199px) {
    .contact-sec .sec-title .big-title {
        top: -70px;
        left: -20px;
        white-space: nowrap;
    }
}

@media (max-width: 991px) {
    .page-template-template-connect .common-banner {
        clip-path: polygon(0 0%, 100% 0%, 100% 96%, 0% 100%);
    }

    .contact-sec {
        --clip-path-space: 100px;
        clip-path: polygon(0 4%, 100% 0%, 100% 96%, 0 100%);
    }

    .page-template-template-connect .footer-bg {
        padding-top: 130px;
    }

    .page-template-template-connect .site-footer {
        margin-top: 150px;
    }

    .contact-sec .sec-title .big-title {
        top: -40px;
        left: 20px;
        right: 0;
    }

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

    .contact-form .sec-btn {
        height: 53px;
        font-size: 16px;
    }

    .common-banner .text-image-background {
        height: auto;
    }

    .common-banner .img-with-text-content ul {
        gap: 5px;
    }

    .common-banner .img-with-text-content .h2-title {
        margin-bottom: 15px;
    }

    .form-input.wpcf7-textarea {
        height: 120px;
    }
}

@media (max-width: 767px) {
    .contact-sec .sec-title .big-title {
        top: -30px;
        left: 0;
        right: 0;
        font-size: 50px;
    }

    .contact-sec-wp {
        padding-top: 40px;
    }
}

@media (max-width: 575px) {
    .contact-sec .sec-title .big-title {
        top: -30px;
        white-space: normal;
    }

    .contact-form .radio-wrap .wpcf7-list-item {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .contact-form .radio-wrap span.wpcf7-form-control.wpcf7-radio.form {
        gap: 0;
    }
}

/* ==================== connect page css start ========================= */

/*  ======================== testimonial page css start ================= */
.testimonial-sec {
    position: relative;
}

.testimonial-sec-wp {
    padding-top: 65px;
    position: relative;
}

.testimonial-tab-list {
    margin-bottom: 50px;
}

.testimonial-tab-list ul {
    display: flex;
    gap: 30px;
    align-items: center;
    scrollbar-width: thin;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
    scrollbar-color: var(--primary-color) transparent;
}

.page-template-template-testimonial .common-banner {
    clip-path: polygon(0 0%, 100% 0%, 100% 60%, 0% 100%);
}

.testimonial-sec .review-bg {
    height: 96%;
    clip-path: polygon(0 0%, 100% 0%, 100% 76%, 0% 100%);
}

.testimonial-tab-list ul li {
    padding: 14px 32px;
    background-color: transparent;
    border-radius: 8px;
    border: 1px solid var(--common-color);
    height: 60px;
    transition: var(--transition);
    min-width: 270px;
    flex: 1 0 auto;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
}

.testimonial-tab-list ul::-webkit-scrollbar {
    height: 3px;
}

.testimonial-tab-list ul::-webkit-scrollbar-track {
    background: transparent;
}

.testimonial-tab-list ul::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border-radius: 3px;
    transition: background-color 0.3s;
}

.testimonial-tab-list ul::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.testimonial-tab-list ul li.active,
.testimonial-tab-list ul li:hover {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.testimonial-tab-list ul li.active a,
.testimonial-tab-list ul li:hover a {
    color: var(--light-blue-color);
}

.testimonial-tab-list ul li a {
    display: inline-flex;
    white-space: nowrap;
    color: var(--common-color);
    font-weight: 600;
    transition: var(--transition);
}

.testimonial-contant-box {
    position: relative;
}

.testimonial-contant-wp {
    position: relative;
    column-count: 3;
    gap: 30px;
}

.testimonial-contant-wp>* {
    break-inside: avoid;
    /* margin-bottom: 30px; */
}

@media (max-width: 1199px) {
    .testimonial-contant-wp {
        gap: 20px;
    }

    .testimonial-tab-list ul {
        gap: 20px;
    }

    .testimonial-tab-list ul li {
        min-width: 220px;
    }
}

@media (max-width: 991px) {
    .testimonial-contant-wp {
        column-count: 2;
    }

    .testimonial-sec .review-bg {
        clip-path: polygon(0 0%, 100% 0%, 100% 96%, 0% 100%);
    }

    .page-template-template-testimonial .common-banner {
        clip-path: polygon(0 0%, 100% 0%, 100% 86%, 0% 100%);
        min-height: auto;
    }

    .testimonial-tab-list {
        margin-bottom: 30px;
    }

    .testimonial-tab-list ul li {
        min-width: auto;
    }

    .loader-wrap {
        top: -1%;
        width: 102%;
        height: 102%;
    }
}

@media (max-width: 767px) {
    .testimonial-contant-wp {
        column-count: 1;
    }

    .testimonial-sec-wp {
        padding-top: 40px;
    }

    .testimonial-tab-list ul li {
        min-width: 200px;
        height: 53px;
        font-size: 16px;
    }

    .testimonial-contant-wp>* {
        padding-bottom: 20px;
    }
}

/*  ======================== testimonial page css end ================= */

/* ----------------- process section css end -------------------- */

.process-sec {
    margin: 140px 0 165px;
    position: relative;
}

.process-sec .sec-title {
    text-align: center;
}

.process-sec .big-title {
    top: -77px;
    right: -40px;
}

.process-wrap {
    margin-top: 93px;
}

.process-step {
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    background-color: var(--white-color);
    border: 1px solid rgba(112, 117, 128, 0.1);
    border-radius: var(--border-radius30);
    box-shadow: var(--box-shadow);
    height: 100%;
}

.process-sec .process-title p {
    color: var(--dark-color);
    font-weight: 500;
    text-align: center;
}

.process-wrap .row {
    --gutter-y: var(--gutter);
}

.number-wrap h2 {
    color: var(--white-color);
    margin-bottom: 0;
}

.number-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    overflow: visible;
}

.img-wrap.mask-img {
    background-color: var(--black-color);
    height: 100%;
    width: 100%;
    /* overflow: visible; */
    -webkit-mask-size: 100%;
    opacity: 0.5;
}

.number-wrap .icon-wrap {
    flex-shrink: 0;
}

@media (max-width: 1199px) {
    .process-wrap .row {
        --gutter: 20px;
    }

    .process-step {
        padding: 20px;
        border-radius: var(--border-radius20);
    }

    .process-step .icon-wrap {
        --size: 80px;
    }

    .number-wrap h2 {
        font-size: 42px;
    }
}

@media (max-width: 991px) {
    .process-step {
        padding: 30px;
    }

    .process-sec .big-title {
        top: -40px;
        right: 10px;
        left: 0;
    }

    .number-wrap h2 {
        font-size: 32px;
    }

    .process-step .icon-wrap {
        --size: 62px;
    }

    .process-sec {
        margin: 120px 0;
    }

    .process-wrap {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .process-wrap {
        margin-top: 40px;
    }

    .process-sec {
        margin: 80px 0;
    }

    .img-wrap.mask-img {
        -webkit-mask-size: 70%;
    }
}

@media (max-width: 575px) {
    .process-sec .big-title {
        top: -30px;
        font-size: 50px;
    }
}

@media (max-width: 450px) {
    .img-wrap.mask-img {
        -webkit-mask-size: 100%;
    }

    .process-sec {
        margin: 50px 0;
    }
}

/* ----------------- process section css end -------------------- */

/* ======================= coaching page css end ========================== */

/*==========Footer CSS Start==========*/
.footer-bg {
    clip-path: polygon(0 34%, 100% 0%, 100% 100%, 0 100%);
    background: var(--dark-color);
    padding-top: 380px;
    /* height: 619px; */
}

.footer-logo .custom-logo {
    width: 162px;
    filter: brightness(0) invert(1);
}

.footer-menu ul {
    display: flex;
    gap: 50px;
    align-items: center;
    margin-left: 70px;
}

.social-icons li a .iconify path {
    fill: var(--white-color);
}

.footer-menu ul li a {
    color: var(--white-color);
    font-size: 16px;
    transition: var(--transition);
    font-weight: 500;
}

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

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

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

.footer-top {
    padding-bottom: 108px;
    border-bottom: 1px solid rgba(111, 114, 121, 0.4);
}

.footer-link .social-icons {
    display: flex;
    gap: 12px;
    justify-content: end;
}

.footer-bottom-text .copy-right p,
.footer-other-link p,
.footer-other-link p a {
    color: rgba(255, 255, 255, 0.5);
}

.footer-link .social-icons li {
    --size: 28px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(246, 246, 246, 0.1);
    transition: var(--transition);
}

.footer-link .social-icons li:hover {
    background-color: var(--primary-color);
}

.footer-bottom-box {
    position: relative;
    padding: 40px 0;
}

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

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

.copy-right p,
.footer-other-link p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
}

.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 {
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    padding-right: 8px;
    margin-right: 8px;
    /* border-right: 1px solid var(--common-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: 14px;
    line-height: 1.5;
    color: var(--light-grey-color);
    transition: var(--transition);
}

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

.footer-other-link p a {
    font-weight: bold;
    transition: var(--transition);
}

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

.footer-other-link p svg {
    opacity: 0.5;
}

.footer-other-link svg.iconify path {
    fill: var(--red-color);
}

@media screen and (max-width: 1399px) {
    body:not(:has(.cta-sec)) footer .footer-bg {
        padding-top: 240px;
    }
}

@media (max-width: 991px) {
    .footer-logo {
        display: flex;
        justify-content: center;
    }

    .footer-top {
        padding-bottom: 40px;
    }

    .footer-top .row {
        gap: 40px;
    }

    .footer-menu ul,
    .footer-link .social-icons {
        justify-content: center;
        margin-left: 0;
    }

    .footer-bg {
        clip-path: polygon(0 9%, 100% 0%, 100% 100%, 0 100%);
        padding-top: 280px;
    }

    .footer-bottom-link ul li a,
    .copy-right p,
    .footer-other-link p {
        font-size: 12px;
    }

    .cta-sec {
        margin-bottom: -220px;
        margin-top: 88px;
    }

    body:not(:has(.cta-sec)) footer .footer-bg {
        padding-top: 150px;
    }
}

@media (max-width: 767px) {
    .footer-menu ul {
        max-width: 226px;
        margin: 0 auto;
        flex-wrap: wrap;
        gap: 13px 86px;
        justify-content: flex-start;
    }

    .footer-bg {
        padding-top: 380px;
    }

    .cta-sec {
        margin-bottom: -270px;
    }
}

@media (max-width: 575px) {
    .footer-other-link {
        padding: 0 56px;
    }
}

@media (max-width: 350px) {
    .cta-sec {
        margin-top: 40px;
    }
}

/*==========Footer 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;
    padding: 280px 0 160px;
}

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

.privacy-content h2,
.entry-content h2 {
    font-size: 26px;
    color: var(--dark-color);
    margin-bottom: 15px;
}

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

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

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

@media (max-width: 991px) {

    .privacy-content h2,
    .entry-content h2 {
        font-size: 22px;
    }
}

/*========== Inner 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(--primary-color);
    cursor: pointer;
    transition: var(--transition);
}

.footer-last .text:hover {
    color: var(--dark-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 ==========*/

/*========== Resouces page CSS Start ==========*/

/* .page-template-template-resources {
  background-color: var(--light-blue-color);
} */
/* Thoughtful Leadership Section */

.thoughtful-leadership {
    padding: 10px 0 41px;
}

.thoughtful-leadership .sec-title p {
    color: var(--dark-color);
    font-weight: 500;
}

.thoughtful-leadership .sec-title {
    margin-bottom: 58px;
}

.podcast-slider {
    /* max-width: 1108px; */
    margin: 0 auto;
    padding: 50px 15px 0;
}

.podcast-button-prev {
    left: 0;
}

.podcast-button-next {
    right: 0;
}

.podcast-img-slide a {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
}

.podcast-slider .swiper-wrapper {
    align-items: center;
    height: 454px;
    padding-bottom: 55px;
}

.podcast-slider .slick-track {
    display: flex !important;
    padding-bottom: 100px;
    align-items: center;
}

.podcast-slider .slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 378px;
}

.podcast-slider .swiper-slide.swiper-slide-active .podcast-img-slide {
    border-color: var(--white-color);
    box-shadow: 40px 40px 40px -20px #00000040;
}

.podcast-slider .swiper-slide {
    transition: var(--transition);
}

.podcast-slider .swiper-slide-fully-visible .podcast-img {
    border-radius: inherit;
}

/* Inactive slides */
.podcast-img {
    width: 100%;
    height: 100%;
    transition: all 0.6s ease;
    position: absolute;
    top: 0;
    left: 0;
}

/* .podcast-slider .slick-track .slide:not(.slick-active) {
  width: 378px !important;
}
.podcast-slider .slick-track .slick-active {
  width: 570px;
} */
/* Active (center) slide */
.podcast-slider .swiper-slide.swiper-slide-prev,
.podcast-slider .swiper-slide.swiper-slide-next {
    height: 415px;
}

.podcast-slider .swiper-slide:not(.swiper-slide-prev):not(.swiper-slide-active):not(.swiper-slide-next) {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.podcast-img-slide {
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius20);
    overflow: hidden;
    border: 2px solid transparent;
    transition: var(--transition);
}

.swiper-slide-shadow-coverflow {
    border-radius: var(--border-radius20);
}

.podcast-img-slide a .podcast-content {
    width: 100%;
    padding: 25px;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
}

.podcast-img-slide a .podcast-content .h5-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.white-papers-box-row-wp {
    margin-top: 48px;
}

.white-papers-box-row-wp .white-papers-title {
    margin-bottom: 48px;
}

.white-papers-box-row-wp .row {
    --gutter-y: 51px;
}

.white-papers-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid rgba(112, 117, 128, 0.1);
    border-radius: var(--border-radius30);
    box-shadow: var(--box-shadow);
    background-color: var(--white-color);
    background: radial-gradient(65.27% 75.47% at 93.38% 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.95) 100%), #ffffff;
}

.white-papers-box .white-papers-box-images-wp {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 20px 40px 0px 20px;
    margin-bottom: 54px;
}

.white-papers-box-icon {
    --size: 102px;
    width: var(--size);
    height: var(--size);
    border: 2px solid var(--light-grey-color);
    border-radius: var(--border-radius24);
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
}

.white-papers-box-icon .icon-wrap {
    --size: 64px;
    border-radius: 12px;
}

.white-papers-box-logo img {
    opacity: 0.6;
}

.white-papers-box .white-papers-box-content {
    padding: 0 40px 40px;
    margin-top: auto;
}

.white-papers-box-content .h5-title a {
    color: var(--dark-color);
}

.white-papers-box-content .h5-title a:hover {
    color: var(--primary-color);
}

/* Resources Cards Section */
.resources-cards {
    --clip-path-space: 211px;
    position: relative;
    clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0 100%);
    background-color: var(--light-blue-color);
    padding: var(--clip-path-space) 0;
}

.resources-cards .sec-title {
    margin-bottom: 42px;
}

.resources-cards .sec-title p {
    color: var(--dark-color);
    font-weight: 500;
}

.resources-cards-wp {
    padding-bottom: 24px;
}

.resources-cards-wp .row {
    --gutter-y: 51px;
}

.resources-cards-wp .why-choose-content {
    padding: 0 20px;
    margin-top: auto;
}

.resources-cards-wp .why-choose-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 270px;
}

.resources-cards-wp .why-choose-card:hover {
    background-color: var(--light-grey-color);
}

.resources-cards-wp .why-choose-icon {
    --size: 102px;
    margin-bottom: 33px;
}

.resources-cards-wp .icon-wrap {
    --size: 64px;
    border-radius: 12px;
}

.resources-cards-wp .why-choose-content p {
    margin-top: 12px;
}

/* Brownlow’s Book Section */

.brownlows-book-sec {
    padding-block: 10px 0;
}

.brownlows-book-sec .sec-title {
    margin-bottom: 58px;
}

.brownlows-book-sec .sec-title p {
    color: var(--dark-color);
    font-weight: 500;
}

.brownlows-book-slider-wp {
    position: relative;
}

.brownlows-book-slider-wp .brownlows-book-slider {
    /* max-width: 909px; */
    margin-inline: auto;
    padding-block: 60px;
    margin-block: -60px;
}

.brownlows-book-button-prev {
    left: 0;
}

.brownlows-book-button-next {
    right: 0;
}

.brownlows-book-slider .swiper-pagination {
    margin-top: 48px;
}

.brownlows-book-slider .swiper-wrapper {
    align-items: center;
    gap: 0;
    /* height: 565px; */
}

.brownlows-book-box .brownlows-book-content {
    position: relative;
    margin-top: 31px;
    visibility: hidden;
    opacity: 0;
    transition: var(--transition);
}

.brownlows-book-slider .swiper-slide {
    flex: 0 0 auto;
}

/* .brownlows-book-slider .swiper-slide.swiper-slide-prev, 
.brownlows-book-slider .swiper-slide.swiper-slide-next {
    height: 330px;
} */

.brownlows-book-slider .swiper-slide .brownlows-book-box {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.brownlows-book-slider .swiper-slide .brownlows-book-img {
    height: 481px;
    height: auto;
    aspect-ratio: 1/1.33704735376;
    width: 100%;
    border-radius: 8px;
    flex: 0 0 auto;
    transition: var(--transition);
}

.brownlows-book-slider .swiper-slide.swiper-slide-active .brownlows-book-box .brownlows-book-img {
    box-shadow: var(--box-shadow);
}

.brownlows-book-slider .swiper-slide.swiper-slide-active .brownlows-book-box .brownlows-book-content {
    visibility: visible;
    opacity: 1;
}

.brownlows-book-box .brownlows-book-content .brownlows-book-btn {
    padding: 11px 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 600;
    color: var(--dark-color);
    box-shadow: var(--box-shadow);
    border-radius: var(--border-radius30);
    border: 1px solid rgba(112, 117, 128, 0.1);
    width: fit-content;
    margin-inline: auto;
}

.brownlows-book-box .brownlows-book-content .brownlows-book-btn:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}

@media (min-width: 768px) {
    .brownlows-book-slider .swiper-slide.swiper-slide-active {
        width: 30.7% !important;
    }
}

@media (max-width: 1399px) {
    .resources-cards-wp .why-choose-content {
        padding: 0;
    }

    .white-papers-box .white-papers-box-images-wp {
        padding: 20px 20px 0px 20px;
    }

    .white-papers-box .white-papers-box-content {
        padding: 0 20px 40px;
    }

    .brownlows-book-box .brownlows-book-content .brownlows-book-btn {
        font-size: 18px;
        padding: 8px 24px;
    }
}

@media (max-width: 1199px) {
    .white-papers-box .white-papers-box-images-wp {
        margin-bottom: 44px;
    }

    .brownlows-book-box .brownlows-book-content .brownlows-book-btn {
        font-size: 16px;
        padding: 8px 22px;
    }
}

@media (max-width: 991px) {
    .thoughtful-leadership {
        padding: 10px 0 0px;
    }

    .thoughtful-leadership .sec-title {
        margin-bottom: 48px;
    }

    .podcast-button-next,
    .podcast-button-prev {
        display: none;
    }

    .podcast-slider {
        padding: 50px 0 0;
        width: 100vw;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .podcast-slider .swiper-wrapper {
        height: 350px;
    }

    .podcast-slider .swiper-slide.swiper-slide-prev,
    .podcast-slider .swiper-slide.swiper-slide-next {
        height: 320px;
    }

    .podcast-img-slide a .podcast-content {
        padding: clamp(0.938rem, 1.49vw + 0.639rem, 1.563rem);
        /* Breakpoint:- 991 to 320, value:- 25px to 15px */
    }

    .podcast-img-slide a .podcast-content .h5-title {
        font-size: clamp(0.875rem, 0.596vw + 0.756rem, 1.125rem);
        /* Breakpoint:- 991 to 320, value:- 18px to 14px */
    }

    .white-papers-box-row-wp .row {
        --gutter-y: 30px;
    }

    .white-papers-box-row-wp .white-papers-title {
        margin-bottom: 38px;
    }

    .resources-cards {
        --clip-path-space: 130px;
        clip-path: polygon(0 7%, 100% 0%, 100% 93%, 0 100%);
    }

    .resources-cards-wp .row {
        --gutter-y: 30px;
    }

    .resources-cards .sec-title {
        padding-top: 24px;
    }

    .resources-cards-wp .why-choose-card {
        min-height: auto;
    }

    .brownlows-book-sec {
        padding-block: 30px 30px;
    }

    .brownlows-book-slider-wp .brownlows-book-slider {
        width: 100vw;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .brownlows-book-button-next,
    .brownlows-book-button-prev {
        display: none;
    }
}

@media (max-width: 767px) {
    .thoughtful-leadership {
        padding: 10px 0 40px;
    }

    .thoughtful-leadership .sec-title {
        margin-bottom: 40px;
    }

    .podcast-slider {
        width: 108vw;
    }

    .white-papers-box .white-papers-box-content {
        padding: 0 20px 26px;
    }

    .white-papers-box-row-wp .row {
        --gutter-y: 22px;
    }

    .resources-cards-wp .why-choose-card {
        display: block;
    }

    .resources-cards {
        --clip-path-space: 80px;
        clip-path: polygon(0 3%, 100% 0%, 100% 97%, 0 100%);
    }

    .resources-cards-wp .row {
        --gutter-y: 22px;
    }

    .brownlows-book-slider-wp .brownlows-book-slider {
        width: 108vw;
    }

    /* .brownlows-book-slider .swiper-slide.swiper-slide-active {
        width: 40.7% !important;
    } */

    .brownlows-book-box .brownlows-book-content {
        margin-top: 20px;
    }

    .brownlows-book-box .brownlows-book-content .brownlows-book-btn {
        font-size: 14px;
        padding: 8px 18px;
        font-weight: 500;
    }
}

@media (max-width: 575px) {
    .podcast-slider {
        width: 576px;
    }

    .podcast-slider .swiper-wrapper {
        height: 230px;
    }

    .podcast-slider .swiper-slide.swiper-slide-prev,
    .podcast-slider .swiper-slide.swiper-slide-next {
        height: 201px;
    }

    .podcast-img-slide {
        border-radius: 10px;
    }

    .white-papers-box .white-papers-box-content {
        padding: 0 20px 20px;
    }

    .white-papers-box .white-papers-box-images-wp {
        margin-bottom: 30px;
    }

    .white-papers-box-icon {
        --size: 90px;
    }

    .white-papers-box-icon .icon-wrap {
        --size: 60px;
    }

    .white-papers-box-logo img {
        max-width: 100px;
    }

    .white-papers-box-content .h5-title {
        font-size: 18px;
    }

    .resources-cards-wp .why-choose-icon {
        --size: 90px;
        margin-bottom: 30px;
    }

    .resources-cards-wp .icon-wrap {
        --size: 60px;
    }

    .brownlows-book-slider-wp .brownlows-book-slider {
        /* width: 576px; */
        /* width: 680px; */
        width: 200vw;
    }

    .brownlows-book-slider .swiper-pagination {
        margin-top: 28px;
    }
}

/*========== Resouces page CSS End ==========*/

/*========== SEO Page CSS Start ==========*/
.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;
}

.main-banner.seo-banner {
    clip-path: unset;
}

.seo-banner .main-banner-wp {
    padding: 150px 0 0;
}

.seo-form {
    background: var(--white-color);
    padding: 50px;
    border-radius: var(--border-radius20);
    box-shadow: var(--box-shadow);
    max-width: 530px;
    margin-left: auto;
}

.seo-banner .main-banner-img {
    clip-path: polygon(0 0%, 100% 0%, 100% 76%, 0% 100%);
}

.seo-form .form-input {
    border: none;
    background: rgba(0, 0, 0, 0.05);
}

.seo-form .fill-btn {
    background: var(--dark-color);
    color: var(--white-color);
    border: none;
    height: 53px;
    transition: var(--transition);
}

.seo-form .fill-btn:hover {
    background-color: var(--primary-color);
}

.seo-form .submit-btn p {
    display: flex;
}

.seo-form .wpcf7 .wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 110%;
}

.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7-form.invalid .wpcf7-response-output {
    margin: 20px 0 0;
}

.seo-banner .main-banner-bg {
    display: none;
}

@media (max-width: 991px) {
    .seo-banner .main-banner-con p {
        max-width: 100%;
    }

    .seo-form {
        max-width: 100%;
        margin-top: 50px;
        padding: 40px;
    }

    .seo-banner .main-banner-img {
        clip-path: polygon(0 0%, 100% 0%, 100% 86%, 0% 100%);
    }
}

@media (max-width: 767px) {
    .seo-form {
        margin-top: 30px;
        padding: 30px;
    }
}

/*========== 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);
    font-weight: 500;
}

.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: 26px;
    text-transform: uppercase;
    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;
    outline: none;
    width: 100%;
    height: 50px;
    border-radius: var(--btn-border-radius);
    border: 1px solid var(--dark-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 var(--btn-border-radius) var(--btn-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);
    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(--primary-color);
    color: var(--white-color);
}

.comments-area textarea {
    resize: none;
    height: 180px;
    border-radius: var(--btn-border-radius);
    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: var(--btn-border-radius);
    background: var(--white-color);
    border: 1px solid var(--common-color);
    outline: none;
    box-shadow: none;
    padding: 15px;
}

.form-submit .submit {
    width: 170px;
    height: 50px;
    background: var(--primary-color);
    color: var(--white-color);
    font-weight: bold;
    border: none;
    border-radius: var(--btn-border-radius);
    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(--dark-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;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 40px;
}

h2.wp-block-heading {
    font-size: 26px;
}

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

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

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

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

/*========== End of Blog CSS ==========*/
/* ============ 404 page css start ======== */
.inner-page-text.error-404.not-found {
    padding: 0;
}

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

@media (max-width: 575px) {
    .error-404 img {
        width: 90%;
        height: auto;
    }
}

/* ============ 404 page css end ======== */

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

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

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

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

@media screen and (max-width: 991px) {
    .site-header {
        height: 80px;
        transition: var(--transition);
    }

    .site-header.sticky_head {
        background-color: var(--white-color);
        box-shadow: 0 0px 18px rgba(0, 0, 0, 0.0875);
    }

    .site-header.sticky_head .site-branding img.custom-logo {
        filter: unset;
    }

    .site-header.sticky_head .menu-toggle span {
        background-color: var(--dark-color);
    }

    .site-header.sticky_head .toggled .menu-toggle span {
        background-color: var(--white-color);
    }

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

    .toggled .header-mobile-menu {
        left: 0;
        opacity: 1;
        flex-direction: column;
        align-items: flex-start;
    }

    .menu-toggle {
        --menu-toggle-rotate: 45deg;
        --menu-toggle-space: 7px;
        position: fixed;
        top: 34px;
        right: 30px;
        border: none;
        outline: none !important;
        background: transparent;
        width: 25px;
        padding: 0;
        z-index: 105;
        transition: var(--transition);
    }

    .menu-toggle span {
        display: block;
        width: 100%;
        height: 2px;
        background: var(--white-color);
        margin-bottom: 5px;
        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-mobile-menu {
        background: var(--dark-color);
        padding: 16.3vh 32px 32px 32px;
        gap: 40px;
    }

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

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

    .main-navigation ul {
        text-align: left;
        display: inline-block;
        flex-direction: column;
        align-items: flex-start;
        gap: 50px !important;
    }

    .main-navigation ul li {
        display: block;
        margin-left: 0;
        font-size: 16px;
        line-height: 1;
        /* 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: 16px;
        line-height: 1;
        padding-top: 0;
        padding-bottom: 9px;
        color: var(--white-color);
    }

    .main-navigation ul li.menu-item-has-children::after {
        color: inherit;
    }

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

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

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

    .site-header .footer-link {
        flex: 1;
        display: flex;
        align-items: flex-end;
    }

    .main-navigation li:not(:first-child, .footer-link .social-icons li) {
        margin-left: 0;
    }

    .site-header .footer-link .social-icons li a {
        padding-bottom: 0;
    }

    .site-header .footer-link .social-icons {
        flex-direction: row;
        gap: 24px !important;
    }
}

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

    .site-header.sticky_head {
        height: 50px;
    }

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

    .site-header.sticky_head .site-branding {
        top: 13px;
    }

    .site-header.sticky_head .menu-toggle {
        top: 18px;
    }

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

    .site-branding img.custom-logo {
        width: 138.9px;
    }
}

@media screen and (max-width: 400px) {
    :root {
        --gutter: 32px;
    }

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

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

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

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