.inner-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 10px;
    display: inline-flex;
}

.inner-icon img {
    width: 40px;
}

#gysat {
    position: absolute;
    background: transparent;
    border: 0;
    margin-top: 10px;
}

#inputer {
    width: 400px;
    padding: 0px 30px;
    border: 1px solid blue !important;
    border-radius: 0px !important;

}

.hero3 {
    background-image: url(assets/img/hero3-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.hero3 .hero-wapper .hero-content .job-search-area {
    background: #fff;
    border-radius: 5px;
    max-width: 100%;
    margin-bottom: 15px;
}

.hero3 .hero-wapper {
    padding: 15px 3% 0px 8%;
}

.hero3 .hero-wapper .hero-content .job-search-area form .form-inner.job-title {
    position: relative;
    width: 100%;
    height: 60px;
    background: #eff3f2;
    display: flex;
    align-items: center;
    padding: 0 25px;
}

.hero3 .hero-wapper .hero-content .job-search-area form .form-inner.job-title::before {
    content: "";
    width: 1px;
    height: 22px;
    background: #d9d9d9;
    position: absolute;
    left: 51px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}

.hero3 .hero-wapper .hero-content .job-search-area form .form-inner input {
    background-color: transparent;
    font-family: var(--font-work-sans);
    font-weight: 400;
    font-size: .938rem;
    line-height: 18px;
    color: var(--title-color1);
    padding: 20px 0;
    line-height: 1;
    width: 100%;
    border: 0;
}

.hero3 .hero-wapper .hero-content .job-search-area form .form-inner .primry-btn-2 {
    height: 100%;
    padding: 15px 30px;
}

.hero3 .hero-wapper .hero-content h1 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    color: black;
    line-height: 1.1;
    margin-bottom: 0px;
}

.hero3 .hero-wapper .hero-content p {
    font-family: var(--font-work-sans);
    font-weight: 400;
    font-size: 1rem;
    color: #797979;
    margin-bottom: 30px;
}

.hero3 .hero-wapper .hero-content .job-search-area form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    gap: 20px;
    border-radius: 10px;
}

.hero3 .hero-wapper .hero-content .job-search-area form .form-inner.job-title img {
    margin-right: 20px;
}

#orororo {
    border-radius: 0px !important;
    padding: 13px 10px;
    border: 1px solid blue;
    width: 165px;
}

@media(max-width:767px) {
    #inputer {
        width: auto !important;
    }

    #orororo {
        border-radius: 0px !important;
        padding: 12px 10px;
        border: 1px solid blue;
        width: auto;
    }

    .service-card-one img {
        width: 100%;
        height: 110px;
    }

    .hero3 .hero-wapper .hero-content p {
        font-family: var(--font-work-sans);
        font-weight: 400;
        font-size: 14px !important;
        color: #797979;
        margin-bottom: 11px !important;
    }

    .hero3 .hero-wapper {
        padding: 14px 0% 0px 0% !important;
    }

    .hero3 .hero-wapper .hero-content h1 {
        font-size: 20px !important;
        text-transform: uppercase;
        font-weight: 700;
        color: black;
        line-height: 1.1;
        margin-bottom: 0px;
    }

    .hero3 {
        background-image: url(assets/img/hero3-bg.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        margin-top: 0px !important;
    }

}

.iner-section {
    height: 340px !important;
}

@media(max-width:767px) {
    .iner-section {
        height: 100px !important;
    }

    .dib h1 {
        font-size: 30px !important;
    }

    .dib p {
        font-size: 15px !important;
    }

    .section-web {
        margin-top: 0px !important;
    }


}

.help-card .feature-card .job-discription ul li {
    list-style: none;
    display: flex;
    align-items: center;

}

.help-card .feature-card .job-discription ul li img {
    margin-right: 10px;
    position: relative;
    top: -7px;
}

#formder .service-info h3 a {
    color: black !important;
}

#formder .service-info {
    text-align: initial;
}

#formder .service-info h3 {
    margin: 0px;
}

#formder .service-info p {
    font-size: 13px !important;
}

.partner-logo {
    height: 120px;
    width: 100%;
    padding: 15px;
    box-shadow: 0px 5px 20px rgba(7, 78, 176, 0.12);
    border-radius: 23px;
    text-align: center;
}

.home1-featured-area .feature-card .company-area .logo {
    border-radius: 50%;
    margin-right: 20px;
}

.home1-featured-area .feature-card .company-area .company-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.home1-featured-area .feature-card .company-area .logo img {
    border-radius: 50%;
    height: 45px;
    width: 60px;
}

.home1-featured-area .feature-card .company-area {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f8f8f8;
}

.home1-featured-area .feature-card .company-area .company-details .name-location {
    width: 100%;
}

.card .company-area .company-details .name-location p {
    font-size: .875rem;
    font-weight: 400;
    color: var(--text-color1);
    font-family: var(--font-work-sans);
    margin-bottom: 0;
}

.partner-logo img {
    width: 100px !important;

}

.home1-featured-area {
    background: white;
    padding: 70px 0;
}

.home1-featured-area .feature-card {
    background: #fff;
    border-radius: 5px;
    padding: 25px 25px;
    transition: .35s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .12);
    position: relative;
    border: 1px solid #FAFAFA;
}

.name-location h5 a {
    font-size: 19px;
}

.home1-featured-area .feature-card::before {
    content: "";
    height: 100%;
    /* width: 3px; */
    background: rgba(0, 167, 172, .25);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px 0 0 5px;
    transition: .35s;
}

.card .company-area {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.card .job-discription {
    background: #fdf9f9;
    border-radius: 5px;
    padding: 30px 25px;
}

.home1-featured-area .feature-card .job-discription ul li p {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 500;
    color: var(--title-color1);
    font-family: var(--font-work-sans);
}

.home1-featured-area .feature-card .company-area .company-details .bookmark {
    min-width: 28px;
    height: 28px;
    line-height: 28px;
    border: 1px solid var(--primary-color1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .35s;
    cursor: pointer;
}

.home1-featured-area .feature-card .job-discription ul li p span {
    color: var(--text-color1);
    font-weight: 400;
}

.home1-featured-area .feature-card .apply-btn a {
    font-size: 15px;
    color: var(--primary-color1);
}

.home1-featured-area .feature-card .job-discription {
    background: #fdf9f9;
    border-radius: 5px;
    padding: 30px 25px;
    margin-top: 25px;
}

.home1-featured-area .feature-card .job-discription ul li {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.home1-featured-area .feature-card .job-discription ul li {
    color: black;
    font-size: 10px;
}

.home1-featured-area .feature-card .job-discription ul li img {
    margin-right: 8px;
}

.feature-card .job-discription ul {
    padding-left: 0px !important;
}

.home1-featured-area .feature-card .job-type-apply {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
}

.service-card-one img {
    width: 100%;
    height: 140px;
}

.service-card-two img {

    height: 140px;
}

.home1-featured-area .feature-card .apply-btn a span::after {
    top: 2.5px;
}

.apply-btn a span::after {
    content: url(assets/img/ji.png);
    position: relative;
    left: -30px;
    top: 0;
    transition: .35s;
}

.client-review img {
    border-radius: 10px;
    box-shadow: 2px 2px 2px 2px #0a9684;
}

#sliderman .video-bg-three {
    position: absolute;
    top: 45%;
    left: 35%;
    background-color: #ea0000;
    border-radius: 50%;

}

#sliderman .video-bg-three .play-now .ripple, .play-now .ripple:before, .play-now .ripple:after {
    height: 50px;
    width: 50px;
}

.play-now {
    height: 50px;
    width: 50px;
    line-height: 50px;
    padding-left: 0px;
}

.help-card .job-discription {
    background: #fdf9f9;
    border-radius: 5px;
    padding: 30px 25px;
    margin-top: 25px;
}

.help-card .job-discription p {
    font-size: 13px !important;
}

#footersection {
    display: none !important;
}

.partner-button-next {
    margin-top: -6px;
    left: 55%;
    position: absolute;
    border: 2px solid #430660;
    color: #430660;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.partner-button-prev i {
    font-size: 22px;
    line-height: 37px;
    margin-left: 6px;
}

.partner-button-next i {
    font-size: 22px;
    line-height: 37px;
    margin-left: 6px;

}

.partner-button-prev {
    font-size: 10px;
    position: absolute;
    margin-top: -6px;
    left: 42%;
    border: 2px solid #430660;
    color: #430660;
    height: 40px;
    width: 40px;
    border-radius: 50%;

}


.project-button-next {
    margin-top: -6px;
    left: 55%;
    position: absolute;
    border: 2px solid #430660;
    color: #430660;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.project-button-prev i {
    font-size: 22px;
    line-height: 37px;
    margin-left: 6px;
}

.project-button-next i {
    font-size: 22px;
    line-height: 37px;
    margin-left: 6px;

}

.project-button-prev {
    font-size: 10px;
    position: absolute;
    margin-top: -6px;
    left: 42%;
    border: 2px solid #430660;
    color: #430660;
    height: 40px;
    width: 40px;
    border-radius: 50%;

}



.testimonial-button-next {
    margin-top: -6px;
    left: 55%;
    position: absolute;
    border: 2px solid #430660;
    color: #430660;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.testimonial-button-prev i {
    font-size: 22px;
    line-height: 37px;
    margin-left: 6px;
}

.testimonial-button-next i {
    font-size: 22px;
    line-height: 37px;
    margin-left: 6px;

}

.testimonial-button-prev {
    font-size: 10px;
    position: absolute;
    margin-top: -6px;
    left: 42%;
    border: 2px solid #430660;
    color: #430660;
    height: 40px;
    width: 40px;
    border-radius: 50%;

}




.testimonial-one-button-next {
    margin-top: -6px;
    left: 55%;
    position: absolute;
    border: 2px solid #430660;
    color: #430660;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.testimonial-one-button-prev i {
    font-size: 22px;
    line-height: 37px;
    margin-left: 6px;
}

.testimonial-one-button-next i {
    font-size: 22px;
    line-height: 37px;
    margin-left: 6px;

}

.testimonial-one-button-prev {
    font-size: 10px;
    position: absolute;
    margin-top: -6px;
    left: 42%;
    border: 2px solid #430660;
    color: #430660;
    height: 40px;
    width: 40px;
    border-radius: 50%;

}




.service-two-button-next {
    margin-top: -6px;
    left: 55%;
    position: absolute;
    border: 2px solid #430660;
    color: #430660;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.service-two-button-prev i {
    font-size: 22px;
    line-height: 37px;
    margin-left: 6px;
}

.service-two-button-next i {
    font-size: 22px;
    line-height: 37px;
    margin-left: 6px;

}

.service-two-button-prev {
    font-size: 10px;
    position: absolute;
    margin-top: -6px;
    left: 42%;
    border: 2px solid #430660;
    color: #430660;
    height: 40px;
    width: 40px;
    border-radius: 50%;

}


.youtube-button-next {
    margin-top: -6px;
    left: 55%;
    position: absolute;
    border: 2px solid #430660;
    color: #430660;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.youtube-button-prev i {
    font-size: 22px;
    line-height: 37px;
    margin-left: 6px;
}

.youtube-button-next i {
    font-size: 22px;
    line-height: 37px;
    margin-left: 6px;

}

.youtube-button-prev {
    font-size: 10px;
    position: absolute;
    margin-top: -6px;
    left: 42%;
    border: 2px solid #430660;
    color: #430660;
    height: 40px;
    width: 40px;
    border-radius: 50%;

}




@media(max-width:767px) {
    .hero3 .hero-wapper .hero-content .job-search-area form {
        display: block;
        align-items: center;
        justify-content: space-between;
        padding: 15px;
        gap: 20px;
        border-radius: 10px;
    }



    #solider .btn-two {
        margin-right: 10px;
    }

    .youtube-button-next {
        display: none;
    }

    .youtube-button-prev {
        display: none;
    }

    .service-two-button-next {
        display: none;
    }

    .service-two-button-prev {
        display: none;
    }

    .testimonial-button-next {
        display: none;
    }

    .testimonial-button-prev {
        display: none;
    }

    .testimonial-one-button-prev {
        display: none;
    }

    .testimonial-one-button-next {
        display: none;
    }

    .project-button-next {
        display: none;
    }

    .project-button-prev {
        display: none;
    }

    .partner-button-prev {
        display: none;
    }

    .partner-button-next {
        display: none;

    }

    .service-wrap .swiper-button-next {
        left: 51% !important;
        display: none;
    }

    .service-wrap .swiper-button-prev {
        left: 34% !important;
        display: none;
    }

    .form-inner {
        margin-top: 20px;
    }

    .form-inner .btn-two {
        width: 100%;
    }

    #job {
        padding-top: 88px !important;
        padding-bottom: 60px !important;
    }

    #job h2 {
        font-size: 19px !important;
    }

    #job p {
        font-size: 11px;
        margin-bottom: 0px;
    }

    .section-title1 {
        margin-bottom: 0px !important;
    }

    #footersection {
        display: block !important;
    }

    .service-card-two img {
        height: 100px;
    }

    .service-card-two h3, .service-card-three h3 {
        font-size: 15px !important;

    }







}


.mobile-bottom-nav {
    display: none !important;
}

.service-wrap .swiper-button-prev {
    font-size: 10px;
    margin-top: -6px;
    left: 42%;
    border: 2px solid #430660;
    color: #430660;
    height: 40px;
    width: 40px;

    border-radius: 50%;
}

.service-wrap .swiper-button-next {
    margin-top: -6px;
    left: 55%;
    border: 2px solid #430660;
    color: #430660;
    height: 40px;
    width: 40px;
    border-radius: 50%;

}

@media(max-width:767px) {
    .mobile-bottom-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 10px;
        z-index: 900;

        height: 75px;
        background-color: #fff;
        text-align: center;
        display: block !important;
        -webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, .08);
        box-shadow: 0 -2px 4px rgba(0, 0, 0, .08);
        background-color: #fff;
    }

    .mobile_bottom_nav_item .content {
        font-size: 13px
    }

}