/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 26 2025 | 06:45:10 */
:root {
  --primary: #1268DC;
  --secondary: #0A0D31;
}


h1, h2, h3, h4,h5,h6{
	letter-spacing: 0 !important;
}


/* custom breadcrumb */

nav.breadcrumb {
    color: #fff;
	font-family: inter !important;
	font-size: 14px !important;
}
nav.breadcrumb a {
    color: var(--primary);
}

@media screen and (max-width:767px){
	nav.breadcrumb{
    text-align: center;
}
}


/* ESOP lifecycle */

.esop_lifecycle_section ul li {
    margin-bottom: 10px;
}

/* Key reason cards */

.keyreason_esop_company_cards .elementor-widget-call-to-action {
    border: 1px solid #e2e2e2;
    padding: 20px;
    border-radius: 12px;
}

.keyreason_esop_company_cards .elementor-cta__title {
    font-size: 18px !important;
}


/* Service section */

.services_cards_homepage .e-con-inner,
.services_cards_homepage .elementor-container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.services_cards_homepage .e-con-inner .elementor-widget-call-to-action,
.services_cards_homepage .elementor-container .elementor-widget-call-to-action{
    border: 1px solid #e2e2e2;
    padding: 20px;
    border-radius: 12px;
}

.services_cards_homepage .elementor-cta__description.elementor-cta__content-item.elementor-content-item {
    margin-bottom: 20px !important;
}

.services_cards_homepage span.elementor-cta__button{
    padding: 0 !important;
    border: none !important;
    color: var(--primary) !important;
    font-size: 14px !important;
}

.services_cards_homepage span.elementor-cta__button:hover {
    color: var(--secondary) !important;
}

.service_cta_card {
    background: var(--primary);
}

.service_cta_card .elementor-cta__content {
    background: transparent !important;
}

.service_cta_card .elementor-cta__content h2.elementor-cta__title {
    color: #fff !important;
}

.service_cta_card .elementor-cta__description {
    color: #fff !important;
}

.service_cta_card .elementor-cta__content span.elementor-cta__button {
    color: #fff !important;
}

.services_cards_homepage .elementor-container > div {
    width: 100%;
}

.services_cards_homepage .elementor-cta__content {
    padding: 0 !important;
}

.services_cards_homepage .elementor-widget-wrap.elementor-element-populated > .elementor-element {
    height: 100%;
}

.services_cards_homepage .elementor-column:hover .elementor-widget-wrap {
    box-shadow: none !important;
}

.services_cards_homepage .elementor-widget-wrap.elementor-element-populated > .elementor-element:hover {
    box-shadow: 4px 4px 14px 1px rgba(0, 0, 0, 0.15);
}

.services_cards_homepage .elementor-widget-wrap.elementor-element-populated > .elementor-element > .elementor-widget-container {
    margin: 0;
}

.services_cards_homepage .elementor-cta__description.elementor-cta__content-item.elementor-content-item {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* Contact section homepage */

.contact_form_homepage .forminator-label {
    display: none !important;
}

.contact_form_homepage .forminator-row {
    margin-bottom: 12px !important;
}


.contact_form_homepage button.forminator-button.forminator-button-submit {
    background: #DEE0FF;
    color: var(--primary);
    font-weight: 600 !important;
    padding: 14px 24px !important;
    font-family: 'Inter Tight' !important;
    font-size: 16px !important;
}

.contact_form_homepage button.forminator-button.forminator-button-submit:hover {
    box-shadow: none !important;
    background: #fff;
}

.footer_col2_items ul.elementor-icon-list-items {
    column-count: 2;
}


/* Why choose cards inner */

.elementor-widget-text-editor li {
    margin-bottom: 10px;
}

.why_choose_cards_inner .elementor-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.why_choose_cards_inner .elementor-container > div {
    width: 100%;
    border: 1px solid #e2e2e2;
    padding: 25px;
    border-radius: 5px;
}

.why_choose_cards_inner h4.elementor-icon-box-title {
    font-size: 18px;
}

.why_choose_cards_inner p.elementor-icon-box-description {
    font-size: 16px !important;
}


/* About us section */

.about_us_slider_images img.swiper-slide-image {
    border-radius: 12px;
	    width: 100%;
}

.about_us_slider_images figcaption.elementor-image-carousel-caption {
    font-weight: 600;
    font-size: 14px;
    color: #000;
}



/* Service page cards */

.inner_page_services_cards section .elementor-column .elementor-element-populated {
    border: 1px solid #DEE0FF;
}


/* Service inner page */

.esop_inner_planing_cards .elementor-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 12px;
}

.esop_inner_planing_cards .elementor-container > div {
    width: 100%;
    border: 1px solid #e2e2e2;
    padding: 15px;
    border-radius: 12px;
}

.esop_inner_planing_cards .elementor-container > div > .elementor-widget-wrap {
    padding: 0;
}

.esop_inner_planing_cards h3.elementor-icon-box-title {
    margin-bottom: 10px;
}



.dark_esop_inner_factor .elementor-container > .elementor-column {
    background: #fff;
}

.last_dark_card {
    background: var(--primary) !important;
}

.last_dark_card p.elementor-icon-box-description {
    font-size: 18px;
    color: #fff;
    line-height: 1.4;
}

.last_dark_card .elementor-widget-wrap.elementor-element-populated {
    align-content: center !important;
}


/* Service detail page */


.service_sidebar_section {
    border: 1px solid #e2e2e2;
    border-radius: 10px;
}

.service_sidebar_section h2 {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 12px;
}

.service_sidebar_section .elementor-element {
    margin-bottom: 0;
}

.service_sidebar_section .menu {
    padding: 0;
    list-style: none;
}

.service_sidebar_section .menu li a {
    padding: 12px 10px;
    display: block;
    background: #e2e2e2;
    margin-bottom: 10px;
}

.service_sidebar_section .menu li a:hover {
    background: var(--primary);
    color: #fff;
}

.service_sidebar_section .menu li:last-child a {
    margin-bottom: 0 !important;
}

.service_sidebar_section .menu li.current-menu-item a {
    background: var(--primary);
    color: #fff;
}

.service_sidebar_section {
    padding: 10px 10px 0 10px !important;
}

.service_sidebar_section {
    position: sticky;
    top: 30px;
}


.service_popup_form .forminator-row {
    margin-bottom: 15px !important;
}

.service_popup_form .forminator-row input {
    height: 42px !important;
}

.service_popup_form span.select2-selection.select2-selection--single {
    background: transparent !important;
    border: 1px solid #e2e2e2 !important;
    border-radius: 0 !important;
    height: 42px !important;
}


/* Fixed consultation button */

.free_consultation_button_fixed {
    top: 70%;
    z-index: 999;
    right: 0;
    display: inline-block;
    position: fixed;
    right: 0px;
    transform: rotate(90deg);
    transform-origin: top right;
}


/* Team member cards */

.team_member_cards .e-link-in-bio__identity .e-link-in-bio__identity-image-cover {
    max-height: unset !important;
    border-radius: 35px;
    border: 1px solid #e9e5e5;
}

.team_member_cards h2.e-link-in-bio__heading {
    font-size: 20px;
}

.team_member_cards h3.e-link-in-bio__title {
    font-size: 16px;
    font-weight: 400;
    margin-top: 6px;
    color: #777;
}

.team_member_cards .e-link-in-bio__icons.has-size-small {
    display: none;
}

.team_member_cards .e-link-in-bio__image-links.has-1-columns {
    display: none;
}

.team_member_cards p.e-link-in-bio__description {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    max-height: 320px;
    overflow-y: scroll;
    font-size: 14px;
	opacity: 0;
	color: #fff;
	visibility: hidden;
}

.team_member_cards p.e-link-in-bio__description::-webkit-scrollbar {
    display: none;
}

.team_member_cards .e-link-in-bio__identity-image.e-link-in-bio__identity-image-cover:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0;
}

.team_member_cards .e-link-in-bio__content:hover p.e-link-in-bio__description{
	opacity: 1;
	visibility: visible;
}

.team_member_cards .e-link-in-bio__content:hover .e-link-in-bio__identity-image.e-link-in-bio__identity-image-cover:before{
	opacity: 0.8;
}

.testimonial_slider_cards .elementor-testimonial__image img {
    width: 100% !important;
    border-radius: 0 !important;
    object-fit: contain;
    text-align: left;
    object-position: left;
}

.testimonial_slider_cards .elementor-swiper-button {
    background: #fff !important;
	border: 1px solid #e2e2e2;
}



@media screen and (min-width:768px){
	.testimonial_slider_cards .elementor-swiper-button {
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.testimonial_slider_cards .elementor-swiper-button.elementor-swiper-button-prev {
    left: -40px !important;
}

.testimonial_slider_cards .elementor-swiper-button.elementor-swiper-button-next {
    right: -40px !important;
    left: unset !important;
}
}

@media screen and (max-width:767px){
	.testimonial_slider_cards .elementor-testimonial__image img {
    max-width: 80px;
}
}


/* Custom logo carousel homepage */

.custom_logo_carousel figure.swiper-slide-inner img {
    height: 60px;
    object-fit: contain;
}

/* Footer newsletter */

.footer_newsletter_form .forminator-label {
    display: none !important;
}

.footer_newsletter_form .forminator-row {
    margin-bottom: 0 !important;
}

.footer_newsletter_form .forminator-custom-form {
    margin-bottom: 0 !important;
    display: flex;
}

.footer_newsletter_form .forminator-row {
    flex: 0 0 70%;
}

.footer_newsletter_form .forminator-row.forminator-row-last {
    flex: 1 !important;
}

.footer_newsletter_form .forminator-row input {
    height: 50px !important;
    border-radius: 0 !important;
}

.footer_newsletter_form .forminator-row.forminator-row-last button {
    height: 50px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}


/* blog page */



/* Update page */

.elementor-shortcode .pagination {
    margin-top: 20px;
    justify-content: center;
}

.elementor-shortcode a.page-numbers, 
.elementor-shortcode span.page-numbers {
    width: 30px;
    height: 30px;
    border: 1px solid #eee;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 2px;
}

.elementor-shortcode span.page-numbers.current, 
.elementor-shortcode .page-numbers:hover {
    background: #eee !important;
    color: #000;
}

.update-card p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.update-card h3 {
    color: var(--primary);
    font-size: 22px;
	margin-top: 0;
}

.update-card button.open-popup {
    border: none;
    background: var(--primary);
    color: #fff;
    padding: 10px 20px;
}

.update-card button.open-popup:hover {
    background: var(--dark);
}

.pdf-embed.hide {
    display: none;
}



.pdf_button_custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pdf_button_custom button, .pdf_button_custom a {
    background: var(--primary);
    color: #fff;
    border-radius: 0;
    padding: 10px 20px;
	border: none;
}

.pdf_button_custom button:hover,
.pdf_button_custom a:hover{
	background: var(--secondary) !important;
}



.pdf_button_custom button:hover, .pdf_button_custom a:hover {
    background: var(--dark);
    color: #fff !IMPORTANT;
}

div#popup-placeholder {
    padding: 0px;
    background: #fff;
    position: relative;
}

div#popup-placeholder button.close-popup {
    margin: 0;
    border: none;
    background: transparent;
    font-size: 35px;
    position: absolute;
    right: 10px;
    top: 0;
	color: #000;
    font-weight: 300;
}

.custom_popup_update .popup-inner h2 {
    font-size: 24px;
        color: var(--primary);
    border-bottom: 1px solid #e0dddd;
    padding-bottom: 20px;
}

.custom_popup_update .popup-inner ul {
    padding-left: 0;
    list-style: none;
}

.custom_popup_update .popup-inner ul li {
    margin-bottom: 10px;
}

.custom_popup_update .popup-inner ul li strong {
    color: var(--dark);
}




.update-card button.open-popup {
    border: none;
    background: var(--primary);
    color: #fff;
    padding: 10px 20px;
}

.update-card button.open-popup:hover {
    background: var(--dark);
}

.updates-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
	grid-gap: 20px;
}


.updates-grid ul.card_icons_items {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.updates-grid ul.card_icons_items li {
    color: var(--primary);
}

.updates-grid ul.card_icons_items li i {
    margin-right: 10px;
}

.updates-grid > div {
    width: 100%;
}

        .update-card {
            border: 1px solid #ccc;
            padding: 20px;
            width: calc(33.33% - 20px);
            box-sizing: border-box;
            position: relative;
        }
        .popup-overlay {
            position: fixed;
            top: 0; left: 0;
            width: 100%; 
			height: 100%;
            background: rgba(0,0,0,0.6);
            display: none;
            justify-content: center;
            align-items: center;
            z-index: 9999;
        }
        .popup-inner {
            background: #fff;
            padding: 30px;
            max-width: 1000px;
            max-height: 80vh;
            overflow-y: auto;
            position: relative;
        }
        .close-popup {
            margin-top: 20px;
        }

.update-card button.open-popup:hover {
    background: var(--secondary);
}


.elementor-shortcode .pagination {
    display: flex;
}

/* Career page */

body.wp-singular.career-template-default #sub-header {
    display: none !important;
}

.career_post_cards {
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    padding: 10px !important;
	margin-bottom: 20px;
}

.career_card_details .elementor-widget-wrap.elementor-element-populated {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.career_card_details .elementor-icon-box-content {
    display: flex;
    align-items: center;
}

.career_card_details h3.elementor-icon-box-title {
    margin: 0;
    margin-right: 5px;
    font-size: 16px;
}

.career_card_details .elementor-widget-icon-box {
    margin-bottom: 0 !important;
}

.career_page_sidebar {
    border: 1px solid #e2e2e2;
    border-radius: 10px;
}

.career_page_sidebar .elementor-icon-box-content {
    text-align: left;
    display: flex;
    align-items: center;
}

.career_page_sidebar .elementor-icon-box-content h3 {
    margin: 0;
    font-size: 16px;
    margin-right: 5px;
}

.career_page_sidebar .elementor-widget.elementor-widget-icon-box {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.career_page_sidebar .elementor-widget.elementor-widget-icon-box:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.career_page_form .forminator-row {
    margin-bottom: 15px !important;
}

.career_page_form .forminator-row .forminator-label {
    font-size: 16px !important;
    font-family: 'Inter Tight' !important;
    font-weight: 500 !important;
}

.career_page_form .forminator-button-upload {
    background: #e2e2e2;
    color: #000;
    font-weight: 600 !important;
}

.career_page_form button.forminator-button.forminator-button-submit {
    box-shadow: none !important;
}

/* post page */

.single-post h1.elementor-heading-title {
    font-size: 30px !important;
}


/* popup newsletter */

.popup_newsletter button.forminator-button.forminator-button-submit {
    width: 100% !important;
}

.popup_newsletter .forminator-custom-form {
    max-width: 450px;
    margin: 0 auto !important;
}


/* pagination */

nav.elementor-pagination {
    margin-top: 30px;
}

nav.elementor-pagination .page-numbers {
    width: 30px !important;
    height: 30px !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}


/* Additional service page */

@media screen and (min-width:768px){
	
	.sidebar_box_custom {
    position: sticky;
    top: 20px;
}
	
	.addition_service_cards > .elementor-container > .elementor-column > .elementor-widget-wrap section:nth-child(even) {
    background: #f5f5f5;
}

.addition_service_cards > .elementor-container > .elementor-column > .elementor-widget-wrap section:nth-child(even) .elementor-container.elementor-column-gap-default {
    flex-direction: row-reverse;
}

.addition_service_cards > .elementor-container > .elementor-column > .elementor-widget-wrap section {
    margin-bottom: 30px;
}

.addition_service_cards > .elementor-container > .elementor-column > .elementor-widget-wrap section:last-child {
    margin-bottom: 0;
}

.addition_service_cards > .elementor-container > .elementor-column > .elementor-widget-wrap section:nth-child(even) .add_service_content {
    padding-right: 40px;
    padding-left: 20px;
}

.addition_service_cards > .elementor-container > .elementor-column > .elementor-widget-wrap section:nth-child(odd) .add_service_content {
    padding-left: 40px;
    padding-right: 20px;
}
}



/* Responsive */

@media screen and (max-width:767px){
	
	.why_choose_cards_inner .elementor-container {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 12px;
}

.why_choose_cards_inner .elementor-container > div {
    width: 100% !important;
}

.why_choose_cards_inner .elementor-container .elementor-widget-wrap.elementor-element-populated {
    margin-bottom: 0;
}

.why_choose_cards_inner .elementor-container > div > .elementor-widget-wrap.elementor-element-populated {
    padding-right: 0;
    padding-bottom: 0;
}
	
	.service_sidebar_section {
    margin-bottom: 30px;
}
	
	.esop_inner_planing_cards .elementor-container h3.elementor-icon-box-title {
    font-size: 16px !important;
}

.esop_inner_planing_cards .elementor-container p.elementor-icon-box-description {
    font-size: 14px !important;
    line-height: 1.5;
}

.esop_inner_planing_cards .elementor-container > div {
    padding: 10px;
}
	
		.esop_inner_planing_cards .elementor-container{
		grid-template-columns: repeat(2, 1fr);
	}
	
	h1.elementor-heading-title {
    font-size: 24px !important;
}

p {
    font-size: 15px !important;
}

li {
    font-size: 15px;
    line-height: 1.4;
}
	
	.team_member_cards .e-link-in-bio.e-link-in-bio-var-6 {
    padding-bottom: 10px;
}
	
	.free_consultation_button_fixed a {
    font-size: 12px !important;
    padding: 10px 15px !important;
}

.keyreason_esop_company_cards .elementor-widget-wrap.elementor-element-populated > div {
    margin-bottom: 10px;
}
	
	.services_cards_homepage .e-con-inner, 
	.services_cards_homepage .elementor-container{
		grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
	}
	
	.free_consultation_button_fixed a {
    font-size: 12px !important;
    padding: 10px 15px !important;
}
}


@media screen and (max-width:520px){
	
	.career_card_details .elementor-widget-wrap.elementor-element-populated {
    grid-template-columns: repeat(1, 1fr);
}
	
		.esop_inner_planing_cards .elementor-container{
		grid-template-columns: repeat(1, 1fr);
	}

	
	.services_cards_homepage .elementor-container .elementor-widget-wrap.elementor-element-populated {
    margin-bottom: 0;
}
	
	.services_cards_homepage .e-con-inner, 
	.services_cards_homepage .elementor-container{
		grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px !important;
	}
}