/* 
Theme Name: Joyn
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Amandeep Mann
Author: Amandeep Mann
Author URI: https://truzzinfotech.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: joyn
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Header CSS
*/

.osano-cm-widget {
	margin-bottom: 90px;
	padding: 0!important;
    background: none!important;
    border: none!important;
    margin-left: -5px!important;
}

.osano-cm-close {
	background: none!important;
    border: none!important;
	color: #000!important;
	padding: 0.5rem 1rem!important;
}

.osano-cm-close:focus {
    background: none!important;
    border: none!important;
	color: #000!important;
	stroke: #000!important;
	outline: none!important;
}

#scroll-to-top-main > div > div > a {
    margin-bottom: 70px;
    margin-right: 10px;
}

/*GLOBAL UI BUTTONS*/
.trz-primary-button .elementor-button-link
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 11px 20px;
    background: #224D94;
    box-shadow: 0px 0px 4px rgba(34, 77, 148, 0.1);
    border-radius: 4px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
}
.trz-primary-button .elementor-button-link:hover
{
    background: #1E4381;
    box-shadow: 0px 0px 12px rgba(34, 77, 148, 0.14);
    color: #FFFFFF;
}
.trz-primary-button .elementor-button-link:active,
.trz-primary-button .elementor-button-link:focus
{
    background: #1B3D75;
    box-shadow: none;
    color: #FFFFFF;
}

.trz-primary-button .elementor-button-link:disabled,
.trz-primary-button .elementor-button-link[disabled]
{
    color: #97B5E7;
    background: #F3F6FC;
    box-shadow: none;
    border-color: #F3F6FC;
}

.trz-primary-button.trz-primary-button-dark .elementor-button-link
{
    background: #FFE900;
    color: #224D94;
    border-color: #FFE900;
    box-shadow:none;
}
.trz-primary-button.trz-primary-button-dark .elementor-button-link:hover
{
    background: #E1BE06;
    box-shadow: 0px 0px 12px rgba(251, 188, 4, 0.2);;
    color: #1E4381;
    border-color: #E1BE06;
}
.trz-primary-button.trz-primary-button-dark .elementor-button-link:active,
.trz-primary-button.trz-primary-button-dark .elementor-button-link:focus
{
    background: #DBA607;
    box-shadow: none;
    color: #224D94;
    border-color: #DBA607;
}

.trz-primary-button.trz-primary-button-dark .elementor-button-link:disabled,
.trz-primary-button.trz-primary-button-dark .elementor-button-link[disabled]
{
    color: #E1BE06;
    background: #FFF8AD;
    box-shadow: none;
    border-color: #FFF8AD;
    cursor: not-allowed;
}


.trz-secondary-button .elementor-button-link
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 11px 20px;
    background: #fff;
    border-radius: 4px;
    color: #224D94;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #224D94;

}
.trz-secondary-button .elementor-button-link:hover
{
    background: #E3EDFC;
    color: #1F4789;
    border: 1px solid #1E4381;

}
.trz-secondary-button .elementor-button-link:active,
.trz-secondary-button .elementor-button-link:focus
{
    background: #B0CFFC;
    color: #1B3D75;
    border: 1px solid #1B3D75;

}

.trz-secondary-button .elementor-button-link:disabled,
.trz-secondary-button .elementor-button-link[disabled]
{
    color: #97B5E7;
    background: #FFFFFF;
    border: 1px solid #F3F6FC;
    cursor: not-allowed;
}

.trz-secondary-button-dark .elementor-button-link
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 11px 20px;
    background: #fff;
    border-radius: 4px;
    color: #224D94;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    
}
.trz-secondary-button-dark .elementor-button-link:hover
{
    background: #E3EDFC;
    color: #1F4789;
    

}
.trz-secondary-button-dark .elementor-button-link:active,
.trz-secondary-button-dark .elementor-button-link:focus
{
    background: #B0CFFC;
    color: #1B3D75;
    

}

.trz-secondary-button-dark .elementor-button-link:disabled,
.trz-secondary-button-dark .elementor-button-link[disabled]
{
    color: #B9C0C6;
    background: #F2F4F6;
    cursor: not-allowed;

}

.trz-secondary-button-40px .elementor-button-link
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 7px 20px;
    background: #fff;
    border-radius: 4px;
    color: #224D94;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    
}
.trz-secondary-button-40px .elementor-button-link:hover
{
    background: #E3EDFC;
    color: #1F4789;
    

}
.trz-secondary-button-40px .elementor-button-link:active,
.trz-secondary-button-40px .elementor-button-link:focus
{
    background: #B0CFFC;
    color: #1B3D75;
    

}

.trz-secondary-button-40px .elementor-button-link:disabled,
.trz-secondary-button-40px .elementor-button-link[disabled]
{
    color: #B9C0C6;
    background: #F2F4F6;
   
    cursor: not-allowed;
}



.trz-tertiary-button-40px .elementor-button-link
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    background: transparent;
    color: #252525;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    border: 0px;
    
}
.trz-tertiary-button-40px .elementor-button-link:hover
{
    background: #F2F4F6;
    color: #252525;
    border: 0px;
    

}
.trz-tertiary-button-40px .elementor-button-link:active,
.trz-tertiary-button-40px .elementor-button-link:focus
{
    background: #E8EBED;
    color: #252525;
    border: 0px;
    

}

.trz-tertiary-button-40px .elementor-button-link:disabled,
.trz-tertiary-button-40px .elementor-button-link[disabled]
{
    color: #B9C0C6;
    background: transparent;
    border: 0px;
    cursor: not-allowed;
}

.trz-tertiary-button-32px .elementor-button-link
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 20px;
    background: transparent;
    color: #252525;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    border: 0px;
    
}
.trz-tertiary-button-32px .elementor-button-link:hover
{
    background: #F2F4F6;
    color: #252525;
    border: 0px;
    

}
.trz-tertiary-button-32px .elementor-button-link:active,
.trz-tertiary-button-32px .elementor-button-link:focus
{
    background: #E8EBED;
    color: #252525;
    border: 0px;
    

}

.trz-tertiary-button-32px .elementor-button-link:disabled,
.trz-tertiary-button-32px .elementor-button-link[disabled]
{
    color: #B9C0C6;
    background: transparent;
    border: 0px;
    cursor: not-allowed;
}


.trz-tertiary-button-32px-dark .elementor-button-link
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 20px;
    background: transparent;
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    border: 0px;
    
}
.trz-tertiary-button-32px-dark .elementor-button-link:hover
{
    background: #E3EDFC;
    color: #224D94;
    border: 0px;
    

}
.trz-tertiary-button-32px-dark .elementor-button-link:active,
.trz-tertiary-button-32px-dark .elementor-button-link:focus
{
    background: #B0CFFC;
    color: #1B3D75;
    border: 0px;
    

}

.trz-tertiary-button-32px-dark .elementor-button-link:disabled,
.trz-tertiary-button-32px-dark .elementor-button-link[disabled]
{
    color: #97B5E7;
    background: transparent;
    border: 0px;
    cursor: not-allowed;
}



.trz-text-button-primary .elementor-button-link
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: transparent;
    color: #224D94;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    border: 0px;
    padding: 0;
    
}
.trz-text-button-primary .elementor-button-link:hover
{
    background: transparent;
    color: #1F4789;
    border: 0px;
    

}
.trz-text-button-primary .elementor-button-link:active,
.trz-text-button-primary .elementor-button-link:focus
{
    background: transparent;
    color: #224D94;
    border: 0px;
    

}

.trz-text-button-primary .elementor-button-link:disabled,
.trz-text-button-primary .elementor-button-link[disabled]
{
    color: #97B5E7;
    background: transparent;
    border: 0px;
    cursor: not-allowed;
}





.trz-text-button-secondary .elementor-button-link
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: transparent;
    color: #252525;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    border: 0px;
    padding: 0;
    
}
.trz-text-button-secondary .elementor-button-link:hover
{
    background: transparent;
    color: #1F4789;
    border: 0px;
    

}
.trz-text-button-secondary .elementor-button-link:active,
.trz-text-button-secondary .elementor-button-link:focus
{
    background: transparent;
    color: #252525;
    border: 0px;
    

}

.trz-text-button-secondary .elementor-button-link:disabled,
.trz-text-button-secondary .elementor-button-link[disabled]
{
    color: #B9C0C6;
    background: transparent;
    border: 0px;
    cursor: not-allowed;
}


/*GLOBAL UI BUTTONS*/

/*Global UI form*/
.form-normal-input .elementor-form .elementor-field-type-text > label,
.form-normal-input .elementor-form .elementor-field-type-textarea > label,
.form-normal-input .elementor-form .elementor-field-type-email > label {
    position: absolute;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #697682;
    padding: 12px 16px !important;
    width: 100%;
    top: 0;
    left: 0;
    transition: top .5s;
}
.form-normal-input .elementor-form .elementor-field-type-text > .elementor-field-textual,
.form-normal-input .elementor-form .elementor-field-type-textarea > .elementor-field-textual,
.form-normal-input .elementor-form .elementor-field-type-email > .elementor-field-textual {
    padding: 12px 16px;
    border: 1px solid #B9C0C6;
    box-shadow: inset 0px 0px 8px rgb(185 192 198 / 20%);
    border-radius: 4px;
    background-color: #FFFFFF;
}

.form-normal-input .elementor-form .elementor-field-type-text > .elementor-field-textual:focus,
.form-normal-input .elementor-form .elementor-field-type-textarea > .elementor-field-textual:focus,
.form-normal-input .elementor-form .elementor-field-type-email > .elementor-field-textual:focus,
.form-normal-input .elementor-form .elementor-field-type-text.has-filled > .elementor-field-textual,
.form-normal-input .elementor-form .elementor-field-type-textarea.has-filled > .elementor-field-textual,
.form-normal-input .elementor-form .elementor-field-type-email.has-filled > .elementor-field-textual 
{
    box-shadow: none;
    background: #FFFFFF;
    border: 1px solid #224D94;
    border-radius: 4px;
}
.form-normal-input .elementor-form .elementor-field-type-text.has-filled > label,
.form-normal-input .elementor-form .elementor-field-type-textarea.has-filled > label,
.form-normal-input .elementor-form .elementor-field-type-email.has-filled > label
{
    color: #224D94;
    font-size: 12px;
    line-height: 16px;
    top: -8px;
    padding: 0 2px !important;
    width: auto;
    left: 20px;
    background: white;
}
.form-normal-input.form-normal-input-subscribe  .elementor-form .elementor-field-type-text > .elementor-field-textual,
.form-normal-input.form-normal-input-subscribe  .elementor-form .elementor-field-type-textarea > .elementor-field-textual,
.form-normal-input.form-normal-input-subscribe  .elementor-form .elementor-field-type-email > .elementor-field-textual {
    background-color: transparent;
    box-shadow: none;

}

.form-normal-input.form-normal-input-subscribe .elementor-form .elementor-field-type-text > label,
.form-normal-input.form-normal-input-subscribe .elementor-form .elementor-field-type-textarea > label,
.form-normal-input.form-normal-input-subscribe .elementor-form .elementor-field-type-email > label {
    color: #fff;
}
.form-normal-input.form-normal-input-subscribe .elementor-form .elementor-field-type-text > .elementor-field-textual:focus,
.form-normal-input.form-normal-input-subscribe .elementor-form .elementor-field-type-textarea > .elementor-field-textual:focus,
.form-normal-input.form-normal-input-subscribe .elementor-form .elementor-field-type-email > .elementor-field-textual:focus,
.form-normal-input.form-normal-input-subscribe .elementor-form .elementor-field-type-text.has-filled > .elementor-field-textual,
.form-normal-input.form-normal-input-subscribe .elementor-form .elementor-field-type-textarea.has-filled > .elementor-field-textual,
.form-normal-input.form-normal-input-subscribe .elementor-form .elementor-field-type-email.has-filled > .elementor-field-textual 
{
    box-shadow: none;
    background: #FFFFFF;
    
}
.form-normal-input.form-normal-input-subscribe .elementor-form .elementor-field-type-text.has-filled > label,
.form-normal-input.form-normal-input-subscribe .elementor-form .elementor-field-type-textarea.has-filled > label,
.form-normal-input.form-normal-input-subscribe .elementor-form .elementor-field-type-email.has-filled > label
{
    color: #224D94;
    
}
.form-normal-input.form-normal-input-subscribe .elementor-button
{
    background: #fff;
    color: #224D94;
    border-color: #fff;
}
.form-normal-input.form-normal-input-subscribe .elementor-button:hover
{
    background: #E3EDFC;
    color: #1F4789;
    

}
.form-normal-input.form-normal-input-subscribe .elementor-button:active,
.form-normal-input.form-normal-input-subscribe .elementor-button:focus
{
    background: #B0CFFC;
    color: #1B3D75;
    

}

.form-normal-input.form-normal-input-subscribe .elementor-button:disabled,
.form-normal-input.form-normal-input-subscribe .elementor-button[disabled]
{
    color: #B9C0C6;
    background: #F2F4F6;
    cursor: not-allowed;

}

/*Global UI form*/







.language-selector-header-new .js-wpml-ls-legacy-dropdown > ul > li > a:after {
    content: "";
    display: none;
}
.language-selector-header-new .js-wpml-ls-legacy-dropdown {
    max-width: max-content;
}
.language-selector-header-new .js-wpml-ls-legacy-dropdown > ul > li a
{
    font-size: 16px;
    line-height: 23px;
}
.language-selector-header-new .js-wpml-ls-legacy-dropdown > ul > li > a
{
    background-color: transparent !important;
    color: #fff !important;
    border: none;
    
    padding: 12px 16px;
    text-transform: uppercase;
    text-align: right;
    cursor: pointer;
}
.wpml-ls-sub-menu > li img {
	color: var( --e-global-color-primary ) !important;
}
.wpml-ls-sub-menu > li span {
	color: var( --e-global-color-primary ) !important;
}
.language-selector-header-new .wpml-ls-legacy-dropdown .wpml-ls-sub-menu
{
    padding: 15px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgb(131 144 155 / 12%);
    border-radius: 4px;
    width: 130px;
}
.language-selector-header-new .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
    border-width: 0;
    text-transform: uppercase;
}
.current-menu-item > a,
.current-page-parent > a,
.current-menu-parent > a, 
.elementor-nav-menu  a:hover
{
    text-shadow: 0 0.015em var(--e-global-color-7c6baff), 0 -0.015em var(--e-global-color-7c6baff), 0.02em 0 var(--e-global-color-7c6baff), -0.02em 0 var(--e-global-color-7c6baff) !important;
}
.elementor-nav-menu--main .elementor-nav-menu ul {
    min-width: 200px !important;
    padding: 15px 0;
}
.header-customer-menu .language-selector-header-new .js-wpml-ls-legacy-dropdown > ul > li > a
{
    color: #000 !important;
}
body:not(.elementor-editor-active) .header-customer-menu
{
    display: none;
}
.button-header-select ul li {
    display: inline-block;
    width: auto;
    font-size: 14px;
    line-height: 24px;
    padding: 13px 16px;
    text-transform: normal;
    color: var( --e-global-color-4f6668a5 );
    font-weight: 500;
    cursor: pointer;
}
.button-header-select ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.header-customer-menu .button-header-select ul li
{
    color: var( --e-global-color-42c00e1b );
}
.header-customer-menu .button-header-select ul li.button-customer-header-top
{
    background-color: var( --e-global-color-primary );
    color: var( --e-global-color-4f6668a5 );
}
.header-merchant-menu .button-header-select ul li.button-merchant-header-top
{
    background-color: var( --e-global-color-secondary );
    color: var( --e-global-color-42c00e1b );
}
.button-header-select .button-header-select-title
{
    display: none;
   
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    padding: 13px 16px;
    text-transform: none;
    color: var( --e-global-color-4f6668a5 );
    font-weight: 500;
    cursor: pointer;
    margin: 0;
    text-align: center;
}
.button-header-select .button-header-select-title::after {
    content: "";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    padding-left: 12px;
    font-size: 16px;
}
.header-top-bar-button i {
    padding-right: 10px;
    font-size: 16px;
}
.language-selector-header-new .js-wpml-ls-legacy-dropdown > ul > li > a img {
    display: none;
}
.language-selector-header-new .js-wpml-ls-legacy-dropdown > ul > li > a::before {
    content: "\f7a2";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    padding-left: 12px;
    font-size: 16px;
}
.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container
{
    height: 100vh;
    box-shadow: none !important;
}



/*HOME PAGE*/
/*HOME PAGE - SECTION 1*/


/*HOME PAGE - SECTION 1*/


/*HOME PAGE - SECTION 3*/
.homepage-new-section-3 .elementor-counter-title
{
    text-align: left;
}

/*HOME PAGE - SECTION 3*/


/*HOME PAGE - SECTION 4*/
.homepage-new-section-4 .elementor-accordion .elementor-accordion-item:first-child,
.homepage-new-section-4 .elementor-accordion .elementor-accordion-item:nth-child(2),
.homepage-new-section-4 .elementor-accordion .elementor-accordion-item:nth-child(3),
.homepage-new-section-4 .elementor-accordion .elementor-accordion-item:last-child
{
    margin-bottom: 15px;
    box-shadow: 0px 4px 16px rgb(0 0 0 / 8%);
    border-radius: 4px;
    padding: 10px;
}
.homepage-new-section-4 .elementor-accordion .elementor-accordion-item:first-child .elementor-accordion-title,
.homepage-new-section-4 .elementor-accordion .elementor-accordion-item:nth-child(2) .elementor-accordion-title,
.homepage-new-section-4 .elementor-accordion .elementor-accordion-item:nth-child(3) .elementor-accordion-title,
.homepage-new-section-4 .elementor-accordion .elementor-accordion-item:last-child .elementor-accordion-title
{
    padding-left: 50px;
    position: relative;
}

.homepage-new-section-4 .elementor-accordion .elementor-accordion-item:first-child .elementor-accordion-title::before,
.homepage-new-section-4 .elementor-accordion .elementor-accordion-item:nth-child(2) .elementor-accordion-title::before,
.homepage-new-section-4 .elementor-accordion .elementor-accordion-item:nth-child(3) .elementor-accordion-title::before,
.homepage-new-section-4 .elementor-accordion .elementor-accordion-item:last-child .elementor-accordion-title::before
{
    content: "";
    height: 40px;
    width: 40px;
   
    position: absolute;
    left: -2px;
    top: -13px;
    background-size: cover;
    background-repeat: no-repeat;
}
.homepage-new-section-4 .elementor-accordion .elementor-accordion-item:first-child .elementor-accordion-title::before
{
    background-image: url("img/usp_1.png");
}
.homepage-new-section-4 .elementor-accordion .elementor-accordion-item:nth-child(2) .elementor-accordion-title::before
{
    background-image: url("img/usp_2.png");

}
.homepage-new-section-4 .elementor-accordion .elementor-accordion-item:nth-child(3) .elementor-accordion-title::before
{
    background-image: url("img/usp_3.png");

}
.homepage-new-section-4 .elementor-accordion .elementor-accordion-item:last-child .elementor-accordion-title::before
{
    background-image: url("img/usp_4.png");
 
}
/*HOME PAGE - SECTION 4*/

/*HOME PAGE - SECTION 5*/

.homepage-testimonials .swiper-slide {
    box-shadow: 0px 4px 16px rgb(0 0 0 / 8%);
}
/*HOME PAGE - SECTION 5*/

/*HOME PAGE - SECTION 6*/


/*HOME PAGE - SECTION 6*/


.word-highlighted-green
{
    background: var( --e-global-color-secondary );
    border-radius: 16px;
    padding: 0 10px;
    color: var( --e-global-color-primary );
}
.word-highlighted-yellow
{
    background: var(--e-global-color-414d77e);
    border-radius: 16px;
    padding: 0 10px;
   
}
.word-highlighted-yellow-primary
{
    background: var(--e-global-color-414d77e);
    border-radius: 16px;
    padding: 0 10px;
    color: var( --e-global-color-primary );
   
}
/*HOME PAGE*/


/*partner PAGE*/
#partner-new-section-2 .lae-team-members-carousel .slick-slide {
    margin: 15px;
}
#partner-new-section-2 .lae-team-members-carousel .lae-team-member-wrapper {
    padding: 20px;
    box-shadow: 0px 4px 16px rgb(0 0 0 / 8%);
    background: white;
    min-height: 380px;
    position: relative;
}





#partner-new-section-4 .lae-team-members-carousel .slick-slide {
    margin: 15px;
}
#partner-new-section-4 .lae-team-members-carousel .lae-team-member-wrapper {
    padding: 20px;
    box-shadow: 0px 4px 16px rgb(0 0 0 / 8%);
    background: white;
    min-height: 300px;
}
/*partner PAGE - SECTION 3*/
#partner-new-section-3 .lae-portfolio-wrap .lae-portfolio-header.lae-no-heading {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}
#partner-new-section-3 .lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item
{
    border-bottom: 0px solid #ddd;
    margin: 0 10px 15px 10px;
}
#partner-new-section-3 .lae-portfolio-wrap .lae-portfolio-header
{
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;

}
#partner-new-section-3 .lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item.lae-active a
{
    text-shadow: 0 0.015em var(--e-global-color-primary), 0 -0.015em var(--e-global-color-primary), 0.01em 0 var(--e-global-color-primary), -0.01em 0 var(--e-global-color-primary);
}
#partner-new-section-3 .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .hentry
{
    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgb(0 0 0 / 8%);
    padding: 24px;
    min-height: 445px;
}
#partner-new-section-3 .lae-portfolio-wrap .lae-portfolio
{
    margin: 0px;
}
#partner-new-section-3 .lae-gapless-grid .lae-grid-container.lae-grid-desktop-4 .lae-grid-item
{
    width: calc(24%);
}
#partner-new-section-3 .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image
{
    text-align: center;
}
#partner-new-section-3 .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image img
{
    max-width: 88px;
    display: inline-block;
}
#partner-new-section-3 .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image:hover img
{
    -webkit-filter: unset;
    filter: unset;
}
#partner-new-section-3 .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-summary::before
{
    display: none;
}
#partner-new-section-3 .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-title a {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
/*partner PAGE - SECTION 3*/
/*partner PAGE*/

#becomeapartner-section-3 .elementor-counter-number-wrapper
{
    display: block;
    text-align: left;
}
#becomeapartner-section-3 .elementor-counter .elementor-counter-title
{
    text-align: left;
}


#becomeapartner-section-3 .becomeapartner-section-3-icon-box .elementor-widget-container {
    min-height: 395px;
}
#becomeapartner-section-3 .lae-team-members-carousel .slick-slide {
    margin: 15px;
}
#becomeapartner-section-3 .lae-team-members-carousel .lae-team-member-wrapper {
    padding: 20px;
    box-shadow: 0px 4px 16px rgb(0 0 0 / 8%);
    background: white;
    min-height: 380px;
}
#becomeapartner-section-3 .lae-container ul.slick-dots li.slick-active button {
    background: #fff;
    border-color: #fff;
}
#blog-page-section-1 .elementor-post-author
{
    font-weight: bold;
}
/*#blog-page-single-post-section-1 .elementor-text-editor {
    word-break: normal;*/
}


#scroll-to-top-main .elementor-icon
{
    border-color:  #E8EBED;
}
#scroll-to-top-main .elementor-icon i
{
    color: #697682;
}
#scroll-to-top-main .elementor-icon:hover
{
    border-color: #B9C0C6;
}
#scroll-to-top-main .elementor-icon:hover i
{
    color: #252525;
}
#pricing-page-pricelist-tab .elementor-icon-list-items li span
{
    padding-bottom: 10px;
    cursor: pointer;

}
#pricing-page-pricelist-tab .elementor-icon-list-items li.active span
{
    color: #224D94;
}
#pricing-page-pricelist-tab .elementor-icon-list-items li span:after {
    content: "";
    width: 100%;
    height: 4px;
    background: transparent;
    position: absolute;
    bottom: 0px;
    left: 0;
}
#pricing-page-pricelist-tab .elementor-icon-list-items li.active span::after
{
    background: #224D94;
}

.pricing-page-function-list-types .elementor-widget-container i {
    color: #83909B;
}

.pricing-page-function-list-types .elementor-widget-container {
    font-weight: 300;
    letter-spacing: -0.02em;
}
.pricing-page-function-list-x-icon i:before {
    color: #fff;
}
.pricing-page-function-list-price-footer .trz-primary-button .elementor-button-link,
.pricing-page-function-list-price-footer .trz-secondary-button .elementor-button-link,
.pricing-page-merchants-section .trz-primary-button .elementor-button-link
{
    padding: 11px 20px !important;
    display: inline-block;
}
.pricing-page-merchants-section span.word-highlighted-green {
    color: #252525;
}
.pricing-page-function-list-types [aria-label][role~="tooltip"]::after {
    white-space: normal;
    min-width: 200px;
}
.pricing-page-feature-listing-mobile-tabs .elementor-widget-wrap {
    padding: 0 !important;
}
#contact-us-section-1 .lae-team-members-carousel .slick-slide {
    margin: 15px;
}
#contact-us-section-1 .lae-team-members-carousel .lae-team-member-wrapper {
    padding: 20px;
    box-shadow: 0px 4px 16px rgb(0 0 0 / 8%);
    background: white;
    min-height: 380px;
}
#contact-us-section-1 a.elementor-button {
    min-width: 180px;
}
.contact-us-section-2-icons {
    cursor: pointer;
}
.contact-us-section-2-icons:hover .elementor-icon {
    fill: #49C5B1 !important;
    color: #49C5B1 !important;
    border-color: #214D94 !important;
    background: #214D94 !important;
}
.contact-us-section-2-icons:hover .elementor-icon svg
{
    filter: invert(63%) sepia(75%) saturate(304%) hue-rotate(121deg) brightness(92%) contrast(92%);

}

#contact-us-section-3 button.elementor-button {
    min-width: 180px;
}
.suggestion-section-single-post-page span.elementor-post-author,
.single-post .elementor-post-info__item--type-author
{
    font-weight: 600;
}
#partner-new-section-2 .lae-team-member-details .elementor-button {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 20px;
    max-width: 150px;
}
.popup-merchant-image-box,
.popup-customer-image-box
{
    cursor: pointer;
}
#loyaltycards-section-1 .word-highlighted-yellow
{
    line-height: 115px;
}
#loyaltycards-section-1 .trz-secondary-button .elementor-button-link,
#loyaltycards-section-1 .trz-primary-button .elementor-button-link,
#payconiqnew-section-3 .trz-primary-button .elementor-button-link,
#payconiqnew-section-4 .trz-primary-button .elementor-button-link,
#payconiqnew-section-5 .trz-primary-button .elementor-button-link,
#payconiqnew-section-5 .trz-secondary-button-dark .elementor-button-link




{
    min-width: 180px;
}


#loyaltycards-section-2 .lae-team-members-carousel .slick-slide {
    margin: 15px;
}
#loyaltycards-section-2 .lae-team-members-carousel .lae-team-member-wrapper {
    padding: 20px;
    box-shadow: 0px 4px 16px rgb(0 0 0 / 8%);
    background: white;
    min-height: 380px; 
    position: relative;
}
#loyaltycards-section-2 .lae-container ul.slick-dots li.slick-active button {
    background: #ccc;
    border-color: #ccc;
}
#loyaltycards-section-2 .yellow-block-best-way {
    top: -15px;
    font-size: 11px;
    line-height: 20px;
    background: #FFE900;
    border-radius: 8px;
    padding: 4px 8px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 120px;
}
#loyaltycards-section-2 .yellow-block-best-way i {
    padding-right: 5px;
}
#loyaltycards-section-2 .elementor-button
{
    min-width: 180px;
}
section#loyaltycards-section-3,
section#loyaltycards-section-5 {
    background: linear-gradient(to left, #f2f4f6 50%, #ffffff 50%);
}

section#loyaltycards-section-3 .elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon,
section#loyaltycards-section-4 .elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon,
section#loyaltycards-section-5 .elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon

{
    margin-top: 7px;
}
section#loyaltycards-section-3 .elementor-widget.elementor-align-left .elementor-icon-list-item, .elementor-widget.elementor-align-left .elementor-icon-list-item a,
section#loyaltycards-section-4 .elementor-widget.elementor-align-left .elementor-icon-list-item, .elementor-widget.elementor-align-left .elementor-icon-list-item a,
section#loyaltycards-section-5 .elementor-widget.elementor-align-left .elementor-icon-list-item, .elementor-widget.elementor-align-left .elementor-icon-list-item a
{
    align-items: start;
}
section#loyaltycards-section-3  .elementor-icon-list-icon i.fa-dot-circle,
section#loyaltycards-section-4  .elementor-icon-list-icon i.fa-dot-circle,
section#loyaltycards-section-5  .elementor-icon-list-icon i.fa-dot-circle
{
    color:#F5970A;
}

#payconiqnew-section-2 .lae-team-members-carousel .lae-team-member-wrapper {
    padding: 20px;
    box-shadow: 0px 4px 16px rgb(0 0 0 / 8%);
    background: white;
    min-height: 380px;
    position: relative;
}

#payconiqnew-section-2 .lae-team-members-carousel .slick-slide {
    margin: 15px;
}

#payconiqnew-section-2 .lae-team-members-style1 .lae-team-member
{
    max-width: 450px;
}
#payconiqnew-section-4 .payconiqnew-section-4-link-list ul li {
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    padding: 18px !important;
    cursor: pointer;
}

#payconiqnew-section-4 .payconiqnew-section-4-link-list ul li .elementor-icon-list-text
{
    line-height: 1;
}
#payconiqnew-section-4 .payconiqnew-section-4-link-list ul li:hover,
#payconiqnew-section-4 .payconiqnew-section-4-link-list ul li.activeList
{
    background-color: #fff;;
}
#payconiqnew-section-4 .payconiqnew-section-4-link-list ul li:hover .elementor-icon-list-icon i,
#payconiqnew-section-4 .payconiqnew-section-4-link-list ul li.activeList .elementor-icon-list-icon i
{
    color: var( --e-global-color-primary );
}


@media only screen and (min-width: 1024px) 
{
    #partner-new-section-2 .slick-dots,
    #loyaltycards-section-2 .slick-dots,
    #payconiqnew-section-2 .slick-dots
    {
        display: none;
    }
    .partner-new-section-4 .slick-dots
    {
        display: none;
    }
    #contact-us-section-1 .slick-dots
    {
        display: none;
    }
}
@media only screen and (min-width: 1024px)  and (max-width: 1600px) 
{
    #partner-new-section-3 .elementor-element.elementor-element-1b98696  > .elementor-element-populated > .elementor-widget-wrap
    {
        padding: 0%;
    }
    #partner-new-section-3 .elementor-element.elementor-element-e69d0fe
    {
        padding-right: 0;
    }
    
}
@media only screen and (min-width: 1024px)  and (max-width: 1200px) 
{
    #partner-new-section-3 .elementor-element.elementor-element-e69d0fe
    {
        padding-left: 3%;
    }
    
}

@media only screen and (max-width: 1200px) 
{
     /*HOME PAGE*/
    

    /*HOME PAGE - SECTION 2*/
    .homepage-new-section-2
    {
        overflow: hidden;
    }
    /*HOME PAGE - SECTION 2*/
     
    
    /*HOME PAGE*/
    section#contact-us-section-1,
    section#contact-us-section-2,
    #loyaltycards-section-2 {
        overflow: hidden;
    }

}
@media only screen and (max-width: 1023px) 
{
    #partner-new-section-3 .lae-gapless-grid .lae-grid-container.lae-grid-desktop-4 .lae-grid-item
    {
        width: calc(49%);
    }
}

@media only screen and (max-width: 767px) 
{
    #partner-new-section-3 .lae-gapless-grid .lae-grid-container.lae-grid-desktop-4 .lae-grid-item
    {
        width: calc(49%);
    }  
    #partner-new-section-3 .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-summary
    {
        display: none;
    }
    #partner-new-section-3 .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .hentry
    {
        min-height: auto;
    }
    #partner-new-section-3 .lae-portfolio-wrap .lae-portfolio-header::-webkit-scrollbar {
        display: none;
    }
    #partner-new-section-3 .lae-portfolio-wrap .lae-portfolio-header {
        -ms-overflow-style: none; 
        scrollbar-width: none; 
        overflow: scroll;
        padding-bottom: 0;
    }
    #partner-new-section-3 .lae-portfolio-wrap .lae-taxonomy-filter
    {
        width: 850px;
    }
    #becomeapartner-section-3 .elementor-counter-number-wrapper,
    #becomeapartner-section-3 .elementor-counter .elementor-counter-title
    {
       
        text-align: center;
    }

    section#becomeapartner-section-2, 
    section#becomeapartner-section-1,
    section#becomeapartner-section-7,
    #blog-page-section-1,
    #blog-page-single-post-section-1 {
        overflow: hidden;
    }
    #loyaltycards-section-1 .word-highlighted-yellow
    {
        line-height: 64px;
    }
}


@media only screen and (max-width: 480px) {
    .button-header-select ul {
        display: none;
        position: absolute;
        z-index: 999;
        left: 0;
    }
    .header-customer-menu .button-header-select ul li
    {
        background-color: var( --e-global-color-secondary ) !important;
        color: var( --e-global-color-42c00e1b ) !important;
        
    }
    .header-merchant-menu .button-header-select ul li
    {
       
        background-color: var( --e-global-color-primary ) !important;
        color: var( --e-global-color-4f6668a5 ) !important;
        
    }

    .button-header-select ul li
    {
        width: 100%;
        text-align: center;
    }
    .button-header-select .button-header-select-title
    {
        display: inline-block;
    }
    .header-customer-menu .button-header-select .button-header-select-title
    {
        background-color: var( --e-global-color-primary );
        color: var( --e-global-color-4f6668a5 );
    }
    .header-merchant-menu .button-header-select .button-header-select-title
    {
        background-color: var( --e-global-color-secondary );
        color: var( --e-global-color-42c00e1b );
    }
    
    /*HOME PAGE*/
    /*HOME PAGE - SECTION 1*/
    
    /*HOME PAGE - SECTION 1*/
    /*HOME PAGE - SECTION 3*/
    .homepage-new-section-3 .elementor-counter-title
    {
        text-align: center;
    }
   
    /*HOME PAGE - SECTION 3*/
    /*HOME PAGE - SECTION 6*/
   
    
    /*HOME PAGE - SECTION 6*/
    .word-highlighted-green,
    .word-highlighted-yellow,
    .word-highlighted-yellow-primary
    {
        border-radius: 8px;
    }
    /*HOME PAGE*/
    #partner-new-section-3 .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image img
    {
        max-width: 72px;
        display: inline-block;
    }
    #partner-new-section-3 .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-title a {
        font-size: 12px;
        font-weight: 300;
        line-height: 20px;
    }
    #partner-new-section-3 .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-entry-text-wrap
    {
        margin-top: 0px;
    }
}
