*{
    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 16px;
    transition: all ease-in-out 0.3s;
}
a{
    color: #0a67d9;
}

body{
    background: #ffffff;
}
header{
    background: #ffffff;
    padding: 10px 0;
}
.banner_section{
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.banner_section img{
    width: 100%;
}
.hiring_section{}
.hiring_section .box_wrapper{
    display: inline-block;
    width: 847.5px;
    margin: auto;
    border: 1px solid #d7d7d7;
    background: #fff;
    padding: 18px 14px 26px;
    margin-top: -10%;
    text-align: left;
    border-radius: 4px;
}
.hiring_section .box_wrapper .title{
    font-size: 36px;
    margin-bottom: 10px;
    font-weight: 300;
    color: #004a85;
}
.hiring_section .box_wrapper .title span{
    font-size: 26px;
    color: #0aa245;
    font-weight: bold;
    display: block;
}
.hiring_section .box_wrapper .subtitles{
    color: #2e2e2e;
    font-weight: 300;
    line-height: 23px;
    font-size: 15px;
}
.hiring_section .box_wrapper .subtitles p{
    margin-bottom: 4px;
}

.job_tupple{
    text-align: left;
    width: 100%;
    padding: 20px;
    margin-top: 36px;
    background: #004a85;
    border-radius: 4px;
    box-shadow: 5px 7px 22px 0px #8e8e8e;
}
.job_tupple .title{
    color: #fff;
    font-size: 22px;
    margin-bottom: 8px;
}
.job_tupple .exp_location{}
.job_tupple .exp_location table{
    margin-bottom: 24px;
}
.job_tupple .exp_location table tr td{
    color: #fff;
    padding: 5px;
}
.job_tupple .skills_title{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}
.job_tupple .listing{
    margin-bottom: 2em;
}
.job_tupple .listing ul{
    padding-left: 18px;
}
.job_tupple .listing ul li{
    color: #fff;
    font-size: 14px;
    margin-bottom: 14px;
    font-weight: 300;
}
.btn_area{}
.btn_area .btn-default{
    font-size: 15px;
    text-transform: uppercase;
    padding: 8px 40px;
    background: none;
    color: #fff;
}
.btn_area .btn-default:hover{
        background: #ede600;
    border-color: #ede600;
    color: #000;
}

.job_decription .job_title{
    font-size: 20px;
    margin-bottom: 16px;
}
.job_decription .jd_wrapper{
    margin-bottom: 2.4em;
}
.job_decription .lisiting{
}
.job_decription .lisiting ul{
    padding-left: 27px;
}
.job_decription .lisiting ul li{
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
} 
.job_decription .lisiting ul li:last-child{
    margin-bottom: 0px;
} 
.job_decription .benefits{
    margin-top: 15px;
}
.job_decription .benefits span{
    font-size: 14px;
    display: inline-block;
    border: 1px solid #0aa245;
    border-radius: 3px;
    padding: 5px 30px;
    margin-bottom: 10px;
    margin-right: 4px;
    transition: all ease-in-out 0.3s;
}
.job_decription .benefits span:hover{
    background: #0aa245;
    color: #fff;
}
.btn_area{

}
.btn_area .note{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}
.btn_area .btn_box{}
.btn_area .btn_box .btn-success{
    background: #0aa245;
    border-color: #0aa245;
}
.btn_area .btn_box .btn-success:hover{
    background: #ac2e30;
    border-color: #ac2e30;
}
footer{
    background: #000;
    color: #fff;
    line-height: 1.7;
    text-align: center;
    padding: 20px 0;
}
footer .copyright p{
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 100;
    margin-bottom: 0px;
}
footer .copyright *{
    font-size: 12px;
    color: #fff;
}
footer .copyright p strong{
    color: #fff;
}
.owl-nav {
    position: absolute;
    top: 42%;
    left: 0px;
    transform: translate(0%,-50%);
    width: 100%;
}
.owl-nav span {
    font-size: 42px;
    line-height: 34px;
    width: 43px;
    color: #fff;
    height: 47px;
    background: rgba(0, 0, 0, 1);
    display: inline-block;
    text-decoration: none;
    border: 1px solid #fff;
    opacity: 0.5;
}
.owl-nav span:hover{
    opacity: 1;
}
.owl-nav button{
    outline: none;
}
button.owl-next {
    right: -1px;
    position: absolute;
}
button.owl-prev {
    left: -1px;
    position: absolute;
}

.company_profile{
    background: #e20074;
    margin-top: 3em;
    padding: 2em 0;
}
.company_profile h3{
    margin: 0;
    color: #fff;
    margin-bottom: 20px;
}
.company_profile p{
    color: #fff;
    font-size: 15px;
    line-height: 26px;
}
.company_profile p a{
    color: #000;
}