
.employer-view-profile .view-profile-area form .form-group-file-three .job-profile-view{
    min-width: 120px;
    text-align: right;
}
.form-style .form-label{
    padding-left: 5px !important;
}

.header-logo.lh-1{
    margin-left: 15px;
    margin-bottom: 1px;
}
.header-action-btn .btn-action-cart.btn-icon{
    margin-bottom: 1px;
}
.fix-nav{
    position: fixed;
    top: 10px;
}
.fixed-sidebar{
    position: sticky;
    top: 0;
}
.sidebar-area.scrollbar-style{
    height: auto !important;
    overflow-y: scroll;
    max-height: 100vh;
    padding-bottom: 30px;
}
.preview {
    overflow: hidden;
    border-radius: 50%;
    width: 125px;
    height: 125px;
}
.preview img{
    width:200px;
    height:200px;
}
.widget-checkbox .form-check-input {
    height: 22px !important;
    width: 22px !important;
}
.widget-checkbox .form-check-label{
    margin-left: 10px !important;
}
.main-nav-link{
    font-size: 18px !important;
}
.job-post-five-area .job-post-content .content .job-post-title.access, h5.line-height-body.fz-16.fw-bold.mb-1.access{
    color:var(--blue);
}
@media only screen and (min-width: 1200px) {
    .accordion-style .accordion-button:not(.collapsed):after{display: none;}
}

@media (max-width: 480px) {
    .header-logo a img{
        max-width: 150px !important;
    }
    .footer-logo a{
        display: block;
    }
    .footer-logo{
        text-align: center;
    }
    .footer-logo img{
        max-width: 255px !important;
        margin-bottom: 30px;
    }
    .form-style .form-group-file .my-profile-thumb img {
        max-width: 70px !important;
    }
}
/*.job-contact-form{*/
/*    padding-left: 30px;*/
/*}*/
.view-job-area-single {
    padding-top: 70px;
    padding-bottom: 32px;
    background-color: #F2F6FF;
}

.job-search-form form .form-control {
    background-color: #ffffff;
    border: none;
    box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
    height: 55px;
    font-size: 16px;
}
.job-contact-form .form-group{
    margin-bottom: 1rem;
}
.job-search-form form .job-default-btn {
    box-shadow: 0 5px 28.5px 1.5px rgba(0, 0, 255, 0.2);
}
.job-default-btn {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: #ffffff;
    text-transform: uppercase;
    background-color: var(--red);
    transition: 0.5s;
    border-radius: 5px;
    font-weight: 600;
    font-size: 15.5px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 17px;
    padding-bottom: 13px;
}
@media only screen and (max-width: 767px){
    .job-default-btn {
        font-size: 14.5px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 16px;
        padding-bottom: 12px;
    }
}
.featured-job-services-area {
    padding-bottom: 70px;
}
.section-job-feature-title {
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 55px;
    margin-top: 55px;
}

.sector-job-featured-box {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding: 35px 25px 35px 25px;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
}
.job-feature-explore{
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: 0 !important;
    color: var(--red);
}
.job-blog-area {
    position: relative;
    z-index: 1;
}
.bg-F4F7FC {
    background-color: #F4F7FC;
}
.job-content-section {
    padding-top: 50px;
    padding-bottom: 45px;
}
/*================================================
Partner Area CSS
=================================================*/
.partner-area {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding-bottom: 90px;
}

.partner-area .row {
    margin-left: -5px;
    margin-right: -5px;
}
.section-title {
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 55px;
}
.section-title .sub-title {
    color: var(--blue);
    display: block;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 600;
}
.section-title h2 {
    max-width: 560px;
    font-weight: 700;
    font-size: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}
.single-partner-item {
    text-align: center;
    margin-bottom: 10px;
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 5px;
    padding-right: 5px;
}

.single-partner-item a {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #F4F7FC;
    border-radius: 5px;
    padding: 20px;
}

.single-partner-item a img:nth-child(1) {
    position: relative;
    display: inline-block !important;
    width: auto !important;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.single-partner-item a img:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 200%);
    transform: translate(-50%, 200%);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    display: inline-block !important;
    width: auto !important;
}

.single-partner-item a:hover img:nth-child(1) {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
}

.single-partner-item a:hover img:nth-child(2) {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.partner-slides .single-partner-item {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
@media only screen and (max-width: 767px){
    .single-partner-item a {
        padding: 10px;
    }
    .single-partner-item {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-partner-item {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
.testimonial-thumb img{
    border-radius: 50%;
}
