/*
Table of Contents
01. Fonts -------------------------------------
02. General -----------------------------------
03. Anchor Tag Styling ------------------------
04. Order and Unordered List ------------------
05. Heading Style -----------------------------
06. Button Style ------------------------------
07. Text Link ---------------------------------
*/

/* ===================== Fonts ===================== */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap");

@font-face {
    font-family: "Lato";
    src: url("../fonts/Lato-Medium.woff2") format("woff2"),
        url("../fonts/Lato-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lato";
    src: url("../fonts/Lato-Semibold.woff2") format("woff2"),
        url("../fonts/Lato-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* ===================== Generate ===================== */
:root {
    --Dark-Blue: #06245e;
    --imagen-yellow: #f1c400;
    --Lightyellow: #ffe98a;
    --Off-White: #faf8f6;
    --Light-Blue: #d6f1ff;
    --Medium-Blue: #b1d4fd;
    --Slate-Grey: #272727;
    --white: #ffffff;
    --black: #000000;
    --poppins-font: "Poppins";
    --lato-font: "Lato";
}

body {
    overflow-x: hidden;
}

html {
    color: var(--Slate-Grey);
    font-size: 16px;
    line-height: 1.5;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-x: hidden;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 30px 0;
    padding: 0;
}

::-ms-clear {
    display: none;
}

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

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

body .elementor-widget-image a img[src$=".svg"],
body .elementor-widget-image figure>a img[src$=".svg"],
body .elementor-widget-image img[src$=".svg"] {
    width: auto !important;
}

.invisible {
    visibility: hidden !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: transparent !important;
}
/* ===================== Anchor Tag Styling ===================== */
body .elementor a,
body a {
    font-family: inherit;
    font-weight: inherit;
    text-decoration: unset;
    color: var(--Dark-Blue);
    /* font-size: inherit; */
    transition: all 0.3s;
}

body .elementor a:hover,
body a:hover {
    text-decoration: none;
    color: var(--Medium-Blue);
}

/* body a,
body p a,
body .elementor p a,
body .elementor ol li>a:not(.elementor-button),
body .elementor ul li>a:not(.elementor-button) {
    color: var(--Dark-Blue);
    text-decoration: unset;
    font-weight: inherit;
}

body a:hover,
body p a:hover,
body .elementor p a:hover {
    color: var(--Dark-Blue);
    text-decoration: none;
    font-weight: inherit;
} */

body a[href*="tel"] {
    display: inline-block;
}
/* .e-con.elementor-sticky--active {
    z-index: 9 !important;
} */
/* =============== Order and Unorder List =============== */
body .site-main ul:not([class]) {
    font-size: inherit;
    list-style: none;
}

body .site-main ol {
    list-style: decimal outside;
    font-size: inherit;
    margin-bottom: 10px;
    padding-left: 24px;
}

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.2;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    margin-bottom: 8px;
    padding-left: 24px;
    position: relative;
}

body .site-main ol>li,
body .site-main ol:not([class])>li>ul>li>ol:not([class])>li {
    font-size: inherit;
    line-height: 1.2;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    margin-bottom: 8px;
    padding-left: 1px;
    position: relative;
}

body .site-main ul:not([class]) li:last-child,
body .site-main ol:not([class]) li:last-child {
    margin-bottom: 0;
}

body .site-main ol ol,
body .site-main ul:not([class]) ul:not([class]),
body .site-main ol ul:not([class]),
body .site-main ul:not([class]) ol {
    margin-bottom: 0;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

body .site-main ul:not([class]):not(.elementor-editor-element-settings):not(.elementor-select-preset-list):not(.gform_fields) {
    margin-left: 0;
    padding-left: 0;
}

body .site-main ul:not([class]):not(.elementor-editor-element-settings):not(.elementor-select-preset-list):not(.gform_fields):not(.camps_and_programs) li:before,
body .site-main ul:not([class]) li ol li ul:not([class]) li:after {
    content: "";
    display: inline-block;
    background-color: currentColor;
    position: absolute;
    left: 10px;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}

body .site-main ol li::marker,
body .site-main ul:not([class]) li ol li::marker {
    font-weight: 600;
    color: currentColor;
}

body .site-main ul:not([class]) ol li::before {
    display: none !important;
}
/* / ===================== Cookie Style ===================== / */
.CybotCookiebotDialogContentWrapper button {
    background-color:  var(--Dark-Blue) !important;
    border-color: var(--Dark-Blue) !important;
    color: var(--Off-White) !important;
    padding: 18px 55px 18px 30px !important;
    font-family: var(--lato-font) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 100% !important;
}
#CybotCookiebotDialog input:checked+.CybotCookiebotDialogBodyLevelButtonSlider {
    background-color: var(--imagen-yellow) !important;
}
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSlider {
    background-color:  var(--Dark-Blue) !important;
}
.CybotCookiebotDialogContentWrapper * {
    font-family: var(--poppins-font) !important;
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
}
/* / ===================== Heading Style ===================== / */
body h1[class],
body h2[class],
body h3[class],
body h4[class],
body h5[class],
body h6[class],
body h1:last-child,
body h2:last-child,
body h3:last-child,
body h4:last-child,
body h5:last-child,
body h6:last-child,
body p:last-child,
body ul:last-child,
body ol:last-child,
body dl:last-child,
body table:last-child,
body blockquote:last-child {
    margin-bottom: 0;
}

body {
    margin: 0 !important;
    padding: 0 !important;
    color: var(--Slate-Grey) !important;
    font-family: var(--poppins-font) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 140% !important;
    background-color: var(--Off-White) !important;
}

body p,
body .elementor-widget-container,
body .elementor-widget-container p,
body .elementor-widget-text-editor,
body .elementor-widget-text-editor p {
    color: inherit;
    text-transform: inherit;
    font-family: var(--poppins-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
}

body h1,
body .h1,
body .elementor-widget-heading h1.elementor-heading-title,
body .elementor-widget-heading.h1 .elementor-heading-title {
    font-family: var(--lato-font);
    font-size: 58px;
    line-height: 120%;
    font-weight: 500;
    letter-spacing: 0;
}

body h1 span,
body .h1 span,
body .elementor-widget-heading h1.elementor-heading-title span,
body .elementor-widget-heading.h1 .elementor-heading-title span {
    font-weight: 700;
    font-style: italic;
}
.main-heading span{
 display: block;
}
body h2,
body .h2,
body .elementor-widget-heading h2.elementor-heading-title,
body .elementor-widget-heading.h2 .elementor-heading-title,
body h2.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content h2.elementor-image-box-title,
body .elementor-posts .elementor-post h2.elementor-post__title,
body .elementor-posts h2.elementor-post__title {
    font-family: var(--lato-font);
    font-size: 42px;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 400;
}

body h3,
body .h3,
body .elementor-widget-heading h3.elementor-heading-title,
body .elementor-widget-heading.h3 .elementor-heading-title,
body h3.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content h3.elementor-image-box-title,
body .elementor-posts .elementor-post h3.elementor-post__title,
body .elementor-posts h3.elementor-post__title {
    font-family: var(--lato-font);
    font-size: 32px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0;
}

body .h4,
body .elementor-widget-heading.h4 .elementor-heading-title,
body .h4.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content .h4.elementor-image-box-title,
body .elementor-posts .elementor-post .h4.elementor-post__title,
body .elementor-posts .h4.elementor-post__title {
    font-family: var(--lato-font) !important;
    font-size: 24px !important;
    font-weight: 700;
    line-height: 120% !important;
    letter-spacing: 0 !important;
}

body h4,
body .h4,.tab-heading a.active 
body .elementor-widget-heading h4.elementor-heading-title,
body .elementor-widget-heading.h4 .elementor-heading-title,
body h4.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content h4.elementor-image-box-title,
body .elementor-posts .elementor-post h4.elementor-post__title,
body .elementor-posts h4.elementor-post__title {
    font-family: var(--lato-font);
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0;
}

body h5,
body .h5,
body .elementor-widget-heading h5.elementor-heading-title,
body .elementor-widget-heading.h5 .elementor-heading-title,
body h5.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content h5.elementor-image-box-title,
body .elementor-posts .elementor-post h5.elementor-post__title,
body .elementor-posts h5.elementor-post__title {
    font-family: var(--lato-font);
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0;
}

body h6,
body .h6,
body .elementor-widget-heading h6.elementor-heading-title,
body .elementor-widget-heading.h6 .elementor-heading-title,
body h6.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content h6.elementor-image-box-title,
body .elementor-posts .elementor-post h6.elementor-post__title,
body .elementor-posts h6.elementor-post__title {
    font-family: var(--lato-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0;
}

body p,
body .elementor-widget-text-editor,
body .elementor-widget-text-editor p,
body .elementor-widget-text-editor,
body .elementor-widget-text-editor p,
body .elementor-cta__description.elementor-cta__content-item,
body .elementor-widget-icon-list .elementor-icon-list-item span,
body .large-text.elementor-widget-icon-box .elementor-icon-box-wrapper p,
body .elementor-widget-theme-post-content p{
    font-family: var(--poppins-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
}

.elementor-widget-text-editor ol li,
.elementor-widget-text-editor ul li{
    color: var(--Slate-Grey);
    line-height: 140%;
    font-size: 20px;
    font-family: var(--poppins-font);
    font-weight: 400;
    margin-bottom: 10px;
}
.elementor-widget-text-editor ol li:last-child,
.elementor-widget-text-editor ul li:last-child{
    margin-bottom: unset;
}
.elementor-widget-text-editor ol li a,
.elementor-widget-text-editor ul li a{
    color: var(--Slate-Grey);
    text-decoration: underline;
}
.elementor-widget-text-editor ol li a:hover,
.elementor-widget-text-editor ul li a:hover{
    font-weight: 700;
    color: var(--Dark-Blue);
}
.elementor-widget-text-editor ol,
.elementor-widget-text-editor ul{
    padding-left: 25px;
}

body h2 span,
body .elementor-widget-heading h2.elementor-heading-title span {
    color: var(--Dark-Blue);
    font-weight: 700;
    font-style: italic;
}

body .off-white h2 span,
body .off-white.elementor-widget-heading h2.elementor-heading-title span {
    color: var(--Off-White);
    font-weight: 700;
    font-style: italic;
}

body .grey-text h2 span,
body .grey-text.elementor-widget-heading h2.elementor-heading-title span{
    color: var(--Slate-Grey);
}

body .light-yellow h3 span,
body .light-yellow.elementor-widget-heading h3.elementor-heading-title span {
    color: var(--Lightyellow);
    font-weight: 700;
    font-style: italic;
}

body .light-blue h3 span,
body .light-blue.elementor-widget-heading h3.elementor-heading-title span {
    color: var(--Light-Blue);
    font-weight: 700;
    font-style: italic;
}

body .elementor-widget-heading.larger-text.h4 h3.elementor-heading-title {
    font-weight: 400;
    line-height: 146%;
}

body .elementor-widget-text-editor.medium-text p,
body .elementor-widget-icon-list.medium-text .elementor-icon-list-items li a,
body .elementor-widget-nav-menu.medium-text .elementor-nav-menu--main .elementor-nav-menu li a,
body .medium-text.elementor-widget-icon-list .elementor-icon-list-items li a span {
    font-family: var(--lato-font);
    font-size: 18px;
    line-height: 146%;
}
.tab-heading a.active 
body p,
body .body-small .elementor-widget-text-editor,
body .body-small .elementor-widget-text-editor p,
body .body-small.elementor-widget-text-editor,
body .body-small.elementor-widget-text-editor p,
body .body-small.elementor-widget-icon-list .elementor-icon-list-item span{
    font-family: var(--poppins-font);
    font-size: 16px;
    line-height: 160%;
    font-weight: 400;
}
body .elementor-widget-text-editor.small-text p {
    font-family: var(--lato-font);
    font-size: 14px;
    line-height: 160%;
    font-weight: 500;
    text-transform: uppercase;
}
body .elementor-widget-heading.make-practice-heading h5{
    font-size: 20px !important;
    font-family: var(--poppins-font);
    line-height: 140%;
    font-weight: 600;
    color: var(--Dark-Blue);
}
/* ===================== Button Style =====================  */
/* ===== Default Button ===== */
body .elementor-button,
body .elementor-widget-button .elementor-button,
body .elementor-widget-button button:not(.gm-control-active),
body .elementor-widget-button button:not(.gm-control-active):focus,
body .elementor-widget-button [class*="elementor-kit"] .elementor-button,
body .elementor-widget-button [class*="elementor-kit"] .elementor-button:focus,
body .elementor-widget-button [type="button"]:not(.gm-control-active),
body .elementor-widget-button [type="button"]:not(.gm-control-active):focus,
body .elementor-widget-button [type="submit"]:not(.adminbar-button),
body .elementor-widget-button [type="submit"]:not(.adminbar-button):focus,
body .elementor-widget-button .elementor-cta .elementor-cta__button.elementor-button,
body .elementor-widget-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button,
body .yellow-btn .button,
body .blue-btn .button,
body button.quiz-submit-btn,
body .buttons .section-btn {
    font-size: 20px !important;
    font-weight: 700 !important;
    font-family: var(--lato-font);
    text-decoration: none;
    box-sizing: border-box;
    color: var(--Off-White);
    background-color: var(--Dark-Blue);
    border: 2px solid var(--Dark-Blue);
    padding: 18px 30px;.tab-heading a.active 
    display: inline-block;
    cursor: pointer;
    text-align: center;
    line-height: 100%;
    border-radius: 40px;
    -webkit-appearance: none;
    transition: all 0.3s;
    max-width: 100%;
    display: inline-flex;
    justify-content: center;
}

body .elementor-button:hover,
body .elementor-widget-button .elementor-button:hover,
body .elementor-widget-button button:not(.gm-control-active):hover,
body .elementor-widget-button button:not(.gm-control-active):focus:hover,
body .elementor-widget-button [class*="elementor-kit"] .elementor-button:hover,
body .elementor-widget-button [class*="elementor-kit"] .elementor-button:focus:hover,
body .elementor-widget-button [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button [type="button"]:not(.gm-control-active):focus:hover,
body .elementor-widget-button [type="submit"]:not(.adminbar-button):hover,
body .elementor-widget-button [type="submit"]:not(.adminbar-button):focus:hover,
body .elementor-widget-button .elementor-cta .elementor-cta__button.elementor-button:hover,
body .elementor-widget-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover,
body .blue-btn .button:hover,
body button.quiz-submit-btn:hover,
body .buttons .section-btn:hover {
    color: var(--Dark-Blue);
    background-color: transparent;
    text-decoration: none;
    border-color: var(--Dark-Blue);
}

/* Blog Post Button */
body .blog-post.elementor-widget-loop-grid .e-loop-item .elementor-button {
    padding: unset;
    background-color: transparent;
    border: unset;
    border-radius: unset;
    color: var(--Dark-Blue);
    font-family: var(--poppins-font);
    font-weight: 500 !important;
    line-height: 100%;
    position: relative;
}

body .blog-post.elementor-widget-loop-grid .e-loop-item a.elementor-button::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    border-radius: 5px;
    bottom: -2px;
    left: 0;
    background: currentcolor;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

body .blog-post.elementor-widget-loop-grid .e-loop-item a.elementor-button:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

body .heading-space.elementor-widget-heading h2.elementor-heading-title span{
    margin-right: 5px;
}
.wistia-html-video {
	display: flex;
	align-items: center;
}
/* body .blog-post.elementor-widget-loop-grid .e-loop-item .elementor-button:hover{
    color:var()
} */

/* / ===== Multi Color Button ===== / */
body .yellow-btn .elementor-button,
body .elementor-widget-button.yellow-btn .elementor-button,
body .elementor-widget-button.yellow-btn button:not(.gm-control-active),
body .elementor-widget-button.yellow-btn button:not(.gm-control-active):focus,
body .elementor-widget-button.yellow-btn [class*="elementor-kit"] .elementor-button,
body .elementor-widget-button.yellow-btn [class*="elementor-kit"] .elementor-button:focus,
body .elementor-widget-button.yellow-btn [type="button"]:not(.gm-control-active),
body .elementor-widget-button.yellow-btn [type="button"]:not(.gm-control-active):focus,
body .elementor-widget-button.yellow-btn [type="submit"]:not(.adminbar-button),
body .elementor-widget-button.yellow-btn [type="submit"]:not(.adminbar-button):focus,
body .elementor-widget-button.yellow-btn .elementor-cta .elementor-cta__button.elementor-button,
body .elementor-widget-button.yellow-btn .elementor-cta--skin-classic .elementor-cta__button.elementor-button,
body .yellow-btn .button,
body .buttons .section-btn.yellow-btn {
    background-color: var(--imagen-yellow);
    color: var(--Slate-Grey);
    border-color: var(--imagen-yellow);
}

body .yellow-btn .elementor-button:hover,
body .elementor-widget-button.yellow-btn .elementor-button:hover,
body .elementor-widget-button.yellow-btn button:not(.gm-control-active):hover,
body .elementor-widget-button.yellow-btn button:not(.gm-control-active):focus:hover,
body .elementor-widget-button.yellow-btn [class*="elementor-kit"] .elementor-button:hover,
body .elementor-widget-button.yellow-btn [class*="elementor-kit"] .elementor-button:focus:hover,
body .elementor-widget-button.yellow-btn [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button.yellow-btn [type="button"]:not(.gm-control-active):focus:hover,
body .elementor-widget-button.yellow-btn [type="submit"]:not(.adminbar-button):hover,
body .elementor-widget-button.yellow-btn [type="submit"]:not(.adminbar-button):focus:hover,
body .elementor-widget-button.yellow-btn .elementor-cta .elementor-cta__button.elementor-button:hover,
body .elementor-widget-button.yellow-btn .elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover,
body .yellow-btn .button:hover,
body .buttons .section-btn.yellow-btn:hover {
    background-color: transparent;
    color: var(--imagen-yellow);
    border-color: var(--imagen-yellow);
}

body .light-blue-btn .elementor-button,
body .elementor-widget-button.light-blue-btn .elementor-button,
body .elementor-widget-button.light-blue-btn button:not(.gm-control-active),
body .elementor-widget-button.light-blue-btn button:not(.gm-control-active):focus,
body .elementor-widget-button.light-blue-btn [class*="elementor-kit"] .elementor-button,
body .elementor-widget-button.light-blue-btn [class*="elementor-kit"] .elementor-button:focus,
body .elementor-widget-button.light-blue-btn [type="button"]:not(.gm-control-active),
body .elementor-widget-button.light-blue-btn [type="button"]:not(.gm-control-active):focus,
body .elementor-widget-button.light-blue-btn [type="submit"]:not(.adminbar-button),
body .elementor-widget-button.light-blue-btn [type="submit"]:not(.adminbar-button):focus,
body .elementor-widget-button.light-blue-btn .elementor-cta .elementor-cta__button.elementor-button,
body .elementor-widget-button.light-blue-btn .elementor-cta--skin-classic .elementor-cta__button.elementor-button {
    background-color: var(--Medium-Blue);
    color: var(--Slate-Grey);
    border-color: var(--Medium-Blue);
}

body .light-blue-btn .elementor-button:hover,
body .elementor-widget-button.light-blue-btn .elementor-button:hover,
body .elementor-widget-button.light-blue-btn button:not(.gm-control-active):hover,
body .elementor-widget-button.light-blue-btn button:not(.gm-control-active):focus:hover,
body .elementor-widget-button.light-blue-btn [class*="elementor-kit"] .elementor-button:hover,
body .elementor-widget-button.light-blue-btn [class*="elementor-kit"] .elementor-button:focus:hover,
body .elementor-widget-button.light-blue-btn [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button.light-blue-btn [type="button"]:not(.gm-control-active):focus:hover,
body .elementor-widget-button.light-blue-btn [type="submit"]:not(.adminbar-button):hover,
body .elementor-widget-button.light-blue-btn [type="submit"]:not(.adminbar-button):focus:hover,
body .elementor-widget-button.light-blue-btn .elementor-cta .elementor-cta__button.elementor-button:hover,
body .elementor-widget-button.light-blue-btn .elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover {
    background-color: transparent;
    color: var(--Light-Blue);
    border-color: var(--Light-Blue);
}

body .elementor-widget-theme-post-content p{
    margin-bottom: 24px;
}
body .elementor-widget-theme-post-content p a,
body .elementor-widget-text-editor p a{
    color: var(--Slate-Grey);
    text-decoration: underline;
}
body .elementor-widget-theme-post-content p a:hover,
body .elementor-widget-text-editor p a:hover{
    color: var(--Dark-Blue);
    font-weight: 700;
}
body .no-underline p a{
    text-decoration: unset;
    font-weight: 400;
}
body .body-font-weight{
    font-weight: 600 !important;
}
body .elementor-widget-theme-post-content p:last-child{
    margin-bottom: unset;
}
body .elementor-widget-theme-post-title h3{
    font-weight: 700 !important;
}
.search-results h1.entry-title{
    margin: 0 0 40px 0 !important;
}
h1.entry-title span{
    color: var(--Dark-Blue);
}
/* global setting media Query */

@media(max-width:1199px){
    body h1,
    body .h1,
    body .elementor-widget-heading h1.elementor-heading-title,
    body .elementor-widget-heading.h1 .elementor-heading-title {
        font-size: 52px;
    }
    body h2,
    body .h2,
    body .elementor-widget-heading h2.elementor-heading-title,
    body .elementor-widget-heading.h2 .elementor-heading-title,
    body h2.elementor-cta__title.elementor-cta__content-item,
    body .elementor-image-box-content h2.elementor-image-box-title,
    body .elementor-posts .elementor-post h2.elementor-post__title,
    body .elementor-posts h2.elementor-post__title {
        font-size: 38px;
    }
    body h4,
    body .h4,
    body .elementor-widget-heading h4.elementor-heading-title,
    body .elementor-widget-heading.h4 .elementor-heading-title,
    body h4.elementor-cta__title.elementor-cta__content-item,
    body .elementor-image-box-content h4.elementor-image-box-title,
    body .elementor-posts .elementor-post h4.elementor-post__title,
    body .elementor-posts h4.elementor-post__title {
        font-size: 22px;
    }
    body .h4,
    body .elementor-widget-heading.h4 .elementor-heading-title,
    body .h4.elementor-cta__title.elementor-cta__content-item,
    body .elementor-image-box-content .h4.elementor-image-box-title,
    body .elementor-posts .elementor-post .h4.elementor-post__title,
    body .elementor-posts .h4.elementor-post__title  {
        font-size: 22px !important;
    }

    body p,
    body .elementor-widget-text-editor,
    body .elementor-widget-text-editor p,
    body .elementor-widget-text-editor,
    body .elementor-widget-text-editor p,
    body .elementor-cta__description.elementor-cta__content-item,
    body .elementor-widget-icon-list .elementor-icon-list-item span,
    body .large-text.elementor-widget-icon-box .elementor-icon-box-wrapper p,
    body .elementor-widget-theme-post-content p{
        font-size: 16px;
    }
    body p,
    body .elementor-widget-container,
    body .elementor-widget-container p,
    body .elementor-widget-text-editor,
    body .elementor-widget-text-editor p {
        font-size: 18px;
    }
    body .elementor-button,
    body .elementor-widget-button .elementor-button,
    body .elementor-widget-button button:not(.gm-control-active),
    body .elementor-widget-button button:not(.gm-control-active):focus,
    body .elementor-widget-button [class*="elementor-kit"] .elementor-button,
    body .elementor-widget-button [class*="elementor-kit"] .elementor-button:focus,
    body .elementor-widget-button [type="button"]:not(.gm-control-active),
    body .elementor-widget-button [type="button"]:not(.gm-control-active):focus,
    body .elementor-widget-button [type="submit"]:not(.adminbar-button),
    body .elementor-widget-button [type="submit"]:not(.adminbar-button):focus,
    body .elementor-widget-button .elementor-cta .elementor-cta__button.elementor-button,
    body .elementor-widget-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button ,
    body .yellow-btn .button,
    body .blue-btn .button {
        font-size: 18px !important;
    }
    .elementor-widget-text-editor ol li,
    .elementor-widget-text-editor ul li{
        font-size: 18px;
    }
}
@media(max-width:1024px){
    body p,
    body .elementor-widget-container,
    body .elementor-widget-container p,
    body .elementor-widget-text-editor,
    body .elementor-widget-text-editor p ,
    body .elementor-widget-icon-list .elementor-icon-list-item span{
        font-size: 16px;
        line-height: 150%;
    }

    body h1,
    body .h1,
    body .elementor-widget-heading h1.elementor-heading-title,
    body .elementor-widget-heading.h1 .elementor-heading-title {
        font-size: 50px;
    }

    body h2,
    body .h2,
    body .elementor-widget-heading h2.elementor-heading-title,
    body .elementor-widget-heading.h2 .elementor-heading-title,
    body h2.elementor-cta__title.elementor-cta__content-item,
    body .elementor-image-box-content h2.elementor-image-box-title,
    body .elementor-posts .elementor-post h2.elementor-post__title,
    body .elementor-posts h2.elementor-post__title {
        font-size: 36px;
    }

    body h3,
    body .h3,
    body .elementor-widget-heading h3.elementor-heading-title,
    body .elementor-widget-heading.h3 .elementor-heading-title,
    body h3.elementor-cta__title.elementor-cta__content-item,
    body .elementor-image-box-content h3.elementor-image-box-title,
    body .elementor-posts .elementor-post h3.elementor-post__title,
    body .elementor-posts h3.elementor-post__title {
        font-size: 30px;
    }
body .h4,
body .elementor-widget-heading.h4 .elementor-heading-title,
body .h4.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content .h4.elementor-image-box-title,
body .elementor-posts .elementor-post .h4.elementor-post__title,
body .elementor-posts .h4.elementor-post__title {
        font-size: 20px !important;
    }
    body h4,
    body .h4,
    body .elementor-widget-heading h4.elementor-heading-title,
    body .elementor-widget-heading.h4 .elementor-heading-title,
    body h4.elementor-cta__title.elementor-cta__content-item,
    body .elementor-image-box-content h4.elementor-image-box-title,
    body .elementor-posts .elementor-post h4.elementor-post__title,
    body .elementor-posts h4.elementor-post__title {
        font-size: 20px !important;
    }

    body h5,
    body .h5,
    body .elementor-widget-heading h5.elementor-heading-title,
    body .elementor-widget-heading.h5 .elementor-heading-title,
    body h5.elementor-cta__title.elementor-cta__content-item,
    body .elementor-image-box-content h5.elementor-image-box-title,
    body .elementor-posts .elementor-post h5.elementor-post__title,
    body .elementor-posts h5.elementor-post__title {
        font-size: 18px;
    }

    body h6,
    body .h6,
    body .elementor-widget-heading h6.elementor-heading-title,
    body .elementor-widget-heading.h6 .elementor-heading-title,
    body h6.elementor-cta__title.elementor-cta__content-item,
    body .elementor-image-box-content h6.elementor-image-box-title,
    body .elementor-posts .elementor-post h6.elementor-post__title,
    body .elementor-posts h6.elementor-post__title {
        font-size: 16px;
    }

    body p,
    body .elementor-widget-text-editor,
    body .elementor-widget-text-editor p,
    body .elementor-widget-text-editor,
    body .elementor-widget-text-editor p,
    body .elementor-cta__description.elementor-cta__content-item {
        font-size: 16px;
        line-height: 140%;
    }
    .elementor-widget-text-editor ol li,
    .elementor-widget-text-editor ul li{
        font-size: 16px;
    }
}
@media(max-width:991px){
    body h2,
    body .h2,
    body .elementor-widget-heading h2.elementor-heading-title,
    body .elementor-widget-heading.h2 .elementor-heading-title,
    body h2.elementor-cta__title.elementor-cta__content-item,
    body .elementor-image-box-content h2.elementor-image-box-title,
    body .elementor-posts .elementor-post h2.elementor-post__title,
    body .elementor-posts h2.elementor-post__title {
        font-size: 34px;
    }
}
@media(max-width:767px){


    body .elementor-button,
    body .elementor-widget-button .elementor-button,
    body .elementor-widget-button button:not(.gm-control-active),
    body .elementor-widget-button button:not(.gm-control-active):focus,
    body .elementor-widget-button [class*="elementor-kit"] .elementor-button,
    body .elementor-widget-button [class*="elementor-kit"] .elementor-button:focus,
    body .elementor-widget-button [type="button"]:not(.gm-control-active),
    body .elementor-widget-button [type="button"]:not(.gm-control-active):focus,
    body .elementor-widget-button [type="submit"]:not(.adminbar-button),
    body .elementor-widget-button [type="submit"]:not(.adminbar-button):focus,
    body .elementor-widget-button .elementor-cta .elementor-cta__button.elementor-button,
    body .elementor-widget-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button ,
    body .yellow-btn .button,
    body .blue-btn .button {
        font-size: 18px !important;
        padding: 16px 22px;
        line-height:100%;
    }

    body h1,
    body .h1,
    body .elementor-widget-heading h1.elementor-heading-title,
    body .elementor-widget-heading.h1 .elementor-heading-title {
        font-size: 40px;
    }

    body h2,
    body .h2,
    body .elementor-widget-heading h2.elementor-heading-title,
    body .elementor-widget-heading.h2 .elementor-heading-title,
    body h2.elementor-cta__title.elementor-cta__content-item,
    body .elementor-image-box-content h2.elementor-image-box-title,
    body .elementor-posts .elementor-post h2.elementor-post__title,
    body .elementor-posts h2.elementor-post__title {
        font-size: 32px;
    }

    body h3,
    body .h3,
    body .elementor-widget-heading h3.elementor-heading-title,
    body .elementor-widget-heading.h3 .elementor-heading-title,
    body h3.elementor-cta__title.elementor-cta__content-item,
    body .elementor-image-box-content h3.elementor-image-box-title,
    body .elementor-posts .elementor-post h3.elementor-post__title,
    body .elementor-posts h3.elementor-post__title {
        font-size: 28px;
    }
body .h4,
body .elementor-widget-heading.h4 .elementor-heading-title,
body .h4.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content .h4.elementor-image-box-title,
body .elementor-posts .elementor-post .h4.elementor-post__title,
body .elementor-posts .h4.elementor-post__title {
        font-size: 18px !important;
    }
    body h4,
    body .h4,
    body .elementor-widget-heading h4.elementor-heading-title,
    body .elementor-widget-heading.h4 .elementor-heading-title,
    body h4.elementor-cta__title.elementor-cta__content-item,
    body .elementor-image-box-content h4.elementor-image-box-title,
    body .elementor-posts .elementor-post h4.elementor-post__title,
    body .elementor-posts h4.elementor-post__title {
        font-size: 18px !important;
    }

    body h5,
    body .h5,
    body .elementor-widget-heading h5.elementor-heading-title,
    body .elementor-widget-heading.h5 .elementor-heading-title,
    body h5.elementor-cta__title.elementor-cta__content-item,
    body .elementor-image-box-content h5.elementor-image-box-title,
    body .elementor-posts .elementor-post h5.elementor-post__title,
    body .elementor-posts h5.elementor-post__title {
        font-size: 16px;
    }

    body h6,
    body .h6,
    body .elementor-widget-heading h6.elementor-heading-title,
    body .elementor-widget-heading.h6 .elementor-heading-title,
    body h6.elementor-cta__title.elementor-cta__content-item,
    body .elementor-image-box-content h6.elementor-image-box-title,
    body .elementor-posts .elementor-post h6.elementor-post__title,
    body .elementor-posts h6.elementor-post__title {
        font-size: 16px;
    }
    body .elementor-widget-theme-post-content p{
        font-size: 16px;
        margin-bottom: 16px;
    }

    body .elementor-widget-heading.larger-text h4.elementor-heading-title {
        font-size: 20px;
    }
    body  .signform-heading.elementor-widget-heading h4.elementor-heading-title{
        font-size: 24px !important;
        line-height: 120%;
    }

    body .elementor-widget-text-editor.medium-text p,
    body .elementor-widget-icon-list.medium-text .elementor-icon-list-items li a,
    body .elementor-widget-nav-menu.medium-text .elementor-nav-menu--main .elementor-nav-menu li a {
        font-size: 16px;
    }
    body.privacy-policy .elementor-widget-text-editor p a{
        word-wrap: break-word;
    }
    .search-results h1.entry-title{
        margin: 0 0 30px 0 !important;
    }
    body .elementor-widget-heading.make-practice-heading h5{
        font-size: 16px !important;
    }
    .postid-224 #read-more-btn{
      display: none;
    }
}

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

/* Header megamenu css start*/
header,footer{
    width: 100%;
}

.header-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
    width: calc(100vw - 15px) !important;
    background-color: var(--Off-White) !important;
    border-radius: 0 0 30px 30px !important;
    box-shadow: unset !important;
    border-top: 1px solid #54585a33 !important;
    padding: 24px;
    top: 100%;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu.mega-menu-item:hover ul.mega-sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0px);
}

.header-nav #mega-menu-wrap-menu-1 {
    background-color: transparent !important;
}

body header .yellow-btn .elementor-button:hover,
body header .elementor-widget-button.yellow-btn .elementor-button:hover {
    color: var(--Slate-Grey) !important;
}

html body .header-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    display: flex;
    gap: 40px;
}

html body .header-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
    line-height: 100% !important;
    height: unset !important;
    font-size: 20px !important;
    color: var(--Slate-Grey) !important;
    font-family: var(--lato-font) !important;
    font-weight: 600 !important;
    padding: 39px 0 !important;
    background-color: transparent !important;
    border-bottom: 4px solid transparent !important;
    margin-bottom: -1px;
    display: flex;
}
html body .header-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link .mega-indicator {
    transform: translateY(2px);
}
html body .header-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:hover,
html body .header-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-current_page_item>a.mega-menu-link {
    border-bottom: 4px solid var(--Dark-Blue) !important;
}

html body .header-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:hover,
html body .header-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:focus {
    background-color: transparent !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
    padding: 0 !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .list-title>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    font-family: var(--lato-font) !important;
    font-weight: 700 !important;
    font-style: Italic;
    font-size: 42px !important;
    line-height: 100% !important;
    color: var(--Dark-Blue) !important;
    text-transform: inherit !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .inner-list>ul.mega-sub-menu {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 7px 0 7px 121px;
    border-left: 1px solid #06245e47;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu {
    max-width: 1350px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .list-title {
    width: 28% !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .inner-list>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    font-family: var(--lato-font);
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 100% !important;
    color: var(--Slate-Grey) !important;
    text-transform: inherit !important;
    display: flex;
    align-items: center;
    gap: 18px;
    transition: all 0.3s ease;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .inner-list>ul.mega-sub-menu>li.mega-menu-item:hover>a.mega-menu-link {
    font-weight: 700 !important;
    color: var(--Dark-Blue) !important;
    transition: all 0.3s ease;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .inner-list>ul.mega-sub-menu>li.mega-menu-item:hover>a.mega-menu-link::after {
    position: relative;
    content: "";
    background-image: url(../img/Chevron-right.svg);
    display: block !important;
    width: 14px;
    height: 14px;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.3s ease;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children>a.mega-menu-link:hover>span.mega-indicator {
    transform: rotate(180deg);
    transition: all 0.3s ease;
}

/* Newsletter Form css */
.newsletter-form .ginput_container_email input{
    background-color: transparent !important;
    box-shadow: unset !important;
    border-width: 0 !important;
    border-bottom: 2px solid var(--white) !important;
    border-radius: unset !important;
    min-height: 43.75px;
    padding: 0 !important;
    outline: unset !important;
    font-family: var(--poppins-font) !important;
    font-size: 18px !important;
    line-height: 140% !important;
    color: var(--white) !important;
}
.newsletter-form .gform-footer .gform_button{
    background-color: var(--Light-Blue) !important;
    border-radius: 40px !important;
    outline: unset !important;
    color: var(--black) !important;
    padding: 18px 30px 18px 30px !important;
    font-family: var(--lato-font) !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 100% !important;
    border: 2px solid var(--Light-Blue) !important;
    background-image: unset !important;
    transition: all 0.3s ease;
}
.newsletter-form .gform-footer .gform_button:hover{
    background-color: transparent !important;
    color: var(--Light-Blue)!important;
}
footer form .gfield_validation_message {
    color: #fff !important;
    font-weight: 500 !important;
}
footer .gform_validation_errors {
    display: none !important;
}

/* ================ Search icon css start ============= */

body .elementor-icon-wrapper {
    display: flex;
}

.site-search-main {
    max-width: max-content;
}

.site-search-main .imagen-custom-search {
    display: flex;
    align-items: center;
    border-radius: 30px;
    position: relative;
}

.site-search-main .search-wrapper {
    display: flex;
    background-color: var(--Dark-Blue);
    transition: 0.3s all;
    transform: unset;
    padding: 14px 54px;
    border-radius: 0 0 30px 30px;
}

.site-search-main .search-wrapper>.site-search,
.site-search-main .search-wrapper .elementor-shortcode,
.site-search-main .search-wrapper .imagen-custom-search {
    height: 100%;
}

/* body.show-search .search-wrapper {
    opacity: 1;
    visibility: visible;
    width: 430px;
} */

.search-wrapper {
    position: absolute;
    display: none;
    left: 0 !important;
    z-index: 2 !important;
    width: 100% !important;
}
/* .search-wrapper.elementor-sticky--effects{
    position: fixed;
} */

.site-search-main .site-search button[type="submit"] {
    border-radius: 0 30px 30px 0;
    background-image: url(../img/magnifying-glass.svg);
    background-repeat: no-repeat;
    background-position: center right 24px;
    background-size: 18px;
    border: 0;
    background-color: var(--Light-Blue);
    color: var(--Dark-Blue);
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    font-family: var(--lato-font);
    height: 39px;
    padding: 0 56px 0 23px;
    width: 139px !important;
}

.site-search-main .site-search button[type="submit"]:hover {
    background-color: var(--Light-Blue) !important;
    color: var(--Dark-Blue) !important;
}

.site-search-main .site-search form[role="search"] input[type="search"] {
    border: 0;
    min-height: 39px !important;
    border-radius: 30px 0 0 30px;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    font-family: var(--lato-font);
    width: 100%;
    outline: none;
    padding: 0 30px !important;
    background-color: var(--Off-White);
    color: #54585A !important;
}

.site-search-main.inner-search-icon {
    min-width: 850px;
    position: relative;
    padding: 4px 25px 4px 0;
}

.search-close {
    position: absolute !important;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

body [data-elementor-type="header"] .search-close:hover {
    opacity: 0.7;
}

.search-icon .elementor-icon::after {
    content: "";
    background-color: transparent;
    position: absolute;
    width: 150%;
    height: 150%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width:1366px){
    header .elementor-element-c81e9e3 {
        padding: 0 20px;
    }

    header .header-btn {
        padding-left: 24px !important;
    }

    html body .header-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
        gap: 24px;
    }
}
@media (max-width:1199px){
    header .header-btn {
        padding-left: unset !important;
    }

    html body .header-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
        gap: 15px;
    }

    header .header-logo {
        width: auto;
    }

    html body .header-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
        display: flex;
    }
    html body .header-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
        font-size: 18px !important;
    }
    body header .yellow-btn .elementor-button{
        padding: 14px 24px;
    }
    body header .yellow-btn .elementor-button,
    body .elementor-widget-button.yellow-btn .elementor-button {
        font-size: 18px !important;
        /* padding: 14px; */
    }
}
@media(max-width:1280px){
    .header-nav{
        padding-right: unset !important;

    }
    .header-wrapper-menu{
        padding: 0 20px !important;
    }
    html body .header-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1{
        gap: 20px;
    }
}
@media (min-width: 1025px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-list-title .mega-menu-link {
        pointer-events: none;
    }
    /* #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu,
    #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
        opacity: 0;
        visibility: hidden;
    } */
}
@media (max-width:1024px){
        #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner,
    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before,
    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
        background-color: var(--Slate-Grey) !important;
        height: 2px !important;
    }

    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open+#mega-menu-menu-1 {
        background-color: var(--Off-White) !important;
        padding: 32px 25px !important;
        gap: 0;
        top: 125px !important;
    }

    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open:after {
        top: 125px !important;
    }

    html body .header-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link,
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .inner-list>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
        padding: 0 0 18px !important;
        margin-bottom: 18px !important;
        border-bottom: 1px solid rgba(6, 36, 94, 0.4) !important;
    }

    html body .header-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item:last-child>a.mega-menu-link {
        border-bottom: unset;
    }
    html body .header-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
        font-size: 20px !important;
    }
    html body .header-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:hover {
        border-bottom: 1px solid rgba(6, 36, 94, 0.4) !important;
    }

    .header-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
        width: 100% !important;
        border-top: unset !important;
        padding: unset !important;
        border-radius: unset !important;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu {
        flex-wrap: wrap !important;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .list-title {
        width: 100% !important;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .inner-list>ul.mega-sub-menu {
        padding: unset !important;
        border: unset !important;
        gap: unset !important;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .list-title>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
        font-size: 20px !important;
        padding: 16px !important;
    }

    .site-search-main .search-wrapper {
        top: calc(100% + 42px);
        right: calc(-100vw / 2 + 777px / 2);
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
        transform: rotate(270deg) !important;
        margin-bottom: 0 !important;
        top: 1px;
    }

    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child,
    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
        margin: unset !important;
    }

    /* .header-nav #mega-menu-wrap-menu-1 {
        display: inline-block !important;
    } */

    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open+#mega-menu-menu-1 {
        top: 115px !important;
    }
    #mega-menu-wrap-menu-1 .mega-menu-toggle ~ button.mega-close:before{
        content: unset !important;
    }

    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box {
        height: 24px !important;
    }
    .site-search-main .inner-search-icon {
        right: unset !important;
    }

    html body .header-nav #mega-menu-wrap-menu-1 .mega-menu-toggle+#mega-menu-menu-1 {
        top: 82px !important;
    }

    #mega-menu-wrap-menu-1 .mega-menu-toggle+#mega-menu-menu-1 {
        flex-direction: column;
        flex-wrap: nowrap;
        background: #FFF;
        padding: 0px;
        display: none;
        position: fixed;
        width: 100%;
        max-width: 100%;
        height: 100dvh;
        max-height: 100dvh;
        top: 0;
        box-sizing: border-box;
        transition: transform 0.6s ease-in-out;
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 9999999999;
        display: flex;
        transform: translateX(-100%);
    }

    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open+#mega-menu-menu-1 {
        transform: translateX(0%);
    }

    html body .header-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link+ul.mega-sub-menu {
        position: absolute;
        right: 0;
        bottom: 0;
        top: -1px;
        border: none;
        height: 100%;
        padding: 0 20px !important;
        transform: translateX(110%);
        opacity: 0;
        transition: transform 0.6s ease-in-out,
            opacity 0.6s ease-in-out;
        display: block;
    }

    html body .header-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-toggle-on>a.mega-menu-link+ul.mega-sub-menu {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .list-title>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
        padding: 32px 0 18px 0 !important;
        display: inline-flex;
        align-items: center;
        border-bottom: solid 1px rgb(6 36 94 / 40%);
        width: 100%;
        margin-bottom: 18px;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .list-title>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:before {
        content: "";
        display: inline-block;
        width: 8px;
        height: 15px;
        margin-right: 8px;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='15' viewBox='0 0 8 15' fill='none'><path d='M0.210938 7.76953C0 7.55859 0 7.17188 0.210938 6.96094L6.96094 0.210938C7.17188 0 7.55859 0 7.76953 0.210938C7.98047 0.421875 7.98047 0.808594 7.76953 1.01953L1.40625 7.34766L7.76953 13.7109C7.98047 13.9219 7.98047 14.3086 7.76953 14.5195C7.55859 14.7305 7.17188 14.7305 6.96094 14.5195L0.210938 7.76953Z' fill='%2306245E'/></svg>");
    }


    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item {
        position: static;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children.mega-toggle-on>a.mega-menu-link>span.mega-indicator:after {
        content: "";
    }

    html body .header-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
        justify-content: space-between;
    }

    .site-search-main.inner-search-icon {
        min-width: 100%;
        position: relative;
        padding: 4px 25px 4px 15px;
    }
}
@media (max-width:767px){
    body .elementor-widget-nav-menu.medium-text .elementor-nav-menu--main .elementor-nav-menu li {
        margin-bottom: 16px !important;
    }

    body .elementor-widget-text-editor.small-text p {
        font-size: 12px;
    }

    .yellow-btn.header-btn a.elementor-button {
        font-size: 14px !important;
        padding: 7px 10px;
    }

    .footer-menu .elementor-nav-menu--main ul.elementor-nav-menu {
        column-count: 2;
    }

    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box {
        width: 24px !important;
    }

    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner,
    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before,
    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
        width: 24px !important;
    }

    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open+#mega-menu-menu-1 {
        top: 103px !important;
    }
        html body .header-nav #mega-menu-wrap-menu-1 .mega-menu-toggle+#mega-menu-menu-1 {
        top: 57px !important;
    }

    .site-search-main .site-search button[type="submit"] {
        font-size: 0;
        padding: 0;
        width: 60px !important;
        background-position: center;
    }

    .site-search-main.inner-search-icon {
        padding: 4px 25px 4px 0;
    }
    .question_form .gform_fields{
		gap:24px !important;
	}
}
@media (max-width:379px){
    html body .header-nav #mega-menu-wrap-menu-1 .mega-menu-toggle+#mega-menu-menu-1 {
        top: 55px !important;
    }

    header .header-logo img {
        max-width: 100px !important;
    }

    .yellow-btn.header-btn a.elementor-button {
        font-size: 12px !important;
    } 
}
/* Header megamenu css end */

 footer .footer-text a {
    font-family: var(--lato-font);
    font-size: 18px;
    line-height: 146%;
    font-weight: 400;
    color: #fff;
    display: inline-flex;
}
@media only screen and (max-width: 767px) {
    footer .footer-text a {
        font-size: 16px;
    }
}

/* --------------------------------------------------Home Page Css Start------------------------------------------------ */

/* Counter section css start */
.counter-box.elementor-widget-counter .elementor-counter .elementor-counter-number-wrapper,
.counter-number span {
    font-size: 30px !important;
    line-height: 140% !important;
    font-weight: 700 !important;
}

.counter-box.elementor-widget-counter .elementor-counter .elementor-counter-number-wrapper {
    display: none;
}

.counter-box.elementor-widget-counter .elementor-counter .elementor-counter-title {
    font-size: 20px;
    line-height: 140%;
    font-weight: 500;
    text-align: center;
}

/* Counter section css end */

/* Testimonial Slider Css start */
.yt-video iframe{
    display: none;
    border-radius: 10px;
}
.author-slider .slider-innerwrpper {
    display: flex;
    justify-content: space-between;
    gap: 90px;
}

.author-slider .slider-innerwrpper .left-col {
    width: 50%;
}
.author-slider .slider-innerwrpper .left-col .wistia-video,
.author-slider .slider-innerwrpper .left-col .yt-video,
.author-slider .slider-innerwrpper .left-col .image {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    padding-top: 56.25%;
}
.author-slider .slider-innerwrpper .left-col .wistia-video wistia-player, 
.author-slider .slider-innerwrpper .left-col .yt-video iframe, 
.author-slider .slider-innerwrpper .left-col .yt-video > img,
.author-slider .slider-innerwrpper .left-col .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.author-slider .slider-innerwrpper .right-col {
    width: 43%;
    padding-bottom: 140px;
    position: relative;
}
.author-slider .slider-innerwrpper .left-col .yt-video .play-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.author-slider .slider-innerwrpper .right-col .filter-cat span {
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    color: var(--Slate-Grey);
    margin-bottom: 14px;
    display: inline-block;
}
.author-slider .slider-innerwrpper .right-col .filter-cat ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    gap: 10px;
    list-style: none;
    margin-bottom: 32px;
}

.author-slider .slider-innerwrpper .right-col .filter-cat ul li a {
    padding: 6px 14px;
    border-radius: 30px;
    background-color: #faf8f680;
    border: 1px solid var(--Dark-Blue);
    color: var(--Dark-Blue);
    font-size: 18px;
    line-height: 100%;
    display: inline-flex;
    min-height: 39px;
    align-items: center;
}

.author-slider .slider-innerwrpper .right-col .filter-cat ul li.active a,
.author-slider .slider-innerwrpper .right-col .filter-cat ul li a:hover {
    background-color: var(--Dark-Blue);
    color: var(--Off-White);
}

.author-slider .slider-innerwrpper .right-col .description p {
    margin-bottom: 18px;
}

.author-slider .slider-innerwrpper .right-col h3 {
    font-size: 20px;
    font-family: var(--poppins-font);
    line-height: 140%;
    font-weight: 600;
    color: var(--Dark-Blue);
    margin: 0 0 6px 0;
}

.author-slider .slider-innerwrpper .right-col>span {
    font-size: 18px;
    color: var(--Slate-Grey);
    /* padding-bottom: 46px; */
    display: inline-block;
}

.author-slider .slider-innerwrpper .right-col .btn {
    position: absolute;
    bottom: 0;
}
.testimonial-slider.no-btn-slider .author-slider .slider-innerwrpper .right-col{
    padding-bottom: 60px;
}

.author-slider .slider-innerwrpper .right-col .btn a {
    font-size: 20px !important;
    font-weight: 700 !important;
    font-family: var(--lato-font);
    line-height: 100%;
    text-decoration: none;
    box-sizing: border-box;
    color: var(--Off-White);
    background-color: var(--Dark-Blue);
    border: 2px solid var(--Dark-Blue);
    padding: 18px 30px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    border-radius: 40px;
    -webkit-appearance: none;
    transition: all 0.3s;
    max-width: 100%;
    margin-top: 40px;
}

.author-slider .slider-innerwrpper .right-col .btn a:hover {
    color: var(--Dark-Blue) !important;
    background-color: transparent !important;
}

.elementor-widget-testimonial_slider .slick-dots,
.blog-slider .slick-dots {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 12px;
    justify-content: center;
}

.elementor-widget-testimonial_slider .slick-dots li,
.blog-slider .slick-dots li {
    font-size: 0;
    line-height: 0;
}

.elementor-widget-testimonial_slider .slick-dots li button,
.blog-slider .slick-dots li button {
    padding: 0;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: var(--Medium-Blue) !important;
    border: 0;
    font-size: 0 !important;
    opacity: 0.4;
}

.elementor-widget-testimonial_slider .slick-dots li.slick-active button,
.testimonial-dark.elementor-widget-testimonial_slider  .slick-dots li.slick-active button,
.blog-slider .slick-dots li.slick-active button,
.blog-slider-dark .blog-slider .slick-dots li.slick-active button {
    background-color: var(--Dark-Blue) !important;
    opacity: 1;
}
.testimonial-dark.elementor-widget-testimonial_slider .slick-dots li button,
.blog-slider-dark .blog-slider .slick-dots li button{
    background-color: var(--Dark-Blue) !important;
     opacity: 0.4;
}
.blog-slider-dark  .blog-innerwrap{
    background-color: var(--Off-White) !important;
}
.elementor-widget-testimonial_slider .slick-arrow {
    padding: 0;
    border: 0;
    font-size: 0;
    width: 13px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    position: absolute;
    z-index: 1;
}

.elementor-widget-testimonial_slider .slick-prev {
    background-image: url(../img/Chevron-left.svg);
    bottom: 90px;
    left: 57%;
}

.elementor-widget-testimonial_slider .slick-next {
    background-image: url(../img/Chevron-right.svg);
    bottom: 90px;
    left: calc(57% + 35px);
}

.elementor-widget-testimonial_slider .slick-arrow:hover,
[type="button"]:focus,
[type="button"]:hover,
[type="submit"]:focus,
[type="submit"]:hover,
button:focus,
button:hover {
    background-color: transparent !important;
    color: transparent !important;
}

.elementor-widget-testimonial_slider [type="button"],
.elementor-widget-testimonial_slider [type="submit"],
.elementor-widget-testimonial_slider button {
    color: transparent !important;
    background-color: transparent !important;
}

.slick-slider .slick-list {
    margin-inline: -12px;
}

.slick-slider .slick-slide {
    padding-inline: 12px;
}
.not-dot-slider .slider-innerwrpper.no-btn .right-col{
    padding-bottom: 30px;
}
.not-dot-slider .testimonial-slider.no-btn-slider .slick-prev,
.not-dot-slider .testimonial-slider.no-btn-slider .slick-next{
    bottom: 0px;
}
.testimonial-slider .slick-slide {
    height: inherit !important;
}
.testimonial-slider .slick-track {
    display: flex !important;
}
.elementor-widget-testimonial_slider{
    position: relative;
}
.elementor-widget-testimonial_slider .btn {
    position: absolute;
    bottom: 0;
    left: 57%;
}
.elementor-widget-testimonial_slider .btn a{
    font-size: 20px !important;
    font-weight: 700 !important;
    font-family: var(--lato-font);
    text-decoration: none;
    box-sizing: border-box;
    color: var(--Off-White);
    background-color: var(--Dark-Blue);
    border: 2px solid var(--Dark-Blue);
    padding: 14px 30px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    border-radius: 40px;
    -webkit-appearance: none;
    transition: all 0.3s;
    max-width: 100%;
}
.elementor-widget-testimonial_slider .btn a:hover{
    background-color: transparent;
    color:var(--Dark-Blue)
}
/* Testimonial Slider Css end */

.growth-chart .elementor-widget-heading .elementor-heading-title {
    font-family: var(--lato-font);
    font-size: 76px;
    font-weight: 600;
    line-height: 100%;
}

.growth-chart .range-value {
    display: flex;
    align-items: center;
}

.growth-chart .elementor-widget-heading span.elementor-heading-title {
    font-family: var(--lato-font);
    font-size: 43px;
    font-weight: 400;
    line-height: 100%;
}

#range-only .chart {
    height: 260px;
    display: flex;
    align-items: flex-end;
    gap: 15px;
    justify-content: flex-end;
}

#range-only .bar-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

#range-only .bar {
    width: 60px;
    border-radius: 4px;
    background: linear-gradient(#c5ddff, #9fc7ff);
    height: 6px;
    transition: height 800ms cubic-bezier(.22, .9, .36, 1);
}

#range-only .bar.last {
    background: rgba(241, 196, 0, 1);
    box-shadow: 0 6px 18px rgba(242, 196, 0, 0.18);
}

#range-only .bar-value {
    margin-top: 8px;
    font-weight: 700;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.95);
}

@media (max-width:900px) {
    #range-only .card {
        flex-direction: column;
        gap: 16px;
        padding: 18px;
    }

    #range-only .range-value {
        font-size: 48px;
    }

    #range-only .chart {
        height: 140px;
    }
}

.light-blue-focus,
.light-blue-focus .light-blue-border,
.light-yellow-focus,
.light-yellow-focus .light-yellow-border {
    position: relative;
}

.light-blue-focus .light-blue-border,
.light-yellow-focus .light-yellow-border {
    height: 100%;
}

.light-blue-focus:after,
.light-yellow-focus::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 90%;
    opacity: 0.5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.light-blue-focus:after {
    background-color: var(--Medium-Blue);
}

.light-yellow-focus::after {
    background-color: var(--Lightyellow);
}

.light-blue-focus .light-blue-border p,
.light-yellow-focus .light-yellow-border p {
    font-weight: 500;
}

.light-blue-focus .light-blue-border::after,
.light-yellow-focus .light-yellow-border::after{
    content: "";
    position: absolute;
    width: 90%;
    height: 2px;
    opacity: 0.5;
    bottom: -12px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.light-blue-focus .light-blue-border::after {
    background-color: var(--Medium-Blue);
}

.light-yellow-focus .light-yellow-border::after {
    background-color: var(--Lightyellow);
}

.dark-blue-focus,
.dark-blue-focus .dark-blue-border {
    position: relative;
}
.dark-blue-focus .dark-blue-border {
    height: 100%;
}
.dark-blue-focus::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 90%;
    opacity: 0.2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.dark-blue-focus::after{
    background-color: var(--Dark-Blue);
}
.dark-blue-focus .dark-blue-border:after{
    content: "";
    position: absolute;
    width: 85%;
    height: 2px;
    opacity: 0.2;
    bottom: -12px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.dark-blue-focus .dark-blue-border:after{
    background-color: var(--Dark-Blue);
}

/* .dark-blue-focus>.dark-blue-border:nth-child(3)::after,
.dark-blue-focus>.dark-blue-border:nth-child(4)::after , */
.light-blue-focus>.light-blue-border:nth-child(3)::after,
.light-blue-focus>.light-blue-border:nth-child(4)::after,
.light-yellow-focus>.light-yellow-border:nth-child(3)::after,
.light-yellow-focus>.light-yellow-border:nth-child(4)::after
 {
    width: 0 !important;
}

/* Home page gravity form css start  */
.marketing_form .gform_fields {
    gap: 24px !important;
}

.marketing_form .gform-body {
    margin-left: 24px;
}
.marketing_form .gform_fields .gfield .ginput_container textarea,
.marketing_form .gform_fields .gfield .ginput_container input,
.marketing_form .gform_fields .gfield .ginput_container select {
    background-color: transparent;
    box-shadow: unset;
    border-width: 0;
    border-bottom: 2px solid #06245e80;
    border-radius: unset;
    min-height: 43.75px;
    padding: 0;
    outline: unset;
    font-family: var(--poppins-font);
    font-size: 18px;
    line-height: 140%;
    color: var(--Dark-Blue);
}
.marketing_form .gform_fields .gfield .ginput_container select{
    line-height: 40px;
}
.marketing_form .gform_fields .gfield--type-address .ginput_container {
    margin-inline: -12px;
}

.marketing_form .gform_fields .gfield--type-address .ginput_container span {
    padding-inline: calc(24px / 2);
}

.marketing_form .gform_fields .gfield--type-checkbox .gform-field-label {
    font-family: var(--poppins-font);
    font-size: 14px;
    line-height: 140%;
    font-style: italic;
    color: var(--Slate-Grey);
    margin-left: 3px;
}
input[type=number]::-webkit-inner-spin-button{
	opacity: 0 !important;
    display:none;
}

.marketing_form .gform_fields .gfield--type-checkbox input {
    min-height: unset !important;
    border: 1px solid var(--Slate-Grey);
    border-radius: 5px !important;
    border-width: 2px !important;
    width: 16px;
    height: 16px !important;
}

.gform-theme--framework input[type="checkbox"]:where( :not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
    font-size: 12px !important;
}

.gform-footer .gform_button {
    background-color: var(--Dark-Blue) !important;
    border-radius: 40px !important;
    outline: unset !important;
    color: var(--Off-White) !important;
    padding: 18px 55px 18px 30px !important;
    font-family: var(--lato-font) !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 100% !important;
    border: 2px solid var(--Dark-Blue) !important;
    background-image: url(../img/arrow-down-to-line.svg);
    background-repeat: no-repeat;
    background-position: 88% 20px;
}

.marketing_form .gform-footer {
    margin-top: 50px !important;
}

.marketing_form .gform-footer .gform_button:hover {
    color: var(--Dark-Blue) !important;
    background-color: transparent !important;
    background-image: url(../img/arrow-down-blue.svg);
}

.gform_wrapper .gform_confirmation_message {
    padding: 8px !important;
    border: 1px solid var(--Dark-Blue) !important;
    border-radius: 10px !important;
    color: green !important;
    font-size: 18px !important;
}
body .marketing_form  .gform_wrapper input:-webkit-autofill,
body .marketing_form  .gform_wrapper input:-webkit-autofill:hover,
body .marketing_form  .gform_wrapper input:-webkit-autofill:focus,
body .marketing_form  .gform_wrapper textarea:-webkit-autofill,
body .marketing_form  .gform_wrapper select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important; /* form background */
    box-shadow: 0 0 0 1000px transparent inset !important;
    /* -webkit-text-fill-color: var(--Dark-Blue) !important; 
    caret-color: var(--Dark-Blue); */
}
.gform_wrapper .gform_validation_errors {
    margin-bottom: 24px !important;
    padding: 10px !important;
}
.gfield--input-type-radio > .gform-field-label{
	font-size:16px !important;
	font-weight:600 !important;
	color:var(--Slate-Grey) !important;
}
.gfield--input-type-radio .gfield_radio .gchoice .gform-field-label{
	font-size:16px !important;
	color:var(--Slate-Grey) !important;
} 
.gfield--input-type-radio .gfield_radio .gchoice .gfield-choice-input{
	box-shadow:unset !important;
}

/* Home page gravity form css end  */

/* blog post css start */
.elementor-widget-loop-grid .elementor-loop-container .e-loop-item .elementor-widget-theme-post-featured-image img {
    min-height: 280px;
    object-fit: cover;
    border-radius: 10px;
}

.blog-slider {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.blog-innerwrap {
    padding: 16px 16px 24px 16px;
    background-color: #B1D4FDA6;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: calc(33.33% - 16px);
}

.blog-innerwrap .feature-img a{
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 56.25%;
    border-radius: 10px;
    overflow: hidden;
}

.blog-innerwrap .feature-img img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.blog-innerwrap:hover .feature-img img {
    transform: scale(1.1);
}
.blog-innerwrap .blog-content h3.h4 {
    margin: 0 0 0px 0;
}
.blog-innerwrap .blog-excerpt{
    margin-top: 10px;
}

.blog-innerwrap .blog-content h3.h4 a {
    color: var(--Slate-Grey);
}

.blog-innerwrap .blog-content h3.h4 a:hover {
    color: var(--Dark-Blue);
}
.tool-blog .blog-innerwrap .blog-content{
    display: flex;
    flex-direction: column;
    flex:auto;
}
.blog-slider .blog-innerwrap .blog-content{
    display: flex;
    flex-direction: column;
    flex:auto;
    gap: 24px;
}

.blog-innerwrap .blog-content a.blog-btn {
    font-size: 20px;
    color: var(--Dark-Blue);
    font-family: var(--poppins-font);
    font-weight: 500 !important;
    line-height: 100%;
    position: relative;
    margin-top: auto;
    display: inline-block;
    width: fit-content;
}
.blog-slider-dark .blog-innerwrap .blog-content a.blog-btn{
    background-image: url(../img/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: right 3px;
    background-size: 18px;
    padding-right: 26px !important;
}
.blog-innerwrap .blog-content a.blog-btn:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    border-radius: 5px;
    bottom: -2px;
    left: 0;
    background: currentcolor;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

 .blog-innerwrap .blog-content a.blog-btn:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.blog-slider .slick-arrow {
    padding: 0;
    border: 0;
    font-size: 0;
    width: 30px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    position: absolute;
    z-index: 1;
}

.blog-slider .slick-dots {
    padding-top: 40px;
}

.blog-slider .slick-prev {
    background-image: url(../img/arrow-left.svg);
    bottom: 0;
    left: calc(25% + 50px);
}

.blog-slider .slick-prev:hover,
.blog-slider .slick-next:hover {
    background-color: transparent !important;
}

.blog-slider .slick-next {
    background-image: url(../img/arrow-right.svg);
    bottom: 0;
    left: calc(25% + 24px);
}

/* blog post css end */

@media(max-width:1199px){
    .section-gap{
        gap:24px;
    }
    .counter-box.elementor-widget-counter .elementor-counter .elementor-counter-title{
        font-size: 18px;
    }
    .author-slider .slider-innerwrpper{
        gap: 30px ;
    }
    .author-slider .slider-innerwrpper .right-col{
        width: 50%;
    }
    .elementor-widget-testimonial_slider .btn{
        left: 52%;
    }
    .elementor-widget-testimonial_slider .slick-prev{
        left: 52%;
    }
    .elementor-widget-testimonial_slider .slick-next{
        left: calc(52% + 35px);
    }
    .growth-chart .elementor-widget-heading .elementor-heading-title{
        font-size: 55px;
    }
    .chart-bg{
        padding-left:120px !important;
        padding-right: 120px !important;
    }
    .growth-chart .elementor-widget-heading span.elementor-heading-title{
        font-size: 30px;
    }
}
@media(max-width:991px){
    .author-slider .slider-innerwrpper .right-col .btn a {
        font-size: 18px !important;
        padding: 18px 20px;
    }
    .author-slider .slider-innerwrpper{
        gap: 30px ;
    }
    .author-slider .slider-innerwrpper .right-col{
        width: 50%;
    }
    .elementor-widget-testimonial_slider .btn a{
        font-size: 18px !important;
    }
    .chart-bg{
        padding-left:80px !important;
        padding-right: 80px !important;
    }
}
@media(max-width:767px){
    .counter-box.elementor-widget-counter .elementor-counter .elementor-counter-title{
        font-size: 20px;
    }
    .author-slider .slider-innerwrpper {
        flex-wrap: wrap;
        gap: 24px;
    }

    .author-slider .slider-innerwrpper .left-col,
    .author-slider .slider-innerwrpper .right-col {
        width: 100%;
    }

    .author-slider .slider-innerwrpper .right-col {
        padding-bottom: 60px;
    }
    .elementor-widget-testimonial_slider .btn a{
        width: 100%;
    }

    .author-slider .slider-innerwrpper .right-col .filter-cat ul li a {
        font-size: 16px;
        min-height: 33px;
    }

    .author-slider .slider-innerwrpper .right-col h3 {
        font-size: 16px;
        line-height: 140%;
    }

    .author-slider .slider-innerwrpper .right-col>span {
        font-size: 14px;
        line-height: 140%;
    }

    .author-slider .slider-innerwrpper .right-col .btn a {
        font-size: 18px !important;
        line-height: 100% !important;
        width: 100%;
    }

    .author-slider .slider-innerwrpper .right-col .btn {
        width: 100%;
    }

    .author-slider .slider-innerwrpper .left-col .play-icon img {
        width: 60px;
    }

    .author-slider .slider-innerwrpper .left-col>img {
        height: 40vh;
    }

    .elementor-widget-testimonial_slider .slick-dots {
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        bottom: 30px;
    }

    .elementor-widget-testimonial_slider .slick-prev {
        bottom: 25px;
        left: calc(10% + 50px);
    }
    .elementor-widget-testimonial_slider .btn a{
        width: 100%;
        padding: 16px 22px;
        line-height: 100%;
    }

    .elementor-widget-testimonial_slider .slick-next {
        bottom: 25px;
        right: calc(10% + 50px);
        left: unset;
    }
    .author-slider .slider-innerwrpper .left-col video {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        bottom: 0;
    }
    .author-slider .slider-innerwrpper .left-col>img{
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        left: 0;
        bottom: 0;
    }
    .chart-bg{
        padding-left:50px !important;
        padding-right: 50px !important;
    }
}
@media(max-width:379px){
    /* .author-slider .slider-innerwrpper .right-col {
        padding-bottom: 150px;
    } */
    .author-slider .slider-innerwrpper .right-col .btn a {
        font-size: 16px;
    }
    .marketing_form .gform_fields .gfield .ginput_container input, .marketing_form .gform_fields .gfield .ginput_container select{
        font-size: 16px;
    }
}
/* --------------------------------------------------Home Page Css end------------------------------------------------ */


/* Patnership Accordian Css start */
.partnership_accordion{
/*     margin-top: -24px; */
}
.partnership_accordion .e-n-accordion-item{
    padding: 25px 20px !important;
    border-bottom: 1px solid #27272780;
/*     transition: all 0.3s cubic-bezier(0.47, 0, 0.75, 0.72) !important; */
/*     height: 100% !important;  */
}
.white-accordian .e-n-accordion-item[open]{ 
    background-color: var(--Off-White) !important;
}
.partnership_accordion .e-n-accordion-item[open]{
    background-color: var(--Dark-Blue);
    padding: 25px 20px !important;
    border: unset;
    border-radius: 10px;
/*     margin-top: 24px; */
/*     transition: all 0.5s cubic-bezier(0.47, 0, 0.75, 0.72) !important; */
/*     height: 100% !important; */
}

.partnership_accordion .e-n-accordion-item-content {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.45s cubic-bezier(0.47, 0, 0.75, 0.72), opacity 0.35s ease;
    padding-top: 0;
    padding-bottom: 0;
}
.partnership_accordion .e-n-accordion-item .e-n-accordion-item-title-text{
    display: flex;
    align-items: center;
    gap: 30px;
}
.partnership_accordion .e-n-accordion-item[open] .e-n-accordion-item-title-text img{ 
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(2707%) hue-rotate(255deg) brightness(112%) contrast(95%);
}
.white-accordian .e-n-accordion-item[open] .e-n-accordion-item-title-text img{
    filter: brightness(0) saturate(100%) invert(12%) sepia(57%) saturate(2637%) hue-rotate(204deg) brightness(94%) contrast(100%);
}
.white-accordian .e-n-accordion-item[open] .e-n-accordion-item-title-icon span svg path{
    fill: var(--Dark-Blue) !important;
}
.partnership_accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon span svg path{
    fill: var(--Off-White);
}
.map-list .elementor-icon-list-items{
    column-count: 2;
}
.map-list .elementor-icon-list-items svg{
    width: 26px !important;
    height: 24px !important;
    margin: 0 !important;
}
.tab-heading a.active,.dropdown-menu li a.active{
	/* color:#B1D4FD !important; */
    text-decoration: underline !important;
    text-underline-offset: 4px;
}
.dropdown-box {
    width: 100%;
    position: relative;
    font-family: Arial, sans-serif;
}

.dropdown-header {
    padding: 14px;
    /* border-bottom: 1px solid #27272729; */
    background: var(--Off-White);
    cursor: pointer;
    position: relative;
    color: var(--Slate-Grey) !important;
    font-family: 'Lato';
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
}

/* Arrow */
.dropdown-header .arrow {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid var(--Dark-Blue);
    border-bottom: 2px solid var(--Dark-Blue);
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s ease;
}

/* Rotate when active */
.dropdown-box.active .arrow {
    transform: translateY(-50%) rotate(-135deg);
}

.dropdown-menu {
    list-style: none;
    padding: 0;
    display: none;
    border-bottom: 1px solid #ccc;
    background: var(--Off-White);
}

.dropdown-menu.open{
    display: block;
}

.dropdown-header{
    cursor: pointer;
    user-select: none;
}

.dropdown-menu li a {
    display: block;
    padding: 16px;
    text-decoration: none;
    color: var(--Slate-Grey) !important;
    font-family: 'Lato';
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
}

.dropdown-menu li:last-child a {
    border-bottom: none;
}

.dropdown-menu li a:hover {
    background: var(--Light-Blue); /* light blue like your image */
}

/* Smooth scroll */
html {
    scroll-behavior: smooth;
}

/* Partnership Accordion Css end */

/* Patnership service Page css start */
.single-testimonial .right-col{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 !important;
}
.counter-sec .elementor-counter .elementor-counter-number-wrapper span{
    font-size: 58px;
    font-family: var(--lato-font);
    line-height: 160%;
    font-weight: 700;
}

.service-accordion .e-n-accordion-item[open]{
    background-color: var(--Dark-Blue);
    padding: 30px !important;
    border-radius: 10px;
    margin-top: 24px;
    /* transition: all 0.5s cubic-bezier(0.47, 0, 0.75, 0.72) !important; */
    /* height: 100% !important; */
}
.service-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon span svg path{
    fill: var(--Off-White);
}
.service-accordion .e-n-accordion-item{
    padding: 24px 30px !important;
    border-bottom: 1px solid #27272780;
}
/* Patnership service Page css end  */

/* Patnership Page css start */
.work-icon-box{
    transition: transform 0.35s ease;
    transform: scale(1);
}
.work-icon-box:hover{
    transform: scale(1.03) !important;
}
.work-icon-box .elementor-icon-box-icon .elementor-icon svg{
    width: 70px;
    height: 70px;
}
.work-icon-box .elementor-icon-box-content .elementor-icon-box-title{
    margin-top: unset;
}
.work-icon-box .box-num span{
    font-family: var(--poppins-font);
    font-weight: 700;
    font-size: 80px;
    line-height: 100%;
    text-transform: capitalize;
    display: inline-block;
}
.tab-header .tab-heading{
    padding:6px 40px 6px 40px; 
    border-right: 1px solid rgb(39 39 39 / 30%);
    font-size: 20px;
    font-weight: 600;
    font-family: var(--lato-font);
}
.tab-header .tab-heading:first-child{
    padding-left:0px;
}
.tab-header .tab-heading:last-child{
    padding-right:0px;
    border-right: unset;
}

/* Patnership Page css End */

/* Contact Page Css start */
.gform_required_legend{
    display: none !important;
}
.contact-form .gform_fields{
    gap: 24px !important;
}
.contact-form .gform_fields .gfield .ginput_container input,
.contact-form .gform_fields .gfield .ginput_container select {
    background-color: transparent;
    box-shadow: unset;
    border-width: 0;
    border-bottom: 2px solid #06245e80;
    border-radius: unset;
    min-height: 33px;
    padding: 0;
    outline: unset;
    font-family: var(--poppins-font);
    font-size: 18px;
    line-height: 140%;
    color: var(--Dark-Blue);
}
.contact-form .gform_fields .gfield .ginput_container select{
    line-height: 36px;
}
.contact-form .gform-footer{
    margin-top: 30px !important;
}
.contact-form .gform-footer .gform_button{
    padding: 18px 30px !important;
    background-image: unset !important;
    width: 100% !important;
}
.contact-form .gform-footer .gform_button:hover{
    background-color: transparent !important;
    color: var(--Dark-Blue) !important;
}
.contact-form .gform_wrapper .gform_confirmation_message{
    border: 1px solid var(--Dark-Blue) !important;
    color: var(--Off-White) !important;
    background-color: var(--Dark-Blue) !important;
}
.getin-touch .elementor-icon-box-content .elementor-icon-box-title{
    margin-top: unset !important;
}
.getin-touch .elementor-icon-box-content .elementor-icon-box-description a{
    color: var(--Off-White);
}
.getin-touch .elementor-icon-box-content .elementor-icon-box-description a:hover{
    color: var(--Medium-Blue);
}

 .fm-map-container{
    height: 600px !important;
 }
.fm-tooltip table.fm-tooltip-frame{
    max-width: 270px;
    min-width: 270px;
    border: unset !important;
    padding: 14px !important;
    box-shadow: 0px 5px 10px 0px #00000026;
    position: relative;
}
.fm-tooltip table.fm-tooltip-frame tr.fm-tooltip-frame{
    border: unset !important;
    padding: 0;
}
.fm-tooltip{
    z-index:0 !important;
}
.fm-map-container svg{
    z-index: 0 !important;
}
.fm-tooltip .fm-tooltip-name{
    background-color: var(--white);
    color: var(--Slate-Grey) !important;
    border: 1px solid var(--Slate-Grey);
    border-radius: 10px;
    padding: 8px 14px;
    font-size: 14px !important;
    line-height: 100%;
    display: inline-block !important;
    margin-bottom: 10px;
    box-shadow: 0px 5px 10px 0px #00000026;
}
.fm-tooltip-frame {
	display: none;
}
.fm-tooltip-frame:has(.fm-tooltip-x.fm-frozen-x) {
    display: block;
}
.usaHtml5MapStateInfo{
    position: relative;
    padding-left: 40px;
}
.usaHtml5MapStateInfo p{
    font-size: 14px;
    line-height: 130%;
    font-weight: 500;
    color: var(--Slate-Grey);
}
.usaHtml5MapStateInfo:after{
    width: 20px;
    height: 20px;
    background-color: var(--Medium-Blue);
    position: absolute;
    content: '';
    top: -1px;
    left: 0;
}
/* table.fm-tooltip-frame:after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 52%;
    transform: translateX(-50%) rotate(45deg);
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 5px;
} */
.fm-tooltip .fm-tooltip-frame .fm-tooltip-comment{
    background-color: transparent;
    border: unset;
    padding: 0;
}
.fm-tooltip .fm-tooltip-frame .fm-tooltip-comment:hover{
    background-color: transparent;
}
.fm-tooltip-comment p{
    font-family: var(--poppins-font);
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: var(--Slate-Grey);
}
.fm-tooltip-comment p span{
    font-weight: 700;
}
.fm-tooltip-comment p a{
    font-family: var(--poppins-font);
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    text-decoration: underline;
    color: var(--Dark-Blue);
    margin-top: 24px;
    display: inline-block;
    background-image: url(../img/right-arrow-dark.svg);
    background-repeat: no-repeat;
    background-position: right 3px;
    background-size: 14px;
    padding-right: 22px !important;
}
.fm-tooltip-comment p a:hover{
    color: var(--Dark-Blue);
}
/* Contact Page Css end */

/* Step Form css start */
.step-form .gform_fields{
    gap: 15px 24px  !important;
}
.step-form .gform_fields .gfield .ginput_container input,
.step-form .gform_fields .gfield .ginput_container select,
.step-form .gform_fields .gfield .ginput_container textarea{
    background-color: transparent;
    box-shadow: unset;
    border-width: 0;
    border-bottom: 2px solid #06245e80;
    border-radius: unset;
    min-height: 42px;
    padding: 0;
    outline: unset;
    font-family: var(--poppins-font);
    font-size: 16px;
    line-height: 140%;
    color: var(--Dark-Blue);
}
.step-form .gform_fields .gfield .ginput_container select{
    line-height: 40px;
}
.step-form .gform_fields .gfield--type-address .ginput_container span{
    padding-inline: calc(24px / 2);
}
.step-form .gform_fields .gfield--type-address .ginput_container {
    margin-inline: -12px;
}
.step-form .gform-page-footer .gform_next_button,
.step-form .gform-page-footer .gform_previous_button,
.step-form .gform-page-footer .gform_button {
    background-color: var(--Dark-Blue) !important;
    border-radius: 40px !important;
    outline: unset !important;
    color: var(--Off-White) !important;
    padding: 18px 30px 18px 30px !important;
    font-family: var(--lato-font) !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 100% !important;
    border: 2px solid var(--Dark-Blue) !important;
    background-repeat: no-repeat;
    width: 100% !important;
}
.step-form .gform-page-footer .gform_button{
    background-color: var(--imagen-yellow) !important;
    color: var(--Slate-Grey) !important;
    border-color: var(--imagen-yellow) !important;
}
.step-form .gform-page-footer .gform_button:hover{
    background-color: transparent !important;
    color: var(--Slate-Grey) !important;
}
.step-form .gform-page-footer .gform_next_button:hover,
.step-form .gform-page-footer .gform_previous_button:hover{
    background-color: transparent !important;
    color: var(--Dark-Blue) !important;
}
.step-form .gform-page-footer {
    flex-wrap: nowrap !important;
    margin-top: 30px !important;
    gap: 24px !important;
}
.step-form .gform_wrapper input:-webkit-autofill,
.step-form .gform_wrapper input:-webkit-autofill:hover,
.step-form .gform_wrapper input:-webkit-autofill:focus,
.step-form .gform_wrapper textarea:-webkit-autofill,
.step-form .gform_wrapper select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #FAF8F6 inset !important; /* form background */
    box-shadow: 0 0 0 1000px #FAF8F6 inset !important;
    /* -webkit-text-fill-color: var(--Dark-Blue) !important; 
    caret-color: var(--Dark-Blue); */
}
.form-bg .gform_wrapper input:-webkit-autofill,
.form-bg .gform_wrapper input:-webkit-autofill:hover,
.form-bg .gform_wrapper input:-webkit-autofill:focus,
.form-bg .gform_wrapper textarea:-webkit-autofill,
.form-bg .gform_wrapper select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #CBE1FB inset !important; /* form background */
    box-shadow: 0 0 0 1000px #CBE1FB inset !important;
    /* -webkit-text-fill-color: var(--Dark-Blue) !important; 
    caret-color: var(--Dark-Blue); */
}
.step-form .gf_progressbar_wrapper{
    margin-bottom: 30px;
}
.step-form .gf_progressbar{
    border: 4px solid var(--white);
    box-shadow: 0px 4px 4px 0px #0000000F;
    background-color: var(--Medium-Blue) !important;
}
.step-form .gf_progressbar .gf_progressbar_percentage{
    background: linear-gradient(270deg, #06245E 0%, rgba(6, 36, 94, 0.3) 100%) !important;
    height: 16px !important;
}
.step-form .gf_progressbar_title{
    /* font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 18px !important;
    color: var(--Dark-Blue) !important; */
    display: none;
}
.step-form .gform_wrapper .gform_confirmation_message h2{
    color: var(--Dark-Blue);
    text-align: center;
    font-style: italic;
    margin:0 0 10px 0;
    font-weight: 700;
}
.step-form .gform_wrapper .gform_confirmation_message br{
    display: none;
}
.step-form .gform_wrapper .gform_confirmation_message{
    font-size: 18px !important;
    text-align: center;
    color: var(--Slate-Grey) !important;
    padding: 0 !important;
    border-radius: 0 !important;
    border: 0 !important;
    line-height: 30px !important;
}
.step-form .gform-page-footer .gform_next_button{
    background-image: url(../img/Arrow-right.svg);
    background-position: 59% 23px;
}
.step-form .gform-page-footer .gform_next_button:hover{
   background-image: url(../img/right-arrow-dark.svg); 
}
.step-form .gform-page-footer .gform_previous_button{
    background-position: 24% 23px;
    background-image: url(../img/Arrow-left.svg); 
}
.step-form .gform-page-footer .gform_previous_button:hover{
    background-image: url(../img/arrow-left-dark.svg); 
}
.gfield--type-number .gfield_description.instruction {
    display: none !important;
}
.step-form-arrow .gform-page-footer{
    justify-content: center;
}
.step-form-arrow .gform-page-footer .gform_next_button{
    padding: 18px 55px 18px 30px !important;
    background-position: 65% 23px !important;
}
.step-form-arrow .gform-page-footer .gform_previous_button{
    padding: 18px 30px 18px 55px !important;
    background-position: 26% 23px !important;
}
.step-form-arrow .gform-page-footer .gform_next_button,
.step-form-arrow .gform-page-footer .gform_previous_button,
.step-form-arrow .gform-page-footer .gform_button{
    max-width: 220px;
}
.step-form-arrow .gform_confirmation_message hr{
    margin: 20px;
    border: 1px solid #000000;
}
.remove-msg .step-num{
    display: none;
}

@media(max-width:767px){
.step-form .gform_fields .gfield .ginput_container input,
.step-form .gform_fields .gfield .ginput_container select,
.step-form .gform_fields .gfield .ginput_container textarea{
    font-size: 18px;
}
}
/* Step Form css end */

/* ---------------------------------------------- About Us page Css strat -------------------------------------- */
.h-100{
    height: 100% !important;
}
.light-blue-bg{
    background-color: #CBE1FB;
}
.light-theme-bg {
	background-color: var(--Medium-Blue);
}
.service-box-slider{
    display: flex;
    gap:60px 24px;
    flex-wrap: wrap;
    justify-content: center;
}
.service-box-slider .service-box-wrap{
    width: calc(25% - 18px);
    border: 2px solid #B1D4FD66;
    padding: 00px 40px 40px;
    border-radius: 10px;
    background: #122E65;
    transition: transform 0.35s ease;
    transform: scale(1);
}
.service-box-slider .service-box-wrap:hover{
    transform: scale(1.03);
}
.service-box-slider .service-box-wrap .service-img{
    margin-top: -35px;
    margin-bottom: 35px;
    display: inline-flex;
    padding: 0 22px;
    position: relative;
    z-index: 1;
}
.service-box-slider .service-box-wrap .service-img img{
    width: 70px;
    height: 70px;
    object-fit: inherit;
}
.service-box-slider .service-box-wrap .service-img:after{
    position: absolute;
    content: '';
    width: 114px;
    height: 2px;
    background-color: var(--Dark-Blue);
    bottom: 50%;
    left: 0;
    z-index: -1;
}
.service-box-slider .service-box-wrap h3.h4{
    color: var(--Off-White);
    margin: 0 0 8px 0;
}
.service-box-slider .service-box-wrap p{
    color: var(--Off-White);
    font-size: 16px;
    line-height: 160%;
}
.home-icon-box .service-box-slider .service-box-wrap{
    background-color: #CBE1FB;
}
.home-icon-box .service-box-slider .service-box-wrap p,
.home-icon-box .service-box-slider .service-box-wrap h3.h4{
    color:var(--Dark-Blue);
}
.home-icon-box .service-box-slider .service-box-wrap .service-img img{
    filter: brightness(0) saturate(100%) invert(12%) sepia(38%) saturate(3775%) hue-rotate(208deg) brightness(91%) contrast(101%);
}
.home-icon-box .service-box-slider .service-box-wrap .service-img:after{
    background-color: var(--Off-White);
	display: none;
}
.home-icon-box .service-box-slider .slick-dots li button{
    background-color: var(--white) !important;
	opacity:1 !important;
}
.home-icon-box .service-box-slider .slick-dots li.slick-active button{
    background-color: var(--Dark-Blue) !important;
}

.location-icon-box .service-box-slider .service-box-wrap {
    background: #CBE1FB;
	border: 2px solid rgba(177, 212, 253, 0.40);
}
.location-icon-box .service-box-slider .service-box-wrap p,
.location-icon-box .service-box-slider .service-box-wrap h4{
    color:var(--Dark-Blue);
}
.location-icon-box .service-box-slider .service-box-wrap .service-img img{
    filter: brightness(0) saturate(100%) invert(12%) sepia(38%) saturate(3775%) hue-rotate(208deg) brightness(91%) contrast(101%);
}
.location-icon-box .service-box-slider .service-box-wrap .service-img:after{
    background-color: #CBE1FB;
	border: 2px solid rgba(177, 212, 253, 0.40);
}
.location-icon-box .service-box-slider .slick-dots li button{
    background-color: var(--Medium-Blue) !important;
}
.location-icon-box .service-box-slider .slick-dots li.slick-active button{
    background-color: var(--Dark-Blue) !important;
}


.mobile-category-item .load-team{
	display: block;
    margin: 0 auto;
    padding: 14px 30px;
    border-radius: 30px;
    margin-bottom: 30px;
    background-color: var(--Dark-Blue);
    color: var(--white);
    border: 2px solid var(--Dark-Blue);
    font-weight: 700;
    font-size: 18px;
    font-family: var(--lato-font);
}
body.accordion-lock {
    overflow: hidden;
    position: relative;
    touch-action: none;
}

/* Prevent image focus issues */
.mobile-category-arrow img {
    pointer-events: none;
}
.mobile-category-item .load-team:hover,
.mobile-category-item .load-team:focus{
    background-color:transparent;
    color: var(--Dark-Blue) !important;
}
.meet-our-team{
    background-color: var(--Off-White);
    border-radius: 10px !important;
}
.meet-our-team .team-categories{
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.meet-our-team .team-details,
.mobile-category-content .team-details-mobile{
    border-radius: 0 0 10px 10px;
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.meet-our-team .team-details .team-box,
.mobile-category-content .team-details-mobile .team-box{
    width: calc(25% - 18px);
    min-height: 292px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s linear;
}
.meet-our-team .team-categories ul{
    padding: 0;
    list-style:none;
    display: flex;
}
.meet-our-team .team-categories ul li{
    width: -webkit-fill-available;
    text-align: center;
}
.meet-our-team .team-categories ul li h4{
    margin: 0;
}
.meet-our-team .team-categories ul li a{
    padding: 30px;
    display: block;
    color: var(--Slate-Grey) ;
}

.meet-our-team .team-categories ul li.active{
	background-color:var(--Off-White) !important; 
}
.meet-our-team .team-categories ul li.off-white,
.team-mobile-accordion .mobile-category-item .off-white{
    background-color: var(--Dark-Blue);
}
.meet-our-team .team-categories ul .off-white.active a,
.team-mobile-accordion .mobile-category-item .off-white.active a{
	color:var(--Slate-Grey)!important;
}
.meet-our-team .team-categories ul .off-white a,
.team-mobile-accordion .mobile-category-item .off-white a{
	color: var(--Off-White) !important; 
}
.meet-our-team .team-categories ul li.ligh-blue,
.team-mobile-accordion .mobile-category-item .ligh-blue{
    background-color: var(--Medium-Blue);
}
.meet-our-team .team-categories ul li.imagen-yellow,
.team-mobile-accordion .mobile-category-item .imagen-yellow{
    background-color: var(--imagen-yellow);
}
.meet-our-team .team-details .team-box .team-front,
.mobile-category-content .team-details-mobile .team-box .team-front{
    padding: 16px;
    display: flex;
    align-items: end;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    height: 100%;
    overflow: hidden;
}
.meet-our-team .team-details .team-box .team-front:after,
.mobile-category-content .team-details-mobile .team-box .team-front:after{
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(3, 21, 54, 0) 49.85%, rgba(3, 21, 54, 0.7) 100%);
    z-index: -1;
}
.meet-our-team .team-details .team-box .team-front h5,
.mobile-category-content .team-details-mobile .team-box .team-front h5{
    margin: 0;
    font-size:22px;
    font-weight: 700;
    color: var(--Off-White);
}
.meet-our-team .team-details .team-box .team-back,
.mobile-category-content .team-details-mobile .team-box .team-back {
    padding: 20px 16px 16px;
    position: absolute;
    top: 100%;
    background: #06245ec2;
    width: 100%;
    backdrop-filter: blur(20px);
    color: var(--Off-White);
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    height: 100%;
    overflow: hidden;
    transition: all 0.3s linear;
}
.meet-our-team .team-details .team-box .team-back h4,
.mobile-category-content .team-details-mobile .team-box .team-back h4{
    margin: 0 0 16px 0;
}
.meet-our-team .team-details .team-box .team-back p,
.mobile-category-content .team-details-mobile .team-box .team-back p{
    font-style: italic;
    margin-bottom: 4px;
    font-size: 16px;
}
.meet-our-team .team-details .team-box .team-back p.team-about-short,
.mobile-category-content .team-details-mobile .team-box .team-back p.team-about-short {
    font-style: normal !important;
}
.meet-our-team .team-details .team-box .team-back .read-bio a,
.mobile-category-content .team-details-mobile .team-box .team-back .read-bio a{
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    color: var(--Medium-Blue);
    display: flex;
    gap: 6px;
    margin-top: 12px;
    align-items: center;
}
.meet-our-team .team-details .team-box:hover .team-back,
.mobile-category-content .team-details-mobile .team-box:hover .team-back {
    visibility: visible;
    opacity: 1;
    top: 0;
}

/* team mobile accordian css  */
.team-mobile-accordion{
    display: none;
}
.team-mobile-accordion .mobile-category-header {
    padding: 20px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.team-mobile-accordion .mobile-category-header.active{
    border-bottom: 1px solid #06245E4D;
}
.team-mobile-accordion .mobile-category-header.active .mobile-category-arrow img{
    transition: all 0.3 ease;
}
.team-mobile-accordion .mobile-category-header h4{
    margin:0;
}

.image-slider {
    overflow: hidden;
}
.image-slider .slide img{
    border-radius: 10px;
    min-height: 234px;
    object-fit: cover;
    object-position: center;
    display: inline-block;
}
.image-slider.slick-slider .slick-slide{
    padding-inline: 8px !important;
}
.image-slider.slick-slider .slick-list{
    margin-inline: -8px !important;
}
.image-slider .slick-arrow{
    padding: 0;
    border: 0;
    font-size: 0;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    position: absolute;
    z-index: 1;
    background-color: var(--Medium-Blue);
}
.image-slider .slick-prev {
    background-image: url(../img/arrow-left.svg);
    top: calc(50% - 24px);
    left: 20px;
}
.image-slider .slick-next {
    background-image: url(../img/arrow-right.svg);
    top: calc(50% - 24px);
    right: 20px;
}
.image-slider .slick-dots {
    padding: 24px 0 0 0;
    list-style: none;
    display: flex;
    gap: 12px;
    justify-content: center;
}
.image-slider  .slick-dots li {
    font-size: 0;
    line-height: 0;
}
.image-slider  .slick-dots li.slick-active button {
    background-color: var(--Dark-Blue) !important;
    opacity: 1;
}
.image-slider .slick-dots li button {
    padding: 0;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: var(--Dark-Blue) !important;
    border: 0;
    font-size: 0 !important;
    opacity: 0.4;
}
.image-slider .slick-prev:hover, .image-slider .slick-next:hover {
    background-color: var(--imagen-yellow) !important;
}
.image-slider button:focus {
    background-color: transparent !important;
}

@media(max-width:1199px){
    .meet-our-team .team-categories ul li a{
        padding: 20px;
    }
    .meet-our-team .team-details{
        padding: 30px;
    }
    .meet-our-team .team-details .team-box{
        width: calc(33.33% - 16px);
    }
    .meet-our-team .team-details .team-box .team-front h5{
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .meet-our-team .team-details {
        padding: 20px;
    }
}
@media(max-width:767px){
    .service-box-slider .service-box-wrap:hover{
        transform: scale(1);
    }
    .team-mobile-accordion{
        display: block;
        border-radius: 10px;
        overflow: hidden;
    }
    .mobile-category-arrow img{
        width: 17px;
        height: 17px !important;
    }
    .team-categories.desktop-only,
    .team-details.desktop-only{
        display: none;
    }
    .mobile-category-content .team-details-mobile {
        padding: 20px;
    }
    .team-mobile-accordion .mobile-category-item .off-white h4{
        color:var(--Off-White);
    }
    .team-mobile-accordion .mobile-category-item .off-white .mobile-category-arrow img{
        filter: brightness(0) saturate(100%) invert(100%) sepia(83%) saturate(377%) hue-rotate(294deg) brightness(116%) contrast(95%);
        transition: all 0.6s !important;
        display: inline-block;
    }
    .meet-our-team .team-details .team-box,
    .mobile-category-content .team-details-mobile .team-box {
        width: calc(50% - 12px);
    }
    .service-box-slider .service-box-wrap{
        padding: 0 20px 40px 20px;
        margin-top: 25px;
        /* height:  -webkit-fill-available; */
    }
    .service-box-slider .service-box-wrap .service-img{
        padding: 0 15px 0 11px;
        margin-top: -25px;
        margin-bottom: 20px;
    }
    .service-box-slider .service-box-wrap .service-img img{
        width: 50px;
        height: 50px;
        object-fit: inherit;
    }
    .service-box-slider .slick-slider .slick-slide{
        padding-inline: 8px;
    }
    .service-box-slider .slick-arrow{
        padding: 0;
        border: 0;
        font-size: 0;
        width: 20px;
        height: 16px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        position: absolute;
        z-index: 1;
    }
    .service-box-slider .service-box-wrap .service-img:after{
        width: 88px;
        bottom: 50%;
    }
     .service-box-slider .slick-prev {
        background-image: url(../img/Arrow-left.svg);
        bottom: -2px;
        left: calc(20% + 70px);
    }
    .service-box-slider .slick-next {
        background-image: url(../img/Arrow-right.svg);
        bottom: -2px;
        right: calc(20% + 70px);
    }
    .service-box-slider .slick-dots{
        padding: 24px 0 0 0;
        list-style: none;
        display: flex;
        gap: 12px;
        justify-content: center;
    }
   .service-box-slider .slick-dots li button {
        padding: 0;
        width: 12px;
        height: 12px;
        border-radius: 100%;
        background-color: var(--white) !important;
        border: 0;
        font-size: 0 !important;
        opacity: 0.4;
    }
    .service-box-slider button:focus{
        background-color: transparent !important;
    }
    .service-box-slider .slick-prev:hover, .service-box-slider .slick-next:hover {
        background-color: transparent !important;
    }
    .service-box-slider .slick-dots li.slick-active button{
        background-color: var(--Light-Blue) !important;
        opacity: 1;
    }
    .service-box-slider .slick-dots li {
        font-size: 0;
        line-height: 0;
    }

    .image-slider .slick-prev:hover, .image-slider .slick-next:hover{
        background-color: transparent !important;
    }
    .image-slider .slick-arrow{
        background-color: transparent;
        width: 30px;
        height: 26px;
        background-size: auto;
    }
    .image-slider .slick-prev{
        top: unset;
        bottom: 16px !important;
        left: calc(20% + 24px);
    }
    .image-slider .slick-next{
        top: unset;
        bottom: 16px !important;
        right: calc(20% + 24px);
    }
    .image-slider .slick-dots{
        padding: 24px 0 24px 0;
    }
    .image-slider .slide img{
        min-height: 170px;
    }
}
@media(max-width:575px){
    .meet-our-team .team-details,
    .mobile-category-content .team-details-mobile{
        gap: 16px;
    }
    .meet-our-team .team-details .team-box,
    .mobile-category-content .team-details-mobile .team-box {
        width:100%;
    }
    .meet-our-team .team-categories ul li{
        width: 100%;
    }
    .meet-our-team .team-categories ul{
        flex-wrap: wrap;
    }
    .meet-our-team .team-details .team-box,
    .mobile-category-content .team-details-mobile .team-box{
        height: 100%;
        position:unset;
        overflow: unset;
    }
    .meet-our-team .team-details .team-box .team-front,
    .mobile-category-content .team-details-mobile .team-box .team-front{
        padding: 0;
        height: 324px;
        border-radius: 10px;
    }
    .meet-our-team .team-details .team-box .team-front h5,
    .mobile-category-content .team-details-mobile .team-box .team-front h5{
        display: none;
    }
    .meet-our-team .team-details .team-box .team-back,
    .mobile-category-content .team-details-mobile .team-box .team-back{
        position:unset;
        transform: unset !important;
        background: unset;
        opacity: 1 !important;
        padding: 16px 16px 20px 16px;
        visibility: visible;
    }
    .meet-our-team .team-details .team-box .team-front:after,
    .mobile-category-content .team-details-mobile .team-box .team-front::after{
        content: unset;
    }
    .meet-our-team .team-details .team-box .team-back h4,
    .mobile-category-content .team-details-mobile .team-box .team-back h4{
        color: var(--Slate-Grey);
    }
    .meet-our-team .team-details .team-box .team-back p,
    .mobile-category-content .team-details-mobile .team-box .team-back p{
        color: var(--Slate-Grey);
    }
    .meet-our-team .team-details .team-box .team-back .read-bio a,
    .mobile-category-content .team-details-mobile .team-box .team-back .read-bio a{
        color: var(--Dark-Blue);
        line-height: 125%;
    }
    .meet-our-team .team-details .team-box .team-back .read-bio a img,
    .mobile-category-content .team-details-mobile .team-box .team-back .read-bio a{
        filter: brightness(0) saturate(100%) invert(13%) sepia(77%) saturate(1838%) hue-rotate(203deg) brightness(84%) contrast(102%);
    }
    .service-box-slider .service-box-wrap .service-img:after{
        width: 88px;
        bottom: 50%;
    }
    .service-box-slider .slick-next{
        right: calc(20% + -10px);
    }
    .service-box-slider .slick-prev {
        left: calc(20% + -10px);
    }
    .image-slider .slick-next{
        right: calc(20% + -10px);
    }
    .image-slider .slick-prev{
        left: calc(20% + -10px);
    }
}
@media(max-width:379px){
    
}
/* ---------------------------------------------- About Us page Css end -------------------------------------- */


/* ---------------------------------------------------Career Page Css start ------------------------------------------------------ */
.skillset-slider .slick-prev,
.events-wrapper-slider .slick-prev {
    background-image: url(../img/arrow-left.svg);
    left: 20px;
    bottom: 0;
}
.no-events{
    text-align: center;
    width: 100%;
}
.skillset-slider .slick-next,
.events-wrapper-slider .slick-next {
    background-image: url(../img/arrow-right.svg);
    right: 20px;
    bottom: 0;
}
.skillset-slider .slick-arrow,
.events-wrapper-slider .slick-arrow{
    padding: 0;
    border: 0;
    font-size: 0;
    width: 30px;
    height: 16px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    position: absolute;
    z-index: 1;
}
.skillset-slider .slick-dots,
.events-wrapper-slider .slick-dots {
    padding: 30px 0 0 0;
    list-style: none;
    display: flex;
    gap: 12px;
    justify-content: center;
    width: 100%;
}
.skillset-slider  .slick-dots li,
.events-wrapper-slider .slick-dots  li {
    font-size: 0;
    line-height: 0;
}
.skillset-slider  .slick-dots li.slick-active button,
.events-wrapper-slider .slick-dots  li.slick-active button{
    background-color: var(--Dark-Blue) !important;
    opacity: 1;
}
.events-wrapper-slider .slick-dots {
    padding-top: unset !important;
}
body .events-wrapper-slider .slick-dots li button {
    background-color: var(--Dark-Blue) !important;
}
.skillset-slider .slick-dots li button,
.events-wrapper-slider .slick-dots li button{
    padding: 0;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: var(--Medium-Blue) !important;
    border: 0;
    font-size: 0 !important;
    opacity: 0.4;
}
.skillset-slider .slick-prev:hover, .skillset-slider.slick-next:hover,
.events-wrapper-slider .slick-prev:hover , .events-wrapper-slider .slick-next:hover{
    background-color: transparent !important;
}
.skillset-slider button:focus,
.events-wrapper-slider button:focus {
    background-color: transparent !important;
}
@media(max-width:1024px){
    .skillset-slider .slick-prev{
        bottom: -2px !important;
        left: calc(35% + 24px);
    }
    .skillset-slider .slick-next{
        bottom: -2px !important;
        right: calc(35% + 24px);
    }
}
@media(max-width:767px){
    .skillset-slider .slick-prev,
    .events-wrapper-slider .slick-prev{
        bottom: -2px !important;
        left: calc(30% + 24px);
    }
    .skillset-slider .slick-next,
    .events-wrapper-slider .slick-next{
        bottom: -2px !important;
        right: calc(30% + 24px);
    }
}
@media(max-width:575px){
    .skillset-slider .slick-prev,
    .events-wrapper-slider .slick-prev{
        bottom: -2px !important;
        left: calc(22% + 24px);
    }
    .skillset-slider .slick-next,
    .events-wrapper-slider .slick-next{
        bottom: -2px !important;
        right: calc(22% + 24px);
    }
}
@media(max-width:379px){
    .skillset-slider .slick-prev,
    .events-wrapper-slider .slick-prev{
        bottom: -2px !important;
        left: calc(18% + 24px);
    }
    .skillset-slider .slick-next,
    .events-wrapper-slider .slick-next{
        bottom: -2px !important;
        right: calc(18% + 24px);
    }
}
/* ---------------------------------------------------Career Page Css end ------------------------------------------------------ */

/* ------------------------------------------------- Resource Page css start ---------------------------------------------------- */
.signup-form form{
    display: flex !important;
}
.signup-form .gform-footer{
    margin: unset !important;
}
.signup-form .gform-footer .gform_button{
    background-image: unset !important;
    background-color: var(--imagen-yellow) !important;
    border: 2px solid var(--imagen-yellow) !important;
    border-radius: 0 30px 30px 0 !important;
    outline: unset !important;
    height: 45px !important;
    min-height: 45px !important;
    color: var(--Dark-Blue) !important;
    padding: 0 !important;
    font-family: var(--lato-font) !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 100% !important;
    border-left: unset !important;
    min-width: 117px !important;
    width: 100% !important;
}
.signup-form .gform-footer .gform_button:hover{
    background-color: transparent !important;
    color: var(--imagen-yellow) !important;
}
.signup-form form .gform_fields input{
    min-height: 45px;
    border-radius: 30px 0 0 30px;
    border: unset;
    outline: unset;
    box-shadow: unset;
    padding: 0 24px;
    background-color: var(--Off-White);
    font-size: 18px;
    font-family: var(--poppins-font);
    line-height: 100%;
    color:var(--Dark-Blue);
    font-weight: 500;
}
.signup-form form .gform_fields input::placeholder{
    color: rgb(39 39 39 / 50%);
}
.signup-form .gform_validation_errors .gform_submission_error,
.signup-form  .gfield_validation_message {
    color: var(--white) !important;
}
.signup-form .gform_validation_errors .gform_submission_error .gform-icon,
.signup-form .gform_validation_errors{
    border-color: var(--white) !important;
    outline: unset !important;
}
.signup-form .gform_validation_errors .gform_submission_error .gform-icon:before{
    color: var(--white) !important;
} 
.resource-banner .signup-form form .gform-footer.gform_footer {
    width: 120px;
}
.resource-banner .signup-form form .gform-body {
    width: calc(100% - 120px);
}
/*Upcomming Events*/
body .upcomming-events-section .section-title h2 {
    text-align: center;
    margin-bottom: 40px !important;
}
.section-title h2{
    margin-top: unset;
}
.upcomming-events-section .events-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}
.even-item.blog-innerwrap{
    padding: 16px;
}
.upcomming-events-section .event-block {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.upcomming-events-section .event-block .event-description {
    display: flex;
    flex-direction: column;
    flex: auto;
}
.upcomming-events-section .event-block .image-block a {
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 71.5%;
    border-radius: 10px;
    overflow: hidden;
}
.upcomming-events-section .event-block .image-block a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}
.even-item.blog-innerwrap:hover .image-block a img{
    transform: scale(1.1);
}
.upcomming-events-section .event-block .event-info {
    padding-top: 16px;
}
.upcomming-events-section .event-block .event-info h4,.upcomming-events-section .event-block .event-info h4 a {
    margin: 0;
    font-size: 24px;
    line-height: 120%;
    font-weight: 700;
    color: var(--Slate-Grey);
}
.upcomming-events-section .event-block .event-info h4 a:hover{
    color: var(--Dark-Blue) !important;
}
.upcomming-events-section .event-block .event-info h4{
    margin-bottom: 10px;
}
.upcomming-events-section .event-block ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.upcomming-events-section .event-block ul li {
    display: inline-flex;
}
.upcomming-events-section .event-block ul li .icon {
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.upcomming-events-section .event-block ul li {
    display: inline-flex;
    width: 100%;
    align-items: center;
}
.upcomming-events-section .event-block ul li .text {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: #272727;
    display: inline-flex;
}
.upcomming-events-section .event-block .event-description {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.upcomming-events-section .event-block .event-description p {
    font-size: 16px;
    line-height: 160%;
    color: #272727;
    margin-bottom: 24px;
}
.upcomming-events-section .event-block .event-description a {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    font-weight: 500;
    margin-top: auto;
}
.upcomming-events-section .event-block .event-description a img {
    width: 20px;
    display: inline-flex;
    height: 20px;
}
.upcomming-events-section .event-block .event-description a:hover {
    color: var(--Dark-Blue);
}
.tool-blog{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}

body .pagination {
    margin-top: 40px;
    margin-bottom: 0;
}
body .pagination ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 8px;
}
body .pagination ul li,
body .pagination ul li a,body .pagination ul li span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
}
body .pagination ul li span.current {
    background-color: var(--Dark-Blue);
    color: #fff;
}
body .pagination ul li a:hover{
    color: var(--Dark-Blue);
}
body .toolpagination ul li span.current{
    background-color: var(--Off-White);
    color: var(--Dark-Blue);
}
body .toolpagination ul li span{
    color: var(--Off-White);
}
body .toolpagination ul li a{
    color: var(--Off-White) !important;
}
body .toolpagination ul li a img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(35%) saturate(77%) hue-rotate(271deg) brightness(113%) contrast(95%);
}
body .pagination ul li img {
    max-width: 21px;
    width: 100%;
}
.upcomming-events-section .event-block .event-description a:hover {
    gap: 10px;
}

.tool-blog .blog-innerwrap > a{
    padding: 16px 16px 24px 16px;
    background-color: var(--white) !important;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.tool-blog .blog-innerwrap {
    padding: 0;
    background-color: var(--white) !important;
}
.tool-blog .blog-innerwrap a .tool-excerpt{
    color: var(--Slate-Grey) !important;
} 
.tool-blog .blog-innerwrap a .tool-title {
    color: var(--Slate-Grey);
}
.tool-blog .blog-innerwrap a .tool-access-btn{
    display: inline-flex;
    gap: 6px;
    align-items: center;
    font-weight: 500;
    color: var(--Dark-Blue);
    margin-top: auto;
    font-size: 20px;
    font-family: var(--poppins-font);
    transition: all 0.3s ease;
}
.tool-blog .blog-innerwrap a:hover .tool-access-btn{
    gap: 10px;
}
.tool-blog .blog-innerwrap a:hover .tool-title{
    color: var(--Dark-Blue);
}
.tool-blog .tool-excerpt{
    margin-top: 10px;
    margin-bottom: 24px;
}
	.tool-blog .feature-img{
		display: flex;
		align-items: center;
		position: relative;
		padding-bottom: 71.5%;
		border-radius: 10px;
		overflow: hidden;
	}
}
@media(max-width:1199px){
    .tool-blog .blog-innerwrap a .tool-access-btn{
        font-size: 20px;
    }
}
@media(max-width:1024px){
    .tool-blog .blog-innerwrap a .tool-access-btn{
        font-size: 20px;
    }
}
/* Resources section css */
.all-resources-section .section-title {
    text-align: center;
    margin-bottom: 38px;
}
.all-resources-section .filter-wrapper {
    display: flex;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
}
.all-resources-section .filter-wrapper .filter-row,.all-resources-section .filter-wrapper .search-filter {
    width: calc(50% - 14px);
}
.all-resources-section .filter-wrapper select, .all-resources-section .filter-wrapper input.resource-search {
    height: 46px;
    background-color: transparent;
    border-radius: 8px !important;
    font-size: 18px;
    line-height: 140%;
    color: rgba(39, 39, 39, 0.6);
    outline: unset;
}
.all-resources-section .filter-wrapper select{
    background-image: url(../img/chevron-down.svg);
    background-position: 97%;
    background-repeat: no-repeat;
    background-size: 12px;
}
.all-resources-section .filter-wrapper .search-filter {
    position: relative;
}
.all-resources-section .filter-wrapper .search-filter #search-button {
    width: 20px;
    height: 18px;
    border: 0;
    top: 3px;
    position: absolute;
    right: 15px;
}
.all-resources-section .filter-wrapper .search-filter #search-button:hover{
    background-color: transparent;
}
.all-resources-section .resources-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 40px;
}
.all-resources-section .resources-wrapper .resource-item{
    background-color: var(--Off-White);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: calc(33.33% - 16px);
}
.all-resources-section .resources-wrapper .resource-item .content-block{
    padding: 20px 16px;
    flex: auto;
    display: flex;
    flex-direction: column;
}
.all-resources-section .resources-wrapper .resource-item .image-block a{
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 56.25%;
    border-radius: 10px;
    overflow: hidden;
}
.all-resources-section .resources-wrapper .resource-block{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.all-resources-section .resources-wrapper .resource-item .image-block a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}
.all-resources-section .resources-wrapper .resource-item:hover .image-block a img{
    transform: scale(1.1);
}
.all-resources-section .resources-wrapper .resource-item .image-block span{
    position: absolute;
    z-index: 0;
    background-color: var(--imagen-yellow);
    padding: 10px 13px;
    top: 20px;
    left: 20px;
    font-size: 16px;
    font-family: var(--lato-font);
    line-height: 100%;
    font-weight: 600;
    border-radius: 10px;
}
.all-resources-section .resources-wrapper .resource-item:hover .image-block a:hover span.tag{
    color:var(--Dark-Blue);
    background-color: var(--Medium-Blue);
}
.all-resources-section .resources-wrapper .resource-item .content-block h4{
    margin: 0 0 8px 0;
}
.all-resources-section .resources-wrapper .resource-item .content-block h4 a{
    color: var(--Slate-Grey);
}
.all-resources-section .resources-wrapper .resource-item .content-block h4 a:hover{
    color: var(--Dark-Blue);
}
.all-resources-section .resources-wrapper .resource-item .content-block p{
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 16px;
}
.all-resources-section .resources-wrapper .resource-item .content-block > a {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    font-weight: 500;
    color: var(--Dark-Blue);
    margin-top: auto;
}
.all-resources-section .resources-wrapper .resource-item .content-block a:hover{
    gap: 10px;
}
.post-info .elementor-post-info .elementor-icon-list-text{
    font-size: 24px;
    font-family: var(--lato-font);
    line-height: 120%;
    font-weight: 700;
}
  
/* Active */
.faq-section .faq-title{
    text-align: center;
    margin-bottom: 40px;
}
.faq-item {
    padding: 24px 30px;
    border-bottom: 1px solid rgb(39 39 39 / 50%);
}
.faq-item.active{
    background-color: var(--Dark-Blue);
    border-radius: 10px;
    padding: 30px;
    border-bottom: unset;
    margin-top: 16px;
    transition: all 0.3s ease;
}
.faq-item  h4 .faq-question {
    color: var(--Slate-Grey);
    font-size: 24px;
    font-family: var(--lato-font);
    font-weight: 700;
    line-height: 120%;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
}
.faq-item  h4 .faq-question:hover{
    color: var(--Dark-Blue);
}
.faq-item.active  h4 .faq-question{
    color: var(--Off-White);
}
.faq-item  h4 {
    margin: 0;
}
.faq-item.active .faq-answer{
    margin-top: 20px;
}
body .faq-answer p{
    font-size: 16px;
    font-family: var(--poppins-font);
    line-height: 160%;
    font-weight: 400;
    color: var(--Off-White);
}
.faq-answer {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
    color: #ffffff;
    border-radius: 0 0 8px 8px;
}
.faq-item.active .arrow svg{
    transform: rotate(180deg);
    transition: all 0.3s ease;
}
.faq-item .arrow svg{
    width: 20px;
    height: 20px;
}

.what-to-expect-section .wrapper{
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
.what-to-expect-section .wrapper .value-point-item{
    width: calc(33.33% - 18px);
    text-align: center;
    color: var(--Dark-Blue);
    background: #CBE1FB;
    border-radius: 10px;
    padding: 50px 30px;
}
.what-to-expect-section .wrapper .value-point-item h4{
    font-weight: 500;
    line-height: 120%;
    margin: 0;
}


@media(max-width:1199px){
    .what-to-expect-section .wrapper .value-point-item{
        padding: 40px 30px;
    }
    /* .faq-item h4 .faq-question{
        font-size: 22px;
    } */
    /* .faq-item{
        padding: 24px;
    }
    .faq-item.active{
        padding: 24px;
    }
    .faq-item.active .faq-answer{
        margin-top: 16px;
    } */
    .faq-item .arrow svg {
        width: 18px;
        height: 18px;
    }
}
@media(max-width:1024px){
    .all-resources-section .resources-wrapper .resource-item{
        width: calc(50% - 18px);
    }
    .post-info .elementor-post-info .elementor-icon-list-text{
        font-size: 20px;
    }
    .what-to-expect-section .wrapper .value-point-item{
        width: calc(50% - 12px);
    }
    .faq-item h4 .faq-question{
        font-size: 20px;
    }
}
@media(max-width:767px){
    .signup-form form{
        flex-wrap:wrap !important ;
        gap: 16px;
    }
    .signup-form form .gform-body,
    .signup-form .gform-footer{
        width: 100% !important;
    }
    .signup-form form .gform_fields input{
        border-radius: 10px !important;
    }
    .signup-form .gform-footer .gform_button{
        width: 100% !important;
        border-radius: 10px !important;
        border-left: 2px solid var(--imagen-yellow)!important;
    }
    .upcomming-events-section .section-title,
    .all-resources-section .section-title{
        margin-bottom: 24px;
    }
    .all-resources-section .filter-wrapper{
        flex-wrap: wrap;
        gap: 24px;
    }
    .all-resources-section .filter-wrapper .filter-row, .all-resources-section .filter-wrapper .search-filter{
        width: 100%;
    }
    .all-resources-section .resources-wrapper{
        margin-top: 24px;
    }
    .all-resources-section .resources-wrapper .resource-item{
        width:100%;
    }
    .tool-blog .blog-innerwrap .feature-img{
        margin-bottom: unset;
    }
    .upcomming-events-section .event-block ul li{
        gap:6px;
    }
    .upcomming-events-section .event-block ul li .icon{
        width: 20px;
        height: 20px;
    }
    .post-info .elementor-post-info .elementor-icon-list-text{
        font-size: 18px;
    }
    .all-resources-section .filter-wrapper select{
        background-position: 96%;
    }
    .upcomming-events-section .event-block .event-description a img ,
    .all-resources-section .resources-wrapper .resource-item .content-block > a img{
        width: 17px;
        height: 17px;
    }
    .what-to-expect-section .wrapper .value-point-item{
        width: 100%;
        padding: 40px 20px;
    }
    .what-to-expect-section .wrapper{
        gap: 16px;
    }
    .faq-item h4 .faq-question {
        font-size: 18px;
    }
    .faq-item.active,
    .faq-item{
        padding: 20px 16px;
    }
    .faq-item.active .faq-answer{
        margin-top:16px;
    }
}
/* ------------------------------------------------- Resource Page css end ------------------------------------------------------*/

/* About Us page Css end */

/* @media(min-width:1600px) {
    .site-search-main .search-wrapper {
        right: calc(-100vw / 2 + 850px / 2) !important;
    }
} */
/* @media(max-width:1599px) {
    .site-search-main .search-wrapper {
        right: calc(-100vw / 2 + 803px / 2);
    }
} */
/* ------------------------------------------------- Location Detail Page css start ---------------------------------------------------- */
.location-detail-banner {
    position: relative;
    background-color: #06245E;
    padding: 0 20px;
}
.location-detail-banner .banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}
.location-detail-banner .banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.location-detail-banner .banner-content h1 {
    color: #fff;
    margin-top: 0;
}
.location-detail-banner .banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding-top: 135px;
    padding-bottom: 135px;
}
.location-detail-banner .banner-content p {
    color: #fff;
    max-width: 870px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
}
.location-statment .text-block {
    text-align: center;
}
.location-statment .text-block p {
    color: #fff;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    line-height: 160%;
}
.location-clinical-lead .wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.location-clinical-lead .member-profile-image {
    width: 26.37%;
}
.location-clinical-lead .member-profile-image .image-wrapper {
     position: relative;
    padding-bottom: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.location-clinical-lead  .member-info {
    width: calc(100% - 26.37%);
    padding-left: 74px;
}
.location-clinical-lead .member-info h3 {
    margin: 0;
    font-weight: 700;
}
.location-clinical-lead .member-info h5 {
    font-family: var(--poppins-font);
    font-weight: 400;
}
.location-clinical-lead .member-info p {
    line-height: 160%;
}
.location-clinical-lead .member-profile-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.location-clinical-lead .section-title {
    margin-bottom: 40px;
}
.location-impacting-doctors .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
.location-impacting-doctors .text-block {
    width: 48.5%;
}
.location-impacting-doctors .image-block {
    width: 48.5%;
}
.location-impacting-doctors .text-block h2 {
    margin-top: 0;
}
.location-impacting-doctors .text-block ul {
    padding: 0;
    list-style: none;
}
.location-impacting-doctors .text-block ul li {
    background-image: url(../img/checkmark_icon.svg);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    padding-left: 30px;
    background-size: 16px;
    background-position: top 8px left;
    line-height: 160%;
}
.location-impacting-doctors .text-block ul li:not(:last-child) {
    margin-bottom: 15px;
}
.location-impacting-doctors .text-block ul {
    padding-top: 5px;
}
.location-impacting-doctors .text-block .blue-btn {
    margin-top: 40px;
}
.location-client-logos .logo-item .logo-block{
    padding: 25px 30px;
    border: 1px solid #06245E33;
    border-radius: 10px;
    display: flex;
    justify-content: center;
}
.location-client-logos .logo-item .logo-block img{
    max-width: 142px;
    width: 100%;
    height: 60px !important;
    object-fit: contain;
}

@media(max-width:1199px) {
    .location-statment .text-block p{
        font-size: 22px;
    }
    .location-clinical-lead .member-info{
        padding-left: 40px;
    }
    .location-detail-banner .banner-content {
        padding-top: 110px;
        padding-bottom: 110px;
    }
}
@media(max-width:1024px) {

}
@media(max-width:767px) {
    .location-detail-banner .banner-content {
        padding-top: 110px;
        padding-bottom:60px;
    }
    .location-detail-banner .banner-content p{
        margin-bottom: 16px;
    }
    .location-detail-banner .banner-content .yellow-btn a,
    .location-impacting-doctors .blue-btn a{
        width: 100%;
    }
    .location-statment .text-block p{
        font-size: 20px;
    }
    .location-clinical-lead .section-title {
        margin-bottom: 24px;
        text-align: center;
    }
    .location-impacting-doctors .text-block,
    .location-impacting-doctors .image-block{
        width: 100%;
    }
    .location-clinical-lead .member-profile-image{
        width: 100%;
    }
    .location-clinical-lead .wrapper{
        gap: 24px;
    }
    .location-clinical-lead .member-info{
        width: 100%;
        padding: unset;
    }
    .location-what-partners-saying .author-slider .slider-innerwrpper .right-col .description p{
        margin-bottom: 8px;
    }
    .location-what-partners-saying .slider-innerwrpper .left-col{ 
        position: relative;
        padding-bottom: 100%;
    }
    .location-impacting-doctors .wrapper{
        flex-direction: column-reverse;
        gap: 24px;
    }
    .location-impacting-doctors .text-block .blue-btn{
        margin-top: 24px;
    }
    .location-impacting-doctors .text-block ul li{
        line-height: 150%;
    }
    .location-clinical-lead .member-info h5{
        margin: 6px 0 8px 0;
    }
    .loactionc-client-logos .slick-slider .slick-slide{
        padding-inline: 8px;
    }
    .loactionc-client-logos .logo-item .logo-block{
        padding: 25px;
    }
}

.search-results{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.search-results .blog-content{
    flex: auto;
    display: flex;
    flex-direction: column;
}
.search-results .blog-innerwrap .blog-excerpt{
    margin-bottom: 24px;
}
.search-pagination .pagination{
    justify-content: center;
}
.search-pagination .pagination .nav-links{
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 8px;
}
.search-pagination .pagination .nav-links .page-numbers{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
}
.search-pagination .pagination .nav-links .current{
    background-color: var(--Dark-Blue);
    color: var(--Off-White);
}
.search-no-results .elementor-element-753abc3{
    max-width: 800px !important;
    margin: 0 auto;
    width: 100%;
}
.search-no-results .elementor-element-753abc3 .entry-title{
    margin: 0 0 20px 0;
}
.search-no-results h3{
    margin:20px 0;
}
.search-no-results .elementor-element-753abc3 .search-field{
    min-height: 48px;
    border-radius: 10px;
    outline: unset;
    border: 1px solid #dfdfdf;
    background-image:  url(../img/magnifying-glass.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 18px;
}
.search-no-results input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    display: none;
}
/* ----------------------------------------------------- career Page Team slider start --------------------------------------------------- */
.people-section .container{
    /* max-width: 1320px;
    margin: 0 auto; */
    overflow: visible;
}

/* ============================================= */
.people-section{
  /* background-color: #06245E; */
  position: relative;
  /* padding: 80px 20px; */
}
.people-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-self: center;
    gap: 23px;
    color: #fff;
    width: 100%;
    overflow: visible;
    position: relative;
    /* position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    max-width: 1320px;
    z-index: 1; */
}

.left-text {
  width: 27%;
padding-top: 66px;
z-index: 1;
position: relative;
}

.main-slider {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: -305px;
  background-color: #06245E;
}
#personText {
    font-size: 16px;
    line-height: 160%;
}
.main-slider img{
  width: 168px !important;
  height: 168px !important;
  object-fit: cover;
  object-position: top;
}
.main-slider .slick-slide {
  padding: 0 12px;
}

.main-slider .slick-track .slick-current img{
  width: 361px !important;
  height: 450px !important;
}
.main-slider img {
  width: 100%;
  border-radius: 10px !important;
}
.main-slider .slick-track{
  display: flex;
  align-items: flex-end;
}

.main-slider .slick-list {
  transition: opacity 0.6s ease-in-out;
  overflow: visible;
  margin: 0 -12px;
  opacity: 1 !important;
}

.main-slider .slick-track {
  overflow: visible;
}

.right-content {
width: calc(45% - 46px);
padding-top: 34px;
padding-bottom: 34px;
padding-left: 12px;
margin-left: auto;
z-index: 1;
position: relative;
}


.right-content h3 {
  font-family: var(--lato-font);
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 6px;
    color: #FAF8F6;
  
}

.right-content span {
  font-family: var(--lato-font);
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  margin-bottom: 16px;
  color: #FAF8F6;
  display: block;
}
.right-content  p{
  font-family: var(--lato-font);
  font-weight: 400;
  font-size: 16px !important;
  line-height: 160%;
  color:var(--Off-White) !important;
}

/* Custom arrows below slider content */
.slider-arrows {
  display: flex;
  gap: 24px;
  margin-top: 24px;
  position: relative;
  align-items: center;
}

.slick-dots-container {
  /* flex: 1; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-slider .slick-list {
    padding-right: calc(168px + 24px);
}
@media (max-width: 767px) {
  .slider-arrows {
    gap: 12px;
  }
  
  .right-content .slick-dots {
    position: relative;
    bottom: auto;
    display: flex !important;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .right-content .slick-dots li {
    margin: 0 6px;
  }
  
  .right-content .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
    border-radius: 50%;
    background: rgba(250, 248, 246, 0.3);
    border: none;
    font-size: 0;
    cursor: pointer;
  }
  
  .right-content .slick-dots li.slick-active button {
    background: #FAF8F6;
  }
  .custom-prev-arrow, .custom-next-arrow{
    margin-top: 9px;
  }
}
@media (max-width: 430px){
    .right-content .slick-dots li button{
         width: 8px;
        height: 8px;
    }
    .right-content .slick-dots li {
        margin: 0 3px;
    }
}

.custom-prev-arrow,
.custom-next-arrow {
  background: transparent;
  border: none !important;
  cursor: pointer;
  padding: 0 !important;
  transition: opacity 0.3s ease;
}

.custom-prev-arrow:hover,
.custom-next-arrow:hover {
  opacity: 0.7;
}

.custom-prev-arrow svg,
.custom-next-arrow svg {
  display: block;
}

.arrows span {
  font-size: 26px;
  cursor: pointer;
  margin-right: 12px;
}

.thumb-slider {
  display: flex;
  gap: 24px;
  padding: 0 0 30px 0;
  margin-top: -168px;
}

.thumb {
  width: 168px;
  height: 168px;
  border-radius: 10px;
  /* opacity: 0.4; */
  cursor: pointer;
  transition: 0.3s ease;
  object-fit: cover;
  object-position: top;
}
.thumb-slider .thumb:nth-child(3){
  margin-left: auto;
}
.arrows {
    display: flex;
    margin-top: 16px;
    gap: 24px;
}
.arrows span{
  display: block;
  margin: 0;
  cursor: pointer;
}

/* .left-text h2 {
  font-family: var(--lato-font);
  font-size: 42px;
  line-height: 120%;
  letter-spacing: 0;
  font-weight: 400;
  color: #FAF8F6;
} */
.slick-dots-container{
  display: none;
}
@media only screen and (max-width:1399px){
    .main-slider .slick-track .slick-current img {
        width: 330px !important;
        height: 400px !important;
    }
    .main-slider img {
        width: 140px !important;
        height: 140px !important;
    }
    .main-slider .slick-list {
        padding-right: calc(140px + 24px);
    }
    .right-content p.person-text {
        font-size: 15px !important;
    }
    .slider-arrows {
        margin-top: 15px;
    }
    .main-slider {
        margin-top: -285px;
    }
}
/*@media only screen and (max-width:1199px){
    .main-slider img {
        width: 115px !important;
        height: 115px !important;
    }
    .main-slider .slick-track .slick-current img {
        width: 290px !important;
        height: 370px !important;
    }
    .right-content{
        width: calc(55% - 140px);
    }
}*/
@media only screen and (max-width:1024px){
    .main-slider{
        margin-top: 0;
        order: 2;
    }
    .left-text{
        order: 1;
    }
    .left-text h2{
        text-align: center;
        padding-bottom: 34px;
        margin:0;
    }
    .left-text h2 br{
        display: none;
    }
    .left-text,.right-content{
        width: 100%;
    }
    .right-content{
        text-align: center;
        order: 3;
        padding: 0;
    }
    .slider-arrows{
        justify-content: center;
    }
    .main-slider img {
        width: 115px !important;
        height: 115px !important;   
    }
    .main-slider .slick-list {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}
@media only screen and (max-width:991px){
    .main-slider img {
        width: 100px !important;
        height: 100px !important;
    }
    .main-slider .slick-track .slick-current + .slick-slide + .slick-slide img {
        width: 240px !important;
        height: 290px !important;
    }
    .main-slider .slick-list{
        margin: 0 -8px;
    }
    .main-slider .slick-slide {
        padding: 0 8px;
    }
}
@media only screen and (max-width:768px){
    .main-slider .slick-track .slick-current + .slick-slide + .slick-slide img, .main-slider img{
        width: 100% !important;
        height:358px  !important;
        max-width: 358px !important;
        margin: 0 auto;
    }
    .left-text{
        padding-top: 0;
    }
    .left-text h2{
        padding-bottom: 0;
        font-size: 32px;
    }
    .right-content{
        text-align: left;
        padding: 0;
    }
    .right-content h3{
        font-size: 28px;
        margin-top: unset;
    }
    .right-content span{
        font-size: 16px;
    }
    .slick-dots-container{
        display: flex;
    }
}
/* ----------------------------------------------------- career Page Team slider end --------------------------------------------------- */


/* Assessment page css start */
.quiz-container-inner .quiz-questions-wrapper .quiz-question h4{
    margin: 0 0 15px 0;
    padding-top:5px ;
    color: var(--Dark-Blue);
}
.quiz-container-inner .quiz-questions-wrapper .quiz-question .quiz-option{
    margin-bottom: 10px;
    display: flex;
    gap: 8px;
    align-items: flex-start;
}
.quiz-container-inner .quiz-questions-wrapper .quiz-question .quiz-option input{
    -webkit-appearance: auto;
    width: 15px;
}
body .quiz-container-inner button.quiz-submit-btn{
    margin-top: 20px;
}
body .quiz-container-inner button.quiz-submit-btn:hover,
body .quiz-container-inner button.quiz-submit-btn:focus{
    color:var(--Dark-Blue) !important;
}
.quiz-container-inner .quiz-results .result_wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.quiz-container-inner .quiz-results{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.quiz-container-inner .quiz-results .result-item.d-none{
    gap: 20px;
    width: calc(50% - 12px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
    background: var(--Light-Blue);
    border-radius: 10px;
}
.quiz-container-inner .quiz-results .result-item{
    padding: 15px;
    background: var(--Light-Blue);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.quiz-container-inner .quiz-results .result-item .copy h4,
.quiz-container-inner .quiz-results .cta h4{
    margin: 0 0 15px 0;
}
.quiz-container-inner .quiz-results .result-item .video p{
    margin-top: 15px;
}
.quiz-container-inner .quiz-results .cta{
    flex: 1;
    text-align: center;
    margin-top: 24px;
}
.quiz-container-inner .quiz-results .cta .buttons{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.quiz-container-inner .quiz-results .cta .buttons .yellow-btn{
    display: none;
}
.quiz-container-inner .quiz-results .result_wrapper .result-item .video p{
    text-align: center;
}
.quiz-container-inner .quiz-results .result_wrapper .result-item .video p a{
    position: relative;
}
.quiz-container-inner .quiz-results .result_wrapper .result-item .video p a:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    /* transform: scaleX(0); */
    border-radius: 5px;
    bottom: -2px;
    left: 0;
    background: currentcolor;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
.quiz-container-inner .quiz-results .result_wrapper .result-item .video p a:hover{
    color: var(--Slate-Grey) !important;
}
.quiz-container-inner .quiz-results .result_wrapper .result-item .video p a:hover:after{
    transform: scaleX(1);
    transform-origin: bottom left;
}
/* .question-error {
    color: #dc3545;
    font-size: 14px;
    margin-top: 10px;
    padding: 8px 12px;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
    display: none;
} */
/* Make sure jQuery .show() works */
/* .question-error[style*="display: block"] {
    display: block !important;
} */
.loading.d-none,
.quiz-container-inner .quiz-results .result-item.d-none{
    display:none;
}
.quiz-container-inner .loading p{
    margin-top: 15px;
    font-weight: 700;
}
@media(max-width:767px){
    body .quiz-container-inner button.quiz-submit-btn,
    .quiz-container-inner .quiz-results .cta .buttons a{
        padding: 16px 22px;
        font-size: 18px !important;
    }
}
/* ------------------------------------------------- Location Detail Page css end ---------------------------------------------------- */
@media(max-width:1366px) {

}

@media(max-width:1199px) {

    #range-only .chart,
    .growth-chart .range-value {
        justify-content: center;
    }
    .step-form .gform-page-footer .gform_previous_button{
        background-position: 20% 23px;
    }
    .step-box{
        padding: 30px !important;
    }
    .service-box-slider .service-box-wrap {
        padding: 0px 24px 24px;
    }
    .tab-header .tab-heading a{
        font-size: 18px !important;
    }
    .tab-header .tab-heading{
        padding: 6px 24px 6px 24px;
    }
}


@media (max-width: 1024px) {

    .growth-chart .elementor-widget-heading .elementor-heading-title {
        font-size: 50px;
    }

    .growth-chart .elementor-widget-heading span.elementor-heading-title {
        font-size: 30px;
    }

    .blog-innerwrap {
        width: calc(50% - 12px);
        gap: 18px;
    }

    .blog-innerwrap .feature-img {
        margin-bottom: 18px;
    }

    .slick-track{
        display: flex !important;
    }
    .slick-slide{
        height: inherit !important;
    }
    .slick-slide>div{
        height: 100% !important;
    }

    .slick-track {
        display: flex;
    }
    .slick-height{
        height: 100% !important;
    }
    /* .slick-track .slick-slide {
        height: auto;
    } */

    .blog-innerwrap {
        height: 100%;
    }

    .blog-slider .slick-prev,
    .blog-slider .slick-next {
        display: none !important;
    }
    .partnership_accordion .e-n-accordion-item[open]{
        padding: 20px !important;
    }
    .partnership_accordion .e-n-accordion-item{
        padding: 20px !important;
    }
    .partnership_accordion .e-n-accordion-item .e-n-accordion-item-title-text{
        gap: 20px;
    }
    .partnership_accordion .e-n-accordion-item .e-n-accordion-item-title-text img{
        width: 50px;
    }
    .counter-sec .elementor-counter .elementor-counter-number-wrapper span{
        font-size: 45px;
    }
    .work-icon-box .box-num span{
        font-size: 65px;
    }
    .tab-header .tab-heading{
        padding:6px 20px 6px 20px; 
        text-align: center;
    }
    .step-form .gform-page-footer .gform_next_button{
        background-image: url(../img/Arrow-right.svg);
        background-position: 56% 23px;
    }
    .step-form .gform-page-footer .gform_previous_button {
        background-position: 34% 23px;
    }
    .service-box-slider .service-box-wrap {
        width: calc(33.33% - 16px);
    }
}

@media (max-width: 991px) {
    .step-form .gform-page-footer .gform_previous_button {
        background-position: 30% 23px;
    }
    .tab-header .tab-heading a{
        font-size: 16px !important;
    }
}

@media (max-width: 767px) {
    .h-100{
        height: auto !important;
    }

    .counter-box.elementor-widget-counter .elementor-counter .elementor-counter-number-wrapper {
        font-size: 28px;
    }

    .light-blue-focus:after,
    .light-yellow-focus::after {
        position: unset;
    }

    .light-blue-focus .light-blue-border,
    .light-yellow-focus .light-yellow-border {
        width: 100%;
    }

    .light-blue-focus>.light-blue-border:nth-child(3)::after,
    .light-yellow-focus>.light-yellow-border:nth-child(3)::after {
        width: 100% !important;
    }

    .growth-chart .elementor-widget-heading .elementor-heading-title {
        font-size: 40px;
    }

    .growth-chart .elementor-widget-heading span.elementor-heading-title {
        font-size: 18px;
    }

    .marketing_form .gform-body {
        margin-left: unset;
        padding: 16px;
    }

    .marketing_form .gform-footer {
        margin-top: 24px !important;
    }

    .gform-footer .gform_button {
        font-size: 18px !important;
    }

    .marketing_form .gform_fields .gfield--type-checkbox .gform-field-label {
        font-size: 12px;
    }

    .elementor-widget-loop-grid .elementor-loop-container .e-loop-item .elementor-widget-theme-post-featured-image img {
        height: 204px;
    }   
     .step-form .gform-page-footer .gform_next_button{
        background-image: url(../img/Arrow-right.svg);
        background-position: 56% 23px;
    }

    .step-form .gform-page-footer .gform_next_button{
        background-image: url(../img/Arrow-right.svg);
        background-position: 56% 23px;
    }

    .blog-innerwrap {
        width: 100%;
    }

    .blog-innerwrap .blog-content h3.h4 {
        margin: 0 0 0px 0;
        font-size: 18px;
        line-height: 120%;
    }
    .blog-innerwrap .blog-content a.blog-btn {
        font-size: 16px;
    }
    .blog-slider-dark .blog-slider .blog-innerwrap .blog-content a.blog-btn{
        background-position: right 2px;
        background-size: 16px;
        padding-right: 26px !important;
    }

    .site-search-main .search-wrapper {
        top: calc(100% + 29px);
        right: calc(-100vw / 2 + 579px / 2);
        padding: 14px 24px;
    }

    .blog-slider .slick-next {
        bottom: -8px !important;
        right: calc(20% + 24px);
        left: unset;
        display: block !important;
    }

    .blog-slider .slick-prev {
        bottom: -8px !important;
        left: calc(20% + 24px);
        display: block !important;
    }

    .blog-innerwrap .feature-img {
        margin-bottom: 18px;
    }

    .blog-slider .slick-track {
        display: flex !important;
    }

    .blog-slider .slick-slide {
        height: inherit !important;
    }

    .blog-innerwrap,
    .blog-slider .slick-slide>div {
        height: 100%
    }

    .counter-number span {
        font-size: 28px !important;
    }

    #range-mobile {
        display: block;
        max-width: 420px;
        margin: 0 auto;
    }

    .mobile-card {
        text-align: left;
        color: #fff;
        width: 200px;
        margin: 0 auto;
    }

    .svg-wrap {
        width: 200px;
        height: 200px;
        margin: 6px auto 8px;
        position: relative;
    }

    .svg-wrap svg {
        width: 100%;
        height: 100%;
        display: block;
    }

    .center-hole {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 84px;
        height: 84px;
        background: #082447;
        border-radius: 50%;
    }

    .mobile-range {
        display: flex;
        align-items: center;
    }

    .mobile-counter,
    .mobile-range span.dash {
        font-size: 40px;
        font-family: var(--lato-font);
        font-weight: 600;
        line-height: 100%;
    }

    .mobile-label {
        margin-top: 12px;
        color: #FAF8F6;
        font-size: 18px;
        font-weight: 400;
        line-height: 100%;
    }

    .mobile-range span.dash {
        margin: 0 10px;
    }

    .progress-wrap {
        margin-top: 18px;
        display: flex;
        flex-direction: column;
        gap: 7px;
    }

    .progress-row {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .progress-label {
        width: 48px;
        text-align: right;
        font-weight: 700;
        font-size: 14px;
        color: #fff;
    }

    .progress-bar {
        flex: 1;
        height: 3px;
        background: transparent;
        border-radius: 0;
        overflow: hidden;
        position: relative;
    }

    .progress-fill {
        height: 100%;
        width: 8px;
        border-radius: 8px;
        background: linear-gradient(90deg, #F1C400, #F1C400);
        transition: width 700ms ease-out;
    }
    .bg-remove{
        background-color: transparent !important;
    }
    .progress-fill.yellow {
        background: linear-gradient(90deg, #F1C400, #F1C400);
    }
    .partnership_accordion .e-n-accordion-item .e-n-accordion-item-title-text img {
        width: 40px;
    }
    .partnership_accordion .e-n-accordion-item .e-n-accordion-item-title-icon span svg{
        width: 16px;
    }
    .form-sec .form-bg{
        background-color: #B1D4FDA6 !important;
    }
    .form-sec .elementor-icon-list-item .elementor-icon-list-text{
        color: var(--Slate-Grey) !important;
    }
    .accordian_bg{
        background-color: #B1D4FDA6 !important;
    }
    /* .partnership_accordion .e-n-accordion-item[open]{
        background-color: var(--Off-White) !important;
    }
    .partnership_accordion .e-n-accordion-item[open] p{
        color: var(--Slate-Grey) !important;
    }
    .partnership_accordion .e-n-accordion-item[open] .e-n-accordion-item-title-text{
        color: var(--Dark-Blue) !important;
    }
    .partnership_accordion .e-n-accordion-item[open] .e-n-accordion-item-title-text img{
        filter: brightness(0) saturate(100%) invert(8%) sepia(59%) saturate(4110%) hue-rotate(215deg) brightness(97%) contrast(96%) !important;
    }
    .partnership_accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon span svg path{
        fill: var(--Dark-Blue) !important;
    } */

    /* .dark-blue-focus::after{
        width: 100%;
        height: 2px;
    } */
    .dark-blue-focus>.dark-blue-border:nth-child(2)::after,
    .dark-blue-focus>.dark-blue-border:nth-child(4)::after {
        width: 85% !important;
        /* height: 90% !important; */
        /* left: -12px; */
        transform: translate(-50%);
        /* top: 10px; */
    }
    .dark-blue-focus>.dark-blue-border:nth-child(1)::after,
    .dark-blue-focus>.dark-blue-border:nth-child(3)::after {
        width: 85% !important;
    }
    body .counter-sec .body-small p{
        font-size: 14px;
    }
    .service-accordion .e-n-accordion-item[open],
    .service-accordion .e-n-accordion-item{
        padding:20px 16px !important;
    }
    .service-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span svg{
        width: 16px;
    }
    .work-icon-box .box-num span{
        font-size: 60px;
    }
    .work-icon-box .elementor-icon-box-icon .elementor-icon svg {
        width: 50px;
        height: 50px;
    }
    .not-dot-slider .slider-innerwrpper.no-btn .right-col{
        padding-bottom: 40px !important;
    }
    .not-dot-slider .testimonial-slider.no-btn-slider .slick-dots{
        display: none !important;
    }
    .not-dot-slider .testimonial-slider.no-btn-slider .slick-prev{
            left: 0px !important;
    }
    .not-dot-slider .testimonial-slider.no-btn-slider .slick-next{
            left:30px !important;
            right: 0;
    }
    .testimonial-slider.no-btn-slider .author-slider .slider-innerwrpper .right-col h6{
        font-size: 20px;
    }
    .testimonial-slider.no-btn-slider .author-slider .slider-innerwrpper .right-col>span{
        font-size: 18px;
    }
    .tab-header{
            border-bottom: 1px solid rgb(39 39 39 / 30%);
    }
    .tab-header .tab-heading a{
        font-size: 20px !important;
    }
    .tab-header .tab-heading{
            border: 0 !important;
            width: 100%;
            padding: 14px 0 !important;
    }
    .contact-form .gform-footer{
        margin-top: 24px !important;
    }
    .contact-banner{
        margin-bottom: 40px !important;
    }
    .getin-touch .elementor-icon-box-content .elementor-icon-box-title{
        margin: unset !important;
    }
    .getin-touch .elementor-icon-box-content .elementor-icon-box-description{
        display: none;
    }
    .step-form .gform-page-footer .gform_next_button{
        background-image: url(../img/Arrow-right.svg);
        background-position: 59% 21px !important;
    }
    .step-form .gform-page-footer .gform_previous_button {
        background-position: 28% 21px;
    }
    .step-box {
        padding:24px 16px !important;
    }
    .elementor-widget-testimonial_slider .btn{
        position: unset;
    }
    .step-form-arrow .gform-page-footer .gform_next_button{
        background-position: 64% 23px !important;
    }
}   

@media (max-width: 640px) {
    .marketing_form .gform_fields .gf_left_half {
        grid-column: span 6 !important;
    }

    .marketing_form .gform_fields .gf_right_half {
        grid-column: span 6 !important;
    }

    .marketing_form .gform_fields .gfield--type-address .gform-grid-col {
        inline-size: 50%;
    }
    .step-form .gform-page-footer .gform_previous_button {
        background-position: 37% 21px !important;
    }
    .step-form .gform-page-footer{
        flex-wrap: wrap  !important;
        gap: 16px !important;
    }
    .step-form .gform-page-footer .gform_next_button,
    .step-form .gform-page-footer .gform_previous_button,
    .step-form .gform-page-footer .gform_button{
        padding: 16px 30px !important;
    }
    .step-form-arrow .gform-page-footer .gform_next_button,
    .step-form-arrow .gform-page-footer .gform_previous_button,
    .step-form-arrow .gform-page-footer .gform_button{
        max-width: 100%;
        padding: 16px 30px !important;
    }
    .step-form-arrow .gform-page-footer .gform_previous_button{
        background-position: 37% 21px !important;
    }
    .contact-banner{
        margin-bottom: 300px !important;
    }
}

@media(max-width:575px) {
    .site-search-main .search-wrapper {
        top: calc(100% + 29px);
        right: calc(-100vw / 2 + 579px / 2);
    }

    .blog-innerwrap .feature-img img {
        height: 204px;
    }
    .step-form .gform-page-footer .gform_next_button{
        background-image: url(../img/Arrow-right.svg);
        background-position: 64% 21px !important;
    }

}

@media(max-width:430px) {
    .site-search-main .search-wrapper {
        top: calc(100% + 29px);
        right: calc(-100vw / 2 + 202px / 2);
    }
    .step-form .gform-page-footer .gform_previous_button {
        background-position: 27% 21px !important;
    }
    .step-form .gform-page-footer .gform_next_button{
        background-position: 68% 21px !important;
    }
    .gform-theme--foundation .gform_fields{
        grid-template-columns:repeat(6, 1fr) !important;
    }
}

@media(max-width:430px) {
    .site-search-main .search-wrapper {
        top: calc(100% + 29px);
        right: calc(-100vw / 2 + 202px / 2);
    }
}

@media(max-width:379px) {
    .counter-sec .elementor-counter .elementor-counter-number-wrapper span {
        font-size: 38px;
    }
    .service-box-slider .slick-prev {
        left: calc(10% + -10px);
    }
    .service-box-slider .slick-next {
        right: calc(10% + -10px);
    }
    body .body-small.elementor-widget-text-editor p{
        font-size: 14px;
    }
}
 form input:-webkit-autofill,
  form input:-webkit-autofill:hover,
   form input:-webkit-autofill:focus, 
   form input:-webkit-autofill:active {
    background-color: transparent !important;
    box-shadow: 0 0 0 1000px transparent inset !important;
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    -webkit-text-fill-color: #06245E !important;
    caret-color: #06245E !important;
    
    transition: background-color 9999s ease-in-out !important;
}
.city-full-width .has_city {
    width: calc(100% + 24px);
    gap: 0;
}

.city-full-width .address_city {
    inline-size: 100% !important;
}