.top_banner_jobs {
    position: relative;
    margin-bottom: 3vw;
    background: var(--taktical-text-blue);
    overflow: hidden;
}

.top_banner_jobs::after, .top_banner_jobs::before{
    content: '';
    background: url(../images/jobs/left-svg-job.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    width: 40vw;
    height: 40vw;
    left: -15vw;
    top: -7vw;
}
.top_banner_jobs::before{
    left: inherit;
    top: inherit;
    right: -15vw;
    bottom: -7vw;
    transform: scaleY(-1) scaleX(-1);
}


@media (max-width:767px){
    .top_banner_jobs::after, .top_banner_jobs::before {
        width: 65vw;
        height: 65vw;
        left: -25vw;
        top: -10vw;
    }
    .top_banner_jobs::before{
        left: inherit;
        top: inherit;
        right: -25vw;
        bottom: -10vw;
        transform: scaleY(-1) scaleX(-1);
    }
}

.top_banner_jobs svg {
    width: 100%;
    height: 24.5vw;
}

.job-post .top_banner_jobs_post {
    background: var(--taktical-blue);
    height: 41vw;
    position: relative;
    overflow: hidden;
    border-bottom-left-radius: 6.2vw;
}
.job-post .top_banner_jobs_post > svg {
    position: absolute;
    right: 0;
    z-index: 0;
    width: 48.8vw;
    height: 42vw;
}

.job-post .top_banner_content_post {
    position: relative;
    z-index: 1;
    width: 50vw;
    padding: 5vw 10vw;
}

.sw-post{
    animation: pathmatrix 5s linear infinite;
    transform:matrix(-1, 8.74228e-08, 8.74228e-08, 1, 807.027, 657.117);
}
@keyframes pathmatrix{
    0%{
        transform:matrix(-1, 8.74228e-08, 8.74228e-08, 1, 807.027, 657.117)
    }
    50%{
        transform:matrix(-1, 8.74228e-08, 8.74228e-08, 1, 807.027, 397.117)
    }
    100%{
        transform:matrix(-1, 8.74228e-08, 8.74228e-08, 1, 807.027, 657.117)
    }
}
.sw-post-2{
    animation: pathmatrix2 5s linear infinite;
    transform: matrix(-1, 8.74228e-08, 8.74228e-08, 1, 665.027, 657.117);
}
@keyframes pathmatrix2{
    0%{
        transform: matrix(-1, 8.74228e-08, 8.74228e-08, 1, 665.027, 657.117);
    }
    50%{
        transform: matrix(-1, 8.74228e-08, 8.74228e-08, 1, 665.027, 397.117);
    }
    100%{
        transform: matrix(-1, 8.74228e-08, 8.74228e-08, 1, 665.027, 657.117);
    }
}
.agency-sw{
    animation: pathmatrix3 5s linear infinite;
    transform: matrix(1, 1.74846e-07, 1.74846e-07, -1, 263.726, 265);
}
@keyframes pathmatrix3{
    0%{
        transform: matrix(1, 1.74846e-07, 1.74846e-07, -1, 263.726, 265);
    }
    50%{
        transform: matrix(1, 1.74846e-07, 1.74846e-07, -1, 263.726, 88);
    }
    100%{
        transform: matrix(1, 1.74846e-07, 1.74846e-07, -1, 263.726, 265);
    }
}
.agency-sw-2{
    animation: pathmatrix4 5s linear infinite;
    transform:translateY(-28.5%);
}
@keyframes pathmatrix4{
    0%{
        transform: translateY(-28.5%);
    }
    50%{
        transform: translateY(0%);
    }
    100%{
        transform: translateY(-28.5%);
    }
}
.top_banner_jobs .top_banner_content {
    z-index: 1;
    max-width: 50vw;
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5vw 0;
}


.job-post .top_banner_jobs_post .top_banner_content_post{
    position: relative;
}

.top_banner_jobs  .site-para {
    font-size: 1vw;
    max-width: 35vw;
    margin: 1vw auto 0;
}
.job-items {
    padding-bottom: 2vw;
    margin-bottom: 0;
}

.job-items .site-heading{
    margin-top: 3vw;
}
.job-list {
    width: 70vw;
    margin: 0 auto 0;
    padding: 1vw 5vw 2vw;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    gap: 2%;
}
.job-list li {
    display: flex;
    width: 49%;
    margin-bottom: 1.5vw;
    align-items: stretch;
}
.job-list li a{
    text-decoration: none;
    width: 100%;
    background: #fff;
    padding: 2vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    transition: all 0.3s ease-in-out;
    height: 100%;
}
.job-list li a:hover{
    color: var(--taktical-blue);
    box-shadow: 0px 17px 25px -6px rgb(0 0 0 / 13%);
    -webkit-box-shadow: 0px 17px 25px -6px rgb(0 0 0 / 13%);
    -moz-box-shadow: 0px 17px 25px -6px rgb(0 0 0 / 13%);
    transform: scale(1.02);
}


.job-pref {
    font-size: 0.8vw;
}
.job-pref > *{
   position: relative; 
}
.job-title {
    font-size: 1.4vw;
    font-weight: 600;
    margin: 0.5vw 0 0.5vw;
    line-height: 1.6vw;
    padding-left: 0.3vw;
}
.job-pref svg {
    width: 1.5vw;
    height: 1.5vw;
}
.job-pref.job-pref svg{
    position: relative;
}
.job-work {
    margin-right: 0.8vw;
}
.job-link {
    font-size: 1vw;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
    padding-left: 0.3vw;
}
.job-list li a:hover .job-link {
    transform: translateX(0.36vw) scale(1.1);
    
}
.loadMore {
    width: auto;
    margin: auto;
    padding: 0;
    max-width: 13vw;
}

.white-text-tag {
    background: #fff;
    color: var(--taktical-blue);
    border-radius: 50vw;
    padding: 0.5vw 1.5vw;
    font-size: 1vw;
    font-weight: 600;
    box-shadow: 0vw 0.5vw 1vw -1vw #000;
    margin-bottom: 1vw;
    display: inline-block;
}


/***blog-feature box ***/
.blog-feature-box {
    position: relative;
    --height: 38vw;
    overflow: hidden;
    background: #fff;
    margin-bottom: 5vw;
}
.blog-feature-box svg {
    right: 0;
    top: 0;
    position: absolute;
    bottom: 0;
    width: 48.3vw;
    height: var(--height);
}

.jobs-text-cont {
    width: 48vw;
    color: var(--taktical-text-blue);
    padding: 5vw 10vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: var(--height);
}

@media (min-width: 768px){
    .jobs-text-cont .site-heading{
        line-height: 4vw;
    }
    .jobs-text-cont .site-para{
        font-size: 1.4vw;
    }
}

.green-check-list{
    padding: 0;
    list-style: none;
    marker: none;
}
.green-check-list li{
    padding: 0;
    position: relative;
    padding-left: 3vw;
    margin-bottom: 2vw;
}

@media (min-width: 768px){
    .green-check-list li {
    padding-left: 3vw;
    margin-bottom: 2vw;
    font-size: 1.4vw;
    padding-right: 1.2vw;
        line-height: 2vw;
}
}
.green-check-list li:after {
    content: '';
    position: absolute;
    top: 0.2vw;
    left: 0;
    width: 1.3vw;
    height: 1.3vw;
    overflow: hidden;
    background: url(../images/jobs/leaf-green-tick.svg) no-repeat;
    background-size: 100%;
}

.util-leaf {
    width: 75vw;
    margin: 6vw auto 6vw;
    color: var(--taktical-text-blue);
}

@media (min-width: 768px){
    .lookingFor {
    padding-left: 2vw;
}
.util-leaf .site-para{
    font-size: 1.3vw;
}
}
.util-leaf .taktical-leaf {
    border: 0.2vw solid #909BFF;
    overflow: hidden;
    padding: 3vw;
    position: relative;
    background-color: #fff;
    box-shadow: var(--box-shadow-cont);
    width: 92%;
    border-bottom-left-radius: 3vw;
    border-top-right-radius: 3vw;
}
.util-leaf .taktical-leaf > *{
    position: relative;
    z-index: 1;
}
.logo-util {
    width: 19vw;
    margin: 0 auto 2vw;
}

.util-leaf .taktical-leaf:after {
    content: '';
    background-color: var(--taktical-light-blue);
    width: 46vw;
    height: 28vw;
    border-bottom-left-radius: 40vw;
    border-bottom-right-radius: 40vw;
    position: absolute;
    top: -18vw;
    left: -9vw;
    right: 0;
    z-index: 0;
}
.taktical-card-social {
    display: flex;
    margin: 0;
    align-items: center;
}
.social-media {
    display: inline-flex;
    column-gap: 1vw;
    margin-left: 1.5vw;
}
.social-media svg {
    width: 2vw;
    height: 2vw;
}
.taktical-card-social .site-para {
    margin: 0;
    font-weight: 500;
}
.util-leaf .site-heading {
    margin-bottom: 1.5vw;
}
.taktical-respons-tags {
    background: var(--taktical-light-blue);
    padding: 5vw;
    margin: 0 auto 5vw;
    box-shadow: var(--box-shadow-cont);
}
.respons-tags {
    list-style: none;
    display: flex;
    width: 70vw;
    margin: 3vw auto 0;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    column-gap: 1.5vw;
    padding: 0;
}

.respons-tags li {
    position: relative;
    background-color: #fff;
    border-top-right-radius: 1.5vw;
    border-bottom-left-radius: 1.5vw;
    padding: 1.2vw 2.2vw 1.2vw 4vw;
    width: 31%;
    margin-bottom: 1.5vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: var(--taktical-text-blue);
    font-size: 1.4vw;
}


.respons-tags li:after {
    content: '';
    position: absolute;
    background: url(../images/jobs/job-flag.svg) no-repeat;
    background-size: 100%;
    width: 1.5vw;
    height: 1.6vw;
    left: 1.5vw;
}



.job-leaf {
    box-shadow: var(--box-shadow-cont);
    padding: 0;
    margin: 0 auto 5vw;
    display: flex;
    overflow: hidden;
}
.svg-jobs-agency {
    position: relative;
    min-height: 34vw;
}
.svg-jobs-agency svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 38vw;
    height: 36.5vw;
}
.svg-jobs-agency .site-heading {
    position: absolute;
    width: 25vw;
    left: 18vw;
    top: 5vw;
    z-index: 1;
}
.jobs-having {
    list-style: none;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 6vw 13vw 5vw 45vw;
}
.jobs-having li {
    position: relative;
    color: var(--taktical-blue);
    font-size: 1.2vw;
    margin-bottom: 1.5vw;
    padding-left: 3vw;
}
.jobs-having li:last-child{
    margin-bottom: 0;
}

.jobs-having li:after {
    content: '';
    position: absolute;
    background: url(../images/jobs/taktical-trophy.svg) no-repeat;
    background-size: 100%;
    width: 1.5vw;
    height: 1.6vw;
    left: 0.5vw;
    top: 0;
}
.offer-main {
    width: 72vw;
    padding: 5vw 5vw 0;
    box-sizing: border-box;
}
.offer-main-list {
    list-style: none;
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 2vw auto;
    width: 33vw;
}
.offer-main-list li {
    margin-bottom: 1.5vw;
    font-size: 1.2vw;
    font-weight: 100;
    padding-left: 0;
    position: relative;
}
.offer-main-list li:after {
    content: '';
    position: absolute;
    background: url(../images/jobs/start-tick.svg) no-repeat;
    background-size: 100%;
    width: 1.4vw;
    height: 1.4vw;
    left: -2.5vw;
    top: 0;
}


.offer-section svg {
    position: relative;
    top: -2.6vw;
    width: 27.3vw;
    height: 40vw;
}
.offer-section{
    position: relative;
    overflow: hidden;
}
.soundslikejob{
    margin: 7vw auto;
}

@media (min-width: 768px){
    .soundslikejob .site-para{
        font-size: 1.3vw;
    }
}

.grid-box-template {
    color: #fff;
    max-width: 70vw;
    margin: 0 auto 0;
    padding-bottom: 4vw;
    display: grid;
    grid-gap:1vw;
    grid-template-areas: 
        'myArea1 myArea3 myArea5 myArea6' 
        'myArea2 myArea3 myArea5 myArea7'
        'myArea2 myArea4 myArea5 myArea7'
}
.grid-box-template > div {
    background-color: #6B6AF0;
    padding: 2vw;
    box-shadow: 0vw 0.5vw 1.5vw -1vw rgb(0 0 0 / 30%);
    border-radius: 1.2vw;
    transition: all 0.3s ease-in-out;
}

.grid-box-template > div:nth-child(1){
    grid-area: myArea1;
}

.grid-box-template > div:nth-child(2){
    grid-area: myArea2;
}
.grid-box-template > div:nth-child(3){
    grid-area: myArea3;
}
.grid-box-template > div:nth-child(4){
    grid-area: myArea4;
}
.grid-box-template > div:nth-child(5){
    grid-area: myArea5;
}
.grid-box-template > div:nth-child(6){
    grid-area: myArea6;
}
.grid-box-template > div:nth-child(7){
    grid-area: myArea7;
}

.grid-box-template + .taktical-leaf-style.orange{
    margin-bottom: 3vw;
}

@media (max-width: 767px){
    .grid-box-template + .taktical-leaf-style.orange {
        width: 85vw;
    }
}

.offer-section > div {
    padding-bottom: 1vw;
}

.grid-box-template > div:hover {
    box-shadow: 0vw 0.8vw 1.2vw -0.5vw rgb(0 0 0 / 46%);
    transform: translateY(-0.5vw);
}
  .grid-box-template > div > p {
    font-size: 1.6vw;
    font-weight: 600;
    margin-bottom: 0.5vw;
    line-height: 1.6vw;
}
.grid-box-template > div > span {
    font-size: 1.2vw;
    line-height: 1.6vw;
    font-weight: 100;
    letter-spacing: 0.01vw;
}
.soundslikejob .taktical-leaf-style{
    font-size: 1vw;
    padding: 0 2.2vw;
    line-height: 3.2vw;
    min-height: 3.2vw;
}

/*@media (max-width:991px){
    .taktical-leaf-style {
        font-size: 4.4vw;
        padding: 0vw 2vw;
        min-height: 0;
    }
}*/


/* the preks section */

.parks-wrpr {
    text-align: center;
    max-width: 61vw;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding-bottom: 4vw;
}

.parks-wrpr .site-heading {
    color: var(--taktical-text-blue);
    font-size: 5.8vw;
    margin-bottom: 4vw;
}

.parks-card-wrpr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2vw;
}

.parks-card{
    width: 19vw;
    margin-right: 1vw;
    margin-bottom: 2vw;
    text-align: center;
}

.parks-card:nth-child(3),
.parks-card:last-child{
    margin-right: 0;
}

.parks-card figure{
    margin-bottom: 0.8vw;
}
.parks-card figure img{
    width: 100%;
    max-width: 5vw;
}

.parks-card p {
    margin: 0;
    color: #423EC2;
    font-size: 1.2vw;
    font-weight: 400;
}

/* end the preks section */



/* gallery section */
.jobgallery-section{
    margin-bottom: 5.4vw;
    position: relative;
}

.jobgallery-section:before{
    content: '';
    position: absolute;
    bottom: -13vw;
    left: -10vw;
    width: 24vw;
    height: 24vw;
    background: #D4D9FF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.jobgallery-section:after{
    content: '';
    position: absolute;
    bottom: -13vw;
    right: -10vw;
    width: 24vw;
    height: 24vw;
    background: #D4D9FF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}


.gallery-wrp{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 72vw;
    margin: 0 auto;
    margin-top: -28vw;
}

.gallery-wrp .gallery-card{
    width: 25vw;
    height: 19vw;
    background: #ddd;
    border-radius: 0 3vw 0 3vw;
    -webkit-border-radius: 0 3vw 0 3vw;
    -moz-border-radius: 0 3vw 0 3vw;
    -ms-border-radius: 0 3vw 0 3vw;
    -o-border-radius: 0 3vw 0 3vw;
    margin: 0 2vw 2vw 0;
    overflow: hidden;
    box-shadow: 0 10px 40px 0 rgba(0,0,0,0.20);
}

.gallery-wrp .gallery-card:nth-child(even){
    margin-right: 0;
}

.gallery-wrp .gallery-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jobgallery-section .taktical-leaf{
    padding-bottom: 2.5vw;
     
}

/* end gallery section */




@media (max-width:767px){
    
.job-items .hds {
    padding: 7vw 5vw 5vw;
}

    .job-items {
        padding-bottom: 10vw;
        margin-bottom: 10vw;
    }
    .top_banner_jobs svg {
        width: 100%;
        height: 108vw;
    }
    .top_banner_content .site-heading {
        font-size: 10vw;
        line-height: 10vw;
        margin-bottom: 0;
        text-align: center;
    }
   .top_banner_jobs .top_banner_content {
    max-width: 100%;
    padding: 10vw 8vw;
}
    .top_banner_jobs .top_banner_content .site-para {
    font-size: 3.4vw;
    max-width: 79%;
    line-height: 4.2vw;
    margin-top: 4vw;
}
    .job-list, .job-list li{
        width: 100%;
    }
    .job-list li{
        margin-bottom: 5.5vw;
    }
    .job-list li:last-child{
        margin-bottom: 0;
    }
    .job-pref {
        font-size: 3.5vw;
        line-height: 4.5vw;
    }
    .job-pref svg {
        width: 4.5vw;
        height: 4.5vw;
    }
    .job-title {
        font-size: 5.5vw;
        margin: 2.5vw 0;
        line-height: 6.5vw;
    }
    .job-link {
        font-size: 3.5vw;
    }
    .job-list li a {
        padding: 6vw 7vw;
    }
    .loadMore {
        max-width: 90%;
        height: 12vw;
        min-height: 0;
        font-size: 4vw;
        line-height: 12.5vw;
    }

    /***blog-feature box ***/

    .jobs-text-cont, .job-post .top_banner_content_post {
        width: 100%;
        padding: 70vw 10vw 0;
        align-items: stretch;
    }
    
    .blog-feature-box{
        --height: 160vw;
    }
    .blog-feature-box svg {
        top: 0;
        height: 73vw;
        width: 100%;
    }
    .blog-feature-box .taktical-leaf-style {
        padding: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    /************************* job post *****************/
    .social-media {
        display: inline-flex;
        column-gap: 2vw;
        margin-left: 4.5vw;
    }
    .social-media svg {
        width: 7vw;
        height: 6vw;
    }
    .job-post .top_banner_jobs_post {
        height: auto;
        position: relative;
        padding-bottom: 7vw;
    }
     .job-post .top_banner_content_post {
        padding: 100vw 7vw 0;
    }
    .job-post .top_banner_jobs_post > svg {
        position: absolute;
        right: 0;
        z-index: 0;
        width: 93vw;
        height: 92.8vw;
        top: 0;
    }
    .white-text-tag {
        font-size: 5vw;
        padding: 1vw 7vw;
        margin-bottom: 3vw;
    }
    
    .util-leaf, .util-leaf .taktical-leaf {
        width: 100%;
    }
    .util-leaf .taktical-leaf:after {
        width: 120vw;
        height: 120vw;
        left: -14vw;
        top: -90vw;
        border-radius: 120vw;
    }
    .util-leaf .taktical-leaf {
        padding: 7vw;
    }
    .util-leaf .site-heading {
        margin-bottom: 7.5vw;
    }
    .logo-util {
        width: 55vw;
        margin: 0 auto 9vw;
    }
    .soundslikejob .taktical-leaf-style {
        font-size: 5.7vw;
        padding: 0 2.2vw;
        line-height: 16.2vw;
        min-height: 15.2vw;
    }
    .lookingFor {
        padding: 7vw;
        margin: 8vw auto 0;
    }
    .green-check-list li {
        padding-left: 6vw;
        margin-bottom: 6vw;
    }
    .green-check-list li:after {
        content: '';
        top: 0.2vw;
        left: -1vw;
        width: 5vw;
        height: 5vw;
    }
    .respons-tags {
        width: 100%;
        column-gap: 3.5vw;
    }
    .respons-tags li {
        border-top-right-radius: 5.5vw;
        border-bottom-left-radius: 5.5vw;
        padding: 3.2vw 2.2vw 3.2vw 8vw;
        width: 47%;
        margin-bottom: 3.5vw;
        font-size: 3.6vw;
        line-height: 4.6vw;
        letter-spacing: -0.04vw;
    }
    .respons-tags li:after {
        content: '';
        width: 3.5vw;
        height: 5.6vw;
        left: 2.5vw;
    }
    .taktical-respons-tags {
        padding: 10vw 4vw;
        margin: 0 auto 10vw;
    }
    .svg-jobs-agency .site-heading {
        width: 80vw;
        left: 6vw;
        top: 10vw;
    }
    .svg-jobs-agency svg {
       
        width: 90vw;
        height: 86.5vw;
    }
    .jobs-having li {
    font-size: 4.1vw;
    margin-bottom: 6.5vw;
    padding-left: 10vw;
}
    .jobs-having {
        width: 100%;
        padding: 25vw 7vw 65vw 6vw;
    }
    .jobs-having li:after {
    width: 5vw;
    height: 5vw;
    left: 1.5vw;
    top: -0.5vw;
}
    .job-leaf {
        margin-bottom: 10vw;
    }
    .offer-main {
        width: 90vw;
        margin: auto;
        padding: 30vw 0vw 0;
    }
    .offer-section svg:nth-child(1) {
        position: absolute;
        left: -2.7vw;
        top: 0;
        margin: 0;
    }
    .offer-section svg:nth-child(3){
        position: absolute;
        right: -2.7vw;
        top: 0;
        margin: 0;
    }
    .offer-main-list {
        margin: 3vw auto;
        width: 60vw;
    }
    .grid-box-template {
        flex-wrap: wrap;
        max-width: 85vw;
        gap: 3vw;
        padding-bottom: 1vw;
        display: flex;
    }
    .offer-main-list li {
        margin-bottom: 5.5vw;
        font-size: 4vw;
        line-height: 5vw;
    }
    .offer-main-list li:after {
        width: 4.4vw;
        height: 4.4vw;
        left: -6.5vw;
    }
    .grid-box-template > div {
        padding: 4vw 3vw;
        border-radius: 3.2vw;
        flex: 1 1 35vw;
    }
    .grid-box-template div > p {
        font-size: 4.6vw;
        margin-bottom: 1.5vw;
        line-height: 4.6vw;
    }
    .grid-box-template > div > span {
        font-size: 4vw;
        line-height:4.8vw;
        letter-spacing: -0.08vw;
    }


  .gallery-wrp {
    max-width: 90%;
    margin-top: 6vw;
}
    .gallery-wrp .gallery-card {
    width: 32vw;
    height: 25vw;
    margin: 0 3vw 3vw 0;
}

.jobgallery-section .offer-main {
    padding: 7vw 23vw 0;
    text-align: center;
}
.jobgallery-section .site-heading {
    margin-bottom: 0;
    text-align: center;
}
    .parks-wrpr {
        max-width: 82vw;
        margin-top: -28vw;
    }

    .parks-wrpr .site-heading{
        text-align: center;
        font-size: 9vw;
    }

    .parks-card-wrpr{
        padding-bottom: 10vw;
    }

   .parks-card {
    width: 37vw;
    margin: 2vw;
}

    .parks-card:nth-child(3), .parks-card:last-child{
        margin: 2vw;
    }
    .parks-card figure {
    margin-bottom: 2.8vw;
}
    .parks-card figure img {
        max-width: 9vw;
    }

    .parks-card p {
    font-size: 3.4vw;
    line-height: 4.5vw;
}

    .jobgallery-section:before,
    .jobgallery-section:after{
        bottom: -14vw;
    }
    
}

@media (min-width: 1919.99px) {
  .top_banner_jobs {
    margin-bottom: 57.6px;
  }

  .top_banner_jobs::after,
  .top_banner_jobs::before {
    content: '';
    background: url(../images/jobs/left-svg-job.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    width: 768px;
    height: 768px;
    left: -288px;
    top: -134.4px;
  }

  .top_banner_jobs::before {
    left: inherit;
    top: inherit;
    transform: scaleY(-1) scaleX(-1);
    right: -288px;
    bottom: -134.4px;
  }

  .top_banner_jobs svg {
    height: 470.4px;
  }

  .job-post .top_banner_jobs_post {
    height: 787.2px;
    border-bottom-left-radius: 119.04px;
  }

  .job-post .top_banner_jobs_post > svg {
    width: 936.96px;
    height: 806.4px;
  }

  .job-post .top_banner_content_post {
    width: 960px;
    padding: 96px 192px;
  }

  @keyframes pathmatrix {
    0% {
      transform: matrix(-1, 8.74228e-8, 8.74228e-8, 1, 807.027, 657.117);
    }

    50% {
      transform: matrix(-1, 8.74228e-8, 8.74228e-8, 1, 807.027, 397.117);
    }

    100% {
      transform: matrix(-1, 8.74228e-8, 8.74228e-8, 1, 807.027, 657.117);
    }
  }

  .sw-post-2 {
    animation: pathmatrix2 5s linear infinite;
    transform: matrix(-1, 8.74228e-8, 8.74228e-8, 1, 665.027, 657.117);
  }

  @keyframes pathmatrix2 {
    0% {
      transform: matrix(-1, 8.74228e-8, 8.74228e-8, 1, 665.027, 657.117);
    }

    50% {
      transform: matrix(-1, 8.74228e-8, 8.74228e-8, 1, 665.027, 397.117);
    }

    100% {
      transform: matrix(-1, 8.74228e-8, 8.74228e-8, 1, 665.027, 657.117);
    }
  }

  @keyframes pathmatrix3 {
    0% {
      transform: matrix(1, 1.74846e-7, 1.74846e-7, -1, 263.726, 265);
    }

    50% {
      transform: matrix(1, 1.74846e-7, 1.74846e-7, -1, 263.726, 88);
    }

    100% {
      transform: matrix(1, 1.74846e-7, 1.74846e-7, -1, 263.726, 265);
    }
  }

  @keyframes pathmatrix4 {
    0% {
      transform: translateY(-28.5%);
    }

    50% {
      transform: translateY(0%);
    }

    100% {
      transform: translateY(-28.5%);
    }
  }

  .top_banner_jobs .top_banner_content {
    max-width: 960px;
    padding: 96px 0;
  }

  .top_banner_jobs .site-para {
    font-size: 19.2px;
    max-width: 672px;
    margin: 19.2px auto 0;
  }

  .job-items {
    padding-bottom: 38.4px;
  }

  .job-items .site-heading {
    margin-top: 57.6px;
  }

  .job-list {
    width: 1344px;
    margin: 0 auto 0;
    padding: 19.2px 96px 38.4px;
  }

  .job-list li {
    margin-bottom: 28.8px;
  }

  .job-list li a {
    padding: 38.4px;
  }

  .job-pref {
    font-size: 15.36px;
  }

  .job-title {
    font-size: 26.88px;
    margin: 9.6px 0 9.6px;
    line-height: 30.72px;
    padding-left: 5.76px;
  }

  .job-pref svg {
    width: 28.8px;
    height: 28.8px;
  }

  .job-work {
    margin-right: 15.36px;
  }

  .job-link {
    font-size: 19.2px;
    padding-left: 5.76px;
  }

  .loadMore {
    max-width: 249.6px;
  }

  .white-text-tag {
    border-radius: 960px;
    padding: 9.6px28.8px;
    font-size: 19.2px;
    box-shadow: 0px 9.6px 19.2px -19.2px #000;
    margin-bottom: 19.2px;
  }

  /***blog-feature box ***/
  .blog-feature-box {
    --height: 729.6px;
    margin-bottom: 96px;
  }

  .blog-feature-box svg {
    width: 927.36px;
  }

  .jobs-text-cont {
    width: 921.6px;
    padding: 96px 192px;
  }

  .green-check-list li {
    padding-left: 57.6px;
    margin-bottom: 38.4px;
  }

  .green-check-list li:after {
    top: 3.84px;
    width: 24.96px;
    height: 24.96px;
  }

  .util-leaf {
    width: 1440px;
    margin: 115.2px auto 115.2px;
  }

  .util-leaf .taktical-leaf {
    border: 3.84px solid #909bff;
    padding: 57.6px;
    border-bottom-left-radius: 57.6px;
    border-top-right-radius: 57.6px;
  }

  .logo-util {
    width: 364.8px;
    margin: 0 auto 38.4px;
  }

  .util-leaf .taktical-leaf:after {
    width: 883.2px;
    height: 537.6px;
    border-bottom-left-radius: 768px;
    border-bottom-right-radius: 768px;
    top: -345.6px;
    left: -172.8px;
  }

  .social-media {
    column-gap: 19.2px;
    margin-left: 28.8px;
  }

  .social-media svg {
    width: 38.4px;
    height: 38.4px;
  }

  .util-leaf .site-heading {
    margin-bottom: 28.8px;
  }

  .taktical-respons-tags {
    padding: 96px;
    margin: 0 auto 96px;
  }

  .respons-tags {
    width: 1344px;
    margin: 57.6px auto 0;
    column-gap: 28.8px;
  }

  .respons-tags li {
    border-top-right-radius: 28.8px;
    border-bottom-left-radius: 28.8px;
    padding: 23.04px 42.24px 23.04px 76.8px;
    margin-bottom: 28.8px;
    font-size: 26.88px;
  }

  .respons-tags li:after {
    width: 28.8px;
    height: 30.72px;
    left: 28.8px;
  }

  .job-leaf {
    padding: 0;
    margin: 0 auto 96px;
  }

  .svg-jobs-agency {
    min-height: 652.8px;
  }

  .svg-jobs-agency svg {
    width: 729.6px;
    height: 700.8px;
  }

  .svg-jobs-agency .site-heading {
    width: 480px;
    left: 345.6px;
    top: 96px;
  }

  .jobs-having {
    padding: 115.2px 249.6px 96px 864px;
  }

  .jobs-having li {
    font-size: 23.04px;
    margin-bottom: 28.8px;
    padding-left: 57.6px;
  }

  .jobs-having li:after {
    width: 28.8px;
    height: 30.72px;
    left: 9.6px;
  }

  .offer-main {
    width: 1382.4px;
    padding: 96px 96px 0;
  }

  .offer-main-list {
    margin: 38.4px auto;
    width: 633.6px;
  }

  .offer-main-list li {
    margin-bottom: 28.8px;
    font-size: 23.04px;
  }

  .offer-main-list li:after {
    width: 26.88px;
    height: 26.88px;
    left: -48px;
  }

  .offer-section svg {
    top: -49.92px;
    width: 524.16px;
    height: 768px;
  }

  .soundslikejob {
    margin: 134.4px auto;
  }

  .grid-box-template {
    max-width: 1344px;
    padding-bottom: 76.8px;
    grid-gap: 19.2px;
  }

  .grid-box-template > div {
    padding: 38.4px;
    box-shadow: 0px 9.6px 28.8px -19.2px rgb(0 0 0 / 30%);
    border-radius: 23.04px;
  }

  .grid-box-template + .taktical-leaf-style.orange {
    margin-bottom: 57.6px;
  }

  .offer-section > div {
    padding-bottom: 19.2px;
  }

  .grid-box-template > div:hover {
    box-shadow: 0px 15.36px 23.04px -9.6px rgb(0 0 0 / 46%);
    transform: translateY(-9.6px);
  }

  .grid-box-template > div > p {
    font-size: 30.72px;
    margin-bottom: 9.6px;
    line-height: 30.72px;
  }

  .grid-box-template > div > span {
    font-size: 23.04px;
    line-height: 30.72px;
    letter-spacing: 0.192px;
  }

  .soundslikejob .taktical-leaf-style {
    font-size: 19.2px;
    padding: 0 42.24px;
    line-height: 61.44px;
    min-height: 61.44px;
  }

  /* the preks section */

  .parks-wrpr {
    max-width: 1171.2px;
    padding-bottom: 76.8px;
  }

  .parks-wrpr .site-heading {
    font-size: 111.36px;
    margin-bottom: 76.8px;
  }

  .parks-card-wrpr {
    margin-top: 38.4px;
  }

  .parks-card {
    width: 364.8px;
    margin-right: 19.2px;
    margin-bottom: 38.4px;
  }

  .parks-card figure {
    margin-bottom: 15.36px;
  }

  .parks-card figure img {
    max-width: 96px;
  }

  .parks-card p {
    font-size: 23.04px;
  }

  /* end the preks section */

  /* gallery section */
  .jobgallery-section {
    margin-bottom: 103.68px;
  }

  .jobgallery-section:before {
    content: '';
    position: absolute;
    bottom: -249.6px;
    left: -192px;
    width: 460.8px;
    height: 460.8px;
    background: #d4d9ff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }

  .jobgallery-section:after {
    content: '';
    position: absolute;
    background: #d4d9ff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    bottom: -249.6px;
    right: -192px;
    width: 460.8px;
    height: 460.8px;
  }

  .gallery-wrp {
    max-width: 1382.4px;
    margin-top: -537.6px;
  }

  .gallery-wrp .gallery-card {
    width: 480px;
    height: 364.8px;
    border-radius: 0 57.6px 0 57.6px;
    -webkit-border-radius: 0 57.6px 0 57.6px;
    -moz-border-radius: 0 57.6px 0 57.6px;
    -ms-border-radius: 0 57.6px 0 57.6px;
    -o-border-radius: 0 57.6px 0 57.6px;
    margin: 0 38.4px 38.4px 0;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  }

  .jobgallery-section .taktical-leaf {
    padding-bottom: 48px;
  }
}
