.stm_vacancies__inner {
    padding: 30px 30px 25px;
    background-color: #f2f4fa;
    height: 100%;
    transition: .3s;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.stm_vacancies__inner .title h5 {
    margin-bottom: 11px;
}
.stm_vacancies__inner .title h5:after{
    content: '';
    display: block;
    width: 35px;
    height: 6px;
    background: #fde428;
    border-radius: 3px;
    margin: 10px 0px 10px 0;
}
.stm_vacancies__inner .info {
    font-size: 14px;
    width: 100%;
}
.stm_vacancies__inner .info.department {
    margin-bottom: 25px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.stm_vacancies__inner .location.info {
    font-weight: 500;
    padding-bottom: 10px;
}
.stm_vacancies__inner .read-more {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    font-size: 14px;
    align-self: flex-end;
}
.stm_vacancies__inner .read-more .date {
    opacity: .5;
}
.stm_vacancies__inner .read-more a.base_font_color {
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    transition: color .2s linear;
    color: #222;
}
.stm_vacancies__inner .read-more a.base_font_color i {
    background-color: #eef85f;
    color: #6b63a9;
    font-size: 12px;
    border-radius: 14px;
    width: 20px;
    height: 20px;
    transition: .3s;
    margin: 0px 6px 0 0px;
    line-height: 20px;
    display: flex;
    justify-content: center;
}
.stm_vacancies__inner .read-more a.base_font_color:hover i {
    background: #000;
}
.stm_vacancies__inner a.title {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}
span.c_apply {
    padding-bottom: 25px;
    float: left;
    width: 100%;
}
span.c_apply h4 {
    font-weight: 600;
    font-size: 30px;
}
span.c_apply h4::after {
    content: '';
    display: block;
    width: 35px;
    height: 6px;
    background: #fde428;
    border-radius: 3px;
    margin: 10px 0;
    margin-left: auto;
    margin-right: auto;
}
.about_vacantion {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    background: #fde428;
    padding: 23px 32px;
/*    margin: 0 0 80px;*/
    color: #404040;
}
/*.vc_inner {
    display: grid;
    grid-template-columns: 50% 50%;
    column-gap: 40px;
}*/
.car_wrapper {
    margin-top: 60px;
    margin-bottom: 100px;
}
.contact-form .form-control{
    margin-bottom: 15px;
}
.contact-form .form-control:focus {
    border-color: #bdbdbd !important;
    box-shadow: none;
}
.contact-form button.btn {
    border: 1px solid #6b63a9;
    background: #6b63a9;
    color: #fff;
    float: right;
}
.contact-form .md-form {
    position: relative;
}
.contact-form input[type=file]::after {
    content: "Upload Resume ";
    color: black;
    text-align: left;
    margin-right: auto;
    position: absolute;
    left: 8rem;
}
.contact-form input[type=file] {
    color: transparent !important;
}
.c_column .c_wrapper ul li {
    position: relative;
    padding: 0 0 0 26px;
    margin: 0 0 14px;
    line-height: 18px;
    color: #222;
    border: none;
    font-size: 13px;
    list-style: none;
}
.c_column .c_wrapper ul li::before {
    content: "\f04d";
    font: normal normal 600 14px / 1 "Font Awesome 6 Free";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    position: absolute;
    left: 0;
    top: 8px;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    font-size: 5px;
    color: #6c98e1;
    transform: rotate(45deg);
}
.c_column .c_wrapper ul {
    padding-left: 1px;
}
.vc_col_left {
    background-color: #f2f2f2;
}
.vc_col_right {
    padding: 35px 10px;
}
.about_vacantion .info {
    display: table-cell;
    line-height: 26px;
    padding: 0 10px;
    font-size: 13px;
}
.about_vacantion .info .icon {
    float: left;
    width: 30px;
}
.about_vacantion .info .text {
    overflow: hidden;
}
.about_vacantion .info .text strong {
    display: block;
    color: #222;
    font-size: 14px;
}
.c_head {
    float: left;
    width: 100%;
}
sapn.c_head h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 6px;
    background: #fde428;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}
.c_head h2 {
    text-transform: capitalize;
    font-weight: 600;
}
.pagination{
    margin-bottom: 0;
}
.pagination li a.active:focus {
    box-shadow: none !important;
    background-color: #6b63a9 !important;
    color: #fff !important;
}
.pagination li a.active {
    box-shadow: none !important;
    background-color: #6b63a9 !important;
    color: #fff !important;
    border: 1px solid #6b63a9 !important;
}
section.career_main::before {
    content: "";
    position: absolute;
    background: url(../img/home_about_bg1.svg);
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: -1;
}
section.career_main::after {
    content: "";
    position: absolute;
    background: url(../img/home_about_bg1.svg);
    right: 0;
    bottom: 0;
    width: 500px;
    height: 500px;
    background-repeat: no-repeat;
    z-index: -1;
    transform: rotate(360deg);
}
section.career_main{
  position: relative;
}
section.career_main::before {
    content: "";
    position: absolute;
    background: url(../img/home_about_bg1.svg);
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: -1;
}
section.career_main::after {
    content: "";
    position: absolute;
    background: url(../img/home_about_bg1.svg);
    right: 0;
    bottom: 0;
    width: 500px;
    height: 500px;
    background-repeat: no-repeat;
    z-index: -1;
    transform: rotate(360deg);
}






@media(min-width:769px){
.vc_inner {
    display: grid;
    grid-template-columns: 50% 50%;
    column-gap: 40px;
}
.vc_col_left {
    padding: 35px 40px;
}
.contact-form {
    padding: 70px 0 0px 0;
}
.stm_vacancies.style_2 .row .col-md-4 {
    margin-bottom: 30px;
}
}


@media(min-width:1201px){
.vc_inner {
    display: grid;
    grid-template-columns: 50% 50%;
    column-gap: 40px;
}
.vc_col_left {
    padding: 35px 40px;
}
.contact-form {
    padding: 100px 0 0px 0;
}
}



@media(max-width:991px){
.stm_vacancies__inner .read-more a.base_font_color {
    order: 2;
    padding-top: 5px;
}
}



@media(max-width:768px){
.c_column .c_wrapper ul li {
    padding: 0 0 0 20px;
}
.vc_col_left {
    padding: 35px 20px;
}
.stm_vacancies.style_2 .row .col-md-4 {
    margin-bottom: 15px;
}
}







