﻿@charset "utf-8";

body {
    width: 100% !important;
    overflow-x: hidden !important
}

a {
    cursor: pointer !important
}

.owl-carousel .owl-item img {
    -webkit-transform-style: flat;
    -moz-transform-style: flat;
    -ms-transform-style: flat;
    -o-transform-style: flat;
    transform-style: flat
}

h1.title_stylex {
    color: #fff !important;
    padding-left: 55px !important;
    font-size: 24px !important;
    margin-bottom: 15px !important;
    text-align: inherit !important
}

body {
    font-family: robotoregular;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.header a:focus {
    outline: 1px dotted !important
}

input::-webkit-input-placeholder {
    color: #848894;
    opacity: 1
}

input::-moz-placeholder {
    color: #848894;
    opacity: 1
}

input:-ms-input-placeholder {
    color: #848894;
    opacity: 1
}

input:-moz-placeholder {
    color: #848894;
    opacity: 1
}

input:focus::-webkit-input-placeholder {
    color: #848894;
    opacity: 1
}

input:focus::-moz-placeholder {
    color: #848894;
    opacity: 1
}

input:focus:-ms-input-placeholder {
    color: #848894;
    opacity: 1
}

input:focus:-moz-placeholder {
    color: #848894;
    opacity: 1
}

.logo {
    display: inline-block;
    padding: 5px 0
}

header {
    position: fixed;
    z-index: 10000000000000000000
}

.inner-pages .header {
    background-color: #1301bc
}

.header {
    padding-bottom: 10px;
    position: fixed;
    width: 100%;
    z-index: 10000
}

li.contactx, li.emailx, li.searchx {
    border: 1px #fff solid !important
}

li.contactx, li.emailx {
    line-height: 51px
}

header .cta a {
    color: #0859ea;
    width: auto !important;
    font-size: 1em;
    margin-right: 10px;
    text-decoration: none !important;
    position: relative;
    display: inline-block;
    font-family: robotoregular
}

.banner-text1 {
    position: absolute;
    left: 10%;
    right: 0;
    margin: 0 auto;
    top: 20%;
    z-index: 100;
    color: #fff;
    font-size: 4em;
    line-height: 1.1em;
    font-family: robotothin
}

    .banner-text1 strong {
        font-family: robotobold
    }

header .cta a i {
    color: #fff;
    padding: 4px 5px 0 0;
    float: left;
    width: 25px;
    height: 25px
}

header .cta a:hover {
    color: #000
}

header .cta a:nth-child(1) i {
    padding: 5px 7px 0 0
}

.header a {
    color: #00005a;
    text-decoration: none
}

    .header a:hover {
        color: #c60311
    }

.cta a {
    display: inline-block;
    padding: 0;
    padding-top: 9px
}

.search_form {
    margin-top: 9px;
    margin-bottom: -9px;
    display: inline-block;
    padding: 0;
    height: 40px;
    margin-right: -12px;
    font-family: robotoregular
}

    .search_form input {
        width: 150px;
        border: none;
        padding: 8px 10px;
        height: 31px;
        font-size: .9em
    }

    .search_form a {
        display: inline-block;
        padding: 8px 0 0 0;
        margin: 0 10px 5px 10px;
        color: #00005a;
        border-bottom: 2px #00005a solid;
        text-decoration: none !important
    }

    .search_form select {
        border: none;
        background-color: #fff;
        height: 23px;
        width: 150px;
        font-size: .9em
    }

.select_holder {
    color: #282828;
    background-color: #fff;
    display: inline-block;
    padding: 4px 0 4px 4px;
    margin-right: -2px;
    margin-left: 1px;
    height: 40px
}

.search_form .submit_btn {
    background-color: transparent;
    color: #fff;
    background-color: #0053ea;
    border: none;
    padding: 5px 12px 9px 12px;
    font-size: 1.1em;
    transition: .3s;
    width: 34px;
    height: 34px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0px;
    margin-left: 5px
}

    .search_form .submit_btn:focus, s .search_form .submit_btn:hover {
        background-color: transparent;
        color: #815c32
    }

.input_effect {
    -webkit-box-shadow: -80px -20px 80px 10px transparent;
    -moz-box-shadow: -80px -20px 80px 10px transparent;
    box-shadow: -80px -20px 80px 10px transparent;
    transition: .3s
}

    .input_effect:focus {
        -webkit-box-shadow: -80px -20px 80px 10px rgba(0,0,0,.4);
        -moz-box-shadow: -80px -20px 80px 10px rgba(0,0,0,.57);
        box-shadow: -80px -20px 80px 10px rgba(0,0,0,.4);
        transition: .3s
    }

.input_effect2 {
    -webkit-box-shadow: 0 -20px 80px 10px transparent;
    -moz-box-shadow: 0 -20px 80px 10px transparent;
    box-shadow: 0 -20px 80px 10px transparent;
    transition: .3s
}

    .input_effect2:focus {
        -webkit-box-shadow: 0 0 80px 10px rgba(0,0,0,.2);
        -moz-box-shadow: 0 0 80px 10px rgba(0,0,0,.2);
        box-shadow: 0 0 80px 10px rgba(0,0,0,.2);
        transition: .3s
    }

.line {
    font-family: robotomedium;
    color: #fff;
    font-size: .9em;
    text-align: left
}

.pulse:focus {
    box-shadow: 0 0 0 rgba(204,169,44,.4);
    animation: pulse 1s ease-in-out
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(122,122,124,.4);
        -moz-box-shadow: 0 0 0 0 rgba(122,122,124,.4);
        box-shadow: 0 0 0 0 rgba(122,122,124,.4)
    }

    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(122,122,124,0);
        -moz-box-shadow: 0 0 0 10px rgba(122,122,124,0);
        box-shadow: 0 0 0 50px rgba(122,122,124,0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(122,122,124,0);
        -moz-box-shadow: 0 0 0 0 rgba(122,122,124,0);
        box-shadow: 0 0 0 0 rgba(122,122,124,0)
    }
}

@keyframes mymove {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(122,122,124,.4);
        -moz-box-shadow: 0 0 0 0 rgba(122,122,124,.4);
        box-shadow: 0 0 0 0 rgba(122,122,124,.4)
    }

    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(122,122,124,0);
        -moz-box-shadow: 0 0 0 10px rgba(122,122,124,0);
        box-shadow: 0 0 0 50px rgba(122,122,124,0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(122,122,124,0);
        -moz-box-shadow: 0 0 0 0 rgba(122,122,124,0);
        box-shadow: 0 0 0 0 rgba(122,122,124,0)
    }
}

input:focus {
    outline: 0
}

select {
    outline: 0 !important;
    -webkit-appearance: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none !important;
    padding-right: 0px;
    width: 120px
}

    select option {
        background-color: #fff;
        border: none;
        color: #333;
        padding: 5px !important;
        display: block !important
    }

select {
    background-image: url(../images/arrow_select.png);
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    select::-ms-expand {
        display: none
    }

.top_links {
    display: block;
    clear: both;
    margin-bottom: 0
}

.nav_holder {
    display: block;
    overflow: hidden;
    clear: both
}

.main_nav {
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
    font-family: robotobold;
    font-size: 1.1em;
    margin: 10px 15px 0px 15px
}

    .main_nav li {
        display: inline-block;
        position: relative
    }

    .main_nav > li > a {
        color: #fff;
        text-decoration: none !important;
        padding: 15px;
        position: relative;
        display: inline-block;
        font-family: robotomedium;
        font-size: 14px;
    }

    .main_nav li a:focus, .main_nav li a:hover {
        color: #d1710d
    }

@-webkit-keyframes overspan {
    0% {
        width: 0%;
        left: 0;
        right: 0;
        background-color: #c60311
    }

    50% {
        left: 0;
        right: 0;
        background-color: #c60311
    }

    100% {
        width: 100%;
        left: 0;
        right: 0;
        background-color: #00005a
    }
}

@keyframes overspan {
    0% {
        width: 0%;
        left: 0;
        right: 0;
        background-color: #c60311
    }

    70% {
        left: 0;
        right: 0;
        background-color: #c60311
    }

    100% {
        width: 100%;
        left: 0;
        right: 0;
        background-color: #00005a
    }
}

.owl-carousel .owl-item {
    overflow-x: hidden
}

.banner .img-responsive {
    width: 100%
}

.banner {
    background-color: transparent
}

    .banner .owl-item {
        background-color: #000
    }

.banner {
    position: relative
}

.floatingtext {
    position: absolute;
    top: 30px;
    bottom: 0;
    padding: 30px !important;
    font-size: 3.5em;
    color: #fff;
    z-index: 1000;
    font-family: robotobold;
    line-height: 1.1em;
    width: 100%;
    text-align: right
}

.text-holder {
    padding: 120px !important;
    padding: 120px 120px 120px 80px !important;
    width: 90%
}

    .text-holder span {
        display: block;
        background: -webkit-gradient(linear,80% 0,0 0,from(#00ceb4),to(#0859ea));
        background: -webkit-linear-gradient(right,#00ceb4,#0859ea);
        background: -moz-linear-gradient(right,#00ceb4,#0859ea);
        background: -o-linear-gradient(right,#00ceb4,#0859ea);
        background: linear-gradient(right,#00ceb4,#0859ea);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }

.floatingtext .more_btn {
    float: right
}

.floatingtext a {
    font-family: robotomedium;
    font-size: 1.4rem !important;
    padding: 0 15px !important;
    line-height: 42px !important;
    margin-top: 20px !important
}

.floatingform {
    position: absolute;
    bottom: 0;
    z-index: 1000;
    width: 550px;
    right: 0
}

    .floatingform .container {
        margin: 0 auto;
        left: 0;
        right: 0
    }

.form_holder {
    background-color: #de8d46;
    padding: 30px 20px 10px 0;
    float: left
}

.formbox div:nth-child(4) {
    padding-right: 0;
    position: absolute;
    bottom: -10px;
    right: 0
}

.floatingform::before {
    content: " ";
    position: absolute;
    display: block;
    width: 92px;
    height: 100%;
    top: 0;
    left: -16 !important;
    z-index: -1;
    background: #de8d46;
    transform-origin: bottom left;
    -ms-transform: skew(-21deg,0deg);
    -webkit-transform: skew(-21deg,0deg);
    transform: skew(-21deg,0deg);
    -webkit-backface-visibility: hidden;
    outline-left: 1px solid transparent;
    margin-left: -89px
}

.floatingform .form_title {
    font-family: robotolight;
    color: #fff;
    font-size: 1.5em;
    line-height: 1em;
    margin-bottom: 8px;
    display: block
}

    .floatingform .form_title strong {
        font-family: robotobold;
        font-weight: 400
    }

.form_holder input {
    width: 100%;
    padding: 12.5px;
    margin: 0 0 10px 0;
    background-color: #fff;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.form_holder .btn {
    cursor: pointer;
    display: flex;
    background-color: #fb3840;
    color: #fff;
    border: none;
    text-transform: capitalize;
    -webkit-border-radius: 0;
    display: flex;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 9px 20px;
    padding-left: 40px;
    font-size: 1.2em;
    float: left;
    text-align: center !important;
    transition: .3s;
    margin-bottom: 10px;
    position: relative;
    z-index: 100;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

    .form_holder .btn i {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 20px
    }

    .form_holder .btn:focus, .form_holder .btn:hover {
        background-color: #032bd2
    }

.floatingtext > div {
    margin: 0 auto;
    left: 0;
    right: 0
}

    .floatingtext > div > div {
        float: right;
        top: 0;
        bottom: 0;
        position: absolute;
        right: 0
    }

.floatingtext strong {
    font-family: robotoblack
}

.form_holder .closer {
    display: none
}

.owl-item {
    -webkit-backface-visibility: hidden !important;
    -webkit-transform: translateZ(0) scale(1,1) !important
}

.owl-carousel01 .owl-dots {
    text-align: left;
    position: absolute;
    bottom: 30px;
    width: 100%;
    padding-left: 150px
}

.owl-theme .owl-dots .owl-dot {
    margin: 5px 5px;
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px #fff solid
}

    .owl-theme .owl-dots .owl-dot span {
        width: 4px;
        height: 4px;
        padding: 5px 5px;
        display: block;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%
    }

    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        opacity: 1;
        background-color: #fff !important
    }

.content_section {
    padding: 25px 0
}

    .content_section h1 {
        color: #030558;
        font-family: robotomedium;
        font-size: 3em
    }

        .content_section h1 span {
            color: #0266fc
        }

    .content_section .title_style {
        font-weight: 400;
        margin-bottom: 20px;
        margin-top: 0;
        font-size: 2em;
        color: #030558
    }

        .content_section .title_style span {
            display: inline-block;
            padding-bottom: 8px;
            color: #c06f26
        }

        .content_section .title_style strong {
            font-family: robotomedium;
            font-size: 1em !important;
            text-transform: capitalize;
            font-weight: 400 !important
        }

        .content_section .sub_title_style i, .content_section .title_style i {
            vertical-align: middle
        }

    .content_section .sub_title_style {
        font-size: 1.6em;
        font-family: robotomedium;
        line-height: 1.4em;
        margin-bottom: 20px
    }

    .content_section p {
        color: #666464;
        font-size: 1.1em;
        margin-bottom: 10px;
        margin-top: 10px
    }

.more_btn {
    background-color: #fb3840;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 1em;
    display: inline-block;
    padding: 10px 18px;
    text-decoration: none !important;
    transition: .3s;
    border: none !important;
    margin: 10px 10px 10px 0 !important;
    font-family: robotomedium
}

    .more_btn:focus, .more_btn:hover {
        background-color: #032bd2 !important
    }

    .more_btn:focus {
        animation: pulse 1s ease-in-out
    }

.content_section h3 {
    font-family: robotolight;
    font-size: 1.9em;
    margin-bottom: 15px;
    margin-top: 0
}

    .content_section h3 strong {
        font-family: robotomedium
    }

.content_section h2 {
    font-family: robotolight;
    font-size: 1.9em;
    margin-bottom: 15px;
    margin-top: 0
}

    .content_section h2 strong {
        font-family: robotomedium
    }

.sub_text {
    color: #363636
}

.store_links img {
    vertical-align: middle
}

.store_links a {
    display: inline-block;
    padding: 5px;
    vertical-align: middle
}

.points {
    margin: 0;
    padding: 0;
    list-style: none
}

    .points li {
        padding: 8px 0;
        position: relative;
        padding-left: 100px
    }

        .points li .icons {
            position: absolute;
            left: 0;
            top: 0;
            width: 70px;
            padding-top: 14px
        }

            .points li .icons i {
                float: right
            }

    .points strong {
        font-size: 1.7em;
        color: #32353b
    }

.hang_number {
    font-size: 8em;
    color: #dddcde;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    font-family: robotoblack;
    margin-top: -30px;
    margin-left: -5px
}

.floating_numberbg > div > div {
    padding: 40px 15px
}

.testimon {
    padding: 40px !important
}

    .testimon p b {
        color: #333
    }

.iconic {
    margin-top: 30px;
    margin-bottom: 20px;
    display: block
}

    .iconic i {
        vertical-align: middle;
        margin-right: 20px
    }

    .iconic strong {
        font-size: 1.5em
    }

.owl-carousel0x {
    border-radius: 8px;
    padding: 15px 100px 0 100px !important;
    margin-top: 0
}

    .owl-carousel0x .owl-dots {
        display: none !important
    }

    .owl-carousel0x .owl-prev {
        position: absolute;
        top: 20%;
        padding: 5px 15px;
        left: 10px;
        color: #666;
        font-size: 2.5em;
        opacity: .8;
        z-index: 999
    }

    .owl-carousel0x .owl-next {
        position: absolute;
        top: 20%;
        right: 10px;
        padding: 5px 15px;
        color: #666;
        font-size: 2.5em;
        opacity: .8
    }

    .owl-carousel02 .owl-next:hover, .owl-carousel0x .owl-prev:hover {
        opacity: 1
    }

.owl-carousel0x {
    text-align: center;
    padding: 0 60px 60px 60px
}

    .owl-carousel0x img {
        width: auto !important
    }

@media(min-width:0) and (max-width:1024px) {
    .banner-text1 {
        left: 5%
    }

    .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:0) and (max-width:767px) {
    .owl-carousel0x img {
        width: 100% !important
    }
}

.crtimg {
    display: none
}

@media (min-width:0) and (max-width:640px) {
    .main_paging .pager {
        background: 0 0 !important;
        margin-bottom: 35px
    }

    .owl-carousel0x {
        display: none !important
    }

    .crtimg {
        display: block;
        width: 100%;
        padding: 20px
    }
}

.owl-carousel10 {
    border-radius: 8px;
    margin-top: 20px
}

    .owl-carousel10 .owl-stage-outer {
        width: 90%;
        margin: 0 auto
    }

    .owl-carousel10 .owl-dots {
        display: none !important
    }

    .owl-carousel10 .owl-prev {
        position: absolute;
        top: 50%;
        transform: translateY(-60%);
        padding: 5px 15px;
        left: 0;
        color: #666;
        font-size: 2.5em;
        opacity: .8;
        z-index: 999
    }

    .owl-carousel10 .owl-next {
        position: absolute;
        top: 50%;
        transform: translateY(-60%);
        right: 0;
        padding: 5px 15px;
        color: #fff;
        font-size: 2.5em;
        opacity: .8
    }

    .owl-carousel02 .owl-next:hover, .owl-carousel10 .owl-prev:hover {
        opacity: 1
    }

.owl-carousel10 {
    text-align: center
}

    .owl-carousel10 img {
        width: auto !important
    }

        .owl-carousel10 img:hover {
            width: auto !important;
            -webkit-filter: grayscale(0);
            filter: grayscale(0)
        }

@media(min-width:0) and (max-width:1024px) {
    .owl-carousel10 .owl-stage-outer {
        width: 70%;
        margin: 0 auto;
        text-align: center !important
    }

    .owl-carousel10 .owl-prev {
        font-size: 1.5em;
        padding: 5px;
        display: block !important
    }

    .owl-carousel10 .owl-next {
        font-size: 1.5em;
        padding: 5px;
        display: block !important
    }
}

@media(min-width:768px) and (max-width:1279px) {
    .owl-carousel10 .owl-stage-outer {
        width: 90%;
        margin: 0 auto;
        text-align: center !important
    }
}

.socialicon a {
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

    .socialicon a:hover {
        opacity: .9
    }

    .socialicon a:focus {
        animation: pulse 1s ease-in-out
    }

footer {
    position: relative;
    color: #cacad1;
    background-image: url(../images/bg-footer.jpg);
    background-size: 100% 100%
}

    footer p {
        padding-top: 8px;
        padding-bottom: 5px
    }

    footer a {
        color: #fff !important;
        text-decoration: none !important
    }

        footer a:hover {
            color: #fb3840 !important;
            font-weight: 700
        }

    footer h4 {
        color: #fff;
        text-align: center;
        font-size: 1.7em
    }

    footer strong {
        color: #fff;
        font-size: 1.2em
    }

    footer h4 span {
        background-color: #54dbd0;
        display: block;
        width: 50px;
        margin: 0 auto;
        height: 3px;
        margin-top: 15px
    }

    footer iframe {
        top: 0;
        left: 0
    }

.map_over {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 10px;
    overflow: hidden;
    z-index: 900
}

    .map_over .container {
        padding: 0
    }

.footer_nav {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin-bottom: 15px
}

    .footer_nav li {
        width: 100%;
        display: block;
        float: left;
        padding-bottom: 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

.gaq {
    position: fixed;
    bottom: 0;
    right: 80px;
    background-color: #d9e973;
    padding: 10px 20px;
    z-index: 1000;
    color: #525c10;
    font-weight: 700;
    text-decoration: none !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

    .gaq:focus, .gaq:hover {
        background-color: #616167;
        color: #fff
    }

.footer_line {
    text-align: center;
    color: #cacad1;
    padding: 20px;
    padding-top: 0 !important;
    padding-bottom: 10px;
    font-size: 1em
}

    .footer_line p {
        margin: 0 auto;
        width: 60%
    }

.footer_line2 {
    text-align: center;
    color: #fff;
    padding: 20px;
    font-size: 1em
}

.footer_line a {
    color: #cacad1
}

footer i {
    color: #fff !important
}

.map_over {
    padding-bottom: 0;
    padding-top: 0
}

    .map_over > div > div {
        display: flex;
        width: 100%;
        overflow: hidden;
        position: relative;
        top: 0;
        display: -webkit-flex;
        display: -webkit-box;
        display: -moz-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row
    }

        .map_over > div > div div {
            border-right: 1px rgba(255,255,255,.34) solid;
            margin-right: 20px;
            margin: 10px 0 10px 0
        }

            .map_over > div > div div:last-child {
                border: none
            }

.nav_holder {
    overflow: visible
}

.main_nav li {
    position: relative
}

    .main_nav li > .fa-angle-down {
        display: none
    }

.main_nav > li > ul {
    position: absolute;
    margin: 0;
    margin-top: 1px;
    padding: 0;
    width: 280px;
    background-color: #1301bc;
    z-index: 10000;
    display: none;
    background: #fb3840
}

    .main_nav > li > ul > li > ul {
        position: absolute;
        margin: 0;
        padding: 0;
        left: 280px;
        width: 280px;
        top: 0;
        background-color: #1e1e1e;
        z-index: 10000;
        display: none
    }

    .main_nav > li > ul > li > ul {
        background-color: #0d0082 !important
    }

    .main_nav > li:hover > ul, .main_nav > li > ul > li:hover ul {
        display: block
    }

.main_nav > li:nth-child(n+5) > ul > li > ul {
    left: -280px
}

.main_nav li ul li {
    display: block
}

    .main_nav li ul li a {
        display: block;
        padding: 13px 15px !important;
        border-bottom: 1px #3c87f7 dashed;
        color: #fff !important;
        text-align: left;
        width: 100%;
        font-family: robotolight;
        font-size: .89em !important;
        position: relative;
        background: #032bd2
    }

        .main_nav li ul li a i {
            position: absolute;
            right: 0;
            top: 0;
            padding: 12px 15px
        }

        .main_nav li ul li a:hover {
            background-color: #2c1bcd !important
        }

    .main_nav li ul li:hover > a, .main_nav > li > ul > li:hover > a {
        background: #e5374c !important;
        transition: .3s ease-out all;
        color: #fff !important
    }

.search_form h4 {
    display: none
}

.menu_bar {
    display: none
}

.search_bar {
    display: none
}

.plus_btn {
    display: none
}

.bg-light {
    background-color: rgba(19,0,188,.8);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    width: 100% !important;
    height: 100%;
    display: block;
    position: fixed;
    display: none
}

.bg-light2 {
    background-color: rgba(0,0,0,.3);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    width: 100% !important;
    height: 100%;
    display: block;
    position: fixed;
    display: none
}

.multi_part {
    display: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.49);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.49);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.49);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 15px;
    margin: 0 auto;
    top: -1000px;
    left: 0;
    right: 0;
    position: fixed;
    width: 60% !important;
    height: auto !important;
    transition: .3s;
    overflow-y: scroll;
    height: 250px !important;
    z-index: 100000
}

.pop {
    display: block;
    top: 120px;
    transition: .3s
}

.content_section2 {
    padding: 20px !important;
    overflow: hidden;
    margin: 10px 0 30px 0;
    overflow: visible
}

    .content_section2 h1 {
        font-size: 1.6em;
        color: #0b1123;
        margin: 0;
        margin-bottom: 20px
    }

    .content_section2 h2 {
        font-size: 1.4em;
        font-weight: 700;
        margin-top: 0
    }

    .content_section2 h3 {
        font-size: 1.2em !important
    }

.inside_content {
    padding-top: 40px;
    padding-bottom: 10px !important;
    -webkit-box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent
}

.table_view {
    margin-bottom: 20px;
    position: relative
}

    .table_view table {
        border: none
    }

    .table_view td a {
        color: #61646d !important
    }

    .table_view td {
        border-left: none !important;
        border-right: none !important;
        border: none !important;
        padding: 10px !important;
        border: 1px solid #ddd !important
    }

    .table_view tr:nth-child(even) {
        background-color: #fff;
        border: 1px #e1e7f1 solid
    }

.table_title {
    display: block;
    background-color: #d7dadf;
    padding: 4px
}

    .table_title strong {
        margin-left: 5px;
        display: inline-block;
        padding: 2px 9px;
        background-color: #fb3840;
        color: #fff
    }

.content_section2 .more_btn {
    margin: 0 !important
}

.view_all {
    display: inline-block;
    padding: 6px 12px;
    background-color: #ff9923;
    color: #fff !important;
    margin-bottom: 5px;
    float: right;
    text-decoration: none !important;
    transition: .3s
}

    .view_all:hover {
        background-color: #815c32
    }

.second_paging div strong {
    display: inline-block;
    padding: 10px 0
}

.pager li > a, .pager li > span {
    display: block;
    height: 31px;
    margin: 0 auto
}

.pagination_top {
    background-color: #fff !important;
    text-align: right;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    overflow: hidden
}

.pager {
    margin: 0;
    margin-right: 8px !important;
    width: 85% !important;
    float: right
}

    .pager li > a {
        border-radius: 0;
        color: #61646d !important;
        font-weight: 700;
        text-align: center !important;
        width: 38px;
        height: 31px
    }

    .pager li > a, .pager li > span {
        padding: 5px !important;
        color: #060d45 !important;
        line-height: 20px
    }

    .pager li .act {
        background-color: transparent !important;
        height: 34px;
        color: #060d45 !important;
        border-top: 3px #a6b87e solid;
        border-bottom: 3px #a6b87e solid;
        border-right: 3px #a6b87e solid;
        border-left: 3px #a6b87e solid
    }

    .pager li > a:focus, .pager li > span:focus {
        background-color: #848b93 !important;
        color: #fff !important
    }

    .pager .owl-prev {
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 0 !important;
        font-size: 1.2em !important;
        padding: 4px 15px !important;
        margin-top: 0 !important;
        margin-left: 0 !important;
        background-color: #495934;
        color: #fff;
        cursor: pointer
    }

    .pager .owl-next {
        position: absolute;
        right: 0;
        top: 0;
        border-radius: 0 !important;
        font-size: 1.2em !important;
        padding: 4px 15px !important;
        margin-top: 0 !important;
        margin-right: 0 !important;
        background-color: #495934;
        color: #fff;
        cursor: pointer
    }

        .pager .owl-next:hover, .pager .owl-prev:hover {
            opacity: 1 !important;
            background-color: #403838
        }

    .pager .owl-controls {
        display: block !important
    }

    .pager .owl-wrapper-outer {
        width: 90% !important;
        overflow: hidden;
        height: 40px;
        margin: 0 auto auto;
        display: block !important;
        clear: both !important
    }

@media(min-width:0) and (max-width:480px) {
    .pager .owl-wrapper-outer {
        width: 67% !important
    }

    table.table.table-bordered.cage_code tr td {
        width: 50% !important;
        float: left
    }
}

@media(min-width:481px) and (max-width:980px) {
    .pager .owl-wrapper-outer {
        width: 85% !important
    }
}

.pagination_top {
    margin-bottom: 10px !important
}

@media(min-width:1024px) and (max-width:1365px) {
    .pager .owl-wrapper-outer {
        width: 85.5% !important
    }
}

@media(min-width:1280px) and (max-width:8000px) {
    .footer_nav li {
        text-align: left
    }

    footer p, footer strong {
        color: #fff
    }

    .header a.logo {
        position: absolute !important;
        z-index: 1000000 !important;
        display: inline-block !important;
        margin-left: -20px;
        padding: 17px 0px
    }
}

.breadcrumb {
    font-size: 13px;
    color: #fb3840;
    font-weight: 700;
    vertical-align: middle;
    background-color: #ddd;
    padding-top: 89px
}

    .breadcrumb a {
        color: #1300bc;
        vertical-align: middle
    }

    .breadcrumb .more_btn {
        background-color: #ffa201 !important;
        float: right;
        font-size: 1em;
        vertical-align: middle;
        display: flex;
        padding: 8px 15px 2px 20px !important;
        position: absolute;
        right: 28px
    }

        .breadcrumb .more_btn i {
            margin-left: 10px;
            padding: 10px 12px;
            background-color: #3636a6;
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            border-radius: 15px;
            margin-right: -15px;
            margin-top: -6px
        }

        .breadcrumb .more_btn:hover {
            background-color: #333 !important
        }

.breadcrumb_links {
    float: left;
    margin-top: 18px;
    margin-bottom: 8px
}

    .breadcrumb_links a {
        max-width: 66px;
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        line-height: none
    }

        .breadcrumb_links a:hover {
            max-width: 180px;
            display: inline-block;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden
        }

.notavalableonhome {
    background-color: transparent;
    padding: 0 !important;
    margin: 0 !important;
    display: none
}

.btt {
    position: fixed;
    bottom: 10px;
    right: 35px;
    font-size: 1.5em;
    z-index: 10000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #fff !important;
    text-align: center;
    cursor: pointer
}

    .btt img {
        width: 40px
    }

    .btt:hover {
        color: #fff !important
    }

.part_list a {
    color: #4471f9
}

.part_list table {
    border: none !important
}

    .part_list table td, .part_list table th {
        border-right: 1px #d6d7d9 solid !important
    }

    .part_list table th {
        color: #fff;
        background-color: #1300bc;
        border: 1px #dadcdd solid !important
    }

        .part_list table th:nth-child(even) {
            background-color: #1300bc
        }

    .part_list table tr:nth-child(odd) {
        background-color: #f4f4f4;
        border: 1px #e1e7f1 solid
    }

    .part_list table tr {
        transition: .3s
    }

    .part_list table td, .part_list table th {
        padding: 8px 12px !important;
        vertical-align: middle !important
    }

    .part_list table th {
        padding: 12px 12px !important
    }

        .part_list table td:last-child, .part_list table th:last-child {
            text-align: center !important;
            width: 150px
        }

    .part_list table td .more_btn {
        padding: 5px 20px !important;
        background-color: #00ceb4;
        border-radius: 0
    }

        .part_list table td .more_btn:focus, .part_list table td .more_btn:hover {
            background-color: #99ebe1
        }

.content_section3 {
    margin: 0;
    padding: 0
}

    .content_section3 h1 {
        font-family: robotoblack;
        font-size: 1.5em;
        margin: 0;
        padding: 0;
        padding-bottom: 15px
    }

    .content_section3 h2 {
        font-family: robotoblack;
        font-size: 1.5em;
        margin: 0;
        padding: 0;
        padding-bottom: 15px
    }

    .content_section3 h3 {
        background-color: #00005a;
        color: #fff;
        font-size: 1.3em;
        padding: 12px 15px;
        margin-bottom: 0;
        overflow: hidden;
        display: block;
        width: 100%;
        margin-top: 0
    }

    .content_section3 h4 {
        background-color: #e8e9e9;
        border-top: 2px #c5c7c7 solid;
        padding: 12px;
        text-align: center
    }

    .content_section3 h3 span {
        font-size: .8em;
        color: #bfb5fb;
        float: right
    }

@media(min-width:0) and (max-width:479px) {
    .content_section3 h3 {
        text-align: center !important
    }

        .content_section3 h3 span {
            float: none !important;
            display: block !important;
            margin-top: 5px
        }
}

.gray_table {
    background-color: #fff;
    width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse
}

    .gray_table tr:last-child td {
        border: none
    }

    .gray_table td {
        padding: 10px 15px;
        border-bottom: 1px #cccaca solid
    }

.rfq_page section {
    border: 1px #dbdcdc solid;
    padding: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 5px !important
}

    .rfq_page section p {
        font-size: 1.1em
    }

    .rfq_page section a {
        color: #00005a;
        font-weight: 700
    }

    .rfq_page section .table_view {
        margin-bottom: 20px;
        border-bottom: 1px #eee solid
    }

.rfq_form {
    padding: 0;
    overflow: visible
}

    .rfq_form form {
        display: inline-block
    }

    .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 8px;
        border: none;
        border-bottom: 1px #c5c7c7 solid;
        background-color: transparent !important;
        margin-top: 15px;
        margin-bottom: 0;
        outline: 0
    }

    .rfq_form textarea {
        display: block
    }

    .rfq_form select {
        outline: 0 !important;
        -webkit-appearance: none;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        box-shadow: none !important;
        background-color: #fff
    }

    .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-left: 0;
    margin-right: 30px
}

.rfq_form .more_btn {
    margin: 0 !important
}

.materialinput {
    position: absolute;
    font-size: 1em;
    font-weight: 700;
    color: #333;
    margin-top: 10px;
    margin-left: 8px;
    -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: 7px;
    margin-left: 8px;
    opacity: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.gray_box {
    background-color: #efefef;
    padding: 20px !important;
    overflow: hidden;
    display: block !important
}

.table_form {
    width: 100%;
    border: 1px #ccc solid
}

    .table_form tr {
        background-color: #fff !important
    }

    .table_form th {
        background-color: #ddd;
        color: #00005a;
        padding: 12px
    }

    .table_form tr:nth-child(odd) {
        background-color: #f4f4f4 !important
    }

    .table_form td, .table_form th {
        padding: 12px;
        width: 33.3%
    }

.alterneter {
    border: 1px #ddd solid
}

    .alterneter tr:nth-child(even) {
        background-color: #fff
    }

    .alterneter td {
        padding: 12px !important;
        border: 1px #ddd solid;
        border-collapse: collapse
    }

.site_map {
    color: #666 !important;
    margin-top: -15px
}

    .site_map a {
        color: #403838
    }

    .site_map ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .site_map .row > div > ul > li > a {
        font-weight: 700
    }

    .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
    }

.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: #fb3840;
    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:focus, .red_btn:hover, .view:focus, .view:hover {
        background-color: #032bd2
    }

.view {
    background-color: #fb3840
}

    .view:hover {
        background-color: #1300bc
    }

.upload_btn {
    display: block;
    position: relative;
    overflow: hidden
}

    .upload_btn:hover .glass_slide {
        background-color: rgba(255,255,255,.2);
        display: block;
        height: 100%;
        width: 200px;
        position: absolute;
        -ms-transform: skew(20deg,0deg);
        -webkit-transform: skew(20deg,0deg);
        transform: skew(20deg,0deg);
        animation: glass 2.5s ease-out infinite;
        cursor: pointer
    }

@keyframes glass {
    0% {
        left: -150px
    }

    100% {
        left: 180%
    }
}

.more_less {
    display: none
}

.pager .owl-wrapper-outer img {
    position: absolute;
    right: 0;
    top: 0
}

.closeing {
    display: block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 10px;
    padding: 10px 25px;
    font-size: 1.3em
}

.bgcons {
    background-size: 100% 100%;
    padding: 0;
    color: #fff;
    margin-top: -120px
}

    .bgcons > div {
        padding: 28px 20px;
        position: relative
    }

        .bgcons > div:nth-child(1) {
            background-color: #091059
        }

        .bgcons > div:nth-child(2) {
            background-color: #0a81ef
        }

        .bgcons > div:nth-child(3) {
            background-color: #37b1fe
        }

        .bgcons > div:nth-child(4) {
            background-color: #63bef8
        }

    .bgcons div {
        z-index: 100 !important;
        position: relative
    }

    .bgcons > div:nth-child(1):after {
        content: " ";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        background: #091059;
        transform-origin: bottom left;
        -ms-transform: skew(0deg,-4deg);
        -webkit-transform: skew(0deg,-4deg);
        transform: skew(0deg,-4deg);
        animation: mymovewater 5s infinite ease-in-out;
        -webkit-backface-visibility: hidden;
        outline: 1px solid transparent
    }

    .bgcons > div:nth-child(2):after {
        content: " ";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: -34px;
        left: 0;
        z-index: 1;
        background: #0a81ef;
        transform-origin: bottom left;
        -ms-transform: skew(0deg,4deg);
        -webkit-transform: skew(0deg,4deg);
        transform: skew(0deg,4deg);
        animation: mymovewater2 5s infinite ease-in-out;
        -webkit-backface-visibility: hidden;
        outline: 1px solid transparent
    }

    .bgcons > div:nth-child(3):after {
        content: " ";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        background: #37b1fe;
        transform-origin: bottom left;
        -ms-transform: skew(0deg,-4deg);
        -webkit-transform: skew(0deg,-4deg);
        transform: skew(0deg,-4deg);
        animation: mymovewater 5s infinite ease-in-out;
        -webkit-backface-visibility: hidden;
        outline: 1px solid transparent
    }

    .bgcons > div:nth-child(4):after {
        content: " ";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: -34px;
        left: 0;
        z-index: 1;
        background: #63bef8;
        transform-origin: bottom left;
        -ms-transform: skew(0deg,4deg);
        -webkit-transform: skew(0deg,4deg);
        transform: skew(0deg,4deg);
        animation: mymovewater2 5s infinite ease-in-out;
        -webkit-backface-visibility: hidden;
        outline: 1px solid transparent
    }

@keyframes mymovewater {
    0% {
        top: -34px;
        -ms-transform: skew(0deg,4deg);
        -webkit-transform: skew(0deg,4deg);
        transform: skew(0deg,4deg)
    }

    50% {
        top: 0;
        -ms-transform: skew(0deg,-4deg);
        -webkit-transform: skew(0deg,-4deg);
        transform: skew(0deg,-4deg)
    }

    100% {
        top: -34px;
        -ms-transform: skew(0deg,4deg);
        -webkit-transform: skew(0deg,4deg);
        transform: skew(0deg,4deg)
    }
}

@keyframes mymovewater2 {
    0% {
        top: 0;
        -ms-transform: skew(0deg,-4deg);
        -webkit-transform: skew(0deg,-4deg);
        transform: skew(0deg,-4deg)
    }

    50% {
        top: -34px;
        -ms-transform: skew(0deg,4deg);
        -webkit-transform: skew(0deg,4deg);
        transform: skew(0deg,4deg)
    }

    100% {
        top: 0;
        -ms-transform: skew(0deg,-4deg);
        -webkit-transform: skew(0deg,-4deg)
    }
}

.bgcons > div > div {
    padding: 0 15px 0 0
}

.bgcons > div:last-child > div {
    border: none
}

.bgcons strong {
    font-size: 1.6em;
    display: block;
    font-weight: 400
}

.bgcons i {
    float: left;
    margin-right: 20px;
    margin-bottom: 30px
}

.product_slider {
    padding: 15px 0
}

    .product_slider a {
        text-decoration: none !important
    }

    .product_slider .owl_text {
        text-align: center;
        font-size: 1.3em;
        font-family: robotoregular
    }

.owl-carousel02 .owl-item img {
    width: 100% !important
}

.owl-carousel02 .owl_text {
    padding: 15px;
    color: #000;
    font-size: 1em;
    font-family: robotomedium;
    overflow: hidden;
    white-space: normal;
    word-wrap: break-word;
    text-overflow: ellipsis
}

    .owl-carousel02 .owl_text a {
        clear: both;
        display: block;
        color: #86939f;
        text-transform: uppercase;
        font-size: .9em
    }

.owl-carousel02 .owl-prev, .owl-carousel03 .owl-prev, .owl-carouselh3 .owl-prev {
    width: auto !important;
    position: absolute !important;
    display: inline-block;
    top: -49px;
    right: 128px;
    border: 2px #fb3840 solid;
    padding: 7px 15px 7px 16px;
    color: #fff !important;
    font-size: 1.1em;
    font-weight: 700;
    background-color: #fb384000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0
}

.owl-carouselh3f .owl-prev {
    width: auto !important;
    position: absolute !important;
    display: inline-block;
    top: -49px;
    right: 70px;
    border: 2px #fb3840 solid;
    padding: 7px 15px 7px 16px;
    color: #fff !important;
    font-size: 1.1em;
    font-weight: 700;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0
}

.owl-carousel02 .owl-next, .owl-carousel03 .owl-next, .owl-carouselh3 .owl-next {
    width: auto !important;
    position: absolute !important;
    display: inline-block;
    top: -49px;
    right: 90px;
    border: 2px #fb3840 solid;
    padding: 7px 15px 7px 16px;
    color: #fff !important;
    font-size: 1.1em;
    font-weight: 700;
    background-color: transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0
}

.owl-carouselh3f .owl-next {
    width: auto !important;
    position: absolute !important;
    display: inline-block;
    top: -49px;
    right: 30px;
    border: 2px #fb3840 solid;
    padding: 7px 15px 7px 16px;
    color: #fff !important;
    font-size: 1.1em;
    font-weight: 700;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0
}

.owl-carousel02 .owl-next:hover, .owl-carousel02 .owl-prev:hover, .owl-carousel03 .owl-next:hover, .owl-carousel03 .owl-prev:hover, .owl-carouselh3 .owl-next:hover, .owl-carouselh3 .owl-prev:hover {
    border: 2px #fb3840 solid;
    color: #fff !important;
    background-color: #fb3840 !important
}

.owl-carouselh3f .owl-next:hover, .owl-carouselh3f .owl-prev:hover {
    border: 2px #fb3840 solid;
    color: #fff !important;
    background-color: #fb3840 !important
}

.owl-carousel02 .owl-item {
    transition: .3s
}

    .owl-carousel02 .owl-item:hover {
        -webkit-box-shadow: -1px 2px 52px -7px rgba(0,0,0,.73);
        -moz-box-shadow: -1px 2px 52px -7px rgba(0,0,0,.73);
        box-shadow: -1px 2px 52px -7px rgba(0,0,0,.73)
    }

.owl-carousel02 .owl-stage-outer {
    padding: 0 0;
    margin: 0 0;
    padding-left: 0
}

.owl-carousel03 a {
    text-decoration: none !important
}

.owl-carousel03 .owl-item {
    background-color: #000;
    position: relative
}

    .owl-carousel03 .owl-item img {
        width: 101%
    }

    .owl-carousel03 .owl-item:hover {
        background-color: #0a81ef
    }

    .owl-carousel03 .owl-item img {
        width: 100% !important
    }

    .owl-carousel03 .owl-item:hover .owl_text a {
        background-color: #091059
    }

.owl-carousel03 .owl_text {
    padding: 15px 5px;
    color: #1300bc;
    font-size: 1.2em;
    line-height: inherit;
    font-family: robotoregular;
    text-align: left;
    z-index: 1000
}

    .owl-carousel03 .owl_text a {
        color: #86939f;
        text-align: center;
        text-transform: uppercase;
        font-size: 1.3rem
    }

.owl-carousel03 .owl-prev {
    right: 40px;
    top: -38px;
    background-color: #d9dfee;
    border: 2px #d9dfee solid !important;
    color: #8c8c8c;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.owl-carousel03 .owl-next {
    right: 0;
    top: -38px;
    background-color: #d9dfee;
    color: #8c8c8c;
    border: 2px #d9dfee solid !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

    .owl-carousel03 .owl-next:hover, .owl-carousel03 .owl-prev:hover {
        background-color: #1300bc;
        color: #fff;
        background-color: #1300bc;
        border: 2px #1300bc solid !important
    }

.owl-carousel03 .owl-item {
    transition: .3s
}

    .owl-carousel03 .owl-item:hover {
        -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.32);
        -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,.32);
        box-shadow: 0 0 3px 0 rgba(0,0,0,.32)
    }

.owl-carousel03 .owl-stage-outer {
    padding: 0 0;
    margin: 0 0;
    padding-left: 0
}

.owl-carousel03 .owl_text span {
    font-size: .9em;
    float: right;
    background-color: #fb3840;
    color: #fff;
    display: inline-block;
    padding: 5px 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.listingx {
    list-style: none;
    margin: 0;
    padding: 0
}

    .listingx li a {
        display: block;
        padding: 6px 10px;
        color: #32353b;
        font-size: 1em;
        text-decoration: none !important;
        transition: .3
    }

        .listingx li a:hover {
            color: #0a81ef
        }

.fildsetholder > div {
    padding: 0 0;
    padding-top: 0
}

    .fildsetholder > div > div {
        border-right: 1px #ccc solid
    }

    .fildsetholder > div:last-child {
        padding-right: 20px
    }

        .fildsetholder > div:last-child div {
            border: none
        }

.fildset_linke {
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 40px;
    padding: 0;
    padding: 5px;
    padding-top: 50px
}

    .fildset_linke .more_btn {
        font-size: .9em;
        float: right;
        position: absolute;
        bottom: 12px;
        left: 16px
    }

    .fildset_linke .fset {
        display: inline-block;
        color: #000;
        padding: 12px 15px;
        display: inline-block;
        width: 100%;
        font-size: 1em;
        position: absolute;
        top: 0;
        left: 0
    }

.slide03 {
    background-color: #f3f3f3;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    box-shadow: none;
    z-index: 1000;
    overflow: hidden;
    position: relative;
    z-index: 1000
}

.slidehead {
    font-size: 1.5em;
    margin-bottom: 20px;
    color: #000 !important;
    margin-top: -5px;
    text-align: center
}

.slidehead2 {
    font-size: 1em;
    margin-bottom: 20px;
    color: #030558 !important;
    margin-top: 0
}

.slidehead span {
    font-family: robotolight
}

.brands {
    border-left: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    margin-bottom: 20px;
    display: block
}

    .brands .owl-item {
        padding: 8px;
        border: 1px #ccc solid;
        border-left: 0;
        border-bottom: 0
    }

    .brands .owl-prev {
        position: absolute;
        top: -38px;
        background-color: #fb3840;
        padding: 5px 14px;
        right: 40px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 0;
        color: #fff
    }

    .brands .owl-next {
        position: absolute;
        top: -38px;
        background-color: #fb3840;
        padding: 5px 14px;
        right: 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 0;
        color: #fff
    }

        .brands .owl-next:hover, .brands .owl-prev:hover {
            background-color: #1300bc;
            color: #fff
        }

.rhs {
    margin-bottom: 15px
}

.lhs {
    margin-bottom: 15px
}

    .lhs .form_holder {
        padding: 0;
        position: relative;
        overflow: visible;
        display: block;
        float: none;
        background-color: #fff;
        border: 2px #ccc solid
    }

    .lhs .line {
        display: block;
        clear: both;
        padding-top: 10px
    }

    .lhs .bgcons {
        background-size: auto 100%
    }

    .lhs .bgcons {
        margin-top: 20px
    }

        .lhs .bgcons > div > div {
            border-right: none;
            padding: 15px 0
        }

        .lhs .bgcons > div:last-child > div {
            border: none !important
        }

    .lhs .owl-carousel03 {
        margin-bottom: 10px
    }

        .lhs .owl-carousel03 .owl-item {
            background-color: transparent !important
        }

.listed {
    margin-bottom: 15px
}

    .listed ul {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-top: -15px
    }

        .listed ul li, .listed ul li a {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis
        }

            .listed ul li a {
                display: block;
                width: 100%;
                padding: 10px 0;
                color: #061b5f;
                text-decoration: none !important
            }

                .listed ul li a:hover {
                    color: #fb3840
                }

.red_text {
    color: #ce0202 !important;
    float: right;
    margin: 0 !important
}

.content_section.content_section2 {
    position: relative
}

.topsec p strong {
    color: #3636a6
}

.rhs h3 {
    background-color: #1300bc;
    color: #fff;
    display: block;
    font-size: 1.3em;
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
    padding: 12px 15px;
    width: 100%;
    background-size: auto 100%;
    background: #fb3840;
    background: -moz-linear-gradient(left,#fb3840 0,#032bd2 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,#fb3840),color-stop(100%,#032bd2));
    background: -webkit-linear-gradient(left,#fb3840 0,#032bd2 100%);
    background: -o-linear-gradient(left,#fb3840 0,#032bd2 100%);
    background: -ms-linear-gradient(left,#fb3840 0,#032bd2 100%);
    background: linear-gradient(to right,#fb3840 0,#032bd2 100%)
}

.lhs .form_holder, .lhs .listed {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative
}

    .lhs .listed ul li:last-child a {
        border: none
    }

    .lhs .form_holder input {
        background-color: #fff;
        border: 1px #ccc solid
    }

@media(min-width:1920px) and (max-width:800000px) {
    .certifix {
        text-align: center;
        overflow: hidden
    }

        .certifix div {
            display: inline-block;
            padding: 10px;
            width: 9.7% !important;
            transform: scale(1) !important
        }

            .certifix div img {
                max-width: 100% !important;
                height: auto;
                display: inline
            }
}

@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% !important;
            transform: scale(1) !important
        }

            .certifix div img {
                text-align: center;
                width: 90%;
                height: auto !important;
                display: inline
            }
}

@media(min-width:1440px) and (max-width:1679px) {
    .certifix {
        text-align: center;
        overflow: hidden;
        margin: 0 auto
    }

        .certifix div {
            display: inline-block;
            padding: 10px;
            width: 9.7% !important;
            transform: scale(1) !important
        }

            .certifix div img {
                text-align: center;
                width: 100%;
                height: auto !important;
                display: inline
            }
}

@media(min-width:1366px) and (max-width:1439px) {
    .certifix {
        text-align: center;
        overflow: hidden;
        margin: 0 auto
    }

        .certifix div {
            display: inline-block;
            padding: 10px;
            width: 9.7% !important;
            transform: scale(1) !important
        }

            .certifix div img {
                text-align: center;
                width: 100%;
                height: auto !important;
                display: inline
            }
}

@media(min-width:1280px) and (max-width:1365px) {
    .certifix {
        text-align: center;
        overflow: hidden;
        margin: 0 auto
    }

        .certifix div {
            display: inline-block;
            padding: 10px;
            width: 9.7% !important;
            transform: scale(1) !important
        }

            .certifix div img {
                text-align: center;
                width: 100%;
                height: auto !important;
                display: inline
            }
}

@media(min-width:1024px) and (max-width:1279px) {
    .iconbox > div {
        padding-top: 13px;
        padding-left: 10px !important;
        padding-right: 10px !important
    }

    .certifix {
        text-align: center;
        overflow: hidden;
        margin: 0 auto
    }

        .certifix div {
            display: inline-block;
            padding: 10px;
            width: 18%
        }

            .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;
            width: 18%
        }

            .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;
            width: 19%
        }

            .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;
            width: 20%
        }

            .certifix div img {
                text-align: center;
                width: 90%;
                height: auto !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;
            width: 25%
        }

            .certifix div img {
                text-align: center;
                width: 90%;
                height: auto !important
            }
}

footer i {
    color: #fff !important
}

.cta .more_btn:hover {
    background-color: #0a81ef
}

.lhs .bgcons > div:nth-child(1)::after {
    animation: none;
    background-color: #0a81ef
}

.lhs .bgcons > div:nth-child(2)::after {
    animation: none;
    background-color: #37b1fe
}

.lhs .bgcons > div:nth-child(3)::after {
    animation: none;
    background-color: #63bef8
}

.lhs .bgcons > div:nth-child(4)::after {
    animation: none;
    background-color: #ffa201
}

.lhs .bgcons > div:nth-child(1) {
    padding-top: 15px;
    padding-bottom: 55px;
    background-color: #0a81ef
}

.lhs .bgcons > div:nth-child(2) {
    padding-top: 0;
    background-color: #37b1fe
}

.lhs .bgcons > div:nth-child(3) {
    padding-top: 15px;
    padding-bottom: 55px;
    background-color: #63bef8
}

.lhs .bgcons > div:nth-child(4) {
    padding-top: 0;
    background-color: #ffa201
}

.why_us_holder {
    position: relative
}

.why_us {
    font-size: 1.4em;
    background-color: #091059;
    color: #fff;
    padding: 0 20px 40px 20px !important;
    margin-bottom: -35px;
    font-weight: 700
}

    .why_us::before {
        content: " ";
        position: absolute;
        display: block;
        width: 100%;
        height: 32px;
        left: 0;
        top: -32px;
        z-index: 1;
        background: #091059;
        transform-origin: bottom left;
        -ms-transform: skew(0deg,4deg);
        -webkit-transform: skew(0deg,4deg);
        transform: skew(0deg,4deg);
        animation: none;
        -webkit-backface-visibility: hidden;
        outline: 1px solid transparent
    }

.dataview {
    padding: 0 0 !important;
    border: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-top: 0
}

.mango_brand {
    border: 5px #ffa201 solid;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    overflow: hidden
}

    .mango_brand > div {
        padding: 0 !important
    }

    .mango_brand strong {
        background-color: #ffa201;
        color: #fff;
        padding: 20px;
        display: inline-block;
        position: absolute;
        top: 49.9%;
        height: 101%;
        transform: translateY(-50.1%);
        z-index: 50;
        font-weight: 400
    }

    .mango_brand strong {
        color: #fff;
        font-size: 1.8em
    }

        .mango_brand strong::after {
            content: " ";
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            right: 0;
            top: 0;
            bottom: 0;
            z-index: -1;
            -ms-transform: skew(-10deg,0deg);
            -webkit-transform: skew(-10deg,0deg);
            transform: skew(-10deg,0deg);
            background: #ffa201;
            transform-origin: bottom left;
            animation: none;
            -webkit-backface-visibility: hidden;
            outline: 1px solid transparent
        }

    .mango_brand .owl-carousel10 {
        margin-top: 10px;
        width: 105%
    }

    .mango_brand > div {
        height: 75px
    }

.appadd {
    padding: 15px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    color: #fff;
    background-color: #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

h4.slidehead2 i {
    font-size: 1.4em
}

.light {
    background-color: #1300bc;
    color: #fff !important;
    overflow: hidden;
    display: block;
    padding: 15px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 0;
    -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;
    background-size: auto 100%;
    background: #fb3840;
    background: -moz-linear-gradient(left,#fb3840 0,#032bd2 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,#fb3840),color-stop(100%,#032bd2));
    background: -webkit-linear-gradient(left,#fb3840 0,#032bd2 100%);
    background: -o-linear-gradient(left,#fb3840 0,#032bd2 100%);
    background: -ms-linear-gradient(left,#fb3840 0,#032bd2 100%);
    background: linear-gradient(to right,#fb3840 0,#032bd2 100%)
}

.light_blue {
    background-color: #1300bc;
    color: #fff !important;
    overflow: hidden;
    display: block;
    padding: 15px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 0
}

.dark {
    background-color: #1300bc;
    color: #fff !important;
    overflow: hidden;
    display: block;
    padding: 15px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 0;
    -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;
    background-size: auto 100%;
    background: #fb3840;
    background: -moz-linear-gradient(left,#fb3840 0,#032bd2 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,#fb3840),color-stop(100%,#032bd2));
    background: -webkit-linear-gradient(left,#fb3840 0,#032bd2 100%);
    background: -o-linear-gradient(left,#fb3840 0,#032bd2 100%);
    background: -ms-linear-gradient(left,#fb3840 0,#032bd2 100%);
    background: linear-gradient(to right,#fb3840 0,#032bd2 100%)
}

.desaturate {
    background-color: #dadcdd;
    color: #091059 !important;
    overflow: hidden;
    display: block;
    padding: 15px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 0
}

.rfq_form abbr {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-10%)
}

    .rfq_form abbr .fa-check {
        color: #03b65b
    }

    .rfq_form abbr .fa-close {
        color: #d30105
    }

.rfq_form .inh {
    overflow: hidden;
    position: relative
}

.contact_box {
    background-color: #37b1fe
}

    .contact_box img {
        width: 100%
    }

.maptext {
    padding: 5px 20px;
    color: #fff;
    font-size: 1em
}

    .maptext a {
        color: #fff
    }

    .maptext p {
        display: block;
        border-bottom: 1px #fff solid;
        padding: 8px 0;
        margin: 8px 0
    }

        .maptext p:last-child {
            border: none
        }

hr {
    border-top: 1px solid #ccc
}

.bg_style {
    margin: 0;
    padding: 20px !important;
    background-color: #e4e5e6;
    border: none;
    width: 100%;
    border-left: 3px #c8cbcd solid;
    border-right: 3px #c8cbcd solid
}

#captchax {
    width: 100%
}

    #captchax > div {
        overflow: visible !important
    }

.lhs .closer {
    display: none !important
}

.lhs .form_title {
    margin-bottom: 0
}

    .lhs .form_title strong {
        color: #fff;
        font-size: 1em;
        display: block;
        padding-left: 10px
    }

.form_title {
    text-align: center;
    background-color: #1301bc;
    display: block;
    text-align: left;
    padding: 10px;
    margin: 0 -20px;
    margin-bottom: 15px
}

.owl-item {
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important
}

.line-pattern > h1, .line-pattern > h2, .line-pattern > h3, .line-pattern > h4 {
    padding: 0;
    margin: 0;
    color: #fff;
    margin-bottom: 30px;
    margin-left: 15px;
    background-image: url(../images/lines.png);
    background-repeat: no-repeat;
    background-position: center right;
    display: inline-block;
    clear: both;
    padding-right: 80px
}

.line-pattern {
    background-image: url(../images/big-box-pattern.jpg);
    padding: 50px 30px;
    overflow: hidden
}

    .line-pattern > div > div > div {
        margin: 0 !important;
        padding: 0;
        color: #fff !important;
        position: relative
    }

    .line-pattern > div > div div img {
        width: 100%
    }

    .line-pattern > div div h2, .line-pattern > div div h4, .line-pattern > div > div div h3 {
        padding: 0;
        margin: 0
    }

    .line-pattern > div > div div ul {
        margin: 0;
        margin-bottom: 50px !important;
        padding: 0;
        list-style: none;
        margin-top: 20px;
        display: block;
        overflow: hidden
    }

        .line-pattern > div > div div ul li {
            padding-left: 15px;
            padding-bottom: 10px;
            background-image: url(../images/arrow-right.png);
            background-repeat: no-repeat;
            background-position: 0 5px
        }

    .line-pattern > div > div:nth-of-type(1) > div:nth-of-type(2) {
        background-color: #c06f26;
        padding: 20px !important
    }

    .line-pattern > div > div:nth-of-type(2) > div:nth-of-type(2) {
        background-color: #403838;
        padding: 20px !important
    }

    .line-pattern > div > div:nth-of-type(3) > div:nth-of-type(2) {
        background-color: #815c32;
        padding: 20px !important
    }

.content_section .title_style {
    padding: 0;
    margin: 0;
    color: #0b1123;
    margin-bottom: 30px;
    background-image: url(../images/lines.png);
    background-repeat: no-repeat;
    background-position: center right;
    display: inline-block;
    clear: both;
    padding-right: 80px
}

.line-pattern .more_btn {
    position: absolute;
    margin: 0 auto;
    text-align: center;
    bottom: 0;
    background-color: #ff9923 !important;
    cursor: pointer;
    display: flex;
    background-color: #403838;
    color: #fff;
    border: none;
    text-transform: capitalize;
    -webkit-border-radius: 0;
    display: flex;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 9px 20px;
    font-size: 1.2em;
    float: left;
    text-align: center !important;
    transition: .3s;
    margin-bottom: 10px;
    z-index: 100;
    margin: 0 auto !important;
    left: 0;
    right: 0;
    width: 120px
}

.more_btn {
    margin: 0 auto;
    text-align: center;
    bottom: 0;
    background-color: #fb3840 !important;
    cursor: pointer;
    display: flex;
    color: #fff;
    border: none;
    text-transform: capitalize;
    -webkit-border-radius: 0;
    display: flex;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 8px 18px;
    font-size: 1sem;
    float: left;
    text-align: center !important;
    transition: .3s;
    margin-bottom: 10px;
    z-index: 100;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

#slideshow-main {
    float: left;
    margin-right: 3px
}

    #slideshow-main ul {
        margin: 0;
        padding: 0
    }

    #slideshow-main li {
        display: none;
        position: relative
    }

        #slideshow-main li.active {
            display: block !important
        }

        #slideshow-main li span.opacity {
            position: absolute;
            bottom: 0;
            left: 0;
            display: block;
            width: 100%;
            height: 60px;
            background: #000;
            -moz-opacity: .5;
            -khtml-opacity: .5;
            opacity: .5;
            z-index: 500
        }

        #slideshow-main li span.content {
            position: absolute;
            bottom: 0;
            left: 0;
            display: block;
            width: 100%;
            height: 60px;
            z-index: 1000
        }

            #slideshow-main li span.content h1 {
                font-size: 14px;
                margin: 5px 0;
                padding: 0 10px;
                color: #42e2e8
            }

            #slideshow-main li span.content p {
                font-size: 11px;
                margin: 5px 0;
                padding: 0 10px;
                color: #42e2e8
            }

#slideshow-carousel {
    position: relative
}

    #slideshow-carousel ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

    #slideshow-carousel li {
        background: #fff;
        position: relative;
        width: 100%;
        display: block
    }

        #slideshow-carousel li .arrow {
            left: 0;
            top: 28px;
            position: absolute;
            width: 20px;
            height: 40px;
            background: url(../images/arrow-l.png) no-repeat 0 0;
            display: block
        }

        #slideshow-carousel li a {
            background: #3c3a3a;
            display: block;
            color: #fff;
            text-decoration: none;
            font-weight: 700;
            font-size: 1em;
            padding-left: 15px;
            position: absolute;
            bottom: 0;
            width: 100%
        }

    #slideshow-carousel .active {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        background: #ff9923
    }

.acts {
    background: #ff9923 !important
}

#slideshow-carousel .faded {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    background: #ff9923
}

#slideshow-carousel {
    background: #3c3a3a;
    margin-left: 10px !important;
    border-left: 10px #fff solid
}

.jcarousel-skin-tango .jcarousel-clip-vertical, .jcarousel-skin-tango .jcarousel-container-vertical, .jcarousel-skin-tango .jcarousel-item {
    width: auto !important
}

.jcarousel-item, .jcarousel-list li {
    float: none
}

#slideshow-carousel li {
    width: 100% !important
}

#slideshow-carousel {
    overflow-y: hidden
}

#slideshow-main li span.content h1, #slideshow-main li span.content p {
    color: #fff !important
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    padding-top: 89px !important
}

.jcarousel-prev-vertical {
    margin: 0 0
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    z-index: 10000;
    bottom: auto !important;
    top: 25px !important;
    right: 15% !important;
    left: auto !important
}

.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    z-index: 10000;
    top: 25px;
    bottom: auto !important;
    right: 5% !important;
    left: auto !important
}

.mud2 {
    background-image: url(../images/mud2.png);
    background-repeat: no-repeat;
    background-position: right bottom
}

.mud {
    background-image: url(../images/mud.png);
    background-repeat: no-repeat;
    background-position: right bottom
}

.title-fp {
    position: absolute;
    color: #fff;
    padding: 25px;
    font-size: 1.5em
}

.uspx {
    background-image: url(../images/big-box-pattern.jpg);
    background-repeat: repeat;
    color: #fff;
    text-align: center;
    padding: 20px 60px
}

    .uspx div {
        padding-top: 10px
    }

    .uspx strong {
        color: #ff9923;
        font-size: 1.5em
    }

    .uspx p {
        color: #fff;
        font-size: 1em
    }

    .uspx::before {
        content: " ";
        position: absolute;
        display: block;
        width: 140px;
        height: 100%;
        top: 0;
        left: 0 !important;
        z-index: 1;
        background: #ededed;
        transform-origin: bottom left;
        -ms-transform: skew(15deg,0deg);
        -webkit-transform: skew(15deg,0deg);
        transform: skew(-15deg,0deg);
        -webkit-backface-visibility: hidden;
        outline-left: 1px solid transparent;
        margin-left: -140px
    }

.same_divx div aside {
    padding: 0 30px 0 0;
    z-index: 100
}

.extn {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    z-index: 1000
}

back .notopbot {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background-color: #ededed
}

.notopbot h3 {
    margin-top: 25px !important;
    display: block;
    margin-bottom: 25px !important
}

.same_divx {
    overflow: hidden;
    padding-right: 0
}

.fildset_linke .more_btn {
    margin: 0 auto !important;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    width: 100px
}

.twose {
    position: relative
}

.line-pattern div > div {
    padding-left: 0;
    padding-right: 0
}

.lhs .form_holder {
    background-color: #1301bc
}

.lhs .form_holder, .lhs .listed {
    padding-bottom: 0 !important
}

.formbox div:last-child {
    padding-bottom: 10px
}

.form_holder .btn {
    float: left
}

.lhs .form_holder .btn {
    bottom: 0 !important
}

.lhs .listed {
    background-color: #fff;
    border: 2px #ccc solid
}

.lhs .listed {
    overflow: hidden
}

.listed ul li a {
    display: block;
    padding-left: 15px;
    background-image: url(../images/arrow-right.png);
    background-repeat: no-repeat;
    background-position: left 15px
}

.content_section2 h2 span {
    color: #c06f26
}

.secondlisted {
    background-color: #fff !important;
    border: 2px #ccc solid
}

    .secondlisted li {
        border-bottom: 1px #dee1e5 solid
    }

    .secondlisted ul {
        margin: -20px;
        margin-top: -15px;
        margin-bottom: 5px !important
    }

    .secondlisted li {
        background-color: #fff
    }

        .secondlisted li a {
            padding: 10px 20px !important;
            margin-left: 15px
        }

    .secondlisted li {
        display: inline-block !important;
        width: 100%;
        margin-right: -4px
    }

.search_formx {
    position: relative;
    padding: 8px 0
}

    .search_formx input {
        padding: 8px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 1px #ccc solid;
        width: 100%;
        margin-bottom: 20px;
        padding-right: 40px;
        background-color: #f0f0f0
    }

.serbtn {
    border: none;
    position: absolute;
    top: 7px;
    right: 0;
    font-size: 1.6em;
    background-color: transparent;
    padding: 2px 10px
}

    .serbtn i {
        color: #f04c4d
    }

.part_list table td {
    position: relative !important
}

    .part_list table td .more_btn {
        overflow: hidden !important;
        margin: 0 auto !important;
        width: 79px !important;
        float: none !important;
        left: 0 !important;
        right: 0 !important;
        font-size: 1em !important;
        padding: 3px !important;
        text-align: center !important;
        display: block;
        background-color: #fb3840 !important;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px
    }

        .part_list table td .more_btn::after, .part_list table td .more_btn::before {
            display: none
        }

        .part_list table td .more_btn:hover {
            background-color: #032bd2 !important
        }

.cagecodex strong {
    color: #000
}

#cfix {
    margin: 0 auto !important;
    left: 0 !important;
    right: 0 !important;
    float: none;
    background-color: #fb3840 !important
}

    #cfix:hover {
        background-color: #032bd2 !important
    }

.upload img {
    width: 100% !important
}

.lhs .slidehead {
    color: #fff !important;
    background-image: url(../images/bg-bottom.jpg);
    text-align: left;
    padding: 20px 10px;
    margin: 0 -20px;
    margin-bottom: 15px
}

.submit_btnx {
    width: 100px;
    background-color: #fb3840;
    padding: 8px !important;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 1.1em
}

    .submit_btnx:hover {
        background-color: #032bd2
    }

.brandsscroll {
    padding: 0 30px !important;
    border-bottom: 1px #ccc solid
}

    .brandsscroll h3 {
        margin-bottom: 0
    }

    .brandsscroll h2 {
        margin-bottom: 0
    }

.asapbot {
    position: fixed;
    right: 20px;
    top: 100px;
    z-index: 1000000000;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 10px;
    opacity: 1;
    border: 1px #ccc solid
}

    .asapbot img {
        width: 30px;
        height: 30px
    }

    .asapbot:hover {
        opacity: 1
    }

.pagination {
    margin: 0
}

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        background-color: #ddd;
        color: #61646d;
        border-color: #ddd
    }

    .pagination > li > a, .pagination > li > span {
        color: #000
    }

.main_paging {
    margin-top: 10px
}

.more_btn.pulse i {
    margin-top: 4px
}

.formrfq {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 40%;
    z-index: 100
}

    .formrfq .divxform {
        background-color: rgba(255,255,255,.33);
        padding: 10px;
        -webkit-box-shadow: 0 7px 8px -3px rgba(0,0,0,.31);
        -moz-box-shadow: 0 7px 8px -3px rgba(0,0,0,.31);
        box-shadow: 0 7px 8px -3px rgba(0,0,0,.31)
    }

        .formrfq .divxform div input {
            width: 100%;
            border: 1px #fff solid;
            padding: 8px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            background: rgba(255,255,255,.5)
        }

    .formrfq div div button {
        background-color: #fb3840;
        color: #fff;
        border: none;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        padding: 8px 15px;
        width: 100%
    }

        .formrfq div div button:hover {
            background-color: #032bd2
        }

    .formrfq .divxform div {
        width: 20%;
        display: inline-block;
        padding: 10px
    }

        .formrfq .divxform div:nth-child(1) {
            width: 15%;
            line-height: 20px
        }

        .formrfq .divxform div strong {
            color: #fff;
            font-family: robotomedium;
            font-size: 2em
        }

            .formrfq .divxform div strong span {
                font-family: robotolight
            }

.twosecn {
    width: 100%
}

    .divxform, .twosecn .container {
        width: 80%;
        padding-bottom: 40px;
        margin: 0 auto !important
    }

.divxform {
    margin-bottom: 300px !important
}

.twosecn h2 {
    display: block;
    text-align: center;
    color: #fff;
    margin: 30px 20px;
    font-size: 1.8em
}

.twosecn h1 {
    display: block;
    text-align: center;
    color: #fff;
    margin: 30px 20px;
    font-size: 1.8em
}

.rightdiv {
    background-color: #fff;
    position: absolute;
    background-color: #1b01ba;
    bottom: 0;
    z-index: 100;
    padding: 20px;
    margin: 20px 0;
    padding-bottom: 70px;
    width: 50%;
    -webkit-box-shadow: 1px 1px 5px 3px rgba(0,0,0,.32);
    -moz-box-shadow: 1px 1px 5px 3px rgba(0,0,0,.32);
    box-shadow: 1px 1px 5px 3px rgba(0,0,0,.32)
}

    .rightdiv strong {
        color: #f21984;
        font-size: 1.1em
    }

.twosecn .container {
    margin-bottom: 30px
}

    .twosecn .container div:nth-of-type(1) {
        text-align: right
    }

        .twosecn .container div:nth-of-type(1) .rightdiv {
            left: 0;
            bottom: -45px;
            text-align: left !important
        }

    .twosecn .container div:nth-of-type(2) {
        text-align: left
    }

        .twosecn .container div:nth-of-type(2) .rightdiv {
            right: 0;
            bottom: -45px;
            text-align: left !important
        }

.rightdiv ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 5px;
    margin-top: 8px
}

    .rightdiv ul li {
        border-bottom: 1px #381af0 solid;
        padding: 5px 0 5px 18px;
        background-image: url(../images/arrow-right.png);
        background-repeat: no-repeat;
        background-position: left center
    }

        .rightdiv ul li a {
            color: #fff
        }

.rightdiv .more_btn {
    position: absolute;
    bottom: 10px
}

.parlisttitle {
    position: relative;
    margin-bottom: 0
}

    .parlisttitle img {
        width: 100% !important
    }

    .parlisttitle span {
        position: absolute;
        display: block;
        bottom: 10px;
        margin: 20px;
        font-size: 1.8em;
        color: #fff
    }

.twosecnholder {
    background-color: #fff
}

    .twosecnholder h2 {
        font-family: robotolight
    }

        .twosecnholder h2 strong {
            font-family: robotomedium
        }

    .twosecnholder h3 {
        padding-bottom: 15px;
        font-size: 2em;
        margin-left: -15px;
        font-family: robotolight
    }

    .twosecnholder h2 {
        padding-bottom: 15px;
        font-size: 2em;
        margin-left: -15px;
        font-family: robotolight
    }

    .twosecnholder h3 strong {
        font-family: robotomedium
    }

.twosecnholder {
    padding: 10px 0 40px 0
}

    .twosecnholder ul {
        list-style: none;
        margin: 0;
        padding: 10px
    }

    .twosecnholder .container .row .whitebox {
        background-color: #fff;
        padding: 0;
        margin: 0 0 !important;
        overflow: hidden;
        box-shadow: 0 0 5px 5px #33333326
    }

.whitebox .more_btn {
    margin-left: 15px !important
}

.twosecnholder ul li {
    width: 49%;
    display: inline-block
}

    .twosecnholder ul li a {
        display: block;
        padding: 8px 0;
        border-bottom: 1px #dadada solid;
        text-decoration: none
    }

.twosecnholder p {
    font-size: 1.2em;
    margin-bottom: 20px
}

.bg-cut {
    background-image: url(../images/bg-cut.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 22px;
    position: absolute;
    top: 30px;
    left: -15px;
    z-index: 1;
    display: block
}

.bg_bottom {
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    padding-top: 70px;
    overflow: hidden;
    margin-top: -70px;
    position: relative;
    top: -350px;
    margin-bottom: -350px
}

.iconbox {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 30px;
    border-bottom: 2px #fff solid
}

    .iconbox > div {
        padding-top: 13px;
        padding-left: 30px;
        padding-right: 30px
    }

    .iconbox p {
        color: #fff;
        font-size: 1em
    }

        .iconbox p strong {
            display: block;
            font-size: 1.2em
        }

.sliderhold {
    padding-bottom: 0
}

    .sliderhold h2 {
        margin-bottom: 15px
    }

.owl-carousel02 .owl-stage-outer {
    overflow: visible !important
}

.sliderhold .owl-item div {
    padding-bottom: 55px;
    transition: .5s
}

.sliderhold .owl-item:hover div {
    padding-bottom: 105px;
    margin-top: -25px
}

.sliderhold .owl-item:hover {
    margin: -.3% 0 !important;
    width: 100%;
    z-index: 10000 !important
}

.sliderhold .owl-item div span {
    display: block;
    position: absolute;
    background-color: #032bd2;
    bottom: 0;
    width: 100%;
    padding: 7px 30px;
    color: #fff;
    text-align: center;
    font-size: 1.2em;
    transition: .5s;
    height: 60px;
    font-size: 1.3em
}

.sliderhold .owl-item {
    transition: .5s;
    overflow: hidden !important
}

    .sliderhold .owl-item:hover div span {
        background-color: #fff;
        transition: .5s;
        padding: 30px 30px 96px 30px;
        color: #032bd2
    }

    .sliderhold .owl-item div span a {
        opacity: 1;
        width: 88px;
        float: none;
        margin: 0 auto !important;
        font-size: 1rem;
        margin-top: 30px !important;
        background-color: #fb3840 !important;
        padding: 5px 18px !important
    }

    .sliderhold .owl-item:hover div span a {
        opacity: 1;
        float: none;
        margin: 0 auto !important;
        font-size: 1.4rem;
        margin-top: 2px !important
    }

.download-exe {
    color: #fff !important;
    font-size: 1em;
    float: right;
    margin-bottom: 20px;
    margin-right: 40px
}

.nchanddown .nochina {
    overflow: hidden;
    margin-bottom: -14px;
    z-index: 100;
    margin-top: 14px
}

    .nchanddown .nochina img {
        margin-left: -40px;
        width: 100%
    }

address p {
    color: #fff
}

.bigcall {
    font-size: 2em;
    font-family: robotobold
}

.main_nav {
    float: right;
    border-left: none
}

.header .search_form {
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.28);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.28);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.28);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0px;
    height: 34px;
    height: auto !important;
    overflow: visible;
}

    .header .search_form .select_holder {
        border-left: 1px #ccc solid;
        margin-left: 0 !important
    }

.header .main_nav > li > a {
    color: #fff
}

    .fixed .main_nav > li > a:active, .header.main_nav > li > a:hover {
        color: #0859ea
    }

.header .cta a i {
    color: #00ceb4 !important
}

.fixed {
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.36);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.36);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.36);
    transition: .3s
}

.view_all {
    display: inline-block;
    padding: 6px 12px;
    background-color: #c60311;
    color: #fff !important;
    margin-bottom: 5px;
    float: right;
    text-decoration: none !important;
    transition: .3s
}

    .view_all:hover {
        background-color: #00005a
    }

.second_paging div strong {
    display: inline-block;
    padding: 10px 0
}

.pagination_top {
    background-color: #fff !important;
    text-align: right;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    overflow: hidden
}

.pager {
    margin: 0;
    margin-right: 8px !important;
    width: 85% !important;
    float: right
}

    .pager li {
        display: inline-block !important
    }

        .pager li > a {
            border-radius: 0;
            color: #61646d !important;
            font-weight: 700;
            text-align: center !important;
            width: 38px;
            height: 34px
        }

        .pager li > a, .pager li > span {
            padding: 5px !important
        }

        .pager li .act {
            background-color: #fb3840 !important;
            color: #1d1b54 !important
        }

        .pager li > a:focus, .pager li > span:focus {
            background-color: #848b93 !important;
            color: #fff !important
        }

    .pager .owl-prev {
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 0 !important;
        font-size: 1.2em !important;
        padding: 4px 15px !important;
        margin-top: 0 !important;
        margin-left: 0 !important;
        background-color: #020ea9;
        color: #fff;
        cursor: pointer
    }

    .pager .owl-next {
        position: absolute;
        right: 0;
        top: 0;
        border-radius: 0 !important;
        font-size: 1.2em !important;
        padding: 4px 15px !important;
        margin-top: 0 !important;
        margin-right: 0 !important;
        background-color: #020ea9;
        color: #fff;
        cursor: pointer
    }

        .pager .owl-next:hover, .pager .owl-prev:hover {
            opacity: 1 !important
        }

    .pager .owl-controls {
        display: block !important
    }

    .pager .owl-wrapper-outer {
        width: 90% !important;
        overflow: hidden;
        height: 35px;
        margin: 0 auto auto
    }

@media(min-width:0) and (max-width:480px) {
    .pager .owl-wrapper-outer {
        width: 67% !important
    }
}

@media(min-width:481px) and (max-width:980px) {
    .pager .owl-wrapper-outer {
        width: 85% !important
    }
}

.pagination_top {
    margin-bottom: 10px !important
}

@media(min-width:1024px) and (max-width:1365px) {
    .pager .owl-wrapper-outer {
        width: 85.5% !important
    }
}

.main_paging .pager .owl-wrapper-outer, .pagination_top.main_paging {
    overflow: visible
}

.main_paging .owl-carousel .owl-item .view_all {
    width: 86px !important
}

.main_paging .pager li > a {
    width: 60px;
    background: #e4e4e4;
    border: 0;
    border-right: 1px solid #fff;
    color: #1d1b54 !important
}

.main_paging .owl-buttons {
    display: none
}

.main_paging .pager {
    width: auto !important;
    background: #e4e4e4;
    margin-right: 0 !important;
    padding: 0 0
}

    .main_paging .pager li {
        position: relative
    }

        .main_paging .pager li > a:focus, .main_paging .pager li > a:hover {
            background: #fb3840 !important;
            color: #1d1b54 !important
        }

.main_paging .open > .dropdown-menu {
    background: #fb3840;
    top: 34px;
    border-radius: 0;
    z-index: 1;
    padding: 0;
    margin: 0;
    left: -112%;
    font-size: 12px;
    display: inline-flex
}

.main_paging ul.pager li:last-child .dropdown-menu {
    left: -133%
}

.main_paging .open > .dropdown-menu a {
    width: 23px;
    background: #fb3840;
    border-right: 0;
    color: #1d1b54 !important;
    font-size: 14px
}

.main_paging .browse-btn {
    background: #c0cae4;
    color: #0a1e5f !important;
    font-weight: 700;
    border-right: 1px solid #fff
}

.dropdown-backdrop, .dropdown-menu {
    position: absolute;
    left: 0;
    margin-left: 0
}

.main_paging .open > .dropdown-menu {
    left: 0
}

.main_paging .view_all {
    background-color: #fb3840;
    color: #fff;
    height: 34px
}

.main_paging .open > .dropdown-menu li a:hover {
    color: #fff !important
}

.main_paging .view_all:hover {
    background-color: #032bd2;
    color: #fff !important
}

.main_paging .pager {
    display: block
}

.main_paging .open > .dropdown-menu {
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 0 20px;
    margin-top: -1px;
    z-index: 99
}

@media(min-width:0) and (max-width:640px) {
    .main_paging .pager li {
        position: relative;
        width: 15%;
        text-align: center;
        display: inline-block !important
    }

    .main_paging .pager {
        width: 100% !important
    }

        .main_paging .pager li > a {
            width: 100%;
            display: inline-block;
            text-align: center !important;
            font-size: 13px
        }

            .main_paging .pager li > a:last-child {
                border-right: 0
            }

    .main_paging .open > .dropdown-menu {
        top: 34px;
        width: auto !important
    }

    .main_paging ul.pager li:first-child .dropdown-menu {
        left: 0 !important
    }

    .main_paging .open > .dropdown-menu a {
        width: auto
    }
}

.sliderhold h3 {
    margin-top: 0
}

.breadcrumb {
    width: 100% !important
}

.title_stylex {
    color: #fff;
    padding-left: 55px
}

.breadcrumb .more_btn::before {
    content: " ";
    position: absolute;
    display: block;
    width: 30px;
    height: 100%;
    top: 0;
    z-index: -1;
    background-color: #ff9923;
    transform-origin: bottom left;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    -webkit-backface-visibility: hidden;
    outline-right: 1px solid transparent;
    margin-right: 0;
    margin-left: -15px !important
}

.breadcrumb .more_btn::after {
    content: " ";
    position: absolute;
    display: block;
    width: 35px;
    height: 100%;
    top: 0;
    left: -16 !important;
    z-index: -1;
    background: #ff9923;
    transform-origin: bottom left;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    -webkit-backface-visibility: hidden;
    outline-left: 1px solid transparent;
    margin-left: -25px;
    z-index: -1
}

.bg_bottomx {
    background-image: url(../images/bg-bottom.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    padding: 20px 0 45px 0;
    overflow: hidden;
    padding-bottom: 0
}

    .bg_bottomx h3 {
        color: #fff
    }

    .bg_bottomx h2 {
        font-size: 22px;
        color: #fff
    }

.bbox {
    border: 5px #fff solid;
    padding: 15px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    transition: .5s
}

    .bbox strong {
        position: relative;
        z-index: 3;
        display: block;
        padding: 10px 0;
        font-size: 1.3em;
        width: 67%
    }

.twice {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 3
}

    .twice li {
        display: inline-block;
        width: 49%;
        padding: 5px 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

        .twice li a {
            color: #1300bc
        }

.bbox img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    opacity: .25;
    transition: .5s;
    height: 100%
}

.bbox:hover {
    background-color: rgba(255,255,255,0)
}

    .bbox:hover img {
        opacity: .1;
        transition: .5s
    }

    .bbox:hover strong {
        color: #fff
    }

    .bbox:hover .twice li a {
        color: #fff
    }

.mobilephonex {
    font-size: 2em;
    line-height: 0;
    padding-right: 35px !important
}

    .mobilephonex i {
        margin-top: 0;
        line-height: 13px;
        position: absolute
    }

.envelopex {
    font-size: 1.6em;
    line-height: 0;
    margin-top: -5px
}

.search_btnx {
    background-color: #fff;
    color: #fb3840 !important;
    padding-left: 16px !important;
    padding-right: 16px !important
}

.rfqbn {
    background-color: #fb3840;
    margin-left: -4px;
    border: 1px solid #fb3840
}

    .rfqbn:hover {
        background-color: #1207bb !important
    }

.captchabox {
    width: 100%;
    margin: 0 auto;
    padding-top: 40px
}

.table_view td a.more_btn {
    color: #fff !important
}

.container-fluid .container-fluid {
    padding: 0
}

.table_view table tr td {
    overflow: hidden
}

.iconbox img {
    width: auto !important
}

.rfqh1 {
    font-size: 1.5em;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    padding-top: 10px;
}

.rhs h2 {
    font-size: 1.5em !important;
    margin-top: 0
}

.breadcrumb {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.top_links .cta i {
    margin-right: 8px
}

.spacer .owl-carousel10 .owl-prev {
    background-color: #fb3840;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    font-size: 14px !important;
    text-align: center !important;
    padding-right: 10px;
    padding-left: 8px;
    color: #fff
}

.spacer .owl-carousel10 .owl-next {
    background-color: #fb3840;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    font-size: 14px !important;
    text-align: center !important;
    padding-right: 8px;
    padding-left: 10px
}

.spacer .owl-carousel10 .owl-prev:hover {
    background-color: #0859ea;
    color: #fff
}

.spacer .owl-carousel10 .owl-next:hover {
    background-color: #0859ea;
    color: #fff
}

.twice li a {
    word-wrap: normal;
    white-space: nowrap
}

.actl, .main_paging .pager li.actl a, .main_paging .pager li.actl:hover a, .main_paging .pager li:focus a, .main_paging .pager li:hover a, .main_paging .pager li > a:focus, .main_paging .pager li > a:hover {
    background: #fb3840 !important;
    color: #1d1b54 !important
}

@media(min-width:0) and (max-width:700px) {
    .main_paging ul.pager > li:first-child .dropdown-menu {
        left: 14px !important
    }
}

section.bg_bottom .owl-item {
    background: #260f46
}

    section.bg_bottom .owl-item img {
        opacity: .4;
        cursor: pointer
    }

    section.bg_bottom .owl-item:hover img {
        opacity: 1;
        cursor: pointer
    }

.owl-carouselh3 .owl-item, .owl-carouselh3f .owl-item {
    border: 1px solid #ccc
}

.sliderhold1 .owl-carouselh3 .owl-item:hover div, .sliderhold1 .owl-carouselh3f .owl-item:hover div {
    padding-bottom: 0;
    margin-top: 0
}

.sliderhold1 .owl-carouselh3 .owl-item:hover, .sliderhold1 .owl-carouselh3f .owl-item:hover {
    width: 100%;
    z-index: 10000 !important
}

    .sliderhold1 .owl-carouselh3 .owl-item:hover div span, .sliderhold1 .owl-carouselh3f .owl-item:hover div span {
        background-color: #fb3840c7;
        transition: .5s;
        padding: 15px 30px;
        color: #fff
    }

    .sliderhold1 .owl-carouselh3 .owl-item .twice li a, .sliderhold1 .owl-carouselh3 .owl-item:hover .twice li a, .sliderhold1 .owl-carouselh3f .owl-item .twice li a, .sliderhold1 .owl-carouselh3f .owl-item:hover .twice li a {
        color: #061b5f;
        font-weight: 100;
        line-height: 1.5em
    }

.sliderhold1 .owl-carouselh3 .owl-item div span a, .sliderhold1 .owl-carouselh3f .owl-item div span a {
    opacity: 1;
    width: 88px;
    float: none;
    margin: 0 auto !important;
    font-size: 1rem;
    margin-top: 20px !important;
    background-color: #fb3840 !important;
    padding: 5px 18px !important
}

.sliderhold1 .owl-carouselh3 .owl-item:hover div span a, .sliderhold1 .owl-carouselh3f .owl-item:hover div span a {
    opacity: 1;
    float: none;
    margin: 0 auto !important;
    font-size: 1.4rem;
    margin-top: 2px !important
}

.sliderhold1 .owl-carouselh3 .owl-item div span, .sliderhold1 .owl-carouselh3f .owl-item div span {
    display: block;
    position: absolute;
    background-color: #032bd29c;
    bottom: 0;
    width: 100%;
    padding: 15px 30px;
    color: #fff;
    text-align: left;
    font-size: 1.2em;
    transition: .5s;
    height: 100%;
    font-size: 1.3em
}

.sliderhold1 .owl-carouselh3 .owl-item .twice li:hover a, .sliderhold1 .owl-carouselh3f .owl-item .twice li:hover a {
    color: #fb3840
}

.sliderhold1 .owl-carouselh3 .owl-item div, .sliderhold1 .owl-carouselh3f .owl-item div {
    padding-bottom: 0;
    transition: .5s;
    background: #fff
}

.slide-img {
    width: 100%;
    float: left;
    border: 7px solid #fff;
    position: relative
}

.sliderhold1 .owl-carouselh3 .owl-item:hover, .sliderhold1 .owl-carouselh3f .owl-item:hover {
    box-shadow: 0 0 3px 3px rgba(51,51,51,.1803921568627451)
}

.owl-carouselh3 .owl-stage-outer, .owl-carouselh3f .owl-stage-outer {
    padding-bottom: 5px
}

.formrfq .divxform div input::placeholder {
    color: #000
}

.f-top div {
    border-right: none !important
}

.f-survey.text-center {
    text-align: left;
    padding: 0 !important
}

.container-fluid.header.fixed {
    background: #032bd2
}

.sprite1 {
    background-image: url(../images/spritesheet.png);
    background-repeat: no-repeat;
    display: inline-block
}

.sprite-pay1 {
    width: 60px;
    height: 20px;
    background-position: -5px -5px
}

.sprite-pay2 {
    width: 61px;
    height: 36px;
    background-position: -75px -5px
}

.sprite-pay3 {
    width: 61px;
    height: 29px;
    background-position: -5px -51px
}

.sprite-pay4 {
    width: 60px;
    height: 21px;
    background-position: -76px -51px
}

.sprite-soc1 {
    width: 33px;
    height: 40px;
    background-position: -67px -82px
}

.sprite-soc2 {
    width: 38px;
    height: 31px;
    background-position: -146px -5px
}

.sprite-soc3 {
    width: 30px;
    height: 30px;
    background-position: -146px -46px
}

.sprite-soc4 {
    width: 48px;
    height: 30px;
    background-position: -102px -86px
}

.sprite-soc5 {
    width: 25px;
    height: 31px;
    background-position: -160px -86px
}

.sprite-soc6 {
    width: 25px;
    height: 31px;
    background-position: -5px -127px
}

.f-payment, .f-social {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-around
}

@media (min-width:600px) and (max-width:1199px) {
    .f-top {
        width: 60% !important;
        margin: 0 auto !important;
        display: block !important
    }
}

@media only screen and (max-width:1680px) {
    .banner-text1 {
        font-size: 3em
    }

    li.contactx, li.emailx {
        line-height: 40px
    }
}

.listed.bg_bottomx {
    background-image: url(../images/bg-bottom.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100% 52% !important;
    padding-bottom: 15px !important
}

.main_paging .pager li ul.dropdown-menu li:hover a {
    color: #fff !important
}

.owl-carousel .owl-item:hover {
    cursor: pointer
}

section.bg_bottomx > div > div {
    padding: 0
}

li.left-etc:hover a, li.right-etc:hover a {
    background: #fb3840;
    color: #fff
}

a {
    text-decoration: none !important
}

.rfq_form input::placeholder, .rfq_form select::placeholder, .rfq_form textarea::placeholder {
    color: #333
}

.rhs .content_section h2, .rhs .content_section h3, .rhs .content_section h4 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #fb3840;
    background: -moz-linear-gradient(left,#fb3840 0,#032bd2 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,#fb3840),color-stop(100%,#032bd2));
    background: -webkit-linear-gradient(left,#fb3840 0,#032bd2 100%);
    background: -o-linear-gradient(left,#fb3840 0,#032bd2 100%);
    background: -ms-linear-gradient(left,#fb3840 0,#032bd2 100%);
    background: linear-gradient(to right,#fb3840 0,#032bd2 100%)
}

.table_view td a:hover {
    color: #fb3840 !important
}

.read-more-state {
    display: none
}

.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em
}

.read-more-state ~ .read-more-trigger:before {
    content: 'Show more'
}

.read-more-state:checked ~ .read-more-trigger:before {
    content: 'Show less'
}

.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 0 .5em;
    color: #666;
    font-size: .9em;
    line-height: 2;
    border: 1px solid #ddd;
    border-radius: .25em
}

.sliderhold1 .owl-prev {
    right: 40px
}

.sliderhold1 .owl-next {
    right: 0
}

.actmenu.rfqx a, .actmenu.rfqx span, .main_nav > li.rfqx:hover a, .main_nav > li.rfqx:hover span {
    border-color: transparent !important
}

li.rfqx a, li.rfqx a i {
    border-color: transparent !important
}

h5.sub_title_style.text-center strong {
    position: relative;
    font-size: 1.3em;
    font-family: robotolight;
    color: #3b3b3b;
    padding-left: 180px
}

ul.pagination.removespace {
    padding-top: 7px
}

textarea {
    margin-top: 20px !important
}

.table_view table tr td[colspan="2"] {
    width: 98.5% !important
}

.main_nav li.actmenu a {
    color: #fb3840 !important
}

.main_nav li a:hover {
    color: #fb3840 !important
}

.header .main_nav > li:hover > a {
    color: #fb3840 !important
}

.main_nav > li.searchx {
    margin-right: 0
}

.main_nav > li.rfqx:hover a {
    color: #fff !important
}

.capitalize {
    text-transform: capitalize !important
}

.nohyperlink {
    pointer-events: none !important;
    cursor: default
}

.fa-thumbs-down {
    color: #d30105;
    font-size: 13px !important
}

.fa-thumbs-up {
    color: #03b65b;
    font-size: 13px !important
}

@media (max-width:767px) and (min-width:0) {
    .mobi-width-fix {
        width: 10% !important
    }
}

.less_morectrl_rfq.red_btn, less_morectrl.red_btn {
    display: inline-block;
    padding: 5px 15px;
    font-weight: 700;
    text-decoration: none !important;
    margin-bottom: 15px;
    font-size: .9em
}

.less_more {
    height: 128px;
    overflow: hidden
}

.auto_height {
    height: auto !important
}

.less_morectrl.red_btn {
    background-color: #fff;
    border: 2px solid #f6740d;
    color: #e35a10;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.less_morectrl:hover {
    background-color: #f6740d;
    color: #fff !important
}

.less_more_cage {
    height: 50px;
    overflow: hidden
}

.less_morectrl_cage.red_btn {
    border: 2px solid #f6740d;
    color: #e35a10;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.less_morectrl_cage:hover {
    background-color: #f6740d;
    color: #fff !important
}

@media (min-width:1244px) and (max-width:1290px) {
    .main_paging ul.pager li:last-child .dropdown-menu {
        left: -300% !important
    }

    .main_paging ul.pager li:nth-of-type(5) .dropdown-menu {
        left: -255% !important
    }

    .main_paging .pager li > ul li a {
        width: 24px !important
    }
}

.foot-disc p, .no-china p {
    line-height: 1.2;
    font-size: 1em
}

.no-china img, .no-china p {
    vertical-align: middle
}

.pre-footer {
    padding: 0;
    margin-top: -20px
}

.foot-disc, .no-china {
    position: relative;
    background-color: #fff;
    color: #6a7582;
    padding: 4px 20px 0 40px;
    border-top: 2px #d4333c solid;
    border-bottom: 3px solid #ccc;
    overflow: hidden;
    min-height: 143px;
    margin-bottom: 30px
}

.no-china-content {
    position: absolute;
    width: 100%;
    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 #ccc
}

.foot-disc p {
    margin-bottom: 0;
    padding: 5px 0;
    color: #000
}

.no-china p {
    padding-left: 14px;
    padding-top: 1.2em;
    margin-left: 18%
}

.no-china img {
    width: 80px;
    float: left
}

@media(min-width:768px) and (max-width:980px) {
    .foot-disc, .no-china {
        min-height: 138px
    }
}

@media(min-width:1024px) and (max-width:1280px) {
    .no-china-content {
        position: absolute;
        width: 100%;
        height: 100%;
        padding-left: 10px;
        padding-right: 10px
    }

    .no-china p {
        margin-left: 29%;
        padding-left: 2px
    }

    .mobipfix {
        margin-top: -10% !important
    }

    .foot-disc, .no-china {
        min-height: 194px
    }
}

@media(min-width:768px)and (max-width:991px) {
    .no-china-content {
        padding-left: 30px;
        padding-right: 30px
    }

    .mobipfix {
        margin-top: -2% !important
    }

    .no-china p {
        margin-left: 14%
    }

    .download-extension {
        text-align: center
    }
}

@media(max-width:767px) {
    .no-china p {
        line-height: 1.2;
        font-size: .8em;
        display: block;
        vertical-align: middle;
        margin-left: 95px;
        padding-top: 1.2em
    }

    .download-extension {
        text-align: center
    }
}

@media(max-width:480px) {
    .no-china-content {
        position: absolute;
        width: 100%;
        height: 100%;
        padding-left: 15px;
        padding-right: 10px;
        padding-top: 20px
    }

    .no-china p {
        margin-left: 94px;
        padding-top: .2em;
        margin-top: 0
    }

    .foot-disc {
        min-height: 130px
    }

    .no-china {
        min-height: 125px
    }

    .mobipfix {
        margin-top: -4% !important
    }
}

.mobipfix {
    margin-top: -6%
}

@media(min-width:1367px) and (max-width:1920px) {
    .mobipfix {
        margin-top: -1%
    }

    .foot-disc, .no-china {
        min-height: 167px
    }

        .no-china p {
            margin-left: 17%
        }
}

@media(max-width:330px) {
    .foot-disc, .no-china {
        min-height: 231px
    }
}

@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: 339px
    }
}

@media(min-width:0) and (max-width:399px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 544px
    }
}

.rfq_form input:not([type=checkbox]):not([type=submit]):not([type=hidden]) {
    height: 40px;
    width: 100%;
    padding: 8px 8px 8px 8px;
    border: none;
    border-bottom: 1px #c5c7c7 solid;
    background-color: transparent !important;
    margin-top: 15px;
    margin-bottom: 0;
    outline: 0
}

@media(min-width:1280px) {
    .twosecnholder {
        padding: 135px 0 40px 0
    }
}

@media only screen and (max-width:760px),(min-device-width:768px) and (max-device-width:1024px) {
    .resp-table td, .resp-table th, .resp-table tr, .resp-table > tbody, .resp-table > thead, table.resp-table {
        display: block
    }

        .resp-table > tbody tr th, .resp-table > thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px
        }

        .resp-table > tbody > tr {
            border: 1px solid #ccc
        }

            .resp-table > tbody > tr:nth-child(odd) {
                background: #ccc !important
            }

            .resp-table > tbody > tr > td {
                border: none;
                border-bottom: 1px solid #eee;
                position: relative;
                width: 100% !important;
                text-align: left
            }

                .resp-table > tbody > tr > td:before {
                    top: 6px;
                    left: 6px;
                    width: 45%;
                    padding-right: 10px;
                    white-space: nowrap;
                    font-weight: 700
                }

    .resp-table-nsn > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-nsn > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-nsn > tbody > tr > td:nth-of-type(3):before {
        content: "Item Name : "
    }

    .resp-table-nsn > tbody > tr > td:nth-of-type(4):before {
        content: "QTY : "
    }

    .resp-table-nsn-PartTypes > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-nsn-PartTypes > tbody > tr > td:nth-of-type(2):before {
        content: "NSN : "
    }

    .resp-table-nsn-PartTypes > tbody > tr > td:nth-of-type(3):before {
        content: "Manufacturer : "
    }

    .resp-table-nsn-PartTypes > tbody > tr > td:nth-of-type(4):before {
        content: "QTY : "
    }

    .resp-table-commercial > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-commercial > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-commercial > tbody > tr > td:nth-of-type(3):before {
        content: "Item Name : "
    }

    .resp-table-nsn-mfg > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-nsn-mfg > tbody > tr > td:nth-of-type(2):before {
        content: "NSN : "
    }

    .resp-table-nsn-mfg > tbody > tr > td:nth-of-type(3):before {
        content: "Item Name : "
    }

    .resp-table-nsn-mfg > tbody > tr > td:nth-of-type(4):before {
        content: "QTY : "
    }

    .resp-table-ItHardware-mfg > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-ItHardware-mfg > tbody > tr > td:nth-of-type(2):before {
        content: "Description : "
    }

    .resp-table-ItHardware-mfg > tbody > tr > td:nth-of-type(3):before {
        content: "Part Type : "
    }

    .resp-table-ItHardware-mfg > tbody > tr > td:nth-of-type(4):before {
        content: "QTY : "
    }

    .resp-table-aviation-mfg > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aviation-mfg > tbody > tr > td:nth-of-type(2):before {
        content: "NSN : "
    }

    .resp-table-aviation-mfg > tbody > tr > td:nth-of-type(3):before {
        content: "Item Name : "
    }

    .resp-table-aviation-mfg > tbody > tr > td:nth-of-type(4):before {
        content: "Qty : "
    }

    .resp-table-avionics > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-avionics > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-avionics > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-avionics > tbody > tr > td:nth-of-type(4):before {
        content: "Series : "
    }

    .resp-table-avionics > tbody > tr > td:nth-of-type(5):before {
        content: "Condition : "
    }

    .resp-table-turbonormalizing > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-turbonormalizing > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-turbonormalizing > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-turbonormalizing > tbody > tr > td:nth-of-type(4):before {
        content: "Aircraft Type : "
    }

    .resp-table-computer-mfg > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-computer-mfg > tbody > tr > td:nth-of-type(3):before {
        content: "Part Type "
    }

    .resp-table-computer-mfg > tbody > tr > td:nth-of-type(2):before {
        content: "Description : "
    }

    .resp-table-computer-mfg > tbody > tr > td:nth-of-type(4):before {
        content: "QTY : "
    }

    .resp-table-connector-mfg > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-connector-mfg > tbody > tr > td:nth-of-type(2):before {
        content: "Description : "
    }

    .resp-table-connector-mfg > tbody > tr > td:nth-of-type(3):before {
        content: "Part Type : "
    }

    .resp-table-connector-mfg > tbody > tr > td:nth-of-type(4):before {
        content: "QTY : "
    }

    .resp-table-ele > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-ele > tbody > tr > td:nth-of-type(2):before {
        content: "Description : "
    }

    .resp-table-ele > tbody > tr > td:nth-of-type(3):before {
        content: "QTY : "
    }

    .resp-table-aircraft-tail > tbody > tr > td:nth-of-type(1):before {
        content: "AB Part No : "
    }

    .resp-table-aircraft-tail > tbody > tr > td:nth-of-type(2):before {
        content: "Part No : "
    }

    .resp-table-aircraft-tail > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-aircraft-tail > tbody > tr > td:nth-of-type(4):before {
        content: "Category : "
    }

    .resp-table-aviation-battery > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aviation-battery > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-aviation-battery > tbody > tr > td:nth-of-type(3):before {
        content: "Type : "
    }

    .resp-table-helicopter-floatation > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-helicopter-floatation > tbody > tr > td:nth-of-type(2):before {
        content: "Description : "
    }

    .resp-table-aircraft-wing > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-wing > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-aircraft-wing > tbody > tr > td:nth-of-type(3):before {
        content: "Model : "
    }

    .resp-table-aircraft-jack > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-jack > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-aircraft-jack > tbody > tr > td:nth-of-type(3):before {
        content: "Category : "
    }

    .resp-table-aircraft-jack > tbody > tr > td:nth-of-type(4):before {
        content: "SubCategory : "
    }

    .resp-table-aircraft-jack > tbody > tr > td:nth-of-type(5):before {
        content: "Description : "
    }

    .resp-table-ele-parttypes > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-ele-parttypes > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-ele-parttypes > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-ele-parttypes > tbody > tr > td:nth-of-type(4):before {
        content: "Qty : "
    }

    .resp-table-parttype > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-parttype > tbody > tr > td:nth-of-type(2):before {
        content: "NSN : "
    }

    .resp-table-parttype > tbody > tr > td:nth-of-type(3):before {
        content: "Item Name : "
    }

    .resp-table-parttype > tbody > tr > td:nth-of-type(4):before {
        content: "QTY : "
    }

    .resp-table-aviation-parttype > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aviation-parttype > tbody > tr > td:nth-of-type(2):before {
        content: "NSN : "
    }

    .resp-table-aviation-parttype > tbody > tr > td:nth-of-type(3):before {
        content: "Manufacturer : "
    }

    .resp-table-aviation-parttype > tbody > tr > td:nth-of-type(4):before {
        content: "QTY : "
    }

    .resp-table-ItHardware-parttype > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-ItHardware-parttype > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-ItHardware-parttype > tbody > tr > td:nth-of-type(3):before {
        content: "Item Name : "
    }

    .resp-table-ItHardware-parttype > tbody > tr > td:nth-of-type(4):before {
        content: "QTY : "
    }

    .resp-table-aircraft-pilot > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-pilot > tbody > tr > td:nth-of-type(2):before {
        content: "Description : "
    }

    .resp-table-aircraft-propeller > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-propeller > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-aircraft-propeller > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-connector-parttype > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-connector-parttype > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-connector-parttype > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-connector-parttype > tbody > tr > td:nth-of-type(4):before {
        content: "QTY : "
    }

    .resp-table-aircraft-hydraulics > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-hydraulics > tbody > tr > td:nth-of-type(2):before {
        content: "Description : "
    }

    .resp-table-aircraft-hydraulics > tbody > tr > td:nth-of-type(3):before {
        content: "Category : "
    }

    .resp-table-aircraft-radio > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-radio > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-aircraft-radio > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-aircraft-radio > tbody > tr > td:nth-of-type(4):before {
        content: "QTY : "
    }

    .resp-table-automatic-test > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-automatic-test > tbody > tr > td:nth-of-type(2):before {
        content: "Test Adapter : "
    }

    .resp-table-automatic-test > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-automatic-test > tbody > tr > td:nth-of-type(4):before {
        content: "QTY : "
    }

    .resp-table-aircraft-adhesive > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-adhesive > tbody > tr > td:nth-of-type(2):before {
        content: "Description : "
    }

    .resp-table-aircraft-adhesive > tbody > tr > td:nth-of-type(3):before {
        content: "QTY : "
    }

    .resp-table-pressurization > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-pressurization > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-pressurization > tbody > tr > td:nth-of-type(3):before {
        content: "Category : "
    }

    .resp-table-pressurization > tbody > tr > td:nth-of-type(4):before {
        content: "Description : "
    }

    .resp-table-air-conditioning > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-air-conditioning > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-air-conditioning > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-gse > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-gse > tbody > tr > td:nth-of-type(2):before {
        content: "AC Type : "
    }

    .resp-table-gse > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-gse-tooling > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-gse-tooling > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-gse-tooling > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-hydraulicgse-tooling > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-hydraulicgse-tooling > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-hydraulicgse-tooling > tbody > tr > td:nth-of-type(3):before {
        content: "Category : "
    }

    .resp-table-hydraulicgse-tooling > tbody > tr > td:nth-of-type(4):before {
        content: "Description : "
    }

    .resp-table-computer-parttype > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-computer-parttype > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-computer-parttype > tbody > tr > td:nth-of-type(3):before {
        content: "Item Name : "
    }

    .resp-table-computer-parttype > tbody > tr > td:nth-of-type(4):before {
        content: "QTY : "
    }

    .resp-table-computer-aircraftvalverin > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-computer-aircraftvalverin > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-computer-aircraftvalverin > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-computer-aircraftvalverin > tbody > tr > td:nth-of-type(4):before {
        content: "QTY : "
    }

    .resp-table-heater > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-heater > tbody > tr > td:nth-of-type(2):before {
        content: "Description : "
    }

    .resp-table-aircraft-towbar > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-towbar > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-aircraft-towbar > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-aircraft-towbar > tbody > tr > td:nth-of-type(4):before {
        content: "QTY : "
    }

    .resp-table-aviation > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aviation > tbody > tr > td:nth-of-type(2):before {
        content: "NSN : "
    }

    .resp-table-aviation > tbody > tr > td:nth-of-type(3):before {
        content: "Manufacturer : "
    }

    .resp-table-aviation > tbody > tr > td:nth-of-type(4):before {
        content: "QTY : "
    }

    .resp-table-upc > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-upc > tbody > tr > td:nth-of-type(2):before {
        content: "UNSPSC : "
    }

    .resp-table-upc > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-upc > tbody > tr > td:nth-of-type(4):before {
        content: "QTY : "
    }

    .resp-table-UNSPSC > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-UNSPSC > tbody > tr > td:nth-of-type(2):before {
        content: "UPC : "
    }

    .resp-table-UNSPSC > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-UNSPSC > tbody > tr > td:nth-of-type(4):before {
        content: "QTY : "
    }

    .resp-table-fsc > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-fsc > tbody > tr > td:nth-of-type(2):before {
        content: "NSN : "
    }

    .resp-table-fsc > tbody > tr > td:nth-of-type(3):before {
        content: "Item Name : "
    }

    .resp-table-fsc > tbody > tr > td:nth-of-type(4):before {
        content: "Manufacturer : "
    }

    .resp-table-fsc > tbody > tr > td:nth-of-type(5):before {
        content: "Qty : "
    }

    .resp-table-cage > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-cage > tbody > tr > td:nth-of-type(2):before {
        content: "Item Name : "
    }

    .resp-table-cage > tbody > tr > td:nth-of-type(3):before {
        content: "NSN : "
    }

    .resp-table-cage > tbody > tr > td:nth-of-type(4):before {
        content: "QTY : "
    }

    .resp-table-aircraft-windows-part > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-windows-part > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-aircraft-windows-part > tbody > tr > td:nth-of-type(3):before {
        content: "Aircraft-Model : "
    }

    .resp-table-aircraft-windows-part > tbody > tr > td:nth-of-type(4):before {
        content: "Description : "
    }

    .resp-table-stdpart > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-stdpart > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-stdpart > tbody > tr > td:nth-of-type(3):before {
        content: "Part Desc : "
    }

    .resp-table-stdpart > tbody > tr > td:nth-of-type(4):before {
        content: "QTY : "
    }

    .resp-table-aircraft-deicing > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-deicing > tbody > tr > td:nth-of-type(2):before {
        content: "Description : "
    }

    .resp-table-aircraft-deicing > tbody > tr > td:nth-of-type(3):before {
        content: "Qty : "
    }

    .resp-table-skurka > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-skurkag > tbody > tr > td:nth-of-type(2):before {
        content: "Aircraft Type : "
    }

    .resp-table-skurka > tbody > tr > td:nth-of-type(3):before {
        content: "Category : "
    }

    .resp-table-skurka > tbody > tr > td:nth-of-type(4):before {
        content: "Description : "
    }

    .resp-table-skurka > tbody > tr > td:nth-of-type(5):before {
        content: "Condition : "
    }

    .resp-table-aircraft-pallet > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-pallet > tbody > tr > td:nth-of-type(2):before {
        content: "Pallet Type : "
    }

    .resp-table-aircraft-pallet > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-aircraft-aileron > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-aileron > tbody > tr > td:nth-of-type(2):before {
        content: "Description : "
    }

    .resp-table-aircraft-aileron > tbody > tr > td:nth-of-type(3):before {
        content: "Qty : "
    }

    .resp-table-aircraft-aileron > tbody > tr > td:nth-of-type(2):before {
        content: "Description : "
    }

    .resp-table-aircraft-tooling > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-tooling > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-aircraft-tooling > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-aircraft-tooling > tbody > tr > td:nth-of-type(4):before {
        content: "Model : "
    }

    .resp-table-aircraft-disc > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-disc > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-aircraft-disc > tbody > tr > td:nth-of-type(3):before {
        content: "Model : "
    }

    .resp-table-aircraft-disc > tbody > tr > td:nth-of-type(4):before {
        content: "Wheel Assy : "
    }

    .resp-table-aircraft-disc > tbody > tr > td:nth-of-type(5):before {
        content: "Brake Assy : "
    }

    .resp-table-aircraft-landing-gear > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-landing-gear > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-aircraft-landing-gear > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-aircraft-maintenance > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-maintenance > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-aircraft-maintenance > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-aircraft-maintenance > tbody > tr > td:nth-of-type(4):before {
        content: "Model : "
    }

    .resp-table-helicopter-door > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-helicopter-door > tbody > tr > td:nth-of-type(2):before {
        content: "Description : "
    }

    .resp-table-helicopter-door > tbody > tr > td:nth-of-type(3):before {
        content: "Model Number: "
    }

    .resp-table-helicopter-landing > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-helicopter-landing > tbody > tr > td:nth-of-type(2):before {
        content: "Description : "
    }

    .resp-table-aircraft-composite > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-composite > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-aircraft-composite > tbody > tr > td:nth-of-type(3):before {
        content: "Model : "
    }

    .resp-table-aircraft-composite > tbody > tr > td:nth-of-type(4):before {
        content: "Description : "
    }

    .resp-table-aircraft-turbine > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-turbine > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-aircraft-turbine > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-aircraft-turbine > tbody > tr > td:nth-of-type(4):before {
        content: "Condition : "
    }

    .resp-table-aircraft-turbine > tbody > tr > td:nth-of-type(5):before {
        content: "Qty : "
    }

    .resp-table-aircraft-preheat > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-preheat > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-aircraft-preheat > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-aircraft-turbine-engine > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-turbine-engine > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-aircraft-turbine-engine > tbody > tr > td:nth-of-type(3):before {
        content: "Condition : "
    }

    .resp-table-aircraft-turbine-engine > tbody > tr > td:nth-of-type(4):before {
        content: "Description : "
    }

    .resp-table-aircraft-turbine-engine > tbody > tr > td:nth-of-type(5):before {
        content: "Qty : "
    }

    .resp-table-aircraft-engine-baffles > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-engine-baffles > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-aircraft-engine-baffles > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-aircraft-engine-baffles > tbody > tr > td:nth-of-type(4):before {
        content: "Qty : "
    }

    .resp-table-aircraft-engine-turbocharger > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-engine-turbocharger > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-aircraft-engine-turbocharger > tbody > tr > td:nth-of-type(3):before {
        content: "Aircraft Application : "
    }

    .resp-table-aircraft-engine-turbocharger > tbody > tr > td:nth-of-type(4):before {
        content: "Engine Model : "
    }

    .resp-table-aircraft-engine-control-parts > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-engine-control-parts > tbody > tr > td:nth-of-type(2):before {
        content: "Description : "
    }

    .resp-table-aircraft-engine-control-parts > tbody > tr > td:nth-of-type(3):before {
        content: "Aircraft Model : "
    }

    .resp-table-aircraft-engine-control-parts > tbody > tr > td:nth-of-type(4):before {
        content: "Certificate : "
    }

    .resp-table-aircraft-engine-valvetrain-parts > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-engine-valvetrain-parts > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-aircraft-engine-valvetrain-parts > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-aircraft-engine-valvetrain-parts > tbody > tr > td:nth-of-type(4):before {
        content: "Qty : "
    }

    .resp-table-aircraft-engine > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-engine > tbody > tr > td:nth-of-type(2):before {
        content: "Description : "
    }

    .resp-table-aircraft-engine > tbody > tr > td:nth-of-type(3):before {
        content: "Aircraft Model : "
    }

    .resp-table-aircraft-engine > tbody > tr > td:nth-of-type(4):before {
        content: "Certificate : "
    }

    .resp-table-aircraft-shroud > tbody > tr > td:nth-of-type(2):before {
        content: "Description : "
    }

    .resp-table-helicopter-lighting > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-helicopter-lighting > tbody > tr > td:nth-of-type(2):before {
        content: "Model Number : "
    }

    .resp-table-helicopter-lighting > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-avionics-ife > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-avionics-ife > tbody > tr > td:nth-of-type(2):before {
        content: "Condition : "
    }

    .resp-table-avionics-ife > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-avionics-ife > tbody > tr > td:nth-of-type(4):before {
        content: "Qty : "
    }

    .resp-table-helicopter-interior > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-helicopter-interior > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-helicopter-interior > tbody > tr > td:nth-of-type(3):before {
        content: "Aircraft Model : "
    }

    .resp-table-helicopter-interior > tbody > tr > td:nth-of-type(4):before {
        content: "Description : "
    }

    .resp-table-aircraft-lighting > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-lighting > tbody > tr > td:nth-of-type(2):before {
        content: "Description : "
    }

    .resp-table-aircraft-alternators > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-alternators > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-aircraft-alternators > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-search-partno > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-search-partno > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-search-partno > tbody > tr > td:nth-of-type(3):before {
        content: "Details : "
    }

    .resp-table-search-partno > tbody > tr > td:nth-of-type(4):before {
        content: "Component Type : "
    }
}

.grids {
    padding-bottom: 15px;
    margin-bottom: 10px;
    display: grid;
    grid-auto-columns: auto
}

    .grids > div {
        padding: 15px;
        border: 1px solid #ddd
    }

@media (min-width:1024px) {
    .grids {
        grid-template-columns: repeat(3,1fr)
    }
}

ul.asap-terms-info li::marker {
    content: ' \25CF';
    font-size: 20px;
    vertical-align: text-bottom;
    line-height: 15px;
    padding-right: 5px;
}

.choose-file label {
    display: none;
}

ul.asap-terms-info li {
    padding-left: 5px
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .resp-table-computer-aircraftvalverin > tbody > tr > td:last-child:before, .resp-table-aircraft-turbine > tbody > tr > td:last-child:before {
        content: none !important;
    }
}

.clsCertification {
    display: block;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
}

@media only screen and (min-width:1600px) {
    .search_form input, .search_form select {
        width: 220px;
    }
}

.hidedesk {
    display: none;
}

@media (min-width: 0px) and (max-width: 767px) {
    .hidedesk {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .hidemob {
        display: none;
    }
}
