article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

@media (min-width: 1200px){
 .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;}
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: space-between;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}

h1:not(:last-child), .h1:not(:last-child) {
    margin-bottom: 20px;
}

button.btn.btn-outline, .btn:not(.close):not(.mfp-close).btn-outline, a.btn:not([href]):not([tabindex]).btn-outline {
    background-color: transparent;
    border-width: 2px;
    border-style: solid;
    border-color: #2250fc;
    color: #2250fc;
}

button.btn:after, .btn:not(.close):not(.mfp-close):after, a.btn:not([href]):not([tabindex]):after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.text-justify {
    text-align: justify!important;
}

@media (min-width: 992px){
.col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;}
}

.card {
    border: 1px solid #ececec;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
    box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

.card .card-body {
    padding: 1.8rem 2rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

h4:not(:last-child), .h4:not(:last-child) {
    margin-bottom: 8px;
}
h4, .h4 {
    font-size: 1.35714286em;
    line-height: 1.68421053em;
    font-weight: 600;
}

h6, .h6 {
    font-size: .85714286em;
    line-height: 2.16666667em;
    font-weight: 500;
}

p {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 1.7;
    letter-spacing: 0;
    color: #777;
    font-family: poppins,sans-serif;
}

.interview {
    background-color: #f7f9fb!important;
}

.job-info {
    padding: 0px 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    background-color: #fff;
}

.interview{
    padding: 50px 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    background-color: #fff;
}

.company-info {
    padding: 20px 0;
}

@media (max-width:475px){
    .job-info {
    margin-top: 100px;
    }
  }

section {
    padding: 80px 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    background-color: #fff;
}

h2, .h2 {
    font-size: 2em;
    line-height: 2em;
    font-weight: 600;
}
@media (min-width: 992px){
.col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;}
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

.m-b-0 {
    margin-bottom: 0!important;
}
.m-b-10 {
    margin-bottom: 10px!important;
}

.card .card-header {
    font-size: 1.35714286em;
    font-weight: bold;
    padding: 15px 15px;
}
.list-group-flush .list-group-item {
    border-right-width: 0;
    border-left-width: 0;
    border-radius: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}

.card .card-header {
    background-color: #fff;
    border-bottom: 1px solid #ececec;
    font-weight: 600;
    padding: 1.8rem 2rem;
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0;
}