/*header {
    height: 118px;
}*/

.custom_header header .header {
    padding-top: 5px;
    padding-bottom: 0;
}

.header {
    background-size: 100% 100%;
    padding-bottom: 0;
    position: fixed !important;
    width: 100%;
    z-index: 10000;
}

.header a {
    color: #fff;
    text-decoration: none;
}

.head_label span {
    text-align: left;
    color: #fff;
    font-weight: normal;
    display: block;
    text-transform: uppercase;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;
}

.search_bar {
    display: none;
}

.menu_bar {
    display: none;
}

.head_label {
    width: 340px;
    margin-top: 10px;
}

.logo {
    display: inline-block;
}

.custom_header.Inner_pages .dnone-sm {
    display: none !important;
}

.custom_header.Inner_pages .dblock-sm {
    display: inline-block !important;
}

.logo img {
    width: 100%;
}

.top_links {
    /*display: block;*/
    clear: both;
    margin-top: 3px;
    margin-bottom: 15px;
    color: #0b1183;
    display: flex;
    align-items: center;
    justify-content: end;
}

.cta {
    display: inline-block;
    margin-top: 8px;
    font-size: 1.17em;
}

.cta a {
    display: inline-block;
}

header .cta a {
    color: #fff;
    width: auto !important;
    font-size: 12px;
    margin-right: 6px;
    text-decoration: none !important;
    position: relative;
    display: inline-block;
    font-family: 'Poppins';
}

header .cta a i {
    color: #fff;
    padding: 4px 5px 0 0;
    float: left;
}

header .cta a:first-child i {
    color: #545658;
    font-size: 1.1em;
    padding-top: 3px;
}

header .cta a:first-child::before {
    content: '';
    position: absolute;
    top: 3px;
    right: -6px;
    height: 15px;
    width: 1px;
    background: #000;
}

.search_form {
    margin-top: 8px;
    display: inline-block;
    padding: 0 20px;
    height: 41px;
    overflow: hidden;
}

.search_form.openform {
    border-radius: 10px;
    border: 1px solid #ddd;
}

.search_form input {
    border: none;
    padding: 7px 20px;
    background-color: transparent;
    width: 100%;
    font-size: 14px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background: #17368a;
    min-width: 200px;
    border: 1px solid #ddd;
    z-index: 1;
}

.dropdown-content a {
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content.show {
    display: block;
    top: 40px;
    left: 0;
}

.dropdown-content.show a {
    color: #fff;
    font-size: 14px;
    padding: 10px;
    margin: 0;
    text-align: left;
}

.dropdown-content.show a:hover {
    background-color: #feb664;
    color: #fff !important;
}

.select_holder {
    color: #282828;
    border-left: 1px solid #ddd;
    display: inline-block;
    padding: 5px 10px;
    width: 130px;
    font-size: 14px;
}

select {
    outline: none !important;
    -webkit-appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    box-shadow: none !important;
    padding: 0;
    margin-right: -14px;
    width: 120px;
}

select {
    background-image: url(../images/arrow_select.png);
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.search_form select {
    border: none;
    background-color: transparent;
    height: 23px;
    font-weight: normal;
    color: l;
}

select option {
    background-color: #fff;
    border: none;
    color: #333;
    padding: 5px !important;
    display: block !important;
}

.search_form .submit_btn {
    color: #fff;
    background-color: #0b1183;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
    padding: 0 10px;
    font-size: 16px;
    transition: .3s;
    height: 40px;
    border-radius: 0 8px 8px 0;
}

i.fa.fa-search {
    padding-right: 7px;
}

.inrfq {
    float: right;
    background-color: #feb664;
    font-weight: 600;
    position: relative;
    font-size: .9em;
    color: #fff !important;
    z-index: 1;
    transition: .3s;
    padding: 10px;
    border-radius: 10px;
    margin-left: 5px;
}

.nav_holder {
    display: block;
    overflow: visible;
    clear: both;
}

.main_nav {
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
    font-family: 'Poppins';
    font-size: 1.17em;
    margin-top: 0;
    float: right;
    border-left: none;
}

.main_nav li {
    display: inline-block;
    position: relative;
}

.main_nav > li > a {
    color: #fff;
    text-decoration: none !important;
    font-size: .8em;
    font-family: 'Poppins';
    padding: 10px 10px;
    position: relative;
    display: inline-block;
    text-transform: uppercase !important;
}

.main_nav li a:hover, 
.main_nav li a:focus, 
.main_nav > li:hover > a {
    color: #feb664 !important;
}

.main_nav li span {
    position: absolute;
    bottom: 0;
    height: 3px;
    display: block;
    left: 0;
    width: 0%;
    right: 0;
    transition: 1s;
}

.main_nav li:hover span, .main_nav li:focus span {
    width: 100%;
    animation: overspan 1s forwards;
    transition: 1s;
}

@keyframes overspan {
    0% {
        width: 0%;
        left: 0;
        right: 0;
        background-color: #0b1183;
    }
    70% {
        left: 0;
        right: 0;
        background-color: #0b1183;
    }
    100% {
        width: 100%;
        left: 0;
        right: 0;
        background-color: #0b1183;
    }
}

.main_nav > li > ul {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 300px;
    z-index: 10000;
    display: none;
    background-color: #0b1183;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.main_nav > li:hover > ul, .main_nav > li > ul > li:hover ul {
    display: block;
}

.main_nav li ul li {
    display: block;
}

.main_nav > li > ul > li > a {
    display: block;
    padding: 8px 10px !important;
    color: #fff !important;
    text-align: left;
    width: 100%;
    font-family: 'Poppins';
    font-size: .9em !important;
    position: relative;
    font-weight: normal;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.main_nav > li > ul > li:hover > a {
    background-color: #feb664 !important;
    color: #fff !important;
    font-family: 'Poppins';
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.search_form .text-left {
    display: none;
}

@media (min-width: 1280px) and (max-width: 800000px) {
    .cta {
        padding: 0 !important;
        margin-top: 0 !important;
    }
    .search_form {
        overflow: visible;
    }
    .search_form {
        width: 43px;
        position: relative;
        transition: .5s;
        text-align: left !important;
        padding: 0 !important;
    }
    .openform {
        width: 420px;
        position: relative;
        transition: .5s;
        margin-right: 5px;
    }
    .search_form {
        margin-top: 0;
        background-color: #fff;
    }
    .dflexSm {
        display: none !important;
    }
    .breadcrumb {
        background-color: #f0f3f5;
        color: #555658;
        vertical-align: middle;
        margin-bottom: 0 !important;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: .25rem;
        font-size: .9em;
        padding: .05rem 1rem;
    }
     .breadcrumb_links {
        font-weight: 500;
    }
}

@media (min-width: 1667px) and (max-width: 80000px) {
    .fixf {
        width: 100%;
        display: flex;
        align-items: center;
        top: 0;
        right: 0;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }
}

@media (min-width: 1441px) and (max-width: 1666px) {
    .logo {
        padding: 4px 0;
    }
}

@media (min-width: 1440px) {
    .cta {
        font-size: 1em;
        margin-top: 12px;
        margin-right: 0 !important;
    }
}

@media (min-width: 1440px) and (max-width: 1679px) {
    .fixf {
        height: 40px;
    }
}

@media (max-width: 1667px) {
    .search_form {
        height: 40px;
    }
    .fixf {
        width: 100%;
        display: flex;
        align-items: center;
        top: 0;
        right: 0;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }
}

@media (min-width: 1366px) and (max-width: 1679px) {
    .logo {
        padding: 10px 0;
    }
    .logo img {
        width: 400px;
        margin-left: 0;
        max-width: 350px;
        margin: 0;
        margin-top: 5px;
    }
    .cta {
        font-size: 1em;
        margin-top: 12px;
    }
    .select_holder {
        padding: 8px 5px 8px 8px;
    }
    .inrfq {
        line-height: 17px;
    }
    .main_nav {
        font-size: 1em;
        font-family: 'robotomedium';
        margin-top: 5px;
    }
}

@media (min-width: 1280px) and (max-width: 1690px) {
    .head_label span {
        padding-left: 8px;
    }
    .search_form.openform {
        border-radius: 8px;
    }
    .main_nav>li>a {
        padding: 5px 5px;
    }
}

@media (min-width: 1280px) and (max-width: 1480px) {
    .main_nav {
        font-size: 1em !important;
    }
}

@media (max-width: 1440px) {
    .main_nav>li>a {
        font-size: .8em;
    }
}

@media (min-width: 1280px) and (max-width: 1365px) {
    .cta {
        font-size: 12px;
        margin-top: 12px;
    }
    .search_form.openform, .fixf, .search_form.openform:hover {
        width: 372px !important;
    }
    .search_form input {
        width: 155px;
    }
    .search_form .submit_btn {
        padding: 5px;
    }
    .main_nav {
        font-size: 1em;
        font-family: 'robotomedium';
        margin-top: 0;
    }
}

@media (min-width: 1280px) and (max-width: 800000px) {
    .custom_header.Inner_pages .container-fluid.header .main_nav>li>a, 
    .custom_header.Inner_pages .container-fluid.header .top_links .cta a, 
    .custom_header.Inner_pages .container-fluid.header .head_label span {
        color: #2e2e32;
    }
}

@media (min-width: 0) and (max-width: 1279px) {
    header, .home_page header {
        height: 70px;
    }

    .container-fluid.header {
        height: 70px;
    }

    .menu_bar {
        display: block;
        color: #585859 !important;
        border: none;
        padding: 10px 15px;
        font-size: 1.8em;
        transition: .3s;
        position: absolute;
        right: 10px;
        top: 4px;
        z-index: 10000;
    }

    .search_bar {
        display: block;
        color: #585859 !important;
        border: none;
        padding: 10px 15px;
        font-size: 1.8em;
        transition: .3s;
        position: absolute;
        right: 55px;
        top: 4px;
        z-index: 10000;
    }

    .search_bar i, .menu_bar i {
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }

    .head_label {
        position: relative;
        margin-top: 0;
    }

    .head_label span {
        padding: 0;
        font-size: .8em;
        color: #000;
    }

    .logo {
        padding-bottom: 0;
        position: static;
        top: 20px;
        left: 0;
        z-index: 1;
    }

    .logo img {
        width: 250px !important;
        max-width: 250px;
        margin-top: 0;
    }

    .top_links {
        display: block;
        width: 100%;
        margin: 0 auto;
        left: 0;
        right: 0;
    }

    .top_links .cta {
        position: fixed;
        z-index: 1;
        bottom: 0;
        display: block;
        left: 0;
        right: 0;
        height: 50px;
        background-color: #0b1183;
        text-align: left;
        transition: .3s;
        padding-left: 15px;
        width: 100%;
        border-top: 1px solid #fff;
    }

    .top_links .cta a {
        padding: 10px 6px !important;
        text-align: left !important;
    }

    header .cta a:first-child i {
        color: #fff;
    }

    .top_links .cta a i {
        font-size: 1.3em;
        color: #fff;
    }

    header .cta a i {
        padding-top: 2px;
    }

    header .cta a:nth-child(2) i {
        top: -3px;
        position: relative;
    }

    .top_links .cta a span {
        display: none;
    }

    .search_form {
        text-align: center !important;
        padding: 20px !important;
    }

    .search_form {
        display: none;
    }

    .search_form {
        background-color: #fff;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .49);
        -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .49);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .49);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding: 15px;
        margin: 0 auto;
        top: -1000px;
        left: 0;
        right: 0;
        position: fixed;
        width: 90% !important;
        height: auto !important;
        transition: .3s;
        overflow-y: scroll;
        text-align: center;
    }

    .fixf {
        border-radius: 10px;
        padding: 10px 0;
    }

    .fixf {
        position: static;
        width: 100%;
        display: block;
    }

    .search_form input, .select_holder {
        border-right: unset;
    }
    .search_form input {
        background-color: transparent !important;
        padding: 8px 16px;
    }
    .search_form input {
        width: 100%;
        border-bottom: 1px #ccc solid;
        margin-bottom: 10px;
        padding: 0 0 0 17px;
        margin-top: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .select_holder {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        width: 100%;
        margin-bottom: 10px;
        border-bottom: 1px #ccc solid;
        padding: 8px !important;
        padding-top: 0 !important;
        padding-left: 5px !important;
        border-left: 0;
    }
    .search_form select {
        width: 100%;
    }
    .dropdown-content.show {
        position: static;
        margin-bottom: 10px;
    }
    .search_form a, .search_form .submit_btn {
        border-radius: 5px !important;
        font-size: 13px;
    }
    .search_form .submit_btn {
        padding: 10px 15px !important;
        height: auto;
        width: auto;
        background-color: #0b1183;
        border-radius: 0;
    }
    .search_form .submit_btn {
        color: #fff;
    }
    .inrfq {
        line-height: 11px;
        position: fixed;
        z-index: 100;
        right: 65px;
        border: 1px solid #fff;
    }
    .inrfq {
        padding: 10px;
        height: 32px;
        bottom: 8px;
        border-radius: 5px;
        box-shadow: none !important;
        background: transparent !important;
    }

    .pop {
        display: block;
        top: 75px;
        transition: .3s;
    }

    .nav_holder {
        background-color: #0d2300;
        display: block;
        position: fixed;
        left: 100%;
        right: -50%;
        bottom: 100%;
        top: 70px;
        padding-top: 0;
        text-align: left;
        height: 0%;
        width: 0%;
        opacity: 1;
        transition: .5s ease-out;
        -webkit-border-bottom-left-radius: 300%;
        -moz-border-radius-bottomleft: 300%;
        border-bottom-left-radius: 300%;
    }

    .md-menu-view {
        width: 100%;
        display: block;
        transition: .5s ease-in;
        background-color: #0b1183 !important;
        border-radius: 0%;
        opacity: 1;
        left: 0;
        right: 0;
        bottom: 40px;
        top: 70px;
        height: auto;
    }

    .main_nav {
        float: none;
    }
    .nav_holder ul {
        opacity: 0;
        transition: 0s ease-in;
        left: 100%;
        padding-bottom: 30px;
    }
    .md-menu-view ul {
        opacity: 1;
        transition: .3 ease-in;
        left: 0%;
    }
    .nav_holder ul {
        height: 100%;
        overflow-y: auto;
        padding: 0;
    }
    .nav_holder ul li {
        display: block;
        position: relative;
    }

    .main_nav li>a, .main_nav li>ul>li>a {
        display: block;
        width: 100%;
        left: 0;
        right: 0;
    }

    .nav_holder ul li a {
        color: #fff !important;
        font-weight: normal;
        font-family: 'robotoregular' !important;
        padding: 9px 15px !important;
        width: 100%;
        position: relative;
    }

    .main_nav li:hover>a {
        background-color: #0b1183;
        color: #fff !important;
    }
    .nav_holder ul li a:hover {
        color: #fff !important;
    }
    .nav_holder ul li a:hover {
        background-color: #0b1183 !important;
        color: #fff !important;
    }
    .main_nav li i {
        position: absolute;
        top: 0;
        right: 10px;
        z-index: 1;
        line-height: 42px;
        color: #fff;
    }
    .nav_holder ul li span {
        display: none !important;
    }
    .main_nav>li>ul, .main_nav>li>ul>li>ul {
        width: 100% !important;
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
        padding: 5px 0;
    }
    .main_nav li:hover ul, .main_nav>li>ul>li:hover ul {
        display: none;
        width: 100% !important;
    }
    .main_nav li>a, .main_nav li>ul>li>a {
        display: block;
        width: 100%;
        left: 0;
        right: 0;
    }
}
@media only screen and (max-width: 480px) {
    .logo img {
        margin-top: 15px;
    }
}

@media (min-width: 0) and (max-width: 480px) {
    .head_label span {
        display: block;
        position: absolute;
        z-index: 999;
        width: 100%;
        cursor: pointer;
        font-size: 11px;
    }
}

@media (min-width: 0) and (max-width: 767px) {
    .head_label span {
        font-size: 10px;
    }
}