* {
    font-family: 'Rubik', sans-serif;
}
* {
    --bs-primary-rgb: 196, 160, 102 !important;
    --bs-primary: #c4a066;
    --swiper-theme-color: #c4a066;
    --bs-body-color:#17244c;


    /* --bs-primary-rgb: 23, 36, 76 !important;
    --bs-primary: #17244c;
    --swiper-theme-color: #17244c;
    --bs-body-color:#c4a066;  */
}
#status ul li:nth-child(1) {
    -webkit-animation-delay: .1s;
    animation-delay: .8s;
    background-color: var(--bs-primary);
}
#status ul li:nth-child(2) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    background-color: var(--bs-primary);
}
#status ul li:nth-child(3) {
    -webkit-animation-delay: .1s;
    animation-delay: .8s;
    background-color: var(--bs-primary);
}
#status ul li:nth-child(4) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    background-color: var(--bs-primary);
}
#status ul li:nth-child(5) {
    -webkit-animation-delay: .1s;
    animation-delay: .8s;
    background-color: var(--bs-primary);
}
#status ul li:nth-child(6) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    background-color: var(--bs-primary);
}

.page-title-box {
    background-color: #c4a066;
}
.featured-label .featured {
    background-color: #c4a066;
}
.featured-label .featured::before {
    border-right: 11px solid #c4a066;
}
.auth-box .auth-content {
    /* background-color: #c4a066; */

    background-color: #17244c;
}

.wedget-popular-title .popular-box .m-right {
    padding-left: 5px;
}
.mode-btn {
 background-color: #303841 !important;
}

.marginAuthBox {
    margin-top: 90px !important;
}
.h-find-home {
    height: 50px !important;
}

@media (min-width: 1200px){
    .about-img {
        width: 120%;
    }
}
.containRot {
    transform: rotate(-90deg);
    width: 582px;
    margin-left: -382px !important;
    /* height: 70vh; */
    padding-top: 385px !important;
  }
  @media (max-width: 991.98px){
    .navbar-collapse {
        background-color: #fff;
    }
  }
  .img-services {
    width: 90px;
    height: 90px;
    object-fit: contain;
}
.img-jobs {
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.filter-input-box, .filter-input-box.form-select, .filter-search-form .choices__inner {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border: 0;
    font-size: 15px;
    height: 50px;
    padding: 10px 6px 5px 33px;
    border-radius: 0;
}


.job-details-compnay-profile {
    margin-top: -72px;
}
.job-details-compnay-profile img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    background-color: #fff;
}
.candidate-profile img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.profile-details .name-job {
    position: absolute;
    right: 22px;
  }
.job-box .bookmark-label-C {

    width: 200px;
    position: absolute;
    top: -5px;
    right: -84px !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
    color: #fff;
    background: rgba(var(--bs-primary-rgb));
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding: 6px;
    font-size: 20px;
    padding-top: 8px;
}
/* .Mobile-jobs .job-box .row .jobs-title {
    margin-left: 20px;
} */

.Mobile-jobs .row .jobs-title .gover {
    position: relative;
    left: 20px;
}
.Mobile-jobs .row .jobs-detials {
    position: relative;
    left: 40px;
    top: 10px;
}
.fp-marging {
    margin-left: 20px;
    margin-right: 20px;
}
.togglePassword {
    color: var(--bs-primary);
}
form .reset-h-p {
    padding-right: 5px !important;
  }
  .filter-search-form i{
    top: 51%;
  }
.form-contactUs {
    margin-left: 5px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    top: 7px;
    right: 0;
  }
.switch-show-title {
    padding: 12px 26px 12px 50px;
}
.copy-right {
    position: absolute;
    right: 0;
}
.bg-home2 .filter-border-2::before, .bg-home2 .filter-border-3::before, .bg-home3 .filter-border::before {
    content: "";
    border-left: 1px solid var(--bs-border-color) !important;
    position: absolute;
    left: 4px;
    height: 38px;
    top: 10px;
    z-index: 3;
}
.bg-home2 .filter-border-2::before, .bg-home2 .filter-border-3::before, .bg-home3 .filter-border::before {
    top: 6px !important;
}


@media (max-width: 767px){


    .job-details-compnay-profile-cover {
        text-align: left;
    }
  }
