@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
body , .page-wrapper{
    background: #F5F7F9;
}
.font-just {
    font-family: "Jost", sans-serif;    
}
.font-weight-300 {
    font-weight: 300;
}
.font-weight-400 {
    font-weight: 400 !important;
}
.font-weight-500 {
    font-weight: 500;
}
.font-weight-600 {
    font-weight: 600;
}
.font-weight-700 {
    font-weight: 700;
}
.font-weight-800 {
    font-weight: 800;
}
.top-0 {
    top: 0px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-25 {
    margin-bottom: 25px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.font-14 {
    font-size:14px !important;
}
.font-16 {
    font-size:16px !important;
}
.font-18 {
    font-size:18px !important;
}
.font-20 {
    font-size:20px !important;
}
.font-24 {
    font-size:24px !important;
}
.font-28 {
    font-size: 28px !important;
}
.font-32 {
    font-size: 32px !important;
    line-height: 41px;
}
.font-40 {
    font-size:40px !important;
}
.lh-auto {
    line-height: auto;
}
.font-20 {
    font-size: 20px;
    line-height: 0.98;
}
.dark-blue-font {
    color:#041123 !important;
}
.green-font {
    color: #069436;
}
.yellow-font {
    color: #ECB300;
}
.medium-blue {
    color: #11458C !important;
}
.light-blue {
    color: #344054 !important;
}
.dark-grey {
    color:#676869 !important;
}
.max-w-490 {
    max-width:490px;
}
.w-440 {
    width:440px;
}
.min-w-auto {
    min-width: auto !important;
}
.py-120 {
    padding-top:120px;
    padding-bottom: 120px;
}
.my-120 {
    margin-top:120px;
    margin-bottom: 120px;
}
.pt-120 {
    padding-top:120px;    
}
.pb-120 {
    padding-bottom: 120px;
}
.mt-120 {
    margin-top:120px;    
}
.mb-120 {
    margin-bottom: 120px;
}
.gap-8 {
    gap:8px;
}
.mb-24 {
    margin-bottom: 24px;
}
.mt-40 {
    margin-top: 40px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-16 {
    margin-bottom: 16px;
}
.gap-y-24 {
    row-gap: 24px;
}
.position-relative {
    position: relative;
}
.position-absolute {
    position: absolute;
}
.helvicta-medium {
    font-family: 'Helvetica Neue Medium';
}
.main-header.header-shaddow {
    border-bottom: 0px;
    box-shadow: 0px 12px 24px -10px #B3B6BA0D;
}
.main-header .main-box {
    max-width: 1148px;
    padding: 0px;
}
.main-header .logo {
    margin-right: 32px;
}
.yellow-border-btn {
    border: 2px solid #ECB300 !important;
    border-radius: 8px !important;
    display:flex;
    justify-content:center;
    align-items: center;
    padding: 12px 35px !important;
    font-size: 16px !important;
    font-family: 'Helvetica Neue';    
    color: #ECB300;
}
.yellow-border-btn:hover {
    background-color: #ECB300;
    color:#041123;
}
.yellow-btn {
    border: 2px solid #ECB300 !important;
    border-radius: 8px !important;
    display:flex;
    justify-content:center;
    align-items: center;
    padding: 12px 35px !important;
    font-size: 16px !important;
    font-family: 'Helvetica Neue';    
    color:#041123 !important;
    background-color: #ECB300 !important;
}
.yellow-btn:hover {
    color: #ECB300 !important; 
    background-color: #fff !important;
}
.main-menu .navigation > li {
    margin-right: 20px;
}
.main-menu .navigation > li.current > a{
    color: #F9AB00;
}
.main-menu .navigation > li > a {
    font-family: 'Helvetica Neue Medium';
    color:#041123;
    font-size: 14px;
    font-weight: 500;
}

.register-header {
    padding-bottom: 120px;
    margin-top: 10px;
}
.register-header-text {
    max-width: 577px;
    display: flex;
    margin: auto;
    flex-direction: column;
}
.register-header p {
    font-family: 'Helvetica Neue Regular';
    font-size: 18px;
    color: #5A5A5A;
}
/* .register-img img {
    height:450px;
    object-fit: cover;
    object-position: 60%;
}
.register-img {
    height:450px;
    position:relative;
    display: none;
} */
.img-div {
    height:529px;
    position:relative;
}
.register-img-desktop {
    height:529px;
    display: block;
    position:absolute;
    top:0px;
    left:60%;
    width:1150px;
}
.register-img-desktop img {
    height:529px;
    object-fit: cover;
    object-position: 101%;
    border-radius: 0px 0px 800px 800px;
    width: 1150px;
}
.empolyee-register-img-desktop {
    height:529px;
    display: block;
    position:absolute;
    top:0px;
    left:48%;
    width:1034px;
}
.empolyee-register-img-desktop img {
    height:529px;
    object-fit: cover;
    object-position: 30%;
    border-radius: 0px 0px 800px 800px;
    width: 1025px;
}
.choose-job-option {
    padding-bottom: 120px;
}
.job-seeker-img {
    margin-bottom: 60px;
}
.job-recurit-details {
    /* max-width: 500px; */
}
.job-recurit-details .job-div-head{
    font-size: 32px;   
    color:#363636;
    line-height: 1.3;
    margin-bottom: 15px;
}
.job-recurit-details p {
    color:#676869;
    font-family: 'Helvetica Neue Regular';
    font-size:14px;
}
.job-recurit-details h3 {
    color:#082246;
    font-family: 'Helvetica Neue Medium';
    font-size:16px;
    line-height: 24px;
}
.green-btn {
    background: #034F1D;
    display: flex;
    padding: 12px 40px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border:2px solid #034F1D;
    color: #F7F9FA;
    font-family: 'Helvetica Neue';
    font-size: 16px;
    width: fit-content;
}
.green-btn:hover {
    color: #034F1D;
    background: #F7F9FA;
}
.green-border-btn {
    border:2px solid #034F1D;
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    color: #034F1D;
    background: #F7F9FA;
    font-family: 'Helvetica Neue';
    font-size: 16px;
    border-radius: 8px;
    width: fit-content;
}
.green-border-btn:hover {
    background: #034F1D;
    color:#F7F9FA;
}
.main-footer {
    background-color: #E2EAF8;
}
.main-footer .widget-title {
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 14px;
}
.main-footer .list li a {
    color:#676869;
    font-size: 13px;
    line-height: 24px;
    font-family: 'Helvetica Neue Medium';
}
.feature-heading h2 {
    font-family: Jost;
    font-size: 32px;
    font-weight: 500;
    line-height: 41px; 
    color: #041123;
}
.category-card {
    padding: 32px 52px;
    flex-direction: column;
    align-items: center;
    gap: 16.507px;
    display: flex;
    border-radius: 6.603px;
    border: 0.825px solid #E6E6E6;
    height:400px;
    width:100%;
}
.category-icon {
    border-radius: 8.254px;
    height:60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items:center;
}
.category-icon i {
    font-size: 30px;
}
.our-feature-section .category-block-three .inner-box {
    padding: 32px 50px;
    height: 100%;
}
.our-feature-section .category-block-three .icon {
    margin-bottom: 15px;
}
.our-feature-section .category-block-three .inner-box h4 {
    margin-bottom:10px;
}
.our-feature-section .category-block-three .inner-box h4 a{
    color:#041123;
    font-size: 15px;
    line-height: 24px;
    font-weight:600;    
}
.our-feature-section .category-block-three .inner-box p {
    color:#676869;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Helvetica Neue Regular';
    line-height: 24px;
}
.category-block-three:nth-child(9) .icon {
    background: #FEDDD8;
    color: #FF2200;
}
.category-block-three:nth-child(10) .icon {
    background: #F2E0FE;
    color: #9900FF;
}
.category-block-three:nth-child(11) .icon {
    background: #FFEEE2;
    color: #FF2200;
}
.category-block-three:nth-child(12) .icon {
    background: #D4F4F8;
    color: #1967D2;
}
.job-categories  {
    padding-bottom: 120px;
}
.easy-free-section {
    padding-bottom: 120px;
}
.easy-free-heading {
    font-size: 32px;
    color: #11458C;
}
.easy-ul {
    color: #676869;
    font-size:18px;
    font-family: 'Helvetica Neue Regular';
    line-height: 24px;
    padding-left: 20px;    
}
.easy-ul li {
    margin-bottom: 20px;
}
.Faq-section {
    background: #F5F3ED;
    padding-top:120px;
    padding-bottom: 120px;
}
.faqs-s {
    max-width: 894px;
    margin:auto;
}
.faq-name {
    color:#0146A6;
    font-family: 'Helvetica Neue Regular';
    font-size:13px;
    line-height:24px;
    margin-bottom: 25px;
}
.Faq-heading {
    color: #041123;
    font-size: 40px;
    line-height:48px;
    font-weight:700;
    margin-bottom: 40px;
}
.Faq-section .accordion-box .block .acc-btn {
    font-family: "Jost", sans-serif;    
    color: #041123;
    font-size:32px;
    font-weight: 500;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 0px;
    padding-right: 0px;
    line-height: 48px;
}
.Faq-section .accordion-box .block .acc-btn.active {
    border-bottom: 1px solid #6ddcff;
}
.Faq-section .accordion-box .block .acc-btn h3 {
    width: 75%;
    font-weight: 500;
}
.Faq-section .accordion-box .block .acc-btn .icon {
    margin-top: auto;
    margin-bottom:auto;
    bottom: 0px;
    font-size: 27px;
    color: #0146A6;
}
.Faq-section .accordion-box .block .acc-btn.active .icon::before { 
    content: "\f062"
}
.Faq-section .accordion-box .block {
    border: 1px solid #B3B3B3;
    border-left: 0px;
    border-right: 0px;
    box-shadow: none;
    border-radius: 0px;
    margin-bottom:0px;
    border-bottom: 0px;
}
.Faq-section .accordion-box .block:last-child {
    border-bottom:1px solid #B3B3B3;
}
.Faq-section .accordion-box .block .content{
    padding-left:0px;
    padding-right: 0px;    
}
.Faq-section .accordion-box .block .content > * {
    font-family: "Jost", sans-serif;  
    font-size: 24px;
    line-height: 32px;
    color:#3A3A3A;
    font-weight: 500;
}
.register-testimonials .testimonial-block {
    max-width: 774px !important;
    margin-left: auto;
    margin-right: auto;
}
.register-testimonials .testimonial-block .inner-box {
    padding-top: 80px;
}
.register-testimonials .testimonial-block .inner-box::before {
    top: 79px;
}
.register-testimonials .testimonial-block .title {
    color:#041123;
    font-size:18px;
}
.register-testimonials .testimonial-block .text {
    color: #676869;
    font-size: 14px;
    line-height:24px;
    font-family: 'Helvetica Neue';
}
.register-testimonials .testimonial-block .designation {
    color: #676869;
    font-size: 13px;
    font-family: 'Helvetica Neue Regular';
}
.register-testimonials .testimonial-block .name {
    font-size: 16px;
    color:#041123;
    font-family: 'Helvetica Neue Medium';
}
.register-testimonials .testimonial-block .thumb {
    border: 1px solid #E6E6E6;
    background: none;
    width: 60px;
    height:60px;
    margin-top: auto;
    margin-bottom: auto;
    bottom: 0px;
}
.about-img {
    height: 627px;
}
.our-data-sections h3{
    color: #11458C;
    font-size:32px;
}
.our-data-sections p {
    color: #676869;
    font-size:20px;
    line-height: 28px;
}
.green-h3 {
    color: #069436;
    font-family: Jost;
    font-size: 32px;
    font-weight: 500;
    line-height: 41px;
}
.about-1 {
    background: url(../images/img/best-roi-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
    padding-top:55px;
    padding-bottom:55px;
}
.about-p {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}
.about-1 .about-heading p , .about-2 .about-heading p {
    color:#676869;
    font-family: 'Helvetica Neue Regular';
    font-size: 18px;
    line-height: 26px;
}
.about-1 .about-heading ul , .about-2 .about-heading ul {
    color:#676869;
    font-family: 'Helvetica Neue Regular';
    font-size: 18px;
    line-height: 26px;
    padding-left: 15px;
}
.about-1 ul li , .about-2 ul li{
    margin-bottom: 15px;
}
.blog-categories-section {
    padding-top: 16px;
    padding-bottom: 8px;
}
.blog-categories-section ul {
    display:flex;
    list-style:none;
    gap: 30px;
}
.blog-categories-section a {
    color: #3A3A3A;
    font-size: 13px;
    font-family: 'Helvetica Neue Regular';
    line-height:24px;
    border-bottom: 1px solid transparent;
    font-weight: 500;
}
.blog-categories-section a.active {
    color:#041123;
    border-bottom: 1px solid #F9AB00;
}
.page-title {
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.blog-page-title {
    padding-top: 60px;
    padding-bottom:60px;
}
.blog-page-title::before {
    background-image : url(../images/img/black-50-bg.png);
}
.page-title h1 {
    color: #F8FAFB;
    font-size: 40px;
    line-height: 48px;
}
.page-breadcrumb li {
    color:#ECB300;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Helvetica Neue Medium';
}
.page-breadcrumb li::after { 
    color:#ECB300;
    font-size: 18px;
    line-height: 24px;
    top: 0px;
}
.page-breadcrumb li a {
    color:#AEAFB1;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Helvetica Neue Medium';
}
.news-block .inner-box {
    padding: 20px 16px !important;
    border: none !important;
}
.card-tags {
    color: #5A5A5A;
    font-family: 'Helvetica Neue Light';
    font-size:16px;
    line-height:24px;
}
.news-block .image-box img {
    max-height: 200px;
    border-radius: 4px;
}
.news-block .lower-content h3 {
    padding-top: 18px;
}
.news-block .lower-content h3 a {
    font-family: 'Helvetica Neue Medium';
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #11458C;
}
.news-block .lower-content p {
    color: #676869;
    font-family: 'Helvetica Neue Regular';
    font-size:16px;
    line-height: 25px;
}
.news-block .lower-content {
    padding-left:0px;
    padding-right:0px;
    padding-bottom: 0px;
}
.news-block .lower-content .read-more {
    color:#069436;
    font-family: 'Helvetica Neue Medium';
    font-size:16px;
    line-height: 25px;
}
.blog-sidebar {
    background: #DFE1E340;
    max-width: 300px;
    margin:auto;
    padding-left: 24px;
    padding-right: 24px;
}
.sidebar-widget {
    background: transparent;
}
.sidebar-title h3 {
    color: #11458C;
    font-family: 'Helvetica Neue Medium';
    font-size: 20px;
    line-height: 32px;
}
.sidebar-widget .textwidget {
    font-family: 'Helvetica Neue Medium';
    color: #676869;
    font-size:14px;
    line-height: 24px;
}
.tag-list a {
    padding: 8px 10px;
    border: 1px solid #E6E6E6;
    background: #E2EAF8;
    color:#11458C;
    font-size: 13px;
    font-family: 'Helvetica Neue Regular';
    border-radius:8px;
}
.catagory-list li a {
    font-family: 'Helvetica Neue Regular';
    color: #676869;
    font-size: 13px;
    line-height:24px;
}
.contact-section .upper-box {
    padding: 32px 158px;
    margin-top: -200px;
    border-radius: 12px;
    box-shadow: 0px 24px 32px -15px rgba(168,175,182,0.15);
    margin-bottom: 80px;
}
.contact-block .inner-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    max-width: 270px;
    margin: auto;
}
.contact-block .icon {
    margin-bottom: 20px;
}
.contact-block h4 {
    color:#041123;
    font-size:32px;
    line-height: 41px;
    font-weight:500
}
.contact-block p {
    color:#5A5A5A;
    font-family: 'Helvetica Neue Medium';
    font-size: 18px;
    line-height: 26px;
}
.contact-block p .phone {
    color:#5A5A5A;
}
.contact-section .contact-form {
    max-width: fit-content;
    background-color: #FAFBFC;
    border:1px solid #E6E6E6;
}
.contact-section .contact-form h3 {
    color:#041123;
    font-size: 32px;
    line-height: 41px;
    font-weight: 500;
}
.contact-section  .default-form .form-group > label {
    font-family: 'Helvetica Neue Medium';
    color: #344054;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
}
.contact-section  .default-form .form-group input {
    background: #F0F5F7;
    font-family: 'Helvetica Neue Medium';
    font-size:20px;
    font-weight:500;
    height: 64px;
    color:#8E8E8E;
}
.contact-section  .default-form .form-group input::placeholder {
    opacity: 1;
}
.contact-section  .default-form .form-group select {
    background: #F0F5F7;
    font-family: 'Helvetica Neue Medium';
    font-size:20px;
    font-weight:500;
    color: #8E8E8E;
}
.contact-section .default-form .form-group textarea {
    background: #F0F5F7;
    font-family: 'Helvetica Neue Medium';
    font-size:20px;
    font-weight:500;
    height: 253px;
    color: #8E8E8E;
}
.contact-section  .default-form .form-group textarea::placeholder {
    opacity: 1;
}
.contact-section .default-form .form-group {
    margin-bottom: 36px;
}
.contact-section .contact-form .theme-btn {
    max-width: inherit;
}
.contact-section .contact-form {
    padding: 60px;
}

.candidate-detail-section .upper-box {
    background: linear-gradient(90deg, rgba(167,204,255,0.3) -9.93%, rgba(164,255,195,1) 174.83%) !important;
}
.candidate-block-five .candidate-info li.designation {
    font-size: 16px;
    line-height:24px;
    color:#327EE7;
    font-family: 'Helvetica Neue Medium';
}
.candidate-block-five .candidate-info li {
    font-family: 'Helvetica Neue Medium';
    color: #676869;
    font-size:18px;
    line-height:26px;
}
.yellow-badge {
    color: #ECB300 !important;
    background: #F9AB0026 !important;
}
.yellow-badge.active {
    background: rgba(249,171,0,.8) !important;
    color: #fff !important;
    opacity: 1;
    visibility: visible;
}
.job-detail h4 {
    font-size: 28px;
    line-height:41px;
    color:#11458C;
    margin-bottom: 30px;
}
.job-detail {
    font-family: 'Helvetica Neue Regular';
    font-size: 20px;
    line-height:32px;
    color: #3A3A3A;
}
.resume-outer {
    margin-bottom: 0px;
}
.resume-block .inner {
    padding-left: 90px;
    padding-bottom: 90px;
}
.resume-outer .upper-title h4 {
    color:#069436;
    font-size:28px;
    margin-top: 40px;
    font-weight:500;
    line-height: 41px;
    margin-bottom: 32px;
}
.resume-outer.theme-blue .upper-title h4 {
    color: #11458C;
}
.resume-outer.theme-yellow .upper-title h4 {
    color: #DEA800;
}
.resume-outer.theme-blue .resume-block .name {
    background:#E2EAF8;
    color:#0146A6;
}
.resume-outer.theme-yellow .resume-block .name {
    background: #F9AB0026;
    color:#DEA800;
}
.resume-block .name {
    height: 58px;
    width:58px;
    font-size: 24px;
    line-height:32px;
    color:#069436;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #34A85326;
}
.resume-block .inner::before { 
    border-left:2px dashed #069436;
    left: 27px;
    top:63px;
}
.resume-outer.theme-blue .resume-block .inner::before {
    border-left:2px dashed #0146A6;
}
.resume-outer.theme-yellow .resume-block .inner::before {
    border-left:2px dashed #DEA800;
}
.resume-block .info-box h3 {
    color:#041123;
    font-size: 24px;
    line-height: 32px;    
    font-family: 'Jost';
}
.resume-block .info-box span {
    color:#069436;
    font-size: 20px;
    font-family: 'Jost';
    font-weight: 500;
}
.resume-block .title-box {
    margin-bottom: 20px;
}
.resume-block .edit-box .year {
    background: #34A85326;
    color:#069436;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Helvetica Neue';
}
.resume-block .inner .text {
    font-size:20px;
    color:#5A5A5A;
    line-height:32px;
    font-family: 'Helvetica Neue Regular';
}
.candidate-detail-section .sidebar-widget {
    background: #DFE1E340;
}
.candidate-detail-section .sidebar-widget .job-overview .icon {
    color: #F9AB00;
}
.candidate-detail-section .sidebar-widget .job-overview h5 {
    font-family: 'Helvetica Neue Regular';
    color:#041123;
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
}
.candidate-detail-section .sidebar-widget .job-overview span {
    color: #5A5A5A;
    font-family: 'Helvetica Neue Regular';
    font-size:14px;
    line-height:24px;
}
.candidate-sidebar .social-media-widget {
    justify-content: start;
}
.candidate-sidebar .social-media-widget .social-links a {
    font-size: 20px;
}
.candidate-sidebar .sidebar-widget .widget-title {
    color: #041123;
}
.candidate-sidebar .job-skills li a {
    background: #F9AB0026;
    border:1px solid #E6E6E6;
    padding:8px 10px;
    color: #F9AB00;
    font-family: 'Helvetica Neue Regular';
    font-size:13px;
    border-radius: 8px;
}
.candidate-sidebar .default-form .form-group > label {
    color:#344054;
    line-height: 24px;
    font-size: 14px;
    font-family: 'Helvetica Neue Regular';
}
.banner-section-nine {
    padding-top: 0px;
    display: grid;
    align-items: center;
}
.banner-section-nine .job-search-form .theme-btn {
    color: #041123 !important;
}
.banner-section-nine .job-search-form .theme-btn:hover {
    color: #ECB300 !important;
}
.banner-section-nine .text {
    font-size:18px;
    line-height: 26px;
    text-align: center;
    max-width: 721px;
    font-family: 'Helvetica Neue Regular';    
}
.advanaced-search-section {
    max-width: 1070px;  
    margin: auto;
}
.suggestion-tag {
    background-color: #BAFCD166;
    padding:10px 12px;
    border-radius: 8px;
    color: #F8FAFB;
    font-size:16px;
    line-height:25px;
    font-family: 'Helvetica Neue';
}
.suggestion-tag:hover {
    color:#e6e6e6;
    box-shadow: 0px 7px 18px rgba(0, 0, 0, 0.21);
}
.suggestion-section {
    gap:12px;
}
.advance-search {
    color:#E6E6E6;
    font-family: 'Helvetica Neue';
    font-size: 16px;
    line-height:25px;
    text-decoration: underline;
}
.advance-search:hover {
    text-decoration: underline;
    color:#b8b8b8;
}
.banner-section-nine .fun-fact-section {
    padding-top: 56px;
}
.feature-job-section .sec-title .text {
    font-size:14px;
    line-height: 24px;
    font-family: 'Helvetica Neue Regular';
    color: #676869;
}
.feature-job-section .job-block h4 a {
    font-family: 'Helvetica Neue Medium';
    font-size:18px;
    line-height:26px;
    color:#11458C;
}
.feature-job-section .job-block .job-other-info {
    gap:11px;
}
.feature-job-section .job-block .job-other-info li {
    padding: 4px 14px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    margin:0px;
}
.feature-job-section .job-block .inner-box {
    padding: 22px 24px;
}
.job-section-five {
    background-color: #F9AB000D;
}
.job-section-five .sec-title {
    margin-bottom: 20px;
}
.job-block-five .inner-box {
    align-items: center;
    padding: 22px;
}
.job-block-five .content {
    padding-left: 96px;
}
.job-block-five .inner-box .theme-btn {
    color:#000000;
    padding: 14px 40px;
    font-size: 13px;
    font-family: 'Helvetica Neue Medium';
}
.job-block-five .inner-box .theme-btn:hover {
    color: #fff;
}
.home-job-categories .category-block-three:nth-child(1) .icon {
    color: #000000 !important;
}
.home-job-categories .category-block-three h4 {
    color:#041123;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Helvetica Neue';
    font-weight: normal;
}
.home-job-categories .category-block-three p {
    color: #676869;
    font-size: 13px;
    line-height:24px;
    font-family: 'Helvetica Neue Regular';
}
.home-job-categories .category-block-three .inner-box {
    border:1px solid #E6E6E6;
}
.home-job-categories .sec-title .text {
    font-size:14px;
    line-height: 24px;
    font-family: 'Helvetica Neue Regular';
    color: #676869;
}
.home-job-categories .category-list-row {
    margin-bottom:10px;
}
.view-category-tag {
    color: #1967D2;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Helvetica Neue Medium';
    text-decoration: underline;
}
.slider-img {
    height: 56px;
    width: auto !important;
}
.help-section {
    background: url(../images/img/how-we-can-help.png);
    height:435px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 95px;
    padding-bottom:95px;
}
.help-section h3 {
    color:#041123;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 24px;
}
.help-list {
    display:flex;
    flex-direction: column;
    gap:12px;
}
.help-selection {
    max-width: 403px;
    background-color: #FEDA69;
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:space-between;
}
.help-selection h6 {
    color:#676869;
    font-size: 20px;
    line-height: 32px;
    font-family: 'Helvetica Neue Medium';  
}
.help-selection img {
    height: 30px;
    width: 30px;
}
.news-section {    
    background-color:#F9AB000D;
}
.news-section .sec-title .text {
    font-size:14px;
    line-height: 24px;
    font-family: 'Helvetica Neue Regular';
    color: #676869;
}
.home-career-section .news-block-two .inner-box {
    padding:12px 9px;
}
.home-career-section .news-block-two .lower-content {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-right: 16px !important;
    padding-left: 26px !important;
}
.home-career-section .news-block-two .post-meta {
    list-style: disc;
    padding-left: 13px;
    margin-bottom: 16px;
    font-family: 'Helvetica Neue Regular';
}
.home-career-section .news-block-two .lower-content h3 a {
    font-family: 'Helvetica Neue';
    font-size: 15px;
    line-height: 24px;
    color:#041123 !important;
    font-weight: normal;
}
.home-career-section .news-block-two .lower-content .text {
    font-family: 'Helvetica Neue Regular';
    font-size: 13px;
    line-height:24px;
    color: #676869;
}
.home-career-section .news-block-two .read-more {
    color:#040404;
    font-family: 'Helvetica Neue Medium';
    font-size:14px;
    line-height: 24px;
    font-weight: normal;
}
.home-career-section .news-block-two .read-more:hover {
    color:#1967d2;
}
.job-category-section {
    padding-top:95px;
    padding-bottom: 95px;
    margin-bottom: 120px;
}
.job-category-section .auto-container {
    max-width:1177px;
    padding: 0px;
}
.category-box {
    background: #F5F7F9;
    border-radius: 8px;
    padding:24px 30px;
    /* height:660px; */
    position:relative;
    /* border:1px solid #e6e6e6; */
    z-index: 10;
}
.job-category-section .shadow-box {
    position: absolute;
    max-width: calc(100% - 5%);
    background: linear-gradient(270deg, rgba(8, 218, 80, 0.70) -0.55%, #0146A6 47.9%, #FEDA69 99.34%);
    filter: blur(35px);
    height: 372px;
    bottom: 25px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    left: 0px;
    right: 0px;
    margin: auto;
}
.category-box h3 {
    color:#11458C;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom:40px;
}
.category-list {
    /* float: left; */
    width:100%;
    display: flex;
    gap:10px;
    flex-wrap: wrap;
}
.category-list ul{
    list-style: disc;
    font-family: 'Helvetica Neue Medium';
    color:#041123;
    line-height: 24px;
    font-size:14px;
    width: 15.91% ;
    float: left !important;
    padding-left: 10px;
}
/* .category-list ul li {
    color:#041123;
    line-height: 24px;
    font-size:14px;
    min-width: 15% ;
    margin-left: 15px;
} */
.category-list ul li {
    margin-bottom: 30px;
}
.category-list ul li a {
    color:#041123;
    line-height: 24px;
    font-size:14px;
    transition: all 500ms ease-in-out 0s !important;
}
.category-list ul li a:hover {
    text-decoration:underline;
    color: #327EE7;
}
.category-bottom ul {
    margin: 0;
    padding: 16px 0;
    display: inline-block;
    border-top: solid 1px #327EE7;
    border-bottom: solid 1px #327EE7;
    margin-top:40px;
}
.category-bottom li {
    display: inline-block;
    list-style: none;
    padding: 16px 20px;
    border-right: solid 1px #327EE7;
}
.category-bottom li:last-child {
    border-right: none;
}
.category-bottom li a {
    color: #11458C;
    font-size: 20px;
    line-height:28px;
    font-weight: 500;
    transition: all 500ms ease-in-out 0s !important;
}
.category-bottom li a:hover {
    color: #327EE7;
}
#advanced-search-modal {
    max-width: 560px;
    width: 100%;
    padding: 30px 24px;
    overflow: visible;
    background: #F5F7F9;
    border-radius: 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#advanced-searches .close-modal::before {
    color: #8E8E8E;
}
#advanced-searches a.close-modal {
    background: none;
    right: 16px;
    top: 0px; 
}
.filters-block form label{
    color:#11458C;
    font-family: 'Helvetica Neue Medium';   
    font-size:18px;
    line-height: 26px;
    /* font-weight: normal; */
    margin-bottom: 16px;
    font-weight: 400;
}
.filters-block .form-group {
    margin-bottom: 0px;
}
.job-title-search {
    background: #fff;
    border: 1px solid #E6E6E6;
    padding:20px 16px;
    border-radius: 8px;
    position:relative;
}
.job-title-search .icon{
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 24px;
    color: #5c6770;
    z-index: 1052;
}
.job-title-search input ,.job-title-search select,.job-title-search .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    width: 100%;
    color: #696969;
    line-height: 30px;
    font-weight: 400;
    background: #ffffff;
    padding-left: 40px;
    border: 0;
    border-radius: 0;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.job-title-search .chosen-container-single .chosen-single {
    height: auto;
}
.job-title-search .chosen-container .chosen-drop {
    background-color: #ffffff;
    border: 1px solid #ECEDF2 !important;
    box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    border-radius: 8px !important;
    padding-top: 10px !important;
}
.job-title-search .select2-container--default .select2-selection--single {
    height: auto;
    padding: 0px 18px 0px 40px;
    border: none;
}
.select2-container{
    max-width: 100%;
    width: 100% !important;
}
.select2-container--open, .select2-dropdown--below, .select2-drop {
    z-index: 1051;
}
.filters-block .switch {
    margin-bottom: 8px;
}
.filters-block .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.filters-block .switch .title {
    font-family: 'Helvetica Neue Regular';
    font-weight:normal;
    font-size:13px;
    line-height:24px;
    color: #676869;
}
.filters-block .slider::before {
    top: 0px;
    bottom: 0px;
    left:2px;
    margin: auto;
    height: 16px;
    width:16px;
    box-shadow: 0px 1px 2px 0px #1018280F , 0px 1px 3px 0px #1018281A;
    background-color: #fff;
}
.filters-block .slider {
    margin-right: 12px;
}
.filters-block .slider {
    height:20px;
    width:36px;
    background-color: #EAECF0;
    border:none;
}
.filters-block  input:checked + .slider::before {
    transform: translateX(16px);
}
.filters-block  input:checked + .slider {
    background: #069436;
    border: none;
}
.radio-group label {
    color:#676869 !important;
    font-family: 'Helvetica Neue Regular' !important;
    font-size: 13px !important;
    line-height: 24px !important;
    margin-bottom: 0px !important;
    margin-left: 12px;
}
.radio-group input {
    border:1px solid #D0D5DD;
    border-radius: 4px;
    margin: 0px;
}
.radio-group input[type="radio"]:checked {
    border:1px solid #069436;
    accent-color:#069436;
}
.radio-group input[type="checkbox"]:checked {
    outline:1px solid #069436;
    accent-color:#f5f7f9;
    box-shadow: none;
}
.radio-group input[type=checkbox]:checked:before {
    color:#069436 ;
    margin: 2px 0 0 -1px;
    font: normal normal normal 13.5px/1 FontAwesome;
}
.salary-checkbox input[type="checkbox"]:checked  {    
    border:1px solid #7F56D9;
    accent-color:#7F56D9;
}
.salary-checkbox input[type=checkbox]:checked:before {
    color:#7F56D9 ;
    margin: 2px 0 0 -1px;
    font: normal normal normal 13.5px/1 FontAwesome;
}
.radio-group {
    margin-bottom:8px;
}
.filters-block .filter-block h4 {
    color:#041123;
    font-size:18px;
    font-family: 'Helvetica Neue Medium';
    font-weight: 500;
    line-height: 26px;
}
.range-slider-one .ui-slider .ui-slider-range {
    background-color: #ECB300;
}
.range-slider-one .ui-state-default, .range-slider-one .ui-widget-content .ui-state-default {
    border-color:#ECB300;
    box-shadow: 0px 1.58px 3.17px -1.58px #1018280F , 0px 3.17px 6.33px -1.58px #1018281A;
}
.range-slider-one .amount-outer {
    color:#ECB300;
    background:#F9AB0026;
    padding: 10px 16px;
    font-family: 'Helvetica Neue Regular';
    font-size:16px;
    line-height: 25px;
    height: auto;
}
.top-jobs-slider {
    margin-top: 50px;
}
.top-job-heading h3{
    color:#041123;
    font-family: 'Helvetica Neue Medium';
    font-size:18px;
    line-height:26px;
    text-align:center;
    margin-bottom: 24px;
}
.jobs-box {
    border: 1px solid #DFE1E3;
    box-shadow: 0px 11.38px 22.75px -9.48px #B3B6BA0D;
    background: #FCFDFD;
    padding:22px 24px;
    min-height: 256px;
    border-radius: 6px;
}
.jobs-slider .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 27px;
    gap:8px;
}
.jobs-slider .owl-dot {
    position: relative;
    height: 7px;
    width: 7px;
    background: #BFC8CB;
    border-radius: 10px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.jobs-slider .owl-dot.active {
    background: #202124;
    width: 16px;
}
.jobs-slider .company-logo img {
    height:51px;
}
.jobs-slider .job-description {
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.job-description h4 a {
    color: #11458C;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.job-description h4 a:hover {
    color: var(--main-color);
}
.job-description .job-info li {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    color: #696969;
    font-weight: 400;
    padding-left: 25px;
    margin-right: 10px;
}
.job-description .job-info li .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    line-height: 22px;
    color: #696969;
}
.job-description .job-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap:10px;
    column-gap:8px;
}
.job-description .job-other-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.jobs-banner {
    background: url(../images/img/jobs-bg-banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 290px;
    display: grid;
    justify-content: center;
    align-items: center;
}
.jobs-banner.page-title::before {
    content: none;
}
.ls-section .filters-outer {
    background: #DFE1E340;
    padding: 24px;
}
.call-to-companies {
    padding: 29px 26px;
    border-radius: 8px;
    background: url(../images/img/call-companies.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ls-switcher .sort-by .chosen-single {
    background: #E2EAF8;
}
.ls-pagination li  , .ls-pagination li a{
    font-size: 18px;
    font-family: 'Helvetica Neue Medium';
    color: #8E8E8E;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    height: 45px;
    width: 45px;
    padding-top: 3px;
}
.ls-pagination li.active span , .ls-pagination li a:hover{
    background: #034F1D;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    height: 45px;
    width: 45px;
    padding-top: 3px;

}
.big-content {
    padding-left: 0px !important;
    display: flex;
}
.big-content .company-logo img {
    border-radius: 8px;
    width: 180px;
    max-width: 180px;
    height: auto;
    object-fit: contain;
}
.big-content  .company-logo {
    width: 180px;
    max-height: 180px;
    height: 100%;
    position: relative;
    margin-right: 20px;
    margin-bottom: 10px;
}
.big-content h4 a{
    color: #11458C;
    font-family: 'Helvetica Neue Medium';
}
.big-content .job-info li {
    font-family: 'Helvetica Neue Regular';
    color: #676869;
    font-size: 18px;
}
.category-block-three-1 .icon{
    background: #D4F4F8 !important;
    color: #1967D2 !important;
}
.category-block-three-2 .icon{
    background: #FEDDD8 !important;
    color: #FF2200 !important;
}
.category-block-three-3 .icon{
    background: #F2E0FE !important;
    color: #9900FF !important;
}
.category-block-three-4 .icon{
    background: #FFEEE2 !important;
    color: #FF2200 !important;
}
.category-block-three-5 .icon{
    background: #D4EFDF !important;
    color: #00CA52 !important;
}
.category-block-three-6 .icon{
    background: #FCF4DB !important;
    color: #ECB300 !important;
}
.category-block-three-7 .icon{
    background: #DAD9F8 !important;
    color: #0800ED !important;
}
.category-block-three-8 .icon{
    background: #D4F4F8 !important;
    color: #00D0EA !important;
}
.category-block-three-9 .icon {
    background: #FEDDD8 !important;
    color: #FF2200 !important;
}
.category-block-three-10  .icon {
    background: #F2E0FE !important;
    color: #9900FF !important;
}
.category-block-three-11  .icon {
    background: #FFEEE2 !important;
    color: #FF2200 !important;
}
.category-block-three-12 .icon {
    background: #D4F4F8 !important;
    color: #1967D2 !important;
}
.category-banner {
    background: linear-gradient(90deg, rgba(167,204,255,0.3) -9.93%, rgba(164,255,195,1) 174.83%) !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 290px;
    display: grid;
    justify-content: center;
    align-items: center;
}
.category-banner.page-title::before {
    content: none;
}
.bg-borders {
    border: 1px solid #DFE1E3;
    box-shadow: 0px 32px 48px -20px rgba(100, 112, 122, 0.15);
}
.bg-lights {
    background: #FAFBFC;
}
.custom-single-job .job-block-seven .job-info li {
    padding-left: 32px;
}
.badge-size {
    padding:10px 38px !important;
    font-size: 16px !important;
    font-weight: 500;
    font-family: 'Helvetica Neue Medium';
}
.feature-job-section .job-block .company-logo {
    max-width:120px;
    position: relative;    
    margin-right:20px;
    width: 100%;
    height: auto;
}
.feature-job-section  .job-block .company-logo img {
    object-fit: contain;
    height: auto;
    width: 100%;
    border-radius: 8px;
}
.feature-job-section .job-block .content {
    padding-left: 0px;
    display: flex;    
}
.custom-single-job .job-overview-two {
    border:1px solid #E6E6E6;
    background: #F8FAFB;
    box-shadow: 0px 12px 24px -10px #B3B6BA0D;
}
.custom-single-job .job-overview-two h4{
    color: #11458C;
    font-size: 28px;
    font-weight: 500;
    line-height: 41px;
}
.custom-single-job .job-overview-two {
    padding: 30px;
}
.custom-single-job .job-overview-two h5 {
    color: #041123;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}
.custom-single-job .job-overview-two span {
    color: #676869;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Helvetica Neue Medium';
}
.io-calendar {
    background-image: url(../images/img/io-calendar.png);
}
.io-experience {
    background-image: url(../images/img/io-exprience.png);
}
.io-salary {
    background-image: url(../images/img/io-salary.png);
}
.io-location {
    background-image: url(../images/img/io-location.png);
}
.io-gender {
    background-image: url(../images/img/io-yellow-user.png);
}
.io-infinity {
    background-image: url(../images/img/io-infinite.png);
}
.io-clock {
    background-image: url(../images/img/io-clock.png);
}
.custom-single-job .job-detail h4 {
    font-family: 'jost';    
}
.custom-single-job .job-detail p {
    font-size: 20px;
    line-height: 1.7;
    color:#3A3A3A;
}
.custom-single-job .list-style-three li {
    font-size: 20px;
    line-height: 1.7;
    color:#3A3A3A;
    margin-bottom: 2px;
}
.custom-single-job .social-share a {
    padding: 10px 18px;
}
.custom-single-job .social-share a.facebook {
    background-color :#1877F2;
}
.custom-single-job .social-share a.twitter {
    background-color: #041123;
}
.custom-single-job .social-share a.google {
    background-color: #E60023;
}
.custom-single-job .sidebar-widget {
    background:#DFE1E340;
    padding: 32px 40px;
}
.custom-single-job .company-widget .company-name {
    color:#041123;    
    font-size: 18px;
    line-height: 26px;
    font-family: 'Helvetica Neue Medium';
}
.yellow-btn-badge {
    background: #F9AB0026 !important;
    color: #F9AB00;
    font-family: 'Helvetica Neue';
    font-size: 16px;
}
.yellow-btn-badge:hover {
    background: #F9AB00 !important;
    color:#fff;
}
.job-block .bookmark-btn {
    background: transparent;
}
.comapany-breadcrubs-banner {
    background: url(../images/img/company-banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 290px;
    display: grid;
    justify-content: center;
    align-items: center;
}
.comapany-breadcrubs-banner.page-title::before {
    content: none;
}
.company-filter-section .company-block-four .company-logo  {
    height: 120px;
    width: 120px;
    border-radius: 0px;
    margin-bottom: 28px;
}
.company-filter-section .company-block-four .company-logo img {
    width: 120px !important;
    height: auto;
    margin-bottom:0px !important;
}
.company-filter-section .company-block-four .job-info li  {
    font-weight:500;
}
.company-filter-section .register-testimonials .testimonial-block .inner-box {
    padding:33px;
}
.company-filter-section .register-testimonials .testimonial-block .inner-box::before {
    top: 34px !important;
    background-size: contain;
    background-repeat: no-repeat; 
    height: 22px;
    width: 28px;
}
.company-filter-section .register-testimonials .testimonial-block .title {
    font-family: 'Helvetica Neue Medium';
    margin-bottom: 16px;
}
.company-filter-section .register-testimonials .testimonial-block .text {
    margin-bottom:40px;
}
.company-filter-section .testimonial-section.style-two .testimonial-block .name {
    margin-bottom:1px;
    color: #041123;
}
.company-filter-section .testimonial-block .info-box {
    padding-left:70px;
}
.job-detail-section .upper-box {
    background: linear-gradient(90deg, rgba(167,204,255,0.3) -9.93%, rgba(249,171,0,0.72) 175%, rgba(3,79,29,1) 200%);
    margin-bottom: 30px;
}
.sub-company-text {
    max-width: 700px;
}
.sub-company-text p , .sub-company-text ul li{
    font-family: 'Helvetica Neue regular';
    font-size: 20px !important;
    line-height: 32px;
    color: #3A3A3A;
}
.sidebar-widget.company-widget ,.sidebar-widget.contact-widget{
    background: #DFE1E340;
}
.get-started-section {
    background: #082246;
    padding-top: 100px;
    padding-bottom: 100px;
}
.get-started-section .auto-container {
    display: grid;
    align-items: center;
    justify-items: center;
}
.get-started-section h2 {
    font-size: 40px;
    margin-bottom: 28px;
}
.get-started-section p {
    color: #DFE1E3 !important; 
    margin-bottom: 32px;
}
.get-started-section span {
    color: #B3B3B3;
    margin-top: 8px;
    font-family: 'Helvetica Neue Medium';
    font-size: 13px;
}
.login-item .is_login .avatar {
    padding: 3px;
    border-radius: 50%;
    border: 1px solid #B3B3B3;
    height: 45px;
    margin-right: 5px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 45px;
}
/* input.custom_check_[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: white;
    font: inherit;
    color: currentColor;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    display: grid;
    place-content: center;
}
input.custom_check_[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #f6f6f6;
    background-color: CanvasText;
}
input.custom_check_[type="checkbox"]:checked::before {
    transform: scale(1);
} */


@media (min-width: 576px) {
    #advanced-searches .modal-dialog {
      max-width: 560px;
      margin: 1.75rem auto;
    }
}
@media (min-width:992px) {
    .text-lg-start {
        text-align: left !important;
    }
}
@media(min-width:1500px) {
    .empolyee-register-img-desktop {
        left: 60% !important;
    }
}
@media(max-width:1500px) {
    .register-img-desktop {
        left:48%
    }    
}
@media (max-width: 1260px) {
    .category-list ul{
        float: left;
        width: 24.1%;
    }
}
@media(max-width:1100px) {
    .contact-section .upper-box {
        padding:32px 100px;
    }
    .big-content .company-logo img {        
        width: 100px;
        max-width: 100px;        
    }
    .big-content  .company-logo {
        width: 100px;
        max-height: 100px;        
        margin-right: 20px;
    }
}
@media (max-width:992px) {
    .register-header {
        margin-top: 90px;
    }
    .register-img-desktop, .empolyee-register-img-desktop {
        display: none;
    }   
    /* .register-img {
        display: block;
    }   
    .register-img img {
        object-position: 100%;
    } */     
    .py-120 {
        padding-top: 60px;
        padding-bottom:60px;
    }
    .contact-section .upper-box {
        padding:32px 70px;
    }
    .category-bottom li a {
        font-size: 16px;
        line-height: 1.5;
    }
    .help-list {
        display: grid;
        justify-content: center;
        max-width: 403px;
        margin: auto;
    }
    .help-selection {
        max-width: none;
        width: 100%;
    }
    .help-list a {
        width: 403px;
    }
    .big-content .job-info li {        
        font-size: 16px;
    }
}
@media(max-width:900px) {    
    .category-list ul{
        float: left;
        width: 30%;
    }
}
@media(max-width:768px) {
    .jobseeker-employe-register {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .Faq-section .accordion-box .block .acc-btn {
        font-size: 25px;
    }
    .Faq-section .accordion-box .block .content > * {
        font-size: 18px;
    }
    .Faq-section .accordion-box .block .acc-btn h3 {
        font-size: 20px;
    }
    .Faq-heading {
        font-size: 30px;
        line-height: 1.2;
    }
    .contact-section .upper-box {
        padding:32px 30px;
    }
    .contact-section .contact-form {
        padding: 50px 30px;
    }    
    .feature-job-section .job-block .company-logo {
        max-width: 80px;
    }
    .get-started-section {
        margin-top: 60px !important;
    }
}
@media (max-width:650px) {
    .category-list ul{
        float: left;
        width: 45%;
    }
    .category-bottom li a {
        font-size: 14px;
        line-height: 1.5;
        padding: 10px 15px;
    }
    .big-content .company-logo img {        
        width: 80px;
        max-width: 80px;        
    }
    .big-content  .company-logo {
        width: 80px;
        max-height: 80px;        
        margin-right: 10px;
    }
    .w-440 {
        width: auto;
    }
}
@media only screen and (max-width: 599px) {
    .job-block-five .content {
      padding: 0;
    }
    .job-block-five .inner-box {
        align-items: start;
    }
    .big-content .job-other-info {
        margin-left: 0px;
    }
    .feature-job-section .job-block .job-other-info {
        margin-left: 0px;
    }
    .latest-jobss .job-block-five .job-other-info {
        display: flex;
    }
}
@media(max-width:410px) {
    .help-list a {
        width: auto;
    }
}

@media (min-width:768px) {
    .max-w-800 {
        max-width: 800px; 
        width:100%;
    }
}

.text-decoration-underline {
    text-decoration: underline !important;
}
.portfolio-outer .image:hover .icon {
    background-color: #ECB300 !important;
    color: #000000;
}
.object-fit-cover {
    object-fit: cover !important;
}
.video-box {
    overflow: clip;
    border-radius: 10px;
}
.max-h-363 {
    max-height: 363px !important;
}
.header-full-name {
    font-size: 18px !important;
}
.header-full-name .full-name {
    max-height: 20px !important;
}
.ul-block ul{
    display: block;
}
.custom-fonts li{
    color: #676869;
    font-size: 18px !important;
    line-height: 26px;
    font-family: 'Helvetica Neue Medium';
}
.company-overview_1 li sk {
    width: 50%;
}
.company-overview_1 li span {
    width: 50%;
    text-align: left !important;
}
.company-overview_1 li div {
    width: 50%;
}
.company-overview_1 .social-links a {
    margin-left: 0;
    margin-right: 17px;
}
.position-absolute {
    position: absolute;
}
.suggesstion-box {
    background: #fff;
    width: 300px;
    border-radius: 5px;
    list-style: none;
    border: 1px solid #ecedf2;    
    box-shadow: 0 6px 15px rgba(64,79,104,.05);
    left: 40px;
    z-index: 11;
    max-height: 300px;
    overflow-y: scroll;
}
.suggesstion-box li {
    padding: 8px 15px;
    font-size: 14px;
    color: #756f6f;
}
.suggesstion-box li:hover {
    background: rgba(98, 206, 132, 0.15);
}
#search-form .select2-container--default .select2-selection--single {
    border: none !important;
}

.job-overview-s .job-detail {
    display: flex;
    flex-direction: column;
}

.custom-single-job .job-overview-s h4 , .custom-single-job .job-overview-s h3 , .custom-single-job .job-overview-s h2 , .custom-single-job .job-overview-s h1 , .custom-single-job .job-overview-s h5 , .custom-single-job .job-overview-s h6 , .custom-single-job .job-overview-s strong {
    color: #11458C;
    font-size: 28px;
    font-weight: 500;
    line-height: 41px;
    font-family: 'jost';
}
.custom-single-job .job-overview-s strong > * {
    text-decoration: none;
}
.custom-single-job .job-overview-s u {
    text-decoration: none;
}
.custom-single-job .job-overview-s ul , .job-overview-s ol{
    margin-top: 30px;
}
.job-overview-s li {
    font-size: 20px;
    line-height: 1.7;
    color: #3A3A3A;
    margin-bottom: 2px;
}
.job-overview-s li::before {
    position: absolute;
    left: 0;
    top: 12px;
    height: 4px;
    width: 4px;
    background: #202124;
    content: "";
}
.job-overview-s h4 {
    margin-bottom: 0px;
}
.job-overview-s ol li::before {
    content: none;
}
.job-overview-s ol {
    padding-left: 25px;
}
.job-overview-s ol li {
    padding-left: 40px;
}
.job-recurit-details {
    padding: 30px 25px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
}
.resume-outer.theme-purple .upper-title h4 {
    color: #A020F0;
}
.resume-outer.theme-purple .resume-block .name {
    background:#F6E8FF;
    color:#A020F0;
}
.resume-outer.theme-purple .resume-block .inner::before {
    border-left:2px dashed #A020F0;
}
.resume-outer.theme-purple .resume-block .info-box span  {
    color:#A020F0;
}
.resume-outer.theme-purple  .resume-block .edit-box .year {
    background:#F6E8FF;
    color:#A020F0;   
}
.img-blog-svipl{
    max-width: 800px !important;
    margin: auto;
}