@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Lexend:wght@100;300;400;500;600;700;800&display=swap');

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #071a33;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

p {
    color: #173050;
    font-family: 'Inter', sans-serif;
}

.page-header p,
.page-header h1{
    color: #fff;
}

.content{
    font-size: 17px;
    line-height: 26px;
}

.pt-90 {
    padding-top: 90px;
}

.mt-0 {
    margin-top: 0;
}

.m-0{
    margin: 0;
}

.sec_pad {
    padding: 90px 0;
}

.bg_grey {
    background: #dee8f9;
}

.page-header h2{
    color: #fff;
    font-size: 40px;
    line-height: 55px;
    font-weight: 700;
}

.career_iframe iframe{
    position: relative;
    width: 100%;
    height: 312px;
}
@media (max-width: 1199px){
    .career_iframe iframe {
        height: 258px;
    }
}
@media (max-width: 991px){
    .career_iframe iframe{
        height: 405px;
    }
}
@media (max-width: 420px){
    .career_iframe iframe{
        height: 303px;
    }
}
@media (max-width: 575px){
    .career_iframe iframe{
        height: 219px;
    }
}

.gratitude{
    position: relative;
}

.gratitude:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background: url(img/shape.png);
    opacity: 0.15;
}

.gratitude_inner .box{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px rgb(38 59 94 / 5%);
    padding: 25px 35px;
    margin: 15px 0;
}

.gratitude_inner .box i{
    font-size: 40px;
    margin-right: 25px;
}

.gratitude_inner .box h4{
    line-height: 25px;
    margin-left: 15px;
}

.job .job_post{
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0px 20px 40px 0px rgb(0 10 20 / 10%);
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
}

.job .job_post .pre{
    font-weight: 600;
    font-size: 18px;
}

.job .job_post .job_content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%;
}

.job .job_post .job_exp{
    width: 220px;
}


.job .job_post .btn-job{
    border: 1px solid #071a33;
    padding: 10px 25px;
    color: #071a33;
    font-weight: 500;
    transition-duration: 0.4s;
}

.job .btn-job:focus,
.job .btn-job:hover{
    background-color: #071a33;
    color: #fff;
}

.job_info {
    border: 1px solid #f4f4f9;
    background-color: white;
    box-shadow: 0px 2px 4px 0px rgb(12 0 46 / 4%);
    padding: 50px;
}

.job_info .desc{
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.job_info .desc i{
    color: #37a000;
    font-size: 25px;
    margin-right: 16px;
}

.info_item{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.info_item i{
    font-size: 25px;
    color: #37a000;
}

.job_details_content {
    margin-bottom: 30px;
}

.job_details_content h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.job_details_content ul li{
    color: #173050;
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 12px;
}

.job_details_content ul li .bullet{
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #071a33;
    display: inline-block;
    margin-right: 15px;
    transform: translateY(-3px);
}

.btn_apply{
    border: 1px solid #071a33;
    color: #071a33;
    display: inline-block;
    padding: 12px 30px;
}

.btn_apply:focus,
.btn_apply:hover{
    background: #071a33;
    color: #fff;
}

.align-center{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.flex-row-reverse {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media (min-width: 992px){
    .future_inner {
        display: flex;
        align-items: center;
    }
}
@media (max-width: 991px){
    .job .job_post{
        display: block;
    }
    .job .job_post .job_content {
        width: 100%;
        margin-top: 20px;
    }
}
@media (max-width: 767px){
    .gratitude_inner{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
    }
    .flex-row-reverse{
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    
    .page-header h2{
        font-size: 25px;
        line-height: 35px;
    }
}
@media (max-width: 650px){
    .gratitude_inner .box{
        flex-wrap: wrap;
        padding: 15px 20px;
    }
}
@media (max-width: 575px){
    .job .media{
        padding: 20px 15px;
    }
    
    .job .media-object{
        margin-bottom: 25px;
    }
    
    .job .media-body, 
    .job .media-left, 
    .job .media-right{
        display: block;
        width: 100%;
    }
    .job_info{
        padding: 15px;
    }
}
@media (max-width: 480px){
    .job .job_post .job_content{
        display: block;
    }
    .job .job_post .job_exp{
        width: 100%;
    }
    .job .job_post .btn-job {
        display: inline-block;
        margin-top: 15px;
    }
}
@media (max-width: 460px){
    .gratitude_inner .col-xs-6,
    .gratitude_inner .box h4{
        width: 100%;
    }
    .job .media .job-title {
        margin-bottom: 10px;
        font-size: 21px;
    }
}