/*-------- CAREERS CLASSES & STYLES --------*/
.hiring-heading1 {
    font-size: 4.5rem;
    margin-top: 110px;
}

.hiringcolumn {
    padding: 0px !important;
    margin: 0px !important;
    margin-left: 8px !important;
    padding-left: 80px !important;
}

.hiring-heading3 {
    font-size: 1.25rem !important;
}

.hiring-img {
    padding: 0px !important;
    margin: 0px !important;
}

.bhoechie-tab-content h4 span {
    font-size: 19px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.image-slider {
    position: relative;
    max-width: 100%;
}

.image-slider-container {
    display: flex;
    position: relative;
}

.image-slider img {
    transition: transform 0.5s ease-in-out, opacity 0.7s ease-in-out;
}

.image-slider img.active {
    opacity: 1;
    transform: scale(1);
}

.image-slider img:not(.active) {
    cursor: pointer;
    transform: scale(0.8);
}

#large-img {
    width: 100%;
    transform: scale(0.8);
    margin-top: -175px;
    margin-left: -100px;
    opacity: 1;
}

#small-img {
    width: 90%;
    transform: scale(1.2);
    margin-top: 60px;
    margin-left: -180px;
    opacity: 1;
}

.slide-indicators {
    display: flex;
    justify-content: end;
    margin-top: -40px;
    margin-right: 70px;
    margin-bottom: 40px;
}

.indicator {
    width: 60px;
    height: 15px;
    background-color: #e66c5c;
    margin: 0 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.indicator.active {
    background-color: #fccf7e;
}

.testimonials {
    margin-top: 50px;
    overflow: hidden;
}

.testimonials-contents {
    margin-left: 40px
}

.bgforslides {
    position: absolute; z-index: -1; margin-top: 300px; margin-left: -30px;
}

.npbbanner {
    position: absolute; z-index: -1; margin-top: 600px; margin-left: -30px;
}

.testimonial-text1 {
    margin-left: 85px
}

.testimonial-text2 {
    margin-left: 85px
}

.symbol {
    margin-left: 45px; margin-top: 30px;
}

.availableposition-div {
        margin-top: 20px;
}

@media screen and (max-width: 1500px) {
    
    .npbbanner {
        margin-top: 550px;
    }

    .availableposition-div {
        margin-top: 50px;
    }

    #large-img {
        margin-top: -115px;
        margin-left: -60px;
        transform: scale(0.8);
    }

    #small-img {
        margin-top: 60;
        margin-left: -110px;
    } 
}

@media (min-width: 989px) and (max-width: 1200px) {
    .availableposition-div {
        margin-top: 20px;
    }
    
    .bgforslides {
        margin-top: 200px;
    }
    
    .npbbanner {
        margin-top: 450px;
    }
    
    #large-img {
        margin-top: -125px;
        margin-left: -30px;
        transform: scale(0.8);
    }
    
    #small-img {
        margin-top: 20px;
        margin-left: -106px;
    } 
    
    .symbol {
        scale: 0.7;
    }
}

@media screen and (max-width: 850px) {
    .availableposition-div {
        margin-top: 20px;
    }
    
    .bgforslides {
        margin-top: 200px;
    }
    
    .npbbanner {
        margin-top: 450px;
    }
    
    #large-img {
        margin-top: -125px;
        margin-left: -30px;
        transform: scale(0.8);
    }
    
    #small-img {
        margin-top: 20px;
        margin-left: -106px;
    } 
    
    .symbol {
        scale: 0.7;
    }
}

@media screen and (max-width: 768px) {
    .hiring-heading1 {
        font-size: 2.5rem;
        margin-top: 50px;
    }

    .hiring-heading2 {
        font-size: 1.5rem !important;
    }

    .hiring-heading3 {
        font-size: 0.8rem !important;
    }

    .hiring-heading3.has-margin-t-1 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }

    .hiringcolumn {
        padding: 0px !important;
        margin: 0px !important;
        margin-left: 0px !important;
        padding-left: 0px !important;
    }

    .hiring-img {
        padding: 3px !important;
        margin: 0px !important;
    }

    .bhoechie-tab-container {
        margin: 15px !important;
    }

    h4.list-group-item {
        font-size: 1.2rem !important;
        padding: 5px !important;
        margin: 0px !important;
        padding-left: 20px !important;
    }

    a.list-group-item {
        font-size: 0.7rem !important;
        padding: 5px !important;
        padding-left: 20px !important;
    }

    .bhoechie-tab-content h4 {
        font-size: 1rem !important;
    }

    .bhoechie-tab-content h4 span {
        font-size: 0.85rem;
    }

    .bhoechie-tab-content h5 {
        font-size: 0.95rem;
    }

    .bhoechie-tab-content .jobdesc {
        font-size: 0.8rem;
    }

    .bhoechie-tab-content .jobreq {
        font-size: 0.8rem;
    }

    .bhoechie-tab-content p {
        font-size: 0.8rem;
    }
    
    .testimonial-text1 {
        margin-top: -25px;
        margin-left: -20px;
    }
    
    .testimonial-text2 {
        margin-left: -20px;
    }
    
    .symbolImg {
        margin-top: 10px;
        margin-left: -165px;
        scale: 0.5;
    }
    
    #large-img {
        transform: scale(1.2);
        margin-top: -10px;
        margin-left: -12px;
    }
    
    #small-img {
        display: none;
    }
    
    .slide-indicators {
        display: flex;
        justify-content: end;
        margin-top: -100;
        margin-right: 60px;
        margin-bottom: 40px;
        position: relative;
        z-index: 1;
    }
    
    .bgforslides {
        margin-top: 205px;
        margin-left: -35px;
    }
    
    .npbbanner {
        margin-top: 325px;
        margin-left: -35px;
    }
    
    .availableposition-div {
        margin-top: 30px;
    }
}






/*------------- CAREERS -------------------- */
/*-------------  CAREERS STYLES --------------- */
div.bhoechie-tab-container {
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: 20px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    opacity: 0.94;
    filter: alpha(opacity=97);
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

div.bhoechie-tab-menu div.list-group {
    margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group>a {
    margin-bottom: 0;
    color: #7e5857 !important;
    font-family: InterXBold;
    font-size: 0.9em;
}

div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
    color: #27A4A8;
}

div.bhoechie-tab-menu div.list-group>a:first-child {
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group>a:last-child {
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa {
    background-color: #d4d4d4;
    background-image: #27A4A8;
    color: #7e5857 !important;
    font-family: InterXBold;
}

div.bhoechie-tab-menu div.list-group>a.active:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid rgb(93, 93, 93);
}

div.bhoechie-tab-content {
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 50px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

.list-group-item.active {
    /*border-color: orange;*/
    border: 5px solid orange !important;
    ;
}

.list-group-item p {
    margin-bottom: 5px;
    margin-top: 5px;
}

.list-group h4 {
    background-color: #F16C58;
    color: #ffffff;
    font-weight: 500;
}

.careerbg {
    background: url(../img/careers/careers.webp);
    background-repeat: no-repeat;
    background-position: 0 150px;
}

@media (min-width: 320px) and (max-width: 575px) {
    div.bhoechie-tab-menu div.list-group>a.active:after {
        content: none !important;
    }
}

@media (min-width: 320px) and (max-width: 575px) {
    .bhoechie-tab-container {
        margin-left: 20px !important;
        width: 91% !important;
    }
}

@media (min-width: 576px) and (max-width: 720px) {
    .bhoechie-tab-container {
        margin-left: 0px !important;
        width: 91% !important;
    }
}


/*-------------  END OF CAREERS STYLES --------------- */