        <style>
            .slider-container {
                position: relative;
                width: 100%;
                height: 100%;
                user-select: none;
                cursor: all-scroll;
                overflow: hidden
            }

            .slider-control {
                z-index: 3;
                position: absolute;
                top: 50%;
                margin-top: -24px;
                width: 48px;
                height: 48px;
                filter: drop-shadow(1px 1px 1px #0009);
                border: solid #fff;
                border-width: 0 3px 3px 0;
                display: inline-block;
                padding: 3px;
                transition: opacity .3s;
                will-change: opacity;
                opacity: 1
            }

            .slider-control.inactive:hover {
                cursor: auto
            }

            .slider-control:not(.inactive):hover {
                opacity: 1;
                cursor: pointer
            }

            .slider-control.left {
                left: 3%;
                transform: rotate(135deg);
                -webkit-transform: rotate(135deg)
            }

            .slider-control.right {
                right: 3%;
                transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg)
            }

            .slider-pagi {
                position: absolute;
                z-index: 3;
                left: 50%;
                bottom: 2rem;
                transform: translateX(-50%);
                font-size: 0;
                list-style-type: none
            }

            .slider-pagi-elem {
                position: relative;
                display: inline-block;
                vertical-align: top;
                width: 2rem;
                height: 2rem;
                filter: drop-shadow(1px 1px 1px #0009);
                margin: 0 .5rem;
                border-radius: 50%;
                border: 2px solid #fff;
                cursor: pointer
            }

            .slider-pagi-elem:before {
                content: "";
                position: absolute;
                left: 50%;
                top: 50%;
                width: 1.2rem;
                height: 1.2rem;
                background: #fff;
                border-radius: 50%;
                transition: transform .3s;
                transform: translate(-50%,-50%) scale(0)
            }

            .slider-pagi-elem.active:before,.slider-pagi-elem:hover:before {
                transform: translate(-50%,-50%) scale(1)
            }

            .slide,.slider {
                z-index: 1;
                width: 100%
            }

            .slider {
                position: relative;
                padding-top: 56.25%
            }

            .slider.animating {
                transition: transform .5s;
                will-change: transform
            }

            .slide {
                position: absolute;
                left: 0;
                top: 0;
                height: 100%;
                background: #025;
                overflow: hidden
            }

            .slide.active .slide-overlay,.slide.active .slide-text {
                opacity: 1;
                transform: translateX(0)
            }

            .slide:first-child {
                left: 0
            }

            .slide:nth-child(2) {
                left: 100%
            }

            .slide:nth-child(3) {
                left: 200%
            }

            .slide:nth-child(4) {
                left: 300%
            }

            .slide:nth-child(5) {
                left: 400%
            }

            .slide:nth-child(6) {
                left: 500%
            }

            .slide:nth-child(7) {
                left: 600%
            }

            .slide:nth-child(8) {
                left: 700%
            }

            .slide:nth-child(9) {
                left: 800%
            }

            .slide-content,.slide-overlay {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%
            }

            .slide-overlay {
                height: auto;
                transition: transform .5s .5s,opacity .2s .5s;
                transform: translate3d(-20%,0,0)
            }

            .slide-overlay,.slide-text {
                will-change: transform,opacity;
                opacity: 0
            }

            .hero-banner {
                display: block;
                width: 100%;
                padding-top: 56.25%;
                background-size: cover
            }

            .cover-mask:after,.slide-text {
                position: absolute;
                left: 0;
                z-index: 2
            }

            .slide-text {
                width: 65%;
                top: 32%;
                color: #fff;
                text-shadow: -1px 0 2px #0009;
                transition: transform .5s .8s,opacity .5s .8s;
                transform: translateX(-50%)
            }

            .slide-text-heading {
                background: linear-gradient(-45deg,transparent 10%,#db3700 0) 100% 100%;
                padding-left: 20%;
                padding-top: 20px;
                padding-bottom: 20px;
                font-size: 1.8rem;
                color: #fff;
                line-height: 100%;
                text-transform: uppercase;
                margin-bottom: 3rem
            }

            .slide-text-link a,.slide-title-desc {
                font-weight: 700;
                line-height: 100%;
                text-transform: uppercase
            }

            .slide-text-desc,.slide-title-desc {
                margin-bottom: 3rem;
                margin-left: 20%;
                font-size: 1.65rem
            }

            .slide-text-desc {
                text-transform: capitalize;
                font-size: 1.5rem;
                line-height: 100%
            }

            .slide-text-link {
                margin-left: 20%
            }

            .slide-text-link a {
                z-index: 5;
                display: inline-block;
                position: relative;
                cursor: pointer;
                font-size: 1.2rem;
                margin-right: 1rem;
                padding: 15px;
                width: 240px;
                text-align: center;
                background: #db3700;
                color: #fff
            }

            .slide-text-link a:hover {
                box-shadow: 0 0 3px 3px rgba(255,255,255,.5);
                color: #fff
            }

            .cover-mask {
                position: relative;
                overflow: hidden
            }

            .cover-mask:after {
                content: "";
                display: block;
                top: 0;
                width: 100%;
                height: 100%;
                background-image: linear-gradient(270deg,#0250,#0022554d 30%,#0259 60%,#025c 80%,#025);
                background-position: 50% 50%;
                background-size: 100% 100%
            }

            @media (min-width: 1260px) and (max-width:1680px) {
                .slider-control {
                    width:30px;
                    height: 30px;
                    margin-top: -15px
                }

                .slide-text {
                    width: 68%;
                    top: 36%
                }

                .slide-text-heading {
                    font-size: 1.6rem;
                    padding-left: 15%;
                    padding-top: 14px;
                    padding-bottom: 14px;
                    margin-bottom: 1.8rem
                }

                .slide-title-desc {
                    font-size: 1.4rem
                }

                .slide-text-desc,.slide-title-desc {
                    margin-left: 15%;
                    margin-bottom: 1.8rem
                }

                .slide-text-desc {
                    font-size: 20px
                }

                .slide-text-link {
                    margin-left: 15%
                }

                .slide-text-link a {
                    padding: 12px;
                    width: 200px;
                    font-size: 18px
                }

                .slider-pagi {
                    bottom: 1.2rem
                }

                .slider-pagi-elem {
                    width: 1.5rem;
                    height: 1.5rem;
                    margin: 0 .4rem
                }

                .slider-pagi-elem:before {
                    width: .9rem;
                    height: .9rem
                }
            }

            @media (min-width: 1030px) and (max-width:1260px) {
                .slider-control {
                    width:24px;
                    height: 24px;
                    margin-top: -12px
                }

                .slide-text {
                    width: 70%;
                    top: 33%
                }

                .slide-text-heading {
                    font-size: 1.4rem;
                    padding-left: 12%;
                    padding-top: 12px;
                    padding-bottom: 12px;
                    margin-bottom: 1.5rem
                }

                .slide-title-desc {
                    font-size: 1.2rem
                }

                .slide-text-desc,.slide-title-desc {
                    margin-left: 12%;
                    margin-bottom: 1.5rem
                }

                .slide-text-desc {
                    font-size: 18px
                }

                .slide-text-link {
                    margin-left: 12%
                }

                .slide-text-link a {
                    padding: 10px;
                    width: 180px;
                    font-size: 16px
                }

                .slider-pagi {
                    bottom: 1rem
                }

                .slider-pagi-elem {
                    width: 1.2rem;
                    height: 1.2rem;
                    margin: 0 .4rem
                }

                .slider-pagi-elem:before {
                    width: .8rem;
                    height: .8rem
                }
            }

            @media (min-width: 768px) and (max-width:1030px) {
                .slider-control {
                    width:20px;
                    height: 20px;
                    margin-top: -10px
                }

                .slide-text {
                    width: 90%;
                    top: 32%
                }

                .slide-text-heading {
                    font-size: 20px;
                    padding-left: 10%;
                    padding-top: 12px;
                    padding-bottom: 12px;
                    margin-bottom: 1rem
                }

                .slide-text-desc,.slide-title-desc {
                    font-size: 18px;
                    margin-left: 10%;
                    margin-bottom: 1rem
                }

                .slide-text-desc {
                    font-size: 16px
                }

                .slide-text-link {
                    margin-left: 10%
                }

                .slide-text-link a {
                    padding: 9px;
                    width: 160px;
                    font-size: 14px
                }

                .slider-pagi {
                    bottom: 1rem
                }

                .slider-pagi-elem {
                    width: 1rem;
                    height: 1rem;
                    margin: 0 .3rem
                }

                .slider-pagi-elem:before {
                    width: .6rem;
                    height: .6rem
                }
            }

            @media (min-width: 576px) and (max-width:768px) {
                .slider-container {
                    margin-top:50px
                }

                .slider-control {
                    display: none
                }

                .slide-text {
                    width: 90%;
                    top: 30%
                }

                .slide-text-heading {
                    font-size: 16px;
                    padding-left: 10%;
                    padding-top: 10px;
                    padding-bottom: 10px;
                    margin-bottom: 1rem
                }

                .slide-text-desc,.slide-title-desc {
                    font-size: 14px;
                    margin-left: 10%;
                    margin-bottom: 1rem
                }

                .slide-text-desc {
                    font-size: 13px
                }

                .slide-text-link {
                    margin-left: 10%
                }

                .slide-text-link a {
                    padding: 8px;
                    width: 160px;
                    font-size: 12px
                }

                .slider-pagi {
                    bottom: 1rem
                }

                .slider-pagi-elem {
                    width: 1rem;
                    height: 1rem;
                    margin: 0 .2rem;
                    border: 1px #fff solid
                }

                .slider-pagi-elem:before {
                    width: .4rem;
                    height: .4rem
                }
            }

            @media (min-width: 401px) and (max-width:576px) {
                .slider-container {
                    margin-top:50px
                }

                .slider-control {
                    display: none
                }

                .slide-text {
                    width: 92%;
                    top: 24%
                }

                .slide-text-heading {
                    font-size: 13px;
                    padding-left: 10%;
                    padding-top: 10px;
                    padding-bottom: 10px;
                    margin-bottom: 1rem
                }

                .slide-text-desc,.slide-title-desc {
                    font-size: 12px;
                    margin-left: 10%;
                    margin-bottom: 1rem
                }

                .slide-text-desc {
                    font-size: 10px
                }

                .slide-text-link {
                    margin-left: 10%
                }

                .slide-text-link a {
                    padding: 8px;
                    width: 130px;
                    font-size: 10px
                }

                .slider-pagi {
                    bottom: 1rem
                }

                .slider-pagi-elem {
                    width: .8rem;
                    height: .8rem;
                    margin: 0 .2rem;
                    border: 1px #fff solid
                }

                .slider-pagi-elem:before {
                    width: .32rem;
                    height: .32rem
                }
            }

            @media (min-width: 360px) and (max-width:400.98px) {
                .slider-container {
                    margin-top:50px
                }

                .slider-control {
                    display: none
                }

                .slide-text {
                    width: 95%;
                    top: 24%
                }

                .slide-text-heading {
                    font-size: 12px;
                    padding-left: 10%;
                    padding-top: 8px;
                    padding-bottom: 8px;
                    margin-bottom: .7rem
                }

                .slide-text-desc,.slide-title-desc {
                    font-size: 10px;
                    margin-left: 10%;
                    margin-bottom: .7rem
                }

                .slide-text-desc {
                    font-size: 8px
                }

                .slide-text-link {
                    margin-left: 10%
                }

                .slide-text-link a {
                    padding: 6px;
                    width: 100px;
                    font-size: 8px
                }

                .slider-pagi {
                    bottom: 1rem
                }

                .slider-pagi-elem {
                    width: .6rem;
                    height: .6rem;
                    margin: 0 .2rem;
                    border: 1px #fff solid
                }

                .slider-pagi-elem:before {
                    width: .2rem;
                    height: .2rem
                }
            }

            @media (max-width: 360px) {
                .slider-container {
                    margin-top:50px
                }

                .slide-text,.slider-control,.slider-pagi-elem,.slider-pagi-elem:before {
                    display: none
                }
            }

            .container,.container-fluid {
                width: 100%;
                padding-right: 15px;
                padding-left: 15px;
                margin-right: auto;
                margin-left: auto
            }

            .col,.col-auto {
                max-width: 100%
            }

            .row {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                margin-right: -15px;
                margin-left: -15px
            }

            .card>hr,.no-gutters {
                margin-right: 0;
                margin-left: 0
            }

            .navbar-nav .nav-link,.no-gutters>.col,.no-gutters>[class*=col-] {
                padding-right: 0;
                padding-left: 0
            }

            .col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9 {
                position: relative;
                width: 100%;
                padding-right: 15px;
                padding-left: 15px
            }

            .col-auto {
                position: relative;
                padding-right: 15px;
                padding-left: 15px
            }

            .col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
                position: relative;
                width: 100%;
                padding-right: 15px;
                padding-left: 15px
            }

            .col {
                -ms-flex-preferred-size: 0;
                flex-basis: 0;
                -ms-flex-positive: 1;
                flex-grow: 1
            }

            .col-auto {
                -ms-flex: 0 0 auto;
                flex: 0 0 auto;
                width: auto
            }

            .col-1 {
                -ms-flex: 0 0 8.333333%;
                flex: 0 0 8.333333%;
                max-width: 8.333333%
            }

            .col-2 {
                -ms-flex: 0 0 16.666667%;
                flex: 0 0 16.666667%;
                max-width: 16.666667%
            }

            .col-3 {
                -ms-flex: 0 0 25%;
                flex: 0 0 25%;
                max-width: 25%
            }

            .col-4 {
                -ms-flex: 0 0 33.333333%;
                flex: 0 0 33.333333%;
                max-width: 33.333333%
            }

            .col-5 {
                -ms-flex: 0 0 41.666667%;
                flex: 0 0 41.666667%;
                max-width: 41.666667%
            }

            .col-6 {
                -ms-flex: 0 0 50%;
                flex: 0 0 50%;
                max-width: 50%
            }

            .col-7 {
                -ms-flex: 0 0 58.333333%;
                flex: 0 0 58.333333%;
                max-width: 58.333333%
            }

            .col-8 {
                -ms-flex: 0 0 66.666667%;
                flex: 0 0 66.666667%;
                max-width: 66.666667%
            }

            .col-9 {
                -ms-flex: 0 0 75%;
                flex: 0 0 75%;
                max-width: 75%
            }

            .col-10 {
                -ms-flex: 0 0 83.333333%;
                flex: 0 0 83.333333%;
                max-width: 83.333333%
            }

            .col-11 {
                -ms-flex: 0 0 91.666667%;
                flex: 0 0 91.666667%;
                max-width: 91.666667%
            }

            .col-12 {
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                max-width: 100%
            }

            .sticky-header-wrap {
                position: fixed;
                top: 0;
                right: 0;
                left: 0;
                z-index: 9999;
                visibility: hidden;
                content-visibility: hidden;
                background: #fff;
                box-shadow: 0 0 10px 0#0000004d;
                opacity: 0;
                transition: .6s;
                transform: translateY(-110%)
            }

            .sticky-header-wrap.active {
                visibility: visible;
                content-visibility: visible;
                opacity: 1;
                transform: translateY(0)
            }

            .sticky-header-wrap .container {
                min-height: 50px
            }

            #stick-menu-list {
                display: block;
                position: relative;
                z-index: 10008
            }

            #stick-menu-list ul.sub-menu,#stick-menu-list ul.sub-menu ul.sub-menu {
                top: 0;
                left: 100%;
                position: absolute;
                z-index: 10009;
                width: max-content;
                padding: 0;
                margin: 0;
                display: none
            }

            #stick-menu-list ul.sub-menu {
                background: #fff;
                top: 100%;
                left: 0;
                -webkit-box-shadow: 0 0 8px -2px #00000080;
                -moz-box-shadow: 0 0 8px -2px #00000080;
                box-shadow: 0 0 8px -2px #00000080
            }

            #stick-menu-list li {
                display: inline-block;
                position: relative;
                width: auto;
                margin: 0;
                padding: 0 20px;
                height: 88px;
                line-height: 88px
            }

            #stick-menu-list li:hover>ul,#stick-menu-list ul.sub-menu li.has-children:hover>ul {
                display: block
            }

            #stick-menu-list li a {
                font-size: 18px;
                font-weight: 700;
                text-decoration: none;
                color: #025;
                display: block;
                height: 88px;
                line-height: 88px
            }

            #stick-menu-list li a:hover,#stick-menu-list ul.sub-menu li a:hover {
                color: #db3700
            }

            #stick-menu-list ul.sub-menu li {
                display: block;
                position: relative;
                box-shadow: 0 2px 1px -1px #0003;
                height: 48px;
                line-height: 48px
            }

            #stick-menu-list ul.sub-menu li a {
                font-size: 16px;
                font-weight: 300;
                color: #025;
                padding-right: 20px;
                display: block;
                height: 48px;
                line-height: 48px
            }

            #stick-menu-list ul.sub-menu ul li a {
                padding-right: 0
            }

            #stick-menu-list li.has-child:after,#stick-menu-list ul.sub-menu li.has-children:after {
                content: "";
                position: absolute;
                right: 0;
                top: 50%;
                width: 0;
                height: 0;
                border-color: #025 transparent transparent;
                border-style: solid;
                border-width: 5px 5px 0
            }

            #stick-menu-list li.has-child:hover:after {
                border-color: #db3700 transparent transparent
            }

            #stick-menu-list ul.sub-menu li.has-children:after {
                right: 15px;
                margin-top: -3px;
                border-color: transparent transparent transparent #025;
                border-width: 5px 0 5px 5px
            }

            #stick-menu-list ul.sub-menu li.has-children:hover:after {
                border-color: transparent transparent transparent #db3700
            }

            @media (max-width: 768px) {
                #stick-menu-list {
                    display:none
                }
            }

            @media (min-width: 768px) and (max-width:1500px) {
                #stick-menu-list li {
                    padding-left:15px;
                    padding-right: 15px;
                    font-size: 16px
                }

                #stick-menu-list li a {
                    font-size: 16px
                }

                #stick-menu-list ul.sub-menu li a {
                    font-size: 14px
                }
            }

            @media (max-width: 1199.98px) {
                #web-btn,.header-btn {
                    display:none!important
                }
            }

            .buying-process-layout1 {
                position: relative
            }

            .buying-process-layout1:before {
                position: absolute;
                top: 0;
                left: 0;
                z-index: 0;
                width: 100%;
                height: 100%;
                content: "";
                opacity: 1
            }

            .buying-process-layout1 .buying-process .process-img,.buying-process-layout1.wrap-layout2 {
                overflow: hidden
            }

            .buying-process-layout1.wrap-layout2:after {
                position: absolute;
                bottom: -100px;
                left: 0;
                z-index: -1;
                width: 100%;
                height: 100%;
                max-width: 830px;
                max-height: 735px;
                content: "";
                animation: upDown 10s infinite alternate
            }

            .buying-process-layout1.wrap-layout2:before {
                top: 0;
                right: 0;
                left: auto;
                max-width: 445px;
                max-height: 671px
            }

            .buying-process-layout1 .buying-process {
                margin-bottom: 30px;
                padding-top: 20px
            }

            .buying-process-layout1 .buying-process .process-head {
                position: relative;
                margin-bottom: 80px;
                text-align: center
            }

            .buying-process-layout1 .buying-process .process-head:before {
                position: absolute;
                top: -22px;
                right: -120px;
                width: 100%;
                height: 45px;
                max-width: 66%;
                background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii04IC01IDEwMjQgMjMwIj48ZGVmcz48c3R5bGU+LnN0e2ZpbGw6bm9uZTtzdHJva2U6IzAyNTtzdHJva2UtZGFzaGFycmF5OjAgMCAyNCAxOS44O3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS13aWR0aDoxMDt9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9InN0IiBkPSJNLjMsMjE5LjgxQzEwOC45NiwxMzkuMzcsMjIzLjIsNjEuNTIsMzU1LjEzLDI2LjQyYzIzMC4zMi02My43Nyw0NDYuODQuNDcsNjYzLjE1LDgwLjg3Ii8+PC9zdmc+);
                background-position: top;
                background-size: 100% 100%;
                background-repeat: no-repeat;
                content: ""
            }

            .buying-process-layout1 .buying-process .process-head:after {
                position: absolute;
                top: -7px;
                right: -121px;
                display: inline-block;
                width: 15px;
                height: 15px;
                border-radius: 50%;
                background: #025;
                content: "";
                animation: cscale 1s infinite alternate
            }

            .buying-process-layout1 .buying-process .process-body {
                background: #fff;
                box-shadow: 0 25px 47.5px 2.5px #0000001a
            }

            .buying-process-layout1 .buying-process .icon {
                display: inline-block;
                width: 70px;
                height: 70px;
                border-radius: 50%;
                background: #025;
                color: #fff;
                text-align: center;
                font-weight: 700;
                font-size: 1.125rem;
                line-height: 4.375rem
            }

            .buying-process-layout1 .buying-process .process-img img {
                margin: 10% 15% 5%;
                width: 70%;
                transition: .4s;
                transform: scale(1.01)
            }

            .buying-process-layout1 .buying-process .process-content {
                padding: 0 30px 30px;
                text-align: center
            }

            .buying-process-layout1 .buying-process .process-content .title {
                font-weight: 700;
                font-size: 1.25rem;
                line-height: 1.5
            }

            .buying-process-layout1 .buying-process:hover .process-img img {
                transform: scale(1.08)
            }

            .buying-process-layout1 .row>div:nth-child(2n) .buying-process .process-head:before {
                top: 40px;
                background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii04IC0yMjUgMTAyNCAyMzAiPjxkZWZzPjxzdHlsZT4uc3R7ZmlsbDpub25lO3N0cm9rZTojZGIzNzAwO3N0cm9rZS1kYXNoYXJyYXk6MCAwIDI0IDE5Ljg7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLXdpZHRoOjEwO3RyYW5zZm9ybTpyb3RhdGVYKDE4MGRlZyk7fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGNsYXNzPSJzdCIgZD0iTS4zLDIxOS44MUMxMDguOTYsMTM5LjM3LDIyMy4yLDYxLjUyLDM1NS4xMywyNi40MmMyMzAuMzItNjMuNzcsNDQ2Ljg0LjQ3LDY2My4xNSw4MC44NyIvPjwvc3ZnPg==)
            }

            .buying-process-layout1 .row>div:nth-child(2n) .buying-process .process-head:after {
                top: auto;
                bottom: 0;
                background: #db3700;
                color: #fff
            }

            .buying-process-layout1 .buying-process .icon .text {
                position: relative;
                z-index: 1
            }

            .buying-process-layout1.wrap-layout2:after,.buying-process-layout1:before {
                background-position: 50%;
                background-size: 100% 100%;
                background-repeat: no-repeat
            }

            .buying-process-layout1 .row>div:nth-child(2n) .buying-process .icon,.buying-process-layout1 .row>div:nth-child(2n) .buying-process .icon .ripple {
                background: #db3700;
                color: #fff
            }

            .about-wrap-layout1 .action-area .action-box:last-child:before,.buying-process-layout1 .row>div:last-child .process-head:after,.buying-process-layout1 .row>div:last-child .process-head:before {
                display: none
            }

            .about-wrap-layout1,.about-wrap-layout1 .about-us-img,.machine-estimator-wrap {
                position: relative
            }

            .about-wrap-layout1:before {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                max-width: 1130px;
                content: ""
            }

            .about-wrap-layout1 .about-us-img a:before {
                position: absolute;
                top: 20px;
                right: 20px;
                bottom: 20px;
                left: 20px;
                border: 2px dashed #fff;
                content: ""
            }

            .about-wrap-layout1 .about-title {
                display: block;
                margin-bottom: 30px;
                color: #025;
                text-transform: uppercase;
                font-weight: 700;
                font-size: 2.625rem
            }

            .about-wrap-layout1 .about-title span {
                position: relative;
                top: 10px;
                color: #db3700;
                font-size: 5rem
            }

            .about-wrap-layout1 .sub-title {
                margin-bottom: 10px;
                text-transform: uppercase;
                font-weight: 700;
                font-size: 2.25rem
            }

            .about-wrap-layout1 .about-us-content {
                margin-left: 20px
            }

            .about-wrap-layout1 .about-us-content .text {
                margin-bottom: 20px;
                color: #454545
            }

            .about-wrap-layout1 .about-us-content .features-list ul li {
                position: relative;
                margin-bottom: 4px;
                color: #454545
            }

            .about-wrap-layout1 .about-us-content .features-list ul li:last-child {
                margin-bottom: 0
            }

            .about-wrap-layout1 .about-us-content .features-list ul li:before {
                position: relative;
                top: -4px;
                left: 0;
                display: inline-block;
                margin-right: 15px;
                width: 15px;
                height: 15px;
                border-radius: 50%;
                box-shadow: inset 0 0 6px -2px #025;
                color: #025;
                content: "•";
                text-align: center;
                font-weight: 900;
                font-size: .3125rem;
                font-family: Arial;
                line-height: .9375rem
            }

            .about-wrap-layout1 .action-btn {
                float: right;
                overflow: hidden;
                margin-top: 25px
            }

            .about-wrap-layout1 .action-area {
                position: relative;
                margin-top: -100px;
                padding-left: 100px
            }

            .about-wrap-layout1 .action-area .action-box {
                position: relative;
                display: inline-block;
                margin: 0 80px 0 0;
                padding: 0
            }

            .about-wrap-layout1 .action-area .action-box:before {
                position: absolute;
                top: 50%;
                right: 0;
                margin-top: -25px;
                width: 1px;
                height: 60px;
                background: #ddd;
                content: ""
            }

            .about-wrap-layout1 .action-area .action-box:last-child {
                margin-right: 0;
                padding-right: 0
            }

            .about-wrap-layout1 .action-area .action-box .content,.about-wrap-layout1 .action-area .action-box .icon {
                float: none;
                display: inline
            }

            .about-wrap-layout1 .action-area .action-box .icon span {
                display: inline-block;
                margin-right: 5px;
                margin-bottom: 5px;
                color: #025;
                font-size: 2rem
            }

            .about-wrap-layout1 .action-area .action-box .icon span i {
                font-weight: 100;
                -webkit-text-stroke: 1px #fff
            }

            .about-wrap-layout1 .action-area .action-box .content .text {
                position: relative;
                top: -10px;
                display: inline-block;
                color: #025;
                font-weight: 300;
                font-size: 1.5rem
            }

            .about-wrap-layout1 .action-area .action-box .content span {
                position: relative;
                top: -6px;
                display: inline-block;
                color: #454545;
                text-transform: uppercase;
                font-size: .875rem;
                line-height: 1
            }

            .about-wrap-layout1 .sub-title span {
                color: #db3700
            }

            .about-us-sec .experiance-box:before {
                position: absolute;
                top: 0;
                right: 0;
                width: 0;
                border-top: 32px solid #fff;
                border-left: 32px solid #025;
                content: ""
            }

            .about-us-sec .experiance-box {
                position: relative;
                right: -32px;
                z-index: 1;
                margin-top: -30px;
                padding: 30px 20px 20px;
                min-width: 430px;
                background: #025
            }

            .about-us-sec .experiance-box .icon span {
                position: relative;
                z-index: 1;
                display: inline-block;
                margin-top: 20px;
                margin-right: 20px;
                width: 72px;
                height: 72px;
                border-radius: 50%;
                background: #fff;
                color: #025;
                text-align: center;
                line-height: 1
            }

            i.far.fa-medal {
                position: absolute;
                left: 50%;
                margin-left: -30px;
                width: 60px;
                height: 60px;
                top: 50%;
                margin-top: -30px;
                background: url(/assets/img/icon/trust.svg)no-repeat 0 0;
                filter: none
            }

            .about-us-sec .experiance-box .icon span:before {
                position: absolute;
                top: -5px;
                right: -5px;
                bottom: -5px;
                left: -5px;
                z-index: -1;
                border: 2px dashed #fff;
                border-radius: 50%;
                content: "";
                animation: cspine 10s linear infinite
            }

            .about-us-sec .experiance-box .content {
                width: calc(100% - 100px)
            }

            .about-us-sec .experiance-box .content .main-title {
                position: absolute;
                top: -40px;
                left: 32px;
                margin-bottom: 0;
                color: #fff;
                text-transform: uppercase;
                text-shadow: 3px 3px 0#000;
                font-size: 3rem
            }

            .about-us-sec .experiance-box .content .title {
                margin: 20px 0 0;
                padding: 0;
                color: #fff;
                font-weight: 300;
                font-size: 1rem;
                line-height: 150%
            }

            .about-us-sec .experiance-box .content .text-1,.about-us-sec .experiance-box .content .text-2 {
                margin: 0;
                padding: 0;
                color: #fff;
                font-weight: 300;
                font-size: 1rem;
                line-height: 150%
            }

            .machine-estimator-layout1 .estimator-title-area .text,.machine-estimator-layout1 .estimator-title-area .title,.our-solution-wrapper .solution-box .solution-content .title a:hover,.our-solution-wrapper .solution-box:hover .solution-content .title,.our-solution-wrapper .solution-box:hover .solution-content p {
                color: #fff
            }

            .machine-estimator-wrap .estimator-title-area,.pb-20 {
                padding-bottom: 20px
            }

            .machine-estimator-wrap .estimator-title-area .title {
                margin-bottom: 5px;
                color: #fff;
                text-transform: none;
                font-weight: 700;
                font-size: 2rem
            }

            .machine-estimator-wrap .estimator-title-area .text {
                margin-bottom: 0;
                color: #fff;
                font-weight: 300;
                font-size: 1rem
            }

            .machine-estimator-wrap form.estimator-form {
                margin-left: 45px
            }

            .machine-estimator-layout1:before {
                position: absolute;
                top: 0;
                left: 0;
                z-index: 0;
                width: 100%;
                height: 100%;
                content: "";
                background: #025
            }

            .machine-estimator-layout1 form.estimator-form .select2-container span.select2-selection,.machine-estimator-layout1 form.estimator-form input {
                border: 0;
                box-shadow: none
            }

            .our-solution-wrapper .solution-box:hover .solution-img {
                visibility: visible;
                opacity: 1;
                transform: rotateX(0)
            }

            .our-solution-wrapper .solution-box {
                position: relative;
                overflow: hidden;
                padding: 60px 0 55px;
                background: #fff;
                text-align: center
            }

            .our-solution-wrapper .solution-box .solution-img {
                position: absolute;
                top: 0;
                left: 0;
                visibility: visible;
                width: 101%;
                height: 101%;
                background: #025;
                opacity: .1;
                transition: .3s cubic-bezier(.4,0,1,1);
                transform: rotateX(-90deg);
                transform-origin: bottom
            }

            .our-solution-wrapper .solution-box .solution-img:before {
                position: absolute;
                top: 0;
                left: 0;
                z-index: 1;
                width: 100%;
                height: 100%;
                content: "";
                opacity: 1
            }

            .our-solution-wrapper .solution-box .solution-img img,.product-details-layout1 .product-img img,.product-details-layout1 .product-tab-nav li a.active:before,.product-details-layout1 .slick-slide img {
                width: auto;
                height: auto;
                max-width: 100%
            }

            .our-solution-wrapper .solution-box .solution-icon {
                position: relative;
                z-index: 3;
                display: inline-block;
                margin-bottom: 30px;
                width: 240px;
                height: 240px;
                border-radius: 50%;
                background: #025;
                box-shadow: 0 5px 29px -10px #025;
                color: #fff;
                line-height: 15rem;
                transition: .4s;
                animation: cscale 3s infinite alternate
            }

            .our-solution-wrapper .solution-box .solution-icon.white-icon {
                border-radius: 0;
                background: #fff;
                box-shadow: 0 5px 29px -10px #025;
                color: #025;
                width: 300px;
                height: 300px;
                line-height: 18.75rem
            }

            .our-solution-wrapper .solution-box .solution-icon img {
                width: 180px;
                height: 180px;
                border-radius: 50%
            }

            .our-solution-wrapper .solution-box .solution-icon.white-icon img {
                width: 260px;
                height: 260px;
                border-radius: 0
            }

            .our-solution-wrapper .solution-box .solution-icon:before {
                position: absolute;
                top: 10px;
                right: 10px;
                bottom: 10px;
                left: 10px;
                border: 3px solid #fff;
                border-radius: 50%;
                content: ""
            }

            .our-solution-wrapper .solution-box .solution-icon.white-icon:before {
                border-radius: 0;
                border: 3px solid #025
            }

            .our-solution-wrapper .solution-box .solution-content {
                position: relative;
                z-index: 1;
                padding: 0 20px
            }

            .our-solution-wrapper .solution-box .solution-content .title {
                text-transform: none;
                font-weight: 700;
                font-size: 1.5rem;
                line-height: 1.5;
                transition: .4s
            }

            .our-solution-wrapper .solution-box .solution-content p {
                margin-bottom: 0;
                transition: .4s
            }

            .our-solution-wrapper .solution-box:hover .solution-icon {
                background: #025;
                box-shadow: 0 5px 29px -10px #fff
            }

            .our-solution-wrapper .solution-box:hover .solution-icon.white-icon {
                background: #fff;
                box-shadow: 0 5px 29px -10px #fff
            }

            .solution-layout1 {
                position: relative;
                z-index: 2;
                background: #fff;
                background-position: 50%;
                background-size: 100% 100%;
                background-repeat: no-repeat
            }

            .solution-layout1 .shape-bg {
                opacity: .92;
                animation: upDown 10s infinite alternate
            }

            .solution-layout1 .solution-box {
                margin-bottom: 30px
            }

            .solution-layout1 .solution-box:before {
                position: absolute;
                top: 0;
                left: 50%;
                visibility: visible;
                width: 100%;
                height: 100%;
                max-width: 360px;
                max-height: 360px;
                border-radius: 50%;
                background: #025;
                content: "";
                opacity: .15;
                transition: .4s;
                transform: translate(-50%,-65%)
            }

            .solution-layout1 .solution-box:hover:before {
                top: -100%;
                visibility: hidden;
                opacity: 0
            }

            .solution-layout3 .inner-wrapper {
                position: relative
            }

            .solution-layout3 .gutters-40 .slick-track>[class^=col-] {
                padding-right: 20px;
                padding-left: 20px
            }

            .solution-layout3 {
                position: relative;
                background: #025
            }

            .solution-layout3 .solution-box {
                position: relative;
                display: block;
                margin: 15px 0;
                padding: 0;
                background: #fff;
                text-align: left
            }

            .solution-layout3 .slick-slider {
                padding: 0 30px
            }

            .solution-layout3 .slick-slider .slick-arrow {
                position: absolute;
                top: 50%;
                left: -30px;
                width: 56px;
                height: 56px;
                border-radius: 50%;
                font-size: 1.875rem;
                transform: translateY(-50%)
            }

            .solution-layout3 .slick-slider .slick-arrow:after,.solution-layout3 .slick-slider .slick-arrow:before {
                position: absolute;
                top: 0;
                left: 0;
                z-index: 2;
                width: 100%;
                height: 100%;
                border: 0;
                background: 0 0;
                content: ""
            }

            .solution-layout3 .slick-slider .slick-arrow:before {
                z-index: 1
            }

            .solution-layout3 .slick-slider .slick-arrow i {
                position: relative;
                z-index: 3;
                display: inline-block;
                width: 56px;
                height: 56px;
                border: 1px solid #fff;
                border-radius: 50%;
                background: #025;
                color: #fff;
                line-height: 3.5rem
            }

            .solution-layout3 .slick-slider .slick-arrow.slick-next {
                right: -30px;
                left: auto
            }

            .solution-layout3 .slick-slider .slick-arrow.slick-next:after {
                right: -4%;
                left: auto
            }

            .solution-layout3 .slick-slide .solution-box {
                box-shadow: 0 5px 15px 0#00000026;
                transition: .4s
            }

            .widget_offer_banner {
                position: relative;
                float: left;
                width: 100%;
                height: auto;
                clear: both;
                z-index: 1;
                margin: 0;
                padding: 0
            }

            .widget_offer_banner img {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: auto;
                min-width: 320px
            }

            .brand-area-wrapper .brand-box {
                margin: 30px 0;
                padding: 0;
                background: #fff;
                box-shadow: 0 10px 38px -30px #000000b3;
                text-align: center;
                transition: .4s ease-in-out;
                transform: translateY(0)
            }

            .brand-area-wrapper .brand-box:hover {
                box-shadow: none;
                transform: translateY(-5px)
            }

            .brand-layout1 {
                position: relative
            }

            .counter-area-wrap {
                padding: 0 60px;
                background: #025
            }

            .counter-box {
                display: flex;
                align-items: center
            }

            .counter-box .icon .shape-icon:before {
                margin-top: -35px;
                width: 70px;
                height: 70px
            }

            .counter-box .icon .shape-icon i {
                padding-left: 10px;
                min-width: 90px;
                color: #fff;
                text-align: center;
                font-weight: 100;
                -webkit-text-stroke: 1px #025
            }

            .counter-box .content .counter {
                color: #fff;
                font-weight: 700;
                font-size: 1.875rem
            }

            .counter-box .content .text {
                margin-bottom: 0;
                color: #fff;
                text-transform: capitalize;
                font-weight: 300
            }

            .testomonial-layout1 {
                background: #025;
                color: #f4f4f4
            }

            .testomonial-layout1 .slick-arrow {
                top: calc(50% - 83px);
                right: -100px;
                width: 50px;
                height: 52px;
                box-shadow: 0 0 28px -11px #0000001a;
                color: #025
            }

            .testomonial-layout1 .slick-arrow.slick-prev:after {
                top: auto;
                right: calc(50% - 10px);
                bottom: 1px;
                width: 20px!important;
                height: 1px
            }

            .testomonial-layout1 .slick-arrow.slick-next {
                top: calc(50% - 33px);
                z-index: 1
            }

            .testomonial-layout1 .single-testomonial {
                padding-top: 60px;
                padding-bottom: 30px
            }

            .testomonial-layout1 .single-testomonial .testo-author {
                position: relative;
                z-index: 9;
                margin-top: -25px;
                padding-top: 60px;
                padding-bottom: 55px;
                width: 100%;
                max-width: 320px;
                border: 5px solid #fff;
                background: #025;
                box-shadow: 0 0 28px -11px #000000b3;
                text-align: center;
                transition: 1s;
                transform: translateX(0)
            }

            .testomonial-layout1 .single-testomonial .testo-author span.customer-avatar {
                display: inline-block;
                margin-bottom: 30px;
                width: 150px;
                height: 150px;
                border-radius: 50%;
                background: #fff;
                color: #025;
                text-align: center;
                font-weight: 700;
                font-size: 4.6875rem;
                line-height: 9.375rem
            }

            .testomonial-layout1 .single-testomonial .testo-author img {
                margin-bottom: 30px;
                padding: 8px;
                width: 150px;
                height: 150px;
                border-radius: 50%;
                background: #fff
            }

            .testomonial-layout1 .single-testomonial .testo-author .name {
                margin-bottom: 5px;
                color: #fff;
                font-weight: 300;
                font-size: 1.375rem
            }

            .testomonial-layout1 .single-testomonial .testomonial-content {
                position: relative;
                z-index: 1;
                display: block;
                padding: 30px 60px;
                width: calc(100% - 320px);
                height: auto;
                color: #333
            }

            .testomonial-layout1 .single-testomonial .testomonial-content:before {
                position: absolute;
                top: 0;
                left: -10%;
                z-index: -1;
                width: calc(100% + 160px);
                height: 100%;
                background: #fff;
                box-shadow: 0 0 28px -11px #0000001a;
                content: ""
            }

            .testomonial-layout1 .single-testomonial .testomonial-content .text {
                margin-top: 20px;
                margin-bottom: 20px
            }

            .testomonial-layout1 .single-testomonial .testomonial-content .text p {
                font-size: 1.125rem;
                line-height: 1.75rem
            }

            .testomonial-layout1 .single-testomonial .testomonial-content .date {
                display: block;
                margin-top: 20px;
                margin-right: 10px;
                color: #666;
                text-align: right
            }

            .testomonial-layout1 .single-testomonial .testomonial-content .rating i {
                display: inline-block;
                margin-right: 5px;
                color: #db3700;
                font-size: 1.375rem
            }

            .testomonial-layout1 .slick-current .single-testomonial .testo-author {
                transform: translateX(0)
            }

            .testomonial-layout1 .single-testomonial .testomonial-content .date i {
                margin-right: 10px
            }

            .testomonial-layout1 .single-testomonial .testo-author span,.testomonial-layout1 h2 {
                color: #fff
            }

            .testomonial-layout1 .single-testomonial .testomonial-content .rating i:last-child {
                margin-right: 0
            }

            .testomonial-layout1 .slick-arrow.slick-prev {
                z-index: 2
            }

            .testomonial-layout1 .single-testomonial .star-rating {
                display: inline-block;
                font-size: 1.5em;
                color: #666;
                font-family: sans-serif;
                line-height: 100%
            }

            .testomonial-layout1 .single-testomonial .star-rating small {
                color: #666;
                letter-spacing: 0;
                font-size: 1.125rem;
                font-family: Helvetica,Arial,sans-serif
            }

            .machine-estimator-layout1 .estimator-form .form-group .form-control,.machine-estimator-layout1 .estimator-form .select2-container span.select2-selection,.select2-container .select2-dropdown {
                border-color: #fff;
                border-radius: 0
            }

            i.fal.fa-cogs {
                width: 96px;
                height: 96px;
               
            }

            i.far.fa-users-cog {
                width: 96px;
                height: 96px;
                
            }

            i.far.fa-users {
                width: 96px;
                height: 96px;
               
            }

            i.fal.fa-computer-classic {
                width: 96px;
                height: 96px;
                
            }

            i.far.fa-phone-office {
                width: 72px;
                height: 72px;
                
            }

            i.far.fa-envelope-open-text {
                width: 72px;
                height: 72px;
               
            }

            i.far.fa-envelope-open-text,i.far.fa-phone-office {
                filter: brightness(0) saturate(100%) invert(9%) sepia(47%) saturate(4690%) hue-rotate(207deg) brightness(93%) contrast(104%)
            }

            i.fal.fa-cogs,i.fal.fa-computer-classic,i.far.fa-users,i.far.fa-users-cog {
                filter: brightness(0) saturate(100%) invert(100%) sepia(11%) saturate(224%) hue-rotate(315deg) brightness(121%) contrast(100%)
            }

            .select2-container {
                box-sizing: border-box;
                display: inline-block;
                margin: 0;
                position: relative;
                vertical-align: middle
            }

            .select2-container .select2-selection--single {
                box-sizing: border-box;
                cursor: pointer;
                display: block;
                height: 28px;
                user-select: none;
                -webkit-user-select: none
            }

            .select2-container .select2-selection--single .select2-selection__rendered {
                display: block;
                padding-left: 8px;
                padding-right: 20px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap
            }

            .select2-container .select2-selection--single .select2-selection__clear {
                background-color: transparent;
                border: none;
                font-size: 1em
            }

            .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
                padding-right: 8px;
                padding-left: 20px
            }

            .select2-container .select2-selection--multiple {
                box-sizing: border-box;
                cursor: pointer;
                display: block;
                min-height: 32px;
                user-select: none;
                -webkit-user-select: none
            }

            .select2-container .select2-selection--multiple .select2-selection__rendered {
                display: inline;
                list-style: none;
                padding: 0
            }

            .select2-container .select2-selection--multiple .select2-selection__clear {
                background-color: transparent;
                border: none;
                font-size: 1em
            }

            .select2-container .select2-search--inline .select2-search__field {
                box-sizing: border-box;
                border: none;
                font-size: 100%;
                margin-top: 5px;
                margin-left: 5px;
                padding: 0;
                max-width: 100%;
                resize: none;
                height: 18px;
                vertical-align: bottom;
                font-family: sans-serif;
                overflow: hidden;
                word-break: keep-all
            }

            .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
                -webkit-appearance: none
            }

            .select2-dropdown {
                background-color: white;
                border: 1px solid #aaa;
                border-radius: 4px;
                box-sizing: border-box;
                display: block;
                position: absolute;
                left: -100000px;
                width: 100%;
                z-index: 1051
            }

            .select2-results {
                display: block
            }

            .select2-results__options {
                list-style: none;
                margin: 0;
                padding: 0
            }

            .select2-results__option {
                padding: 6px;
                user-select: none;
                -webkit-user-select: none
            }

            .select2-results__option--selectable {
                cursor: pointer
            }

            .select2-container--open .select2-dropdown {
                left: 0
            }

            .select2-container--open .select2-dropdown--above {
                border-bottom: none;
                border-bottom-left-radius: 0;
                border-bottom-right-radius: 0
            }

            .select2-container--open .select2-dropdown--below {
                border-top: none;
                border-top-left-radius: 0;
                border-top-right-radius: 0
            }

            .select2-search--dropdown {
                display: block;
                padding: 4px
            }

            .select2-search--dropdown .select2-search__field {
                padding: 4px;
                width: 100%;
                box-sizing: border-box
            }

            .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
                -webkit-appearance: none
            }

            .select2-search--dropdown.select2-search--hide {
                display: none
            }

            .select2-close-mask {
                border: 0;
                margin: 0;
                padding: 0;
                display: block;
                position: fixed;
                left: 0;
                top: 0;
                min-height: 100%;
                min-width: 100%;
                height: auto;
                width: auto;
                opacity: 0;
                z-index: 99;
                background-color: #fff;
                filter: alpha(opacity=0)
            }

            .select2-hidden-accessible {
                border: 0 !important;
                clip: rect(0 0 0 0) !important;
                -webkit-clip-path: inset(50%) !important;
                clip-path: inset(50%) !important;
                height: 1px !important;
                overflow: hidden !important;
                padding: 0 !important;
                position: absolute !important;
                width: 1px !important;
                white-space: nowrap !important
            }

            .select2-container--default .select2-selection--single {
                background-color: #fff;
                border: 1px solid #aaa;
                border-radius: 4px
            }

            .select2-container--default .select2-selection--single .select2-selection__rendered {
                color: #444;
                line-height: 28px
            }

            .select2-container--default .select2-selection--single .select2-selection__clear {
                cursor: pointer;
                float: right;
                font-weight: bold;
                height: 26px;
                margin-right: 20px;
                padding-right: 0px
            }

            .select2-container--default .select2-selection--single .select2-selection__placeholder {
                color: #999
            }

            .select2-container--default .select2-selection--single .select2-selection__arrow {
                height: 26px;
                position: absolute;
                top: 1px;
                right: 1px;
                width: 20px
            }

            .select2-container--default .select2-selection--single .select2-selection__arrow b {
                border-color: #888 transparent transparent transparent;
                border-style: solid;
                border-width: 5px 4px 0 4px;
                height: 0;
                left: 50%;
                margin-left: -4px;
                margin-top: -2px;
                position: absolute;
                top: 50%;
                width: 0
            }

            .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
                float: left
            }

            .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
                left: 1px;
                right: auto
            }

            .select2-container--default.select2-container--disabled .select2-selection--single {
                background-color: #eee;
                cursor: default
            }

            .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
                display: none
            }

            .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
                border-color: transparent transparent #888 transparent;
                border-width: 0 4px 5px 4px
            }

            .select2-container--default .select2-selection--multiple {
                background-color: white;
                border: 1px solid #aaa;
                border-radius: 4px;
                cursor: text;
                padding-bottom: 5px;
                padding-right: 5px;
                position: relative
            }

            .select2-container--default .select2-selection--multiple.select2-selection--clearable {
                padding-right: 25px
            }

            .select2-container--default .select2-selection--multiple .select2-selection__clear {
                cursor: pointer;
                font-weight: bold;
                height: 20px;
                margin-right: 10px;
                margin-top: 5px;
                position: absolute;
                right: 0;
                padding: 1px
            }

            .select2-container--default .select2-selection--multiple .select2-selection__choice {
                background-color: #e4e4e4;
                border: 1px solid #aaa;
                border-radius: 4px;
                box-sizing: border-box;
                display: inline-block;
                margin-left: 5px;
                margin-top: 5px;
                padding: 0;
                padding-left: 20px;
                position: relative;
                max-width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
                vertical-align: bottom;
                white-space: nowrap
            }

            .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
                cursor: default;
                padding-left: 2px;
                padding-right: 5px
            }

            .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
                background-color: transparent;
                border: none;
                border-right: 1px solid #aaa;
                border-top-left-radius: 4px;
                border-bottom-left-radius: 4px;
                color: #999;
                cursor: pointer;
                font-size: 1em;
                font-weight: bold;
                padding: 0 4px;
                position: absolute;
                left: 0;
                top: 0
            }

            .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
                background-color: #f1f1f1;
                color: #333;
                outline: none
            }

            .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
                margin-left: 5px;
                margin-right: auto
            }

            .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
                padding-left: 5px;
                padding-right: 2px
            }

            .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
                border-left: 1px solid #aaa;
                border-right: none;
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
                border-top-right-radius: 4px;
                border-bottom-right-radius: 4px
            }

            .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
                float: left;
                margin-left: 10px;
                margin-right: auto
            }

            .select2-container--default.select2-container--focus .select2-selection--multiple {
                border: solid black 1px;
                outline: 0
            }

            .select2-container--default.select2-container--disabled .select2-selection--multiple {
                background-color: #eee;
                cursor: default
            }

            .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
                display: none
            }

            .select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
                border-top-left-radius: 0;
                border-top-right-radius: 0
            }

            .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
                border-bottom-left-radius: 0;
                border-bottom-right-radius: 0
            }

            .select2-container--default .select2-search--dropdown .select2-search__field {
                border: 1px solid #aaa
            }

            .select2-container--default .select2-search--inline .select2-search__field {
                background: transparent;
                border: none;
                outline: 0;
                box-shadow: none;
                -webkit-appearance: textfield
            }

            .select2-container--default .select2-results>.select2-results__options {
                max-height: 200px;
                overflow-y: auto
            }

            .select2-container--default .select2-results__option .select2-results__option {
                padding-left: 1em
            }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
                padding-left: 0
            }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -1em;
                padding-left: 2em
            }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -2em;
                padding-left: 3em
            }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em
            }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -4em;
                padding-left: 5em
            }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -5em;
                padding-left: 6em
            }

            .select2-container--default .select2-results__option--group {
                padding: 0
            }

            .select2-container--default .select2-results__option--disabled {
                color: #999
            }

            .select2-container--default .select2-results__option--selected {
                background-color: #ddd
            }

            .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
                background-color: #5897fb;
                color: white
            }

            .select2-container--default .select2-results__group {
                cursor: default;
                display: block;
                padding: 6px
            }

            .select2-container--classic .select2-selection--single {
                background-color: #f7f7f7;
                border: 1px solid #aaa;
                border-radius: 4px;
                outline: 0;
                background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
                background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
                background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
                background-repeat: repeat-x;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
            }

            .select2-container--classic .select2-selection--single:focus {
                border: 1px solid #5897fb
            }

            .select2-container--classic .select2-selection--single .select2-selection__rendered {
                color: #444;
                line-height: 28px
            }

            .select2-container--classic .select2-selection--single .select2-selection__clear {
                cursor: pointer;
                float: right;
                font-weight: bold;
                height: 26px;
                margin-right: 20px
            }

            .select2-container--classic .select2-selection--single .select2-selection__placeholder {
                color: #999
            }

            .select2-container--classic .select2-selection--single .select2-selection__arrow {
                background-color: #ddd;
                border: none;
                border-left: 1px solid #aaa;
                border-top-right-radius: 4px;
                border-bottom-right-radius: 4px;
                height: 26px;
                position: absolute;
                top: 1px;
                right: 1px;
                width: 20px;
                background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
                background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
                background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
                background-repeat: repeat-x;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
            }

            .select2-container--classic .select2-selection--single .select2-selection__arrow b {
                border-color: #888 transparent transparent transparent;
                border-style: solid;
                border-width: 5px 4px 0 4px;
                height: 0;
                left: 50%;
                margin-left: -4px;
                margin-top: -2px;
                position: absolute;
                top: 50%;
                width: 0
            }

            .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
                float: left
            }

            .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
                border: none;
                border-right: 1px solid #aaa;
                border-radius: 0;
                border-top-left-radius: 4px;
                border-bottom-left-radius: 4px;
                left: 1px;
                right: auto
            }

            .select2-container--classic.select2-container--open .select2-selection--single {
                border: 1px solid #5897fb
            }

            .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
                background: transparent;
                border: none
            }

            .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
                border-color: transparent transparent #888 transparent;
                border-width: 0 4px 5px 4px
            }

            .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
                border-top: none;
                border-top-left-radius: 0;
                border-top-right-radius: 0;
                background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
                background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
                background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
                background-repeat: repeat-x;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
            }

            .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
                border-bottom: none;
                border-bottom-left-radius: 0;
                border-bottom-right-radius: 0;
                background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
                background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
                background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
                background-repeat: repeat-x;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
            }

            .select2-container--classic .select2-selection--multiple {
                background-color: white;
                border: 1px solid #aaa;
                border-radius: 4px;
                cursor: text;
                outline: 0;
                padding-bottom: 5px;
                padding-right: 5px
            }

            .select2-container--classic .select2-selection--multiple:focus {
                border: 1px solid #5897fb
            }

            .select2-container--classic .select2-selection--multiple .select2-selection__clear {
                display: none
            }

            .select2-container--classic .select2-selection--multiple .select2-selection__choice {
                background-color: #e4e4e4;
                border: 1px solid #aaa;
                border-radius: 4px;
                display: inline-block;
                margin-left: 5px;
                margin-top: 5px;
                padding: 0
            }

            .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
                cursor: default;
                padding-left: 2px;
                padding-right: 5px
            }

            .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
                background-color: transparent;
                border: none;
                border-top-left-radius: 4px;
                border-bottom-left-radius: 4px;
                color: #888;
                cursor: pointer;
                font-size: 1em;
                font-weight: bold;
                padding: 0 4px
            }

            .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
                color: #555;
                outline: none
            }

            .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
                margin-left: 5px;
                margin-right: auto
            }

            .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
                padding-left: 5px;
                padding-right: 2px
            }

            .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
                border-top-right-radius: 4px;
                border-bottom-right-radius: 4px
            }

            .select2-container--classic.select2-container--open .select2-selection--multiple {
                border: 1px solid #5897fb
            }

            .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
                border-top: none;
                border-top-left-radius: 0;
                border-top-right-radius: 0
            }

            .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
                border-bottom: none;
                border-bottom-left-radius: 0;
                border-bottom-right-radius: 0
            }

            .select2-container--classic .select2-search--dropdown .select2-search__field {
                border: 1px solid #aaa;
                outline: 0
            }

            .select2-container--classic .select2-search--inline .select2-search__field {
                outline: 0;
                box-shadow: none
            }

            .select2-container--classic .select2-dropdown {
                background-color: #fff;
                border: 1px solid transparent
            }

            .select2-container--classic .select2-dropdown--above {
                border-bottom: none
            }

            .select2-container--classic .select2-dropdown--below {
                border-top: none
            }

            .select2-container--classic .select2-results>.select2-results__options {
                max-height: 200px;
                overflow-y: auto
            }

            .select2-container--classic .select2-results__option--group {
                padding: 0
            }

            .select2-container--classic .select2-results__option--disabled {
                color: grey
            }

            .select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
                background-color: #3875d7;
                color: #fff
            }

            .select2-container--classic .select2-results__group {
                cursor: default;
                display: block;
                padding: 6px
            }

            .select2-container--classic.select2-container--open .select2-dropdown {
                border-color: #5897fb
            }

            .select2-container .select2-selection--single .select2-selection__arrow {
                height: 50px
            }

            .select2-container {
                width: 100%!important
            }

            .select2-container span.select2-selection {
                height: 50px;
                border: 1px solid #ddd;
                border-radius: 2px;
                background: #fff
            }

            .custom-range:focus,.select2-container span.select2-selection:focus {
                outline: 0
            }

            .select2-container .select2-selection--single .select2-selection__rendered {
                padding-left: 20px;
                color: #666;
                font-size: 1rem;
                line-height: 3.125rem
            }

            .select2-container .select2-selection--single .select2-selection__arrow b {
                margin-top: -4px;
                margin-left: -22px;
                border-color: #666 transparent transparent;
                border-width: 6px 7px 0
            }

            .select2-container[dir=rtl] .select2-selection--single .select2-selection__arrow b {
                margin-left: 10px
            }

            .select2-container .select2-dropdown .select2-search__field {
                border: 1px solid #ddd;
                border-radius: 2px
            }

            .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
                border-color: transparent transparent #666;
                border-width: 0 7px 6px
            }

            section {
                content-visibility: auto
            }
        </style>
        <link rel="stylesheet" id="bootstrap" href="/assets/css/bootstrap.css">
        <script type="9e27add297aad820ea7e0bda-text/javascript">
            var p=document.createElement("p");p.text='<link rel="stylesheet" id="font" href="/assets/css/iconfont.css" fetchpriority="low">';var cb=function(){var h=document.getElementById("style");h.insertAdjacentHTML("afterend",p.text)};var raf=window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||window.msRequestAnimationFrame;if(raf)raf(cb);else window.addEventListener('load',cb);
        </script>
        <link rel="stylesheet" id="style" href="/assets/css/style.css">
        <style>
            body,sup {
                font-weight: 300
            }

            sup {
                font-size: .75rem;
                top: 3px;
                margin-right: 1px
            }

            .price,sub,sup {
                color: #db3700
            }

            sub {
                font-size: .875rem;
                font-weight: 700;
                margin-right: 0;
                top: -3px
            }

            .price {
                font-family: Verdana,Helvetica,Arial;
                font-weight: 600
            }

            *,:after,:before,html {
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box
            }

            :after,:before {
                margin: 0
            }

            * {
                font-size: 100%;
                word-break: normal;
                word-spacing: normal;
                word-wrap: normal
            }

            body {
                overflow-x: hidden;
                font-size: 1rem;
                direction: ltr;
                font-synthesis: none;
                -moz-font-feature-settings: kern;
                -moz-osx-font-smoothing: grayscale
            }

            html {
                -webkit-text-size-adjust: 100%;
                -ms-text-size-adjust: 100%;
                text-size-adjust: 100%
            }

            abbr,blockquote,dd,dl,dt,fieldset,form,hgroup,legend,ol,pre,span,textarea {
                margin: 0;
                padding: 0;
                font-family: Helvetica,Arial,sans-serif
            }

            button {
                overflow: visible;
                box-sizing: initial;
                border: 0;
                background: 0 0;
                color: inherit;
                vertical-align: inherit;
                font: inherit;
                line-height: inherit;
                cursor: pointer
            }

            .stylecnc-icon-search,body {
                -webkit-font-smoothing: antialiased
            }

            img,td p,th p {
                width: auto
            }

            *,body,button,html,main,nav {
                padding: 0;
                margin: 0
            }

            caption,input {
                margin: 0
            }

            figure,input {
                padding: 0
            }

            a,body,em,figure,h1,h2,h3,h4,h5,h6,html,i,input,li,p,strong,td,th {
                font-family: Helvetica,Arial,sans-serif;
                font-style: normal
            }

            audio,canvas,progress,video {
                vertical-align: initial
            }

            button:disabled {
                cursor: default
            }

            :focus {
                outline: 0;
                outline-offset: 0
            }

            :focus[data-focus-method=mouse]:not(input):not(textarea):not(select),:focus[data-focus-method=touch]:not(input):not(textarea):not(select) {
                outline: 0
            }

            ::-moz-focus-inner {
                padding: 0;
                border: 0
            }

            embed {
                pointer-events: none
            }

            h1,h2,h3,h4,h5,h6 {
                margin: 0;
                padding: 10px 0;
                line-height: 1.5
            }

            h1,h2,h3,h4,h5,h6,strong {
                font-weight: 700;
                color: #025;
                text-transform: capitalize
            }

            li,ul {
                margin: 0;
                padding: 0;
                list-style: none
            }

            h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,p a,span a {
                color: inherit;
                font-weight: inherit;
                font-size: inherit;
                font-family: inherit
            }

            figure {
                margin: 1em 0
            }

            table {
                display: table;
                margin: 1em auto;
                padding: 0;
                border-collapse: collapse;
                table-layout: fixed;
                vertical-align: middle;
                text-indent: 0;
                border-spacing: 0
            }

            table:focus {
                background: #f7f7f7
            }

            caption,td,th {
                font-weight: 300;
                display: table-cell;
                vertical-align: middle;
                text-align: left;
                font-size: 100%
            }

            caption,th {
                font-weight: 700
            }

            caption {
                display: block;
                color: #025;
                padding: 10px 0
            }

            td,th {
                padding: 10px 20px
            }

            td p,th p {
                margin: 0;
                padding: 0
            }

            h1 {
                font-size: 2.6rem
            }

            h2 {
                font-size: 2.2rem
            }

            h3 {
                font-size: 1.6rem
            }

            h4 {
                font-size: 1.4rem
            }

            h5 {
                font-size: 1.2rem
            }

            a,body {
                color: #454545
            }

            a,button {
                transition: .4s
            }

            a,p {
                line-height: 1.5
            }

            a,a:active,a:focus,a:hover,a:visited {
                outline: 0;
                text-decoration: none
            }

            input::placeholder {
                min-height: 24px
            }

            embed,img,img:not([draggable]),object,video {
                height: auto;
                max-width: 100%
            }

            .visibility {
                display: none;
                visibility: hidden
            }

            fieldset,iframe,img {
                border: 0
            }

            .vs-product .price {
                margin-bottom: 3px
            }

            .header-layout1,.header-logo {
                position: fixed;
                top: 0;
                left: 0;
                z-index: 10006;
                height: 50px;
                line-height: 3.125rem
            }

            .header-layout1 {
                display: block;
                width: 100%;
                min-height: 50px;
                background: #fff;
                box-shadow: 0 1px 4px -1px #0000004d
            }

            .header-logo {
                width: 120px
            }

            .header-logo img {
                position: absolute;
                left: .8rem;
                top: 12px;
                width: 120px;
                height: 26px
            }

            .header-btn {
                display: flex;
                width: 100%;
                align-items: center;
                justify-content: flex-end
            }

            .header-btn>a.primary-btn {
                margin-top: 18px;
                margin-right: 30px;
                width: 240px;
                font-size: 1rem
            }

            .header-btn button {
                padding: 0;
                height: 50px;
                border: 0;
                background-color: transparent;
                color: #025;
                font-size: 1.75rem;
                line-height: 3.125rem
            }

            .stylecnc-search {
                position: relative;
                float: right;
                overflow: hidden;
                margin-top: 7px;
                margin-right: 7px;
                width: 0;
                height: 40px;
                min-width: 40px;
                -webkit-transition: width .3s;
                -moz-transition: width .3s;
                transition: width .5s;
                -webkit-backface-visibility: hidden
            }

            .stylecnc-search-input,.stylecnc-search-submit {
                top: 0;
                margin: auto;
                height: 32px;
                background: #fff;
                position: absolute;
                right: 0;
                outline: 0
            }

            .noborder {
                opacity: 0
            }

            .stylecnc-search-input {
                bottom: 0;
                z-index: 10;
                display: inline-block;
                padding-right: 8px;
                padding-left: 8px;
                width: 176px;
                border: 0;
                color: #454545;
                vertical-align: middle;
                font-weight: 300;
                font-size: 1rem;
                font-family: Helvetica,Arial
            }

            input[type=search].stylecnc-search-input {
                line-height: 2rem;
                margin-top: 3px;
                margin-right: 3px;
                border: 0;
                -webkit-border-radius: 0;
                box-shadow: 0 0 1px #025;
                -webkit-appearance: none
            }

            .stylecnc-search-input:-moz-placeholder,.stylecnc-search-input:-ms-input-placeholder,.stylecnc-search-input::-moz-placeholder,.stylecnc-search-input::-webkit-input-placeholder {
                color: #666;
                line-height: 2rem;
                transform: scale(.45);
                transform-origin: 0 50%
            }

            .stylecnc-icon-search,.stylecnc-search-submit {
                bottom: 0;
                display: block;
                text-align: center;
                cursor: pointer
            }

            .stylecnc-search-submit {
                z-index: -1;
                padding: 0;
                width: 32px;
                border: 0;
                color: transparent;
                line-height: 2rem;
                opacity: 0
            }

            .stylecnc-icon-search,.stylecnc-icon-search i {
                font-weight: 300;
                font-size: 1.25rem;
                line-height: 2rem
            }

            .stylecnc-icon-search {
                position: absolute;
                top: 3px;
                right: 8px;
                z-index: 90;
                margin: 0;
                padding: 0;
                width: 20px;
                height: 20px;
                background: #fff;
                color: #025;
                text-transform: none;
                font-style: normal;
                font-variant: normal;
                speak: none
            }

            .stylecnc-icon-search:before {
                content: ""
            }

            .no-js .stylecnc-search,.stylecnc-search.stylecnc-search-open {
                width: 180px;
                line-height: 2rem
            }

            .no-js .stylecnc-search .stylecnc-icon-search,.stylecnc-search.stylecnc-search-open .stylecnc-icon-search {
                z-index: 11;
                background: #fff;
                color: #454545
            }

            .breadcumb-wrapper.breadcumb-layout1 {
                display: block;
                width: 100%;
                min-height: 120px;
                margin: 0;
                padding: 0;
                background: #025
            }

            .breadcumb-layout1 .breadcumb-content ul li:last-child:after,.none,.vs-product .product-header .slick-arrow:after {
                display: none
            }

            .breadcumb-layout1 .breadcumb-content .breadcumb-title,.mb-0 {
                margin-bottom: 0
            }

            .breadcumb-layout1 .breadcumb-content {
                position: relative;
                padding-top: 60px;
                padding-bottom: 80px
            }

            .breadcumb-layout1 .breadcumb-content .breadcumb-title,.breadcumb-layout1 .breadcumb-content .breadcumb-title a {
                color: #fff;
                font-weight: 700;
                font-size: 2rem;
                line-height: 1.5
            }

            .breadcumb-layout1 .breadcumb-content ul {
                position: absolute;
                right: 0;
                bottom: -1px;
                display: block;
                padding: 10px 20px;
                border-radius: 2px 2px 0 0;
                background: #fff
            }

            .breadcumb-layout1 .breadcumb-content ul li {
                position: relative;
                display: inline;
                margin-top: 10px;
                font-weight: 300;
                font-size: 1rem;
                line-height: 1.5
            }

            .breadcumb-layout1 .breadcumb-content ul li:after {
                margin-right: 5px;
                margin-left: 5px;
                color: #025;
                content: "I";
                font: inherit;
                font-weight: 300;
                line-height: inherit
            }

            .breadcumb-layout1 .breadcumb-content ul li a {
                display: inline-block;
                font-weight: inherit;
                font-size: 1rem;
                font-family: inherit;
                line-height: inherit
            }

            .breadcumb-layout1 .breadcumb-content ul li.active {
                color: #025;
                font-size: 1rem
            }

            .breadcumb-layout1 .breadcumb-content .breadcumb-title a:hover {
                color: #fff;
                text-decoration: underline
            }

            .breadcumb-layout1 .breadcumb-content ul.graybg,.greyback,.secondary-bg1,.secondary-bg2 {
                background: #f7f7f7
            }

            #stylecnc-search {
                position: fixed;
                display: block;
                top: 0;
                right: 2.2em;
                z-index: 10009
            }

            header {
                background: #fff
            }

            .header-btn button:hover {
                color: #025
            }

            .primary-btn {
                position: relative;
                z-index: 5;
                display: inline-block;
                overflow: hidden;
                margin-right: 15px;
                margin-bottom: 20px;
                width: 240px;
                height: 50px;
                max-width: 100%;
                border: 0;
                box-shadow: 0 10px 28.5px 1.5px #002b8b40;
                color: #fff;
                text-align: center;
                text-transform: uppercase;
                font-weight: 700;
                font-size: 1rem;
                line-height: 3.125rem;
                transition: .4s!important
            }

            .blue-background,.circle-btn,.circle-btn .ripple,.primary-bg1,.primary-btn,.slick-arrow.type2:hover {
                background: #025
            }

            .primary-btn.type2:hover {
                box-shadow: 0 0 3px 3px rgba(255,255,255,.5)
            }

            .primary-btn.white-btn,.primary-btn.white-btn:active,.primary-btn.white-btn:focus,.primary-btn.white-btn:visited,.vs-product .action-buttons a:hover {
                background: #fff;
                color: #025
            }

            .circle-btn.type2,.circle-btn.type2 .ripple,.footer-layout1 .copyright-area .social-links li a:hover,.phone-box,.phone-box .icon i,.primary-bg2,.primary-btn.type2,.primary-btn.white-btn:hover,.primary-btn:hover,.ripple-wrap.type2 {
                background-color: #db3700;
                color: #fff
            }

            .primary-btn .btn-text {
                position: relative;
                z-index: 10;
                display: inline-block
            }

            .footer-layout1 .footer-wid-wrap .widget_contact li:hover i,.primary-btn:active,.primary-btn:focus,.vs-product-layout1 .product-index-title button.collapsed,.white-color,.white-color .text,.white-color .title,.white-color a {
                color: #fff
            }

            .bborder {
                opacity: 1
            }

            .rating-list div,.vs-product .rating-show div,span.icon-arrow,td p,th p {
                display: inline
            }

            .full-btn a.primary-btn,.laser-video-box img,.primary-btn.full-width,.widget:not(.footer-widget).widget_recent_entries .blog .blog-content.full-width,caption,table {
                width: 100%
            }

            a.link-btn {
                text-transform: none
            }

            .circle-btn.xl,.form-group input[type=radio]~label span {
                font-size: .75rem
            }

            .form-control:focus,.no-shadow,.primary-btn.no-shadow {
                box-shadow: none
            }

            .circle-btn:hover {
                box-shadow: 0 10px 54px -4px #fff;
                background: #fff;
                color: #025
            }

            #nav {
                position: relative;
                z-index: 10006;
                width: 100%;
                height: 100%
            }

            .product-index .product-tab-nav {
                display: flex;
                flex-wrap: wrap;
                overflow: hidden;
                width: 100%;
                margin: 0;
                padding: 0
            }

            .product-index .product-tab-nav li {
                width: calc(16.66667% - 10px);
                text-align: center;
                margin: 7px 9px 7px 2px;
                height: 48px;
                line-height: 48px;
                box-shadow: 0 0 2px 0#fff;
                color: #fff;
                padding: 0
            }

            .product-index .product-tab-nav li a {
                width: 100%;
                display: block;
                height: 100%;
                line-height: 48px;
                background: #025;
                color: #fff;
                margin: 0;
                padding: 0
            }

            .product-index .product-tab-nav li a h3 {
                display: block;
                font-size: 20px;
                height: 100%;
                line-height: 48px;
                font-weight: 700;
                color: #fff;
                padding: 0;
                margin: 0
            }

            .product-index .product-tab-nav li a.active,.product-index .product-tab-nav li a:hover {
                background: #fff;
                color: #025;
                text-decoration: none;
                transition: .4s
            }

            #main-menu>li [data-icon] {
                display: none
            }

            .main-menu-btn {
                position: relative;
                display: block;
                overflow: hidden;
                margin-top: 13px;
                height: 24px;
                color: #025;
                text-align: center;
                line-height: 1.5rem;
                cursor: pointer;
                -webkit-tap-highlight-color: transparent
            }

            .main-menu-btn-text {
                position: absolute;
                display: none
            }

            .main-menu-btn-icon {
                top: 50%
            }

            .main-menu-btn-icon,.main-menu-btn-icon:after,.main-menu-btn-icon:before {
                position: absolute;
                right: 0;
                width: 24px;
                height: 2px;
                background: #025
            }

            .main-menu-btn-icon:before {
                top: -7px;
                left: 0;
                content: ""
            }

            .main-menu-btn-icon:after {
                top: 7px;
                left: 0;
                content: ""
            }

            #main-menu-state:checked~.main-menu-btn .main-menu-btn-icon {
                height: 0;
                background: 0 0
            }

            #main-menu-state:checked~.main-menu-btn .main-menu-btn-icon:before {
                top: 0;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg)
            }

            #main-menu-state:checked~.main-menu-btn .main-menu-btn-icon:after {
                top: 0;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg)
            }

            #main-menu-state {
                position: absolute;
                overflow: hidden;
                clip: rect(1px,1px,1px,1px);
                margin: -1px;
                padding: 0;
                width: 1px;
                height: 1px;
                border: 0
            }

            #main-menu-state:not(:checked)~#main-menu {
                display: none
            }

            #main-menu-state:checked~#main-menu {
                display: block
            }

            #main-menu {
                margin-bottom: 0
            }

            .stylecnc,.stylecnc li,.stylecnc ul {
                display: block;
                margin: 0;
                padding: 0;
                list-style: none;
                text-align: left;
                line-height: normal;
                direction: ltr;
                -webkit-tap-highlight-color: transparent
            }

            .stylecnc ul {
                display: none
            }

            .stylecnc a,.stylecnc li {
                position: relative
            }

            .stylecnc a {
                display: block
            }

            .stylecnc:after {
                clear: both;
                display: block;
                visibility: hidden;
                overflow: hidden;
                height: 0;
                content: " ";
                font: 0/0 serif
            }

            .stylecnc,.stylecnc *,.stylecnc:after,.stylecnc:before {
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box
            }

            .stylecnc-menu {
                position: fixed;
                top: 50px;
                left: 0;
                z-index: 10006;
                display: block;
                width: 100%;
                height: 100%;
                border-top: 2px solid #025;
                background: #fff
            }

            .stylecnc-menu a {
                padding: 20px;
                box-shadow: 0 2px 1px -1px #0003;
                color: #025;
                text-decoration: none;
                font-weight: 700;
                font-size: 1.25rem;
                line-height: 1.5rem
            }

            .stylecnc-menu a span.sub-arrow {
                position: absolute;
                top: 50%;
                right: 10px;
                left: auto;
                overflow: hidden;
                margin-top: -16px;
                width: 32px;
                height: 32px;
                color: #025;
                text-align: center;
                text-shadow: none;
                font-weight: 700;
                font-size: 1.75rem;
                font-family: serif;
                line-height: 2rem
            }

            .stylecnc-menu a span.sub-arrow:before {
                display: block;
                content: "+";
                font-size: 1.75rem
            }

            .stylecnc-menu a.highlighted span.sub-arrow:before {
                display: block;
                content: "–";
                font-size: 1.75rem
            }

            .stylecnc-menu ul {
                width: 100%;
                background: #fff;
                -webkit-box-shadow: 0 0 2px -1px #0003;
                -moz-box-shadow: 0 0 2px -1px #0003;
                box-shadow: 0 0 2px -1px #0003
            }

            .stylecnc-menu ul a,.stylecnc-menu ul a:active,.stylecnc-menu ul a:focus,.stylecnc-menu ul a:hover {
                padding: 0 20px;
                height: 48px;
                border-left: 8px solid transparent;
                background: 0 0;
                box-shadow: 0 2px 1px -1px #0003;
                color: #025;
                font-weight: 300;
                font-size: 1rem;
                line-height: 3rem
            }

            .stylecnc-menu ul a:before {
                display: inline-block;
                position: relative;
                top: -3px;
                margin-right: 10px;
                color: #025;
                content: "►";
                font-weight: 400;
                font-size: .45rem;
                font-family: Arial;
                transform: scale(1,2)
            }

            .stylecnc-menu ul ul a:before {
                font-size: 1rem;
                margin-right: 10px;
                content: "–"
            }

            .stylecnc-menu ul ul a,.stylecnc-menu ul ul a:active,.stylecnc-menu ul ul a:focus,.stylecnc-menu ul ul a:hover {
                border-left: 10px solid transparent
            }

            .stylecnc-menu ul ul ul a,.stylecnc-menu ul ul ul a:active,.stylecnc-menu ul ul ul a:focus,.stylecnc-menu ul ul ul a:hover {
                border-left: 18px solid transparent
            }

            @media (min-width: 768px) and (max-width:991.98px) {
                .stylecnc-menu ul {
                    margin-top:35px
                }
            }

            @media (min-width: 992px) and (max-width:1199.98px) {
                .stylecnc-menu ul {
                    margin-top:39px
                }
            }

            @media (min-width: 1200px) and (max-width:1399.98px) {
                .stylecnc-menu ul {
                    margin-top:66px
                }
            }

            @media (min-width: 1400px) and (max-width:1599.98px) {
                .stylecnc-menu ul {
                    margin-top:65px
                }
            }

            @media (min-width: 1600px) {
                .stylecnc-menu ul {
                    margin-top:64px
                }
            }

            @media (min-width: 768px) {
                .header-layout1 {
                    position:relative;
                    height: auto;
                    padding-top: 30px;
                    padding-bottom: 30px;
                    box-shadow: none
                }

                .header-layout1,.header-logo {
                    line-height: 100%
                }

                .header-logo,.header-logo img {
                    position: relative;
                    top: auto;
                    left: auto;
                    width: 200px;
                    height: 43px
                }

                #stylecnc-search,.main-menu-btn,.stylecnc-menu a.highlighted span.sub-arrow:before {
                    display: none
                }

                #main-menu-state:not(:checked)~#main-menu {
                    display: block
                }

                #main-menu,#main-menu-sticky {
                    position: relative;
                    top: 0;
                    left: 0;
                    z-index: 2;
                    margin-bottom: 0;
                    width: auto
                }

                #main-menu>li [data-icon] {
                    display: inline
                }

                #main-menu>li [data-icon]:before {
                    position: relative;
                    top: 2px;
                    margin-right: .375em;
                    font-size: .89em;
                    line-height: 1.25rem
                }

                #main-menu.stylecnc-menu>li [data-icon]:before {
                    color: #025
                }

                .stylecnc-menu {
                    border-top: none;
                    background: #fff;
                    -webkit-box-shadow: none;
                    -moz-box-shadow: none;
                    box-shadow: none
                }

                .stylecnc-menu ul {
                    position: absolute;
                    -webkit-box-shadow: 0 0 8px -2px #00000080;
                    -moz-box-shadow: 0 0 8px -2px #00000080;
                    box-shadow: 0 0 8px -2px #00000080
                }

                .stylecnc-menu li {
                    float: left
                }

                .stylecnc-menu ul li {
                    float: none
                }

                .stylecnc-menu a {
                    white-space: nowrap;
                    padding: 0 20px;
                    height: auto;
                    background: #fff;
                    box-shadow: none;
                    line-height: 100%
                }

                .stylecnc-menu ul a {
                    color: #025;
                    white-space: normal
                }

                .stylecnc-menu ul a:before,.stylecnc-menu ul ul a:before {
                    margin-right: 0;
                    content: ""
                }

                .stylecnc-menu .stylecnc-nowrap>li>:not(ul) a,.stylecnc-menu .stylecnc-nowrap>li>a {
                    white-space: nowrap
                }

                .stylecnc-menu a.current span.sub-arrow,.stylecnc-menu a.highlighted span.sub-arrow,.stylecnc-menu a:active span.sub-arrow,.stylecnc-menu a:focus span.sub-arrow,.stylecnc-menu a:hover span.sub-arrow {
                    border-top: 5px solid #db3700
                }

                .stylecnc-menu a span.sub-arrow {
                    top: 50%;
                    right: 0;
                    margin-top: 0;
                    width: 0;
                    height: 0;
                    border: 5px dashed transparent;
                    border-top: 5px solid #025;
                    -webkit-border-radius: 0;
                    -moz-border-radius: 0;
                    border-radius: 0;
                    background: 0 0;
                    -ms-border-radius: 0;
                    -o-border-radius: 0
                }

                .stylecnc-menu ul ul {
                    margin-top: -48px;
                    background: #fff
                }

                .stylecnc-menu ul a,.stylecnc-menu ul a.highlighted,.stylecnc-menu ul a:active,.stylecnc-menu ul a:focus,.stylecnc-menu ul a:hover {
                    padding: 0 5px 0 5px;
                    height: 48px;
                    background: 0 0;
                    box-shadow: 0 2px 1px -1px #0003;
                    line-height: 3rem
                }

                .stylecnc-menu ul a.current span.sub-arrow,.stylecnc-menu ul a.highlighted span.sub-arrow,.stylecnc-menu ul a:active span.sub-arrow,.stylecnc-menu ul a:focus span.sub-arrow,.stylecnc-menu ul a:hover span.sub-arrow {
                    border-color: transparent transparent transparent #db3700
                }

                .stylecnc-menu ul a span.sub-arrow {
                    top: 50%;
                    right: 10px;
                    bottom: auto;
                    left: auto;
                    margin-top: -3px;
                    margin-left: 0;
                    border-color: transparent transparent transparent #025;
                    border-style: dashed dashed dashed solid
                }

                .stylecnc-menu span.scroll-down,.stylecnc-menu span.scroll-up {
                    position: absolute;
                    display: none;
                    visibility: hidden;
                    overflow: hidden;
                    height: 20px;
                    background: #fff
                }

                .stylecnc-menu span.scroll-down-arrow,.stylecnc-menu span.scroll-up-arrow {
                    position: absolute;
                    left: 50%;
                    overflow: hidden;
                    margin-left: -8px;
                    width: 0;
                    height: 0;
                    border: 8px dashed transparent;
                    border-bottom: 8px solid #025
                }

                .stylecnc-menu span.scroll-up-arrow {
                    top: -2px
                }

                .stylecnc-menu span.scroll-down-arrow {
                    top: 6px;
                    border-color: #025 transparent transparent;
                    border-style: solid dashed dashed
                }
            }

            @media (min-width: 992px) and (max-width:1399.98px) {
                .stylecnc-menu a {
                    padding:0 17px;
                    font-size: 1rem
                }
            }

            @media (min-width: 1400px) and (max-width:1600px) {
                .stylecnc-menu a {
                    padding:0 16px;
                    font-size: 1.125rem
                }
            }

            .stylecnc-menu a.current,.stylecnc-menu a.current span.sub-arrow,.stylecnc-menu a.current span.sub-arrow:before,.stylecnc-menu a:hover,.stylecnc-menu a:hover span.sub-arrow,.stylecnc-menu a:hover span.sub-arrow:before,.stylecnc-menu ul a.current,.stylecnc-menu ul a.current span.sub-arrow,.stylecnc-menu ul a.current span.sub-arrow:before,.stylecnc-menu ul a.current:before,.stylecnc-menu ul a:hover,.stylecnc-menu ul a:hover:before,.stylecnc-menu ul ul a.current,.stylecnc-menu ul ul a.current span.sub-arrow,.stylecnc-menu ul ul a.current span.sub-arrow:before,.stylecnc-menu ul ul a.current:before,.stylecnc-menu ul ul a:hover {
                transition: none;
                color: #db3700
            }

            .stylecnc-menu a.disabled {
                cursor: not-allowed;
                color: #666
            }

            @media (min-width: 768px) {
                .header-top-wrap {
                    padding:12px 0;
                    box-shadow: 0 2px 1px -1px #3a5173
                }

                .header-top-wrap ul li b {
                    text-transform: capitalize;
                    font-weight: 300
                }

                .header-top-wrap ul li {
                    display: inline-block;
                    margin-right: 2px;
                    padding-right: 2px;
                    color: #fff
                }

                .header-top-wrap ul li:last-child {
                    margin-right: 0;
                    padding-right: 0;
                    border-right: none
                }

                .header-top-wrap ul li a,.header-top-wrap ul li span {
                    display: inline-block;
                    color: #fff;
                    font-size: .875rem
                }

                .header-top-layout a:hover,.header-top-wrap ul li a:hover {
                    color: #fff;
                    text-decoration: underline
                }

                .header-top-wrap ul li a i,.header-top-wrap ul li i,.header-top-wrap ul li span i {
                    margin-right: 10px
                }

                .header-top-wrap ul.social-links li {
                    margin-right: 10px;
                    padding-right: 0;
                    border-right: none
                }

                .header-top-layout {
                    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyIDIiPjxkZWZzPjxzdHlsZT4uYXtmaWxsOiMwMDBlM2Y7fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGNsYXNzPSJhIiBkPSJNLjcsMlYxLjNIMFYuN0guN1YwaC41Vi43SDJ2LjZIMS4yVjJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIi8+PC9zdmc+)0 0/3px 3px #025;
                    color: #fff
                }

                .header-middle-area {
                    position: relative;
                    padding: 50px 0
                }

                .header-middle-area form.search-bar {
                    display: flex;
                    margin-top: 20px;
                    margin-right: 30px
                }

                .header-middle-area form.search-bar .search-txt {
                    display: block;
                    padding-left: 20px;
                    width: calc(100% - 120px);
                    height: 50px;
                    border: 0;
                    background: #fff;
                    line-height: 3.125rem
                }

                .header-middle-area form.search-bar .search-btn {
                    padding: 0;
                    width: 120px;
                    height: 50px
                }

                .header-middle-area .action-box {
                    margin-right: 30px;
                    padding-right: 30px;
                    box-shadow: 3px 0 1px -2px #3a5173
                }

                .header-middle-area .action-box:last-of-type {
                    box-shadow: none;
                    padding-right: 0;
                    border-right: none
                }

                .header-middle-area .action-box .icon .shape-icon:before {
                    margin-top: -25px;
                    width: 50px;
                    height: 50px;
                    background: #3d5880;
                    opacity: .9
                }

                .header-middle-area .action-box .content span {
                    display: block;
                    color: #fff;
                    text-transform: uppercase;
                    font-size: .875rem
                }

                .header-middle-area .action-box .content .text {
                    margin-bottom: 0;
                    color: #fff;
                    font-weight: 300;
                    font-size: 1.25rem
                }

                .phone-box .icon i {
                    height: 100%;
                    border-radius: 50%;
                    position: relative;
                    z-index: 2;
                    display: inline-block;
                    width: 100%;
                    font-size: 2.25rem;
                    line-height: 4.375rem
                }

                .phone-box {
                    padding-right: 30px;
                    border-bottom-left-radius: 50px;
                    border-top-left-radius: 50px
                }

                .phone-box .icon {
                    margin-right: 35px;
                    padding: 10px;
                    border-radius: 50%;
                    background: #fff;
                    text-align: center;
                    position: relative;
                    width: 90px;
                    height: 90px
                }

                .phone-box .icon:after,.phone-box .icon:before {
                    position: absolute;
                    top: 0;
                    left: 0;
                    z-index: 1;
                    width: 100%;
                    height: 100%;
                    border-radius: 50%;
                    background: #fff;
                    content: "";
                    opacity: 1;
                    will-change: transform,opacity;
                    animation: callIcon 4s infinite
                }

                .phone-box .icon:after {
                    animation-delay: 1.8s
                }

                .phone-box .content span {
                    display: block;
                    margin-top: 5px;
                    color: #fff;
                    font-size: .875rem
                }

                .phone-box .content a {
                    display: block;
                    color: #fff;
                    font-weight: 700;
                    font-size: 1.5rem
                }

                .header-middle-area .phone-box {
                    position: absolute;
                    top: 50%;
                    right: 0;
                    transform: translateY(-50%)
                }

                .header-middle-area form.search-bar .search-btn:hover,.phone-box .content a:hover,.phone-box .icon i:hover {
                    color: #fff
                }
            }

            @media (min-width: 768px) and (max-width:1368px) {
                .header-top-wrap ul.header-top-links li,.header-top-wrap ul.header-top-links li a {
                    font-size:.75rem
                }
            }

            @media (max-width: 1600px) {
                .header-middle-area .phone-box {
                    display:none!important
                }
            }

            @media (max-width: 1500px) {
                .our-solution-wrapper .solution-box .solution-icon.white-icon {
                    width:240px;
                    height: 240px;
                    line-height: 15rem
                }

                .our-solution-wrapper .solution-box .solution-icon.white-icon img {
                    width: 200px;
                    height: 200px
                }
            }

            @media (min-width: 1200px) and (max-width:1400px) {
                .about-wrap-layout1 .action-area {
                    margin-top:-20px;
                    padding-left: 20px
                }
            }

            @media (min-width: 1200px) and (max-width:1500px) {
                .header-logo {
                    line-height:100%
                }

                .header-logo,.header-logo img {
                    position: relative;
                    top: auto;
                    left: auto;
                    width: 180px;
                    height: 39px
                }

                .chat-icon,.livechat,.message {
                    bottom: 10px;
                    width: 80px;
                    height: 65px
                }

                .vs-product-layout1 .vs-product .product-title {
                    font-size: 1.25rem
                }

                .vs-product .price {
                    margin-bottom: 3px
                }

                .quote,.whatsapp {
                    width: 80px;
                    height: 65px
                }

                .quote {
                    bottom: 80px
                }

                .whatsapp {
                    bottom: 150px
                }

                .scrollToTop {
                    right: 33px;
                    bottom: 225px
                }

                .blog-layout3 .slick-slider .slick-arrow.slick-next,.blog-layout3 .slick-slider .slick-arrow.slick-prev {
                    top: 32%
                }

                .solution-layout1 .solution-box:before,.thumbnail img {
                    max-width: 360px;
                    max-height: 360px
                }

                .about-wrap-layout1 .action-area .action-box .content .text,.footer-layout1 .footer-wid-wrap .footer-widget h3.widget_title,.our-solution-wrapper .solution-box .solution-content .title {
                    font-size: 1.25rem
                }

                .header-top-layout .header-middle-area .action-box .content span,.testomonial-layout1 .counter-box .content .text,.widget:not(.footer-widget).widget_categories ul li a,.widget:not(.footer-widget).widget_recent_entries .blog .blog-content .blog-title {
                    font-size: .875rem
                }

                .our-solution-wrapper .solution-box {
                    padding: 40px 0 35px
                }

                .header-layout1 .header-btn a.primary-btn,.header-top-layout .header-middle-area .action-box .content .text,.solution-btn {
                    font-size: 1rem
                }

                .about-us-sec .experiance-box:before,.brand-layout1 .bg-shape {
                    display: none
                }

                .header-top-layout .header-middle-area .action-box {
                    margin-right: 30px;
                    padding-right: 30px
                }

                .header-top-layout .header-middle-area .phone-box {
                    display: none!important
                }

                .header-top-layout .header-middle-area .col-xl-6 {
                    max-width: 60%;
                    flex: 0 0 60%
                }

                .header-top-layout .header-middle-area .col-xl-4 {
                    max-width: 39%;
                    flex: 0 0 39%
                }

                .header-top-layout .header-middle-area form.search-bar {
                    margin-left: 0
                }

                .footer-layout1 .copyright-area:before {
                    max-width: 320px
                }

                .footer-layout1 .copyright-area .copyright-logo img {
                    max-height: 32px
                }

                .footer-layout1 .copyright-area .social-links img {
                    max-height: 24px
                }

                .about-us-sec .experiance-box {
                    right: 0;
                    margin-top: -20px;
                    min-width: 100%;
                    background: #025
                }

                .about-us-sec .experiance-box .content {
                    padding-top: 20px;
                    min-width: 100%
                }

                .about-us-sec .experiance-box .icon span {
                    margin-top: 55px;
                    margin-right: 15px;
                    width: 40px;
                    height: 40px
                }

                i.far.fa-medal {
                    width: 36px;
                    height: 36px;
                    margin-left: -18px;
                    margin-top: -18px
                }

                .about-us-sec .experiance-box .content .title {
                    width: 100%;
                    font-size: .875rem
                }

                .about-us-sec .experiance-box .content .main-title {
                    top: -10px;
                    left: 20px;
                    font-size: 3rem
                }

                .about-wrap-layout1 .sub-title {
                    margin-bottom: 10px;
                    font-size: 1.875rem
                }

                .about-wrap-layout1 .action-area .action-box .icon span {
                    font-size: 2rem
                }

                .about-wrap-layout1 .action-area .action-box {
                    margin-right: 60px
                }

                .about-wrap-layout1 .widget_offer_banner img {
                    width: 100%;
                    min-width: 240px
                }

                .about-wrap-layout1 .about-title,.brand-layout4 .brand-area-title .title {
                    font-size: 2.5rem
                }

                .about-wrap-layout1 .about-title span {
                    font-size: 4.75rem
                }

                .buying-process-layout1 .buying-process .process-content {
                    padding: 0 20px 20px
                }

                .buying-process-layout1 .buying-process .process-img {
                    min-height: 215px
                }

                .buying-process-layout1 .buying-process .process-head:before {
                    top: -18px;
                    right: -100px;
                    height: 33px;
                    max-width: 61%
                }

                .buying-process-layout1 .buying-process .process-head:after {
                    top: -8.5px;
                    right: -105px
                }

                .buying-process-layout1 .row>div:nth-child(2n) .buying-process .process-head:after {
                    bottom: 6.5px
                }

                .blog-layout1 .blog .blog-content {
                    margin: -50px 30px 0;
                    padding: 20px 30px 0
                }

                .solution-layout1 .solution-box .solution-content .title {
                    margin-bottom: 10px;
                    font-size: 1.125rem
                }

                .our-solution-wrapper .solution-box .solution-icon {
                    width: 180px;
                    height: 180px;
                    line-height: 11.25rem
                }

                .our-solution-wrapper .solution-box .solution-icon img {
                    width: 140px;
                    height: 140px
                }

                .testomonial-layout1 .counter-area-wrap {
                    padding: 0
                }

                .testomonial-layout1 .counter-box .content .counter {
                    font-size: 1.625rem
                }

                .testomonial-layout1 .counter-box .icon .shape-icon i {
                    padding-left: 20px;
                    font-size: 3.375rem
                }

                .machine-estimator-layout1 .estimator-title-area .title {
                    font-size: 1.8125rem
                }

                .machine-estimator-layout1 .estimator-title-area .text {
                    font-size: 1.0625rem
                }

                .buying-process-layout1 .buying-process .process-content .title {
                    font-size: 1.125rem;
                    line-height: 1.5
                }

                .blog-layout1 .blog .blog-content h3.blog-title {
                    font-size: 1.125rem
                }

                .widget:not(.footer-widget) {
                    margin-bottom: 30px;
                    padding: 25px 30px 30px
                }

                .widget:not(.footer-widget).widget_tag_cloud .tagcloud a {
                    padding: 5px 16px;
                    font-size: .875rem
                }

                .app-layout1 .stylecnc-app .app-content,.videos-layout1 .stylecnc-videos .videos-content {
                    padding: 20px
                }

                .about-wrap-layout5 .about-us-img .experiance {
                    right: 3vw
                }
            }

            @media (max-width: 1200px) {
                .vs-product .model,.vs-product .price,.vs-product .product-title,.vs-product .rating-list,.vs-product .rating-list .star-rating {
                    font-size:1rem
                }

                .row.gutters-50 {
                    margin-right: -15px;
                    margin-left: -15px
                }

                .row.gutters-50>[class^=col-] {
                    padding-right: 15px;
                    padding-left: 15px
                }
            }

            @media (min-width: 992px) and (max-width:1199.98px) {
                .header-logo {
                    line-height:100%
                }

                .header-logo,.header-logo img {
                    position: relative;
                    top: auto;
                    left: auto;
                    width: 160px;
                    height: 34px
                }

                .about-us-sec .experiance-box:before,.app-layout1 .stylecnc-app .app-content:before,.brand-layout1 .bg-shape,.d-xl-inline-block,.videos-layout1 .stylecnc-videos .videos-content:before {
                    display: none
                }

                .chat-icon,.livechat,.message {
                    bottom: 10px;
                    width: 80px;
                    height: 65px
                }

                .vs-product-layout1 .vs-product .rating span i {
                    font-size: .75rem
                }

                .vs-product-layout1 .vs-product .product-title {
                    font-size: 1.25rem
                }

                .vs-product .price {
                    margin-bottom: 3px
                }

                .share-links .social-links ul li {
                    width: calc(20% - 10px);
                    margin-right: 12.5px;
                    margin-bottom: 12.5px
                }

                .product-index .product-tab-nav li:nth-child(2n),.product-index .product-tab-nav li:nth-child(4n),.product-index .product-tab-nav li:nth-child(6n),.share-links .social-links ul li:nth-child(10n),.share-links .social-links ul li:nth-child(5n) {
                    margin-right: 0
                }

                .product-index .product-tab-nav li {
                    width: calc(50% - 10px);
                    margin-right: 12px;
                    margin-left: 2px
                }

                .product-index .product-tab-nav li a h3 {
                    font-size: 1.125rem
                }

                .quote,.whatsapp {
                    width: 80px;
                    height: 65px
                }

                .quote {
                    bottom: 80px
                }

                .whatsapp {
                    bottom: 150px
                }

                .scrollToTop {
                    right: 33px;
                    bottom: 225px
                }

                .thumbnail img {
                    max-width: 320px;
                    max-height: 320px
                }

                .header-layout1 .header-btn a.primary-btn,.header-middle-layout3 .action-box .content .text,.header-top-layout .header-middle-area .action-box .content .text,.solution-btn,.vs-product-layout1 .product-index-title h3 {
                    font-size: 1rem
                }

                .pb-150 {
                    padding-bottom: 130px
                }

                .header-middle-area .action-box {
                    margin-right: 20px;
                    padding-right: 20px
                }

                .header-middle-area .action-box .content p.text,.header-middle-area .action-box .content span {
                    font-size: .875rem
                }

                .header-middle-area form.search-bar,.machine-estimator-wrap form.estimator-form {
                    margin-left: 0
                }

                .header-middle-area form.search-bar .search-txt {
                    padding-left: 15px;
                    font-size: .875rem
                }

                .about-us-sec .experiance-box {
                    right: 0;
                    margin-top: -20px;
                    min-width: 100%;
                    background: #025
                }

                .about-us-sec .experiance-box .content {
                    padding-top: 20px;
                    min-width: 100%
                }

                .about-us-sec .experiance-box .icon span {
                    margin-top: 55px;
                    margin-right: 15px;
                    width: 40px;
                    height: 40px
                }

                i.far.fa-medal {
                    width: 36px;
                    height: 36px;
                    margin-left: -18px;
                    margin-top: -18px
                }

                .about-us-sec .experiance-box .content .title {
                    width: 100%;
                    font-size: .875rem
                }

                .about-us-sec .experiance-box .content .main-title {
                    top: -10px;
                    left: 20px;
                    font-size: 3rem
                }

                .about-wrap-layout1 .about-title {
                    font-size: 2.5rem
                }

                .about-wrap-layout1 .about-title span {
                    font-size: 4.75rem
                }

                .about-wrap-layout1 .action-area {
                    margin-top: 40px;
                    padding-left: 0
                }

                .about-wrap-layout5 .about-us-img .experiance {
                    top: 160px;
                    right: 50px;
                    width: 100px;
                    height: 100px;
                    font-size: 2rem;
                    line-height: 6.25rem
                }

                .about-wrap-layout5 .about-us-img .big-img {
                    position: relative;
                    max-width: 300px
                }

                .about-wrap-layout5 .about-us-img .small-img {
                    max-width: 360px
                }

                .about-wrap-layout5 .about-us-content .about-title {
                    font-size: 1.875rem
                }

                .about-wrap-layout5 .about-us-content .sub-title,.our-solution-wrapper .solution-box .solution-content .title {
                    font-size: 1.25rem
                }

                .estimator-title-area {
                    margin-bottom: 40px;
                    text-align: center
                }

                .buying-process-layout1 .buying-process .process-img {
                    overflow: hidden;
                    min-height: 350px
                }

                .buying-process-layout1 .buying-process .icon {
                    position: absolute;
                    top: 25px;
                    right: 25px;
                    z-index: 1;
                    width: 80px;
                    height: 80px;
                    border-radius: 50%;
                    font-size: 1.125rem;
                    line-height: 5rem
                }

                .buying-process-layout1 .buying-process .icon:before {
                    position: absolute;
                    top: -10px;
                    right: -10px;
                    bottom: -10px;
                    left: -10px;
                    z-index: -1;
                    border: 1px dashed var(--theme-clr1);
                    border-radius: 50%;
                    content: "";
                    -webkit-animation: cspine 20s linear infinite;
                    animation: cspine 20s linear infinite
                }

                .buying-process-layout1 .row>div:nth-child(2n) .buying-process .icon:before {
                    border-color: var(--theme-clr2)
                }

                .buying-process-layout1 .buying-process .process-head:after,.buying-process-layout1 .buying-process .process-head:before {
                    display: none
                }

                .buying-process-layout1 .buying-process .process-head {
                    position: relative;
                    margin-bottom: 0;
                    text-align: center
                }

                .solution-layout1 .shape-bg {
                    max-width: 800px
                }

                .testomonial-layout1 .counter-area-wrap {
                    padding: 0
                }

                .testomonial-layout1 .counter-area-wrap .counter-box {
                    margin-bottom: 30px
                }

                .testomonial-layout1 .single-testomonial .testomonial-content {
                    padding-right: 40px;
                    padding-left: 50px
                }

                .testomonial-layout1 .single-testomonial .testomonial-content:after {
                    right: 20px;
                    bottom: 5px;
                    font-size: 5.3125rem
                }

                .testomonial-layout1 .single-testomonial {
                    padding-top: 30px
                }

                .header-middle-layout3 .action-box .content span {
                    font-size: .75rem
                }

                .header-middle-layout3 .action-box .icon {
                    font-size: 2.25rem
                }

                .brand-layout4 .brand-area-title .title {
                    font-size: 2.125rem
                }

                .brand-layout4 .background-image {
                    max-width: 550px
                }

                .footer-layout1 .copyright-area:before {
                    max-width: 320px
                }

                .footer-layout1 .copyright-area .copyright-logo img {
                    max-height: 32px
                }

                .footer-layout1 .copyright-area .social-links img {
                    max-height: 24px
                }

                .our-solution-wrapper .solution-box {
                    padding: 30px 0 25px
                }

                .solution-layout1 .solution-box:before {
                    max-width: 250px;
                    max-height: 250px
                }

                .solution-layout1 .solution-box .solution-content {
                    margin: 0;
                    padding: 0 20px
                }

                .solution-layout1 .solution-box .solution-content .title {
                    margin-bottom: 10px;
                    font-size: 1.125rem
                }

                .our-solution-wrapper .solution-box .solution-icon {
                    width: 180px;
                    height: 180px;
                    line-height: 11.25rem
                }

                .our-solution-wrapper .solution-box .solution-icon img {
                    width: 140px;
                    height: 140px
                }

                .vs-product-layout1 .product-index-title button {
                    width: 140px;
                    height: 48px;
                    font-size: 1rem;
                    line-height: 3rem
                }

                .vs-product-layout1 .product-index-title h2 {
                    font-size: 1.5rem
                }

                .vs-product-layout1 .product-category-title .bar-title {
                    font-size: 1.75rem
                }

                .widget:not(.footer-widget) {
                    margin-bottom: 30px;
                    padding: 15px 20px 20px
                }

                .widget:not(.footer-widget).widget_categories ul li a {
                    padding: 11.5px 10px 11.5px 60px;
                    width: 100%;
                    font-size: .875rem
                }

                .widget:not(.footer-widget).widget_file_link ul li a {
                    padding: 11px 10px 11px 70px;
                    font-size: .875rem
                }

                .widget_offer_banner img {
                    width: 100%;
                    min-width: 240px
                }

                .widget:not(.footer-widget) .widget_title {
                    margin-bottom: 20px;
                    padding-bottom: 15px;
                    font-size: 1.25rem
                }

                .widget:not(.footer-widget).widget_recent_entries .blog .blog-content .blog-title {
                    font-size: .875rem;
                    line-height: 1.25rem
                }

                .widget:not(.footer-widget).widget_social_links ul li a {
                    padding: 0 20px;
                    height: 45px;
                    font-size: .875rem;
                    line-height: 2.8125rem
                }

                .widget:not(.footer-widget).widget_tag_cloud .tagcloud a {
                    margin-right: 5px;
                    margin-bottom: 10px;
                    padding: 3px 14px;
                    font-size: .75rem
                }

                .about-us-sec.about-wrap-layout1.pt-155.pb-130 {
                    padding-top: 110px
                }

                .app-layout1 .stylecnc-app .app-content,.videos-layout1 .stylecnc-videos .videos-content {
                    padding: 20px
                }

                .header2-overlay {
                    position: static
                }

                .about-wrap-layout5 .about-us-img {
                    margin-bottom: 30px;
                    max-width: 670px
                }
            }

            @media (min-width: 768px) and (max-width:991.98px) {
                .about-wrap-layout1 .action-area .action-box .content span,.header-middle-area .action-box .content p.text,.header-middle-area .action-box .content span {
                    font-size:.875rem
                }

                .stylecnc-menu a,.stylecnc-menu a:active,.stylecnc-menu a:focus,.stylecnc-menu a:hover {
                    padding: 0 16px;
                    font-size: 1rem
                }

                .header-logo,.header-logo img {
                    position: relative;
                    left: auto;
                    width: 120px;
                    height: 26px
                }

                .header-logo {
                    top: -1px;
                    line-height: 100%
                }

                .header-logo img {
                    top: auto
                }

                .about-us-sec .experiance-box:before,.app-layout1 .stylecnc-app .app-content:before,.appointment-form-layout1 .shape-bg,.brand-layout1 .bg-shape,.d-xl-inline-block,.header-middle-layout3:before,.videos-layout1 .stylecnc-videos .videos-content:before {
                    display: none
                }

                .chat-icon,.livechat,.message {
                    bottom: 10px;
                    width: 80px;
                    height: 65px
                }

                .product-index .product-tab-nav li a h3,.vs-product-layout1 .vs-product .product-title {
                    font-size: 1.125rem
                }

                .vs-product-layout1 .vs-product .price {
                    font-size: 1rem
                }

                .vs-product-layout1 .vs-product .rating span i {
                    font-size: .75rem
                }

                .share-links .social-links ul li {
                    width: calc(20% - 10px);
                    margin-right: 12.5px;
                    margin-bottom: 12.5px
                }

                .product-index .product-tab-nav li:nth-child(2n),.product-index .product-tab-nav li:nth-child(4n),.product-index .product-tab-nav li:nth-child(6n),.share-links .social-links ul li:nth-child(10n),.share-links .social-links ul li:nth-child(5n) {
                    margin-right: 0
                }

                .product-index .product-tab-nav li {
                    width: calc(50% - 10px);
                    margin-right: 12px;
                    margin-left: 2px
                }

                .vs-product .price {
                    margin-bottom: 3px
                }

                .thumbnail {
                    float: left;
                    clear: both;
                    text-align: center
                }

                .thumbnail img {
                    max-width: 100%;
                    max-height: 100%
                }

                .quote,.whatsapp {
                    width: 80px;
                    height: 65px
                }

                .quote {
                    bottom: 80px
                }

                .whatsapp {
                    bottom: 150px
                }

                .scrollToTop {
                    right: 33px;
                    bottom: 225px
                }

                .solution-btn,.vs-product-layout1 .product-index-title h3 {
                    font-size: 1rem
                }

                .pb-150 {
                    padding-bottom: 100px
                }

                .pb-130 {
                    padding-bottom: 80px
                }

                .pb-120 {
                    padding-bottom: 70px
                }

                .pb-110 {
                    padding-bottom: 60px
                }

                .pb-100,.pb-80,.pb-90 {
                    padding-bottom: 50px
                }

                .footer-layout1 .copyright-area .copyright-logo img {
                    max-height: 30px
                }

                .blog-layout1 .blog .blog-content .blog-meta span i,.footer-layout1 .copyright-area .copyright p.text,.widget:not(.footer-widget).widget_recent_entries .blog .blog-content .blog-title {
                    font-size: .875rem
                }

                .footer-layout1 .copyright-area .social-links img {
                    max-height: 24px
                }

                .background-image {
                    background-size: cover
                }

                .header-top-layout .header-top-wrap .container {
                    width: 100%;
                    max-width: 100%
                }

                .header-middle-area form.search-bar {
                    display: none;
                    margin-left: 45px
                }

                .about-wrap-layout1 .about-title {
                    font-size: 2.5rem
                }

                .about-wrap-layout1 .about-title span {
                    font-size: 4.75rem
                }

                .about-wrap-layout1 .about-us-img img,.machine-estimator-wrap form.estimator-form .form-group .primary-btn {
                    width: 100%
                }

                .about-us-sec .experiance-box {
                    right: 0;
                    margin-top: -20px;
                    min-width: 100%;
                    background: #025
                }

                .about-us-sec .experiance-box .content {
                    padding-top: 70px;
                    min-width: 100%
                }

                .about-us-sec .experiance-box .icon span {
                    margin-top: 90px;
                    margin-right: 25px;
                    width: 96px;
                    height: 96px
                }

                i.far.fa-medal {
                    width: 72px;
                    height: 72px;
                    margin-left: -36px;
                    margin-top: -36px
                }

                .about-us-sec .experiance-box .content .title {
                    width: 100%;
                    font-size: 1.25rem
                }

                .about-us-sec .experiance-box .content .main-title {
                    top: 0;
                    left: 20px;
                    font-size: 4.5rem
                }

                .about-wrap-layout1 .about-us-content {
                    margin-left: 0;
                    padding-top: 60px
                }

                .about-wrap-layout1 .action-area {
                    position: relative;
                    margin-top: 40px;
                    padding-left: 0
                }

                .about-wrap-layout1 .action-area .action-box {
                    margin-right: 60px;
                    padding-right: 0
                }

                .about-wrap-layout1 .action-area .action-box .content p a {
                    font-size: 1.35rem
                }

                .about-wrap-layout1 .action-area .action-box .icon span i.far.fa-envelope-open-text {
                    width: 48px;
                    height: 48px;
                    background-position: 0 8px
                }

                .about-wrap-layout1 .action-area .action-box .icon span i.far.fa-phone-office {
                    width: 48px;
                    height: 48px;
                    background-position: 0 5px
                }

                .estimator-title-area {
                    margin-bottom: 40px;
                    text-align: center
                }

                .machine-estimator-wrap form.estimator-form {
                    margin-left: 0
                }

                .buying-process-layout1 .buying-process .process-img {
                    min-height: 250px
                }

                .buying-process-layout1 .buying-process .icon {
                    position: absolute;
                    top: 25px;
                    right: 25px;
                    z-index: 1;
                    width: 65px;
                    height: 65px;
                    border-radius: 50%;
                    font-size: 1rem;
                    line-height: 4.0625rem
                }

                .buying-process-layout1 .buying-process .icon:before {
                    position: absolute;
                    top: -10px;
                    right: -10px;
                    bottom: -10px;
                    left: -10px;
                    z-index: -1;
                    border: 1px dashed var(--theme-clr1);
                    border-radius: 50%;
                    content: "";
                    -webkit-animation: cspine 20s linear infinite;
                    animation: cspine 20s linear infinite
                }

                .buying-process-layout1 .row>div:nth-child(2n) .buying-process .icon:before {
                    border-color: var(--theme-clr2)
                }

                .buying-process-layout1 .buying-process .process-head:after,.buying-process-layout1 .buying-process .process-head:before {
                    display: none
                }

                .buying-process-layout1 .buying-process .process-head {
                    position: relative;
                    margin-bottom: 0;
                    text-align: center
                }

                .testomonial-layout1 .counter-area-wrap .counter-box {
                    margin-bottom: 30px
                }

                .testomonial-layout1 .single-testomonial .testo-author {
                    margin-top: 0;
                    width: 100%;
                    max-width: 320px
                }

                .testomonial-layout1 .single-testomonial .testomonial-content {
                    margin-top: -60px;
                    padding: 100px 40px 55px 30px;
                    width: 100%
                }

                .testomonial-layout1 .single-testomonial .testomonial-content .testomonial-list {
                    position: relative;
                    top: 0;
                    margin-right: 0;
                    transform: none
                }

                .blog-layout1 .blog .blog-content {
                    margin: -50px 20px 0;
                    padding: 10px 20px 0
                }

                .blog-layout1 .blog .blog-content h3.blog-title,.blog-single-layout1 .blog .share-links .links-title,.header-middle-layout3 .action-box .content .text {
                    font-size: 1.125rem
                }

                .blog-layout1 .blog .blog-content .blog-meta:before {
                    right: -20px;
                    left: -20px
                }

                .blog-layout1 .blog .blog-content .blog-meta span {
                    margin-right: 15px;
                    font-size: .75rem
                }

                .buying-process-layout1 .buying-process {
                    padding-top: 0
                }

                header .container {
                    max-width: 100%
                }

                .machine-estimator-wrap .estimator-title-area {
                    margin-bottom: 25px;
                    padding-bottom: 0
                }

                .header-middle-layout3 .action-box .icon {
                    font-size: 2.25rem
                }

                .header-middle-layout3 .action-box {
                    margin-right: 20px;
                    padding-right: 20px
                }

                .header-middle-layout3 .action-box .content span {
                    font-size: .75rem
                }

                .brand-layout4 .brand-area-title {
                    text-align: center
                }

                .brand-layout4 .brand-area-title .title {
                    color: #fff;
                    font-size: 2.25rem
                }

                .brand-layout4 .background-image {
                    max-width: 100%;
                    -webkit-clip-path: none;
                    clip-path: none
                }

                .brand-layout4 {
                    padding-top: 35px;
                    padding-bottom: 0
                }

                .vs-product-layout1 .product-category-title .bar-title,.vs-product-layout1 .product-index-title h2 {
                    font-size: 1.5rem
                }

                .vs-product-layout1 .product-index-title button {
                    width: 140px;
                    height: 36px;
                    font-size: .875rem;
                    line-height: 2.25rem
                }

                .widget:not(.footer-widget).widget_social_links ul li a {
                    padding: 0 20px;
                    height: 45px;
                    font-size: .875rem;
                    line-height: 2.8125rem
                }

                .widget:not(.footer-widget).widget_tag_cloud .tagcloud a {
                    margin-right: 5px;
                    margin-bottom: 10px;
                    padding: 3px 14px;
                    font-size: .75rem
                }

                .app-layout1 .stylecnc-app .app-content,.videos-layout1 .stylecnc-videos .videos-content {
                    padding: 20px
                }

                .app-layout1 .stylecnc-app .app-content .app-title,.videos-layout1 .stylecnc-videos .videos-content .videos-title {
                    font-size: 1.125rem;
                    line-height: 1.5
                }

                .videos-layout1 .stylecnc-videos .videos-content .primary-btn {
                    width: 130px;
                    height: 40px;
                    line-height: 2.5rem
                }

                .app-layout1 .stylecnc-app .app-content span,.videos-layout1 .stylecnc-videos .videos-content span {
                    margin-bottom: 5px;
                    font-size: .875rem
                }

                .videos-layout1 .stylecnc-videos .videos-content .price {
                    padding-top: 8px;
                    font-size: 1rem
                }

                .app-layout1 .stylecnc-app .app-content span i,.videos-layout1 .stylecnc-videos .videos-content span i {
                    margin-right: 6px;
                    font-size: 1rem
                }

                .app-layout1 .stylecnc-app .app-content .primary-btn {
                    width: 100%;
                    height: 40px;
                    line-height: 2.5rem
                }

                .header2-overlay {
                    position: static
                }

                .about-wrap-layout5 .about-us-img {
                    margin-bottom: 30px;
                    max-width: 670px
                }
            }

            @media (max-width: 767.98px) {
                .row.gutters-50 {
                    margin-right:-15px;
                    margin-left: -15px
                }

                .row.gutters-50>[class^=col-] {
                    padding-right: 15px;
                    padding-left: 15px
                }

                body {
                    -ms-overflow-style: none;
                    scrollbar-width: none
                }

                header .container {
                    max-width: 100%
                }

                .chat-icon,.livechat,.message,.quote,.whatsapp {
                    z-index: 10002
                }

                .stylecnc-menu {
                    overflow-y: auto
                }

                #header,.about-us-sec .experiance-box:before,.about-wrap-layout1 .action-area .action-box .content span,.about-wrap-layout1 .action-area .action-box:before,.about-wrap-layout1:before,.app-layout1 .stylecnc-app .app-content:before,.appointment-form-layout1 .shape-bg,.brand-layout1 .bg-shape,.d-xl-inline-block,.header-btn,.header-top-layout,.shape-bg.shape-br,.videos-layout1 .stylecnc-videos .videos-content:before,body::-webkit-scrollbar {
                    display: none
                }

                .stylecnc-menu a,.stylecnc-menu a.current,.stylecnc-menu a.highlighted,.stylecnc-menu a:active,.stylecnc-menu a:focus,.stylecnc-menu a:hover {
                    padding-left: 50px
                }

                .stylecnc-menu li a,.stylecnc-menu li a.current,.stylecnc-menu li a.highlighted,.stylecnc-menu li a:active,.stylecnc-menu li a:focus,.stylecnc-menu li a:hover {
                    padding-left: 50px;
                    background-position: 15px 20px;
                    background-size: 24px 24px;
                    background-repeat: no-repeat
                }

                .stylecnc-menu ul a,.stylecnc-menu ul a.current,.stylecnc-menu ul a.highlighted,.stylecnc-menu ul a:active,.stylecnc-menu ul a:focus,.stylecnc-menu ul a:hover {
                    padding-left: 20px
                }

                .primary-btn {
                    border-radius: 0
                }

                .new-year-btn {
                    display: none
                }

                .vs-product-layout1 .product-category-title.search-title {
                    padding: 50px 34px 30px 40px
                }

                .vs-product-layout1 .product-category-title .bar-title {
                    line-height: 1
                }

                .vs-product-layout1 .product-category-title.search-title h2.bar-title {
                    line-height: 1;
                    font-size: 1rem
                }

                .vs-product-layout1 .product-category-title .sort-box {
                    width: 180px
                }

                .product-index .product-tab-nav li a h3,.vs-product-layout1 .vs-product .product-title {
                    font-size: 1.125rem
                }

                .vs-product-layout1 .product-category-title .bar-title,.vs-product-layout1 .vs-product .price {
                    font-size: 1rem
                }

                .vs-product-layout1 .vs-product .rating span i {
                    font-size: .75rem
                }

                .vs-product .price {
                    margin-bottom: 3px
                }

                .share-links .social-links ul li {
                    width: calc(20% - 10px);
                    margin-right: 12.5px;
                    margin-bottom: 12.5px
                }

                .product-index .product-tab-nav li:nth-child(2n),.product-index .product-tab-nav li:nth-child(4n),.product-index .product-tab-nav li:nth-child(6n),.share-links .social-links ul li:nth-child(10n),.share-links .social-links ul li:nth-child(5n) {
                    margin-right: 0
                }

                .product-index .product-tab-nav li {
                    width: calc(50% - 10px);
                    margin-right: 12px;
                    margin-left: 2px
                }

                .vs-product-layout1 .category-info img {
                    position: relative;
                    float: none;
                    display: block;
                    margin-right: auto;
                    margin-bottom: 30px;
                    margin-left: auto;
                    text-align: center
                }

                caption,table,td,td p,th,th p {
                    font-size: .875rem;
                    overflow-wrap: break-word
                }

                .app-info,.blog-layout1 .blog .blog-content .blog-meta span i,.footer-layout1 .copyright-area .copyright .text,.review-form label,.solution-btn,.solution-layout3 .solution-slider2-active .product-content .rating-list,.video-info {
                    font-size: .875rem
                }

                .blog-layout1 .slick-slider .slick-arrow i,.blog-layout3 .slick-slider .slick-arrow i,.featured-layout1 .slick-slider .slick-arrow i,.solution-layout3 .slick-slider .slick-arrow i {
                    width: 36px;
                    height: 36px;
                    font-size: 1rem;
                    line-height: 2.25rem
                }

                .blog-layout3 .slick-slider .slick-arrow.slick-prev {
                    top: 32%;
                    left: 18px;
                    width: 36px;
                    height: 36px;
                    line-height: 2.25rem
                }

                .blog-layout3 .slick-slider .slick-arrow.slick-next {
                    top: 32%;
                    right: 18px;
                    width: 36px;
                    height: 36px;
                    line-height: 2.25rem
                }

                .thumbnail {
                    float: left;
                    clear: both;
                    text-align: center
                }

                .thumbnail img {
                    max-width: 100%;
                    max-height: 100%
                }

                .blog-layout1 .blog .blog-content h3.blog-title,.blog-layout3 .blog .blog-content h3.blog-title,.our-solution-wrapper .solution-box .solution-content .title,.product-index .tab-content .product-content .product-title,.solution-layout3 .solution-slider2-active .product-content .product-title {
                    font-size: 1rem
                }

                .vs-product-review .primary-btn,table {
                    min-width: 100%
                }

                .follow-us {
                    background-position: 100px 160px
                }

                .vs-product-layout1 .category-info,.vs-product-layout1 .sub-category-info {
                    padding: 20px
                }

                .product-specification table {
                    table-layout: fixed
                }

                .product-specification td,.product-specification th {
                    padding: 5px 10px;
                    font-size: .875rem
                }

                .product-specification td p,.product-specification th p {
                    padding: 0;
                    font-size: .875rem
                }

                .pb-130,.pb-150 {
                    padding-bottom: 60px
                }

                .pb-120 {
                    padding-bottom: 50px
                }

                .about-wrap-layout1 .about-us-content .features-list,.machine-estimator-wrap.machine-estimator-layout1,.pb-110,.pb-80,.pb-90 {
                    padding-bottom: 40px
                }

                .pb-100,.pb-30,.pb-40,.pb-60 {
                    padding-bottom: 30px
                }

                .pb-50,.testomonial-layout1 .section-title {
                    padding-bottom: 25px
                }

                .pt-60 {
                    padding-top: 30px
                }

                .pt-50 {
                    padding-top: 25px
                }

                .pt-30,.pt-40 {
                    padding-top: 20px
                }

                .background-image {
                    background-size: cover
                }

                .circle-btn.xl {
                    width: 160px;
                    height: 160px;
                    font-size: 1rem;
                    line-height: 10rem
                }

                .about-wrap-layout1 .about-title,.about-wrap-layout1 .sub-title {
                    margin-bottom: 20px;
                    width: 100%;
                    text-align: center;
                    font-size: 1.375rem
                }

                .about-wrap-layout1 .about-title span {
                    font-size: 3.75rem
                }

                .about-wrap-layout1 .about-us-img img,.about-wrap-layout1 .action-btn .primary-btn,.about-wrap-layout5 .about-us-img img {
                    width: 100%
                }

                .about-us-sec .experiance-box {
                    right: 0;
                    margin-top: -20px;
                    padding: 30px 0 20px 20px;
                    min-width: 300px;
                    background: #025
                }

                .about-us-sec .experiance-box .content .main-title {
                    top: -5px;
                    left: 18px;
                    font-size: 2.75rem
                }

                .about-us-sec .experiance-box .content .title {
                    position: absolute;
                    top: 50px;
                    left: 85px;
                    font-size: .8125rem
                }

                .about-us-sec .experiance-box .icon {
                    margin-top: 25px
                }

                .about-us-sec .experiance-box .icon span {
                    width: 48px;
                    height: 48px
                }

                i.far.fa-medal {
                    width: 42px;
                    height: 42px;
                    margin-left: -21px;
                    margin-top: -21px
                }

                .about-wrap-layout1 .about-us-content {
                    margin-left: 0;
                    padding-top: 40px
                }

                .about-wrap-layout1 .action-area {
                    margin-top: 15px;
                    padding-left: 0
                }

                .about-wrap-layout1 .action-area .action-box .icon span {
                    margin-bottom: 0;
                    font-size: 2.375rem
                }

                .about-wrap-layout1 .about-us-content .features-list ul li:before {
                    position: absolute;
                    top: 4px;
                    left: 0
                }

                .about-wrap-layout1 .about-us-content .features-list ul li {
                    margin-bottom: 4px;
                    padding-left: 25px
                }

                .about-wrap-layout1 .action-area .action-box .content .text {
                    position: relative;
                    top: -6px;
                    font-size: 1.25rem
                }

                .about-wrap-layout1 .action-btn {
                    float: none;
                    display: block;
                    margin-top: 20px;
                    width: 100%
                }

                .buying-process-layout1 .buying-process .process-img {
                    min-height: auto
                }

                .about-us-sec.about-wrap-layout1.pt-155.pb-130 {
                    padding-top: 45px
                }

                .blog-layout1 .slick-slider .slick-arrow {
                    top: 32%;
                    left: 18px;
                    width: 36px;
                    height: 36px;
                    font-size: 1rem;
                    line-height: 2.25rem
                }

                .chat-icon,.livechat,.message {
                    bottom: 10px;
                    width: 80px;
                    height: 65px
                }

                .quote,.whatsapp {
                    width: 80px;
                    height: 65px
                }

                .quote {
                    bottom: 80px
                }

                .whatsapp {
                    bottom: 150px
                }

                .scrollToTop {
                    right: 33px;
                    bottom: 225px
                }

                .blog-layout1 .slick-slider .slick-arrow.slick-next {
                    right: 18px
                }

                .featured-layout1 .slick-slider .slick-arrow {
                    left: 5px;
                    width: 32px;
                    height: 32px;
                    font-size: 1.25rem
                }

                .featured-layout1 .slick-slider .slick-arrow.slick-next {
                    right: 5px
                }

                .solution-layout1 .solution-box .solution-img img {
                    height: 100%
                }

                .solution-layout1 .solution-box:before {
                    max-width: 250px;
                    max-height: 250px
                }

                .solution-layout1 .solution-box .solution-content .title {
                    margin-bottom: 15px;
                    font-size: 1.125rem;
                    text-transform: uppercase
                }

                .solution-layout3 .slick-slider .slick-arrow {
                    left: 0;
                    display: block;
                    width: 32px;
                    height: 32px;
                    font-size: 1.25rem
                }

                .solution-layout3 .slick-slider .slick-arrow.slick-next {
                    right: 0
                }

                .estimator-title-area {
                    margin-bottom: 30px;
                    text-align: center
                }

                .machine-estimator-wrap .estimator-title-area .title {
                    margin-bottom: 0;
                    font-size: 1.5rem
                }

                .machine-estimator-wrap .estimator-title-area .text {
                    margin-bottom: 0;
                    font-size: 1rem
                }

                .machine-estimator-wrap form.estimator-form {
                    margin-left: 0
                }

                .machine-estimator-wrap form.estimator-form .primary-btn {
                    overflow: hidden;
                    width: 100%
                }

                .buying-process-layout1 .buying-process .icon {
                    position: absolute;
                    top: 25px;
                    right: 25px;
                    z-index: 1;
                    width: 65px;
                    height: 65px;
                    border-radius: 50%;
                    font-size: 1rem;
                    line-height: 4.0625rem
                }

                .buying-process-layout1 .buying-process .icon:before {
                    position: absolute;
                    top: -10px;
                    right: -10px;
                    bottom: -10px;
                    left: -10px;
                    z-index: -1;
                    border: 1px dashed var(--theme-clr1);
                    border-radius: 50%;
                    content: "";
                    -webkit-animation: cspine 20s linear infinite;
                    animation: cspine 20s linear infinite
                }

                .buying-process-layout1 .row>div:nth-child(2n) .buying-process .icon:before {
                    border-color: var(--theme-clr2)
                }

                .buying-process-layout1 .buying-process .process-head:after,.buying-process-layout1 .buying-process .process-head:before {
                    display: none
                }

                .buying-process-layout1 .buying-process .process-head {
                    position: relative;
                    margin-bottom: 0;
                    text-align: center
                }

                .buying-process-layout1 .buying-process .process-content .title {
                    font-size: 1.25rem;
                    line-height: 1.5
                }

                .buying-process-layout1 .buying-process .process-content {
                    padding: 0 20px 20px
                }

                .buying-process-layout1 .buying-process {
                    padding-top: 0
                }

                .brand-layout4 .brand-area-title,.latest-videos-wrapper .section-title {
                    text-align: center
                }

                .brand-layout4,.machine-estimator-wrap.machine-estimator-layout1 .estimator-title-area {
                    padding-bottom: 0
                }

                .about-wrap-layout5 .about-us-content .about-title {
                    margin-bottom: 5px;
                    font-size: 1.5rem
                }

                .testomonial-layout1 .counter-area-wrap {
                    padding: 0
                }

                .testomonial-layout1 .counter-area-wrap .counter-box {
                    margin-bottom: 25px
                }

                .testomonial-layout1 .single-testomonial {
                    padding-top: 30px;
                    padding-bottom: 30px
                }

                .testomonial-layout1 .single-testomonial .testo-author {
                    right: 50%;
                    left: 50%;
                    margin-top: 0;
                    margin-left: -170px;
                    padding-top: 30px;
                    padding-bottom: 25px;
                    max-width: 320px;
                    transform: translateX(0)
                }

                .testomonial-layout1 .single-testomonial .testo-author img {
                    margin-bottom: 15px;
                    padding: 5px;
                    width: 100px;
                    height: 100px
                }

                .testomonial-layout1 .single-testomonial .testomonial-content {
                    top: -25px;
                    padding: 30px 20px;
                    width: 100%
                }

                .testomonial-layout1 .single-testomonial .testomonial-content .testomonial-list {
                    position: relative;
                    top: 0;
                    margin-right: 10px;
                    transform: none
                }

                .testomonial-layout1 .single-testomonial .testomonial-content .testomonial-list .star-rating {
                    margin-top: 30px
                }

                .blog-layout1 .blog .blog-content {
                    margin: -50px 20px 0;
                    padding: 10px 20px 0
                }

                .blog-layout1 .blog .blog-content .blog-meta:before {
                    right: -20px;
                    left: -20px
                }

                .blog-layout1 .blog .blog-content .blog-meta span {
                    margin-right: 15px;
                    font-size: .75rem
                }

                .footer-layout1 .copyright-area,.vs-product-layout1 .product-index-title {
                    padding: 20px 0
                }

                .footer-layout1 .copyright-area .social-links {
                    margin: 0 auto;
                    padding-top: 20px;
                    max-width: 60%;
                    text-align: center
                }

                .footer-layout1 .copyright-area .social-links img {
                    max-height: 24px
                }

                .solution-layout1 .solution-box .solution-content {
                    padding: 0 20px
                }

                .shape-icon:before {
                    margin-top: -20px;
                    width: 40px;
                    height: 40px
                }

                .our-solution-wrapper .solution-box .solution-content .title {
                    margin-bottom: 10px
                }

                .testomonial-layout1 .single-testomonial .testomonial-content .text {
                    margin-bottom: 20px;
                    font-size: 1rem;
                    line-height: 1.625rem
                }

                .brand-layout4 .brand-area-title .title {
                    color: #fff;
                    font-size: 1.625rem
                }

                .brand-layout4 .background-image {
                    max-width: 100%;
                    -webkit-clip-path: none;
                    clip-path: none
                }

                .brand-layout4 {
                    padding-top: 35px
                }

                .vs-product-layout1 .product-index-title h2 {
                    font-size: 1.375rem
                }

                .vs-product-layout1 .product-index-title p {
                    margin-right: 0;
                    margin-left: 0;
                    width: 100%;
                    font-size: 1rem
                }

                .vs-product-layout1 .product-index-title button {
                    width: 120px;
                    height: 36px;
                    font-size: .75rem;
                    line-height: 2.25rem
                }

                .about-wrap-layout5 .about-us-content .features-list ul li,.vs-product-layout1 .product-index-title h3,.widget:not(.footer-widget).widget_recent_entries .blog .blog-content span {
                    font-size: .75rem
                }

                .our-solution-wrapper .solution-box .solution-icon img,.vs-product-layout1 .product-index-title .thumb-logo {
                    width: 140px;
                    height: 140px
                }

                .vs-product-layout1 .product-category-title .bar-title {
                    text-transform: capitalize
                }

                .ratings .starscore {
                    display: block;
                    width: 100%
                }

                .widget_offer_banner {
                    margin: 0 auto;
                    max-width: 100%;
                    min-height: 560px
                }

                .about-wrap-layout5 .about-us-content p {
                    margin-bottom: 15px
                }

                .section-title .title,.section-title .titles {
                    margin-bottom: 15px;
                    font-size: 1.375rem
                }

                .our-solution-wrapper .solution-box .solution-icon {
                    width: 180px;
                    height: 180px;
                    line-height: 11.25rem
                }

                .widget:not(.footer-widget) {
                    margin-bottom: 40px;
                    padding: 20px 15px
                }

                .widget:not(.footer-widget).widget_categories ul li a {
                    padding: 11.5px 15px 11.5px 60px;
                    font-size: .875rem
                }

                .widget:not(.footer-widget) .widget_title {
                    margin-bottom: 25px;
                    padding-bottom: 15px;
                    font-size: 1.125rem
                }

                .widget:not(.footer-widget).widget_file_link ul li a {
                    padding: 16px 10px 16px 70px;
                    font-size: .875rem
                }

                .widget:not(.footer-widget).widget_recent_entries .blog .blog-content span i {
                    margin-right: 7px;
                    font-size: .8125rem
                }

                .widget:not(.footer-widget).widget_recent_entries .blog .blog-img {
                    margin-right: 15px;
                    width: 75px;
                    height: 75px
                }

                .widget:not(.footer-widget).widget_social_links ul li a {
                    display: block;
                    padding: 0 20px;
                    height: 45px;
                    font-size: .875rem;
                    line-height: 2.8125rem
                }

                .widget:not(.footer-widget).widget_tag_cloud .tagcloud a {
                    margin-right: 5px;
                    margin-bottom: 10px;
                    padding: 3px 15px;
                    font-size: .8125rem
                }

                .videos-layout1 .stylecnc-videos .videos-content {
                    margin: 0;
                    padding: 20px
                }

                .app-layout1 .stylecnc-app .app-content {
                    margin: 0;
                    padding: 20px;
                    width: 100%
                }

                .about-wrap-layout5 .about-us-img .small-img {
                    position: static
                }

                .about-wrap-layout5 .about-us-img .big-img {
                    margin: 10px 10px 40px;
                    max-width: 100%
                }

                .about-wrap-layout5 .about-us-img {
                    padding-top: 0;
                    padding-bottom: 30px;
                    padding-left: 0
                }

                .about-wrap-layout5 .about-us-img .big-img:before {
                    top: -10px;
                    right: -10px;
                    width: 90%;
                    height: 90%;
                    border-width: 2px
                }

                .about-wrap-layout5 .about-us-img .big-img:after {
                    width: 90%;
                    height: 90%;
                    border-width: 2px;
                    top: auto;
                    right: auto;
                    bottom: -10px;
                    left: -10px;
                    max-width: 100px;
                    max-height: 100px
                }

                .about-wrap-layout5 .about-us-img .experiance {
                    top: auto;
                    right: auto;
                    bottom: 10px;
                    left: -10px;
                    width: 60px;
                    height: 60px;
                    font-size: 1.1875rem;
                    line-height: 3.75rem
                }

                .about-wrap-layout5 .about-us-content .sub-title {
                    margin-bottom: 10px;
                    font-size: 1rem;
                    line-height: 1.5rem
                }

                .about-wrap-layout5 .about-us-content .features-list {
                    padding-bottom: 10px
                }

                .about-wrap-layout5 .about-us-content .video-action .text {
                    width: 80%;
                    max-width: 360px;
                    font-size: .875rem;
                    line-height: 1.5rem
                }
            }

            @media (min-width: 576px) and (max-width:767.98px) {
                .app-info,.video-info {
                    font-size:.75rem
                }

                .thumbnail {
                    float: left;
                    clear: both;
                    text-align: center
                }

                .thumbnail img {
                    max-width: 100%;
                    max-height: 100%
                }

                .about-wrap-layout1 .action-area .action-box:before {
                    display: inline-block
                }

                .about-us-sec .experiance-box {
                    display: none
                }

                .about-wrap-layout1 .action-area .action-box {
                    margin-right: 60px;
                    margin-bottom: 30px;
                    padding-right: 0
                }

                .buying-process-layout1 .buying-process,.solution-layout1 .solution-box {
                    margin: 0 auto 30px;
                    max-width: 320px
                }

                .solution-layout1 .solution-box .solution-content {
                    padding: 0 20px
                }

                .about-wrap-layout1 .about-title {
                    margin-bottom: 20px;
                    width: 100%;
                    text-align: center;
                    font-size: 1.375rem
                }

                .about-wrap-layout1 .about-title span {
                    font-size: 4.5rem
                }

                .buying-process-layout1 .buying-process .icon {
                    top: 20px;
                    right: 20px;
                    width: 55px;
                    height: 55px;
                    font-size: .875rem;
                    line-height: 3.1875rem
                }

                .buying-process-layout1 .buying-process .process-img {
                    min-height: 200px
                }

                .service-slider3-active {
                    margin: 0 auto;
                    max-width: 360px
                }

                .testomonial-layout1 .single-testomonial .testomonial-content {
                    margin-top: -80px;
                    padding-top: 100px
                }

                .testomonial-layout1 .single-testomonial .testomonial-content .testomonial-list {
                    position: relative;
                    top: 0;
                    margin-right: 0;
                    transform: none
                }

                .testomonial-layout1 .single-testomonial .testo-author {
                    transform: translateX(-1000px)
                }

                .blog-layout1 .blog {
                    margin: 0 auto 30px;
                    max-width: 360px
                }
            }

            @media (max-width: 575.98px) {
                .row.gutters-40,.row.gutters-50 {
                    margin-right:0;
                    margin-left: 0
                }

                .row.gutters-40>[class^=col-] {
                    padding-right: 0;
                    padding-left: 0
                }

                .row.gutters-50>[class^=col-],.solution-layout3 .gutters-40 .slick-track>[class^=col-] {
                    padding-right: 15px;
                    padding-left: 15px
                }
            }

            @media (min-width: 768px) {
                #header {
                    min-height:207.5px;
                    background: #025
                }

                .header-layout1 {
                    min-height: 86px
                }

                .stylecnc-menu li#apps a,.stylecnc-menu li#blog a,.stylecnc-menu li#contact a {
                    padding-right: 0
                }
            }
        </style>