html {
    scroll-behavior: smooth;
}
body {
    font-size: 16px !important;
    line-height: 26px !important;
    color: #6b7a7a !important;
    font-weight: 400 !important;
    text-align: left !important;
    font-family: "Fira Sans", sans-serif !important;
}
body {
    margin-top: 100px;
}


#resources-panel.menu-panel {
    left: 0;
}
.header-menu {
    position: static;
}
.consalt-header-area {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0px 0;
}
ul.sub-menu li {
    display: block;
    margin: 0;
}
ul.sub-menu li a {
    width: 100%;
    display: block;
    line-height: normal;
}
.nav_scroll_desk li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    transition: 0.3s ease-in-out;
    transform-origin: center top;
}
.menu-trigger .arrow i {
    transition: transform 0.3s ease;
}

.menu-trigger.active .arrow i {
    transform: rotate(180deg);
}
.menu-panel .panel-container {
    max-width: 100%;
}

.panel-nav button {
    font-weight: 400;
    box-shadow: initial !important;
    outline: 0 none;
    font-family: "Fira Sans", sans-serif !important;
}
.panel-tab .description p {
	margin-bottom: 10px;
}
.main-panel-wrap .panel-links {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr); /* 2 equal-width columns */
  gap: 0px 20px; /* space between rows and columns */
}
.nav_scroll_desk .menu-trigger {
    position: static;
}
li#resources-trigger {
    position: relative;
}
.getQuoteBtn {
    line-height: 40px !important;
}




/*footer*/
.footer_desc {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    margin: 20px 0 0;
}
.footer_desc * {
    color: #fff;
}

/*blog*/
nav#breadcrumbs * {
    font-weight: 500;
}
.select-link a {
    display: inline-block;
    line-height: normal;
    background: var( --e-global-color-primary );
    color: #fff;
    padding: 7px 12px;
    border-radius: 50px;
    margin-bottom: 5px;
}
.elementor-toc__header {
    padding: 0;
    border: 0;
}
.elementor-toc__header h4.elementor-toc__header-title,
.lists-header {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2em;
    color: #000;
}
.sidebar-section ul {
    list-style: none;
    margin-top: 20px;
}
.sidebar-section ul a {
    background: #f5f5f5;
    display: block;
    line-height: 120%;
    border-radius: 10px;
    margin: 8px 0;
    padding: 15px;
    color: var(--p-black);
}
.sidebar-section ul a:hover {
    background: var( --e-global-color-primary );
    color: #fff;
}
.post-author-box {
    border-radius: 2rem;
    box-shadow: 0px 2.72px 19.07px 0px rgba(0, 0, 0, 0.2);
    padding: 30px;
    display: flex;
    align-items: start;
}
.author-avatar {
    width: 150px;
    height: 150px;
    background: #f5f5f5;
    border-radius: 50%;
    border: 4px solid var( --e-global-color-primary );
    margin-top: 20px;
}
.author-avatar img.avatar {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    object-fit: cover;
    object-position: top center;
}
.author-info {
    width: calc(100% - 150px);
    padding-left: 35px;
}
.author-job-title {
    color: var( --e-global-color-primary );
    text-transform: uppercase;
    margin-bottom: 8px;
}
.elementor-widget-table-of-contents .elementor-toc__body {
    padding: 20px 0 0 0;
}
.elementor-widget-table-of-contents .elementor-toc__list-wrapper {
    position: relative;
    list-style: none;
    margin: 0 0 0 5px;
}
.lwptoc_item_number {
    display: none;
}
.lwptoc-light .lwptoc_i {
    background: transparent !important;
    padding: 0 !important;
}
.lwptoc_itemWrap {
	position: relative;
}
.lwptoc_itemWrap::before,
.elementor-widget-table-of-contents .elementor-toc__list-wrapper::before {
    content: '';
    height: calc(100% - 20px);
    width: 2px;
    top: 13px;
    left: 2px;
    background-color: #E4E6E9;
    position: absolute;
}
.lwptoc_itemWrap::before, .elementor-widget-table-of-contents .elementor-toc__list-wrapper::before {
    height: 100%;
    top: 6px;
}
.lwptoc_item,
.elementor-widget-table-of-contents .elementor-toc__list-wrapper .elementor-toc__list-item {
    padding-left: 18px;
    position: relative;
}
.lwptoc_item a {
	position: relative;
    color: #4F5254 !important;
    text-decoration: none !important;
}
.lwptoc_item a::before, .elementor-toc__list-wrapper .elementor-toc__list-item-text-wrapper:before {
    font-size: 0;
    height: 7px;
    width: 7px;
    top: 4px;
    left: -18px;
    border-radius: 50% !important;
    background-color: #E4E6E9 !important;
    position: absolute !important;
    content: counters(item, ".") ". ";
}
.elementor-toc__list-wrapper .elementor-toc__list-item-text-wrapper:before {
    height: 8px;
    width: 8px;
    top: 8px;
    left: -1px;
}
.lwptoc_item a:hover::before,
.elementor-toc__list-wrapper .elementor-toc__list-item-text-wrapper:has(a.elementor-toc__list-item-text.elementor-item-active)::before {
    background-color: var( --e-global-color-primary ) !important;
    transform: scale(1.4) !important;
    transition: all 0.3s ease;
}
.lwptoc_item a:hover {
	color: var( --e-global-color-primary ) !important;
}

/* Fixed TOC styling */
/*.fixed-toc {
    width: 100%;
    max-width: 375px;
    position: fixed;
    top: 100px; 
    margin-top: 30px;
    height: calc(100vh - 75px);
    z-index: 999;
}*/

/* Hide other sidebar widgets when TOC is fixed */
/*.sidebar-fixed .elementor-widget:not(.elementor-widget-table-of-contents) {
    display: none !important;
}*/


.breadcrumb ul.elementor-icon-list-items li .elementor-icon-list-icon .e-fas-home {
    width: 20px;
    height: 20px;
    margin-top: -4px;
}
.breadcrumb ul.elementor-icon-list-items li .elementor-icon-list-icon .icon-double-angle-pointing-to-right {
    font-size: 14px;
}


.social-icon-wrap {
    gap: 15px;
}
.social-icon-wrap ul.social-box li a:not(:hover) {
    background: #f5f5f5;
    color: var( --e-global-color-primary );
}
.wpcf7 .contact-form-box.style_two {
    position: static;
    background: #f5f5f5;
    border-radius: 15px;
    filter: none;
    padding: 15px 25px;
}
.wpcf7-submit.button-wrap {
    border-radius: 5px !important;
    background: var(--blue) !important;
    height: inherit !important;
    line-height: normal !important;
    padding: 12.5px 15px !important;
    min-width: 150px;
}
.wpcf7-submit.button-wrap:hover {
    background: var(--Linear-1) !important;
}
span.wpcf7-not-valid-tip {
    display: none !important;
}
.form-box .wpcf7-not-valid {
    border-color: #dc3232 !important;
}

.single-post .post-contentbx ul , .single-post .post-contentbx ol {
	margin-bottom: 25px;
}
.single-post .post-contentbx li {
    position: relative;
    padding-left: 28px;
    margin-top: 4px;
}
/*
.single-post .post-contentbx li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 25px;
    height: 20px;
    background-image: url("data:image/svg+xml;utf8,<svg aria-hidden='true' viewBox='0 0 448 512' xmlns='http://www.w3.org/2000/svg'><path fill='%23FF8000' d='M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
}*/

.feature-img {
    width: 100%;
    height: auto;
    /*object-fit: cover;*/
    object-position: top center;
    /*border-radius: 25px 80px 25px 80px !important;*/
}
.wp-block-heading {
    margin-bottom: 15px;
}
.lwptoc_header,
.post-contentbx .lwptoc {
    display: none;
}
.social-share-button {
    gap: 15px;
}
.social-share-button .social-btn {
    width: 45px;
    height: 45px;
    background: #24397a;
    color: #fff;
    padding: 12px;
    border-radius: 50px;
    transition: 0.5s;
}
.social-share-button .social-btn svg {
    transition: 0.5s;
}
.social-share-button .social-btn svg path {
    fill: #fff;
    transition: 0.5s;
}
.social-share-button .social-btn:hover {
    background: var( --e-global-color-primary );
}
.post-table-of-content ul.elementor-icon-list-items .elementor-icon-list-icon.icon-arrow {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 4px;
}
.post-table-of-content ul.elementor-icon-list-items .elementor-icon-list-icon.icon-arrow svg {
    width: 100%;
    height: 100%;
}
.post__card {
    transition-duration: .25s;
    transition-property: background,border,box-shadow;
    border-radius: 15px;
    background-color: #fff;
    border: 0 solid #69727d;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    transition: all .25s;
    width: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}
.post__card .elementor-post__thumbnail__link {
    width: 100%;
    margin-bottom: 20px;
    display: block;
    position: relative;
    width: 100%;
}
.post__card .elementor-post__thumbnail__link .elementor-post__thumbnail {
    padding-bottom: calc( 0.66 * 100% );
	position: relative;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	overflow: hidden;
}
.post__card .elementor-post__thumbnail__link .elementor-post__thumbnail:after {
    background-image: linear-gradient(0deg,rgba(0,0,0,.35),transparent 75%);
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    opacity: 1;
    position: absolute;
    transition: all .3s ease-out;
    width: 100%;
}
.post__card .elementor-post__thumbnail__link img {
    border-radius: 30px 30px 30px 30px;
    display: block;
    max-height: none;
    max-width: none;
    transition: filter .3s;
    left: calc(50% + 1px);
    position: absolute;
    top: calc(50% + 1px);
    transform: scale(1.01) translate(-50%, -50%);
    height: 100%;
    width: auto;
}
.post__card .elementor-post__text {
	width: 100%;
	padding: 0 30px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.post__card .elementor-post__card .elementor-post__excerpt {
    line-height: 1.7;
    margin-bottom: 15px;
}
.post__card:hover {
    box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
}
.post__card:hover .elementor-post__thumbnail__link:after {
    opacity: .5;
}
.elementor-toc__body.d-block .lwptoc_item{ 
    display: block !important;
}

.hr_demo_cta-wrap {
    width: 100%;
    background-color: #100F3A;
    padding: 50px;
    border-radius: 30px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    gap: 15px;
}
.hr_demo_cta-heading {
    width: calc(100% - 230px);
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.ekit-btn-wraper {
    width: 230px;
    text-transform: capitalize !important;
}
.hr_demo_cta-heading h3.ekit-heading--title {
    color: #fff;
}
.hr_demo_cta-heading .description * {
    color: #fff;
}
.elementor-widget-container .lwptoc {
    display: none;
}
.right-sidein-page .lwptoc {
    display: block;
}
.single a.elementskit-btn.whitespace--normal {
     text-transform: capitalize !important;
}
.who-we-serve-section .panel-view i.bi {
    transform: none;
}







@media (max-width: 1600px){
	.menu-panel {
	    width: calc(100% - 30px);
	    max-width: 100%;
	}
}

@media (max-width: 1200px){
	.in-ipad-1200px {
		width: 100%;
	}
	.wpcf7 .contact-form-box.style_two {
	    padding: 25px;
	}
	.fullWidth {
	    flex-direction: column !important;
	}
	.fullWidth>div {
	    width: 100% !important;
	    text-align: left;
	}
    .hr_demo_cta-wrap {
        flex-direction: column;
    }
    .hr_demo_cta-heading {
        width: 100%;
    }
    .ekit-btn-wraper {
        width: 100%;
    }
    .ekit-btn-wraper .hero_btn.m-0.text-end {
        text-align: left !important;
    }
    .hr_demo_cta-wrap {
        padding: 35px;
    }
}

@media (max-width: 992px){
	div#sticky-header {
	    display: block;
	}
	.main-panel-wrap .panel-links {
	    grid-template-columns: 1fr;
	    gap: 0;
	}
	.contact-form-box.style_two.quote-box.mt-5.mt-lg-0 {
    margin-top: 0px !important;
	}
	.panel-tab {
	    display: block;
	}
	.header-menu {
	    background-color: #fff;
	    position: fixed;
	    height: 100%;
	    width: 345px;
	    max-width: 100%;
	    right: -345px;
	    overflow: auto;
	    transition: .5s;
	    z-index: 3;
	    box-shadow: 0px 0px 6px 0px rgba(0,0,0,.15);
	    padding: 100px 0 50px 0;
	    top: 0;
	    align-items: start;
	    justify-content: start;
	}
	.menu-show {
	    right: 0;
	}
	.mobMenu {
	    width: 40px;
	    height: 40px;
	    margin-left: auto;
	}
	.mobMenu i.bi {
	    display: inline-block;
	    text-align: center;
	    color: #24397a;
	    font-size: 48px;
	    transform: rotate(180deg);
	}
	.mobMenuClose {
	    width: 40px;
	    height: 40px;
	    background: var(--org);
	    align-items: center;
	    justify-content: center;
	    color: #fff;
	    border-radius: 50px;
	    position: absolute;
	    top: 20px;
	    right: 20px;
	}
	ul#menu-header-menu {
	    display: flex;
	    flex-direction: column;
	    width: 100%;
	    padding: 0 15px;
	}
    ul#menu-header-menu li {
        margin: 0;
        padding: 0 calc(var(--bs-gutter-x) * .5);
    }
    ul#menu-header-menu li>a>span {
        right: 10px;
    }
    ul#menu-header-menu li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #232323;
        margin: 4px 0;
        line-height: 25px;
    }
	.header-menu ul li span {
	    font-size: 20px;
	    color: #24397a;
	    margin-left: 5px;
	    position: relative;
	    top: 2px;
	    width: 26px;
	    height: 26px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	ul.sub-menu {
	    width: 100%;
	    background: #f5f5f5;
	    padding: 10px;
        display: none;
	}
	.menu-panel {
	    width: 100%;
	    background: #f5f5f5;
	    padding: 10px;
	    opacity: 1 !important;
	    visibility: visible !important;
	    transform: none !important;
	    transition: none !important;
	    position: static !important;
	    border-radius: 0;
	    transform-origin: initial !important;
	    display: none;
	    box-shadow: initial !important;
	}
	.panel-content {
	    flex: 1;
	    padding: 0;
	    background: transparent;
	    border-radius: 0;
	    text-align: left;
	    box-shadow: initial;
	}
	.header-menu ul li a {
	    color: #24397a;
	    font-size: 16px;
	    font-weight: 400 !important;
        padding: 2px 0 !important;
	}
    .main-panel-wrap {
        display: none;
    }
	.post-author-box {
	    flex-direction: column;
	}
	.author-avatar {
	    margin-top: 0;
	}
	.author-info {
	    width: 100%;
	    padding-left: 0;
	    margin-top: 15px;
	}
    /*.feature-img {
        height: 300px;
    }*/
    .elementor-kit-17 h1 {
        font-size: 32px;
        line-height: normal;
    }
    .elementor-kit-17 h2 {
        font-size: 28px;
    }
    .elementor-kit-17 h3 {
        font-size: 25px;
    }
}

@media (min-width: 991px){
	ul.sub-menu,
	.menu-panel {
	    position: absolute;
	    top: 100%;
	    z-index: 100;
	    left: 0;
	    right: 0;
	    box-shadow: 0px 4px 4px 0px rgba(26, 24, 29, .1);
	    background: var(--white);
	    opacity: 0;
	    visibility: hidden;
	    -webkit-transition: all .25s ease-out;
	    -moz-transition: all .25s ease-out;
	    -ms-transition: all .25s ease-out;
	    -o-transition: all .25s ease-out;
	    transition: all .25s ease-out;
	    -webkit-transform: scaleY(0);
	    -moz-transform: scaleY(0);
	    -ms-transform: scaleY(0);
	    -o-transform: scaleY(0);
	    transform: scaleY(0);
	    -webkit-transform-origin: 0 0;
	    -moz-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	    -o-transform-origin: 0 0;
	    transform-origin: 0 0;
	    width: 100vw;
	    margin: 0 auto;
	    max-width: 1100px;
	    border-radius: 20px;
	    display: initial !important;
	}
	ul.sub-menu {
	    width: auto;
	    max-width: 280px;
	    padding: 25px 25px;
	    min-width: 280px;
	}
    
}

#services-panel .panel-links {
  grid-template-columns: repeat(1, 1fr);
}
#who-we-serve-panel .panel-links{
  grid-template-columns: repeat(1, 1fr);
}
.elementor-kit-17 img {
    border-radius: 0px;
}
@media (max-width: 992px) {
    .feature-img {
        /*height: 300px;*/
        object-fit: contain;
    }
}