/*
Table of Contents
1. Generic ----------------------------------------
01. Fonts -------------------------------------
02. Base --------------------------------------
03. Helpers -----------------------------------
2. Page Sections ----------------------------------
01. Wrapper -----------------------------------
02. Header ------------------------------------
03. Main Content ------------------------------
04. Footer ------------------------------------
*/

/* ==========================================================================
I. Generic
========================================================================== */

/* ------------------------------------------------------------
Fonts
------------------------------------------------------------ */

@font-face {
    font-family: "Gotham";
    src: url("../fonts/Gotham-Book.eot");
    src: local("Gotham-Book"),
        url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Gotham-Book.woff2") format("woff2"),
        url("../fonts/Gotham-Book.woff") format("woff"),
        url("../fonts/Gotham-Book.ttf") format("truetype"),
        url("../fonts/Gotham-Book.svg#Gotham-Book") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "Gotham";
    src: url("../fonts/Gotham-Medium.eot");
    src: local("Gotham-Medium"),
        url("../fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Gotham-Medium.woff2") format("woff2"),
        url("../fonts/Gotham-Medium.woff") format("woff"),
        url("../fonts/Gotham-Medium.ttf") format("truetype"),
        url("../fonts/Gotham-Medium.svg#Gotham-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "Gotham";
    src: url("../fonts/Gotham-Bold.eot");
    src: local("Gotham-Bold"),
        url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Gotham-Bold.woff2") format("woff2"),
        url("../fonts/Gotham-Bold.woff") format("woff"),
        url("../fonts/Gotham-Bold.ttf") format("truetype"),
        url("../fonts/Gotham-Bold.svg#Gotham-Bold") format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gothambold-webfont.woff2') format('woff2'),
         url('../fonts/gothambold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Gotham";
    src: url("../fonts/Gotham-Black.eot");
    src: local("Gotham-Black"),
        url("../fonts/Gotham-Black.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Gotham-Black.woff2") format("woff2"),
        url("../fonts/Gotham-Black.woff") format("woff"),
        url("../fonts/Gotham-Black.ttf") format("truetype"),
        url("../fonts/Gotham-Black.svg#Gotham-Black") format("svg");
    font-weight: 900;
    font-style: normal;
    font-display: block;
}

/* font-family: 'Gotham', Arial, Helvetica, sans-serif; */

/* ------------------------------------------------------------
Base
------------------------------------------------------------ */

html {
    color: #000000;
    font-size: 10px;
    line-height: 1.5;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
}
a.skip-main {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
    background-color: #fff;
    color: #333;
    font-size: 14px;
}
a.skip-main:focus,
a.skip-main:active {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgb(0 0 0 / 60%);
    clip: auto !important;
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

::-ms-clear {
    display: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input,
select,
input[type="search"] {
    -webkit-appearance: none;
    border-radius: 0;
    box-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

img {
    max-width: 100%;
}

.elementor-widget-image .elementor-image > a img[src$=".svg"],
.elementor-widget-image .elementor-image figure > a img[src$=".svg"] {
    width: auto !important;
}
.elementor-widget-image a img[src$=".svg"] {
    width: auto !important;
}

body p,
.elementor-widget-container,
.elementor-image-box-description {
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    color: inherit;
    font-weight: inherit;
}

.elementor-text-editor p {
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    line-height: inherit;
    font-weight: inherit;
    text-transform: inherit;
}

.elementor a,
a {
    font-family: inherit;
    font-weight: inherit;
    text-decoration: underline;
    color: #2b4ca0;
    font-size: inherit;
    transition: all 0.3s;
}

.elementor p a {
    font-weight: 700;
    text-decoration: underline;
}

.elementor a:hover,
a:hover {
    text-decoration: none;
    color: #2b4ca0;
}

body a,
body p a {
    color: #2b4ca0;
    text-decoration: underline;
    font-weight: 700;
}

body a:hover,
body p a:hover {
    color: #2b4ca0;
    text-decoration: none;
}

/* / =----------------------------UL/OL---------------------------- / */

.site-main ul:not([class]) {
    font-size: inherit;
    list-style: none;
}

.site-main ol {
    list-style: decimal outside;
    font-size: inherit;
    padding-left: 18px;
}

body .site-main ul:not([class]) li,
body .site-main ul:not([class]) li ol li ul:not([class]) li {
    font-size: inherit;
    line-height: 1.63;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    margin-bottom: 0px;
    padding-left: 28px;
    position: relative;
}

.site-main ol li,
.site-main ul:not([class]) li ol li {
    font-size: inherit;
    line-height: 1.63;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    margin-bottom: 0;
    padding-left: 4px;
    position: relative;
}

.site-main ol ol,
.site-main ul:not([class]) ul:not([class]),
.site-main ol ul:not([class]),
.site-main ul:not([class]) ol {
    margin-bottom: 0;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.site-main
    ul:not([class]):not(.elementor-editor-element-settings):not(.elementor-select-preset-list):not(.gform_fields) {
    margin-left: 0;
    padding-left: 0;
}

.site-main
    ul:not([class]):not(.elementor-editor-element-settings):not(.elementor-select-preset-list):not(.gform_fields):not(.camps_and_programs)
    li:before,
.site-main ul:not([class]) li ol li ul:not([class]) li:after {
    content: "";
    display: inline-block;
    background-color: #001f59;
    position: absolute;
    left: 12px;
    top: 11px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.site-main ol li::marker,
.site-main ul:not([class]) li ol li::marker {
    font-weight: 700;
    color: #f68c1e;
}

.site-main ul:not([class]) ol li::before {
    display: none !important;
}

body .site-main ul:not([class]) li a,
body .site-main ul:not([class]) li ol li ul:not([class]) li a,
.site-main ol li a,
.site-main ul:not([class]) li ol li a {
    font-weight: 700;
}

/* / =----------------------------UL/OL---------------------------- / */

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
    margin-bottom: 0;
}

body {
    margin: 0;
    padding: 0;
    color: #001f59;
    font-family: "Gotham", "Poppins", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.63;
    background-color: #ffffff;
}

.elementor-cta--skin-classic .elementor-cta__content-item {
    color: #001f59;
}

body .elementor-widget-heading h1.elementor-heading-title,
body h1,
body .h1,
body .elementor-widget-heading.h1 .elementor-heading-title,
h1.elementor-cta__title.elementor-cta__content-item {
    font-family: "Gotham", "Poppins", Arial, Helvetica, sans-serif;
    font-size: 52px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}

body .elementor-widget-heading h2.elementor-heading-title,
body h2,
body .h2,
body .elementor-widget-heading.h2 .elementor-heading-title,
h2.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content h2.elementor-image-box-title,
.elementor-posts .elementor-post__card h2.elementor-post__title,
.elementor-posts h2.elementor-post__title {
    font-family: "Gotham", "Poppins", Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.3;
    text-transform: uppercase;
}

body .elementor-widget-heading h3.elementor-heading-title,
body h3,
body .h3,
body .elementor-widget-heading.h3 .elementor-heading-title,
h3.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content h3.elementor-image-box-title,
.elementor-posts .elementor-post__card h3.elementor-post__title,
.elementor-posts h3.elementor-post__title {
    font-family: "Gotham", "Poppins", Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}

body .elementor-widget-heading h4.elementor-heading-title,
body h4,
body .h4,
body .elementor-widget-heading.h4 .elementor-heading-title,
h4.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content h4.elementor-image-box-title,
.elementor-posts .elementor-post__card h4.elementor-post__title,
.elementor-posts h4.elementor-post__title {
    font-family: "Gotham", "Poppins", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}

body .elementor-widget-heading h5.elementor-heading-title,
body h5,
body .h5,
body .elementor-widget-heading.h5 .elementor-heading-title,
h5.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content h5.elementor-image-box-title,
.elementor-posts .elementor-post__card h5.elementor-post__title,
.elementor-posts h5.elementor-post__title {
    font-family: "Gotham", "Poppins", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
}

body .elementor-widget-heading h6.elementor-heading-title,
body h6,
body .h6,
body .elementor-widget-heading.h6 .elementor-heading-title,
h6.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content h6.elementor-image-box-title,
.elementor-posts .elementor-post__card h6.elementor-post__title,
.elementor-posts h6.elementor-post__title {
    font-family: "Gotham", "Poppins", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
}

/* body .large-text .elementor-text-editor, 
body .large-text .elementor-text-editor p{
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
} */

/* ------------------------------------------------------------
Helpers
------------------------------------------------------------ */

.invisible {
    visibility: hidden !important;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

/* / --------Button style------------ / */

body .elementor-widget-button [type="button"]:not(.gm-control-active),
body .elementor-widget-button [type="submit"]:not(.adminbar-button),
body .elementor-button,
body .elementor-button:visited,
body .elementor-widget-button .elementor-button,
body .elementor-widget-button [type="button"]:not(.gm-control-active):focus,
body .elementor-widget-button [type="button"]:not(.gm-control-active),
body .elementor-widget-button [type="submit"]:not(.adminbar-button):focus,
body .elementor-widget-button button:not(.gm-control-active):focus,
body .elementor-widget-button button:not(.gm-control-active),
body
    .elementor-widget-button
    .elementor-cta
    .elementor-cta__button.elementor-button,
body .elementor-widget-button .elementor-kit-7 .elementor-button:focus,
body
    .elementor-widget-button
    .elementor-cta--skin-classic
    .elementor-cta__button.elementor-button,
body .elementor-cta--skin-cover .elementor-cta__button.elementor-button {
    color: #001f59;
    background-color: #f7993a;
    font-size: 16px !important;
    line-height: 16px;
    padding: 18px 24px 18px;
    font-weight: 900 !important;
    border: 2px solid #f7993a;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    border-radius: 0;
    -webkit-appearance: none;
    transition: all 0.3s;
    box-sizing: border-box;
    font-family: "Gotham", "Poppins", Arial, Helvetica, sans-serif;
    max-width: 100%;
    text-transform: uppercase;
}

.elementor-button:after,
[type="button"]:after {
    content: "";
    width: 218px;
    display: block;
    max-width: 100%;
}

body .elementor-widget-button [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button [type="submit"]:not(.adminbar-button):hover,
body .elementor-widget-button .elementor-button:hover,
body .elementor-button:hover,
body .elementor-button:visited:hover,
body
    .elementor-widget-button
    [type="button"]:not(.gm-control-active):focus:hover,
body .elementor-widget-button [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button [type="submit"]:not(.adminbar-button):focus:hover,
body .elementor-widget-button button:not(.gm-control-active):focus:hover,
body .elementor-widget-button button:not(.gm-control-active):hover,
body
    .elementor-widget-button
    .elementor-cta
    .elementor-cta__button.elementor-button:hover,
body .elementor-widget-button .elementor-kit-7 .elementor-button:focus:hover,
body
    .elementor-widget-button
    .elementor-cta--skin-classic
    .elementor-cta__button.elementor-button:hover,
body .elementor-cta--skin-cover .elementor-cta__button.elementor-button:hover {
    background-color: #ffffff;
    color: #001f59;
    text-decoration: none;
    border-color: #f68c1e;
}

body
    .elementor-widget-button.light-blue
    [type="button"]:not(.gm-control-active),
body .elementor-widget-button.light-blue [type="submit"]:not(.adminbar-button),
body .light-blue .elementor-button,
body .light-blue .elementor-button:visited,
body .elementor-widget-button.light-blue .elementor-button,
body
    .elementor-widget-button.light-blue
    [type="button"]:not(.gm-control-active):focus,
body
    .elementor-widget-button.light-blue
    [type="button"]:not(.gm-control-active),
body
    .elementor-widget-button.light-blue
    [type="submit"]:not(.adminbar-button):focus,
body .elementor-widget-button.light-blue button:not(.gm-control-active):focus,
body .elementor-widget-button.light-blue button:not(.gm-control-active),
body
    .elementor-widget-button.light-blue
    .elementor-cta
    .elementor-cta__button.elementor-button,
body
    .elementor-widget-button.light-blue
    .elementor-kit-7
    .elementor-button:focus,
body
    .elementor-widget-button.light-blue
    .elementor-cta--skin-classic
    .elementor-cta__button.elementor-button,
body
    .elementor-cta--skin-cover.light-blue
    .elementor-cta__button.elementor-button {
    color: #001f59;
    background-color: #70cfff;
    border: 2px solid #70cfff;
}

body
    .elementor-widget-button.light-blue
    [type="button"]:not(.gm-control-active):hover,
body
    .elementor-widget-button.light-blue
    [type="submit"]:not(.adminbar-button):hover,
body .elementor-widget-button.light-blue .elementor-button:hover,
body .light-blue .elementor-button:hover,
body .light-blue .elementor-button:visited:hover,
body
    .elementor-widget-button.light-blue
    [type="button"]:not(.gm-control-active):focus:hover,
body
    .elementor-widget-button.light-blue
    [type="button"]:not(.gm-control-active):hover,
body
    .elementor-widget-button.light-blue
    [type="submit"]:not(.adminbar-button):focus:hover,
body
    .elementor-widget-button.light-blue
    button:not(.gm-control-active):focus:hover,
body .elementor-widget-button.light-blue button:not(.gm-control-active):hover,
body
    .elementor-widget-button.light-blue
    .elementor-cta
    .elementor-cta__button.elementor-button:hover,
body
    .elementor-widget-button.light-blue
    .elementor-kit-7
    .elementor-button:focus:hover,
body
    .elementor-widget-button.light-blue
    .elementor-cta--skin-classic
    .elementor-cta__button.elementor-button:hover,
body
    .elementor-cta--skin-cover.light-blue
    .elementor-cta__button.elementor-button:hover {
    background-color: #ffffff;
    color: #001f59;
    text-decoration: none;
    border-color: #70cfff;
}

body .elementor-widget-button.dark-blue [type="button"]:not(.gm-control-active),
body .elementor-widget-button.dark-blue [type="submit"]:not(.adminbar-button),
body .dark-blue .elementor-button,
body .dark-blue .elementor-button:visited,
body .elementor-widget-button.dark-blue .elementor-button,
body
    .elementor-widget-button.dark-blue
    [type="button"]:not(.gm-control-active):focus,
body .elementor-widget-button.dark-blue [type="button"]:not(.gm-control-active),
body
    .elementor-widget-button.dark-blue
    [type="submit"]:not(.adminbar-button):focus,
body .elementor-widget-button.dark-blue button:not(.gm-control-active):focus,
body .elementor-widget-button.dark-blue button:not(.gm-control-active),
body
    .elementor-widget-button.dark-blue
    .elementor-cta
    .elementor-cta__button.elementor-button,
body
    .elementor-widget-button.dark-blue
    .elementor-kit-7
    .elementor-button:focus,
body
    .elementor-widget-button
    .elementor-cta--skin-classic
    .elementor-cta__button.elementor-button,
body
    .elementor-cta--skin-cover.dark-blue
    .elementor-cta__button.elementor-button {
    color: #ffffff;
    background-color: #2b4ca0;
    border: 2px solid #2b4ca0;
}

body
    .elementor-widget-button.dark-blue
    [type="button"]:not(.gm-control-active):hover,
body
    .elementor-widget-button.dark-blue
    [type="submit"]:not(.adminbar-button):hover,
body .elementor-widget-button.dark-blue .elementor-button:hover,
body .dark-blue .elementor-button:hover,
body .dark-blue .elementor-button:visited:hover,
body
    .elementor-widget-button.dark-blue
    [type="button"]:not(.gm-control-active):focus:hover,
body
    .elementor-widget-button.dark-blue
    [type="button"]:not(.gm-control-active):hover,
body
    .elementor-widget-button.dark-blue
    [type="submit"]:not(.adminbar-button):focus:hover,
body
    .elementor-widget-button.dark-blue
    button:not(.gm-control-active):focus:hover,
body .elementor-widget-button.dark-blue button:not(.gm-control-active):hover,
body
    .elementor-widget-button.dark-blue
    .elementor-cta
    .elementor-cta__button.elementor-button:hover,
body
    .elementor-widget-button.dark-blue
    .elementor-kit-7
    .elementor-button:focus:hover,
body
    .elementor-widget-button.dark-blue
    .elementor-cta--skin-classic
    .elementor-cta__button.elementor-button:hover,
body
    .elementor-cta--skin-cover.dark-blue
    .elementor-cta__button.elementor-button:hover {
    background-color: #ffffff;
    color: #2b4ca0;
    text-decoration: none;
    border-color: #2b4ca0;
}

body
    .elementor-widget-button.transparent-button
    [type="button"]:not(.gm-control-active),
body
    .elementor-widget-button.transparent-button
    [type="submit"]:not(.adminbar-button),
body .transparent-button .elementor-button,
body .transparent-button .elementor-button:visited,
body .elementor-widget-button.transparent-button .elementor-button,
body
    .elementor-widget-button.transparent-button
    [type="button"]:not(.gm-control-active):focus,
body
    .elementor-widget-button.transparent-button
    [type="button"]:not(.gm-control-active),
body
    .elementor-widget-button.transparent-button
    [type="submit"]:not(.adminbar-button):focus,
body
    .elementor-widget-button.transparent-button
    button:not(.gm-control-active):focus,
body .elementor-widget-button.transparent-button button:not(.gm-control-active),
body
    .elementor-widget-button.transparent-button
    .elementor-cta
    .elementor-cta__button.elementor-button,
body
    .elementor-widget-button.transparent-button
    .elementor-kit-7
    .elementor-button:focus,
body
    .elementor-widget-button.transparent-button
    .elementor-cta--skin-classic
    .elementor-cta__button.elementor-button,
body
    .elementor-cta--skin-cover.transparent-button
    .elementor-cta__button.elementor-button {
    color: #2b4ca0;
    background-color: transparent;
    border: 2px solid #2b4ca0;
}

body
    .elementor-widget-button.transparent-button
    [type="button"]:not(.gm-control-active):hover,
body
    .elementor-widget-button.transparent-button
    [type="submit"]:not(.adminbar-button):hover,
body .elementor-widget-button.transparent-button .elementor-button:hover,
body .transparent-button .elementor-button:hover,
body .transparent-button .elementor-button:visited:hover,
body
    .elementor-widget-button.transparent-button
    [type="button"]:not(.gm-control-active):focus:hover,
body
    .elementor-widget-button.transparent-button
    [type="button"]:not(.gm-control-active):hover,
body
    .elementor-widget-button.transparent-button
    [type="submit"]:not(.adminbar-button):focus:hover,
body
    .elementor-widget-button.transparent-button
    button:not(.gm-control-active):focus:hover,
body
    .elementor-widget-button.transparent-button
    button:not(.gm-control-active):hover,
body
    .elementor-widget-button.transparent-button
    .elementor-cta
    .elementor-cta__button.elementor-button:hover,
body
    .elementor-widget-button.transparent-button
    .elementor-kit-7
    .elementor-button:focus:hover,
body
    .elementor-widget-button.transparent-button
    .elementor-cta--skin-classic
    .elementor-cta__button.elementor-button:hover,
body
    .elementor-cta--skin-cover.transparent-button
    .elementor-cta__button.elementor-button:hover {
    background-color: #2b4ca0;
    color: #ffffff;
    text-decoration: none;
    border-color: #2b4ca0;
}

body .dark-bg .elementor-widget-button [type="button"]:not(.gm-control-active),
body .dark-bg .elementor-widget-button [type="submit"]:not(.adminbar-button),
body .dark-bg .elementor-button,
body .dark-bg .elementor-button:visited,
body .dark-bg .elementor-widget-button .elementor-button,
body
    .dark-bg
    .elementor-widget-button
    [type="button"]:not(.gm-control-active):focus,
body .dark-bg .elementor-widget-button [type="button"]:not(.gm-control-active),
body
    .dark-bg
    .elementor-widget-button
    [type="submit"]:not(.adminbar-button):focus,
body .dark-bg .elementor-widget-button button:not(.gm-control-active):focus,
body .dark-bg .elementor-widget-button button:not(.gm-control-active),
body
    .dark-bg
    .elementor-widget-button
    .elementor-cta
    .elementor-cta__button.elementor-button,
body .dark-bg .elementor-widget-button .elementor-kit-7 .elementor-button:focus,
body
    .dark-bg
    .elementor-widget-button
    .elementor-cta--skin-classic
    .elementor-cta__button.elementor-button,
body
    .dark-bg
    .elementor-cta--skin-cover
    .elementor-cta__button.elementor-button,
body
    .dark-bg
    .elementor-cta--skin-classic
    .elementor-cta__button.elementor-button {
    background-color: transparent;
    color: #f68c1e;
    text-decoration: none;
    border-color: #f68c1e;
}

body
    .dark-bg
    .elementor-widget-button
    [type="button"]:not(.gm-control-active):hover,
body
    .dark-bg
    .elementor-widget-button
    [type="submit"]:not(.adminbar-button):hover,
body .dark-bg .elementor-widget-button .elementor-button:hover,
body .dark-bg .elementor-button:hover,
body .dark-bg .elementor-button:visited:hover,
body
    .dark-bg
    .elementor-widget-button
    [type="button"]:not(.gm-control-active):focus:hover,
body
    .dark-bg
    .elementor-widget-button
    [type="button"]:not(.gm-control-active):hover,
body
    .dark-bg
    .elementor-widget-button
    [type="submit"]:not(.adminbar-button):focus:hover,
body
    .dark-bg
    .elementor-widget-button
    button:not(.gm-control-active):focus:hover,
body .dark-bg .elementor-widget-button button:not(.gm-control-active):hover,
body
    .dark-bg
    .elementor-widget-button
    .elementor-cta
    .elementor-cta__button.elementor-button:hover,
body
    .dark-bg
    .elementor-widget-button
    .elementor-kit-7
    .elementor-button:focus:hover,
body
    .dark-bg
    .elementor-widget-button
    .elementor-cta--skin-classic
    .elementor-cta__button.elementor-button:hover,
body
    .dark-bg
    .elementor-cta--skin-cover
    .elementor-cta__button.elementor-button:hover,
body
    .dark-bg
    .elementor-cta--skin-classic
    .elementor-cta__button.elementor-button:hover {
    background-color: #f68c1e;
    color: #001f59;
    text-decoration: none;
    border-color: #f68c1e;
}

body
    .dark-bg
    .elementor-widget-button.light-blue
    [type="button"]:not(.gm-control-active),
body
    .dark-bg
    .elementor-widget-button.light-blue
    [type="submit"]:not(.adminbar-button),
body .dark-bg .light-blue .elementor-button,
body .dark-bg .elementor-button:visited,
body .dark-bg .elementor-widget-button.light-blue .elementor-button,
body
    .dark-bg
    .elementor-widget-button.light-blue
    [type="button"]:not(.gm-control-active):focus,
body
    .dark-bg
    .elementor-widget-button.light-blue
    [type="button"]:not(.gm-control-active),
body
    .dark-bg
    .elementor-widget-button.light-blue
    [type="submit"]:not(.adminbar-button):focus,
body
    .dark-bg
    .elementor-widget-button.light-blue
    button:not(.gm-control-active):focus,
body
    .dark-bg
    .elementor-widget-button.light-blue
    button:not(.gm-control-active),
body
    .dark-bg
    .elementor-widget-button.light-blue
    .elementor-cta
    .elementor-cta__button.elementor-button,
body
    .dark-bg
    .elementor-widget-button.light-blue
    .elementor-kit-7
    .elementor-button:focus,
body
    .dark-bg
    .elementor-widget-button.light-blue
    .elementor-cta--skin-classic
    .elementor-cta__button.elementor-button,
body
    .dark-bg
    .elementor-cta--skin-cover.light-blue
    .elementor-cta__button.elementor-button,
body
    .dark-bg
    .elementor-cta--skin-classic.light-blue
    .elementor-cta__button.elementor-button {
    color: #70cfff;
    background-color: transparent;
    border: 2px solid #70cfff;
}

body
    .dark-bg
    .elementor-widget-button.light-blue
    [type="button"]:not(.gm-control-active):hover,
body
    .dark-bg
    .elementor-widget-button.light-blue
    [type="submit"]:not(.adminbar-button):hover,
body .dark-bg .elementor-widget-button.light-blue .elementor-button:hover,
body .dark-bg .light-blue .elementor-button:hover,
body .dark-bg .elementor-button:visited:hover,
body
    .dark-bg
    .elementor-widget-button.light-blue
    [type="button"]:not(.gm-control-active):focus:hover,
body
    .dark-bg
    .elementor-widget-button.light-blue
    [type="button"]:not(.gm-control-active):hover,
body
    .dark-bg
    .elementor-widget-button.light-blue
    [type="submit"]:not(.adminbar-button):focus:hover,
body
    .dark-bg
    .elementor-widget-button.light-blue
    button:not(.gm-control-active):focus:hover,
body
    .dark-bg
    .elementor-widget-button.light-blue
    button:not(.gm-control-active):hover,
body
    .dark-bg
    .elementor-widget-button.light-blue
    .elementor-cta
    .elementor-cta__button.elementor-button:hover,
body
    .dark-bg
    .elementor-widget-button.light-blue
    .elementor-kit-7
    .elementor-button:focus:hover,
body
    .dark-bg
    .elementor-widget-button.light-blue
    .elementor-cta--skin-classic
    .elementor-cta__button.elementor-button:hover,
body
    .dark-bg
    .elementor-cta--skin-cover.light-blue
    .elementor-cta__button.elementor-button:hover,
body
    .dark-bg
    .elementor-cta--skin-classic.light-blue
    .elementor-cta__button.elementor-button:hover {
    background-color: #70cfff;
    color: #001f59;
    text-decoration: none;
    border-color: #70cfff;
}

body
    .dark-bg
    .elementor-widget-button.white-button
    [type="button"]:not(.gm-control-active),
body
    .dark-bg
    .elementor-widget-button.white-button
    [type="submit"]:not(.adminbar-button),
body .dark-bg .white-button .elementor-button,
body .dark-bg .elementor-button:visited,
body .dark-bg .elementor-widget-button.white-button .elementor-button,
body
    .dark-bg
    .elementor-widget-button.white-button
    [type="button"]:not(.gm-control-active):focus,
body
    .dark-bg
    .elementor-widget-button.white-button
    [type="button"]:not(.gm-control-active),
body
    .dark-bg
    .elementor-widget-button.white-button
    [type="submit"]:not(.adminbar-button):focus,
body
    .dark-bg
    .elementor-widget-button.white-button
    button:not(.gm-control-active):focus,
body
    .dark-bg
    .elementor-widget-button.white-button
    button:not(.gm-control-active),
body
    .dark-bg
    .elementor-widget-button.white-button
    .elementor-cta
    .elementor-cta__button.elementor-button,
body
    .dark-bg
    .elementor-widget-button.white-button
    .elementor-kit-7
    .elementor-button:focus,
body
    .dark-bg
    .elementor-widget-button.white-button
    .elementor-cta--skin-classic
    .elementor-cta__button.elementor-button,
body
    .dark-bg
    .elementor-cta--skin-cover.white-button
    .elementor-cta__button.elementor-button,
body
    .dark-bg
    .elementor-cta--skin-classic.white-button
    .elementor-cta__button.elementor-button {
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #ffffff;
}

body
    .dark-bg
    .elementor-widget-button.white-button
    [type="button"]:not(.gm-control-active):hover,
body
    .dark-bg
    .elementor-widget-button.white-button
    [type="submit"]:not(.adminbar-button):hover,
body .dark-bg .elementor-widget-button.white-button .elementor-button:hover,
body .dark-bg .white-button .elementor-button:hover,
body .dark-bg .elementor-button:visited:hover,
body
    .dark-bg
    .elementor-widget-button.white-button
    [type="button"]:not(.gm-control-active):focus:hover,
body
    .dark-bg
    .elementor-widget-button.white-button
    [type="button"]:not(.gm-control-active):hover,
body
    .dark-bg
    .elementor-widget-button.white-button
    [type="submit"]:not(.adminbar-button):focus:hover,
body
    .dark-bg
    .elementor-widget-button.white-button
    button:not(.gm-control-active):focus:hover,
body
    .dark-bg
    .elementor-widget-button.white-button
    button:not(.gm-control-active):hover,
body
    .dark-bg
    .elementor-widget-button.white-button
    .elementor-cta
    .elementor-cta__button.elementor-button:hover,
body
    .dark-bg
    .elementor-widget-button.white-button
    .elementor-kit-7
    .elementor-button:focus:hover,
body
    .dark-bg
    .elementor-widget-button.white-button
    .elementor-cta--skin-classic
    .elementor-cta__button.elementor-button:hover,
body
    .dark-bg
    .elementor-cta--skin-cover.white-button
    .elementor-cta__button.elementor-button:hover,
body
    .dark-bg
    .elementor-cta--skin-classic.white-button
    .elementor-cta__button.elementor-button:hover {
    background-color: #ffffff;
    color: #001f59;
    text-decoration: none;
    border-color: #ffffff;
}

/* 
body .text-link [type="button"]:not(.gm-control-active),
body .text-link [type="submit"]:not(.adminbar-button),
body .text-link .elementor-button,
body .text-link .elementor-button:focus,
body .text-link [type="button"]:not(.gm-control-active):focus,
body .text-link [type="button"]:not(.gm-control-active),
body .text-link [type="submit"]:not(.adminbar-button):focus,
body .text-link button:not(.gm-control-active):focus,
body .text-link button:not(.gm-control-active),
body .text-link.elementor-widget-call-to-action .elementor-cta__button-wrapper .elementor-cta__button,
body .text-link.elementor-cta--skin-classic .elementor-cta__button.elementor-button {
	color: #137ca6;
    background-color: transparent;
    font-size: 20px !important;
    line-height: 24px;
    padding: 0;
    font-weight: 700 !important;
    border: none;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    text-align: left;
    border-radius: 0;
    -webkit-appearance: none;
    transition: all 0.3s;
    box-sizing: border-box;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    max-width: 100%;
    letter-spacing: -0.02em;
}


body .text-link .elementor-button span.last,
body .text-link.elementor-widget-call-to-action .elementor-cta__button-wrapper .elementor-cta__button span.last,
body .text-link.elementor-cta--skin-classic .elementor-cta__button.elementor-button span.last,
body .arrow-btn .elementor-button span.last{
	display: inline-block;
}

body .text-link .elementor-button span.last:after,
body .text-link.elementor-widget-call-to-action .elementor-cta__button-wrapper .elementor-cta__button span.last:after,
body .text-link.elementor-cta--skin-classic .elementor-cta__button.elementor-button span.last:after,
body .arrow-btn .elementor-button span.last::after {
	content: "";
    width: 26px !important;
    height: 22px;
    display: inline-block;
    background: url("../img/link-arrow.svg") center center no-repeat;
    background-size: contain;
    margin-bottom: -5px;
    margin-left: 15px;
    transition: all 0.3s;
}

body .arrow-btn .elementor-button span.last::after{
	margin-left: 8px;
}

body .arrow-btn .elementor-button span.last::after{
	background-image: url('../img/arrow-right.svg');
}

body .arrow-btn.dark-blue .elementor-button span.last::after{
	background-image: url('../img/arrow-right-light-gray.svg');
}

body .arrow-btn.dark-blue .elementor-button:hover span.last::after{
	background-image: url('../img/arrow-right.svg');
}

body .arrow-btn.light-gray .elementor-button:hover span.last::after{
	background-image: url('../img/arrow-right-light-gray.svg');
}

body .text-link [type="button"]:not(.gm-control-active):hover,
body .text-link [type="submit"]:not(.adminbar-button):hover,
body .text-link .elementor-button:hover,
body .text-link .elementor-button:focus:hover,
body .text-link [type="button"]:not(.gm-control-active):focus:hover,
body .text-link [type="button"]:not(.gm-control-active):hover,
body .text-link [type="submit"]:not(.adminbar-button):focus:hover,
body .text-link button:not(.gm-control-active):focus:hover,
body .text-link button:not(.gm-control-active):hover,
body .text-link.elementor-widget-call-to-action .elementor-cta__button-wrapper .elementor-cta__button:hover,
body .text-link.elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover {
	background-color: transparent;
	color: #137ca6;
	text-decoration: underline;
	border: none;
}

body .text-link .elementor-button:after{
    display: none !important;
}

body .text-link .elementor-button:hover span.last:after,
body .text-link.elementor-widget-call-to-action .elementor-cta__button-wrapper .elementor-cta__button:hover span.last:after,
body .text-link.elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover span.last:after {
	border-color: #3c904b #3c904b transparent transparent !important;
}

body .elementor-button span {
	color: inherit;
}
 */

/* / ----------------------Button style---------------------- / */

/* .elementor-container{
max-width: 1241px;
padding-left: 30px;
padding-right: 30px;
} */

/* .elementor-section.elementor-section-boxed > .elementor-container {
width: calc(100% - 30px);
} */

.elementor-section.elementor-section-boxed
    > .elementor-container
    .elementor-container {
    width: 100%;
}

/* ------------------------------------------------------------
Select Dropdown Custom Style
------------------------------------------------------------ */
/* gravity form select dropdowns */
.ginput_container_select .select {
    position: relative;
}

.s-hidden {
    display: none;
}

.styledSelect {
    padding: 10px 45px 10px 20px;
    position: relative;
    height: 50px;
    z-index: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    border-radius: 50px !important;
    background-color: #f2f2f3;
    border: 2px solid rgb(71 71 71 / 60%);
    box-shadow: none;
    font-size: 16px !important;
    line-height: 28px;
    color: #1e2937 !important;
    text-transform: none;
    letter-spacing: 0px;
    transition: all 0.3s;
}

.styledSelect:focus {
    border: 2px solid #a65d43;
}

body .gform_wrapper .gfield_required {
    color: #737474;
    font-weight: 400 !important;
    margin-left: 3px;
    text-transform: lowercase;
    letter-spacing: 0px;
}

body .gform_wrapper .gfield_time_ampm select {
    width: 80px !important;
    padding-bottom: 17px !important;
    padding-top: 17px !important;
}

/* .styledSelect.active {
  box-shadow: 0 5px 12px rgba(0, 0, 0, .15);
} */

.styledSelect:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    line-height: 1;
    width: 20px;
    height: 10px;
    background-size: cover !important;
    background: url("../img/arrow-down-black.svg") no-repeat center;
}

.styledSelect.active:after {
    transform: translateY(-50%) rotate(180deg);
}

body .options {
    display: none;
    position: absolute;
    top: calc(100% + 2px);
    right: 0;
    left: 0;
    z-index: 9;
    margin: 0 !important;
    padding: 0;
    list-style: none;
    background: #ffffff;
    padding-top: 0;
    padding-bottom: 0;
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid rgba(43, 76, 160, 1);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
}

body form .options li {
    margin: 0;
    padding: 10px 20px 10px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.18px;
    color: #1e2937;
    text-transform: none;
    /* height: 40px; */
    cursor: pointer;
}

body form .options li:hover {
    background-color: rgba(43, 76, 160, 0.2);
}

.options li::before {
    display: none !important;
}

.options li[rel=""] {
    display: none;
}

.options li.active {
    background-color: rgba(43, 76, 160, 0.2);
    position: relative;
    cursor: default;
    pointer-events: none;
}

.styledSelect.noplaceholder .text-ellipses {
    color: rgba(71, 71, 71, 0.6);
}
/* ------------------------------------------------------------
End of Select Dropdown Custom Style
------------------------------------------------------------ */

/* ------------------------------------------------------------
Checkbox custom style
------------------------------------------------------------ */

/* html structure */
/* <label class="checkbox-container">One
  <input type="checkbox" checked="checked">
  <span class="checkmark"></span>
</label> */
/* end html structure */

/* Create a custom checkbox */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 11px;
    top: 6px;
    width: 5px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* ------------------------------------------------------------
End of checkbox custom style
------------------------------------------------------------ */

/* ------------------------------------------------------------
Checkbox custom style
------------------------------------------------------------ */
/* html structure */
/* <label class="radio-container">One
  <input type="radio" checked="checked" name="radio">
  <span class="checkmark"></span>
</label> */

/* The container */
.radio-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.radio-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
    background-color: #2196f3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
    top: 7px;
    left: 7.5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
}

/* ------------------------------------------------------------
End of checkbox custom style
------------------------------------------------------------ */

/* ------------------------------------------------------------
gravity form style
------------------------------------------------------------ */
html body .gform_wrapper *:focus {
    outline: none;
}

html body .gform_wrapper div.validation_error html body .gform_wrapper form {
    border: 2px solid #666;
    padding: 0;
}
html body .gform_wrapper form ul.gform_fields li.gfield {
    margin-top: 0;
    margin-bottom: 24px !important;
    border: 0;
    background: none;
    vertical-align: top;
    letter-spacing: -0.14px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.gform_wrapper.gform_validation_error
    .gform_body
    ul
    li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}

html body .gform_wrapper form ul.gform_fields li.gfield.bottom-info {
    padding-top: 0px !important;
}

html body .gform_wrapper form ul.gform_fields li.gfield .ginput_container {
    margin-top: 0 !important;
}

html body .gform_wrapper .top_label .gfield_label,
html body .gform_wrapper .gform_wrapper legend.gfield_label {
    font-family: "Gotham", "Poppins", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #001f59;
    line-height: 25px;
    margin-bottom: 4px;
    letter-spacing: 0px;
    margin-top: 0 !important;
    text-transform: capitalize;
}

html body .gform_wrapper form ul.gform_fields li.gfield input[type="text"],
html body .gform_wrapper form ul.gform_fields li.gfield input[type="email"],
html body .gform_wrapper form ul.gform_fields li.gfield input[type="number"],
html body .gform_wrapper form ul.gform_fields li.gfield input[type="tel"],
html body .gform_wrapper form ul.gform_fields li.gfield textarea,
html body .gform_wrapper form ul.gform_fields li.gfield .styledSelect,
html body select,
body select:not([class*="ui-datepicker"]) {
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0px !important;
    background-color: #ffffff;
    border: 1px solid rgba(43, 76, 160, 0.5);
    box-shadow: none;
    font-size: 16px !important;
    line-height: 25px !important;
    color: rgba(0, 31, 89, 1) !important;
    width: 100% !important;
    padding: 7px 15px !important;
    transition: all 0.3s;
    height: 56px;
}

html body .gform_wrapper form ul.gform_fields li.gfield .styledSelect {
    padding-top: 13px !important;
    padding-right: 40px !important;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
}

html
    body
    .gform_wrapper
    form
    ul.gform_fields
    li.gfield
    input[type="text"]::-webkit-input-placeholder,
html
    body
    .gform_wrapper
    form
    ul.gform_fields
    li.gfield
    input[type="email"]::-webkit-input-placeholder,
html
    body
    .gform_wrapper
    form
    ul.gform_fields
    li.gfield
    input[type="number"]::-webkit-input-placeholder,
html
    body
    .gform_wrapper
    form
    ul.gform_fields
    li.gfield
    input[type="tel"]::-webkit-input-placeholder,
html
    body
    .gform_wrapper
    form
    ul.gform_fields
    li.gfield
    textarea::-webkit-input-placeholder,
html
    body
    .gform_wrapper
    form
    ul.gform_fields
    li.gfield
    .styledSelect
    .text-ellipses {
    color: rgba(0, 31, 89, 0.7);
}

html
    body
    .gform_wrapper
    form
    ul.gform_fields
    li.gfield
    .styledSelect
    .text-ellipses {
    color: rgba(0, 31, 89, 0.7) !important;
}

html
    body
    .gform_wrapper
    form
    ul.gform_fields
    li.gfield
    input[type="text"]:focus,
html
    body
    .gform_wrapper
    form
    ul.gform_fields
    li.gfield
    input[type="email"]:focus,
html
    body
    .gform_wrapper
    form
    ul.gform_fields
    li.gfield
    input[type="number"]:focus,
html body .gform_wrapper form ul.gform_fields li.gfield input[type="tel"]:focus,
html body .gform_wrapper form ul.gform_fields li.gfield textarea:focus,
html body .gform_wrapper form ul.gform_fields li.gfield .styledSelect.active {
    border: 1px solid rgba(43, 76, 160, 1);
}

html body .gform_wrapper form ul.gform_fields li.gfield textarea {
    height: 118px;
    resize: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
}

/*Change text in autofill textbox*/
input:-webkit-autofill {
    -webkit-text-fill-color: #666666 !important;
}

html
    body
    .gform_wrapper
    form
    ul.gform_fields
    li.gfield
    .styledSelect
    .text-ellipses.valueAdded {
    color: rgba(0, 31, 89, 1) !important;
}

/* html body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	padding: 16px 15px;
	font-size: 18px;
	line-height: 1;
} */

html
    body
    .gform_wrapper
    form
    ul.gform_fields
    li.gfield.gfield_error:not(.top-text):not(.recaptcha-field) {
    margin-bottom: 15px !important;
}

html body .gform_wrapper form ul.gform_fields li.gfield.recaptcha-field {
    padding-top: 10px !important;
}

html
    body
    .gform_wrapper
    form
    ul.gform_fields
    li.gfield
    .ginput_container.ginput_recaptcha {
    margin-top: 0 !important;
}

html
    body
    .gform_wrapper
    li.gfield.gfield_error.gfield_contains_required
    div.gfield_description {
    font-size: 12px;
    color: #d80303;
    font-family: "Gotham", "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 700;
    padding-top: 5px;
    line-height: normal;
    letter-spacing: -0.13px;
    padding-right: 7px;
}

html body .gform_wrapper .validation_message {
    font-size: 10px;
    color: #d80303;
    font-family: "Gotham", "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 400;
    padding-top: 5px;
}

html body .gform_wrapper li.gfield_error .gfield_required {
    text-transform: capitalize;
}

html body .gform_wrapper div.validation_error {
    border: 0;
    font-size: 20px;
    color: #d80303;
    display: none;
}

html
    body
    .gform_wrapper
    li.gfield_error
    input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
html body .gform_wrapper .gform_wrapper li.gfield_error textarea,
.gfield_error .styledSelect {
    border: 1px solid #d80303 !important;
}

/* -------------------------------------------------------
Radio and Checkbox Styling
---------------------------------------------------------- */

html
    body
    .gform_wrapper
    ul.gfield_checkbox
    li
    input[type="checkbox"]:checked
    + label,
html body .gform_wrapper .gfield_radio li input[type="radio"]:checked + label {
    font-weight: normal;
}

html
    body
    .gform_wrapper
    ul.gform_fields
    li.gfield.gfield_error
    + li.gfield.gfield_error {
    margin-top: 0;
}

html
    body
    .gform_wrapper
    li.gfield_error
    div.ginput_complex.ginput_container
    label,
html body .gform_wrapper li.gfield_error ul.gfield_checkbox,
html body .gform_wrapper li.gfield_error ul.gfield_radio {
    color: #000;
}

html body .gform_wrapper ul.gfield_radio li {
    display: block;
    position: relative;
    margin-bottom: 12px;
    /* cursor: pointer; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

html body .gform_wrapper ul.gfield_radio li:before {
    display: none !important;
}

html body .gform_wrapper ul.gfield_radio li input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

html body .gform_wrapper ul.gfield_radio li label {
    padding-left: 40px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    padding-bottom: 2px;
}

html body .gform_wrapper ul.gfield_radio li label:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background-color: #f2f2f3;
    border: 2px solid #8c8c8c;
}

html body .gform_wrapper ul.gfield_radio li input ~ label:hover:before {
    background-color: #ccc;
}

html body .gform_wrapper ul.gfield_radio li:hover input ~ label {
    font-weight: normal;
}

html body .gform_wrapper ul.gfield_radio li input:checked ~ label:before {
    background-color: #12749b;
    border-color: #12749b;
}

html body .gform_wrapper ul.gfield_radio li label:after {
    content: "";
    position: absolute;
    display: none;
}

html body .gform_wrapper ul.gfield_radio li input:checked ~ label:after {
    display: block;
}

html body .gform_wrapper ul.gfield_radio li label:after {
    top: 10px;
    left: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
}

html body .gform_wrapper ul.gfield_checkbox li {
    display: block;
    position: relative;
    margin-bottom: 12px;
    /* cursor: pointer; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

html body .gform_wrapper ul.gfield_checkbox li:before {
    display: none !important;
}

html body .gform_wrapper ul.gfield_checkbox li input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

html body .gform_wrapper ul.gfield_checkbox li label {
    padding-left: 40px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    padding-bottom: 2px;
}

html body .gform_wrapper ul.gfield_checkbox li label:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #f2f2f3;
    border: 2px solid #8c8c8c;
    border-radius: 6px;
}

html body .gform_wrapper ul.gfield_checkbox li input ~ label:hover:before {
    background-color: #ccc;
}

html body .gform_wrapper ul.gfield_checkbox li:hover input ~ label {
    font-weight: normal;
}

html body .gform_wrapper ul.gfield_checkbox li input:checked ~ label:before {
    background-color: #12749b;
    border-color: #12749b;
}

html body .gform_wrapper ul.gfield_checkbox li label:after {
    content: "";
    position: absolute;
    display: none;
}

html body .gform_wrapper ul.gfield_checkbox li input:checked ~ label:after {
    display: block;
}

html body .gform_wrapper ul.gfield_checkbox li label:after {
    left: 8px;
    top: 4px;
    width: 8px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.elementor .gm-style img {
    max-width: none;
}

html body .gform_wrapper form ul.gform_fields li.gfield.combo-name-fields {
    margin-bottom: 0 !important;
}

html
    body
    .gform_wrapper
    form
    ul.gform_fields
    li.gfield.combo-name-fields
    input {
    margin-bottom: 20px !important;
}

html
    body
    .gform_wrapper
    form
    ul.gform_fields
    li.gfield.combo-name-fields
    .ginput_container
    > span {
    margin-bottom: 0;
    padding-top: 0;
}

html
    body
    .gform_wrapper
    form
    ul.gform_fields
    li.gfield.combo-name-fields
    .validation_message {
    margin-top: -20px;
    margin-bottom: 20px;
}

/* ------------------------------------------------------------
gravity form Button styling
------------------------------------------------------------ */

html body .gform_wrapper form .gform_footer {
    text-align: left;
    padding: 10px 0 0;
    margin: 0;
}

html body .gform_wrapper form .gform_footer input[type="submit"] {
    color: #001f59;
    background-color: #f7993a;
    font-size: 16px !important;
    line-height: 16px !important;
    padding: 18px 24px 18px;
    font-weight: 900 !important;
    border: 2px solid #f7993a;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    border-radius: 0;
    -webkit-appearance: none;
    transition: all 0.3s;
    box-sizing: border-box;
    font-family: "Gotham", "Poppins", Arial, Helvetica, sans-serif;
    max-width: 240px;
    text-transform: uppercase;
    width: 100%;
}

html body .gform_wrapper form .gform_footer input[type="submit"]:hover {
    background-color: #ffffff;
    color: #001f59;
    text-decoration: none;
    border-color: #f68c1e;
}

body
    .gform_wrapper.gform_validation_error
    .gform_body
    ul
    li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
    padding: 0 !important;
}

html body .gform_wrapper form .gform_footer input[type="submit"] + img {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -30px);
}

body
    .gform_wrapper.gform_validation_error
    .top_label
    li.gfield.gfield_error.gf_left_half,
body
    .gform_wrapper.gform_validation_error
    .top_label
    li.gfield.gfield_error.gf_right_half {
    max-width: 50%;
    margin-right: 0 !important;
}
/* ------------------------------------------------------------
End gravity form style
------------------------------------------------------------ */

.coming-soon-content {
    min-height: calc(100vh - 876px);
}
/* ---------------------------- code for cookies ---------------------------- */
#cookie-notice {
    background-color: rgba(0, 37, 104, 0.85) !important;
    position: fixed;
    z-index: 11111;
}

#cookie-notice #cn-notice-text {
    display: flex;
    justify-content: center;
    align-items: center;
}

#cookie-notice #cn-notice-text + #cn-accept-cookie,
#cn-notice-buttons {
    display: none !important;
}

#cookie-notice .cookie-notice-container {
    padding: 25px 50px;
    margin-left: auto;
    margin-right: auto;
}

#cookie-notice .cookies-message {
    text-align: left;
    font-family: "Montserrat", Sans-serif;
    display: block;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    max-width: 60%;
    margin: 0 1em 0 auto;
    font-size: 12px;
}

#cookie-notice .cookies-message a {
    color: #fff;
    text-decoration: underline;
}

#cookie-notice .cookies-message a:hover {
    text-decoration: none;
}

#cookie-notice .cookies-button-container {
    max-width: 40%;
    text-align: center;
    display: flex;
    align-content: space-between;
    margin: 0 auto;
    font-weight: bold;
}

#cookie-notice .cookies-button-container .cookies-button {
    border: 0;
    display: inline-block;
    color: #fff;
    margin: 0 4px;
    padding: 5px 10px;
    min-width: 110px;
    font-weight: 500;
    border-radius: 3px;
    text-align: center;
    background-color: #fff;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    line-height: 30px;
    color: #344a83;
}

#cookie-notice .cookies-button-container .cookies-button:hover {
    background-color: #fff;
    color: #344a83;
    opacity: 0.8;
}

.cn-close-icon:before,
.cn-close-icon:after {
    background-color: #fff;
}

.cookie-notice-container .cn-text-container {
    margin: 0;
}

/* -------------------------- end code for cookies -------------------------- */

body .header-top-right-side {
    width: auto !important;
}

.header-top-btn .elementor-cta__content {
    padding: 10px 14px 6px;
    display: flex;
    flex-direction: column;
}

.header-search .elementor-search-form__container {
    height: auto !important;
}

.header-top-btn .elementor-cta__content .elementor-cta__title {
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 900;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
}

body .header-menu .elementor-nav-menu .elementor-nav-menu--dropdown:after {
    content: "";
    height: 11px;
    width: 100%;
    position: absolute;
    top: -11px;
    left: 0;
}

.header-top-btn .elementor-cta__content .elementor-cta__description {
    margin-top: 6px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
}

.header-top-btn {
    margin-bottom: -28px !important;
}

.header-top-right-side .header-top-btn.yellow-btn .elementor-cta__content {
    border: 2px solid #f7993a;
}

.header-top-right-side
    .header-top-btn.yellow-btn
    .elementor-cta__content:hover {
    background: #ffffff;
}

.header-top-right-side .header-top-btn.blue-btn .elementor-cta__content {
    border: 2px solid #70cfff;
}

.header-top-right-side .header-top-btn.blue-btn .elementor-cta__content:hover {
    background: #ffffff;
}

.header-top-btn .elementor-cta {
    text-decoration: none;
}

.header-top-nav .elementor-icon-list-icon svg {
    height: 18px;
    width: 18px;
    margin-right: 0 !important;
}

.header-top-nav .elementor-icon-list-text,
.header-top-nav a {
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: 400 !important;
    font-size: 14px;
    line-height: 14px;
    white-space: nowrap;
}

.header-top-nav a {
    text-decoration: none;
    color: #ffffff;
}

.header-top-nav a:hover {
    text-decoration: underline;
    color: #ffffff;
}

body .header-top-nav .elementor-icon-list-items.elementor-inline-items {
    width: calc(100% + 16px);
    margin-left: -8px !important;
    margin-right: -8px !important;
    flex-wrap: nowrap;
}

.header-top-nav .elementor-icon-list-item {
    margin: 0 8px !important;
}

.header-menu a {
    text-decoration: none !important;
}

.header-menu .e--pointer-underline .elementor-item::after {
    background: #ffffff;
    height: 2px;
}

body .header-menu .elementor-nav-menu .elementor-nav-menu--dropdown {
    padding: 11px 0 13px;
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.1);
    min-width: 260px !important;
}

.header-mobile-menu-dropdown ul.menu {
    padding: 0;
    list-style: none;
    padding: 10px 15px;
    overflow: hidden;
}

.header-mobile-menu-dropdown ul.menu li {
    position: relative;
}

.header-mobile-menu-dropdown ul.menu li.current-menu-item > a,
.header-mobile-menu-dropdown ul.menu li.current-page-ancestor > a {
    color: #1babe2;
}

.header-mobile-menu-dropdown ul.menu > li:not(:last-child) > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header-mobile-menu-dropdown ul.menu > li.active-sub-menu > a {
    border-color: #70cfff;
}

.header-mobile-menu-dropdown ul.menu > li > a {
    color: #ffffff;
    text-decoration: none;
    padding: 19px 0 21px 0;
    display: block;
    font-size: 18px;
    line-height: 18px;
}

.header-mobile-menu-dropdown ul.menu > li > ul {
    background-color: rgba(112, 208, 255, 0.1);
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
    list-style: none;
    padding: 12px 15px;
    display: none;
}

.header-mobile-menu-dropdown ul.menu > li > ul > li > a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding: 12px 0;
}

.header-top-left-side {
    width: auto !important;
}

.header-mobile-logo img {
    height: 32px;
    width: 58px;
    object-fit: contain;
}

.menu-toggle-btn .elementor-icon {
    background: url("../img/menu-icon.svg") center no-repeat;
}

body.mobile-menu-active .menu-toggle-btn .elementor-icon {
    background-image: url("../img/icon-close.svg");
}

.header-search .fa-search::before {
    content: none !important;
}

body .header-search .elementor-search-form__toggle i.fa-search {
    background: url(../img/icon-search.svg) center no-repeat;
    height: 18px;
    background-size: contain;
    width: 18px;
}

.header-search input {
    border-radius: 0 !important;
}

body .header-search .elementor-search-form__toggle:after {
    content: "Search";
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin-left: 5px;
}

body .header-search .elementor-search-form__toggle:hover:after {
    text-decoration: underline;
}

body .header-search .elementor-search-form__toggle {
    display: flex;
    align-items: center;
}

[data-elementor-type="header"] {
    position: sticky;
    top: 0;
    z-index: 99;
    box-shadow: 0px 4px 34px rgb(0 0 0 / 30%);
}

body.admin-bar [data-elementor-type="header"] {
    top: 32px;
}

.menu-toggle-btn .elementor-icon {
    height: 17px;
    width: 17px;
    cursor: pointer;
    background-size: contain;
}

.menu-toggle-btn .elementor-icon-wrapper {
    display: flex;
}

.header-mobile-menu-dropdown {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    top: 106px;
    overflow: auto;
    display: none;
}

body.admin-bar .header-mobile-menu-dropdown {
    top: 138px;
}

.header-mobile-menu-dropdown .toggle-sub-menu {
    background: url("../img/arrow-down.svg") center no-repeat;
    background-size: 18px;
    height: 60px;
    width: 80px;
    display: block;
    position: absolute;
    right: -32px;
    transition: 0.3s all;
    top: 0;
    cursor: pointer;
}

.header-mobile-menu-dropdown .active-sub-menu .toggle-sub-menu {
    transform: rotate(180deg);
}

body .header-menu .elementor-nav-menu > li > a {
    font-size: 18px;
    line-height: 18px;
}

body .header-menu .elementor-nav-menu > li:focus-within > ul {
    padding: 11px 0 13px;
    box-shadow: 0px 4px 34px rgb(0 0 0 / 10%);
    min-width: 260px !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}
body .header-menu .elementor-nav-menu > li ul > li > a:focus {
    background-color: #eaedf5;
    color: #001234;
}
body .header-menu .elementor-nav-menu > li ul > li > a {
    font-size: 16px;
    line-height: 18px;
}

body .header-menu .elementor-nav-menu > li ul > li a{
    border: 0 !important;
}

body .header-menu .elementor-nav-menu > li.current-menu-item > a::after {
    opacity: 0 !important;
    background-color: #70cfff !important;
}

body .header-menu .elementor-nav-menu > li.current-menu-item:hover > a::after {
    opacity: 1 !important;
}

body .header-menu .elementor-nav-menu > li.current-page-ancestor > a {
    color: #70cfff !important;
}

body .header-menu .elementor-nav-menu > li.current-page-ancestor > a::after {
    background-color: #70cfff !important;
}

body .header-menu .elementor-nav-menu > li .sub-arrow {
    display: none !important;
}

body.single-post .header-menu .elementor-nav-menu > li.generation-hub > a {
    color: #70cfff !important;
}

body.single-post
    .header-menu
    .elementor-nav-menu
    > li.generation-hub
    > a::after {
    background-color: #70cfff !important;
}

body.single-post
    .header-menu
    .elementor-nav-menu
    > li.generation-hub
    li.blog
    a {
    color: #001234 !important;
    background-color: #eaedf5 !important;
}

body.single-post .header-mobile-menu-dropdown ul.menu li.generation-hub > a,
body.single-post .header-mobile-menu-dropdown ul.menu li.blog > a {
    color: #1babe2;
}

/* Footer Code */
.footer-wrapper .gen-disc-wrapper .elementor-icon-list-text {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: rgb(112, 207, 255);
}

.footer-wrapper .gen-disc-wrapper .elementor-icon-list-text:hover {
    text-decoration: underline;
}

footer .footer-lists-links .elementor-icon-list-item {
    line-height: 24px;
}

.social-icons-footer .elementor-social-icons-wrapper .elementor-grid-item {
    margin-bottom: auto;
}

.social-icons-footer .elementor-social-icon:hover {
    opacity: 0.7;
}

footer .footer-lists-links .elementor-icon-list-item {
    line-height: 24px;
}

footer .footer-wrapper h6.elementor-heading-title {
    line-height: 24px;
}

.footer-bottom .footer-bottom-links .elementor-icon-list-item,
.footer-bottom .copy-write-wrapper p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.footer-bottom .copy-write-wrapper p {
    opacity: 0.8;
}

.footer-wrapper .elementor-icon-list-item a,
.footer-bottom .elementor-icon-list-item a {
    width: max-content;
    color: #ffffff;
}

.mb-notification-bar .elementor-widget:not(:last-child) {
    margin-bottom: 0;
}

.mb-notification-bar .mb-btn-wrap {
    max-width: 300px;
}
.mb-notification-bar .mb-notification-caption {
    width: calc(100% - 300px);
}

.mb-notification-counter .elementor-counter {
    display: flex;
    align-items: center;
}
.mb-notification-counter .elementor-counter-number-wrapper {
    min-width: 176px;
    justify-content: flex-end;
    margin-right: 10px;
}
.mb-notification-counter .elementor-counter-number-suffix {
    flex-grow: inherit;
    white-space: inherit;
}
.mb-notification-counter .elementor-counter-title {
    text-align: left;
    margin: 5px 0 0 0px;
}
.mb-notification-counter-2 .elementor-counter-number-wrapper {
    min-width: 159px;
}

.mb-clip-art .elementor-background-overlay {
    clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
}
/*Contact form Section*/
ul.gform_fields {
    padding: 0;
    margin: 0;
    list-style: none;
}
.cgk-contact-form .elementor-background-overlay::before {
    content: "";
    top: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    left: auto;
    width: 1000%;
    background: inherit;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}

.cgk-contact-form .gform_legacy_markup_wrapper ul.gform_fields li.w-100 {
    grid-column-start: 1;
    grid-column-end: 3;
}
html body .cgk-contact-form .gform_wrapper form .gform_footer {
    text-align: center;
    padding: 0;
}
html
    body
    .cgk-contact-form
    .gform_wrapper
    form
    .gform_footer
    input[type="submit"] {
    margin: 0;
}
.cgk-contact-form .gform_legacy_markup_wrapper {
    margin-top: 15px;
    margin-bottom: 0;
}
html body .cgk-contact-form .gform_wrapper .top_label .gfield_label,
html body .gform_wrapper .gform_wrapper legend.gfield_label {
    letter-spacing: 0;
}

.cgk-contact-form-2 .gform_legacy_markup_wrapper {
    margin-top: 7px;
    margin-bottom: 0;
}

html
    body
    .cgk-contact-form
    form
    ul.gform_fields
    li.gfield.gfield_error:not(.top-text):not(.recaptcha-field) {
    margin-bottom: 24px !important;
}
.cgk-contact-form-2 .gform_legacy_markup_wrapper {
    margin-top: 7px;
}
html
    body
    .cgk-contact-form
    .gform_wrapper
    form
    ul.gform_fields
    li.gfield
    textarea {
    min-height: 120px;
    padding-top: 13px;
}
html body .cgk-contact-form-2 .gform_wrapper form .gform_footer {
    margin-top: 8px;
}
/*Image Thumb Contact Form*/
.mb-image-thumb .elementor-image-box-wrapper {
    display: flex;
    align-items: center;
}
.mb-image-thumb .elementor-image-box-img {
    max-width: 100px;
}
.mb-image-thumb .elementor-image-box-content {
    margin-left: 20px;
}
.mb-image-thumb .elementor-image-box-wrapper {
    display: flex;
    align-items: center;
}
.mb-image-thumb .elementor-image-box-content {
    margin-left: 20px;
}
/*Image Thumb Contact Form*/
.mb-signup-form .gform_legacy_markup_wrapper form {
    display: flex;
    align-items: flex-end;
}
html body .mb-signup-form .gform_wrapper .top_label .gfield_label {
    letter-spacing: 0px;
    text-transform: inherit;
}
.mb-signup-form .gform_legacy_markup_wrapper form > div:first-child {
    margin-left: 0;
}
html
    body
    .mb-signup-form
    .gform_wrapper
    form
    .gform_footer
    input[type="submit"] {
    max-width: 100%;
    margin: 0;
}
.mb-signup-form:not(.mb-newsletter-form)
    .gform_wrapper
    form
    ul.gform_fields
    li.gfield {
    text-align: left;
}
.mb-signup-form
    .gform_wrapper
    form
    ul.gform_fields
    li.gfield
    .ginput_container
    input {
    /* border: none;
    border-radius: 0; */
    background-color: #fff;
    border-color: #fff !important;
    padding: 9px 15px 11px !important;
}
html body .mb-signup-form .gform_wrapper .top_label .gfield_label,
html body .mb-signup-form .gform_wrapper .gform_wrapper legend.gfield_label {
    color: #fff;
}
html body .mb-signup-form .gfield_required {
    display: none;
}
.mb-signup-form .gform_wrapper .top_label .gfield_label,
.mb-signup-form .gform_wrapper .gform_wrapper legend.gfield_label {
    font-size: 16px;
    line-height: 25.6px;
}
.mb-editor b {
    display: block;
}
/* .mb-editor strong{
    font-size: 28px;
   color: #70CFFF;
} */
.mb-editor ul li {
    padding: 0;
    line-height: 27px !important;
}
.site-main .mb-editor li:before,
.site-main .mb-editor ul li:after {
    left: 6px !important;
    top: 10px !important;
    color: #fff;
    background-color: #fff !important;
}

html
    body
    .mb-signup-form
    .gform_wrapper
    form
    ul.gform_fields
    li.gfield.gfield_error:not(.top-text):not(.recaptcha-field),
html body .mb-signup-form .gform_wrapper form ul.gform_fields li.gfield,
.mb-signup-form .gform_legacy_markup_wrapper,
.mb-newsletter-form .gform_legacy_markup_wrapper form > div {
    margin: 0 !important;
    padding: 0 !important;
}
.mb-counter-up .elementor-counter-number-suffix {
    white-space: unset;
}
.plus-icon .elementor-counter-number::after {
    content: "+";
}
.mb-list-icon .elementor-icon-list-icon {
    align-self: flex-start;
    padding-top: 5px;
}
.mb-list-icon .elementor-icon-list-item > a {
    text-decoration: none;
    width: auto;
}
.mb-list-icon .elementor-icon-list-item > a .elementor-icon-list-text {
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: all 0.3s ease-in-out;
}
.mb-list-icon .elementor-icon-list-item > a:hover .elementor-icon-list-text {
    text-decoration-color: #fff;
}

html
    body
    .mb-signup-form
    .gform_wrapper
    li.gfield.gfield_error.gfield_contains_required
    div.gfield_description {
    position: absolute;
    color: #ffffff;
}

@media screen and (min-width: 1024px) {
    .mb-form-mobile-bg .elementor-background-overlay {
        opacity: 0 !important;
    }
}

.btns-wrapper .elementor-widget-wrap {
    margin: 0 -15px -16px;
    width: calc(100% + 30px);
}

/* .zig-zag-img-wrap .elementor-image img {
    width: 100%;
    min-height: 400px;
    object-fit: cover;
} */

/* .zig-zag-section.ext-height .zig-zag-img-wrap .zig-zag-img .elementor-image {
    padding-bottom: 80.1%;
    position: relative;
}

.zig-zag-section.ext-height .zig-zag-img-wrap .zig-zag-img .elementor-image img {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    min-height: auto;
} */

.simple-cta-wrap .cta-content .cta-text-edit p:not(:last-child) {
    margin-bottom: 26px;
}

.in-depth-inner
    .elementor-widget
    .elementor-icon-list-icon
    + .elementor-icon-list-text {
    padding-left: 0;
}

body .zig-zag-content ul li {
    font-size: 18px !important;
    line-height: 1.6 !important;
}

body .thank-you-gallery .e-gallery-grid .e-gallery-image {
    background-size: contain;
    min-height: 198px;
    background-repeat: no-repeat;
}

/* .zig-zag-section .elementor-container .elementor-row{
    align-items: center;
} */

.cta-img-box-wrapper.no-cta-cards .elementor-cta__image {
    padding-bottom: 83.9%;
}

/* .icon-box-wrapper.new-icon-box .icon-box-heading {
	font-size: 24px;
	line-height: 28.8px;
	color: #2B4CA0;
	margin-top: 0;
	margin-bottom: 16px;
}

.icon-box-wrapper.new-icon-box .elementor-icon-box-content {
	color: #001F59;
	font-size: 16px;
	line-height: 25.6px;
} */

.icon-box-wrapper.new-icon-box
    > .elementor-column-wrap
    > .elementor-widget-wrap {
    align-items: flex-start;
}

.icon-box-wrapper.new-icon-box .elementor-icon-box-wrapper {
    align-items: flex-start !important;
}

.icon-box-wrapper.new-icon-box .elementor-widget-icon-box {
    margin-bottom: 4px !important;
}

/* Blog Page CSS */

.blog-post-wrapper .blog-aside {
    width: 300px;
}

.blog-post-wrapper .blog-posts {
    width: calc(100% - 300px);
    padding-right: 100px;
}

.blog-zigzag {
    display: flex;
    background-color: #f2f3f6;
    flex-wrap: wrap;
}

.blog-zigzag .image-side {
    width: 48%;
    position: relative;
    display: block;
}

.blog-zigzag .image-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-zigzag .zigzag-content {
    width: 52%;
    padding: 32px 30px 35px;
}

.blog-zigzag .zigzag-content .meta-info {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 12px);
    margin: 0 -6px;
    overflow: hidden;
}

.blog-zigzag .zigzag-content .meta-info > p {
    padding: 0 6px;
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.8;
    color: #001f59;
    margin: 0 !important;
    text-transform: uppercase;
}

.blog-zigzag .zigzag-content .meta-info > p:not(:first-child):after {
    content: "";
    height: 14px;
    width: 1px;
    background-color: #001f59;
    position: absolute;
    left: -1px;
    top: 6px;
}

.blog-zigzag .zigzag-content h3 {
    margin-bottom: 4px;
    margin-top: 0;
}

.blog-zigzag .zigzag-content h3 a {
    color: #001f59;
    text-decoration: none;
    text-transform: none;
}

.blog-zigzag .zigzag-content .zig-zag-cta a {
    font-weight: 700;
    text-transform: uppercase;
}

.blog-zigzag .zigzag-content h3 a:hover {
    text-decoration: underline;
}

.blog-zigzag .zigzag-content .zigzag-para-wrap {
    margin-bottom: 8px;
}

.blog-zigzag .zigzag-content .zigzag-para-wrap p:not(:last-child) {
    margin-bottom: 8px;
}

.blog-zigzag-wrapper .blog-zigzag:not(:last-child) {
    margin-bottom: 25px;
}

.post-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin: 57px -15px -30px;
}

.post-wrapper .post-card {
    width: calc(50% - 30px);
    margin: 0 15px 30px;
    background-color: #f2f3f6;
}

.post-wrapper .post-card .post-image {
    position: relative;
    padding-bottom: 56.76%;
    background: #2b4ca0 url("../img/favicon.png") center no-repeat;
    background-size: 45%;
    display: block;
}

.post-wrapper .post-card .post-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-wrapper .post-card .post-content {
    padding: 20px 30px 33.74px;
}

.post-wrapper .post-card .post-content h4,
.post-wrapper .post-card .post-content h4 a {
    font-family: "Gotham", "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 900;
    text-transform: none;
    text-decoration: none;
    line-height: 26px;
    display: inline-block;
}

.post-wrapper .post-card .post-content h4 a:hover {
    text-decoration: underline;
}

.post-wrapper .post-card .meta-info {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 12px);
    margin: 0 -6px;
    overflow: hidden;
}

.post-wrapper .post-card .meta-info > p {
    padding: 0 6px;
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.8;
    color: rgba(0, 31, 89, 0.8);
    margin: 0 !important;
    text-transform: uppercase;
}

.post-wrapper .post-card .meta-info > p:not(:first-child):after {
    content: "";
    height: 14px;
    width: 1px;
    background-color: rgba(0, 31, 89, 0.8);
    position: absolute;
    left: -1px;
    top: 6px;
}

.blog-list-icons .elementor-icon-list-item,
.blog-list-icons .elementor-post .elementor-post__text .elementor-post__title {
    position: relative;
    padding-left: 28px;
    text-transform: none;
    text-decoration: none;
}

.blog-list-icons .elementor-icon-list-item a,
.blog-list-icons
    .elementor-post
    .elementor-post__text
    .elementor-post__title
    a {
    text-decoration: none;
}

.blog-list-icons .elementor-icon-list-item a:hover,
.blog-list-icons
    .elementor-post
    .elementor-post__text
    .elementor-post__title
    a:hover {
    text-decoration: underline;
}

.blog-list-icons .elementor-icon-list-item::after,
.blog-list-icons
    .elementor-post
    .elementor-post__text
    .elementor-post__title::after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #2b4ca0;
    position: absolute;
    left: 11px !important;
    top: 12px;
}

body .blog-list-icons {
    margin-top: 18px;
}

body .blog-list-icons > ul > li::before {
    background-color: #2b4ca0 !important;
}

body .blog-list-icons > ul > li:not(:last-child) {
    padding-bottom: 12px;
}

body .blog-list-icons > ul > li a {
    font-size: 18px;
    line-height: 28.8px;
    text-decoration: none;
    color: #2b4ca0;
    display: inline-block;
}

body .blog-list-icons > ul > li a:hover {
    text-decoration: underline;
}

body .faq-accordion-col ul:not(:last-child),
body .adjust-ul-spacing ul:not(:last-child),
body .faq-accordion-col li:not(:last-child) {
    margin-bottom: 15px !important;
}

.thank-you-video .eicon-play:before {
    display: none;
}

.thank-you-video .eicon-play {
    background: url("../img/play-button-dark.svg") center center no-repeat;
    width: 80px;
    height: 80px;
}

.thank-you-video .elementor-fit-aspect-ratio {
    padding-bottom: 66.65%;
}

.thank-you-video .elementor-custom-embed-image-overlay:before {
    content: "";
    background: linear-gradient(
        0deg,
        rgba(43, 76, 160, 0.4),
        rgba(43, 76, 160, 0.4)
    );
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
}

.thank-you-video .elementor-custom-embed-play {
    height: 80px;
}

.thank-you-video
    .elementor-widget-video
    .elementor-custom-embed-image-overlay
    .elementor-custom-embed-play
    i {
    opacity: 1;
}

.thank-you-video
    .elementor-widget-video
    .elementor-custom-embed-image-overlay:hover
    .elementor-custom-embed-play
    i {
    opacity: 0.7;
}

.accordion-counter .accordion-wrp {
    counter-reset: accordion-counter;
}
.accordion-counter .accordion-wrp .elementor-tab-title{
    padding-right: 70px !important;
}
.accordion-counter .accordion-wrp .elementor-tab-title:before {
    counter-increment: accordion-counter;
    content: counter(accordion-counter) ".";
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    line-height: 26px;
    font-weight: 700;
    left: 0;
    top: 14px;
    text-align: right;
    width: 40px;
}

.gen-content-box.blog-content blockquote {
    padding: 30px 75px 30px 30px;
}

.gen-content-box.blog-content blockquote .speaker-info {
    display: block;
    text-align: right;
}

.gen-content-box.blog-content blockquote .speaker-name {
    margin-top: 20px;
}

.generational-section .elementor-widget-wrap {
    display: flex;
}

.generational-section .generational-block {
    min-height: 520px;
    width: 50%;
}

.generational-section .generational-block .elementor-widget-container {
    height: 100%;
}

.generational-section .yellow .elementor-cta .elementor-cta__title span {
    color: #f7993a;
}

.generational-section .blue .elementor-cta .elementor-cta__title span {
    color: #70cfff;
}

.generational-section .generational-block .elementor-cta__bg-overlay {
    background: linear-gradient(
        360deg,
        rgba(0, 31, 89, 0.9) 65.84%,
        rgba(0, 31, 89, 0.18) 100%
    );
    height: calc(100% + 500px);
    transition: all 0.5s !important;
}

.generational-section .generational-block:hover .elementor-cta__bg-overlay {
    background: linear-gradient(
        360deg,
        rgba(0, 31, 89, 0.9) 60.84%,
        rgba(0, 31, 89, 0.18) 100%
    );
    top: -500px;
    transition: 0.5s !important;
}

.generational-section .generational-block .elementor-cta {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 20px 84px 40px 84px;
    background-color: #001f59;
}

.generational-section .gen-right .elementor-cta {
    justify-content: flex-start;
    padding: 20px 30px 40px 84px;
}

.generational-section .generational-block .elementor-cta__content {
    max-width: 500px;
    padding: 0;
}

.generational-section .generational-block .elementor-cta__content span {
    display: block;
}

.generational-block
    .elementor-cta__content
    .elementor-cta__content-item:not(.elementor-cta__title) {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s;
    min-height: 0;
}

.generational-block:hover
    .elementor-cta__content
    .elementor-cta__content-item:not(.elementor-cta__title) {
    max-height: 320px;
}

.generational-block:hover
    .elementor-cta__content
    .elementor-cta__content-item.elementor-cta__description {
    padding-top: 12px;
}

.generational-block:hover
    .elementor-cta__content
    .elementor-cta__content-item.elementor-cta__button-wrapper {
    padding-top: 24px;
}

/* Employe-block */

.employee-blocks .elementor-container .elementor-row .elementor-widget-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: calc(100% + 30px);
    margin: 0 -15px;
}

.employee-blocks .cgk-block {
    width: calc(33.333% - 30px);
    margin: 0 15px 30px !important;
}

.employee-blocks .cgk-block h4 {
    text-transform: none;
    line-height: 32px;
}

.employee-blocks .cgk-block .elementor-widget-container,
.employee-blocks .cgk-block .elementor-widget-container .elementor-cta {
    height: 100%;
}

/* Keynote-section */

.keynote-section .keynote-container {
    max-width: 1230px;
    padding: 56px 30px 32px 30px;
    margin: 0 auto;
}

.keynote-section .keynote-heading h3 {
    text-align: center;
    color: #2b4ca0;
}

.keynote-section .keynote-blocks-wrapper {
    margin-top: 57px;
}

.keynote-blocks-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin: 0 -15px;
}

.keynote-blocks-wrapper .keynote-block {
    margin: 0 15px 30px;
    width: calc(25% - 30px);
    display: flex;
    flex-direction: column;
}

.keynote-blocks-wrapper .keynote-block h4 {
    margin: 0;
    line-height: 1.3em;
}

.keynote-blocks-wrapper .keynote-block .kn-para {
    margin-top: 18px;
    margin-bottom: 19px;
}

.keynote-blocks-wrapper .keynote-block .kn-link {
    margin-top: auto;
}

.keynote-blocks-wrapper .keynote-block .kn-link > a {
    display: inline-block;
    text-transform: uppercase;
    font-family: "Gotham Black", sans-serif;
    color: #2b4ca0;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.4px;
}

.keynote-blocks-wrapper .keynote-block .kn-link > a:hover {
    text-decoration: underline;
}

/* keynote new */

.keynote-mod-section .keynote-container {
    max-width: 1230px;
    margin: 0 auto;
}

.keynote-mod-section .keynote-heading h3 {
    text-align: center;
    color: #2b4ca0;
}

.keynote-mod-section .keynote-mod-blocks-wrapper {
    margin-top: 40px;
}

.keynote-mod-blocks-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: calc(100% + 30px);
    margin: 0 -15px;
}

.keynote-mod-blocks-wrapper .keynote-block {
    background: #2B4CA0;
    margin: 0 15px 30px;
    padding: 40px 70px;
    width: calc(50% - 30px);
    display: flex;
    align-items: center;
    flex-direction: column;
}

.keynote-mod-blocks-wrapper .keynote-block h4 {
    margin: 0;
    font-size: 24px;
    color: #ffffff;
    line-height: 1.3em;
    text-align: center;
}

.keynote-mod-blocks-wrapper .keynote-block .kn-para {
    margin-top: 7px;
    text-align: center;
    color: #ffffff;
}

.keynote-mod-blocks-wrapper .keynote-block .kn-para p {
    margin-bottom: 0;
    margin-top: 20px;
}

.keynote-mod-blocks-wrapper .keynote-block .kn-para p:first-child {
    margin-top: 0;
}

.keynote-mod-blocks-wrapper .keynote-block .kn-link {
    margin-top: auto;
    text-align: center;
    padding-top: 17px;
}

.keynote-mod-blocks-wrapper .keynote-block .kn-link a{
    color: #001f59 !important;
}

.blog-content blockquote {
    background-color: #f2f3f6;
    margin: 0;
    padding: 22px 30px;
    margin: 31px 0 28px 0;
    position: relative;
}

/* .blog-content blockquote::after {
    content: "";
    position: absolute;
    width: 55px;
    height: 35px;
    background-image: url("../img/blog-quote.png");
    background-repeat: no-repeat;
    right: 10px;
    bottom: 10px;
} */

.blog-content blockquote p {
    font-weight: 500;
    font-size: 22px;
    line-height: 36px;
}

.blog-content span a,
.blog-content a,
.blog-content p span a {
    font-weight: 700;
}

.blog-content span,
.blog-content u {
    text-decoration: none !important;
}

.blog-content .blog-share-icons .fa-facebook::before {
    content: "\f39e";
}

.blog-content .blog-share-icons .fa-linkedin::before {
    content: "\f0e1";
}

.blog-content ul,
.blog-content ol {
    margin-top: 32px;
    margin-bottom: 32px;
}

.blog-content ul li,
.blog-content ol li {
    margin-top: 6px;
}

.like-post-form .post-form label {
    color: #ffffff !important;
}

.blog-content p a span {
    font-weight: 700 !important;
}

.blog-content img {
    /* height: 400px; */
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    margin-top: 32px;
    margin-bottom: 32px;
}

.blog-content .elementor-widget-container blockquote:first-child,
.blog-content .elementor-widget-container p:first-child,
.blog-content .elementor-widget-container a:first-child,
.blog-content .elementor-widget-container ul:first-child,
.blog-content .elementor-widget-container ol:first-child,
.blog-content .elementor-widget-container img:first-child,
.blog-content .elementor-widget-container h2:first-child,
.blog-content .elementor-widget-container h3:first-child,
.blog-content .elementor-widget-container h4:first-child,
.blog-content .elementor-widget-container h5:first-child,
.blog-content .elementor-widget-container h6:first-child {
    margin-top: 0;
}

.blog-content .elementor-widget-container blockquote:last-child,
.blog-content .elementor-widget-container p:last-child,
.blog-content .elementor-widget-container a:last-child,
.blog-content .elementor-widget-container ul:last-child,
.blog-content .elementor-widget-container ol:last-child,
.blog-content .elementor-widget-container img:last-child,
.blog-content .elementor-widget-container h2:first-child,
.blog-content .elementor-widget-container h3:first-child,
.blog-content .elementor-widget-container h4:first-child,
.blog-content .elementor-widget-container h5:first-child,
.blog-content .elementor-widget-container h6:first-child {
    margin-bottom: 0;
}

.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.like-post-form .post-form .gform_fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px !important;
    width: calc(100% + 30px);
}

.like-post-form .post-form .gfield {
    width: calc(33.333% - 30px) !important;
    margin: 0 15px 30px !important;
}

.like-post-form .post-form .gform_footer {
    text-align: center;
    padding: 0;
}

.like-post-form .post-form .gform_footer input[type="submit"] {
    line-height: 16px !important;
}

.like-post-form .post-form .gfield_required {
    display: none;
}

.like-post-form .post-form .gform_button {
    margin-right: 0 !important;
}



.mod-notification-bar .mb-notification-caption {
    width: calc(100% - 350px);
}

.mod-notification-bar .mb-btn-wrap {
    max-width: 350px;
}

.genz-zigzag .gz-img .elementor-row {
    justify-content: center;
    margin: 0 -15px 0 -15px;
    width: calc(100% + 30px);
}

.annual-gens .elementor-row .annual-imgs .elementor-widget-wrap {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin: 0 -10px !important;
}

.annual-gens .elementor-row .annual-imgs .elementor-widget-wrap .annual-cta {
    width: calc(25% - 20px);
    margin: 0 10px 20px !important;
}

.uncovering .elementor-row .annual-imgs .elementor-widget-wrap .annual-cta {
    width: calc(50% - 20px);
}

.z-research
    .no-cta-cards
    .elementor-widget-wrap
    .elementor-widget-call-to-action {
    width: calc(25% - 30px);
}

.sample-study .keynote-mod-section .keynote-block span {
    display: block;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.z-research .white-button a,
.annual-gens .annual-cta a {
    text-decoration: none;
}

.main-hero-sect .elementor-column.hero-colm {
    max-width: 770px !important;
}

.hero-btn-wrap .elementor-column-wrap {
    width: calc(100% + 30px);
}

.hero-colm h1 {
    word-break: break-word;
}

.elementor-column.hero-colm p,
.elementor-column.hero-colm .elementor-text-editor,
.dynamic-hero-content p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}

.dynamic-hero-content p {
    max-width: 670px;
}

.main-hero-sect .elementor-column.hero-colm,
.dynamic-hero .dynamic-hero-col {
    max-width: 770px !important;
    width: 100%;
}

.hero-btn-wrap .elementor-column-wrap {
    width: calc(100% + 30px);
}

.dynamic-hero {
    background-position: top center;
    background-size: cover;
    padding: 100px 15px 60px;
    position: relative;
    z-index: 1;
}

.dynamic-hero:after {
    width: 100%;
    height: 100%;
    content: "";
    background: #001f59;
    opacity: 0.7;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
}

.dynamic-hero .container {
    max-width: 1170px;
    margin: 0 auto;
    min-height: 240px;
    display: flex;
    align-items: flex-end;
}

.dynamic-hero-content h1,
.dynamic-hero-content p {
    color: #ffffff;
}

.dynamic-hero-content h1 {
    margin: 0;
    word-break: break-word;
}

.dynamic-hero-content p {
    margin: 24px 0 0;
}

.dyn-btns-wrap {
    margin: 24px -15px -20px -15px;
    width: calc(100% + 30px);
    display: flex;
    flex-wrap: wrap;
}

.dyn-btns-wrap .btn-box {
    margin: 0 15px 20px;
    max-width: calc(100% - 30px);
}

.cta-img-box-wrapper .elementor-element.elementor-widget-call-to-action {
    width: calc(33.33% - 30px);
    margin: 0 0 30px 30px !important;
}

.cta-img-box-wrapper .elementor-cta,
.cta-img-box-wrapper .elementor-widget-container {
    height: 100%;
}

.cta-img-box-wrapper .elementor-cta__content {
    height: 100%;
    align-content: flex-start;
    flex-direction: column;
}

.cta-img-box-wrapper .cta-img-box-wrapper {
    transition: none;
}

.cta-img-box-wrapper .elementor-cta__image {
    position: relative;
    margin: 0 -30px !important;
    padding-bottom: 97.1%;
    width: calc(100% + 60px);
    min-height: 200px;
}

.cta-img-box-wrapper .elementor-cta__image:after,
.filt-card-box .card-img:after {
    position: absolute;
    width: 100%;
    height: calc(100% + 2px);
    content: "";
    background: linear-gradient(0deg, #001f59 3%, rgba(0, 31, 89, 0.2) 55.78%);
}

.cta-img-box-wrapper .elementor-cta__image img,
.filt-card-box .card-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-img-box-wrapper .elementor-cta__button-wrapper {
    margin-top: auto;
}

.cta-img-box-wrapper > .elementor-column-wrap {
    width: calc(100% + 30px);
}

.cta-img-box-wrapper
    .elementor-element.elementor-widget-call-to-action
    .elementor-cta__description
    ul
    li,
.leadership-card-box ul li,
.filt-card-box .parag-wrap ul li {
    color: #ffffff !important;
    margin-bottom: 0 !important;
}

.cta-img-box-wrapper
    .elementor-element.elementor-widget-call-to-action
    .elementor-cta__description
    ul,
.leadership-card-box ul,
.filt-card-box .parag-wrap ul {
    margin-top: 10px;
}

.cta-img-box-wrapper
    .elementor-element.elementor-widget-call-to-action
    .elementor-cta__description
    ul
    li:before,
.leadership-card-box ul li:before,
.filt-card-box .parag-wrap ul li:before {
    background-color: #ffffff !important;
}

/*---cta-img-filters-cards (html) --*/

.filt-card-box {
    width: calc(33.33% - 30px);
    margin: 0 0 30px 30px !important;
    background: #001f59;
    display: flex;
    flex-direction: column;
}

.filt-card-box .card-detail h3,
.filt-card-box .card-detail p {
    margin: 0;
    color: #fff;
}

.filt-card-box .card-detail .parag-wrap {
    margin: 16px 0 0;
}

.parag-wrap p:not(:first-child) {
    margin: 10px 0 0;
}

.filt-card-box .card-btn {
    margin-top: auto;
    padding-top: 24px;
}

.filt-cards-wrapper,
.research-cards-wrapper {
    display: flex;
    width: calc(100% + 30px);
    margin: 0 0 0 -30px;
    flex-wrap: wrap;
}

.filt-card-box .card-img {
    position: relative;
    padding-bottom: 81.3%;
    min-height: 200px;
}

.filt-card-box .card-detail {
    padding: 0 30px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

/*--research-cards---**/
.research-card-box {
    width: calc(25% - 30px);
    margin: 0 0 30px 30px !important;
    background: #f2f3f6;
    display: flex;
    flex-direction: column;
    max-width: calc(100% - 30px);
}

.research-card-box .card-img {
    min-height: 180px;
    position: relative;
    padding-bottom: 60%;
    background: #70cfff url("../img/icon-cgk.svg") no-repeat center center;
    background-size: 50%;
}

.research-card-box .card-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.research-card-box .card-btn {
    margin-top: auto;
    padding-top: 24px;
}

.research-card-box .card-btn a {
    padding: 18px 7px 18px;
}

.research-card-box .card-detail {
    padding: 16px 15px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.research-card-box .card-detail h4 {
    color: #2b4ca0;
    line-height: 24px;
    margin: 0;
    font-weight: 900;
}

.research-card-box .card-detail h4 a {
    text-decoration: none;
}

.research-card-box .card-detail h4 a:hover {
    text-decoration: underline;
}

/*----updates---*/

.flit-cards-section .container {
    max-width: 1170px;
    margin: 0 auto;
}

.flit-cards-section {
    padding: 0 15px;
}

/*---slider---*/
/* .leadership-cards-wrap{
    display: flex;
    flex-wrap: nowrap;
}

.leadership-card-box .card-img {
	position: relative;
	background: #70CFFF url('../img/icon-cgk.svg') no-repeat center center;
	background-size: 50%;
}

.big-height-cards .leadership-card-box .card-img{
	padding-bottom: 124.4%;
}

.small-height-cards .leadership-card-box .card-img{
	padding-bottom: 72.5%;
}

.leadership-card-box .card-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.leadership-card-box .card-detail {
    padding: 14px 30px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.leadership-card-box {
    background: #001F59;
    display: flex;
    flex-direction: column;
    height: auto
}

.leadership-card-box h4 a{
    font-weight: 900;
    color:#ffffff;
    text-decoration: none;
	display: inline-block;
}

.leadership-card-box h4 a:hover{
    color:#ffffff;
    text-decoration: underline;
}

.leadership-card-box .card-btn {
    margin-top: auto;
    padding-top: 15px;
}

.leadership-card-box  h5{
    margin: 0;
    color:#70CFFF
}

.leadership-card-box  h4{
    margin: 2px 0 0 
}
/*---pagination-styling---*/

/* .leadership-pagi{
    position: static;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    z-index: 10;
	padding-top: 50px;
}

.leadership-pagi.swiper-pagination-lock{
	display: none !important;
}

.leadership-pagi .swiper-pagination-bullet{
    opacity: 1;
    background: #CCD2DE;
    transition: 0.3s all;
    border-radius: 20px;
    margin: 0 12px !important;
    height: 20px;
    width: 20px;
}

.leadership-pagi .swiper-pagination-bullet.swiper-pagination-bullet-active ,
.leadership-pagi .swiper-pagination-bullet:hover{
	background: #2B4CA0;
}   */

/*---CGK-States---*/
.cgk-state-wrap {
    display: flex;
    width: calc(100% + 30px);
    margin: 0 -15px;
    flex-wrap: wrap;
    justify-content: center;
}

.cgk-state-box {
    width: calc(25% - 30px);
    margin: 0 15px 40px;
    max-width: calc(100% - 30px);
}

.cgk-state-box .card-img {
    min-height: 162px;
    padding-bottom: 116%;
    position: relative;
    background: #001f59 url("../img/favicon.png") no-repeat center center;
    background-size: 50%;
}

.cgk-state-box .card-img img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.cgk-state-year {
    font-size: 16px;
    line-height: 19px;
    display: block;
    color: #001f59;
    font-weight: 700 !important;
    font-family: "Gotham";
}

.cgk-state-box .h5,
.cgk-state-box h3 {
    line-height: 22px;
    font-weight: 900;
}

.cgk-state-box .h5 a,
.cgk-state-box h3 a {
    color: #2b4ca0;
    text-decoration: none;
    display: inline-block;
}

.cgk-state-box .h5 a:hover,
.cgk-state-box h3 a:hover {
    text-decoration: underline;
}

.cgk-state-box .card-detail {
    padding: 8px 0 0;
}

/*----the generation-hub Page----*/
.two-col-cards .elementor-element.elementor-widget-call-to-action {
    width: calc(50% - 30px);
}

.two-col-cards .elementor-cta__image {
    min-height: 184px;
    padding-bottom: 59.8% !important;
    margin: 0 -40px !important;
    width: calc(100% + 80px);
}

.resp-img-box .elementor-image {
    position: relative;
    width: 100%;
    padding-bottom: 80.1%;
}

.resp-img-box .elementor-image img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    min-height: 100%;
}

.less-padd-cards.two-col-cards .elementor-cta__image {
    margin: 0 -30px !important;
    width: calc(100% + 60px);
}

.generation-hub-blogs .the-latest-box .the-latest-thumbnail {
    padding-bottom: 56.8%;
}

.generation-hub-blogs .the-media-slider .swiper-container {
    max-width: 82%;
}

.generation-hub-blogs .the-media-slider::before {
    background: linear-gradient(to left, #f2f3f6 10%, rgba(255, 255, 255, 0));
}

.generation-hub-blogs .the-media-slider::after {
    background: linear-gradient(to right, #f2f3f6 10%, rgba(255, 255, 255, 0));
}

.generation-hub-blogs .the-media-slider-controllers {
    margin-top: 40px;
}

.genehub-search-bar input.facetwp-search {
    border: 1px solid #cccccc;
    padding: 13px 0 16px 48px !important;
    border-radius: 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 38px;
    position: relative;
    color: #001f59 !important;
    opacity: 0.7;
}

.genehub-search-bar input.facetwp-search::placeholder {
    color: #001f59 !important;
    opacity: 0.7;
}

.genehub-search-bar .facetwp-input-wrap:after {
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    background: url("../img/Search-Icon.png") no-repeat;
    left: 20px;
    top: 26px;
    background-size: contain;
}

.genehub-search-bar .facetwp-input-wrap {
    position: relative;
    width: 100%;
}

.genehub-search-bar .facetwp-icon {
    background: #f7993a;
    z-index: 1;
    min-width: 170px;
    opacity: 1;
    padding: 20px;
    transition: 0.3s all;
}

.genehub-search-bar .facetwp-icon:hover {
    opacity: 0.7;
}

.genehub-search-bar .facetwp-icon:before {
    display: inline-block;
    content: "SEARCH";
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: 50%;
    background-size: 14px;
    background: none;
    color: #001f59;
    font-size: 20px;
    line-height: 16px;
    font-weight: 900;
    font-style: normal;
}

.genehub-search-bar .genehub-search-bar .facetwp-input-wrap {
    width: 100%;
}

.facetwp-type-search .facetwp-icon.f-loading:before {
    animation: none;
}

.no_results {
    text-align: center;
}

/*--pagination--*/
.facetwp-facet .facetwp-page {
    background: #ffffff;
    border: 1px solid rgba(43, 76, 160, 0.5);
    padding: 6px 5px 4px 5px;
    font-weight: 700;
    margin: 0 5px;
    font-size: 20px;
    line-height: 30px;
    text-decoration: none;
    min-width: 45px;
    height: 45px;
}

.facetwp-facet .facetwp-page:hover,
.facetwp-facet .facetwp-page:hover,
.facetwp-facet .facetwp-page.active {
    background: #2b4ca0;
    color: #fff;
}

.facetwp-facet-pagination {
    display: none;
}

.facetwp-facet-pagination.active {
    display: block;
}

.facetwp-facet .facetwp-page.active {
    pointer-events: none;
}

.facetwp-facet .facetwp-page.next,
.facetwp-facet .facetwp-page.prev {
    border: none;
    position: relative;
    color: transparent !important;
    margin: 0;
}

.facetwp-facet .facetwp-page.next:after {
    right: 0;
}

.facetwp-facet .facetwp-page.prev:after {
    left: 0;
}

.facetwp-facet .facetwp-page.next:hover,
.facetwp-facet .facetwp-page.prev:hover,
.facetwp-facet .facetwp-page.next.active,
.facetwp-facet .facetwp-page.prev.active {
    background: transparent;
    color: inherit;
}

.facetwp-facet .facetwp-page.next:after,
.facetwp-facet .facetwp-page.prev:after {
    width: 24px;
    height: 20px;
    background-image: url("../img/arrow-right-blue.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.facetwp-facet .facetwp-page.prev:after {
    background-image: url("../img/arrow-left-blue.svg");
}

.facetwp-page.dots {
    border: none;
    margin: 0;
    cursor: default;
    background: transparent !important;
    color: #2b4ca0 !important;
    position: relative;
    top: -3px;
    margin: 0 !important;
}

.facetwp-facet .facetwp-pager {
    text-align: center;
}

.facetwp-facet {
    margin: 20px 0;
}

.leadership-section
    .container:not(.swiper-container-initialized)
    .leadership-card-box {
    width: calc(33.33% - 30px);
    margin: 0 15px;
}

.respo-img .elementor-image {
    position: relative;
    padding-bottom: 38.6%;
}

.respo-img.respo-img-2.elementor-image {
    padding-bottom: 45.8%;
}

.resp-img-box-gen .elementor-image {
    position: relative;
    padding-bottom: 60.1%;
}

.respo-img .elementor-image img,
.zig-zag-img-wrap .resp-img-box-gen .elementor-image img {
    position: absolute;
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    left: 0;
    min-height: auto !important;
}

body .testimonial-slider.zco-slider-test .elementor-testimonial__footer {
    justify-content: flex-end !important;
}

body
    .zco-slider-test
    .elementor-testimonial__footer
    .elementor-testimonial__cite {
    max-width: 300px;
}

.media-story-box .elementor-cta__button {
    color: #2b4ca0 !important;
    background-color: transparent;
    border: 2px solid #2b4ca0 !important;
}

.media-story-box .elementor-cta__button:hover {
    background: #2b4ca0 !important;
    color: #fff !important;
}

.gen-img-slider img {
    width: 100%;
}

.gen-two-col-cards .two-col-cards .elementor-cta {
    text-decoration: none;
}

.gen-two-col-cards .two-col-cards .elementor-cta__title:hover {
    text-decoration: underline !important;
}

.video-text a {
    text-decoration: none;
}

.video-text a:hover {
    text-decoration: underline;
}

.sidebar-testimonial .elementor-testimonial {
    flex-direction: column;
}

.sidebar-testimonial .elementor-testimonial__footer {
    position: relative;
    padding-bottom: 10%;
    min-height: 40px;
    margin: 20px 0 0;
    justify-content: flex-end;
}

.sidebar-testimonial .elementor-testimonial__footer img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    left: 0;
    top: 0;
}

.gk-text-wrap ul,
.gk-text-wrap ol {
    margin-bottom: 15px;
}

.gk-text-wrap ul li,
.gk-text-wrap ol li {
    margin-bottom: 10px !important;
}

/* Icon Box Style */
.icon-box-wrapper .elementor-widget-icon-box {
    width: calc(50% - 30px);
    margin: 38px 15px 23px !important;
}

.icon-box-wrapper .elementor-widget-wrap {
    margin: 0px -15px;
    width: calc(100% + 30px);
    align-items: center;
}

/* .icon-box-wrapper .elementor-widget-icon-box p{
    font-size: 16px;
    font-weight: 700;
    max-width: 374px;
    line-height: 28px;
} */

.icon-box-wrapper .elementor-icon-box-wrapper {
    align-items: center !important;
}

.icon-box-wrapper .elementor-icon-box-title {
    margin-top: 0;
}

.icon-box-wrapper .elementor-widget-icon-box .percent-figure {
    font-size: 26px;
    line-height: 20px;
}

/* Slider partner logo */
.partners-wrapper.overlay-blue {
    background: radial-gradient(
            24% 80% at 50% 95.04%,
            rgba(43, 76, 160, 0.2) 0%,
            rgba(43, 76, 160, 0) 100%
        ),
        #001f59;
}

.partners-wrapper.white-overlay {
    background: radial-gradient(
            24% 80% at 50% 95.04%,
            rgba(242, 244, 247, 0.2) 0%,
            rgba(242, 244, 247, 0) 100%
        ),
        #f2f3f6;
}

.partners-wrapper .elementor-heading-title {
    font-weight: 800 !important;
}

.partners-wrapper .elementor-widget-image-carousel .swiper-container {
    opacity: 0.6;
}

.partner-logo-slider
    .elementor-widget-image-carousel
    .elementor-widget-container {
    overflow: hidden;
}

.overlay-blue .partner-logo-slider:before {
    content: "";
    background: linear-gradient(
        90deg,
        rgba(0, 31, 89, 1) 20%,
        rgba(0, 31, 89, 0.5) 65%,
        rgba(0, 31, 89, 0) 100%
    );
    position: absolute;
    left: 0px;
    z-index: 3;
    background-blend-mode: multiply;
    top: 0;
    width: 100px;
    height: 100%;
}

.overlay-blue .partner-logo-slider:after {
    content: "";
    background: linear-gradient(
        90deg,
        rgba(0, 31, 89, 0) 0%,
        rgba(0, 31, 89, 0.5) 35%,
        rgba(0, 31, 89, 1) 80%
    );
    position: absolute;
    right: 0px;
    z-index: 3;
    background-blend-mode: multiply;
    top: 0;
    width: 100px;
    height: 100%;
}

.white-overlay .partner-logo-slider:after {
    content: "";
    background: linear-gradient(
        90deg,
        rgba(242, 244, 247, 0) 5%,
        rgba(242, 244, 247, 0.5) 25%,
        rgba(242, 244, 247, 1) 100%
    );
    position: absolute;
    right: 0px;
    z-index: 3;
    background-blend-mode: multiply;
    top: 0;
    width: 100px;
    height: 100%;
}

.white-overlay .partner-logo-slider:before {
    content: "";
    background: linear-gradient(
        90deg,
        rgba(242, 244, 247, 1) 10%,
        rgba(242, 244, 247, 0.5) 25%,
        rgba(242, 244, 247, 0) 100%
    );
    position: absolute;
    left: 0px;
    z-index: 3;
    background-blend-mode: multiply;
    top: 0;
    width: 100px;
    height: 100%;
}

.light-overlay .partner-logo-slider:before {
    content: "";
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 1) 10%,
        rgba(255, 255, 255, 0.5) 25%,
        rgba(255, 255, 255, 0) 100%
    );
    position: absolute;
    left: 0px;
    z-index: 3;
    background-blend-mode: multiply;
    top: 0px;
    width: 100px;
    height: 100%;
}

.light-overlay .partner-logo-slider:after {
    content: "";
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 10%,
        rgba(255, 255, 255, 0.5) 25%,
        rgba(255, 255, 255, 1) 100%
    );
    position: absolute;
    right: 0px;
    z-index: 3;
    background-blend-mode: multiply;
    top: 0px;
    width: 100px;
    height: 100%;
}

/* Icons section */

.icons-cards-wrapper .icons-card {
    width: calc(33.33% - 30px);
    margin: 15px !important;
}

.icons-cards-wrapper .elementor-widget-wrap {
    margin: 0px -15px;
    width: calc(100% + 30px);
}

.icons-cards-wrapper .elementor-widget-wrap {
    align-items: stretch;
}

.icons-cards-wrapper .icons-card .elementor-widget-container {
    height: 100%;
}

.icons-card .elementor-image-box-description {
    font-weight: 500;
}

.zig-zag-section .elementor-aspect-ratio-169 .elementor-fit-aspect-ratio {
    padding-bottom: 66.65%;
}

.zig-zag-section .eicon-play:before {
    display: none;
}

.zig-zag-section .eicon-play {
    background: url("../img/play-button-dark.svg") center center no-repeat;
    width: 80px;
    height: 80px;
}

.zig-zag-section .elementor-custom-embed-image-overlay:before {
    content: "";
    background: linear-gradient(
        0deg,
        rgba(43, 76, 160, 0.4),
        rgba(43, 76, 160, 0.4)
    );
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
}

.zig-zag-section .elementor-custom-embed-play {
    height: 80px;
}

.steps-slider-styles .steps-preview-slider .step-box .title {
    font-size: 24px;
    line-height: 33.6px;
}

.steps-slider-styles .steps-items-slider .step-box .title {
    font-size: 16px;
    line-height: 22.4px;
}

.zig-zag-section
    .elementor-widget-video
    .elementor-custom-embed-image-overlay
    .elementor-custom-embed-play
    i {
    opacity: 1;
}

.zig-zag-section
    .elementor-widget-video
    .elementor-custom-embed-image-overlay:hover
    .elementor-custom-embed-play
    i {
    opacity: 0.7;
}

.hero-gradient {
    background: linear-gradient(
            90deg,
            rgba(27, 171, 226, 0.3) 0%,
            rgba(27, 171, 226, 0) 100%
        ),
        #001f59;
}

.accordion-wrp .elementor-accordion-item {
    margin-bottom: 24px;
}

.accordion-wrp .elementor-accordion-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}

.accordion-wrp .elementor-tab-title {
    position: relative;
}

.accordion-wrp .elementor-accordion-icon i {
    display: none;
}

.accordion-wrp .elementor-accordion-icon .elementor-accordion-icon-closed {
    background: url("../img/carret-down.svg") no-repeat center;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 27px;
    top: 50%;
    transform: translateY(-50%);
}

.accordion-wrp .elementor-accordion-icon .elementor-accordion-icon-opened {
    background: url("../img/Caretup.svg") no-repeat center;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 27px;
    top: 50%;
    transform: translateY(-50%);
}

.list-resourse li a {
    font-size: 20px !important;
    line-height: 36px !important;
    font-weight: 500 !important;
}

.list-resourse li:before {
    top: 16px !important;
}

/* Media Stories */
.media-stories-wrapper .elementor-column-wrap .elementor-widget-wrap {
    display: flex;
    margin: 0px -15px;
    width: calc(100% + 30px);
}

.media-stories-wrapper .media-story-box {
    width: calc(25% - 30px);
    margin: 15px;
}

.media-story-box .elementor-widget-container,
.media-story-box .elementor-cta {
    height: 100%;
}

.media-story-box .elementor-cta__title {
    text-decoration: none;
}

.media-story-box .elementor-cta:hover .elementor-cta__title {
    text-decoration: underline;
}

.media-story-box .elementor-cta {
    flex-direction: column;
    text-decoration: none;
}

.media-story-box .elementor-cta__content {
    flex-grow: 1;
}

.btns-wrapper.btn-dual .elementor-button:after {
    width: 284px;
}

.btns-wrapper.btn-dual .elementor-button {
    padding: 18px 21px 18px;
}



.elementor-widget-testimonial-carousel .swiper-wrapper {
margin: 0 0 30px 0;
}
.testimonial-slider .elementor-widget-container {
max-width: 1200px;
margin: 32px auto 0 auto !important;
}
.testimonial-slider .elementor-main-swiper {
overflow: visible;
}
.testimonial-slider .swiper-pagination-bullet {
opacity: 1;
height: 20px;
width: 20px;
margin: 0 12px;
background-color: rgba(255, 255, 255, 0.2);
transition: 0.3s all;
}
.testimonial-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
background-color: #f7993a;
}
.testimonial-slider .swiper-pagination-bullet:hover {
background-color: #f7993a93;
}
.testimonial-slider .elementor-swiper-button-prev,
.testimonial-slider .elementor-swiper-button-next {
top: auto !important;
background-size: auto;
background-size: contain;
width: 35px;
height: 25px;
display: block;
margin: 16px 0 0 0;
cursor: pointer;
transition: 0.3s all;
z-index: 10!important;
}
.testimonial-slider .elementor-swiper-button-prev i,
.testimonial-slider .elementor-swiper-button-next i {
display: none;
}
.testimonial-slider .elementor-swiper-button-prev {
background: url("../img/arrow-left.svg") center no-repeat;
left: 15px;
}
.testimonial-slider .elementor-swiper-button-next {
background: url("../img/arrow-right.svg") center no-repeat;
right: 15px;
}



body .testimonial-slider .swiper-slide {
    opacity: 0.5;
    padding: 32px 70px 32px;
    box-sizing: border-box;
}
body .testimonial-slider .swiper-slide.swiper-slide-active {
    opacity: 1;
}
body .testimonial-slider .swiper-slide .elementor-testimonial {
    position: relative;
}
body .testimonial-slider .swiper-slide .elementor-testimonial::after {
    content: "";
    position: absolute;
    top: -34px;
    left: -40px;
    height: 70px;
    width: 80px;
    background: url("../img/testimonial-icon-top.svg") center no-repeat;
    background-size: contain;
}
body .testimonial-slider .swiper-slide .elementor-testimonial::before {
    position: absolute;
    content: "";
    bottom: 24px;
    right: -39px;
    background: url("../img/testimonial-icon-bottom.svg") center no-repeat;
    height: 70px;
    width: 80px;
    background-size: contain;
}
body .testimonial-slider .elementor-testimonial__text {
    font-style: normal;
    text-align: left;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
}
body .testimonial-slider .elementor-testimonial__name {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    text-align: right;
}
body .testimonial-slider .elementor-testimonial__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8;
    text-align: right;
    margin-top: 4px;
}
body .testimonial-slider .elementor-testimonial__footer {
    margin-top: 24px;
    justify-content: space-between !important;
    align-items: flex-end;
    position: relative;
    z-index: 1;
}
body .testimonial-slider .elementor-testimonial__content {
    position: relative;
    z-index: 1;
}
body .testimonial-slider .elementor-testimonial__image img {
    border-radius: 0;
    height: 100px;
    width: auto;
    max-height: 60px;
    max-width: 120px;
    object-fit: contain;
}
body .testimonial-slider .elementor-testimonial__image {
    margin-bottom: 9px;
}





/*----------------------------- 
                        
The Latest slider Styling start
                        
------------------------------*/

/* .the-media-slider{
    overflow: hidden;
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
}

.the-media-slider:after{
    content: "";
    position: absolute;
    height: 100%;
    width: 50px;
    top: 0;
    left: 0;
    z-index: 10;
    background: linear-gradient(to right, #ffffff 10%, rgba(255,255,255,0))
}

.the-media-slider:before{
    content: "";
    position: absolute;
    height: 100%;
    width: 50px;
    top: 0;
    right: 0;
    z-index: 10;
    background: linear-gradient(to left, #ffffff 10%, rgba(255,255,255,0))
}

.gray-bg-overlay .the-media-slider::after{
    background: linear-gradient(to right, #F2F4F7 10%, rgba(255,255,255,0))
}

.gray-bg-overlay .the-media-slider::before{
    background: linear-gradient(to left, #F2F4F7 10%, rgba(255,255,255,0))
}


.the-media-slider .swiper-container{
    max-width: 70%;
    overflow: visible;
    margin: 0 auto;
}

.the-media-slider .swiper-container .swiper-slide{
    transition: opacity 0.3s;
}

.the-media-slider .swiper-container:not(.swiper-container-initialized) .swiper-slide{
    width: calc(33.33% - 30px);
    margin-top: 0 15px;
}

.the-media-slider .swiper-container.swiper-container-initialized .swiper-slide:not(.swiper-slide-visible){
    opacity: 0.3;
}

.the-latest-box{
    overflow: hidden;
}

.the-latest-box .the-latest-thumbnail{
    display: block;
    position: relative;
    padding-bottom: 56.3%;
}

.the-latest-box a.video-link::after{
    content: "";
    background: url("../img/play-button.svg") center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 60px;
    width: 60px;
    transition: 0.3s all;
    z-index: 2;
}

.the-latest-box a.video-link::before{
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.562);
    opacity: 0;
    transition: 0.3s all;
}

.the-latest-box a.video-link:hover::before{
    opacity: 1;
}

.the-latest-box .the-latest-thumbnail img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.the-latest-box .the-latest-content{
    padding: 16px 0;
}

.the-latest-box .the-latest-content .the-latest-mata{
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 12px);
    margin: 0 -6px
}

.the-latest-box .the-latest-content .the-latest-mata > *{
    padding: 0 6px;
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.8;
    color: #001F59;
    margin: 0 !important;
    text-transform: uppercase;
}

.the-latest-box .the-latest-content .the-latest-mata > *:after{
    content: "";
    height: calc(100% - 12px);
    width: 1px;
    background-color: #001F59;
    position: absolute;
    left: 0;
    top: 6px;
}

.the-latest-box .the-latest-content .the-latest-title{
    color: #2B4CA0;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 900;
    text-transform: capitalize;
    line-height: 1.3;
    margin-top: 2px;
}

.the-latest-box .the-latest-content .the-latest-title a{
    text-decoration: none;
}

.the-latest-box .the-latest-content .the-latest-title a:hover{
    text-decoration: underline;
}

.the-media-slider-controllers{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 22px;
}

.the-media-slider-controllers .the-media-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.the-media-slider-controllers .the-media-pagination > *{
    opacity: 1;
    height: 20px;
    width: 20px;
    margin: 0 12px;
    background-color: rgba(0, 31, 89, 0.2);
    transition: 0.3s all;
}

.the-media-slider-controllers .the-media-pagination > *.swiper-pagination-bullet-active{
    background-color: #2B4CA0;
}

.the-media-slider-controllers .the-media-pagination > *:not(.swiper-pagination-bullet-active):hover{
    background-color: #2b4ca075;
}

.the-media-slider-controllers .arrow-right{
    background: url("../img/arrow-right-blue.svg") center no-repeat;
    background-size: contain;
    width: 30px;
    height: 25px;
    display: block;
    margin-left: 45px;
    cursor: pointer;
    transition: 0.3s all;
}

.the-media-slider-controllers .arrow-left{
    background: url("../img/arrow-left-blue.svg") center no-repeat;
    background-size: contain;
    width: 30px;
    height: 25px;
    display: block;
    margin-right: 45px;
    cursor: pointer;
    transition: 0.3s all;
}

.the-media-slider-controllers .arrow-right:hover,
.the-media-slider-controllers .arrow-left:hover{
    opacity: 0.7;
}

@media screen and (max-width:1480px){
    .the-media-slider:after,
    .the-media-slider::before{
        content: none !important;
    }
}

@media screen and (max-width:1024px){
    .the-media-slider .swiper-container:not(.swiper-container-initialized) .swiper-slide{
        width: calc(50% - 30px);
        margin-top: 0 15px;
    }
}

@media screen and (max-width:640px){
    .the-media-slider-controllers .arrow-left,
    .the-media-slider-controllers .arrow-right{
        display: none !important;
    }

    .the-media-slider{
        padding-left: 15px;
        padding-right: 15px;
    }

    .the-media-slider-controllers{
        margin-top: 15px;
    }

    .the-media-slider .swiper-container{
        max-width: 100%;
    }

    .the-media-slider-controllers .the-media-pagination{
        width: calc(100% + 24px);
        margin-left: -12px;
        margin-right: -12px;
    }

    .the-latest-box .the-latest-content .the-latest-title{
        font-size: 20px;
        line-height: 1.3;
    }

    .the-media-slider .swiper-container:not(.swiper-container-initialized) .swiper-slide{
        width: calc(100% - 30px);
        margin-top: 0 15px;
    }
    
}

@media screen and (max-width:374px){
    .the-media-slider-controllers .the-media-pagination{
        width: calc(100% + 10px);
        margin-left: -5px;
        margin-right: -5px;
    }

    .the-media-slider-controllers .the-media-pagination > *{
        height: 15px;
        width: 15px;
        margin: 0 5px;
    }
} */

/*----------------------------- 
                        
The Latest slider Styling end
                        
------------------------------*/

/*----------------------------- 
                        
Companies we helped Styling start
                        
------------------------------*/

/* .cwh-slider{
    position: relative;
    background-color: #001B4E;
}

.cwh-slider .swiper-container{
    max-width: 1200px;
    margin: 0 auto 60px;
    padding: 0 15px;
}

.cwh-box{
    display: flex
}

.cwh-box .cwh-thumbnail{
    width: calc(46.15% - 70px);
    margin-right: 70px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.cwh-box .cwh-thumbnail img{
    position: relative;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.cwh-box .cwh-content{
    width: 53.85%;
    padding: 44px 0 47px 0;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cwh-box .cwh-content .cwh-title{
    line-height: 1.4;
    margin-top: 0;
}

.cwh-box .cwh-content .cwh-body{
    margin-top: 14px;
    padding-right: 30px;
}

.cwh-box .cwh-content .cwh-body h4{
    margin-top: 16px;
    margin-bottom: 0;
    color: #70CFFF;
    text-transform: uppercase;
}

.cwh-box .cwh-content .cwh-body h4:first-child,
.cwh-box .cwh-content .cwh-body p:first-child{
    margin-top: 0
}

.cwh-box .cwh-content .cwh-body p{
    margin-bottom: 0;
    margin-top: 4px;
    font-weight: 400;
    line-height: 1.8;
}

.cwh-slider-controllers{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -63px;
    z-index: 10
}

.cwh-slider-controllers .cwh-pagination{
    display: flex;
    align-items: center;
}

.cwh-slider-controllers .cwh-pagination > *{
    opacity: 1;
    height: 20px;
    width: 20px;
    margin: 0 12px;
    background-color: rgba(255,255,255,0.2);
    transition: 0.3s all;
}

.cwh-slider-controllers .cwh-pagination > *.swiper-pagination-bullet-active{
    background-color: #F7993A;
}

.cwh-slider-controllers .cwh-pagination > *:not(.swiper-pagination-bullet-active):hover{
    background-color: #f7993a93;
}

.cwh-slider-controllers .arrow-right{
    background: url("../img/arrow-right.svg") center no-repeat;
    background-size: contain;
    width: 30px;
    height: 25px;
    display: block;
    margin-left: 17px;
    cursor: pointer;
    transition: 0.3s all;
}

.cwh-slider-controllers .arrow-left{
    background: url("../img/arrow-left.svg") center no-repeat;
    background-size: contain;
    width: 30px;
    height: 25px;
    display: block;
    margin-right: 17px;
    cursor: pointer;
    transition: 0.3s all;
}

.cwh-slider-controllers .arrow-right:hover,
.cwh-slider-controllers .arrow-left:hover{
    opacity: 0.7;
}

.cwh-section{
    background: radial-gradient(29.9% 53.3% at 31.25% 83.26%, rgba(43, 76, 160, 0.3) 0%, rgba(43, 76, 160, 0) 100%), #001F59 !important;
}

@media screen and (max-width:1024px){
    .cwh-box .cwh-content{
        padding: 25px 20px 25px 0;
    }

    .cwh-box .cwh-thumbnail {
        width: calc(50% - 30px);
        margin-right: 31px;
    }
}

@media screen and (max-width:800px){
    .cwh-box .cwh-content .cwh-body{
        padding-right: 0;
    }

    .cwh-box{
        flex-direction: column;
    }

    .cwh-box .cwh-thumbnail{
        width: 100%;
        margin-right: 0;
    }

    .cwh-box .cwh-content{
        width: 100%;
        padding: 16px 15px 20px;
    }

    .cwh-slider-wrapper{
        padding: 0 15px;
    }

    .cwh-slider-controllers{
        bottom: -50px;
    }

    .cwh-slider .swiper-container{
        margin: 0 auto 50px;
    }
} */

/*----------------------------- 

Companies we helped Styling end

------------------------------*/

/*----------------------------- 

Team section Styling start

------------------------------*/

.team-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin: -15px;
}

.team-wrapper .team-box {
    width: calc(50% - 30px);
    margin: 15px;
}

.team-box {
    display: flex;
    align-items: center;
}

.team-box .team-image {
    width: 42.11%;
    position: relative;
    padding-bottom: 42%;
    cursor: pointer;
}

.team-box .team-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top center;
    position: absolute;
    left: 0;
    top: 0;
}

.team-box .team-info {
    width: calc(57.89% - 30px);
    margin-left: 30px;
}

.team-box .team-info .detail {
    display: none;
    color: #001f59;
}

.team-box .team-info .name {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: capitalize;
}

.team-box .team-info .name:hover {
    cursor: pointer;
    text-decoration: underline;
}

.team-box .team-info .designation {
    margin-top: 8px;
    text-transform: none;
    margin-bottom: 0;
    line-height: 1.6;
}

.team-box .team-info .favorite {
    margin-top: 0;
    line-height: 1.6;
    margin-bottom: 0;
}

.team-box .team-info .read-bio-btn {
    margin-top: 8px;
    text-transform: capitalize;
    color: #2b4ca0;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.6;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    border: 0;
    background: none;
}

.team-box .team-info .read-bio-btn:hover {
    text-decoration: underline;
    background: none;
}

.team-popup {
    position: absolute;
    height: 100%;
    width: 100%;
    background: inherit;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: 0.3s all;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.5);
    padding: 70px 15px 50px;
    display: flex;
}

.team-popup.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.team-popup .team-popup-wrapper {
    width: 100%;
    margin: auto;
    max-width: 971px;
    position: relative;
    height: 100%;
}

.steps-items-slider .swiper-slide {
    height: auto;
}

.team-popup .team-popup-wrapper .close-btn {
    position: absolute;
    height: 38px;
    width: 38px;
    top: -45px;
    right: -45px;
    background: url("../img/popup-close-icon.svg") center no-repeat;
    background-size: contain;
    cursor: pointer;
    z-index: 1;
    transition: 0.3s all;
    border: 0;
}

.team-popup .team-popup-wrapper .close-btn:hover {
    opacity: 0.7;
}

.team-popup .team-popup-wrapper .team-box {
    align-items: flex-start;
    overflow: auto;
    height: 100%;
}

.team-popup .team-popup-wrapper .team-box .team-image {
    height: 240px;
    width: 240px;
    cursor: default;
    padding-bottom: 0;
}

.team-popup .team-popup-wrapper .team-box .team-info {
    width: calc(100% - 300px);
    margin-left: 60px;
}

.team-popup .team-popup-wrapper .team-box .team-info .detail {
    display: block;
    margin-top: 24px;
    font-size: 20px;
    line-height: 2;
    max-width: 600px;
    margin-bottom: 0;
}

.team-popup .team-popup-wrapper .team-box .team-info .read-bio-btn {
    display: none;
}

.team-popup .team-popup-wrapper .team-box .team-info .name {
    font-size: 40px;
    line-height: 1.3;
    text-transform: uppercase;
}

.team-popup .team-popup-wrapper .team-box .team-info .name:hover {
    cursor: default;
    text-decoration: none;
}

.team-popup .team-popup-wrapper .team-box .team-info .designation {
    margin-top: 24px;
}

.purchase-cont .elementor-image  {
	/* max-width: 182px;
	margin: 0 auto; */
	min-height: 80px;
	/* object-fit: contain; */
	/* vertical-align: middle; */
	display: flex;
	align-items: center;
    justify-content: center;
  }

  .purchase-cont  .elementor-widget-wrap{
	  flex-direction: column
  }
  
  .purchase-cont .elementor-widget-button{
	  margin-top: auto
  }

/* 
  .key-pres-spk p{
    font-size: 18px
} */

.key-pres-spk .keynote-mod-blocks-wrapper .keynote-block{
    width:calc(33.33% - 30px)
}

.header-mobile-menu-dropdown ul.menu > li > ul > li ul{
    display: block !important;
}

.header-mobile-menu-dropdown ul.menu > li > ul > li ul li a{
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding: 10px 0;
}

/*---form zconomy*/
.zconomy-two-chapter  input{
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0px !important;
    background-color: #ffffff;
    border: 1px solid rgba(43, 76, 160, 0.5);
    box-shadow: none;
    font-size: 16px !important;
    line-height: 25px !important;
    color: rgba(0, 31, 89, 1) !important;
    width: 100% !important;
    padding: 7px 15px !important;
    transition: all 0.3s;
    height: 56px;
    width:50%
}


.zconomy-two-chapter .field{
   margin-top: 10px
}


.zconomy-two-chapter .field label{
    font-family: "Gotham", "Poppins", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 25px;
    margin-bottom: 4px;
    letter-spacing: 0px;
    margin-top: 0 !important;
    text-transform: capitalize;
}




.zconomy-two-chapter .hs_submit .actions input{
   color: #001f59;
    background-color: #f7993a;
    font-size: 16px !important;
    line-height: 16px !important;
    padding: 18px 24px 18px;
    font-weight: 900 !important;
    border: 2px solid #f7993a;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    border-radius: 0;
    -webkit-appearance: none;
    transition: all 0.3s;
    box-sizing: border-box;
    font-family: "Gotham", "Poppins", Arial, Helvetica, sans-serif;
    max-width: 240px;
    text-transform: uppercase;
    width: 100%;
    margin-top: 20px;
	outline: none;
}

.hs-error-msgs{
    list-style: none;
    padding-top: 5px;
    line-height: normal;
    letter-spacing: -0.13px;
    padding-right: 7px;
    padding-left: 0
}

.zconomy-two-chapter .hs-error-msgs li label  , .zconomy-two-chapter .hs-error-msgs li .hs-main-font-element{
    font-size: 12px;
    font-family: "Gotham", "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 700;
	color: #fff;
}


.zconomy-two-chapter .hs-recaptcha.field .input .grecaptcha-badge{
   margin: 20px  0 0 0;
}


.zconomy-two-chapter .hs_submit .actions input:hover{
    background-color: #ffffff;
    color: #001f59;
    text-decoration: none;
    border-color: #f68c1e;
}

.submitted-message p{
    color: #fff;
}

.e-swiper-container{
    overflow: hidden;
}


/*--- speaking-zigzag--*/
.speaking-sect .elementor-background-overlay{
    left: auto;
    right: 0;
    width: 50%;
}

.spk-list-item .elementor-icon-list-items li{
    padding: 15px 15px 15px 15px !important;
    background: rgba(255, 255, 255, 0.5);
	align-items: flex-start;
}

.spk-list-item .elementor-icon-list-items li .elementor-icon-list-icon{
	margin-top: 8px;
}

.speaking-sect .elementor-text-editor p{
    margin-bottom: 18px
}


@media (max-width:375px){
	.zconomy-two-chapter .hs-recaptcha{
		scale: 0.8;
        transform-origin: 0
	}
}

@media screen and (max-width: 1100px) {
    .team-popup .team-popup-wrapper .close-btn {
        top: -45px;
        right: 0;
    }
}

@media screen and (max-width: 1024px) {
    .team-popup .team-popup-wrapper .team-box .team-info .name {
        font-size: 30px;
    }

    .team-popup .team-popup-wrapper .team-box .team-info .designation {
        margin-top: 10px;
    }

    .team-popup .team-popup-wrapper .team-box .team-info .detail {
        margin-top: 10px;
        font-size: 18px;
        line-height: 1.6;
    }
}

@media (max-width:900px){
    .key-pres-spk .keynote-mod-blocks-wrapper .keynote-block{
    width:calc(50% - 30px)
  }
}

@media screen and (max-width: 880px) {
    .team-wrapper .team-box {
        flex-direction: column;
        align-items: center;
    }

    .team-box .team-image {
        width: 60%;
        padding-bottom: 59%;
    }

    .team-box .team-info {
        width: 100%;
        margin-left: 0;
        text-align: center;
        margin-top: 20px;
    }

    .team-popup .team-popup-wrapper .team-box .team-info {
        margin-top: 0;
        text-align: left;
        width: calc(100% - 270px);
        margin-left: 30px;
    }
}


@media screen and (max-width: 630px) {
    .team-popup .team-popup-wrapper .team-box {
        flex-direction: column;
        align-items: center;
    }

    .team-popup .team-popup-wrapper .team-box .team-info {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
        text-align: center;
    }
}


@media screen and (max-width: 530px) {
    .team-wrapper {
        width: calc(100% + 24px);
        margin: -12px;
    }

    .team-wrapper .team-box {
        width: calc(100% - 24px);
        margin: 12px;
    }

    .team-wrapper .team-box {
        width: calc(100% - 30px);
    }

    .team-box .team-image,
    .team-popup .team-popup-wrapper .team-box .team-image {
        padding-bottom: 0;
        height: 120px;
        width: 120px;
    }

    .team-box .team-info {
        margin-top: 16px;
    }
}

/*----------------------------- 

Team section Styling end

------------------------------*/

/*----------------------------- 

Steps slider Styling start

------------------------------*/

/* .steps-slider-wrapper{
    background: linear-gradient(0deg, #0012344d, #0012344d), #001f594d;
    color: #ffffff;
}

.steps-slider-wrapper .steps-slider-container{
    max-width: calc(50% + 525px);
    margin-left: auto;
    display: flex;
    align-items: center;
}

.steps-preview-slider{
    width: 450px;
    background: linear-gradient(0deg, #0012344d, #0012344d), #001f594d;
}

.steps-preview-slider .swiper-slide{
    padding: 40px;
}

.steps-items-slider .swiper-slide{
    transition: opacity 0.3s;
    opacity: 0.7;
}

.steps-items-slider .swiper-slide.swiper-slide-next,
.steps-items-slider .swiper-slide.swiper-slide-next + .swiper-slide{
    opacity: 1;
}

.steps-items-slider{
    width: calc(100% - 520px);
    max-width: 770px;
    margin-left: 70px;
    position: relative;
    padding-top: 30px;
}

.steps-items-slider .swiper-container::after{
    content: "";
    height: calc(100% + 30px);
    width: 200px;
    position: absolute;
    top: -15px;
    right: 0;
    background: linear-gradient(to left, #001B4E, #001b4e00);
    z-index: 1;
}

.steps-items-slider .step-box p{
    display: none;
}

.steps-items-slider .swiper-slide-active{
    display: none !important
}

.steps-items-slider .step-box > img{
    height: 60px;
    width: 60px;
    object-fit: contain;
}

.steps-items-slider .step-box .step-no{
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    margin-top: 16px;
    margin-bottom: 0;
}

.steps-items-slider .step-box .title{
    font-size: 20px;
    line-height: 1.4;
    margin-top: 4px;
    margin-bottom: 0;
}

.steps-preview-slider .step-box > img{
    height: 80px;
    width: 80px;
    object-fit: contain;
}

.steps-preview-slider .step-box .step-no{
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    margin-top: 13px;
    margin-bottom: 0;
}

.steps-preview-slider .step-box .title{
    font-size: 28px;
    line-height: 1.4;
    margin-top: 2px;
    margin-bottom: 0;
}

.steps-preview-slider .step-box p{
    font-size: 16px;
    line-height: 1.8;
    margin-top: 7px;
    margin-bottom: 0;
}

.steps-slider-controllers{
    display: flex;
    align-items: center;
    margin-top: 54px;
    padding-right: 15px;
}

.steps-slider-controllers .arrow-right{
    background: url("../img/arrow-right.svg") center no-repeat;
    background-size: contain;
    width: 35px;
    height: 31px;
    display: block;
    margin-left: 17px;
    cursor: pointer;
    transition: 0.3s all;
}

.steps-slider-controllers .arrow-left{
    background: url("../img/arrow-left.svg") center no-repeat;
    background-size: contain;
    width: 35px;
    height: 31px;
    display: block;
    margin-right: 17px;
    cursor: pointer;
    transition: 0.3s all;
}

.steps-slider-controllers .arrow-right:hover,
.steps-slider-controllers .arrow-left:hover{
    opacity: 0.7;
}

.steps-slider-controllers .progress{
    width: 100%;
    height: 10px;
    margin-left: 40px;
    border-radius: 50px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.4);
    position: relative;
    max-width: 446px;
}

.steps-slider-controllers .progress .swiper-pagination-progressbar-fill{
    border-radius: 50px;
    background-color: #f7993a;
}

.steps-slider-preview-progress{
    margin: 32px auto 0;
    width: 345px;
    max-width: calc(100% - 30px);
    height: 10px;
    border-radius: 50px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.4);
    opacity: 0;
    visibility: hidden;
}

.steps-slider-preview-progress .swiper-pagination-progressbar-fill{
    border-radius: 50px;
    background-color: #F7993A;
}

.steps-section{
    background: radial-gradient(29.9% 53.3% at 31.25% 83.26%, rgba(43, 76, 160, 0.3) 0%, rgba(43, 76, 160, 0) 100%), #001F59 !important;
}

@media screen and (max-width:1300px){
    .steps-preview-slider .swiper-slide{
        padding: 30px 30px 30px 30px;;
    }

    .steps-preview-slider{
        width: 380px;
    }

    .steps-items-slider{
        margin-left: 40px;
        width: calc(100% - 420px);
        max-width: 100%;
    }
}

@media screen and (max-width:1024px){
    .steps-items-slider{
        position: absolute;
        height: 0;
        width: 0;
        overflow: hidden;
    }

    .steps-preview-slider{
        width: 100%;
        max-width: 100%;
    }

    .steps-preview-slider{
        background: none;
    }

    .steps-preview-slider .swiper-slide{
        background-color: #011A49;
    }

    .steps-slider-wrapper{
        background: none;
    }

    .steps-preview-slider .swiper-container{
        padding: 0 15px;
    }

    .steps-slider-preview-progress{
        opacity: 1;
        visibility: visible;
        position: relative;
    }
}

@media screen and (max-width:767px){
    .steps-preview-slider .step-box .step-no{
        color: rgba(255, 255, 255, 0.8);
        font-size: 16px;
    }

    .steps-preview-slider .step-box .title{
        font-size: 20px;
        margin-top: 0;
    }
}

@media screen and (max-width:490px){
    .steps-preview-slider .swiper-slide{
        padding: 15px;
    }
} */

/*----------------------------- 

Steps slider Styling end

------------------------------*/

.search-result .elementor-post__title a {
    text-decoration: none;
    font-size: 25px;
    word-break: break-word;
}

.search-result .elementor-post__title a:hover {
    text-decoration: underline;
}

.search-result .elementor-post__excerpt {
    margin-top: 10px;
}

.search-result article {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(221, 221, 221);
}

.search-result .facetwp-template > h4 {
    font-size: 30px;
    margin-bottom: 30px;
}
/*interview-icon-heading*/
.mb-notification-bar .elementor-position-left .elementor-icon-box-title{
    margin-top: -2px;
}
.mb-fullwidth .the-media-slider{
    max-width: 100%;
}
strong.d-block{
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}
.zig-zag-content .elementor-widget .elementor-icon-list-item, 
.zig-zag-content .elementor-widget .elementor-icon-list-item a{
    align-items: flex-start;
    -webkit-box-align: flex-start;
}
.zig-zag-content .elementor-widget .elementor-icon-list-icon{
    margin-top: 10px;
}
.zig-zag-img.mb-img .elementor-image img,
.zig-zag-img.height-auto .elementor-image img{
    min-height: inherit ;
}
@media screen and (max-width: 767px){
        .zig-zag-img.mb-img .elementor-image img,
    .zig-zag-img.height-auto .elementor-image img{
        object-fit: contain;
    }
}
/* .mb-inline-items{
    display: flex;
    padding: 0;
    margin: 0;
} .mb-icon-list-item{
    list-style: none;
}
.mb-icon-list-item a{
    color: currentcolor;
    font-weight: 700;
} */
/* body .search-result .facetwp-pager{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
} */

/* body .search-result .facetwp-pager .facetwp-page:not(.dots):not(.active):hover{
    background-color: rgba(0,31,89,0.2);
}

body .search-result .facetwp-pager .facetwp-page{
    margin: 5px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: solid 1px rgba(0,31,89,0.2);
    background-color: #fff;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 23px;
    letter-spacing: 0.8px;
    text-decoration: none;
    min-width: 45px;
    color: #2B4CA0;
}

body .search-result .facetwp-pager .facetwp-page:not(.prev):not(.next).active{
    background-color: #2B4CA0;
    color: #ffffff;
    border-color: #2B4CA0;
}

body .search-result .facetwp-pager .facetwp-page.prev{
    color: transparent !important;
    background: url('../img/arrow-left-blue.svg') center no-repeat;
    background-size: 19px;
}

body .search-result .facetwp-pager .facetwp-page.next{
    color: transparent !important;
    background: url('../img/arrow-right-blue.svg') center no-repeat;
    background-size: 19px;
} */

.cgk-hide-page-dk {
    display: none !important;
}

.clients-gallery .gallery {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

.clients-gallery .gallery > figure {
    max-width: 100% !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #fbf9fa;
    min-height: 150px;
}

.clients-gallery .gallery > figure {
    max-width: 100%;
    max-height: 100%;
}

.icon-list a:hover .elementor-icon-list-text {
    text-decoration: underline;
}

body .blockquote blockquote {
    border-left: 3px solid rgb(221, 221, 221);
    margin: 0;
    padding-left: 20px;
}

body .download-form .gform_wrapper .gform_fields {
    display: flex;
}

body .download-form .gform_wrapper .gform_fields .gfield:not(:first-child) {
    margin-left: 20px !important;
}

html body .download-form .gform_wrapper form .gform_footer {
    padding-top: 0;
    justify-content: center;
    display: flex;
}

html
    body
    .download-form
    .gform_wrapper
    form
    .gform_footer
    input[type="submit"] {
    margin: 0 !important;
}

html body .download-form .gform_wrapper .top_label .gfield_label,
html body .download-form .gform_wrapper .gform_wrapper legend.gfield_label {
    color: #ffffff;
}

body .download-form .gform_wrapper .gfield_required {
    color: #ffffff;
}

.light-gray-overlay .partner-logo-slider::before {
    content: "";
    background: linear-gradient(
        90deg,
        #f2f4f7 10%,
        rgba(242, 244, 247, 0.5) 25%,
        rgba(242, 244, 247, 0) 100%
    );
    position: absolute;
    left: 0px;
    z-index: 3;
    background-blend-mode: multiply;
    top: 0px;
    width: 100px;
    height: 100%;
}

.light-gray-overlay .partner-logo-slider::after {
    content: "";
    background: linear-gradient(
        90deg,
        rgba(242, 244, 247, 0) 10%,
        rgba(242, 244, 247, 0.5) 25%,
        #f2f4f7 100%
    );
    position: absolute;
    right: 0px;
    z-index: 3;
    background-blend-mode: multiply;
    top: 0px;
    width: 100px;
    height: 100%;
}
/**/
.gen-hub-outer .elementor-widget-wrap{
    width: calc(100% + 30px);
    margin: 0 -15px;
     justify-content: center;
 }
 .gen-hub-outer .elementor-widget-wrap .gen-hub-post{
     padding: 0 15px;
     margin-bottom: 38px;
     width:100%;
 }
 
 .gen-hub-post .elementor-image-box-content{
     flex-direction: column-reverse;
     display: flex;
 }
 .gen-hub-post .elementor-image-box-title{
     margin-top: 7px
 }
 .gen-hub-post .elementor-image-box-title a{
    text-decoration-color:transparent ;
 }
 .gen-hub-post .elementor-image-box-title:hover a{
    text-decoration-color:#2B4CA0 ;
 }


html body .like-post-form .post-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
html body .download-form .gform_wrapper  li.gfield.gfield_error.gfield_contains_required div.gfield_description{
    color: #fff !important;
}
.genze-grid-wrapper .elementor-widget-wrap{
    width: calc(100% + 30px);
    padding: 0 !important;
    margin: 0 -15px;
}
.genze-grid-wrapper .elementor-widget-wrap .elementor-widget-container{
    margin: 0 !important;
}
.genze-grid-wrapper .elementor-widget-wrap > *{
    padding: 0 15px;
    
}
.genze-grid-wrapper .elementor-widget-wrap a,
.genze-grid-wrapper .elementor-widget-wrap img{
    width: 100%;
}

.zconomy-two-chapter-form .zconomy-two-chapter form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zconomy-two-chapter-form .zconomy-two-chapter .field.hs-firstname{
    order: 0;
}

.zconomy-two-chapter-form .zconomy-two-chapter .field.hs-email{
    order: 1;
}

.zconomy-two-chapter-form .zconomy-two-chapter .field.hs-email, 
.zconomy-two-chapter-form .zconomy-two-chapter .field.hs-firstname {
    width: calc(50% - 15px);
}

.zconomy-two-chapter-form .zconomy-two-chapter .field.hs-recaptcha{
    width: 100%;
    order: 3;
}

.zconomy-two-chapter-form .zconomy-two-chapter .hs-submit{
    width: 100%;
    order: 4;
}

.zconomy-two-chapter-form  .submitted-message{
    padding-top: 20px;
}
.zconomy-two-chapter-form  .submitted-message p{
    font-size: 18px;
    text-align: center;
}



@media screen and (max-width: 1440px) {
    .testimonial-slider::after,
    .testimonial-slider::before {
        content: none !important;
    }
}

@media screen and (max-width: 1340px) {
    body .header-menu .elementor-nav-menu > li > a {
        margin-right: 18px !important;
        margin-left: 18px !important;
    }

    body .header-menu .elementor-nav-menu > li:last-child > a {
        margin-right: 0px !important;
    }

    body .header-menu .elementor-nav-menu > li:first-child > a {
        margin-left: 0px !important;
    }

    body .header-logo .elementor-image img {
        max-width: 300px;
    }
}

/* max-1300 fils */
@media screen and (max-width: 1300px) {
    .generational-section .generational-block .elementor-cta,
    .generational-section .gen-right .elementor-cta {
        padding: 10px 30px 30px 30px;
    }
}

@media screen and (max-width: 1230px) {
    body .header-menu .elementor-nav-menu > li > a {
        margin-right: 13px !important;
        margin-left: 13px !important;
        font-size: 15px;
    }

    body .header-menu .elementor-nav-menu > li:last-child > a {
        margin-right: 0px !important;
    }

    body .header-menu .elementor-nav-menu > li:first-child > a {
        margin-left: 0px !important;
    }

    body .header-logo .elementor-image img {
        max-width: 250px;
    }

    body .header-menu .elementor-nav-menu .elementor-nav-menu--dropdown {
        min-width: 200px !important;
    }
}

@media screen and (max-width: 1100px) {
    .media-stories-wrapper .media-story-box {
        width: calc(33.33% - 30px);
    }
}

/* max-1024 fils */

@media screen and (min-width: 1025px) {

    .header-mobile-menu-dropdown {
        display: none !important;
    }
}

@media screen and (max-width: 1024px) {
    body .elementor-widget-heading h1.elementor-heading-title,
    body h1,
    body .h1,
    body .elementor-widget-heading.h1 .elementor-heading-title,
    h1.elementor-cta__title.elementor-cta__content-item {
        font-size: 44px;
    }

    body .elementor-widget-heading h2.elementor-heading-title,
    body h2,
    body .h2,
    body .elementor-widget-heading.h2 .elementor-heading-title,
    h2.elementor-cta__title.elementor-cta__content-item,
    body .elementor-image-box-content h2.elementor-image-box-title,
    .elementor-posts .elementor-post__card h2.elementor-post__title,
    .elementor-posts h2.elementor-post__title {
        font-size: 32px;
    }

    body .elementor-widget-heading h3.elementor-heading-title,
    body h3,
    body .h3,
    body .elementor-widget-heading.h3 .elementor-heading-title,
    h3.elementor-cta__title.elementor-cta__content-item,
    body .elementor-image-box-content h3.elementor-image-box-title,
    .elementor-posts .elementor-post__card h3.elementor-post__title,
    .elementor-posts h3.elementor-post__title {
        font-size: 24px;
    }

    body .elementor-widget-heading h4.elementor-heading-title,
    body h4,
    body .h4,
    body .elementor-widget-heading.h4 .elementor-heading-title,
    h4.elementor-cta__title.elementor-cta__content-item,
    body .elementor-image-box-content h4.elementor-image-box-title,
    .elementor-posts .elementor-post__card h4.elementor-post__title,
    .elementor-posts h4.elementor-post__title {
        font-size: 18px;
    }

    .elementor-search-form .elementor-search-form__container {
        align-items: flex-start;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .elementor-search-form
        .elementor-search-form__container.elementor-lightbox {
        align-items: flex-start;
    }

    /* header */
    .header-top-left-side {
        width: 100% !important;
    }

    body .header-top-right-side {
        width: 100% !important;
    }

    .header-top-btn {
        margin-bottom: 0 !important;
        width: 50% !important;
    }

    .header-top-btn .elementor-cta__content {
        padding: 8px 10px;
    }

    body.mobile-menu-active {
        overflow: hidden;
    }

    body .header-search .elementor-search-form__toggle:after {
        content: none;
    }

    body .header-search .elementor-search-form__toggle i.fa-search {
        height: 25px;
        width: 25px;
    }

    .header-top {
        background-color: #001f59 !important;
    }

    /* footer */
    .footer-top {
        max-width: 500px;
        margin: 0 auto;
    }

    .footer-section:after {
        width: 300px;
        height: 500px;
    }

    .mb-opacity-tablet > .elementor-background-overlay {
        opacity: 0 !important;
    }

    .blog-post-wrapper .blog-aside {
        width: 100%;
        margin-top: 40px;
    }

    .blog-post-wrapper .blog-posts {
        width: 100%;
        padding-right: 0;
    }

    .generational-section .generational-block .elementor-cta,
    .generational-section .gen-right .elementor-cta {
        padding: 200px 20px 30px 20px;
    }

    .generational-section .elementor-widget-wrap {
        flex-direction: column-reverse;
    }

    .generational-section .generational-block {
        width: 100%;
    }

    .generational-section .generational-block .elementor-cta {
        justify-content: flex-start;
    }

    .generational-section .generational-block .elementor-cta__bg-overlay,
    .generational-section:hover .generational-block .elementor-cta__bg-overlay {
        background: linear-gradient(
            360deg,
            rgba(0, 31, 89, 1) 60.84%,
            rgba(0, 31, 89, 0.18) 100%
        );
        top: -100px;
    }

    .generational-block
        .elementor-cta__content
        .elementor-cta__content-item:not(.elementor-cta__title),
    .generational-block:hover
        .elementor-cta__content
        .elementor-cta__content-item:not(.elementor-cta__title) {
        max-height: none;
    }

    .generational-block
        .elementor-cta__content
        .elementor-cta__content-item.elementor-cta__description,
    .generational-block:hover
        .elementor-cta__content
        .elementor-cta__content-item.elementor-cta__description {
        padding-top: 8px;
    }

    .generational-block
        .elementor-cta__content
        .elementor-cta__content-item.elementor-cta__button-wrapper,
    .generational-block:hover
        .elementor-cta__content
        .elementor-cta__content-item.elementor-cta__button-wrapper {
        padding-top: 24px;
    }

    .generational-section .generational-block .elementor-cta__content {
        max-width: 100%;
    }

    .employee-blocks .cgk-block {
        width: calc(50% - 30px);
    }

    .keynote-section {
        padding: 35px 20px 35px 20px;
    }

    .keynote-blocks-wrapper .keynote-block {
        width: calc(50% - 30px);
    }

    .keynote-section .keynote-blocks-wrapper {
        margin-top: 40px;
    }

    .keynote-mod-blocks-wrapper .keynote-block h4 {
        font-size: 22px;
    }

    .keynote-mod-section .keynote-mod-blocks-wrapper {
        margin-top: 30px;
    }

    .keynote-mod-blocks-wrapper .keynote-block {
        padding: 35px 30px;
        width: calc(50% - 30px);
    }

    .blog-content img {
        height: 300px;
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .annual-gens
        .elementor-row
        .annual-imgs
        .elementor-widget-wrap
        .annual-cta {
        width: calc(50% - 20px);
    }

    .z-research
        .no-cta-cards
        .elementor-widget-wrap
        .elementor-widget-call-to-action {
        width: calc(33.33% - 30px);
    }

    .dynamic-hero {
        padding: 100px 15px 40px;
    }

    .cta-img-box-wrapper .elementor-element.elementor-widget-call-to-action,
    .filt-card-box {
        width: calc(50% - 30px);
    }

    .research-card-box {
        width: calc(33.33% - 30px);
    }

    .cgk-state-box {
        width: calc(33.33% - 30px);
    }

    .leadership-section
        .container:not(.swiper-container-initialized)
        .leadership-card-box {
        width: calc(50% - 30px);
        margin: 0 15px;
    }

    .icons-cards-wrapper .icons-card {
        width: calc(50% - 30px);
    }

    .icons-cards-wrapper .icons-card figure {
        width: 75px;
        height: 75px;
        display: flex;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .logo-slider .swiper-container {
        max-width: 100%;
    }

    .media-stories-wrapper .media-story-box {
        width: calc(50% - 30px);
    }

    body .testimonial-slider .swiper-slide {
        padding-left: 40px;
        padding-right: 40px;
    }

    body .testimonial-slider .swiper-slide.swiper-slide-active {
        padding-top: 50px;
        padding-left: 40px;
        padding-right: 40px;
    }

    body .testimonial-slider .swiper-slide .elementor-testimonial::after {
        top: -20px;
        left: -20px;
        height: 45px;
        width: 50px;
    }

    body .testimonial-slider .swiper-slide .elementor-testimonial::before {
        height: 45px;
        width: 50px;
        bottom: 17px;
        right: -20px;
    }

    .clients-gallery .gallery {
        grid-template-columns: repeat(4, 1fr);
    }

	.partner-logo-slider img[src*="data:image"], .logo-slider img[src*="data:image"]{
		max-height: 50px;
	}
}

@media (max-width: 900px) {
    .research-card-box {
        width: calc(50% - 30px);
    }
}

@media screen and (max-width: 782px) {
    body.admin-bar [data-elementor-type="header"] {
        top: 46px;
    }

    body.admin-bar .header-mobile-menu-dropdown {
        top: 152px;
    }
}

/*min-767 file*/
@media screen and (min-width: 500px) {
    .gen-hub-outer .elementor-widget-wrap .gen-hub-post{
        width:50%;
    }
}
@media screen and (min-width: 767px) {


    .gen-hub-outer .elementor-widget-wrap .gen-hub-post{
        width:33.3%;
    }
    .cgk-contact-form .gform_legacy_markup_wrapper ul.gform_fields {
        padding: 0;
        margin: 0;
        list-style: none;
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 30px;
    }
    .mb-signup-form .gform_legacy_markup_wrapper form > div {
        max-width: 273px;
        width: 100%;
    }
    html
        body
        .mb-signup-form:not(.mb-newsletter-form)
        .gform_wrapper
        form
        .gform_footer {
        margin-left: 30px !important;
    }
    .mb-form-mobile-bg .elementor-column-wrap {
        background: transparent !important;
    }

    html
        body
        .mb-newsletter-form
        .gform_legacy_markup_wrapper
        form
        > div.gform-body {
        max-width: calc(100% - 170px);
    }
    html body .mb-newsletter-form .gform_wrapper form .gform_footer {
        max-width: 170px;
        margin: 0;
    }
    .mb-notification-bar .mb-btn-wrap .elementor-button {
        width: 100%;
    }

    .mb-list .elementor-icon-list-icon {
        align-self: start;
        margin: 9px 0 0;
    }
    .mb-form-mobile-bg > .elementor-background-overlay {
        opacity: 0 !important;
    }
}
@media screen and (min-width:1024px) {
    .gen-hub-outer .elementor-widget-wrap .gen-hub-post{
        width:25%;
    }
}
/* max-767 fils */

@media screen and (max-width: 767px) {
    body .elementor-widget-heading h1.elementor-heading-title,
    body h1,
    body .h1,
    body .elementor-widget-heading.h1 .elementor-heading-title,
    h1.elementor-cta__title.elementor-cta__content-item {
        font-size: 32px;
    }

    body .elementor-widget-heading h2.elementor-heading-title,
    body h2,
    body .h2,
    body .elementor-widget-heading.h2 .elementor-heading-title,
    h2.elementor-cta__title.elementor-cta__content-item,
    body .elementor-image-box-content h2.elementor-image-box-title,
    .elementor-posts .elementor-post__card h2.elementor-post__title,
    .elementor-posts h2.elementor-post__title {
        font-size: 24px;
    }

    body .elementor-widget-heading h3.elementor-heading-title,
    body h3,
    body .h3,
    body .elementor-widget-heading.h3 .elementor-heading-title,
    h3.elementor-cta__title.elementor-cta__content-item,
    body .elementor-image-box-content h3.elementor-image-box-title,
    .elementor-posts .elementor-post__card h3.elementor-post__title,
    .elementor-posts h3.elementor-post__title {
        font-size: 20px;
    }

    body .elementor-widget-heading h4.elementor-heading-title,
    body h4,
    body .h4,
    body .elementor-widget-heading.h4 .elementor-heading-title,
    h4.elementor-cta__title.elementor-cta__content-item,
    body .elementor-image-box-content h4.elementor-image-box-title,
    .elementor-posts .elementor-post__card h4.elementor-post__title,
    .elementor-posts h4.elementor-post__title {
        font-size: 16px;
    }

    .elementor-button:after,
    [type="button"]:after {
        width: 345px;
    }


    .site-main ol {
        padding-left: 24px;
    }

    body .site-main ul:not([class]) li,
    body .site-main ul:not([class]) li ol li ul:not([class]) li {
        padding-left: 24px;
        margin-bottom: 15px;
    }

    .site-main
        ul:not([class]):not(.elementor-editor-element-settings):not(.elementor-select-preset-list):not(.gform_fields):not(.camps_and_programs)
        li:before,
    .site-main ul:not([class]) li ol li ul:not([class]) li:after {
        left: 10px;
        top: 7px;
        width: 4px;
        height: 4px;
    }

    .site-main ol li,
    .site-main ul:not([class]) li ol li {
        font-size: inherit;
        line-height: 1.43;
        font-family: inherit;
        font-weight: inherit;
        color: inherit;
        margin-bottom: 9px;
        padding-left: 0px;
        position: relative;
    }

    /* ---------------------------- code for cookies ---------------------------- */
    #cookie-notice .cookie-notice-container {
        padding: 25px 40px;
    }

    #cookie-notice .cookies-message {
        width: 100%;
        max-width: 100%;
        display: block;
        padding-bottom: 25px;
        margin: 0 auto;
    }

    #cookie-notice .cookies-button-container {
        display: block;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    #cookie-notice #cn-notice-text {
        display: block;
    }

    /* -------------------------- end code for cookies -------------------------- */

    .elementor-search-form .elementor-search-form__container {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .header-top-right-side .header-top-btn {
        max-height: 50px;
    }

    .header-top-right-side .header-top-btn .elementor-cta__content {
        padding: 6px;
    }

    .header-top-btn .elementor-cta__content .elementor-cta__title {
        letter-spacing: -0.02em;
        font-size: 13px;
    }

    .header-top-btn .elementor-cta__content .elementor-cta__description {
        font-size: 9px;
        letter-spacing: -0.04em;
        margin-top: 2px;
    }

    .header-mobile-menu-dropdown {
        top: 80px;
    }

    body.admin-bar .header-mobile-menu-dropdown {
        top: 126px;
    }

    .header-search input {
        font-size: 20px !important;
    }

    .footer-wrapper .gen-disc-wrapper .elementor-icon-list-text {
        font-size: 16px;
    }

    .footer-bottom-links .elementor-widget-container ul {
        max-width: 400px;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    html
        body
        .footer-bottom-links
        .elementor-widget-container
        ul.elementor-icon-list-items
        li.elementor-icon-list-item {
        width: calc(50% - 0px) !important;
        justify-content: center !important;
    }

    .footer-lists-links .elementor-icon-list-items {
        display: flex;
        flex-direction: column;
    }

    .footer-lists-links .elementor-icon-list-items li:nth-child(2) {
        order: 3;
    }

    .footer-lists-links .elementor-icon-list-items li:last-child {
        padding-bottom: 8px !important;
    }

    footer .gen-disc-wrapper .hide-mbl {
        display: none !important;
    }

    .mb-clip-art .elementor-background-overlay {
        background-color: transparent;
    }
    .mb-notification-counter .elementor-counter {
        flex-direction: column;
    }
    .mb-notification-counter .elementor-counter > div {
        text-align: center;
        min-width: auto;
    }
    .mb-notification-counter-2 .elementor-counter-number-wrapper .elementor-counter-number-prefix{
        display: none;
    }
    .mb-notification-counter .elementor-counter-number-wrapper {
        margin-top: 10px;
        padding-left: 11px;
    }
    .mb-notification-counter .elementor-counter-title {
        margin-top: 4px;
        margin-left: 0;
    }
    .mb-notification-bar .mb-btn-wrap {
        max-width: 100%;
    }
    .mb-newsletter-form .gform-body {
        max-width: 100%;
    }
    .mb-newsletter-form .gform_legacy_markup_wrapper form .gform_footer {
        max-width: 100%;
    }

    html
        body
        .mb-signup-form
        .gform_legacy_markup_wrapper
        input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
        line-height: 1;
        min-height: inherit;
    }
    body
        .mb-signup-form
        .gform_wrapper.gform_validation_error
        .gform_body
        ul
        li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
        margin: 0 !important;
    }
    .mb-signup-form .gform_legacy_markup_wrapper form {
        /* flex-direction: column; */
        max-width: 500px;
        margin: 0 auto;
    }
    .mb-signup-form .gform_legacy_markup_wrapper form > div {
        width: 100% !important;
        text-align: center;
    }
    html
        body
        .mb-signup-form
        .gform_wrapper
        form
        .gform_footer
        input[type="submit"] {
        max-width: 100%;
    }
    .mb-signup-form .gform_wrapper .top_label .gfield_label,
    .mb-signup-form .gform_wrapper .gform_wrapper legend.gfield_label {
        margin-bottom: 7px;
    }
    .mb-clip-art .elementor-background-overlay {
        display: none;
    }
    html
        body
        .mb-signup-form:not(.mb-newsletter-form)
        .gform_wrapper
        .top_label
        .gfield_label,
    html
        body
        .mb-signup-form
        .gform_wrapper
        .gform_wrapper
        legend.gfield_label {
        margin-bottom: 5px;
    }
    html
        body
        .mb-signup-form:not(.mb-newsletter-form)
        .gform_wrapper
        form
        .gform_footer {
        padding-top: 24px;
    }
    html body .gform_wrapper form ul.gform_fields li.gfield textarea {
        height: 138px;
    }
    body .site-main .mb-editor ul:not([class]) li,
    body .site-main .mb-editor ul:not([class]) li ol li ul:not([class]) li {
        padding-left: 29px;
        line-height: 31.1px !important;
    }
    body .site-main .mb-editor ul:not([class]) li:before,
    body
        .site-main
        .mb-editor
        ul:not([class])
        li
        ol
        li
        ul:not([class])
        li:before {
        left: 13px !important;
    }
    .mb-image-thumb .elementor-image-box-content {
        margin-left: 7px;
    }
    .cgk-contact-form-2 .gform_legacy_markup_wrapper {
        margin-top: 14px;
    }
    html body .cgk-contact-form-2 .gform_wrapper form .gform_footer {
        margin-top: 0;
    }
    html
        body
        .cgk-contact-form-2
        .gform_wrapper
        form
        .gform_footer
        input[type="submit"] {
        margin-top: 15px;
    }

    /* .zig-zag-img-wrap .elementor-image img {
        min-height: 200px;
        height: 53.2vw;
        object-position: center top;
    } */

    .zig-zag-section.ext-height .elementor-image a {
        display: block;
    }

    .zig-zag-img-wrap .elementor-image img {
        width: 100%;
    }

    body .zig-zag-content ul li {
        font-size: 16px !important;
        line-height: 1.2 !important;
    }

    body .thank-you-gallery .e-gallery-grid .e-gallery-image {
        min-height: 110px;
    }

    body .cta-download-now {
        max-width: 270px !important;
        margin-left: auto;
        margin-right: auto;
    }

    .cta-img-box-wrapper.no-cta-cards .elementor-cta__image {
        padding-bottom: 58.1%;
    }

    .icon-box-wrapper.new-icon-box .icon-box-heading {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 8px;
    }

    .icon-box-wrapper.new-icon-box .elementor-widget-icon-box {
        margin-bottom: 8px !important;
    }

    body .blog-list-icons > ul > li:not(:last-child) {
        padding-bottom: 0;
    }

    .cgk-hide-page-mb {
        display: none !important;
    }

    .blog-zigzag {
        flex-direction: column;
    }

    .blog-zigzag .image-side {
        width: 100%;
    }

    .blog-zigzag .zigzag-content {
        width: 100%;
        padding: 20px 15px;
    }

    .post-wrapper .post-card .post-content {
        padding: 20px 15px;
    }

    .post-wrapper {
        margin: 16px -15px -30px;
    }

    .blog-zigzag .image-side img {
        height: 52vw;
        min-height: 282px;
        height: 55.2vw;
        object-position: center top;
    }

    body .blog-list-icons > ul > li::before {
        top: 12px !important;
        width: 6px !important;
        height: 6px !important;
    }

    .blog-zigzag-wrapper .blog-zigzag:not(:last-child) {
        margin-bottom: 16px;
    }

    .blog-post-wrapper .blog-aside {
        margin-top: 10px;
    }

    body .blog-list-icons li:last-child {
        margin-bottom: 0 !important;
    }

    .accordion-counter .accordion-wrp .elementor-tab-title:before {
        font-size: 16px;
        line-height: 20.8px;
        width: 28px;
    }

    .gen-content-box.blog-content blockquote::after {
        width: 35px;
        height: 25px;
        background-size: contain;
    }

    .gen-content-box.blog-content blockquote {
        padding: 25px 60px 25px 15px;
    }

    .gen-content-box.blog-content blockquote .speaker-info {
        font-size: 14px;
    }

    .generational-section .generational-block .elementor-cta,
    .generational-section .gen-right .elementor-cta {
        padding: 200px 15px 30px 15px;
    }

    .generational-section .elementor-cta__button-wrapper .elementor-button {
        line-height: 18px !important;
    }

    .generational-section .generational-block .elementor-cta__content {
        min-height: 0;
    }

    .generational-section
        .generational-block
        .elementor-cta
        .elementor-cta__bg-wrapper {
        height: 90%;
    }

    .generational-section .generational-block {
        min-height: 200px;
    }

    .employee-blocks .cgk-block {
        width: calc(100% - 30px);
        margin: 0 15px 15px !important;
    }

    .employee-blocks .cgk-block h4 {
        line-height: 22px;
    }

    .keynote-section {
        padding: 24px 15px 0px 15px;
    }

    .keynote-blocks-wrapper .keynote-block {
        width: calc(100% - 30px);
        margin: 0 15px 24px;
    }

    .keynote-section .keynote-blocks-wrapper {
        margin-top: 24px;
    }

    .keynote-section .keynote-heading h3 {
        text-align: start;
    }

    .keynote-blocks-wrapper .keynote-block .kn-para {
        margin-top: 16px;
        margin-bottom: 24px;
    }

    .keynote-mod-section .keynote-mod-blocks-wrapper {
        margin-top: 25px;
    }

    .keynote-mod-blocks-wrapper .keynote-block {
        width: calc(100% - 30px);
        padding: 24px 15px;
        margin: 0 15px 8px;
    }

    .keynote-mod-blocks-wrapper .keynote-block h4 {
        font-size: 20px;
        line-height: 1.2;
    }

    .keynote-mod-blocks-wrapper .keynote-block .kn-para {
        margin-top: 16px;
        margin-bottom: 17px;
    }

    .keynote-mod-blocks-wrapper .keynote-block .kn-link {
        width: 100%;
    }

    .blog-content blockquote {
        padding: 19px 25px 38px 20px;
        margin: 27px 0 30px 0;
    }

    .blog-content img {
        height: 250px;
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .blog-content blockquote p {
        font-size: 20px;
        line-height: 32px;
    }

    .blog-content blockquote::after {
        bottom: 7px;
        right: 7px;
    }

    .like-post-form .post-form .gform_fields {
        margin-bottom: 24px !important;
    }

    .like-post-form .post-form .gfield {
        width: calc(100% - 30px) !important;
        margin: 0 15px 16px !important;
    }

    .like-post-form .post-form ul.gform_fields li.gfield {
        margin-bottom: 16px !important;
    }

    .mod-notification-bar .mb-btn-wrap {
        max-width: 100%;
    }

    .z-research
        .no-cta-cards
        .elementor-widget-wrap
        .elementor-widget-call-to-action {
        width: calc(50% - 30px);
    }

    .dynamic-hero {
        padding: 100px 15px 24px;
    }

    .dynamic-hero .container {
        min-height: 330px;
    }

    .dynamic-hero-content p {
        margin: 16px 0 0;
    }

    .cta-img-box-wrapper .elementor-cta__image {
        margin: 0 -15px !important;
        width: calc(100% + 30px);
        padding-bottom: 70%;
    }

    .filt-card-box .card-btn {
        padding-top: 16px;
    }

    .filt-card-box .card-detail {
        padding: 0 15px 24px;
    }

    .research-card-box {
        width: 100%;
        margin: 0 0 16px 30px !important;
    }

    .research-card-box .card-btn {
        padding-top: 16px;
    }

    .filt-card-box .card-img {
        padding-bottom: 70%;
    }

    .cta-img-box-wrapper .elementor-element.elementor-widget-call-to-action,
    .filt-card-box {
        max-width: calc(100% - 30px);
    }

    .leadership-card-box .card-detail {
        padding: 14px 15px 24px;
    }

    .cgk-state-box .card-img {
        min-height: 162px;
        padding-bottom: 0;
        position: relative;
        min-width: 140px;
    }

    .cgk-state-box .card-detail {
        width: calc(100% - 140px);
        padding: 10px 0 10px 16px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .cgk-state-box {
        width: 100%;
        display: flex;
        margin-bottom: 16px;
    }

    .cgk-state-year {
        font-size: 14px;
        line-height: 17px;
    }

    /* .leadership-pagi{
		padding-top: 32px;
	} */

    .cgk-state-box .h5,
    .cgk-state-box h3 {
        line-height: 19px;
        font-size: 16px;
        margin-top: 6px;
    }

    /* .small-height-zig .elementor-image {
        position: relative;
        width: 100%;
        padding-bottom: 53%;
        min-height: 184px;
    } */

    /* .small-height-zig .elementor-image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        position: absolute;
        left: 0;
        min-height: 100%;
        object-position: center;
    } */

    .two-col-cards .elementor-cta__image {
        padding-bottom: 57.8% !important;
    }

    .resp-img-box .elementor-image {
        min-height: 300px;
    }

    .leadership-card-box h4 {
        font-size: 20px;
        line-height: 24px;
    }

    .genehub-search-bar .facetwp-icon:before {
        display: inline-block;
        content: "";
        background-size: 14px;
        background: url("../img/dark-blue-search.svg") no-repeat;
        background-size: contain;
    }

    .genehub-search-bar .facetwp-icon {
        min-width: 56px;
    }

    .genehub-search-bar .facetwp-input-wrap:after {
        display: none;
    }

    .genehub-search-bar input.facetwp-search {
        padding: 16px 0 14px 16px !important;
        font-size: 16px;
        line-height: 26px;
    }

    .genehub-search-bar .facetwp-facet {
        margin-bottom: 24px;
    }

    .generation-hub-blogs .the-latest-box .the-latest-thumbnail {
        padding-bottom: 68.2%;
    }

    .leadership-section
        .container:not(.swiper-container-initialized)
        .leadership-card-box {
        width: 100%;
        margin: 0;
    }

    .icon-box-wrapper .elementor-widget-icon-box {
        width: calc(100% - 30px);
    }

    .icon-box-wrapper .elementor-widget-icon-box p {
        font-size: 14px;
        max-width: 100%;
    }

    .icon-box-wrapper .elementor-widget-icon-box .percent-figure {
        font-size: 20px;
    }

    .icons-cards-wrapper .icons-card {
        width: calc(100% - 30px);
        margin: 4px auto !important;
    }

    .icons-cards-wrapper .icons-card figure {
        width: 50px;
        height: 50px;
    }

    .icons-cards-wrapper.large-icons-box .icons-card figure {
        width: auto;
        height: auto;
        justify-content: center;
    }

    .icons-cards-wrapper.large-icons-box
        .icons-card
        .elementor-image-box-title {
        font-size: 20px;
        line-height: 26px;
        font-weight: 700;
    }

    .icon-box-wrapper .elementor-widget-icon-box {
        margin: 16px 15px 10px !important;
    }

    .icon-box-wrapper .elementor-icon-box-wrapper {
        align-items: flex-start !important;
    }

    .icon-box-wrapper .elementor-widget-icon-box:nth-child(2) {
        order: 2;
    }

    .icon-box-wrapper .elementor-widget-icon-box:nth-child(4) {
        order: 3;
    }

    .icons-cards-wrapper .icons-card .elementor-image-box-title {
        font-size: 18px;
        line-height: 23.4px;
        letter-spacing: -0.01em;
        margin-top: 0px;
    }

    .overlay-blue .partner-logo-slider:after {
        width: 70px;
    }

    .overlay-blue .partner-logo-slider:before {
        width: 70px;
    }

    .white-overlay .partner-logo-slider:after {
        width: 70px;
    }

    .white-overlay .partner-logo-slider:before {
        width: 70px;
    }

    .partners-wrapper .h6 .elementor-heading-title {
        font-size: 14px !important;
        line-height: 1.3;
    }

    .center-mbl-object img {
        object-position: center center !important;
    }

    .counter-styles .elementor-heading-title {
        font-size: 16px !important;
        line-height: 20.8px !important;
    }

    .accordion-wrp .elementor-accordion-icon .elementor-accordion-icon-opened,
    .accordion-wrp .elementor-accordion-icon .elementor-accordion-icon-closed {
        right: 22px;
    }

    .steps-slider-styles .steps-preview-slider .step-box .title {
        font-size: 20px;
        line-height: 24px;
    }

    .accordion-wrp .elementor-accordion-item {
        margin-bottom: 8px;
    }

    .accordion-wrp .elementor-accordion-title {
        font-size: 16px;
        line-height: 20.8px;
        font-weight: 700;
    }

    .list-resourse li {
        padding-left: 30px !important;
        margin-bottom: 0px !important;
    }

    .media-stories-wrapper .media-story-box {
        width: calc(100% - 30px);
    }

    .testimonial-arrow-right,
    .testimonial-arrow-left {
        display: none !important;
    }

    /* body .search-result .facetwp-pager .facetwp-page{
        min-width: 37px;
        font-size: 16px;
        padding: 6px;
    } */

    .testimonial-slider .swiper-slide-next::after,
    .testimonial-slider .swiper-slide-prev::before {
        content: none;
    }

    /* body .search-result .facetwp-pager .facetwp-page.prev,
    body .search-result .facetwp-pager .facetwp-page.next{
        background-size: 16px;
    } */

    body .testimonial-slider .swiper-slide .elementor-testimonial::after {
        left: 0;
    }

    body .testimonial-slider .swiper-slide .elementor-testimonial::before {
        right: 0;
    }

    .steps-preview-slider .swiper-container:before {
        content: "";
        height: 100%;
        width: 15px;
        left: 0;
        top: 0;
        position: absolute;
        background: #001f59;
        z-index: 3;
    }

    body .testimonial-slider .swiper-slide .elementor-testimonial::before {
        height: 35px;
        width: 40px;
        bottom: -17px;
    }

    body .testimonial-slider .swiper-slide .elementor-testimonial::after {
        top: -11px;
        height: 35px;
        width: 40px;
    }

    .search-result .elementor-post__title a {
        font-size: 18px;
    }

    .search-result article {
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

    .clients-gallery .gallery {
        grid-template-columns: repeat(3, 1fr);
    }

    body .download-form .gform_wrapper .gform_fields {
        flex-direction: column;
    }

    body .download-form .gform_wrapper .gform_fields .gfield:not(:first-child) {
        margin-left: 0 !important;
    }

    html body .download-form .gform_wrapper form .gform_footer {
        padding-top: 20px;
    }

    .header-top-btn .elementor-cta__content .elementor-cta__description {
        display: none;
   }

   .key-pres-spk .keynote-mod-blocks-wrapper .keynote-block{
     margin: 0 15px 30px;
   }

   .logo-slider img[src*="data:image"]{
	   max-height: 50px;
	}

	.key-outcomes {
		background: #DDE3ED
	}

	.speaking-sect .elementor-background-overlay{
		left: auto;
		right: auto;
		width: 100%;
		bottom:0;
		top:auto;
		height: 50%;
		background-color: transparent !important
	}
}

/* max-640 fils */

@media screen and (max-width: 640px) {
    body
        .gform_wrapper.gform_validation_error
        .top_label
        li.gfield.gfield_error.gf_left_half,
    body
        .gform_wrapper.gform_validation_error
        .top_label
        li.gfield.gfield_error.gf_right_half {
        width: 100%;
        max-width: 100%;
    }

    body .testimonial-slider .swiper-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    body .testimonial-slider .swiper-slide.swiper-slide-active,
    body .testimonial-slider .swiper-slide {
        padding: 32px 15px;
        transition: opacity 0.3s;
    }

    body .testimonial-slider .elementor-testimonial__text {
        font-size: 16px;
        line-height: 1.56;
    }

    body .testimonial-slider .elementor-testimonial__footer {
        margin-top: 16px;
        flex-direction: column;
        align-items: center;
        justify-content: center !important;
    }

    body
        .testimonial-slider
        .elementor-testimonial__footer
        .elementor-testimonial__cite {
        margin-left: 0 !important;
    }

    body .testimonial-slider .elementor-testimonial__image {
        margin-bottom: 12px;
    }

    body .testimonial-slider .elementor-testimonial__name {
        text-align: center;
        font-size: 14px;
    }

    body .testimonial-slider .elementor-testimonial__title {
        margin-top: 0;
        text-align: center;
    }

    body .testimonial-slider .swiper-container {
        padding-bottom: 40px !important;
    }

    .clients-gallery .gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .cta-img-box-wrapper .elementor-element.elementor-widget-call-to-action,
    .filt-card-box {
        width: 100%;
        margin: 0 0 16px 30px !important;
    }

    .img-cta-boxes-sec {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .cta-img-box-wrapper .elementor-cta__image,
    .less-padd-cards.two-col-cards .elementor-cta__image {
        margin: 0 -15px !important;
        padding-bottom: 50%;
        width: calc(100% + 30px);
    }

    .less-padd-cards.two-col-cards .elementor-cta__image {
        margin: 0 -15px !important;
        width: calc(100% + 30px);
    }

    .cta-img-box-wrapper .elementor-cta__title {
        margin-top: -64px;
    }

    .cta-img-box-wrapper .elementor-cta__image {
        padding-bottom: 50%;
    }

    .filt-card-box .card-img {
        padding-bottom: 50%;
    }

    .filt-card-box .card-detail {
        margin-top: -64px;
    }

    .flit-cards-section {
        padding: 0;
    }

    /* about page two-col-cards  */

    .about-cards
        .two-col-cards
        .elementor-element.elementor-widget-call-to-action {
        margin: 0 0 16px 30px !important;
    }

    .about-cards
        .two-col-cards
        .elementor-element.elementor-widget-call-to-action:last-child {
        margin-bottom: 0 !important;
    }

    .two-col-cards .elementor-cta__title {
        margin-top: -63px;
    }

    .elementor-section.about-cards {
        padding: 0 !important;
    }

    .generation-hub-blogs .the-media-slider-controllers {
        margin-top: 17px;
    }

    .small-height-cards .leadership-card-box .card-img {
        padding-bottom: 73.1%;
    }

    .facetwp-facet .facetwp-page {
        font-size: 18px;
        line-height: 24px;
        min-width: 36px;
        height: 36px;
        margin: 0 3px;
        padding: 4px 3px 2px 3px;
    }

    .facetwp-facet .facetwp-page.next:after,
    .facetwp-facet .facetwp-page.prev:after {
        width: 20px;
    }
}

@media (max-width: 600px) {
    .research-card-box {
        width: 100%;
        margin: 0 15px 24px;
    }
    
    .key-pres-spk .keynote-mod-blocks-wrapper .keynote-block{
        width:100%;
        margin: 0 15px 10px;
    }

    .zconomy-two-chapter-form .zconomy-two-chapter form{
        flex-direction: column;
    }
    
    .zconomy-two-chapter-form .zconomy-two-chapter .field.hs-email, 
    .zconomy-two-chapter-form .zconomy-two-chapter .field.hs-firstname {
        width: 100%;
    }

    .zconomy-two-chapter-form  .submitted-message p{
        font-size: 16px;
    }
}

/* max-510 files */
@media screen and (max-width: 580px) {
    .post-wrapper .post-card {
        width: 100%;
    }

    .post-wrapper .post-card .post-image {
        position: relative;
        padding-bottom: 56.813%;
    }

    .post-wrapper {
        margin: 16px -15px -16px;
    }

    .post-wrapper .post-card {
        margin: 0 15px 16px;
    }

    .thank-you-video .eicon-play {
        width: 50px;
        height: 50px;
        background-size: 50px;
    }

    .thank-you-video .elementor-custom-embed-play {
        height: 50px;
    }
}

@media screen and (max-width: 510px) {
    .gen-hub-outer .elementor-widget-wrap{
        /* max-width: 320px; */
        margin: 0;
    }
    .gen-hub-post .elementor-image-box-wrapper{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .gen-hub-post .elementor-image-box-img{
        max-width: 140px;
        margin: 0;
    }
    .gen-hub-outer .elementor-widget-wrap .gen-hub-post{
        padding: 0;
    }
    .gen-hub-post h5.elementor-image-box-title{
        font-size: 16px !important;
        margin-top:7px;
    }
    .gen-hub-post .elementor-image-box-content{
        padding-left: 15px;
        margin-top: -9px;
    }
    .gen-hub-outer .elementor-widget-wrap .gen-hub-post{
        margin-bottom: 8px;
    }




    .icon-box-wrapper .elementor-icon-box-wrapper .elementor-icon-box-icon {
        margin-right: 16px;
    }

    .generational-section .generational-block .elementor-cta,
    .generational-section .gen-right .elementor-cta {
        padding: 127px 15px 24px 15px;
    }

    .generational-section
        .generational-block
        .elementor-cta
        .elementor-cta__bg-wrapper {
        height: 55%;
    }

    .generational-block
        .elementor-cta__content
        .elementor-cta__content-item.elementor-cta__description,
    .generational-block:hover
        .elementor-cta__content
        .elementor-cta__content-item.elementor-cta__description {
        padding-top: 0;
    }

    .employee-blocks .cgk-block {
        width: calc(100% - 30px);
        margin: 0 15px 8px !important;
    }

    .keynote-mod-blocks-wrapper .keynote-block {
        margin: 0 15px 8px;
        align-items: flex-start;
    }

    .keynote-mod-section .keynote-heading h3,
    .keynote-mod-blocks-wrapper .keynote-block h4,
    .keynote-mod-blocks-wrapper .keynote-block .kn-para,
    .keynote-mod-blocks-wrapper .keynote-block .kn-link {
        text-align: start;
    }

    .genz-zigzag .gz-img .elementor-row .elementor-column {
        width: 100%;
    }

    .annual-gens
        .elementor-row
        .annual-imgs
        .elementor-widget-wrap
        .annual-cta {
        width: calc(100% - 20px);
    }

    .z-research
        .no-cta-cards
        .elementor-widget-wrap
        .elementor-widget-call-to-action {
        width: calc(100% - 30px);
    }

    .g-infographic .genzr {
        width: 100% !important;
        max-width: 100% !important;
    }

    .g-infographic .genzr .elementor-widget-container {
        margin: 0 !important;
    }
}

/* max-481 files */

@media screen and (max-width: 481px) {
    .mb-signup-form .gform_legacy_markup_wrapper form {
        flex-direction: column;
        max-width: 100%;
        margin: 0 auto;
    }
    html body .gform_wrapper form ul.gform_fields li.gfield:last-child {
        margin-bottom: 0 !important;
    }
    html
        body
        .cgk-contact-form
        .gform_wrapper
        form
        .gform_footer
        input[type="submit"] {
        margin: 16px 0 0;
        max-width: 100%;
        padding: 10px 10px;
    }

    html
        body
        .mb-signup-form
        .gform_wrapper
        li.gfield.gfield_error.gfield_contains_required
        div.gfield_description {
        position: static;
    }
}

@media (max-width: 479px) {
    .facetwp-pager .facetwp-page.dots {
        min-width: 10px;
    }

    .facetwp-facet .facetwp-page {
        font-size: 16px;
        min-width: 32px;
        height: 32px;
        margin: 0 2px;
        padding: 3px 3px 2px 3px;
    }
}

@media screen and (max-width: 374px) {
    .header-top-right-side .header-top-btn .elementor-cta__content {
        min-height: 50px;
        justify-content: center;
    }

    .header-top-btn .elementor-cta__content .elementor-cta__description {
        display: none;
    }

    .header-top-btn .elementor-cta__content .elementor-cta__title {
        max-width: 130px;
    }

    .clients-gallery .gallery {
        grid-template-columns: repeat(1, 1fr);
    }
}

@import url("print.css");


.steps-preview-slider,
.steps-items-slider {
overflow: hidden;
}

