*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.footer-url a {
    text-decoration: underline;
    color: rgb(255, 189, 0) !important;
}

input,
button,
select,
textarea,
label {
    outline: 0;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li {
    padding: 0;
    margin: 0;
}

address {
    font-style: normal;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

body {
    font-size: var(--fs-body);
    line-height: 1.6;
}

.fs-display-1 {
    font-size: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5;
    color: var(--color-accent);
}

.fs-display-2 {
    font-size: 3.16em;
    font-weight: 700;
    line-height: 1.1;
    color: var(--color-accent);
}

.fs-xl-title {
    text-transform: uppercase;
    font-weight: 700;
    color: var(--color-primary);
    font-size: 2em;
    line-height: 1.1;
}

.diagram-image {
    width: 100%;
    height: 100vh;
    object-fit: contain;
}

.fs-h1 {
    font-size: 2em;
    font-weight: 700;
    line-height: 1.1;
    color: var(--color-dark-knight);
    margin-bottom: 0.4em;
}

.fs-h2 {
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1.1;
    color: var(--color-dark-knight);
    margin-bottom: 0.4em;
}

.fs-h3 {
    font-size: 1.43em;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 0.65em;
    color: var(--color-dark-knight);
}

.fs-h4 {
    font-size: 1.25em;
    font-weight: 700;
    color: var(--color-primary);
    line-height: 1.3;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
}

.fs-h5 {
    font-size: 1em;
    font-weight: 700;
    color: var(--color-primary);
    line-height: 1.3;
    margin-bottom: 0.4em;
}

.fs-title-1 {
    font-size: 1.3em;
    color: var(--color-primary);
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 8px;
}

.fs-title-2 {
    font-size: 1.3em;
    color: var(--color-flash-light);
    line-height: 1.3;
}

.fs-body-2 {
    font-size: 0.9em;
    line-height: 1.3;
}

small {
    font-size: 0.9em;
}

@media (min-width: 768px) {
    .fs-display-1 {
        font-size: 2.2em;
        line-height: 1.3;
    }

    .fs-display-2 {
        font-size: 2.5em;
        line-height: 1.3;
    }

    .fs-h1 {
        font-size: 2em;
    }

    .fs-h3 {
        font-size: 1.13em;
    }
}

@media (min-width: 992px) {
    .fs-display-1 {
        font-size: 2.8em;
    }

    .fs-display-2 {
        font-size: 3em;
    }

    .fs-xl-title {
        font-size: 3.1em;
    }

    .fs-h2 {
        font-size: 1.8em;
    }

    .fs-h4 {
        font-size: 1.1em;
    }

    /*    .fs-h3 {
    font-size: 1.13em;
  } */
}

@media (min-width: 1200px) {
    .fs-display-1 {
        font-size: 3.6em;
        line-height: 1.2;
    }

    .fs-xl-title {
        font-size: 3.2em;
    }

    .fs-h1 {
        font-size: 3em;
    }

    .fs-h2 {
        font-size: 2em;
    }

    .fs-h3 {
        font-size: 1.7em;
    }

    .fs-h4 {
        font-size: 1.25em;
    }

    .fs-title-2 {
        font-size: 1.15em;
    }
}

@media (min-width: 1400px) {
    .fs-xl-title {
        font-size: 3.7em;
    }

    .fs-h2 {
        font-size: 1.8em;
    }
}

.scroll-lock {
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
}

.pre-line {
    white-space: pre-line;
}

.text-center {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.text-right {
    text-align: right;
}

.text-uppercase {
    text-transform: uppercase;
}

.bg-primary-color {
    background-color: var(--color-primary);
    color: #fff;
}

.bg-light-blue-color {
    background-color: #F7F5FC;
}

.full-width {
    width: 100%;
}

.fc-primary {
    color: var(--color-primary);
}

.fc-neon-moon {
    color: var(--color-neon-moon);
}

.fc-flash-light {
    color: var(--color-flash-light);
}

.fc-accent {
    color: var(--color-accent);
}

.fc-white {
    color: var(--color-white);
}

.top-space-05 {
    margin-top: 0.5em;
}

.top-space-1 {
    margin-top: 1em;
}

.top-space-2 {
    margin-top: 2em;
}

.top-space-3 {
    margin-top: 3em;
}

.top-space-4 {
    margin-top: 4em;
}

.bottom-space-05 {
    margin-bottom: 0.5em;
}

.bottom-space-0 {
    margin-bottom: 0px;
}

.bottom-space-1 {
    margin-bottom: 1em;
}

.bottom-space-2 {
    margin-bottom: 2em;
}

.bottom-space-3 {
    margin-bottom: 3.5em;
}

.bottom-space-4 {
    margin-bottom: 5em;
}

.padding-top-0 {
    padding-top: 0 !important;
}

.padding-top-1 {
    padding-top: 1em !important;
}

.padding-top-2 {
    padding-top: 2em !important;
}

.padding-top-3 {
    padding-top: 3em !important;
}

.padding-top-4 {
    padding-top: 4em !important;
}

.padding-bottom-1 {
    padding-bottom: 1em !important;
}

.padding-bottom-2 {
    padding-bottom: 2em !important;
}

.padding-bottom-3 {
    padding-bottom: 3em !important;
}

.padding-bottom-4 {
    padding-bottom: 4em !important;
}

.display-none {
    display: none;
}

.display-md-flex {
    display: none;
}

.display-lg-flex {
    display: none;
}

.display-inline {
    display: inline !important;
}

.border-top-pan-light {
    border-top: 1px solid var(--color-panthera-light);
}

@media (max-width: 370px) {
    .hex-grid .counters .counter.item-3 {
        margin: 0 !important;
    }
}

@media (min-width: 768px) {
    .display-md-none {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .hide-md-flex {
        display: none;
    }

    .display-md-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .hexa-bg-right-top {
        position: relative;
    }

    .hexa-bg-right-top:before {
        content: "";
        position: absolute;
        width: 300px;
        height: 300px;
        right: 0;
        top: 0;
        background: url("../images/hexa-pattern-lblue-bg.png'; ?>") no-repeat right -60px top/100% auto;
    }

    .hexa-bg-left-top {
        position: relative;
    }

    .hexa-bg-left-top:before {
        content: "";
        position: absolute;
        width: 300px;
        height: 300px;
        left: 0;
        top: 0;
        background: url("../images/hexa-pattern-lblue-bg.png'; ?>") no-repeat left -100px top/100% auto;
    }

    .hexa-bg-right-bottom {
        position: relative;
    }

    .hexa-bg-right-bottom:after {
        content: "";
        position: absolute;
        width: 300px;
        height: 300px;
        right: 0;
        bottom: 180px;
        background: url("../images/hexa-pattern-lblue-bg.png'; ?>") no-repeat right -60px top/100% auto;
    }
}

@media (min-width: 992px) {
    .top-space-1 {
        margin-top: 1.5em;
    }

    .top-space-2 {
        margin-top: 2em;
    }

    .top-space-3 {
        margin-top: 2.5em;
    }

    .top-space-4 {
        margin-top: 3em;
    }

    .display-md-block {
        display: block;
    }

    .display-lg-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .hide-lg-flex {
        display: none;
    }

    .hexa-bg-left-top:before {
        width: 325px;
        height: 320px;
    }

    .hexa-bg-right-bottom:after {
        width: 320px;
        height: 320px;
    }
}

:root {
    --color-super-dark: #030323;
    --color-dark-knight: #230080;
    --color-primary: #3700B3;
    --color-neon-moon: #540AFF;
    --color-flash-light: #433AFF;
    --color-panthera-dark: #7E47FF;
    --color-panthera-light: #AE99DF;
    --color-accent: #FFBD00;
    --color-accent-light: #FFD459;
    --color-black-1: #292929;
    --color-black-2: #3E4C59;
    --color-black-3: #7B8794;
    --color-black-4: #C4C4C4;
    --color-black-5: #E2E2E2;
    --color-white: #fff;
    --color-primary-rgb: 55, 0, 179;
    --color-dark-knight-rgb: 35, 0, 128;
    --body-font: 'Montserrat', sans-serif;
    --fs-menu: 1em;
    --fs-footer-menu: 1.33em;
    --fs-xxl: 1.5em;
    --fs-xl: 2em;
    --fs-lg: 1.5em;
    --fs-md: 1.2em;
    --fs-reg: 1em;
    --fs-body: 12px;
    --fs-sm: 0.90em;
    --fs-xs: 0.85em;
    --swiper-navigation-size: 24px;
}

*::-moz-selection {
    background-color: var(--color-accent);
    color: var(--primary-color-darker);
}

*::selection {
    background-color: var(--color-accent);
    color: var(--primary-color-darker);
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
body {
    background-color: var(--color-white);
    color: var(--color-black-2);
    height: 100%;
}

body {
    font-family: var(--body-font);
    display: flex;
    flex-direction: column;
}

img {
    max-width: 100%;
}

p {
    margin-bottom: 1rem;
}

a {
    color: var(--color-neon-moon);
    text-decoration: none;
    font-weight: 600;
}

.section {
    padding-top: 50px;
}

.section .container {
    position: relative;
    z-index: 1;
}

.section-top {
    padding-top: 50px;
    position: relative;
    z-index: 2;
}

.swiper-pagination-bullet {
    background: url("../images/hexa-dots.png'; ?>") no-repeat center top/100%;
    width: 12px;
    height: 14px;
    opacity: 1;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    border-radius: 0;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    background-position: center bottom;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 15px;
}

.bullet-list {
    margin-bottom: 20px;
}

.bullet-list li {
    background: url("../images/ph_check-circle.png'; ?>") no-repeat left top 2px/16px;
    padding-left: 22px;
    margin-bottom: 8px;
}

.h-btn-stack .btn+.btn {
    margin-left: 10px;
}

@media (min-width: 768px) {
    :root {
        --fs-body: 14px;
    }

    .section {
        padding-top: 70px;
    }

    .section-top {
        padding-top: 58px;
    }
}

@media (min-width: 992px) {
    :root {
        --fs-footer-menu: 0.95em;
    }

    .section {
        padding-top: 50px;
    }

    .section-top {
        padding-top: 72px;
    }
}

@media (min-width: 1200px) {
    :root {
        --fs-body: 15px;
        --fs-menu: 0.8em;
        --fs-md: 1.53em;
        --fs-footer-menu: 1em;
    }

    .section {
        padding-top: 80px;
    }

    .section-top {
        padding-top: 80px;
    }
}

@media (min-width: 1400px) {
    :root {
        --fs-body: 16px;
    }

    .section-top {
        padding-top: 100px;
    }

    .bullet-list li {
        background-position: left top 4px;
    }
}

.btn {
    border: none;
    padding: 12px 26px 10px;
    height: 46px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn.btn-medium {
    height: 50px;
    font-size: 1.15em;
    padding: 14px 20px 12px;
}

.btn.btn-medium.secondary {
    font-size: 1.25em;
}

.btn.primary {
    text-transform: uppercase;
    font-weight: 600;
}

.btn.primary.filled {
    background-color: var(--color-neon-moon);
    color: #fff;
    border: 1px solid var(--color-neon-moon);
}

.btn.primary.filled:hover {
    background-color: var(--color-panthera-dark);
    border: 1px solid var(--color-panthera-dark);
}

.btn.primary.outline {
    background: none;
    color: var(--color-neon-moon);
    border: 1px solid var(--color-neon-moon);
}

.btn.primary.outline:hover {
    border: 1px solid var(--color-panthera-dark);
    color: var(--color-panthera-dark);
}

.btn.secondary {
    font-weight: 700;
    font-size: 1.05em;
}

.btn.secondary.filled {
    background-color: var(--color-accent);
    color: var(--color-dark-knight);
    border: 1px solid var(--color-accent);
    text-transform: uppercase;
}

.btn.secondary.filled:hover {
    background-color: var(--color-accent-light);
    border: 1px solid var(--color-accent-light);
}

@media (min-width: 1200px) {
    .btn {
        height: 48px;
        padding: 11px 32px;
    }
}

.newsletter-box .wpforms-form input[type=submit],
.newsletter-box .wpforms-form button[type=submit] {
    background: none !important;
    border: 1px solid var(--color-panthera-light) !important;
    color: var(--color-panthera-light) !important;
    height: 46px !important;
    padding: 10px 32px !important;
}

.contact-form .wpforms-form button[type=submit] {
    background-color: var(--color-neon-moon) !important;
    color: #fff !important;
    border: 1px solid var(--color-neon-moon) !important;
    text-transform: uppercase;
    font-weight: 600;
    height: 48px;
    padding: 11px 32px !important;
    font-size: 13px !important;
}

.newsletter-box .wpforms-form .news-email input[type=email] {
    width: 100%;
    background-color: #F5F7FA;
    border: 1px solid #CBD2D9;
    height: 46px;
    padding: 10px 15px;
    color: var(--color-black-2);
    position: relative;
}

.newsletter-box div.wpforms-container-full {
    margin: 0px;
    width: 100%;
}


.contact-form div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-weight: 400;
}

.contact-form div.wpforms-container-full .wpforms-form input::placeholder,
textarea::placeholder {
    font-size: 15px;
    color: var(--color-black-4);
}


.wpforms-confirmation-scroll {
    background: #f9f9fd !important;
    border: none !important;
    border-radius: 10px !important;
}

.contact-form div.wpforms-container-full .wpforms-form input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 15px;
    color: var(--color-black-4);
}

.contact-form div.wpforms-container-full .wpforms-form input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 15px;
    color: var(--color-black-4);
}


.contact-form div.wpforms-container-full .wpforms-form input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    font-size: 15px;
    color: var(--color-black-4);
}

.contact-form div.wpforms-container-full .wpforms-form input,
textarea {
    width: 100% !important;
    background-color: #F5F7FA !important;
    border: 1px solid #CBD2D9 !important;
    border-radius: 5px !important;
    height: 46px !important;
    padding: 10px 15px !important;
    color: var(--color-black-2) !important;
    position: relative !important;
    font-size: 15px !important;
    font-family: var(--body-font);
}

.contact-form div.wpforms-container-full .wpforms-form textarea {
    font-family: var(--body-font);
    height: auto !important;
}


.contact-form div.wpforms-container-full .wpforms-form select {
    width: 100% !important;
    background-color: #F5F7FA !important;
    border: 1px solid #CBD2D9 !important;
    border-radius: 5px !important;
    height: 46px !important;
    padding: 10px 15px !important;
    color: var(--color-black-2) !important;
    position: relative !important;
    font-size: 15px;
    font-family: var(--body-font);

    padding: .3125rem 3rem .3125rem 1rem;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L5 5L1 1' stroke='%237B8794' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat, repeat;
    background-position: right 1rem center;
    border-radius: .25rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #d8e2ef;
    color: #344040;
    background-size: 10px 12px;
    outline: none;
}



select>option[disabled] {
    color: var(--color-black-4) !important;
}

.input-box {
    width: 100%;
    background-color: #F5F7FA;
    border: 1px solid #CBD2D9;
    border-radius: 5px;
    height: 46px;
    padding: 10px 15px;
    color: var(--color-black-2);
    position: relative;
}

.input-box::-webkit-input-placeholder {
    color: var(--color-black-4);
}

.input-box:-ms-input-placeholder {
    color: var(--color-black-4);
}

.input-box::-ms-input-placeholder {
    color: var(--color-black-4);
}

.input-box::placeholder {
    color: var(--color-black-4);
}

.input-box.multi-line {
    font-family: var(--body-font);
    height: auto;
}

select.input-box {
    padding-left: 12px;
}

@media (min-width: 768px) {
    .inputbox {
        padding: 12px;
        font-size: var(--fs-reg);
    }
}

.accordion-container .accordion-panel {
    background-color: #fff;
    border: 1px solid var(--color-panthera-light);
    margin-bottom: 15px;
}

.accordion-container .accordion-panel>.accordion-panel-title {
    display: block;
    padding: 14px 55px 14px 14px;
    position: relative;
    margin-bottom: 0;
}

.accordion-container .accordion-panel>.accordion-panel-title:before,
.accordion-container .accordion-panel>.accordion-panel-title:after {
    content: "";
    position: absolute;
    background-color: var(--color-accent);
    height: 1px;
    width: 16px;
    right: 14px;
    top: 24px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.accordion-container .accordion-panel>.accordion-panel-title:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.accordion-container .accordion-panel>.accordion-panel-title.expanded::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion-container .accordion-panel>.accordion-panel-title.expanded::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.accordion-container .accordion-panel .accordion-panel-body {
    padding: 0 14px 14px;
    display: none;
}

@media (min-width: 576px) {
    .accordion-container.accordion-column-2 .accordion-panel {
        width: 49%;
    }
}

@media (min-width: 1200px) {
    .accordion-container .accordion-panel>.accordion-panel-title {
        padding: 20px 55px 20px 20px;
    }

    .accordion-container .accordion-panel>.accordion-panel-title:hover {
        color: var(--color-flash-light);
    }

    .accordion-container .accordion-panel>.accordion-panel-title:before,
    .accordion-container .accordion-panel>.accordion-panel-title:after {
        top: 32px;
        right: 20px;
    }

    .accordion-container .accordion-panel .accordion-panel-body {
        padding: 0 20px 20px;
    }
}

.burger-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 45px;
    padding: 10px;
    height: 45px;
    border: none;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    background: none;
    margin-right: -5px;
}

.burger-menu .bar {
    background-color: #fff;
    height: 2px;
    width: 25px;
    position: relative;
    justify-self: flex-end;
    -webkit-transition: all 0s 0.25s;
    transition: all 0s 0.25s;
}

.burger-menu .bar:before,
.burger-menu .bar:after {
    content: "";
    background-color: #fff;
    position: absolute;
    width: 25px;
    height: 2px;
    left: 0;
}

.burger-menu .bar:before {
    top: -9px;
    -webkit-transition: top 0.2s 0.2s ease, -webkit-transform 0.2s ease;
    transition: top 0.2s 0.2s ease, -webkit-transform 0.2s ease;
    transition: top 0.2s 0.2s ease, transform 0.2s ease;
    transition: top 0.2s 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}


.burger-menu .bar:after {
    top: 9px;
    -webkit-transition: top 0.2s 0.2s ease, -webkit-transform 0.2s ease;
    transition: top 0.2s 0.2s ease, -webkit-transform 0.2s ease;
    transition: top 0.2s 0.2s ease, transform 0.2s ease;
    transition: top 0.2s 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.burger-menu.animate .bar {
    background: rgba(0, 0, 0, 0);
}

.burger-menu.animate .bar:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top 0.2s ease, -webkit-transform 0.2s 0.2s ease;
    transition: top 0.2s ease, -webkit-transform 0.2s 0.2s ease;
    transition: top 0.2s ease, transform 0.2s 0.2s ease;
    transition: top 0.2s ease, transform 0.2s 0.2s ease, -webkit-transform 0.2s 0.2s ease;
}

.burger-menu.animate .bar:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: top 0.2s ease, -webkit-transform 0.2s 0.2s ease;
    transition: top 0.2s ease, -webkit-transform 0.2s 0.2s ease;
    transition: top 0.2s ease, transform 0.2s 0.2s ease;
    transition: top 0.2s ease, transform 0.2s 0.2s ease, -webkit-transform 0.2s 0.2s ease;
}

@media (min-width: 1200px) {
    .burger-menu {
        display: none;
    }
}

.header .main-nav {
    background-color: var(--color-dark-knight);
    position: absolute;
    width: 100%;
    left: 0;
    top: -250vh;
    height: 100vh;
    padding-top: 60px;
}

.header .main-nav .menu .menu-item {
    border-bottom: 1px solid var(--color-primary);
    margin: 0 20px;
}

.header .main-nav .menu .menu-item a {
    padding: 12px 0;
    display: block;
    font-size: var(--fs-menu);
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
}

.header .main-nav .menu .menu-item>a::before,
.header .main-nav .menu .menu-item>a::after {
    content: "";
    position: absolute;
    background-color: var(--color-accent);
    height: 1px;
    width: 6px;
    right: 6px;
    top: 22px;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header .main-nav .menu .menu-item>a::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header .main-nav .menu .menu-item>a::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header .main-nav .menu .menu-item.current-menu-item>a {
    color: var(--color-accent);
}

.header .main-nav .menu .menu-item.menu-item-has-children>a::before,
.header .main-nav .menu .menu-item.menu-item-has-children>a::after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    right: 5px;
    width: 9px;
}

.header .main-nav .menu .menu-item.menu-item-has-children>a::before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.header .main-nav .menu .menu-item.menu-item-has-children>a::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.header .main-nav .menu .menu-item.menu-item-has-children>a.expanded::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header .main-nav .menu .menu-item.menu-item-has-children>a.expanded::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.header .main-nav .menu .menu-item.home {
    display: none;
}

.header .main-nav .menu .menu-item .sub-menu {
    display: none;
    overflow: hidden;
    z-index: 1000;
}

.header .main-nav .menu .menu-item .sub-menu .menu-item {
    border-bottom: none;
    margin: 0;
}

.header .main-nav .menu .menu-item .sub-menu .menu-item a {
    letter-spacing: 0;
}

.header .main-nav a {
    color: #fff;
}

@media (min-width: 576px) {
    .header .main-nav {
        padding-top: 22px;
    }

    .header .main-nav .menu .menu-item {
        margin: 0 48px;
    }

    .header .main-nav .menu .menu-item a {
        padding: 15px 0;
    }
}

@media (min-width: 1200px) {
    .header .main-nav {
        padding-top: 0;
        top: 0;
        background: none;
        position: relative;
        height: auto;
        width: auto;
    }

    .header .main-nav .nav .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header .main-nav .nav .menu .menu-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 80px;
        margin: 0 18px;
        border: none;
        position: relative;
    }

    .header .main-nav .nav .menu .menu-item:first-child {
        margin-left: 0;
    }

    .header .main-nav .nav .menu .menu-item a {
        cursor: pointer;
        padding: 5px;
        white-space: nowrap;
    }

    .header .main-nav .nav .menu .menu-item a img {
        display: none;
    }

    .header .main-nav .nav .menu .menu-item a::before {
        display: none;
    }

    .header .main-nav .nav .menu .menu-item a::after {
        width: calc(100% - 10px);
        height: 2px;
        top: auto;
        right: 6px;
        bottom: 1px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    .header .main-nav .nav .menu .menu-item:hover>a::after {
        background-color: #fff;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .header .main-nav .nav .menu .menu-item .sub-menu {
        display: block;
        position: absolute;
        background-color: #28008D;
        top: 80px;
        display: none;
    }

    .header .main-nav .nav .menu .menu-item .sub-menu li {
        display: block;
        height: auto;
    }

    .header .main-nav .nav .menu .menu-item .sub-menu li a {
        padding: 15px 75px 15px 15px;
    }

    .header .main-nav .nav .menu .menu-item .sub-menu li a::after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        width: 25px;
        height: 100%;
        right: 20px;
        background: url("../images/yellow-arrow.png'; ?>") no-repeat right center/21px auto;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 0;
    }

    .header .main-nav .nav .menu .menu-item .sub-menu li a:hover {
        background-color: var(--color-super-dark);
    }

    .header .main-nav .nav .menu .menu-item .sub-menu li a:hover:after {
        opacity: 1;
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    .header .main-nav .nav .menu .menu-item.current-menu-item a {
        color: #fff;
    }

    .header .main-nav .nav .menu .menu-item.current-menu-item a::after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .header .main-nav .nav .menu .menu-item.home {
        width: 120px;
        height: 56px !important;
        margin-bottom: 10px;
        background: url("../images/wealthos-logo.png'; ?>") no-repeat center/auto 100%;
        text-indent: -9999px;
        /*     -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;   */
    }

    .header .main-nav .nav .menu .menu-item.home a:hover::after {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
}


@media (min-width: 432px) {
    .card-image iframe {
        display: block;
        width: 400px;
        height: 230px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}


@media (min-width: 768px) {
    .card-image iframe {
        display: block;
        width: 100%;
        height: 120px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media (min-width: 768px) {
    .card-image iframe {
        display: block;
        width: 100%;
        height: 120px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}


@media (min-width: 992px) {
    .card-image iframe {
        display: block;
        width: 100%;
        height: 170px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}


@media (min-width: 1200px) {
    .card-image iframe {
        display: block;
        width: 100%;
        height: 200px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media (min-width: 1400px) {
    .card-image iframe {
        display: block;
        width: 100%;
        height: 230px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .header .main-nav .nav .menu .menu-item {
        margin: 0 24px;
        height: 100px;
    }

    .header .main-nav .nav .menu .menu-item.home a {
        width: 140px;
        height: 70px;
    }

    .header .main-nav .nav .menu .menu-item .sub-menu {
        top: 100px;
    }

    .header.scrolling .main-nav .nav .menu .menu-item {
        height: 75px;
    }

    .header.scrolling .main-nav .nav .menu .menu-item .sub-menu {
        top: 75px;
    }
}

/* @media (max-width: 667px) and (min-width: 400px) {
      .page-nav .selected-page {
          font-size: 14px;
      }
      
      .page-nav .menu .menu-item a {
          font-size: 14px !important;
      }
  } */

.page-nav {
    position: relative;
}

.page-nav .selected-page {
    width: 100%;
    padding: 10px 10px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid var(--color-panthera-light);
    background-color: var(--color-panthera-dark);
    position: relative;
    cursor: pointer;
}

.page-nav .selected-page:before,
.page-nav .selected-page:after {
    content: "";
    height: 2px;
    width: 10px;
    position: absolute;
    right: 14px;
    top: 15px;
    background-color: #fff;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.page-nav .selected-page:before {
    right: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.page-nav .selected-page:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.page-nav .selected-page.menu-opened:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.page-nav .selected-page.menu-opened:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.page-nav .menu {
    position: absolute;
    width: 100%;
    background-color: var(--color-dark-knight);
    display: none;
}

.page-nav .menu .menu-item {
    border-bottom: var(--color-super-dark);
}

.page-nav .menu .menu-item a {
    color: #fff;
    font-size: var(--fs-menu);
    display: block;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

@media (min-width: 1200px) {

    .page-nav .selected-page {
        display: none;
    }

    .page-nav .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        background: none;
    }

    .page-nav .menu .menu-item a {
        padding: 0 0 5px;
        position: relative;
    }

    .page-nav .menu .menu-item a:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #fff;
        left: 0;
        bottom: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    .page-nav .menu .menu-item a:hover:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .page-nav .menu .menu-item.current-menu-item a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .page-nav .menu .menu-item+.menu-item {
        margin-left: 45px;
    }
}

.section-title {
    margin-bottom: 1.7em;
}

@media (min-width: 992px) {

    .footer-block-title {
        margin-bottom: 20px;
    }
}

.card {
    display: inline-block;
}

.card .card-image {
    overflow: hidden;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card .card-image img {
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.card .card-body .body-text {
    color: var(--color-black-2);
    font-weight: 400;
}

.card .card-footer {
    margin-top: 15px;
}

.card.card-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card.card-horizontal .card-image,
.card.card-horizontal .card-body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.card.price-card {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px rgba(126, 71, 255, 0.3);
    box-shadow: 0px 0px 5px rgba(126, 71, 255, 0.3);
    padding: 16px;
    border-radius: 5px;
}

.card.card-vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1em;
}

.card.card-vertical .card-footer {
    margin-top: auto;
}

.card.card-boxed {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 0 16px rgba(126, 71, 255, 0.15);
    box-shadow: 0 0 16px rgba(126, 71, 255, 0.15);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
    border-radius: 8px;
}

.card.card-boxed .card-image {
    margin-bottom: 0;
}

.card.card-boxed .card-body {
    padding: 20px;
}

.card.card-boxed .card-body p:last-child {
    margin-bottom: 0;
}

.card.card-lrg-profile {
    margin-bottom: 20px;
}

.card.card-lrg-profile .card-image img {
    width: 100px;
}

.card.card-lrg-profile .card-image iframe {
    width: 100px;
}

.card.card-lrg-profile .card-body .card-header {
    margin-bottom: 10px;
}

.card.card-lrg-profile .card-body .card-header .card-title {
    margin-bottom: 0;
}

.card[href]:hover .card-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.card[href]:hover .card-body .card-title {
    text-decoration: underline;
}

.card.featured-boxed {
    -webkit-box-shadow: 0 0 16px rgba(126, 71, 255, 0.15);
    box-shadow: 0 0 16px rgba(126, 71, 255, 0.15);
    border-radius: 5px;
    overflow: hidden;
}

.card.featured-boxed .card-body {
    padding: 0 10px 10px;
}

.card.featured-boxed .card-footer {
    /*   padding: 0 10px 10px; */
}

@media (min-width: 768px) {
    .card.price-card {
        padding: 26px;
        height: 100%;
    }

    .card.card-boxed .card-image {
        width: 100%;
    }

    .card.card-boxed .card-image img {
        display: block;
        width: 100%;
    }

    .card.featured-boxed .card-body {
        padding: 0 20px 20px;
    }

    .card.featured-boxed .card-footer {
        /*     padding: 0 20px 20px; */
    }
}

@media (min-width: 992px) {
    .card.card-boxed {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        overflow: hidden;
    }

    .card.card-boxed .card-image {
        width: 30%;
    }

    .card.card-boxed .card-image img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .card.card-boxed .card-image iframe {
        display: block;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }


    .card.card-boxed .card-body {
        width: 70%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .card.card-boxed .card-body p:last-child {
        margin-bottom: 0;
    }

    .card.featured-boxed {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .card.featured-boxed .card-image {
        margin-bottom: 0;
        width: 40%;
    }

    .card.featured-boxed .card-body {
        width: 40%;
        padding: 20px;
    }

    .card.card-lrg-profile {
        margin-bottom: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .card.card-lrg-profile .card-image {
        width: 300px;
    }

    .card.card-lrg-profile .card-image img {
        width: 230px;
        display: inline-block;
    }

    .card.card-lrg-profile .card-image iframe {
        width: 230px;
        display: inline-block;
    }

    .card.card-lrg-profile .card-body {
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2;
    }

    .card.card-lrg-profile.alter-img-alignment {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .card.card-lrg-profile.alter-img-alignment .card-image {
        text-align: right;
    }

    .card.card-lrg-profile.alter-img-alignment .card-image img {
        display: inline-block;
    }

    .card.card-lrg-profile.alter-img-alignment .card-body {
        text-align: right;
    }
}

@media (min-width: 1200px) {
    .card.price-card {
        padding: 26px;
    }

    .card.card-lrg-profile .card-image {
        width: 400px;
        text-align: center !important;
    }

    .card.card-lrg-profile .card-body {
        padding-right: 100px;
    }

    .card.card-lrg-profile.alter-img-alignment .card-body {
        padding-right: 0;
        padding-left: 100px;
    }

    .card.featured-boxed .card-image {
        margin-bottom: 0;
        width: 45%;
    }

    .card.featured-boxed .card-body {
        width: 35%;
        padding: 40px;
    }
}

.job-list .job-item {
    border: 1px solid var(--color-panthera-light);
    margin-bottom: 15px;
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.job-list .job-item .job-action {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 20%;
    text-align: center;
    text-transform: uppercase;
}

.job-list .job-item .job-action a {
    display: block;
}

@media (min-width: 992px) {
    .job-list .job-item {
        padding: 16px 20px 15px;
    }

    .job-list .job-item .job-descript {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2;
    }

    .job-list .job-item .job-descript .job-title {
        width: 70%;
        margin-bottom: 0;
    }

    .job-list .job-item .job-descript .job-type,
    .job-list .job-item .job-descript .job-location {
        width: 15%;
        text-align: right;
    }

    .job-list .job-item .job-action {
        width: 15%;
        text-align: right;
    }

    .job-list .job-item .job-action a:hover {
        color: var(--color-primary);
    }
}

@media (min-width: 1200px) {
    .job-list .job-item {
        padding: 20px 25px;
    }
}

.newsletter-box .newsletter-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.newsletter-box .input-box {
    margin-right: 10px;
    border-radius: 0;
}

.newsletter-box .btn {
    border: 1px solid var(--color-panthera-light) !important;
    color: var(--color-panthera-light) !important;
}

.newsletter-box .btn:hover {
    background-color: var(--color-panthera-light) !important;
    color: var(--color-super-dark) !important;
}

@media (min-width: 992px) {
    .newsletter-box form .input {
        width: 77%;
    }
}

.footer-social-block li {
    display: inline-block;
}

.footer-social-block li~li {
    margin-left: 10px;
}

.footer-social-block li a {
    display: inline-block;
    width: 48px;
    height: 48px;
    overflow: hidden;
}

.footer-social-block li.fb a {
    background: url("../images/fb-icon.png'; ?>") no-repeat center/cover;
    text-indent: -999px;
}

.footer-social-block li.tw a {
    background: url("../images/tw-icon.png'; ?>") no-repeat center/cover;
    text-indent: -999px;
}

.footer-social-block li.yt a {
    background: url("../images/yt-icon.png'; ?>") no-repeat center/cover;
    text-indent: -999px;
}

.footer-social-block li.in a {
    background: url("../images/in-icon.png'; ?>") no-repeat center/cover;
    text-indent: -999px;
}

.legal-menu {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .legal-menu {
        margin-top: 0;
        text-align: right;
    }

    .legal-menu li {
        display: inline-block;
        margin-left: 20px;
    }
}

.sand-box-block {
    text-align: center;
    margin-bottom: 30px;
}

.sand-box-block .image {
    width: 130px;
    margin-bottom: 20px;
}

.sand-box-block .block-title {
    margin-bottom: 10px;
}

.sand-box-block .h-btn-stack {
    margin-top: 30px;
}
.sand-box-block .image-block {
	text-align: center;
}
@media (min-width: 768px) {
    .sand-box-block {
        text-align: left;
    }

    .sand-box-block .image {
        width: 85%;
        margin-bottom: 0;
    }
}
@media (min-width: 991px) {
	.sand-box-block .image {
        width: 75%;
    }
}

@media (min-width: 1200px) {
    .sand-box-block .h-btn-stack {
        margin-top: 40px;
    }
	.sand-box-block .image {
        width: 65%;
    }
}

.caption {
    padding-left: 5px;
    border-left: 2px solid var(--color-black-2);
    margin-bottom: 20px;
    color: var(--color-black-3);
    font-size: 0.9em;
}

.title-btn-block {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.title-btn-block .block-title {
    margin-bottom: 18px;
}

@media (min-width: 992px) {
    .title-btn-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .title-btn-block .block-title {
        margin-bottom: 0;
    }
}

.logo-row-block .block-title {
    text-align: center;
}

.logo-row-block .logo-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.logo-row-block .logo-set img {
    width: auto;
    height: 70px;
    margin: 0 15px;
}

@media (min-width: 1200px) {
    .logo-row-block .block-title {
        text-align: left;
    }

    .logo-row-block .logo-set {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .logo-row-block .logo-set img {
        height: 85px;
    }
}

.white-box {
    -webkit-box-shadow: 0 0 12px rgba(126, 71, 255, 0.3);
    box-shadow: 0 0 12px rgba(126, 71, 255, 0.3);
    background-color: #fff;
    padding: 30px 25px;
    border-radius: 8px;
    margin-top: 30px !important;
}

.featured-swiper {
    position: relative;
    overflow: hidden;
	height:auto;
    padding-top: 10px;
    padding-bottom: 60px;
    margin-left: -15px;
    margin-right: -15px;
}

.featured-swiper .swiper-slide {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.featured-swiper .swiper-slide .card {
    width: 100%;
}

.featured-swiper .swiper-slide .card .card-image img {
    width: 100%;
    /*height:100%;*/
}

.featured-swiper .swiper-wrapper.search-result~.swiper-button-next,
.featured-swiper .swiper-wrapper.search-result~.swiper-button-prev {
    display: none;
}

.featured-swiper .swiper-button-next,
.featured-swiper .swiper-button-prev {
    bottom: 10px;
    top: auto;
    width: 160px;
}

.featured-swiper .swiper-button-next::after,
.featured-swiper .swiper-button-prev::after {
    display: none;
}

@media (min-width: 992px) {
    .featured-swiper .swiper-button-next {
        left: 50%;
        right: auto;
    }

    .featured-swiper .swiper-button-prev {
        right: 50%;
        left: auto;
    }

    .featured-swiper .swiper-button-next,
    .featured-swiper .swiper-button-prev {
        bottom: 10px;
        top: auto;
        width: 185px;
    }
}

@media (min-width: 768px) {
    .col-2x-blocks .col-md-6 {
        margin-bottom: 1em;
    }

    .col-2x-blocks .col-md-6:nth-child(odd) {
        padding-right: 5%;
    }

    .col-2x-blocks .col-md-6:nth-child(even) {
        padding-left: 5%;
    }
}

@media (min-width: 768px) {
    .col-2x-space-between .col-md-6 {
        padding: 0 30px 52px;
    }
}

.team-search-box {
    margin-bottom: 30px;
    position: relative;
    z-index: 3;
}

.team-search-box .team-search-input {
    background: url("../images/icon-search-blue.png'; ?>") no-repeat left center/20px auto;
    border-width: 0 0 1px 0;
    border-color: var(--color-panthera-light);
    border-style: solid;
    padding: 8px 0 8px 30px;
}

.team-search-box .result-list {
    position: absolute;
    background-color: #fff;
    width: 100%;
    text-align: left;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    max-height: 250px;
    overflow-y: scroll;
    display: none;
}

.team-search-box .result-list .result-item {
    padding: 10px 15px;
    display: block;
}

.team-search-box .result-list .result-item strong {
    display: block;
    font-size: 1.15em;
    color: var(--color-black-2);
}

.or-block {
    text-align: center;
    position: relative;
    margin-top: 2em;
    margin-bottom: 2em;
}

.or-block:before,
.or-block:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 42%;
    background-color: var(--color-black-4);
    left: 0;
    top: 50%;
}

.or-block:after {
    right: 0;
    left: auto;
}

@media (min-width: 992px) {
    .or-block {
        margin-top: 0;
        margin-bottom: 0;
    }

    .or-block span {
        width: 100%;
        left: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .or-block:before {
        width: 1px;
        height: 46%;
        top: 0;
        left: 50%;
    }

    .or-block:after {
        width: 1px;
        height: 46%;
        left: 50%;
        bottom: 0;
        top: auto;
    }
}

@media (min-width: 992px) {
    .w-40 {
        width: 40%;
    }

    .w-50 {
        width: 50%;
    }

    .w-60 {
        width: 60%;
    }

    .article-img-right {
        float: right;
        padding-left: 20px;
    }

    .article-img-left {
        float: left;
        padding-right: 20px;
    }
}

.header {
    background-color: var(--color-primary);
    position: fixed;
    width: 100%;
    /* 	top:0; */
    z-index: 99999;
}

.header.scrolling {
    background-color: rgba(var(--color-primary-rgb), 0.6);
    border-bottom: 1px solid var(--color-dark-knight-rgb);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
}

.header .header-m_logo {
    display: inline-block;
    padding: 8px 0 8px;
    margin-right: 20px;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.header .header-m_logo img {
    display: block;
}

.header .search-block {
    opacity: 1;
    display: none;
}

.header .search-block a {
    display: block;
    width: 45px;
    padding: 5px;
}

.header .search-block a img {
    display: block;
}

@media (min-width: 576px) {
    .header .header-m_logo {
        padding: 5px 0 15px;
    }
}

@media (min-width: 992px) {
    .header {
        padding: 8px 0;
    }

    .header.scrolling .main-nav .nav .menu .menu-item.home a {
        height: 54px;
    }

    .header .container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header .main-nav {
        margin-right: 6px;
    }

    .header .search-block a {
        margin-bottom: -5px;
        width: 38px;
    }
}

@media (min-width: 1200px) {
    .header {
        padding: 0;
    }

    .header .header-m_logo {
        display: none;
    }

    .header .search-block a {
        margin-bottom: -5px;
        width: 45px;
    }
}

.page-header {
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--color-dark-knight)), to(var(--color-primary)));
    background-image: linear-gradient(var(--color-dark-knight), var(--color-primary));
}

.page-header .page-title-block {
    margin-bottom: 20px;
    padding-top: 30px;
}

.page-header .page-title-block h1 {
    margin-bottom: 10px;
}

.page-header .page-title-block p,
.page-header .page-title-block a {
    color: #fff;
}

.page-header .page-title-block .back-btn {
    position: relative;
    padding-left: 20px;
}

.page-header .page-title-block .back-btn:before {
    content: "";
    background-color: #fff;
    position: absolute;
    height: 2px;
    width: 10px;
    left: 0;
    top: 50%;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -2px;
}

.page-header .page-title-block .back-btn:after {
    content: "";
    background-color: #fff;
    position: absolute;
    height: 2px;
    width: 10px;
    left: 0;
    top: 50%;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -2px;
}

.page-header .page-nav {
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .page-header {
        position: relative;
    }

    .page-header:before {
        content: "";
        position: absolute;
        background: url("../images/hexa-pattern-lblue-bg.png'; ?>") no-repeat right -60px top 40px/100% auto;
        width: 300px;
        top: 0;
        right: 0;
        height: 100%;
    }

    .page-header .page-title-block {
        padding-top: 30px;
        margin-bottom: 20px;
    }

    .page-header .page-title-block .back-btn:before,
    .page-header .page-title-block .back-btn:active {
        margin-top: 0;
    }

    .page-header .page-nav {
        padding-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .page-header:before {
        width: 334px;
        background-position: right -60px top 10px;
    }

    .page-header .page-title-block {
        padding-top: 40px;
        margin-bottom: 35px;
    }

    .page-header .page-nav {
        padding-bottom: 40px;
    }
}

@media (min-width: 1200px) {
    .page-header .page-title-block .back-btn {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .page-header .page-title-block .back-btn:hover {
        padding-left: 25px;
        color: var(--color-accent);
    }

    .page-header .page-title-block .back-btn:before,
    .page-header .page-title-block .back-btn:active {
        margin-top: 0;
    }

    .page-header .page-nav {
        padding-bottom: 20px;
    }
}

.search-container {
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: -70px;
    z-index: 99999;
    height: 70px;
}

.search-container .container {
    height: 100%;
}

.search-container .container .row {
    height: 100%;
}

.search-container .search-input input {
    border: none;
    width: 100%;
    font-size: var(--fs-md);
}

.search-container .search-btn a {
    display: block;
    text-indent: -1000px;
    background: url("../images/icon-cross.png'; ?>") no-repeat center center/auto 80%;
}

.team-members {
    overflow: hidden;
    position: relative;
	height:auto;
}

.team-members .swiper-wrapper .swiper-slide {
    height: auto;
}

.team-members .swiper-wrapper.search-result {
    width: 100% !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.team-members .swiper-wrapper.search-result~.swiper-button-next,
.team-members .swiper-wrapper.search-result~.swiper-button-prev {
    display: none;
}

.team-members .swiper-button-next,
.team-members .swiper-button-prev {
    bottom: 10px;
    top: auto;
    width: 30px;
}

.team-members .swiper-button-next::after,
.team-members .swiper-button-prev::after {
    display: none;
}

.team-members .person {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.team-members .person .card-image img {
    width: 170px;
    margin: 0 auto;
}

.team-members .person .card-body .card-header .card-title {
    text-transform: uppercase;
}

.team-members .person .card-footer a {
    display: inline-block;
    margin: 0 6px;
    z-index: 10000;
}

@media (min-width: 768px) {
    .team-members .swiper-wrapper.search-result {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (min-width: 992px) {
    .team-members .swiper-button-next {
        left: 50%;
        right: auto;
    }

    .team-members .swiper-button-prev {
        right: 50%;
        left: auto;
    }
}

@media (min-width: 1200px) {
    .team-members .person .card-image img {
        width: 200px;
    }
}

@media (min-width: 1400px) {
    .team-members .person .card-image img {
        width: 210px;
    }
}

.input-field {
    margin-bottom: 18px;
}

.input-field label {
    display: block;
}

.input-field label .count {
    float: right;
}

.input-field .input-box.error {
    border-color: #C94747;
}

.input-field label.error {
    font-size: 0.8em;
    color: #C94747;
}

.blog-article article ol {
    list-style-position: inside;
    margin-left: 15px;
    margin-bottom: 15px;
}

.blog-article article ol li {
    list-style: decimal;
}

.blog-article article ul {
    list-style-position: inside;
    margin-left: 15px;
    margin-bottom: 15px;
}

.blog-article article ul li {
    list-style: disc;
}

.dimmer {
    background-color: rgba(41, 41, 41, 0.8);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
    overflow-y: scroll;
}

.dimmer .popup-container {
    width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.dimmer .popup-container .popup {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.dimmer .popup-container .float-btn {
    position: absolute;
    right: 16px;
}

.dimmer .popup-container .float-btn img {
    display: block;
}

.dimmer .popup-container .popup-header {
    text-align: right;
    padding: 0px 15px 10px;
}

.dimmer .popup-container .popup-header .popup-close {
    display: inline-block;
}

@media (min-width: 992px) {
    .dimmer .popup-container {
        padding: 20px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .dimmer .popup-container .popup {
        width: 95%;
        margin: 0 auto;
        padding: 0 25px;
        border-radius: 5px;
    }

    .dimmer .popup-container .popup.width-auto {
        width: auto;
    }

    .dimmer .popup-container .float-btn {
        top: 15px;
    }
}

@media (min-width: 1200px) {
    .dimmer .popup-container .popup {
        max-width: 1100px;
    }

    .dimmer .popup-container .popup-header {
        padding: 0;
    }
}

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

.hex-grid {
    position: relative;
    z-index: 1;
}

.hex-grid .counters {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 90px;
}

.hex-grid .counters .counter {
    width: 170px;
    height: 215px;
    line-height: 1.3;
    position: relative;
    background: url("../images/white-hexa.png'; ?>") no-repeat center center/cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hex-grid .counters .counter.item-3 {
    margin: -65px 100px 0;
}

.hex-grid .counters .counter .title {
    margin-top: -10px;
    margin-bottom: 0;
}

.hex-grid .counters .hexa-small {
    display: none;
    text-align: center;
}

.hex-grid .counters.stack-5x .counter.item-3 {
    margin-bottom: -65px;
}

@media (min-width: 768px) {
    .hex-grid .hex-container {
        padding-bottom: 200px;
        background: url("../images/value-pro-bg.png'; ?>") no-repeat center top/110%;
        padding-top: 60px;
    }

    .hex-grid .h1 {
        padding-bottom: 20px;
    }

    .hex-grid .counters {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 90px;

    }

    .hex-grid .counters .counter {
        width: 225px;
        height: 235px;
        line-height: 1.2;
        position: relative;
        z-index: 1;
    }

    .hex-grid .counters .counter .sub-title {
        font-size: 0.9em;
    }

    .hex-grid .counters .counter.item-3 {
        margin: 0;
    }

    .hex-grid .counters.stack-5x .item-4,
    .hex-grid .counters.stack-5x .item-5 {
        margin-top: -40px;
    }

    .hex-grid .counters .hexa-small {
        display: inline-block;
        width: 80px;
        height: 92px;
        position: absolute;
    }

    .hex-grid .counters .hexa-small svg {
        width: 100%;
        height: auto;
    }

    .hex-grid .counters .hexa-small svg path {
        stroke-width: 3.5;
        stroke: var(--color-panthera-light);
    }

    .hex-grid .counters .hexa-small .title {
        position: absolute;
        white-space: pre-line;
        left: 0;
        top: 20px;
        line-height: 1.2;
        width: 100%;
        font-size: var(--fs-xs);
    }

    .hex-grid .counters .hexa-small.hexa-1 {
        left: -21px;
        top: 190px;
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }

    .hex-grid .counters .hexa-small.hexa-2 {
        left: 73px;
        top: 302px;
        -webkit-transform-origin: center top;
        transform-origin: center top;
    }

    .hex-grid .counters .hexa-small.hexa-3 {
        left: 303px;
        top: 302px;
        -webkit-transform-origin: center top;
        transform-origin: center top;
    }

    .hex-grid .counters .hexa-small.hexa-4 {
        right: 75px;
        top: 302px;
        -webkit-transform-origin: center top;
        transform-origin: center top;
    }

    .hex-grid .counters .hexa-small.hexa-5 {
        right: -10px;
        top: -50px;
    }

    .hex-grid .counters .hexa-connector {
        background-color: var(--color-panthera-light);
        height: 82px;
        width: 2px;
        position: absolute;
        -webkit-transform-origin: center top;
        transform-origin: center top;
        top: 221px;
    }

    .hex-grid .counters .hexa-connector.connector-1 {
        left: 113px;
    }

    .hex-grid .counters .hexa-connector.connector-2 {
        left: 343px;
    }

    .hex-grid .counters .hexa-connector.connector-3 {
        right: 114px;
    }
}

@media (min-width: 992px) {
    .hex-grid .hex-container {
        background-size: 100% auto;
    }

    .hex-grid .counters {
        margin-top: 80px;
    }

    .hex-grid .counters .counter {
        width: 245px;
        height: 270px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .hex-grid .counters .counter.item-2 {
        margin: 0 40px;
    }

    .hex-grid .counters.stack-5x .item-4,
    .hex-grid .counters.stack-5x .item-5 {
        margin: -40px 16px 0;
    }

    .hex-grid .counters .hexa-connector {
        height: 88px;
        top: 245px;
    }

    .hex-grid .counters .hexa-connector.connector-1 {
        left: 178px;
    }

    .hex-grid .counters .hexa-connector.connector-2 {
        left: 462px;
    }

    .hex-grid .counters .hexa-connector.connector-3 {
        right: 178px;
    }

    .hex-grid .counters .hexa-small {
        width: 94px;
        height: 110px;
    }

    .hex-grid .counters .hexa-small .title {
        top: 29px;
    }

    .hex-grid .counters .hexa-small.hexa-1 {
        left: 34px;
        top: 220px;
    }

    .hex-grid .counters .hexa-small.hexa-2 {
        left: 132px;
        top: 330px;
    }

    .hex-grid .counters .hexa-small.hexa-3 {
        left: 416px;
        top: 330px;
    }

    .hex-grid .counters .hexa-small.hexa-4 {
        right: 132px;
        top: 330px;
    }

    .hex-grid .counters .hexa-small.hexa-5 {
        right: 32px;
    }
}

@media (min-width: 1200px) {
    .hex-grid .hex-container {
        padding-bottom: 240px;
        background-position: center top;
        background-size: 105% auto;
    }

    .hex-grid .counters {
        margin-top: 80px;
    }

    .hex-grid .counters .counter {
        width: 275px;
    }

    .hex-grid .counters.stack-5x .item-4,
    .hex-grid .counters.stack-5x .item-5 {
        margin-top: -30px;
    }

    .hex-grid .counters .hexa-connector.connector-1 {
        left: 237px;
        top: 255px;
    }

    .hex-grid .counters .hexa-connector.connector-2 {
        left: 553px;
        top: 255px;
    }

    .hex-grid .counters .hexa-connector.connector-3 {
        right: 237px;
        top: 255px;
    }

    .hex-grid .counters .hexa-small {
        width: 114px;
        height: 133px;
    }

    .hex-grid .counters .hexa-small svg path {
        stroke-width: 1.75;
    }

    .hex-grid .counters .hexa-small .title {
        top: 35px;
    }

    .hex-grid .counters .hexa-small.hexa-1 {
        left: 64px;
        top: 220px;
    }

    .hex-grid .counters .hexa-small.hexa-2 {
        left: 181px;
        top: 340px;
    }

    .hex-grid .counters .hexa-small.hexa-3 {
        left: 497px;
        top: 340px;
    }

    .hex-grid .counters .hexa-small.hexa-4 {
        right: 181px;
        top: 340px;
    }

    .hex-grid .counters .hexa-small.hexa-5 {
        right: 66px;
        top: -70px;
    }
}

@media (min-width: 1400px) {
    .hex-grid .hex-container {
        padding-bottom: 340px;
        background-size: 100% auto;
    }

    .hex-grid .counters {
        margin-top: 80px;
    }

    .hex-grid .counters .counter {
        width: 290px;
        height: 290px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .hex-grid .counters .counter.item-2 {
        margin: 0 50px;
    }

    .hex-grid .counters.stack-5x .item-4,
    .hex-grid .counters.stack-5x .item-5 {
        margin: -20px 26px 0;
    }

    .hex-grid .counters .hexa-connector.connector-1 {
        left: 302px;
        top: 274px;
    }

    .hex-grid .counters .hexa-connector.connector-2 {
        left: 643px;
        top: 274px;
    }

    .hex-grid .counters .hexa-connector.connector-3 {
        right: 302px;
        top: 274px;
    }

    .hex-grid .counters .hexa-small.hexa-1 {
        left: 78px;
        top: 230px;
    }

    .hex-grid .counters .hexa-small.hexa-2 {
        left: 246px;
        top: 360px;
    }

    .hex-grid .counters .hexa-small.hexa-3 {
        left: 586px;
        top: 360px;
    }

    .hex-grid .counters .hexa-small.hexa-4 {
        right: 246px;
        top: 360px;
    }

    .hex-grid .counters .hexa-small.hexa-5 {
        right: 126px;
        top: -85px;
    }
}

.footer {
    background-color: var(--color-super-dark);
    color: #fff;
    padding: 30px 0;
    margin-top: auto;
}

.footer .fs-title-2 {
    color: #fff;
    margin-top: 10px;
}

.footer .footer-block-title {
    font-size: var(--fs-footer-menu);
    text-transform: uppercase;
    color: #fff;
    font-weight: 700 !important;
    margin-bottom: 10px;
}

.footer .site-footer {
    font-size: var(--fs-sm);
    color: var(--black-color-3);
}

.footer a {
    color: #fff;
    font-weight: 300;
}

.footer .footer-block {
    margin-bottom: 40px;
}

.footer .footer-block .menu a {
    display: block;
    font-size: var(--fs-footer-menu);
    color: #fff;
    margin-bottom: 8px;
}

.footer .footer-block .menu a:hover {
    color: var(--color-accent);
}

.footer .footer-block .menu .tw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer .footer-block .menu .tw:before {
    content: "";
    background: url("../images/tw-icon.png'; ?>") no-repeat center center/cover;
    width: 16px;
    height: 16px;
    margin-right: 7px;
    margin-top: 2px;
}

.footer .footer-block .menu .in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer .footer-block .menu .in:before {
    content: "";
    background: url("../images/in-icon.png'; ?>") no-repeat center center/cover;
    width: 16px;
    height: 16px;
    margin-right: 7px;
    margin-top: 2px;
}

.footer .footer-block .menu .fb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer .footer-block .menu .fb:before {
    content: "";
    background: url("../images/fb-icon.png'; ?>") no-repeat center center/cover;
    width: 16px;
    height: 16px;
    margin-right: 7px;
    margin-top: 2px;
}

.footer .copyright {
    background-color: var(--primary-color-dark);
    font-size: var(--fs-sm);
}

.footer .copyright .container hr {
    height: 1px;
    border-width: 1px 0 0 0;
    margin-bottom: 30px;
}

.footer .copyright .legal-menu {
    text-align: left;
    margin-top: 10px;
}

.footer .copyright .legal-menu a:hover {
    color: var(--color-accent);
}

.footer .copyright .legal-menu li {
    margin-left: 0;
    margin-right: 20px;
}

@media (min-width: 768px) {
    .footer .site-footer {
        padding-top: 45px;
    }

    .footer .footer-block .menu .tw::before,
    .footer .footer-block .menu .in::before,
    .footer .footer-block .menu .fb::before {
        margin-top: 1px;
    }

    .footer .copyright {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .footer .site-footer {
        padding-top: 25px;
        padding-bottom: 10px;
    }

    .footer .footer-block .menu a {
        margin-bottom: 10px;
    }

    .footer .copyright .legal-menu {
        margin-top: 0;
        text-align: right;
    }

    .footer .copyright .legal-menu li {
        margin-right: 0;
        margin-left: 15px;
    }
}

@media (min-width: 1200px) {
    .footer .site-footer {
        padding-top: 85px;
        padding-bottom: 20px;
    }
}

.home .section-top {
    overflow: hidden;
    position: relative;
    background-image: radial-gradient(circle, #4C15D0 5%, var(--color-primary) 60%);
}

.home .section-top .container-hero {
    position: relative;
    z-index: 1;
}

.home .section-top .container-hero {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 40px;
}

.home .section-top .container-hero .h1 {
    white-space: pre-line;
}

.home .section-top .container-hero .tag-line {
    display: block;
    margin-top: 20px;
    padding-top: 20px;
    text-transform: uppercase;
    font-size: var(--fs-reg);
    position: relative;
}

.home .section-top .container-hero .tag-line .hr {
    background-color: var(--color-panthera-light);
    position: absolute;
    height: 1px;
    width: 90%;
    top: 0;
    left: 5%;
    -webkit-transform-origin: center top;
    transform-origin: center top;
}

.home .section-top .container-hero .tag-line .tag {
    position: relative;
    display: block;
}

.home .section-top .hexa-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.home .section-top .hexa-bg:after {
    content: "";
    background-image: url("../images/hexa-pattern-blue-bg.png'; ?>");
    background-repeat: no-repeat;
    background-position: right -50px top 0;
    background-size: auto 110%;
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 0;
}

.home .section-our-value {
    position: relative;
    padding-bottom: 0;
    z-index: 1;
}

.home .section-our-value .icon-list .card-horizontal {
    margin-bottom: 20px;
    padding-right: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.home .section-our-value .icon-list .card-horizontal .card-image {
    width: 25%;
    padding-right: 5%;
}

.home .section-our-value .icon-list .card-horizontal .card-body {
    width: 75%;
    padding-bottom: 5px;
}

.home .section-our-value .line-block {
    overflow: hidden;
    position: relative;
}

.home .section-our-value .line-block .mid-line {
    position: absolute;
    width: calc(100% - 120px);
    height: 100%;
    background: url("../images/vprop-line-mid.png'; ?>") repeat-x center bottom/auto 100%;
    left: 60px;
    z-index: -1;
    top: 0px;
}

.home .section-our-value .line-block .left {
    width: 60px;
    float: left;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}

.home .section-our-value .line-block .right {
    width: 60px;
    float: right;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}

.home .section-our-value .value-prop {
    position: relative;
}

.home .section-our-value .value-prop .line {
    position: absolute;
    width: 3px;
    height: 88px;
    left: 50%;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
    background-color: var(--color-primary);
}

.home .section-our-value .value-prop img {
    display: block;
    width: 170px;
    margin: 85px auto 0;
    padding-right: 5px;
}

.home .section-modules {
    margin-top: -90px;
    padding-top: 110px;
}

.home .modular-graphic {
    margin: 40px 0;
}

.home .modular-graphic img {
    display: block;
}

.home .modular-graphic img.desktop {
    display: none;
}

.home .modular-graphic .vendors {
    margin-top: 20px;
}

.home .modular-graphic .vendors .swiper-vendors {
    padding-bottom: 50px;
}

.home .modular-graphic .vendors .logo-pagination {
    bottom: auto;
    top: 70px;
    z-index: -1;
}

.home .modular-graphic .vendors .logo-pagination .swiper-pagination-bullet {
    background: url("../images/hexa-dots.png'; ?>") no-repeat center top/100%;
    width: 12px;
    height: 14px;
    opacity: 1;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.home .modular-graphic .vendors .logo-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    background-position: center bottom;
}

.home .modular-graphic .vendors .swiper-button-next {
    right: 60px;
    top: 80px;
    color: var(--color-accent);
}

.home .modular-graphic .vendors .swiper-button-prev {
    left: 60px;
    top: 80px;
    color: var(--color-accent);
}

.home .modular-graphic .vendors .swiper-slide img {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0.5;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.home .modular-graphic .vendors .swiper-slide-active img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 1;
}

.home .modular-graphic .vendors .swiper-slide {
    padding: 5px 0;
}

.home .modular-graphic .vendors .swiper-slide.logo-1 {
    width: 120px;
}

.home .modular-graphic .vendors .swiper-slide.logo-2 {
    width: 120px;
}

.home .modular-graphic .vendors .swiper-slide.logo-3 {
    width: 120px;
}

.home .modular-graphic .vendors .swiper-slide.logo-4 {
    width: 120px;
}

.home .modular-graphic .vendors .swiper-slide.logo-5 {
    width: 120px;
}

.home .modular-graphic .vendors .swiper-slide.logo-6 {
    width: 120px;
}

.home .modular-graphic .vendors .swiper-slide.logo-7 {
    width: 120px;
}

.home .section-blog .card {
    margin-bottom: 20px;
}

.home .section-powering {
    padding-bottom: 20px;
}

.home .logo-scroller {
    overflow: hidden;
}

.home .logo-scroller .logo-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home .logo-scroller .logo-list img {
    width: 145px;
}

@media (min-width: 768px) {
    .home .section-top {
        min-height: 500px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .home .section-top .hexa-bg::after {
        background-position: right -45px top 20px;
        background-size: auto 100%;
    }

    .home .section-top .hexa-bg:before {
        content: "";
        position: absolute;
        width: 50%;
        height: 100%;
        background: url("../images/hexa-pattern-blue-bg.png'; ?>") no-repeat left -90px bottom 0px/auto 100%;
    }

    .home .hex-grid .counters .counter .number {
        margin: 5px 0;
    }

    .home .section-our-value .value-prop .line {
        width: 4px;
        height: 25px;
        left: 50%;
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px);
    }

    .home .section-our-value .value-prop img {
        margin-top: 25px;
    }

    .home .section-our-value .icon-list .card-horizontal .card-image {
        width: 16%;
        padding-right: 3%;
    }

    .home .section-our-value .icon-list .card-horizontal .card-body {
        width: 82%;
        padding-bottom: 5px;
    }

    .home .modular-graphic .modular-graphic-top,
    .home .modular-graphic .modular-graphic-img,
    .home .modular-graphic .modular-graphic-bottom {
        width: 375px;
        margin: 0 auto;
    }

    .home .modular-graphic .modular-graphic-img {
        margin: -1px auto;
    }

    .home .modular-graphic .vendors .swiper-button-prev {
        left: 230px;
    }

    .home .modular-graphic .vendors .swiper-button-next {
        right: 230px;
    }
}

@media (min-width: 992px) {
    .home .section-top {
        min-height: 570px;
    }

    .home .section-our-value .icon-list .card-horizontal .card-image {
        width: 20%;
    }

    .home .section-our-value .icon-list .col-md-6:nth-child(odd) {
        padding-right: 30px;
    }

    .home .section-our-value .icon-list .col-md-6:nth-child(even) {
        padding-left: 30px;
    }

    .home .section-our-value .icon-list .card-horizontal {
        margin-bottom: 25px;
    }

    .home .section-our-value .value-prop img {
        width: 200px;
    }

    .home .modular-graphic .modular-graphic-top,
    .home .modular-graphic .modular-graphic-img,
    .home .modular-graphic .modular-graphic-bottom {
        width: auto;
        margin: 0 auto;
    }

    .home .modular-graphic img.mobile {
        display: none;
    }

    .home .modular-graphic img.desktop {
        display: block;
    }

    .home .modular-graphic .vendors .swiper-button-prev {
        left: 355px;
    }

    .home .modular-graphic .vendors .swiper-button-next {
        right: 355px;
    }

    .home .section-modules {
        margin-top: -110px;
        padding-top: 150px;
    }

    .home .section-blog {
        padding-top: 50px;
    }
}

@media (min-width: 1200px) {
    .home .section-top {
        min-height: 690px;
    }

    .home .section-top .container-hero {
        padding-top: 0;
    }

    .home .section-top .container-hero .tag-line {
        margin-top: 20px;
        padding-top: 20px;
        font-size: var(--fs-md);
        letter-spacing: 2px;
    }

    .home .section-top .container-hero .tag-line .hr {
        width: 100%;
        left: 0;
    }

    .home .section-top .hexa-bg::before {
        background-position: left -130px bottom 0;
    }

    .home .section-our-value .white-bg-hexa-right {
        width: 300px;
    }

    .home .section-our-value .white-bg-hexa-left {
        width: 300px;
    }

    .home .section-our-value .icon-list .col-md-6:nth-child(odd) {
        padding-right: 35px;
    }

    .home .section-our-value .icon-list .col-md-6:nth-child(even) {
        padding-left: 35px;
    }

    .home .section-our-value .icon-list .card-horizontal {
        margin-bottom: 25px;
    }

    .home .section-our-value .value-prop img {
        width: 230px;
    }

    .home .modular-graphic .devices {
        width: 210px;
    }

    .home .modular-graphic .vendors .swiper-button-prev {
        left: 420px;
    }

    .home .modular-graphic .vendors .swiper-button-next {
        right: 420px;
    }

    .home .section-blog .home-blog-swiper {
        padding-top: 50px;
    }

    .home .section-blog .home-blog-swiper .swiper-pagination {
        text-align: right;
        top: 2px;
        padding-right: 36px;
    }

    .home .section-blog .home-blog-swiper .swiper-button-next,
    .home .section-blog .home-blog-swiper .swiper-button-prev {
        display: inline-block;
        top: 18px;
        right: 0;
        padding: 5px;
        height: 38px;
        width: 38px;
        text-align: center;
    }

    .home .section-blog .home-blog-swiper .swiper-button-next::after,
    .home .section-blog .home-blog-swiper .swiper-button-prev::after {
        font-size: 28px;
        color: var(--primary-color-dark);
    }

    .home .section-blog .home-blog-swiper .swiper-button-prev {
        left: auto;
        right: 100px;
    }
}

@media (min-width: 1400px) {
    .home .section-our-value .icon-list .col-md-6:nth-child(odd) {
        padding-right: 35px;
    }

    .home .section-our-value .icon-list .col-md-6:nth-child(even) {
        padding-left: 35px;
    }

    .home .section-our-value .icon-list .card-horizontal .card-image {
        width: 20%;
    }

    .home .section-our-value .icon-list .card-horizontal .card-body {
        width: 75%;
    }

    .home .modular-graphic .vendors .swiper-button-prev {
        left: 532px;
    }

    .home .modular-graphic .vendors .swiper-button-next {
        right: 532px;
    }

    .home .section-blog .home-blog-swiper .swiper-button-prev {
        right: 80px;
    }
}

.section-locations .location-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
}

.section-locations .location-block .map {
    width: 200px;
    margin: 0 auto;
}

.section-locations .location-block .location-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
}

.section-locations .location-block .location-address .flag {
    width: 32px;
    height: 32px;
    margin-right: 15px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.section-locations .location-block .location-address address h4 {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .extended-section-top {
        padding-bottom: 250px;
        position: relative;
        z-index: 1;
    }

    .overlap-section-top {
        z-index: 2;
        margin-top: -280px;
        position: relative;
    }

    .shadowed-box>.row {
        background-color: #fff;
        -webkit-box-shadow: 0 0 5px #ae99df;
        box-shadow: 0 0 5px #ae99df;
        padding: 40px 20px;
        border-radius: 10px;
        margin: 0px;
    }

    .section-locations .location-block .map {
        width: auto;
    }

    .section-locations .location-block .location-address {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .section-locations .location-block .location-address .flag {
        width: auto;
        height: auto;
    }
}

@media (min-width: 1200px) {
    .extended-section-top {
        padding-bottom: 320px;
    }

    .overlap-section-top {
        margin-top: -400px;
    }
}

.footer-logo {
    width: 250px;
    margin-left: 60px
}

.search-icon {
    color: white;
    cursor: pointer;
}

@media only screen and (max-width: 1200px) {
    .search-icon-responsiveness {
        padding: 16px 0px;
    }
}

.search-box-container {
    background-color: white;
    height: 100vh;
    width: 100vw;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}

.search-conatiner-botton-div {
    height: 48px;
}

.search-container-closs-icon {
    display: flex;
    justify-content: end;
    margin-top: 18px;
    margin-right: 18px;
}

.search-container-closs-icon-svg {
    cursor: pointer;
}

.search-box-text-and-input {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    flex-direction: column;
}

.search-input-label-text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #3E4C59;
    width: 95%;
    text-align: start;
}

.searchform {
    border: 1px solid #540AFF;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    width: 95%;
}

.searchform #s {
    width: 100%;
    /* 960px;*/
    height: 64px;
    background: #FFFFFF;
    padding: 20px 18px;
    border: 0px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #3700B3;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

/*
  @media only screen and (max-width: 1044px) {
      .search-bar-input-box{
          width: 660px !important;
      }
  }
  
  @media only screen and (max-width: 770px) {
      .search-bar-input-box{
          width: 460px !important;
      }
  }
  
  @media only screen and (max-width: 550px) {
      .search-bar-input-box{
          width: 260px !important;
      }
  }
  */
@media only screen and (max-width: 550px) {
    .footer-logo {
        margin-left: 5px;
    }
}

.searchform #searchsubmit {
    background: white;
    background-color: white;
    border: none;
    color: #3700B3;
    padding-left: 16px;
    padding-right: 18px;
    padding-top: 2px;
    cursor: pointer;
    position: relative;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

@media only screen and (max-width: 600px) {
    .searchform #s {
        font-size: 16px;
        padding: 12px 12px;
        height: 48px;
    }
}

.bsearch_results_page {
    padding-top: 180px;
}

.htmlTag {
    margin-top: -10px !important;
    min-height: calc(100% + 10px);
}

@media only screen and (max-width: 782px) {
    .htmlTag {
        margin-top: -12px !important
    }
}

div.wpforms-container-full .wpforms-form input[type=checkbox]{
	width:14px !important;
	vertical-align: middle !important;
}

.contact-dimmer .popup-container .popup{
	border-radius:10px !important;

}
.contact-form div.wpforms-container-full .wpforms-form input[type=checkbox]{
	height:14px !important;
}
div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium{
	max-width:90% !important;
}
.btn.primary.outline {
    background: none;
    color: var(--color-neon-moon);
    border: 1px solid var(--color-neon-moon);
}
/*# sourceMappingURL=default.css.map */