.hero-item.hero-item-three.ancSliderChange {
    padding: 170px 0;
        height: 555px;
}

.ancSliderChange.bg_image-v3 {
    background-image: linear-gradient(to right, #c9e1f31f, #607d8b24), url(../images/bg/bg_home_v3.png);
    background-position: 50% -97%;
    background-repeat: no-repeat;
    background-size: cover;
    background: radial-gradient(circle, rgba(3, 182, 239, 1) 0%, rgba(15, 75, 125, 1) 100%);
}
.ancSliderChange.bg_image-v4 {
    background-image: linear-gradient(to right, #c9e1f31f, #607d8b24), url(../images/bg/bg_home_v3.png);
    background-position: 50% -97%;
    background-repeat: no-repeat;
    background-size: cover;
    background: radial-gradient(circle, rgb(156 39 176 / 85%) 0%, rgb(69 120 162) 100%);
}
.ancSliderChange.bg_image-v5 {
    background-image: linear-gradient(to right, #c9e1f31f, #607d8b24), url(../images/bg/bg_home_v3.png);
    background-position: 50% -97%;
    background-repeat: no-repeat;
    background-size: cover;
    background: radial-gradient(circle, rgba(3, 182, 239, 1) 0%, rgba(15, 75, 125, 1) 100%);
}
.ancSliderChange .hero-content-4 h2 {
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0;
    margin-bottom: 15px;
    line-height: 38px;
}

.ancSliderChange .hero-content-4 h3 {
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 0;
        margin-top: 28px;

}
.hero-content-4 h4 {
    color: white;
    font-size: 16px;
    background: #ff4153;
    width: 360px;
    padding: 4px 4px;
    border-radius: 2px;
    font-weight: 600;
    text-align: center;
}
.leftheroImg {
    position: absolute;
    right: -25px;
    top: 80px;
}
.leftheroImg img {
    max-width: 590px;
}
.hero-content-4 p{
    color:#e8e8e8;
}
.ancSliderChange .job-search-wrap {
    padding: 0 0 0;
    background: rgb(225 225 225 / 34%);
    border-radius: 15px;
}

.ancBccmPart {
    padding-top: 30px;
    /* border-top: 1px solid #80808029; */
}
.ancBccmPart .myTitlt h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    font-family: "Noto Sans", sans-serif;
}

.single-job-location {
    width: 130px !important;
    background: #3f51b50f;
    height: 130px !important;
    padding: 4px;
}

.homeAbout.ancNewchng {
    padding-top: 5px;
    background: radial-gradient(#b4e2ff40, transparent);
        box-shadow: 0 2px 6px rgba(208, 224, 240, .8);
    border-radius: 0 0 50px 50px;
}

.homeAbout.ancNewchng .personal-skill-section .single-personal-skill {
    background: radial-gradient(circle, rgb(250 254 255) 0%, rgb(31 83 125 / 34%) 100%);
    margin: 2px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    text-align: left;
    padding: calc(32px - 0px);
    width: 600px;
    height: 240px;
    box-shadow: 0 2px 6px rgba(208, 224, 240, .8);
    border-radius: 12px;
    transition: transform .4s;
    cursor: pointer;

}

.homeAbout.ancNewchng .personal-skill-section .single-personal-skill:hover {
    background: radial-gradient(circle, rgb(250 254 255) 0%, rgb(255 188 195) 100%);
}

.single-job {
    box-shadow: 0px 2px 4px -2px rgba(24, 39, 75, .12), 0px 4px 4px -2px rgba(24, 39, 75, .08);
    background: #fff;
}

.saveJob.for-listing {
    position: absolute;
    right: 0;
}

.saveJob.for-listing a {
    font-size: 11px;
    padding: 6px 8px;
    position: relative;
    bottom: 12px;
    left: 4px;
    background: #3f5560;
}

.jbName h3.job-title {
    font-size: 18px;
    font-weight: 500;
    padding: 0 0 0;
}

.title-name.jbName {
    display: flex;
    align-items: center;
}

.title-name.jbName .employer-name {
    padding-right: 10px;
}

.employer-name img {
    border-radius: 0;
    margin-bottom: 5px;
    width: 70px !important;
}

.menuBlink{
    animation:blink 0.9s linear infinite;
}

@keyframes blink {
   0% {
    opacity: 0;
    color: hsl(32, 100%, 85%);
    }
    50% {
        opacity: .5;
        color: hsl(32, 100%, 85%);
    }
    100% {
        opacity: 1;
    } 
}

.icon-bx-wraper .icon-box {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #ff4153;
    padding: 0 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    font-weight: 700;
    font-size: 20px;
    width: 40px;
    height: 40px;
    opacity: 0.4;
}
.icon-bx-wraper:hover .icon-box{
    opacity: 1;
}

.jobPart {
    padding:0px 0 10px;
}
.jobImage {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.jobImage .image-card img, .jobImage .img-card img{
    transition: 0.4s ease;
}
.jobImage:hover .image-card img, .overImg :hover.img-card img {
    transform: scale(1.08);
}
.jobPart h1{
    font-size: 20px;
    font-weight: 700;
    line-height: 33px;
    text-transform: capitalize;
    letter-spacing: 0;
    margin-bottom: 8px;
}
.jobPart .text-red {
    color: #ff4153 !important;
        font-size: 18px;
           font-weight: 700;
               line-height: 34px;
}

.content-inner-1 {
    padding-top: 40px;
    padding-bottom: 40px;
    background: radial-gradient(#0d5d9040, transparent);
        box-shadow: 0 2px 6px rgba(208, 224, 240, .8);
    border-radius: 50px;
}
.section-head.style-1{
    margin-bottom: 40px;
}
.section-head.style-1 .section-title {
  font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    text-transform: capitalize;
    letter-spacing: 0;
    margin-bottom: 8px;
}

.section-head.style-1 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    color: #232323;
}
.icon-bx-wraper.style-1 {
    padding: 30px;
    text-align: center;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.5s;
    background-color: #fff;
    cursor: pointer;
}
.icon-bx-wraper.style-1 .icon-content .dez-tilte {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    font-family: 'Rubik', sans-serif;
    color: #232323;
    transition: all 0.5s;
    position: relative;
}
.icon-bx-wraper .dez-tilte {
    margin-top: 0;
}
.icon-bx-wraper.style-1 .icon-content .dz-text {
    margin-top: 10px;
    margin-bottom: 0;
    transition: all 0.5s;
}
.icon-bx-wraper.style-1:hover .icon-content .dez-tilte {
    text-decoration: none;
    color: #fff;
}
.icon-bx-wraper.style-1 .icon-content .dez-tilte {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    font-family: 'Rubik', sans-serif;
    color: #232323;
    transition: all 0.5s;
    position: relative;
}
.icon-bx-wraper p:last-child {
    margin: 0;
}
.dz-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}
.icon-bx-wraper.style-1:hover:after {
    height: 100%;
}
.icon-bx-wraper.style-1:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background:radial-gradient(circle, rgb(7 147 202) 0%, rgba(15, 75, 125, 1) 100%);
    z-index: -1;
    transition: all 0.5s;
}
.icon-bx-wraper.style-1:hover .icon-content .dz-text {
    color: #fff;
}
.secdDiv{
    background: radial-gradient(circle, rgb(7 147 202) 0%, rgba(15, 75, 125, 1) 100%);
    color:white;
}
.secdDiv .dez-tilte {
    color:#fff !important;
}

@media(max-width:767px) {
    .hero-item.hero-item-three.ancSliderChange {
        height: 100%;
        padding: 20px 0 20px;
    }
    .saveJob.for-listing a {
        font-size: 11px;
        padding: 6px 8px;
        position: relative;
        bottom: 22px;
        left: 10px;
        background: #3f51b55c;
        color: #3F51B5 !important;
    }
    .jbName h3.job-title {
        font-size: 14px;
        font-weight: 600;
        padding: 0 0 0;
    }
    .job-section.section.bg-image-proparty.pt-40.pb-20 {
        padding-top: 0 !important;
    }
    .ancBccmPart .myTitlt h2 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 16px;
    }
    .single-testimonial .testimonial-comment p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 0;
    }
    .ancSliderChange .hero-content-4 h3 {
        font-size: 16px;
        line-height: 1.2;
        font-weight: 600;
        text-transform: uppercase;
        color: #e04f5a;
        letter-spacing: 0;
    }
    .ancSliderChange.bg_image-v3 {
        background-image: linear-gradient(to right, #d7ebfa1f, #ffffffad), url(../images/bg/bg_home_v3.png);
            background: radial-gradient(circle, rgba(3, 182, 239, 1) 0%, rgba(15, 75, 125, 1) 100%);
    }
      .ancSliderChange .hero-content-4 h3 {
        color: #ffffff;
        margin-top: 11px;
        font-size: 13px;
        text-transform: capitalize;
        font-weight: 500;
        line-height: 22px;
    }
    .leftheroImg {
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        opacity: 0.1;
    }
    .leftheroImg img {
       max-width: 100%;
    }
    .ancSliderChange .hero-content-4 h2 {
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0;
    margin-bottom: 8px;
    line-height: 24px;
}
.hero-item.hero-item-three.ancSliderChange {
    padding: 170px 0;
    height: 500px !important;
}
.hero-content-4 h4 {
    color: white;
    font-size: 15px;
    background: #ff4153;
    width: 100%;
    padding: 4px 4px;
    border-radius: 2px;
    font-weight: 600;
    text-align: center;
}
}