.m-t-4 {
    margin-top: 4%;
}
.card, .list-group, .modal-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
}
.card {
    border: 0;
}
.box_clr{
    border: solid 1px #4ca3f0!important;
}
.bdr{
    border-radius: 6px;
}

.apply_btn{
    border: solid 2px #156797!important;
    border-radius: 6px!important;
}

.join_title{
    border-bottom: solid 2px;
    color: #137dbb;
    padding-bottom: 8px!important;
    padding-left: 6px!important;
    padding-right: 6px!important;
}

.career-opt {
    border: 2px solid #367da6;
    border-radius: 6px;
    padding: 40px 20px;
    height: 256px;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.35s ease 0s;
    perspective: 50em;
    position: relative;
    overflow: hidden;
}
.career-opt:hover .career-opt-explore {
    right: 0;
}
.career-opt-explore {
    background-color: #367da6;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
    padding: 40px 10px;
    transition: all .5s;
    color: #ffffff;
}
.career-opt:hover .career-opt-explore1 {
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: all .5s;
    -o-transition: 0.5s;
    box-shadow: 0 16px 32px 0 rgba(0,0,0,0.4);
}
.career-opt-explore1 {
    border-radius: 4px;
    display: none;
    background-color: #1777ae;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    padding: 40px 10px;
    transition: transform .5s ease-in-out;
    -webkit-transition: -webkit-transform .8s ease-in-out;
}
.career-opt-explore h4 {
    color: #ffffff;
}
.text-theme {
    color: #1777ae;
}
.text-muted {
    color: #777;
}
.career-opt-explore h4 {
    font-weight: 400;
}
[class*="dg-btn-"].size-sm {
    padding: 7px 16px;
    font-size: 13px;
    line-height: 1.5;
}
.dg-btn-1, .dg-btn-1:link, .dg-btn-1:active, .dg-btn-1:visited, .dg-btn-1[type="button"] {
    color: #fff!important;
    display: inline-block;
    border: 1px solid transparent;
    background-size: 105%!important;
    background-position: center!important;
}
[class*="dg-btn-"].btn-pelorous {
    color: #237da6;
    border-color: #237da6;
    background-color: #237da6;
}
[class*="dg-btn-"], [class*="dg-btn-"]:link, [class*="dg-btn-"]:before, [class*="dg-btn-"]:link:before {
    transition: all ease-in 300ms;
    -moz-transition: all ease-in 300ms;
    -webkit-transition: all ease-in 300ms;
    -o-transition: all ease-in 300ms;
    -ms-transition: all ease-in 300ms;
}
.career-pagetitle-images {
    background-image: url(../../mediaset/pages-images/carrer.png) !important;
    /*background-image: url(../../mediaset/pages-images/carrer-01.png) !important;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (max-width: 767px) {
    .bdr{
        margin-bottom: 8px;
    }
}