.banner_section {
    padding: 30px;
    position: relative;
    overflow-y: hidden;
    background: url(../images/bg_banner_image.png);
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 680px;
    display: flex;
    justify-content: center;
    margin: auto;
    text-align: center;
}


.banner_content h1:after {
    content: '';
    background: #feaf31;
    width: 30px;
    height: 4px;
    display: block;
    margin: 24px auto;
}
.banner_content p {
    font-size: 18px;
    line-height: 24px;
    max-width: 660px;
    margin: auto;
    font-weight: 400;
}
.banner_content h1 {
    font-size: 48px;
    font-weight: 500;
    line-height: 64px;
    margin-top: 0;
}
.btn_yellow
{
    background: #fbb038;
    color: #fff;
    font-size: 18px;
    padding: 0px 26px;
    font-weight: 500;
}
.btn_blue
{
    background:#235ad7;
    color: #fff;
    font-size: 18px;
    padding: 3px 26px;
    font-weight: 500;
}
.btn_yellow:hover
{
    color: #fff !important;
}
.btn_blue:hover
{
    color: #fff !important;
}
.btn-group
{
    margin-top: 25px;
}
.btn-group a
{
    margin: 0px 30px ;
}
.left_text_content
{
    background: #fff;
    padding: 32px;
    box-shadow: 0px 0px 15px rgb(2, 3, 3, 10%);
    margin-top: 50px;

}
.left_text_content p
{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #424242;
}
.left_text_content h3
{
    color: #2f407b;
    font-size: 36px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}
.left_text_content p a
{
    display: none;
}
.right_bg_img
{
    position: absolute;
    width: 77%;
    right: 0px;
    z-index: -1;
}
.pos_relative
{
    position: relative;
}
.btn-secodry
{
    background: #2f407b;
    color: #fff;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 47px;
}
.btn-secodry:hover
{
    color:#fff !important;
}
.footer {
    background: #0b1638 !important;
}
.recuiter_list h1
{
    font-size: 36px;
    color: #1d4094;
    line-height: 42px;
    font-weight: bold;
}
.recuiter_list h1:after
{
    content: '';
    background: #feaf31;
    width: 30px;
    height: 4px;
    display: block;
    margin: 20px 10px;
}
.recuiter_list li {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: 500;
    position: relative;
}
.recuiter_list ul
{
    list-style: none;
}
.recuiter_list li:before {
    content: '';
    background: #1d4094;
    position: absolute;
    width: 8px;
    height: 8px;
    left: -27px;
    border-radius: 20px;
    top: 9px;
    z-index: 99;
}
.recuiter_list li:after {
    content: '';
    background: #feaf31;
    position: absolute;
    width: 8px;
    height: 8px;
    left: -23px;
    border-radius: 20px;
    top: 4px;
}
.recuiter_list ul {
    list-style: none;
    padding-right: 30px;
}
/*.inner_banner:after {
    content: '';
    background: linear-gradient(90deg, #13235e, #365196);
    position: absolute;
    width: 100%;
    height: 324px;
    opacity: 0.9;
}*/

.inner_banner {
    min-height: 440px;
    overflow: hidden;
    -webkit-background-size: cover!important;
    background-size: cover !important;
    -webkit-background-position: center!important;
    background-position: 100% 100%!important;
    padding-top: 80px;
    padding-bottom: 80px;
    display: block;
    width: 100%;
    height: auto;
}
.innerpage_content .inner_contener {
    font-size: 16px;
    padding-right: 0px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.inner_banner h1{
    color: #fff;
    font-size: 72px;
    font-weight: 700;
    line-height: 50px;
}
.inner_banner h1:after {
    content: '';
    background: #feaf31;
    width: 30px;
    height: 4px;
    display: block;
    margin: 30px 5px 20px;
}
.inner_banner p{
    color: #e0e0e0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}
.mt-3{
    margin-top: 30px;
}
.caption_txt{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}
.right_bg_img .slick-slide img
{
    height: 480px;width: 100%;
}
.activity_calender h1
{
  color: #2f407b;
}
.copy_right
{
    text-align: center;
}

@media only screen and (max-width: 767px){
    .banner_section {
        padding: 60px 0;
        text-align: center;
        margin: auto;
        min-height: auto;
    }
    .btn-group a {
        margin: 0px 0px;
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    .left_text_content {
        background: #fff;
        padding: 32px;
        box-shadow: 0px 0px 15px rgb(2, 3, 3, 10%);
        margin: 20px;
    }
    .right_bg_img {
        position: absolute;
        width: 100%;
        right: 0px;
        z-index: -1;
        top: 0%;
    }
    .inner_banner {
        height: auto !important;
    }
    .inner_banner h1 {
        font-size: 40px;
        line-height: 20px;
    }
    .inner_banner p {
        font-size: 16px;
        line-height: 27px;
        margin-bottom: 20px;
    }
    .recuiter_list h1 {
        font-size: 26px;
        line-height: 30px;
    }
}