/* Fonts */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}

/* Variables */
:root {
    --main-width: calc(100% - 24%);
    --orange-gb: #e87a00;
    --orange-light: #fdbc74; 
    --orange-hover: #b96505;
    --title-font-size: 38px;
    --title-font-size-roboto: 700 Normal  38px "Roboto", sans-serif; 
    --font-roboto-bold: 700 Normal  22px/28px "Roboto", sans-serif; 
    --font-roboto: "Roboto", sans-serif; 
    --blue-color: #144e8b; 
    --blue-hover: #3a8be1;
    --font-montserrat: "Montserrat", sans-serif; 
    --font-cursive: "Dancing Script", cursive;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #fff;
    color: #555;
    font-size: 14px;
    letter-spacing: normal;
    line-height: 22px;
    min-width: 320px;
    overflow-x: hidden;
    word-spacing: 0px;
    max-width: 100%;
}

body, .main-section {
    font: Normal 14px/22px "Roboto", sans-serif;
    letter-spacing: 0px;
    text-transform: none ;
    color: #333333;
}

h1, h2, h3, h4, h5, h6 {
    color: #2d2d2d;
    margin-top: 0px;
    font-weight: 500;
}

h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
    font-style: normal;
}

h1 {
    font-size: 26px;
    line-height: normal;
    font: 500 Normal  24px/30px "Roboto", sans-serif;
}

h2 {
    font-size: 24px;
    line-height: normal;
}

h3 {
    font-size: 20px;
    line-height: normal;
}

h4 {
    font-size: 18px;
    line-height: normal;
}

h5 {
    font-size: 16px;
    line-height: normal;
}

h6 {
    font-size: 14px;
    line-height: normal;
}

img {
    max-width: 100%;
    height: auto; 
    overflow-clip-margin: unset;
    image-rendering: auto;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #333333;
}

a:hover, a:focus, a:active {
    color: #000;
    outline: none;
    text-decoration: none;
}

p {
    margin: 0 0 20px;
}

ul ul {
    margin: 0px;
}

figure {
    margin: 0px;
    position: relative;
}

blockslider:before, blockslider:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table thead {
    background-color: transparent;
    border-bottom: 1px solid #d2d2d2;
    color: #555;
    font-size: 11px;
    font-weight: bold;
}

video {
    height: auto;
    max-width: 100%;
}

iframe, embed, object {
    border: none;
    max-width: 100%;
}

select, 
textarea, 
input[type=date], 
input[type=datetime], 
input[type=datetime-local], 
input[type=email], 
input[type=month], 
input[type=number], 
input[type=password], 
input[type=range], 
input[type=search], 
input[type=tel], 
input[type=text], 
input[type=time], 
input[type=url], 
input[type=week] {
    outline: none;
    color: #333;
    font-size: 13px;
    width: 100%;
    padding: 10px; 
}

input,
textarea,
select {
    border: 1px solid #bdbdbd; 
}

input[type=submit] {
    background-color: var(--blue-color);
    color: #fff; 
    padding: 10px 20px; 
    font-size: 1rem;
}

input[type=submit]:hover {
    background-color: var(--orange-hover);
    cursor: pointer; 
}


select option:first-of-type {
    color: #999; 
}

/* --------------------------------------- 
            Helpers
---------------------------------------- */
.align_text_center {
    text-align: center;    
}

.align_text_left {
    text-align: left;
}

.align_text_right {
    text-align: right;
}

.form-control {
    border-radius: 0;
}

select {
    background: #fff;
}

.select-dropdown select {
    border: 1px solid #e0e0e0;
}

select option {
    border-right: 1px solid #000;
    padding: 10px;
}

.comment-form {
    float: left;
    width: 100%;
}

.comment-form form input:focus {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    outline: 0 none;
}

.comment-form form textarea:focus {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    outline: 0 none;
}

input::-moz-placeholder {
    color: #999;
}

input::-webkit-input-placeholder {
    color: #999;
}

input:-moz-placeholder {
    color: #999;
    opacity: 1;
}

input::-moz-placeholder {
    color: #999;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #999;
}

/* Border Radius */
.rounded3 {
    border-radius: 3px;
}
.rounded5 {
    border-radius: 5px;
}
.rounded8 {
    border-radius: 8px;
}
.rounded10 {
    border-radius: 10px;
}
.rounded15 {
    border-radius: 15px;
}
.rounded20 {
    border-radius: 20px;
}

.rounded3,
.rounded5,
.rounded8,
.rounded10,
.rounded15,
.rounded20 {
    overflow: hidden;
}



/* --------------------------------------- 
            Header
---------------------------------------- */
.main-menu-container {
    padding: 15px 25px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0, .1);
}

/* Main Nav */
.main-nav {
    display: flex; 
    justify-content: space-between; 
    margin: 0 auto;
    position: relative;
}

.main-nav-menu {
    display: flex;
    align-items: center;
}

.main-nav-menu li {
    position: relative;
}

.main-nav-menu li:hover ul {
    display: block;
}

.main-nav-menu li ul {
    position: absolute;
    left: 0; 
    top: 20px; 
    z-index: 99999; 
    background-color: #ffffff;
    /* border: 1px solid #eee; */
    /* border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; */
    border-radius: 8px;
    min-width: max-content;
    padding: 10px 5px; 
    display: none;
    box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 17%);
}

.main-nav-menu li ul li {
    display: inline; 
}

.main-nav-menu li ul li a {
    display: block; 
    padding: 5px; 
}

.main-nav-menu li ul li a:hover {
    color: var(--orange-gb);
}

.main-nav li {
    font: 500 Normal 12px/20px "Montserrat", sans-serif;
    letter-spacing: 0px;
    text-transform: uppercase;
    display: inline-block;
}

.main-nav li a {
    /* color: #555555;  */
    display: block;
    padding: 0 15px 0;
}

.main-nav li a,
.main-nav .register-menu-link {
    color: #6b7280; 
}

.main-nav li a:hover,
.main-nav .register-menu-link:hover {
    color: #333;
    /* color: var(--orange-hover); */
    color: var(--orange-gb);
}

.main-nav .sign-in-link {
    background-color: var(--orange-gb);
    text-transform: none;
    margin-left: 5px;
    border-radius: .375rem;
}

.main-nav .sign-in-link a {
    color: #fff;
    padding: 5px 15px;
    font-size: .8rem;
}

.main-nav .sign-in-link a:hover {
    cursor: pointer;
    color: #fff;
}

.main-nav .sign-in-link:hover {
    background-color: #d97609;
}

/* Logo */
.main-nav-logo {
    flex-grow: 1;
}

.main-nav-logo img {
    height: 42px;
}

/* Mobile Nav */
.main-nav-menu-bars {
    /* background-color: var(--orange-gb); */
    margin-left: 10px;
    padding: 6px 5px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    display: none;
}

.main-nav-menu-bars span {
    width: 1.3rem;
    height: 0.1rem;
    margin-bottom: 4px;
    background-color: #fff;
    display: block;
    border-radius: 3px;
    background-color: var(--orange-gb);
}

.main-nav-menu-bars span:last-of-type {
    margin-bottom: 0;
}

.menu-main-menu-container .menu-item-has-children a {
    display: flex;
    gap: 5px;
}

.menu-main-menu-container .menu-item-has-children a::after {
    content: "\f078"; 
    font-family: FontAwesome;
    display: block;
    font-size: .6rem;
}

.menu-main-menu-container .menu-item-has-children li a::after {
    content: '';
}

/* --------------------------------------- 
            Fixes
---------------------------------------- */
aside {
    margin-bottom: 30px;
}

.widget-title {
    margin-bottom: 10px;
}

.so-widget-sow-social-media-buttons-flat-0675a07b5c06 
.sow-social-media-button {
    width: 1.5rem !important; 
}

.article .sow-cta-base {
    padding: 0; 
}

.sow-features-feature .textwidget {
    padding-right: 15px; 
    padding-left: 15px; 
}
/* --------------------------------------- 
            Content
---------------------------------------- */

/* Content Width */
.main-width {
    width: var(--main-width);
    margin: 0 auto;
}

/* Home page banner */
.home-page-banner {
    margin-top: 0px;
    padding-top: 220px;
    padding-bottom: 240px;
    margin-bottom: 0px;
    border-top: 0px #e0e0e0 solid;
    border-bottom: 0px #e0e0e0 solid;
}

.home-page-banner-heading {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
    text-align: center;
    z-index: 1;
}

.home-page-banner-heading h1 {
    color: #f9b8b1;
    color: var(--orange-gb);
    font-size: 45px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 70px;
    text-align: Center;
    margin-bottom: 10px;
}

.home-page-banner-heading-description {
    line-height: 27.8px;
    text-align: center;
}

.home-page-banner-search {
    padding: 0;
    margin: 30px auto;
    z-index: 2; 
}

.home-page-banner-search-container {
    /* background: #25262a9e; */
    padding: 30px 0;
}

.home-page-banner-search-container form {
    display: grid;
    align-items: center;
    grid-template-columns: 7fr 1fr;
}

.home-page-banner-search-input {
    /* padding: 0 8px; */
    flex-grow: 1;
    display: flex;
    align-items: center;
    background-color: #fff;
}

.home-page-banner-search-input i {
    color: #7e7e7e; 
}

.home-page-banner-search-input-container {
    border: 1px solid #eee;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.home-page-banner-search-input input, 
.home-page-banner-search-btn input {
    padding: 10px;
    border: none;
    min-height: 44px;
    font-size: 13px;
    color: #2d2d2d;
}

.home-page-banner-search-btn {
    padding: 0 8px;
}

.home-page-banner-search-btn input {
    background-color: var(--orange-gb);
    font-size: 16px;
    color: #fff; 
    text-transform: uppercase;
    width: 100%;
    transition: ease .3s all;
}

.page-header-banner {
    margin-top: 0px;
    /* padding-top: 100px;
    padding-bottom: 100px; */
    margin-bottom: 0px;
    border-top: 0px #e0e0e0 solid;
    border-bottom: 0px #e0e0e0 solid;
    min-height: 220px;
    display: flex; 
    align-items: center;
}

.page-header-banner-content h3 {
    color: #fff; 
}

/* --------------------------------------- 
            Home Page Slider / Header 
---------------------------------------- */
.home_page_slider_slides {
    min-height: 75dvh; 
    display: block;
    position: relative;
    height: 92dvh;
    max-height: 92dvh;
    overflow: hidden;
}

.home_page_slider_slide {
    position: absolute;
    display: none;
    height: -webkit-fill-available;
}

.home_page_slider_slide.active {
    display: block;
    position: unset;
}

.home_page_slider_slide.image_only {
    padding: 0; 
}

.home_page_slider_slide.image_only img {
    min-height: 100%;
    width: auto;
    /* transform: scale(1.5); */
}

/* .home_page_slider_slide.active.image_only img {
    animation: scaleDown 1.5s ease forwards;
} */

/* @keyframes scaleDown {
    100% {
        transform: scale(1);
    }
} */

.home_page_slider_slide_title {
    max-width: 60%;
    /* transform: translateY(200px);
    animation: slide_btn_up ease 1.5s 0s forwards; */
    z-index: 2;
    position: relative;
    min-height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.home_page_slider_slide_title h1 {
    font-size: 4.4rem;
    line-height: 1.2;
    color: var(--blue-color);
    font-weight: 400;
}

.home_page_slider_slide_title h1 span {
    color: var(--orange-gb);
}

.home_page_slider_slide_title p {
    /* font-size: 1rem;  */
    font-size: 2rem; 
    line-height: 1.5;
    color: #323232; 
    width: 80%;
    margin: 2% auto;
    /* font-family: var(--font-montserrat); */
    font-family: var(--font-cursive);
    font-weight: 400;
    /* transform: translateY(100px);
    animation: slide_btn_up ease 1.8s 0s forwards; */
}

.home_page_slider_slide_title_btn {
    gap: 30px; 
    align-items: center;
    justify-content: center;
    margin-top: 2rem; 
    /* transform: translateY(100px);
    animation: slide_btn_up ease 2s 0s forwards; */
}

/* @keyframes slide_btn_up {
    100% {
        transform: ease all .800s;
        transform: translateY(0);
    }
} */

.home_page_slider_slide_title_btn a {
    padding: 15px 35px; 
    border-radius: 8px;
    /* font-weight: 500; */
    font-size: 1rem;
}

.home_page_slider_slide_title_btn i {
    margin-right: 3px; 
    font-size: .7rem;
    transform: translateY(-2px);
}

.home_page_slider_slide_title_btn a:nth-child(1) {
    background-color: var(--orange-gb);
    color: #fff; 
}

.home_page_slider_slide_title_btn a:nth-child(2) {
    box-shadow: -1px 2px 5px 2px rgb(0 0 0 / 8%);
    color: var(--orange-gb);
    background-color: #fff;
}

.home_page_slider_slide_image_right {
    position: relative;
    max-height: 100%;
}

/* Two sided slider */
.home_page_slider_slide_content_two_sided {
    height: -webkit-fill-available;
    justify-content: space-evenly;
}

.home_page_slider_slide_image_right {
    display: flex;
    justify-content: end;
    align-items: center;
    min-height: 100%;
    flex-direction: column;
    margin-top: 4rem;
    min-width: 43%;
}

/* Homepage statistics */
.so-widget-sow-icon-default-d74929d5d9f0-7 .sow-icon span {
    color: unset !important;
}

.homepage-statistics-container .so-widget-sow-icon-default-d74929d5d9f0-7 .sow-icon span, .so-widget-sow-icon-default-d74929d5d9f0-7 .sow-icon a span {
    font-size: 35px !important;
}

.homepage-statistics-container {
    background-color: var(--blue-color) !important;
}

.homepage-statistics-container .sow-icon .sow-icon-icomoon,
.homepage-statistics-container .textwidget p,
.homepage-statistic-counts {
    color: #fff !important; 
}

.homepage-statistics-container .panel-grid-cell {
    border-right: 1px solid #fff; 
}

.homepage-statistics-container .panel-grid-cell:last-of-type {
    border-right: none; 
}

.homepage-statistics-container .textwidget p {
    font-weight: 500;
}

.homepage-statistic-counts {
    font-size: 3rem;
    text-align: center;
    font-weight: 700;
    padding: 30px 0; 
}

/* --------------------------------------- 
            Page Content
---------------------------------------- */
.page-content-part .article p {
    line-height: 1.8;
    font-size: 1rem;
}

.page-content-part .article h1 {
    font: 700 Normal  32px/30px "Roboto", sans-serif;
}


/* Scroll to latest Jobs */
/* .home_page_scroll_to_latest_job {
    height: 50px; 
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 40px;
    transform: translateY(3rem);
    z-index: 2;
    position: relative;
}

.home_page_scroll_to_latest_job_arrow {
    width: 2.5rem; 
    transition: linear 1s all;
    animation: anim_to_job_arrow 1s alternate infinite ;
} */

/* #home_page_scroll_to_latest_job_arrow svg {
    pointer-events: none;
}

@keyframes anim_to_job_arrow {    
    100% {
        transform: translateY(30px) translateZ(0);
    }
} */


/* TODO: 
    - Delete deleted content css:
        - Home page categories
        - Home page featured jobs 
*/



/* Job Categories */
.home-page-job-categories-header h2 {
    font: var(--title-font-size-roboto);
    letter-spacing: 1px;
    line-height: 44px;
}

.home-page-job-categories-header p {
    font-size: 13px;
}

.home-page-job-categories-header p {
    font-size: 13px;
}

.home-page-job-categories-header-separator,
.home-page-featured-jobs-separator {
    padding: 10px;
}

.home-page-job-categories-view-all-jobs-btn-container {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-page-job-categories-view-all-jobs-btn {
    margin-top: 20px;
}

.home-page-job-categories-view-all-jobs-btn a {
    background-color: var(--orange-gb);
    position: relative;
    font-weight: 500;
    display: inline-block;
    font-size: 13px;
    color: #fff;
    padding: 12px 20px;
    border-radius: 5px;
}

/* Footer Disclaimer */
.home-page-disclaimer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #25262a;
    padding-top: 30px;
}

.home-page-disclaimer-content {
    /* padding: 10px; */
    /* border-image: linear-gradient(to bottom, var(--orange-gb), rgba(0, 0, 0, 0)) 1 100%; */
    border-bottom: 1px solid #545454;
    padding-top: 30px;
}

.home-page-disclaimer-content h3 {
    margin-bottom: 5px; 
    /* font-size: 1.1rem; */
    color: var(--orange-gb);
    text-transform: uppercase;
    letter-spacing: 1px;
    font: Normal 16px / 22px "Archivo Black", sans-serif;
    font-weight: bold;
}

.home-page-disclaimer p {
    color: #a4a9b8;
    margin-bottom: 10px;
}

/* Home page Featured Jobs Slider */
.home-page-featured-jobs-slider {
    position: relative;
    display: block;
}

.home-page-featured-jobs-slider-navigator {
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-page-featured-jobs-slider-prev, 
.home-page-featured-jobs-slider-next {
    color: #fff;
    border: 1px solid #c6c6c6;
    display: flex;
    background-color: rgba(0, 0, 0, 0);
    padding: 15px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    position: relative;
    cursor: pointer;
}

.home-page-featured-jobs-slider-next {
    position: absolute;
    right: -6%
}
.home-page-featured-jobs-slider-prev {
    position: absolute;
    left: -6%
}


/* .home-page-featured-jobs-slider::-webkit-scrollbar {
    display: none;
    overflow: hidden;
} */

.home-page-featured-jobs-slider-slides-container {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.home-page-featured-jobs-slider-slides {
    display: grid;
    gap: 30px;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 4) - 25px); 
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}

.home-page-featured-jobs-slider-slides.dragging {
    scroll-behavior: auto;
    scroll-snap-type: none;
}

.home-page-featured-jobs-slider-slides.dragging .home-page-featured-jobs-slider-slide {
    cursor: grab; 
    user-select: none;
    
}

.home-page-featured-jobs-slider-slides::-webkit-scrollbar {
    display: none;
}

.home-page-featured-jobs-slider-slide {
    background-color: #fff;
    border-color: #eaeaea;
    -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    z-index: 9999;
    display: block;
    cursor: pointer; 
    min-width: 180px;
    scroll-snap-align: start;
}

.home-page-featured-jobs-slider-slide-image,
.home-page-featured-jobs-slider-slide-title {
    text-align: center;
}

.home-page-featured-jobs-slider-slide-image {
    margin-bottom: 30px;
    margin-top: 15px;
    max-height: 145px;
    min-height: 145px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #eee; */
}

.home-page-featured-jobs-slider-slide-image img {
    width: auto;
    max-height: 145px;
    height: 100%;
}

.home-page-featured-jobs-slider-slide-title {
    padding: 20px 15px;
}

.home-page-featured-jobs-slider-slide-title h6 {
    line-height: 1.5;
    letter-spacing: 1px;
}

.home-page-featured-jobs-slider-slide-star-container {
    margin: 5px;
}

.home-page-featured-jobs-slider-slide-star {
    background-color: var(--orange-gb);
    display: flex;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: .8rem;
}

.home-page-featured-jobs-slider-slide-star i {
    transform: translateY(-1px);
}

.home-page-featured-jobs-slider-slide-footer {
    border-top: 1px solid #dedede;
    padding: 10px 20px;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-page-featured-jobs-slider-slide-footer p {
    margin: 0;
    font-size: .8rem;
    font-weight: bold;
    max-width: 50%;
}

/* .home-page-featured-jobs-slider-slide-calender-year-ago {
    font-size: .8rem;
    font-weight: bold;
    color: #767474;
} */

.home-page-featured-jobs-slider-slide-calender-icon-year-num {
    display: flex;
    column-gap: 10px;
    color: #767474;
}

.home-page-featured-jobs-slider-slide-calender-icon-year-num p {
    font-size: .8rem;
    font-weight: bold;
}

.home-page-featured-jobs-slider-slide-calender-fav {
    border-radius: 50%;
    background-color: var(--orange-gb);
    color: #fff;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    font-size: .8rem;
}

/* Home Page Top Employers Logo */
.home-page-top-employers-logos {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 30px;
    margin-top: 10px;
    text-align: center;
}

.top-employer-content {
    /* background-color: #f5f5f5; */
    padding: 15px 25px;
}

.home-page-top-employers-logo {
    /* border-bottom: 1px solid #b9b9b9 ;  */
    padding-bottom: 5px;
    margin-bottom: 10px;
    min-height: 100px;
    max-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-page-top-employers-logo img {
    max-height: 100px;
    width: auto;
}

/* --------------------------------------- 
            Page With Sidebar Template
---------------------------------------- */
.page-with-sidebar {
    display: flex; 
    gap: 40px;
}

.main-sidebar, 
.page-content {
    margin-top: 50px;
}

.main-sidebar { 
    min-width: 21%;
    max-width: 250px;
}

.page-content {
    min-width: 68%;
}

/* Sidebar Search */
/* .main-sidebar .widget_search {

} */

/* --------------------------------------- 
            Job Fair
---------------------------------------- */
.njf-header {
    /* background: linear-gradient(180deg, #dbeeff, transparent); */
    background: linear-gradient(90deg, transparent, #f0f5ff, transparent);
}

.njf-header .registration_open {
    display: flex;
    justify-content: center;
}

.njf-header .registration_open p {
    background: hsl(221deg 83% 53% / 18%) ;
    display: flex;
    align-items: center;
    padding: 5px 1rem; 
    border-radius: 50px;
    overflow: hidden;
    color: #2463eb;
    font-size: .75rem;
    font-weight: 600;
}

.njf-header .registration_open p:before {
    content: '';
    background-color: #2463eb;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    margin-right: 5px;
}

.job-fair-year h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--blue-color);
}

.job-fair-title h1 , 
.job-fair-title-2 h1 {
    font-size: 4rem;
    /* text-transform: uppercase; */
    font-family: var(--title-font-size);
    padding: 18px 0;
    font-weight: 700;
}

.job-fair-title h1 {
    color: var(--orange-gb);
}

.job-fair-title-2 h1 {
    background: linear-gradient(90deg, #144e8b, #176dc8, #00000000);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.njf-header_desc p {
    font-size: 1.3rem;
    color: #7c7c7c;
    line-height: 1.5;
    max-width: 70%;
    margin: auto;
}

.njf-header_btn {
    border: 1px solid #ffffff !important; 
}

.njf-header_btn_clear {
    border: 1px solid #333 !important; 
}

.job-fair-img-collage {
    overflow: hidden;
    width: fit-content;
}

.njf-features .sow-features-list .sow-features-feature {
    background-color: #fff;
    border: 1px solid hsla(214, 63%, 82%, 0.384) ;
    padding: 40px 0; 
    border-radius: 1rem;
}

.njf-features .sow-features-list .sow-features-feature.sow-icon-container-position-top .sow-icon-container {
    margin: 0 auto; 
}

/* --------------------------------------- 
            Footer
---------------------------------------- */
footer {
    background-color: #25262a;
    padding: 50px 0; 
}

.footer-content-top {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.footer-content-bottom {
    border-top: 1px solid #545454;
    padding-top: 30px;
}

.footer-content h3 {
    color: #d3d3d3;
    text-transform: uppercase;
    margin-bottom: 18px;
    letter-spacing: 1px;
    font: Normal  16px/22px "Archivo Black", sans-serif; 
    font-weight: bold;
}

.footer-widget {
    margin-bottom: 30px;
}

.footer-widget p,
.footer-widget a {
    font-size: 15px;
    color: #a4a9b8;
    line-height: 24px;
    margin-bottom: 5px;
    font: var(--font-roboto);
}

.footer-widget a,
.footer-widget li {
    list-style-type: none;

}

.footer-widget li {
    display: flex;
}

.footer-widget li::before {
    content: '\f054';
    font-family: 'fontawesome';
    color: #a4a9b8;
    font-size: 8px;
    /* transform: translateY(-1px); */
    margin-right: 10px;
    height: 100%;
}

.footer-widget i {
    font-size: 8px;
    transform: translateY(-2px);
    margin-right: 5px;
}

.footer-social-widgets {
    display: flex;
    gap: 10px;
    /* margin-top: 20px; */
    justify-content: space-between;
}

.footer-social-widget {
    color: var(--orange-gb);
    border: 1px solid var(--orange-gb);
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
}

.footer-social-widgets i {
    font-size: 12px;
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 1550px) { 
    .home_page_slider_slide_title h1 {
        font-size: 3.8rem;
    }

    .home_page_slider_slide_image_right {
        margin-top: 0rem;
    }
}

/* Mobile */
@media screen and (max-width: 450px) {
    /* h1 {
        font-size: 24px;
    } */

    h2 {
        font-size: 20px;
    }

    .main-width {
        width: calc(100% - 15%)
    }

    .custom-logo-link img {
        width: auto;
        max-height: 30px;
        display: block;
        height: 100%;
    }

    .main-nav-menu-bars {
        display: block;
    }

    .main-nav-items {
        display: none; 
    }

    .main-nav-menu .sign-in-link a, 
    .main-nav-menu .register-menu-link {
        font-size: .6rem !important;
    }

    .main-nav-menu .sign-in-link a {
        padding: 1px 10px;
    }

    .show-main-nav {
        position: absolute; 
        background-color: #222;
        display: block;
        top: 40px;
        z-index: 999999;
    }
    .show-main-nav li a {
        color: #fff;
        text-transform: capitalize;
        font-weight: 400;
        width: 100%;
        padding: 10px 10px;
    }
    .show-main-nav li {
        width: 100%;
    }

    .show-main-nav .menu-main-menu-container li ul a {
        color: #000;
    }

    .show-main-nav .menu-main-menu-container {
        position: relative;
    }

    .show-main-nav .menu-main-menu-container li ul a:hover {
        color: var(--orange-hover);
    }

    /* --------------------------------------- 
            Home Page Slider / Header 
    ---------------------------------------- */
    .home_page_slider_slides {
        min-height: 30vh;
        height: 46vh;
    }

    .home_page_slider_slide_title {
        max-width: 85%;
        min-width: 66%;
    }

    .home_page_slider_slide_title h1 {
        font-size: 1.2rem;
    }

    .home_page_slider_slide_title p {
        font-size: .9rem; 
        line-height: 1.5;
        color: #555; 
        width: 75%;
        margin: 2% auto;
    }

    .home-page-banner-heading {
        margin-bottom: 11%;
    }

    .home_page_slider_slide_title_btn  {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        justify-content: none;
        max-width: 80%;
    }

    .home_page_slider_slide_title_btn a {
        padding: 5px 15px;
        border-radius: 8px;
        font-size: .6rem;
    }

    .home_page_slider_slide_image_right {
        min-width: 68%;
    }

    .home-page-banner-search {
        padding: 0 10px;
    }

    .home-page-banner-search-container {
        padding: 10px;
    }

    .home-page-banner-search-container form {
        grid-template-columns: 1fr;
        gap: 10px;
        width: 100%;
    }

    .home-page-banner-search-container form div {
        width: 100%;
    }

    .home-page-banner-search-btn {
        padding: 0;
    }

    /* Custom Width */
    .home-page-job-categories, 
    .main-nav, 
    .home-page-featured-jobs-heading,
    .home-page-banner-search,
    .home-page-sub-banners,
    .home-page-job-categories,
    .home-page-featured-jobs-slider-slides-container,
    .home-page-top-employers-logos,
    .footer-content {
        width: 98%;
        margin: 0 auto;
    }

    /* Home page statistics */
    .homepage-statistics-container .panel-grid-cell {
        border: none;
        border-bottom: 1px solid #eee;
        margin-top: 20px;
    }

    .homepage-statistics-container .panel-grid-cell:last-of-type {
        border: none; 
    }

    .homepage-statistics-container .textwidget p {
        margin-bottom: 30px;
    }

    /* Popup Forms */
    .nesc_registration_form, 
    .custom_login_form, 
    .job_application_form, 
    .nesc_education_add_form_content_container {
        max-width: 90%;
        min-width: 80%;
        max-height: 90%;
        overflow: auto;
    }

    /* Page content part */
    .page-content-part .article h1 {
        font-size: 24px;
    }

    /* Candidate and Employer Dashboard */
    .page-with-sidebar {
        display: block;
    }

    .user_sidebar_menu  {
        overflow: auto;
        border-top: 1px solid #dedede;
        /* margin-top: -40px;
        margin-bottom: -30px; */
    }

    .user_sidebar_menu ul {
        display: flex;
        gap: 10px;
    }

    .user_sidebar_menu li {
        min-width: max-content;
    }

    .user_sidebar_menu li a {
        border: none !important; 
    }

    .user_sidebar_menu a::after {
        display: none;
    }

    /* --------------------------------------- 
            Job Fair
    ---------------------------------------- */
    .job-fair-title h1 , 
    .job-fair-title-2 h1 {
        font-size: 2.3rem;
        padding: 10px 0;
        font-weight: 700;
    }

    /* Job Categories */
    /* .home-page-job-categories {
        margin-top: 10%;
    }

    .home-page-job-categories-blocks {
        padding: 0 10px;
    }

    .home-page-featured-jobs-container {
        margin-top: 20%; 
    }

    .home-page-featured-jobs-heading {
        padding: 0 10px;
    }

    .home-page-featured-jobs-slider {
        margin: 0 2.2%; 
    }

    .home-page-featured-jobs-slider-slide {
        min-width: 100%;
    } */

    /* Footer */
    .footer-content-top {
        padding: 0 20px;
    }

}