/*section.careers_banners {*/
/*    padding-top: 100px;*/
/*}*/

section.careers_banners img {
    width: 100%;
    height: 100%;
}

.banner_content .main_title h2 {
    font-size: 25px;
    line-height: 36px;
    width: 55%;
    background: #b22b2e;
    padding: 29px;
    color: #fff;
    border-radius: 6px;
}
.banner_content {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(40%);
    width: 100%;
    height: 100%;
}

.main_title h2 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    color: #b22b2e;
}

.sec_padding{
    padding: 50px 0;
}
section.career_button_wrapper.sec_padding {
    background: #eeeeee47;
    padding: 30px 0;
    text-align: center;
}
section#current_opening {
    padding-top: 50px;
}
a.apply_now_btn {
    display: inline-block;
    padding: 10px 28px;
    background: #b22b2e;
    margin-right: 14px;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    transition: all 0.8s ease;
    border: 1px solid transparent;
    border-radius: 5px;
}

a.apply_now_btn:hover {
    background: transparent;
    color: #b22b2e;
    border: 1px solid #b22b2e;
    transition: all 0.8s ease;
}
button.btn.btn-custom.career-btn{
    background:#368e3b;
}

button.btn.btn-custom.career-btn:hover {
    background: #b22b2e;
}
.organisaztional_wrapper img{
    width:100%;
}
p{
    margin-bottom:24px;
}
section.organisaztional_wrapper.sec_padding.revel {
    background: linear-gradient(180deg, rgb(255 255 255) 50%, rgba(248, 248, 248, 1) 50%, rgba(178, 43, 46, 1) 50%);
}

.organisational_image {
    margin-bottom: 24px;
}


section.organisaztional_wrapper.sec_padding p:last-child {
    color: #fff;
}


.main_title {
    margin-bottom: 24px;
}

.join_content h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 9px;
    font-weight: 600;
    color: #eee;
}
.join_item:hover .join_content {
    height: 100%;
    transition: all 0.8s ease;
}
.join_content {
    background: #b22b2e;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 24px;
    height: 70px;
    transition: all 0.8s ease;
}
.join_item {
    position: relative;
    /*margin-bottom: 48px;*/
    transition: all 0.8s ease;
    cursor:pointer;
}
.join_content:hover .offering_content::after {
    transform: rotate(275deg);
}
.join_content:after {
    width: 18px;
    height: 18px;
    content: "";
    background: url(https://rd.manavrachna.edu.in/assets/images/careers/arrow.png) no-repeat;
    position: absolute;
    /* left: 0px; */
    /* box-shadow: 0px 5px 8px #00000033; */
    right: 9px;
    top: 30px;
    z-index: 99999999;
    /* background: transparent; */
    /* font-size: 20px; */
    /* font-size: 29px; */
    /* font-weight: bold; */
    transform: rotate(90deg);
    background-size: contain;
}
section.join_us_wrapper.sec_padding.revel .owl-nav {
    top: -70px !important;
}


section.join_us_wrapper.sec_padding.revel .main_title {
    margin-bottom: 54px;
}


.banner_content {
    display: none;
}

section.main_content.sec_padding.revel {
    padding: 50px 0;
}
section.main_content.sec_padding.revel p {
    width: 75%;
    margin: 0 auto;
    text-align: center;
}

section.careers_banners.revel {
    padding-top: 0px;
}
section.page-title.career_dsp {
    display: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  
  /* CSS */
  
  section.join_us_wrapper.sec_padding.revel .owl-nav {
    right: 40px !important;
}

  
}



@media (max-width: 767px) {
  
  /* CSS */
  
  
  section.main_content.sec_padding.revel p {
    width: 100%;
}


    /*.banner_item {*/
    /*    height: 170px;*/
    /*}*/

section.careers_banners img {
    height: 100%;
    width: 100% !important;
    object-fit: cover;
}

.sec_padding {
    padding: 50px 0;
}


a.apply_now_btn {
    padding: 10px 12px;
    font-size: 14px;
    line-height: 25px;
}
section.organisaztional_wrapper.sec_padding p {
    margin-bottom: 24px;
}

main_title h2 {
    font-size: 24px;
    line-height: 34px;
}

section.join_us_wrapper.sec_padding .owl-nav {
    right: 50px !important;
}

.join_content {
    padding: 22px;
    height: 65px;
}

div#current_opening .col-12.col-sm-6.col-lg.my-2 {
    text-align: center;
}

  
}