.text-right {
    text-align: right
}

.border-title {
    position: relative
}

.border-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 5px;
    width: 55px;
    background-color: #111;
    z-index: 1
}

.border-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 5px;
    width: 95%;
    max-width: 100px;
    background-color: #DBDADA
}

.border-title-light {
    position: relative
}

.border-title-light::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 5px;
    width: 55px;
    background-color: #fff;
    z-index: 1
}

.border-title-light::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 5px;
    width: 95%;
    max-width: 100px;
    background-color: #DBDADA
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

*,
html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "exo", sans-serif;
    font-size: 14px;
    font-weight: 500
}

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

a {
    outline: none;
    text-decoration: none;
    color: #0251C5
}

a:hover {
    color: #000
}

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

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

.primary-bg {
    background-color: #162049
}

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

.text-primary {
    color: #162049 !important
}

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

.cursor-pointer {
    cursor: pointer
}

.custom_btn {
    white-space: nowrap
}

.only_mobile {
    display: none
}

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

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

section {
    position: relative
}

.heading-section .section-title {
    font-size: 35px;
    font-weight: bold !important;
    color: #000;
    line-height: 45px;
    letter-spacing: 1px;
    display: flex
}

.heading-section .section-title.left-border-0 {
    text-align: left
}

.heading-section .section-title.left-border-0::before {
    margin-right: 0;
    margin-left: 0;
    border: none !important;
    width: 0;
    height: 0
}

.heading-section .section-title.left-border-0::after {
    height: 25px
}

.heading-section .section-title::before {
    content: " ";
    display: block;
    border-bottom: 2px solid #ccc;
    height: 8px;
    width: 50px;
    margin-right: 10px
}

.heading-section .section-title::after {
    height: 8px;
    content: " ";
    display: block;
    border-bottom: 2px solid #ccc;
    margin-left: 10px;
    width: 50px
}

.heading-section .section-title span {
    color: #000;
    display: inline-block;
    font-weight: 600
}

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

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

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

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

.custom_btn {
    background-color: #000;
    color: #fff;
    font-size: 14px;
    display: inline-flex;
    justify-content: center;
    padding: 10px 20px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s;
    border-radius: 0px
}

@media (max-width: 1576px) {
    .custom_btn {
        padding: 5px 15px
    }
}

@media (max-width: 576px) {
    .custom_btn {
        padding: 5px 5px
    }
}

.custom_btn:hover,
.custom_btn:active,
.custom_btn:focus-visible {
    background-color: transparent !important;
    color: #000 !important;
    border: 1px solid #000
}

.custom_btn svg {
    width: 30px;
    margin-left: 10px
}

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

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

@media (max-width: 1024px) {
    .custom_btn_secondary {
        padding: 10px 10px
    }
}

@media (max-width: 576px) {
    .custom_btn_secondary {
        padding: 5px 5px
    }
}

.custom_btn_secondary:hover,
.custom_btn_secondary:active,
.custom_btn_secondary:focus-visible {
    background-color: transparent !important;
    color: #000 !important;
    border: 1px solid #000
}

.custom_btn_secondary svg {
    width: 30px;
    margin-left: 10px
}

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

.custom_btn_secondary_sm {
    background-color: #000;
    color: #fff;
    font-size: 14px;
    display: inline-flex;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s;
    border-radius: 0px;
    padding: 5px 10px;
    font-size: 16px
}

@media (max-width: 1024px) {
    .custom_btn_secondary_sm {
        padding: 10px 10px
    }
}

@media (max-width: 576px) {
    .custom_btn_secondary_sm {
        padding: 5px 5px
    }
}

.custom_btn_secondary_sm:hover,
.custom_btn_secondary_sm:active,
.custom_btn_secondary_sm:focus-visible {
    background-color: transparent !important;
    color: #000 !important;
    border: 1px solid #000
}

.custom_btn_secondary_sm svg {
    width: 30px;
    margin-left: 10px
}

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

.custom_btn_secondary_border {
    background-color: #fff;
    color: #000;
    border: 1px solid #162049;
    font-size: 14px;
    display: inline-flex;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s;
    border-radius: 0px;
    padding: 12px 30px;
    font-size: 16px
}

@media (max-width: 576px) {
    .custom_btn_secondary_border {
        padding: 5px 5px
    }
}

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

.custom_btn_secondary_border svg {
    width: 30px;
    margin-left: 10px
}

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

.custom_btn_secondary_white {
    background-color: #fff;
    color: #000;
    font-size: 14px;
    display: inline-flex;
    object-fit: cover;
    object-fit: cover;
    transition: 0.3s;
    border-radius: 0px;
    padding: 12px 30px;
    font-size: 16px;
    border: 1px solid #000;
    position: relative;
    z-index: 1
}

@media (max-width: 1576px) {
    .custom_btn_secondary_white {
        padding: 5px 15px
    }
}

@media (max-width: 576px) {
    .custom_btn_secondary_white {
        padding: 5px 5px
    }
}

.custom_btn_secondary_white:hover,
.custom_btn_secondary_white:active,
.custom_btn_secondary_white:focus-visible {
    background-color: transparent !important;
    color: #fff !important;
    border: 1px solid #fff
}

.custom_btn_secondary_white svg {
    width: 30px;
    margin-left: 10px
}

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

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

@media (max-width: 576px) {
    .custom_btn_sm {
        padding: 5px 15px
    }
}

.custom_btn_sm:hover,
.custom_btn_sm:active,
.custom_btn_sm:focus-visible {
    background-color: transparent !important;
    color: #000 !important;
    border: 1px solid #000
}

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

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

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

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

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

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

.red_text {
    color: red
}

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

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

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

    header {
        width: 1920px !important
    }

    .header {
        width: 1920px !important
    }
}

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

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

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

@media (max-width: 991px) {

    .textsmright,
    .download-exe {
        text-align: center !important;
        margin-bottom: 5px
    }
}

@media (max-width: 991px) {

    .cd-dropdown-content,
    .cd-dropdown-content ul {
        padding-top: 60px
    }
}

.dropdown {
    position: relative;
    display: inline-block
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 250px;
    overflow: auto;
    z-index: 1
}

.dropdown-content ul li {
    list-style-type: none
}

.dropdown-content a {
    color: #fff !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block
}

.dropdown a:hover {
    background-color: #ddd
}

.show {
    display: block;
    top: 36px;
    left: 0
}

@media only screen and (min-width: 0px) and (max-width: 1279px) {
    .show {
        top: 65px;
        left: 20px;
        bottom: 5px;
        position: static;
        margin-top: -10px
    }
}

.categories-product .show a {
    border-bottom: 1px dashed #ffffff73;
    color: #fff;
    font-size: 14px;
    padding: 8px !important;
    text-align: left
}

.categories-product .show a li {
    list-style-type: none
}

.w-20 {
    width: 10%
}

.section-title {
    font-weight: 600
}

@media (max-width: 1284px) {
    .section-title {
        font-size: 20px
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 16px
    }
}

.owl-carousel {
    display: block !important
}

.owl-carousel .slide-owl-wrap:not(:first-child) {
    display: none !important
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button !important
}

@font-face {
    font-family: 'Exo';
    src: url(https://cdn.asapsemi.com/asapamspares/web/assets/font/exo/Exo-Bold.woff) format("woff2"), url(https://cdn.asapsemi.com/asapamspares/web/assets/font/exo/Exo-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Exo';
    src: url(https://cdn.asapsemi.com/asapamspares/web/assets/font/exo/Exo-BlackItalic.woff2) format("woff2"), url(https://cdn.asapsemi.com/asapamspares/web/assets/font/exo/Exo-BlackItalic.woff) format("woff");
    font-weight: 900;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Exo';
    src: url(https://cdn.asapsemi.com/asapamspares/web/assets/font/exo/Exo-ThinItalic.woff2) format("woff2"), url(https://cdn.asapsemi.com/asapamspares/web/assets/font/exo/Exo-ThinItalic.woff) format("woff");
    font-weight: 100;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Exo';
    src: url(https://cdn.asapsemi.com/asapamspares/web/assets/font/exo/Exo-ExtraBold.woff2) format("woff2"), url(Exo-ExtraBold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Exo';
    src: url(https://cdn.asapsemi.com/asapamspares/web/assets/font/exo/Exo-Black.woff2) format("woff2"), url(https://cdn.asapsemi.com/asapamspares/web/assets/font/exo/Exo-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Exo';
    src: url(https://cdn.asapsemi.com/asapamspares/web/assets/font/exo/Exo-ExtraBoldItalic.woff2) format("woff2"), url(https://cdn.asapsemi.com/asapamspares/web/assets/font/exo/Exo-ExtraBoldItalic.woff) format("woff");
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Exo';
    src: url(https://cdn.asapsemi.com/asapamspares/web/assets/font/exo/Exo-Medium.woff2) format("woff2"), url(https://cdn.asapsemi.com/asapamspares/web/assets/font/exo/Exo-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Exo';
    src: url(https://cdn.asapsemi.com/asapamspares/web/assets/font/exo/Exo-BoldItalic.woff2) format("woff2"), url(https://cdn.asapsemi.com/asapamspares/web/assets/font/exo/Exo-BoldItalic.woff) format("woff");
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Exo';
    src: url(https://cdn.asapsemi.com/asapamspares/web/assets/font/exo/Exo-Italic.woff2) format("woff2"), url(https://cdn.asapsemi.com/asapamspares/web/assets/font/exo/Exo-Italic.woff) format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Exo';
    src: url(https://cdn.asapsemi.com/asapamspares/web/assets/font/exo/Exo-Light.woff2) format("woff2"), url(https://cdn.asapsemi.com/asapamspares/web/assets/font/exo/Exo-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Exo';
    src: url(https://cdn.asapsemi.com/asapamspares/web/assets/font/exo/Exo-SemiBoldItalic.woff2) format("woff2"), url(https://cdn.asapsemi.com/asapamspares/web/assets/font/exo/Exo-SemiBoldItalic.woff) format("woff");
    font-weight: 600;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Exo';
    src: url(https://cdn.asapsemi.com/asapamspares/web/assets/font/exo/Exo-LightItalic.woff2) format("woff2"), url(https://cdn.asapsemi.com/asapamspares/web/assets/font/exo/Exo-LightItalic.woff) format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Exo';
    src: url(https://cdn.asapsemi.com/asapamspares/web/assets/font/exo/Exo-ExtraLightItalic.woff2) format("woff2"), url(https://cdn.asapsemi.com/asapamspares/web/assets/font/exo/Exo-ExtraLightItalic.woff) format("woff");
    font-weight: 200;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Exo';
    src: url(https://cdn.asapsemi.com/asapamspares/web/assets/font/exo/Exo-ExtraLight.woff2) format("woff2"), url(https://cdn.asapsemi.com/asapamspares/web/assets/font/exo/Exo-ExtraLight.woff) format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Exo';
    src: url(https://cdn.asapsemi.com/asapamspares/web/assets/font/exo/Exo-MediumItalic.woff2) format("woff2"), url(https://cdn.asapsemi.com/asapamspares/web/assets/font/exo/Exo-MediumItalic.woff) format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Exo';
    src: url(https://cdn.asapsemi.com/asapamspares/web/assets/font/exo/Exo-SemiBold.woff2) format("woff2"), url(https://cdn.asapsemi.com/asapamspares/web/assets/font/exo/Exo-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Exo';
    src: url(https://cdn.asapsemi.com/asapamspares/web/assets/font/exo/Exo-Thin.woff2) format("woff2"), url(https://cdn.asapsemi.com/asapamspares/web/assets/font/exo/Exo-Thin.woff) format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Exo';
    src: url(https://cdn.asapsemi.com/asapamspares/web/assets/font/exo/Exo-Regular.woff2) format("woff2"), url(https://cdn.asapsemi.com/asapamspares/web/assets/font/exo/Exo-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

header {
    height: 100px
}

header .header {
    background-size: 100% 100%;
    padding-bottom: 0;
    z-index: 10000;
    position: fixed !important;
    width: 100%
}

header .header a {
    color: #fff;
    text-decoration: none
}

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

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

header .header .top_links {
    clear: both;
    border-radius: 0px;
    padding: 10px 15px;
    padding-bottom: 0px
}

@media only screen and (max-width: 1284px) {
    header .header .top_links {
        backdrop-filter: none !important
    }
}

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

header .header .top_links span {
    text-align: left;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin-top: auto;
    margin-bottom: auto;
    font-family: "exo", sans-serif
}

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

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

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

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

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

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

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

header .header .head_label .cta a:first-child {
    padding-right: 10px;
    margin-right: 0
}

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

@media only screen and (max-width: 1279px) {
    header .header .head_label .cta a:first-child {
        border-right: none
    }
}

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

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

header .header .head_label .searchBoxD {
    background-color: #F5F5F5;
    border-radius: 0px;
    margin-right: 10px
}

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

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

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

header .header .head_label .inrfq.rfq-secoundary {
    background-color: #162049
}

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

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

header .header .head_label .inrfq:hover,
header .header .head_label .inrfq:active,
header .header .head_label .inrfq:focus-visible {
    background-color: transparent !important;
    color: #000 !important;
    border: 1px solid #000
}

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

header .header .head_label .search_form .fixf {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0px 2px 0px 15px
}

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

@media (min-width: 576px) and (max-height: 390px) {
    header .header .head_label .search_form .fixf .dropdown-content {
        max-height: 93px
    }
}

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

header .header .head_label .search_form .input_effect {
    border: none;
    background-color: transparent;
    color: #000;
    outline: none;
    min-width: 300px;
    min-height: 45px;
    padding-right: 10px;
    border-right: 1px solid #dfdfdf
}

@media (max-width: 1550px) {
    header .header .head_label .search_form .input_effect {
        min-width: 130px
    }
}

@media (max-width: 1279px) {
    header .header .head_label .search_form .input_effect {
        border: none
    }
}

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

header .header .head_label .search_form .select_holder {
    color: #000;
    display: inline-block;
    padding: 0px 10px
}

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

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

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

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

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

header .logo {
    display: inline-block
}

@media only screen and (max-width: 1024px) {
    header .logo {
        padding: 0 10px
    }
}

header .logo img {
    margin-top: 0px
}

@media only screen and (max-width: 576px) {
    header .logo img {
        width: 280px !important;
        max-width: 280px
    }
}

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

header .main_nav {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    clear: both;
    font-family: "exo", sans-serif;
    font-size: 16px;
    list-style: none
}

@media only screen and (max-width: 1284px) {
    header .main_nav {
        display: block
    }
}

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

header .main_nav li.actmenu a {
    color: #162049;
    border-radius: 0px;
    border-bottom: 2px solid #162049;
    font-weight: bold
}

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

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

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

@media only screen and (min-width: 1280px) {

    header .main_nav li:hover:nth-last-of-type(4),
    header .main_nav li:hover:nth-last-of-type(3) ul {
        right: 0
    }
}

header .main_nav>li>a {
    color: #000;
    text-decoration: none !important;
    font-size: 16px;
    font-family: "exo", sans-serif;
    padding: 10px 6px;
    position: relative;
    display: inline-block;
    font-weight: 600
}

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

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

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

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

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

header .main_nav>li:hover>a {
    color: #000;
    border-radius: 0px
}

header .main_nav>li:hover>a i {
    color: #000
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .custom_header header .logo {
        padding: 0 5px
    }

    .custom_header header .logo img {
        width: 230px !important
    }
}

@media (min-width: 0px) and (max-width: 1279px) {
    .custom_header header {
        height: 80px;
        margin-top: -12px
    }
}

@media (min-width: 0px) and (max-width: 1279px) and (max-width: 576px) {
    .custom_header header {
        height: 60px !important
    }
}

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

@media (min-width: 0px) and (max-width: 1279px) and (max-width: 576px) {
    .custom_header header .header {
        height: 65px !important
    }
}

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

@media (min-width: 0px) and (max-width: 1279px) and (max-width: 576px) {
    .custom_header header .header.fixed {
        height: 65px !important
    }
}

@media (min-width: 0px) and (max-width: 1279px) {

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

@media (min-width: 0px) and (max-width: 1279px) and (max-width: 576px) {

    .custom_header header .menu_bar,
    .custom_header header .search_bar {
        top: 8px
    }
}

@media (min-width: 0px) and (max-width: 1279px) {

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

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

    .custom_header header .menu_bar {
        right: 10px
    }
}

@media (min-width: 0px) and (max-width: 1279px) and (max-width: 412px) {
    .custom_header header .menu_bar {
        right: 0px
    }
}

@media (min-width: 0px) and (max-width: 1279px) {
    .custom_header header .search_bar {
        right: 55px
    }
}

@media (min-width: 0px) and (max-width: 1279px) and (max-width: 412px) {
    .custom_header header .search_bar {
        right: 30px
    }
}

@media (min-width: 0px) and (max-width: 1279px) {
    .custom_header header .head_label {
        margin: 0 auto;
        left: 0px;
        right: 0px;
        border: none;
        padding: 0
    }

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

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

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

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

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

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

    .custom_header header .top_links span {
        font-size: 12px
    }

    .custom_header header .fix-navbar {
        display: none
    }

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

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

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

    .custom_header header .search_form input::placeholder {
        color: #000 !important;
        font-size: 15px;
        opacity: 1
    }

    .custom_header header .search_form input::-webkit-placeholder {
        color: #000 !important
    }
}

@media only screen and (min-width: 0px) and (max-width: 1279px) and (max-width: 1024px) {
    .custom_header header .search_form input {
        padding: 7px
    }
}

@media (min-width: 0px) and (max-width: 1279px) {
    .custom_header header .search_form .select_holder {
        border-left: 0px solid gray !important;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        width: 100%;
        margin-bottom: 10px;
        border-bottom: 1px #F6F6F6 solid;
        padding: 8px !important;
        padding-top: 0px !important;
        padding-left: 5px !important
    }

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

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

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

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

    .custom_header header .logo img {
        width: 350px;
        max-width: 350px;
        margin-bottom: 0px;
        margin-top: 15px
    }

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

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

@media only screen and (min-width: 0px) and (max-width: 1279px) and (max-width: 576px) {
    .custom_header header .nav_holder.md-menu-view {
        top: 50px
    }
}

@media (min-width: 0px) and (max-width: 1279px) {
    .custom_header header .nav_holder.md-menu-view ul {
        opacity: 1;
        left: 0%
    }

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

    .custom_header header .nav_holder ul li {
        display: block;
        position: relative
    }

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 1280px) and (max-width: 1600px) {
    header .header .logo {
        margin-top: 8px
    }

    header .header .logo img {
        width: 100%
    }

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

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

    header .header .main_nav>li>a {
        font-size: 13px;
        padding: 10px 4px
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1365px) {
    header .header .main_nav>li>a {
        font-size: 12px;
        padding: 10px 4px
    }
}

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

@media (max-width: 1279px) {
    .dropdown-content {
        position: relative;
        left: 0 !important;
        top: 0 !important
    }
}

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

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

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

.certix {
    padding: 30px 0
}

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

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

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

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

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

.bg-bluex {
    z-index: 11
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-bluex .nchanddown .img_data_disc p {
    font-size: 13px;
    line-height: 1
}

.home-rfq-section {
    margin-top: auto;
    margin-bottom: -30px;
    z-index: 11;
    height: 100%
}

.home-rfq-section .home-rfq-bg {
    background-color: #000;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 19px 19px 0 rgba(0, 0, 0, 0.15)
}

@media (max-width: 1199px) {
    .home-rfq-section {
        padding: 30px 0
    }
}

.home-rfq-section h3 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 3
}

@media (max-width: 1199px) {
    .home-rfq-section h3 {
        font-size: 20px;
        margin-bottom: 20px;
        text-align: center;
        line-height: 1.2
    }
}

@media (max-width: 991px) {
    .home-rfq-section h3 {
        font-size: 18px
    }
}

.home-rfq-section h4 {
    font-size: 18px;
    color: #fff;
    font-weight: bold
}

@media (max-width: 1199px) {
    .home-rfq-section h4 {
        font-size: 20px;
        margin-bottom: 20px;
        text-align: center;
        line-height: 1.2
    }
}

@media (max-width: 991px) {
    .home-rfq-section h4 {
        font-size: 18px
    }
}

.home-rfq-section input {
    min-height: 50px
}

@media (max-width: 991px) {
    .home-rfq-section input {
        margin-bottom: 10px;
        font-size: 1em
    }
}

.home-rfq-section .btn {
    background-color: #162049;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    width: 100%
}

.home-rfq-section .btn:hover {
    background-color: #162049 !important
}

@media (max-width: 991px) {
    .home-rfq-section .btn {
        margin: 0 auto
    }
}

.home-rfq-section .btn svg {
    width: 100%;
    height: auto;
    max-width: 60%;
    stroke: #fff
}

.full_footer {
    padding-top: 30px;
    margin-top: 10px
}

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

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

footer p {
    margin-bottom: 0
}

footer a {
    color: #000;
    font-weight: 400;
    text-decoration: none
}

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

footer a:hover {
    color: #000
}

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

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

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

@media screen and (min-width: 768px) and (max-width: 991px) {
    footer .map_over .download-center i {
        transform: scale(0.7)
    }
}

@media only screen and (max-width: 768px) {
    footer .map_over .download-center {
        text-align: center;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 991px) {
    footer .map_over .img_data_sec {
        padding: 100px;
        margin: 10px 0
    }
}

@media only screen and (max-width: 1024px) {
    footer .map_over .img_data_sec img {
        width: 60px;
        height: auto
    }
}

footer .map_over .img_data_sec p {
    font-size: 12px;
    line-height: 1.3
}

@media only screen and (max-width: 1024px) {
    footer .map_over .img_data_sec p {
        font-size: 10px
    }
}

footer .map_over .shippment {
    padding: 40px 0
}

@media (max-width: 667px) {
    footer .map_over .shippment {
        padding-top: 0;
        text-align: center
    }
}

footer .map_over .shippment p {
    font-size: 22px;
    margin-left: 20px;
    font-weight: 600;
    margin-top: auto;
    margin-bottom: auto
}

@media only screen and (max-width: 1366px) {
    footer .map_over .shippment p {
        font-size: 16px
    }
}

footer .map_over .payment-app-row,
footer .map_over .img_data_sec,
footer .map_over .nchanddown {
    background-image: radial-gradient(circle, #fff, #fcfcfc, #fafafa, #f7f7f7, #f5f5f5);
    background-color: #F5F5F5;
    padding: 30px;
    border: 1px solid #ebebeb;
    min-height: 167px;
    justify-content: center;
    align-items: center
}

@media (max-width: 1660px) {

    footer .map_over .payment-app-row,
    footer .map_over .img_data_sec,
    footer .map_over .nchanddown {
        padding: 20px 10px
    }
}

@media (max-width: 991px) {

    footer .map_over .payment-app-row,
    footer .map_over .img_data_sec,
    footer .map_over .nchanddown {
        min-height: auto
    }
}

@media (max-width: 576px) {

    footer .map_over .payment-app-row,
    footer .map_over .img_data_sec,
    footer .map_over .nchanddown {
        text-align: center
    }
}

@media (max-width: 1024px) {
    footer .map_over .nchanddown img {
        width: 80px;
        height: auto
    }
}

footer .map_over .nchanddown p {
    font-size: 18px
}

@media (max-width: 1024px) {
    footer .map_over .nchanddown p {
        font-size: 14px
    }
}

footer .map_over .nchanddown p span {
    color: red;
    font-weight: 600
}

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

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

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

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

footer .map_over .payment-app-row .payment-row {
    text-align: center
}

footer .map_over .payment-app-row .payment-row span {
    font-size: 20px;
    display: flex;
    justify-content: space-around
}

@media only screen and (max-width: 1024px) {
    footer .map_over .payment-app-row .payment-row span {
        flex-wrap: wrap
    }
}

@media only screen and (max-width: 991px) {
    footer .map_over .payment-app-row .payment-row span {
        flex-wrap: nowrap
    }
}

@media only screen and (max-width: 576px) {
    footer .map_over .payment-app-row .payment-row span {
        flex-wrap: wrap
    }
}

footer .map_over .payment-app-row .payment-row img {
    border-radius: 0px;
    margin-bottom: 5px
}

@media only screen and (max-width: 1440px) {
    footer .map_over .payment-app-row .payment-row img {
        width: 100px;
        height: auto
    }
}

@media only screen and (max-width: 1366px) {
    footer .map_over .payment-app-row .payment-row img {
        width: 85px;
        margin: 0 auto
    }
}

@media only screen and (max-width: 1199px) {
    footer .map_over .payment-app-row .payment-row img {
        width: 75px
    }
}

@media only screen and (max-width: 991px) {
    footer .map_over .payment-app-row .payment-row img {
        width: 100%
    }
}

@media only screen and (max-width: 576px) {
    footer .map_over .payment-app-row .payment-row img {
        width: 35%
    }
}

footer .map_over .payment-app-row .app-row {
    text-align: right
}

@media only screen and (max-width: 767px) {

    footer .map_over .payment-app-row .payment-row,
    footer .map_over .payment-app-row .app-row {
        text-align: center !important
    }
}

footer .nchanddown li {
    width: 100%;
    display: block;
    float: left;
    padding-bottom: 5px;
    padding-top: 5px;
    line-height: 1.5;
    font-size: 18px;
    display: flex;
    align-items: center
}

footer .nchanddown li .bg-bluex-txt {
    font-size: 14px;
    padding: 0 10px
}

footer .nchanddown li .bg-bluex-txt p {
    font-size: 12px;
    line-height: 1
}

footer .nchanddown li .bg-bluex-txt span:first-child {
    color: red
}

footer .nchanddown li .bg-bluex-txt .bg-bluex-ul {
    padding: 15px;
    display: flex;
    flex-wrap: wrap
}

footer .nchanddown li .bg-bluex-txt .bg-bluex-ul li {
    padding-left: 0;
    list-style-type: none;
    font-size: 14px;
    align-items: start
}

footer .nchanddown li .bg-bluex-txt .bg-bluex-ul li::before {
    content: "\f0da";
    font-family: FontAwesome;
    color: #162049;
    position: relative;
    right: 10px
}

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

@media (max-width: 767px) {
    footer .footer_nav {
        text-align: left
    }
}

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

@media (max-width: 1199px) {
    footer .footer_nav li {
        line-height: initial;
        font-size: 14px
    }
}

footer address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    border-radius: 5px
}

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

@media only screen and (max-width: 667px) {
    footer address {
        margin-bottom: 0px;
        padding: 5px 0
    }
}

footer address p {
    color: #000;
    padding: 0;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    width: 100%
}

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

footer address p a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 22px
}

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

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

footer address p.bigcall a {
    font-weight: 600
}

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

footer address .footer-detail {
    color: #000;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex
}

footer address .footer-detail i {
    font-size: 35px;
    width: 30px;
    color: #000;
    margin-right: 22px;
    width: 30px
}

@media only screen and (max-width: 991px) {
    footer address .footer-detail i {
        margin: 0 auto
    }
}

footer address .footer-detail p {
    font-weight: 600;
    margin-bottom: 0
}

@media only screen and (max-width: 991px) {
    footer address .footer-detail {
        justify-content: center;
        flex-direction: column;
        text-align: center
    }
}

footer address .footer-detail.bigcall a {
    font-weight: 600
}

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

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

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

@media only screen and (max-width: 667px) {
    footer .downloadBrowExt .extention-text {
        text-align: center
    }
}

footer .downloadBrowExt .extention-text h4 {
    border-radius: 7px;
    font-size: 18px;
    margin-top: -40px;
    background-color: #162049;
    padding: 10px;
    color: #fff
}

footer .downloadBrowExt .extention-text p {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 13px;
    padding-top: 0;
    font-weight: 500
}

@media (max-width: 767px) {
    footer .downloadBrowExt .extention-text p {
        text-align: center;
        width: 100%
    }
}

footer .downloadBrowExt img {
    object-fit: contain;
    padding: 5px
}

footer .downloadBrowExt .custom_btn_secondary {
    font-weight: 600
}

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

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

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

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

footer .footer_line p a {
    color: #000;
    font-size: 12px
}

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

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

@media only screen and (max-width: 991px) {
    footer .footer-title {
        text-align: left
    }
}

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

    footer address p {
        font-size: 18px
    }

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

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

    footer .downloadBrowExt img {
        object-fit: contain;
        width: 100%;
        height: auto;
        max-width: 35px
    }
}

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

    .nchanddown {
        display: block !important
    }

    footer address p {
        font-size: 14px
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container {
    max-width: 90%
}

section {
    position: relative
}

section.banner-section {
    position: relative;
    overflow: hidden
}

section.banner-section .banner-img {
    width: 100%;
    position: relative;
    max-width: 100%;
    height: auto
}

@keyframes zoomEffect {
    from {
        transform: scale(1, 1)
    }

    to {
        transform: scale(1.2, 1.2)
    }
}

section.banner-section .banner-block {
    position: relative
}

section.banner-section .banner-block .banner-heading-title {
    font-weight: 600;
    color: #000;
    z-index: 1;
    width: fit-content;
    text-align: right;
    width: 50%;
    line-height: 1.1
}

@media (max-width: 991px) {
    section.banner-section .banner-block .banner-heading-title {
        width: 100%;
        text-align: center
    }
}

section.banner-section .banner-block .banner-heading-title .strong-heading-new {
    font-size: 50px;
    font-weight: bold
}

@media (max-width: 1550px) {
    section.banner-section .banner-block .banner-heading-title .strong-heading-new {
        font-size: 40px;
        line-height: initial
    }
}

@media (max-width: 1199px) {
    section.banner-section .banner-block .banner-heading-title .strong-heading-new {
        font-size: 26px
    }
}

@media (max-width: 576px) {
    section.banner-section .banner-block .banner-heading-title .strong-heading-new {
        font-size: 22px
    }
}

section.banner-section .banner-block .banner-heading-title .banner-sub-heading {
    display: inline-block;
    font-size: 50px;
    color: #000;
    width: 100%;
    line-height: normal;
    position: relative;
    font-style: italic
}

section.banner-section .banner-block .banner-heading-title .banner-sub-heading::after {
    height: 200px;
    display: block;
    width: 1px;
    background: #B7B6B6;
    border-right: 1px red;
    content: "";
    position: absolute;
    right: -23px;
    top: 0
}

@media (max-width: 991px) {
    section.banner-section .banner-block .banner-heading-title .banner-sub-heading::after {
        display: none
    }
}

@media (max-width: 1550px) {
    section.banner-section .banner-block .banner-heading-title .banner-sub-heading {
        font-size: 40px;
        line-height: 1.3
    }
}

@media (max-width: 1199px) {
    section.banner-section .banner-block .banner-heading-title .banner-sub-heading {
        font-size: 24px
    }
}

@media (max-width: 768px) {
    section.banner-section .banner-block .banner-heading-title .banner-sub-heading {
        font-size: 20px
    }
}

section.banner-section .banner-block .banner-form-block {
    position: relative;
    z-index: 10;
    width: 100%
}

@media (max-width: 667px) {
    section.banner-section .banner-block .banner-form-block .custom_btn_secondary {
        width: 100%;
        text-align: center;
        margin: 10px auto;
        padding: 15px 0px;
        display: flex;
        justify-content: center
    }
}

section.banner-section .banner-block .banner-form-block .banner-subheading-title span {
    font-weight: 600;
    font-size: 22px
}

@media (max-width: 991px) {
    section.banner-section .banner-block .banner-form-block .banner-subheading-title span {
        font-size: 14px;
        margin-top: 10px
    }
}

section.banner-section .banner-block .banner-form-block .banner-arrow-img {
    margin-right: 10px
}

section.banner-section .banner-block .banner-form-block .banner-form {
    margin: 10px 0;
    width: 100%
}

@media (max-width: 1440px) {
    section.banner-section .banner-block .banner-form-block .banner-form {
        margin: 0;
        margin-top: 5px
    }
}

section.banner-section .banner-block .banner-form-block .banner-form .form-block {
    display: flex
}

section.banner-section .banner-block .banner-form-block .banner-form .form-group {
    width: 100%;
    margin-right: 10px
}

section.banner-section .banner-block .banner-form-block .banner-form .form-group input {
    border-radius: 0px;
    border: 0;
    padding: 20px 15px;
    width: 100%;
    outline: none;
    background-color: #f5f5f5;
    margin-bottom: 15px;
    margin-top: 10px;
    color: #000;
    font-weight: 400
}

@media (max-width: 1440px) {
    section.banner-section .banner-block .banner-form-block .banner-form .form-group input {
        padding: 10px 10px;
        margin-top: 5px
    }
}

section.banner-section .banner-block .banner-form-block .banner-form .form-group input::placeholder {
    color: #000;
    font-weight: 600
}

section.banner-section .banner-block .banner-form-block .banner-form .form-group.form-group-btn .arrow_btn {
    border-radius: 0px;
    outline: none;
    color: #fff;
    height: 50px;
    width: 100%;
    font-weight: 600;
    padding: 5px 25px;
    white-space: nowrap
}

section.banner-section .banner-block .banner-form-block .banner-form .form-group.form-group-btn .arrow_btn:hover {
    background: #000;
    color: #fff !important
}

section.banner-section .banner-block .banner-form-block .banner-txt {
    color: #000;
    font-size: 16px;
    font-style: italic
}

section.banner-section .banner-anim-img {
    position: absolute;
    animation: arrow 10s linear infinite;
    transition: all 0.2s linear 0.2s;
    top: 25%;
    right: 10%;
    z-index: 1
}

@media (max-width: 1660px) {
    section.banner-section .banner-anim-img {
        width: 200px
    }
}

@media (max-width: 1284px) {
    section.banner-section .banner-anim-img {
        width: 120px
    }
}

@media only screen and (min-width: 1180px) and (max-width: 1440px) {
    section.banner-section .banner-block .banner-form-block {
        margin-top: 1%
    }

    section.banner-section .banner-block .banner-form-block .banner-subheading-title {
        font-size: 18px
    }

    section.banner-section .banner-block .banner-form-block .banner-form .form-group input {
        font-size: 14px
    }

    section.banner-section .banner-block .banner-form-block .banner-txt {
        font-size: 14px
    }

    section.banner-section .banner-anim-img {
        width: 150px
    }
}

@media only screen and (min-width: 991px) and (max-width: 1179px) {
    section.banner-section .banner-block .banner-form-block {
        margin-top: 1%
    }

    section.banner-section .banner-block .banner-form-block .banner-form {
        width: 75%;
        padding: 5px 0px
    }

    section.banner-section .banner-block .banner-form-block .banner-form .form-group input {
        font-size: 14px
    }

    section.banner-section .banner-block .banner-form-block .banner-txt {
        font-size: 14px;
        text-align: left;
        padding-left: 5px
    }

    section.banner-section .banner-anim-img {
        width: 170px;
        right: 5%
    }
}

@media only screen and (min-width: 821px) and (max-width: 1024px) {
    section.banner-section .banner-block .banner-form-block .banner-subheading-title {
        font-size: 14px
    }

    section.banner-section .banner-block .banner-form-block .banner-subheading-title span {
        font-size: 14px
    }

    section.banner-section .banner-block .banner-form-block .banner-form {
        width: 100%;
        padding: 5px 0px
    }

    section.banner-section .banner-block .banner-form-block .banner-form .form-group input {
        font-size: 14px
    }

    section.banner-section .banner-block .banner-form-block .banner-txt {
        font-size: 14px
    }
}

@media only screen and (min-width: 0px) and (max-width: 820px) {
    section.banner-section .banner-block {
        left: 0;
        right: 0
    }

    section.banner-section .banner-block .banner-heading-title {
        display: block;
        margin: auto;
        text-align: center
    }

    section.banner-section .banner-block .banner-form-block {
        position: relative
    }

    section.banner-section .banner-block .banner-form-block .banner-subheading-title {
        font-size: 14px;
        text-align: center
    }

    section.banner-section .banner-block .banner-form-block .banner-form {
        width: 100%;
        flex-direction: column;
        background: transparent;
        box-shadow: none
    }

    section.banner-section .banner-block .banner-form-block .banner-form .form-block {
        box-shadow: none;
        flex-direction: column;
        width: 100%
    }

    section.banner-section .banner-block .banner-form-block .banner-form .form-group {
        width: 100%;
        border: 1px solid #fff;
        border-radius: 0px
    }

    section.banner-section .banner-block .banner-form-block .banner-form .form-group::before {
        content: none
    }

    section.banner-section .banner-block .banner-form-block .banner-form .form-group input {
        font-size: 14px;
        border: none;
        border-radius: 0
    }

    section.banner-section .banner-block .banner-form-block .banner-form .form-group.form-group-btn {
        border-bottom: 0px;
        width: 220px
    }

    section.banner-section .banner-block .banner-form-block .banner-form .form-group.form-group-btn .arrow_btn {
        width: 100%;
        height: auto;
        border: none !important
    }

    section.banner-section .banner-block .banner-form-block .banner-form .form-group.form-group-btn .arrow_btn img {
        display: none
    }

    section.banner-section .banner-block .banner-form-block .banner-txt {
        font-size: 12px;
        text-align: center
    }

    section.banner-section .banner-anim-img {
        display: none
    }
}

@media only screen and (min-width: 0px) and (max-width: 576px) {
    section.banner-section .banner-img {
        min-height: 230px;
        animation: unset;
        transition: none;
        object-fit: cover
    }

    section.banner-section .banner-block .banner-heading-title {
        line-height: 1
    }

    section.banner-section .banner-block .banner-form-block {
        position: relative
    }

    section.banner-section .banner-block .banner-form-block .banner-subheading-title {
        font-size: 14px;
        text-align: center
    }

    section.banner-section .banner-block .banner-form-block .banner-form {
        width: 100%;
        flex-direction: column;
        background: transparent;
        box-shadow: none
    }

    section.banner-section .banner-block .banner-form-block .banner-form .form-block {
        box-shadow: none;
        flex-direction: column;
        width: 100%
    }

    section.banner-section .banner-block .banner-form-block .banner-form .form-group {
        width: 100%;
        border: 1px solid #fff;
        border-radius: 0px
    }

    section.banner-section .banner-block .banner-form-block .banner-form .form-group::before {
        content: none
    }

    section.banner-section .banner-block .banner-form-block .banner-form .form-group input {
        font-size: 14px;
        margin-bottom: 0;
        border: none;
        border-radius: 0
    }

    section.banner-section .banner-block .banner-form-block .banner-form .form-group.form-group-btn {
        border-bottom: 0px;
        width: 220px
    }

    section.banner-section .banner-block .banner-form-block .banner-form .form-group.form-group-btn .arrow_btn {
        background: #000;
        width: 100%;
        height: auto;
        border: none !important
    }

    section.banner-section .banner-block .banner-form-block .banner-form .form-group.form-group-btn .arrow_btn img {
        display: none
    }

    section.banner-section .banner-block .banner-form-block .banner-txt {
        font-size: 12px;
        text-align: center
    }

    section.banner-section .banner-anim-img {
        top: 0%;
        right: 4%;
        width: 180px;
        transition: none;
        animation: none
    }
}

@media only screen and (min-width: 0px) and (max-width: 380px) {
    section.banner-section .banner-form-block {
        padding: 20px 0
    }

    section.banner-section .banner-form-block .container {
        flex-wrap: wrap
    }

    section.banner-section .banner-form-block .banner-arrow-img {
        float: left;
        animation: none;
        width: 20px
    }

    section.banner-section .banner-form-block .banner-subheading-title {
        font-size: 18px;
        min-width: auto
    }

    section.banner-section .banner-anim-img {
        top: 1%;
        right: 8%;
        width: 140px
    }
}

section.product-welcome-section {
    position: relative;
    padding: 50px 0;
    background-image: url(../assets/images/about-us.webp)
}

@media only screen and (max-width: 576px) {
    section.product-welcome-section {
        padding: 30px 0
    }
}

section.product-welcome-section .when-you-choose {
    background-color: #162049;
    min-height: 300px;
    padding: 30px;
    margin-top: -100px;
    position: relative
}

section.product-welcome-section .when-you-choose .product-services-div {
    position: relative;
    z-index: 1
}

@media only screen and (max-width: 1279px) {
    section.product-welcome-section .when-you-choose {
        margin-top: 0
    }
}

section.product-welcome-section .when-you-choose::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../assets/images/wave-img.webp) no-repeat;
    top: 10px;
    background-size: cover;
    right: 5px;
    position: absolute;
    display: inline-block
}

section.product-welcome-section .when-you-choose h2 {
    color: #fff
}

section.product-welcome-section .when-you-choose .product-services-div p {
    color: #fff;
    margin-top: 15px;
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px
}

@media only screen and (max-width: 1084px) {
    section.product-welcome-section {
        margin-top: 0px
    }
}

section.product-welcome-section .welcome-section {
    background-color: #ffffffd4;
    padding: 25px
}

@media only screen and (max-width: 576px) {
    section.product-welcome-section .welcome-section {
        padding: 15px
    }
}

section.product-welcome-section .welcome-section .welcome-txt p {
    font-size: 14px
}

section.product-welcome-section .welcome-section .welcome-txt p.sub-bold {
    font-weight: bold;
    font-style: italic
}

section.product-welcome-section .product-welcome-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media only screen and (max-width: 768px) {
    section.product-welcome-section .product-welcome-bg {
        display: none
    }
}

section.choosing-us {
    padding: 70px 0 10px 0
}

@media only screen and (min-width: 0) and (max-width: 576px) {
    section.choosing-us {
        padding: 0
    }
}

section.choosing-us .unique-value {
    padding: 15px;
    background-image: url(../assets/images/choosibg-us.webp);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center
}

section.choosing-us .unique-value .custom_btn {
    background-color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600
}

section.choosing-us .unique-value .custom_btn:hover {
    background-color: #162049 !important
}

section.choosing-us .unique-value .custom_btn svg {
    width: 100%;
    height: auto;
    max-width: 60%
}

section.choosing-us .why-choose-us .choosing-us-slider .item .slide-owl-wrap {
    border: 1px solid #f1f1f1;
    padding: 30px;
    display: flex
}

@media (max-width: 1660px) {
    section.choosing-us .why-choose-us .choosing-us-slider .item .slide-owl-wrap {
        padding: 20px
    }
}

@media (max-width: 576px) {
    section.choosing-us .why-choose-us .choosing-us-slider .item .slide-owl-wrap {
        flex-direction: column;
        text-align: center
    }
}

@media (max-width: 1575px) {
    section.choosing-us .why-choose-us .choosing-us-slider .item .slide-owl-wrap {
        padding: 10px
    }
}

section.choosing-us .why-choose-us .choosing-us-slider .item .slide-owl-wrap .why-choose-data {
    margin-left: 20px;
    min-height: 75px
}

@media (max-width: 1366px) {
    section.choosing-us .why-choose-us .choosing-us-slider .item .slide-owl-wrap .why-choose-data {
        margin-left: 10px
    }
}

@media (max-width: 576px) {
    section.choosing-us .why-choose-us .choosing-us-slider .item .slide-owl-wrap .why-choose-data {
        padding-left: 0;
        margin-left: 0
    }
}

@media (max-width: 576px) {
    section.choosing-us .why-choose-us .choosing-us-slider .item .slide-owl-wrap svg {
        margin: 0 auto;
        padding-left: 0
    }
}

section.choosing-us .why-choose-us .choosing-us-slider .item .slide-owl-wrap:hover {
    background-color: #f4f4f4
}

section.choosing-us .why-choose-us .choosing-us-slider .item .slide-owl-wrap:hover svg g {
    fill: #000
}

section.choosing-us .why-choose-us .choosing-us-slider .item .slide-owl-wrap:hover h3 {
    color: #000
}

@media (max-width: 575px) {
    section.choosing-us .why-choose-us {
        text-align: center
    }

    section.choosing-us .why-choose-us svg {
        margin: 0 auto;
        display: block
    }

    section.choosing-us .why-choose-us .col-sm-6 {
        margin-bottom: 20px
    }

    section.choosing-us .why-choose-us br {
        display: none
    }
}

section.choosing-us .why-choose-us svg {
    width: 75px;
    height: 60px;
    max-width: 100%
}

section.choosing-us .why-choose-us h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 5px
}

@media (max-width: 1440px) {
    section.choosing-us .why-choose-us h3 {
        font-size: 22px
    }
}

section.choosing-us .why-choose-us p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px
}

section.one-stop-section {
    position: relative;
    padding: 40px 0
}

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

section.one-stop-section .one-stop-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media only screen and (max-width: 768px) {
    section.one-stop-section .one-stop-bg {
        display: none
    }
}

section.one-stop-section .one-stop-block a {
    border: 1px solid #000;
    display: block;
    position: relative;
    height: 100%
}

section.one-stop-section .one-stop-block a:hover span {
    background: rgba(0, 0, 0, 0.38);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background: rgba(0, 0, 0, 0.38);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0
}

@media only screen and (min-width: 0px) and (max-width: 576px) {
    section.one-stop-section .one-stop-block a {
        text-align: center
    }
}

section.one-stop-section .one-stop-block a:hover img {
    box-shadow: 0 19px 19px 0 rgba(0, 0, 0, 0.15)
}

section.one-stop-section .one-stop-block span {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    position: relative;
    display: block;
    position: absolute;
    bottom: 0;
    padding: 20px 10px;
    width: 100%;
    background: rgba(0, 0, 0, 0.51);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(9.5px);
    -webkit-backdrop-filter: blur(9.5px)
}

section.one-stop-section .one-stop-block img {
    width: 100%;
    transition: all 0.2s;
    height: 100%;
    max-width: 100%
}

@media only screen and (min-width: 0px) and (max-width: 991px) {
    section.one-stop-section .one-stop-block img {
        max-height: 300px;
        object-fit: cover
    }
}

@media only screen and (min-width: 0px) and (max-width: 576px) {
    section.one-stop-section .one-stop-block img {
        width: 100%;
        margin: 0 auto;
        display: block
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    section.one-stop-section .one-stop-block span {
        font-size: 14px
    }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
    section.one-stop-section .one-stop-block span {
        font-size: 14px;
        padding: 15px 10px
    }
}

section.top-selling-section {
    padding: 40px 0;
    position: relative
}

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

section.top-selling-section .top-selling-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    object-fit: contain
}

@media only screen and (max-width: 768px) {
    section.top-selling-section .top-selling-bg {
        display: none
    }
}

section.top-selling-section .top-selling-block {
    position: relative;
    padding-top: 30px;
    padding-bottom: 10px;
    border-radius: 0px;
    margin: auto;
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px
}

section.top-selling-section .top-selling-block img {
    height: 70px;
    max-width: 100%
}

@media only screen and (min-width: 0px) and (max-width: 1284px) {
    section.top-selling-section .top-selling-block img {
        width: 60px;
        height: auto
    }
}

section.top-selling-section .top-selling-block .custom_btn_secondary {
    padding: 10px 10px;
    white-space: nowrap
}

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    section.top-selling-section .top-selling-block {
        padding-top: 20px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    section.top-selling-section .top-selling-block {
        padding-top: 10px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    section.top-selling-section .top-selling-block {
        padding-top: 10px
    }

    section.top-selling-section .top-selling-block ul li {
        width: 50% !important
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    section.top-selling-section .top-selling-block {
        padding-top: 0
    }

    section.top-selling-section .top-selling-block .top-selling-title {
        font-size: 16px !important
    }
}

section.top-selling-section .top-selling-block .top-selling-title {
    color: #162049;
    font-size: 22px;
    font-weight: 600;
    width: 100%;
    display: block;
    border-radius: 0px
}

@media only screen and (min-width: 1101px) and (max-width: 1440px) {
    section.top-selling-section .top-selling-block .top-selling-title {
        font-size: 16px
    }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
    section.top-selling-section .top-selling-block .top-selling-title {
        font-size: 14px
    }
}

section.top-selling-section .top-selling-block ul {
    list-style: none;
    padding-left: 0;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%
}

section.top-selling-section .top-selling-block ul li {
    padding: 10px 0px;
    position: relative;
    width: 100%
}

section.top-selling-section .top-selling-block ul li a {
    font-weight: 400;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 5px 3px
}

@media only screen and (max-width: 1199px) {
    section.top-selling-section .top-selling-block ul li a {
        padding: 3px
    }
}

section.top-selling-section .top-selling-block ul li a:hover {
    color: #000
}

@media only screen and (max-width: 767px) {
    section.top-selling-section .top-selling-block ul li {
        width: 100%
    }

    section.top-selling-section .top-selling-block ul li:first-child {
        padding-top: 10px
    }

    section.top-selling-section .top-selling-block ul li a {
        font-size: 14px
    }
}

section.leading-manufacture-section {
    padding: 40px 0
}

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

section.leading-manufacture-section .leading-manufacture-block .top-part {
    background-color: #162049;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 100px;
    position: relative
}

@media only screen and (max-width: 1024px) {
    section.leading-manufacture-section .leading-manufacture-block .top-part {
        padding-left: 70px
    }
}

@media only screen and (max-width: 991px) {
    section.leading-manufacture-section .leading-manufacture-block .top-part {
        justify-content: flex-start;
        padding: 100px 50px
    }
}

section.leading-manufacture-section .leading-manufacture-block .top-part h2 {
    color: #fff;
    width: 95%
}

section.leading-manufacture-section .leading-manufacture-block .top-part::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../assets/images/wave-white.webp) no-repeat;
    top: 10px;
    background-size: contain;
    right: 5px;
    position: absolute;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: bottom right
}

@media only screen and (max-width: 991px) {
    section.leading-manufacture-section .leading-manufacture-block .top-part::after {
        background-size: cover;
        opacity: 0.2
    }
}

section.leading-manufacture-section .leading-manufacture-block table {
    background-color: #fff;
    width: 110%;
    position: relative;
    margin: 50px 0;
    z-index: 1
}

@media only screen and (max-width: 991px) {
    section.leading-manufacture-section .leading-manufacture-block table {
        width: 100%;
        margin: 10px 0
    }
}

section.leading-manufacture-section .leading-manufacture-block table td {
    text-align: center;
    height: 100%
}

section.leading-manufacture-section .leading-manufacture-block table td a {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center
}

@media only screen and (max-width: 575px) {
    section.leading-manufacture-section .leading-manufacture-block table td a {
        max-width: 150px
    }
}

section.leading-manufacture-section .leading-manufacture-block table td a img {
    width: 100%;
    height: auto;
    max-width: 50%
}

@media only screen and (max-width: 667px) {
    section.leading-manufacture-section .leading-manufacture-block table td a img {
        max-width: 90%
    }
}

section.upload-rfq-sec {
    background-image: url(../assets/images/upload-rfq-home.webp);
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width: 1440px) {
    section.upload-rfq-sec {
        background-position: top
    }
}

@media (max-width: 576px) {
    section.upload-rfq-sec {
        background-position: center;
        background-size: inherit;
        background-repeat: no-repeat
    }
}

section.upload-rfq-sec .Upload-multiple-parts {
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width: 667px) {
    section.upload-rfq-sec .Upload-multiple-parts {
        min-height: 300px
    }
}

section.upload-rfq-sec .Upload-multiple-parts h3 {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 1.5;
    font-weight: 600
}

@media (max-width: 1284px) {
    section.upload-rfq-sec .Upload-multiple-parts h3 {
        font-size: 24px
    }
}

@media (max-width: 667px) {
    section.upload-rfq-sec .Upload-multiple-parts h3 {
        font-size: 16px
    }
}

section.commercial-parts {
    padding: 40px 0 100px 0;
    padding-top: 50px
}

@media only screen and (max-width: 991px) {
    section.commercial-parts {
        padding: 30px 0
    }
}

section.commercial-parts .com-part {
    background-color: #162049;
    min-height: 100%;
    width: 120%;
    padding: 50px 50px;
    position: relative;
    min-height: 500px
}

@media only screen and (max-width: 1366px) {
    section.commercial-parts .com-part {
        min-height: 480px
    }
}

@media only screen and (max-width: 991px) {
    section.commercial-parts .com-part {
        min-height: 450px;
        width: 100%
    }
}

@media only screen and (max-width: 991px) {
    section.commercial-parts .com-part {
        max-height: 250px;
        min-height: 250px
    }
}

@media only screen and (max-width: 576px) {
    section.commercial-parts .com-part {
        max-height: 180px;
        min-height: 180px;
        padding: 20px
    }
}

section.commercial-parts .com-part .plane-image {
    position: absolute;
    left: -250px;
    z-index: 1;
    bottom: -100px;
    height: auto
}

@media only screen and (max-width: 1440px) {
    section.commercial-parts .com-part .plane-image {
        left: -350px
    }
}

@media only screen and (max-width: 991px) {
    section.commercial-parts .com-part .plane-image {
        position: relative !important;
        width: 100%;
        left: 0 !important;
        right: auto;
        bottom: 20px
    }
}

@media only screen and (max-width: 576px) {
    section.commercial-parts .com-part .plane-image {
        bottom: -10px
    }
}

section.commercial-parts .com-part h2 {
    color: #fff;
    width: 95%
}

section.commercial-parts .com-part::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../assets/images/wave-white.webp) no-repeat;
    top: 10px;
    background-size: contain;
    right: 5px;
    position: absolute;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: bottom right
}

@media only screen and (max-width: 991px) {
    section.commercial-parts .com-part::after {
        background-size: cover;
        opacity: 0.2
    }
}

section.commercial-parts .commercial-parts-slider {
    padding: 50px 0 50px 0
}

@media only screen and (max-width: 991px) {
    section.commercial-parts .commercial-parts-slider {
        padding: 0;
        margin-top: 140px !important
    }
}

@media only screen and (max-width: 768px) {
    section.commercial-parts .commercial-parts-slider {
        padding: 0;
        margin-top: 70px !important
    }
}

@media only screen and (max-width: 576px) {
    section.commercial-parts .commercial-parts-slider {
        margin-top: 50px !important
    }
}

section.commercial-parts .commercial-parts-slider .parts-box {
    background-color: #F6F6F6;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
    max-height: 250px
}

section.commercial-parts .commercial-parts-slider .parts-box img {
    height: 100px;
    width: auto;
    margin: 0 auto;
    max-width: 100%
}

section.commercial-parts .commercial-parts-slider .parts-box a {
    font-size: 14px;
    min-height: 39px;
    margin-top: 15px;
    margin-bottom: 0px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center
}

@keyframes arrow {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes product-services-img {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}