/*
 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=League+Spartan:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@500..900&family=Montserrat:wght@400..900&display=swap'); */


.ast-container, .ast-container-fluid {
    
    padding-left: 0;
    padding-right: 0;
	max-width:100%;
}
.e-con>.e-con-inner{
/* 	padding-left:10rem !important;
	padding-right:10rem !important; 
	max-width:100% !important; */
	max-width:84.75reml;
}
.dark-blue-text{
 color: #022a6e;
}
.light-blue-text{
	color: #0a78d7;
}
body.home {
	    background: #f3f8fe;
}
/* Contact Form 7 Styling */

/* .contact-form .wpcf7-form {
    max-width: 700px;
    margin: 0 auto;
} */

 .contact-form  label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #fff;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="url"],
.contact-form textarea,
.contact-form select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
    margin-top: 5px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
    outline: none;
    border-color: #ff6b00;
    box-shadow: 0 0 0 3px rgba(255, 107, 0, 0.15);
}

.contact-form textarea {
    height: 8rem;
    resize: vertical;
}

.contact-form .wpcf7-submit {
    background:#0a78d7;
    color: #fff;
    border: none;
    padding: 14px 30px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.contact-form .wpcf7-submit:hover {
    background: #e85f00;
}

.contact-form .wpcf7-spinner {
    margin-left: 10px;
}

.contact-form .wpcf7-not-valid {
    border-color: #dc3545 !important;
}

.contact-form .wpcf7-response-output {
    margin-top: 20px !important;
    padding: 12px !important;
    border-radius: 6px;
}

.how-number{
	background:#0e60cc;
	border-radius:50rem;
	width:min-content;
	padding:0.25rem;
	color:#fff;
	width: 2.688rem;
    height: 2.688rem;
	display: flex;
    align-items: center;
    justify-content: center;
	margin:0 auto;
	font-size:1.25rem;
	margin-bottom:0.5rem;
}
#how-we-work{
	position:relative;
}
#how-we-work:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-top: 2px dashed #0e60cc;
    transform: translateY(5rem);
    z-index: -1;
    width: 68%;
    margin: 0 auto;
}
html {
    font-size: 0.8333333333vw;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

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


:root {
    --main-font-family: "Inter", sans-serif;
    --heading-font-family: "Poppins", sans-serif;
    --color-blue: #233A72;
    --color-yellow: #F08421;  
    --color-white: #fff;
	--color-grey: #D9D9D9;
    --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-blue);
	font-weight:400;
}

/* h1 {
    font-family: var(--heading-font-family) !important;
    font-size: 3.375rem;
} */

/* h2 {
    font-family: var(--heading-font-family) !important;

	    font-size:2.25rem !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;

} */

/* h3 {
    font-family: var(--heading-font-family) !important;
    font-weight: 900 !important;

	line-height: 1 !important;
    font-size: 1.5rem !important;
} */

h4 {
    font-family: var(--heading-font-family) !important;
    font-weight: 600 !important;
    line-height: 1 !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;
}



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



.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);
}
.blue-text{
	color: var(--color-blue);
}

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


.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: 1 !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;
}

.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:10rem;
	padding-right:10rem;
}
.archive.category .site-main{
	padding-left:10rem;
	padding-right:10rem;
}
.archive .ast-archive-description{
		    max-width: calc(100% - 20rem) !important;
	}
.elementor-widget:not(:last-child){
	margin-bottom: 0 !important;
}
p{
	margin-bottom:0 !important;
}
.equal-gap-1 .elementor-widget-wrap{
	gap:1.5rem;
}
.gap-4 > .elementor-container{
	gap:13rem;
}
/* .video-width video{
	    width: 100% !important;
    height: auto !important;
} */
.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;
}
.top-banner-para{
font-weight: 400;
font-size: 1.5rem;


}
.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;
}
.gap-2 > .elementor-container{
	gap:1rem;
}
.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;
}
.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-orange) !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-orange);
}
.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: 1.5rem !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-yellow) !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: 10rem !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;
	transition:0.4s ease-in-out;
	backdrop-filter: blur(30px);

}
.header-1 .premium-nav-menu a:hover{
	background:var(--color-blue);
	color: var(--color-white) !important;
}
.header-1 .premium-sub-menu-item:hover > .premium-sub-menu-link{
	background:var(--color-blue);
}
.header-1 .premium-nav-menu .menu-item-has-children.premium-sub-menu-item a:before{
	display:none;
}
.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;
}
.home .top-banners p {
    font-family: var(--main-font-family);
	line-height:1.3;
	font-weight: 400;
}
.home .top-banners h1{
	line-height:1.2 !important;
}
.home .top-banners h1 .yellow-highlighted-text{
	padding:0.5rem 1rem 0.1rem;
}
.home .top-banners h2{
	line-height:1.2 !important;
}
.home .top-banners h2 .yellow-highlighted-text{
	padding:0.5rem 1rem 0.1rem;
}
.home .top-banners{
	padding-top:6rem !important;
	padding-bottom:8rem !important;
	min-height:50rem;
}

.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;
}
.home .top-banners .elementor-inner-section {
	padding-left: 0;
    padding-right: 0;
}
.home .top-banners{
/*     height: 80vh; */
    display: flex;
    align-items: center;
}
.home .top-banners h1{
	font-size:5rem !important;
}
.home .top-banners h2{
	font-size:5rem !important;
}

.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 .premium-mega-content-container li a {
	white-space: normal;
!important;
}
.consumer-lending_4_services_timeline-right {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.header-1 .premium-mega-content-container li:before {
    content: "";
    background: url(/wp-content/uploads/2025/04/softpak.webp);
    width: 16px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    opacity: 1;
   
    }
.header-1 .premium-mega-content-container li a {
    padding: 0;
    padding-left: 1.75rem;
    align-items: flex-start;
}
.team-row img {
    border-radius: 1.5rem!important
}
.leadership  .designation{
	padding-bottom: 20px;
}
.solution-cards .elementor-widget-wrap .elementor-widget-image-box:hover {
    background: var(--color-white);
    box-shadow: 0 14px 34px #6666665e;
}
.solution-cards .elementor-widget-wrap .elementor-widget-image-box {
    transition: .4s ease-in-out;
}
.partner-cards .elementor-image-box-img {
    width: fit-content !important;
    padding: 1.125rem .563rem;
    background: var(--color-white);
    border-radius: 1.25rem;
    border: .063rem solid var(--stroke, #E9E9E9);
}
.solution-cards .elementor-widget-wrap .elementor-widget-image-box {
    border: 1px solid var(--color-white-card);
    padding: 2.5rem;
    border-radius: 1.5rem;
    background: #E9E9E9;
    margin: 0 !important;
    transition: .4s;
}
.certificate-outer {
	border-radius: 1.5rem;
}
.certificate-outer .certificates .gallery {
    display: flex;
    justify-content: center;
	gap:1rem;
}
.certificate-outer .certificates .gallery .gallery-item {
    width: auto;
}
.top-bottom-padding-small{
	padding-top:3.5rem;
	padding-bottom:3.5rem;
}
.industry-slide{
	padding:2.375rem;
	min-height:43.75rem;
	display:flex;
	justify-content:end;
	flex-direction:column;
}
.industry-slide-inner{
	border: 3px solid #fff;

backdrop-filter: blur(30px);
	background: #FFFFFFBF;

border-radius:1.25rem;
padding:1.5rem;
}
.industry-slide-inner h3{
font-weight: 600 !important;
font-size: 2.75rem !important;
	color:var(--color-blue);
	margin-bottom:0.75rem !important;
}
.industry-slide-inner p, .industry-slide-inner div{
	line-height:1.2;
}
.industry-slide-inner .elementor-button{
	background:var(--color-yellow);
	margin-top: 1.875rem;
	border-radius:0;
}
.industry-outer .slick-slide {
	transition: transform 0.4s ease, box-shadow 0.4s ease, opacity 0.4s ease;
	position: relative;
}
.industry-outer .slick-slide:not(.slick-current) {
	transform: scale(0.85);
	opacity: 0;
	z-index: 1;
}
.industry-outer .slick-active:not(.slick-current) {
	transform: scale(0.85);
	opacity: 1;
	z-index: 2;
}
.industry-outer .slick-current {
	transform: scale(1);
	opacity: 1;
	z-index: 10; 
}
.industry-outer .slick-slide {
	margin: 0 -40px;
}
.industry-outer .slick-active .fa.fa-circle-thin:before {
    background: #F08421;
    border-radius: 52px;
}
.contact-dual-btn a{
	border: 1px solid var(--color-yellow);
    padding: 0.25rem;
}
.contact-dual-btn .button-icon {
    height: calc(100% - 0.55rem);
    border-radius: 0;
}
.contact-dual-btn a:hover .button-icon svg {
    right: 1rem;
    left: auto;
}
.contact-dual-btn a:hover .button-icon{
	width:calc(100% - 0.5rem);
}
.contact-dual-btn .elementor-widget-wrap{
	justify-content:center;
	gap:4rem;
}
.contact-dual-btn .blue-bkg{
	background:var(--color-blue);
	border-color: var(--color-blue);
	color:var(--color-white);
}
.how-help-sec .elementor-icon-box-wrapper {
    position: relative;
    border: 3px solid #FFFFFF;
    width: 12rem;
    height: 20rem;
    margin: 0 auto;
    padding: 2.25rem 0;
    border-radius: 8rem;
    overflow: hidden; /* important */
    z-index: 1;
}

/* Background layer */
.how-help-sec .elementor-icon-box-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: #fff;
    transition: height 0.6s ease;
    z-index: -1;
}

/* Hover effect */
.how-help-sec .elementor-icon-box-wrapper:hover::before {
    height: 100%;
}
.how-help-sec .elementor-icon-box-wrapper:hover .elementor-icon-box-title {
    color: var(--color-blue);
}
.how-help-sec .elementor-icon-box-title{
font-weight: 500 !important;
font-size: 1.563rem !important;
font-family:var(--main-font-family) !important;
	color:var(--color-white);
}
.how-help-sec svg{
	width: 7.326rem !important;
	height: 7.326rem !important;
}
.contact-details p, .contact-details a{
font-family:var(--heading-font-family);
font-weight: 500;
}
.contact-form-sec{
	background:var(--color-blue);
	padding:2.5rem;
	border-radius:1.5rem;
}
@media screen and (min-width: 200px) and (max-width:767px){
	.mobile-br-none br{
		display:none;
	}
	.how-help-sec svg {
    width: 5.326rem !important;
    height: 5.326rem !important;
}
	.how-help-sec .elementor-icon-box-title {
		font-size: 1.2563rem !important;
	}
	.how-help-sec .elementor-icon-box-wrapper {
    width: 11rem;
    height: 18rem;
		padding: 1.5rem 0;
		    margin-bottom: 1rem;
	}
	.contact-dual-btn .elementor-widget-wrap {
    gap: 2rem;
}
	.custom-container{
		padding-left: 1rem;
		padding-right:1rem;
	}
	.archive.category .site-main{
	padding-left:1rem;
	padding-right:1rem;
}
	.archive .ast-archive-description{
		 max-width: calc(100% - 2rem) !important;
	}
	.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
    }
	}

/* Boschtech */
.header-1{
	backdrop-filter: blur(30px);
box-shadow: 6px 6px 35px 0px #00000040;
/* 	background: #D1D1D159; */
/* 	background: #D1D1D1B2; */
	position:relative;
		background: #D1D1D1D9;	
}

.search-top input[type="search"]{
	padding:0 1rem;
	height: min-content;
}
.search-top .e-search-input-wrapper{
	align-items:middle;
}
.search-top .e-search-submit{
	padding: 0 1rem !important;
    margin: 0 !important;
} 
.search-top .e-font-icon-svg{
	 margin: 0 !important;
}
.header-1 #menu-main-menu-1 li{
	border-right:1px solid #D9D9D91A; 
}
.header-1 .links-section{
	border:1px solid #D9D9D91A;

}
/* .entry-content{
	margin-top: -12rem;
} */
.display-none{
	display:none;
}
.yellow-text{
	color:var(--color-yellow);
}
.yellow-highlighted-text{
	background:var(--color-yellow);
	padding: 0.5rem 0.15rem 0.1rem;
	width:max-content;
	line-height:1;
	margin-right:0.75rem;
	color:var(--color-white);
}
.blue-highlighted-text{
	background:var(--color-blue);
	padding: 0.5rem 0.15rem 0.1rem;
	width:max-content;
	line-height:1;
	margin-right:0.75rem;
	color:var(--color-white);
}
.yellow-btn a{
	background: var(--color-yellow) !important;
	border:1px solid var(--color-yellow);
	border-radius:0;
	transition: 0.4s ease-in-out;
}
.yellow-btn a:hover{
	background: transparent !important;
}
.yellow-btn.hover-white-border a{
	border:1px solid var(--color-yellow);
}
.yellow-btn.hover-white-border a:hover{
	border:1px solid var(--color-white);
}
.blue-btn.hover-white-border a{
	border:1px solid var(--color-blue);
}

.blue-btn a{
	background: var(--color-blue) !important;
	border-radius:0;
	transition: 0.4s ease-in-out;
	
}
.blue-btn a:hover{
	background: var(--color-yellow) !important;
}
.blue-btn.hover-white-border a:hover{
	border:1px solid var(--color-white);
}
.badges-section .elementor-container .elementor-column.badges-section-item{
	background:var(--color-blue);
	padding:1rem;
}
.badges-section .elementor-container{
	gap:1rem;
}
.badges-section .elementor-image-box-wrapper{
	display:flex;
	flex-direction:column;
	justify-content: space-between;
	align-items: center;
	height:100%;
	
}
.badges-section .elementor-widget-image-box, .badges-section .elementor-widget-container{
	height:100%;
}

.badges-section > .elementor-container{
	padding:1rem !important;
	width:90%;
	margin:0 auto;
}
.badges-section .elementor-image-box-title{
	font-weight:600 !important;
}
.badges-section{
	margin-top:-6rem;
}
.yellow-background{
	background:var(--color-yellow);
}
.grey-background {
    background: var(--color-grey);
}
	.blue-background{
		background: var(--color-blue);
	}
.market-we-serve-2 .elementor-widget-wrap{
	display:flex;
	justify-content:center;
	gap:2rem 1rem;
}
.market-we-serve .elementor-widget-icon-box{
	width:calc(33.33% - 2rem) !important;
}
.market-we-serve .elementor-icon-box-title{
	color: var(--color-white);
	font-weight:600;
}
.market-we-serve .sec-left{
	padding:3rem;
}
.market-we-serve .sec-right{
	background:url(/wp-content/uploads/2025/06/market-we-serve-bg.webp);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:3rem;
}
.market-we-serve .sec-right .section {
  display: none;
}

.market-we-serve .sec-right .section.active {
  display: block;
}

.market-we-serve .sec-right .toggle {
  cursor: pointer;
  padding: 8px;
  background: #ddd;
  margin: 5px;
  transition: background 0.3s ease;
}


.market-we-serve .sec-left .toggle.active .elementor-icon{
  width: 100px;
  height: 100px;
  background-color: #1e3366; /* Dark Blue */
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
	margin:0 auto;
}
.market-we-serve .sec-left .toggle .elementor-icon{
  width: 100px;
  height: 100px;
  background-color:var(--color-white); /* Dark Blue */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
	margin:0 auto;
}

.market-we-serve .sec-left .toggle.active .elementor-icon::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border: 2px solid var(--color-yellow);
  border-radius: 50%;
  pointer-events: none;
}
.market-we-serve .sec-left .toggle.active .elementor-icon path{
	fill: var(--color-white);
}

.footer-copyright{
	text-align:center;
}
.footer-contact-list{
	color:var(--color-white);
}
.footer-contact-list a{
	color:var(--color-white);
}
.footer-contact-list a:hover span, .footer-contact-list a:focus span{
	color:var(--color-yellow);
}
.copyright-section{
	padding:1rem 0;
}
.footer-contact-list svg{
	width:3rem !important;
	height:3rem !important;
}
.footer-contact-list li:after{
	display:none;
}
.footer-contact-list ul{
	gap: 2.5rem;
    display: flex;
    flex-direction: column;
}
.footer-contact-list li{
	align-items: flex-start !important;
}
.contact-form-outer{
	width:100%;
	display:flex;
	gap:1rem;
	flex-wrap:wrap;
}
.contact-form-outer div{
	width:calc(50% - 0.5rem);
}
.contact-form-outer div.full-width-1{
	width:100%;
}
.contact-form-outer input {
	background: transparent !important;
    border-radius: 0.6rem;
	color: var(--color-white) !important;
	border: 1px solid var(--color-white) !important;
}
.contact-form-outer textarea{
	background: transparent !important;
    border-radius: 0.6rem;
	color: var(--color-white) !important;
	border: 1px solid var(--color-white) !important;
	height:11.5rem;
}
.contact-form-outer input::placeholder, .contact-form-outer textarea::placeholder{
	color: var(--color-white) !important;
}
.contact-form-outer input[type=submit]{
	background:var(--color-yellow) !important;
	border: 1px solid var(--color-yellow) !important;
	border-radius: 0.6rem;
	font-weight:400;
	width:max-content;
	padding: 1.4rem 2rem;
}
.contact-form-outer input[type=submit]:hover{
	background:transparent !important;
}
.padding-bottom-50{
	padding-bottom: 3rem;
}
.padding-bottom-40{
	padding-bottom: 2.5rem;
}
.padding-bottom-30{
	padding-bottom: 1.875rem;
}
.padding-bottom-20{
	padding-bottom: 1.25rem;
}
.padding-bottom-10{
	padding-bottom: 0.625rem;
}
.leadership-images .elementor-image-box-content {
    position: absolute;
    bottom: 0;
    padding: 1rem 2rem;
    background: var(--color-blue);
	max-width:467px;
}
.leadership-images .elementor-image-box-img{
	margin-bottom:0 !important;
}
.leadership-images a{
	text-decoration:none !important;
}
.leadership-images .elementor-image-box-title{
	color:#fff;
	font-weight:600 !important;
	font-size: 1.75rem !important;
}
.leadership-images .elementor-image-box-description{
	color:#fff;
	border-left: 2px solid var(--color-yellow);
    padding-left: 0.3rem;
    line-height: 1;
    margin-top: 0.5rem !important;
	font-size: 1.75rem;
	
}
.leadership-images .elementor-image-box-content:before {
    content: "";
    background: url(/wp-content/uploads/2025/06/linkedin-icon.webp);
    width: 5.375rem;
    height: 90%;
    position: absolute;
    right: 0 !important;
    background-size: contain;
    top: 0;
    background-repeat: no-repeat;
    transform: translate(-2rem, 0px);
}
.leadership-sec-2{
	padding: 10rem 0 22rem 0; 
}
.leadership-sec-3{
	margin-top:-17rem;
}
.leadership-sec-1 {
    margin-bottom: -5rem;
	z-index: 1;
}
.safety-data-sheet{
	padding:2.9rem 6.25rem;
	margin: 0 6rem;
}
.leadership-images .elementor-image-box-content {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
}

.leadership-images:hover .elementor-image-box-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
	transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
}

.elementor-flip-box__front .elementor-flip-box__layer__overlay {
    justify-content: end;
	padding: 0;
}
.elementor-flip-box__front .elementor-flip-box__layer__title{
	background:var(--color-yellow);
	padding: 1rem 2rem;
	color:var(--color-white);
	text-align:left;
	font-weight:600 !important;
}
.retention-section .elementor-flip-box__back {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) -28.74%, var(--color-yellow) 45.93%);
}
.custom-container.right-padding-none{
	padding-right:0;
}
.why-chose-icon{
	
	border: 1px solid #DADADA;
	transition:0.4s ease-in-out;
	padding:1rem;
	margin-top:1rem;
}
.why-chose-icon svg{
	width:5rem !important;
	height:5rem !important;
}
.why-chose-icon:hover{
box-shadow: 0px 4px 15px 0px #00000024;	
	background:var(--color-yellow);
}
.why-chose-icon .elementor-icon-box-icon{
	 background:var(--color-blue);
	padding: 0.5rem;
}
.why-chose-icon:hover .elementor-icon-box-icon,.why-chose-icon:hover  path {
	background:var(--color-white);
	fill:var(--color-yellow);
}
.why-chose-icon:hover .elementor-icon-box-description .blue-text{
	color:var(--color-white);

}
.why-chose-icon .elementor-icon-box-description{
		line-height:1.2;
	margin-top:0.5rem !important;
}
.why-chose-icon h3.elementor-icon-box-title{
	font-weight:600 !important;
}
.leading-chemical-supplier .elementor-counter-title{
	color:var(--color-yellow);
	font-weight:400;
	line-height:1 !important;
	font-size:1.75rem !important;
	
}
.leading-chemical-supplier .elementor-counter-number-wrapper{
	color:var(--color-white);
	font-weight:800 !important;
	font-family:var( --heading-font-family);
}
.footer-logo img{
	width:80%;
}
.top-btn a{
	background: var(--color-yellow) !important;
	align-content: center;
	border-radius:0;
}
.top-btn a:hover{
background: var(--color-blue) !important;
	color:var(--color-white)!important;
}

.top-btn div, .top-btn, .top-btn a{
	height:100%;
}
.search-top input{
	background:transparent;
	border: 0.5px solid #FFFFFF80 !important;
}
.search-top button{
	background: var(--color-yellow) !important;
}
.header-first-sec{
	padding: 1rem 0;
}
.search-top input::placeholder{
	color: var(--color-white) !important;
}
.header-socials svg {
    height: 1.5rem !important;
	width: 1.5rem !important;
}
.top-banner-2{
	padding-top:7rem;
	padding-bottom:7rem;
}
.top-banner-2 h1{
	font-size: 4rem !important;
}
.blue-border-bottom{
border-bottom: 3px solid #233A72;
} 
.mission-vision{
	
}
.mission-vision-outer .elementor-image-box-title{
font-weight: 600 !important;
font-size: 2.75rem !important;
}
.padding-right-small{
	padding-right:1.5rem;
}
.padding-left-small{
	padding-left:1.5rem;
} 
.foundation-outer .elementor-tab-title {
    border: 1px solid var(--color-blue) !important;
    display: flex;
    justify-content: center;
    align-content: space-around;
    border-bottom: none !important;
}
.foundation .text{
	margin-top: 1rem;
	text-align:center;
	font-family: var(--heading-font-family);
font-weight: 600;
font-size: 1.5rem;

}
.foundation-outer .elementor-tabs-wrapper {
    width: 20% !important;
}
.foundation-outer .tab-img{
	padding-top:1rem;
}


.foundation-outer .elementor-tabs-view-vertical{
	border-bottom:1px solid var(--color-blue);
}
.foundation-outer .elementor-tab-content.elementor-active{
	padding-bottom:1rem !important;
}
.foundation-outer .elementor-tab-title.elementor-active{
	background:var(--color-blue);
	padding:1rem;
}
.foundation-outer .elementor-tab-title.elementor-active .text{
color:var(--color-white);
}
.foundation{
display:flex;
flex-direction:column;
}
.foundation img{
	width:4rem;
	margin:0 auto;
}
.foundation-outer .elementor-tab-title.elementor-active img{
filter: brightness(0) invert(1);	
}
.empowering-industries{	
padding:2rem 1rem;
	height:100%;
}
.empower .slick-track{
	display:flex;
	gap:1rem;
}
.empower .slick-slide{
	background: #D9D9D9;
	min-height:36rem;
}

.empowering-industries .elementor-image-box-description{
	text-align:left;
	margin-top:1rem !important;
}
.empower ul.slick-dots li {
    margin: 0;
    width: 50%;
	height: 3px;
    background: #444;
}
.empower ul.slick-dots li.slick-active{
	 background:var(--color-yellow);
	height:11px
}
.empower ul.slick-dots li i{
	display:none;
}
.empower ul.slick-dots {
    display: flex;
    align-items: center;
    margin-top: 2rem !important;
/*     padding-left: 1rem !important;
    padding-right: 9rem !important; */
}
.tab-img {
	text-align: right;
}
.elementor-tab-content.elementor-active{
	display:flex !important;
	flex-direction:column;
	height:100%;
	justify-content:space-between;
	padding-bottom:0 !important;
}
.elementor-tab-content.elementor-active:after{
	display:none;
}

.badges-gallery img:hover {
  transform: scale(1.2);
  transition: all 0.4s ease-out;
}

.badges-gallery img {
  transition: all 0.4s ease-out;
}

/* Hassan CSS  */

.leadership-sec .col-1 {
  width: 50rem;
}
.leadership-sec .col-1 * {
  direction: ltr;
}
.leadership-sec .col-2 {
  width: 45rem;
  position: -webkit-sticky;
  position: sticky;
  top: 10rem;
  align-self: start;
}

.leadership-sec .col-2 .elementor-widget-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22.188rem;
  height: 100%;
  background-image: url(/wp-content/uploads/2025/02/shadow-left.webp);
  z-index: 2;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
	pointer-events:none;
}

.leadership-sec .col-2 .elementor-widget-image:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 22.188rem;
  height: 100%;
  background-image: url(/wp-content/uploads/2025/02/shadow-right.webp);
  z-index: 2;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
		pointer-events:none;
}

.leadership-sec .elementor-container {
  justify-content: space-between;
}

.leadership-sec .col-1 .elementor-tab-title {
  padding: 1rem;
  font-size: 1.718rem;
  font-weight: 600;
  position: relative;
  border: 0.063rem solid #e6e6e6;
  border-radius: 0.625rem;
  padding-left: 8rem;
  position: relative;
}

.leadership-sec .col-1 .elementor-tab-title a {
  text-decoration: none;
}

.leadership-sec .col-1 .elementor-tab-title a span {
  font-size: 1.25rem;
  font-weight: 300;
  margin-top: 0.5rem !important;
  display: inline-block;
}

.leadership-sec .col-1 .elementor-accordion-icon {
  position: absolute;
  right: 1.438rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.188rem;
}

.leadership-sec .col-1 .elementor-accordion-icon svg {
  width: 100%;
}

.leadership-sec .elementor-tab-content {
  border: 0.063rem solid #e6e6e6;
  border-radius: 0.625rem;
  border-top: none !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 1.125rem !important;
  padding-top: 3.75rem !important;
}

.leadership-sec .elementor-accordion-item {
  border: none !important;
  margin-left: 2.125rem;
  border-radius: 0.625rem;
}

.leadership-sec .elementor-accordion-item.active {
  box-shadow: 0px 0px 18.1px 0px #0000001a;
}

.leadership-sec .col-1 .elementor-tab-title.elementor-active {
  border-bottom: 0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.leadership-sec .col-1 .elementor-tab-title::before {
  content: "";
  width: 8.25rem;
  height: 8.25rem;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  left: -2.125rem;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}

.leadership-sec
  .elementor-accordion-item:nth-child(1)
  .elementor-tab-title:before {
  background-image: url(/wp-content/uploads/2025/06/ebrahim-tmb.svg);
  background-color: #e6862b;
  border-radius: 50%;
}

.leadership-sec
  .elementor-accordion-item:nth-child(2)
  .elementor-tab-title:before {
  background-image: url(/wp-content/uploads/2025/06/zulfiqar-tmb.svg);
  background-color: #e6862b;
  border-radius: 50%;
}

.leadership-sec
  .elementor-accordion-item:nth-child(3)
  .elementor-tab-title:before {
  background-image: url(/wp-content/uploads/2025/06/kyle-tmb.svg);
  background-color: #e6862b;
  border-radius: 50%;
}

.leadership-sec
  .elementor-accordion-item:nth-child(4)
  .elementor-tab-title:before {
  background-image: url(/wp-content/uploads/2025/06/sameer-tmb.svg);
  background-color: #e6862b;
  border-radius: 50%;
}

/* .leadership-sec
  .elementor-accordion-item:nth-child(5)
  .elementor-tab-title:before {
  background-image: url(/wp-content/uploads/2025/06/ammar-tmb.svg);
  background-color: #e6862b;
  border-radius: 50%;
} */

.leadership-sec
  .elementor-accordion-item:nth-child(5)
  .elementor-tab-title:before {
  background-image: url(/wp-content/uploads/2025/06/faizal-tmb.svg);
  background-color: #e6862b;
  border-radius: 50%;
}

.leadership-sec
  .elementor-accordion-item:nth-child(6)
  .elementor-tab-title:before {
  background-image: url(/wp-content/uploads/2025/06/danay-tmb.svg);
  background-color: #e6862b;
  border-radius: 50%;
}

.leadership-sec
  .elementor-accordion-item:nth-child(8)
  .elementor-tab-title:before {
  background-image: url(/wp-content/uploads/2025/06/danay-tmb.svg);
  background-color: #e6862b;
  border-radius: 50%;
}

.leadership-sec .elementor-accordion {
  gap: 5rem;
  display: flex;
  flex-direction: column;
}

.linkedInBox {
  width: 23.375rem !important;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.625rem 1.875rem;
  border-radius: 0.75rem;
  background: #f08421;
}

.leadership-sec .col-2 .RightImageSec {
  position: relative;
  transition: all 0.4s ease-out;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}

.leadership-sec .col-2 .RightImageSec.active {
  opacity: 1;
  max-height: 62.5rem;
}

.linkedInBox h3 {
  text-align: left;
  font-size: 1.25rem !important;
  color: white;
  font-weight: 600 !important;
  font-family: "Poppins" !important;
}

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

.leadership-sec .col-2 .RightImageSec:before {
    position: absolute;
    top: 0;
    background-image: url(/wp-content/uploads/2025/06/members-bg-shape.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 40rem;
    height: 40rem;
    content: '';
    left: 50%;
    transform: translateX(-50%);
	opacity:0.4;
}

/* ----- BLOG PAGE ----- */

/* Danish CSS */

.blog-grid-sec .blog-grid-con .blog-grid img{
	height: 18.158rem !important;
	object-fit:cover;
}
.blog-grid-sec .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img {
    left: 0;
    position: relative;
    top: 0;
    transform: none;
}
.blog-grid-sec .elementor-element.elementor-element-80100ae .elementor-posts-container .elementor-post__thumbnail{
	padding-bottom: 0 !important;
}
.blog-grid-sec .elementor-post__thumbnail__link{
	margin-bottom: 0 !important;
}

.blog-grid-sec .elementor-post__text{
	padding: 2.125rem 1.875rem;
	background-color: #F4F4F4;
	display: flex !important;
}
.blog-grid-sec .post{
	border: 1px solid #D5D5D5;
}
.blog-grid-sec .elementor-post__meta-data{
	margin-bottom: 0.75rem !important;
	min-height: 1.375rem;
	order: 0 !important;
}

.blog-grid-sec .elementor-post__meta-data span{

    font-size: 0.752rem;
    font-weight: 600;
    line-height: 150%;
    color: #233A72;
    margin-left: 1.684rem;
    position: relative;
}
.blog-grid-sec .elementor-post__meta-data span:before{
content: '';

    background-image: url(/wp-content/uploads/2025/06/clock-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 1.253rem;
    height: 1.253rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.blog-grid-sec .blog-grid .elementor-post__title{
	margin-bottom: 0.75rem !important;
	min-height: 5.063rem;
	order: 1 !important;
}
.blog-grid-sec .blog-grid .elementor-post__title a{
	font-size: 1.503rem;
    font-weight: 700;
    text-decoration: none;
    color: #F08421;
	line-height: 150%;
	display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-grid-sec .blog-grid .elementor-post__excerpt{
	margin-bottom: 0 !important;
	order: 2 !important;
}
.blog-grid-sec .blog-grid .elementor-post__excerpt p{
	font-size: 1.128rem;
	font-weight: 400;
	color: #233A72;
	line-height: 150%;
	display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-grid-sec .blog-grid .elementor-post__read-more {
    order: 5;
    margin-top: 1rem;
} 
.blog-grid-sec .blog-grid .elementor-pagination{
	margin-top: 6.25rem;
}
.blog-grid-sec .blog-grid .elementor-pagination .prev img{
	width: 0.46rem;
	height: 0.795rem !important;
}
.blog-grid-sec .blog-grid .elementor-pagination .next img{
	width: 0.46rem;
	height: 0.795rem !important;
}
.blog-grid-sec .blog-grid .elementor-pagination .page-numbers{
	text-decoration: none;
	font-size: 1rem;
	font-weight: 700;
	line-height: 100%;
	color: #233A72;
	padding: 0.625rem 1.063rem;
	margin: 0 !important;
}
.blog-grid-sec .blog-grid .elementor-pagination .page-numbers.current{
	background-color: #F08421;
	font-size: 1rem;
	font-weight: 700;
	line-height: 100%;
	color: #fff;
}

.blog-grid-sec:before {
    content: '';
    background-image: url(/wp-content/uploads/2025/07/shape-left-blog.webp);
    position: absolute;
    top: 0;
    left: 0;
    width: 44.684rem;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
	z-index:-1;
}

.blog-grid-sec:after {
    content: '';
    background-image: url(/wp-content/uploads/2025/07/shape-right-blog.webp);
    position: absolute;
    top: 0;
    right: 0;
    width: 44.684rem;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
	z-index:-1;
}

.blog-grid-sec .elementor-post__thumbnail {
    padding: 0 !important;
}

.blog-grid-sec .elementor-post__thumbnail img {
    width: 100% !important;
}

/* Home Page */

.elementor-counter .elementor-counter-number-wrapper{
	font-size: 7.689rem !important;
}
.top-banner-con .top-banne h2{
	font-size: 2.75rem !important;
}
.coatings-img img{
	position: absolute;
    left: 2.125rem;
    top: 0.5rem;
}
.paints-img img{
	position: absolute;
    left: 1.688rem;
    top: 0.563rem;
}
.adhesives-img img{
	position: absolute;
	left: 0;
	top: 3.5rem;
}
.textiles-img img{
	position: absolute;
    left: 3.378rem;
    top: 3.5rem;
}
.construction-img img{
	width: 100%;
	position: absolute;
    left: 0;
    top: 1.063rem;
}
.market-we-serve .sec-right{
	padding: 0 !important;
	height: 42.063rem;
}
.sec-left .market-we-serve-2 .toggle{
	cursor: pointer !important
}
/* .market-right-content{
	padding: 3rem;
} */

.section h2{
	padding-top: 3rem;
	padding-left: 3rem;
	padding-right: 3rem;
}
.section p{
	padding-left: 3rem;
	padding-right: 3rem;
	
}

/* Blog Page  */
.pageTitle h1{
	color:white !important;
}

.blogPostBanner h1 {
    line-height: 4rem !important;
    margin-bottom: 1rem;
}

.blogPostBanner {
    margin-top: -3rem;
}

.blogPostBanner a{
	text-decoration:underline !important;
}

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

.singlePostSec .col-1 {
  width: 30rem !important;
}

.singlePostSec .col-2 {
  width: 67rem !important;
}

.singlePostSec .col-1 aside {
  padding: 1.938rem 2.25rem;
  border-radius: 1.25rem;
  background: #f4f4f4;
  margin-bottom: 2.125rem;
}

.singlePostSec .col-1 h2 {
  font-size: 1.75rem !important;
  font-weight: 700 !important;
  color: #233a72 !important;
  margin-bottom: 1.75rem !important;
}

.singlePostSec .col-1 nav ul li {
  margin: 0;
  line-height: normal;
  position: relative;
  padding-left: 4.063rem;
  transition: all 0.4s ease-out;
}

.singlePostSec .col-1 nav ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.singlePostSec .col-1 nav ul li a span {
  font-size: 1rem;
  font-weight: 700;
  font-family: "League Spartan";
  line-height: 125% !important;
  transition: all 0.4s ease-out;
}

.singlePostSec .col-1 nav ul li a {
  margin-bottom: 0.5rem !important;
  display: block;
  transition: all 0.4s ease-out;
}

.singlePostSec .col-1 nav ul li .rpwwt-post-date {
  font-size: 0.75rem;
  font-weight: 500;
  color: #f08421;
  position: relative;
  line-height: 150%;
  padding-left: calc(1.253rem + 0.438rem);
}

.singlePostSec .col-1 nav ul li .rpwwt-post-date:before {
  content: "";
  background-image: url(/wp-content/uploads/2025/06/clock-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  filter: brightness(0) saturate(100%) invert(57%) sepia(30%) saturate(2886%)
    hue-rotate(350deg) brightness(102%) contrast(88%);
}

.singlePostSec .col-1 nav ul li:before {
  position: absolute;
  left: 0;
  top: -0.125rem;
  color: #f08421;
  font-size: 2.563rem;
  line-height: 125%;
  font-weight: 700;
  font-family: "League Spartan";
}

.singlePostSec .col-1 nav ul li:hover a span {
  color: #f08421;
}

.singlePostSec .col-1 nav ul li:nth-child(1):before {
  content: "01";
}

.singlePostSec .col-1 nav ul li:nth-child(2):before {
  content: "02";
}

.singlePostSec .col-1 nav ul li:nth-child(3):before {
  content: "03";
}

.singlePostSec .col-1 nav ul li:nth-child(4):before {
  content: "04";
}

.singlePostSec .col-1 nav ul li:nth-child(5):before {
  content: "05";
}

.singlePostSec .col-1 .elementor-widget-table-of-contents {
  padding: 1.938rem 2.25rem;
  background: #f4f4f4;
  border-radius: 1.25rem;
}

.singlePostSec .col-1 .elementor-toc__header {
  padding: 0;
  border: none;
}

.singlePostSec .col-1 .elementor-toc__body {
  padding: 0;
}

.singlePostSec .col-1 .elementor-toc__body ol {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.singlePostSec .col-1 .elementor-toc__body ol li {
  margin: 0;
  font-size: 1.128rem;
}

.singlePostSec .col-1 .elementor-toc__body ol li .elementor-item-active {
  font-weight: 700;
}

.singlePostSec
  .col-1
  .elementor-toc__body
  ol
  li
  .elementor-toc__list-item-text-wrapper:before {
  font-weight: 700;
}

.singlePostSec a.elementor-toc__list-item-text.elementor-toc__top-level:hover {
    text-decoration: none;
    font-weight: 500;
}

.singlePostSec a.elementor-toc__list-item-text.elementor-toc__top-level {
    transition: all 0.4s ease-out;
}

.postContentContainer h3 {
  font-size: 2rem !important;
  margin-bottom: 2.25rem !important;
  font-weight: 700 !important;
  color: #f08421;
  margin-top: 2.25rem !important;
}

.postContentContainer ul {
  margin: 1rem 1.2rem;
  margin-right: 0;
}

.postContentContainer a {
  text-decoration: underline !important;
}

.postContentContainer img {
  width: 100%;
  height: 33rem !important;
  object-fit: cover;
  border-radius: 1.25rem !important;
  margin: 2.25rem 0 !important;
}

.shareMeta>.elementor-container {
    padding: 0.875rem 0.875rem !important;
    border: 0.074rem solid black;
    border-left: 0;
    border-right: 0;
}

.shareMeta .col-1 .elementor-image-box-wrapper {
    gap: 2.25rem;
}

.shareMeta .col-1 .elementor-image-box-wrapper figure.elementor-image-box-img {
    width: 10% !important;
    margin: 0 !important;
	background: #F08421; 
	    border-radius: 6.25rem;
}

.shareMeta .col-1 .elementor-image-box-wrapper figure.elementor-image-box-img img {
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shareMeta .col-1 h2 {
    font-size: 1rem !important;
    font-weight: 400 !important;
    font-family: 'Montserrat' !important;
    color: #233A72;
}

.shareMeta .col-1 p {
    font-size: 1.25rem;
    font-weight: 800;
}

.shareMeta .elementor-share-btn {
  border: 0.063rem solid #E7E7E7 !important;
  background: #f8f8f8 !important;
  width: 2.5rem;
  height: 2.5rem;
}

.shareMeta .elementor-share-btn span.elementor-share-btn__icon {
  background: transparent !important;
}

.shareMeta .elementor-share-btn svg {
  opacity: 0;
}

.shareMeta .elementor-grid-item {
  margin: 0 !important;
  position: relative;
}

.shareMeta .elementor-grid-item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 1.286rem;
  height: 1.286rem;
  pointer-events: none;
}

.shareMeta .elementor-grid-item:nth-child(1):before {
  background-image: url(/wp-content/uploads/2025/07/x-ixon.webp);
}

.shareMeta .elementor-grid-item:nth-child(2):before {
  background-image: url(/wp-content/uploads/2025/07/fb-icon.webp);
  width: 0.625rem;
}

.shareMeta .elementor-grid-item:nth-child(3):before {
  background-image: url(/wp-content/uploads/2025/07/linkedin-icon.webp);
}

.shareMeta .elementor-share-buttons--color-official .elementor-share-btn:hover{
	filter:none !important;
}

.shareBlogText p {
    position: absolute;
    top: 0.438rem;
    right: 15.938rem;
    width: fit-content;
}

.shareCol2 .elementor-widget-wrap {
    position: relative;
}

.shareMeta .elementor-grid {
    gap: 1.313rem;
    display: flex !important;
    justify-content: flex-end;
    padding-right: 3.813rem;
}

.relatedPosts:before,.relatedPosts:after {
    display: none;
}

.relatedPosts {
    padding-top: 3.125rem;
    padding-bottom: 11.743rem;
}

.relatedPosts  h2.elementor-heading-title.elementor-size-default {
    margin-bottom: 3.125rem;
}

.blogPageFormSec .contact-form-outer input,
.blogPageFormSec .contact-form-outer textarea {
  color: #233a72 !important;
  border-color: #233a72 !important;
}

.blogPageFormSec .contact-form-outer input::placeholder,
.blogPageFormSec .contact-form-outer textarea::placeholder {
  color: #233a72 !important;
}

.blogPageFormSec .contact-form-outer input[type=submit] {
    color: white !important;
	border-color:#F08421 !important;
}

.blogPageFormSec .contact-form-outer input[type=submit]:hover {
    color: #233A72 !important;
}

.gap-2 .elementor-widget-image img{
	width:100%;
}

.blogCTA .innerSec {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 7.663rem;
  z-index: 2;
}

.blogCTA .innerSec .col-1 {
  width: 46.503rem !important;
}

.blogCTA .innerSec .elementor-container {
  justify-content: space-between;
}

.blogCTA .elementor-widget-image img {
  width: 100%;
}

.blogCTA > .elementor-container:before {
  content: "";
  background: linear-gradient(
    90deg,
    #f08421 28.46%,
    rgba(255, 255, 255, 0) 146.62%
  );
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-size: cover;
  z-index: 1;
}

.blogCTA {
  position: relative;
}

.blogCTA .innerSec h2 {
  margin-bottom: 0.688rem;
}

.blogCTA .innerSec a.elementor-button {
  padding: 1.313rem 1.563rem;
  background: #233a72;
  border-radius: 0.625rem;
}

.blogCTA .innerSec a.elementor-button span.elementor-button-content-wrapper {
  gap: 1rem;
}

.blogCTA .innerSec a.elementor-button svg {
  width: 1.533rem;
}

.blogCTA .innerSec a.elementor-button:hover {
  background: #f08421;
}

a.copy-link-button {
    border: 0.063rem solid #E7E7E7 !important;
    background: #f8f8f8 !important;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6.25rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-75%);
}

.relatedPosts.blog-grid-sec .blog-grid .elementor-post__title {
    min-height: auto;
}

.copied-div {
    position: absolute;
    text-align: center;
    font-size: 0.75rem;
    line-height: normal;
    background: #f08421;
    padding: 0.5rem 1.5rem;
    top: -3.75rem;
    border-radius: 0.188rem;
    color: white;
    transition: all 0.4s ease-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.copied-div.show{
	    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.copied-div:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #f08421 transparent transparent transparent;
    position: absolute;
    bottom: -0.375rem;
    left: 50%;
    transform: translateX(-50%);
}

.header-1 .premium-nav-menu a {
    padding-right: 3.125rem;
    position: relative;
}

.header-1 .premium-nav-menu a:before {
    content: '';
    background-image: url(/wp-content/uploads/2025/07/bostechNavArrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 0.832rem;
    height: 1.104rem;
    display: block;
    position: absolute;
    right: 1.521rem;
    top: 50%;
    transform: translateY(-35%);
    opacity: 1 !important;
    transition: all 0.4s ease-out;
}

.header-1 .premium-nav-menu a:hover:before {
    filter: brightness(0) saturate(100%) invert(79%) sepia(58%) saturate(6214%) hue-rotate(350deg) brightness(104%) contrast(88%);
}

.header-1 .premium-nav-menu li.current-menu-item a {
    background: #233A72;
    color: white !important;
}

.header-1 .premium-nav-menu li.current-menu-item a:before {
    filter: brightness(0) saturate(100%) invert(79%) sepia(58%) saturate(6214%) hue-rotate(350deg) brightness(104%) contrast(88%);
}
.product-range-btn .elementor-button-content-wrapper {
	justify-content: space-between;
}
.product-range-outer{
	background: #F4F4F4;
	padding: 2rem;
	height: max-content;
}
.product-range-btn a {
    width: 100%;
    background: var(--color-blue) !important;
    border-radius: 0 !important;
    font-weight: 600 !important;
    font-size: 1.25rem !important;
	padding:1rem 1.25rem !important;
  
}
.product-range-btn a path{
	fill: var(--color-yellow);

}
.product-range-btn a:hover  {
	 background: var(--color-yellow) !important;
	fill: var(--color-white);
}
.product-range-btn a:hover path{
	fill: var(--color-white);
}
.product-range-title h2{
	font-size:1.75rem !important;
	color:var(--color-blue);
}
.product-range-btn{
	padding-bottom: 2rem;
}
.product-range-btn:last-child{
	padding-bottom:0;
}
.faq-outer .elementor-tab-title.elementor-active .elementor-accordion-title{
	color: var(--color-yellow);
}
.faq-outer .elementor-accordion .elementor-tab-content{
	border-top:0;
	padding:0px 20px 15px 20px !important;
}
.faq-outer .elementor-accordion-title{
	text-decoration:none !important;
}
.faq-outer  .elementor-accordion .elementor-accordion-item{
	border: 1.8px solid var(--color-blue) !important;
    border-radius: 1.5rem;
    margin-bottom: 2.5rem;
}
.faq-outer .elementor-accordion .elementor-tab-title {
	line-height: 2;
}
.faq-outer .elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
    height: 2rem;
	width: 2rem;
}

.product-range-grid .elementor-container .elementor-widget-wrap {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2rem;
    align-items: center;
}

.product-range-grid .elementor-widget-image{
  display: none;
}

.product-range-grid .elementor-widget-image.visible {
  display: block;
}
 #loadMore a{

	font-size:1.25rem;
	 cursor:pointer;
} 
.premium-sub-menu{
	box-shadow: 6px 6px 35px 0px #00000040;
}
.badges-section .elementor-container .elementor-column.badges-section-item {
    width: calc(20% - 1rem);
}
/* .home .slick-arrow{
	display:none !important;
} */
.product-outer .elementor-heading-title{
	color: var(--color-yellow);
	padding-bottom:1.5rem;
	font-size:2rem !important;
}
 .product-outer .categories-contact.elementor-widget-button a{
	border-radius:0;
background:var(--color-yellow) !important;
color:var(--color-white);
	
}
.product-outer .categories-contact.elementor-widget-button a:hover, .product-outer .categories-contact.elementor-widget-button a:hover path{
	background: transparent !important;
	color: var(--color-yellow) !important;
	fill: var(--color-yellow) !important;
	border-color: var(--color-yellow);
	stroke:var(--color-yellow);
}
.product-outer .categories-contact .elementor-button-content-wrapper {
    gap: 1.5rem !important;
   flex-direction:row-reverse !important;
}
.product-outer .categories-contact{
	margin-top:3rem;
}

.product-dual-btn{
	margin-top: 3rem;
}
.product-dual-btn .elementor-widget-button:first-child a{
	background: var(--color-blue);
	color:var(--color-white);

}
.product-dual-btn .elementor-widget-button:first-child:hover a{
	background: transparent;
	color:var(--color-blue);
}
.product-dual-btn .elementor-widget-button:last-child a{
	background: transparent;
	color:var(--color-blue);
border:1px solid var(--color-blue);
}
.product-dual-btn .elementor-widget-button:last-child:hover a{
	background: var(--color-blue);
	color:var(--color-white);
}
.product-dual-btn .elementor-button{
	border-radius:0;
	border:1px solid var(--color-blue);
}
.product-dual-btn .elementor-widget-wrap{
	gap:1.5rem;
}
.product-dual-btn .elementor-widget-button{
	width: max-content !important;
}


.category-outer .elementor-heading-title{
	color: var(--color-yellow);
	padding-bottom:1.5rem;
	font-size:2rem !important;
}
.category-outer .read-btn{
	color: var(--color-yellow);
	font-weight:700;
	text-decoration:none !important;
}
.category-outer .read-btn:hover{
	color: var(--color-blue);
}

.category-outer .elementor-widget-button a{
/* border:1px solid var(--color-yellow); */
border-radius:0;
background:var(--color-yellow) !important;
color:var(--color-white) !important;
}
.category-outer .elementor-widget-button a .elementor-button-content-wrapper{
	flex-direction:row-reverse !important;
	gap:1.5rem;
}
.category-outer .elementor-widget-button a:hover, .category-outer .elementor-widget-button a:hover path{
	background: transparent !important;
	color: var(--color-yellow) !important;
	fill: var(--color-yellow) !important;
	border-color: var(--color-yellow);
	stroke:var(--color-yellow);
}

.category-grid > .elementor-container{
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-gap:1rem;
}
.category-grid .elementor-column{
	width:100% !important;
	border: 1px solid #C7C7C7;
	padding:2rem;
}
.category-grid .elementor-widget-wrap div:last-child{
	margin-top:auto;
}
.category-grid .elementor-widget-wrap div:nth-child(2){
	margin-bottom:2rem !important;
}
.category-grid .elementor-widget-wrap{
	height:100%;
	flex-direction:column;
}
.mt-1rem{
	margin-top:1rem;
}
.category-tab .elementor-tab-title{
	border: 1px solid var(--color-blue) !important;
/* 	box-shadow: 4px 9px 14px 0px #00000030; */
	border-radius:1.875rem;

}
.category-tab .elementor-tab-title.elementor-active{
	background:var(--color-blue);
	color:#fff;
/* 	box-shadow: 5px 10px 18.9px 0px #00000030; */

}
.category-tab .elementor-tabs-wrapper{
	gap: 1.875rem;
	flex-wrap:wrap;
	margin-bottom:1rem;
}
.category-grid .elementor-button:visited{
	color:inherit; 
}
.cat-contact-outer{
	background: var(--color-blue);
	padding:4rem;
	
}
.cat-contact-outer .higlighted-heading{
	    margin-bottom: 3rem;
    font-size: 2rem;
    font-weight: 600;

}
.cat-contact-outer .contact-form-outer{
	margin-bottom:0;
}
.cat-contact-outer .wpcf7 form.sent .wpcf7-response-output{
	border-color: var(--color-yellow);
}
.cat-contact-outer .wpcf7 .wpcf7-not-valid-tip{
	color:var(--color-yellow);
}
.category-button-list .elementor-widget-button{
	width:max-content !important;
}
.category-button-list .elementor-widget-wrap{
	gap: 2rem;
	justify-content:center;
}
.category-button-list .elementor-widget-button a:active{
	background: var(--color-blue);
    color: #fff;
}

.category-button-list .elementor-widget-button a{
border: 1px solid var(--color-blue) !important;
	background: transparent;
	color:var(--color-blue);
	border-radius: 1.875rem;
	    font-weight: 700;
    line-height: 1;
    padding: 20px 25px;
	font-size:1.075rem !important;

}

.category-button-list .elementor-widget-button a:hover{
	background-color: var(--color-blue);
    color: var(--color-white) !important;
}
.category-button-list .elementor-button-wrapper .elementor-button:visited{
	color:inherit;
} 
.category-button-list .elementor-widget-button a.current{
	background-color: var(--color-blue);
    color: var(--color-white) !important;
}
.related-product .elementor-carousel-image{
	border:1px solid #DDDDDD;
	padding:2rem;
	background-size:90% !important;
	background-position:center center;
}
.related-product{
	padding: 0.7rem 4rem;
}
.related-product .elementor-swiper-button-prev {
    left: 0px !important;
    transform: translatex(-3rem) !important;
}
.related-product .elementor-swiper-button-next{
	right: 0px !important;
    transform: translatex(3rem) !important;
}
.related-product .elementor-swiper-button path{
	fill: var(--color-blue);
}
.related-product .elementor-swiper-button{
	border:1px solid #233A72;
	padding: 0.25rem;
	border-radius: 12rem;
}
.related-product .elementor-swiper-button:hover, .related-product .elementor-swiper-button:hover path{
	background:var(--color-blue);
	fill:var(--color-white);
}
.product-img{
	height:35rem;
	display:flex;
	justify-content:center !important;
	flex-direction:column !important;
}
.product-tab .elementor-tab-title.elementor-active{
	color:var(--color-yellow);
	text-decoration:underline;
}
.product-tab .elementor-tab-content{
	padding-top:0 !important;
}
.product-tab ul li{
	position:relative;
}
.product-tab ul {
	list-style:none;
}
.product-tab ul li:before{
	content:"";
	background:url(/wp-content/uploads/2025/07/list-icon.webp);
	background-position:center center;
	background-size:contain;
	width:1rem;
	height:1rem;
	top:0;
	left:0;
	transform:translate(-1.5rem , 35%);
	position:absolute;
}
.industry-table-heading{
	background:var(--color-blue);
	padding:1rem;
}
.industry-table-heading h2{
	color:var(--color-white);
	font-size: 2rem !important;
	
}
.industry-table-row{
	font-size:1.25rem;
}

.industry-table-col1, .industry-table-col2, .industry-table-col3, .industry-table-col4, .industry-table-col5{
	padding:1rem;
	border:0.5px solid var(--color-blue);
}
.industry-table-col1,  .industry-table-col3, .industry-table-col4, .industry-table-col5{
	width:15% !important;
}
.industry-table-col2{
	width:40% !important;
}
.industry-table-header h2{
	font-size:1.5rem !important;
	color:var(--color-blue);
}
.yellow-btn.border-text-yellow-on-hover a:hover{
	color:var(--color-yellow);
	border-color:var(--color-yellow);
}
.yellow-btn.border-text-yellow-on-hover a{
	border: 1px solid var(--color-yellow);
}
/* .single-post #main, .blog #content{
	margin-top:-12rem
} */
.product-img img{
	width:80%;
}
.market-we-serve-outer{
	
}
.markets-second-section{
	margin-top:auto;
}
.markets-first-section {
}
.markets-right-column{
	
}
.markets-left-column > .elementor-widget-wrap{
	flex-direction:column;
	
}
.markets-left-column{
	padding: 14.25rem 2rem 14.25rem 10rem;
	
}
.market-count-outer{
	display:flex;
	gap:1rem;
}
.market-count{
	font-family: var(--heading-font-family);
font-weight: 600;
font-size: 6rem;
	color: var(--color-grey);
    text-shadow:
        -1px -1px 0 var(--color-blue),
         1px -1px 0 var(--color-blue),
        -1px  1px 0 var(--color-blue),
         1px  1px 0 var(--color-blue);

}

.market-count-text{
	
}
.market-count-text h2{
	margin-bottom:1rem;
}
.markets-right-column img{
	width:100% !important;
}

.menu-item-has-children .premium-menu-link-parent:before{
	display:none !important;
}
.menu-item-has-children .premium-menu-link-parent{
	gap:0.25rem;
	padding-right:2rem !important;
}
.menu-item-has-children .premium-menu-link-parent i{
	color: var(--color-white);
}
.header-1 .premium-nav-menu a:hover i{
	color: var(--color-yellow);
}
.badges-section-item:hover{
	transform:translateY(-1rem);
}
.badges-section-item{
	transition: 0.4s ease-in-out;
}
.categories-contact a {
  position: relative;
  overflow: hidden;
}

.categories-contact a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--color-blue), var(--color-blue));
  z-index: 1;
  transition: left 0.6s ease;
  z-index: 0;
}

.categories-contact a:hover::before {
  left: 0;
}

.categories-contact .elementor-button-content-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  z-index: 2;
}

.categories-contact .elementor-button-text {
  transition: transform 0.3s ease, color 0.3s ease;
}

.categories-contact a:hover .elementor-button-text {
  transform: translateX(3px);
  color: #fff;
}


.categories-contact a:hover {
box-shadow: 4px 1px 10px 5px #233a721a;
}


.categories-contact a:hover .elementor-button-icon svg {
  
	animation: spinBullet 0.8s ease-out;
	
}

/* One-time circular spin */
@keyframes spinBullet {
  0% {
    transform: rotatex(0deg) scale(1);
  }
  50% {
    transform: rotatex(180deg) scale(1.2);
  }
  100% {
    transform: rotatex(360deg) scale(1);
  }
}


/*button*/
.button-large {
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    display: inline-flex;
    height: clamp(48px, 2.6041666667vw, 50px);
    outline: none;
    padding: 0;
    position: relative;
    text-align: left;
    transition: opacity 0.3s ease;
    white-space: nowrap;
    width: -moz-max-content;
    width: max-content;
	text-decoration: none !important;
}
.button-large .button-text--back {
    margin-left: clamp(60px, 3.2291666667vw, 62px);
    margin-right: clamp(12.8px, .8333333333vw, 16px);
    z-index: 1;
}
.button-text--dark .button-text--back {
    color: var(--color-black);
}
.button-large .button-text--back {
    margin-left: clamp(60px, 3.2291666667vw, 62px);
    margin-right: clamp(12.8px, .8333333333vw, 16px);
    z-index: 1;
}
.button-large .button-text {
    font-family: var(--fixel-regular);
    font-size: clamp(12px, .9375vw, 18px);
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 160%;
    position: relative;
    transition: opacity 0.3s ease, transform 0.6s cubic-bezier(0.25,1,0.5,1);;
}
.button-icon--red .button-icon {
    background-color: var(--red);
}
.button-large .button-icon {
    border-radius: clamp(8px, .625vw, 12px);
    height: clamp(48px, 2.6041666667vw, 50px);
    position: absolute;
    width: clamp(48px, 2.6041666667vw, 50px);
    z-index: 2;
}
.button-large .button-icon {
    align-items: center;
    display: flex;
    overflow: hidden;
    transition: width 0.6s cubic-bezier(0.25,1,0.5,1);
    z-index: 1;
}
.button-large .button-icon svg {
    height: clamp(12.8px, .8333333333vw, 16px);
    width: clamp(12.8px, .8333333333vw, 16px);
	top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
	    transform: rotate(45deg);
}

.button-large .button-icon svg {
    position: absolute;
    transition: all 0.3s ease;
}
.button-icon--red .button-icon svg path {
    fill: var(--color-white);
}
.button-large .button-text--front {
    color: var(--color-white);
    margin-left: clamp(19.2px, 1.25vw, 24px);
    margin-top: .18em;
    opacity: 0;
    white-space: nowrap;
}
.button-icon--red .button-icon {
    background-color: var(--color-yellow);
}
.button-large:hover .button-text--back {
        opacity: 0;
        transform: translateX(clamp(-48px, -2.6041666667vw, -50px));
    }
    .button-large:hover .button-icon {
        width: 100%;
    }
    .button-large:hover .button-icon svg {
		right: -7rem;
    }
.button-large:hover .button-text--front {
        opacity: 1;
    }
.related-product .swiper-slide{
	width: 380.667px;
    margin-right: 10px;
}
.error-404 .elementor-widget-container h2 {
    font-size: 5rem !important;
    font-weight: 900 !important;
}
.error-404 .elementor-widget-container p {
    font-size: 1.125rem;
    font-weight: 400;
}
.error-404{
	background:none !important;
}
.error-404 .yellow-btn a:hover{
	background:var(--color-blue) !important;
}

.search-results .entry-content{
	margin-top:0;
}

.search-results .ast-blog-meta-container{
	display:none;
}
/* .page-id-10159 .site-content, .page-id-10193 .site-content, .page-id-10205 .site-content{
    margin-top: 12rem;
} */
.page-heading{
	padding-top:7rem;
}
.page-heading h1{
	font-size:4rem !important; 
}
.blogPostBanner{
	margin-top:0;
}
.gap-4 > .elementor-container {
    gap: 5rem;
}
.contact-details .elementor-container{
	gap:2.5rem;
}
.gap-1 .elementor-col-50{
	width:calc(50% - 1rem) !important;
}
.gap-4 .elementor-col-50{
	width:calc(50% - 2.5rem) !important;
}
.logo-1 img{
	height: 2.75rem !important;
    object-fit: contain;
    width: auto;
}
.wpcf7-response-output{
	color:var(--color-white);
	background:var(--color-yellow);
	border:0 !important;
}
.empowering-industries ul{
	text-align:left;
}
.search-top input::placeholder{
	color:var(--color-blue) !important;
}
.top-right-header path{
	fill:var(--color-blue) !important;
}
.blog .ast-container{
	max-width:100%;
	padding:0;
}
.archive.category .entry-title a{
	font-size: 1.503rem !important;
    font-weight: 700;
    text-decoration: none;
    color: #f08421 !important;
    line-height: 150%;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.archive.category .ast-excerpt-container{
	font-size: 1.128rem;
    font-weight: 400;
    color: #233a72;
    line-height: 150%;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-grid-sec .premium-blog-entry-title a{
	font-size: 1.503rem;
    font-weight: 700;
    text-decoration: none;
    color: #f08421;
   
}

.blog-grid-sec .premium-blog-post-content {
    padding: 2.125rem 1.875rem;
    background-color: #f4f4f4;
    display: flex!important
}
.blog-grid-sec .premium-blog-excerpt-link-wrap a.premium-blog-excerpt-link{
	color: #233a72;
}
.blog-grid-sec .premium-blog-post-container {
    border: 1px solid #d5d5d5
}

.blog-grid-sec .premium-blog-entry-meta {
    margin-bottom: .75rem!important;
    min-height: 1.375rem;
    order: 0!important
}
.blog-grid-sec .premium-blog-post-content{
	padding:0;
}
.blog-grid-sec .premium-blog-excerpt-link-wrap{
	font-size: 12px;
    font-weight: 700;
	color:#233a72;
}
.blog-grid-sec .premium-blog-post-time span {
    font-size: .752rem;
    font-weight: 600;
    line-height: 150%;
    color: #233a72;
    margin-left: 1.684rem;
    position: relative
}

.blog-grid-sec .premium-blog-post-time span:before {
    content: '';
    background-image: url(/wp-content/uploads/2025/06/clock-icon.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    display: block;
    width: 1.253rem;
    height: 1.253rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.blog-grid-sec .premium-blog-entry-title {
    margin-bottom: .75rem!important;
    min-height: 5.063rem;
    order: 1!important
}

.blog-grid-sec .premium-blog-entry-title a {
    font-size: 1.503rem;
    font-weight: 700;
    text-decoration: none;
    color: #f08421;
    line-height: 150%;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.blog-grid-sec .premium-blog-content-inner-wrapper{
    margin-bottom: 0!important;
    order: 2!important
}

.blog-grid-sec .premium-blog-post-content{
    font-size: 1.128rem;
    font-weight: 400;
    color: #233a72;
}

.blog-grid-sec .premium-blog-excerpt-link-wrap {
    order: 5;
    margin-top: 1rem
}
.blog-grid-sec .premium-blog-post-time i{
	display:none;
}
.about-tab .tab-img.img-1 img{
	aspect-ratio: 428 / 427;
}
.about-tab .tab-img.img-2 img{
	aspect-ratio: 681 / 334;
}
.about-tab .tab-img.img-3 img{
	aspect-ratio: 505 / 314;
}
.badges-section .badges-section-item:nth-child(1) .elementor-image-box-img img{
	aspect-ratio: 82 / 91;
}
.badges-section .badges-section-item:nth-child(2) .elementor-image-box-img img{
	aspect-ratio: 92 / 88;
}
.badges-section .badges-section-item:nth-child(3) .elementor-image-box-img img{
	aspect-ratio: 99 / 87;
}
.badges-section .badges-section-item:nth-child(4) .elementor-image-box-img img{
	aspect-ratio: 88 / 87;
}
.badges-section .badges-section-item:nth-child(5) .elementor-image-box-img img{
	aspect-ratio: 87 / 87;
}
.logo-1 img{
	aspect-ratio: 163 / 35;
}
.blog-grid-sec .category.active{
	background-color: var(--color-blue);
    color: var(--color-white) !important;    
}
.blog-grid-sec .category{
	border:1px solid var(--color-blue);
	font-weight:700;
}
.blog-grid-sec .category:hover{
	background-color: var(--color-blue);
    color: var(--color-white) !important;
}
.table-style-1 tr:first-child {
    background: var(--color-yellow);
   
}

.table-style-1 td {
    border-color: var(--color-yellow);
}
.table-style-1 tr:first-child h6{
	 color: #fff;
}
.archive .ast-archive-title{
	color: var(--color-blue);
}
.archive .entry-meta span{
	color: var(--color-blue);
}
#breadcrumbs a{
	color:var(--color-white);
}
.product-dual-btn.style-2 .elementor-widget-button:first-child a {
	    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.pigment-btn:hover .button-icon svg {
    right: 0;
	left: calc(100% - 5rem);
}
 .pigment-btn{
	border:1px solid var(--color-yellow);
	padding:0.25rem;
}
 .pigment-btn .button-icon{
	border-radius: 0;
	height:calc(100% - 0.5rem);
}
.pigment-btn:hover .button-icon{
	width:calc(100% - 0.5rem);
}
.product-dual-btn.style-2 .button-large {
    height: clamp(44px, 2.6041666667vw, 50px);
}
.r996-list .elementor-widget-icon-box{
	background:var(--color-blue);
	border-radius: 1.25rem;
	padding:2.063rem 3.125rem;
	margin-bottom:1.25rem !important;
	
}
.r996-list .elementor-widget-icon-box:last-child{
	margin-bottom:0 !important;
}
.r996-list .elementor-icon-box-title{
font-weight: 600 !important;
font-size: 2.75rem !important;
	color:var(--color-white);

}
.r996-list .elementor-icon-box-description{
	color:var(--color-white);
	padding-top:0.75rem;
}
.r996-list .elementor-icon{
	font-size:2.5rem;
}
.decorative-cards .decorative-col{
	border: 1px solid #E5E5E5;
	padding: 2.125rem 1.875rem; 
	border-radius:0.625em;
}
.decorative-cards .decorative-col:hover{
	box-shadow: 0px 17px 27.5px 0px #0000001F;

}
.decorative-number{
	color:var(--color-yellow);
	font-family: var(--main-font-family);
font-weight: 700;
font-size: 2.343rem;
	padding-bottom:0.75rem;

}
.decorative-heading h3{
font-family: var(--main-font-family) !important;
font-weight: 700 !important;
font-size: 1.375rem !important;
color:var(--color-blue) !important;

}
.decorative-text{
	margin-top: 2.938rem;
}
.list-style-2 .elementor-icon-list-text{	
font-weight: 600;
font-size: 1.25rem;

}
.list-style-2 ul{
	display:grid !important;
	grid-template-columns: 50% 50%;
	grid-gap:1rem;
}
.coating-show-banner{
	padding-top:15rem;
	padding-bottom: 13rem;
}

.faq-with-blue-bkg.faq-outer .elementor-accordion .elementor-accordion-item {
    border: 1.8px solid #ffffff !important;
}
.faq-with-blue-bkg.faq-outer .elementor-accordion .elementor-tab-content {
    border-top: 0;
    padding: 0px 20px 15px 20px !important;
    color: #fff;
}
.faq-with-blue-bkg.faq-outer .elementor-accordion .elementor-tab-title a {
    color: #fff;
}
.faq-with-blue-bkg.faq-outer .elementor-accordion .elementor-tab-title a:hover{
	color: #fff;
}
.faq-with-blue-bkg.faq-outer .elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
    height: 1rem;
    width: 1rem;
}
.mecs-btn.button-icon--red .button-icon {
    height: calc(100% - 0.55rem);
    border-radius: 0;
}
.mecs-btn.button-large:hover .button-icon svg {
    right: 1rem;
    left: auto;
}
.mecs-btn.button-large:hover .button-icon{
	width:calc(100% - 0.5rem);
}
.mecs-btn.button-large {
    border: 1px solid var(--color-yellow);
    padding: 0.25rem;
}
.mcs-technical-expert .why-chose-icon{
	background:var(--color-white);
}
.mcs-technical-expert .elementor-widget-wrap {
	display: grid !important;
    grid-template-columns: auto auto;
    gap: 1.25rem;
}

.mcs-technical-expert .why-chose-icon:hover{
	background:var(--color-yellow);
}
.mcs-technical-expert .why-chose-icon{
	margin-top:0;
}
.mcs-technical-expert{
	padding-left:2.5rem;
}
.coating-solution-inner{
	background:var(--color-white);
	border-radius:0.625rem;
	padding:2.125rem 1.875rem;
}
.solution-number{
	font-weight: 700;
	font-size: 1.3rem;
	padding-bottom:1rem;
   
}
.solution-heading{	
font-weight: 700;
 font-size: 2rem;
	color:var(--color-yellow);
	padding-bottom:1rem;
}
.csd-timer .badges-section-item:hover {
    transform: translateY(0rem) !important;

}
.csd-timer .premium-countdown-init{
	background:var(--color-white);
	border-radius: 1.625rem;
	padding: 1.188rem;
	
}
.csd-timer{
	margin-top:-7rem;
}
.csd-timer .countdown-amount span{
font-weight: 700;
font-size: 89.37px;
color: var(--color-white);
	line-height:1;
}
.csd-timer .countdown-period span{
font-weight: 400;
font-size: 1.244rem;
	background: var(--color-yellow);
    width: 100%;
}
.csd-timer .countdown-period span{
background:var(--color-yellow);	
	padding:1rem;
	border-radius: 0 0 1rem 1rem ;
}

.csd-timer .countdown-amount{
	width:auto !important;
	height:auto !important;

}
.countdown-amount > span {
border-radius: 1rem 1rem 0 0;
background: var(--color-blue);
	padding:2rem;

}
.csd-main-banner-heading h2{
	font-size: 4.375rem !important;
	line-height: 1.25 !important;
}
.csd-main-banner-heading .yellow-highlighted-text{
	box-shadow: 0px 4px 5.5px 0px #000000CC;

}
.csd-main-banner-heading .white-text{
	text-shadow: 4px 4px 5.5px #000000CC;

}
.transparent-btn a{
	border:1px solid #fff;
	backdrop-filter: blur(42.5px);
background: #FFFFFF38 !important;

}
.coating-solution-inner a{
	text-decoration:none !important;
}
.coating-solution-inner:hover .solution-heading{
	color:var(--color-white);
}
.coating-solution-inner:hover{
	background:var(--color-yellow);
}
.leadership-images-2.leadership-images .elementor-image-box-title {
    color: #fff;
    font-weight: 600 !important;
    font-size: 1.75rem !important;
    background: var(--color-yellow);
    width: max-content;
    padding: 0.75rem 2.5rem 0.75rem 1.5rem;
    border-radius: 0 1.875rem 0 0;
}
.leadership-images-2.leadership-images .elementor-image-box-description {
    color: #fff;
    border-left: none;
    line-height: 1;
    font-size: 1.75rem;
    background: var(--color-blue);
    padding: 0.75rem 0.75rem 0.75rem 1.5rem;
    margin-top: 0 !important;
    border-radius: 0 0 0 1.875rem;
	position:relative;
}
.leadership-images-2.leadership-images .elementor-image-box-content {
    position: absolute;
    bottom: 1rem;
    max-width: 467px;
    padding: 0;
}
.leadership-images-2.leadership-images .elementor-image-box-content {
    opacity: 1;
    visibility: visible;
	 transform: translateY(0px);
	background:none;
	  }
.leadership-images-2.leadership-images .elementor-image-box-content:before {
    display:none;
}

.leadership-images-2.leadership-images .elementor-image-box-content .elementor-image-box-description:before {
    content: "";
    background: url(/wp-content/uploads/2026/02/linkedin-icon.webp);
    height: 75%;
    position: absolute;
    right: 0 !important;
    background-size: contain;
    top: 0;
    background-repeat: no-repeat;
    transform: translate(-1.5rem, 0px);
    margin: auto;
    width: 2.688rem;
    bottom: 0;
}


.valued-customer .slick-slide {
  transition: 
    transform 0.4s ease,
    box-shadow 0.4s ease,
    opacity 0.4s ease;
}

.valued-customer .slick-slide:not(.slick-current) {
  transform: scale(0.9);
  opacity: 0.6;
  z-index: 1;
}

.valued-customer .slick-current {
  transform: scale(1);
  opacity: 1;
  z-index: 5;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.valued-customer .slick-active:not(.slick-current) {
  transform: scale(0.95);
  opacity: 0.8;
  z-index: 2;
}

.valued-customer .slick-list {
  overflow: visible;
}

.valued-customer .slick-track {
  display: flex;
  align-items: center;
}
.reviewSec{
	overflow:hidden;
}
.header-1 .premium-nav-menu .no-arrow a:before{
	display:none;
}
.header-1 .premium-nav-menu .no-arrow a{
	padding-right:20px;
}
.industry-slide{
	padding:2.375rem;
	min-height:43.75rem;
	display:flex;
	justify-content:end;
	flex-direction:column;
}
.industry-slide-inner{
	border: 3px solid #fff;

backdrop-filter: blur(30px);
	background: #FFFFFFBF;

border-radius:1.25rem;
padding:1.5rem;
}
.industry-slide-inner h3{
font-weight: 600 !important;
font-size: 2.25rem !important;
	color:var(--color-blue);
	margin-bottom:0.75rem !important;
}
.industry-slide-inner p, .industry-slide-inner div{
	line-height:1.2;
}
.industry-slide-inner .elementor-button{
	background:var(--color-yellow);
	margin-top: 1.875rem;
	border-radius:0;
}
.industry-outer .slick-slide {
	transition: transform 0.4s ease, box-shadow 0.4s ease, opacity 0.4s ease;
	position: relative;
}
.industry-outer .slick-slide:not(.slick-current) {
	transform: scale(0.85);
	opacity: 0;
	z-index: 1;
}
.industry-outer .slick-active:not(.slick-current) {
	transform: scale(0.85);
	opacity: 1;
	z-index: 2;
}
.industry-outer .slick-current {
	transform: scale(1);
	opacity: 1;
	z-index: 10; 
}
.industry-outer .slick-slide {
	margin: 0 -40px;
}
.industry-outer .slick-active .fa.fa-circle-thin:before {
    background: #F08421;
    border-radius: 52px;
}
@media screen and (max-width: 1024px) and (min-width:768px){
	.top-banner-2 h1 {
    line-height: 1 !important;
}
	.premium-nav-menu-item>.premium-menu-link {
        justify-content: space-between !important;
    }
	.header-1 .premium-sub-menu-item:hover > .premium-sub-menu-link{
		color:var(--color-white) !important;
	}
	.custom-container.right-padding-none{
		padding-right:2rem;
	}
	.menu-item-has-children .premium-menu-link-parent i{
		color:var(--color-blue);
	}
	.leadership-sec .col-1 .elementor-tab-title::before {
    width: 7.25rem;
	height: 7.25rem;
	}
	.leadership-sec .col-1 .elementor-tab-title {
    font-size: 1.5rem;
    padding-left: 6rem;
	}
	.category-button-list .elementor-widget-wrap {
		gap: 1rem;
	}
	.top-bottom-padding {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
}
	.top-padding{
		 padding-top: 4.25rem;
	}
	.bottom-padding{
		 padding-top: 4.25rem;
	}
	.product-range-btn a {
		font-size: 1rem !important;
	}
	.product-range-btn {
    padding-bottom: 1.25rem;
}
	.blog-grid-sec .blog-grid-con .blog-grid img {
    height: auto !important;
	}
	.contact-details .elementor-container {
        grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.page-heading{
		padding-top:5rem;
		padding-bottom:5rem;
	}
	.home .top-banners {
    min-height: 45rem;
		padding-top:4rem !important;
		padding-bottom:6rem !important;
}
	.markets-left-column {
    padding: 2.25rem 1rem 2.25rem 1rem;
}
	.markets-first-section{
		padding-bottom:2rem;
	}
	.markets-right-column div{
		height:100%;
	}
	.markets-right-column img{
		height:100% !important;
		object-fit: cover;
	}
	.leadership-images .elementor-image-box-content {
		position: relative;
		 opacity: 1;
		visibility: visible;
		padding: 1rem 4rem 1rem 1rem;
		transform: translateY(0px);
	}
	.leadership-images .elementor-image-box-content:before {
    width: 3.375rem;
    transform: translate(-1rem, 0px);
}
	.leadership-images .elementor-image-box-title {
    font-size: 1.5rem !important;
}
	
	.leadership-images .elementor-image-box-description {
    font-size: 1rem;
}
	.premium-nav-widget-container .premium-hamburger-toggle .premium-toggle-text {
    line-height: 1;
}
}
@media screen and (max-width: 767px) and (min-width:200px){
	.top-banner-2 h1{
		font-size: 2rem !important;
		line-height:1 !important;
	}
	.relatedPosts {
    padding-bottom: 2rem;
}
/* 	.shareBlogText p {
  
    width: max-content;
} */
	.blog-grid-sec .blog-grid-con .blog-grid img {
    height: 13.158rem !important;
    object-fit: cover;
}
	.singlePostSec .col-2{
		width:100% !important;
		overflow:scroll;
	}
	.csd-main-banner-heading h2 {
    font-size: 2.375rem !important;
}
.csd-timer .countdown-amount span {
	font-size: 20.37px;
	}	
	.csd-timer .countdown-period span {
		font-size: 0.75rem;
	}
	.mcs-technical-expert {
    padding-left: 0;
    padding-top: 2rem;
}
	.mcs-technical-expert .elementor-widget-wrap {
    grid-template-columns: auto;

}
	.header-1 .premium-sub-menu-item:hover > .premium-sub-menu-link{
		color:var(--color-white) !important;
	}
	.list-style-2 ul {
		grid-template-columns: 100%;
	}
	.category-tab{
		    width: calc(100vw - 2rem) !important;
		overflow:scroll;
	}
	.category-tab .elementor-tabs-wrapper {
        display: flex !important;
        flex-direction: row !important;
        overflow-x: auto;
        white-space: nowrap;
    }

    .category-tab .elementor-tab-title {
        display: block !important;
    }

    .category-tab .elementor-tab-content {
        display: none;
    }

    .category-tab .elementor-tab-content.elementor-active {
        display: block !important;
    }
	.category-tab .elementor-tab-mobile-title{
		display:none !important;
	}
/* 	.category-tab .elementor-tab-title {
    margin: 1rem 0;
} */
	.category-tab .elementor-tabs-wrapper {
		gap: 0.875rem;
	}
	.home .top-banners{
		min-height:auto;
	}
	.category-tab .elementor-tab-content.elementor-active{
		    width: 60rem;
	}
	.logo-1 img {
    height: 2.25rem !important;
}
	.menu-item-has-children .premium-menu-link-parent {
    padding-right: 1rem !important;
}
	.leadership-images .elementor-image-box-content:before {
		width: 3.375rem;
	}
	.menu-item-has-children .premium-menu-link-parent i {
    color: var(--color-blue);
}
	.gap-1 .elementor-col-50{
	width:100% !important;
}
	.leading-chemical-supplier .elementor-counter-title {
		font-size: 1.25rem !important;
	}
.gap-4 .elementor-col-50{
	width:100% !important;
}
	.markets-first-section{
		padding-bottom:3rem;
	}
	.leadership-sec .col-2{
		display:none;
	}
	.page-heading h1 {
    font-size: 2rem !important;
		line-height:1 !important;
}
	.markets-left-column {
    padding: 3rem 1rem 3rem 1rem;
}
	.footer-logo img {
    width: 60%;
}
	.blog-grid-sec:before{
		display:none;
	}
	.page-heading {
    padding-top: 5rem;
		 padding-bottom: 5rem;
}
	.error-404 .elementor-widget-container h2 {
    font-size: 3rem !important;
}
.error-404 .elementor-widget-container p {
    font-size: 1rem;
}
	.leadership-sec .col-1 .elementor-tab-title {
 
	padding-left: 5rem;
}
.leadership-sec .col-1 .elementor-tab-title {
	font-size: 1.25rem;
}
.leadership-sec .col-1 .elementor-tab-title a span {
	font-size: 1rem;
	}
	.padding-bottom-30 {
    padding-bottom: 1.5rem;
}
	.empower .slick-slide {
    min-height: 30rem;
}
	.mission-vision-outer .padding-right-small{
		padding:0;
	}
	.mission-vision-outer .elementor-image-box-img{
		padding-top:2rem;
		padding-bottom:2rem;
	}
	.foundation .text {
    line-height: 1;
}
	.foundation-outer .elementor-tab-title{
		padding:1rem;
	}
	.mission-vision-outer .padding-left-small{
		padding:0;
	}
	.foundation-outer .text br{
		display:none;
	}
	.mission-vision-outer .blue-border-bottom{
	   padding-bottom: 2rem;
			
	}
	.vision-outer{
		padding-bottom:2rem;
	}
	.mission-outer{
		padding-bottom:2rem;
	}
	.category-button-list .elementor-widget-wrap {
		gap: 0.5rem;
	}
	.category-button-list .elementor-widget-button a {
		font-size:1rem !important;
	}
	.category-outer .elementor-heading-title {
		padding-bottom: 1rem;
	}
	.top-banner-2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
	.home .top-banners h1 {
    font-size: 2.5rem !important;
}
	.home .top-banners h2 {
    font-size: 2.5rem !important;
}
	.category-grid > .elementor-container{
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.top-banner-para{
		font-size: 1rem;
	}
	.market-we-serve .elementor-widget-icon-box {
    width: calc(50% - 2rem) !important;
}
	.leading-chemical-supplier .elementor-column{
		width: calc(50% - 2rem) !important;
		
}
	.leading-chemical-supplier > .elementor-container{
		justify-content:center;
		gap:1rem;
	}
	.elementor-counter .elementor-counter-number-wrapper {
    font-size: 3rem !important;
}
	.elementor-counter .elementor-counter-title{
		text-align:center;
	}
	.custom-container.right-padding-none{
		padding-right:1rem;
	}
	.why-chose-icon .elementor-icon-box-icon {
    width: max-content;
}
	.leadership-sec-2 {
    padding: 5rem 0 22rem 0;
}
	.leadership-sec-3 {
    margin-top: -18rem;
}
	.mobile-top-bottom-padding{
		padding-top: 3.5rem;
        padding-bottom: 3.5rem;
	}
	.header-1 {
    background: #ffffff;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
	.premium-ver-hamburger-menu .premium-mobile-menu-outer-container{
		overflow:visible;
	}
	.premium-nav-menu-item.menu-item-has-children .premium-sub-menu {
    max-height: 13rem;
    overflow: scroll;
}
	.header-1 #menu-main-menu-1 {
        background: #fff;
    }
	.badges-section .elementor-container .elementor-column.badges-section-item {
    width: calc(100%);
}
		.leadership-sec .col-1 .elementor-tab-title::before {
    content: "";
    width: 6.25rem;
	height: 6.25rem;
}
	.faq-outer .elementor-accordion .elementor-tab-title {
    line-height: 1.3;
}
	.faq-outer .elementor-accordion .elementor-accordion-item {
    margin-bottom: 1rem;
}
	.product-range-btn a {
		font-size: 1rem !important;
	}
	.product-range-btn {
    padding-bottom: 1rem;
}
	.product-range-title.padding-bottom-40{
		padding-bottom:1.5rem;
	}
	#loadMore a {
		font-size: 1rem;
	}
	.product-range-grid .elementor-container .elementor-widget-wrap {

    grid-template-columns: repeat(2, 1fr);
   
}
	.leadership-images .elementor-image-box-content {
    opacity: 1;
    visibility: visible;
	}}
@media screen and (max-width: 1200px) and (min-width:768px){
.custom-container {
    padding-left: 2rem;
    padding-right: 2rem;
}
	.archive.category .site-main{
	padding-left:2rem;
	padding-right:2rem;
}
	.archive .ast-archive-description{
		 max-width: calc(100% - 4rem) !important;
	}
	.elementor-section:not(.elementor-inner-section)>.elementor-container {
        padding-left:0;
        padding-right: 0;
    }
	.home .top-banners h1 {
    font-size: 4rem !important;
}
	.mobile-br-none br{
		display:none;
	}
	    h3 {
        line-height: 1.2 !important;
        font-size: 1.25rem !important;
    }
	.market-we-serve .elementor-widget-icon-box {
    width: calc(50% - 2rem) !important;
}
	.elementor-counter .elementor-counter-number-wrapper {
    font-size: 4.689rem !important;
}
	
	.elementor-counter .elementor-counter-title{
		text-align:center;
	}
	.gap-1 > .elementor-container .elementor-col-50{
		width: calc(50% - 2rem);
	}
	.gap-1 > .elementor-container .elementor-col-25{
		width: calc(25% - 2rem);
	}
	.gap-1 > .elementor-container .elementor-col-33{
		width: calc(33.333% - 2rem);
	}
	.retention-section.five-columns .elementor-col-20:first-child{
		width:calc(12.5% - 2rem) !important;
	}
	.retention-section.five-columns .elementor-col-20{
		width: calc(25% - 2rem) !important;
	}
	.retention-section.five-columns .elementor-col-20:last-child{
		width: calc(12.5% - 2rem) !important;
	}
	.gap-1 > .elementor-container {
    justify-content: center;
}
	.gap-2 > .elementor-container {
    justify-content: center;
}
	.leadership-sec-2 {
    padding: 5rem 0 12rem 0;
}
	.leadership-sec-3 {
    margin-top: -8rem;
}
	.mobile-top-bottom-padding{
		padding-top: 3.5rem;
        padding-bottom: 3.5rem;
	}
	.gap-2 > .elementor-container .elementor-col-50{
		width: calc(50% - 1rem);
	}
	.footer-mid-sec.top-sec > .elementor-container {
		gap:2rem;
	}
	.footer-mid-sec.top-sec .elementor-col-25{
		width: calc(50% - 2rem) !important;
	}
	.market-we-serve .sec-right {
    height: auto;
}
	.header-1 {
    background: #ffffff;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
	.premium-ver-hamburger-menu .premium-mobile-menu-outer-container{
		overflow:visible;
	}
/* 	.premium-nav-menu-item.menu-item-has-children .premium-sub-menu {
    max-height: 13rem;
    overflow: scroll;
} */
	.header-1 #menu-main-menu-1 {
        background: #fff;
    }
	.premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-container {
    margin-top: 0px;
}
	.premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-close{
		top:20%;
	}
	.retention-section .elementor-flip-box__back .elementor-flip-box__layer__overlay {
		padding: 10px;
	}
	.retention-section .elementor-flip-box__button.elementor-button{
		padding: 10px;
	}
	.retention-section .elementor-flip-box__layer__description {
    line-height: 1.2;
}
}

.mcs-technical-expert.flex .elementor-widget-wrap .elementor-widget-icon-box{
	width: calc((100% - 2.5rem) / 3) !important;
}
.mcs-technical-expert.flex .elementor-widget-wrap {
	display: flex !important;
/*     grid-template-columns: auto auto; */
    gap: 1.25rem;
	justify-content:center;
}
.white-highlighted-text{
	background:var(--color-white);
	padding: 0.5rem 0.15rem 0.1rem;
	width:max-content;
	line-height:1;
	margin-right:0.75rem;
	color:var(--color-blue);
}
.mission-vision-outer.style-2 .elementor-image-box-title {
	margin-bottom:0.75rem !important;
	
}
@media screen and (max-width: 768px) and (min-width:200px){
	.mcs-technical-expert.flex .elementor-widget-wrap .elementor-widget-icon-box{
	width: 100% !important;
}
}




/* industry page */


.paint-coatings{
	position:relative;
}

.paint-coatings:after{
	content:"";
	background: linear-gradient(270deg, #F08421 66.2%, rgba(255, 255, 255, 0) 100%);
width:100%;
	position:relative;
	display:block;
	bottom:0;
	height:1rem;
}

.construction{
	position:relative;
}
.construction:after{
	content:"";
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 22.46%, #F08421 52.61%);
width:100%;
	position:relative;
	display:block;
	bottom:0;
	height:1rem;
}
.industries-outer-links h2{
	color:var(--color-blue);
}
.industries-outer-links h3{
font-weight: 600 !important;
font-size: 8.974rem !important;
color: transparent;          
/* -webkit-text-stroke: 2px var(--color-blue);  */
	-webkit-text-stroke: 2px var(--color-white); 

}
.elementor-column-gap-default> .industry-card > .elementor-widget-wrap{
padding:2rem !important;	
}

.industry-card-text{
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
}

.industry-p{
    max-height: 0;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.industry-card:hover .industry-p {
    max-height: 9rem;
    opacity: 1;
    transform: translateY(0);
}
.industry-link {
	 max-height: 0;
    opacity: 0;
}
/* .industry-card:hover h3{
	color: transparent; 
	-webkit-text-stroke: 2px var(--color-white); 
} */
.industry-card svg path {
    stroke: var(--color-white);
}
.industry-card h2{
	color:var(--color-white);
}
.industry-card .industry-p{
	color:var(--color-white);
}
.industries-outer-links > .elementor-container{
	 display: flex;
    flex-wrap: wrap;
    justify-content: center;
/*     gap: 0rem; */
}
.industries-outer-links .industry-card{
/* 	flex: 0 0 calc((100% - (2 * 0)) / 3); */
	width:calc(100% / 3) !important;
}
@media screen and (max-width: 768px) and (min-width:200px){
	.industries-outer-links .industry-card{
	width:100% !important;
}
	.gap-4 > .elementor-container {
    gap: 2rem;
}
}
}
