/*------------------------------------------------------------------
Background Color
-------------------------------------------------------------------*/

.bg-color,
.account-popup>form button,
.layer.color::before,
.pricetable>a,
.pricetable.active,
.bottom-line.style2,
.cv-btn button {
    background-color: #c4b7a7;
    opacity:0.4;
}
 
.bg-color:hover,
.account-popup>form button:hover,
.pricetable>a:hover,
.bottom-line.style2:hover,
.cv-btn button:hover {
    background-color: #308EAB;
}

.page-item.active .page-link {
    background-color: #308EAB!important;
    border-color: #308EAB!important;
}


/*------------------------------------------------------------------
Text Color
-------------------------------------------------------------------*/

.text-color,
.pricetable-head h2,
.pricetable.active>a {
    color: #141f72;
}


/*------------------------------------------------------------------
Border Color
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
COLOR SCHEME 2
-------------------------------------------------------------------*/

.forsticky.sticky .post-job-btn {
    /*border: 2px solid #F7D624;*/
    background: transparent;
    color: #fff;
}

.post-job-btn {
    color: #fff;
}

.bg-color,
.account-popup .close-popup,
.blog-metas a::before {
    background-color: #308eab;
}

.post-job-btn {
    background-color: transparent;
}


/*------------------------------------------------------------------
Text Color
-------------------------------------------------------------------*/

.text-color,
.menu-sec nav>ul>li>ul li:hover>a,
.account-popup>form .cfield i,
.account-popup>form>a,
.chosen-container-single .chosen-single div::before,
.job-field i,
.chosen-container .chosen-results li.highlighted,
.active-result.result-selected,
.scroll-to a,
.p-category>a p,
.p-category:hover i,
.job-title-sec span,
.blog-metas a,
.blog-details>a {
    color: #080808;
}


/*------------------------------------------------------------------
Border Color
-------------------------------------------------------------------*/
.border-color,
.select-user>span.active,
.browse-all-cat a {
    border-color: #308EAB;
    background: #308EAB;
    color: #fff;
}

.browse-all-cat a, .btn-solid, .button, .submitBtn, .profile-form-edit > form button, .form-body button, .cusbtnn, .btn  {
    border-color: #308EAB!important;
    background: #fff!important;
    color: #308EAB!important;
}

.browse-all-cat a:hover, .btn-solid:hover, .button:hover, .submitBtn:hover, .profile-form-edit > form button:hover, .form-body button:hover, .cusbtnn:hover, .btn:hover {
    background-color: #308EAB!important;
    color: #fff!important;
}