@charset "utf-8";
/* CSS Document */


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1920px) {


}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1536px) {
    .lang_sec a {
        font-size: 13px;
    }

    .main_form .form-select,
    .main_form .form-control {
        font-size: 13px;
    }

    .form-floating {
        font-size: 13px;
    }

    .data_table {
        font-size: 13px;
    }

    p {
        font-size: 13px;
    }

    .landing_img img {
        height: 480px;
    }

    .landing_content {
        margin-top: 40px;
    }

    .link_box {
        padding: 18px;
    }

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1280px) {
    .inner_banner {
            background-image: linear-gradient(to right, #063371 55%, rgba(0, 0, 0, 0) 20%), url(../images/inner_banner.jpg);
    }

    .landing_img img {
        height: 460px;
    }

    .landing_img {
        right: -45px;
    }

    .landing_sec .brand_logo img {
        height: 50px;
    }

}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
    .inner_banner {
            background-image: linear-gradient(to right, #063371 70%, rgba(0, 0, 0, 0) 20%), url(../images/inner_banner.jpg);
    }

    .link_box{
        min-height: 250px;
    }
  
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1024px) {
    

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
    
    .inner_banner {
        background-image: linear-gradient(to right, #06337164 100%, rgba(0, 0, 0, 0) 0%), url(../images/inner_banner.jpg);
    }

    .inner_header .brand_logo img {
        height: 44px;
    }

    .landing_sec{
        background-image: url('../images/landing_mob_bg.jpg') !important;
    }

    .landing_sec .brand_logo img {
        height: 60px;
    }

    h1 {
        font-size: 22px;
    }

    .link_box{
        min-height: auto;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 768px) {
    

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 767px) {
    .dataTables_length{
        margin-bottom: 10px;
    }

    .dataTables_filter{
        margin-bottom: 10px;
    }

    .link_box.second_box {
        margin-left: 0px !important;
    }

    .listing_row:hover{
        box-shadow: none;
    }
    
    
    
    .listing_row:hover h3{
        color: #0B2A58;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 575px) {
    

    .listing_row_content {
        border-left: none;
    }

    .inner_header .brand_logo img {
        height: 44px;
    }

    .lang_sec a {
        width: 35px;
        height: 35px;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .landing_sec .brand_logo img {
        height: 55px;
    }

}

@media only screen and (max-width : 460px) {
    .lang_sec a {
        font-size: 12px;
        width: 30px;
        height: 30px;
    }

    .lang_sec {
        gap: 6px;
    }

    .landing_sec .brand_logo img {
        height: 48px;
    }

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 375px) {

    
}


/* Custom, iPhone Retina */
@media only screen and (max-width : 360px) {


}


@media only screen and (max-width : 320px) {



}

@media only screen and (min-width: 992px) {
    
    
}