body {
    font-family: 'Roboto',sans-serif
}

select {
    border: none !important;
    outline: none !important;
    color: #212529 !important;
    -webkit-appearance: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none !important;
    padding-right: 0;
    width: 120px;
    font-family: 'robotoregular',arial !important
}

    select option {
        border: none !important;
        outline: none !important;
        background-color: #fff;
        border: none;
        color: #212529 !important;
        padding: 5px !important;
        display: block !important
    }

select {
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    select::-ms-expand {
        display: none
    }

.wrapper {
    margin: 0;
    padding: 0
}

header {
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 15px 1px rgba(0,0,0,.16);
    -moz-box-shadow: 0 2px 15px 1px rgba(0,0,0,.16);
    box-shadow: 0 2px 15px 1px rgba(0,0,0,.16);
    transition: .3s;
    z-index: 1000
}

.header {
    margin: 0;
    padding: 15px 0
}

.stiky {
    position: fixed;
    background-color: #fff;
    z-index: 10000;
    transition: .3s;
    top: 0;
    animation: mymove .3s normal none 1 running
}

@keyframes mymove {
    from {
        top: -200px
    }

    to {
        top: 0
    }
}

.breadcrumb {
    margin-bottom: 0;
    background-color: #eee;
    color: #000;
    position: relative;
    z-index: -1
}

    .breadcrumb a {
        color: #000
    }

.topline {
    background-color: #6194ac;
    font-size: 1em;
    height: 41px;
    margin: 0
}

    .topline a {
        text-decoration: none !important
    }

    .topline span {
        display: block;
        padding: 5px
    }

        .topline span a {
            color: #fff
        }

.toplinks {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right
}

    .toplinks li {
        display: inline-block;
        padding: 0 30px 0 0
    }

        .toplinks li a {
            color: #fff;
            display: inline-block
        }

            .toplinks li a i {
                margin-bottom: -5px
            }

.nopadding {
    margin: 0;
    padding: 0
}

.qqh {
    position: relative;
    width: 100%;
    padding: 8.3px 18px;
    font-size: 16px;
    z-index: 1;
    background: #6194ac;
    font-weight: bold
}

select {
    color: #808080 !important
}

.title_track {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.pagination > li {
    position: relative
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

ul.pagination > li.page-item:first-child a.page-link i {
    background-position: -310px -245px;
    margin-bottom: -7px
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #075276
}

ul.pagination_sub_links {
    padding: 0;
    list-style-type: none;
    display: flex;
    position: absolute;
    left: 0;
    max-width: 300px;
    align-items: center;
    z-index: 1;
    top: 110%;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    background: #075276;
    border: 1px solid #075276;
    overflow: hidden;
    transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -webkit-transition: all .3s ease-in 0s;
    -ms-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s
}

    ul.pagination_sub_links li {
        border-right: 1px solid #5d72c5
    }

        ul.pagination_sub_links li a {
            display: inline-block;
            padding: 10px;
            line-height: 18px;
            color: #fff;
            text-decoration: none
        }

.pagination > li.page-item:hover ul.pagination_sub_links {
    visibility: visible
}

ul.pagination_sub_links li a:hover {
    background: #075276
}

.pagination > li.page-item:hover ul.pagination_sub_links {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.pagination > li:nth-last-child(2) > ul {
    left: auto;
    right: 0
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.cust {
    padding-right: 0 !important;
    width: 217px;
    text-align: center
}

.qqh:hover {
    color: #fff !important
}

.qqh:before, .qqh:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #075276;
    border-bottom-left-radius: 20px
}

.logo img {
    width: 100%
}

.searchform {
    display: inline-block;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 3px 12px 4px rgba(0,0,0,.16);
    -moz-box-shadow: 0 3px 12px 4px rgba(0,0,0,.16);
    box-shadow: 0 3px 12px 4px rgba(0,0,0,.16);
    background-color: #fff;
    width: auto;
    height: 40px;
    padding-right: 3px;
    padding-left: 20px;
    float: right
}

    .searchform input {
        border: none;
        width: 470px !important;
        padding: 7px
    }

    .searchform select {
        background-color: transparent;
        width: 100px;
        z-index: 2;
        position: relative
    }

.select1 {
    position: absolute;
    margin-left: -15px;
    margin-top: 10px;
    z-index: 0
}

.searchform button {
    border: none
}

.mic-btn {
    background-color: #fff
}

.search_btn {
    background-color: #6194ac;
    border-radius: 35px;
    height: 35px;
    width: 35px;
    float: right;
    margin-top: 3px
}

    .search_btn i {
        margin-top: 4px;
        margin-left: -1px
    }

.mic-btn {
    background-color: #fff;
    border-radius: 35px;
    height: 35px;
    width: 35px;
    float: right;
    margin-top: 5px
}

nav .nav {
    list-style: none;
    font-family: 'robotomedium';
    float: right;
    line-height: 40px
}

    nav .nav li {
        display: inline-block;
        color: #000
    }

        nav .nav li i {
            margin-bottom: -2px;
            margin-left: 3px
        }

        nav .nav li a {
            color: #000;
            display: inline-block;
            padding: 5px 20px;
            text-transform: uppercase
        }

            nav .nav li a:hover, nav .nav li a:focus, .nav li a:active {
                color: #075276
            }

.owl-one .owl-dots {
    margin-top: -60px;
    margin-bottom: 60px;
    z-index: 100;
    position: relative;
    display: none
}

.owl-one .owl-prev, .owl-one .owl-next {
    position: absolute;
    top: 55%;
    transform: translateY(-50%)
}

    .owl-one .owl-prev:hover, .owl-one .owl-next:hover {
        opacity: .8
    }

.owl-one .owl-prev {
    left: 20px
}

.owl-one .owl-next {
    right: 20px
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ce0912;
    width: 12px;
    height: 12px;
    margin: 4px 6px
}

.flotingtext {
    font-family: 'Roboto',sans-serif;
    position: absolute;
    top: 50%;
    transform: translateY(-30%);
    font-size: 3em;
    line-height: 1.2em;
    display: inline-block;
    color: #fff;
    width: 30%;
    font-weight: bold;
    text-transform: uppercase;
    left: 150px
}

.banner .owl-theme .owl-nav [class*="owl-"] {
    display: none
}

.twosec {
    padding-bottom: 40px
}

.main-content {
    margin: 0;
    color: #707070;
    padding: 30px 0
}

    .main-content p {
        font-size: 1em
    }

    .main-content h1 {
        font-size: 1.5em;
        color: #0b1c51;
        margin: 15px auto;
        font-family: 'robotomedium'
    }

    .main-content strong {
        font-size: 1.2em;
        display: block;
        margin-bottom: 10px
    }

        .main-content strong i {
            margin-bottom: -5px;
            margin-left: 3px;
            margin-right: 3px
        }

.product_qoute .rfq-mamin {
    margin-top: unset !important
}

.product_qoute .rfq-mamin, .rfq-mamin {
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,.13);
    -moz-box-shadow: 0 0 5px 2px rgba(0,0,0,.13);
    box-shadow: 0 0 5px 2px rgba(0,0,0,.13);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
    width: 100%;
    max-width: 375px;
    position: absolute;
    top: 80px;
    z-index: 10;
    left: auto;
    right: 169px
}

.rfq_mamin_cust {
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,.13);
    -moz-box-shadow: 0 0 5px 2px rgba(0,0,0,.13);
    box-shadow: 0 0 5px 2px rgba(0,0,0,.13);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
    width: 100%;
    max-width: 375px
}

.spare_parts ul li a {
    color: #000
}

.spare_parts ul li {
    border-bottom: 1px dashed #ddd;
    padding: 5px 0;
    font-size: 14px
}

.spare_parts ul {
    padding: 0;
    list-style: none
}

.spare_parts p {
    color: #075276
}

    .spare_parts p:first-child {
        text-transform: capitalize
    }

.title_box h1 {
    text-transform: capitalize
}

.outer_brand ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0
}

.outer_brand h1 {
    border-bottom: 1px dashed #ddd;
    text-transform: capitalize;
    font-size: 1.5em;
    line-height: 50px
}

.outer_brand ul li {
    list-style-type: none;
    padding: 0 9px
}

.certificate {
    width: 100%
}

.top_brand {
    padding: 0 0 30px 0
}

.check-li li::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-position: -246px -49px;
    background-image: url(../images/spritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 4px
}

.check-li li {
    padding-left: 25px;
    vertical-align: top;
    position: relative
}

.rfq_mamin_cust h3, .rfq-mamin h3, .cust_caty {
    color: #173f90;
    font-size: 1.3em;
    font-family: 'robotomedium';
    display: block;
    margin: 0 auto
}

.cust_caty {
    line-height: 62px
}

.rfq-mamin form input, .rfq_mamin_cust form input {
    display: block;
    padding: 7px 12px;
    width: 100%;
    border: 2px #acaeb2 solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 10px auto;
    border-radius: 5px
}

.rfq_mamin_cust small, .rfq-mamin small {
    display: block;
    padding: 10px;
    text-align: center
}

.product_qoute {
    margin-top: 50px
}

.rfq_mamin_cust button, .rfq-mamin button {
    background-color: #075276;
    color: #fff;
    border: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 6px 35px;
    margin: 9px auto !important
}

.product_cust_ic table {
    background-color: #6194ac;
    color: #fff
}

.certix {
    padding: 0px 0
}

.product_cust_ic table tr td p {
    margin: 0 auto;
    text-align: left;
    color: #fff
}

.product_cust_ic table tr td:nth-child(2) {
    width: 460px
}

.tb_pro {
    width: 100% !important
}

.top_manufacturers tr td {
    width: 373px;
    text-align: left;
    padding: 14px;
    border-bottom: 1px solid #ddd
}

.top_manufacturers.table-responsive {
    border: 1px solid #eee
}

.top_manufacturers th {
    color: #075276 !important;
    background-color: transparent !important;
    text-align: left;
    padding: 14px
}

.top_cust_manu {
    margin: 15px auto
}

.row.outer_cust_box {
    margin-top: 50px
}

.title_track {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.related_components {
    padding: 30px 0
}

    .related_components .card {
        padding: 10px;
        border-radius: 5px;
        background: #fff
    }

ul.related_components_ul {
    padding: 0;
    list-style-type: none
}

.new_component_description a {
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    line-height: 30px;
    color: #337ab7;
    text-transform: capitalize
}

.related_components_ul li {
    padding: 5px
}

.new_component_description a:hover {
    color: #000;
    text-decoration: underline
}

.related_components .title_style {
    background: #075276 !important;
    border-radius: 10px 10px 0 0
}

.components_holder {
    padding: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    border-radius: 10px
}

.card {
    border: unset
}

.card.card-default {
    border: 1px solid #ddd;
    padding: 10px 15px;
}

.title_style {
    color: #fff;
    display: block;
    font-size: 1.3em;
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
    padding: 12px 15px;
    width: 100%;
    background-color: #55785f
}

.up_data {
    width: 100%;
    padding: 15px;
    background-color: #6194ac;
    margin: 15px auto;
    display: flex;
    align-items: center
}

.cust_pic {
    display: block;
    float: left
}

.cust_data p {
    display: block;
    float: right;
    width: 70%;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    margin: 5px auto;
    text-align: center
}

.upload, .upload:hover, .upload:focus {
    color: #fff;
    background-color: #075276;
    padding: 6px 15px;
    border-radius: 30px;
    outline: none;
    margin: 0 auto;
    display: block
}

.tb_pro tr td {
    padding: 14px
}

.product_cust_ic .tb_pro tr {
    border-top: 1px solid #fff
}

.bgban {
    width: 100%;
    padding: 20px 0
}

.toph2 {
    font-size: 1.5em;
    color: #000;
    margin: 0 auto;
    padding: 30px 0
}

.product_holder {
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,.13);
    -moz-box-shadow: 0 0 5px 2px rgba(0,0,0,.13);
    box-shadow: 0 0 5px 2px rgba(0,0,0,.13);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 35px
}

.product-image {
    padding: 15px
}

.product_name {
    display: block;
    text-align: center
}

    .product_name a {
        display: block;
        padding: 15px;
        color: #075276
    }

.message h1 {
    font-size: 1.5em
}

.cetrification {
    padding: 30px 10px 30px 10px
}

    .cetrification h3 {
        font-size: 1.8em;
        margin: 20px
    }

        .cetrification h3 i {
            margin-bottom: -20px
        }

.abrasive_product table {
    width: 100%;
    margin: 20px auto
}

.abrasive_product .table-responsive {
    scrollbar-width: none
}

.abrasive_product table tr td {
    padding: 10px;
    width: 400px;
    color: #000;
    text-align: left
}

.city_cust {
    margin: 15px auto
}

footer {
    background-color: #085277
}

.nsn_list_outer ul li a {
    color: #000
}

.another_cust_footer {
    background-color: #063348
}

.followcons div:nth-of-type(1) i {
    margin: 0 5px
}

.threefloating > div > div {
    background-color: #fff;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top: 4px #085277 solid;
    margin: -50px 5px 0 5px;
    padding: 20px;
    min-height: 160px
}

.smallfhf {
    font-size: .8em
}

.threefloating ul {
    margin: 0;
    padding: 0;
    list-style: none
}

    .threefloating ul li {
        display: block
    }

.threefloating i {
    margin-right: 10px
}

.followcons {
    padding: 25px 15px
}

.footer ul {
    margin: 0;
    padding: 0
}

    .footer ul li {
        list-style: none;
        display: block;
        padding: 5px 0
    }

.footer, .footer a {
    color: #fff
}

    .footer a:hover {
        color: #02b1fd;
        text-decoration: none
    }

.footer {
    padding: 25px 15px
}

.footer-end {
    color: #fff;
    text-align: center;
    padding-top: 40px
}

.copyrights {
    color: #fff
}

.iconic li {
    margin-bottom: 25px
}

.iconic i {
    display: inline-block;
    margin-right: 5px;
    float: left;
    position: absolute;
    left: -30px
}

    .iconic i.sprite-phone {
        margin-left: 5px
    }

.download {
    display: block;
    font-size: 1.4em;
    padding: 0 0 15px 0
}

    .download i {
        margin-bottom: -14px;
        margin-left: 10px
    }

.sprite {
    background-image: url(../images/fibal.png);
    background-repeat: no-repeat;
    display: inline-block
}

.sprite-arrow-two {
    width: 18px;
    height: 18px;
    background-position: -287px -240px
}

.sprite-whitecheck {
    width: 18px;
    height: 18px;
    background-position: -376px -245px
}

.sprite-thumsup {
    width: 18px;
    height: 18px;
    background-position: -308px -203px
}

.sprite-thumsdown {
    width: 18px;
    height: 18px;
    background-position: -331px -204px
}

.sprite-arrow-white {
    width: 18px;
    height: 18px;
    background-position: -310px -240px
}

    .sprite-arrow-white.flip {
        transform: rotate(-180deg);
        margin-bottom: -7px
    }

.sprite-uparrowbtn {
    width: 26px;
    height: 33px;
    background-position: -339px -236px
}

.sprite-star {
    width: 20px;
    height: 20px;
    background-position: -402px -242px
}

.mic-btn i:hover {
    width: 21px;
    height: 24px;
    background-position: -297px -85px
}

.sprite:hover {
    background-image: url(../images/spritesheet2.png);
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer
}

.sprite-american-express {
    width: 60px;
    height: 21px;
    background-position: -5px -5px
}

.sprite-apple-app-store {
    width: 113px;
    height: 40px;
    background-position: -75px -5px
}

.sprite-asap-big {
    width: 182px;
    height: 52px;
    background-position: -5px -55px
}

.sprite-asap-small {
    width: 72px;
    height: 20px;
    background-position: -198px -5px
}

.sprite-asapin-logo {
    width: 268px;
    height: 57px;
    background-position: -5px -117px
}

.sprite-building {
    width: 31px;
    height: 34px;
    background-position: -280px -5px
}

.sprite-car-1 {
    width: 14px;
    height: 16px;
    background-position: -198px -49px
}

.sprite-car2 {
    width: 14px;
    height: 16px;
    background-position: -222px -49px
}

.sprite-check {
    width: 16px;
    height: 16px;
    background-position: -246px -49px
}

.sprite-descover {
    width: 61px;
    height: 29px;
    background-position: -197px -75px
}

.sprite-download {
    width: 46px;
    height: 38px;
    background-position: -5px -184px
}

.sprite-email {
    width: 31px;
    height: 31px;
    background-position: -272px -49px
}

.sprite-email-_2_ {
    width: 22px;
    height: 17px;
    background-position: -268px -90px
}

.sprite-fhf {
    width: 92px;
    height: 92px;
    background-position: -61px -184px
}

.sprite-google-play {
    width: 135px;
    height: 40px;
    background-position: -163px -184px
}

.sprite-left {
    width: 36px;
    height: 36px;
    background-position: -5px -234px
}

.sprite-left-over {
    width: 36px;
    height: 36px;
    background-position: -163px -234px
}

.owl-prev.disabled .sprite-left {
    background-position: -163px -234px !important
}

.sprite-master-card {
    width: 61px;
    height: 36px;
    background-position: -209px -234px
}

.sprite-mic {
    width: 21px;
    height: 24px;
    background-position: -299px -84px;
    background-image: url(../images/spritesheet2.png)
}

.sprite-no-china {
    width: 104px;
    height: 99px;
    background-position: -321px -5px
}

.sprite-phone {
    width: 20px;
    height: 34px;
    background-position: -314px -114px
}

.sprite-phone-call {
    width: 15px;
    height: 23px;
    background-position: -344px -114px
}

.sprite-right {
    width: 36px;
    height: 36px;
    background-position: -369px -114px
}

.sprite-right-over {
    width: 36px;
    height: 36px;
    background-position: -308px -160px
}

.owl-next.disabled .sprite-right {
    background-position: -308px -160px
}

.sprite-search-1 {
    width: 22px;
    height: 24px;
    background-position: -354px -160px
}

    .sprite-search-1:hover {
        width: 22px;
        height: 24px;
        background-position: -353px -160px
    }

.sprite-visa {
    width: 60px;
    height: 20px;
    background-position: -354px -194px
}

.sprite-xml {
    width: 36px;
    height: 14px;
    background-position: -386px -160px
}

.spritecerti {
    background-image: url('../images/certi-sprites.png');
    background-repeat: no-repeat;
    display: block
}

.sprite-ASA {
    width: 120px;
    height: 80px;
    background-position: -5px -5px
}

.sprite-FAA {
    width: 120px;
    height: 80px;
    background-position: -135px -5px
}

.sprite-Inc5000 {
    width: 120px;
    height: 89px;
    background-position: -5px -90px
}

.sprite-cagecode {
    width: 120px;
    height: 80px;
    background-position: -135px -95px
}

.sprite-checkbca {
    width: 120px;
    height: 80px;
    background-position: -5px -185px
}

.sprite-duns {
    width: 120px;
    height: 80px;
    background-position: -135px -185px
}

.sprite-iso_9001 {
    width: 120px;
    height: 80px;
    background-position: -265px -5px
}

.sprite-nbaa-logo {
    width: 120px;
    height: 80px;
    background-position: -265px -95px
}

.sprite-top50sourceesb {
    width: 120px;
    height: 80px;
    background-position: -265px -185px
}

.sprite-visual-com {
    width: 120px;
    height: 80px;
    background-position: -5px -275px
}

.sprite-asacb {
    width: 120px;
    height: 80px;
    background-position: -133px -275px
}

@media(min-width:0) and (max-width:479px) {
    .sprite-Inc5000 {
        transform: translateY(-15px)
    }

    .sprite-ASA {
        transform: translateY(-15px)
    }

    .sprite-nbaa-logo {
        transform: translateY(-15px)
    }

    .sprite-cagecode {
        transform: translateY(-10px)
    }

    .sprite-visual-com {
        transform: translateY(-12px)
    }

    .sprite-duns {
        transform: translateY(-11px)
    }

    .sprite-top50sourceesb {
        transform: translateY(-5px)
    }

    .sprite-iso_9001 {
        transform: translateY(-15px)
    }

    .sprite-FAA {
        transform: translateY(-17px)
    }
}

@media(min-width:480px) and (max-width:767px) {
    .sprite-Inc5000 {
        transform: translateY(-10px)
    }

    .sprite-ASA {
        transform: translateY(-15px)
    }

    .sprite-nbaa-logo {
        transform: translateY(-15px)
    }

    .sprite-cagecode {
        transform: translateY(-10px)
    }

    .sprite-visual-com {
        transform: translateY(-12px)
    }

    .sprite-duns {
        transform: translateY(-11px)
    }

    .sprite-top50sourceesb {
        transform: translateY(-5px)
    }

    .sprite-iso_9001 {
        transform: translateY(-15px)
    }

    .sprite-FAA {
        transform: translateY(-17px)
    }
}

@media(min-width:768px) and (max-width:1000px) {
    .sprite-Inc5000 {
        transform: translateY(-10px)
    }

    .sprite-ASA {
        transform: translate(16px,-15px)
    }

    .sprite-nbaa-logo {
        transform: translate(37px,-15px)
    }

    .sprite-cagecode {
        transform: translate(10px,-11px)
    }

    .sprite-visual-com {
        transform: translate(45px,-12px)
    }

    .sprite-duns {
        transform: translate(10px,-6px)
    }

    .sprite-top50sourceesb {
        transform: translate(14px,-7px)
    }

    .sprite-iso_9001 {
        transform: translateY(-15px)
    }

    .sprite-FAA {
        transform: translateY(-17px)
    }

    .sprite-checkbca {
        transform: translateY(-12px);
        transform: translateX(45px)
    }
}

@media(min-width:1001px) and (max-width:1024px) {
    .sprite-Inc5000 {
        transform: translateY(-10px)
    }

    .sprite-ASA {
        transform: translateY(-15px)
    }

    .sprite-nbaa-logo {
        transform: translateY(-15px)
    }

    .sprite-cagecode {
        transform: translateY(-10px)
    }

    .sprite-visual-com {
        transform: translateY(-12px)
    }

    .sprite-duns {
        transform: translateY(-11px)
    }

    .sprite-top50sourceesb {
        transform: translateY(-5px)
    }

    .sprite-iso_9001 {
        transform: translateY(-15px)
    }
}

@media(min-width:1280px) and (max-width:1690px) {
    .certifix {
        transform: scale(.9)
    }
}

@media(min-width:1920px) and (max-width:800000px) {
    .certifix a {
        display: table-cell;
        vertical-align: middle;
        text-align: center
    }

    .certifix {
        text-align: center;
        overflow: hidden;
        margin-bottom: 10px
    }

        .certifix div {
            display: inline-block;
            padding: 0;
            width: 9.7%;
            transform: scale(1)
        }
}

@media(min-width:1680px) and (max-width:1919px) {
    .certifix {
        text-align: center;
        overflow: hidden;
        margin: 0 auto
    }

        .certifix div {
            display: inline-block;
            padding: 10px;
            width: 9.7%;
            transform: scale(1)
        }

            .certifix div img {
                text-align: center;
                width: 85%;
                height: auto !important
            }
}

@media(min-width:1440px) and (max-width:1679px) {
    .certifix {
        text-align: center;
        overflow: hidden;
        margin: 0 auto
    }

        .certifix div {
            display: inline-block;
            padding: 0;
            margin-bottom: 25px;
            width: 9.7%;
            transform: scale(1)
        }

            .certifix div img {
                text-align: center;
                width: 85%;
                height: auto !important
            }
}

@media(min-width:1366px) and (max-width:1439px) {
    .certifix {
        text-align: center;
        overflow: hidden;
        margin: 0 auto
    }

        .certifix div {
            display: inline-block;
            padding: 0;
            margin-bottom: 25px;
            width: 9.7%;
            transform: scale(1)
        }

            .certifix div img {
                text-align: center;
                width: 85%;
                height: auto !important
            }
}

@media(min-width:1280px) and (max-width:1365px) {
    .certifix {
        text-align: center;
        overflow: hidden;
        margin: 0 auto
    }

        .certifix div {
            display: inline-block;
            padding: 0;
            width: 9.7%;
            margin-bottom: 25px;
            transform: scale(1)
        }

            .certifix div img {
                text-align: center;
                width: 85%;
                height: auto !important
            }
}

@media(min-width:1024px) and (max-width:1279px) {
    .certifix {
        text-align: center;
        overflow: hidden;
        margin: 0 auto
    }

        .certifix div {
            display: inline-block;
            padding: 10px
        }

            .certifix div img {
                text-align: center;
                width: 80%;
                height: auto !important
            }
}

@media(min-width:980px) and (max-width:1023px) {
    .certifix {
        text-align: center;
        overflow: hidden;
        margin: 0 auto
    }

        .certifix div {
            display: inline-block;
            padding: 10px
        }

            .certifix div img {
                text-align: center;
                width: 80%;
                height: auto !important
            }
}

@media(min-width:800px) and (max-width:979px) {
    .certifix {
        text-align: center;
        overflow: hidden;
        margin: 0 auto
    }

        .certifix div {
            display: inline-block;
            padding: 10px
        }

            .certifix div img {
                text-align: center;
                width: 80%;
                height: auto !important
            }
}

@media(min-width:768px) and (max-width:799px) {
    .certifix {
        text-align: center;
        overflow: hidden;
        margin: 0 auto
    }

        .certifix div {
            display: inline-block;
            padding: 10px;
            width: 20%
        }

            .certifix div img {
                text-align: center;
                width: 90%;
                height: auto !important
            }
}

@media(min-width:600px) and (max-width:767px) {
    .certifix {
        text-align: center;
        overflow: hidden;
        margin: 0 auto
    }

        .certifix div {
            display: inline-block;
            padding: 10px
        }

            .certifix div img {
                text-align: center;
                width: 90%;
                height: auto !important
            }

    .bgcons i {
        float: left;
        margin-right: 25px !important
    }
}

@media(min-width:480px) and (max-width:599px) {
    .certifix {
        text-align: center;
        overflow: hidden;
        margin: 0 auto
    }

        .certifix div {
            display: inline-block;
            padding: 10px;
            width: 25%
        }

            .certifix div img {
                text-align: center;
                width: 90%;
                height: auto !important
            }
}

@media(min-width:0) and (max-width:479px) {
    .certifix {
        text-align: center;
        overflow: hidden;
        margin: 0 auto
    }

        .certifix div {
            display: inline-block;
            padding: 10px
        }

            .certifix div img {
                text-align: center;
                width: 90%;
                height: auto !important
            }
}

@media(min-width:0) and (max-width:320px) {
    .tpage .materialinput {
        background-color: transparent;
        text-align: center
    }
}

@media(min-width:321px) and (max-width:380px) {
    .tpage .materialinput {
        padding-left: 0
    }

    .message .rfq_form, .message .rfq_form input {
        text-align: left !important;
        padding-left: 8px
    }

        .message .rfq_form, .message .rfq_form input {
            text-align: left !important;
            padding-left: 8px
        }
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    background-color: #6194ac !important
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    background-color: #6194ac !important
}

.nobg .container {
    margin-top: 0 !important;
    background-color: #fff
}

.nobg .toph2 {
    color: #0b1c51;
    font-family: robotomedium
}

.nobg {
    background-image: none !important
}

    .nobg .rfq-mamin button {
        margin-top: 0;
        padding: 7px 50px;
        color: #fff
    }

.table_holder-listing table {
    width: 100%;
    margin-bottom: 20px;
    text-align: center
}

    .table_holder-listing table th {
        background-color: #075276;
        color: #fff
    }

    .table_holder-listing table th, .table_holder-listing table td {
        padding: 14px
    }

    .table_holder-listing table td {
        border-bottom: 1px #ddd solid
    }

.rfq-btn {
    background-color: #075276;
    color: #fff;
    padding: 5px 25px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-decoration: none !important
}

    .rfq-btn:hover {
        background-color: #6194ac;
        color: #fff;
        text-decoration: none !important
    }

.detailsrfq {
    padding: 15px;
    margin-bottom: 40px
}

    .detailsrfq .row div {
        padding: 15px;
        border: 1px solid #ddd
    }

.upbtn {
    background: rgba(157,21,39,1);
    background: -moz-linear-gradient(left,rgba(157,21,39,1) 0%,rgba(28,50,132,1) 100%);
    background: -webkit-gradient(left top,right top,color-stop(0%,rgba(157,21,39,1)),color-stop(100%,rgba(28,50,132,1)));
    background: -webkit-linear-gradient(left,rgba(157,21,39,1) 0%,rgba(28,50,132,1) 100%);
    background: -o-linear-gradient(left,rgba(157,21,39,1) 0%,rgba(28,50,132,1) 100%);
    background: -ms-linear-gradient(left,rgba(157,21,39,1) 0%,rgba(28,50,132,1) 100%);
    background: linear-gradient(to right,rgba(157,21,39,1) 0%,rgba(28,50,132,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9d1527',endColorstr='#075276',GradientType=1);
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    overflow: auto
}

    .upbtn i {
        margin-right: 10px;
        float: left;
        margin: 4px;
        margin-right: 15px
    }

.upbtn {
    font-size: 1.1em;
    color: #fff
}

    .upbtn a {
        display: inline-block;
        padding: 7px 15px;
        color: #fff;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        background-color: #6194ac;
        margin-top: 6px
    }

.rfqform-holder {
    margin-top: 20px
}

    .rfqform-holder h2, .uploadhold h2 {
        font-size: 1.4em;
        font-family: 'robotomedium';
        margin-bottom: 15px;
        margin-top: 15px
    }

.formheader_cust {
    background-color: #075276 !important
}

.formheader, .formheader_cust {
    background-color: #075276;
    color: #fff;
    padding: 15px 20px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 15px
}

.rfq_data {
    width: 430px;
    display: block;
    text-align: center;
    float: left
}

.g-recaptcha {
    float: right;
    margin-right: -70px
}

.rfq_form {
    padding: 15px 0;
    overflow: visible
}

    .rfq_form .row > div {
        margin-bottom: 20px !important;
        position: relative;
        overflow: hidden;
        padding-top: 5px
    }

    .rfq_form > form > div > div {
        position: relative !important;
        margin-bottom: 20px !important
    }

        .rfq_form > form > div > div > div {
            position: relative !important;
            padding-top: 5px
        }

    .rfq_form input[type="email"], .rfq_form input[type="tel"], .rfq_form input[type="text"], .rfq_form select, .rfq_form textarea {
        height: 40px;
        width: 100%;
        padding: 8px 8px 8px 0;
        border: none;
        border-bottom: 1px #c5c7c7 solid;
        background-color: transparent !important;
        margin-top: 15px;
        margin-bottom: 0;
        outline: none
    }

    .rfq_form textarea {
        display: block
    }

    .rfq_form select {
        outline: none !important;
        -webkit-appearance: none;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        box-shadow: none !important;
        background-color: #fff;
        border-bottom: 1px #c5c7c7 solid !important
    }

    .rfq_form select {
        background-image: url("../images/arrow_select.png") !important;
        background-repeat: no-repeat !important;
        background-position: right 0 !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

        .rfq_form select::-ms-expand {
            display: none
        }

.input_line {
    background-color: #c60311;
    display: block;
    height: 2px;
    position: absolute;
    bottom: 0;
    width: 0%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: 666666
}

.mdline {
    width: 100%;
    background-color: #5043a2;
    margin-right: 15px
}

.rfq_form select, .rfq_form select option {
    color: #666
}

.rfq_form .more_btn {
    margin: 0 !important
}

.materialinput {
    position: absolute;
    font-size: 1em;
    font-weight: bold;
    color: #333;
    margin-top: 10px;
    margin-left: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    z-index: -1
}

.move_up {
    z-index: 100;
    position: absolute;
    top: 0;
    margin-top: -5px;
    opacity: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.bottom_line_frame {
    border: none;
    width: 100%;
    -webkit-margin-after: -70px;
    height: 100px
}

.submitbtn {
    display: inline-block;
    padding: 10px 45px;
    color: #fff;
    background-color: #6194ac;
    margin-left: 10px;
    border: none
}

    .submitbtn i {
        margin: 5px;
        margin-bottom: -3px;
        margin-right: 10px;
        margin-left: -5px
    }

    .submitbtn:hover {
        background-color: #075276
    }

.twotable {
    margin-top: 20px
}

    .twotable table {
        width: 100%
    }

        .twotable table th, .twotable table td {
            padding: 8px;
            border: 1px #ccc solid
        }

        .twotable table th {
            background-color: #075276;
            color: #fff;
            border: 1px #075276 solid
        }

            .twotable table th i {
                margin: 5px;
                margin-right: 8px;
                margin-bottom: -4px
            }

        .twotable table td strong {
            color: #1c1c1c
        }

        .twotable table td {
            color: #808080
        }

            .twotable table td a {
                color: #1c1c1c
            }

.validater {
    position: absolute;
    right: 20px;
    bottom: 10px;
    z-index: 100
}

.contactpage h1, .contactpage h2 {
    font-size: 1.4em
}

.contactpage img {
    width: 100%
}

.conred {
    color: #f00;
    float: right;
    font-size: .6em
}

.bootmsubmit div:nth-of-type(2) {
    font-size: .8em;
    margin: 6px auto
}

.g-map {
    margin-top: 40px
}

.red_btn {
    background-color: #6194ac;
    color: #fff;
    border: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 6px 35px;
    margin: 10px
}

.nsn_list_outer {
    width: 100%;
    border: 2px solid #ddd
}

    .nsn_list_outer ul {
        margin: 0;
        padding: 0
    }

        .nsn_list_outer ul li {
            list-style-type: none;
            padding: 5px;
            border-bottom: 1px solid #ddd;
            color: #808080;
            font-size: 15px
        }

    .nsn_list_outer .title {
        background-color: #075276;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase
    }

.vall, .vall:focus, .vall:hover {
    color: #fff !important;
    background-color: #075276;
    border-radius: 30px;
    outline: none;
    width: 100px;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    transition: all .3s
}

    .vall:hover {
        background-color: #075276
    }

.toph1 {
    font-size: 24px
}

.top_cust_manu tr td a {
    color: #000
}

.rfq_form .submitbtn i {
    margin: 0 10px -6px 0
}

.rfq_form .submitbtn {
    padding: 8px 20px
}

.message {
    padding: 0
}

    .message h1 {
        margin-bottom: 0;
        padding-bottom: 0;
        display: inline-block
    }

    .message .move_up {
        margin-top: -12px !important
    }

    .message h3 {
        font-size: 1.3em
    }

.red_btn, .view {
    background-color: #02b1fd;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 1.2em;
    display: inline-block;
    padding: 8px 18px;
    text-decoration: none !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: .3s;
    border: none !important;
    margin: 12px 10px 10px 0 !important
}

    .red_btn:hover, .view:hover, .red_btn:focus, .view:focus {
        background-color: #075276
    }

.view {
    background-color: #02b1fd
}

.site_map {
    color: #666 !important
}

    .site_map a {
        color: #00005a
    }

    .site_map ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .site_map .row > div > ul > li > a {
        font-weight: bold
    }

    .site_map ul li {
        padding-bottom: 6px;
        padding: 5px
    }

    .site_map .row > div > ul > li > ul {
        margin-left: 20px
    }

        .site_map .row > div > ul > li > ul > li {
            margin-left: 20px
        }

            .site_map .row > div > ul > li > ul > li > ul > li {
                margin-left: 20px
            }

            .site_map .row > div > ul > li > ul > li > ul > li {
                list-style: circle
            }

    .site_map ul li ul li {
        list-style: disc
    }

.sprite-no {
    width: 44px !important;
    height: 44px !important;
    background-position: -435px -8px;
    transform: scale(1.2)
}

.sprite-yes {
    width: 44px !important;
    height: 44px !important;
    background-position: -435px -61px;
    transform: scale(1.2)
}

.rfq_form {
    position: relative
}

    .rfq_form form {
        position: relative
    }

.message .move_up {
    margin-top: -22px !important
}

nav ul li.active a {
    color: #075276
}

.nav li {
    position: relative
}

    .nav li:hover .sub {
        display: block !important
    }

.sub {
    display: none !important;
    position: absolute;
    background-color: #fff;
    margin: 0;
    padding: 0;
    display: block;
    width: 250px;
    -webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,.13);
    -moz-box-shadow: 0 0 5px 2px rgba(0,0,0,.13);
    box-shadow: 0 0 5px 2px rgba(0,0,0,.13);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow-y: hidden;
    left: 0;
    z-index: 10000
}

    .sub li {
        display: block;
        width: 100%;
        border-bottom: 1px #ccc dashed
    }

        .sub li:last-child {
            border: none
        }

        .sub li:hover {
            background-color: #f2f2f2
        }

        .sub li a {
            display: block !important;
            padding: 10px 20px !important
        }

nav li a {
    text-decoration: none !important
}

.nav li:nth-child(n+4) > .sub {
    right: 0 !important;
    left: auto !important
}

.table_holder-listing table td strong {
    display: block
}

.tb1 tr td strong {
    display: none
}

.btt {
    position: fixed;
    bottom: 30px;
    right: 30px;
    font-size: 1.5em;
    z-index: 100;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    background-color: #6194ac;
    color: #fff;
    width: 35px;
    padding: 4px 4px 0 4px;
    height: 35px;
    text-align: center;
    cursor: pointer;
    display: block
}

.goup {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    top: -25px;
    position: relative
}

.sub.mega li a, .sub li a {
    font-family: robotoregular;
    padding: 8px 15px !important
}

@media(min-width:1280px) and (max-width:800000px) {
    .header {
        padding: 10px 0
    }

        .header > div:last-child {
            position: inherit
        }

    nav .nav li.meganav {
        position: inherit;
        overflow: visible
    }

    .sub.mega, .sub {
        margin: 0 10px !important
    }

        .sub.mega li a, .sub li a {
            font-family: robotoregular;
            padding: 8px 15px !important
        }

        .sub.mega {
            position: absolute;
            background-color: #fff;
            margin: 0;
            padding: 0;
            display: block;
            width: 250px;
            -webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,.13);
            -moz-box-shadow: 0 0 5px 2px rgba(0,0,0,.13);
            box-shadow: 0 0 5px 2px rgba(0,0,0,.13);
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            overflow-y: hidden;
            left: 0;
            z-index: 10000;
            left: 0;
            right: 0;
            width: 90%;
            z-index: 100000;
            margin: 0 auto !important;
            padding-left: 15px !important
        }

            .sub.mega li a {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis
            }

            .sub.mega li {
                display: inline-block;
                width: 100%;
                border-bottom: 1px #ccc dashed;
                position: relative !important;
                width: 24.5%
            }
}

@media(min-width:1920px) and (max-width:800000px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 150px
    }

    .movetop article p {
        font-size: 1.2em
    }
}

@media(min-width:1680px) and (max-width:1919px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 140px
    }
}

@media(min-width:1440px) and (max-width:1679px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 140px
    }
}

@media(min-width:1366px) and (max-width:1439px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 145px
    }
}

@media(min-width:1280px) and (max-width:1365px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 140px
    }
}

@media(min-width:1024px) and (max-width:1279px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 240px
    }
}

@media(min-width:980px) and (max-width:1023px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 240px
    }
}

@media(min-width:800px) and (max-width:979px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 245px
    }
}

@media(min-width:768px) and (max-width:799px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 345px
    }
}

@media(min-width:600px) and (max-width:767px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 340px
    }
}

@media(min-width:480px) and (max-width:599px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 445px
    }
}

@media(min-width:400px) and (max-width:479px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 441px
    }
}

@media(min-width:385px) and (max-width:415px) {
    .certificate {
        height: 460px
    }
}

@media(min-width:0) and (max-width:399px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 645px
    }
}

.view_all {
    display: inline-block;
    padding: 6px 12px;
    text-transform: uppercase !important;
    background-color: #6194ac;
    margin-left: 0;
    border-radius: 5px !important;
    color: #fff !important;
    text-decoration: none !important;
    transition: .3s
}

.title {
    flex: 1
}

.open ul.pagination_sub_links {
    opacity: 1;
    visibility: visible;
    top: 100%
}
.card-body.blg-card {
    padding: 0;
}
.footer_line {
    line-height: 1.5;
    text-align: center;
    color: #A7A2A2;
    padding: 0px 30px 0px 30px;
    font-size: 1.1em;
}
.col-lg-12.container-fluid.footer_line p {
    line-height: 1.5;
    text-align: center;
    color: #A7A2A2;
    padding: 0px 30px 0px 30px;
    font-size: 1.1em;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.blg-btn {
    padding: 0 5px;
}
.article {padding:10px; }
.blg-breadcrumb{
    margin-bottom:20px;
        display: block;
}
.blg-breadcrumb li{
    display:inline-block;
}

@media (min-width: 0px) and (max-width: 1279px){
    .blg-breadcrumb{
        margin-top:20px !important;

}
}
@media (min-width: 0px) and (max-width: 768px){
    .blg-breadcrumb{
        padding-bottom:35px !important;

}
    a.capitalize.btn.btn-xs.btn-danger.pull-right {
    padding: 5px;
    font-size: 12px;
    float: right;
    /* margin: -25px 0px 0; */
}
}

.thumbnail {
    display: block;
    padding: 10px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.nav-justified {
    width: 100%;
    text-align:center;
}
@media (min-width:768px){
    .nav-justified>li {
    display: table-cell;
    width: 1%;
}
}