.py-4 {
    padding-top: 5rem !important;
    padding-bottom: 8rem !important;
}
#homepage_career {
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 0px;
}
#homepage_career .fl_left_content {
    width: 49%;
    height: 100px;
}
#homepage_career .fl_right_content {
    width: 49%;
    height: 230px;
}
.feature-info-02, .feature-info-04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.feature-info {
    padding: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
}
.bg-primary {
    background: #a41710 !important;
}
@media (min-width: 992px){
.p-lg-5 {
    padding: 3rem!important;
    }
}
.feature-info:hover .feature-info-content {
    color: #ffffff;
}
.text-white {
    color: #ffffff;
}
.feature-info.bg-primary a:hover {
    color: #ffffff;
}
@media (min-width: 576px){
.ps-sm-4 {
    padding-left: 1.5rem!important;
    }
}
.text-white {
    color: #fff!important;
}
.feature-info .feature-info-content p {
    margin-bottom: 5px !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 10px;
    font-size: 18px;
}
.feature-info.bg-primary a {
    color: #ffffff;
    background: none;
}
.feature-info a {
    font-weight: 600;    
    font-size: 16px;
}
.ms-auto {
    margin-left: auto!important;
}
.align-self-center {
    align-self: center!important;
}
.feature-info:hover {
    background: #a41710;
}

.feature-info-02, .feature-info-04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.feature-info {
    padding: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
}
.bg-dark {
    background: #1c3b7c !important;
}
.feature-info.bg-dark a {
    color: #ffffff;
    background: none;
}
.feature-info .feature-info-content h5 {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 12px !important;
    font-size: 20px;
}
@media (max-width: 768px){
.feature-info-02, .feature-info-04 {
    display: block;
  }
}
@media only screen and (max-width: 768px){
#homepage_career .fl_left_content {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 768px){
#homepage_career .fl_right_content {
    width: 100%;
    height: 100%;
  }
}
#content_career {
    display: block;
    float: left;
    width: 50%;
}
#column_career {
    display: block;
    position: relative;
    float: right;
    width: 47%;
    margin-top: 68px;
}
.career_req{
    font-size: 16px;
    color: #000;
}
@media only screen and (max-width: 768px){
#content_career {
    width: 100% !important;
    }
}

@media only screen and (max-width: 768px){
#column_career {
    width: 100% !important;
    margin-top: 0px !important;
    }
}
@media only screen and (max-width: 768px){
    .career_req{
        padding: 10px !important;
    }
}
@media only screen and (max-width: 768px){
    #column_career .teaching_img{
        padding: 5px !important;
    }
}
.dept-sec {
    height: 170px;
    width: 80%;
    margin: 0px auto;
    margin-bottom: 30px;
}
.dept-icon {
    height: 110px;
    width: 110px;
    border: 1px solid #373f6e;
    border-radius: 50%;
    background-color: #fbf9f9;
    text-align: center;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}
.dept-icon:hover {
    box-shadow: 4.5px 7.2px 3.6px rgb(0 0 0 / 4%), 12.5px 20px 10px rgb(0 0 0 / 6%), 29.1px 48.2px 24.1px rgb(0 0 0 / 7%);
}
.dept-icon img {
    margin: 20px auto;
    width: 64px;
}
.dept-tle {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin-top: 10px;
}
.dept-li button{
    border: none;
    background: none;
}
.career_topic{
    font-size: 30px !important;
    font-weight: 700 !important;
    text-transform: capitalize !important;
}
.find_job{
    text-transform: capitalize !important;
    font-size: 25px !important;
    color: #000;
}
.opening-box {
    background-color: #F7F7F7;
    height: 550px;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 98%;
    padding: 20px;
    text-align: left;
}
h5.title.uk-h5 {
    font-size: 16px;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    text-transform: capitalize;
    color: black;
    padding: 0px !important;
    font-weight: 600 !important;
}

@media (min-width: 768px){
.col-md-4 {
    width: 33.33333333%;
    box-sizing: border-box !important;
    }
}
/*@media only screen and (max-width: 768px){
    .dept-li button{
        margin-right: 25% !important;
    }
}*/
@media only screen and (max-width: 768px){
    .dept-sec{
        width: 100% !important;
        height: 150px !important;
    }
}
.job_title{
    color: #3B5998;
    font-weight: bold;
    text-transform: capitalize !important;
    font-size: 35px !important;
}
.job_desc {
    font-size: 23px !important;
    line-height: 1.3 !important;
    text-transform: capitalize !important;
    color: #000;
    font-weight: 600;
}
.job_respon li{
    font-size: 14px !important;
    line-height: 1.9em !important;
    color: #000;
}
.mail_btn{
    margin-left: 10px;
    background-color: #1c3b7c !important;
}
.mail_forward {
    font-weight: 600 !important;
    color: #000 !important;
    font-size: 16px !important;
    text-align: left !important;
}
.ng-binding{
     font-size: 14px;
    color: #4a4848;
    margin-bottom: 10px;
}
        .hide {
  display: none;
}
.map-container {
  text-align: center;
}
@media only screen and (max-width: 768px){
.career_mobile{
    display: none;
    }
.career_mobile_cse, .career_mobile_civil, .career_mobile_eee, .career_mobile_ece, .career_mobile_ai, .career_mobile_it, .career_mobile_mba{
    display: block !important;
    }
}
@media only screen and (max-width: 768px){
    .topics_border{
        border: 1px solid #000;
        border-radius: 5px !important;
       }
}
@media only screen and (max-width: 768px){
    .career_topic{
        font-size: 20px !important;
    }
}
@media only screen and (max-width:  768px){
    .find_job{
        font-size: 22px !important;
    }
}
.career_mobile_cse{
    display: none;
}
.career_mobile_civil{
    display: none;
}
.career_mobile_eee{
    display: none;
}
.career_mobile_ece{
    display: none;
}
.career_mobile_mba{
    display: none;
}
.career_mobile_ai{
    display: none;
}
.career_mobile_it{
    display: none;
}
