/*-----------------------------------Start-Header-----------------------------------*/
:root{
--primary-color: #2957a4;
--black: #000;
--mild-color: #f3f3f3;
--primary-font: "Varela Round", sans-serif;
--secondary-font: "Exo 2";
}
::selection {
    color: var(--white);
    background: var(--primary-color);
}
.table-wrapper .scroll-table::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #2957a4;
}
.table-wrapper .scroll-table::-webkit-scrollbar-track {
    background: rgb(41 87 164 / 26%);
    border-radius: 10px;
}
p{
	font-family: var(--secondary-font) !important;
	font-size: 16px;
}
.header-logo a img {
    padding: 0;
    max-width: 170px;
}
header.style-3 .main-menu ul > li {
    padding: 0 8px;
}
header.style-3 .main-menu ul > li a,header.style-3 .main-menu ul > li.active > a {
    font-family: var(--primary-font);
    color: var(--black);
    transition: none;
}
header.style-3 .main-menu ul > li:hover > a {
    color: var(--black);
}
header.style-3 .main-menu ul > li::before{
	content: '';
	position: absolute;
	background-color: var(--primary-color);
	width: 80%;
	height: 1px;
	border-radius: 15px;
	top: auto;
	bottom: 30px;
}
.main-menu ul.menu-list li#mega_menu_open:first-child 
> .mega-menu ul.mega-submenu:first-child li ul.scroll-section {
    max-height: 400px;
    overflow-y: auto;
}
.main-menu ul.menu-list li#mega_menu_open:first-child 
> .mega-menu ul.mega-submenu:first-child li ul.scroll-section li:first-child{
    padding-bottom: 0;
}
.main-menu ul.menu-list li#mega_menu_open:first-child 
> .mega-menu ul.mega-submenu:first-child li:hover a{
    text-decoration: none;
}
.main-menu ul.menu-list li#mega_menu_open:first-child 
> .mega-menu ul.mega-submenu:first-child li ul.scroll-section li:hover a {
    text-decoration: 1px solid #000 underline;
}
.main-menu ul.menu-list li#mega_menu_open:first-child 
> .mega-menu ul.mega-submenu:first-child li ul.scroll-section::-webkit-scrollbar {
    width: 4px;
}
.main-menu ul.menu-list li#mega_menu_open:first-child 
> .mega-menu ul.mega-submenu:first-child li ul.scroll-section::-webkit-scrollbar-thumb {
    background: #d5d5d5;
    border-radius: 20px;
}
header.style-3 .menu-area .nav-right ul li .notifications-area .notifacation-icon{
	background: var(--mild-color);
}
.notifacation-icon svg {
    fill: var(--primary-color) !important;
}
header.style-3 .menu-area .nav-right ul li .notifications-area span {
    background-color: #ff0000;
    font-family: var(--primary-font);
    font-size: 10px;
}
.mega-menu {
    max-height: 400px;
    min-width: 230px;
    /* overflow-y: hidden; */
    visibility: hidden;
    position: absolute;
    top: 75px;
    display: flex;
    justify-content: space-between;
    gap: 25px;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #5192ff;
    padding: 15px 0px;
    box-shadow: 0 0 15px -8px #2957a48c;
    width: auto;
}
.mega-menu ul.mega-submenu{
    width: 220px;
}
.mega-menu ul.mega-submenu li {
    display: block !important;
}

.mega-menu ul.mega-submenu li:before{
    background-color: transparent !important;
}
.mega-menu ul.mega-submenu li:hover a{
    text-decoration: 1px solid #000 underline;
}
.mega-menu ul.mega-submenu li a{
    padding: 6px 14px !important;
    font-size: 14px !important;
    color: #505050 !important;
    font-family: var(--secondary-font) !important;
    display: block !important;
    border-radius: 6px;
}
.mega-menu ul.mega-submenu li:hover > a {
    background: #f0f4ff;
}
ul.menu-list li:hover .mega-menu{
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
}
#mega_menu {
    overflow-y: auto;
}

/* Jobs multi-level dropdown */
.jobs-mega-menu {
    display: block !important;
    width: auto !important;
    max-height: 400px;
    gap: 12px;
    padding: 10px !important;
}
.jobs-mega-menu ul.mega-submenu {
    width: 100% !important;
}
.jobs-mega-menu ul.mega-submenu li {
    position: relative;
}
.jobs-mega-menu ul.mega-submenu li a i {
    float: right;
    font-size: 12px;
    margin-top: 3px;
}
.jobs-mega-menu ul.mega-submenu li .sub-dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 230px;
    max-height: 400px;
    overflow-y: hidden;
    background: #fff;
    border: 1px solid #5192ff;
    border-radius: 12px;
    padding: 10px 0;
    box-shadow: 0 0 15px -8px #2957a48c;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    list-style: none;
}
.jobs-mega-menu ul.mega-submenu li .sub-dropdown li {
    display: block !important;
    padding: 0;
}
.jobs-mega-menu ul.mega-submenu li .sub-dropdown li a {
    padding: 5px 14px !important;
    font-size: 14px !important;
    color: #505050 !important;
    display: block !important;
    white-space: nowrap;
}
.jobs-mega-menu ul.mega-submenu li .sub-dropdown li a:hover {
    color: #2957a4 !important;
    text-decoration: none !important;
    background: #f0f4ff;
}
.jobs-mega-menu ul.mega-submenu li:hover .sub-dropdown {
    visibility: visible;
    opacity: 1;
}
.jobs-mega-menu ul.mega-submenu li:first-child {
    padding-bottom: 0 !important;
}
.jobs-mega-menu ul.mega-submenu li a {
    padding: 6px 14px !important;
    font-size: 14px !important;
    display: block !important;
}
.jobs-mega-menu ul.mega-submenu li a i.bi-chevron-right {
    color: #999;
}
.jobs-mega-menu ul.mega-submenu li:hover > a {
    background: #f0f4ff;
    border-radius: 6px;
}
.sign-in-btn {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 8px 12px;
}
.sign-in-btn a {
    border: none;
    padding: 0 6px;
    border-radius: 15px;
    font-family: var(--primary-font);
    background: none;
}
.sign-in-btn span {
    font-family: var(--secondary-font);
    font-size: 8px;
    margin: 0 6px;
}
.sign-in-btn a::after {
    background-color: var(--primary-color);
    border-radius: 10px;
}
.post-job-btn a{
	background-color: var(--primary-color);
	gap: 15px;
	padding: 9px 12px;
	border-radius: 10px;
}
.post-job-btn a::before{
	border-radius: 10px;
}
.notifacion-card .title,.notifacion-card > ul li .content h6 a {
    font-family: var(--primary-font);
    font-weight: 100;
}
.notifacion-card > ul li .content span,.notifacion-card .view-all a{
	font-family: var(--secondary-font);
}
/*-----------------------------------End-Header-----------------------------------*/
/*----------------------------------Start-banner----------------------------------*/
.hero3 .hero-wapper {
    position: relative;
    /*background-color: #70a6ff57;*/
}
.job-search-area {
    max-width: 100% !important;
    width: 100%;
    position: relative;
    z-index: 1;
}
.hero3 .hero-wapper .hero-content h1 {
    font-family: var(--primary-font);
    font-size: 45px;
    font-weight: 100;
    color: var(--black);
    margin-bottom: 0;
}
.hero3 .hero-wapper .hero-content h1 span {
    font-weight: 600;
    color: var(--black);
}
.hero-content p {
    font-size: 16px !important;
    font-family: var(--secondary-font) !important;
}
.hero3 .hero-wapper .hero-content p span {
    font-weight: 500;
    color: var(--black);
}
.hero-img {
    position: absolute;
    top: 0;
    right: 35px;
    z-index: 0;
}
.hero-img img {
    width: 390px;
    max-width: 600px;
}
.hero3 .hero-wapper .hero-content .job-search-area {
    border-radius: 50px;
}
.hero3 .hero-wapper .hero-content .job-search-area form .form-inner.job-title {
    height: 50px;
    border-radius: 50px;
    gap: 10px;
    padding: 0 15px 0 18px;
}
.hero3 .hero-wapper .hero-content .job-search-area form .form-inner.job-title::before{
	background: none;
}
.hero3 .hero-wapper .hero-content .job-search-area form .form-inner.job-title i{
	font-size: 14px;
}
.form-inner.job-title input::placeholder,.form-inner.job-title .nice-select {
    font-family: var(--primary-font) !important;
    font-size: 14px !important;
    color: #666666 !important;
    padding: 0 !important;
}
.form-inner.job-title .nice-select {
    background: none;
    border: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.form-inner.job-title .nice-select .list{
    left: -30px;
}
.form-inner.job-title .nice-select:after{
    height: 8px;
    width: 8px;
    margin-top: -6px;
}
.form-inner button {
    background-color: var(--primary-color);
    border-radius: 40px;
    padding: 12px 20px !important;
    gap: 18px;
    font-family: var(--primary-font);
    font-size: 14px;
}
.form-inner button::before{
	border-radius: 40px;
}
.total-user h6 {
    font-family: var(--primary-font) !important;
    color: var(--primary-color) !important;
}
.hero3 .hero-wapper .hero-content .user-area ul li .total-user span,.hero3 .hero-wapper .hero-content .job-search-area form .form-inner input{
	font-family: var(--secondary-font);
}
.hero3 .hero-wapper .hero-content .user-area p {
    font-family: var(--primary-font) !important;
}
/*-----------------------------------End-Banner-----------------------------------*/
/*---------------------------------Start-category---------------------------------*/
.job_category_home ul{
	padding-left: 0;
}
.job_category_home ul li {
    display: inline-block;
    list-style-type: none;
    padding: 0 2px 12px 0;
}
.single-category2 {
    gap: 20px;
    padding: 12px 15px;
    border: 1px solid #ebebeb;
    box-shadow: 0 0px 14px #eee;
    border-radius: 40px;
}
.icon-bg {
    background-color: #e2edff;
    border-radius: 30px;
}
.icon-bg img {
    padding: 6px;
    width: 40px;
    height: 40px;
}
.single-category2 .category-icon {
    height: 40px;
    width: 40px;
}
.single-category2:hover {
    border: 1px solid var(--black);
}
.single-category2 .category-content h5 {
    margin-bottom: 0px;
}
.single-category2 .category-content h5 {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 16px;
}
.single-category2 .category-content h5 a:hover,.home3-top-company .top-company-card .company-details .name-location h5 a:hover {
	color: var(--black);
}
.company-image img {
    width: 100px;
}

/*----------------------------------End-category----------------------------------*/
/*------------------------------Start-companies-home------------------------------*/
.home3-top-company {
    padding: 30px 0;
}
.section-title1 h2{
	font-family: var(--primary-font);
	margin-bottom: 0;
	font-weight: 500;
    font-size: 30px;
}
.recent-article-card3 .article-content h4 a {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 18px;
}
.company-image {
    z-index: 9;
    position: relative;
    text-align: center;
    margin-bottom: 15px;
}
.home3-top-company .top-company-card {
    padding: 20px 20px 30px 20px;
    border-radius: 20px;
    border: 1px solid #aaaaaa45;
}
.home3-top-company .name-location {
    padding: 10px;
    width: 100%;
    background-color: #e2edff;
    text-align: center;
    border-radius: 15px;
}
.home3-top-company .top-company-card::before {
    border-radius: 20px;
}
.home3-top-company .top-company-card::after{
	background: none;
}
.top-company-card:hover {
    transform: scale(0.95);
    box-shadow: 0 0 20px 0px #efefef;
}
.name-location h5 a {
    font-family: var(--primary-font) !important;
}
.home3-top-company .top-company-card .company-details .name-location p {
    justify-content: center;
    font-family: var(--secondary-font) !important;
}
.short-content {
    z-index: 9;
    position: relative;
    text-align: center;
}
.short-content p {
    font-family: var(--secondary-font);
    font-size: 16px;
}
.home3-top-company .top-company-card .job-details-vacancies{
	justify-content: center;
}
.home3-top-company .top-company-card .job-details-vacancies .apply-btn a {
    color: #fff;
    background-color: var(--primary-color);
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
}
.home3-top-company .top-company-card .job-details-vacancies .apply-btn a:hover{
	color: #fff;
}
.swiper-btn-2 .swiper-prev, .swiper-btn-2 .swiper-next{
	border-color: var(--primary-color);
}
.swiper-btn-2 .swiper-prev:hover, .swiper-btn-2 .swiper-next:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.swiper-btn-2 .swiper-prev i, .swiper-btn-2 .swiper-next i {
    color: rgb(41 87 164);
}
.home1-trusted-company .section-title h5 {
    color: var(--black);
    font-family: var(--primary-font);
}
.home1-trusted-company .section-title h5::after{
	background-color: rgb(41 87 164);
}
.top-company-card p {
    z-index: 9;
    text-align: center;
    position: relative;
    padding: 6px;
}
.home3-top-company .top-company-card .company-details .name-location h5 a {
    font-size: 16px;
}
/*-------------------------------End-companies-home-------------------------------*/
/*------------------------------------Start-CTA-----------------------------------*/
.home2-talent-area .talent-wrap .talent-img {
    position: static;
}
.talent-img img{
	position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: 230px;
    width: 300px !important;
    height: auto;
    max-width: 300px;
}
.home2-talent-area .talent-wrap {
    background-image: url(../images/job-cta-bg.png);
    background-color: #fff;
    border-radius: 20px;
    position: relative;
}
.talent-content {
    z-index: 9;
}
.home2-talent-area .talent-wrap .talent-content h4 {
    font-family: var(--primary-font);
    color: var(--black);
    font-weight: 100;
    margin-bottom: 0px;
}
.home2-talent-area .talent-wrap .talent-content h4 span{
	color: var(--primary-color);
}
.home2-talent-area .talent-wrap .talent-content p {
    font-family: var(--secondary-font);
    font-size: 14px;
    color: #0000007d;
}
.find-btn .primry-btn-2,header.style-3 .social-area ul li a {
 background-color: var(--primary-color);
}
/*-------------------------------------End-CTA------------------------------------*/
/*-------------------------------Start-how-it-works-------------------------------*/
.home3-work-area .single-work-area:hover .work-icon,.recent-article-card3 .article-content .article-category a {
    border-color: var(--primary-color);
    background: var(--primary-color);
    font-family: var(--primary-font);
    font-weight: 100;
}
.home3-work-area .single-work-area .work-icon svg {
    fill: var(--primary-color);
}
.home3-work-area .single-work-area .content h5 {
    margin-bottom: 10px;
    font-family: var(--primary-font);
    font-weight: 100;
    color: #061421;
}
/*--------------------------------End-how-it-works--------------------------------*/
/*---------------------------------Start-Article----------------------------------*/
.recent-article-card3 .article-content h4 a,.recent-article-card3 .article-content .author-and-btn .author-area .author-details h6 a{
	font-family: var(--primary-font);
	font-weight: 100;
}
.recent-article-card3 .article-content h4 a:hover,.recent-article-card3 .article-content .author-and-btn .author-area .author-details h6 a:hover{
	color: var(--primary-color);
}
.recent-article-card3 .article-content .author-and-btn .author-area .author-details span{
	font-family: var(--secondary-font);
}
.recent-article-card3 .article-content .author-and-btn .apply-btn a{
	color: var(--primary-color);
}
.recent-article-card3 .article-content .author-and-btn .apply-btn a:hover{
	color: var(--primary-color);
	border-bottom: 1px solid #000;
}
.recent-article-card3 .article-img img {
    border-radius: 15px;
    height: 215px;
    width: 100%;
}
.recent-article-card3:hover .article-img img {
    transform: scale(0.99);
}
.blog-details-area .blog-details-wrap .recent-article-img img {
    border-radius: 5px;
    width: 100%;
}
.blog-details-area .blog-details-wrap .recent-article-content .recent-article-meta .publish-area {
    width: 90px;
    height: 60px;
    border:1px solid var(--primary-color);
}
.blog-details-area .blog-details-wrap .recent-article-content .recent-article-meta .publish-area a,.blog-details-area .blog-details-wrap .recent-article-content .recent-article-meta ul li a:hover {
    color: var(--primary-color);
}
.blog-details-area .blog-details-wrap .recent-article-content .for-devider::after,.blog-details-area .blog-details-wrap .recent-article-content .for-devider{
    background-color: var(--primary-color);
}
.job-sidebar .recent-activitys li .blog-img img {
    width: 70px;
}
.job-sidebar .recent-activitys li .content span {
    font-family: var(--primary-font);
    font-size: 12px;
}
.job-sidebar .recent-activitys li .content span i {
    color: #2957a4;
    padding-right: 6px;
}
.job-sidebar .recent-activitys li .content h6 a:hover {
    color: #2957a4;
    text-decoration: 1px solid #000 underline;
}
.recent-article-card3.job-dtl .article-img img {
    height: auto;
}
/*-----------------------------------End-Article----------------------------------*/
/*----------------------------------Start-Footer----------------------------------*/
.footer1 {
	background: #fff;
    padding-top: 45px;
    background-color: #364150;
    /*background-image: linear-gradient(180deg, #005fff, transparent);*/
    /*border-radius: 160px 160px 0 0;*/
}
.footer-widget img {
    width: 110px;
    background-color: #fff;
    padding: 8px;
    border-radius: 12px;
}
.footer1 .footer-btm .social-area h6 {
    font-family: var(--primary-font);
}
.social-area ul {
    padding-left: 0 !important;
}
.footer1 .footer-btm .social-area ul li a i {
    color: #ffffff;
}
.footer1 .footer-btm .social-area ul li a{
	border: 1px solid #fff;
}
.footer1 .footer-btm .social-area ul li a:hover{
	background: var(--primary-color);
}
.footer1 .footer-widget .widget-title h5 {
    font-family: var(--primary-font);
    font-weight: 100;
    color: var(--white);
}
.footer1 .footer-widget .menu-container ul li a {
    font-family: var(--primary-font);
    font-weight: 500;
    color: #000;
}
.footer1 .footer-widget .menu-container ul li a:hover{
	color: #000;
}
.footer1 .footer-widget .menu-container ul li a:hover span {
    color: #000;
    text-decoration: 1px solid #fff underline;
}
.footer1 .footer-widget .menu-container ul li a:hover i {
    color: #fff;
}
.footer-widget.four {
    background-color: #fff;
    padding: 10px 10px 0 10px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.footer-widget.four img{
    padding: 10px 10px 0 10px;
}
.last-content h5 {
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 100;
    color: #000;
}
.last-content h5 span {
    font-size: 20px;
    font-weight: 600;
}
.last-content a {
    padding: 6px 20px;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 12px;
    font-family:var(--secondary-font);
    border-radius: 15px;
    line-height: 0;
}
.footer1 .footer-btm .support .content{
	padding: 0;
}
.footer1 .footer-btm .support .content::after{
	content: '';
	background: none;
}
.footer1 .footer-btm .support .content a {
    color: #000;
    font-size: 16px;
}
.footer1 .footer-btm .support .content h5{
	font-size: 16px;
}
.footer1 .footer-btm .support .content a:hover {
    color: #fff;
}
.footer1 .footer-btm .footer-btm-menu ul li a {
    font-family: var(--primary-font);
    color: var(--black);
}
.footer1 .footer-btm .footer-btm-menu ul li a:hover,.footer1 .footer-btm .copyright-area p a:hover{
	color: var(--black);
	text-decoration: 1px solid #fff underline;
}
.footer1 .footer-btm .border-top {
    border-color: #fff !important;
}
.footer1 .footer-btm .copyright-area p {
    color: #000;
}
.footer1 .footer-btm .copyright-area p a {
    color: var(--primary-color);
}
/*------------------------------------End-footer----------------------------------*/
/*---------------------------------Start-Subpages---------------------------------*/
.job-sidebar .job-widget .job-widget-title {
    font-family: var(--primary-font);
    font-weight: 100;
    font-size: 16px;
}
.job-sidebar .job-widget .check-box-item .checkmark {
    border-radius: 3px;
}
.checkbox-container .containerss span.text {
    font-family: var(--secondary-font);
    color: #666666;
    font-weight: 400;
    font-size: 14px;
}
.checkbox-container .containerss span.qty {
    font-size: 12px;
    font-family: var(--secondary-font);
}
.job-sidebar {
    background: #F8F8F8;
    border-radius: 10px;
    padding: 0px 0px;
    border: 1px solid #eeeeee;
    position: sticky;
    top: 100px;
}
.job-sidebar .job-widget{
    border: none;
    padding: 20px 12px 0 25px !important;
}
.job-sidebar .job-widget:first-child{
    border-radius: 10px 10px 0 0;
}
.job-sidebar .job-widget:last-child{
    border-radius:0 0 10px 10px;
    padding: 20px 12px 30px 25px !important;
}
.check-box-item.select {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.select-container .nice-select{
    border: none;
    height: auto;
    line-height: 15px;
    font-size: 14px;
    font-family: var(--secondary-font);
}
.select-container .nice-select .option {
    line-height: 25px;
    min-height: auto;
}
.salary-container ul li div span {
    font-family: var(--secondary-font) !important;
    font-size: 14px !important;
}
.job-listing-wrrap p.show-item{
    font-size: 14px;
}
.job-listing-wrrap .nice-select.select1 span,.job-discription ul li,.job-listing-wrrap .nice-select.select1 .list li,.job-listing-card .content p {
    font-family: var(--secondary-font) !important;
    font-size: 14px !important;
}
.job-listing-wrrap .grid-select-area .nice-select .option:hover, .job-listing-wrrap .grid-select-area .nice-select .option.focus, .job-listing-wrrap .grid-select-area .nice-select .option.selected.focus {
    background-color: #e2edff;
}
.job-sidebar .job-widget.style-1 ul::-webkit-scrollbar-track {
    background: #e2edff;
    border-radius: 10px;
}
.job-listing-wrrap .grid-select-area .nice-select {
    background-color: #e2edff;
    line-height: 30px;
    border-radius: 20px;
    height: 30px;
}
.job-listing-card .job-top, .job-listing-card .job-top .job-list-content{
    display: block;
}
.job-listing-card .content,.job-listing-card .job-top .job-list-content .job-discription ul li div.dtl {
    display: flex;
    gap: 6px;
}
.job-listing-card .job-top .job-list-content .job-discription ul li{
    padding:0;
    margin:0 10px 0 0;
}
.job-discription.dtl ul li {
    border-right: 1px solid #cccccca1;
    margin: 0 !important;
    padding-right: 6px !important;
}
.job-discription.dtl ul li:last-child {
    border-right:none;
}
.job-listing-card .job-top .job-list-content .job-discription ul li::before,.job-listing-card .job-top .job-list-content .company-area::after{
    background: none;
    padding: 0;
}
.job-discription ul li {
    display: inline-block !important;
}
.job-discription {
    display: block !important;
    padding-top: 10px;
}
.job-listing-card .job-top .job-list-content .company-area .company-details .name-location h5 a{
    font-size: 16px;
    color: var(--black);
}
.job-listing-card .job-top .job-list-content .company-area .company-details .name-location h5 a:hover,.job-listing-card .job-top .job-list-content .company-area .company-details .name-location p a:hover {
    color: var(--primary-color);
}
.job-listing-card .job-top .job-list-content .company-area .company-details .name-location p a{
    font-size: 14px;
    font-family: var(--secondary-font);
    line-height: 0.7;
}
.job-listing-card .job-type-apply .job-type {
    gap: 0;
}
.job-listing-card .job-type-apply .job-type span,.table-wrapper .eg-table tbody tr td .company-info .company-details .top span {
    display: inline-block;
    font-size: 10px;
    font-family: var(--secondary-font);
    padding: 2px 8px;
}
.job-listing-card {
    padding: 15px 25px;
    border-radius: 15px;
}
.apply-btn.save {
    font-family: var(--secondary-font);
    font-size: 14px;
    cursor: pointer;
}
.apply-btn.save:hover {
    color: #000;
    text-shadow: 0px 0px black;
}
.company-details .company_logo img {
    width: 70px;
}
.job-listing-card:hover {
    border-color: var(--primary-color);
}
.job-right-sidebar .footer-widget.four {
    border: 1px solid #eeeeee;
    box-shadow: 0px 0px 18px #cdcdcd66;
}
.job-right-sidebar {
    position: sticky;
    top: 100px;
}
.job-events .recent-article-card3 .article-content h4 a{
    font-size: 16px;
}
.job-events .recent-article-card3 .article-content h4{
    line-height: 0.9;
}
.job-type-apply .post-job-btn a {
    font-size: 14px;
    padding: 0px 8px;
}
.job-description-dtl {
    border: 1px solid #eee;
    border-radius: 15px;
    padding: 15px 25px;
    margin-top: 12px;
}
.job-description-dtl ul li {
    font-family: var(--secondary-font);
}
.job-details-sidebar .job-listing-card:nth-child(even) {
    background-color: #e2edff;
    margin: 15px 0;
}
.job-details-sidebar .view-job-btn a {
    font-style: italic;
    font-size: 14px;
    font-family: var(--secondary-font);
}
.job-details-sidebar .job-share-area ul li a i,.job-details-sidebar .job-share-area ul li a:hover i {
    color: var(--primary-color);
}
.job-details-sidebar .job-share-area ul li a {
    border: none;
}
.job-details-sidebar .job-share-area ul li a:hover{
    background: none;
}
.job-details-sidebar .job-share-area ul {
    gap: 6px;
}
.job-details-sidebar .view-job-btn a:hover {
    color: #595959;
}
.resume-area {
    border: 1px solid var(--primary-color);
    padding: 25px 25px;
}
.resume-area::after,.resume-area .single-information-area .social-area ul li a,.resume-area .single-information-area .social-area ul li a::after{
    background: var(--primary-color);
}
.resume-area .single-information-area .social-area ul li a{
    color: #fff;
}
.modal-header {
    justify-content: end;
    cursor: pointer;
}
.modal-dialog {
    max-width: fit-content;
}
.primry-btn-2.application_done {
    background: none;
    color: #00b716;
}
.primry-btn-2.application_done::before{
    background: none;
}
.table-wrapper .eg-table tbody tr td .company-info .company-details .top {
    justify-content: space-between;
}
.table-wrapper .eg-table tbody tr td .company-info .company-details .top h6{
    margin-right: 15px;
}
.scroll-table .logo img,.applied-job-area .logo img {
    width: 60px;
    margin-bottom: 5px;
}
li.bookmark_job_apply {
    background-color: #e75915;
    color: #fff !important;
    padding: 1px 10px;
    border-radius: 10px;
    font-size: 10px !important;
    font-family: 'Exo 2' !important;
}
button.view-btn.done {
    color: #e75915 !important;
}
.boomark-com {
    box-shadow: 0px 0px 12px #eee;
    border-radius: 10px;
    padding: 8px;
}
.table-wrapper2 .eg-table thead tr th:first-child {
    padding-left: 10px;
}
.table-wrapper .eg-table tbody tr td .company-info .company-details ul li::after {
    background-color: transparent;
}
.job-sidebar .job-widget .check-box-item .checkbox-container input:checked ~ .checkmark,.job-sidebar .job-widget .salary-container ul li .form-check-input:checked {
    background-color: #118f0f;
    border-color: #118f0f;
}
.job-sidebar .job-widget .salary-container ul li input {
    height: 11px;
}
.salary-container label span {
    cursor: pointer;
}
p.showing_job_title span {
    background-color: #000;
    color: #fff;
    padding: 2px 8px;
    font-family: var(--secondary-font);
    font-size: 14px;
    border-radius: 15px;
}
p.showing_job_title span i {
    padding-left: 8px;
    cursor: pointer;
}
.showing_job_title {
    transition: all 0.4s ease;
    opacity: 1;
}
.showing_job_title.hide {
    opacity: 0;
}
/*.range.salary .field .value.right {
    right: -45px;
}*/
.no-data {
    font-family: var(--primary-font);
    font-size: 12px;
}
button.eg-btn.red-btn,button.eg-btn.orenge-btn {
    border-radius: 30px !important;
    padding: 3px 25px !important;
}
button.eg-btn.red-btn {
    background-color: #d91515;
}
button.eg-btn.contacted-btn {
    background-color: #f3e8c1;
    color: #000 !important;
}
button.eg-btn.selected-btn {
    background-color: #23ab12;
}
.table-wrapper .eg-table .orenge-btn {
    background: #2031ff;
}
.choices__inner {
    padding: 0 !important;
    border: none !important;
}
input.choices__input.choices__input--cloned {
    width: 100% !important;
    border-radius: 25px !important;
}
.choices__list--multiple .choices__item{
    padding: 0 4px 0 10px !important;
    background-color: #ffd85f !important;
    border: 1px solid #ffd85f !important;
    color: #000 !important;
}
button.choices__button {
    padding: 2px 8px !important;
    border-radius: 10px !important;
    margin: 4px 4px 4px 8px !important;
    background-color: #000 !important;
    border-left: 1px solid #000 !important;
}
.choices__list[aria-expanded] .choices__item--selectable.is-selected{
    background-color: #ffd85f !important;
    color: #000;
}
/*----------------------------------End-Subpages----------------------------------*/
/*--------------------------------Start-Login-page--------------------------------*/
.login-area .form-wrapper {
    position: relative;
    max-width: 100%;
    width: 100%;
    z-index: 1;
}
.form-wrapper form{
    background: none;
    border: none;
    padding: 50px 20px;
}
.form-wrapper .col-lg-6:first-child {
    border-radius: 20px 0 0 20px;
    border: 4px solid #fff;
    padding: 0;
}
.form-wrapper .col-lg-6:last-child{
    border-radius: 0 20px 20px 0;
    background-color: #fff;
}
.left-side-login img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 20px;
    z-index: -1;
}
.left-side-login div {
    padding: 0 0 0 15px;
}
.left-side-login {
    overflow: hidden;
}
.login-forms {
    padding: 25px 0;
}
.login-forms .tab-btn-area{
    text-align: center;
}
.login-forms ul#pills-tab {
    background-color: #e2edff;
    display: inline-flex;
    padding: 8px 10px;
    border-radius: 30px;
}
.login-forms ul#pills-tab li .nav-link {
    padding: 4px 18px;
    font-family: var(--primary-font);
    font-size: 16px;
    border-radius: 24px;
}
.login-forms ul#pills-tab li .nav-link.active {
    background-color: var(--primary-color);
}
.top-login span,.top-login-contact {
    position: absolute;
    top: 14px;
    color: #fff;
    font-family: var(--secondary-font);
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0.5px;
}
.top-login span:after,.top-login-contact:after {
    content: '';
    position: absolute;
    background: #ffffff;
    height: 1px;
    width: 100px;
    top: 10px;
    left: 85px;
}
.row.login-forms.contact{
    position: relative;
}
.top-login-contact{
    color: #000;
    top: 8px;
}
.top-login-contact:after{
    background: #000;
}
.login-forms.contact h2 {
    font-family: var(--primary-font);
    color: #000;
    font-size: 28px;
}
.bottom-login{
    position: absolute;
    bottom: 20px;
}
.bottom-login span {
    font-family: var(--primary-font);
    color: transparent;
    font-size: 48px;
    line-height: 1;
    -webkit-text-stroke-color: #ffffff;
    -webkit-text-stroke-width: 1px;
}
.bottom-login p{
    color: #fff;
    font-size: 12px;
    margin-bottom: 0;
}
.login-forms i {
    color: transparent !important;
    background-clip: text;
    background-image: linear-gradient(45deg, #c760c3, #3b5ea5);
}
.form-wrapper form .form-inner .input-area{
    padding-left: 0;
    border: none;
}
.form-wrapper form .form-inner .input-area input,.form-wrapper form .form-inner input,.form-wrapper form .form-inner select,.form-wrapper form .form-inner input:hover,.form-wrapper form .form-inner textarea,.form-wrapper form .form-inner textarea:hover {
    border-radius: 25px;
    border-top: 1px solid #50439a;
    border-left: 1px solid #50439a;
    border-right: 1px solid #bd6db6;
    border-bottom: 1px solid #bd6db6;
    background: transparent;
    background-color: transparent;
    font-family: var(--secondary-font);
    font-size: 14px;
}
.form-wrapper form .form-inner .input-area input,.form-wrapper form .form-inner select{
    padding: 0 20px;
}
.form-wrapper form .form-inner select{
    height: 48px;
    width: 100%;
    color: #595959;
}
.form-wrapper form .form-inner .input-area::before{
    background: none;
}
.form-wrapper form .form-inner .input-area input:focus,.form-wrapper form .form-inner input:focus,.form-wrapper form .form-inner textarea:focus,.form-wrapper form .form-inner select:focus {
    box-shadow: 2px 2px 24px #ccc !important;
}
.form-wrapper form .form-inner #option1:checked + label[for='option1'],.form-wrapper form .form-inner #option2:checked + label[for='option2'],.form-wrapper form .form-inner #hiring_status1:checked + label[for='hiring_status1'],.form-wrapper form .form-inner #hiring_status2:checked + label[for='hiring_status2']{
    box-shadow: 2px 2px 24px #cccccca6 !important;
    border-radius: 20px;
    border: 1px solid #000000;
}
.form-wrapper form .form-inner label[for='option1'],.form-wrapper form .form-inner label[for='option2'],.form-wrapper form .form-inner label[for='hiring_status1'],.form-wrapper form .form-inner label[for='hiring_status2'] {
    cursor: pointer;
}
.form-wrapper form .form-inner .input-area input::placeholder,.form-wrapper form .form-inner input::placeholder,.form-wrapper form .form-inner textarea::placeholder{
    font-family: var(--secondary-font);
}
.form-agreement a.forgot-pass {
    font-size: 14px;
    font-family: var(--secondary-font);
    color: #000;
    text-decoration: none;
    font-weight: 400;
    transition: none;
}
.form-agreement a.forgot-pass:hover{
    text-decoration:1px solid #bf6bc8 underline;
    color: #000;
}
.login-forms .form-inner button {
    background-color: #000;
}
.form-wrapper form .form-inner.work_status input[type='radio'] {
    display: none;
}
.form-inner.job_type label{
    display: flex !important;
    justify-content: start;
    align-items: center;
    gap: 10px;
}
.form-wrapper form .form-inner.job_type input[type='radio'] {
    width: 14px;
}
.form-wrapper form .form-inner.job_type input:focus{
    box-shadow: none !important;
}
.rad_work_status{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #e2edff;
    border-radius: 20px;
    padding: 10px 12px;
}
.rad_work_status.hiring_status{
    padding: 10px 10px;
}
.rad_work_status p {
    font-family: var(--primary-font) !important;
    font-size: 12px;
    color: var(--block);
    line-height: 15px;
}
.rad_work_status p span {
    font-size: 11px !important;
    font-family: var(--primary-font) !important;
}
.rad_work_status img{
    width: 30px;
}
.work_status_label label{
    font-family: var(--primary-font);
    color: #000;
    font-size: 12px;
    padding-bottom: 2px;
}
.required{
    color: #ff0000 !important;
}
.address-details {
    padding: 35px 15px 0 !important;
}
.address-details h2 {
    font-family: var(--primary-font);
    color: #fff;
    font-size: 24px;
}
.address-details ul li {
    font-family: var(--secondary-font);
    font-size: 14px;
    list-style: none;
}
.address-details ul {
    padding-left: 0;
}
.address-details ul li i {
    padding-right: 10px;
}
.address-details ul li a:hover {
    color: #fff;
}
ul.social-media-contact li {
    display: inline;
}
#registerForm .input-area div.error {
    position: absolute;
    right: 0;
    top: -15px;
    font-size: 10px;
    font-family: var(--secondary-font);
}
span#work_error,span#hiring_error,span#resume_error{
    font-size: 10px;
    font-family: var(--secondary-font);
}
.active_msg{
    color: #12247a;
    background-color: #b6c2f3;
    border-color: #b6c2f3;
    border-radius: 30px;
    padding: 4px 10px;
    font-family: var(--primary-font);
    font-weight: 300;
}
.searchable-select{
    width:100%;
}
#searchInput{
    width:100%;
    padding:8px;
    border:1px solid #ccc;
}
.searchable-select .dropdown {
    position: absolute;
    width: 100%;
    border: 1px solid #ccc;
    max-height: 150px;
    overflow-y: auto;
    display: none;
    background: #fff;
    z-index: 9;
    margin-top: 5px;
    border-radius: 10px;
    text-align: left;
    left: 0;
}
.searchable-select .option,.searchable-select .option1{
    padding: 8px 8px 8px 15px;
    font-size: 12px;
    cursor: pointer;
    font-family: var(--primary-font);
}
.searchable-select .option:hover{
    background:#f2f2f2;
}
.dashboard-inner .author-area {
    margin-bottom: 30px !important;
}
.dashboard-area .dashboard-sidebar .single-widget .dashboard-menu ul li a.active {
    background-color: #2957a4 !important;
}
.dashboard-area .dashboard-sidebar .single-widget .dashboard-menu ul li a:hover {
    background-color: rgb(231 236 245) !important;
}
.table-wrapper .eg-table thead tr th {
    padding: 10px 14px !important;
    font-family: var(--secondary-font);
}
.dashboard-inner .counter-area .counter-single {
    border: 1px solid var(--primary-color) !important;
    border-radius: 20px !important;
}
.dashboard-inner .counter-area .counter-single::after {
    background-color: #00a7ac00;
}
.dashboard-inner .counter-area .counter-single.two::after {
    background-color: #045daf05;
}
.dashboard-inner .counter-area .counter-single.three::after {
    background-color: #dfa10000;
}
.dashboard-inner .counter-area .counter-single.four::after {
    background-color: #02afa505;
}
.dashboard-inner .author-area .author-content h4 {
    color: #161818 !important;
    font-size: 20px !important;
}
.dashboard-inner .counter-area {
    margin-bottom: 30px;
}
.dashboard-inner .counter-area .counter-single .coundown p {
    color: #000 !important;
    font-family: var(--primary-font) !important;
}
.dashboard-menu li {
    cursor: pointer;
    padding: 0px 0px !important;
}
.author-content span {
    font-family: var(--primary-font) !important;
    font-size: 12px;
}
.sticky-side.dashboard .nav-pills .nav-link {
    padding: 10px 1rem;
    font-family: var(--primary-font);
    font-weight: 400;
    margin: 0 10px;
}
.sticky-side.dashboard .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: var(--primary-color);
    border-radius: 30px;
    margin: 10px;
}
.sticky-side{
    position: sticky;
    top: 100px;
}
form.profile-form.bg-form {
    background-color: #fff;
}
.table-wrapper .eg-table tbody tr td .company-info .company-details .top span {
    background-color: #F3E8C1;
    border-radius: 50px;
    font-weight: 500;
    color: #061421;
}
.table-wrapper .eg-table tbody tr td .company-info {
    flex-wrap: nowrap;
}
.table-wrapper .eg-table .view-btn{
    color: var(--primary-color);
}
.form-wrapper form.profile-form::after {
    background: #0468b3 !important;
}
.form-wrapper form {
    padding: 20px 20px;
}
.form-wrapper form .form-inner .input-area {
    background: #ffffff00;
}
.table-wrapper .eg-table tbody tr td .company-info .company-details .top h6 a {
    font-size: 16px !important;
}
.table-wrapper .eg-table tbody tr td .company-info .company-details .top h6 a:hover {
    color: #2957a4;
    text-decoration: underline 1px solid #000;
}
.table-wrapper .eg-table tbody tr td {
    font-family: 'Exo 2';
    font-size: 14px;
}
.resume-upload .upload-box {
    border: 2px dashed #c7c7c7;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    display: block;
    background: #fafafa;
    padding: 9px;
}
.resume-upload .upload-box:hover {
    border-color: #0d6efd;
    background: #f1f7ff;
}
.upload-icon {
    font-size: 30px;
    color: #0d6efd;
    margin-bottom: 10px;
}
.upload-text {
    font-weight: 600;
    margin-bottom: 5px;
}
.upload-format {
    font-size: 13px;
    color: #777;
}
.custom-select {
    position: relative;
}
.custom-select select {
    width: 100%;
    padding: 12px 15px;
    font-size: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: 0.3s;
    cursor: pointer;
}
/* Custom arrow */
.custom-select::after {
    content: "▼";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #666;
    pointer-events: none;
}
/* Hover effect */
.custom-select select:hover {
    border-color: #ff6a00;
}
/* Focus effect */
.custom-select select:focus {
    outline: none;
    border-color: #ff6a00;
    box-shadow: 0 0 5px rgba(255,106,0,0.3);
}
.form-wrapper form .form-inner i {
    color: #000;
}
/* Label style */
.custom-select select {
    padding: 3px 24px !important;
}
.form-wrapper form .form-inner .nice-select {
    border-top: 1px solid #50439a;
    border-left: 1px solid #50439a;
    border-right: 1px solid #bd6db6;
    border-bottom: 1px solid #bd6db6;
    border-radius: 30px;
}
.table-wrapper .eg-table tbody tr td .company-info .company-details ul li {
    gap: 7px;
    font-family: var(--primary-font);
    font-size: 12px;
}
.table-wrapper .eg-table tbody tr td .company-info .company-details ul li p,.table-wrapper .eg-table tbody tr td .company-info .company-details ul li p span{
    font-family: var(--primary-font) !important;
    font-size: 12px;
}
.nice-select.select1 {
    background-color: #e2edff;
    line-height: 30px;
    border-radius: 20px;
    height: 30px;
}
.table-wrapper2 .eg-table tbody tr td .action-btn-group ul li {
    margin-bottom: 0px;
}
.table-wrapper .eg-table tbody tr td{
    border: 1px solid #e2edff;
}
.sticky-side.dashboard .nav-pills .nav-link i,.user-card.dropdown-menu ul li a i {
    padding-right: 10px;
}
.section-title h5,.user-card.dropdown-menu ul li a {
    font-family: var(--primary-font);
    font-size: 16px;
    color: var(--black);
}
.user-card.dropdown-menu ul li:hover{
    text-decoration: underline 1px solid var(--primary-color);
}
.form-wrapper form .drag-area {
    background-image: url(../images/bg/image-upload-bg.png);
}
.form-wrapper form .drag-area .upload-btn,.form-wrapper form .drag-area p {
    color: var(--primary-color);
}
img.user-icon {
    border-radius: 50%;
}
.dashboard-inner .author-area .author-content span::after {
    background-color: var(--primary-color);
}
.dashboard-inner .author-area .author-img img {
    height: 90px;
    width: 90px;
    border-radius: 5px;
    object-fit: contain;
    object-position: center;
}
.table-wrapper2 .eg-table tbody tr td .employee-info .employee-img img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
}
.table-wrapper2 .eg-table tbody tr td {
    padding: 10px;
}
.table-wrapper2 .eg-table tbody tr td .employee-info {
    display: flex;
    gap: 10px;
    align-items: center;
}
.table-wrapper2 .eg-table tbody tr td .employee-info .employee-content button,.table-wrapper2 .eg-table tbody tr td .carrer-summary h6,.table-wrapper2 .eg-table.job-list-table tbody tr td .job-content h5 a {
    font-size: 14px;
    font-weight: 400;
}
.table-wrapper2 .eg-table tbody tr td .employee-info .employee-content {
    margin-top: 0px;
}
.table-wrapper2 .eg-table tbody tr td .carrer-summary span.candidate-date {
    font-family: var(--secondary-font);
    font-size: 12px;
    background-color: #F3E8C1;
    border-radius: 50px;
    font-weight: 400;
    color: #061421;
    padding: 2px 8px;
}
.select-area select {
    font-family: var(--secondary-font);
    font-size: 12px;
    border-radius: 12px;
    padding: 2px 6px;
}
.table-wrapper2 .eg-table,.table-wrapper .eg-table {
    border-radius: 35px 35px 0 0;
}
.table-wrapper2 .eg-table thead,.table-wrapper .eg-table thead {
    background: transparent;
    background-image: linear-gradient(47deg, #4577cb, #184797);
    border-radius: 5px;
    border: none;
}
table.eg-table tr th {
    font-family: var(--primary-font) !important;
    font-size: 16px !important;
}
.dashboard-inner .new-applied-job-area {
    background: #FFFFFF;
    border-radius: 25px;
    padding: 15px 20px;
}
.nice-select.select1 {
    padding: 0 25px !important;
}
.nice-select.select1 span, .nice-select.select1 ul li {
    font-family: var(--secondary-font) !important;
}
.form-wrapper form .form-inner .nice-select .option:hover, .form-wrapper form .form-inner .nice-select .option.focus, .form-wrapper form .form-inner .nice-select .option.selected.focus {
    background-color: rgb(41 87 164 / 23%);
}
.table-wrapper2 .eg-table.job-list-table tbody tr td .total-number,.table-wrapper2 .eg-table.job-list-table tbody tr td .job-content .form-check {
    font-family: var(--secondary-font);
    font-weight: 400;
    font-size: 14px;
}
.table-wrapper2 .eg-table tbody tr td .action-btn-group2 {
    flex-direction: row;
}
.table-wrapper2 .eg-table tbody tr td .action-btn-group2 li .green--btn,.table-wrapper2 .eg-table tbody tr td .action-btn-group2 li .sky--btn,.table-wrapper2 .eg-table.job-list-table tbody tr td .total-number {
    background-color: transparent;
    color: #000;
    border: none;
}
.table-wrapper2 .eg-table.job-list-table tbody tr td .job-content .form-check-input:checked {
    background-color: #088d1f;
    border-color: #088d1f;
}
.table-wrapper2 .eg-table.job-list-table tbody tr td .job-content .form-check-input:focus {
    border-color: #088d1f;
}
.action-btn-group2 .primry-btn-2::before,.table-wrapper2 .eg-table .eg-btn::after{
    background-color: transparent;
}
input#jobtitle::placeholder {
    font-family: var(--secondary-font);
}
.table-wrapper2 .table-filter-area form .form-wrap.style-3 .form-inner .input-area {
    gap: 10px;
}
img.user-icon.company_dash {
    width: 40px;
    height: 40px;
    object-fit: contain;
    padding: 4px;
    border: 1px solid #2957a4;
    border-radius: 30px;
}
img.user-icon.candidate_dash {
    width: 40px;
    height: 40px;
    object-fit: cover;
    object-position: top;
    padding: 4px;
    border: 1px solid #000;
    border-radius: 30px;
}
.job_count {
    font-family: var(--secondary-font);
    margin-top: 8px;
}
span#countDisplay {
    color: #ff0000;
    font-weight: 500;
}
.table-wrapper2 .title-and-btn .job-post-btn a {
    background-color: #2957a4;
    padding: 10px 22px;
    border-radius: 30px;
}
.table-wrapper2 .table-filter-area,.table-wrapper2 .table-filter-area form .form-wrap,.table-wrapper2 .table-filter-area form .form-wrap.style-2 .form-inner,.table-wrapper2 .title-and-btn .job-post-btn a::before{
    border-radius: 30px;
}
.profile_letter {
    border: 1px solid #2957a4;
    padding: 6px 12px;
    border-radius: 30px;
    font-family: var(--primary-font);
    font-size: 14px;
}
.job-post-area .form-wrapper form {
    border: 1px solid #000;
}
.ui.fluid.dropdown {
    border-top: 1px solid #50439a !important;
    border-left: 1px solid #50439a !important;
    border-right: 1px solid #bd6db6 !important;
    border-bottom: 1px solid #bd6db6 !important;
    border-radius: 30px !important;
    padding: 10px !important;
}
.ui.selection.dropdown i{
    position: relative;
    right: auto;
    bottom: auto;
}
.ui.selection.dropdown>.dropdown.icon{
    line-height: 25px !important;
}
.form-wrapper form .form-inner input[type=checkbox] + label:before {
    border: 1px solid var(--primary-color);
}
.form-wrapper form .form-agreement .two label {
    font-size: 14px;
    font-family: var(--secondary-font);
}
.form-wrapper form .form-inner input[type=checkbox]:checked + label:after {
    border: 1px solid #ac0000;
    border-width: 0 1px 1px 0;
}
.job-content i.bi.bi-calendar {
    font-size: 12px;
}
span.deadline {
    color: #ff0000 !important;
    font-size: 12px !important;
}
.resume-upload a {
    font-family: var(--secondary-font);
    font-size: 12px;
}
.job-listing-card .job-top .job-list-content .job-discription ul {
    margin-right: 10px;
}
.form-wrapper form .form-agreement .two label a {
    font-family: var(--primary-font);
    color: var(--primary-color);
}
/*---------------------------------End-Login-page---------------------------------*/
/*-----------------------------------Start-Range----------------------------------*/
.range{
  height: 40px;
  width: 100%;
  border-radius: 10px;
  padding: 0 40px 0 15px;
  margin-top: 45px;
  font-family : var(--secondary-font);
}
.sliderValue{
  position: relative;
  width: 100%;
}
.sliderValue span{
  position: absolute;
  height: 35px;
  width: 35px;
  top: -35px;
  line-height: 35px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  background: var(--primary-color);
  border-radius: 50% 50% 50% 0;
  transform: translateX(-50%) rotate(-45deg);
  z-index: 2;
}
.range .field{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
.range .field .value{
  position: absolute;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-color);
}
.range .field .value.left{
  left: -22px;
}
.range .field .value.right{
  right: -45px;
}
.range input{
  -webkit-appearance: none;
  width: 100%;
  height: 2px;
  background: #ddd;
  border-radius: 5px;
  outline: none;
  border: none;
}
.range input::-webkit-slider-thumb{
  -webkit-appearance: none;
  width: 8px;
  height: 8px;
  background: var(--primary-color);
  border-radius: 50%;
  cursor: pointer;
}
.range input::-moz-range-thumb{
  width: 15px;
  height: 15px;
  background: var(--primary-color);
  border-radius: 50%;
  cursor: pointer;
}
/*------------------------------------End-Range-----------------------------------*/
/*-----------------------------------Media-query----------------------------------*/
@media(max-width: 568px){
	.footer1 {
	    border-radius: 50vw 50vw 0 0;
	}
	.footer1 .mb--50 {
        margin-bottom: 15px;
    }
    .footer1 .footer-btm .copyright-area {
        padding-top: 0px;
    }
    .job_category_home ul li:last-child{
    	position: relative;
	    top: 0;
	    right: 0px;
	    left: 0;
	    font-family: var(--primary-font);
    }
    
    .address-details div {
        margin-top: 15px !important;
        margin-bottom: 15px;
    }
}
/*@media(max-width: 575px){
}*/
@media(max-width: 767px){
	.home2-talent-area .talent-wrap {
	    gap: 50px;
	}
	.talent-img img {
	    position: absolute;
	    top: auto;
	    bottom: 0;
	    left: auto;
	    right: 0;
	    width: 150px !important;
	    height: auto;
	    max-width: 300px;
	}
	.home2-talent-area .talent-wrap .talent-content h4 {
	    width: 75%;
	}
	.home2-talent-area .talent-wrap .talent-content p {
	    font-size: 16px;
	    line-height: 1;
	    width: 75%;
	}
	.find-btn a {
	    position: absolute;
	    bottom: 20px;
	    left: 20px;
	}
	.mb-80 {
	    margin-bottom: 50px;
	}
	.mt-120{
		margin-top: 50px;
	}
}
@media(max-width: 768px){
	.hero3 {
	    background-position: left;
	}
	.hero3 .hero-wapper .hero-content h1 {
	    font-size: 42px;
	}
	header.style-3 .header-logo {
	    padding: 0px 0 0;
	}
	header.style-3 .header-logo a img {
        max-width: 100px;
        padding: 4px;
    }
    .hero3 .hero-wapper .hero-content .job-search-area form{
    	padding: 22px 15px;
    }
    .hero3 .hero-wapper .hero-content {
        padding: 50px 0 0px;
    }
	.home3-top-company .top-company-card {
	    margin: 0 20px;
	}
    .tab-content {
        padding-top: 57px !important;
    }
    .table-wrapper .eg-table tbody tr td .company-info .company-details ul {
        flex-wrap: wrap;
        gap: 7px;
    }
    .table-wrapper .eg-table tbody tr td .company-info .company-details ul li p{
        font-size: 18px;
    }
}
@media(min-width: 768px) and (max-width: 991px){
	.home2-talent-area .talent-wrap .talent-content h4 {
	    width: 80%;
	}
	.talent-img img {
	    position: absolute;
	    top: auto;
	    bottom: 0;
	    left: auto;
	    right: 130px;
	    width: 250px !important;
	    height: auto;
	    max-width: 300px;
	}
}
@media(max-width: 991px){
    .jobs-mega-menu ul.mega-submenu li .sub-dropdown {
    position: absolute;
    left: 100%;
    top: 0;
     min-width: 100%; 
    max-height: 300px;
    overflow-y: scroll;
}
    .hero3 .hero-wapper {
        padding: 0;
    }
    /*mobile-menu*/
    ul.menu-list li:hover .mega-menu {
        z-index: 9;
        top: 0px;
        position: relative;
    }
    ul.menu-list .mega-menu{
        top: 40px;
        display: block;
        width: 100%;
    }
    ul.menu-list .mega-menu .mega-submenu{
        padding: 10px 10px 10px 0;
        width: 100%;
    }
    /* Mobile sub-dropdown */
    .jobs-mega-menu ul.mega-submenu li .sub-dropdown {
        position: static;
        visibility: visible;
        opacity: 1;
        border: none;
        box-shadow: none;
        padding: 0 0 0 15px;
        display: none;
    }
    .jobs-mega-menu ul.mega-submenu li:hover .sub-dropdown {
        display: block;
    }
    .jobs-mega-menu ul.mega-submenu li .sub-dropdown li a {
        white-space: normal;
        word-break: break-word;
    }
    .jobs-mega-menu ul.mega-submenu li a i.bi-chevron-right {
        display: none;
    }
    /*End-mobile-menu*/

    .login-area .form-wrapper .row{
        border: 1px solid #fff;
        border-radius: 20px;
    }
    .form-wrapper .col-lg-6:first-child {
        border-radius: 20px 20px 0 0;
        border-top: 0 solid #fff;
        border-left: 0 solid #fff;
        border-right: 0 solid #fff;
        border-bottom: none;
    }
    .form-wrapper .col-lg-6:last-child {
        border-radius: 0 0 20px 20px;
    }
    .login-area {
        margin: 10px;
        padding: 20px 0;
    }
    .left-side-login {
        position: relative;
    }
    .left-side-login img {
        object-fit: cover;
        border-radius: 20px 20px 0 0;
    }
    .left-side-login div {
        padding: 35px 0 10px 15px;
    }
    .left-side-login .bottom-login{
        position: relative;
    }
    .login-forms .tab-content {
        padding-top: 15px !important;
    }
    .main-menu ul.menu-list li#mega_menu_open:first-child 
    > .mega-menu ul.mega-submenu:first-child li ul.scroll-section{
        padding: 0px 10px 0 0;
    }
}
@media(min-width: 991px) and (max-width: 1200px){
    .talent-img img {
        right: 150px;
    }
}
@media(max-width: 1023px){
	.hero-img {
	    display: none;
	}
}
@media (max-width: 1399px) {
    header.style-3 .header-logo a img {
        max-width: 170px;
    }
}
.btn-group.profile {
    display: block;
}