/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
.section-header h3 {
    font-size: 40px !important;
    color: #283d50;
    text-align: center;
    font-weight: 500;
    position: relative;
}

#how-it-works a.newButton {
    background: #fff;
    border: 3px solid #62259d;
    text-align: center;
    color: #62259d;
    text-transform: uppercase;
    padding: 20px 40px 20px 40px;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    margin: 60px auto;
    transition: all 0.3s ease-in-out;
    display: block;
    width: 280px;
}

#how-it-works a.newButton:hover {
    background: #fff;
    color: #ff6a39;
    border: 3px solid #ff6a39;
}

#how-it-works .section-header p {
    font-size: 23px;
    margin-bottom: 50px;
}

#jobsHome a.newButton,
#yourJobs a.newButton {
    padding: 20px 40px 20px 40px;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    margin: 60px auto;
    background: transparent;
    transition: all 0.3s ease-in-out;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    display: block;
    width: 300px;
    border: 3px solid #fff;
}

#jobsHome a.newButton:hover,
#yourJobs a.newButton:hover {
    color: #ff6a39;
    border: 3px solid #ff6a39;
}

#jobsHome div.boxCandidatura a.newButton {
    padding: 10px 20px 10px 20px;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    margin: 55px auto;
    background: #62259d;
    transition: all 0.3s ease-in-out;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    border: 3px solid #62259d;
    width: auto;
}

#jobsHome div.boxCandidatura a.newButton:hover {
    background: transparent;
    border: 3px solid #62259d;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

#jobsHome .carousel-indicators {
    bottom: -42px !important;
}

#jobsHome .carousel-control-prev,
.carousel-control-next {
    display: none;
}

#jobsHome div.boxCandidatura {
    background: #ff6a39;
    padding: 20px;
    color: #fff;
    margin-top: 20px;
    margin-left: -20px;
}

#jobsHome div.boxCandidatura h5 {
    font-weight: 600;
}

#testimonials {
    background-color: #ff6a39;
    padding: 60px 0;
    margin: 80px 0 0 0;
}

#testimonials .card {
    position: relative;
    display: flex;
    width: 350px;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 7px solid #ff551c;
    border-radius: 0px;
    /*-webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
    -moz-box-shadow: 0px 0px 5px 0px rgba(212,182,212,0.5);
    box-shadow: 0px 0px 5px 0px rgb(161, 163, 164);*/
}

#testimonials .card .card-body {
    padding: 1rem 1rem;
}

#testimonials .card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

#testimonials .profile {
    margin-top: 16px;
    margin-left: 11px;
}

#testimonials .profile-pic {
    width: 58px;
}

#testimonials .cust-name {
    font-size: 18px;
}

#testimonials .cust-profession {
    font-size: 10px;
}

#testimonials .items {
    width: 90%;
    margin: 40px auto;
}

#testimonials .slick-slide {
    margin: 10px;
}

#testimonials .slick-dots li button:before {
    color: #62259d;
    font-size: 20px;
}

.pagination {
    margin-top: 20px;
}

.single-work-process.one::after {
    content: url(../images/arrow-up.png);
    position: absolute;
    top: -20px;
}

.single-work-process.two::after {
    content: url(../images/arrow-down.png);
    position: absolute;
    bottom: -25px;
}

.single-work-process {
    height: 250px;
    width: 250px;
    border-radius: 50%;
    background-color: #fc6a39;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    position: relative;
    margin: 0 auto 20px;
    transition: all 0.3s ease-in-out;
}

.single-work-process:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.single-work-process .icon {
    margin-bottom: 12px;
}

div.icon img {
    width: 50px;
    height: 50px;
}

div.work-content h5 {
    color: #62259d;
    font-weight: 800;
}

div.work-content p {
    font-size: 14px;
    color: #fff;
}

section#jobsHome,
section#yourJobs {
    background: #62259d;
}

section#allJobs {
    background: #f7f7f7;
}

.banner-absolute-section {
    width: 100%;
    padding: 80px 0;
}

.banner-absolute-section-top h2 {
    color: #fc6a39;
    font-weight: 700;
    font-size: 38px;
    text-transform: uppercase;
}

.banner-absolute-section-top p {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
}

.banner-absolute-search {
    margin: 10px 0px 0px 0px;
    width: 100%;
    border-radius: 35px;
    background: white;
    border: 1px solid #ced4da;
    padding: 8px 0px 8px 20px;
    box-shadow: 2px 2px;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.banner-absolute-search-input {
    position: relative;
}

.banner-absolute-search .fa-icon {
    position: absolute;
    top: 12px;
    left: 20px;
    color: #8d8d8d;
}

.banner-absolute-search input {
    border: 0px;
    font-size: 18px;
    border-radius: 20px;
    padding: 5px 0px 0px 28px;
    color: #8d8d8d;
}

.banner-absolute-search-select {
    position: relative;
}

.banner-absolute-search .fa-icon-tag {
    position: absolute;
    top: 12px;
    left: 22px;
    color: #8d8d8d;
}

.banner-absolute-search select {
    border: 0px;
    color: #8d8d8d;
    font-size: 18px;
    border-radius: 0px;
    padding: 6px 0px 6px 28px;
    width: 95%;
}

.banner-absolute-search .btn {
    border: 0px solid #fc6a39;
    border-left: 0px;
    background: #fc6a39;
    margin: 0px 0px 0px 22px;
    width: 80%;
    border-radius: 35px;
    color: white;
}

.banner-absolute-section-top {
    text-align: center;
}

.section-jobs-alpha {
    padding: 0px;
    margin-bottom: 20px;
}

.section-jobs-alpha-item {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
    min-height: 135px;
    margin: 20px 0px -5px 0px;
    background: white;
}

.section-jobs-alpha-item-right {
    border-left: 0px solid #ccc;
    padding: 5px 0px 0px 15px;
    min-height: 102px;
    position: relative;
}

.section-jobs-alpha-item-right-content {
    color: #ccc;
    font-size: 14px;
    margin-top: 10px;
    padding: 6px 0px;
}

.section-jobs-alpha-item-right-controls {
    position: absolute;
    right: 10px;
    color: #ff6a39;
    font-size: 16px;
    top: 5px;
}

.section-jobs-alpha-item-right-content {
    color: var(--site-font-color);
    font-size: 14px;
    margin-top: 10px;
    padding: 6px 0px;
}

.section-jobs-alpha-item-right-heading h2 {
    font-size: 18px;
    font-weight: 600;
    color: #ff6a39;
    margin: 0 0 5px 0;
    width: 85%;
}

.section-jobs-alpha-item-right-bottom {
    margin-top: 10px;
}

.section-jobs-alpha-item-right-bottom-att {
    font-size: 12px;
    padding: 3px 8px;
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 4px;
    background: #62259d !important;
    color: #fff !important;
    margin-right: 0px;
    border: 1px solid var(--site-box-border-color);
}

.section-pagination-alpha ul {
    background: #ff6a39;
    border: 1px solid #ff6a39;
    border-radius: 4px;
    padding: 6px;
    text-align: center;
    margin: 20px 0px -5px 0px;
}

.section-jobs-alpha-item-right-controls i {
    cursor: pointer;
}

.section-steps-alpha {
    text-align: center;
    padding: 30px 0px 60px 0px;
    position: relative;
}

.section-steps-alpha-item {
    transition: all 0.3s ease-in-out;
    text-align: center;
    padding: 30px 20px 20px 20px;
    border-radius: 100%;
    border: 2px dashed #fc6a39;
    margin: 10px 5px;
    min-height: 260px;
    position: relative;
    background: #fff;
    transition: all 0.3s ease-in-out;
    width: 260px;
}

.section-steps-alpha-item-background-border {
    position: absolute;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #fff;
    width: 100%;
    z-index: -1;
    border-radius: 100%;
}

.section-steps-dotted-line {
    height: 2px;
    width: 800px;
    border-top: 2px dashed #fc6a39;
    position: absolute;
    top: 140px;
    left: 160px;
    margin: 0 auto;
}

.section-steps-alpha-item-icon img {
    width: auto;
    height: 50px;
    margin-bottom: 10px;
}

.section-steps-alpha-item-heading h2 {
    font-size: 20px;
    font-weight: 700;
    color: #62259d;
    transition: all 0.3s ease-in-out;
    margin-bottom: 5px;
}

.section-steps-alpha-item-content p {
    font-size: 15px;
}

.section-heading-style-alpha .section-heading h2 {
    padding-bottom: 10px;
    color: #6603a3;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 40px;
}

.section-job-detail-alpha-breadcrumb {
    background-size: cover;
    background-position: center top;
    position: relative;
    overflow: hidden;
    padding: 20px 0px 20px 0px;
    margin: 90px 0px 20px 0;
    background-color: #5f249f;
    /*background-image: url(https://recruiting.braincomputing.com/assets/front/images/site-banner-image.jpg);*/
}

.section-job-detail-alpha-breadcrumb h1 {
    font-size: 32px;
    font-weight: bold;
    text-align: left;
    color: #fff;
}

.section-job-detail-alpha-breadcrumb ul {
    text-align: left;
    padding: 0px;
    margin: 0;
}

.section-job-detail-alpha-breadcrumb ul li {
    list-style: none;
    display: inline-block;
    color: #ccc;
}

.section-job-detail-alpha-breadcrumb-att-container {
    margin-top: 10px;
}

.section-job-detail-alpha-breadcrumb-att {
    font-size: 14px;
    padding: 6px 14px;
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 3px;
    background: #ff6a39 !important;
    color: #fff !important;
    margin-right: 10px;
}

.section-job-detail-alpha-breadcrumb-btns {
    text-align: right;
    padding-top: 20px;
}

.section-job-detail-alpha-breadcrumb-btns .btn {
    background: #ff6a39;
    color: #fff;
    width: 15%;
    cursor: pointer;
    padding: 6px 0px;
    margin: 0px 0px 2px 0px;
    font-size: 14px;
    border: 1px solid #f0f0f0;
}

.section-job-detail-alpha-filters-container {
    background: var(--site-box-bg);
    padding: 10px;
    border-radius: 4px;
    border: 4px solid #5f249f;
    margin: 20px 0px;
}

.section-job-detail-alpha-filters-item {
    position: relative;
    text-align: center;
    margin: 10px 0px 0px 0px;
}

.section-job-detail-alpha-filters-item-icon i {
    color: #5f249f;
    font-size: 26px;
    border: 2px solid var(--site-icons-color);
    border-radius: 50px;
    padding: 6px 0px;
    width: 35px;
    height: 35px;
}

.section-job-detail-alpha-filters-item-title {
    margin: 0px 40px;
    color: var(--site-font-color);
    font-size: 14px;
}

.section-job-detail-alpha-filters-item-value {
    margin: 0px 40px;
    color: var(--site-font-color);
    font-size: 16px;
    font-weight: bold;
}

.section-job-detail-alpha-traites-container {
    border: 2px solid #ff6a39;
    margin-bottom: 10px;
    border-radius: 4px;
    padding: 0 20px 20px 20px;
}

.section-job-detail-alpha-traites-container .section-heading-style-alpha h3 {
    /*margin-top: -17px !important;*/
    background: #fff;
    letter-spacing: 1px;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-gap: 10px;
    align-items: center;
    text-align: center;
    width: 32%;
    margin: 0 auto;
    color: #5f249f;
    font-weight: 600;
}

.section-heading-style-alpha h3:before {
    content: " ";
    display: block;
    height: 6px;
    background-color: #ff6a39;
    font-size: 26px;
    font-weight: 600;
    color: var(--site-headings-color);
}

.section-heading-style-alpha h3:after {
    content: " ";
    display: block;
    height: 6px;
    background-color: #ff6a39;
    font-size: 26px;
    font-weight: 600;
    color: var(--site-headings-color);
}

.section-job-detail-alpha-job-description {
    margin-bottom: 20px;
    margin-top: 50px;
}

.section-job-detail-alpha-job-description h2 {
    color: #62259d;
    text-align: center;
}

.section-heading-style-alpha .section-intro-text {
    margin: 0px 0px 10px 0px;
    text-align: center;
}

.section-job-detail-alpha-traites-item {
    text-align: center;
    overflow: hidden;
    margin: 10px 0px;
}

.section-job-detail-alpha-traites-item-heading h4 {
    font-size: 16px;
    background: #e7d6f8;
    padding: 4px 4px;
    border-radius: 4px;
    color: #5f249f;
    border: 1px solid #f0f0f0;
    font-weight: 500;
}

button#job_apply_form_button.newButton,
button#job_share_button.newButton {
    background: #fff;
    border: 3px solid #62259d;
    text-align: center;
    color: #62259d;
    text-transform: uppercase;
    padding: 20px 40px 20px 40px;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    margin: 60px auto;
    transition: all 0.3s ease-in-out;
    display: block;
    width: 320px;
    font-weight: 600;
    font-size: 20px;
}

button#closeModal.newButton {
    background: #fff;
    border: 3px solid #62259d;
    color: #62259d;
    text-transform: uppercase;
    padding: 10px 20px;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
    width: 320px;
    font-weight: 600;
    font-size: 20px;
}

button#job_apply_form_button.newButton:hover,
button#job_share_button.newButton:hover {
    background: #fff;
    color: #ff6a39;
    border: 3px solid #ff6a39;
}

section#yourJobs {
    padding: 80px 0;
}

section#yourJobs h3 {
    color: #ff6a39;
    font-weight: 600;
}

section#yourJobs p {
    color: #fff;
    font-size: 1.5rem;
}

.carousel-indicators .slick-active {
    opacity: 1;
}

@media (min-width: 992px) {
    section#how-it-works .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: inherit;
    }
}

@media (max-width: 576px) {
    .single-work-process.one::after,
    .single-work-process.two::after {
        display: none;
        visibility: hidden;
    }

    .section-steps-dotted-line {
        display: none;
    }

    .section-steps-alpha-item {
        margin: 10px auto;
    }

    #jobsHome div.boxCandidatura {
        margin-left: auto;
        margin-bottom: 20px;
    }

    #jobsHome div.boxCandidatura a.newButton {
        margin: 30px auto;
    }
}

@media (max-width: 376px) {
    .main-nav a {
        padding: 6px 12px;
        font-size: 0.9rem;
    }

    .main-nav ul {
        margin-left: 10px;
    }
}

@media (max-width: 320px) {
    .main-nav a {
        padding: 6px 5px;
    }

    #jobsHome a.newButton {
        width: auto;
    }
}

.switch_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 200px;
    min-width: 200px;
    height: 200px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/* Switch 1 Specific Styles Start */

.box_1 {
    background: #eee;
}

input[type="checkbox"].switch_1 {
    font-size: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 3.5em;
    height: 1.5em;
    background: #ddd;
    border-radius: 3em;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

input[type="checkbox"].switch_1:checked {
    background: #0ebeff;
}

input[type="checkbox"].switch_1:after {
    position: absolute;
    content: "";
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 0 .25em rgba(0, 0, 0, .3);
    box-shadow: 0 0 .25em rgba(0, 0, 0, .3);
    -webkit-transform: scale(.7);
    transform: scale(.7);
    left: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

input[type="checkbox"].switch_1:checked:after {
    left: calc(100% - 1.5em);
}

/* Switch 1 Specific Style End */

.carousel-indicators [id^="slick-slide-control"] {
    display: none;
}

@media (max-width: 480px) {
    .section-job-detail-alpha-traites-container .section-heading-style-alpha h3 {
        width: 85%;
    }
}