.uc-jobs .uc-carousel-nav {
    margin-bottom: 30px;
    /* margin-top: 30px; */
    position: initial !important;
}

/* .uc-jobs .uc-carousel:nth-child(odd)::before {
    background-image: url(../images/jobs-left.png);
    background-position: left;
    background-repeat: no-repeat;
    content: '';
    height: 100%;
    position: absolute;
    opacity: .5;
    width: 100%;
}

.uc-jobs .uc-carousel:nth-child(even)::before {
    background-image: url(../images/jobs-right.png);
    background-position: right;
    background-repeat: no-repeat;
    content: '';
    height: 100%;
    position: absolute;
    opacity: .5;
    width: 100%;
} */

.uc-carousel .uc-carousel-nav .carousel-nav-container {
    position: relative;
}

.shadow-effect {
    background: #fff;
    border-radius: 50%;
    border: 1px solid #ececec;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02);
    height: 200px;
    padding: 30px;
    text-align: center;
    width: 200px;
}

.uc-jobs .owl-carousel .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}

.uc-jobs .owl-carousel .item {
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    max-width: 250px;
    opacity: 0.7;
    padding: 18px;
    text-align: center;
    transform: scale3d(0.8, 0.8, 1);
    transition: all 0.3s ease-in-out;
}

.uc-jobs .owl-carousel .item .uc-card_body {
    opacity: 0;
}

.uc-jobs .owl-carousel .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.uc-jobs .owl-carousel .owl-item.active.center .item .uc-card_body {
    opacity: 1;
}

.uc-jobs .owl-carousel .owl-item.active.center .item .shadow-effect {
    border-color: #2a7ee3 !important;
    border: 5px solid;
}

.employer-logo {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    position: relative;
    width: 100%;
}

.employer-logo>.employer-name {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
