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

h1, h2, h3, h4, h5, p, div {
    font-family: "Open Sans",sans-serif !important
}

body {
    -webkit-font-smoothing: subpixel-antialiased;
    color: #000;
    background-color: #fafafa;
    overflow-x: hidden
}

@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
    }
}

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

    a:hover {
        color: #097BB4
    }

.bg-theme {
    background-color: #172049;
    color: #fff;
    font-weight: bold
}

.cursor-not-allowed {
    cursor: not-allowed
}

.chk-add-to-cart {
    position: absolute
}

@media only screen and (max-width: 568px) {
    .chk-add-to-cart {
        left: 51%
    }
}

.switch input {
    display: none
}

.switch {
    display: inline-block;
    width: 60px;
    height: 30px;
    margin: 8px;
    transform: translateY(50%);
    position: relative;
    bottom: 12px;
    background: #f8f8f8;
    border: 1px solid #f0f0f0;
    border-radius: 2em;
    padding: 0.5em 1em 0.5em 4em;
    box-shadow: 0 1px 2px rgba(100,100,100,0.5) inset,0 0 10px rgba(100,100,100,0.1) inset
}

.slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    box-shadow: 0 0 0 2px #777, 0 0 4px #777;
    cursor: pointer;
    border: 4px solid transparent;
    overflow: hidden;
    transition: .4s
}

    .slider:before {
        position: absolute;
        content: "";
        width: 35%;
        height: 100%;
        background: #777;
        border-radius: 30px;
        transform: translateX(0px);
        transition: .4s
    }

input:checked + .slider:before {
    transform: translateX(40px);
    background: limeGreen
}

input:checked + .slider {
    box-shadow: 0 0 0 2px limeGreen,0 0 2px limeGreen
}

.switch.flat .slider {
    box-shadow: none
}

    .switch.flat .slider:before {
        background: #fff
    }

.switch.flat input:checked + .slider:before {
    background: #fff
}

.switch.flat input:checked + .slider {
    background: limeGreen
}

.add-to-cart {
    position: relative;
    display: block;
    background: #f8f8f8;
    border: 1px solid #f0f0f0;
    border-radius: 2em;
    padding: 0.5rem 1rem 0.5rem 4rem;
    box-shadow: 0 1px 2px rgba(100,100,100,0.5) inset,0 0 10px rgba(100,100,100,0.1) inset;
    cursor: pointer;
    text-shadow: 0 2px 2px #fff;
    z-index: 1;
    width: 75%
}

@media only screen and (max-width: 568px) {
    .add-to-cart {
        padding: 0.5rem 1rem 0.5rem 5rem
    }
}

.add-to-cart input + label:before {
    font-family: "FontAwesome";
    content: "\f00d";
    width: 16px;
    height: 16px;
    font-size: 16px;
    padding-right: 10px
}

.add-to-cart input:checked + label:before {
    font-family: "FontAwesome";
    content: "\f00c";
    width: 16px;
    height: 16px;
    font-size: 16px;
    padding-right: 10px;
    color: green
}

.add-to-cart i.fa.fa-shopping-cart {
    font-size: 14px
}

@media (max-width: 1920px) and (min-width: 1366px) {
    .add-to-cart i.fa.fa-shopping-cart {
        left: 5px;
        font-size: 14px
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .add-to-cart i.fa.fa-shopping-cart {
        left: 40px;
        bottom: 5px
    }
}

.add-to-cart::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0.7em;
    width: 3em;
    height: 1.2em;
    border-radius: 0.6em;
    background: #eee;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    box-shadow: 0 1px 3px rgba(100,100,100,0.5) inset,0 0 10px rgba(100,100,100,0.2) inset
}

.add-to-cart::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0.5em;
    width: 1.4em;
    height: 1.4em;
    border: 0.25em solid #fafafa;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #ddd;
    background-image: linear-gradient(to top, #fff 0%, #fff 40%, transparent 100%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    box-shadow: 0 3px 3px rgba(0,0,0,0.5)
}

.container-fluid {
    padding: 0 20px
}

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

.text-secoundary {
    color: #091D7A !important
}

.cursor-pointer {
    cursor: pointer
}

.only_mobile a {
    color: #fff;
    border-radius: 5px;
    border: 2px solid #fff;
    background-color: #172049;
    width: 100%;
    display: block;
    padding: 7px 10px;
    text-align: center;
    font-size: 14px;
    white-space: nowrap
}

@media only screen and (min-width: 0px) and (max-width: 576px) {
    .only_mobile {
        display: block !important;
        color: #fff;
        font-size: 12px
    }
}

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

section {
    position: relative
}

.section-title {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    line-height: initial
}

@media only screen and (max-width: 576px) {
    .section-title {
        font-size: 20px
    }
}

@media only screen and (min-width: 991px) and (max-width: 1179px) {
    .section-title {
        font-size: 26px
    }
}

.section-title .section-sub-heading {
    font-size: 18px;
    color: #097BB4;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.8px
}

@media only screen and (max-width: 768px) {
    .section-title .section-sub-heading {
        font-size: 14px
    }

    .rgq-mobil {
        position: absolute;
        right: 107px;
        top: 35px;
        font-size: 10px;
        background: #0468BE;
        color: #fff !important;
        padding: 5px;
        border-radius: 5px;
        display: block !important;
    }
}

.section-title span {
    color: #000;
    font-weight: bold
}

    .section-title span:hover::after {
        width: 100%
    }

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

        .section-title span::after {
            bottom: 0px
        }
}

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

    .rgq-mobil {
        position: absolute;
        right: 107px;
        top: 35px;
        font-size: 10px;
        background: #0468BE;
        color: #fff !important;
        padding: 5px;
        border-radius: 5px;
        display: block !important;
    }
}

.custom_btn {
    background-color: #172049;
    color: #fff;
    font-size: 14px;
    display: inline-flex;
    padding: 7px 20px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s;
    border-radius: 5px;
    margin-left: 0px;
    white-space: nowrap
}

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

    .custom_btn .fa {
        margin-top: auto;
        margin-bottom: auto;
        margin-left: 8px
    }

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

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

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

.custom_btn_sm {
    background-color: #097BB4;
    color: #fff;
    font-size: 14px;
    display: inline-flex;
    padding: 5px 20px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s;
    border-radius: 5px;
    width: 100px;
    align-items: center;
    justify-content: center
}

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

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

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

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

.quote_form .custom_btn:hover, .quote_form .custom_btn:active, .quote_form .custom_btn:focus-visible {
    background-color: #172049 !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: 100000;
    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
    }
}

.cookies_design .btn-success {
    background-color: #097BB4 !important;
    border: 1px solid #097BB4 !important
}

    .cookies_design .btn-success:hover, .cookies_design .btn-success:active, .cookies_design .btn-success:focus {
        border: 1px solid #172049 !important;
        background-color: #172049 !important
    }

.red_text {
    color: #cc0003
}

.bgLightorange {
    background-color: #f9f9f9 !important;
    width: 30%;
    font-weight: 500
}

.font-14 {
    font-size: 14px !important
}

.font-18 {
    font-size: 18px !important
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    color: #fff !important;
    background-color: #172049;
    border-color: unset
}

div#labSuccessErrorMsg {
    text-align: left;
    display: none;
    background-color: #00005a;
    padding: 0.1em 1em;
    font-size: 14px;
    opacity: 50;
    color: #fff !important
}

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

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 230px;
    overflow: auto;
    /*border: 1px solid #ddd;*/
    z-index: 1
}

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

        .dropdown-content li:hover {
            background-color: #ddd
        }

    .dropdown-content.show {
        display: block;
        top: 29px;
        left: 0px
    }

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

.dropdown-content.show li {
    background: #172049;
    font-size: 14px;
    padding: 5px 20px
}

    .dropdown-content.show li:hover {
        background-color: #091D7A;
        color: #fff !important
    }

a {
    color: #0077c8
}

.Mounting_Electrical {
    padding: 0;
    margin: 20px auto
}

    .Mounting_Electrical .text-heading {
        padding: 10px;
        background: #172049;
        width: 100%;
        color: #fff;
        margin: auto;
        font-size: 16px;
        font-weight: bold;
        border-radius: 5px 5px 0 0
    }

    .Mounting_Electrical .red_btn {
        width: 70px;
        padding: 4px;
        font-weight: bold;
        margin: auto;
        margin-right: 10px;
        color: #fff;
        background: #172049;
        display: flex;
        letter-spacing: 2px;
        justify-content: center;
        align-content: center
    }

    .Mounting_Electrical .box > .row > div {
        display: flex;
        align-content: center;
        align-items: center
    }

    .Mounting_Electrical .box {
        border: 1px solid #80808014;
        padding: 7px 0
    }

        .Mounting_Electrical .box h2 {
            text-align: left;
            padding: 0 0 2px 5px;
            background: none;
            color: #000;
            font-weight: 600;
            font-size: 14px;
            width: 100%;
            margin: auto
        }

        .Mounting_Electrical .box div ul {
            margin-bottom: 4px;
            padding-left: 0;
            width: 100%
        }

            .Mounting_Electrical .box div ul li {
                margin-top: 4px;
                margin-left: 6px;
                text-indent: 0;
                font-size: 12px;
                list-style-type: none
            }

.col-sm-6.col-xs-6.col-md-4.col-lg-12.mb-2.side_space {
    padding: 0
}

@media (min-width: 992px) and (max-width: 1199px) {
    .Mounting_Electrical > .col-lg-12 {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .Mounting_Electrical > .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .Mounting_Electrical .box div ul li {
        font-size: 10px !important;
        line-height: 14px
    }
}

.viewed_parts a.btn.btn-sm.btn-warning {
    width: 62px;
    padding: 4px;
    border: none;
    font-size: 16px;
    font-weight: bold;
    margin: auto;
    margin-right: 2px;
    color: #fff;
    background: #172049;
    display: flex;
    letter-spacing: 2px;
    justify-content: center;
    align-content: center;
    border-radius: 0
}

.viewed_parts .clearfix {
    font-size: 12px;
    margin-top: 5px
}

.viewed_parts {
    padding: 0 8px;
    border: 1px solid #80808014;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between
}

.margin-20 {
    margin-bottom: 20px
}

.View-parts-heading {
    text-align: left;
    padding: 0 0 0 0;
    background: none;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    width: 100%;
    margin: auto
}

.aside-title {
    background-color: #172049;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 10px;
    margin-top: 10px;
    border-radius: 5px 5px 0 0
}

.txt_no.row {
    width: 100%
}

.manufacture_parts_data ul li {
    width: 48%;
    display: inline-flex
}

.viewed_parts .clearfix.col-md-6 {
    width: 48%
}

@media (max-width: 575px) {
    .viewed_parts .clearfix.col-md-6 {
        width: 100% !important
    }
}

.margin10 {
    margin-right: 10px
}

header {
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease
}

    header .header {
        background-size: 100% 100%;
        padding-bottom: 0;
        position: relative;
        width: 100%;
        z-index: 10000;
        background: #fafafa;
        box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important
    }

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

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

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

        header .header .top_links {
            clear: both;
            color: #fff;
            background-color: #172049;
            border-radius: 0px;
            padding: 5px 20px
        }

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

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

                header .header .top_links .fix-navbar ul li a {
                    font-size: 12px;
                    color: #fff;
                    font-weight: 500;
                    border-right: 0px solid gray;
                    padding: 0 5px;
                    white-space: nowrap
                }

                    header .header .top_links .fix-navbar ul li a:hover {
                        color: #fff;
                        text-decoration: underline
                    }

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

            header .header .top_links .fix-navbar .cta {
                font-size: 14px;
                margin-top: 0px;
                padding: 0 5px
            }

                header .header .top_links .fix-navbar .cta:after {
                    content: "";
                    border-right: 1px solid #097BB4;
                    padding: 0 5px
                }


.email-wrapper {
    position: relative;
    display: inline-block;
}

.hover-trigger {
    text-decoration: none;
    color: inherit;
}

.tooltip-main {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    width: max-content;
    background-color: #097BB4;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    white-space: nowrap;
    transition: opacity 0.3s ease;
}

.tooltip-email {
    display: flex !important;
    align-items: center;
    gap: 10px;
}

.email-wrapper:hover .tooltip-main {
    display: block;
}

.copy-button {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}

    .copy-button:hover {
        color: #172049;
    }

.email-link-to {
    color: #fff;
    text-decoration: none;
    text-align: left;
}

    .email-link-to:hover {
        color: #fff;
    }

@media (max-width: 1279px) {
    header .header .top_links .fix-navbar .cta:after {
        border-right: none
    }
}

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

    header .header .top_links .fix-navbar .cta a:first-child i {
        font-size: 14px;
        padding-top: 3px
    }

    header .header .top_links .fix-navbar .cta a i {
        padding: 0px 5px 0px 0px;
        color: #097BB4
    }

    header .header .top_links .fix-navbar .cta a:hover span, header .header .top_links .fix-navbar .cta a:hover i {
        color: #fff
    }

header .header .head_label {
    align-items: center
}

    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: "Open Sans",sans-serif;
        padding: 0 5px;
        margin-left: 5px
    }

    header .header .head_label h4.modal-title {
        font-size: 18px
    }

@media only screen and (max-width: 576px) {
    header .header .head_label h4.modal-title {
        font-size: 16px !important
    }
}

header .header .head_label .modal-dialog {
    max-width: 60%;
    top: 25%
}

@media (max-width: 1440px) {
    header .header .head_label .modal-dialog {
        top: 25%
    }
}

@media (max-width: 1440px) {
    header .header .head_label .modal-dialog {
        top: 25%
    }
}

@media (max-width: 1024px) {
    header .header .head_label .modal-dialog {
        top: 10%
    }
}

@media (max-width: 991px) {
    header .header .head_label .modal-dialog {
        top: 25%
    }
}

@media (max-width: 768px) {
    header .header .head_label .modal-dialog {
        top: 4%
    }
}

@media (max-width: 576px) {
    header .header .head_label .modal-dialog {
        top: 11%;
        max-width: 100%
    }
}

header .header .head_label .modal-dialog textarea {
    font-size: 14px
}

@media (max-width: 768px) {
    header .header .head_label .modal-dialog textarea {
        height: 80px
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    header .header .head_label .modal-dialog h4.modal-title {
        font-size: 16px
    }
}

header .header .head_label .modal-dialog .selectpicker {
    border: 0;
    border-bottom: 1px #e8e8e8 solid;
    border-radius: 0
}

header .header .head_label .modal-dialog .multiparts-modal-header {
    background-color: #172049;
    color: #fff;
    border-radius: 5px 5px 0 0
}

    header .header .head_label .modal-dialog .multiparts-modal-header button.btn-close {
        background-image: url(../assets/images/cancle-circle.png);
        opacity: 1
    }

header .header .head_label .searchBoxD {
    background-color: #d9dbdc;
    margin-right: 20px;
    border-radius: 5px
}

    header .header .head_label .searchBoxD .show {
        border: transparent
    }

header .header .head_label .myaccount {
    font-weight: bold;
    margin-top: 1px
}

    header .header .head_label .myaccount > ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        align-items: center
    }

        header .header .head_label .myaccount > ul > li {
            font-size: 11px;
            display: -webkit-box;
            padding: 0 3px;
            white-space: nowrap
        }

            header .header .head_label .myaccount > ul > li:first-child {
                position: relative;
                display: flex !important;
                align-items: center
            }

@media (min-width: 1279px) and (max-width: 1248px) {
    header .header .head_label .myaccount > ul > li:first-child {
        padding: 0 !important
    }
}

header .header .head_label .myaccount > ul > li .usercon {
    background-color: #0b7ab4;
    color: #fff;
    width: 40px;
    height: 40px;
    padding: 5px 0px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    text-align: center;
    float: left;
    margin: 0 10px
}

    header .header .head_label .myaccount > ul > li .usercon .fa-user-circle {
        font-size: 20px;
        width: 20px;
        height: 20px
    }

header .header .head_label .myaccount > ul > li span.user-name-text {
    max-width: 15ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0
}

header .header .head_label .myaccount > ul > li .myaccount-drop {
    font-size: 12px
}

header .header .head_label .myaccount .user-icon {
    padding: 10px
}

    header .header .head_label .myaccount .user-icon img {
        margin-right: 5px
    }

    header .header .head_label .myaccount .user-icon .nav_icon {
        background: #097BB4;
        color: #fff;
        font-size: 22px;
        border-radius: 50%;
        padding: 9px 10px;
        display: flex;
        align-items: center
    }

    header .header .head_label .myaccount .user-icon:hover span {
        color: #097BB4
    }

header .header .head_label .myaccount .cart-icon {
    padding: 10px;
    align-items: center;
    font-size: 16px
}

    header .header .head_label .myaccount .cart-icon img {
        margin-right: 5px
    }

    header .header .head_label .myaccount .cart-icon span#count-checked-checkboxes {
        padding: 0 5px
    }

    header .header .head_label .myaccount .cart-icon .nav_icon {
        background: #097BB4;
        color: #fff;
        font-size: 22px;
        border-radius: 50%;
        padding: 9px 10px;
        display: flex;
        align-items: center
    }

@media (min-width: 0px) and (max-width: 1279px) {
    header .header .head_label .myaccount {
        float: right;
        position: fixed;
        background-color: #f0f2f3;
        width: 100%;
        left: 0px;
        right: 0px;
        bottom: 48px;
        text-align: center;
        transition: 0.5s;
        justify-content: center
    }

        header .header .head_label .myaccount span {
            color: #000
        }
}

header .header .head_label .myaccount .submenu2 {
    display: none;
    position: absolute;
    margin: 0px;
    background-color: #172049;
    z-index: 100;
    width: 220px;
    text-align: left;
    padding: 5px 0px !important
}

@media (max-width: 1279px) {
    header .header .head_label .myaccount .submenu2 {
        bottom: 45px !important;
        top: unset !important;
        left: 0
    }
}

header .header .head_label .myaccount .submenu2 li {
    display: block;
    width: 100%;
    vertical-align: top;
    margin: 0px !important;
    padding: 0px 5px !important
}

    header .header .head_label .myaccount .submenu2 li a {
        color: #fff !important;
        display: block;
        padding: 10px 10px;
        border-bottom: 1px #747477 solid
    }

        header .header .head_label .myaccount .submenu2 li a:hover {
            background-color: #091D7A
        }

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: #172049;
    position: relative;
    font-size: 14px;
    color: #fff !important;
    z-index: 1;
    transition: 0.3s;
    padding: 5px 10px;
    height: 40px;
    border-radius: 0px;
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    white-space: nowrap
}

@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;
        background-color: #0d79b2
    }
}

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

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

header .header .head_label .inrfq-search {
    background-color: #172049;
    position: relative;
    font-size: 14px;
    color: #fff !important;
    z-index: 1;
    transition: 0.3s;
    padding: 5px;
    font-weight: 700;
    border-radius: 0px;
    display: inline-flex;
    align-items: center;
    border-radius: 0 5px 5px 0px;
    white-space: nowrap
}

@media (min-width: 0px) and (max-width: 1279px) {
    header .header .head_label .inrfq-search {
        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-search img {
    position: absolute;
    top: 50%;
    right: 6px;
    margin: auto;
    font-size: 2.5rem;
    width: 25px;
    transform: translateY(-50%)
}

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: 40px
    }

    header .header .head_label .search_form .input_effect {
        border: none;
        background-color: transparent;
        color: #000;
        outline: none;
        padding-left: 12px;
        font-size: 11px;
        width: 300px
    }

@media (min-width: 1679px) {
    header .header .head_label .search_form .input_effect {
        width: 480px
    }
}

header .header .head_label .search_form .input_effect::placeholder {
    color: #000;
    font-weight: 500
}

header .header .head_label .search_form .multipart {
    margin-right: 10px;
    font-size: 12px;
    text-decoration: underline;
    white-space: nowrap;
    border-left: 1px solid #808080;
    padding: 0 0 0 15px
}

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

header .header .head_label .search_form .modal-dialog {
    max-width: 60%;
    top: 25%
}

@media (max-width: 1440px) {
    header .header .head_label .search_form .modal-dialog {
        top: 25%
    }
}

@media (max-width: 1440px) {
    header .header .head_label .search_form .modal-dialog {
        top: 25%
    }
}

@media (max-width: 1024px) {
    header .header .head_label .search_form .modal-dialog {
        top: 10%
    }
}

@media (max-width: 991px) {
    header .header .head_label .search_form .modal-dialog {
        top: 25%
    }
}

@media (max-width: 768px) {
    header .header .head_label .search_form .modal-dialog {
        top: 4%
    }
}

@media (max-width: 576px) {
    header .header .head_label .search_form .modal-dialog {
        top: 15%;
        max-width: 100%
    }
}

@media (max-width: 768px) {
    header .header .head_label .search_form .modal-dialog textarea {
        height: 20px
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    header .header .head_label .search_form .modal-dialog h4.modal-title {
        font-size: 16px
    }
}

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

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

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

@media only screen and (min-width: 1280px) and (max-width: 1290px) {
    header .header .head_label .search_form .submit_btn {
        padding: 7px
    }
}

header .header .head_label .search_form .submit_btn:hover {
    background-color: #097BB4
}

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

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

header .header .head_label .multi_part {
    display: none;
    background-color: #ffffff;
    -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: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 15px;
    margin: 0 auto;
    top: -1000px;
    left: 0px;
    right: 0px;
    position: fixed;
    width: 60% !important;
    height: auto !important;
    transition: 0.3s;
    height: 275px;
    z-index: 100000
}

    header .header .head_label .multi_part .closeing {
        display: block;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0px;
        right: 10px;
        padding: 10px 25px;
        font-size: 1.3em
    }

        header .header .head_label .multi_part .closeing:hover {
            color: #00005a
        }

    header .header .head_label .multi_part .selectpicker {
        background-image: url(../images/arrow_select.png) !important;
        background-repeat: no-repeat !important;
        background-position: right -3px !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 5px 5px 6px 8px;
        background-color: rgba(255,255,255,0.8);
        border: 1px #bcc0c9 solid;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 5px
    }

    header .header .head_label .multi_part select {
        background-image: url(../images/down-arrow.png);
        background-repeat: no-repeat;
        background-position: right center;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

header .header .head_label .pop {
    display: block;
    top: 83px;
    transition: 0.3s;
    background-color: #f7f7f7
}

header .header .head_label h4.text-left {
    text-align: left
}

header .header .head_label #placeholderDiv {
    position: absolute;
    top: 100px;
    padding: 0 15px;
    color: #a5a5a5;
    text-align: left
}

header .header .head_label .spansearch .clear-list-search-btn {
    background-color: #097BB4;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 1.2em;
    display: inline-block;
    padding: 8px 18px;
    text-decoration: none !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: 0.3s;
    border: none !important;
    margin: 10px 10px 10px 0px !important
}

    header .header .head_label .spansearch .clear-list-search-btn:hover {
        background-color: #172049
    }

@media (max-width: 768px) {
    header .header .head_label .spansearch .clear-list-search-btn {
        margin: 7px 5px 8px 0px !important;
        font-size: 1em
    }
}

header .header .head_label .spansearch .more_btn {
    background-color: #172049;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 1.2em;
    display: inline-block;
    padding: 8px 18px;
    text-decoration: none !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: 0.3s;
    border: none !important;
    margin: 10px 10px 10px 0px !important
}

    header .header .head_label .spansearch .more_btn:hover {
        background-color: #097BB4
    }

@media (max-width: 768px) {
    header .header .head_label .spansearch .more_btn {
        margin: 7px 5px 8px 0px !important;
        font-size: 1em
    }
}

header .header .head_label span.spansearch {
    text-align: right !important
}

header .header.fixed {
    background: #fafafa;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
    position: fixed;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
    animation: smoothScroll 1s backwards
}

@media (max-width: 1279px) {
    header .header.fixed {
        animation: none
    }
}

header .logo {
    display: inline-block
}

    header .logo img {
        width: 100%;
        height: auto
    }

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

header .main_nav {
    margin: 0px;
    padding: 0px;
    display: block;
    clear: both;
    font-family: "Open Sans",sans-serif;
    margin-top: 0px;
    list-style: none
}

    header .main_nav li:nth-of-type(3) > ul > li:nth-of-type(11) > ul {
        column-count: 1;
        width: 100% !important;
        top: unset;
        bottom: 0
    }

    header .main_nav li:nth-of-type(3) > ul > li:nth-of-type(12) > ul {
        column-count: 1;
        width: 410px !important
    }

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

        header .main_nav li.actmenu a {
            color: #097BB4 !important;
            font-size: 16px
        }

        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: 2px;
            color: #000
        }

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

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

header .main_nav li ul li {
    display: block
}

    header .main_nav li ul li a {
        display: block;
        padding: 4px 10px;
        border-bottom: 1px #172049 dashed;
        color: #fff !important;
        text-align: left;
        width: 100%;
        font-family: "Open Sans",sans-serif;
        position: relative;
        font-size: 12px
    }

        header .main_nav li ul li a:hover {
            background-color: #097BB4
        }

        header .main_nav li ul li a i {
            position: absolute;
            right: 0px;
            top: 0px;
            padding: 12px 15px;
            color: #fff
        }

header .main_nav > li:nth-child(n+5) > ul > li > ul {
    left: -250px
}

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

@media (min-width: 1679px) {
    header .main_nav > li > a {
        font-size: 13px
    }
}

header .main_nav > li > a small {
    text-transform: lowercase !important
}

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

    header .main_nav > li > ul > li > .fa-angle-down {
        position: absolute;
        color: #fff;
        top: 7px;
        right: 0px;
        z-index: 1;
        padding: 9px 15px !important;
        line-height: 0px;
        float: right;
        font-size: 12px
    }

@media only screen and (max-width: 1279px) {
    header .main_nav > li > ul > li > .fa-angle-down {
        display: inline-block;
        position: absolute !important;
        top: 6px
    }
}

@media only screen and (max-width: 1279px) {
    header .main_nav > li > ul > li .secondLevel {
        position: relative !important;
        width: 100%
    }
}

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

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

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

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

header .main_nav > li > ul > li > ul {
    position: absolute;
    margin: 0px;
    padding: 0px;
    left: 248px;
    width: 280px;
    top: 0px;
    background-color: #172049;
    z-index: 10000;
    display: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        .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
    }

    .custom_header header .search_bar {
        right: 55px
    }

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

        .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: #172049;
            text-align: left;
            transition: 0.3s;
            padding-left: 15px;
            width: 100%;
            border-top: 1px solid white
        }

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

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

                .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 ul li:nth-of-type(n+2) {
        display: none
    }

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

        .custom_header header .fix-navbar .cta a {
            padding: 5px !important
        }

            .custom_header header .fix-navbar .cta a i {
                font-size: 20px !important;
                color: #fff;
                padding: 10px 5px !important
            }

            .custom_header header .fix-navbar .cta a span {
                display: none !important
            }

    .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: 10px 20px;
        margin: 0 auto;
        left: 0px;
        right: 0px;
        position: fixed !important;
        width: 90% !important;
        height: 170px !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% !important;
            border-bottom: 1px gray solid !important;
            margin-bottom: 10px;
            padding: 7px 13px;
            padding-left: 0 !important;
            padding-right: 0 !important;
            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
            }

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

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

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

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

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

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

        .custom_header header .logo img {
            width: 155px !important;
            max-width: 155px;
            margin-bottom: 2px
        }
}

@media only screen and (min-width: 0px) and (max-width: 1279px) and (min-width: 0px) and (max-width: 576px) {
    .custom_header header .logo img {
        width: 155px !important;
        max-width: 155px
    }
}

@media (min-width: 0px) and (max-width: 1279px) {
    .custom_header header .nav_holder {
        background-color: #172049;
        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: #172049 !important;
            border-radius: 0%;
            opacity: 1;
            left: 0;
            right: 0;
            bottom: 40px;
            top: 80px;
            height: auto
        }

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

        .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: "Open Sans",sans-serif !important;
                    padding: 9px 15px;
                    width: 100%;
                    position: relative;
                    font-size: 10px
                }

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

                .custom_header header .nav_holder ul li.actmenu a {
                    color: #091D7A !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: #097BB4
        }

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

            .custom_header header .nav_holder .main_nav > li > ul > li > i {
                top: 5px !important
            }

        .custom_header header .nav_holder .main_nav > li i {
            color: #fff;
            position: absolute;
            top: 8px;
            right: 10px;
            z-index: 1;
            padding: 9px 15px !important;
            line-height: 0px;
            float: right;
            font-size: 12px
        }

        .custom_header header .nav_holder .main_nav > li .fa-angle-right {
            display: none
        }

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

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

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

    .custom_header .modal-footer {
        justify-content: center
    }
}

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

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

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

    header .header .main_nav > li > a {
        font-size: 0.58em
    }
}

li.mega_menu {
    position: static !important
}

ul.mega-submenu {
    width: 100% !important;
    height: 85vh;
    left: 0;
    right: 0;
    padding: 20px 20px !important
}

@media (max-width: 1279px) {
    ul.submenu-item li {
        padding: 5px 0
    }
}

ul.submenu-item li a {
    font-size: 14px !important;
    font-weight: 700;
    border-bottom: none !important;
    padding: 0 !important
}

ul.submenu-item.featured-part-menu-list > li > ul {
    padding-bottom: 20px
}

.submenu-item li ul li a {
    font-size: 13px !important;
    font-weight: 400;
    white-space: nowrap
}

ul.submenu-item li ul {
    padding: 0
}

ul.submenu-item-inner li a:before {
    content: "-";
    color: #077db7;
    margin: 0 5px;
    font-size: 20px
}

ul.mega-submenu h2 {
    color: #fff;
    text-align: left;
    font-size: 20px;
    padding: 15px 35px
}

@media (max-width: 1024px) {
    ul.mega-submenu h2 {
        padding: 0
    }
}

hr.vr-line {
    margin: 10px auto;
    color: #fff;
    width: 96%
}

ul.feat-part {
    column-count: 3
}

@media (min-width: 768px) {
    ul.submenu-item i {
        display: none
    }
}

ul.feat-part li a {
    font-size: 16px !important;
    font-weight: 700
}

ul.feat-part li ul li a {
    font-size: 14px !important;
    font-weight: 400
}

ul.mega-submenu > li > div {
    width: calc(100% - 96px);
    margin-left: 48px;
    margin-right: 48px
}

@media (max-width: 768px) {
    ul.mega-submenu > li > div {
        width: 100%
    }
}

ul.submenu-item-inner-inner {
    padding: 0 0 0 10px !important
}

ul.mega-submenu {
    overflow-y: scroll
}

ul.submenu-item.featured-part-menu-list {
    padding-bottom: 50px
}

@media (max-width: 1278px) {
    ul.mega-submenu > div {
        margin-left: 0 !important;
        display: block;
        width: 100%
    }

    .mega-submenu {
        background-color: #172049 !important;
        display: block !important
    }

    hr {
        display: none
    }
}

@media (min-width: 1279px) {
    ul.sub-menu {
        display: block !important
    }
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px)
    }

    100% {
        transform: translateY(0px)
    }
}

@media (max-width: 1279px) {
    .multisearch-button {
        margin-bottom: 10px
    }
}

.certix {
    padding: 5px 0px 0px 0;
    margin-bottom: 5px;
    border-radius: 10px
}

@media only screen and (max-width: 767px) {
    .certix {
        padding: 10px 0px 0px 0
    }
}

@media only screen and (max-width: 576px) {
    .certix {
        margin-bottom: 20px
    }

        .certix .container-fluid {
            padding: 0 15px
        }
}

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

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

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

@media (max-width: 769px) {
    .certix .content_section .sub_title_style span {
        font-size: 20px
    }
}

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

.bg-bluex {
    z-index: 11;
    margin-bottom: 50px
}

@media (max-width: 1199px) {
    .bg-bluex {
        margin-bottom: 10px
    }
}

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

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

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

    .bg-bluex .nchanddown .nochina-white {
        background-color: #f7f7f7;
        box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
        border-radius: 5px;
        height: 135px
    }

@media only screen and (max-width: 1660px) {
    .bg-bluex .nchanddown .nochina-white {
        min-height: 150px
    }
}

@media only screen and (max-width: 1440px) {
    .bg-bluex .nchanddown .nochina-white {
        min-height: 190px
    }
}

@media only screen and (max-width: 1200px) {
    .bg-bluex .nchanddown .nochina-white {
        min-height: auto
    }
}

.bg-bluex .nchanddown .nochina-white span {
    font-size: 16px;
    color: #cc0003;
    text-align: left;
    margin-left: 10px
}

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

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

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

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

@media only screen and (max-width: 575px) {
    .bg-bluex .nchanddown > div > div .nochainax {
        width: 132px
    }
}

.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;
        display: flex
    }

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

.bg-bluex .nchanddown ul li span {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: 5px
}

    .bg-bluex .nchanddown ul li span i {
        border-radius: 50%;
        width: 20px;
        height: 20px;
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #172049;
        line-height: 1.6
    }

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

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

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

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

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

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

footer a {
    font-size: 14px;
    color: #fff;
    text-decoration: none
}

    footer a:hover {
        color: #099ee9
    }

@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: 90%;
        width: 100%
    }
}

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

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

        footer .map_over .payment-app-row .payment-row img {
            border-radius: 5px;
            width: 100%;
            height: auto;
            max-width: 100px
        }

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

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

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

    footer .footer_nav li {
        width: 100%;
        display: block;
        float: left;
        padding-bottom: 5px;
        padding-top: 5px;
        font-weight: 500;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-size: 14px
    }

@media only screen and (max-width: 575px) {
    footer .footer_nav {
        text-align: center
    }
}

footer address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

    footer address p {
        color: #fff;
        padding: 0;
        font-size: 14px;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        text-align: left
    }

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

        footer address p a {
            text-decoration: none;
            color: #fff;
            padding: 0;
            font-size: 14px;
            display: flex;
            align-items: center;
            text-align: left
        }

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

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

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

footer address p.bigcall a {
    font-weight: bold;
    font-size: 16px
}

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

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

footer .downloadBrowExt {
    padding: 10px;
    color: #000;
    line-height: 10px;
    /*margin: 0 auto;*/
    text-align: left;
    font-size: 12px;
    background-color: #fff;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 80%;
}

@media only screen and (min-width: 767px) and (max-width: 1179px) {
    footer .downloadBrowExt {
        display: flex !important;
        align-items: center;
        justify-content: center
    }
}

footer .downloadBrowExt .extention-text {
    padding: 0 10px;
    width: 100%;
    font-size: 12px;
    line-height: normal
}

@media only screen and (min-width: 767px) and (max-width: 1179px) {
    footer .downloadBrowExt .extention-text {
        width: 50%
    }
}

footer .downloadBrowExt img {
    object-fit: contain
}

@media only screen and (max-width: 1199px) {
    footer .downloadBrowExt .extention-text span {
        margin: 20px 0;
        display: block
    }
}

@media only screen and (max-width: 1199px) {
    footer .downloadBrowExt {
        text-align: center;
        display: block;
        width: 100%;
    }
}

@media (max-width: 768px) {
    footer .play-store-img {
        justify-content: center
    }
}

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

@media (min-width: 0px) and (max-width: 1279px) {
    footer .footer_line {
        padding: 10px 30px 67px 30px
    }
}

@media (max-width: 532px) {
    footer .footer_line p.mb-md-4.copyrighttxt {
        padding-bottom: 45px
    }
}

@media (max-width: 767px) {
    footer .footer_line p.mb-md-4.copyrighttxt {
        padding-bottom: 45px
    }
}

footer .footer_line p {
    color: #fff;
    padding-bottom: 0px;
    display: block;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 400
}

    footer .footer_line p:last-child {
        font-size: 14px
    }

@media (max-width: 567px) {
    footer .footer_line p {
        padding-bottom: 17px
    }
}

footer .footer_line p a {
    color: #fff
}

footer .footer-title {
    color: #fff;
    font-size: 16px;
    margin-bottom: 18px;
    display: block;
    font-weight: 600;
    height: 25px;
    position: relative;
}

    footer .footer-title:after {
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 40px;
        height: 2px;
        background: #fff;
        content: "";
    }


footer .footer-title2 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
    display: block;
    font-weight: 600;
    height: 25px;
    position: relative;
}


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

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

    footer address p {
        font-size: 14px
    }

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

@media only screen and (min-width: 1280px) and (max-width: 1440px) and (max-width: 1284px) {
    footer .footer_nav li a {
        font-size: 14px
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1440px) {
    footer .download-exe {
        text-align: left
    }

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

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

    footer address p {
        font-size: 14px
    }

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

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

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

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

.sprite-apple-store {
    width: 113px;
    height: 40px;
    background-position: -88px -5px
}

.sprite-asap-small {
    width: 103px;
    height: 27px;
    background-position: -210px -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 -121px
}

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

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

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

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

.sprite-pwo06 {
    width: 90px;
    height: 90px;
    background-position: -109px -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
}

.carousel-indicators {
    /*  display: none*/
}

.knowmore_btn {
    background-color: #172049;
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    border: none
}

@media (max-width: 991px) {
    .knowmore_btn {
        font-size: 11px;
        padding: 6px
    }
}

.knowmore_btn:hover {
    color: #fff
}

section {
    position: relative; display: block; width: 100%; clear: both;
}

    section.banner-section .bg-gray {
        background-color: #fafafa
    }

@media (max-width: 1284px) {
    section.banner-section .bg-gray {
        min-height: 400px
    }
}

@media (max-width: 991px) {
    section.banner-section .bg-gray {
        min-height: auto
    }
}

@media (max-width: 1284px) {
    section.banner-section .bg-gray video {
        object-fit: cover;
        width: 100%;
        height: 400px
    }
}

@media (max-width: 991px) {
    section.banner-section .bg-gray video {
        max-height: 330px;
        height: auto
    }
}

section.banner-section .banner-img {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover
}

@media (min-width: 1660px) {
    section.banner-section .banner-img {
        /*min-height: 550px;
        max-height: 550px*/
    }
}

@media (max-width: 991px) {
    section.banner-section .banner-img {
        min-height: auto;
        object-fit: contain;
        object-position: 15%;
    }
}

@media (max-width: 1284px) {
    section.banner-section .carousel-inner {
        min-height: 400px
    }
}

@media (max-width: 1284px) {
    section.banner-section .carousel-inner {
        min-height: auto
    }
}

@media (max-width: 568px) {
    section.banner-section .carousel-inner .carousel-control-prev {
        display: none
    }

    section.banner-section .carousel-inner .carousel-control-next {
        display: none
    }
}

section.banner-section .scanner-img-text p {
    font-size: 18px !important
}

@media (max-width: 991px) {
    section.banner-section .scanner-img-text p {
        font-size: 14px;
        width: 50%
    }
}

section.banner-section .scanner-img-text div.google-icon.d-flex {
    font-size: 20px;
    font-weight: bold;
    color: #172049;
    align-items: center;
    justify-content: center !important;
    border: 1px solid #172049;
    width: 65%;
    padding: 6px 8px;
    border-radius: 8px
}

@media (max-width: 1024px) {
    section.banner-section .scanner-img-text div.google-icon.d-flex {
        font-size: 18px;
        width: 100%
    }
}

@media (max-width: 767px) {
    section.banner-section .scanner-img-text div.google-icon.d-flex {
        font-size: 12px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    section.banner-section .scanner-img-text div.google-icon.d-flex {
        font-size: 18px
    }
}

section.banner-section .scanner-img-text div.google-icon.d-flex span {
    padding: 0 0 0 20px
}

    section.banner-section .scanner-img-text div.google-icon.d-flex span img {
        width: 38px;
        height: 38px
    }

@media (max-width: 576px) {
    section.banner-section .scanner-img-text div.google-icon.d-flex span img {
        width: 25px;
        height: 25px
    }
}

section.banner-section .banner-text {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background: rgba(255,255,255,0.75);
    border-radius: 5px;
    padding: 20px 35px;
    box-shadow: 0 4px 30px rgba(0,0,0,0.1);
    backdrop-filter: blur(6.1px);
    -webkit-backdrop-filter: blur(6.1px);
    border: 1px solid rgba(255,255,255,0.12)
}

@media (max-width: 991px) {
    section.banner-section .banner-text {
        background-color: #172049;
        padding: 20px !important;
        border-radius: 5px;
        min-height: 60px;
        position: relative !important;
        bottom: -55px !important;
        color: #fff;
        left: 0 !important;
    }

    footer .footer-title:after {
        display: none;
    }
}

section.banner-section .banner-text p {
    color: #000;
    font-size: 15px;
    margin-bottom: 0px;
    margin-top: 10px
}

@media (max-width: 991px) {
    section.banner-section .banner-text p {
        width: 100%;
        color: #000;
        font-size: 12px !important
    }
}

section.banner-section .banner-text h3 {
    color: #172049;
    font-size: 12px
}

@media (max-width: 991px) {
    section.banner-section .banner-text .banner-txt-center {
        justify-content: center
    }
}

section.banner-section .banner-text .banner-heading-title {
    display: flex;
    align-items: center;
    font-size: 48px;
    font-weight: bold;
    color: #000;
    line-height: 1.2;
    font-weight: 400
}

@media (min-width: 1199px) {
    section.banner-section .banner-text .banner-heading-title {
        font-size: 46px
    }
}

@media only screen and (min-width: 991px) and (max-width: 1024px) {
    section.banner-section .banner-text .banner-heading-title {
        font-size: 28px
    }
}

@media (max-width: 991px) {
    section.banner-section .banner-text .banner-heading-title {
        top: 6%;
        color: #fff;
        font-size: 22px;
        width: 100%;
        margin-top: 0
    }
}

section.banner-section .banner-text .banner-heading-title .banner-sub-heading {
    display: contents;
    color: #172049;
    font-size: 48px;
    font-weight: bold
}

@media (min-width: 1199px) {
    section.banner-section .banner-text .banner-heading-title .banner-sub-heading {
        font-size: 46px
    }
}

@media only screen and (min-width: 991px) and (max-width: 1024px) {
    section.banner-section .banner-text .banner-heading-title .banner-sub-heading {
        font-size: 28px
    }
}

@media (max-width: 991px) {
    section.banner-section .banner-text .banner-heading-title .banner-sub-heading {
        color: #fff;
        font-size: 22px
    }
}

section.banner-section .banner-heading-title-1 {
    right: 100px;
    top: 125px;
    position: absolute;
    font-size: 42px;
    font-weight: bold;
    color: #000000;
    text-transform: capitalize;
    line-height: 1.3
}

@media (max-width: 991px) {
    section.banner-section .banner-heading-title-1 {
        right: 60px;
        top: 30px;
        font-size: 22px
    }
}

@media (max-width: 768px) {
    section.banner-section .banner-heading-title-1 {
        right: 50px;
        font-size: 18px;
        top: 30px
    }
}

@media (max-width: 411px) {
    section.banner-section .banner-heading-title-1 {
        font-size: 18px;
        line-height: 1;
        right: 4px;
        width: 50%
    }
}

section.banner-section .banner-list {
    list-style: none;
    font-size: 18px;
    padding: 10px 0;
    margin-bottom: 0px
}

@media (max-width: 1024px) {
    section.banner-section .banner-list {
        font-size: 14px
    }
}

@media (max-width: 991px) {
    section.banner-section .banner-list {
        padding-bottom: 0
    }
}

@media (max-width: 425px) {
    section.banner-section .banner-list {
        padding: 4px 0
    }
}

section.banner-section .banner-list li {
    padding: 5px;
    line-height: 1;
    font-size: 14px
}

@media (max-width: 991px) {
    section.banner-section .banner-list li {
        margin-bottom: 0;
        font-size: 14px;
        padding-bottom: 0
    }
}

@media (max-width: 576px) {
    section.banner-section .banner-list li {
        font-size: 12px;
        top: 10px;
        padding: 2px
    }
}

@media (max-width: 411px) {
    section.banner-section .banner-list li {
        font-size: 10px;
        top: 10px;
        padding: 2px;
        line-height: 1.4
    }
}

section.banner-section .banner-list .knowmore {
    background-color: #172049;
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    color: #fff
}

@media (max-width: 768px) {
    section.banner-section .banner-list .knowmore {
        padding: 5px
    }
}

@media (max-width: 991px) {
    section.banner-section .banner-list .knowmore {
        font-size: 12px
    }
}

section.banner-section .banner-form-block .banner-subheading-title {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin-top: 50px
}

@media (max-width: 1440px) {
    section.banner-section .banner-form-block .banner-subheading-title {
        margin-top: 10px
    }
}

@media (max-width: 576px) {
    section.banner-section .banner-form-block .banner-subheading-title {
        font-size: 14px !important
    }
}

section.banner-section .banner-form-block .banner-form .input-block {
    width: 100%;
    display: flex !important;
    align-items: center;
    border-radius: 5px
}

@media (max-width: 991px) {
    section.banner-section .banner-form-block .banner-form .input-block {
        margin: auto;
        flex-direction: column;
        box-shadow: none
    }
}

section.banner-section .banner-form-block .banner-form .input-block .form-group {
    width: 100%
}

    section.banner-section .banner-form-block .banner-form .input-block .form-group input {
        border: 0;
        padding: 10px;
        width: 100%;
        outline: none;
        background: #fff;
        font-size: 12px;
        font-weight: 400;
        border: 1px solid gainsboro
    }

@media (max-width: 1024px) {
    section.banner-section .banner-form-block .banner-form .input-block .form-group input {
        font-size: 10px
    }
}

section.banner-section .banner-form-block .banner-form .rfq-submit-btn {
    position: relative
}

    section.banner-section .banner-form-block .banner-form .rfq-submit-btn button.btn.arrow_btn.pulse {
        padding: 6px 3px
    }

    section.banner-section .banner-form-block .banner-form .rfq-submit-btn .instant-rfq {
        color: #fff;
        font-size: 14px;
        border: 1px solid #fff;
        padding: 6px 11px;
        border-radius: 5px
    }

@media (max-width: 1024px) {
    section.banner-section .banner-form-block .banner-form .rfq-submit-btn .instant-rfq {
        font-size: 10px
    }
}

@media (max-width: 768px) {
    section.banner-section .banner-form-block .banner-form .rfq-submit-btn .instant-rfq {
        padding: 5px
    }
}

@media (max-width: 568px) {
    section.banner-section .banner-form-block .banner-form .rfq-submit-btn .instant-rfq {
        display: none
    }
}

section.banner-section .banner-form-block .banner-txt {
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    width: 100%
}

section.banner-section .banner-form-block .banner-input-form {
    display: flex;
    align-items: center
}

section.banner-section .banner-form-block .banner-btn .instant_btn {
    padding: 20px;
    background: #172049;
    display: inline-block;
    max-width: 145px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 8px;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    position: relative;
    border: 2px solid #fff
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
    section.banner-section .banner-form-block .banner-btn .instant_btn {
        display: none
    }
}

@media only screen and (min-width: 1180px) and (max-width: 1440px) {
    section.banner-section .banner-heading-title-1 {
        font-size: 34px
    }

        section.banner-section .banner-heading-title-1 .banner-list {
            list-style: none;
            font-size: 18px;
            padding: 10px 0
        }

            section.banner-section .banner-heading-title-1 .banner-list li {
                padding: 10px
            }

            section.banner-section .banner-heading-title-1 .banner-list .knowmore {
                background-color: #172049;
                font-size: 14px;
                padding: 10px;
                border-radius: 5px;
                color: #fff
            }

    section.banner-section .banner-form-block {
        bottom: 140px;
        left: 40px
    }

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

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

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

@media only screen and (min-width: 991px) and (max-width: 1179px) {
    section.banner-section .banner-heading-title-1 .banner-list {
        list-style: none;
        font-size: 16px;
        padding: 10px 0
    }

        section.banner-section .banner-heading-title-1 .banner-list li {
            padding: 10px
        }

        section.banner-section .banner-heading-title-1 .banner-list .knowmore {
            background-color: #172049;
            font-size: 14px;
            padding: 10px;
            border-radius: 5px;
            color: #fff
        }

    section.banner-section .banner-form-block {
        bottom: 100px;
        left: 25px
    }

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

        section.banner-section .banner-form-block .banner-form {
            padding: 5px 10px 10px
        }

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

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

@media only screen and (min-width: 768px) and (max-width: 990px) {
    section.banner-section .banner-form-block {
        bottom: 70px;
        left: 0px
    }

        section.banner-section .banner-form-block .banner-subheading-title {
            font-size: 9px;
            margin: 0 40px
        }

        section.banner-section .banner-form-block .banner-form {
            padding: 0px 10px
        }

            section.banner-section .banner-form-block .banner-form .form-group input {
                font-size: 10px;
                padding: 0
            }

        section.banner-section .banner-form-block .banner-txt {
            font-size: 10px;
            left: 40px
        }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
    section.banner-section .banner-form-block .banner-form {
        width: 80%;
        padding: 5px
    }

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

        section.banner-section .banner-form-block .banner-form .form-group.form-group-btn .arrow_btn img {
            width: 30px
        }

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

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

@media only screen and (min-width: 0px) and (max-width: 991px) {
    section.banner-section .banner-form-block {
        bottom: 0;
        position: relative;
        left: 4px;
        border: 1px solid #bbb;
        height: 350px;
        padding: 10px;
        border-radius: 5px
    }

        section.banner-section .banner-form-block .banner-subheading-title {
            font-size: 18px;
            margin: 0 !important;
            text-align: center;
            top: 10px;
            font-weight: 700
        }

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

            section.banner-section .banner-form-block .banner-form .input-block .form-group {
                width: 100%;
                padding: 5px;
                border-bottom: 1px solid #efefef
            }

                section.banner-section .banner-form-block .banner-form .input-block .form-group input {
                    font-size: 14px;
                    padding: 0;
                    background: #f6f6f6;
                    box-shadow: none;
                    padding: 10px
                }

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

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

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

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

section.one-stop-section .section-title {
    text-align: center
}

section.one-stop-section .one-stop-block > div {
    align-self: flex-end
}

section.one-stop-section .one-stop-block span {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    position: relative;
    line-height: 1.2;
    display: block;
    margin-top: 20px
}

@media only screen and (max-width: 1284px) {
    section.one-stop-section .one-stop-block span {
        font-size: 16px
    }
}

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

section.one-stop-section .one-stop-block img {
    width: 100%;
    border-radius: 5px
}

section.bg-section {
    background-image: url("../assets/images/boost-purchasing-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed
}

section.welcome-section {
    padding: 70px 0px 0px;
    position: relative;
    z-index: 1;
    background: url(../assets/images/shape2.webp)
}

    section.welcome-section::after {
        position: absolute;
        background: url(../assets/images/shape.webp);
        background-repeat: no-repeat;
        background-size: cover;
        width: 37rem;
        height: 54rem;
        top: -330px;
        right: -65px;
        z-index: -1
    }

@media (max-width: 1279px) {
    section.welcome-section::after {
        display: none
    }
}

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

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

section.welcome-section .section-title {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    line-height: initial
}

@media only screen and (max-width: 576px) {
    section.welcome-section .section-title {
        font-size: 20px
    }

    ul.icon-box li {
        text-align: center;
        display: block;
        margin-bottom: 30px;
        float: none;
        width: 100% !important;
    }

    .jkl {
        top: 80% !important;
        left: 0% !important;
    }

    section.welcome-section .welcome-sub-section .asap-static-counter .static-counter-text {
        height: auto !important;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1179px) {
    section.welcome-section .section-title {
        font-size: 26px
    }
}

section.welcome-section .section-title .section-sub-heading {
    font-size: 18px;
    color: #097BB4;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.8px
}

@media only screen and (max-width: 768px) {
    section.welcome-section .section-title .section-sub-heading {
        font-size: 14px
    }
}

@media only screen and (min-width: 991px) and (max-width: 1179px) {
    section.welcome-section .welcome-sub-section .display-none {
        display: none
    }
}

section.welcome-section .welcome-sub-section img {
    height: 100%;
    object-fit: cover
}

section.welcome-section .welcome-sub-section ul li {
    line-height: 30px
}

@media only screen and (max-width: 768px) {
    section.welcome-section .welcome-sub-section ul li {
        font-size: 14px;
        line-height: 20px
    }
}

section.welcome-section .welcome-sub-section .asap-static-counter {
    width: 100%;
    position: relative
}

@media (max-width: 1024px) {
    section.welcome-section .welcome-sub-section .asap-static-counter {
        margin-bottom: -25px
    }
}

section.welcome-section .welcome-sub-section .asap-static-counter:hover img {
    transform: scale(1.03);
    transition-duration: 1s
}

section.welcome-section .welcome-sub-section .asap-static-counter img {
    width: 100%;
    height: 330px;
    object-fit: fill
}

@media only screen and (max-width: 1440px) {
    section.welcome-section .welcome-sub-section .asap-static-counter img {
        max-height: 300px;
        object-fit: cover
    }
}

@media only screen and (max-width: 576px) {
    section.welcome-section .welcome-sub-section .asap-static-counter img {
        max-height: 300px
    }
}

section.welcome-section .welcome-sub-section .asap-static-counter .static-counter-text {
    margin: 0 6px;
    position: relative;
    z-index: 1;
    background: rgba(9, 123, 180, 0.95);
    padding: 40px 6px;
    /* bottom: 4rem; */
    /* display: flex
; */
    flex-direction: column;
    height: 250px;
    justify-content: center
}

    section.welcome-section .welcome-sub-section .asap-static-counter .static-counter-text h2 {
        font-size: 54px;
        font-weight: bold;
        margin-bottom: 0;
        line-height: 1.2;
        color: #fff;
        text-align: center;
        margin: -12px auto 0px
    }

@media only screen and (max-width: 1440px) {
    section.welcome-section .welcome-sub-section .asap-static-counter .static-counter-text h2 {
        font-size: 42px
    }
}

@media only screen and (max-width: 1179px) {
    section.welcome-section .welcome-sub-section .asap-static-counter .static-counter-text h2 {
        font-size: 36px
    }
}

@media only screen and (max-width: 991px) {
    section.welcome-section .welcome-sub-section .asap-static-counter .static-counter-text h2 {
        font-size: 36px
    }
}

@media (max-width: 768px) {
    section.welcome-section .welcome-sub-section .asap-static-counter .static-counter-text h2 {
        font-size: 54px
    }
}

section.welcome-section .welcome-sub-section .asap-static-counter .static-counter-text p {
    font-size: 14px;
    color: #fff;
    padding-top: 10px;
    text-align: center;
    margin-bottom: 0;
    padding-right: 0;
    line-height: 15px
}

@media (max-width: 991px) {
    section.welcome-section .welcome-sub-section .asap-static-counter .static-counter-text p {
        font-size: 14px;
        line-height: 22px
    }
}

@media (max-width: 576px) {
    section.welcome-section .welcome-sub-section .asap-static-counter .static-counter-text p {
        font-size: 12px;
        line-height: 15px
    }
}

section.welcome-section .welcome-sub-section .comapny-statistics h2 {
    font-size: 32px
}

@media (max-width: 576px) {
    section.welcome-section .welcome-sub-section .comapny-statistics h2 {
        font-size: 22px
    }
}

section.welcome-section .welcome-sub-section .comapny-statistics .owl-nav {
    position: absolute;
    top: 30%;
    font-size: 28px;
    width: 100%
}

    section.welcome-section .welcome-sub-section .comapny-statistics .owl-nav .owl-prev {
        left: -10px;
        position: absolute
    }

    section.welcome-section .welcome-sub-section .comapny-statistics .owl-nav .owl-next {
        right: -10px;
        position: absolute
    }

@media only screen and (max-width: 768px) {
    section.welcome-section .welcome-sub-section .comapny-statistics .owl-nav {
        justify-content: center
    }
}

section.welcome-section .welcome-sub-section .comapny-statistics .owl-prev .fa-stack {
    margin-right: 5px
}

section.welcome-section .welcome-sub-section .comapny-statistics .fa-stack {
    position: relative;
    line-height: 1em;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    background: #172049;
    align-items: center;
    justify-content: center
}

    section.welcome-section .welcome-sub-section .comapny-statistics .fa-stack img {
        width: 35px;
        height: auto
    }

    section.welcome-section .welcome-sub-section .comapny-statistics .fa-stack .carl-arrow-left, section.welcome-section .welcome-sub-section .comapny-statistics .fa-stack .carl-arrow-right {
        color: #fff;
        font-size: 20px
    }

    section.welcome-section .welcome-sub-section .comapny-statistics .fa-stack .carl-arrow-right {
        padding-left: 2px
    }

    section.welcome-section .welcome-sub-section .comapny-statistics .fa-stack:hover {
        background: #097BB4
    }

        section.welcome-section .welcome-sub-section .comapny-statistics .fa-stack:hover .carl-arrow-left, section.welcome-section .welcome-sub-section .comapny-statistics .fa-stack:hover .carl-arrow-right {
            color: #fff
        }

section.welcome-section .welcome-sub-section .comapny-statistics .space_right {
    padding-right: 0
}

@media (max-width: 1279px) {
    section.welcome-section .welcome-sub-section .comapny-statistics .space_right {
        padding-right: calc(var(--bs-gutter-x) * .5)
    }
}

section.welcome-section .welcome-sub-section .wlcm-section-subtext p {
    color: #000;
    font-size: 14px;
    padding: 0 10px
}

section.welcome-section .welcome-sub-section p {
    font-size: 17px;
    /* padding-right: 110px;*/
    line-height: 26px;
    font-weight: normal
}

@media only screen and (max-width: 1894px) {
    section.welcome-section .welcome-sub-section p {
        /*padding-right: 25px*/
    }
}

@media (max-width: 1279px) {
    section.welcome-section .welcome-sub-section p {
        padding-right: 0
    }
}

@media (max-width: 1279px) {
    section.welcome-section .welcome-sub-section .discover_btn_top {
        margin-bottom: 40px
    }
}

@media (max-width: 1199px) {
    section.welcome-section .welcome-sub-section .discover_btn_top {
        display: block
    }
}

section.welcome-section .welcome-sub-section .discover_btn {
    font-size: 14px;
    padding: 10px 25px;
    border-radius: 5px;
    background-color: #172049;
    border: none;
    text-transform: uppercase;
    color: #fff
}

    section.welcome-section .welcome-sub-section .discover_btn:hover {
        background-color: #097BB4
    }

section.welcome-section .welcome-txt {
    margin-top: 20px
}

section.what-we-offer-section {
    padding: 70px 0px 25px;
    position: relative;
    z-index: 1
}

    section.what-we-offer-section::before {
        content: "";
        position: absolute;
        background: url(../assets/images/shape1.webp);
        background-repeat: no-repeat;
        background-size: cover;
        width: 37rem;
        height: 55rem;
        bottom: -350px;
        left: 0;
        z-index: -1;
        opacity: 0.15
    }

@media (max-width: 1279px) {
    section.what-we-offer-section::before {
        display: none
    }
}

@media only screen and (max-width: 576px) {
    section.what-we-offer-section {
        padding: 20px 0px
    }
}

section.what-we-offer-section p {
    font-size: 14px
}

section.what-we-offer-section .display-txt {
    align-items: flex-end;
    flex-direction: column;
    display: flex;
    justify-content: flex-end
}

section.what-we-offer-section .section-title {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    line-height: initial
}

@media only screen and (max-width: 576px) {
    section.what-we-offer-section .section-title {
        font-size: 20px
    }
}

@media only screen and (min-width: 991px) and (max-width: 1179px) {
    section.what-we-offer-section .section-title {
        font-size: 26px
    }
}

@media only screen and (max-width: 768px) {
    section.what-we-offer-section .section-title {
        line-height: 30px;
        margin-top: 20px;
        text-align: center
    }
}

@media only screen and (max-width: 1179px) {
    section.what-we-offer-section .section-title {
        margin-top: 32px
    }
}

section.what-we-offer-section .section-title .section-sub-heading {
    font-size: 18px;
    color: #097BB4;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.8px
}

@media only screen and (max-width: 768px) {
    section.what-we-offer-section .section-title .section-sub-heading {
        font-size: 14px
    }
}

section.what-we-offer-section .welcome-sub-section img {
    height: 100%;
    object-fit: cover
}

section.what-we-offer-section .welcome-sub-section ul {
    padding-left: 0;
    margin-bottom: 0
}

    section.what-we-offer-section .welcome-sub-section ul li {
        line-height: 26px;
        font-size: 17px;
        list-style-type: none;
        display: flex;
        align-items: center;
        margin-top: 12px;
        position: relative;
        padding-left: 40px;
    }

.what-we-offer-section .welcome-sub-section ul li span {
    position: absolute;
    top: 2px;
    left: 0;
    content: "";
}


@media only screen and (max-width: 1440px) {
    section .what-we-offer-section .welcome-sub-section ul li {
        line-height: 19px;
        font-size: 12px
    }
}

@media only screen and (max-width: 1179px) {
    section.what-we-offer-section .welcome-sub-section ul li {
        line-height: 24px;
        font-size: 16px
    }
}

@media only screen and (max-width: 768px) {
    section.what-we-offer-section .welcome-sub-section ul li {
        font-size: 16px;
        line-height: 20px
    }
    .ff-box {
    float: inline-start !important;
    width: 100% !important;
}

    ul.certifications-point li {
        display: inline-table;
        margin-right: 6px;
        width: 60px !important;
        margin-bottom: 8px;
    }
}

section.what-we-offer-section .welcome-sub-section ul li .fa-check {
    color: #fff;
    background: #097BB4;
    padding: 6px;
    border-radius: 50%;
    font-size: 12px;
    margin-right: 12px
}

section.what-we-offer-section .welcome-sub-section .comapny-images::after {
    position: absolute;
    background: url(../images/asap-icon-about-us.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 140px;
    height: 140px;
    bottom: 13%;
    left: 21%;
    animation: product 2s ease-in-out infinite;
    transition: all 0.5s linear 0.2s
}

@keyframes product {
    0% {
        transform: scale(0.8)
    }

    50% {
        transform: scale(0.85)
    }

    100% {
        transform: scale(0.8)
    }
}

@media only screen and (min-width: 2100px) {
    section.what-we-offer-section .welcome-sub-section .comapny-images::after {
        left: 28%
    }
}

@media only screen and (max-width: 1894px) {
    section.what-we-offer-section .welcome-sub-section .comapny-images::after {
        left: 17%
    }
}

@media only screen and (max-width: 1440px) {
    section.what-we-offer-section .welcome-sub-section .comapny-images::after {
        left: 11%
    }
}

@media only screen and (max-width: 576px) {
    section.what-we-offer-section .welcome-sub-section .comapny-images::after {
        left: 22%;
        top: 20%
    }
}

section.what-we-offer-section .welcome-sub-section .comapny-images h2 {
    font-size: 22px
}

@media (max-width: 576px) {
    section.what-we-offer-section .welcome-sub-section .comapny-images h2 {
        font-size: 22px
    }
}

section.what-we-offer-section .welcome-sub-section .comapny-images .about_img {
    width: 98%
}

@media only screen and (max-width: 1179px) {
    section.what-we-offer-section .welcome-sub-section .comapny-images .about_img {
        width: 100%
    }
}

section.what-we-offer-section .welcome-sub-section .wlcm-section-subtext p {
    color: #000;
    font-weight: normal;
    font-size: 17px;
    text-align: justify
}

section.what-we-offer-section .welcome-sub-section p {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px
}

section.what-we-offer-section .welcome-txt {
    margin-top: 20px
}

section.industries-top .owl-nav {
    position: absolute;
    top: -40px;
    right: 0;
    display: flex;
    font-size: 28px
}

@media (max-width: 426px) {
    section.industries-top .owl-nav {
        position: relative;
        top: 30px;
        bottom: 0;
        justify-content: center
    }
}

section.industries-top .fa-stack {
    position: relative;
    bottom: 6px;
    display: inline-block;
    width: 1.5em;
    height: 2em;
    line-height: 1em;
    vertical-align: middle
}

    section.industries-top .fa-stack img {
        width: 35px;
        height: auto
    }

    section.industries-top .fa-stack .carl-arrow-left {
        color: #172049;
        font-size: 1.2em
    }

        section.industries-top .fa-stack .carl-arrow-left:hover {
            color: #091D7A
        }

    section.industries-top .fa-stack .carl-arrow-right {
        color: #172049;
        font-size: 1.2em
    }

        section.industries-top .fa-stack .carl-arrow-right:hover {
            color: #091D7A
        }

section.industries-top .industries-serve-section {
    background-color: #f7f7f7;
    padding: 20px 10px;
    position: relative;
    z-index: 1;
    border-radius: 5px
}

    section.industries-top .industries-serve-section .section-title {
        position: relative;
        left: 10px
    }

    section.industries-top .industries-serve-section .item-text {
        position: absolute;
        bottom: 30px
    }

        section.industries-top .industries-serve-section .item-text .industries_btn {
            font-size: 14px;
            padding: 10px;
            background-color: #fff;
            border: none;
            border-radius: 5px
        }

    section.industries-top .industries-serve-section .hoverwrap {
        position: relative;
        max-width: 500px
    }

        section.industries-top .industries-serve-section .hoverwrap:hover .hovercap {
            visibility: visible;
            opacity: 1
        }

        section.industries-top .industries-serve-section .hoverwrap:hover .centered {
            visibility: hidden;
            opacity: 1
        }

        section.industries-top .industries-serve-section .hoverwrap img {
            width: 100%;
            border-radius: 10px;
            height: auto
        }

        section.industries-top .industries-serve-section .hoverwrap .hovercap {
            box-sizing: border-box;
            width: 100%;
            height: auto;
            padding: 10px;
            position: absolute;
            bottom: 0;
            left: 0;
            text-align: center !important;
            font-size: 16px;
            line-height: 1.8;
            background-image: linear-gradient(#0e0c50, #0e0c50);
            transition: opacity 0.3s;
            color: white
        }

@media (max-width: 768px) {
    section.industries-top .industries-serve-section .hoverwrap .hovercap {
        height: 40%
    }
}

section.industries-top .industries-serve-section .hoverwrap .hovercap h4 {
    text-align: center;
    font-size: 16px;
    font-weight: bold
}

section.industries-top .industries-serve-section .hoverwrap .hovercap span {
    text-align: center;
    font-size: 16px;
    font-weight: bold
}

section.industries-top .industries-serve-section .hoverwrap .hovercap p {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.369
}

section.industries-top .industries-serve-section .hoverwrap .hovercap .readmore_btn {
    padding: 6px;
    margin-top: 15px;
    background: #fff;
    display: inline-block;
    margin-bottom: 12px;
    text-align: center;
    font-size: 1.0em;
    font-weight: bold;
    padding: 10px;
    line-height: 8px;
    border-radius: 5px;
    text-decoration: none;
    color: #172049;
    position: relative;
    border: 2px solid white;
    -webkit-box-shadow: 5px 5px 3px 0px rgba(50,50,50,0.15);
    box-shadow: 5px 5px 3px 0px rgba(50,50,50,0.15);
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease
}

    section.industries-top .industries-serve-section .hoverwrap .hovercap .readmore_btn::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 5px;
        border: 1px solid #3e256d
    }

section.industries-top .industries-serve-section .hoverwrap .hovercap {
    visibility: none;
    opacity: 0;
    transition: opacity 0.3s
}

section.industries-top .industries-serve-section .hoverwrap .centered {
    text-transform: uppercase;
    position: absolute;
    display: flex;
    color: #000;
    background-color: #fff;
    top: 75%;
    left: 50%;
    font-size: 14px;
    transform: translate(-50%, -50%);
    padding: 8px;
    width: 90%;
    height: 12%;
    border-radius: 5px;
    align-items: center;
    justify-content: space-evenly;
    text-align: left;
    font-weight: bold
}

@media (max-width: 668px) {
    section.industries-top .industries-serve-section .hoverwrap .centered {
        font-size: 13px
    }
}

section.highlight-section {
    background-image: url("../assets/images/horizon-cloud.webp");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 50px 0;
    margin-top: -100px;
    background-position: center;
    min-height: 300px
}

@media only screen and (max-width: 768px) {
    section.highlight-section {
        padding: 80px 0 10px 0;
        margin-top: -160px;
        min-height: 275px
    }
}

section.highlight-section .counter-section {
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

@media only screen and (max-width: 991px) {
    section.highlight-section .counter-section {
        height: 40px;
        width: 140px
    }
}

section.highlight-section .counter-section h3 {
    font-size: 75px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
    line-height: 0.7;
    margin-top: 40px
}

@media only screen and (max-width: 1283px) {
    section.highlight-section .counter-section h3 {
        font-size: 60px
    }
}

@media only screen and (max-width: 767px) {
    section.highlight-section .counter-section h3 {
        font-size: 42px;
        margin-top: 30px
    }
}

section.highlight-section .counter-section p {
    font-size: 36px;
    color: #091D7A;
    font-weight: bold
}

@media only screen and (max-width: 767px) {
    section.highlight-section .counter-section p {
        font-size: 16px
    }
}

section.highlight-section .counter-text {
    text-align: center
}

    section.highlight-section .counter-text p {
        text-align: center;
        margin-top: 30px;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        line-height: 1.4
    }

@media only screen and (max-width: 1283px) {
    section.highlight-section .counter-text p {
        font-size: 16px
    }
}

section.featured-section {
    padding-left: 10%
}

@media only screen and (max-width: 991px) {
    section.featured-section {
        padding-left: 0
    }
}

section.featured-section .featured-parts-block a:hover span {
    color: #091D7A
}

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

section.featured-section .featured-parts-block span {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    position: relative;
    display: block;
    margin-bottom: 20px
}

@media only screen and (max-width: 575px) {
    section.featured-section .featured-parts-block {
        text-align: center
    }

        section.featured-section .featured-parts-block span {
            text-align: center
        }
}

section.top-selling-section::before {
    content: "";
    position: absolute;
    background: url(../assets/images/shape3.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 37rem;
    height: 55rem;
    top: -165px;
    right: 0;
    z-index: -1;
    opacity: 0.15
}

@media (max-width: 1279px) {
    section.top-selling-section::before {
        display: none
    }
}

section.top-selling-section .top-selling-block {
    padding: 20px
}

    section.top-selling-section .top-selling-block .owl-nav {
        position: absolute;
        top: 40%;
        font-size: 28px;
        width: 100%
    }

        section.top-selling-section .top-selling-block .owl-nav .owl-prev {
            left: -10px;
            position: absolute
        }

        section.top-selling-section .top-selling-block .owl-nav .owl-next {
            right: -10px;
            position: absolute
        }

@media only screen and (max-width: 768px) {
    section.top-selling-section .top-selling-block .owl-nav {
        justify-content: center
    }
}

section.top-selling-section .top-selling-block .owl-prev .fa-stack {
    margin-right: 5px
}

section.top-selling-section .top-selling-block .fa-stack {
    position: relative;
    line-height: 1em;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    background: #172049;
    align-items: center;
    justify-content: center
}

    section.top-selling-section .top-selling-block .fa-stack img {
        width: 35px;
        height: auto
    }

    section.top-selling-section .top-selling-block .fa-stack .carl-arrow-left, section.top-selling-section .top-selling-block .fa-stack .carl-arrow-right {
        color: #fff;
        font-size: 20px
    }

    section.top-selling-section .top-selling-block .fa-stack .carl-arrow-right {
        padding-left: 2px
    }

    section.top-selling-section .top-selling-block .fa-stack:hover {
        background: #097BB4
    }

        section.top-selling-section .top-selling-block .fa-stack:hover .carl-arrow-left, section.top-selling-section .top-selling-block .fa-stack:hover .carl-arrow-right {
            color: #fff
        }

section.top-selling-section .top-selling-block .top-selling-title-main {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    position: relative;
    border-radius: 15px;
    padding-bottom: 20px
}

@media only screen and (max-width: 1366px) {
    section.top-selling-section .top-selling-block .top-selling-title-main {
        font-size: 28px
    }
}

section.top-selling-section .top-selling-block .top-selling-title-main .section-sub-heading {
    font-size: 18px;
    color: #097BB4;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.8px
}

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

section.top-selling-section .top-selling-block .readmore_btn {
    font-size: 14px;
    padding: 10px 25px;
    border-radius: 5px;
    background-color: #172049;
    border: none;
    color: #fff
}

    section.top-selling-section .top-selling-block .readmore_btn:hover {
        background-color: #097BB4
    }

section.top-selling-section .top-selling-block .top-selling-title {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    position: relative;
    bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    white-space: nowrap
}

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

section.top-selling-section .top-selling-block .top-selling-title img {
    width: 40px;
    margin-right: 5px
}

section.top-selling-section .top-selling-block .top-selling-title svg {
    width: 40px;
    margin-right: 5px
}

    section.top-selling-section .top-selling-block .top-selling-title svg #primary {
        fill: #172049
    }

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

section.top-selling-section .top-selling-block .top-selling-ul {
    position: relative;
    margin: 0px
}

    section.top-selling-section .top-selling-block .top-selling-ul .row {
        list-style: none;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0
    }

    section.top-selling-section .top-selling-block .top-selling-ul img {
        width: 100%;
        height: auto
    }

@media (max-width: 1366px) {
    section.top-selling-section .top-selling-block .top-selling-ul img {
        max-height: 430px
    }
}

@media (max-width: 768px) {
    section.top-selling-section .top-selling-block .top-selling-ul img {
        height: 420px;
        object-fit: cover;
        object-position: center
    }
}

@media (max-width: 576px) {
    section.top-selling-section .top-selling-block .top-selling-ul img {
        height: 350px
    }
}

@media only screen and (max-width: 1199px) {
    section.top-selling-section .top-selling-block .top-selling-ul {
        min-height: auto
    }
}

section.top-selling-section .top-selling-block .top-selling-ul .quality-section {
    padding: 0px
}

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

section.top-selling-section .top-selling-block .top-selling-ul .quality-section p {
    font-size: 14px
}

section.top-selling-section .top-selling-block .top-selling-ul ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

    section.top-selling-section .top-selling-block .top-selling-ul ul li {
        padding: 2px 0 3px 0px;
        position: relative
    }

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

            section.top-selling-section .top-selling-block .top-selling-ul ul li:first-child::before {
                top: 30px
            }

        section.top-selling-section .top-selling-block .top-selling-ul ul li a {
            color: #fff;
            font-weight: 500;
            font-size: 12px
        }

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

@media only screen and (max-width: 576px) {
    section.top-selling-section .top-selling-block .top-selling-ul ul li {
        padding: 5px;
        text-align: center
    }

        section.top-selling-section .top-selling-block .top-selling-ul ul li::before {
            top: 17px
        }

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

            section.top-selling-section .top-selling-block .top-selling-ul ul li:first-child::before {
                top: 22px
            }

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

section.top-selling-section .top-selling-block .top-selling-ul .top-elc {
    background-image: url(../assets/images/quality-1.webp);
    background-repeat: no-repeat;
    height: 443px;
    border-radius: 5px;
    align-content: end
}

section.top-selling-section .top-selling-block .top-selling-ul .hot-stock {
    background-image: url(../assets/images/hot-stock.webp);
    background-repeat: no-repeat;
    height: 443px;
    border-radius: 5px;
    align-content: end
}

section.top-selling-section .top-selling-block .top-selling-ul .selling-comp {
    background-image: url(../assets/images/selling-comp.webp);
    background-repeat: no-repeat;
    height: 443px;
    border-radius: 5px;
    align-content: end
}

section.top-selling-section .top-selling-block .top-selling-ul .top-selling-table .table tr td {
    border-bottom: 0px;
    font-size: 12px;
    padding: 0.5rem 9px
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    section.top-selling-section .top-selling-block .top-selling-ul .top-selling-table .table tr td {
        font-size: 14px;
        padding: 0.5rem 9px 10px
    }
}

@media (min-width: 1440px) {
    section.top-selling-section .top-selling-block .top-selling-ul .top-selling-table .table tr td {
        font-size: 14px
    }
}

@media (min-width: 576px) {
    section.top-selling-section .top-selling-block .top-selling-ul .top-selling-table .table tr td {
        font-size: 14px
    }
}

section.top-selling-section .top-selling-block .top-selling-ul .top-selling-table .table tr td a {
    color: #fff !important
}

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

    section.why-choose-section p {
        color: #000;
        font-weight: 400
    }

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

section.why-choose-section .why-choose-block .owl-nav {
    position: absolute;
    top: 30%;
    font-size: 28px;
    width: 100%
}

    section.why-choose-section .why-choose-block .owl-nav .owl-prev {
        left: -10px;
        position: absolute
    }

    section.why-choose-section .why-choose-block .owl-nav .owl-next {
        right: -10px;
        position: absolute
    }

@media only screen and (max-width: 768px) {
    section.why-choose-section .why-choose-block .owl-nav {
        justify-content: center
    }
}

section.why-choose-section .why-choose-block .owl-prev .fa-stack {
    margin-right: 5px
}

section.why-choose-section .why-choose-block .fa-stack {
    position: relative;
    line-height: 1em;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    background: #172049;
    align-items: center;
    justify-content: center
}

    section.why-choose-section .why-choose-block .fa-stack img {
        width: 35px;
        height: auto
    }

    section.why-choose-section .why-choose-block .fa-stack .carl-arrow-left, section.why-choose-section .why-choose-block .fa-stack .carl-arrow-right {
        color: #fff;
        font-size: 20px
    }

    section.why-choose-section .why-choose-block .fa-stack .carl-arrow-right {
        padding-left: 2px
    }

    section.why-choose-section .why-choose-block .fa-stack:hover {
        background: #097BB4
    }

        section.why-choose-section .why-choose-block .fa-stack:hover .carl-arrow-left, section.why-choose-section .why-choose-block .fa-stack:hover .carl-arrow-right {
            color: #fff
        }

section.why-choose-section .why-choose-block .whychoos-box {
    background-color: #fff;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center
}

@media only screen and (max-width: 1199px) {
    section.why-choose-section .why-choose-block .whychoos-box {
        height: 120px;
        width: 120px
    }
}

section.why-choose-section .why-choose-block img {
    text-align: center;
    display: block;
    margin: auto;
    height: 86px;
    width: 90px;
    position: relative;
    top: -10px;
    z-index: 999;
    margin-bottom: -20px;
}

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

@media (max-width: 1366px) {
    section.why-choose-section .why-choose-block svg {
        height: 50px
    }
}

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

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

section.why-choose-section .why-choose-block .why-choose-title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    display: block;
    border-bottom: 1px solid #efefef;
    padding: 10px 0;
    margin-bottom: 10px
}

section.why-choose-section .why-choose-block .why-choose-txt {
    text-align: center;
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500
}

@media (max-width: 768px) {
    section.why-choose-section .why-choose-block .why-choose-txt {
        margin-top: 5px
    }
}

section.our-services {
    padding: 20px 0
}

@media (max-width: 576px) {
    section.our-services .container-fluid {
        padding: 0 15px
    }
}

section.our-services .leftside-img video {
    height: 100%;
    padding: 2px
}

@media (min-width: 1920px) {
    section.our-services .leftside-img img {
        width: 100%
    }
}

section.our-services #our_services .owl-buttons {
    position: absolute;
    top: -40px;
    right: 0;
    display: flex;
    font-size: 28px
}

@media (max-width: 1920px) and (min-width: 1024px) {
    section.our-services #our_services img {
        position: relative;
        width: 100%;
        height: 90%;
        object-fit: cover;
        object-position: center
    }
}

@media (max-width: 1920px) and (min-width: 1024px) {
    section.our-services .content_section img {
        position: absolute;
        left: 0;
        width: 50%;
        height: 90%;
        object-fit: cover
    }
}

@media only screen and (max-width: 575px) {
    section.our-services .content_section .section-title {
        margin-top: 15px
    }
}

section.our-services .content_section ul.points {
    list-style: none;
    padding: 4px 53px 0 0px
}

@media (max-width: 1024px) {
    section.our-services .content_section ul.points {
        padding: 4px 5px 0 0px
    }
}

section.our-services .content_section ul.points li {
    display: flex
}

    section.our-services .content_section ul.points li p {
        font-size: 14px
    }

        section.our-services .content_section ul.points li p strong {
            font-size: 16px
        }

section.our-services .content_section ul.points .icons .service_img {
    background: #097BB4;
    border-radius: 50%;
    width: 65px;
    height: auto;
    padding: 5px;
    margin-right: 15px;
    margin-bottom: 10px;
    position: relative
}

    section.our-services .content_section ul.points .icons .service_img:hover {
        background: #172049
    }

section.our-services .content_section .services-text .title_style {
    padding: 0 20px
}

@media (max-width: 768px) {
    section.our-services .content_section .services-text .title_style {
        padding: 20px 0 0;
        font-size: 20px
    }
}

section.testimonial-main .testimonial-block {
    background-image: url(../assets/images/testimonial.webp);
    padding: 80px;
    border-radius: 5px
}

    section.testimonial-main .testimonial-block .section-title {
        color: #fff
    }

@media (max-width: 576px) {
    section.testimonial-main .testimonial-block .section-title {
        margin-top: -64px
    }
}

section.testimonials {
    position: relative;
    padding-top: 20px;
    margin-bottom: -80px
}

    section.testimonials::before {
        content: "";
        position: absolute;
        background: url(../assets/images/shape1.webp);
        background-repeat: no-repeat;
        background-size: cover;
        width: 37rem;
        height: 55rem;
        top: -165px;
        left: 0;
        z-index: -1;
        opacity: 0.15
    }

@media (max-width: 1279px) {
    section.testimonials::before {
        display: none
    }
}

section.testimonials .testimonials-text {
    background-image: url(../assets/images/testimonial.webp);
    padding-top: 220px;
    border-radius: 5px;
    background-position-x: center
}

@media (max-width: 1024px) {
    section.testimonials .testimonials-text {
        background-size: contain;
        background-repeat: no-repeat
    }
}

@media (max-width: 767px) {
    section.testimonials .testimonials-text {
        padding-top: 160px
    }
}

section.testimonials .testimonial-section {
    background-color: #fafafa;
    border-radius: 5px;
    padding: 30px 20px 40px;
    position: relative;
    bottom: 115px;
    margin: 40px;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
    margin-bottom: 0
}

    section.testimonials .testimonial-section h2 {
        color: #172049
    }

    section.testimonials .testimonial-section .owl-nav {
        position: absolute;
        top: 40%;
        font-size: 28px;
        width: 100%;
        z-index: -1
    }

        section.testimonials .testimonial-section .owl-nav .owl-prev {
            left: -30px;
            position: absolute
        }

        section.testimonials .testimonial-section .owl-nav .owl-next {
            right: -30px;
            position: absolute
        }

@media only screen and (max-width: 768px) {
    section.testimonials .testimonial-section .owl-nav {
        justify-content: center
    }
}

section.testimonials .testimonial-section .owl-prev .fa-stack {
    margin-right: 5px
}

section.testimonials .testimonial-section .fa-stack {
    position: relative;
    line-height: 1em;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    background: #172049;
    align-items: center;
    justify-content: center
}

    section.testimonials .testimonial-section .fa-stack img {
        width: 35px;
        height: auto
    }

    section.testimonials .testimonial-section .fa-stack .carl-arrow-left, section.testimonials .testimonial-section .fa-stack .carl-arrow-right {
        color: #fff;
        font-size: 20px
    }

    section.testimonials .testimonial-section .fa-stack .carl-arrow-right {
        padding-left: 2px
    }

    section.testimonials .testimonial-section .fa-stack:hover {
        background: #097BB4
    }

        section.testimonials .testimonial-section .fa-stack:hover .carl-arrow-left, section.testimonials .testimonial-section .fa-stack:hover .carl-arrow-right {
            color: #fff
        }

@media only screen and (max-width: 768px) {
    section.testimonials .testimonial-section {
        margin: 25px;
        padding: 40px 0px 40px
    }
}

@media (max-width: 576px) {
    section.testimonials .testimonial-section {
        bottom: 128px
    }

    .spe-menu {
        display: block !important;
    }
}

section #customers-testimonials .item-details {
    text-align: left
}

    section #customers-testimonials .item-details h5 {
        margin: 0 0 15px;
        font-size: 18px;
        line-height: 18px
    }

    section #customers-testimonials .item-details p {
        font-size: 14px;
        padding-top: 10px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        line-clamp: 7;
        -webkit-box-orient: vertical;
        min-height: 150px
    }

@media only screen and (max-width: 767px) {
    section #customers-testimonials .item-details p {
        min-height: 200px
    }
}

section #customers-testimonials .item-details .checked {
    color: orange
}

section #customers-testimonials .item {
    text-align: center;
    border-radius: 5px
}

    section #customers-testimonials .item .shadow-effect .item-text {
        text-align: left
    }

        section #customers-testimonials .item .shadow-effect .item-text .item-list {
            list-style: none;
            display: inline-flex;
            align-items: center;
            padding: 0;
            margin: 0
        }

            section #customers-testimonials .item .shadow-effect .item-text .item-list li {
                padding: 10px
            }

        section #customers-testimonials .item .shadow-effect .item-text img {
            width: 50px;
            height: 50px;
            border-radius: 50%
        }

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

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

section.leading-manufacture-section .leading-manufacture-block a img {
    width: 100%;
    height: 100%;
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.15);
    object-fit: contain;
    border-radius: 5px
}

section.leading-manufacture-section .leading-manufacture-block a:hover img {
    border: 1px solid #097BB4
}

.carousel-control-next, .carousel-control-prev {
    width: 50px;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    padding: 10px;
    margin: 0 10px;
    border-radius: 50%;
    background: #72797c;
    opacity: 0.6
}

@media (max-width: 768px) {
    .carousel-control-next, .carousel-control-prev {
        height: 30px;
        width: 30px
    }

    .spe-menu {
        display: block !important;
    }
}

.jkl {
    top: 80% !important;
    left: 25% !important;
}

ul.footer-icon {
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.footer-icon li {
        text-align: left;
        float: left;
        margin-right: 20px;
        font-size: 50px;
        color: #fff;
    }

.home-icon {
    text-align: center;
    color: #fff;
    font-size: 50px;
    margin-bottom: 20px;
}


ul.icon-box {
    text-align: center;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.icon-box li {
        text-align: center;
        display: inline;
        float: left;
        width: 25%;
    }




.dropbtn {
    background-color: #172049;
    color: white;
    padding: 5px 6px 0;
    font-size: 12px;
    border: none;
}

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

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #172049;
    min-width: 160px;
    z-index: 9;
}

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

/*.dropdown-content a:hover {
            background-color: #ddd;
        }
*/
.dropdown11:hover .dropdown-content {
    display: block;
}

/*.dropdown11:hover .dropbtn {
    background-color: #3e8e41;
}
*/

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.rgq-mobil {
    position: absolute;
    right: 107px;
    top: 35px;
    font-size: 10px;
    background: #0468BE;
    color: #fff !important;
    padding: 5px;
    border-radius: 5px;
    display: none;
}

.spe-menu {
    display: none;
}

.ff-box{ float: inline-start;  width: 20%;}



ul.certifications-point {
    text-align: center;
    display: block;
    overflow: hidden; list-style:none; padding:0;
}

ul.certifications-point li{
    display:inline-table; margin-right:6px; width:5.5%;
}

    ul.certifications-point li:last-child{
        margin-right: 0;
        
    }

    ul.certifications-point li img{
        width: 100%;
    }
