﻿@charset "utf-8";

.nohyperlink {
    pointer-events: none !important;
    cursor: default;
}

@font-face {
    font-display: swap;
    font-family: 'futura_md_btmedium';
    src: url('../fonts/futuram-webfont.eot');
    font-display: auto;
    src: url('../fonts/futuram-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/futuram-webfont.woff2') format('woff2'), url('../fonts/futuram-webfont.woff') format('woff'), url('../fonts/futuram-webfont.ttf') format('truetype'), url('../fonts/futuram-webfont.svg#futura_md_btmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'MYRIADPROREGULAR';
    font-display: auto;
    src: url('../fonts/MYRIADPROREGULAR.eot');
    src: local('../fonts/MYRIADPROREGULAR'), url('../fonts/MYRIADPROREGULAR.woff') format('woff'), url('../fonts/MYRIADPROREGULAR.ttf') format('truetype');
}

body {
    font-family: 'MYRIADPROREGULAR';
    color: #37343a;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'MYRIADPROREGULAR';
    letter-spacing: 2px;
}

a {
    outline: none !important;
}

.top_bar {
    padding: 10px;
    background-color: #424a54 !important;
    color: #ffffff;
    top: 0px !important;
}

    .top_bar a {
        color: #ffffff;
    }

    .top_bar .container div:last-child {
        text-align: right;
    }

.top_social {
    margin: 0px 5px;
    letter-spacing: 0.5px;
    font-weight: bold;
}

.top_nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .top_nav li {
        display: inline-block;
        padding-left: 0px;
        padding-right: 12px;
    }

        .top_nav li:first-child {
            padding-left: 0px;
        }

        .top_nav li a {
            color: #ffffff;
            font-size: 1em !important;
        }

.header {
    padding: 8px 0px 0px 0px;
    border-bottom: 1px #e8e8e8 solid;
    background-color: #ffffff;
}

.search_holder {
    text-align: right;
    padding: 0px 5px 0px 5px !important;
}

    .search_holder strong {
        text-transform: uppercase;
        display: inline-block;
        padding: 12px 15px;
        font-size: 1.1em;
    }

.form {
    margin: 0px;
    padding: 0px;
}

    .form input {
        padding: 10px;
        margin: 0px 2px;
        border: 1px #cccccc solid;
        width: 17%;
    }

    .form button {
        background-color: #fb4254;
        padding: 11px 15px;
        border: none;
        outline: none;
        color: #ffffff;
    }

        .form button:hover {
            background-color: #424a54;
        }

.search_top_box {
    margin: 0px auto;
    width: 67%;
}

    .search_top_box > form.form {
        text-align: center;
        position: absolute;
        z-index: 9;
        background-color: #f05f53;
        padding: 10px 5px;
        -webkit-box-shadow: 0 8px 6px -6px black;
        -moz-box-shadow: 0 8px 6px -6px black;
        box-shadow: 0 8px 6px -6px black;
        width: 100%;
        padding: 10px;
    }

.limtiCharClass {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.search_top_box strong {
    color: #ffffff;
    margin-right: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
}

.search_top_box input[type="text"] {
    background: transparent;
    padding: 5px 15px;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.search_top_box::-webkit-input-placeholder {
    color: #ffffff;
}

.search_top_box:-ms-input-placeholder {
    color: #ffffff;
}

.search_top_box::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

.search_top_box:-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

.search_top_box button {
    background-color: #3d2b4b;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 6px 10px;
}

.banner_main {
}

.cat_head {
    background-color: #F05F53;
    padding: 15px;
    display: inline-block;
    clear: both;
    color: #ffffff !important;
    text-transform: capitalize;
    text-decoration: none !important;
    width: 100%;
    font-size: 1.2em;
}

    .cat_head:hover {
        background-color: #424a54;
    }

    .cat_head i {
        float: right;
        font-size: 1.2em;
    }

.cat_holder {
    background-color: #f1f1f1;
    padding: 20px;
    margin-top: 18px;
}

    .cat_holder ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
        padding-bottom: 15px;
    }

        .cat_holder ul li {
            padding: 5px 0px !important;
        }

            .cat_holder ul li a {
                color: #757c84;
            }

    .cat_holder h4 {
        font-size: 1.3em;
        font-weight: normal;
        text-transform: uppercase;
        margin-top: 0px;
        background-image: url("https://cdn.asapsemi.com/asapsourcingsolutions/blog/images/line.jpg");
        background-repeat: no-repeat;
        background-position: left bottom;
        padding-bottom: 18px;
        display: inline-block;
        color: #4f565e;
    }

.view {
    background-color: #f05f53;
    padding: 8px 13px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1em;
    color: #ffffff !important;
    text-decoration: none !important;
}

    .view:hover {
        background-color: #424a54 !important;
    }

.red_btn {
    background-color: #F05F53;
    padding: 8px 13px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1em;
    color: #ffffff !important;
    text-decoration: none !important;
}

    .red_btn:hover {
        background-color: #424a54;
    }

.content_holder {
    margin-top: 0px;
}

.new-arv {
    margin-top: 0px;
}

    .new-arv div {
        padding-left: 0px;
    }

        .new-arv div:last-child {
            padding-right: 0px;
        }

        .new-arv div img {
            width: 100%;
        }

    .new-arv h3 {
        text-transform: uppercase;
        font-size: 2.3em;
        margin-bottom: 30px;
        background-image: url("https://cdn.asapsemi.com/asapsourcingsolutions/blog/images/line.jpg");
        background-repeat: no-repeat;
        background-position: left bottom;
        padding-bottom: 18px;
        display: inline-block;
    }

.floating_text {
    position: absolute;
    padding: 20px !important;
}

    .floating_text strong {
        font-size: 1.8em;
        color: #526061;
        display: block;
        overflow: hidden;
        margin-bottom: 15px;
    }

    .floating_text a {
        float: left;
    }

.rhs h1 {
    font-size: 1.6em;
    background-image: url("https://cdn.asapsemi.com/asapsourcingsolutions/blog/images/line.jpg");
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-bottom: 10px;
    display: inline-block;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.rhs h2 {
    font-size: 2em;
    background-repeat: no-repeat;
    background-position: left bottom;
    display: inline-block;
}

.listing {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100% !important;
}

    .listing li {
        border-left: 1px #d6dbe0 solid;
        margin-left: -1px;
        padding: 15px;
    }

.photo {
    padding: 0px;
    border-bottom: 1px #d6dbe0 solid;
    text-align: center;
}

    .photo img {
        margin: 0px auto;
    }

.product_text {
    padding: 15px;
    text-align: center;
}

    .product_text strong {
        display: block;
        padding-bottom: 10px;
    }

.listing {
    position: relative;
}

    .listing .owl-buttons {
        position: absolute;
        z-index: 50;
        top: -60px;
        right: -15px;
    }

        .listing .owl-buttons div {
            border-radius: 0px !important;
            -webkit-border-radius: 0px !important;
            -moz-border-radius: 0px !important;
            border-radius: 0px !important;
            font-size: 1.2em !important;
            padding: 3px 11px !important;
        }

            .listing .owl-buttons div:hover {
                background-color: #a8adb3 !important;
                opacity: 1 !important;
            }

.two_section {
    color: #757c84;
}

    .two_section p {
        padding-bottom: 13px;
    }

    .two_section h2, .two_section h3 {
        text-transform: uppercase;
        font-size: 2.3em;
        margin-bottom: 30px;
        background-image: url("https://cdn.asapsemi.com/asapsourcingsolutions/blog/images/line.jpg");
        background-repeat: no-repeat;
        background-position: left bottom;
        padding-bottom: 18px;
        display: inline-block;
        color: #4f565e;
    }

.sm-section-2 div {
    padding: 0px 15px;
    overflow: hidden;
}

    .sm-section-2 div:first-child {
    }

.icon_holder {
    float: left;
    width: 86px;
    border: none !important;
    padding: 0px !important;
}

.text_holder {
}

footer {
    background: url(https://cdn.asapsemi.com/asapsourcingsolutions/blog/images/footer_cont_bg.jpg);
}

.footer {
    color: #575757;
}

    .footer div {
        padding: 20px 30px;
    }

.footer_sections > div {
    border-left: 1px #BFBFBF solid;
    height: 190px;
    margin-bottom: 30px;
    margin-top: 15px;
}

    .footer_sections > div:first-child {
        border: none;
    }

.footer a {
    color: #575757 !important;
}

.main_links ul {
    list-style: none;
    float: left;
    margin: 0px;
    padding: 0px;
    width: 50%;
}

    .main_links ul li {
        padding-bottom: 10px;
    }

.footer h5 {
    font-size: 1.2em;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin: 0px;
    color: #575757;
}

.social_links {
    padding: 0px !important;
    padding-bottom: 20px !important;
}

    .social_links a {
        display: inline-block;
        padding: 6px 12px;
        background-color: #ffffff;
        color: #424a54 !important;
        font-size: 1.5em;
        height: 40px;
        width: 40px;
        margin-right: 3px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }

        .social_links a:hover {
            background-color: #848b93;
            color: #ffffff !important;
        }

.container.footer_end {
    text-align: center;
    background-color: rgba(161,161,161,0.2);
    padding: 15px !important;
}

.footer_end a {
    color: #575757 !important;
}

.rfq_form {
    position: fixed;
    background-color: #ffffff;
    width: 270px;
    z-index: 1000000;
    padding: 15px;
    bottom: 0px;
    right: 1%;
    border: 1px #cccccc solid;
    margin-bottom: -300px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.comeup {
    margin-bottom: 0px;
    padding-bottom: 5px;
}

.rfq_form strong {
    display: block;
    color: #4f565e;
    background-color: #e6e6e6;
    padding: 15px 20px;
    margin: -15px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

    .rfq_form strong i {
        float: right;
        display: block;
        padding: 10px;
        margin: -5px;
        cursor: pointer;
    }

.rfq_form button {
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}

.rfq_form .form input {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px;
}

.banner_slider {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .banner_slider li {
        position: relative;
    }

.floating_text02 {
    position: absolute;
    padding: 50px 60px;
    color: #ffffff;
    width: 44%;
    right: 0px;
    top: 20%;
    z-index: 2;
}

    .floating_text02 big {
        font-size: 2em;
        font-weight: bold;
        line-height: 1.2em;
        margin-bottom: 10px;
        overflow: hidden;
        display: block;
    }

    .floating_text02 .banner_btn {
        background-color: #f05f53;
        padding: 10px 20px;
        color: #fff;
        letter-spacing: 1px;
        display: inline-block;
    }

#owl-demo02 .owl-buttons {
    position: absolute;
    top: 36%;
    width: 100%;
}

#owl-demo02 .owl-pagination {
    position: absolute;
    left: 45%;
    bottom: 20px;
}

#owl-demo02 .owl-buttons div {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    font-size: 2.5em !important;
    padding: 20px 9px !important;
}

#owl-demo02 .owl-page span {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    opacity: 1 !important;
    background-color: #ffffff;
}

#owl-demo02 .active span {
    background-color: #F05F53 !important;
    opacity: 1 !important;
}

#owl-demo02 .owl-prev {
    float: left;
    margin-left: 0px;
}

#owl-demo02 .owl-next {
    float: right;
    margin-right: 0px;
}

.message {
    padding: 50px 20px;
    margin: 0px auto;
    background-color: #f4f4f4;
    border: 1px solid #dddddd;
}

    .message h1 {
        font-size: 2em;
        margin-bottom: 30px;
        background-image: url("https://cdn.asapsemi.com/asapsourcingsolutions/blog/images/line.jpg");
        background-repeat: no-repeat;
        background-position: bottom;
        padding-bottom: 18px;
        display: inline-block;
        color: #4f565e;
    }

.pager {
    margin: 0px;
    padding-bottom: 10px;
    border-bottom: 1px #dddddd solid;
}

    .pager li > a {
        border-radius: 0px;
    }

    .pager li .act {
        background-color: #F05F53 !important;
        color: #ffffff !important;
    }

    .pager li > a:focus, .pager li > span:focus {
        background-color: #848b93 !important;
        color: #ffffff !important;
    }

    .pager .owl-wrapper-outer {
        width: 91.5% !important;
    }

    .pager .owl-prev {
        position: absolute;
        left: 0px;
        top: 0px;
        border-radius: 0px !important;
        font-size: 1.2em !important;
        padding: 4px 15px !important;
        margin-top: 0px !important;
    }

    .pager .owl-next {
        position: absolute;
        right: 0px;
        top: 0px;
        border-radius: 0px !important;
        font-size: 1.2em !important;
        padding: 4px 15px !important;
        margin-top: 0px !important;
    }

        .pager .owl-prev:hover, .pager .owl-next:hover {
            opacity: 1 !important;
        }

    .pager .owl-controls {
        display: block !important;
    }

.table-style tr:nth-child(odd) {
    background-color: #ffffff;
}

.table-style td {
    padding: 0px !important;
}

.table-style a {
    color: #333333;
    display: block;
    padding: 10px;
    text-decoration: none !important;
}

    .table-style a:hover {
        color: #ffffff;
        background-color: #848b93;
    }

.product_list th {
    text-align: left;
    background-color: #848b93;
    color: #ffffff;
}

.product_list td {
    padding: 8px !important;
    vertical-align: middle !important;
    display: table-cell !important;
}

.product_list .view {
    padding: 5px !important;
    text-align: center !important;
    text-decoration: none !important;
}

    .product_list .view:hover {
        text-decoration: none !important;
    }

.product_list td:first-child a {
    padding: 0px;
    background-color: transparent !important;
    color: #333333 !important;
}

.product_list a:hover {
    text-decoration: underline !important;
}

.new_inside {
    padding: 15px 0px;
}

    .new_inside div {
        margin-bottom: 20px !important;
        padding: 0px;
    }

    .new_inside .floating_text strong {
        font-size: 1.1em;
    }

    .new_inside .floating_text {
        padding: 15px !important;
    }

.inside_section {
    padding: 15px 15px;
    border: 1px #cccccc solid;
}

    .inside_section div {
        border: none !important;
    }

    .inside_section h3 {
        background-image: url("https://cdn.asapsemi.com/asapsourcingsolutions/blog/images/line.jpg");
        background-position: left bottom;
        background-repeat: no-repeat;
        display: inline-block;
        font-size: 2.3em;
        margin-bottom: 30px;
        padding-bottom: 18px;
        text-transform: uppercase;
    }

.rfq h2 {
    font-size: 1.6em;
    text-transform: none;
    background-image: none;
    margin: 0px;
    padding: 0px 0px 15px 0px;
    display: block;
    clear: both;
}

.rfq h3 {
    font-size: 1.5em;
    text-transform: none;
    background-image: none;
    margin: 0px;
    padding: 0px 0px 15px 0px;
    display: block;
    clear: both;
}

.rfq h4 {
    font-size: 1.4em;
    text-transform: none;
    background-image: none;
    margin: 0px;
    padding: 0px 0px 15px 0px;
    display: block;
    clear: both;
}

.rfq h2 {
    font-size: 1.4em;
    text-transform: none;
    background-image: none;
    margin: 0px;
    padding: 0px 0px 15px 0px;
    display: block;
    clear: both;
}

.rfq p {
    margin-top: 10px;
}

.upload {
    padding: 30px 20px;
    border: 1px #d6dbe0 solid;
    margin-top: 20px;
    background-image: url("https://cdn.asapsemi.com/asapsourcingsolutions/blog/images/bg-upload2.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #ffffff;
    text-align: center;
    font-size: 1.3em;
}

    .upload p {
        margin-bottom: 20px;
    }

    .upload .red_btn {
        padding: 8px 30px !important;
    }

.table_details {
    border: 1px #d6dbe0 solid;
    background-color: #ffffff;
}

    .table_details td {
        padding: 10px !important;
    }

.rfq_main {
    background-color: #ffffff;
    padding-bottom: 10px;
}

    .rfq_main h3, .rfq_main h4 {
        color: #ffffff;
        background-color: #848b93;
        padding: 10px !important;
        font-size: 1.2em !important;
    }

    .rfq_main p {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
        padding: 10px;
    }

    .rfq_main div { /*padding: 0px !important;*/
        margin: 0px !important;
    }

    .rfq_main .red_btn {
        border: none;
        padding: 8px 20px;
        width: auto !important;
    }

    .rfq_main .input_box, .rfq_main textarea, .rfq_main select {
        width: 80%;
        padding: 10px;
        margin-bottom: 8px;
        margin-top: 3px;
        border: 1px #cccccc solid;
    }

.site_map ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .site_map ul li {
        padding-bottom: 6px;
    }

.slidemenu, .search_menu {
    display: none;
}

#topcontrol {
    bottom: 50px !important;
    z-index: 100000 !important;
    opacity: 1 !important;
    display: none;
}

.cat_holder {
    width: 100% !important;
    padding: 20px !important;
    margin-top: 0px;
}

.mobcta {
    display: none;
}

.cat_head i {
    line-height: 20px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    text-align: center;
    display: block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -moz-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    60% {
        -moz-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.fixed02 {
    position: fixed !important;
    z-index: 1000 !important;
    width: 100% !important;
    background-color: #ffffff !important;
    height: 45px;
    top: 59px;
    left: 0px;
    right: 0px;
    padding: 0px 14px;
    border-top: 6px solid #ffffff;
}

.fixed03 {
    top: 115px !important;
    z-index: 1000;
}

.content_holder .cat_holder {
    display: block !important;
}

.product_list th div {
    display: none;
}

.fixed {
    position: fixed;
    z-index: 10000 !important;
    width: 100% !important;
    background-color: #ffffff;
}

.certifications {
    padding: 20px 20px;
    margin-top: 30px;
    clear: both;
}

    .certifications .certif {
        list-style: none;
        margin: 0px;
        padding: 0px;
        margin-top: 30px !important;
        text-align: center;
    }

        .certifications .certif li {
            display: inline-block;
            width: 12%;
            text-align: center;
            margin-bottom: 30px;
        }

.footer_end p {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.fixform {
    position: fixed;
    right: 5%;
    bottom: 0px;
    z-index: 10000;
    text-shadow: 1px 1px 1px #781414;
}

    .fixform:hover {
        background-color: #848b93 !important;
    }

@media (min-width:1025px) and (max-width:8000px) {
    .sicking {
        position: fixed;
        width: 100%;
        z-index: 10000;
        top: 0px;
        box-shadow: 0px 8px 6px -6px #000;
    }

    .sicking02 {
        position: fixed;
        width: 100%;
        z-index: 10000;
    }

    .fixform {
        padding: 15px 20px;
        font-weight: bold;
        font-size: 1.3em;
        text-shadow: 1px 1px 1px #781414;
    }

        .fixform:hover {
        }

    .header.sicking .logo img {
        margin-top: 0px;
        margin-bottom: 4px;
    }
}

.breadcrumb {
    background-color: #F4F4F4;
    padding: 5px 10px;
    border-bottom: 1px #cccccc solid;
    border-radius: 0px;
    margin-top: 0px;
    color: #848B93;
    text-align: left;
}

    .breadcrumb a {
        font-weight: bold;
        color: #424A54;
        text-decoration: none;
    }

        .breadcrumb a:hover {
            color: #F74F5E;
        }

.form_rfq_main label span {
    display: inline-block;
}

.container_100 {
    width: 100% !important;
}

.h2_btm_white {
    color: #ffffff;
}

    .h2_btm_white::after {
        content: "";
        content: "";
        width: 50px;
        height: 1px;
        top: 10px;
        position: relative;
        background: #FFF none repeat scroll 0% 0%;
        bottom: 10px;
        display: block;
    }

.h2_btm_black::after {
    content: "";
    content: "";
    width: 50px;
    height: 1px;
    top: 10px;
    position: relative;
    bottom: 10px;
    display: block;
}

.inst_rfq_form {
    margin-top: 40px;
    margin-bottom: 60px;
}

    .inst_rfq_form input[type="text"], .inst_rfq_form input[type="email"] {
        background-color: transparent;
        border: 1px solid #fff;
        padding: 3px 5px;
        margin-right: 10px;
        margin-bottom: 5px;
    }

    .inst_rfq_form button {
        background-color: #F05F53;
        padding: 5px 15px;
        color: #FFF;
        letter-spacing: 1px;
        display: inline-block;
        border: none;
    }

.sm-section-2 {
    margin-top: 30px;
}

    .sm-section-2 h4 {
        letter-spacing: 0px;
        font-size: 20px;
        word-wrap: break-word;
    }

    .sm-section-2 > div {
        border-left: 1px solid #D6DBE0;
    }

        .sm-section-2 > div:first-child {
            border-left: none;
        }

    .sm-section-2 div.col-md-5 {
        padding: 0px;
    }

    .sm-section-2 div.col-md-7 {
        padding: 0px;
    }

    .sm-section-2 img {
        width: 70%;
    }

.article_text_bg {
    background-color: #3C2B4B;
}

.inst_rfq {
    background-color: #3C2B4B;
    color: #ffffff;
    display: table-cell;
    float: none;
    vertical-align: top;
}

.choose_text {
    background-color: #ffffff;
    display: table-cell;
    float: none;
    vertical-align: top;
}

.m_tb25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.more_black_tbn {
    color: #757077;
    border: 1px solid #757077;
    padding: 5px 15px;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: normal;
}

.categories_home > .col-lg-3 {
    padding-right: 0px;
    padding-left: 0px;
}

.categories_home > .col-lg-9 {
    padding-right: 0px;
    padding-left: 0px;
}

.more_white_btn {
    background-color: #3D2B4B;
    color: #FFF;
    border: 1px solid #ffffff;
    padding: 5px 15px;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: normal;
}

    .more_white_btn:hover {
        color: #ffffff;
        background-color: #37343A;
        border: 1px solid #37343A;
        padding: 5px 15px;
        text-decoration: none;
        font-size: 12px;
        letter-spacing: 1px;
        font-weight: normal;
    }

figure.effect-bubba {
    background: #9e5406;
}

    figure.effect-bubba img {
        opacity: 0.7;
        -webkit-transition: opacity 0.35s;
        transition: opacity 0.35s;
        max-width: 100%;
        width: 100%;
    }

    figure.effect-bubba:hover img {
        opacity: 0.4;
        max-width: 100%;
        width: 100%;
    }

    figure.effect-bubba figcaption::before,
    figure.effect-bubba figcaption::after {
        position: absolute;
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
    }

    figure.effect-bubba figcaption.side_border_small::before,
    figure.effect-bubba figcaption.side_border_small::after {
        position: absolute;
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
    }

    figure.effect-bubba figcaption::before {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: scale(0,1);
        transform: scale(0,1);
    }

    figure.effect-bubba figcaption::after {
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        -webkit-transform: scale(1,0);
        transform: scale(1,0);
    }

    figure.effect-bubba h2 {
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
    }

    figure.effect-bubba p {
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0);
    }

    figure.effect-bubba:hover figcaption::before,
    figure.effect-bubba:hover figcaption::after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    figure.effect-bubba:hover h2,
    figure.effect-bubba:hover p {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

.cat_img li {
    padding: 0px;
    border: none;
    margin-left: 0px;
}

#owl-demo.owl-carousel .owl-item {
    height: 353px;
}

figure.effect-bubba.four_section_owl {
    padding-left: 0px;
    padding-right: 0px;
    height: 176px;
}

figure.effect-bubba img {
    height: 353px;
}

figure.effect-bubba.four_section_owl img {
    height: 180px;
}

#owl-demo.owl-theme .owl-controls {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
}

    #owl-demo.owl-theme .owl-controls .owl-buttons {
        z-index: 50;
        left: 0px;
        width: 100%;
    }

        #owl-demo.owl-theme .owl-controls .owl-buttons .owl-prev {
            left: 0px;
            position: absolute;
            padding: 25px 8px !important;
            margin-left: 0px;
        }

        #owl-demo.owl-theme .owl-controls .owl-buttons .owl-next {
            right: 0px;
            position: absolute;
            padding: 25px 8px !important;
            margin-right: 0px;
        }

        #owl-demo.owl-theme .owl-controls .owl-buttons .fa {
            font-size: 30px;
        }

.cat_holder ul li .fa {
    margin-right: 10px;
}

.cat_effect img {
    width: 100%;
}

.cat_effect figcaption .cat_content {
    position: absolute;
    bottom: 50px;
    left: 50px;
    z-index: 99;
}

    .cat_effect figcaption .cat_content .cat_header {
        color: #fff;
        font-size: 25px;
        margin-bottom: 20px;
    }

.four_section_owl img {
    width: 100%;
}

.four_section_owl .cat_content {
    position: absolute;
    bottom: 30px;
    left: 20px;
    z-index: 99;
}

.cat_header {
    color: #fff;
    font-size: 25px;
    margin-bottom: 20px;
}

.foot_top_main {
    background: url('https://cdn.asapsemi.com/asapsourcingsolutions/blog/images/footer_top_bg.jpg');
    background-size: 100% auto;
    background-attachment: fixed;
}

.footer_top {
    color: #ffffff;
}

    .footer_top p {
        line-height: 24px;
        letter-spacing: 0.8px;
    }

    .footer_top .ul_white {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

        .footer_top .ul_white li .fa {
            margin-right: 5px;
        }

        .footer_top .ul_white li {
            margin: 0px 0px 7px 0px;
        }

            .footer_top .ul_white li a {
                text-decoration: none;
                color: #ffffff;
            }

.b_left {
    border-left: 1px solid #8E77A1;
    padding-top: 20px;
    padding-bottom: 40px;
}

.about_home {
    padding-top: 20px;
    padding-bottom: 40px;
}

@media (min-width:768px) and (max-width:1350px) {
    .footer_top {
        display: table;
    }

    .about_home {
        display: table-cell;
        float: none;
        vertical-align: top;
    }

    .b_left {
        display: table-cell;
        float: none;
        vertical-align: top;
    }
}

@media (max-width:991px) {
    .foot_top_main {
        background-attachment: fixed;
        background-size: 100% 100%;
    }
}

@media (max-width:767px) {
    .footer_top .b_left .more_white_btn {
        float: none !important;
    }

    .footer_top .b_left {
        border: none;
    }
}

.fixform {
    display: none;
}

@media (max-width:991px) {
    .rfq_mobile_popup {
        display: block;
    }

    .fixform {
        display: block;
    }

    .article_text_bg .inst_rfq {
        display: none;
    }
}

.ripplelink {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 0;
}

.ink {
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.animate {
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -o-transform: scale(2.5);
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

.desktop_search {
    z-index: 99999 !important;
    margin: 0px auto !important;
    position: absolute;
    width: 100% !important;
}

    .desktop_search > form.form {
        width: 70% !important;
        margin: 0px auto !important;
        left: 15%;
        right: 15%;
    }

.desk-search {
    text-align: right;
}

@media (max-width:1024px) {
    .desktop_search > form.form {
        width: 100% !important;
        margin: 0px auto !important;
        left: 0px;
        right: 0px;
    }
}

.m_t20 {
    margin-top: 20px;
}

.m_t0b20 {
    margin-top: 0px;
    margin-bottom: 20px;
}

.m_b20 {
    margin-bottom: 20px;
}

.inner_rfq_form input[type="text"], .inner_rfq_form input[type="email"] {
    width: 100%;
    background: transparent;
    padding: 5px 5px;
    margin-bottom: 7px;
}

.inner_rfq_form button {
    background-color: #F05F53;
    padding: 5px 15px;
    color: #FFF;
    letter-spacing: 1px;
    display: inline-block;
    border: medium none;
    float: right;
}

@media (max-width:991px) {
    .inner_rfq_main {
        display: none;
    }
}

@media (min-width:1025px) and (max-width:15000px) {
    .search_top_fix {
        position: absolute;
        top: 0px;
    }

        .search_top_fix form.form {
            right: 0px;
            width: 64% !important;
            box-shadow: none !important;
        }

    .main_menu {
        display: block;
    }

    .main_menu_hide {
        display: none;
    }
}

@media (min-width:1401px) and (max-width:1700px) {
    .search_top_fix {
        position: absolute;
        top: 0px;
    }

        .search_top_fix form.form {
            right: 0px;
            width: 55% !important;
            box-shadow: none !important;
            left: 20% !important;
            height: 78px;
        }
}

@media (min-width:1701px) and (max-width:15000px) {
    .search_top_fix {
        position: absolute;
        top: 0px;
    }

    .desktop_search > form.form {
        width: 60% !important;
    }

    .search_top_fix form.form {
        right: 0px;
        width: 58% !important;
        box-shadow: none !important;
        left: 23% !important;
        height: 78px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .choose_text {
        display: block;
        padding-bottom: 30px;
    }
}

@media (min-width:1025px) and (max-width:1199px) {
    .search_top_fix form.form {
        padding: 2px !important;
        width: 58% !important;
        left: 17%;
    }

        .search_top_fix form.form input[type="text"] {
            width: 14% !important;
        }

        .search_top_fix form.form strong {
            padding-left: 0px;
            margin-right: 0px;
        }
}

@media (min-width:1200px) and (max-width:1279px) {
    .search_top_fix form.form {
        width: 58% !important;
        left: 17%;
    }

        .search_top_fix form.form input[type="text"] {
            width: 14% !important;
        }

        .search_top_fix form.form strong {
            padding-left: 0px;
            margin-right: 0px;
        }
}

.hide_rfq_btn {
    background-color: #3D2B4B;
    color: #FFF;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 6px 10px;
}

    .hide_rfq_btn:hover {
        background-color: #614279;
        color: #fff;
        text-decoration: none;
    }

.m_t50 {
    margin-top: 50px;
}

.m_tb20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.m_t70 {
    margin-top: 70px;
}

.search_top_box .group {
    position: relative;
    margin-top: 5px;
    width: 16%;
}

.search_top_box input[type="text"] {
    padding: 5px 5px;
    display: block;
    border: none !important;
    border-bottom: 1px solid #ffffff !important;
    width: 100% !important;
    box-shadow: none;
}

.search_top_box input:focus {
    outline: none;
}

.search_top_box label {
    color: #ffffff;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 5px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

    .search_top_box label.radio_holder {
        pointer-events: auto !important;
    }

.search_top_box input:focus ~ label, .search_top_box input:valid ~ label {
    top: -15px;
    font-size: 14px;
    color: #ffffff;
}

.search_top_box input:focus label {
    margin-top: -15px;
}

.search_top_box label .search_top_box .bar {
    position: relative;
    display: block;
    width: 12%;
}

.bar:before, .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0px;
    right: 0px;
    position: absolute;
    background: #575757;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}

input:focus ~ .bar:before, input:focus ~ .bar:after {
    width: 50%;
}

.search_top_box .highlight {
    position: absolute;
    height: 60%;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@media (max-width:979px) {
    .search_top_box .group {
        position: relative;
        margin-top: 22px;
        width: 100%;
    }

    .search_top_box input[type="text"] {
        margin-bottom: 0px;
    }

    .search_holder input, .search_holder button {
        margin-top: 10px;
    }
}

@media (min-width:1025px) and (max-width:1279px) {
    .search_top_box .group {
        overflow: hidden;
    }

    .search_top_box input[type="text"] {
        margin-bottom: 0px;
        width: 100% !important;
        font-size: 11px !important;
        padding-left: 3px;
        padding-top: 7px;
    }

    .search_top_fix form.form input[type="text"] {
        width: 100% !important;
        font-size: 9px;
        word-break: break-all;
        padding-top: 15px;
    }

    .search_top_box label {
        overflow: hidden;
        font-size: 11px !important;
    }

    .search_top_box input:focus ~ label, .search_top_box input:valid ~ label {
        top: -5px;
        color: #ffffff;
    }
}

@media (max-width:979px) {
    .search_top_box input[type="text"] {
        padding-top: 0px !important;
    }
}

.fl_left {
    float: left;
    margin-right: 5px;
}

.dis_in_bl {
    display: inline-block;
}

.inst_rfq_form {
    margin-bottom: 35px;
}

.inst_material_from .group {
    position: relative;
    margin-bottom: 25px;
    float: left;
}

.inst_material_from input {
    padding: 10px 10px 5px 5px;
    border: none !important;
    border-bottom: 1px solid #757575;
    padding-bottom: 13px !important;
    border-bottom: 1px solid #fff !important;
    margin-bottom: 2px !important;
    box-shadow: none;
}

    .inst_material_from input:focus {
        outline: none;
    }

.inst_material_from label {
    color: #999;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.inst_material_from input:focus ~ label, .inst_material_from input:valid ~ label {
    top: -20px;
    color: #ffffff;
}

.inst_material_from .bar {
    position: relative;
    display: block;
    width: 94%;
}

    .inst_material_from .bar:before, .inst_material_from .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #F05F53;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .inst_material_from .bar:before {
        left: 50%;
    }

    .inst_material_from .bar:after {
        right: 50%;
    }

.inst_material_from input:focus ~ .inst_material_from .bar:before, .inst_material_from input:focus ~ .inst_material_from .bar:after {
    width: 50%;
}

.inst_material_from .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

.inst_material_from input:focus ~ .inst_material_from .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@media (min-width:1100px) and (max-width:1335px) {
    .btn_margin {
        margin-bottom: 10px;
    }
}

.m_t20 {
    margin-top: 20px;
}

.inst_pop_from .group {
    position: relative;
    margin-bottom: 20px;
}

.inst_pop_from input {
    padding: 7px 7px 5px 5px;
    border: none !important;
    border-bottom: 1px solid #757575;
    padding-bottom: 13px !important;
    border-bottom: 1px solid #757575 !important;
    margin-bottom: 2px !important;
    box-shadow: none;
    padding-bottom: 3px !important;
    padding-top: 5px;
}

    .inst_pop_from input:focus {
        outline: none;
    }

.inst_pop_from label {
    color: #575757;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.inst_pop_from input:focus ~ label, .inst_pop_from input:valid ~ label {
    top: -20px;
    color: #000000;
}

.inst_pop_from .bar {
    position: relative;
    display: block;
    width: 101%;
}

    .inst_pop_from .bar:before, .inst_pop_from .bar:after {
        content: '';
        height: 2px;
        bottom: 1px;
        position: absolute;
        background: #F05F53;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .inst_pop_from .bar:before {
        left: 50%;
    }

    .inst_pop_from .bar:after {
        right: 50%;
    }

.inst_pop_from input:focus ~ .inst_pop_from .bar:before, .inst_pop_from input:focus ~ .inst_pop_from .bar:after {
    width: 50%;
}

.inst_pop_from .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

.inst_pop_from input:focus ~ .inst_pop_from .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

.rfq_left_side input[type="text"] {
    padding-bottom: 8px !important;
}

.rfq_main div.rfq_page_form {
    margin: 20px 0px !important;
}

.rfq_page_form .group {
    position: relative;
    margin-bottom: 20px !important;
}

.rfq_page_form input {
    padding: 7px 7px 5px 5px;
    border: none !important;
    border-bottom: 1px solid #757575;
    padding-bottom: 13px !important;
    border-bottom: 1px solid #757575 !important;
    margin-bottom: 2px !important;
    box-shadow: none;
    padding-bottom: 8px !important;
    padding-top: 5px;
    width: 95%;
    background: transparent;
}

.rfq_page_form textarea {
    padding: 7px 7px 5px 5px;
    border: none !important;
    border-bottom: 1px solid #757575;
    padding-bottom: 13px !important;
    border-bottom: 1px solid #757575 !important;
    margin-bottom: 2px !important;
    box-shadow: none;
    padding-bottom: 8px !important;
    padding-top: 5px;
    width: 95%;
    background: transparent;
}

.rfq_page_form select {
    padding: 7px 7px 5px 0px !important;
    border: none !important;
    border-bottom: 1px solid #757575;
    padding-bottom: 13px !important;
    border-bottom: 1px solid #757575 !important;
    margin-bottom: 2px !important;
    box-shadow: none;
    padding-bottom: 8px !important;
    padding-top: 5px;
    width: 95% !important;
    background: transparent;
}

.rfq_page_form input:focus {
    outline: none;
}

.rfq_page_form textarea:focus {
    outline: none;
}

.rfq_page_form select:focus {
    outline: none;
}

.rfq_page_form label {
    color: #575757;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.rfq_page_form input:focus ~ label {
    top: -20px;
    color: #000000;
}

.rfq_page_form input.ng-valid ~ label {
    top: -20px;
    color: #000000;
}

.rfq_page_form input.ng-invalid-pattern ~ label {
    top: -20px;
    color: #000000;
}

.rfq_page_form textarea:focus ~ label, .rfq_page_form textarea:valid ~ label {
    top: -20px;
    color: #000000;
}

.rfq_page_form select:focus ~ label, .rfq_page_form select:valid ~ label {
    top: -20px;
    color: #000000;
}

.rfq_page_form .bar {
    position: relative;
    display: block;
    width: 95%;
}

    .rfq_page_form .bar:before, .rfq_page_form .bar:after {
        content: '';
        height: 2px;
        bottom: 1px;
        position: absolute;
        background: #F05F53;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .rfq_page_form .bar:before {
        left: 50%;
    }

    .rfq_page_form .bar:after {
        right: 50%;
    }

.rfq_page_form input:focus ~ .rfq_page_form .bar:before, .rfq_page_form input:focus ~ .rfq_page_form .bar:after {
    width: 50%;
}

.rfq_page_form textarea:focus ~ .rfq_page_form .bar:before, .rfq_page_form textarea:focus ~ .rfq_page_form .bar:after {
    width: 50%;
}

.rfq_page_form select:focus ~ .rfq_page_form .bar:before, .rfq_page_form select:focus ~ .rfq_page_form .bar:after {
    width: 50%;
}

.rfq_page_form span.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

.rfq_page_form input:focus ~ .rfq_page_form span.highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

.rfq_page_form textarea:focus ~ .rfq_page_form span.highlight {
    -webkit-animation: textareaHighlighter 0.3s ease;
    -moz-animation: textareaHighlighter 0.3s ease;
    animation: textareaHighlighter 0.3s ease;
}

.rfq_page_form select:focus ~ .rfq_page_form span.highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

input[type=checkbox] {
    display: none;
}

.P_l35 {
    padding-left: 35px;
    font-size: 11px;
    text-transform: lowercase !important;
    font-weight: normal;
}

#check-awesome {
    position: relative;
}

.P_l35 {
    cursor: pointer;
}

    .P_l35 span {
        display: block;
        position: absolute;
        left: 0;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    .P_l35 .circle {
        background: #FFF;
        left: -30px;
        top: -30px;
        height: 80px;
        width: 80px;
        z-index: -1;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    }

    .P_l35 .box {
        border: 2px solid #ccc;
        height: 20px;
        width: 20px;
        z-index: 888;
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .P_l35 .check {
        top: -7px;
        left: 6px;
        width: 12px;
        height: 24px;
        border: 2px solid #0f9d58;
        border-top: none;
        border-left: none;
        opacity: 0;
        z-index: 888;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition-delay: 0.3s;
        -moz-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .P_l35 .circle {
        -webkit-animation: growCircle 0.3s ease;
        -moz-animation: growCircle 0.3s ease;
        animation: growCircle 0.3s ease;
    }

input[type=checkbox]:checked ~ .P_l35 .box {
    opacity: 0;
    -webkit-transform: scale(0) rotate(-180deg);
    -moz-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg);
}

input[type=checkbox]:checked ~ .P_l35 .check {
    opacity: 1;
    -webkit-transform: scale(1) rotate(45deg);
    -moz-transform: scale(1) rotate(45deg);
    transform: scale(1) rotate(45deg);
}

@-webkit-keyframes growCircle {
    0%, 100% {
        -webkit-transform: scale(0);
    }

    70% {
        background: #DDD;
        -webkit-transform: scale(1.25);
    }
}

@-moz-keyframes growCircle {
    0%, 100% {
        -moz-transform: scale(0);
    }

    70% {
        background: #DDD;
        -moz-transform: scale(1.25);
    }
}

@keyframes growCircle {
    0%, 100% {
        transform: scale(0);
    }

    70% {
        background: #DDD;
        transform: scale(1.25);
    }
}

.inner_rfq_form button:focus {
    background-color: #4F67BD;
    color: #fff;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

button:focus {
    background-color: #4F67BD;
    color: #fff;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

a.hide_rfq_btn:focus {
    text-decoration: none;
    background-color: #4F67BD;
    color: #fff;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

.logo {
    display: block;
    z-index: 999999;
    position: relative;
}

a.red_btn:focus {
    text-decoration: none;
    background-color: #4F67BD;
    color: #fff;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

a.view:focus {
    text-decoration: none;
    background-color: #4F67BD;
    color: #fff;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

#check-awesome .P_l35 {
    margin-bottom: 15px;
}

.cmn_t70 {
    margin-top: 70px;
}

@media (max-width:1024px) {
    .cmn_t70 {
        margin-top: 11px;
    }
}

:root .input_top {
    top: -15px \;;
}

:root .search_top_box label {
    z-index: -1 \;;
}

:root .inst_rfq_form label {
    opacity: 1 \;height:1px \;;
}

:root .inst_rfq_form input[type='text'] {
    z-index: 11 \;position:relative \;;
}

:root .inst_pop_from label {
    z-index: 1 \;;
}

:root .inst_pop_from input[type='text'] {
    z-index: 99 \;position:relative \;background:transparent;
}

:root .rfq_page_form label {
    z-index: 1 \;;
}

:root .rfq_page_form input[type='text'] {
    z-index: 99 \;position:relative \;background:transparent;
}

@media (max-width:1024px) {
    .rhs.m_t50 {
        margin-top: 15px !important;
    }
}

.certif {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 2px !important;
    text-align: center;
}

    .certif li {
        display: inline-block;
        text-align: center;
        margin-bottom: 30px;
    }

.container-fluid {
    background-color: #FFFFFF;
}

    .container-fluid .bp_h4-title {
        color: red;
        font-size: 1.5em;
        font-weight: bold;
        letter-spacing: 1px;
        margin-bottom: 0px;
        padding-bottom: 0px;
        position: relative;
        text-align: center;
    }

@media (min-width:0px) and (max-width:1000px) {
    .certif li {
        display: block;
        float: left;
        text-align: center;
        width: 45%;
    }

    .b_left {
        display: block;
    }

    .about_home {
        display: block;
    }
}

.displaynone {
    display: none;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.capitalize {
    text-transform: capitalize;
}

.breadcrumb {
    text-transform: capitalize;
}

#bp_sticky1 {
    z-index: -1 !important;
    margin: 0 auto;
    z-index: 9999;
    background: none !important;
    width: 100%;
    left: 0;
}

@media (max-width:1280px) {
    #bp_sticky1 {
        margin: 0 auto;
        border: 1px solid #ccc;
        z-index: 9999 !important;
        background-color: #fff !important;
        width: 100%;
        left: 0;
        margin-top: 5px;
    }

        #bp_sticky1 .bp_red-btn {
            display: none;
        }

        #bp_sticky1 .col-md-3 {
            margin-top: 0 !important;
        }

        #bp_sticky1 .col-md-9 {
            margin-bottom: 0 !important;
        }
}


@media(min-width:1920px) and (max-width:800000px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 130px
    }
}

@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:0px) and (max-width:399px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 544px
    }
}


@media (min-width:320px) and (max-width:360px) {
    #bp_sticky1 {
        margin-top: 0;
    }

    .footer_sections p a img {
        width: 50% !important;
    }
}

@media (max-width:319px) {
    #bp_sticky1 {
        margin-top: -3px;
    }
}

@media (max-width:786px) {
    .center-xs {
        text-align: center;
    }

    .m_xs_tb10 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .m_xs_tb5 {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

@media (min-width:787px) and (max-width:3000px) {
    .center-sm {
        text-align: center;
    }

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

#bp_sticky1 {
    margin-bottom: 5px;
}

.text-center {
    text-align: center !important;
}

.pagination {
    margin: 0px;
}

.product_list th div {
    text-align: left;
}

p.ng-scope {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

label.incorrect {
    display: none !important;
}

.spinner {
    text-align: center;
    z-index: 10000000;
}

#imgSpinner {
    position: absolute;
}

.radiohold {
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

    .radiohold li {
        display: inline-block;
    }

.search_top_box .group1 {
    margin-top: 5px;
    position: relative;
    width: 50%;
}

input[type="checkbox"] {
    display: inline-block;
}

#RegistrationCaptcha_CaptchaImageDiv a:hover {
    cursor: text;
}

.search_top_box .radio_holder {
    clear: none;
    display: inline-block;
    float: left;
    position: relative;
    text-align: left;
    width: 120px;
    padding-top: 7px;
}

    .search_top_box .radio_holder input {
        width: auto !important;
    }

.hide_rfq_btn {
    display: inline-block;
    position: absolute;
    right: 13px;
    top: -7px;
}

@media (min-width:980px) and (max-width:1380px) {
    .search_top_box .radio_holder {
        width: 108px;
    }

    .search_top_box > form.form {
        padding: 6px;
    }

    .desktop_search > form.form {
        left: 18%;
        right: 0 !important;
        width: 65% !important;
    }
}

.inside_section {
    border: 0px solid #cccccc;
    padding: 0;
}

@media (min-width:1390px) and (max-width:2400px) {
    .desktop_search > form.form {
        left: 18%;
        right: 0 !important;
        width: 56% !important;
    }

    .search_top_box button {
        margin-left: -70px;
        margin-top: 5px;
    }
}

.search_top_box button {
    float: left;
}

.footer a, .footer p {
    color: #000000 !important;
}

    .footer a:hover {
        color: #F05F53 !important;
    }

.footer h5 {
    color: #F05F53 !important;
}

.cat_holder ul li {
    display: block !important;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide {
    display: none !important;
}

.owl-carousel0x {
    border-radius: 8px;
    padding: 15px 100px;
}

    .owl-carousel0x .owl-dots {
        display: none !important;
    }

    .owl-carousel0x .owl-prev {
        position: absolute;
        top: 20%;
        padding: 5px 15px;
        left: 10px;
        color: #666666;
        font-size: 2.5em;
        opacity: 0.8;
        z-index: 999;
    }

    .owl-carousel0x .owl-next {
        position: absolute;
        top: 20%;
        right: 10px;
        padding: 5px 15px;
        color: #666666;
        font-size: 2.5em;
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .owl-carousel0x .owl-prev:hover, .owl-carousel02 .owl-next:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

.owl-carousel0x {
    text-align: center;
    padding: 25px 60px 35px 60px;
}

    .owl-carousel0x img {
        width: auto !important;
    }

@media (min-width:0px) and (max-width:1024px) {
    .owl-carousel0x .owl-prev {
        font-size: 1.5em;
        padding: 5px 10px;
        display: block !important;
    }

    .owl-carousel0x .owl-next {
        font-size: 1.5em;
        padding: 5px 10px;
        display: block !important;
    }
}

@media (min-width:0px) and (max-width:767px) {
    .owl-carousel0x img {
        width: 100% !important;
    }
}

@media (min-width:0px) and (max-width:767px) {
    .owl-carousel0x img {
        width: 100% !important;
    }

    .footer {
        position: relative;
        text-align: center;
    }
}

.crtimg {
    display: none;
}

@media (min-width:0px) and (max-width:640px) {
    .owl-carousel0x {
        display: none !important;
    }

    .crtimg {
        display: block;
        width: 100%;
        padding: 20px;
    }

    .table_details td {
        display: table-cell !important;
        width: 100% !important;
        float: left !important;
    }
}

@media (max-width:767px) {
    .footer_top .ul_white {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .cat_holder ul li .fa {
        margin-right: 10px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

.pre-footer {
    padding: 0px;
    margin: 0px; /*margin-bottom:20px;*/
}

.foot-disc, .no-china {
    position: relative;
    background-color: #fff;
    color: #6a7582;
    padding: 4px 20px 0px 30px;
    border-top: 2px #d4333c solid;
    border-bottom: 3px solid #ccc;
    overflow: hidden;
    min-height: 143px;
    margin-bottom: 30px;
}

.no-china-content {
    position: absolute;
    width: 80%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    padding-top: 2em;
}

.foot-disc ul li {
    width: 100%;
    float: none;
    text-align: left;
    margin: 0;
    padding: 0;
    border-bottom: 1px dashed #cccccc;
}

.foot-disc p {
    margin-bottom: 0;
    padding: 5px 0;
    line-height: 1.2;
    color: #000;
    font-size: 1.15em;
}

.no-china p {
    line-height: 1.2;
    font-size: 1.15em;
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
}

.no-china img {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    float: left;
}

@media(max-width: 1280px) {
    .no-china-content {
        position: absolute;
        width: 100%;
        height: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media(max-width: 991px) {
    .no-china-content {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media(max-width: 767px) {
    .no-china p {
        line-height: 1.2;
        font-size: 1.15em;
        display: block;
        vertical-align: middle;
        margin-left: 95px;
    }

    .table.cage_code tbody tr td {
        width: 24.9% !important;
        display: inline-block;
        float: left;
        clear: none !important;
    }
}

@media(max-width: 480px) {
    .no-china-content {
        position: absolute;
        width: 100%;
        height: 100%;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }

    .no-china p {
        margin-left: 75px;
    }

    .table.cage_code tbody tr td {
        width: 50% !important;
        display: inline-block;
        float: left;
        clear: none !important;
    }
}

@media(max-width: 480px) {
    .no-china-content {
        position: absolute;
        width: 100%;
        height: 100%;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }

    .no-china p {
        margin-left: 75px;
    }
}

.foot-disc > ul > li {
    list-style-type: disc !important;
    display: inherit;
}

    .foot-disc > ul > li > p:before {
        display: inline;
        font-family: 'FontAwesome';
        content: '\25CF';
        margin: 0 5px 0 -15px;
        color: #724970;
    }

.table_title {
    background-color: #f05f53;
    color: white;
    padding: 10px 15px;
}

.table_view.roundboxes .boxx strong {
    background-color: #f05f53; /* display: block; */
    color: #fff;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    display: block;
}

.roundboxes .boxx { /* background-color: #f1f1f1; */
    text-align: center;
    margin-bottom: 10px;
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-left: 1px solid;
    border-radius: 10px;
    border-color: #f05f53;
}

.roundboxes div ul {
    margin-top: 0px;
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding-bottom: 15px;
    margin-top: 10px;
    margin: 10px 10px !important;
}

.table_view.roundboxes li {
    display: block;
    width: 100%;
    padding: 5px 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 0.93em;
}

.boxx ul li {
    padding: 5px 0px !important;
    color: #888;
}

.split li {
    display: inline-block !important;
    width: 49% !important;
    background-color: #fff !important;
}

.fa.fa-thumbs-down {
    color: red;
    position: absolute;
    margin-top: 10px;
    margin-left: -25px;
}

.fa.fa-thumbs-up {
    color: green;
    position: absolute;
    margin-top: 10px;
    margin-left: -25px;
}

@media(min-width:768px) and (max-width:800px) {
    .clsPlayStore {
        float: right;
        margin-top: -12%;
    }

        .clsPlayStore a {
            padding: 0px 7px;
        }
}

@media(min-width:1024px) and (max-width:1112px) {
    .clsPlayStore {
        float: right;
        margin-top: -8%;
        margin-right: 11%;
    }

        .clsPlayStore a {
            padding: 0px 7px;
        }
}
