/*
 Theme Name:   Astra Child
 Theme URI:    https://example.com/astra-child/
 Description:  Astra Child Theme
 Author:       Digital Dividend
 Author URI:   https://example.com
 Template:     astra
 Version:      1.0.6
*/

/* Add your custom CSS below this line */


@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');


html {
    font-size: 0.8333333333vw;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

@media (max-width:600px) {
    html {
        font-size: 4.102564103vw;
    }
}


:root {
    /* font-size: calc(10px + 0.390625vw); */
    --main-font-family: 'Lexend', sans-serif;
    --heading-font-family: 'Inter', serif;
    --color-light-grey: #727272;
    --color-grey: #FFFFFFE5;
    --color-dark-grey: #444444;
    --color-black: #4E4E4E;
    --color-orange: #f29429;
    --color-white: #fff;
    --color-white-card: #E9E9E9;
    --color-bkg: #8181811A;
    --color-grey-list: #F4F4F4;
    --color-txt-grey: #818181;
    --ast-global-color-2: #444 !important;
    --ast-global-color-0: #444 !important;
    --ast-global-color-1: #444 !important;
	overflow:visible;

}
.elementor-location-header{
	position:sticky;
	top:0;
	z-index:9999;
}

body {
    font-family: var(--main-font-family);
    font-size: 1.125rem;
    color: var(--color-dark-grey);
	font-weight:300;
}

h1 {
    font-family: var(--heading-font-family);

    font-size: 2rem;
}

h2 {
    font-family: var(--heading-font-family) !important;
/*     font-size: 3.75rem !important;
    font-weight: 700 !important;
    line-height: 4.5rem !important; */
	    font-size:2.8rem !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;

}

h3 {
    font-family: var(--heading-font-family) !important;
    font-weight: 900 !important;
/*     line-height: 3.75rem !important;
    font-size: 3rem !important; */
	line-height: 1 !important;
    font-size: 1.5rem !important;
}

h4 {
    font-family: var(--heading-font-family) !important;
    font-weight: 600 !important;
    line-height: 2.3438 !important;
    font-size: 1.875rem !important;
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 100% !important;
}

.elementor-section:not(.elementor-inner-section)>.elementor-container {

    padding-left: 0;
    padding-right: 0;
}
.elementor-column-gap-default>.elementor-column>.elementor-element-populated{
	padding:0 !important;
}

a {
    color: inherit;
}

.header-1 {
    background: var(--color-white);
}

#menu-main-menu {
    column-gap: 1rem;
}

.top-bottom-padding {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
}

.top-bottom-padding-2 {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
}

.bottom-padding{
	    padding-bottom: 6.25rem;
}

.top-padding{
	    padding-top: 6.25rem;
}

.orange-text {
    color: var(--color-orange);
}

.dsp-block {
    display: block;
}

.orange-border-bottom {
    border-bottom: 1px solid var(--color-orange);
}

.fit-content {
    width: fit-content;
}

.capitalize {
    text-transform: capitalize;
}

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

.grey-bkg {
    background: var(--color-bkg);
}
.dark-grey-bkg{
	background: var(--color-dark-grey);
}

.dual-buuton ul li:first-child {
    background: var(--color-orange);
    border: 1px solid var(--color-orange);
    color: var(--color-white);
    border-radius: 6.25rem;
    padding: 1rem 3.5rem;
    flex-direction: row-reverse;
    column-gap: 0.5rem;
    transition: 0.4s;
}

.dual-buuton ul li:first-child svg path {
    transition: 0.4s;
}

.dual-buuton ul li:first-child:hover svg path {
    fill: var(--color-orange);
}

.dual-buuton ul li:first-child:hover {
    background: var(--color-white);
    border: 1px solid var(--color-orange);
    color: var(--color-orange);
}

.dual-buuton ul li:last-child {
    background: transparent;
    border: 1px solid var(--color-orange);
    color: var(--color-orange);
    border-radius: 6.25rem;
    padding: 1rem 3.5rem;
    transition: 0.4s;
}

.dual-buuton ul li:last-child:hover {
    background: var(--color-orange);
    border: 1px solid var(--color-orange);
    color: var(--color-white);
}

.dual-buuton ul {
    row-gap: 1rem;
}

.icon-title h4 {
    color: var(--color-orange);
    line-height: normal !important;
	margin-bottom: 0 !important;
}

.explore-btn a {
    background: none !important;
    padding: 0 !important;

}

.explore-btn .elementor-button-text {
    color: var(--color-dark-grey);
}

.explore-btn a svg path {
    fill: var(--color-dark-grey);
}

.white-card {
    border: 1px solid var(--color-white-card);
    padding: 2.5rem;
    border-radius: 1.5rem;
    background: var(--color-white);
}

.card-outer .elementor-container {
    grid-gap: 1.25rem;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card-outer .white-card {
    width: 100% !important;
}

.grey-list li {
    background: var(--color-grey-list);
    width: 100%;
    padding: 1rem !important;
    margin-bottom: 0.75rem !important;
    border-radius: 0.5rem;
    column-gap: 0.25rem;
    align-items: flex-start !important;
}

.grey-list li .elementor-icon-list-icon {
    margin-top: 0.5rem;
}

.badges-gallery.partners .gallery {
    width: 50rem;
    margin: 0 auto;
}

.video-sec .elementor-custom-embed-image-overlay {
    background-image: none !important;
}

.video-sec .elementor-custom-embed-image-overlay::before {
    content: '';
    background: #0000007a;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3rem;
}

.video-sec .elementor-custom-embed-play {
    z-index: 3;
}

.video-sec video.elementor-video {
    border-radius: 3rem;
}

.border-white.dual-buuton ul li:last-child,
.dual-buuton ul li:last-child {
    display: none;
}

.solution-cards .elementor-widget-wrap {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 1rem;

}

.solution-cards .elementor-widget-wrap .elementor-widget-image-box {
    border: 1px solid var(--color-white-card);
    padding: 2.5rem;
    border-radius: 1.5rem;
    background: var(--color-white);
    margin: 0 !important;
}

.solution-cards .elementor-widget-wrap .elementor-widget-image-box h4 {
    color: var(--color-orange);
}

.solution-cards .elementor-image-box-description {
    color: var(--color-txt-grey);

}

.description-color {
    color: var(--color-txt-grey);
}

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

.flex-center {
    display: flex;
    justify-content: center !important;
}

.border-white.dual-buuton ul li:last-child {
    background: transparent;
    border: 1px solid var(--color-white);
    color: var(--color-white);
}

.border-white.dual-buuton ul li:last-child:hover {
    background: var(--color-orange);
    border: 1px solid var(--color-orange);
    color: var(--color-white);
}

.footer-mid-sec {
    border-bottom: 1px solid rgba(212, 212, 212, 1);
    margin-bottom: 4rem;
	padding-bottom:2rem;
}

.top-right-header .elementor-widget-wrap {
    display: grid !important;
    grid-template-columns: auto auto auto;
    grid-gap: 1rem;
    align-content: center;
}

.top-right-header .elementor-widget:not(:last-child) {
    margin: 0;
}

.sign-in-btn .elementor-button-text {
    color: var(--color-black);
}

.show-in-mobile {
    display: none;
}

.header-1 #menu-main-menu-1 {
    padding-left: 1.5rem;
}

.sign-in-btn a {
    padding: 0 !important;
}

/* web- */
.card-hover:hover {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2);
    transform: scale(1.03);
    transition: all .4s ease-in-out;
    border-color: #f05a24 !important;
}

.card-hover:hover {
    transform: scale(1);
    transition: all .4s ease-in-out;
}

@media screen and (max-width: 991px) {
    h2 br {
        display: none;
    }

    p br {
        display: none;
    }

}

@media screen and (max-width: 1024px) {
    .show-in-mobile {
        display: block;
    }

    .header-menu-outer {
        width: min-content;

    }

    .header-1-innner .elementor-container {
        justify-content: space-between;
    }

}

@media screen and (max-width: 991px) and (min-width: 768px) {
    html {
        font-size: 14px;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 2rem !important;
        line-height: 2.5rem !important;

    }

    h3 {
        line-height: 2.25rem !important;
        font-size: 1.75rem !important;
    }

    h4 {
        line-height: 2 !important;
        ;
        font-size: 1.4rem !important;
    }

    .elementor-section:not(.elementor-inner-section)>.elementor-container {

        padding-left: 2.4688rem;
        padding-right: 2.4688rem;
    }

    .card-outer .elementor-container {
        grid-gap: 1.25rem;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .solution-cards .elementor-widget-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .white-card {
        padding: 1.5rem;
    }

    h2 br {
        display: none;
    }

    p br {
        display: none;
    }
}

@media screen and (max-width: 767px) and (min-width: 200px) {
    html {
        font-size: 14px;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 2rem !important;
        line-height: 2.5rem !important;

    }

    h3 {
        line-height: 2.25rem !important;
        font-size: 1.75rem !important;
    }

    h4 {
        line-height: 2 !important;
        ;
        font-size: 1.4rem !important;
    }

/*     .elementor-section:not(.elementor-inner-section)>.elementor-container {

        padding-left: 1.4688rem;
        padding-right: 1.4688rem;
    } */

    .card-outer .elementor-container {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-gap: 1rem;
    }

    .grey-list ul {
        display: inline-flex;
        column-gap: 1rem;
        flex-wrap: wrap;
    }

    .grey-list li {
        width: auto;
    }

    .solution-cards .elementor-widget-wrap {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .badges-gallery .gallery {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 1rem;
        justify-items: center;
    }

    .mobile-reverse-row .elementor-container {
        flex-direction: column-reverse;
    }

    .social-footer .elementor-social-icons-wrapper {
        text-align: left;
    }

    .footer-menu a {
        text-wrap: nowrap;
        padding: 0 !important;
    }

    .footer-menu ul {
        flex-wrap: wrap;
        justify-content: flex-start !important;
        column-gap: 1rem;
        row-gap: 1rem;
    }

    .footer-info-links ul {
        grid-gap: 1rem;
    }

    .dual-buuton ul li:first-child {
        padding: 1rem;
        font-size: 0.9rem;
    }

    .dual-buuton ul li:last-child {
        padding: 1rem;
        font-size: 0.9rem;
    }

    .header-1 .elementor-container {
        flex-wrap: nowrap !important;
    }
	
.top-bottom-padding {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

/* .top-bottom-padding-2 {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
}

.bottom-padding{
	    padding-bottom: 4.375rem;
}

.top-padding{
	    padding-top: 4.375rem;
} */


}

/* Hassan CSS  */
/* About Page  */

.page-id-27 .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0;
}

.page-id-27 .elementor-widget:not(:last-child) {
    margin: 0;
}

.leadership .col-1 {
    width: 42.563rem !important;
}

.leadership .col-2 {
    width: 49.375rem !important;
}

.about-us section .elementor-container {
    justify-content: space-between;
}

.para-grey p {
    font-size: 1.125rem;
    line-height: 1.688rem;
    font-weight: 500;
    color: var(--color-light-grey);
}

.about-us .para-grey p {
    font-family: 'Inter';
}

.leadership-heading {
    padding-bottom: 3.75rem;
}

.team-row .elementor-container {
    justify-content: space-between;
}

.team-row .col-1 {
    width: 28rem !important;
}

.team-row .col-2 {
    width: 69.75rem !important;
    margin-top: 2.5rem;
}

.orange-heading h3 {
    color: var(--color-orange);
    font-family: 'Lexend' !important;
    font-weight: 700 !important;
    font-size: 2.5rem !important;
    line-height: 3.25rem !important;
}

.designation p {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.21rem;
    margin: 0;
    padding-left: 0.375rem;
    border-left: 0.125rem solid var(--color-orange);
    color: var(--color-light-grey);
}

.details-team.para-grey p {
    font-weight: 400;
    font-family: 'Inter';
    width: 67.313rem;
}

/* Events Page  */

.bottom-margin-none p {
    margin-bottom: 0 !important;
}

.blog-page-grid .premium-blog-thumb-effect-wrapper {
    height: 24.375rem;
}

.blog-page-grid .premium-blog-thumb-effect-wrapper .premium-blog-thumbnail-container {
    height: 100%;
    border-radius: 1rem;
}

.page-id-31 .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0;
}

.home-blog.blog-page-grid .premium-blog-content-wrapper {
    position: absolute;
    width: 28.25rem;
    transform: translateX(-50%);
    left: 50%;
    bottom: 1.5rem;
    padding: 1.25rem;
    border-radius: 1rem;
}

.blog-page-grid .premium-blog-post-container {
    position: relative;
}

.home-blog.blog-page-grid .premium-blog-entry-title {
    border: none;
    margin-bottom: 1rem;
}

.home-blog.blog-page-grid .premium-blog-entry-title a {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.875rem;
    color: var(--color-orange);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none;
}

.home-blog.blog-page-grid .premium-blog-entry-meta {
    margin: 0;
}

.blog-page-grid.home-blog .premium-blog-meta-data {
    margin: 0;
}

.blog-page-grid.home-blog .premium-blog-meta-data i {
    display: none;
}

.blog-page-grid.home-blog .premium-blog-meta-data span {
    color: var(--color-dark-grey);
    font-size: 1.125rem;
    font-family: 'Lexend';
    font-weight: 300;
    line-height: 1.688rem;
}

.single-post-container .event-wrapper .post-title h2 {
    margin-top: 0;
}

.post-template .ast-container {
    max-width: 100% !important;
}

.post-template .elementor-widget:not(:last-child) {
    margin: 0;
}

.single-post-container .post-title h2 {
    font-family: var(--heading-font-family) !important;
    font-weight: 700 !important;
    line-height: 3.75rem !important;
    font-size: 3rem !important;
    text-transform: uppercase;
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.author-name span {
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    text-decoration: underline;
}

.post-content h3 {
    font-size: 2rem !important;
    line-height: normal !important;
    margin-bottom: 1rem;
}

.post-content ul,
.post-btn,
.post-content p {
    margin-bottom: 1.5rem !important;
}

.image-margin {
    margin-bottom: 1.5rem !important;
}

.single-post-container .elementor-image-gallery .gallery-item img {
    margin: 0 !important;
    width: 100%;
}

.gallery-icon.landscape a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

figure.gallery-item {
    padding: 1rem;
}

figure.gallery-item {
    padding: 0;
}

.elementor-image-gallery .gallery-item img {
    margin: 0 !important;
}

/* FAQ Section  */

.faq a {
    text-decoration: none !important;
}

.faq .elementor-tab-title {
    padding: 1rem !important;

}

.faq .elementor-accordion-item {
    border: none !important;
    background: var(--color-grey-list);
    margin-bottom: 0.75rem;
    border-radius: 0.5rem;
}

.faq .elementor-accordion-item:last-child {
    margin-bottom: 0;
}

.faq .elementor-tab-content {
    border: none !important;
    padding: 1rem !important;
    padding-top: 0 !important;
}

.faq p {
    margin-bottom: 0 !important;
}

a:focus {
    outline: none !important;
}

/* Contact Page  */

.contact-details .elementor-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 3rem;
}

.contact-details .elementor-container .contact-details-card {
    border: 0.063rem solid var(--stroke, #E9E9E9);
    border-radius: 1.75rem;
    width: 100%;
    padding: 2.719rem 0;
}

.contact-details .subheading p {
    margin: 0;
    font-size: 1rem;
    color: var(--color-txt-grey);
    margin-top: 0;
}

.contact-details-card a {
    font-size: 1.125rem;
    color: var(--color-black)
}

.contact-details .elementor-widget-image {
    margin: 0 !important;
}

.contact-details .subheading {
    margin-bottom: 0.5rem !important;
    margin-top: 1.75rem;
}

.contact-details .link p {
    color: var(--color-txt-grey);
    font-size: 1.25rem;
    margin: 0 !important;
}

.contact-details .elementor-widget-wrap.elementor-element-populated {
    padding: 0 !important;
}

.contact-details .link p a {
    transition: all 0.4s ease-out;
}

.contact-details .link p a:hover {
    color: var(--color-txt-grey);
}

.get-in-touch .elementor-container {
    justify-content: space-between;
}

.get-in-touch .elementor-container .col-1 {
    width: 38.688rem;
}

.get-in-touch .elementor-container .col-2 {
    width: 49.75rem;
	margin:0 auto;
}

.get-in-touch .details {
    margin-left: 2.25rem;
}

.get-in-touch .details.margin-top {
    margin-top: 1rem;
}

.get-in-touch .details .col-1 {
    width: 3.75rem;
    height: 3.75rem;
    display: flex;
    align-items: center;
}

.get-in-touch .details .col-1 .elementor-widget-wrap {
    padding: 0;
}


.details .elementor-container {
    gap: 1.875rem;
}

.details .para-light p {
    font-size: 1rem;
    color: var(--color-txt-grey);
}

.details .para-light {
    margin-bottom: 0.2rem !important;
}

.details .para-bold p {
    font-size: 1.25rem;
    color: var(--color-txt-grey);
    font-weight: 500;
}

.details .para-bold p a {
    text-decoration: none;
}

.details .para-bold p a:hover {
    color: var(--color-txt-grey);
}

.get-in-touch .elementor-container .col-2 .elementor-widget-wrap {
    padding: 0;
}

.details.border {
    padding: 3.75rem 0;
    border-bottom: 0.125rem solid var(--color-orange);
}

/* .header-1 ul li:hover a {
    transition: all 0.4s ease-out;
    color: var(--color-orange);
} */
/* .header-1 .elementor-button-content-wrapper:hover .elementor-button-text{
	 color: var(--color-orange);
} */
/* .header-1 .elementor-button-content-wrapper:hover svg path{
	fill:var(--color-orange);
}
 */
/* .header-1 ul li:hover::before {
    transition: all 0.4s ease-out;
    filter: brightness(0) saturate(100%) invert(57%) sepia(50%) saturate(7245%) hue-rotate(350deg) brightness(99%) contrast(90%);
} */

/* .header-1 ul li::before {
    transition: all 0.4s ease-out;
} */

body a:hover {
    color: inherit;
}

.footer-1 ul li a:hover {
    color: var(--color-orange);
}

.card-hover:hover {
    transition: all 0.4s ease-out;
    background: var(--color-orange) !important;
}

.card-hover {
    transition: all 0.4s ease-out;
}

.card-hover:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(144deg) brightness(102%) contrast(108%);
}

.card-hover:hover h4 {
    color: var(--color-white) !important;
}

.card-hover:hover p {
    color: var(--color-white);
}

.card-hover:hover span {
    color: var(--color-white);
}

.card-hover:hover svg g path {
    fill: var(--color-white) !important;
}

.text-edit {
    width: 90% !important;
}

.scroll-top {
    position: absolute !important;
    right: -3.438rem;
    width: 3.125rem !important;
    bottom: 4.5rem;
    height: 3.125rem !important;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 5.625rem;
    background: var(--color-orange);
}

.footer-copyright-sec .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0;
}

.footer-copyright-sec {
    padding: 1rem;
}

.footer-copyright-sec .elementor-widget:not(:last-child) {
    margin: 0 !important;!i;!;
}

.events-col {
    width: 31.25rem !important;
}

.events-col figure {
    width: 100% !important;
}

.events-col figure img {
    height: 24.375rem;
    object-fit: cover;
    border-radius: 1.5rem;
}

.events-col .elementor-image-box-content {
    padding: 1.25rem;
    background: var(--color-white);
    position: absolute;
    bottom: 2.5rem;
    border-radius: 1.25rem;
    left: 50%;
    transform: translateX(-50%);
    width: 27.25rem !important;
	pointer-events:none;
}

.events-col .elementor-image-box-wrapper {
    position: relative;
}

.events-col .elementor-image-box-content h2 {
    font-weight: 600 !important;
    color: var(--color-orange);
    font-size: 1.5rem !important;
    line-height: 1.875rem !important;
    margin-bottom: 1rem;
    text-align: left;
}

.events-col .elementor-image-box-content p {
    font-weight: 300;
    font-size: 1.125rem !important;
    line-height: 1.688rem;
    text-align: left;
    color: var(--color-dark-grey);
    margin: 0;
}

body .top-right-header .elementor-widget-wrap {
    display: flex !important;
    gap: 1rem;
    justify-content: flex-end;
}

body .top-right-header .elementor-widget-wrap .sign-in-btn {
    width: 20%;
}

body .top-right-header .elementor-widget-wrap .top-btn {
    width: max-content;
    display: flex;
    justify-content: flex-end;
}

@media screen and (max-width: 559px) and (min-width: 200px) {
    .solution-cards .elementor-widget-wrap {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

@media screen and (min-width: 280px) and (max-width:600px) {
    .video-sec .elementor-custom-embed-play svg {
        width: 5rem !important;
    }

    .badges-gallery.partners .gallery {
        width: 100%;
    }

    .video-sec .elementor-custom-embed-image-overlay::before {
        border-radius: 2rem;
    }

    .video-sec video.elementor-video {
        border-radius: 2rem;
    }

    .team-row .col-2 {
        width: 100% !important;
        margin-top: 0;
    }

    .details-team.para-grey p {
        width: 100%;
    }

    .orange-heading h3 {
        font-size: 1.75rem !important;
        line-height: normal !important;
    }

    .home-blog.blog-page-grid .premium-blog-content-wrapper {
        width: 90%;
        top: auto;
        height: auto !important;
    }

    .single-post-container .post-title h2 {
        line-height: normal !important;
        font-size: 2rem !important;
    }

    .text-edit {
        width: 100% !important;
    }

    .contact-details .elementor-container {
        grid-gap: 1rem;
    }

    .get-in-touch .details {
        margin-left: 0;
    }

    .get-in-touch .elementor-container .col-1 .col-2 {
        width: 85% !important;
    }

    .get-in-touch .details .col-1 {
        width: 10%;
    }

    .details.border {
        padding: 2.75rem 0;
    }

    .get-in-touch .elementor-container .col-2 {
        width: 100%;
    }

    .details .elementor-container {
        gap: 1rem;
    }
	
	.events-col {
    width: 100% !important;
}
	
	.events-col .elementor-image-box-content {
    width: 90% !important;!i;!;
}
}

@media screen and (min-width: 601px) and (max-width:1024px) {
    .team-row .col-2 {
        width: 65% !important;
        margin-top: 0;
    }

    .team-row .col-1 {
        width: 30% !important;
    }

    .details-team.para-grey p {
        width: 100%;
        margin: 0;
    }

    .team-row .elementor-container {
        align-items: flex-start;
    }

    .home-blog.blog-page-grid .premium-blog-content-wrapper {
        width: 90%;
        top: auto;
        height: auto !important;
    }

    .contact-details .elementor-container {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-gap: 1rem;
    }

    .get-in-touch .elementor-container .col-1,
    .get-in-touch .elementor-container .col-2 {
        width: 48% !important;
    }

    .get-in-touch .details {
        margin-left: 0;
    }

    .get-in-touch .elementor-container .col-1 .col-1 {
        width: 15% !important;
    }

    .get-in-touch .elementor-container .col-1 .col-2 {
        width: 75% !important;
    }
}

/* new */
h3{
	margin-bottom: 0 !important;
}
/* .header-1 .menu-item:before {
    content: "";
    border-radius: 20rem;
    background-color: var(--color-orange) !important;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    bottom: 0;
	margin: auto 0;
}
.header-1 .menu-item:hover:before {
    opacity: 1;
} */
.header-1 .orange-btn a:hover {
    color: #fff !important;
}
.about-timeline .consumer-lending_4_services_timeline-step.active:before {
    content: "";
    background-color: #000;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 17%;
    left: 2.4375rem;
    right: auto;
}
.about-timeline .consumer-lending_4_services_timeline-icon-wrapper {
    background: var(--color-white)
}

.about-timeline .consumer-lending_4_services_progress-bar-wrapper {
    top: 4%;
    height: 89%
}

.about-timeline h6 {
    font-family: Inter;
    font-size: 3rem!important;
    font-weight: 700;
    line-height: 60px;
    color: var(--color-orange);
    margin-bottom: .5rem
}

.about-timeline .consumer-lending_4_services_timeline-left {
    padding-top: 3rem;
    padding-bottom: 9rem;
    position: relative
}

.about-timeline .consumer-lending_4_services_text-wrapper {
    font-family: var(--heading-font-family);
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.75rem
}

.about-timeline .icon-1x1-medium img {
    width: 100%;
    object-fit: contain;
    height: 3rem;
    width: 3rem
}
.about-timeline .consumer-lending_4_services_timeline-step {
    opacity: 0;
    transition: all .4s ease-out
}

.about-timeline .consumer-lending_4_services_timeline-step.active {
    opacity: 1;
    transition: all .4s ease-out
}

.about-timeline .consumer-lending_4_services_progress-bar-wrapper {
    display: none
}

.about-timeline .consumer-lending_4_services_timeline-step.active:before {
    content: "";
    background-color: #000;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 17%;
    left: 2.4375rem;
    right: auto
}

.about-timeline .consumer-lending_4_services_timeline-step:last-child.active:before {
    display: none
}

.about-timeline .consumer-lending_4_services_timeline-step.active {
    position: relative
}
.consumer-lending_4_services_timeline-step {
    display: grid;
    grid-column-gap: 2.5rem;
    grid-row-gap: 0;
    grid-template-rows: auto;
    grid-template-columns: max-content 1fr;
}
.consumer-lending_4_services_timeline-icon-wrapper {
    z-index: 1;
    border-radius: 100px;
    margin-top: -1rem;
    padding: 1rem;
    position: relative;
    background: #f9f9f9;
}
.header-1 .menu-item:hover{
	color: var(--color-orange) !important;
}
.orange-btn a {
    background: var(--color-orange) !important;
    color: var(--color-white) !important;
    border-radius: 6.25rem !important;
    transition: .4s ease in-out !important;
    padding: 15px 30px !important;
    font-weight: 300 !important;
}
.orange-btn a:hover {
    background: linear-gradient(90deg, #f05a24 0%, #b4431b 100%) !important;
	color: #fff;
}
.premium-nav-menu-item .menu-link {
    font-weight: 500;
}
.elementor-button-wrapper .elementor-button:focus {
	border:none;
}
.custom-container{
	padding-left:9rem;
	padding-right:9rem;
}
.elementor-widget:not(:last-child){
	margin-bottom: 0 !important;
}
p{
	margin-bottom:0 !important;
}
.equal-gap-1 .elementor-widget-wrap{
	gap:1.5rem;
}
.grey-btn a{
	border-radius: 6.25rem;
	transition: 0.4s ease-in-out; 
}
.grey-btn a:hover{
	background: var(--color-orange) !important;
	color: #fff;
}
.grey-btn a:hover svg{
	fill: #fff;
}
.header-1{
	border-bottom: 1px solid #8181814D;
	padding-top: 1rem;
	padding-bottom:1rem;
}

.top-banner-image-1 {
  z-index: 2;
  margin-left: auto;
  width: max-content !important;
/*   animation: bounce 2s ease-in-out infinite;  */
}

.top-banner-image-2 {
  z-index: 1;
  margin-top: -7rem;
}

.top-banner-image-3 {
  z-index: 2;
  margin-top: -7rem;
  margin-right: auto;
  width: max-content !important;
/*   animation: bounce 2s ease-in-out infinite;  */
}

/* Keyframes to move the image up and down */
@keyframes bounce {
  0% {
    transform: translateY(0); 
  }
  50% {
    transform: translateY(-10px); 
  }
  100% {
    transform: translateY(0); 
  }
}

.top-statistics .elementor-icon-box-title{
	margin-bottom: 0!important;
	font-weight:900 !important;
	font-size:2.8rem !important;
}
.inline .elementor-widget-wrap{
	flex-direction: row;
	gap: 2rem;
}
.inline .elementor-widget-wrap .elementor-element{
	width: max-content;
}
.top-banner-heading-2 .lighter-text{
	font-weight: 300 !important;
}
.top-banner-heading-2 .black-bolder{
	font-weight:900 !important;
}

#typed-text {
  display: inline-block;
	color: var(--color-orange);
	position:relative;
}


.cursor {
  border-bottom: 2px solid var(--color-orange); /* Your desired cursor color */
 
  animation: blink 0.75s step-end infinite; /* Blinking animation */
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}

.home-badge-slider{
	border-bottom: 1px solid #444444;
	padding-bottom:5px;
	padding-top:5px;
}
.badges-gallery img{
	 filter: grayscale(100%);
}
.badges-gallery img:hover{
	filter: grayscale(0%);
}

.badges-gallery .swiper{
	overflow:visible;
}
.card-outer .white-card{
	position:relative;
}
.card-outer .white-card:hover::before{
	background-image: url(/wp-content/uploads/2025/02/white-strike.webp);
}
.card-outer .white-card:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2025/02/grey-strike.webp);
    background-size: auto;
    background-position: bottom right;
    background-repeat: no-repeat;
    bottom: 0;
    right: 0;
}
.card-outer .white-card:hover div{
	color: #fff;
}
.top-padding-small{
	padding-top:2rem;
}
.list-style-1 {
	border-radius:0.6rem;
	overflow:hidden;
}
.list-style-1 .elementor-icon-box-wrapper{
	background: #fff;
}
.list-style-1 .elementor-icon-box-content{
	background: var(--color-orange);
	padding: 0.9rem;
}
.list-style-1 .elementor-icon-box-description , .list-style-1 .elementor-icon-box-title{
	color: #fff;
}
.list-style-1 .elementor-icon-box-icon{
	margin:0 !important;
	padding:0.9rem;
}
.gap-1 > .elementor-container{
	gap:2rem;
}
.investing-images .image-1{
	z-index: 2;
  margin-right: auto;
  width: max-content !important;
/*   animation: bounce 2s ease-in-out infinite;  */
}
.investing-images .image-2{
	 z-index: 1;
  margin-top: -7rem;
}
.investing-images .image-3{
	z-index: 2;
  margin-top: -7rem;
  margin-left: auto;
  width: max-content !important;
/*   animation: bounce 2s ease-in-out infinite;  */
}
.list-style-1 .elementor-icon-box-description{
	margin-top:0.5rem !important;
}
.image-full-width img{
	width:100%;
}
.list-style-1.grey-icon-background .elementor-icon-box-wrapper{
	background: #444;
}
.card-outer.two-columns .elementor-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));

} 
.card-outer .white-card{
	padding-bottom:4rem;
}

.featured-in .elementor-top-column {
    border: 1px solid var(--color-orange)!important;
    border-radius: 24px!important;
    overflow: hidden
}

.featured-in .style-3 {
}

.featured-in .slider-sec .elementor-widget-wrap {
    padding: 0!important
}

.featured-in .slider-sec {
    background: var(--color-orange);
    overflow: hidden
}

.featured-in .slider-sec .swiper-pagination {
    background: var(--color-white);
    position: relative;
    bottom: 0!important;
    padding: 2rem
}

.featured-in .slider-sec .elementor-main-swiper {
    width: 100%!important;
    padding-bottom: 0!important
}

.featured-in .slider-sec .elementor-testimonial__footer {
    width: 40%
}

.featured-in .slider-sec .elementor-testimonial__image img {
    height: auto!important;
    width: auto!important
}

.featured-in .slider-sec .elementor-testimonial {
    align-items: center;
    padding: 5rem 0
}

.featured-in .slider-sec .elementor-testimonial__text {
    color: var(--color-white);
    font-family: var(--heading-font-family)!important;
    font-style: normal!important;
    font-weight: 500;
    font-size: 1.125rem!important
}

.featured-in .slider-sec .elementor-swiper-button {
    z-index: 14!important;
    bottom: -1.5rem;
    top: unset!important;
    font-size: 0!important;
    transform: translateY(-2rem)!important
}
.featured-in .fetured-in-sec{
	padding:1.5rem 1rem;
}
.featured-in .fetured-in-sec h4{
	font-family: var(--heading-font-family);
font-size: 2.25rem !important;
font-weight: 600 !important;
color:var(--color-dark-grey);

}
.featured-in .slider-sec .elementor-swiper-button-prev{
	left:2rem !important;
}
.featured-in .slider-sec .elementor-swiper-button-next{
	right:2rem !important;
}
.featured-in .slider-sec .elementor-swiper-button-prev:before{
	background:url(/wp-content/uploads/2025/02/previous.webp);
	content:"";
	background-size: contain;
	position: relative;
	top: 0;
	background-repeat: no-repeat;
	    width: 7rem;
    height: 3rem;
}
.featured-in .slider-sec .elementor-swiper-button-next:before{
	background:url(/wp-content/uploads/2025/02/next.webp);
	content:"";
	background-size: contain;
	position: relative;
    width: 4.5rem;
    height: 3rem;
	top: 0;
	background-repeat: no-repeat;
}

.counter .elementor-counter-number-wrapper{
	font-size: 4rem !important;
	color:var(--color-orange);
}
	.counter .white-card {
    padding: 1.75rem 2.25rem 2.25rem 2.25rem !important;
}
.counter .elementor-counter .elementor-counter-title {
	line-height: 1;
}
.quick-facts .elementor-counter-title{
	line-height:1 !important;
	text-align:center;
}
.counter.card-outer .white-card:before {
    background-size: 24%;
}
#breakpoints {
    margin-top: 20px;
}

#breakpoints ul {
    list-style-type: none;
    padding: 0;
}

#breakpoints li {
    cursor: pointer;
    padding: 5px 10px;
    display: inline-block;
    margin: 5px;
    padding-left: 30px;
}
.video-outer {
    display: flex;
}
#breakpoints li{
	position:relative;
}
#breakpoints li::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(3px, -4px);
    width: 11px;
    height: 11px;
    background-image: url(/wp-content/uploads/2025/02/ellipse.webp);
    background-size: auto;
    background-repeat: no-repeat;
	z-index:2;
}

#breakpoints li.highlight:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0px, -8px);
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/uploads/2025/02/ellipse-dotted.webp);
    background-size: contain;
    background-repeat: no-repeat;
	z-index:2;
}
/* #breakpoints ul{
	position:relative;
} */
#breakpoints ul:before{
/* 	 content: "";
    width:1px;
	height:100%;
	border:1px solid #444;
	position:absolute;
	z-index:1;
	transform: translate(13px, 0px);	
	 */
	content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    z-index: 1;
    transform: translate(13px, 0px);
    background: linear-gradient(to top, transparent, #444, transparent); /* Fading border effect */
    top: 0;
  
}
.video-outer .second-column video{
	border-radius:1.5rem;
	overflow:hidden;
}
.white-btn a {
    background: #fff !important;
    color: var(--color-dark-grey) !important;
    border-radius: 6.25rem !important;
    transition: .4s ease in-out !important;
    padding: 15px 30px 12px !important;
    font-weight: 300 !important;
}
.white-btn a svg path{
	fill: var(--color-dark-grey);
}
.white-btn a:hover {
    background: #444 !important;
	color: #fff !important;
}
.white-btn a:hover svg path{
	fill: #fff;
}


.marquee .text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}
.marquee .word {
    position: relative;

    font-weight: bold;
  
    transition: color 0.3s ease, background-color 0.3s ease;
	color: transparent;
        -webkit-text-stroke-width: 1px;
       -webkit-text-stroke-color: black;
}
.marquee .text{
	font-family:var(--heading-font-family);
font-weight: 900;
font-size:3.5rem;
	text-transform: uppercase;

	  color: black;
  -webkit-text-fill-color: white; 
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #444;
}
.marquee li{
	position:relative;
}
.marquee li:after{
	 content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
   transform: translate(-53%, -22px);
	width: 3rem;  
	height: 3rem;  
    background-image: url('/wp-content/uploads/2025/02/asterik.webp');
    background-size: contain; 
    background-repeat: no-repeat; 
}
.marquee .text:hover{
	-webkit-text-stroke-width: 0;
    color: #444;
	-webkit-text-fill-color: #444; 
}
.marquee .word:hover {
    color: #444; 
    background-color: transparent; 
}
.marquee .splide__track {
	overflow: visible !important
}
.video-outer .first-column{
	width: 25%;
	display: flex;
    align-items: center;

}
.video-outer{
	gap:2rem;
}
.testimonial-1 .swiper-slide{
	border-radius:1.5rem;
	background: var(--color-orange);
	padding:3rem !important;
}
.testimonial-1 .elementor-testimonial__image img {
    height: auto !important;
    width: 100% !important;
}
.testimonial-1 .elementor-testimonial__cite , .testimonial-1 .elementor-testimonial__text{
	color: #fff;
}
.testimonial-1 .elementor-testimonial__text {
    font-size: 1.125rem !important;
    font-style: normal !important;
    line-height: 1.5 !important;
}
.testimonial-1 .elementor-testimonial__name{
	font-size:1.5rem !important;
	font-style: normal !important;
	line-height:1;
}
.testimonial-1 .elementor-testimonial__title{
	font-size:0.875rem !important;
	font-style: normal !important;
	font-weight:300 !important;
}
.testimonial-1 .elementor-testimonial__footer{
	margin-bottom: 0.5rem !important;
}
.elementor-testimonial__cite{
	margin-top:1rem !important;
}
.rebalancer-faq .elementor-accordion-title {
    text-decoration: none!important;
    color: var(--color-light-grey);
    font-family: var(--heading-font-family);
    font-weight: 700;
    font-size: var(--font-size-24);
    line-height: normal
}

.rebalancer-faq .elementor-active .elementor-accordion-title {
    color: var(--color-orange)
}



.rebalancer-faq ul li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/wp-content/uploads/2024/07/arrow-list.svg);
    width: 9px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(-20px,45%)
}

.rebalancer-faq ul {
    list-style: none;
    padding-left: 25px;
}

.rebalancer-faq ul li {
    position: relative;
    display: flex;
    color: var(--color-light-grey);
    padding-bottom: 10px
}

.rebalancer-faq {
    color: var(--color-light-grey);
}

.rebalancer-faq .elementor-accordion .elementor-tab-content {
    border-top: none;
	padding:0 0 15px 0;
}

.rebalancer-faq .elementor-accordion .elementor-accordion-item {
    border: none;
}

.rebalancer-faq .elementor-tab-content.elementor-active {
    border-bottom: 1px solid #000;
}

.rebalancer-faq .elementor-accordion .elementor-tab-title {
    border-bottom: 1.5px solid #000;
	padding:15px 0;
}

.rebalancer-faq .elementor-tab-title.elementor-active {
    border: none;
}
.smaller-width{
	max-width:59.625rem;
	margin:0 auto;
}
.custom-tab-1 .elementor-tab-title{
	border: 1px solid #444444 !important;
	border-radius:10px;
	font-weight:400 !important;
	padding:1rem !important;
}
.custom-tab-1 .elementor-tabs-wrapper{
display: flex;
gap: 1rem;
flex-wrap: wrap;
}
.custom-tab-1 .elementor-tab-title.elementor-active{
	background: var(--color-orange);
	border-color: var(--color-orange) !important;
	color: #fff;
}
.orange-btn.transparent a{
	background:transparent !important;
	border:1px solid  var(--color-orange);
}
.orange-btn.transparent a:hover{
 background: linear-gradient(90deg, #f05a24 0%, #b4431b 100%) !important;
}
.orange-background{
	background: var(--color-orange);
}
.lighter-font h3{
	font-weight:400 !important;
}
.equal-gap-2 > .elementor-widget-wrap{
gap:0.25rem;	
}
.card-outer.flex .elementor-container{
	display:flex !important;
	justify-content:center;
	flex-wrap:wrap;
} 
.card-outer.flex .white-card  {
   width:calc(33.33% - 1.25rem) !important;
}
.capitalize{
	text-transform:uppercase;
}
#breadcrumbs{
	color:#fff;
}
.mt-10{
margin-top:0.6rem;	
}
.mt-20{
margin-top:1.25rem;	
}
.mt-30{
margin-top:1.875rem;	
}
.mt-40{
margin-top:2.5rem;	
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: var(--color-orange) !important;
	border:4px solid #fff;
	outline: 1px solid #000;
	padding:5px;
}
.swiper-pagination-bullet{
	outline: 1px solid #000;
	padding:4px;
	background: #fff !important;
	opacity: 1 !important;
}
.swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}
.inline-flex > .elementor-widget-wrap{
	flex-wrap: nowrap;
	justify-content: space-between;
}
.inline-flex > .elementor-widget-wrap section{
	width: max-content;
	align-content:center;
}
.card-outer.one-column > .elementor-container{
	grid-template-columns:repeat(1, 1fr);
}
.contact-icon-top .elementor-icon-box-wrapper {
        justify-self: right;
    }
.mobile-header-1.elementor-section-boxed>.elementor-container .elementor-column {
        align-items: center;
    }
.mobile-header-1 .elementor-column{
	width:auto;
}
.footer-heading {
	color: var(--color-white);
    font-family: var(--heading-font-family);
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.875rem !important;
    padding-bottom: 3rem !important;
}
.footer-menu-3 .elementor-nav-menu a {
    color: var(--color-white);
    padding: 0 !important;
    font-weight: 300 !important;
}
.footer-menu-3 .elementor-nav-menu a:hover {
    color: var(--color-orange) !important;
}
.footer-new .bottom-sec {
    background: #2e2e2e;
    padding: 0;
}
.country-location {
    color: var(--color-white);
    display: block;
    font-weight: 500;
}
.locations-footer-2 .elementor-container .elementor-column {
    width: auto;
}
.locations-footer-2>.elementor-container .elementor-column {
    border-right: .063rem solid #4d4d4d;
    padding-right: 3rem;
    padding-left: 3rem;
}
.country-location {
    color: var(--color-white);
    display: block;
    font-weight: 500;
}
.locations-footer-2 {
    color: var(--color-white);
}
.footer-menu-3 .elementor-nav-menu {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 1.5rem 7rem;
}
.footer-menu-3.vertical .elementor-nav-menu {

    grid-template-columns: repeat(1, minmax(0, 1fr));
	
}
.locations-footer-2>.elementor-container .elementor-column:first-child {
    padding-left: 0;
}
 .top-sec .col-1 {
    width: 26.563rem !important;
    padding-left: 0;
    border: none;
}
 .top-sec .col-2 {
    width: 16rem !important;
    padding-left: 0;
    border: none;
}
 .top-sec .elementor-container {
    justify-content: space-between;
}
 .bottom-sec .elementor-container {
    padding-top: 2.719rem !important;
    padding-bottom: 2.719rem !important;
    justify-content: space-between;
    margin-left: 10rem;
    margin-right: 10rem;
    border-bottom: .063rem solid #4d4d4d;
}
.bottom-sec .elementor-container .col-2 ul li span.elementor-icon-list-text {
    color: var(--color-white);
    font-weight: 300;
    padding: 0;
}
 .bottom-sec .elementor-container .col-1 {
    width: 17.188rem;
}
 .bottom-sec .elementor-container .col-2 {
    width: 58.75rem;
}
 .bottom-sec .elementor-container .col-2 ul li {
    margin-right: 7.5rem !important;
    margin-left: 0 !important;
}
.bottom-sec .elementor-container .col-2 ul {
    justify-content: flex-end;
}
 .bottom-sec .elementor-container .col-2 ul li:last-child {
    margin-right: .5rem !important;
}
 .bottom-sec .elementor-container .col-2 ul li a {
    display: flex;
    align-items: center;
    gap: .75rem;
}
 .bottom-sec .elementor-container .col-2 ul li:after {
    right: -3.75rem !important;
    height: 1.4rem !important;
    width: .188rem;
    background: #fff;
    border: none;
}
.locations-footer-2 > .elementor-container .elementor-column:last-child {
    border: none;
    padding-right: 0;
}
.footer-copyright-sec {
    background-color: var(--copyright);
    color: var(--color-white);
    text-align: center;
    padding: 1.25rem 0;
}
.copyright-sec p {
    font-weight: 300;
}
	.footer-menu-3 .elementor-nav-menu a:after{
		display:none ;
	}

.premium-mega-content-container {
    top: 5rem!important;
    left: 50%!important;
    transform: translateX(-50%)!important;
    width: 100vw!important;
    box-sizing: border-box;
    margin: 0 auto;
    position: fixed;
    max-width: 100%
}

.header-1 .premium-nav-menu li {
    position: relative!important
}

.mega-style-2 .first-clm {
    padding: 0!important;
    padding-right: 5rem!important;
    border-right: 1px solid #dfdfdfe5;
    border-radius: 0!important
}

.home-blog {
    padding-left: .75rem;
    padding-right: .75rem
}

.blog-new .home-blog .premium-blog-thumbnail-container {
    height: 13em
}

.content-white {
    color: var(--color-white)
}

.homepage-form section {
    margin-left: .5rem;
    margin-right: .5rem
}

.mega-style-2 .first-clm svg {
    width: 4rem
}

.mega-style-2 .second-clm {
    padding: 0!important;
    padding-left: 3rem!important;
    padding-right: 1rem!important
}

.mega-style-2 .second-clm ul {
    width: 100%;
    display: grid!important;
    grid-template-columns: repeat(3,minmax(0,1fr));
    grid-gap: 2rem
}

.mega-style-2 .first-clm h3 {
    font-family: var(--main-font-family)!important;
    font-size: 2.25rem!important;
    font-weight: 500!important;
    color: var(--color-dark-grey)
}

.mega-style-2 .elementor-container .elementor-column {
    background: #fff;
    padding-top: 3rem;
    padding-bottom: 5rem;
    padding-left: 14rem;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem
}

.header-1 .current_page_item a {
    color: var(--color-orange)!important
}

.premium-ver-hamburger-menu .premium-mobile-menu-outer-container .mega-menu>.elementor-container {
    padding: 2.5rem!important;
    display: grid!important;
    grid-template-columns: repeat(2,minmax(0,1fr));
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.25rem;
    box-shadow: 8px 5px 30px #00000008
}

.mega-menu .elementor-widget-wrap {
    padding: 0!important
}

.mega-menu>.elementor-container .mega-menu-box {
    width: 22.25rem!important
}

.mega-menu>.elementor-container .mega-menu-box section .elementor-container {
    gap: 1rem!important;
    align-items: baseline
}

.mega-menu>.elementor-container .mega-menu-box section .elementor-container .col-1 {
    width: 1.875rem!important
}

.mega-menu>.elementor-container .mega-menu-box section .elementor-container .col-2 {
    width: 18.75rem!important
}

.mega-menu>.elementor-container .mega-menu-box section .elementor-container .col-2 h2 {
    font-weight: 600!important;
    font-size: 1.25rem!important;
    line-height: 1.563rem!important;
    color: var(--color-orange);
    width: 12rem;
    margin-bottom: .75rem
}

.mega-menu>.elementor-container .mega-menu-box section .elementor-container .col-2 h2 a {
    padding: 0
}

.mega-menu .elementor-widget:not(:last-child) {
    margin: 0
}

.mega-menu-para p {
    font-weight: 300!important;
    color: var(--color-light-grey);
    line-height: 1.406rem
}
.header-1 a:hover {
    color: var(--color-orange) !important;
}
.header-1 .premium-nav-menu a {
    color: var(--color-black);
    padding: 7px 20px;
}
.first-clm .elementor-icon-box-title{
	padding-bottom:2rem;
}
.overview-text{
	color: #444444;
	font-weight:400;
}
.overview-text a{
	padding:0 !important;
}
.mega-style-2{
	margin-top:14px; 
}
.top-banners h1 {
    color: var(--color-orange);
}
.inner-page-hero-para {
    width: 61rem !important;
    margin: 0 auto;
}
.top-banners p {
    font-family: var(--heading-font-family);
    font-weight: 500;
    color: var(--color-white);
    margin-bottom: 1rem !important;
}
.about-us-section {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.about-us-section>.elementor-container {
    gap: 2rem
}

.top-banners .elementor-inner-section {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.about-us-section>.elementor-container>.elementor-column:first-child {
    width: calc(38% - 1rem)
}

.about-us-section>.elementor-container>.elementor-column:nth-child(2) {
    width: calc(62% - 1rem)
}

.about-us-section .para-grey p {
    font-weight: 400;
    margin: 0 0 2rem
}

.about-timeline .consumer-lending_4_services_timeline-icon-wrapper {
    background: var(--color-white)
}

.about-timeline .consumer-lending_4_services_progress-bar-wrapper {
    top: 4%;
    height: 89%
}

.about-timeline h6 {
    font-family: Inter;
    font-size: 3rem!important;
    font-weight: 700;
    line-height: 60px;
    color: var(--color-orange);
    margin-bottom: .5rem
}

.about-timeline .consumer-lending_4_services_timeline-left {
    padding-top: 3rem;
    padding-bottom: 9rem;
    position: relative
}

.about-timeline .consumer-lending_4_services_text-wrapper {
    font-family: var(--heading-font-family);
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.75rem
}

.about-timeline .icon-1x1-medium img {
    width: 100%;
    object-fit: contain;
    height: 3rem;
    width: 3rem
}

.vision-mission>.elementor-container>.elementor-column {
    background: #faf8f6;
    border: 1px solid #e9e9e9;
    border-radius: 1.5rem;
    padding: 2.5rem
}

.vision-mission>.elementor-container {
    gap: 1.25rem
}

.vision-mission .elementor-image-box-wrapper{
	display: flex;
    flex-direction: column;
    gap: 1rem;
}
.vision-mission .elementor-image-box-content{
	display: flex;
    flex-direction: column;
    gap: 1rem;
}
.orange-background h3 {
    color: var(--color-white);
}
.orange-background div {
    color: var(--color-white);
}
.since-then-list .elementor-icon-list-icon {
    align-self: self-start;
    margin-top: .5rem;
}
.since-then-list .elementor-icon-list-icon svg {
    fill: var(--color-white);
    width: 1rem;
    height: 1rem;
}
.since-then-list .elementor-icon-list-items {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.orange-background .orange-btn a {
    background: var(--color-white) !important;
    color: var(--color-dark-grey) !important;
}
.freedom-section .elementor-container {
    display: grid!important;
    grid-template-columns: repeat(2,minmax(0,1fr));
    grid-gap: 1.5rem
}

.freedom-section .elementor-inner-column {
    background: var(--color-white);
    border-radius: 1.5rem;
    width: 100%!important;
    padding: 2.5rem
}

.freedom-section .elementor-inner-column .elementor-widget-wrap {
    padding: 0!important;
    flex-direction: column
}

.freedom-section .orange-btn {
    margin-top: auto
}

.freedom-section h3 {
    font-size: 2.5rem!important;
    line-height: 3.125rem!important
}

.freedom h3 {
    font-size: 2.5rem!important;
    line-height: 3.125rem!important
}
.grey-background {
    background-color: var(--color-bkg);
}
.orange-background .orange-btn a {
    background: var(--color-white) !important;
    color: var(--color-dark-grey) !important;
}
.request-demo h2 {
    color: #fff !important;
}
.home-blog .premium-blog-content-wrapper {
    margin: 0 auto !important;
    height: max-content !important;
}
.blog-design-2 .premium-blog-content-wrapper {
    background: #f4f4f4 !important;
    border: none !important;
}
.home-blog.blog-design-2.blog-page-grid .premium-blog-content-wrapper {
    width: 100%;
    transform: none;
    left: auto;
    bottom: 0;
    padding: 1.25rem;
    margin-top: 0 !important;
    z-index: 1;
    position: relative;
    border-radius: 0 0 1.5rem 1.5rem;
}
.blog-design-2 .premium-blog-post-container {
    border: 1px solid #727272;
    border-radius: 1.5rem;
}
.blog-page-grid.blog-design-2 .premium-blog-thumb-effect-wrapper {
    height: 17rem;
}
.home-blog.blog-design-2 .premium-blog-thumbnail-container {
    border-radius: 1.5rem 1.5rem 0 0;
}
.blog-design-2 .premium-blog-post-time {
    display: flex;
    gap: .5rem;
    margin-bottom: .5rem !important;
}
/* .blog-design-2 .premium-blog-post-time:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(/wp-content/uploads/2025/03/Vector-2.webp);
    background-size: contain;
    background-position: 0;
    background-repeat: no-repeat;
    margin: auto 0;
    vertical-align: middle;
} */
.event-grid .elementor-container {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 1.125rem !important;
    column-gap: 1.125rem !important;
}
.col-1.contact-detail {
    background: #fff;
    padding: 2rem;
    margin: 1.5rem;
    border-radius: 1.5rem;
    height: fit-content;
}
.col-1.contact-detail div {
    color: #818181;
}
.col-1.contact-detail .para-bold a, .col-1.contact-detail .para-bold div {
    font-weight: 500;
}
.details.border.style-4 {
    border-bottom: 0;
    padding-bottom: 0;
}
.header-1{
	position:sticky !important;
	top:0;
}
.header-1 .premium-mega-content-container li a {
	white-space: normal;
!important;
}
.consumer-lending_4_services_timeline-right {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
@media screen and (min-width: 200px) and (max-width:767px){
	.mobile-br-none br{
		display:none;
	}
	.custom-container{
		padding-left: 1rem;
		padding-right:1rem;
	}
	.equal-gap-1 .elementor-widget-wrap {
    gap: 0.5rem;
}
	.locations-footer-2>.elementor-container .elementor-column {
    
    padding-right: 0rem;
    padding-left: 0rem;
		padding-bottom:2rem;
}
	.locations-footer-2>.elementor-container .elementor-column{
		border-right:none;
	}
	.bottom-sec .elementor-container .col-2 ul {
    justify-content: flex-start;
    gap: 1rem;
    margin-top: 2rem;
}
	.bottom-sec .elementor-container .col-2 ul li{
		margin:0 !important;
	}
	.bottom-sec .elementor-container .col-2 ul li:after{
		display:none;
	}
	
	.bottom-sec .col-2 ul svg{
		width:3rem;
	}
	.locations-footer-2>.elementor-container .elementor-column:last-child{
		padding-bottom:0;
	}
	.top-sec .elementor-container {
    gap: 2rem;
}
	.top-sec .col-2{
		width:100% !important;
	}
	.top-sec .col-1{
		width:100% !important;
	}
	.top-banner-image-2 {
    margin-top: -2rem;
}
	.top-banner-image-3 {
    margin-top: -1rem;
}
	.card-outer.two-columns .elementor-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));

} 
	.icon-title .elementor-image-box-img {
		padding-bottom:1rem;
	}
	.fetured-in-sec .gallery {
        display: flex;
        flex-wrap: wrap
    }

    .fetured-in-sec .gallery .gallery-item {
        max-width: 33%!important
    }

    .featured-in .slider-sec .elementor-testimonial {
        flex-direction: column-reverse
    }

    .featured-in .slider-sec .elementor-testimonial__footer {
        width: 100%;
        margin-bottom: 2rem;
        text-align: left
    }

    .featured-in .slider-sec .elementor-testimonial {
        padding: 2rem 0
    }

    .featured-in .slider-sec .elementor-swiper-button-prev:before {
        width: 5rem;
        height: 2.7rem
    }

    .featured-in .slider-sec .elementor-swiper-button-next:before {
        width: 3.5rem;
        height: 2.7rem
    }
	.video-outer {
    flex-direction: column-reverse;
}
	.video-outer .first-column {
		width: 100%;
	}
	#breakpoints {
    position: relative;
}
	.counter .elementor-counter-number-wrapper {
    font-size: 3rem !important;
}
	.counter .elementor-counter-number-wrapper {
    font-size: 3rem !important;
}
	.marquee .text{
		font-size:1.5rem;
	}
	.marquee li:after{
	 transform: translate(-53%, -15px);
	 width: 2rem;
		height: 2rem;
	}
	.bottom-padding{
		padding-bottom:3.75rem
	}
	
	.card-outer.flex .white-card {
    width: 100% !important;
}
	.custom-tab-1 .elementor-tabs-content-wrapper{
		display: flex;
    flex-direction: column;
    gap: 1rem;
	}
	.mobile-align-left{
    text-align: left !important;
}
	.mobile-margin-top-1{
		margin-top:1rem;
	}
	.mt-30 {
    margin-top: 1.5rem;
}
	.mt-40 {
    margin-top: 2rem;
}
	
 .premium-mega-content-container .elementor-section:not(.elementor-inner-section)>.elementor-container {
        padding-left: 0;
        padding-right: 0;
    }

    .mega-style-2 .first-clm {
        width: 100%!important;
        padding-right: 0;
    }

    .mega-style-2 .second-clm {
        width: 100%!important;
        padding-left: 0;
    }

    .premium-mega-content-container {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .mega-style-2 .second-clm ul {
        grid-template-columns: repeat(1,minmax(0,1fr));
        grid-gap: 0;
    }

    .mega-style-2 .first-clm h3 {
        font-size: 1.25rem!important;
    }

    .header-1 .orange-btn {
        margin-left: 10px!important;
    }

    .header-1 .orange-btn a {
        padding: 8px 21px!important;
    }

    .premium-nav-menu-item .menu-link {
        border-bottom: 1px solid #cecece;
    }

    .premium-nav-menu-item>.premium-menu-link {
        justify-content: space-between!important;
    }

    .mega-style-2 .elementor-container .elementor-column {
        background: 0 0;
        padding: 0;
    }

    .mega-style-2 .first-clm {
        display: none;
    }

    .mega-style-2 .second-clm {
        padding: 0!important;
    }

    .premium-mobile-menu-container .premium-dropdown-icon {
        transition: transform .3s ease;
        transform: rotate(-90deg);
    }

    .premium-mobile-menu-container li.premium-active-menu .premium-dropdown-icon {
        transform: rotate(0);
    }

    .header-1 .elementor-container {
        flex-wrap: nowrap!important;
    }

    .premium-mobile-menu-container li>.premium-mega-content-container {
        padding: 0;
    }

    .header-1 .elementor-nav-menu--main .elementor-nav-menu a {
        padding: 14px 20px 14px 25px!important;
        color: #7e7e7e;
    }

    .premium-ver-hamburger-menu .premium-mobile-menu-outer-container {
        padding-top: 0;
    }

    .header-1 .premium-mega-content-container li:before {
        display: none;
    }

    .top-contact .elementor-icon-box-wrapper {
        width: max-content;
    }

    .top-contact .elementor-widget-container {
        display: flex;
        justify-content: end;
    }

    .fintech-products.solution-cards .elementor-image-box-description {
        min-height: 18rem;
    }

    .mobile-header-1 .elementor-container {
        justify-content: space-between;
    }

    .mobile-header-1.elementor-section-boxed>.elementor-container {
        display: grid!important;
        grid-template-columns: 1fr auto auto;
        gap: 0;
    }

    .mobile-header-1.elementor-section-boxed>.elementor-container .elementor-column {
        align-items: center;
    }

    .mobile-header-1 .elementor-container .elementor-column.elementor-element-920c171 {
        grid-column: 1;
    }

    .contact-icon-top .elementor-icon-box-wrapper {
        justify-self: right;
	}
	.premium-mega-content-container {
        position: relative;
        top: 0 !important;
        left: auto !important;
        transform: none !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        background: 0 0 !important;
    }
	
	    .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-container {
        margin-top: 10px;
    }
	.header-1 #menu-main-menu-1 {
    padding-left: 0rem;
}
	.premium-mega-content-container a{
		border-bottom:none!important;
	}
	.header-1 .current_page_item a{
		color:initial;
	}
	.blog-page-grid.blog-design-2 .premium-blog-thumb-effect-wrapper {
        height: auto !important;
    }
	    .event-grid .elementor-container {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
	    .about-us-section>.elementor-container>.elementor-column:first-child {
        width: 100%;
    }
	.about-us-section>.elementor-container>.elementor-column:nth-child(2){
		 width: 100%;
	}
	.freedom-section .elementor-container{
		 grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.freedom-section h3 {
        font-size: 1.5rem !important;
        line-height: 2rem !important;
    }
	.freedom-section h3 {
        font-size: 1.5rem !important;
        line-height: 2rem !important;
    }
	
	 .about-timeline .consumer-lending_4_services_text-wrapper {
        font-size: 1.5rem;
        line-height: 1.75rem
    }

    .about-timeline h6 {
        font-size: 2rem!important;
        line-height: 60px;
        margin-bottom: 0
    }

    .about-timeline .consumer-lending_4_services_timeline-left {
        padding-bottom: 3rem
    }
	}

/* mbrand css */
.logo-1 img{
	width:45%;
}
.home-banner{
	height:calc(100vh - 87px);
}
.home-banner .elementor-container{
	height:100%;
}
.home-banner h1{
	font-size:5rem !important;
	line-height:1 !important;
	margin-bottom:2rem !important;
}
.home-banner div{
	font-size:1.5rem;
	
}
.home-banner .orange-btn{
	margin-top:2.5rem;
}
.home-banner h1 .orange-text{
	font-size:1.5rem !important;
	margin-bottom:2rem;
	display:block;

}
.fixed-position .elementor-widget-wrap{
    height: min-content;
    position: sticky;
	top: 90px;
}
.equal-gap-2 .elementor-widget-wrap{
	gap:3rem;
}
 .contact-form-outer {
    padding: 2.5rem;
    background: #fff;
	 width: 100%;
	 border-radius:1.5rem;
	 box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.contact-form-outer .row{
display:flex;
	gap:2rem;
	flex-direction:column;
}
.premium-cf7-container input.wpcf7-submit{
	background: var(--color-orange);
	border-radius:1.5rem;
	color: #fff;
	border:1px solid var(--color-orange);
	font-family:var(--main-font-family);
	font-weight:400;
}
.premium-cf7-container input.wpcf7-submit:hover{
	background: transparent;
	color: #444;
	border:1px solid var(--color-orange);
}
.contact-form-outer input {
    border-color: #a1a1a1;
	border-radius: 5.625rem;
  
}

 .contact-form-outer .wpcf7-submit {
    background: var(--color-orange);
    
	 
}
 .contact-form-outer select {
    border-radius: 5.625rem;
	height: 3.125rem;
	  font-family: lexend;
    color: #a1a1a1;
    font-size: 1.125rem;
    font-weight: 300;
    border-color: #a1a1a1;
}

.contact-form-outer textarea {
    border-radius: 1.5rem ;
	border-color: #a1a1a1;
	 border-radius: 2.1875rem;
    height: 6.25rem;
}

.counter-grid {
    padding: 1rem;
    margin-top: 5rem;
}
.counter-grid .elementor-container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 2.75rem;
}
.counter-grid .elementor-container .results-box {
    width: 100%;
/*     background: var(--color-white);
    border-radius: 1.5rem;
    padding: 4.5rem 1.5rem; */
}
.results-box span {
    font-family: var(--heading-font-family);
    color: var(--color-white);
    font-weight: 700;
    font-size: 5rem;
    line-height: 3rem;
}
.results-box .elementor-counter{
	gap:2rem;
}
 h2.webinar-form-heading {
    display: block;
    color: #444;
    padding-bottom: 1.5rem;
}
.submit-div{
	padding-top:1.5rem;
}
h2.webinar-form-heading span{
    color: var(--color-orange);
	font-weight: 400;
    display: block;
    font-size: 2rem;
}
.services-sec{
	height: 20rem;
	overflow:auto;
	padding-right:2rem;
}

.services-sec::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: var(--color-white);
	border-radius: 10px;
}

.services-sec::-webkit-scrollbar
{
	width: 6px;
	background-color: var(--color-white);
	border-radius: 10px;
}

.services-sec::-webkit-scrollbar-thumb
{
	background-color: var(--color-orange);
	border-radius: 10px;
}
.premium-sub-menu{
	box-shadow: 2px 8px 11px 5px #0000006b;
}
.premium-cf7-container .wpcf7-form {
    justify-content: center;
}
@media screen and (max-width: 767px) and (min-width: 200px){
	.home-banner h1 {
    font-size: 3rem !important;
}
.home-banner {
    height: calc(70vh - 87px);
}	
	.show-in-mobile{
		display:block;
	}
}
@media screen and (min-width: 768px) and (max-width: 1023px){
.custom-container {
    padding-left: 1rem;
    padding-right: 1rem;
	}
	
.home-banner {
    height: calc(65vh - 87px);
}
	 .gap-1 > .elementor-container .elementor-col-50 {
		width: calc(50% - 1rem) !important;
	}
	.show-in-mobile{
		display:block;
	}
}