/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 16 2026 | 12:43:58 */
/*fix beaver builder border*/

/* Remove focus/active outlines from Beaver Builder buttons */
.fl-button,
.fl-button:focus,
.fl-button:active,
.fl-button:hover,
.fl-button-wrap a,
.fl-button-wrap a:focus,
.fl-button-wrap a:active,
.fl-button-wrap a:hover {
    outline: none !important;
    box-shadow: none !important;
}

/* Remove focus outline from links */
a:focus,
a:active {
    outline: none !important;
    box-shadow: none !important;
}

/*homepage css*/

.emphasis {
	color: #1FA7FF!important;
	font-family: Fraunces;
	font-size: 120px;
	font-style: italic;
	font-weight: 600!important;
	line-height: 97px!important;
}

.emphasis-2 {
	color: #1FA7FF!important;
	font-family: Fraunces;
	font-size: 71px;
	font-style: italic;
	font-weight: 600!important;
	line-height: 73px!important;
}

.emphasis-cta {
	color: #1FA7FF!important;
	font-family: Fraunces;
	font-size: 100px!important;
	font-style: italic!important;
	font-weight: 600!important;
	line-height: 73px!important;
}

.emphasis-widget-1 {
	color: #1FA7FF!important;
	font-family: Fraunces;
	font-size: 35px;
	font-style: italic;
	font-weight: 600!important;
	line-height: 38px!important;
}


@media screen and (max-width: 600px) {
	.emphasis { 
		font-size:65px;
		line-height:55px!important;
  }
	
	.emphasis-2 {
	font-size: 42px;
	font-weight: 600!important;
	line-height: 45px!important;
	}
	
	.emphasis-cta {
	font-size: 46px!important;
	line-height: 51px!important;
}

}

.hrs-text {
	font-size:25px!important;
	color:#ffffff!important;
}

#hero-stat {
    position: absolute;
    right: 0;
    bottom: 80px;
	  margin-right:0px;
}

.feature-text {
	color:#1FA7FF!important;
}


.emphasis-3 {
	color:#1FA7FF!important;
	font-family: Fraunces;
	font-style: italic;
	font-weight: 600!important;
}

.emphasis-4 {
	color:#245797!important;
	font-family: Fraunces;
	font-style: italic;
	font-weight: 500!important;
}

.pp-testimonials-nav {
	display:none!important;
}

/*blog grid css*/

.pp-content-post {
    padding: 0 !important;
}

/* CARD LINK WRAPPER */
.pp-grid-card-link {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 14px;
    border: 3px solid transparent;
    transition: border-color .3s ease;
}

/* HOVER BORDER */
.pp-grid-card-link:hover {
    border-color: #8B5CF6;
}

/* IMAGE WRAPPER */
.pp-grid-card-image {
    height: 414px;
    min-height: 414px;
    overflow: hidden;
}

/* IMAGE */
.pp-grid-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  	border-radius:14px!important;
}

.pp-grid-card-image::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70%;
    border-radius: 0 0 14px 14px;
    pointer-events: none;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0) 100%
    );
}

/* GRADIENT OVERLAY */
.pp-grid-card-link::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 14px;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.79) 100%
    );
    z-index: 1;
    pointer-events: none;
}

/* TEXT CONTENT */
.pp-grid-card-content {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    z-index: 2;
}

/* TITLE */
.pp-grid-card-title {
    color: #fff!important;
		color: #FFF;
		font-family: Epilogue;
		font-size: 24px!important;
		font-style: normal;
		font-weight: 500;
		line-height: 28px; 
	  margin-bottom:20px;
}

/*close icon*/
.pp-offcanvas-content .pp-offcanvas-close {
    border-radius: 50%;
    border: 2px solid #13a7ff;
    padding: 8px;
}

.pp-offcanvas-close .dashicons-before:before {
	width:30px!important;
	height:30px!important;
	margin-left: -4px!important;
  margin-top: -2px!important;
}

#navigation-image-logo {
 margin-bottom:-40px;
	margin-right:-40px;
}

.pp-advanced-menu .sub-menu {
	padding-bottom:20px!important;
}

.pp-advanced-menu .sub-menu a {
	font-style:normal!important;
}

/*facet wp css*/

/* FacetWP Search Field */
.facetwp-facet-search_jobs .facetwp-input-wrap {
    position: relative;
    display: block;
}

.facetwp-facet-search_jobs .facetwp-search {
    width: 100%;
    height: 40px;
    padding: 0 20px;
    border: none;
    border-radius: 999px;
    background: #f1f1f1;
    font-size: 13px;
	  font-family:Montserrat;
    line-height: 44px;
    color: #393939;
    outline: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    transition: all 0.2s ease;
}

/* Placeholder */
.facetwp-facet-search_jobs .facetwp-search::placeholder {
    color: #393939!important;
    opacity: 1;
	font-family:Montserrat;
}

/* Focus State */
.facetwp-facet-search_jobs .facetwp-search:focus {
    background: #fff;
    box-shadow: 0 0 0 2px rgba(0,0,0,0.08);
}

/* Hide default FacetWP icon if not needed */
.facetwp-facet-search_jobs .facetwp-icon {
    display: none;
}

.facetwp-facet input.facetwp-search {
	min-width:474px!important;
}

.fl-button-has-icon {
	max-width:50px!important;
}

.fl-button-has-icon a {
	padding: 12px 5px 12px 15px!important;
	margin-left:8px;
	margin-top:-2px;
}

.facetwp-facet {
	margin-bottom:10px!important;
}

/* FacetWP Dropdown */
.facetwp-type-dropdown {
    position: relative;
}

/* Select field */
.facetwp-dropdown {
    width: 100%;
    height: 48px;
    padding: 0 55px 0 24px;
    border: 1px solid #CCC;
    border-radius: 25px;
    background-color: #ffffff;
    color: #555;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;

    /* Remove default browser arrow */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    box-shadow: none;
    transition: all 0.3s ease;
}

/* Hover state */
.facetwp-dropdown:hover {
    border-color: #1FA7FF;
}

/* Focus state */
.facetwp-dropdown:focus {
    outline: none;
    border-color: #1FA7FF;
}

/* Custom arrow */
.facetwp-type-dropdown::after {
    content: "";
    position: absolute;
    right: 22px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 3px solid #4a9cff;
    border-bottom: 3px solid #4a9cff;
    transform: translateY(-65%) rotate(45deg);
    pointer-events: none;
}

/* Placeholder option color */
.facetwp-dropdown option:first-child {
    color: #777;
}

/* ==========================================
   FACETWP FSELECT (MATCHED STYLE)
========================================== */

.facetwp-type-fselect .fs-wrap {
    width: 100%;
    border: 1px solid #CCC;
    border-radius: 25px;
    background: #fff;
    transition: all 0.3s ease;

    overflow: visible;
    position: relative;
    z-index: 1;
}

/* Hover + open state (matches dropdown hover/focus) */
.facetwp-type-fselect .fs-wrap:hover,
.facetwp-type-fselect .fs-wrap.fs-open {
    border-color: #1FA7FF;
}

/* Ensure dropdown floats above everything */
.facetwp-type-fselect .fs-wrap.fs-open {
    z-index: 9999;
}

/* Label container */
.facetwp-type-fselect .fs-label-wrap {
    position: relative;
    height: 48px;
    padding: 0 55px 0 24px;
    display: flex;
    align-items: center;
    cursor: pointer;
    background: transparent;
}

/* Label text */
.facetwp-type-fselect .fs-label {
    font-size: 16px;
    font-weight: 500;
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Remove default arrow */
.facetwp-type-fselect .fs-arrow {
    display: none !important;
}

/* Custom arrow (matched to dropdown style) */
.facetwp-type-fselect .fs-label-wrap::after {
    content: "";
    position: absolute;
    right: 22px;
    top: 50%;
    width: 10px;
    height: 10px;

    border-right: 3px solid #4a9cff;
    border-bottom: 3px solid #4a9cff;

    transform: translateY(-65%) rotate(45deg);
    transition: transform 0.3s ease;
    pointer-events: none;
}

/* Arrow open state */
.facetwp-type-fselect .fs-wrap.fs-open .fs-label-wrap::after {
    transform: translateY(-35%) rotate(225deg);
}

/* Dropdown panel */
.facetwp-type-fselect .fs-dropdown {
    border: 1px solid #CCC;
    border-radius: 12px;
    background: #fff;
    box-shadow: none;

    margin-top: 8px;
    padding: 12px 14px;

    position: absolute;
    left: 0;
    right: 0;

    z-index: 99999;
}

/* Search input (match text style) */
.facetwp-type-fselect .fs-search input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ccc;
    padding: 8px 0;
    font-size: 15px;
    font-weight: 500;
    color: #555;
    outline: none;
    background: transparent;
}

.facetwp-type-fselect .fs-search input:focus {
    border-bottom-color: #1FA7FF;
}

/* Options */
.facetwp-type-fselect .fs-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 4px;
    cursor: pointer;
    background: transparent !important;
}

/* Checkbox base (kept minimal, clean UI) */
.facetwp-type-fselect .fs-checkbox {
    width: 18px;
    height: 18px;
    border: 2px solid #4a9cff;
    border-radius: 3px;
    background: #fff;
    flex-shrink: 0;
    position: relative;
}

/* Selected state */
.facetwp-type-fselect .fs-option.selected .fs-checkbox {
    background: #1FA7FF;
    border-color: #1FA7FF;
}

/* Checkmark */
.facetwp-type-fselect .fs-option.selected .fs-checkbox::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Option text */
.facetwp-type-fselect .fs-option-label {
    font-size: 16px;
    font-weight: 500;
    color: #555;
}

/* Scroll area */
.facetwp-type-fselect .fs-options {
    max-height: 240px;
    overflow-y: auto;
}

/* Scrollbar */
.facetwp-type-fselect .fs-options::-webkit-scrollbar {
    width: 6px;
}

.facetwp-type-fselect .fs-options::-webkit-scrollbar-thumb {
    background: #d4d4e8;
    border-radius: 20px;
}

.fs-label-wrap, .facetwp-type-fselect .fs-checkbox {
	border:0px!important;
}

.fs-wrap.multiple .fs-checkbox {
top:5px!important;
}

.fs-no-results {
    color: #000000;
    font-weight: 400!important;
}

.facetwp-facet .facetwp-reset {
    display: flex !important;
    width: auto !important;
    height: 24px !important;
    padding: 8px 18px !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-radius: 4px !important;
    border: 0.5px solid #000 !important;
    color: var(--Field-Stroke, #666) !important;
    text-align: center !important;
    font-family: Montserrat !important;
    font-size: 11px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 26px !important;
	background:#ffffff!important;
}

.widget-image {
	position:absolute!important;
	bottom:0px;
	right:0px;
}

.widget-submit-resume-btn {
	z-index:9999;
}

.widget-container {
	position:relative;
}

/*card layout*/

.job-card{
    display:flex;
    justify-content:space-between;
    align-items:end;

    background:#f8f8f8;
    border-radius:20px;

    padding:22px 28px;
    gap:30px;

    transition:all .25s ease;
}

/* =========================================
   CARD HOVER
========================================= */

.job-card:hover{
    background:#245797;
    transform:translateY(-2px);
    border-radius:25px!important;
}

.job-card__content{
    flex:1;
    min-width:0;
}

/* =========================================
   TITLE
========================================= */

.job-card__title{
    position:relative;
    margin:0 0 24px;
    font-size:22px;
    line-height:1.2;
    font-weight:600;
}

.job-card__title::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-12px;

    width:30%;
    max-width:140px;
    min-width:80px;

    height:3px;
    background:#1FA7FF;
    border-radius:999px;

    transition:background .25s ease;
}

.job-card__title,
.job-card__title a{
    transition:color .25s ease;
}

.job-card__title a{
    color:#245797!important;
}

.job-card:hover .job-card__title,
.job-card:hover .job-card__title a{
    color:#fff!important;
}

.job-card:hover .job-card__title::after{
    background:#fff;
}

/* =========================================
   META
========================================= */

.job-card__meta{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:15px;
}

.job-card__item{
    display:flex;
    align-items:center;
    gap:8px;

    font-size:15px;
    font-weight:400;
    color:#000;

    transition:color .25s ease;
}

.job-card:hover .job-card__item{
    color:#fff;
}

.job-card__item img{
    width:18px;
    height:18px;
    flex-shrink:0;

    transition:filter .25s ease;
}

.job-card:hover .job-card__item img{
    filter:brightness(0) invert(1);
}

/* =========================================
   BUTTON
========================================= */

.job-card__action{
    flex-shrink:0;
}

.job-card__button{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    min-width:140px;
    height:39px;

    padding:22px 24px 20px 24px;

    border-radius:999px;
    border:1px solid transparent;

    background:#1FA7FF!important;
    color:#fff!important;
    text-decoration:none;

    font-size:13px;
    font-weight:700;
    letter-spacing:.05em;
    text-transform:uppercase;

    transition:all .25s ease;
}

/* Button changes when card is hovered */

.job-card:hover .job-card__button{
    background:#fff!important;
    color:#245797!important;
    border-color:#fff;
}

/* Button hover while card is hovered */

.job-card:hover .job-card__button:hover{
    background:#1FA7FF!important;
    color:#fff!important;
    border-color:#1FA7FF;
	text-decoration:none;
}

/* =========================================
   MOBILE
========================================= */

@media (max-width:768px){

    .job-card{
        flex-direction:column;
        align-items:flex-start;
    }

    .job-card__action{
        width:100%;
    }

    .job-card__button{
        width:100%;
    }

    .job-card__meta{
        gap:12px 20px;
    }

    .job-card__title{
        font-size:24px;
    }
}

.fl-node-zt179rwc6p3h.fl-module-heading {
    display: flex;
    justify-content: end;
    gap: 5px;
}

/*single template job*/


.fl-node-1u7083er5tci .pp-button-wrap a.pp-button .pp-button-icon {
 margin-top:-3px;
}

.pp-infobox-image {
	margin-top:10px;
	margin-bottom:0px;
}

.pp-infobox-wrap .layout-1 .pp-infobox-title-wrapper .pp-infobox-title {
	margin-left:5px!important;
}

.single-job-content {
		color: #666;
		font-family: Montserrat;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 23.8px;
}

.pp-share-button-icon i {
  font-size:25px!important;
}

.gform_required_legend {
	display:none!important;
}

.pp-gf-content .gform_wrapper .gfield .gfield_description {
    padding-top: 5px;
    color: #4E504D;
    font-family: Raleway;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 137.3%;
}

/*form css*/

/* Gravity Forms Upload Field */

#input_2_5 {
    font-size: 18px;
    color: #4B4265;
    font-family: 'Montserrat';
    cursor: pointer;
}

/* Chrome, Edge, Firefox */
#input_2_5::file-selector-button {
    width: 194px;
    height: 42px;
    border: 2px solid #4A5F8F;
    border-radius: 999px;
    background: #F4F4F4;
    color: #B0B0B0;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat';

    margin-right: 16px;
    cursor: pointer;

    transition: all .25s ease;
}

/* Safari */
#input_2_5::-webkit-file-upload-button {
    width: 194px;
    height: 42px;

    border: 2px solid #4A5F8F;
    border-radius: 999px;

    background: #F4F4F4;
    color: #B0B0B0;

    font-size: 16px;
    font-weight: 600;
    font-family: inherit;

    margin-right: 16px;
    cursor: pointer;

    transition: all .25s ease;
}

/* Hover */
#input_2_5:hover::file-selector-button,
#input_2_5:hover::-webkit-file-upload-button {
    background: #F8F8F8;
}

.ginput_container_consent .gfield_consent_label {
	color: #4E504D!important;
font-family: Montserrat!important;
font-size: 9px;
font-style: normal;
font-weight: 400;
line-height: 137.3%; /* 12.357px */
}

.related-job-card{
    background:#f5f5f5;
    border-radius:20px;
    padding:22px;
    height:100%;

    display:flex;
    flex-direction:column;

    transition:all .25s ease;
}

.related-job-card:hover{
    transform:translateY(-4px);
    box-shadow:0 12px 30px rgba(0,0,0,.08);
}

.related-job-card-2{
    background:#ffffff;
    border-radius:20px;
    padding:22px;
    height:100%;

    display:flex;
    flex-direction:column;

    transition:all .25s ease;
}

.related-job-card-2:hover{
    transform:translateY(-4px);
    box-shadow:0 12px 30px rgba(0,0,0,.08);
}

.related-job-card__title{
    margin:0 0 18px;
    line-height:1.25;
    font-size:20px;
    font-weight:600;
}

.related-job-card__title a{
    color:#245797 !important;
    text-decoration:none;
}

.related-job-card__meta{
    display:flex;
    flex-direction:column;
    gap:12px;

    margin-bottom:24px;
}

.related-job-card__item{
    display:flex;
    align-items:center;
    gap:10px;

    color: #000;
		font-family: Epilogue;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 28.1px; 
}

.related-job-card__item img{
    width:18px;
    height:18px;
    flex-shrink:0;
    opacity:.85;
}

.related-job-card__button{
    margin-top:auto;

    display:flex;
    align-items:center;
    justify-content:center;

    width:100%;
    height:44px;

    border-radius:999px;

    background-color:#1FA7FF;

    color:#fff !important;
    text-decoration:none;

    font-size:15px;
    font-weight:600;
    letter-spacing:.08em;
    text-transform:uppercase;
    transition:.25s ease;
}

.related-job-card__button:hover{
    background:#245797;
    color:#fff !important;
	  text-decoration:none;
}

/* =========================================
   HOMEPAGE JOB ROW CARD
========================================= */

.job-row-card{
    display:flex;
    align-items:center;
    gap:40px;

    width:100%;
    padding:14px 18px;

    background:#f4f4f4;
    border-radius:18px;

    transition:all .3s ease;
}

/* Card Hover */
.job-row-card:hover{
    background:#245797;
    box-shadow:0 12px 30px rgba(36,87,151,.18);
	   border-radius:18px;

}

/* =========================================
   TITLE
========================================= */

.job-row-card__title{
    margin:0;
    flex:1;

    color:#245797;
    font-family:Fraunces;
    font-size:22px;
    font-style:normal;
    font-weight:500;
    line-height:normal;

    transition:color .3s ease;
}

.job-row-card__title a{
    color:#245797 !important;
    text-decoration:none;
    font-weight:500 !important;

    transition:color .3s ease;
}

.job-row-card:hover .job-row-card__title,
.job-row-card:hover .job-row-card__title a{
    color:#fff !important;
}

/* =========================================
   META
========================================= */

.job-row-card__meta{
    display:flex;
    align-items:center;
    gap:32px;

    flex-shrink:0;
}

.job-row-card__item{
    display:flex;
    align-items:center;
    gap:8px;

    color:#232323;

    font-family:'Epilogue',sans-serif;
    font-size:15px;
    font-weight:400;

    white-space:nowrap;

    transition:color .3s ease;
}

.job-row-card:hover .job-row-card__item{
    color:#fff;
}

.job-row-card__item img{
    width:18px;
    height:18px;
    display:block;

    transition:filter .3s ease;
}

/* Makes dark icons white on hover */
.job-row-card:hover .job-row-card__item img{
    filter:brightness(0) invert(1);
}

/* =========================================
   BUTTON
========================================= */

.job-row-card__button{
    display:flex;
    align-items:center;
    justify-content:center;

    min-width:105px;
    height:40px;
    padding:12px 22px 10px 22px;

    border-radius:999px;

    background:#1FA7FF;

    color:#fff !important;
    text-decoration:none;

    font-family:'Epilogue',sans-serif;
    font-size:12px;
    font-weight:700;

    letter-spacing:.08em;
    text-transform:uppercase;

    transition:all .3s ease;
}

/* Button changes when card is hovered */
.job-row-card:hover .job-row-card__button{
    background:#245797;
    color:#ffffff !important;
    border:1px solid #ffffff;
	  
}

/* Optional button hover */
.job-row-card:hover .job-row-card__button:hover{
    background:#f4f4f4;
    color:#245797 !important;
	  text-decoration:none;
}

/* =========================================
   MOBILE
========================================= */

@media (max-width:768px){

    .job-row-card{
        display:flex;
        flex-direction:column;
        align-items:flex-start;

        padding:24px;
        gap:20px;

        border-radius:28px;
    }

    .job-row-card__title{
        font-size:24px;
        font-weight:500;
        line-height:1.15;
        margin:0;
    }

    .job-row-card__meta{
        display:flex;
        flex-direction:column;
        align-items:flex-start;
        gap:8px;
    }

    .job-row-card__item{
        gap:10px;
        font-size:16px;
    }

    .job-row-card__item img{
        width:24px;
        height:24px;
    }

    .job-row-card__button{
        width:100%;
        height:48px;

        border-radius:999px;

        font-size:13px;
        font-weight:700;
        letter-spacing:.08em;
    }
}
/*line before text*/

.line-before-text p {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
}

.line-before-text p::before {
    content: "";
    width: 32px;
    height: 2px;
    background: #9FD9FF; 
}

/*line before and after*/

.line-before-after-text p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0;
}

.line-before-after-text p::before,
.line-before-after-text p::after {
    content: "";
    width: 32px;
    height: 2px;
    background: #9FD9FF;
    flex-shrink: 0;
}

/*scrolling text*/

.scrolling-text-wrap {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.scrolling-text {
    display: inline-flex;
    align-items: center;
    gap: 60px;
    animation: marquee 40s linear infinite;
    width: max-content;
}

.scrolling-text span {
    color: #64AEDE;
		font-family: Barlow;
		font-size: 17px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	  text-transform:uppercase;
    flex-shrink: 0;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/*mobile slider*/

.pp-card-slider-container .pp-card-slider-content-wrap {
	padding:0px!important;
}

.fl-builder-content-5805 .fl-node-6v9zlbysp2jh, .fl-builder-content-5806 .fl-node-92btvfjwuepm, .fl-builder-content-5807 .fl-node-vitq0upnahg5 {
	text-align:left!important;
}

/*post slider css*/

@media (max-width:768px){

    #blog-grid .splide__pagination {
        bottom: -3.5rem;
    }

    #blog-grid .splide__pagination__page {
        width: 10px;
        height: 10px;
        margin: 0 4px;
        background: #9FD9FF!important;
        opacity: 1;
    }

    #blog-grid .splide__pagination__page.is-active {
        background: #1FA7FF!important; 
        transform: scale(1);
    }

}

/*menu css*/

.pp-menu-toggle {
	display:none!important;
}



@media (max-width:768px){
.fl-node-o8c1f5evjrmq > .fl-row-content-wrap {
	padding:20px!important;
  }
}

.fl-node-o8c1f5evjrmq > .fl-row-content-wrap {
	padding-top:40px!important;
}

#off-canvas-content {
	position:relative!important;
}

.pp-offcanvas-content-inner {
	height:100%!important;
}

/*border line css*/

/* Common styling */
.gradient-line-1,
.gradient-line-2,
.gradient-line-3,
.gradient-line-4 {
    width: 100%;
    height: 8px;
    border-radius: 999px;
}

/* Lost Billables / Day */
.gradient-line-1 {
    background: linear-gradient(
        90deg,
        #3D9EFF 0%,
        #61B1FF 35%,
        #A9D1F3 72%,
        #D9D9D9 100%
    );
}

/* Overtime & Agency */
.gradient-line-2 {
    background: linear-gradient(
        90deg,
        #3D9EFF 0%,
        #61B1FF 30%,
        #A9D1F3 58%,
        #D9D9D9 100%
    );
}

/* Staff Burnout Cost */
.gradient-line-3 {
    background: linear-gradient(
        90deg,
        #3D9EFF 0%,
        #61B1FF 25%,
        #A9D1F3 48%,
        #D9D9D9 100%
    );
}

/* Patient Satisfaction */
.gradient-line-4 {
    background: linear-gradient(
        90deg,
        #3D9EFF 0%,
        #61B1FF 20%,
        #A9D1F3 40%,
        #D9D9D9 100%
    );
}

/*menu line hover/active state*/

/* Top-level items */
#menu-off-canvas-menu > li > .pp-has-submenu-container > a {
    position: relative;
    padding-left: 16px;
    transition: transform .2s ease;
}

#menu-off-canvas-menu > li > .pp-has-submenu-container > a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 55%;
    width: 13px;
    height: 1px;
    background: #5da9e9;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity .2s ease;
}

#menu-off-canvas-menu > li:hover > .pp-has-submenu-container > a,
#menu-off-canvas-menu > li.pp-active > .pp-has-submenu-container > a {
    transform: translateX(6px);
}

#menu-off-canvas-menu > li:hover > .pp-has-submenu-container > a::before,
#menu-off-canvas-menu > li.pp-active > .pp-has-submenu-container > a::before {
    opacity: 1;
}

/* Submenu items */
#menu-off-canvas-menu .sub-menu li > a {
    position: relative;
    padding-left: 16px;
    transition: transform .2s ease;
}

#menu-off-canvas-menu .sub-menu li > a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 65%;
    width: 8px;
    height: 1px;
    background: #5da9e9;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity .2s ease;
}

#menu-off-canvas-menu .sub-menu li:hover > a,
#menu-off-canvas-menu .sub-menu li.current-menu-item > a {
    transform: translateX(6px);
}

#menu-off-canvas-menu .sub-menu li:hover > a::before,
#menu-off-canvas-menu .sub-menu li.current-menu-item > a::before {
    opacity: 1;
}

/*fix issue on navigation slider bullets*/

.swiper-pagination-bullet-active {
	background-color:#1FA7FF!important;
}

/* Counting numbers */
.fl-number-text {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: end;
}

@media (max-width:568px) {

.facetwp-facet input.facetwp-search {
	min-width:270px!important;
 }
}

/*consent css*/

#field_2_10 .gfield_consent_label {
	color: #4E504D!important;
	font-family: Montserrat;
	font-size: 9px;
	font-style: normal;
	font-weight: 400;
	line-height: 137.3%; 
}

/* Gravity Forms Consent Field */
.gfield--type-consent .ginput_container_consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.gfield--type-consent .ginput_container_consent input[type="checkbox"] {
    margin: 3px 0 0;
    flex-shrink: 0;
}

.gfield--type-consent .gfield_consent_label {
    display: inline-block;
    margin: 0;
    line-height: 1.5;
}

.gform_wrapper.gravity-theme #field_submit, .gform_wrapper.gravity-theme .gform_footer {
    justify-content: end!important;
}

.fl-node-jtvxpu28iacs .pp-gf-content .gform_wrapper .top_label input.medium, .fl-node-jtvxpu28iacs .pp-gf-content .gform_wrapper .top_label select.medium {
	width:100%!important;
}

/*job alerts css*/

.jm-alerts__my-alerts__email-info p {
	color:#000000;
	font-weight:400!important;
}

.jm-alerts__add-new a {
	font-weight:500!important;
}