*, html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Open Sans",sans-serif;
    font-weight: 500
}

body {
    -webkit-font-smoothing: subpixel-antialiased;
    color: #262626;
    background-color: #fff;
    font-size: 14px
}

a {
    outline: none;
    text-decoration: none
}

    a:hover {
        color: #0058b1
    }

.bg-theme {
    background-color: #0C306E  ;
    color: #fff
}

.grey-bg {
    background-color: #e9e9e9 !important
}

.font-weight-600 {
    font-weight: 600
}

.container-fluid {
    padding: 0 20px
}

.text-primary {
    color: #0C306E   !important
}

.text-secoundary {
    color: #DE291D  !important
}

.cursor-pointer {
    cursor: pointer
}

.custom_btn {
    height: 36px
}

.only_mobile {
    display: none
}

@media only screen and (min-width: 0px) and (max-width: 576px) {
    .only_mobile {
        display: block !important
    }
}

select option {
    background-color: #0C306E  ;
    border: none;
    color: #fff;
    padding: 5px !important;
    display: block !important
}

section {
    position: relative
}

.heading-section .section-title {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    line-height: 45px
}

    .heading-section .section-title span {
        color: #DE291D ;
        display: inline-block
    }

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
    .heading-section .section-title {
        font-size: 22px;
        line-height: 40px
    }
}

@media only screen and (min-width: 576px) and (max-width: 1024px) {
    .heading-section .section-title {
        font-size: 20px;
        line-height: 35px
    }
}

@media only screen and (max-width: 575px) {
    .heading-section .section-title {
        text-align: center;
        font-size: 20px;
        line-height: 34px
    }
}

.heading-section p {
    color: #000;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 10px
}

.custom_btn {
    background-color: #0C306E  ;
    color: #fff;
    font-size: 14px;
    display: inline-flex;
    padding: 7px 30px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s;
    border-radius: 5px
}

    .custom_btn:hover, .custom_btn:active, .custom_btn:focus-visible {
        background-color: #DE291D  !important;
        color: #fff
    }

    .custom_btn .fa {
        margin-top: auto;
        margin-bottom: auto;
        margin-right: 5px
    }

.custom_btn_secondary {
    background-color: #DE291D ;
    color: #fff;
    font-size: 14px;
    display: inline-flex;
    padding: 7px 30px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s;
    border-radius: 5px
}

    .custom_btn_secondary:hover, .custom_btn_secondary:active, .custom_btn_secondary:focus-visible {
        background-color: #DE291D  !important;
        color: #fff !important
    }

    .custom_btn_secondary .fa {
        margin-top: auto;
        margin-bottom: auto;
        margin-right: 5px
    }

@media (max-width: 576px) {
    .custom_btn_secondary {
        margin-top: 1rem !important
    }
}

.custom_btn_sm {
    background-color: #0C306E  ;
    color: #fff;
    font-size: 12px;
    display: inline-flex;
    padding: 5px 20px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s;
    border-radius: 5px
}

    .custom_btn_sm:hover, .custom_btn_sm:active, .custom_btn_sm:focus-visible {
        background-color: #DE291D  !important
    }

    .custom_btn_sm .fa {
        margin-top: auto;
        margin-bottom: auto;
        margin-right: 5px
    }

.custom_link_btn {
    background-color: transparent;
    color: #0C306E  ;
    outline: none;
    border: none;
    font-size: 14px;
    padding: 6px 12px
}

    .custom_link_btn:hover, .custom_link_btn:active, .custom_link_btn:focus-visible {
        color: #DE291D  !important
    }

.quote_form .custom_btn:hover, .quote_form .custom_btn:active, .quote_form .custom_btn:focus-visible {
    background-color: #0C306E   !important;
    color: #fff !important
}

.btt {
    position: fixed;
    display: none;
    color: #fff !important;
    font-size: 1.2em;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    z-index: 20000;
    bottom: 30px;
    right: 30px;
    transition: 0.2s
}

@media only screen and (max-width: 1279px) {
    .btt {
        bottom: 5px;
        right: 0px;
        padding: 0px 11px;
        font-size: 1em
    }
}

.red_text {
    color: red
}

@media (min-width: 1440px) and (max-width: 2560px) {
    body html {
        width: 100% !important;
        margin: 0 auto !important;
        display: block !important;
        height: 100% !important;
        overflow-x: hidden !important;
        position: relative
    }
}

@media (min-width: 2561px) and (max-width: 80000000px) {
    #landscape-canvas {
        width: 100% !important;
        height: 900px !important
    }

    body, html {
        position: relative;
        width: 1920px !important;
        margin: 0 auto !important;
        overflow-x: hidden !important;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.24) !important;
        -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.24) !important;
        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.24) !important
    }

    header {
        width: 1920px !important
    }

    .header {
        width: 1920px !important
    }
}

.owl-stage-outer {
    margin: -15px;
    padding: 15px
}

.text-sm-right {
    text-align: right
}

@media (max-width: 991px) {
    .text-sm-right {
        text-align: center
    }
}

.heading-section p {
    line-height: 1.5;
    margin-bottom: 8px
}

@media (max-width: 991px) {
    .textsmright, .download-exe {
        text-align: center !important;
        margin-bottom: 5px
    }
}

@media (max-width: 991px) {
    .cd-dropdown-content, .cd-dropdown-content ul {
        padding-top: 60px
    }
}

header .header {
    background-size: 100% 100%;
    padding-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 10000;
    background: #fff
}

    header .header a {
        color: #DE291D ;
        text-decoration: none;
        margin-right: 15px
    }

        header .header a i {
            margin-right: 10px
        }

@media (max-width: 576px) {
    header .header a i {
        margin-right: 0px
    }
}

header .header a:hover {
    color: #0C306E  ;
    text-decoration: none
}

header .header .menu_bar, header .header .search_bar {
    display: none
}

header .header .top_links {
    clear: both;
    color: #000;
    border-radius: 0px;
    padding: 5px 0px;
    background-color: #F6F6F6
}

    header .header .top_links span {
        text-align: left;
        color: #262626;
        display: block;
        font-size: 14px;
        font-weight: normal;
        margin-top: auto;
        margin-bottom: auto;
        font-family: "Open Sans",sans-serif;
        white-space: nowrap;
        font-display: swap
    }

    header .header .top_links .fix-navbar ul {
        list-style: none;
        display: flex;
        margin-bottom: 0
    }

        header .header .top_links .fix-navbar ul li a {
            text-transform: uppercase;
            font-size: 14px;
            color: #262626;
            font-weight: 500;
            border-right: 0px solid gray;
            padding: 0 15px
        }

            header .header .top_links .fix-navbar ul li a:hover {
                color: #DE291D 
            }

        header .header .top_links .fix-navbar ul li:last-child a {
            border-right: 0px;
            padding-right: 0px
        }

header .header .paddingScroll {
    padding: 10px 0px
}

header .header .head_label span {
    text-align: left;
    color: #262626;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-top: auto;
    margin-bottom: auto;
    font-family: "Open Sans",sans-serif;
    font-display: swap
}

header .header .head_label .cta {
    font-size: 14px;
    padding: 8px 5px;
    margin-top: 0px;
    display: flex
}

@media (min-width: 1280px) {
    header .header .head_label .cta {
        display: none
    }
}

header .header .head_label .cta a {
    color: #fff;
    width: auto !important;
    font-size: 14px;
    margin-right: 0px;
    margin-left: 10px;
    text-decoration: none !important;
    position: relative;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-display: swap
}

    header .header .head_label .cta a:first-child i {
        font-size: 16px;
        padding-top: 3px
    }

    header .header .head_label .cta a i {
        padding: 0px 5px 0px 0px;
        color: #DE291D 
    }

    header .header .head_label .cta a:hover span, header .header .head_label .cta a:hover i {
        color: #DE291D 
    }

header .header .head_label .searchBoxD {
    border: 1px solid #DE291D ;
    color: #000;
    border-radius: 5px;
    margin-right: 15px;
    width: 100%
}

@media (min-width: 1279px) {
    header .header .head_label .searchBoxD {
        width: 60%
    }
}

@media (max-width: 1283px) {
    header .header .head_label .searchBoxD {
        border: none
    }
}

header .header .head_label .dflexSm {
    display: none !important
}

@media (max-width: 1279px) {
    header .header .head_label .dflexSm {
        display: block !important
    }
}

header .header .head_label .inrfq {
    background-color: #0C306E  ;
    position: relative;
    height: auto;
    font-size: 16px;
    color: #fff !important;
    z-index: 1;
    transition: 0.3s;
    padding: 5px 20px 5px 20px;
    font-weight: 500;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    margin-right: 0px
}

@media (min-width: 0px) and (max-width: 1279px) {
    header .header .head_label .inrfq {
        box-shadow: none !important;
        display: none;
        padding: 10px;
        line-height: 12px;
        height: 32px;
        bottom: 8px;
        position: fixed;
        z-index: 100;
        right: 65px
    }
}

header .header .head_label .inrfq img {
    position: absolute;
    top: 50%;
    right: 6px;
    margin: auto;
    font-size: 2.5rem;
    width: 25px;
    transform: translateY(-50%)
}

header .header .head_label .inrfq:hover {
    background-color: #DE291D 
}

header .header .head_label .search_form {
    margin-top: auto;
    margin-bottom: auto;
    text-align: left;
    border-radius: 0;
    overflow: visible;
    display: inline-block;
    width: 100%
}

    header .header .head_label .search_form .fixf {
        display: flex;
        align-items: center;
        height: 100%
    }

@media (max-width: 1279px) {
    header .header .head_label .search_form .fixf .search-drp.show {
        position: static
    }
}

header .header .head_label .search_form .fixf .dropdown-content {
    border: none
}

    header .header .head_label .search_form .fixf .dropdown-content a {
        color: #fff
    }

header .header .head_label .search_form .input_effect {
    border: none;
    background-color: transparent;
    color: #000;
    outline: none;
    padding: 10px;
    width: 100%
}

    header .header .head_label .search_form .input_effect::placeholder {
        color: #000
    }

header .header .head_label .search_form .select_holder {
    color: #fff;
    border-left: 1px solid gray;
    display: inline-block;
    padding: 0px 10px
}

    header .header .head_label .search_form .select_holder select {
        border: none;
        background-color: transparent;
        height: 23px;
        margin-right: 10px;
        color: #000;
        outline: none
    }

header .header .head_label .search_form .submit_btn {
    color: #fff;
    background-color: #DE291D ;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
    padding: 0px 10px;
    font-size: 18px;
    transition: 0.3s;
    height: 45px;
    border-radius: 0 5px 5px 0
}

    header .header .head_label .search_form .submit_btn i {
        margin-right: 10px
    }

header .header .head_label .openform {
    position: relative;
    transition: 0.5s
}

    header .header .head_label .search_form::after, header .header .head_label .openform::after {
        z-index: 10000;
        content: "";
        transition: 0.9s;
        padding: 0px;
        position: absolute;
        right: 0px;
        top: 0px;
        background-position: 27px 7px;
        background-repeat: no-repeat
    }

header .header.fixed {
    background: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
    position: fixed;
    top: 0
}

header .header .newCustom-menu {
    background-color: #0C306E  
}

header .header .cd-dropdown-wrapper {
    display: inline-block;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

header .header .cd-dropdown-trigger {
    display: block;
    position: relative;
    padding: 0 36px 0 20px;
    line-height: 42px;
    background-color: #DE291D ;
    color: white !important;
    border-radius: 3px;
    font-size: 14px
}

@media (max-width: 1283px) {
    header .header .cd-dropdown-trigger {
        border-radius: unset
    }
}

header .header .cd-dropdown-trigger::before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 9px;
    background: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width 0.3s, -webkit-transform 0.3s;
    -moz-transition: width 0.3s, -moz-transform 0.3s;
    transition: width 0.3s, transform 0.3s;
    right: 22px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

header .header .cd-dropdown-trigger::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 9px;
    background: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width 0.3s, -webkit-transform 0.3s;
    -moz-transition: width 0.3s, -moz-transform 0.3s;
    transition: width 0.3s, transform 0.3s;
    right: 17px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

header .header .no-touch .cd-dropdown-trigger:hover {
    background-color: #171b46
}

header .header .cd-dropdown {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #111433;
    color: #fff;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
    transition: transform 0.5s 0s, visibility 0s 0.5s
}

    header .header .cd-dropdown h2 {
        height: 50px;
        line-height: 50px;
        padding: 0 20px;
        position: relative;
        z-index: 1;
        color: #fff;
        background-color: #DE291D ;
        border-bottom: 1px solid #242643
    }

@media only screen and (max-width: 1024px) {
    header .header .cd-dropdown {
        background-color: #fff;
        z-index: 15
    }
}

header .header .cd-dropdown .cd-close {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: rgba(0,0,0,0)
}

    header .header .cd-dropdown .cd-close::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        height: 20px;
        width: 2px;
        background-color: #fff;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        transform: translateX(-50%) translateY(-50%) rotate(45deg)
    }

    header .header .cd-dropdown .cd-close::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        height: 20px;
        width: 2px;
        background-color: #fff;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        transform: translateX(-50%) translateY(-50%) rotate(-45deg)
    }

header .header .cd-dropdown-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    padding-top: 50px
}

    header .header .cd-dropdown-content a {
        height: 50px;
        line-height: 50px;
        padding: 0 20px;
        display: block;
        color: #fff;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-top-width: 1px;
        border-color: #242643;
        border-style: solid;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        -moz-transition: opacity 0.3s, -moz-transform 0.3s;
        transition: opacity 0.3s, transform 0.3s
    }

    header .header .cd-dropdown-content ul {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s
    }

        header .header .cd-dropdown-content ul a {
            height: 50px;
            line-height: 50px;
            padding: 0 20px;
            display: block;
            font-size: 16px;
            color: #000;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            border-top-width: 1px;
            border-color: #242643;
            border-style: solid;
            -webkit-transform: translateZ(0);
            -moz-transform: translateZ(0);
            -ms-transform: translateZ(0);
            -o-transform: translateZ(0);
            transform: translateZ(0);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
            -moz-transition: opacity 0.3s, -moz-transform 0.3s;
            transition: opacity 0.3s, transform 0.3s
        }

        header .header .cd-dropdown-content ul li:first-of-type > a {
            border-top-width: 0
        }

        header .header .cd-dropdown-content ul li:last-of-type > a {
            border-bottom-width: 1px
        }

        header .header .cd-dropdown-content ul .cd-divider {
            padding-top: 10px;
            padding-bottom: 10px;
            background-color: #0b0e23;
            font-size: 1.1rem;
            font-weight: bold;
            letter-spacing: 1px;
            color: #585a70;
            text-transform: uppercase;
            -webkit-transform: translateZ(0);
            -moz-transform: translateZ(0);
            -ms-transform: translateZ(0);
            -o-transform: translateZ(0);
            transform: translateZ(0);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
            -moz-transition: opacity 0.3s, -moz-transform 0.3s;
            transition: opacity 0.3s, transform 0.3s
        }

            header .header .cd-dropdown-content ul .cd-divider + li > a {
                border-top-width: 0
            }

        header .header .cd-dropdown-content ul .cd-search {
            -webkit-transform: translateZ(0);
            -moz-transform: translateZ(0);
            -ms-transform: translateZ(0);
            -o-transform: translateZ(0);
            transform: translateZ(0);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
            -moz-transition: opacity 0.3s, -moz-transform 0.3s;
            transition: opacity 0.3s, transform 0.3s
        }

    header .header .cd-dropdown-content .cd-divider {
        padding: 0 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #0b0e23;
        font-size: 1.1rem;
        font-weight: bold;
        letter-spacing: 1px;
        color: #585a70;
        text-transform: uppercase;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        -moz-transition: opacity 0.3s, -moz-transform 0.3s;
        transition: opacity 0.3s, transform 0.3s
    }

        header .header .cd-dropdown-content .cd-divider + li > a {
            border-top-width: 0
        }

    header .header .cd-dropdown-content li:first-of-type > a {
        border-top-width: 0
    }

    header .header .cd-dropdown-content li:last-of-type > a {
        border-bottom-width: 1px
    }

    header .header .cd-dropdown-content .cd-search {
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        -moz-transition: opacity 0.3s, -moz-transform 0.3s;
        transition: opacity 0.3s, transform 0.3s
    }

    header .header .cd-dropdown-content ul.is-hidden {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%)
    }

        header .header .cd-dropdown-content ul.is-hidden > li > a {
            opacity: 0
        }

        header .header .cd-dropdown-content ul.is-hidden > li > .cd-search {
            opacity: 0
        }

        header .header .cd-dropdown-content ul.is-hidden > .cd-divider {
            opacity: 0
        }

    header .header .cd-dropdown-content ul.move-out > li > a {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    header .header .cd-dropdown-content ul.move-out > li > .cd-search {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    header .header .cd-dropdown-content ul.move-out > .cd-divider {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    header .header .cd-dropdown-content .see-all a {
        color: #DE291D 
    }

    header .header .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
        height: 80px;
        line-height: 80px;
        padding-left: 90px
    }

        header .header .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3 {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

    header .header .cd-dropdown-content .cd-dropdown-gallery img {
        position: absolute;
        display: block;
        height: 40px;
        width: auto;
        left: 20px;
        top: 50%;
        margin-top: -20px
    }

    header .header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
        height: 80px;
        line-height: 80px;
        padding-left: 75px;
        position: relative
    }

        header .header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        header .header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
            color: #111433;
            font-size: 1.3rem;
            display: none
        }

        header .header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
            content: '';
            display: block;
            position: absolute;
            left: 20px;
            top: 50%;
            margin-top: -20px;
            width: 40px;
            height: 40px;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 40px 40px
        }

        header .header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-1::before {
            background-image: url("../img/nucleo-icon-1.svg")
        }

        header .header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-2::before {
            background-image: url("../img/nucleo-icon-2.svg")
        }

        header .header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-3::before {
            background-image: url("../img/nucleo-icon-3.svg")
        }

        header .header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-4::before {
            background-image: url("../img/nucleo-icon-4.svg")
        }

        header .header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-5::before {
            background-image: url("../img/nucleo-icon-5.svg")
        }

        header .header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-6::before {
            background-image: url("../img/nucleo-icon-6.svg")
        }

        header .header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-7::before {
            background-image: url("../img/nucleo-icon-7.svg")
        }

        header .header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-8::before {
            background-image: url("../img/nucleo-icon-8.svg")
        }

        header .header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-9::before {
            background-image: url("../img/nucleo-icon-9.svg")
        }

        header .header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-10::before {
            background-image: url("../img/nucleo-icon-10.svg")
        }

        header .header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-11::before {
            background-image: url("../img/nucleo-icon-11.svg")
        }

        header .header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-12::before {
            background-image: url("../img/nucleo-icon-12.svg")
        }

    header .header .cd-dropdown-content .go-back a {
        padding-left: 40px
    }

        header .header .cd-dropdown-content .go-back a::before {
            left: 20px;
            -webkit-transform-origin: 1px 50%;
            -moz-transform-origin: 1px 50%;
            -ms-transform-origin: 1px 50%;
            -o-transform-origin: 1px 50%;
            transform-origin: 1px 50%
        }

        header .header .cd-dropdown-content .go-back a::after {
            left: 20px;
            -webkit-transform-origin: 1px 50%;
            -moz-transform-origin: 1px 50%;
            -ms-transform-origin: 1px 50%;
            -o-transform-origin: 1px 50%;
            transform-origin: 1px 50%
        }

header .header .cd-dropdown.dropdown-is-active {
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
    transition: transform 0.5s 0s, visibility 0s 0s
}

header .header .cd-dropdown-content.is-hidden {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

    header .header .cd-dropdown-content.is-hidden > li > a {
        opacity: 0
    }

    header .header .cd-dropdown-content.is-hidden > li > .cd-search {
        opacity: 0
    }

    header .header .cd-dropdown-content.is-hidden > .cd-divider {
        opacity: 0
    }

header .header .cd-dropdown-content.move-out > li > a {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

header .header .cd-dropdown-content.move-out > li > .cd-search {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

header .header .cd-dropdown-content.move-out > .cd-divider {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

header .header .dropdown-is-active .cd-dropdown-content {
    -webkit-overflow-scrolling: touch
}

    header .header .dropdown-is-active .cd-dropdown-content ul {
        -webkit-overflow-scrolling: touch
    }

header .header .cd-search input[type="search"] {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #242643;
    color: #fff;
    border: none;
    border-radius: 0
}

    header .header .cd-search input[type="search"]::-webkit-input-placeholder {
        color: #fff
    }

    header .header .cd-search input[type="search"]::-moz-placeholder {
        color: #fff
    }

    header .header .cd-search input[type="search"]:-moz-placeholder {
        color: #fff
    }

    header .header .cd-search input[type="search"]:-ms-input-placeholder {
        color: #fff
    }

    header .header .cd-search input[type="search"]:focus {
        background: #ffffff;
        color: #111433;
        outline: none
    }

        header .header .cd-search input[type="search"]:focus::-webkit-input-placeholder {
            color: rgba(17,20,51,0.4)
        }

        header .header .cd-search input[type="search"]:focus::-moz-placeholder {
            color: rgba(17,20,51,0.4)
        }

        header .header .cd-search input[type="search"]:focus:-moz-placeholder {
            color: rgba(17,20,51,0.4)
        }

        header .header .cd-search input[type="search"]:focus:-ms-input-placeholder {
            color: rgba(17,20,51,0.4)
        }

header .header .has-children > a {
    position: relative;
    padding-right: 40px;
    color: #000
}

    header .header .has-children > a::before {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -1px;
        display: inline-block;
        height: 2px;
        width: 10px;
        background: #ffffff;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        right: 20px;
        -webkit-transform-origin: 9px 50%;
        -moz-transform-origin: 9px 50%;
        -ms-transform-origin: 9px 50%;
        -o-transform-origin: 9px 50%;
        transform-origin: 9px 50%
    }

@media (max-width: 1024px) {
    header .header .has-children > a::before {
        background: #000
    }
}

header .header .has-children > a::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    -moz-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    -o-transform-origin: 9px 50%;
    transform-origin: 9px 50%
}

@media (max-width: 1024px) {
    header .header .has-children > a::after {
        background: #000
    }
}

header .header .go-back a {
    position: relative
}

    header .header .go-back a::before {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -1px;
        display: inline-block;
        height: 2px;
        width: 10px;
        background: #ffffff;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

@media (max-width: 991px) {
    header .header .go-back a::before {
        background: #000
    }
}

header .header .go-back a::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media (max-width: 991px) {
    header .header .go-back a::after {
        background: #000
    }
}

header .header .cd-main-content {
    background-color: #e6e6e6;
    min-height: calc(100vh - 100px);
    padding: 2em 5%;
    line-height: 2
}

header .header .no-js .cd-dropdown-wrapper:hover .cd-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

header .header .no-js .cd-dropdown-wrapper .cd-close {
    display: none
}

@media only screen and (min-width: 1024px) {
    header .header .cd-dropdown-trigger.dropdown-is-active {
        background-color: #111433
    }

        header .header .cd-dropdown-trigger.dropdown-is-active::before {
            width: 14px;
            -webkit-transform: translateX(5px) rotate(-45deg);
            -moz-transform: translateX(5px) rotate(-45deg);
            -ms-transform: translateX(5px) rotate(-45deg);
            -o-transform: translateX(5px) rotate(-45deg);
            transform: translateX(5px) rotate(-45deg)
        }

        header .header .cd-dropdown-trigger.dropdown-is-active::after {
            width: 14px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg)
        }

    header .header .no-touch .cd-dropdown-trigger.dropdown-is-active:hover {
        background-color: #47975f
    }

    header .header .no-touch .cd-dropdown-content > li:not(.has-children) a:hover {
        color: #3f8654
    }

    header .header .no-touch .cd-dropdown-content .cd-secondary-dropdown > .see-all a:hover {
        color: #fff;
        background-color: #111433
    }

    header .header .no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
        color: #3f8654
    }

    header .header .no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
        color: rgba(0,0,0,0)
    }

    header .header .no-touch .cd-dropdown-content .cd-dropdown-gallery > .see-all a:hover {
        color: #fff;
        background-color: #111433
    }

    header .header .no-touch .cd-dropdown-content .cd-dropdown-icons > .see-all a:hover {
        color: #fff;
        background-color: #111433
    }

    header .header .cd-dropdown {
        position: absolute;
        top: calc(100% - 2px);
        height: auto;
        width: auto;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        background-color: #fff;
        color: #111433;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        opacity: 0;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px);
        -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
        -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s
    }

        header .header .cd-dropdown h2 {
            height: 50px;
            line-height: 50px;
            display: none
        }

        header .header .cd-dropdown .cd-close {
            display: none
        }

    header .header .cd-dropdown-content {
        padding-top: 0;
        overflow: visible;
        position: static;
        height: auto;
        width: 280px
    }

        header .header .cd-dropdown-content a {
            height: 50px;
            line-height: 50px;
            color: #111433;
            height: 50px;
            line-height: 50px;
            font-size: 16px;
            border-color: #ebebeb
        }

        header .header .cd-dropdown-content ul {
            padding-top: 50px;
            padding-top: 50px;
            overflow: visible
        }

            header .header .cd-dropdown-content ul a {
                height: 50px;
                line-height: 50px;
                color: #111433;
                height: 50px;
                line-height: 50px;
                font-size: 1.5rem;
                border-color: #ebebeb
            }

            header .header .cd-dropdown-content ul .cd-divider {
                background-color: rgba(0,0,0,0);
                color: #b3b3b3;
                border-top: 1px solid #ebebeb
            }

                header .header .cd-dropdown-content ul .cd-divider + li > a {
                    border-top-width: 1px
                }

        header .header .cd-dropdown-content .cd-divider {
            background-color: rgba(0,0,0,0);
            color: #b3b3b3;
            border-top: 1px solid #ebebeb
        }

            header .header .cd-dropdown-content .cd-divider + li > a {
                border-top-width: 1px
            }

        header .header .cd-dropdown-content ul.is-hidden > li > a {
            opacity: 1
        }

        header .header .cd-dropdown-content ul.is-hidden > li > .cd-search {
            opacity: 1
        }

        header .header .cd-dropdown-content ul.is-hidden > .cd-divider {
            opacity: 1
        }

        header .header .cd-dropdown-content ul.move-out > li > a {
            opacity: 1
        }

        header .header .cd-dropdown-content ul.move-out > li > .cd-search {
            opacity: 1
        }

        header .header .cd-dropdown-content ul.move-out > .cd-divider {
            opacity: 1
        }

        header .header .cd-dropdown-content > li:last-of-type a {
            border-bottom: none
        }

        header .header .cd-dropdown-content .cd-secondary-dropdown {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
            left: 100%;
            height: auto;
            background-color: #fff;
            box-shadow: 0 2px 14px rgba(0,0,0,0.1);
            overflow: hidden;
            width: 550px;
            padding-bottom: 65px
        }

            header .header .cd-dropdown-content .cd-secondary-dropdown::after {
                clear: both;
                content: "";
                display: table
            }

            header .header .cd-dropdown-content .cd-secondary-dropdown > .go-back {
                display: none
            }

            header .header .cd-dropdown-content .cd-secondary-dropdown > .see-all {
                position: absolute;
                bottom: 20px;
                height: 45px;
                text-align: center
            }

                header .header .cd-dropdown-content .cd-secondary-dropdown > .see-all a {
                    margin: 0;
                    height: 100%;
                    line-height: 45px;
                    background: #DE291D ;
                    color: #fff;
                    pointer-events: auto;
                    -webkit-transition: color 0.2s, background-color 0.2s;
                    -moz-transition: color 0.2s, background-color 0.2s;
                    transition: color 0.2s, background-color 0.2s
                }

            header .header .cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item {
                border: none
            }

            header .header .cd-dropdown-content .cd-secondary-dropdown a {
                border: none;
                line-height: 25px;
                height: 25px;
                font-size: 14px;
                padding-left: 0
            }

            header .header .cd-dropdown-content .cd-secondary-dropdown > li {
                width: 50%;
                float: left;
                margin: 20px 0;
                border-right-width: 1px;
                border-color: #ebebeb;
                border-style: solid;
                padding: 0 30px;
                height: 250px
            }

                header .header .cd-dropdown-content .cd-secondary-dropdown > li > a {
                    color: #0C306E  ;
                    font-size: 18px;
                    margin-bottom: 10px;
                    line-height: 30px;
                    height: 30px;
                    font-weight: 600;
                    pointer-events: none
                }

                    header .header .cd-dropdown-content .cd-secondary-dropdown > li > a::after {
                        display: none
                    }

                    header .header .cd-dropdown-content .cd-secondary-dropdown > li > a::before {
                        display: none
                    }

                header .header .cd-dropdown-content .cd-secondary-dropdown > li:nth-of-type(2n) {
                    border-right-width: 0
                }

                header .header .cd-dropdown-content .cd-secondary-dropdown > li > ul {
                    -webkit-transform: translate(0);
                    -moz-transform: translate(0);
                    -ms-transform: translate(0);
                    -o-transform: translate(0);
                    transform: translate(0);
                    position: relative;
                    height: auto
                }

                    header .header .cd-dropdown-content .cd-secondary-dropdown > li > ul > .go-back {
                        display: none
                    }

            header .header .cd-dropdown-content .cd-secondary-dropdown::before {
                position: absolute;
                content: '';
                top: 290px;
                left: 15px;
                height: 1px;
                width: 520px;
                background-color: #ebebeb
            }

            header .header .cd-dropdown-content .cd-secondary-dropdown ul {
                padding-bottom: 25px;
                overflow: hidden;
                height: auto;
                padding-top: 0
            }

            header .header .cd-dropdown-content .cd-secondary-dropdown .go-back a {
                padding-left: 20px;
                color: rgba(0,0,0,0)
            }

                header .header .cd-dropdown-content .cd-secondary-dropdown .go-back a::before {
                    left: 0
                }

                header .header .cd-dropdown-content .cd-secondary-dropdown .go-back a::after {
                    left: 0
                }

            header .header .cd-dropdown-content .cd-secondary-dropdown .see-all {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%
            }

        header .header .cd-dropdown-content .cd-dropdown-gallery {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
            left: 100%;
            height: auto;
            background-color: #fff;
            box-shadow: 0 2px 14px rgba(0,0,0,0.1);
            padding: 20px 30px 100px;
            width: 600px;
            padding-bottom: 100px
        }

            header .header .cd-dropdown-content .cd-dropdown-gallery::after {
                clear: both;
                content: "";
                display: table
            }

            header .header .cd-dropdown-content .cd-dropdown-gallery > .go-back {
                display: none
            }

            header .header .cd-dropdown-content .cd-dropdown-gallery > .see-all {
                position: absolute;
                bottom: 20px;
                height: 45px;
                text-align: center;
                width: calc(100% - 60px)
            }

                header .header .cd-dropdown-content .cd-dropdown-gallery > .see-all a {
                    margin: 0;
                    height: 100%;
                    line-height: 45px;
                    background: #DE291D ;
                    pointer-events: auto;
                    -webkit-transition: color 0.2s, background-color 0.2s;
                    -moz-transition: color 0.2s, background-color 0.2s;
                    transition: color 0.2s, background-color 0.2s
                }

            header .header .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
                border: none;
                padding: 0;
                height: auto;
                line-height: normal;
                color: #3f8654;
                margin-bottom: 2em
            }

            header .header .cd-dropdown-content .cd-dropdown-gallery a {
                border: none
            }

            header .header .cd-dropdown-content .cd-dropdown-gallery > li {
                width: 48%;
                float: left;
                margin-right: 4%
            }

                header .header .cd-dropdown-content .cd-dropdown-gallery > li:nth-of-type(2n) {
                    margin-right: 0
                }

                header .header .cd-dropdown-content .cd-dropdown-gallery > li:nth-last-of-type(2) a {
                    margin-bottom: 0
                }

                header .header .cd-dropdown-content .cd-dropdown-gallery > li:last-of-type a {
                    margin-bottom: 0
                }

            header .header .cd-dropdown-content .cd-dropdown-gallery img {
                position: static;
                height: auto;
                width: 100%;
                margin: 0 0 0.6em
            }

        header .header .cd-dropdown-content .cd-dropdown-icons {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
            left: 100%;
            height: auto;
            background-color: #fff;
            box-shadow: 0 2px 14px rgba(0,0,0,0.1);
            padding: 20px 30px 100px;
            width: 600px
        }

            header .header .cd-dropdown-content .cd-dropdown-icons::after {
                clear: both;
                content: "";
                display: table
            }

            header .header .cd-dropdown-content .cd-dropdown-icons > .go-back {
                display: none
            }

            header .header .cd-dropdown-content .cd-dropdown-icons > .see-all {
                position: absolute;
                bottom: 20px;
                height: 45px;
                text-align: center;
                width: calc(100% - 60px)
            }

                header .header .cd-dropdown-content .cd-dropdown-icons > .see-all a {
                    margin: 0;
                    height: 100%;
                    line-height: 45px;
                    background: #DE291D ;
                    pointer-events: auto;
                    -webkit-transition: color 0.2s, background-color 0.2s;
                    -moz-transition: color 0.2s, background-color 0.2s;
                    transition: color 0.2s, background-color 0.2s
                }

            header .header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
                border: none;
                height: 80px;
                line-height: 1.2;
                padding: 24px 0 0 85px
            }

                header .header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item:hover {
                    background: #ebebeb
                }

                header .header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
                    color: #3f8654;
                    font-weight: bold
                }

                header .header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
                    display: block;
                    font-size: 1.2rem
                }

                header .header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
                    left: 25px
                }

            header .header .cd-dropdown-content .cd-dropdown-icons a {
                border: none
            }

            header .header .cd-dropdown-content .cd-dropdown-icons > li {
                width: 50%;
                float: left
            }

        header .header .cd-dropdown-content .cd-secondary-dropdown.is-hidden {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0)
        }

        header .header .cd-dropdown-content .cd-dropdown-gallery.is-hidden {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0)
        }

        header .header .cd-dropdown-content .cd-dropdown-icons.is-hidden {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0)
        }

        header .header .cd-dropdown-content .cd-secondary-dropdown.fade-in {
            -webkit-animation: cd-fade-in 0.2s;
            -moz-animation: cd-fade-in 0.2s;
            animation: cd-fade-in 0.2s
        }

        header .header .cd-dropdown-content .cd-dropdown-gallery.fade-in {
            -webkit-animation: cd-fade-in 0.2s;
            -moz-animation: cd-fade-in 0.2s;
            animation: cd-fade-in 0.2s
        }

        header .header .cd-dropdown-content .cd-dropdown-icons.fade-in {
            -webkit-animation: cd-fade-in 0.2s;
            -moz-animation: cd-fade-in 0.2s;
            animation: cd-fade-in 0.2s
        }

        header .header .cd-dropdown-content .cd-secondary-dropdown.fade-out {
            -webkit-animation: cd-fade-out 0.2s;
            -moz-animation: cd-fade-out 0.2s;
            animation: cd-fade-out 0.2s
        }

        header .header .cd-dropdown-content .cd-dropdown-gallery.fade-out {
            -webkit-animation: cd-fade-out 0.2s;
            -moz-animation: cd-fade-out 0.2s;
            animation: cd-fade-out 0.2s
        }

        header .header .cd-dropdown-content .cd-dropdown-icons.fade-out {
            -webkit-animation: cd-fade-out 0.2s;
            -moz-animation: cd-fade-out 0.2s;
            animation: cd-fade-out 0.2s
        }

        header .header .cd-dropdown-content .cd-secondary-dropdown.move-out > li > a {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0)
        }

        header .header .cd-dropdown-content > .has-children > ul {
            visibility: hidden;
            padding-top: 0
        }

            header .header .cd-dropdown-content > .has-children > ul.is-active {
                visibility: visible;
                padding-top: 0
            }

        header .header .cd-dropdown-content > .has-children > .cd-secondary-dropdown.is-active > li > ul {
            visibility: visible;
            padding-top: 0
        }

    header .header .open-to-left .cd-dropdown {
        right: 0;
        left: auto
    }

    header .header .open-to-left .cd-dropdown-content .cd-secondary-dropdown {
        left: auto;
        right: 100%
    }

    header .header .open-to-left .cd-dropdown-content .cd-dropdown-gallery {
        left: auto;
        right: 100%
    }

    header .header .open-to-left .cd-dropdown-content .cd-dropdown-icons {
        left: auto;
        right: 100%
    }

    header .header .open-to-left .cd-dropdown-content > .has-children > a.is-active {
        box-shadow: inset -2px 0 0 #3f8654
    }

    header .header .open-to-left .cd-dropdown-content > .has-children > a {
        padding-left: 40px;
        padding-right: 20px
    }

        header .header .open-to-left .cd-dropdown-content > .has-children > a::before {
            right: auto;
            left: 20px;
            -webkit-transform-origin: 1px 50%;
            -moz-transform-origin: 1px 50%;
            -ms-transform-origin: 1px 50%;
            -o-transform-origin: 1px 50%;
            transform-origin: 1px 50%
        }

        header .header .open-to-left .cd-dropdown-content > .has-children > a::after {
            right: auto;
            left: 20px;
            -webkit-transform-origin: 1px 50%;
            -moz-transform-origin: 1px 50%;
            -ms-transform-origin: 1px 50%;
            -o-transform-origin: 1px 50%;
            transform-origin: 1px 50%
        }

    header .header .cd-dropdown.dropdown-is-active {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
        -moz-transition: opacity 0.3s 0s, visibility 0.3s 0s, -moz-transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s
    }

    header .header .cd-dropdown-content.is-hidden > li > a {
        opacity: 1
    }

    header .header .cd-dropdown-content.is-hidden > li > .cd-search {
        opacity: 1
    }

    header .header .cd-dropdown-content.is-hidden > .cd-divider {
        opacity: 1
    }

    header .header .cd-dropdown-content.move-out > li > a {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    header .header .cd-dropdown-content.move-out > li > .cd-search {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    header .header .cd-dropdown-content.move-out > .cd-divider {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    header .header .cd-search input[type="search"] {
        background-color: #ebebeb
    }

        header .header .cd-search input[type="search"]::-webkit-input-placeholder {
            color: #b3b3b3
        }

        header .header .cd-search input[type="search"]::-moz-placeholder {
            color: #b3b3b3
        }

        header .header .cd-search input[type="search"]:-moz-placeholder {
            color: #b3b3b3
        }

        header .header .cd-search input[type="search"]:-ms-input-placeholder {
            color: #b3b3b3
        }

    header .header .has-children > a::before {
        background: #b3b3b3
    }

    header .header .has-children > a::after {
        background: #b3b3b3
    }

    header .header .go-back a::before {
        background: #b3b3b3
    }

    header .header .go-back a::after {
        background: #b3b3b3
    }
}

@media only screen and (min-width: 768px) {
    header .header .cd-dropdown h2 {
        height: 60px;
        line-height: 60px
    }

    header .header .cd-dropdown .cd-close {
        top: 5px
    }

    header .header .cd-dropdown-content a {
        height: 60px;
        line-height: 60px;
        font-size: 16px
    }

    header .header .cd-dropdown-content ul a {
        height: 60px;
        line-height: 60px;
        font-size: 14px
    }
}

header .logo {
    display: inline-block;
    margin-top: 10px;
    height: 100%;
    max-width: 100%
}

    header .logo img {
        width: 100%;
        margin-top: -5px;
        height: 100%;
        max-width: 100%
    }

header .nav_holder {
    display: block;
    overflow: visible;
    clear: both
}

header .main_nav {
    margin: 0px;
    padding: 0px;
    display: block;
    clear: both;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    margin-top: 0px;
    list-style: none;
    background-color: #0C306E  ;
    text-align: right;
    font-display: swap
}

    header .main_nav li {
        display: inline-block;
        position: relative
    }

        header .main_nav li:hover {
            background-color: #DE291D  !important;
            color: #fff !important
        }

        header .main_nav li.actmenu a {
            background-color: #DE291D  !important;
            color: #fff !important
        }

        header .main_nav li span {
            position: absolute;
            bottom: 0;
            height: 3px;
            display: block;
            left: 0px;
            width: 0%;
            right: 0px;
            transition: 1s
        }

        header .main_nav li a i {
            padding-left: 5px;
            color: #fff
        }

        header .main_nav li.fix-mob-navbar {
            display: none
        }

@media only screen and (min-width: 1280px) {
    header .main_nav li:hover:nth-last-of-type(4) ul {
        right: 0
    }
}

header .main_nav > li > a {
    color: #fff;
    text-decoration: none !important;
    font-size: 16px;
    font-family: "Open Sans",sans-serif;
    padding: 13px 6px;
    position: relative;
    display: inline-block;
    text-transform: uppercase !important;
    font-weight: 500;
    margin-right: 0;
    font-display: swap
}

header .main_nav > li > ul {
    position: absolute;
    margin: 0px;
    padding: 0px;
    width: 300px;
    z-index: 10000;
    display: none;
    background-color: #0C306E  ;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important
}

    header .main_nav > li > ul > li {
        display: block
    }

        header .main_nav > li > ul > li > a {
            display: block;
            padding: 8px 10px !important;
            color: #fff !important;
            text-align: left;
            width: 100%;
            font-family: "Open Sans",sans-serif;
            font-size: 16px !important;
            position: relative;
            -webkit-border-radius: 1px;
            -moz-border-radius: 1px;
            border-radius: 1px;
            font-display: swap
        }

        header .main_nav > li > ul > li:hover ul {
            display: none !important;
            width: 100% !important
        }

        header .main_nav > li > ul > li:hover a {
            background-color: #DE291D  !important;
            color: #fff !important;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px
        }

@media only screen and (min-width: 1280px) {
    header .main_nav > li:hover > ul {
        display: block
    }
}

header .main_nav > li:hover span, header .main_nav > li:focus span {
    width: 100%;
    animation: overspan 1s forwards;
    transition: 1s
}

@-webkit-keyframes overspan {
    0% {
        width: 0%;
        left: 0px;
        right: 0px;
        background-color: #DE291D 
    }

    50% {
        left: 0px;
        right: 0px;
        background-color: #DE291D 
    }

    100% {
        width: 100%;
        left: 0px;
        right: 0px;
        background-color: #DE291D 
    }
}

@keyframes overspan {
    0% {
        width: 0%;
        left: 0px;
        right: 0px;
        background-color: #DE291D 
    }

    70% {
        left: 0px;
        right: 0px;
        background-color: #DE291D 
    }

    100% {
        width: 100%;
        left: 0px;
        right: 0px;
        background-color: #DE291D 
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(122,122,124,0.4);
        -moz-box-shadow: 0 0 0 0 rgba(122,122,124,0.4);
        box-shadow: 0 0 0 0 rgba(122,122,124,0.4)
    }

    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(122,122,124,0);
        -moz-box-shadow: 0 0 0 10px rgba(122,122,124,0);
        box-shadow: 0 0 0 50px rgba(122,122,124,0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(122,122,124,0);
        -moz-box-shadow: 0 0 0 0 rgba(122,122,124,0);
        box-shadow: 0 0 0 0 rgba(122,122,124,0)
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(122,122,124,0.4);
        -moz-box-shadow: 0 0 0 0 rgba(122,122,124,0.4);
        box-shadow: 0 0 0 0 rgba(122,122,124,0.4)
    }

    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(122,122,124,0);
        -moz-box-shadow: 0 0 0 10px rgba(122,122,124,0);
        box-shadow: 0 0 0 50px rgba(122,122,124,0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(122,122,124,0);
        -moz-box-shadow: 0 0 0 0 rgba(122,122,124,0);
        box-shadow: 0 0 0 0 rgba(122,122,124,0)
    }
}

@media only screen and (max-width: 380px) {
    .custom_header header .top_links {
        padding: 5px
    }
}

@media (min-width: 0px) and (max-width: 1279px) {
    .custom_header header {
        height: 90px
    }

        .custom_header header .header {
            padding: 0px;
            height: 90px
        }

            .custom_header header .header.fixed {
                height: 90px
            }

        .custom_header header .menu_bar, .custom_header header .search_bar {
            display: block;
            color: #000 !important;
            border: none;
            padding: 10px 15px;
            font-size: 1.8em;
            transition: 0.3s;
            position: absolute;
            top: 22px;
            z-index: 10;
            right: 10px
        }

            .custom_header header .menu_bar i, .custom_header header .search_bar i {
                -webkit-transition: all 1s;
                -moz-transition: all 1s;
                -o-transition: all 1s;
                transition: all 1s
            }

                .custom_header header .menu_bar i.fa-close::before, .custom_header header .search_bar i.fa-close::before {
                    content: "\f00d" !important
                }

        .custom_header header .menu_bar {
            right: 0px
        }

        .custom_header header .search_bar {
            right: 40px
        }

        .custom_header header .head_label {
            margin: 0 auto;
            left: 0px;
            right: 0px;
            border: none
        }

            .custom_header header .head_label span {
                font-size: 12px;
                padding: 0
            }

            .custom_header header .head_label .cta {
                position: fixed;
                z-index: 1;
                bottom: 0px;
                display: block;
                left: 0px;
                right: 0px;
                height: 50px;
                background-color: #e9e9e9;
                text-align: left;
                transition: 0.3s;
                padding-left: 15px;
                width: 100%;
                border-top: 1px solid white
            }

                .custom_header header .head_label .cta a {
                    padding: 5px !important
                }

                    .custom_header header .head_label .cta a i {
                        font-size: 20px !important;
                        color: #DE291D 
                    }

                    .custom_header header .head_label .cta a span {
                        display: none !important
                    }

        .custom_header header .top_links {
            margin: 0 auto;
            left: 0px;
            right: 0px;
            border: none
        }

            .custom_header header .top_links span {
                font-size: 12px;
                white-space: nowrap
            }
}

@media (min-width: 0px) and (max-width: 1279px) and (min-width: 0px) and (max-width: 576px) {
    .custom_header header .top_links span {
        font-size: 10px
    }
}

@media (min-width: 0px) and (max-width: 1279px) {
    .custom_header header .fix-navbar {
        display: none
    }

    .custom_header header .search_form {
        display: none !important;
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.49);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.49);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.49);
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        padding: 20px;
        margin: 0 auto;
        left: 0px;
        right: 0px;
        position: fixed !important;
        width: 90% !important;
        height: auto !important;
        overflow-y: scroll !important;
        text-align: center
    }

        .custom_header header .search_form .fixf {
            width: 100%;
            display: block !important;
            margin: 10px 0 !important
        }

        .custom_header header .search_form input {
            width: 100%;
            border-bottom: 1px gray solid !important;
            margin-bottom: 10px;
            padding: 7px 13px;
            margin-top: 0px;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
            color: #262626 !important
        }

            .custom_header header .search_form input::placeholder {
                color: #262626 !important
            }

        .custom_header header .search_form .select_holder {
            border-left: 0px solid gray !important;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            width: 100%;
            margin-bottom: 10px;
            border-bottom: 1px gray solid;
            padding: 8px !important;
            padding-top: 0px !important;
            padding-left: 5px !important
        }

            .custom_header header .search_form .select_holder select {
                width: 100%;
                color: #262626 !important
            }

        .custom_header header .search_form .submit_btn {
            height: auto !important;
            width: auto;
            color: #fff !important;
            background-color: #0C306E   !important;
            border-radius: 5px !important;
            padding: 8px 15px !important;
            font-size: 14px !important
        }

            .custom_header header .search_form .submit_btn:after {
                padding-left: 5px
            }

    .custom_header header .paddingScroll {
        padding: 0 !important
    }

    .custom_header header .logo {
        padding-bottom: 0px;
        position: static;
        top: 20px;
        left: 0;
        z-index: 1;
        height: 100%;
        max-width: 100%
    }

        .custom_header header .logo img {
            width: 180px !important;
            max-width: 230px;
            margin-bottom: 10px;
            margin-top: 2px
        }

    .custom_header header .nav_holder {
        display: block;
        position: fixed;
        left: 100%;
        right: -50%;
        bottom: 100%;
        top: 70px;
        padding-top: 0px;
        text-align: left;
        height: 0%;
        width: 0%;
        opacity: 1;
        transition: 0.5s ease-out;
        -webkit-border-bottom-left-radius: 300%;
        -moz-border-radius-bottomleft: 300%;
        border-bottom-left-radius: 300%
    }

        .custom_header header .nav_holder.md-menu-view {
            width: 100%;
            display: block;
            transition: 0.5s ease-in;
            background-color: #0C306E   !important;
            border-radius: 0%;
            opacity: 1;
            left: 0;
            right: 0;
            bottom: 0px;
            height: auto
        }

            .custom_header header .nav_holder.md-menu-view ul {
                opacity: 1;
                left: 0%
            }

        .custom_header header .nav_holder ul {
            height: 100%;
            overflow-y: auto;
            padding: 0;
            opacity: 0;
            transition: 0s ease-in;
            left: 100%
        }

            .custom_header header .nav_holder ul li {
                display: block;
                position: relative;
                text-align: left
            }

                .custom_header header .nav_holder ul li a {
                    color: #fff !important;
                    font-family: "Open Sans",sans-serif !important;
                    padding: 9px 15px !important;
                    width: 100%;
                    position: relative;
                    font-size: 14px
                }

                    .custom_header header .nav_holder ul li a:hover {
                        background-color: #DE291D  !important;
                        color: #fff !important
                    }

                .custom_header header .nav_holder ul li.actmenu a {
                    background-color: #DE291D  !important;
                    color: #fff !important
                }

                .custom_header header .nav_holder ul li span {
                    display: none !important
                }

        .custom_header header .nav_holder .main_nav > li.fix-mob-navbar {
            display: block
        }

        .custom_header header .nav_holder .main_nav > li > ul {
            width: 100% !important;
            position: relative !important;
            left: 0px !important;
            right: 0px !important;
            padding: 5px 0px;
            background-color: #DE291D 
        }

            .custom_header header .nav_holder .main_nav > li > ul > li > a {
                display: block;
                width: 100%;
                left: 0px;
                right: 0px;
                font-size: 12px !important
            }

        .custom_header header .nav_holder .main_nav > li i {
            color: #fff;
            position: absolute;
            top: 0;
            right: 10px;
            z-index: 1;
            line-height: 42px
        }

        .custom_header header .nav_holder .main_nav > li .fa-angle-down ~ ul {
            transition: 0.5s ease-out;
            display: none
        }

        .custom_header header .nav_holder .main_nav > li .fa-angle-down.fa-angle-up ~ ul {
            transition: 0.5s ease-in;
            display: block
        }

    .custom_header header .pop {
        display: block !important;
        top: 91px;
        transition: 0.3s !important
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1440px) {
    header .header .logo img {
        width: 100%
    }

    header .header .top_links span, header .header .head_label span {
        font-size: 10px
    }

    header .header .fix-navbar ul li a {
        font-size: 12px
    }

    header .header .head_label .search_form .input_effect {
        width: 100%
    }

    header .header .main_nav > li > a {
        font-size: 14px
    }
}

@-webkit-keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

@-moz-keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

@keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

@-webkit-keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: visible
    }
}

@-moz-keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: visible
    }
}

@keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: visible
    }
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 200px;
    overflow: auto;
    border: 0px solid #fff;
    z-index: 1;
    background: #0C306E  
}

@media (max-width: 1279px) {
    .dropdown-content {
        position: static;
        margin-bottom: 10px
    }
}

.dropdown-content a {
    background: #0C306E  ;
    border-bottom: 1px dashed rgba(255,255,255,0.73);
    color: #fff;
    font-size: 14px;
    padding: 5px 20px;
    text-align: left;
    margin-right: 0 !important;
    display: block
}

    .dropdown-content a:hover {
        background-color: #DE291D ;
        color: #fff !important
    }

.dropdown-content.show {
    display: block;
    top: 45px;
    left: 10px
}

.certix {
    padding: 30px 0px 0px 0
}

    .certix .content_section .sub_title_style {
        font-size: 22px;
        font-family: "Open Sans",sans-serif;
        line-height: 1.2em;
        font-display: swap;
        color: #000
    }

        .certix .content_section .sub_title_style i {
            vertical-align: middle
        }

        .certix .content_section .sub_title_style span {
            font-weight: 400;
            color: #000
        }

@media only screen and (max-width: 769px) {
    .certix .content_section .sub_title_style {
        font-size: 16px
    }
}

.certix .content_section .certificate {
    width: 100%
}

.bg-bluex {
    z-index: 11
}

@media only screen and (min-width: 1600px) {
    .bg-bluex .container {
        max-width: 90%;
        margin: 0 auto;
        width: 100%;
        margin-top: 30px
    }
}

@media screen and (min-width: 0) and (max-width: 1440px) {
    .bg-bluex .container {
        max-width: 95%;
        width: 100%
    }
}

.bg-bluex .nchanddown {
    position: relative;
    margin-top: 0rem
}

@media only screen and (max-width: 767px) {
    .bg-bluex .nchanddown {
        padding-top: 50px 0
    }
}

.bg-bluex .nchanddown > div > div {
    background: #fff;
    box-shadow: 0 0 10px rgba(38,38,38,0.15);
    border-radius: 5px;
    border-radius: 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-top: auto
}

    .bg-bluex .nchanddown > div > div .nochainax {
        float: left;
        margin-right: 21px
    }

    .bg-bluex .nchanddown > div > div > img {
        width: 100%;
        object-fit: cover;
        height: 100%
    }

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    .bg-bluex .nchanddown > div > div > img {
        min-height: 200px
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bg-bluex .nchanddown > div > div > img {
        height: 200px
    }
}

.bg-bluex .nchanddown > div > div > div {
    padding: 15px 10px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%
}

@media (max-width: 1284px) {
    .bg-bluex .nchanddown > div > div > div {
        flex-direction: column
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    .bg-bluex .nchanddown > div > div > div {
        padding: 15px
    }
}

@media only screen and (max-width: 767px) {
    .bg-bluex .nchanddown > div > div > div {
        flex-direction: column
    }
}

.bg-bluex .nchanddown > div > div .bg-bluex-txt img {
    margin-right: 10px
}

@media (max-width: 1284px) {
    .bg-bluex .nchanddown > div > div .bg-bluex-txt img {
        margin-bottom: 10px
    }
}

.bg-bluex .nchanddown > div > div .bg-bluex-txt p, .bg-bluex .nchanddown > div > div .bg-bluex-txt span, .bg-bluex .nchanddown > div > div .bg-bluex-txt li {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600
}

.bg-bluex .nchanddown > div > div .bg-bluex-txt li {
    padding-left: 0;
    list-style-type: none;
    margin-left: 25px
}

    .bg-bluex .nchanddown > div > div .bg-bluex-txt li::before {
        content: "\f111";
        font-family: FontAwesome;
        left: -20px;
        position: absolute;
        top: 0;
        color: #DE291D 
    }

.bg-bluex .nchanddown .nochina span {
    font-size: 18px !important;
    color: #000;
    text-align: left
}

.bg-bluex .nchanddown ul {
    list-style: none;
    margin: 0px;
    padding: 0px
}

    .bg-bluex .nchanddown ul li {
        margin-bottom: 3px;
        margin-left: 0px;
        padding-left: 10px;
        position: relative;
        font-size: 16px;
        font-weight: normal
    }

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    .bg-bluex .nchanddown ul li {
        padding-left: 0;
        font-size: 14px
    }
}

@media only screen and (max-width: 575px) {
    .bg-bluex .nchanddown ul li {
        font-size: 14px
    }
}

.bg-bluex .nchanddown .img_data_sec .table-responsive {
    border: none !important
}

.bg-bluex .nchanddown .img_data_sec .img_data_disc {
    width: 100%;
    text-align: left;
    font-size: 12px;
    padding-left: 5px;
    margin-bottom: 0
}

footer {
    position: relative;
    font-size: 14px;
    z-index: 10;
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    padding-top: 0px
}

@media only screen and (max-width: 1199px) {
    footer {
        margin-top: 50px;
        padding: 20px 0 35px 0
    }
}

footer p {
    padding: 20px 0 0;
    margin-bottom: 0
}

footer a {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    text-decoration: none
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    footer a {
        white-space: normal
    }
}

footer a:hover {
    color: #DE291D 
}

@media only screen and (min-width: 1400px) {
    footer .container {
        max-width: 90%;
        margin: 0 auto;
        width: 100%;
        margin-top: 30px
    }
}

@media screen and (min-width: 0) and (max-width: 1440px) {
    footer .container {
        max-width: 95%;
        width: 100%
    }
}

footer .map_over {
    position: relative;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 0px 10px;
    overflow: hidden;
    z-index: 900
}

    footer .map_over .payment-options {
        display: flex
    }

@media (max-width: 1440px) {
    footer .map_over .payment-options {
        justify-content: center;
        align-items: center
    }
}

footer .map_over .payment-options img {
    margin: 5px;
    width: 100px
}

@media (max-width: 1440px) {
    footer .map_over .payment-options img {
        width: 50px;
        margin-bottom: 30px;
        justify-content: center;
        align-items: center
    }
}

footer .map_over .payment-app-row .payment-row {
    padding: 8px !important;
    text-align: left
}

    footer .map_over .payment-app-row .payment-row img {
        border-radius: 5px
    }

footer .map_over .payment-app-row .app-row {
    text-align: right;
    padding: 8px !important
}

@media only screen and (max-width: 767px) {
    footer .map_over .payment-app-row .payment-row, footer .map_over .payment-app-row .app-row {
        text-align: center
    }
}

footer .footer_nav {
    margin: 0px;
    padding: 0px;
    text-align: left;
    list-style: none;
    overflow: hidden;
    margin-bottom: 15px;
    z-index: 1000;
    position: relative
}

    footer .footer_nav li {
        width: 100%;
        display: block;
        float: left;
        padding-bottom: 5px;
        padding-top: 5px;
        line-height: 1.7;
        font-size: 18px
    }

footer address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0C306E;
    padding: 30px 0;
    border-radius: 20px
}

@media (max-width: 1024px) {
    footer address {
        flex-direction: column
    }
}

footer address p {
    color: #ffffff;
    padding: 0;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
    width: 100%
}

    footer address p i {
        font-size: 25px !important;
        padding-right: 5px;
        width: 30px;
        color: #ffffff; 
    }

    footer address p a {
        color: #ffffff;
        font-size: 16px;
        text-decoration: none;
        font-weight: 600;
        text-align: center
    }

@media only screen and (max-width: 1284px) {
    footer address p a {
        font-size: 14px
    }
}

@media only screen and (max-width: 991px) {
    footer address p {
        justify-content: center
    }
}

footer address p.bigcall a {
    font-weight: 600;
    font-size: 20px
}

@media only screen and (max-width: 1024px) {
    footer address p.bigcall a {
        font-size: 18px
    }
}

footer .download-exe {
    color: #000;
    display: block;
    text-align: left;
    font-weight: 500;
    font-size: 18px
}

footer .downloadBrowExt {
    padding: 10px;
    color: #262626;
    line-height: 10px;
    margin: 0 auto;
    text-align: left;
    font-size: 12px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

    footer .downloadBrowExt .extention-text {
        padding: 0 10px;
        width: 100%;
        font-size: 12px;
        line-height: normal;
        border: 1px solid #EFEEEE;
        padding: 20px;
        border-radius: 15px
    }

        footer .downloadBrowExt .extention-text h4 {
            padding: 10px;
            border-radius: 15px;
            background-color: #0C306E  ;
            font-size: 18px;
            color: #fff;
            margin-top: -30px
        }

        footer .downloadBrowExt .extention-text p {
            padding-top: 10px;
            font-size: 14px
        }

    footer .downloadBrowExt img {
        object-fit: contain
    }

@media only screen and (min-width: 991px) and (max-width: 1279px) {
    footer .downloadBrowExt {
        flex-direction: column
    }

        footer .downloadBrowExt img {
            width: fit-content;
            margin: 0 auto
        }
}

footer .footer_line {
    text-align: center;
    color: #000;
    padding: 10px 30px 15px 30px;
    font-size: 14px
}

    footer .footer_line p {
        color: #000;
        padding-bottom: 0px;
        display: block;
        margin: 0 auto;
        font-size: 14px;
        line-height: 1.8
    }

        footer .footer_line p a {
            color: #000
        }

footer .footer-title {
    color: #000;
    font-size: 22px;
    margin-bottom: 10px;
    display: block;
    font-weight: 500
}

@media only screen and (max-width: 991px) {
    footer .footer-title {
        margin-top: 15px;
        text-align: center
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1440px) {
    footer .footer-title {
        font-size: 18px
    }

    footer address p {
        font-size: 14px
    }

    footer .footer_nav li {
        font-size: 16px;
        padding-top: 0
    }

    footer .download-exe {
        text-align: left
    }

    footer .downloadBrowExt img {
        object-fit: contain
    }
}

@media only screen and (max-width: 767px) {
    footer .footer-title {
        font-size: 16px
    }

    footer address p {
        font-size: 14px
    }

    footer .footer_nav li {
        font-size: 14px;
        padding-top: 0
    }

    footer .footer_line {
        padding: 10px 0px 30px 0px;
        font-size: 14px
    }
}

.sprite {
    background-image: url("../assets/images/spritesheet1.webp");
    background-repeat: no-repeat;
    display: inline-block
}

.sprite-amex {
    width: 69px;
    height: 37px;
    background-position: -5px -5px
}

.sprite-apple-store {
    width: 138px;
    height: 40px;
    background-position: -59px -61px
}

.sprite-asap-small {
    width: 96px;
    height: 27px;
    background-position: -211px -5px
}

.sprite-asap-smallx {
    width: 96px;
    height: 27px;
    background-position: -728px -304px
}

.sprite-blog {
    width: 37px;
    height: 37px;
    background-position: -317px -5px
}

.sprite-discover {
    width: 73px;
    height: 37px;
    background-position: -364px -5px
}

.sprite-facebook {
    width: 34px;
    height: 37px;
    background-position: -503px -5px
}

.sprite-find-it-fast {
    width: 100px;
    height: 100px;
    background-position: -550px -5px
}

.sprite-get-it-fast {
    width: 100px;
    height: 100px;
    background-position: -660px -5px
}

.sprite-github {
    width: 30px;
    height: 30px;
    background-position: -770px -5px
}

.sprite-gmail {
    width: 30px;
    height: 30px;
    background-position: -211px -45px
}

.sprite-google-play {
    width: 135px;
    height: 40px;
    background-position: -5px -115px
}

.sprite-google-plus {
    width: 50px;
    height: 37px;
    background-position: -251px -45px
}

.sprite-linkedin {
    width: 30px;
    height: 30px;
    background-position: -770px -45px
}

.sprite-low-price {
    width: 100px;
    height: 100px;
    background-position: -150px -115px
}

.sprite-mastercard {
    width: 73px;
    height: 37px;
    background-position: -260px -115px
}

.sprite-no-chaina {
    width: 823px;
    height: 67px;
    background-position: -5px -225px
}

.sprite-pintrest {
    width: 37px;
    height: 37px;
    background-position: -343px -85px
}

.sprite-pwo01 {
    width: 90px;
    height: 90px;
    background-position: -390px -115px
}

.sprite-pwo02 {
    width: 90px;
    height: 90px;
    background-position: -490px -115px
}

.sprite-pwo03 {
    width: 90px;
    height: 90px;
    background-position: -590px -115px
}

.sprite-pwo04 {
    width: 90px;
    height: 90px;
    background-position: -690px -115px
}

.sprite-pwo05 {
    width: 90px;
    height: 90px;
    background-position: -5px -302px
}

.sprite-pwo06 {
    width: 90px;
    height: 90px;
    background-position: -105px -302px
}

.sprite-quality-guaranteed {
    width: 100px;
    height: 100px;
    background-position: -205px -302px
}

.sprite-stackoverflow {
    width: 30px;
    height: 30px;
    background-position: -790px -85px
}

.sprite-tumblr {
    width: 30px;
    height: 30px;
    background-position: -790px -125px
}

.sprite-twitter {
    width: 30px;
    height: 30px;
    background-position: -5px -165px
}

.sprite-twitter {
    width: 37px;
    height: 37px;
    background-position: -45px -165px
}

.sprite-visa {
    width: 69px;
    height: 37px;
    background-position: -315px -302px
}

.sprite-xml {
    width: 36px;
    height: 14px;
    background-position: -5px -85px
}

.sprite-youtube {
    width: 37px;
    height: 37px;
    background-position: -92px -165px
}

.sprite-no {
    width: 101px;
    height: 101px;
    background-position: -510px -300px
}

.sprite-yes {
    width: 101px;
    height: 101px;
    background-position: -402px -300px
}

.sprite-no-china {
    width: 110px;
    height: 110px;
    background-position: -615px -300px;
    display: inline-block
}

@media only screen and (min-width: 361px) and (max-width: 400px) {
    .sprite-no-china {
        width: 125px;
        height: 105px
    }
}

@media only screen and (min-width: 320px) and (max-width: 360px) {
    .sprite-no-china {
        width: 140px;
        height: 105px;
        margin-right: 15px !important
    }
}

@media (min-width: 1260px) and (max-width: 1355px) {
    .sprite-no-china {
        width: 113px;
        height: 105px;
        background-position: -615px -300px;
        display: inline-block
    }

    .bg-blue {
        font-size: 0.8em
    }
}

.spritecerti {
    background-image: url("../images/certifications/certifications-sprite.png");
    background-repeat: no-repeat;
    display: inline-block
}

.sprite-nbaa {
    width: 191px;
    height: 47px;
    background-position: -251px -351px
}

.sprite-ASA-Member-logo {
    width: 189px;
    height: 130px;
    background-position: -5px -5px
}

.sprite-FAA-0056-B-accredited-logo {
    width: 130px;
    height: 130px;
    background-position: -204px -5px
}

.sprite-Inc5000_medallion {
    width: 130px;
    height: 130px;
    background-position: -5px -145px
}

.sprite-cagecode {
    width: 96px;
    height: 130px;
    background-position: -145px -145px
}

.sprite-checkbca {
    width: 99px;
    height: 55px;
    background-position: -251px -145px
}

.sprite-duns {
    width: 144px;
    height: 130px;
    background-position: -344px -5px
}

.sprite-iso_9001 {
    width: 99px;
    height: 50px;
    background-position: -360px -145px
}

.sprite-visual-com {
    width: 196px;
    height: 130px;
    background-position: -251px -210px
}

.sprite-topd {
    width: 196px;
    height: 130px;
    background-position: -50px -283px
}

.sprite-right-arrow {
    width: 48px;
    height: 48px;
    background-position: -764px -331px
}

.container {
    min-width: 90%
}

.header {
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important
}

.breadcrumb {
    background-color: #EBEBEB;
    padding: 10px 0px;
    color: #262626
}

@media (max-width: 576px) {
    .breadcrumb {
        font-size: 14px
    }

        .breadcrumb .breadcrumb_links {
            display: contents !important
        }
}

.breadcrumb a {
    color: #262626
}

    .breadcrumb a:hover {
        color: #DE291D 
    }

.breadcrumb span {
    font-weight: 500
}

.thank-you-section {
    text-align: center;
    padding: 40px 0
}

    .thank-you-section .message .thankTitle {
        margin-bottom: 0px;
        padding-bottom: 0px;
        font-size: 500;
        color: #0C306E  ;
        margin-bottom: 10px;
        font-size: 32px
    }

@media (max-width: 576px) {
    .thank-you-section .message .thankTitle {
        font-size: 16px
    }
}

.thank-you-section .message .thanks-images {
    width: 150px
}

.thank-you-section .message .Err404-img {
    width: 40%;
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
    -webkit-animation: float 1.8s ease-in-out infinite;
    animation: float 1.8s ease-in-out infinite;
    margin-bottom: -30px
}

@keyframes float {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px)
    }

    50% {
        -webkit-transform: translatey(-20px);
        transform: translatey(-10px)
    }

    100% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px)
    }
}

.thank-you-section .message p {
    color: #262626;
    font-size: 14px
}

    .thank-you-section .message p a {
        white-space: nowrap
    }

.thank-you-section .message .search-part {
    margin: 30px 0;
    font-size: 18px;
    font-weight: bold
}

@media (max-width: 576px) {
    .thank-you-section .message .search-part {
        font-size: 14px;
        font-weight: 400
    }
}

.thank-you-section .message h2 {
    font-weight: 400
}

.bg-cloud {
    background-image: url(../assets/images/cloud_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 0px
}

.sitemap-section {
    padding: 40px 0
}

    .sitemap-section .site_map_list a {
        color: #DE291D ;
        margin-top: 10px;
        border: 1px solid #0C306E  ;
        padding: 5px 15px;
        border-radius: 5px;
        margin-bottom: 10px;
        display: inline-block
    }

        .sitemap-section .site_map_list a:hover {
            background: #0C306E  ;
            color: #fff
        }

    .sitemap-section .site_map_list ul {
        border-left: 1px solid #0C306E  
    }

        .sitemap-section .site_map_list ul li {
            font-size: 14px;
            font-weight: bold;
            position: relative;
            list-style: none
        }

            .sitemap-section .site_map_list ul li::before {
                content: '';
                position: absolute;
                top: 25px;
                left: -33px;
                width: 2rem;
                height: 1px;
                background: #0C306E  
            }

            .sitemap-section .site_map_list ul li ul {
                margin-top: -10px;
                border-left: 1px solid #0C306E  ;
                margin-left: 10px;
                padding-top: 10px
            }

                .sitemap-section .site_map_list ul li ul li {
                    list-style: none;
                    margin-bottom: 0px;
                    font-weight: normal
                }

                    .sitemap-section .site_map_list ul li ul li::before {
                        content: '';
                        position: absolute;
                        top: 25px;
                        left: -33px;
                        width: 2rem;
                        height: 1px;
                        background: #0C306E  
                    }

@media (max-width: 991px) {
    .part-types-section .page-inner-txt {
        font-size: 14px
    }
}

.part-types-section .pageTitle-inner {
    font-size: 24px;
    color: #0C306E  
}

@media (max-width: 1284px) {
    .part-types-section .pageTitle-inner {
        font-size: 18px
    }
}

.part-types-section .main_paging {
    text-align: right
}

@media (max-width: 1199px) {
    .part-types-section .main_paging {
        text-align: center
    }
}

.part-types-section .main_paging .open > .dropdown-menu {
    background: #f9f9f9;
    color: #262626;
    top: 26px;
    border-radius: 5px;
    display: inline-flex;
    left: 0
}

.part-types-section .main_paging .open.actl {
    background: #0C306E  
}

    .part-types-section .main_paging .open.actl > a {
        background: #0C306E  ;
        color: #fff !important
    }

    .part-types-section .main_paging .open.actl > .dropdown-menu li a:hover {
        color: #DE291D ;
        font-weight: 600
    }

.part-types-section .main_paging .pager {
    display: inline-block;
    padding-left: 0
}

    .part-types-section .main_paging .pager > li {
        display: inline-block;
        position: relative;
        font-size: 12px;
        border: 1px solid #0C306E  ;
        border-radius: 5px
    }

        .part-types-section .main_paging .pager > li a {
            background: #f9f9f9;
            color: #262626;
            border-radius: 5px;
            padding: 0 10px
        }

        .part-types-section .main_paging .pager > li:last-child .dropdown-menu, .part-types-section .main_paging .pager > li:nth-last-of-type(2) .dropdown-menu, .part-types-section .main_paging .pager > li:nth-last-of-type(3) .dropdown-menu {
            left: unset;
            right: 0
        }

    .part-types-section .main_paging .pager li {
        font-size: 12px;
        display: inherit
    }

.part-types-section .content-section-innner .custom-pagination {
    font-weight: 500;
    padding-top: 14px
}

@media (max-width: 667px) {
    .part-types-section .content-section-innner .custom-pagination {
        text-align: center
    }

        .part-types-section .content-section-innner .custom-pagination .pagination {
            display: inline-flex;
            margin: 20px 0
        }
}

.part-types-section .content-section-innner .custom_card {
    border-radius: 5px;
    overflow: hidden
}

    .part-types-section .content-section-innner .custom_card .table-title {
        margin-bottom: 0;
        font-size: 18px;
        margin-top: auto;
        margin-bottom: auto;
        font-weight: 500
    }

@media (max-width: 1284px) {
    .part-types-section .content-section-innner .custom_card .table-title {
        font-size: 16px
    }
}

@media (max-width: 1199px) {
    .part-types-section .content-section-innner .custom_card .table-title {
        font-size: 14px
    }
}

.part-types-section .content-section-innner .custom_card .btn-link {
    text-decoration: none;
    font-size: 12px;
    color: #262626
}

.part-types-section .content-section-innner .custom_card .card-header {
    padding: 3px 10px;
    background-color: #0C306E  ;
    color: #fff;
    min-height: 40px
}

@media (max-width: 576px) {
    .part-types-section .content-section-innner .custom_card .card-header {
        text-align: center
    }
}

.part-types-section .content-section-innner .custom_card .card-header a {
    color: #fff;
    background: #DE291D 
}

    .part-types-section .content-section-innner .custom_card .card-header a:hover {
        background: #DE291D 
    }

@media (max-width: 576px) {
    .part-types-section .content-section-innner .custom_card .card-header a {
        text-align: center;
        padding: 0;
        margin-top: 10px
    }
}

.part-types-section .content-section-innner .custom_card .card-body {
    padding: 15px
}

    .part-types-section .content-section-innner .custom_card .card-body table {
        border-color: #efefef
    }

        .part-types-section .content-section-innner .custom_card .card-body table thead th {
            font-weight: 500
        }

        .part-types-section .content-section-innner .custom_card .card-body table tr td {
            border: 1px solid #efefef;
            vertical-align: middle
        }

@media (max-width: 576px) {
    .part-types-section .content-section-innner .custom_card .card-body table {
        font-size: 14px
    }
}

.part-types-section .content-section-innner .custom_card .card-body a {
    color: #0058b1;
    font-size: 14px;
    white-space: normal
}

.part-types-section .content-section-innner .custom_card .card-body form {
    padding: 10px
}

.part-types-section .content-section-innner .custom_card .card-body #formFile {
    font-size: 14px
}

.part-types-section .content-section-innner .custom_card .card-body ul {
    margin-bottom: 0;
    padding-left: 0px
}

    .part-types-section .content-section-innner .custom_card .card-body ul li {
        list-style-type: none;
        margin-bottom: 5px
    }

.part-types-section .content-section-innner .custom_card .card-body .customList_data .outer_cust_data {
    padding: 0
}

.part-types-section .content-section-innner .custom_card .card-body .customList_data ul li {
    padding: 5px 10px
}

    .part-types-section .content-section-innner .custom_card .card-body .customList_data ul li a:hover {
        color: #DE291D 
    }

.part-types-section .content-section-innner .custom_card .related_components a {
    text-align: center;
    font-size: 16px;
    font-weight: 600
}

@media (max-width: 576px) {
    .part-types-section .content-section-innner .custom_card .related_components a {
        font-size: 14px
    }
}

.part-types-section .content-section-innner .custom_card .related_components ul {
    padding: 10px 0px;
    margin-bottom: 0
}

    .part-types-section .content-section-innner .custom_card .related_components ul li {
        list-style: none;
        line-height: normal
    }

@media (max-width: 1199px) {
    .part-types-section .content-section-innner .custom_card .related_components ul li {
        font-size: 14px
    }
}

@media only screen and (max-width: 767px) {
    .part-types-section .content-section-innner .custom_card .card-body table tbody tr {
        display: block
    }

        .part-types-section .content-section-innner .custom_card .card-body table tbody tr td {
            display: block;
            width: 100% !important
        }

    .part-types-section .content-section-innner .custom_card .card-body.gse-parts-table table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.gse-parts-table table tbody tr {
        display: block;
        border-bottom: 3px solid #0C306E  ;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.gse-parts-table table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.gse-parts-table table tbody tr td:first-child::before {
                content: "Part No.:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.gse-parts-table table tbody tr td:nth-of-type(2)::before {
                content: "Description:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.gse-parts-table table tbody tr td:nth-child(3)::before {
                content: "Description:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.gse-parts-table table tbody tr td:nth-child(4)::before {
                content: "Category:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.gse-parts-table table tbody tr td:last-child::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.gse-parts-table table tbody tr td::before {
                font-weight: 600;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.aircraft-landing-gear-parts-table table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.aircraft-landing-gear-parts-table table tbody tr {
        display: block;
        border-bottom: 3px solid #0C306E  ;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.aircraft-landing-gear-parts-table table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-landing-gear-parts-table table tbody tr td:first-child::before {
                content: "Part No.:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-landing-gear-parts-table table tbody tr td:nth-of-type(2)::before {
                content: "Manufacturer:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-landing-gear-parts-table table tbody tr td:nth-child(3)::before {
                content: "Description:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-landing-gear-parts-table table tbody tr td:last-child::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-landing-gear-parts-table table tbody tr td::before {
                font-weight: 600;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.apu-table table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.apu-table table tbody tr {
        display: block;
        border-bottom: 3px solid #0C306E  ;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.apu-table table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.apu-table table tbody tr td:first-child::before {
                content: "Part No.:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.apu-table table tbody tr td:nth-of-type(2)::before {
                content: "Description:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.apu-table table tbody tr td:nth-child(3)::before {
                content: "Manufacturer:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.apu-table table tbody tr td:nth-child(4)::before {
                content: "APU Model:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.apu-table table tbody tr td:nth-child(5)::before {
                content: "Aircraft Model:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.apu-table table tbody tr td:last-child::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.apu-table table tbody tr td::before {
                font-weight: 600;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-mount-table table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-mount-table table tbody tr {
        display: block;
        border-bottom: 3px solid #0C306E  ;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-mount-table table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-mount-table table tbody tr td:first-child::before {
                content: "Part No.:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-mount-table table tbody tr td:nth-of-type(2)::before {
                content: "Manufacturer:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-mount-table table tbody tr td:nth-child(3)::before {
                content: "Popular Name:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-mount-table table tbody tr td:nth-child(4)::before {
                content: "Aircraft Model:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-mount-table table tbody tr td:nth-child(5)::before {
                content: "Per Engine:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-mount-table table tbody tr td:last-child::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-mount-table table tbody tr td::before {
                font-weight: 600;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.part-type-table-listing table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.part-type-table-listing table tbody tr {
        display: block;
        border-bottom: 3px solid #0C306E  ;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.part-type-table-listing table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.part-type-table-listing table tbody tr td:first-child::before {
                content: "Part No.:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-type-table-listing table tbody tr td:nth-of-type(2)::before {
                content: "Manufacturer:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-type-table-listing table tbody tr td:nth-child(3)::before {
                content: "Availability:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-type-table-listing table tbody tr td:last-child::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-type-table-listing table tbody tr td::before {
                font-weight: 600;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.manufacturer-table-part-listing table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.manufacturer-table-part-listing table tbody tr {
        display: block;
        border-bottom: 3px solid #0C306E  ;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.manufacturer-table-part-listing table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.manufacturer-table-part-listing table tbody tr td:first-child::before {
                content: "Part No.:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.manufacturer-table-part-listing table tbody tr td:nth-of-type(2)::before {
                content: "Description:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.manufacturer-table-part-listing table tbody tr td:nth-child(3)::before {
                content: "Availability:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.manufacturer-table-part-listing table tbody tr td:last-child::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.manufacturer-table-part-listing table tbody tr td::before {
                font-weight: 600;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.manufacturer-table table thead, .part-types-section .content-section-innner .custom_card .card-body.aircraft-table table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.manufacturer-table table tbody tr, .part-types-section .content-section-innner .custom_card .card-body.aircraft-table table tbody tr {
        display: block;
        border-bottom: 3px solid #0C306E  ;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.manufacturer-table table tbody tr td, .part-types-section .content-section-innner .custom_card .card-body.aircraft-table table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.manufacturer-table table tbody tr td:first-child::before, .part-types-section .content-section-innner .custom_card .card-body.aircraft-table table tbody tr td:first-child::before {
                content: "Part No.:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.manufacturer-table table tbody tr td:nth-of-type(2)::before, .part-types-section .content-section-innner .custom_card .card-body.aircraft-table table tbody tr td:nth-of-type(2)::before {
                content: "Description:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.manufacturer-table table tbody tr td:nth-child(4)::before, .part-types-section .content-section-innner .custom_card .card-body.aircraft-table table tbody tr td:nth-child(4)::before {
                content: "Availability:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.manufacturer-table table tbody tr td:last-child::before, .part-types-section .content-section-innner .custom_card .card-body.aircraft-table table tbody tr td:last-child::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.manufacturer-table table tbody tr td::before, .part-types-section .content-section-innner .custom_card .card-body.aircraft-table table tbody tr td::before {
                font-weight: 600;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

            .part-types-section .content-section-innner .custom_card .card-body.manufacturer-table table tbody tr td:nth-of-type(3)::before {
                content: "Manufacturer:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-table table tbody tr td:nth-of-type(3)::before {
                content: "Aircraft Model:"
            }

    .part-types-section .content-section-innner .custom_card .card-body.pma-table table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.pma-table table tbody tr {
        display: block;
        border-bottom: 3px solid #0C306E  ;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.pma-table table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.pma-table table tbody tr td:first-child::before {
                content: "Part No.:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.pma-table table tbody tr td:nth-of-type(2)::before {
                content: "Description:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.pma-table table tbody tr td:nth-child(3)::before {
                content: "Model:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.pma-table table tbody tr td:nth-child(4)::before {
                content: "PMA Holder:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.pma-table table tbody tr td:last-child::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.pma-table table tbody tr td::before {
                font-weight: 600;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.ata-chapters-table table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.ata-chapters-table table tbody tr {
        display: block;
        border-bottom: 3px solid #0C306E  ;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.ata-chapters-table table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.ata-chapters-table table tbody tr td:first-child::before {
                content: "Part No.:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.ata-chapters-table table tbody tr td:nth-of-type(2)::before {
                content: "Description :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.ata-chapters-table table tbody tr td:nth-child(4)::before {
                content: "ATA Chapters :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.ata-chapters-table table tbody tr td:last-child::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.ata-chapters-table table tbody tr td::before {
                font-weight: 600;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

            .part-types-section .content-section-innner .custom_card .card-body.ata-chapters-table table tbody tr td:nth-of-type(3)::before {
                content: "ATA Groups :"
            }

    .part-types-section .content-section-innner .custom_card .card-body.hardwaresuperior-category-table table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.hardwaresuperior-category-table table tbody tr {
        display: block;
        border-bottom: 3px solid #0C306E  ;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.hardwaresuperior-category-table table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.hardwaresuperior-category-table table tbody tr td:first-child::before {
                content: "Part Number:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.hardwaresuperior-category-table table tbody tr td:nth-of-type(2)::before {
                content: "Description :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.hardwaresuperior-category-table table tbody tr td:nth-child(3)::before {
                content: "Manufacturer :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.hardwaresuperior-category-table table tbody tr td:nth-child(4)::before {
                content: "Category :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.hardwaresuperior-category-table table tbody tr td:nth-child(5)::before {
                content: "Sub Category :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.hardwaresuperior-category-table table tbody tr td:last-child::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.hardwaresuperior-category-table table tbody tr td::before {
                font-weight: 600;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.sub-category-table table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.sub-category-table table tbody tr {
        display: block;
        border-bottom: 3px solid #0C306E  ;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.sub-category-table table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.sub-category-table table tbody tr td:first-child::before {
                content: "Part No.:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.sub-category-table table tbody tr td:nth-of-type(2)::before {
                content: "Description :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.sub-category-table table tbody tr td:nth-child(3)::before {
                content: "Manufacturer :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.sub-category-table table tbody tr td:nth-child(4)::before {
                content: "Category:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.sub-category-table table tbody tr td:nth-child(5)::before {
                content: " Sub Category:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.sub-category-table table tbody tr td:nth-child(6)::before {
                content: " Avl:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.sub-category-table table tbody tr td:last-child::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.sub-category-table table tbody tr td::before {
                font-weight: 600;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.civil-aviation-search-table table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.civil-aviation-search-table table tbody tr {
        display: block;
        border-bottom: 3px solid #0C306E  ;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.civil-aviation-search-table table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.civil-aviation-search-table table tbody tr td:first-child::before {
                content: "Part No.:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.civil-aviation-search-table table tbody tr td:nth-of-type(2)::before {
                content: "Description :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.civil-aviation-search-table table tbody tr td:nth-child(3)::before {
                content: "Manufacturer :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.civil-aviation-search-table table tbody tr td:nth-child(4)::before {
                content: "Category:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.civil-aviation-search-table table tbody tr td:nth-child(5)::before {
                content: "Availability:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.civil-aviation-search-table table tbody tr td:last-child::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.civil-aviation-search-table table tbody tr td::before {
                font-weight: 600;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.PMA-search-table table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.PMA-search-table table tbody tr {
        display: block;
        border-bottom: 3px solid #0C306E  ;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.PMA-search-table table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.PMA-search-table table tbody tr td:first-child::before {
                content: "Part No.:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.PMA-search-table table tbody tr td:nth-of-type(2)::before {
                content: "Manufacturer:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.PMA-search-table table tbody tr td:nth-child(4)::before {
                content: "Model:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.PMA-search-table table tbody tr td:nth-child(5)::before {
                content: "Type:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.PMA-search-table table tbody tr td:last-child::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.PMA-search-table table tbody tr td::before {
                font-weight: 600;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

            .part-types-section .content-section-innner .custom_card .card-body.PMA-search-table table tbody tr td:nth-of-type(3)::before {
                content: "Description:"
            }

    .part-types-section .content-section-innner .custom_card .card-body.ATA-Chapters-Search-table table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.ATA-Chapters-Search-table table tbody tr {
        display: block;
        border-bottom: 3px solid #0C306E  ;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.ATA-Chapters-Search-table table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.ATA-Chapters-Search-table table tbody tr td:first-child::before {
                content: "Part No.:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.ATA-Chapters-Search-table table tbody tr td:nth-of-type(2)::before {
                content: "ATA Groups:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.ATA-Chapters-Search-table table tbody tr td:nth-child(4)::before {
                content: "Description:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.ATA-Chapters-Search-table table tbody tr td:nth-child(5)::before {
                content: "Type:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.ATA-Chapters-Search-table table tbody tr td:last-child::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.ATA-Chapters-Search-table table tbody tr td::before {
                font-weight: 600;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

            .part-types-section .content-section-innner .custom_card .card-body.ATA-Chapters-Search-table table tbody tr td:nth-of-type(3)::before {
                content: "Boeing Applicability:"
            }

    .part-types-section .content-section-innner .custom_card .card-body.category-table table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.category-table table tbody tr {
        display: block;
        border-bottom: 3px solid #0C306E  ;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.category-table table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.category-table table tbody tr td:first-child::before {
                content: "Part No.:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.category-table table tbody tr td:nth-of-type(2)::before {
                content: "Description:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.category-table table tbody tr td:nth-child(3)::before {
                content: "Manufacturer"
            }

            .part-types-section .content-section-innner .custom_card .card-body.category-table table tbody tr td:nth-child(4)::before {
                content: " Sub Category"
            }

            .part-types-section .content-section-innner .custom_card .card-body.category-table table tbody tr td:last-child::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.category-table table tbody tr td::before {
                font-weight: 600;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.part-listing-table table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.part-listing-table table tbody tr {
        display: block;
        border-bottom: 3px solid #0C306E  ;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.part-listing-table table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.part-listing-table table tbody tr td:first-child::before {
                content: "Part No.:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-listing-table table tbody tr td:nth-of-type(2)::before {
                content: "Description:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-listing-table table tbody tr td:nth-child(3)::before {
                content: "Category:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-listing-table table tbody tr td:nth-child(4)::before {
                content: "Sub Category:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-listing-table table tbody tr td:nth-child(5)::before {
                content: "Availability:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-listing-table table tbody tr td:last-child::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-listing-table table tbody tr td::before {
                font-weight: 600;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }
}

@media (min-width: 1279px) {
    .part-types-section .content-section-innner .pagination {
        justify-content: flex-end
    }
}

.part-types-section .form_holder {
    background-color: #DE291D ;
    padding: 20px 10px;
    border-radius: 5px;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;
    text-align: center;
    color: #fff
}

    .part-types-section .form_holder input::placeholder {
        color: #fff
    }

    .part-types-section .form_holder .custom-form-inner .form-heading-inner {
        font-size: 16px;
        width: 80%;
        margin: 0 auto;
        margin-bottom: 15px
    }

    .part-types-section .form_holder p {
        font-size: 12px;
        color: #fff;
        margin-bottom: 0
    }

@media (max-width: 1023px) {
    .part-types-section .form_holder {
        margin-top: 10px
    }
}

.listed-parts {
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;
    margin-top: 20px;
    border-radius: 5px;
    border: 1px solid #efefef;
    overflow: hidden
}

    .listed-parts.certificate-block {
        margin-top: 0;
        margin-bottom: 20px
    }

@media only screen and (max-width: 991px) {
    .listed-parts.certificate-block {
        margin-top: 20px
    }
}

.listed-parts.certificate-block .list-group {
    padding: 0 30px
}

    .listed-parts.certificate-block .list-group .list-group-item {
        display: list-item;
        padding: 10px 0;
        list-style: square;
        color: #0C306E  
    }

        .listed-parts.certificate-block .list-group .list-group-item::marker {
            color: #DE291D 
        }

.listed-parts.certificate-block .list-head {
    background-color: #0C306E  ;
    color: #fff
}

.listed-parts .list-head {
    font-size: 16px;
    background-color: #0C306E  ;
    margin-bottom: 0;
    padding: 10px;
    color: #fff
}

@media only screen and (max-width: 1366px) {
    .listed-parts .list-head {
        font-size: 14px
    }
}

.listed-parts .list-group .border-radius-0 {
    border-radius: 0
}

.listed-parts .list-group li {
    font-size: 14px;
    border: 0
}

    .listed-parts .list-group li a {
        color: #0058b1
    }

    .listed-parts .list-group li .btn {
        color: #fff
    }

.listed-parts .list-group .list-group-item.text-center {
    background-color: #f9f9f9;
    border-top: 1px solid #efefef
}

.aviation-rfq-section p {
    font-size: 14px
}

.aviation-rfq-section .outer_cust_data {
    padding: 10px 20px;
    width: 100%;
    border: 1px solid #efefef;
    font-weight: 600
}

    .aviation-rfq-section .outer_cust_data a {
        color: #0058b1
    }

@media (max-width: 576px) {
    .aviation-rfq-section .outer_cust_data a {
        white-space: pre-wrap
    }
}

@media (max-width: 576px) {
    .aviation-rfq-section .outer_cust_data {
        font-size: 14px;
        padding: 10px 5px
    }
}

.aviation-rfq-section .outer_cust_data ul {
    padding-left: 0
}

    .aviation-rfq-section .outer_cust_data ul li {
        list-style: none;
        font-weight: 500;
        margin-bottom: 10px;
        font-size: 14px
    }

.aviation-rfq-section .outer_cust_data.applicable-section {
    padding: 10px 0 !important;
    border: none;
    font-weight: 500
}

    .aviation-rfq-section .outer_cust_data.applicable-section ul {
        padding-left: 20px !important
    }

        .aviation-rfq-section .outer_cust_data.applicable-section ul li {
            list-style-type: disc !important
        }

.aviation-rfq-section .discriptions-section {
    margin-top: 20px
}

.custom-form-effect input[type="email"], .custom-form-effect input[type="tel"], .custom-form-effect input[type="text"], .custom-form-effect textarea {
    height: 40px;
    width: 100%;
    border: none;
    border-bottom: 1px #efefef solid;
    background-color: transparent !important;
    margin-top: 15px;
    margin-bottom: 15px;
    outline: none;
    font-size: 14px
}

.custom-form-effect .materialinput {
    position: absolute;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -1;
    background-color: transparent;
    z-index: 1;
    z-index: 1024;
    color: #262626
}

.custom-form-effect .thanks-form .move_up {
    top: -25px
}

.custom-form-effect .thanks-form .custom-bg-white {
    background-color: #efefef !important
}

.custom-form-effect .thanks-form .custom-bg-gray {
    background-color: #f9f9f9 !important
}

.custom-form-effect .move_up {
    z-index: 100;
    position: absolute;
    margin-top: 0px;
    opacity: 1;
    padding-left: 5px
}

.custom-form-effect .tpage {
    position: relative
}

    .custom-form-effect .tpage input {
        margin: 0;
        border-bottom: 1px dotted #efefef;
        font-size: 14px;
        border-radius: 5px;
        margin-bottom: 10px;
        padding: 0 10px
    }

.custom-form-effect .quote_form input {
    background-color: #fff !important;
    color: #262626
}

    .custom-form-effect .quote_form input::placeholder {
        color: #262626
    }

.custom-form-effect .rfq_form input[type="email"], .custom-form-effect .rfq_form input[type="tel"], .custom-form-effect .rfq_form input[type="text"], .custom-form-effect .rfq_form select, .custom-form-effect .rfq_form textarea {
    height: 40px;
    width: 100%;
    padding: 5px;
    border: none;
    border-bottom: 1px #efefef solid;
    background-color: transparent;
    margin-top: 15px;
    margin-bottom: 15px;
    outline: none
}

.custom-form-effect .rfq_form select {
    background-image: url("../assets/images/arrow_select.webp");
    background-repeat: no-repeat;
    background-position: right 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px
}

.custom-form-effect .rfq_form abbr {
    position: absolute;
    right: 0;
    bottom: 20px
}

    .custom-form-effect .rfq_form abbr .fa-check, .custom-form-effect .rfq_form abbr .fa-thumbs-up {
        color: green
    }

    .custom-form-effect .rfq_form abbr .fa-close, .custom-form-effect .rfq_form abbr .fa-thumbs-down {
        color: red
    }

.custom-form-effect .rfq_form .text-sm-center {
    text-align: center
}

.custom-form-effect .rfq_form .custom_card .card-header a {
    margin-top: auto
}

.custom-form-effect .formuploadLable {
    text-align: center;
    width: 100%;
    font-weight: 600;
    color: #DE291D ;
    font-size: 20px
}

.custom-form-effect span.field-validation-error {
    color: red
}

.inh {
    position: relative
}

.why-choose-section {
    padding: 40px 0
}

@media only screen and (max-width: 768px) {
    .why-choose-section {
        padding: 20px 0
    }
}

.why-choose-section .why-choose-block img {
    text-align: center;
    display: block;
    margin: 10px auto
}

.why-choose-section .why-choose-block svg {
    display: block;
    margin: auto;
    width: 100%;
    height: 80px
}

    .why-choose-section .why-choose-block svg #primary {
        fill: #0C306E   !important
    }

    .why-choose-section .why-choose-block svg #secondary {
        fill: #DE291D  !important
    }

.why-choose-section .why-choose-block .why-choose-title {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    display: block;
    padding: 10px 0 5px 0
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
    .why-choose-section .why-choose-block .why-choose-title {
        font-size: 14px
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .why-choose-section .why-choose-block .why-choose-title {
        font-size: 16px
    }
}

@media only screen and (max-width: 767px) {
    .why-choose-section .why-choose-block .why-choose-title {
        font-size: 16px
    }
}

.why-choose-section .why-choose-block .why-choose-txt {
    text-align: center;
    margin-bottom: 0
}

.captchabox {
    font-size: 12px;
    text-align: justify
}

    .captchabox ul {
        margin-top: 15px;
        padding-left: 20px !important;
        font-size: 12px
    }

        .captchabox ul li {
            list-style: disc !important
        }

    .captchabox .disclaimer {
        margin-top: 15px
    }

        .captchabox .disclaimer p {
            font-size: 12px;
            text-align: justify
        }

            .captchabox .disclaimer p.red-text {
                color: red;
                font-size: 14px;
                text-align: right
            }

.form_holder.blog-form_holder {
    background-color: #EBEBEB;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important
}

    .form_holder.blog-form_holder .custom-form-inner .form-heading, .form_holder.blog-form_holder .custom-form-inner .form-heading-inner, .form_holder.blog-form_holder .custom-form-inner p {
        color: #262626
    }

    .form_holder.blog-form_holder .custom-form-inner .quote_form .custom_btn:hover, .form_holder.blog-form_holder .custom-form-inner .quote_form .custom_btn:active {
        background-color: #DE291D  !important
    }

@media only screen and (min-width: 991px) and (max-width: 1280px) {
    .form_holder.blog-form_holder .custom-form-inner .quote_form .btn_width {
        width: 100%
    }
}

.blog-search.blog-desktop {
    display: block
}

@media (max-width: 991px) {
    .blog-search.blog-desktop {
        display: none
    }
}

.blog-search.blog-mobile {
    display: none
}

@media (max-width: 991px) {
    .blog-search.blog-mobile {
        display: block
    }
}

.blog-search .list-head {
    background: #f9f9f9;
    color: #000
}

.blog-search input {
    width: 98%;
    outline: none;
    border: 0;
    background: transparent;
    padding-right: 30px
}

.blog-search .search_btn {
    position: absolute;
    right: 15px;
    padding: 0;
    outline: none;
    border: none
}

    .blog-search .search_btn:active {
        background: transparent;
        color: #000 !important
    }

.blog-search .fa-search {
    position: absolute;
    right: 15px;
    height: 20px;
    width: 20px;
    font-size: 22px
}

.blog-card {
    border: 1px solid #efefef
}

    .blog-card .card-body {
        padding: 15px
    }

        .blog-card .card-body p {
            color: #262626;
            font-size: 14px
        }

    .blog-card .card-header .table-title a {
        background: #0C306E   !important
    }

.filter-row span {
    background: #DE291D ;
    color: #fff;
    padding: 5px 10px;
    margin-right: 7px;
    border-radius: 5px;
    font-size: 12px;
    margin-bottom: 10px;
    display: inline-block
}

    .filter-row span a {
        color: #fff !important
    }

.filter-row img {
    margin-bottom: 10px
}

@media (max-width: 576px) {
    .contact-us-page p {
        font-size: 14px
    }
}

.contact-us-page .contact-info {
    background-color: #0C306E  ;
    padding: 0px;
    color: #fff
}

    .contact-us-page .contact-info img {
        width: 100%
    }

    .contact-us-page .contact-info .content-contact {
        padding: 25px
    }

@media (max-width: 576px) {
    .contact-us-page .contact-info .content-contact {
        padding: 35px 15px
    }
}

.contact-us-page .contact-info .content-contact h3 {
    font-size: 20px
}

@media (max-width: 576px) {
    .contact-us-page .contact-info .content-contact h3 {
        font-size: 16px
    }
}

.contact-us-page .contact-info .content-contact p {
    font-size: 14px
}

.contact-us-page .contact-info .content-contact ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0
}

    .contact-us-page .contact-info .content-contact ul li {
        display: flex;
        margin-bottom: 30px
    }

@media (max-width: 1199px) {
    .contact-us-page .contact-info .content-contact ul li {
        font-size: 14px
    }
}

.contact-us-page .contact-info .content-contact ul li a {
    color: #fff
}

.contact-us-page .contact-info .content-contact ul li i {
    width: 15px;
    color: #DE291D ;
    margin-right: 15px;
    font-size: 20px
}

.contact-us-page .contact-info .content-contact ul:last-child {
    margin-bottom: 0
}

.product_cust_ic {
    background-color: #0C306E  ;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 20px
}

    .product_cust_ic .tb_pro {
        width: 100%
    }

        .product_cust_ic .tb_pro tr {
            border-bottom: 1px dashed #fff
        }

            .product_cust_ic .tb_pro tr:last-child {
                border-bottom: 0px solid #fff
            }

            .product_cust_ic .tb_pro tr td {
                padding: 14px;
                width: calc(100% - 100px);
                text-align: left
            }

                .product_cust_ic .tb_pro tr td:first-child {
                    width: 100px;
                    text-align: center
                }

                    .product_cust_ic .tb_pro tr td:first-child svg {
                        width: 60px;
                        height: 60px
                    }

                        .product_cust_ic .tb_pro tr td:first-child svg #white {
                            fill: #fff
                        }

                        .product_cust_ic .tb_pro tr td:first-child svg #primary {
                            fill: #0C306E  
                        }

                .product_cust_ic .tb_pro tr td p {
                    color: #fff;
                    margin: 0 auto
                }

@media only screen and (min-width: 991px) and (max-width: 1179px) {
    .address .col-lg-12 .emailaddr {
        font-size: 13px !important
    }

        .address .col-lg-12 .emailaddr strong {
            font-size: 14px !important
        }

    .custom-form-effect .rfq_form select, .custom-form-effect input[type="email"], .custom-form-effect input[type="tel"], .custom-form-effect input[type="text"], .custom-form-effect textarea {
        font-size: 10px
    }

    label {
        font-size: 12px
    }
}

.banner-img > img {
    display: block;
    max-width: 100%;
    height: auto
}

.manufacturer-table-search td {
    display: block;
    width: 100% !important
}

.rfq1 {
    font-weight: 400
}

.close {
    position: absolute;
    right: 40px;
    height: 20px;
    width: 20px;
    font-size: 20px
}

.dropdown {
    position: relative;
    display: inline-block
}
