:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:root {
    --wp--style--global--content-size: 823px;
    --wp--style--global--wide-size: 1080px;
}

:where(body) {
    margin: 0;
}

.wp-site-blocks>.alignleft {
    float: left;
    margin-right: 2em;
}

.wp-site-blocks>.alignright {
    float: right;
    margin-left: 2em;
}

.wp-site-blocks>.aligncenter {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

:where(.is-layout-flex) {
    gap: 0.5em;
}

:where(.is-layout-grid) {
    gap: 0.5em;
}

.is-layout-flow>.alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

.is-layout-flow>.alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

.is-layout-flow>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

.is-layout-constrained>.alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

.is-layout-constrained>.alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

.is-layout-constrained>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important;
}

.is-layout-constrained>.alignwide {
    max-width: var(--wp--style--global--wide-size);
}

body .is-layout-flex {
    display: flex;
}

.is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

.is-layout-flex> :is(*, div) {
    margin: 0;
}

body .is-layout-grid {
    display: grid;
}

.is-layout-grid> :is(*, div) {
    margin: 0;
}

body {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

:root :where(.wp-element-button, .wp-block-button__link) {
    background-color: #32373c;
    border-width: 0;
    color: #fff;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-decoration: none;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

:root :where(.wp-block-pullquote) {
    font-size: 1.5em;
    line-height: 1.6;
}



.wp-block-audio :where(figcaption) {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-audio :where(figcaption) {
    color: #ffffffa6
}

.wp-block-audio {
    margin: 0 0 1em
}

.wp-block-code {
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: Menlo, Consolas, monaco, monospace;
    padding: .8em 1em
}

.wp-block-embed :where(figcaption) {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-embed :where(figcaption) {
    color: #ffffffa6
}

.wp-block-embed {
    margin: 0 0 1em
}

.blocks-gallery-caption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .blocks-gallery-caption {
    color: #ffffffa6
}

:root :where(.wp-block-image figcaption) {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme :root :where(.wp-block-image figcaption) {
    color: #ffffffa6
}

.wp-block-image {
    margin: 0 0 1em
}

.wp-block-pullquote {
    border-bottom: 4px solid;
    border-top: 4px solid;
    color: currentColor;
    margin-bottom: 1.75em
}

.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote__citation {
    color: currentColor;
    font-size: .8125em;
    font-style: normal;
    text-transform: uppercase
}

.wp-block-quote {
    border-left: .25em solid;
    margin: 0 0 1.75em;
    padding-left: 1em
}

.wp-block-quote cite,
.wp-block-quote footer {
    color: currentColor;
    font-size: .8125em;
    font-style: normal;
    position: relative
}

.wp-block-quote:where(.has-text-align-right) {
    border-left: none;
    border-right: .25em solid;
    padding-left: 0;
    padding-right: 1em
}

.wp-block-quote:where(.has-text-align-center) {
    border: none;
    padding-left: 0
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote:where(.is-style-plain) {
    border: none
}

.wp-block-search .wp-block-search__label {
    font-weight: 700
}

.wp-block-search__button {
    border: 1px solid #ccc;
    padding: .375em .625em
}

:where(.wp-block-group.has-background) {
    padding: 1.25em 2.375em
}

.wp-block-separator.has-css-opacity {
    opacity: .4
}

.wp-block-separator {
    border: none;
    border-bottom: 2px solid;
    margin-left: auto;
    margin-right: auto
}

.wp-block-separator.has-alpha-channel-opacity {
    opacity: 1
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    width: 100px
}

.wp-block-separator.has-background:not(.is-style-dots) {
    border-bottom: none;
    height: 1px
}

.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
    height: 2px
}

.wp-block-table {
    margin: 0 0 1em
}

.wp-block-table td,
.wp-block-table th {
    word-break: normal
}

.wp-block-table :where(figcaption) {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-table :where(figcaption) {
    color: #ffffffa6
}

.wp-block-video :where(figcaption) {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-video :where(figcaption) {
    color: #ffffffa6
}

.wp-block-video {
    margin: 0 0 1em
}

:root :where(.wp-block-template-part.has-background) {
    margin-bottom: 0;
    margin-top: 0;
    padding: 1.25em 2.375em
}

body,
.et_pb_column_1_2 .et_quote_content blockquote cite,
.et_pb_column_1_2 .et_link_content a.et_link_main_url,
.et_pb_column_1_3 .et_quote_content blockquote cite,
.et_pb_column_3_8 .et_quote_content blockquote cite,
.et_pb_column_1_4 .et_quote_content blockquote cite,
.et_pb_blog_grid .et_quote_content blockquote cite,
.et_pb_column_1_3 .et_link_content a.et_link_main_url,
.et_pb_column_3_8 .et_link_content a.et_link_main_url,
.et_pb_column_1_4 .et_link_content a.et_link_main_url,
.et_pb_blog_grid .et_link_content a.et_link_main_url,
body .et_pb_bg_layout_light .et_pb_post p,
body .et_pb_bg_layout_dark .et_pb_post p {
    font-size: 17px
}

.et_pb_slide_content,
.et_pb_best_value {
    font-size: 19px
}

body {
    color: #353535
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0a0a0a
}

body {
    line-height: 1.4em
}

#et_search_icon:hover,
.mobile_menu_bar:before,
.mobile_menu_bar:after,
.et_toggle_slide_menu:after,
.et-social-icon a:hover,
.et_pb_sum,
.et_pb_pricing li a,
.et_pb_pricing_table_button,
.et_overlay:before,
.entry-summary p.price ins,
.et_pb_member_social_links a:hover,
.et_pb_widget li a:hover,
.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active,
.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active,
.et_pb_gallery .et_pb_gallery_pagination ul li a.active,
.wp-pagenavi span.current,
.wp-pagenavi a:hover,
.nav-single a,
.tagged_as a,
.posted_in a {
    color: #007dc5
}

.et_pb_contact_submit,
.et_password_protected_form .et_submit_button,
.et_pb_bg_layout_light .et_pb_newsletter_button,
.comment-reply-link,
.form-submit .et_pb_button,
.et_pb_bg_layout_light .et_pb_promo_button,
.et_pb_bg_layout_light .et_pb_more_button,
.et_pb_contact p input[type="checkbox"]:checked+label i:before,
.et_pb_bg_layout_light.et_pb_module.et_pb_button {
    color: #007dc5
}

.footer-widget h4 {
    color: #007dc5
}

.et-search-form,
.nav li ul,
.et_mobile_menu,
.footer-widget li:before,
.et_pb_pricing li:before,
blockquote {
    border-color: #007dc5
}

.et_pb_counter_amount,
.et_pb_featured_table .et_pb_pricing_heading,
.et_quote_content,
.et_link_content,
.et_audio_content,
.et_pb_post_slider.et_pb_bg_layout_dark,
.et_slide_in_menu_container,
.et_pb_contact p input[type="radio"]:checked+label i:before {
    background-color: #007dc5
}

.container,
.et_pb_row,
.et_pb_slider .et_pb_container,
.et_pb_fullwidth_section .et_pb_title_container,
.et_pb_fullwidth_section .et_pb_title_featured_container,
.et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container {
    max-width: 1440px
}

.et_boxed_layout #page-container,
.et_boxed_layout.et_non_fixed_nav.et_transparent_nav #page-container #top-header,
.et_boxed_layout.et_non_fixed_nav.et_transparent_nav #page-container #main-header,
.et_fixed_nav.et_boxed_layout #page-container #top-header,
.et_fixed_nav.et_boxed_layout #page-container #main-header,
.et_boxed_layout #page-container .container,
.et_boxed_layout #page-container .et_pb_row {
    max-width: 1600px
}

a {
    color: #007dc5
}

.et_secondary_nav_enabled #page-container #top-header {
    background-color: #007dc5 !important
}

#et-secondary-nav li ul {
    background-color: #007dc5
}

.et_header_style_centered .mobile_nav .select_page,
.et_header_style_split .mobile_nav .select_page,
.et_nav_text_color_light #top-menu>li>a,
.et_nav_text_color_dark #top-menu>li>a,
#top-menu a,
.et_mobile_menu li a,
.et_nav_text_color_light .et_mobile_menu li a,
.et_nav_text_color_dark .et_mobile_menu li a,
#et_search_icon:before,
.et_search_form_container input,
span.et_close_search_field:after,
#et-top-navigation .et-cart-info {
    color: #000000
}

.et_search_form_container input::-moz-placeholder {
    color: #000000
}

.et_search_form_container input::-webkit-input-placeholder {
    color: #000000
}

.et_search_form_container input:-ms-input-placeholder {
    color: #000000
}

#main-header .nav li ul a {
    color: #ffffff
}

#top-header,
#top-header a,
#et-secondary-nav li li a,
#top-header .et-social-icon a:before {
    font-size: 15px
}

#top-menu li a {
    font-size: 16px
}

body.et_vertical_nav .container.et_search_form_container .et-search-form input {
    font-size: 16px !important
}

#top-menu li a,
.et_search_form_container input {
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none
}

.et_search_form_container input::-moz-placeholder {
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none
}

.et_search_form_container input::-webkit-input-placeholder {
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none
}

.et_search_form_container input:-ms-input-placeholder {
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none
}

#top-menu li.current-menu-ancestor>a,
#top-menu li.current-menu-item>a,
#top-menu li.current_page_item>a {
    color: #007dc5
}

#main-footer .footer-widget h4,
#main-footer .widget_block h1,
#main-footer .widget_block h2,
#main-footer .widget_block h3,
#main-footer .widget_block h4,
#main-footer .widget_block h5,
#main-footer .widget_block h6 {
    color: #007dc5
}

.footer-widget li:before {
    border-color: #007dc5
}

#footer-widgets .footer-widget li:before {
    top: 11.45px
}

h1,
h2,
h3,
h4,
h5,
h6,
.et_quote_content blockquote p,
.et_pb_slide_description .et_pb_slide_title {
    line-height: 1.3em
}

@media only screen and (min-width:981px) {
    .et_pb_section {
        padding: 2% 0
    }

    .et_pb_fullwidth_section {
        padding: 0
    }

    .et_header_style_left #et-top-navigation,
    .et_header_style_split #et-top-navigation {
        padding: 35px 0 0 0
    }

    .et_header_style_left #et-top-navigation nav>ul>li>a,
    .et_header_style_split #et-top-navigation nav>ul>li>a {
        padding-bottom: 35px
    }

    .et_header_style_split .centered-inline-logo-wrap {
        width: 70px;
        margin: -70px 0
    }

    .et_header_style_split .centered-inline-logo-wrap #logo {
        max-height: 70px
    }

    .et_pb_svg_logo.et_header_style_split .centered-inline-logo-wrap #logo {
        height: 70px
    }

    .et_header_style_centered #top-menu>li>a {
        padding-bottom: 13px
    }

    .et_header_style_slide #et-top-navigation,
    .et_header_style_fullscreen #et-top-navigation {
        padding: 26px 0 26px 0 !important
    }

    .et_header_style_centered #main-header .logo_container {
        height: 70px
    }

    #logo {
        max-height: 70%
    }

    .et_pb_svg_logo #logo {
        height: 70%
    }

    .et_header_style_centered.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container,
    .et_header_style_centered.et_hide_fixed_logo #main-header.et-fixed-header .logo_container {
        height: 12.6px
    }

    .et_header_style_left .et-fixed-header #et-top-navigation,
    .et_header_style_split .et-fixed-header #et-top-navigation {
        padding: 33px 0 0 0
    }

    .et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a,
    .et_header_style_split .et-fixed-header #et-top-navigation nav>ul>li>a {
        padding-bottom: 33px;
        font-size: 18px
    }

    .et_header_style_centered header#main-header.et-fixed-header .logo_container {
        height: 66px
    }

    .et_header_style_split #main-header.et-fixed-header .centered-inline-logo-wrap {
        width: 66px;
        margin: -66px 0
    }

    .et_header_style_split .et-fixed-header .centered-inline-logo-wrap #logo {
        max-height: 66px
    }

    .et_pb_svg_logo.et_header_style_split .et-fixed-header .centered-inline-logo-wrap #logo {
        height: 66px
    }

    .et_header_style_slide .et-fixed-header #et-top-navigation,
    .et_header_style_fullscreen .et-fixed-header #et-top-navigation {
        padding: 24px 0 24px 0 !important
    }

    .et_fixed_nav #page-container .et-fixed-header#top-header {
        background-color: #007dc5 !important
    }

    .et_fixed_nav #page-container .et-fixed-header#top-header #et-secondary-nav li ul {
        background-color: #007dc5
    }

    .et-fixed-header #top-menu a,
    .et-fixed-header #et_search_icon:before,
    .et-fixed-header #et_top_search .et-search-form input,
    .et-fixed-header .et_search_form_container input,
    .et-fixed-header .et_close_search_field:after,
    .et-fixed-header #et-top-navigation .et-cart-info {
        color: #0a0a0a !important
    }

    .et-fixed-header .et_search_form_container input::-moz-placeholder {
        color: #0a0a0a !important
    }

    .et-fixed-header .et_search_form_container input::-webkit-input-placeholder {
        color: #0a0a0a !important
    }

    .et-fixed-header .et_search_form_container input:-ms-input-placeholder {
        color: #0a0a0a !important
    }

    .et-fixed-header #top-menu li.current-menu-ancestor>a,
    .et-fixed-header #top-menu li.current-menu-item>a,
    .et-fixed-header #top-menu li.current_page_item>a {
        color: #007dc5 !important
    }
}

@media only screen and (min-width:1800px) {
    .et_pb_row {
        padding: 36px 0
    }

    .et_pb_section {
        padding: 36px 0
    }

    .single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper {
        padding-top: 108px
    }

    .et_pb_fullwidth_section {
        padding: 0
    }
}

h1,
h1.et_pb_contact_main_title,
.et_pb_title_container h1 {
    font-size: 42px
}

h2,
.product .related h2,
.et_pb_column_1_2 .et_quote_content blockquote p {
    font-size: 36px
}

h3 {
    font-size: 30px
}

h4,
.et_pb_circle_counter h3,
.et_pb_number_counter h3,
.et_pb_column_1_3 .et_pb_post h2,
.et_pb_column_1_4 .et_pb_post h2,
.et_pb_blog_grid h2,
.et_pb_column_1_3 .et_quote_content blockquote p,
.et_pb_column_3_8 .et_quote_content blockquote p,
.et_pb_column_1_4 .et_quote_content blockquote p,
.et_pb_blog_grid .et_quote_content blockquote p,
.et_pb_column_1_3 .et_link_content h2,
.et_pb_column_3_8 .et_link_content h2,
.et_pb_column_1_4 .et_link_content h2,
.et_pb_blog_grid .et_link_content h2,
.et_pb_column_1_3 .et_audio_content h2,
.et_pb_column_3_8 .et_audio_content h2,
.et_pb_column_1_4 .et_audio_content h2,
.et_pb_blog_grid .et_audio_content h2,
.et_pb_column_3_8 .et_pb_audio_module_content h2,
.et_pb_column_1_3 .et_pb_audio_module_content h2,
.et_pb_gallery_grid .et_pb_gallery_item h3,
.et_pb_portfolio_grid .et_pb_portfolio_item h2,
.et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2 {
    font-size: 25px
}

h5 {
    font-size: 22px
}

h6 {
    font-size: 19px
}

.et_pb_slide_description .et_pb_slide_title {
    font-size: 64px
}

.et_pb_gallery_grid .et_pb_gallery_item h3,
.et_pb_portfolio_grid .et_pb_portfolio_item h2,
.et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2,
.et_pb_column_1_4 .et_pb_audio_module_content h2 {
    font-size: 22px
}

h1,
h2,
h3,
h4,
h5,
h6 {
     font-family: 'Source Sans Pro', Helvetica, Arial, Lucida, sans-serif
}

body,
input,
textarea,
select {
     font-family: 'Source Sans Pro', Helvetica, Arial, Lucida, sans-serif
}

#main-header,
#et-top-navigation {
    font-family: 'Source Sans Pro', Helvetica, Arial, Lucida, sans-serif
}

#logo {
    max-height: 80% !important
}

.post-template-default table {
    margin-bottom: 20px
}

.post-template-default table tr td {
    border: 1px solid #000;
    padding: 10px
}

.et_builder_inner_content.et_pb_gutters3 {
    background: #003e80
}

.popup-form-full-website {
    width: 20%;
    margin-left: auto;
    background: #f3f3f3;
    position: fixed;
    top: 20%;
    right: 5px;
    padding: 25px;
    border-radius: 10px;
    z-index: 999999999
}

.captcha-section [for="g-recaptcha"] {
    display: none
}

.captcha-section {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px
}

.captcha-section input {
    width: 100% !important;
    margin-top: 10px
}

.et-l--body ul ul {
    padding-bottom: 0px;
    margin-top: 10px;
    margin-bottom: 15px;
    list-style: circle;
    padding-left: 20px
}

.et-l--body ul ul ul {
    list-style: disc
}

.et_pb_module li {
    margin-bottom: 10px
}

#teamSlider .swiper-container {
    padding-top: 10px;
    padding-bottom: 0
}

.door_bg {
    left: 15% !important
}

.et_fullwidth_nav #main-header .container {
    background-image: none
}

ul.et_pb_social_media_follow {
    display: none
}

#main-header.et-fixed-header {
    background-image: none
}

.home-slider h2 {
    font-size: 46px;
    letter-spacing: 0.5px
}

#circle {
    right: 60px !important
}

.gt_selector {
    width: 80px
}

#circle:after {
    color: #000;
    background: #fff
}

.right_side_link {
    display: none
}

.heading span {
    background: #0E71BC;
    background: linear-gradient(to right, #0E71BC 10%, #64298E 40%, #EF1D23 60%, #F79B4C 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.event ul {
    padding: 0px;
    margin: 0px
}

.event li {
    margin-bottom: 28px;
    border: solid #ccc 1px;
    border-radius: 5px;
    padding: 20px;
    list-style: none;
    flex-grow: 2
}

.et_pb_text_inner ul li a {
    float: right;
    background: #f5821f;
    color: #fff;
    padding: 5px 20px;
    border-radius: 50px;
    margin-top: -22px
}

.event em img {
    margin-top: 10px;
    margin-bottom: -8px
}

.event li strong {
    float: left;
    width: 100px;
    height: 100px;
    background: #f0f8fb;
    text-align: center;
    padding-top: 13px;
    margin-right: 20px;
    position: relative;
    border-radius: 0px 0px 5px 5px
}

.event li strong span {
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    width: 100px;
    left: 0px;
    text-align: center;
    background: #d5e7ee;
    padding: 3px 0px;
    color: #007dc5;
    border-radius: 0px 0px 5px 5px
}

.aboutimg h5 {
    line-height: 39px;
    margin-bottom: 50px
}

.wequity h4 {
    position: absolute;
    top: 24px;
    left: 20px;
    font-size: 25px
}

.wequity h4 strong {
    background: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    margin-right: 5px
}

.wequity .et_pb_blurb_description {
    background: rgb(244, 130, 31);
    background: linear-gradient(0deg, rgba(244, 130, 31, 1) 25%, rgba(252, 69, 69, 0) 100%);
    transition: 0.5s;
    color: #fff;
    position: absolute;
    bottom: 0px;
    padding: 20px
}

.wequity:hover .et_pb_blurb_description {
    position: absolute;
    bottom: 30px;
    display: block;
    cursor: pointer
}

.inclusive .et_pb_blurb_description {
    background: rgb(236, 29, 37);
    background: linear-gradient(0deg, rgba(236, 29, 37, 1) 25%, rgba(252, 69, 69, 0) 100%);
    transition: 0.5s
}

.awards .et_pb_blurb_description {
    background: rgb(0, 125, 197);
    background: linear-gradient(0deg, rgba(0, 125, 197, 1) 25%, rgba(252, 69, 69, 0) 100%);
    transition: 0.5s
}

.inspired .et-last-child {
    background: #fff;
    padding: 30px;
    margin: 259px 0px;
    box-shadow: -30px 30px 0px #f5821f
}

.inspired h1 {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 15px
}

.inspired a {
    background: #007dc5;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px
}

.inspired a:hover {
    background: #f5821f
}

table.table.table-bordered tr th {
    border: solid #ccc 1px;
    text-align: left;
    padding: 0px 15px
}

table.table.table-bordered tr td {
    border: solid #ccc 1px;
    padding: 15px
}

.question h1 {
    font-size: 44px;
    color: #fff;
    margin-bottom: 11px
}

.et_pb_row.ftr-row .et_pb_column.et_pb_column_1_2 {
    width: 48%;
    margin-right: 4%
}

.et_pb_row.ftr-row .et_pb_column.et_pb_column_1_2:nth-child(2) {
    margin-right: 0 !important;
    width: 48%
}

.et_pb_row.ftr-row .et_pb_column.et_pb_column_1_2:nth-child(4) {
    margin-right: 0 !important;
    width: 48%
}

.et_pb_row.ftr-row input {
    padding: 10px;
    height: 48px;
    font-size: 15px;
    color: #000;
    margin-bottom: 20px;
    width: 100%;
    border: none;
    border-radius: 5px
}

.et_pb_row.ftr-row textarea {
    padding: 10px;
    height: 120px;
    font-size: 15px;
    color: #000;
    margin-bottom: 20px;
    width: 100%;
    border: none;
    border-radius: 5px
}

.et_pb_row.ftr-row .submit_bt {
    font-size: 16px;
    font-weight: 900;
    color: #000;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    width: auto;
    padding: 10px 20px 10px 20px;
    border-radius: 50px;
    text-align: right;
    float: right;
    position: relative
}

.ftr-menu .et_pb_menu__wrap {
    flex-wrap: nowrap;
    width: 100%;
    justify-content: center
}

.ftr-menu .et_pb_menu__wrap .et_pb_menu__menu {
    flex-wrap: nowrap
}

.ftr-menu .et_pb_menu__wrap .et_pb_menu__menu nav.et-menu-nav {
    flex-wrap: nowrap
}

.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li {
    display: inline-block
}

.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul {
    padding: 0 !important;
    display: block
}

.bnr-btn {
    margin-top: 40px
}

.bnr-btn a {
    background: #fff;
    padding: 10px 40px;
    border-radius: 50px;
    color: #000;
    text-shadow: none;
    font-weight: 700;
    margin-right: 40px;
    letter-spacing: 0.5px
}

.bnr-btn a:last-child {
    background: transparent;
    border: 1px solid #fff;
    color: #fff
}

.home-slider .et_pb_slide:after {
    position: absolute;
    content: '';
    background-image: url(wp-content/uploads/2024/02/banner-side-img-3.png);
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 67%;
    left: -250px;
    background-repeat: no-repeat;
    opacity: 0.7
}

.abt-cont p {
    padding-bottom: 0px !important
}

header#main-header ul#et-secondary-nav li {
    position: relative
}

header#main-header ul#et-secondary-nav li.call-btn:before {
    position: absolute;
    content: 'Have any question';
    color: #000;
    left: 0;
    font-size: 16px;
    z-index: 9;
    top: -12px;
    right: 20px
}

header#main-header ul#et-secondary-nav li.call-btn:after {
    content: "\e090";
    font-family: ETmodules;
    position: absolute;
    left: -18px;
    top: 10px;
    font-size: 22px
}

#main-header {
    box-shadow: none
}

nav#top-menu-nav {
    margin-right: 100px
}
#main-header .nav li ul li:nth-child(odd) {
	/* background: #e2e2e2; */
	border-radius: 0;
    color: black !important;
   
}
#main-header .nav li ul li{
 border-bottom: 1px solid #000 ;
}
#main-header .nav li ul li:nth-child(odd) a {
	color:black !important
}

.ityped, .ityped-cursor {
	color: red
}
.et_header_style_left #et-top-navigation nav>ul>li>a,
.et_header_style_split #et-top-navigation nav>ul>li>a {
    padding-bottom: 20px;
    padding-top: 10px;
    font-size: 18px;
}
#et-top-navigation {
	/* float: right; */
    padding-left: 535px !important
  
}
.abt-link-btn .et-social-linkedin a.teamLinkedin:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    background-color: rgb(255 255 255 / 52%);
    left: -10px;
    top: -9px
}

.abt-link-btn .et-social-linkedin a.teamLinkedin:after {
    content: '\45';
    position: absolute;
    color: #0e71bc;
    font-size: 35px;
    line-height: 40px;
    font-family: ETmodules;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #ffffff;
    padding: 12px;
    border-radius: 50px
}

@media only screen and (max-width:1480px) {
    .start-joury-hding h2 {
        font-size: 32px
    }

    .subcribe-cont input.wpcf7-form-control.wpcf7-submit {
        left: 73.5%
    }

    .et_pb_row.ftr-row .et_pb_column.et_pb_column_1_2:nth-child(2),
    .et_pb_row.ftr-row .et_pb_column.et_pb_column_1_2:nth-child(4) {
        margin-right: 0 !important;
        width: 50%;
        margin-left: 0px
    }

    nav#top-menu-nav {
        margin-right: 30px
    }
}

@media only screen and (max-width:1366px) {
    #main-header #et-top-navigation {
        padding-top: 20px !important;
        padding-left: 200px !important
    }

    .home-slider .et_pb_slide {
        min-height: calc(80vh - 20px);
        max-height: 80vh
    }

    .start-joury-hding h2 {
        font-size: 30px
    }

    .our-services .flex-content {
        height: 490px
    }

    .subcribe-cont input.wpcf7-form-control.wpcf7-submit {
        left: 54%
    }

    #main-header #et-top-navigation {
        padding-top: 20px !important;
        padding-left: 30px !important
    }

    nav#top-menu-nav {
        margin-right: 80px
    }
}

@media only screen and (max-width:1280px) {
    #main-header #et-top-navigation {
        padding-top: 20px !important;
        padding-left: 60px !important
    }

    .abt-cont p {
        padding-bottom: 0px;
        font-size: 15px
    }

    .abt-cont h2 {
        font-size: 45px
    }

    .start-joury-hding h2 {
        font-size: 27px
    }

    .subcribe-cont input.wpcf7-form-control.wpcf7-submit {
        left: 88.5%
    }

    nav#top-menu-nav {
        margin-right: 30px
    }
}

@media only screen and (max-width:580px) {
    .bnr-btn a {
        padding: 10px 30px;
        display: inline-block;
        margin-bottom: 20px;
        margin-right: 20px
    }

    .home-slider .et_pb_slide {
        min-height: calc(65vh - 20px);
        max-height: 65vh
    }

    .bnr-btn {
        margin-top: 20px
    }

    .home-slider h2 {
        font-size: 35px;
        letter-spacing: 0.5px
    }

    .our-services .flex-content {
        height: auto
    }

    .our-services .flex-content .services .service .dh-container .h3,
    .our-services .flex-content .services .service .dh-container h3 {
        font-size: 14px;
        padding: 11px 0px 25px 5px !important;
        margin-bottom: 0
    }

    .our-services .flex-content .services .service {
        min-height: 80px
    }

    .home-slider .et_pb_slide:after {
        display: none
    }

    #logo {
        max-height: 80%;
        margin: 4px
    }

    #main-header #et-top-navigation {
        padding-top: 10px !important;
        padding-left: 200px !important
    }

    .et_header_style_left .logo_container {
        padding: 4px 0px 4px 2px;
        margin: 15px 1px 8px 0px;
        height: 54%
    }

    .home-slider .et_pb_slide_description {
        margin-bottom: 100px
    }

    .our-services .flex-content .services .service .dh-container h3 img,
    .our-services .flex-content .services .service .dh-overlay .h3 img {
        vertical-align: middle;
        width: 25px;
        margin-right: 5px
    }

    .our-services .flex-content .services .service .dh-container .h3 i,
    .our-services .flex-content .services .service .dh-container h3 i {
        right: -10px;
        font-size: 30px
    }

    div#counting-section .et_pb_column {
        width: 50% !important
    }

    .subcribe {
        width: 100%
    }

    .subcribe-cont input[type="email"] {
        width: 100%
    }

    .subcribe-cont input.wpcf7-form-control.wpcf7-submit {
        margin-top: 20px !important;
        text-align: center;
        margin: 0 auto;
        display: block;
        position: unset
    }

    #et-top-navigation {
        width: 100% !important
    }
}

@media only screen and (max-width:420px) {
    .bnr-btn a {
        padding: 10px 30px;
        display: block;
        margin-bottom: 20px;
        margin-right: 0px
    }

    .home-slider .et_pb_slide {
        min-height: calc(65vh - 20px);
        max-height: 65vh
    }

    .bnr-btn {
        margin-top: 20px
    }

    .home-slider h2 {
        font-size: 35px;
        letter-spacing: 0.5px
    }

    .our-services .flex-content {
        height: auto
    }

    .our-services .flex-content .services .service .dh-container .h3,
    .our-services .flex-content .services .service .dh-container h3 {
        font-size: 14px;
        padding: 11px 0px 25px 5px !important;
        margin-bottom: 0
    }

    .our-services .flex-content .services .service {
        min-height: 80px
    }

    .home-slider .et_pb_slide:after {
        display: none
    }

    #logo {
        max-height: 80%;
        margin: 4px
    }

    #main-header #et-top-navigation {
        padding-top: 10px !important;
        padding-left: 200px !important
    }

    .et_header_style_left .logo_container {
        padding: 4px 0px 4px 2px;
        margin: 15px 1px 8px 0px;
        height: 54%
    }

    .home-slider .et_pb_slide_description {
        margin-bottom: 70px
    }

    .our-services .flex-content .services .service .dh-container h3 img,
    .our-services .flex-content .services .service .dh-overlay .h3 img {
        vertical-align: middle;
        width: 25px;
        margin-right: 5px
    }

    .our-services .flex-content .services .service .dh-container .h3 i,
    .our-services .flex-content .services .service .dh-container h3 i {
        right: -10px;
        font-size: 30px
    }

    div#counting-section .et_pb_column {
        width: 50% !important
    }

    .subcribe {
        width: 100%
    }

    .subcribe-cont input[type="email"] {
        width: 100%
    }

    .subcribe-cont input.wpcf7-form-control.wpcf7-submit {
        margin-top: 20px !important;
        text-align: center;
        margin: 0 auto;
        display: block;
        position: unset
    }

    #et-top-navigation {
        width: 100% !important
    }
}

.service-position .et_pb_blurb_container {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 50px;
    background: #006683b8;
    ;
    padding: 15px 80px 15px 20px;
    border: 1px solid #ffffffbd
}

.service-position .et_pb_blurb_container h4 {
    padding: 0px;
    color: #fff
}

.border-vision {
    border: 1px solid #c7c5c5;
    padding: 10px;
    height: 100%;
    border-radius: 5px;
    transition: 0.3s all;
    background: #f7f7f7
}

.border-vision:hover {
    transform: translateY(-10px)
}

.border-style .et_pb_column {
    padding: 20px
}

.border-style-3 .et_pb_column {
    padding: 20px
}

.border-style .et_pb_column:nth-child(1) {
    border-right: 1px solid #d9d4d4;
    border-bottom: 1px solid #d9d4d4;
    margin: 0px
}

.border-style .et_pb_column:nth-child(2) {
    border-right: 1px solid #d9d4d4;
    border-bottom: 1px solid #d9d4d4;
    margin: 0px
}

.border-style .et_pb_column:nth-child(3) {
    border-bottom: 1px solid #d9d4d4
}

.border-style-3 .et_pb_column:nth-child(2) {
    border-right: 1px solid #d9d4d4;
    border-left: 1px solid #d9d4d4
}

a.read-more {
    background: #006683;
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px
}

.service-breadcrum {
    padding-left: 0px !important
}

.service-breadcrum li {
    list-style: none
}

.service-breadcrum li a {
    float: left !important;
    float: left !important;
    background: inherit !important;
    color: #404040 !important;
    padding: inherit !important;
    border-radius: inherit !important;
    margin-top: inherit !important;
    font-size: 12px;
    font-weight: 500
}

.banner-heading p {
    padding-bottom: 0px !important
}

.contact-form {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 10px;
    border-radius: 8px
}

#main-header {
    box-shadow: 0 16px 80px rgba(91, 110, 127, .25)
}

.right-nav li {
    list-style: none;
    padding-top: 1.6rem;
    margin-bottom: 0px !important;
    margin: 10px 0px
}

.right-nav {
    padding-left: 0px !important
}

.right-nav li a {
    float: left !important;
    float: left !important;
    background: inherit !important;
    color: #404040 !important;
    padding: inherit !important;
    border-radius: inherit !important;
    margin-top: inherit !important;
    border-top: 2px solid #e7e7e7;
    margin-bottom: 0px;
    width: 100%;
    padding-top: 6px !important;
    font-weight: 600;
    display: inline-block;
    position: relative;
    color: #0087ca;
    text-decoration: none;
    font-size: 14px
}

.right-nav li a::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    border-radius: 5px;
    height: 0.05em;
    bottom: 0;
    left: 0;
    background: currentcolor;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out
}

.right-nav li a:hover {
    color: #1869c1 !important
}

.right-nav li a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
    color: #1869c1 !important
}

.right-nav li:nth-child(1) {
    padding-top: 0px !important
}

.right-nav li a {
    display: flex;
    justify-content: space-between
}

.right-nav .icon {
    font-size: 20px;
    color: #1869c1
}

.box-shadow {
    filter: drop-shadow(0 20px 15px rgba(91, 110, 127, 0.15));
    z-index: 99
}

.banner-nav li a {
    float: left !important;
    float: left !important;
    background: inherit !important;
    color: #404040 !important;
    padding: 10px 0px !important;
    border-radius: inherit !important;
    margin-top: inherit !important;
    margin-right: 20px;
    font-size: 16px
}

.banner-nav {
    padding: 0px !important
}

.banner-nav li {
    margin: 0px !important;
    list-style: none
}

.banner-nav li a:hover {
    color: #1869c1 !important
}

.founder-nav li a {
    color: #fff !important
}

.founder-nav li a:hover {
    color: #d7d2d2 !important
}

.about-why-neeraj {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 8px;
    transition: 0.2s all;
    box-shadow: 0 10px 10px rgba(23, 79, 138, 0.1)
}

.about-why-neeraj-1 {
    border-bottom: 5px solid #007dc5
}

.about-why-neeraj-2 {
    border-bottom: 5px solid #007dc5
}

.about-why-neeraj-3 {
    border-bottom: 5px solid #007dc5
}

.about-why-neeraj-4 {
    border-bottom: 5px solid #007dc5
}

.about-why-neeraj:hover {
    transform: translatey(-10px)
}

.founder-breadcrum li a {
    float: inherit !important;
    font-size: 16px !important;
    color: #fff !important
}

.banner-nav .active {
    background: linear-gradient(to left, #1869c1, #1869c1 100%) !important;
    background-position: 0 100% !important;
    background-size: 100% 3px !important;
    background-repeat: repeat-x !important;
    font-weight: bold
}

.d-flex {
    display: flex;
    flex-wrap: wrap
}

.align-items-center {
    align-items: center
}

.gallery-tabs .et_pb_tabs_controls {
    display: block;
    width: 20%;
    float: left
}

.gallery-tabs .et_pb_tabs_controls li {
    width: 100%;
    text-align: left;
    border: none;
    display: block;
    margin-bottom: 10px
}

.gallery-tabs .et_pb_tabs_controls li a {
    box-shadow: 0 0 15px -2px rgba(0, 0, 0, .1);
    border-radius: 15px;
    padding: 8px 16px 8px;
    text-decoration: none;
    vertical-align: middle;
    display: block;
    line-height: inherit;
    color: #000
}

.gallery-tabs .et_pb_tabs_controls li.et_pb_tab_active a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 17px solid transparent;
    border-right: 7px solid transparent;
    border-top: 22px solid #007dc5;
    right: -11px;
    bottom: 10px;
    transform: rotate(37deg);
    display: block;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    transition: all .1s
}

.gallery-tabs .et_pb_tabs_controls li.et_pb_tab_active a {
    background: #007dc5;
    position: relative;
    color: #fff !important
}

.gallery-tabs .et_pb_tabs_controls li.et_pb_tab_active {
    background-color: transparent
}

.gallery-tabs {
    border: none !important
}

.gallery-tabs .et_pb_all_tabs {
    background-color: #fff;
    padding-left: 15%
}

.gallery-tabs .et_pb_tab {
    padding: 0px
}

.gallery-tabs .fluid-width-video-wrapper iframe {
    width: 60% !important;
    height: 500px !important;
    position: unset;
    margin-left: 5%;
    box-shadow: 0px 10px 10px #ccc
}

.gallery-tabs .et_pb_tab_content ul {
    list-style: none
}

.gallery-tabs ul.et_pb_tabs_controls:after {
    border-top: none
}

.gallery-tabs .et_pb_tab_content ul li {
    margin-bottom: 30px
}

.gallery-tabs .fluid-width-video-wrapper {
    padding: 0px !important
}

.services-pg-cont ul li {
    margin-bottom: 8px
}

.publication-cont {
    position: relative;
    z-index: 1
}

.publication-cont:before {
    position: absolute;
    content: '';
    background: #080663;
    top: 0;
    height: 100%;
    left: 0;
    width: 0%;
    z-index: -1;
    transition: 0.5s all ease
}

.publication-cont:hover:before {
    width: 100%
}

.publication-cont:hover h4.et_pb_module_header {
    color: #fff
}

.publication-cont:hover .et_pb_blurb_description {
    color: #fff
}

.publication-cont span.et-waypoint {
    transition: 0.5s ease all
}

.publication-cont:hover span.et-waypoint {
    transform: rotate(360deg)
}

.publication-cont span.et_pb_image_wrap {
    box-shadow: 0 4px 24px 0 rgba(103, 151, 255, .1), 0 12px 64px 0 rgba(103, 151, 255, .1);
    border-radius: 100px;
    background: #fff
}

.know-more a {
    margin: 0 auto;
    position: relative;
    font-weight: 600;
    letter-spacing: 0.5px
}

.know-more a:before {
    position: absolute;
    content: '\24';
    right: -25px;
    font-family: 'ETmodules';
    top: 0px;
    font-weight: 700
}

.publication-cont:hover .know-more a {
    border: 1px solid #fff;
    padding: 5px 35px 5px 15px;
    color: #fff;
    border-radius: 10px
}

.publication-cont:hover .know-more a:before {
    right: 8px;
    top: 6px
}

.w-50 {
    max-width: 50%;
    width: 50%
}

.career-bnr-cont h5 {
    font-size: 16px;
    color: #000;
    letter-spacing: 0.5px;
    text-align: center
}

.career-bnr-cont h3 {
    text-align: center;
    font-size: 25px;
    color: #000;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    margin-bottom: 20px
}

.career-bnr-cont {
    padding: 2rem;
    background-color: #fff;
    border-radius: 20px
}

.career-bnr-cont input {
    padding: 7px 18px;
    min-height: 50px;
    border-radius: 10px 10px 10px 10px;
    font-size: 16px;
    border: 1px solid #242F6517;
    margin-bottom: 20px;
    width: 48%;
    margin-right: 2%
}

.career-bnr-cont input.wpcf7-form-control.wpcf7-submit {
    background: #1869c1;
    color: #fff;
    width: auto;
    letter-spacing: 0.5px;
    font-size: 20px;
    font-weight: 500;
    padding: 0.3em 1em;
    text-align: center;
    margin: 10px auto;
    display: block
}

.wpcf7-spinner {
    display: none
}

.events-cont .et_pb_main_blurb_image {
    margin-bottom: 20px
}

.events-cont p {
    padding-bottom: 5px
}

.events-row .et_pb_column.et_pb_column_1_2 {
    box-shadow: 0 5px 20px 0 #22364517;
    padding: 10px
}

.glod-sliver-cont table tr th {
    background: #3d3875;
    color: #fff;
    text-align: center;
    border-right: 1px solid #fff;
    letter-spacing: 0.3px
}

.glod-sliver-cont table tr td {
    text-align: center;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    padding: 10px 24px
}

.glod-sliver-cont table tr:nth-child(even) {
    background: #cccccc24
}

#top-menu .menu-item-has-children>a:first-child:after {
    top: 5px
}

@media only screen and (max-width:767px) {
    .et_pb_tabs_0 .et_pb_tabs_controls li {
        width: 100% !important
    }

    .et_pb_tabs_controls li a {
        display: block
    }

    .w-50 {
        max-width: 100% !important;
        width: 100% !important
    }

    .et_pb_tab {
        padding-left: 0px;
        padding-right: 0px
    }

    .tab-content {
        border-radius: 10px
    }
}

.button a {
    color: #fff !important;
    width: 100%;
    display: block
}

.rll-youtube-player,
[data-lazy-src] {
    display: none !important;
}

@font-face {
    font-family: "Canela Text Regular";
    font-display: swap;
    src: url("../../wp-content/uploads/et-fonts/CanelaText-Regular-Trial.otf") format("opentype");
}

@font-face {
    font-family: "prelo-book";
    font-display: swap;
    src: url("../../wp-content/uploads/et-fonts/Prelo-Book.ttf") format("truetype");
}

img:is([sizes="auto"i], [sizes^="auto,"i]) {
    contain-intrinsic-size: 3000px 1500px
}


@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokRdr.ttf) format('truetype');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkhdr.ttf) format('truetype');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPa7g.ttf) format('truetype');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lBdr.ttf) format('truetype');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclRdr.ttf) format('truetype');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklxdr.ttf) format('truetype');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_AkA.ttf) format('truetype');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zAkA.ttf) format('truetype');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK3dSBYKcSV-LCoeQqfX1RYOo3aPw.ttf) format('truetype');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rAkA.ttf) format('truetype');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vAkA.ttf) format('truetype');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nAkA.ttf) format('truetype');
}

/* User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0 */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokRdo.woff) format('woff');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkhdo.woff) format('woff');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPa7j.woff) format('woff');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lBdo.woff) format('woff');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclRdo.woff) format('woff');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklxdo.woff) format('woff');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_Akw.woff) format('woff');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zAkw.woff) format('woff');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK3dSBYKcSV-LCoeQqfX1RYOo3aPA.woff) format('woff');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rAkw.woff) format('woff');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vAkw.woff) format('woff');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nAkw.woff) format('woff');
}

/* User Agent: Mozilla/5.0 (Windows NT 6.3; rv:39.0) Gecko/20100101 Firefox/39.0 */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokRdu.woff2) format('woff2');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkhdu.woff2) format('woff2');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPa7l.woff2) format('woff2');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lBdu.woff2) format('woff2');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclRdu.woff2) format('woff2');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklxdu.woff2) format('woff2');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_AlQ.woff2) format('woff2');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zAlQ.woff2) format('woff2');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK3dSBYKcSV-LCoeQqfX1RYOo3aOg.woff2) format('woff2');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rAlQ.woff2) format('woff2');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vAlQ.woff2) format('woff2');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nAlQ.woff2) format('woff2');
}


 /* Popup overlay */
    .popup-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 1000;
    }

    /* Popup content */
    .popup-content {
      background-color: white;
      padding: 20px;
      border-radius: 8px;
      max-width: 80%;

      position: relative;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }

    /* Close button */
    .close-btn {
      position: absolute;
      top: 8px;
      right: 12px;
      font-size: 18px;
      cursor: pointer;
      background: none;
      border: none;
      color: red;
      font-weight: bold;
    }
     .footer-close-btn {
      background-color: #007bff;
      color: white;
      border: none;
      padding: 10px 20px;
      border-radius: 5px;
      cursor: pointer;
      font-size: 16px;
    }

    .footer-close-btn:hover {
      background-color: #0056b3;
    }

  .breadcrumb-section {
  margin-top: 65px; /* Add this */
  background-image:
   linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),  url('../images/breadcrumb.jpg');
  background-size: cover;
  background-position: center;
  padding: 40px 20px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  min-height: 210px;
  background-position: bottom;
}


    .breadcrumb-title {
      font-size: 28px;
      font-weight: bold;
    }

    .breadcrumb-contact a {
      color: white;
      text-decoration: none;
      font-size: 16px;
      background-color: rgba(0, 0, 0, 0.4);
      padding: 10px 20px;
      border-radius: 5px;
      transition: background-color 0.3s;
    }

    .breadcrumb-contact a:hover {
      background-color: rgba(255, 255, 255, 0.3);
    }

    @media (max-width: 768px) {
      .breadcrumb-section {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
      }

      .breadcrumb-contact {
        align-self: flex-end;
      }
    }

    .team-intro {
  max-width: 1000px;
  margin: 40px auto;
  padding: 20px;
  font-family: Arial, sans-serif;
  text-align: center;
}

.team-intro p {
  font-size: 18px;
  margin-bottom: 30px;
  color: #333;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.service-box {
  background: #f4f8ff;
  border: 1px solid #d0dffc;
  border-radius: 10px;
  padding: 25px 20px;
  width: 300px;
  transition: 0.3s;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.service-box:hover {
  background-color: #e0ecff;
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.service-box h3 {
  font-size: 20px;
  color: #003e80;
  margin-bottom: 10px;
}

.service-box p {
  font-size: 15px;
  color: #555;
}


  table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    margin-top: 30px;
  }

  thead {
    background-color: #003e80;
    color: white;
  }

  th, td {
    padding: 12px 15px;
    text-align: left;
    vertical-align: top;
    border: 1px solid #ddd;
  }

  tbody tr:nth-child(even) {
    background-color: #f2f6ff;
  }

  tbody tr:hover {
    background-color: #e0ecff;
  }

  th {
    font-weight: bold;
  }


   .services-section {
    max-width: 1000px;
    margin: 60px auto;
    padding: 20px;
    font-family: Arial, sans-serif;
  }

  .services-section h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
    color: #003e80;
  }

  .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
  }

  .service-item {
    background-color: #f4f8ff;
    border-left: 5px solid #003e80;
    padding: 20px;
    border-radius: 8px;
    transition: 0.3s;
  }

  .service-item:hover {
    background-color: #e0ecff;
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  }

  .service-item p {
    margin: 0;
    font-size: 16px;
    color: #333;
  }



    .contact-section {
    max-width: 800px;
    margin: 60px auto;
    padding: 30px;
    background-color: #f4f8ff;
    border-radius: 10px;
    border-left: 5px solid #003e80;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
  }

  .contact-section h2 {
    text-align: center;
    color: #003e80;
    margin-bottom: 25px;
    font-size: 26px;
  }

  .contact-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .contact-form input,
  .contact-form textarea {
    padding: 12px;
    border: 1px solid #d0dffc;
    border-radius: 6px;
    font-size: 16px;
    resize: vertical;
  }

  .contact-form input:focus,
  .contact-form textarea:focus {
    outline: none;
    border-color: #003e80;
    box-shadow: 0 0 4px rgba(0, 62, 128, 0.3);
  }

  .contact-form button {
    background-color: #003e80;
    color: white;
    padding: 12px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .contact-form button:hover {
    background-color: #0050b3;
  }


    .contact-cards {
    max-width: 1000px;
    margin: 50px auto;
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    font-family: Arial, sans-serif;
  }

  .card {
    background-color: #f4f8ff;
    border-left: 5px solid #003e80;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: 0.3s;
  }

  .card:hover {
    background-color: #e0ecff;
    transform: translateY(-5px);
  }

  .card h3 {
    margin-top: 0;
    font-size: 20px;
    color: #003e80;
    margin-bottom: 12px;
  }

  .card p {
    font-size: 15px;
    margin: 5px 0;
    color: #333;
    line-height: 1.5;
  }

  .card a {
    color: #003e80;
    text-decoration: none;
    word-break: break-word;
  }

  .card a:hover {
    text-decoration: underline;
  }

.map-cards {
  max-width: 1000px;
  margin: 50px auto;
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  font-family: Arial, sans-serif;
}

.map-card {
  background-color: #f4f8ff;
  border-left: 5px solid #003e80;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.map-card h3 {
  font-size: 20px;
  color: #003e80;
  margin-bottom: 15px;
}

.map-iframe {
  width: 100%;
  height: 300px;
  border: none;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.underline-span {
  display: inline-block;
  margin-top: 5px;
  height: 4px;
  width: 60px;
  background-color: #003e80; /* dark blue underline */
  border-radius: 2px;
}

.underline-gradient {
  display: inline-block;
  margin-top: 5px;
  height: 4px;
  width: 80px;
  background: linear-gradient(to right, #003e80, #0050b3);
  border-radius: 2px;
}

.underline-dashed {
  display: inline-block;
  margin-top: 5px;
  height: 2px;
  width: 70px;
  border-bottom: 2px dashed #003e80;
}

.underline-thick-fade {
  display: inline-block;
  margin-top: 6px;
  height: 6px;
  width: 100px;
  background: linear-gradient(to right, #003e80, rgba(0, 62, 128, 0));
  border-radius: 4px;
}



.double-underline {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.double-underline::after,
.double-underline::before {
  content: "";
  display: block;
  height: 3px;
  background-color: #003e80;
  border-radius: 2px;
  position: absolute;
  left: 0;
}

.double-underline::before {
  width: 40px;           /* Shorter top line */
  top: 100%;             /* Just below the text */
}

.double-underline::after {
  width: 80px;           /* Longer bottom line */
  top: calc(100% + 6px); /* Further below */
  background-color: #7ca3dc; /* Lighter shade */
}


.member-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 50px auto;
  padding: 10px;
  font-family: Arial, sans-serif;
}

.member-card {
  background-color: #f4f8ff;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  border-left: 5px solid #003e80;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.member-card:hover {
  transform: translateY(-5px);
  background-color: #e0ecff;
}

.member-photo {
  width: 100%;
  max-width: 150px;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  margin-bottom: 15px;
}

.member-name {
  font-size: 18px;
  font-weight: bold;
  color: #1e73be;
  margin-bottom: 5px;
}

.member-qual {
  font-size: 14px;
  color: #444;
}


.contact-footer-cta {
  background-color: #003e80;
  color: white;
  padding: 40px 20px;
  text-align: center;
  font-family: Arial, sans-serif;
  border-top: 5px solid #7ca3dc;
}

.contact-footer-cta h2 {
  font-size: 28px;
  margin-bottom: 15px;
}

.contact-footer-cta p {
  font-size: 16px;
  margin-bottom: 25px;
  color: #dbe9ff;
}

.contact-footer-cta a.cta-button {
  display: inline-block;
  background-color: #ffffff;
  color: #003e80;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.contact-footer-cta a.cta-button:hover {
  background-color: #dbe9ff;
  color: #003e80;
}

.service-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  
}

.service-card {
  background-color: #f4f8ff;
  border-left: 5px solid #003e80;
  border-radius: 10px;
  padding: 25px 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  text-align: center;
  transition: 0.3s ease;
    cursor: pointer;
}

.service-card:hover {
  background-color: #e0ecff;
  transform: translateY(-5px);
}

.service-card a {
  text-decoration: none;
  color: #003e80;
  font-weight: bold;
  font-size: 16px;
  display: block;
}

