.header
{
 background-color: #fff;
 padding: 0px 0px!important;
}
.inner-banner
{
 background-image: url('../assets/img/inner-banner.jpg');
 background-position: 50%;
 background-size: cover;
 background-repeat: no-repeat;
 padding: 100px 0;
 margin-top: 100px;
}

/*.inner-banner:before {
    content: "";
    background-color: color-mix(in srgb, var(--background-color), #00000087 40%);
    position: absolute;
    inset: 0;
}*/

.navmenu a, .navmenu a:focus
{
 color: #000000!important;
 font-weight:600;
}
.inner
{
 box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.text-center {
    text-align: center !important;
}

.inner-banner .banner-content h1 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #fff;
    font-family: var(--font-exo2);
    margin-bottom: 5px;
}

.inner-banner .banner-content span {
    display: block;
    height: 7px;
    width: 7px;
    margin: 0 auto;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    position: relative;
}

.inner-banner .banner-content span:after, .inner-banner .banner-content span:before {
    content: "";
    width: 67px;
    height: 1px;
    background: #FFEB3B;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.inner-banner .banner-content span:before {
    left: 15px;
}
.inner-banner .banner-content span:after {
    right: 15px;
}
.inner-banner .banner-content span:after, .inner-banner .banner-content span:before {
    content: "";
    width: 67px;
    height: 1px;
    background: rgba(0, 167, 172, .2);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.inner-banner .banner-content .breadcrumb {
    justify-content: center;
    padding-top: 10px;
    margin-bottom: 0;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 1rem;
    list-style: none;
}

.inner-banner .banner-content .breadcrumb li {
    font-size: 1rem;
    font-weight: 500;
    color: #01a1a5;
    font-family: var(--font-work-sans);
}
li {
    cursor: pointer;
}
.inner-banner .banner-content .breadcrumb li a {
    color: #fff;
    transition: .35s;
}
.inner-banner .banner-content .breadcrumb li {
    font-size: 1rem;
    font-weight: 500;
    color: #01a1a5;
    font-family: var(--font-work-sans);
}
.breadcrumb-item.active {
    color: #6c757d;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem;
}


.call-to-action {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
	background-color: #060606;
}

.align-items-center {
    align-items: center !important;
}

.call-to-action .cta-content {
    padding-right: 20px;
}
.call-to-action .badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, var(--accent-color) 0%,
 color-mix(in srgb, var(--accent-color), #6c5ce7 50%) 100%);
    color: var(--contrast-color);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 4px 15px 
 color-mix(in srgb, var(--accent-color), transparent 70%);
}

.call-to-action .lead {
    font-size: 1.1rem;
    color: #fff;
    margin-bottom: 30px;
    line-height: 1.6;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.call-to-action .features-list .feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.call-to-action .features-list .feature-item i {
    color: #fff;
    font-size: 18px;
    flex-shrink: 0;
}

.bi-check-circle-fill::before {
    content: "\f26a";
}
.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.call-to-action h2 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #fff;
	padding-top:10px;
	padding-bottom:15px;
    font-family: var(--font-exo2);
    margin-bottom: 5px;
}

/*grid*/

.tools-showcase .tools-title {
    font-size: 17px;
    font-weight: bold;
    padding-top: 13px;
    margin-bottom: 24px;
    color: #000000;
}

.tools-showcase .tools-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.tools-showcase .tools-grid .tool-tag {
    padding: 8px 16px;
    background: #c8a50f;
    border: 1px solid var(--border-subtle);
    border-radius: 20px;
    font-size: 15px;
    color: #000000;
    transition: all 0.3s ease;
}

.service-cards .card-item p {
    color: #000;
    margin: 0;
}

.service-cards .card-item h4 {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
}
.card-body{
background: radial-gradient(1200px 1200px at 110% -10%,color-mix(in srgb, #FFEB3B, transparent 92%) 0%, #0000000f 50%) no-repeat, var(--surface-color);
}


.features-grid .feature-card {
    background-color: var(--surface-color);
    padding: 2rem;
    border-radius: 12px;
    border: 1px solid
 color-mix(in srgb, var(--default-color), transparent 90%);
    height: 100%;
    transition: all 0.3s 
cubic-bezier(0.4, 0, 0.2, 1);
}

.features-grid .feature-card .feature-icon {
    width: 56px;
    height: 56px;
    background: 
 color-mix(in srgb, var(--accent-color), transparent 90%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-color);
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
}

.bi-shield-check::before {
    content: "\f52f";
}
.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.features-grid .feature-card h4 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: var(--heading-color);
}

.features-grid .feature-card p {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: color-mix(in srgb, var(--default-color), transparent 30%);
    margin: 0;
}



.p-t120 {
    padding-top: 120px;
}

.site-bg-white {
    background-color: #fff;
}

.twm-our-comu-hpage-6-area {
    background-size: cover;
    background-position: top center;
}

.wt-separator-two-part-row {
    align-items: center;
}

.section-head.left.wt-small-separator-outer {
    text-align: left;
}

.wt-separator-two-part.content-white .wt-small-separator {
    color: #fff;
}
.wt-small-separator {
    font-family: "Rubik", sans-serif;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    color: #1967d2;
    font-size: 18px;
	padding-top: 66px;
    line-height: 40px;
    font-weight: 500;
}

.section-head.left.wt-small-separator-outer h2 {
    margin-bottom: 35px;
}
.wt-separator-two-part.content-white .wt-title {
    color: #fff;
}
h2 {
    font-size: 46px;
    font-weight: 500;
}

.hpage-6-comunity-counter-wrap {
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

.hpage-6-comunity-counter-wrap:after {
    position: absolute;
    width: 100%;
    height: 50%;
    content: "";
    left: 0px;
    bottom: 0px;
    background-color: #fff;
    z-index: -1;
}

.twm-company-approch6-outer {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
    
.twm-company-approch6-outer:before {
    background-image: url(https://thewebmax.org/jobzilla/images/home-6/count-bg-right.png);
    position: absolute;
    right: 0px;
    bottom: 0px;
    content: "";
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    border-radius: 0px 40px 40px 0px;
    background-position: right bottom;
}

.twm-company-approch6-outer .twm-company-approch6 {
    border-radius: 40px;
    padding: 25px 20px 20px;
    background-color: #17171d;
}
.twm-company-approch6-outer:after {
    background-image: url(https://thewebmax.org/jobzilla/images/home-6/count-bg-left.png);
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    border-radius: 40px 0px 0px 40px;
    background-position: left top;
}

.twm-company-approch6-outer .twm-company-approch6 {
    border-radius: 40px;
    padding: 25px 20px 20px;
    background-color: #17171d;
}

.twm-company-approch6-outer .twm-company-approch6 .counter-outer-two {
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}
.counter-outer-two {
    position: relative;
}

.twm-company-approch6-outer .twm-company-approch6 .icon-media-wrap {
    text-align: center;
}

.twm-company-approch6-outer .twm-company-approch6 .icon-media-wrap .icon-media {
    font-size: 48px;
    position: relative;
    z-index: 1;
}
.site-text-white {
    color: #fff;
}

.twm-company-approch6-outer .twm-company-approch6 .icon-media-wrap .icon-media:after {
    width: 40px;
    height: 86px;
    content: "";
    border-radius: 20px;
    background-color: #1967d2;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    z-index: -1;
    top: -8px;
    opacity: 0.7;
}

.flaticon-resume:before {
    content: "\f10f";
}

.twm-company-approch6-outer .twm-company-approch6 .icon-media-wrap .icon-media:after {
    width: 40px;
    height: 86px;
    content: "";
    border-radius: 20px;
    background-color: #1967d2;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    z-index: -1;
    top: -8px;
    opacity: 0.7;
}

.icon-content {
    overflow: hidden;
}

.counter-outer-two .tw-count-number {
    font-size: 38px;
    line-height: 38px;
    font-weight: 700;
    font-family: "Rubik", sans-serif;
}
.site-text-white {
    color: #fff;
}

.twm-company-approch6-outer .counter {
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}

.counter-outer-two .counter {
    font-size: 46px;
    line-height: 50px;
    font-weight: 600;
    font-family: "Rubik", sans-serif;
}
.text-clr-green {
    color: #56d8b1;
}

.twm-company-approch6-outer .twm-company-approch6 .counter-outer-two .icon-content-info {
    color: #fff;
    font-size: 18px;
}
.twm-company-approch6-outer .icon-content-info {
    font-size: 16px;
    margin-bottom: 0px;
}
.counter-outer-two .icon-content-info {
    color: #17171d;
    margin-bottom: 0px;
    font-size: 16px;
}

    .section-md {
        padding-top: 80px;
        padding-bottom: 50px;
    }
	
@media (max-width: 1199px) {
    .company-list-card1 {
        padding: 20px 15px;
    }
}
@media (max-width: 1399px) {
    .company-list-card1 {
        padding: 20px 15px;
    }
}
.company-list-card1 {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 30px;
    transition: .35s;
}
@media (max-width: 1199px) {
    .company-list-card1 .company-area {
        flex-wrap: wrap;
    }
}
.company-list-card1 .company-area {
    display: flex;
}

@media (max-width: 1199px) {
    .company-list-card1 .company-area .logo {
        margin-bottom: 10px;
    }
}
.company-list-card1 .company-area .logo {
    border: 50%;
    margin-right: 12px;
}

@media (max-width: 1199px) {
    .company-list-card1 .company-area .logo {
        margin-bottom: 10px;
    }
}
.company-list-card1 .company-area .logo {
    border: 50%;
    margin-right: 12px;
}

.company-list-card1 .company-area .logo img {
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

.company-list-card1 .company-area .company-content {
    width: 100%;
}

.company-list-card1 .company-area .company-content .company-details {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.company-list-card1 .company-area .company-content .company-details .name-location h5 {
    margin-bottom: 3px;
    line-height: 1;
}

.company-list-card1 .company-area .company-content .company-details .name-location h5 a {
    font-size: 1.125rem;
    font-weight: 600;
    color: #000;
    font-family: var(--font-exo2);
    transition: .35s;
    line-height: 1;
}
.company-list-card1 .company-area .company-content .company-details .name-location p {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    font-size: .938rem;
    font-weight: 400;
    color: #000;
    font-family: var(--font-work-sans);
}

.company-list-card1 .company-area .company-content .company-details .name-location p img {
    margin-right: 8px;
}

.company-list-card1 .company-area .company-content .company-details .bookmark {
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: #eff3f2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .35s;
    cursor: pointer;
}

.company-list-card1 .company-area .company-content .company-details .bookmark i {
    color: #13233a;
    font-size: 14px;
    transition: .35s;
}

.bi-bookmark-fill:before {
    content: "\f199";
}
.bi:before, [class*=" bi-"]:before, [class^=bi-]:before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
    .company-list-card1 .company-area .company-content .job-details-vacancies {
        gap: 10px;
    }
}
@media (max-width: 1399px) {
    .company-list-card1 .company-area .company-content .job-details-vacancies {
        gap: 10px;
    }
}
.company-list-card1 .company-area .company-content .job-details-vacancies {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

@media (max-width: 1199px) {
    .company-list-card1 .company-area .company-content .job-details-vacancies {
        gap: 10px;
    }
}
@media (max-width: 1399px) {
    .company-list-card1 .company-area .company-content .job-details-vacancies {
        gap: 10px;
    }
}
.company-list-card1 .company-area .company-content .job-details-vacancies {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

@media (max-width: 1199px) {
    .company-list-card1 .company-area .company-content .job-details-vacancies {
        gap: 10px;
    }
}
@media (max-width: 1399px) {
    .company-list-card1 .company-area .company-content .job-details-vacancies {
        gap: 10px;
    }
}
.company-list-card1 .company-area .company-content .job-details-vacancies {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.company-list-card1 .company-area .company-content .job-details-vacancies .vacancies p {
    margin-bottom: 0;
    font-size: 1.125rem;
}

.company-list-card1 .company-area .company-content .job-details-vacancies .vacancies p span {
    font-weight: 600;
    color: #13233a;
}

.company-list-card1 .company-area .company-content .job-details-vacancies .apply-btn {
    line-height: 1;
}

.company-list-card1 .company-area .company-content .job-details-vacancies .apply-btn {
    line-height: 1;
}

.company-list-card1 .company-area .company-content .job-details-vacancies .apply-btn a {
    font-size: .938rem;
    font-weight: 500;
    color: #13233a;
    font-family: var(--font-exo2);
    transition: .35s;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
}

.company-list-card1 .company-area .company-content .job-details-vacancies .apply-btn a span {
    display: inline-block;
    margin-left: 10px;
    margin-right: -20px;
    position: relative;
    transition: .35s;
}

.company-list-card1 .company-area .company-content .job-details-vacancies .apply-btn a span img {
    width: 18px;
}

.company-list-card1 .company-area .company-content .job-details-vacancies .apply-btn a span:after {
    content: url('https://jobes-nextjs.vercel.app/_next/static/media/apply-arrow.aedb133a.svg'); 
	position: relative;
    left: -26px;
    top: 2px;
    transition: .35s;
}