.job-categories {
    position: relative;
    padding: 50px 0 50px;
    border-bottom: 1px solid #ECEDF2;
    float: left;
    width: 100%;
    background: #f2f5fc;
}
.category-block {
    position: relative;
    margin-bottom: 30px;
}
.category-block .inner-box {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #ECEDF2;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 19px;
    transition: all 300ms ease;
}
.category-block .content {
    position: relative;
    display: flex;
    justify-content: center;
    padding-left: 90px;
    min-height: 70px;
    flex-direction: column;
}
.category-block h4 {
    font-size: 20px;
    color: #202124;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 4px;
}
.category-block .icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 70px;
    width: 70px;
    background: #ECEDF2;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1967D2;
    font-size: 36px;
    border-radius: 10px;
    transition: all 300ms ease;
}
.job-categories .sec-title h2, .news-section .sec-title h2 {
    font-size: 26px;
    font-weight: bold;
}

.bg_image--2 {
    background-image: url('../images/bg_image--2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.bg-image-proparty {
    background-repeat: repeat !important;
    background-size: contain !important;
}
.bg_color--4 {
    background: #00afd7;
}
.call-content .title {
    font-size: 25px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 15px;
}
.call-content p {
    font-size: 15px;
    line-height: 1;
    color: #fff;
    margin-bottom: 0;
}
.ht-btn.green-btn, body.template-color-3 button.ht-btn.green-btn {
    background-color: #1dae0e;
    color: #fff;
}
.call-content .title span {
    font-weight: 300;
}
a.ht-btn.green-btn, button.ht-btn.green-btn {
    width: auto;
    height: auto;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    background-color: #1dae0e;
    border-radius: 3px;
    padding: 18px 32px 16px;
}
.brand-title {
    text-align: center;
}

.mb-45 {
    margin-bottom: 45px !important;
}
.single-brand {
    padding: 15px;
    text-align: center;
}
.pb-105 {
    padding-bottom: 105px !important;
}
.categories-tab-menu .nav{
    display: inline-flex;
}
.categories-tab-menu ul li {
    margin-right: 80px;
}
.categories-tab-menu ul li a.active, .categories-tab-menu ul li a:hover {
    color: #000;
}

.categories-tab-menu ul li a {
    display: block;
    color: #bbb;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.8px;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
.pt-lg-90 {
    padding-top: 90px !important;
}
}
.pt-110 {
    padding-top: 110px !important;
}
.single-job-categories-two {
    border: 1px solid #d0d0d0;
}

.single-job-categories-two {
    border: 1px solid #d0d0d0;
    padding: 16px 20px 17px;
    border-radius: 3px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.single-job-categories-two .item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mb-30 {
    margin-bottom: 30px !important;
}