*{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
body,html{
    margin:0;
    padding:0;
    height:100%;
    font-size:20px;
    color:#000;
    font-family:Roboto;
    font-weight:400;
    font-style:normal;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
    -ms-overflow-style:scrollbar;
    -webkit-tap-highlight-color:transparent
}
html{
    overflow-x:hidden!important
}
h1,h2,h3,h4,h5,h6{
    margin:0;
    padding:0;
    line-height:1;
    font-weight:700;
    display:block;
    position:relative
}
article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{
    display:block
}
p{
    margin:0;
    padding:0
}
a{
    outline:0;
    text-decoration:none
}
a:focus,a:hover{
    outline:0;
    text-decoration:none
}
a:focus{
    -webkit-box-shadow:none;
    box-shadow:none
}
ol,ol li,ul,ul li{
    margin:0;
    padding:0;
    list-style:none
}
address,figure{
    margin:0
}
img{
    max-width:100%
}
select{
    padding-left:10px;
    padding-right:10px
}
button,input,select,textarea{
    border-radius:0;
    -webkit-box-shadow:none;
    box-shadow:none
}
button:focus,input:focus,select:focus,textarea:focus{
    outline:0!important;
    -webkit-box-shadow:none;
    box-shadow:none!important
}
[type=reset],[type=submit],button,html[type=button]{
    -webkit-appearance:button
}
button{
    padding:0;
    background-color:transparent;
    border:none
}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{
    padding:0;
    border-style:none
}
input[type=checkbox],input[type=radio]{
    box-sizing:border-box;
    padding:0
}
input[type=date],input[type=datetime-local],input[type=month],input[type=time]{
    -webkit-appearance:listbox
}
textarea{
    overflow:auto;
    resize:vertical
}
table{
    border-collapse:collapse
}
[hidden]{
    display:none!important
}
.container{
    max-width:1720px
}
.slick-dots{
    bottom:-48px;
    left:0;
    right:0
}
.slick-dots li{
    border-radius:50%;
    background:#e5e5e5;
    border:3px solid transparent;
    width:15px;
    height:15px
}
.slick-dots li.slick-active{
    background:#fff;
    border:3px solid #4574b5
}
.slick-slide img{
    width:100%
}
.slick-arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%)
}
.slick-next,.slick-prev{
    height:auto
}
.submit-btn{
    background:url(../images/submit-btn.png) no-repeat;
    background-size:cover;
    border:0;
    color:#fff;
    transition:all .3s
}
.submit-btn:hover{
    opacity:.8;
    transition:all .3s
}
.header{
    position:relative;
    z-index:2
}
.top-header{
    background:#fff
}
.new-products-slider .slick-arrow{
    bottom:-140px;
    top:auto;
    transform:unset;
    background:#961d23;
    left:unset;
    right:unset;
    width:88px;
    height:88px
}
.new-products-slider .slick-arrow:hover{
    background:#791116;
    transition:all .3s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s
}
.new-products-slider .slick-prev.slick-arrow{
    left:43%
}
.new-products-slider .slick-next.slick-arrow{
    right:43%
}
.slick-next:before,.slick-prev:before{
    opacity:1;
    font-size:34px;
    display:block
}
.slick-prev:before{
    content:'\f177';
    font-family:FontAwesome
}
.slick-next:before{
    content:'\f178';
    font-family:FontAwesome
}
.banner-section-slider .slick-next:before{
    content:'\f054';
    font-family:FontAwesome
}
.banner-section-slider .slick-prev:before{
    content:'\f053';
    font-family:FontAwesome
}
.top-header .container{
    display:flex;
    justify-content:space-between;
    align-items:center
}
.top-right{
    display:flex
}
.top-left{
    font-size:16px;
    font-weight:500
}
.top-left img{
    max-width:36px!important;
    margin-left:10px
}
.top-left strong{
    font-weight:900;
    font-family:'Roboto Bk'
}
.find-product{
    font-size:25px;
    font-weight:700;
    font-style:italic;
    display:flex;
    align-items:center;
    color:#000
}
.vehical-info{
    background:#e5e5e5;
    padding:12px 25px;
    margin-left:30px
}
.vehical-info .btn-drop,.vehical-info select{
    background-color:#fff;
    height:56px;
    line-height:56px;
    display:inline-block;
    width:250px;
    text-align:center;
    font-size:14px;
    color:#000;
    font-weight:500;
    border:0;
    text-align-last:center;
    text-transform:uppercase
}
.vehical-info select{
    font-family:Roboto,FontAwesome;
    background-image:url(../images/angle-down-solid.svg);
    background-repeat:no-repeat;
    background-position:right center;
    background-size:30px 14px
}
.vehical-info select+select{
    margin-left:30px;
    padding:0 10px
}
.search-btn{
    margin-left:2px
}
.search-btn a{
    background:#961d23;
    display:inline-block;
    color:#fff;
    height:100%;
    display:flex;
    align-items:center;
    padding:0 60px;
    font-size:16px;
    font-weight:900;
    letter-spacing:3px;
    font-family:'Roboto Bk'
}
.main-header{
    position:relative;
    width:100%;
    z-index:0;
    background:#231f20;
    z-index:1
}
.main-header .container{
    display:flex;
    justify-content:space-between;
    align-items:center
}
.nav-bar{
    display:flex;
    justify-content:space-between;
    margin-top:30px;
    align-items:flex-end
}
.nav-bar>ul{
    display:flex;
    justify-content:space-between;
    font-size:18px;
    align-items:center
}
.main-nav>li{
    margin:0 27px;
    padding-bottom:30px
}
.main-nav>li:hover>a,.serach-menu-right li:hover a{
    color:#961d23;
    transition:all .3s
}
.main-nav>li>a{
    color:#fff;
    font-weight:700;
    padding:10px 3px;
    letter-spacing:2.4px;
    text-transform: uppercase;
}
.call-sec{
    text-align:right;
    color:#fff;
    font-size:18px;
    font-weight:700
}
.call-sec a{
    color:#fff;
    padding-right:5px
}
.call-sec a:hover{
    color:#961d23
}
.call-sec .time{
    padding-left:10px;
    border-left:2px solid #fff;
    line-height:16px;
    display:inline-block
}
.main-right-header{
    padding:30px 0 0
}
.solial-icons{
    padding-left:20px;
    border-left:1px solid #c1c0bf;
    margin-bottom:26px
}
.solial-icons li{
    margin:0 15px;
    font-size:25px
}
.solial-icons li:last-child{
    margin-right:0
}
.solial-icons li a{
    color:#fff
}
.banner-section{
    min-height:800px;
    background-size:cover!important;
    display:flex!important;
    justify-content:flex-end;
    align-items:center;
    position:relative
}
.banner-section-slider:after,.banner-section-slider:before,.our-story:before{
    content:'';
    position:absolute;
    left:0;
    width:100%;
    height:80px;
    background-size:100%!important;
    background-position:right!important
}
.banner-section-slider:before{
    background:url(../images/blue-top-border.png) no-repeat;
    top:-2px;
    background-position:top right!important;
    z-index:1
}
.banner-section-slider:after{
    background:url(../images/red-bottom-border.png) no-repeat;
    bottom:0;
    background-position:bottom right!important
}
.banner-section.inner-banner:after,.banner-section.inner-banner:before,.our-story:before{
    content:'';
    position:absolute;
    left:0;
    width:100%;
    height:80px;
    background-size:100%!important;
    background-position:right!important
}
.banner-section.inner-banner:before{
    background:url(../images/blue-top-border.png) no-repeat;
    top:149px;
    background-position:top right!important;
    z-index:1
}
.banner-section.inner-banner:after{
    background:url(../images/red-bottom-border.png) no-repeat;
    bottom:0;
    background-position:bottom right!important
}
.banner-section .container{
    display:flex;
    justify-content:flex-end;
    flex-wrap:wrap
}
.white-content .banner-content{
    color:#fff;
    position:relative
}
.banner-content{
    text-align:right;
    max-width:650px;
    color:#000;
    padding-right:110px;
    margin-top:-60px
}
.scroll-down{
    position:absolute;
    bottom:50px;
    margin:0 auto;
    text-align:center;
    font-size:26px;
    font-family:Industrial;
    font-weight:900;
    text-transform:uppercase;
    color:#000;
    max-width:130px;
    width:100%;
    letter-spacing:3px;
    left:50%;
    transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%)
}
.scroll-down a{
    color:#000;
    display:block
}
.white-content .scroll-down a{
    color:#fff
}
.white-content .scroll-down{
    color:#fff
}
.scroll-down i{
    position:relative;
    animation:arrowmove 2s infinite
}
.scroll-down:hover a{
    color:#961d23
}
.banner-content .main-heading{
    font-size:150px;
    text-transform:uppercase;
    font-family:Industrial;
    font-weight:900;
    line-height:130px;
    transform:scaleY(1.15);
    letter-spacing:9px
}
.banner-content .sub-heading{
    font-size:32px;
    font-family:Industrial;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:3px;
    margin-right:7px
}
.banner-content p{
    font-size:19px;
    font-family:Roboto;
    font-weight:300;
    margin-top:40px;
    letter-spacing:0
}
.page-template-home .banner-content p{
    font-weight:500
}
.vehical-parts{
    display:flex;
    justify-content:space-between
}
.part-box{
    position:relative;
    z-index:0;
    cursor:pointer
}
.part-box a{
    position:absolute;
    top:50%;
    margin:0 auto;
    text-align:center;
    color:#fff;
    font-size:50px;
    font-family:Industrial;
    font-weight:900;
    transform:translate(-50%,-50%);
    width:auto;
    display:block;
    left:50%;
    width:340px;
    padding:5px 10px;
    border:3px solid transparent;
    transition:all .3s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    text-transform:uppercase;
    letter-spacing:4px;
    text-transform:uppercase
}
.part-box p{
    opacity:0;
    transition:all .3s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    display:none;
    background:0 0;
    position:absolute;
    top:50%;
    margin-top:65px;
    left:0;
    right:0;
    color:#fff;
    text-align:center;
    font-size:18px;
    font-family:KorolevW01;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase
}
.part-box:hover p{
    opacity:1;
    transition:all .3s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    display:block
}
.part-box:hover a{
    border:3px solid #961d23;
    transition:all .3s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s
}
.part-box a:after,.part-box a:before{
    content:'';
    position:absolute;
    left:0;
    right:0;
    opacity:0;
    transition:all .3s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s
}
.part-box a:before{
    top:-12px;
    border-bottom:10px solid #961d23;
    border-left:328px solid transparent
}
.part-box a:after{
    bottom:-12px;
    border-top:10px solid #961d23;
    border-right:328px solid transparent
}
.part-box:hover a:after,.part-box:hover a:before{
    opacity:1;
    transition:all .3s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s
}
.part-box:before{
    content:'';
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.25)
}
.new-products-section{
    padding:70px 0 240px;
    text-align:center
}
.new-products-section h2{
    margin-bottom:30px
}
.section-heading h2{
    font-family:IndustrialExtended;
    font-size:58px;
    font-weight:400;
    font-style:italic;
    text-transform:uppercase
}
.product-box{
    text-align:center;
    padding:0 25px
}
.product-box .product-title{
    display:block;
    color:#989898;
    font-size:19px;
    line-height:30px;
    font-weight:300;
    letter-spacing:4px;
    padding:10px 0 26px;
    border-bottom:1px solid #e6e6e6
}
.product-box h4{
    padding-top:30px;
    border-top:1px solid #e6e6e6;
    font-size:27px;
    font-weight:400;
    font-family:'Roboto Condensed';
    display:none
}
.product-box a img{
    margin:0 auto
}
.add-to-cart{
    position:relative;
    overflow:hidden;
    height:280px
}
.add-to-cart .cart-box{
    position:absolute;
    bottom:-100%;
    height:100%;
    width:100%;
    vertical-align:middle;
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    align-items:center;
    transition:all .5s;
    -webkit-transition:all .5s;
    -moz-transition:all .5s
}
.add-to-cart:hover .cart-box{
    bottom:0;
    transition:all .5s;
    -webkit-transition:all .5s;
    -moz-transition:all .5s
}
.add-to-cart .cart-box::before{
    content:'';
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:#090909;
    position:absolute;
    opacity:.5
}
.add-to-cart .cart-box a{
    color:#fff
}
.add-to-cart .cart-box ul{
    color:#000;
    position:relative;
    text-align:center;
    margin:0 auto;
    float:left;
    width:100%;
    display:flex;
    justify-content:center
}
.add-to-cart .cart-box ul a{
    color:#262626;
    font-size:20px;
    display:block
}
.add-to-cart .cart-box ul li{
    background:#fff;
    height:85px;
    width:85px;
    line-height:85px;
    margin:1px
}
.add-to-cart .cart-box .add-btn{
    position:relative;
    padding:15px 30px;
    border:1px solid #fff;
    margin-top:30px;
    display:inline-block;
    text-transform:uppercase
}
.add-to-cart .cart-box .add-btn:hover{
    background:#961d23;
    border-color:#961d23;
    -webkit-transition:all .3s;
    -moz-transition:all .3s
}
.industry-video{
    text-align:center;
    background-size:cover!important;
    min-height:750px;
    position:relative;
    display:flex;
    align-items:center;
    margin-top:20px;
    justify-content:center;
    background-position:center!important
}
.industry-video:after,.industry-video:before{
    content:'';
    position:absolute;
    left:0;
    width:100%;
    height:82px
}
.industry-video:before{
    background:url(../images/video-top-border.png) no-repeat;
    top:-79px;
    background-size:100%!important;
    background-position:bottom left!important
}
.industry-video:after{
    background:url(../images/video-bottom-border.png) no-repeat;
    bottom:-80px;
    background-size:100%!important;
    background-position:top right!important
}
.video-content{
    max-width:750px;
    margin:0 auto;
    position:relative
}
.video-title{
    font-size:90px;
    font-family:Industrial;
    color:#fff;
    letter-spacing:8px;
    line-height:90px
}
.paly-icon{
    padding-top:20px;
    text-align:center
}
.paly-icon span{
    display:block;
    font-size:19px;
    font-family:KorolevW01;
    font-weight:700;
    color:#fff;
    text-transform:uppercase;
    padding-top:30px
}
.overlay{
    position:absolute;
    height:100%;
    width:100%;
    z-index:0;
    left:0;
    top:0;
    mix-blend-mode:multiply
}
.overlay:before{
    position:absolute;
    content:'';
    width:100%;
    height:100%;
    left:0;
    top:0
}
.overlay:before{
    background:#b2b2b2;
    background:#090909;
    opacity:.32
}
.industry-news{
    text-align:center
}
.industry-news{
    text-align:center;
    padding:100px 0 80px
}
.news-section-slider{
    padding-top:38px
}
.news-section-slider .slick-slide{
    padding:0 5px
}
.new-box{
    position:relative;
    overflow:hidden
}
.new-box a{
    display:block;
    overflow:hidden;
    position:relative
}
.new-box a img{
    display:block;
    width:100%
}
.new-box p{
    position:absolute;
    bottom:0;
    width:100%;
    padding:40px 0;
    color:#fff;
    font-family:KorolevW01;
    font-weight:300;
    font-size:25px;
    z-index:0;
    transition:all .3s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    text-transform:uppercase
}
.new-box p:before{
    content:'';
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:#000;
    opacity:.8;
    z-index:-1;
    transition:all .3s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    transform:rotate(0) scale(1)
}
.new-box:hover p:before{
    transform:rotate(-2deg) scale(1.2);
    top:10px;
    height:100%;
    width:100%;
    transition:all .3s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    background:#961d23
}
.new-box p i{
    padding-left:18px
}
.signup-section{
    text-align:center;
    max-width:1180px;
    margin:0 auto;
    padding-bottom:140px
}
.signup-section h3{
    font-size:42px;
    font-family:Industrial;
    letter-spacing:.1px
}
.signup-section form{
    display:flex;
    justify-content:space-between;
    padding: 55px 0 0 !important;
}
.signup-section .mailpoet_paragraph {
    margin-bottom: 40px !important;
    width: 100%;
}
.signup-section form .form-group{
    width:100%
}
.signup-section form .mailpoet_paragraph input.mailpoet_text,
.signup-section form .form-group input.wysija-input{
    border: 0 !important;
    box-shadow: none;
    border-bottom: 1px solid #cbcbcb !important;
    color: #961d23;
    font-size: 20px;
    padding-bottom: 15px !important;
    width: 85% !important;
    padding-left: 5px !important;
    font-family: KorolevCondensedW04;
    height: 100%;
    text-transform: uppercase;
}
.signup-section form .mailpoet_paragraph input.mailpoet_text::placeholder,
.signup-section form .form-group input.wysija-input::placeholder{
    color:#961d23
}
.signup-section form .btn-primary {
    height: 54px;
    padding: 0 !important;
    cursor: pointer;
    min-width: 200px !important;
}
.parsley-errors-list.filled {
    opacity: 1;
    position: absolute;
    background: #8E2121;
    color: #fff !important;
    padding: 4px 10px;
}
.parsley-required, .parsley-custom-error-message {
    color: #fff !important;
    font-size: 11px !important;
}
.signup-section form .btn-primary::after,
.signup-section form .btn-primary::before {
    display: none;
}
.signup-section #mailpoet_form_1 .mailpoet_message {
    display: none;
}
.signup-section form .btn-primary .mailpoet_submit {
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    border: 0;
    padding: 0 !important;
}
.btn-primary{
    color:#fff;
    background-color:transparent;
    border-color:transparent;
    height:58px;
    display:inline-block;
    min-width:170px;
    line-height:58px;
    position:relative;
    font-size:18px;
    font-weight:400;
    padding:0 30px;
    z-index:0
}
.btn-primary:focus{
    outline:0!important;
    box-shadow:none!important;
    background-color:transparent!important
}
.btn-primary:hover{
    background-color:transparent;
    cursor:pointer;
    border-color:transparent
}
.btn-primary:after{
    content:'';
    position:absolute;
    left:-20px;
    width:10px;
    background:#cdcccc;
    height:100%;
    z-index:-1;
    transform:skewX(-30deg)
}
.btn-primary:before{
    content:'';
    position:absolute;
    left:0;
    right:0;
    background:#961d23;
    height:100%;
    z-index:-1;
    transform:skewX(-30deg)
}
.btn-primary:hover::before,.srh-btn:hover{
    background:#791116
}
.connect-us{
    background:#000;
    text-align:center;
    padding:60px 0;
    position:relative;
    float:left;
    width:100%
}
.connect-us .section-heading h2{
    color:#fff
}
.connect-us:after,.connect-us:before{
    content:'';
    position:absolute;
    left:0;
    width:100%;
    height:80px;
    background-position:bottom right!important
}
.connect-us:before{
    background:url(../images/video-top-border.png) no-repeat;
    top:-79px;
    background-size:100%
}
.connect-us:after{
    background:url(../images/red-bottom-border.png) no-repeat;
    bottom:0;
    background-size:100%
}
.connect-images{
    padding:40px 0;
    float:left;
    width:100%;
    display:flex;
    align-items:center
}
.connect-images .left-images{
    width:40%;
    float:left;
    height:100%;
    display:flex;
    position:relative;
    top:-3px
}
.connect-images .left-images li{
    padding:0
}
.connect-images .right-images{
    width:60%;
    display:inline-block;
    float:left
}
.connect-images .right-images li{
    width:33.333%;
    float:left
}
.connect-images ul li{
    padding:3px;
    position:relative;
    width:100%;
    height:100%
}
.connect-images ul li a{
    display:block;
    text-align:center;
    position:relative
}
.connect-images ul li a:before{
    background:#4d4d4d;
    position:absolute;
    content:'';
    height:100%;
    width:100%;
    mix-blend-mode:multiply;
    opacity:0;
    left:0;
    visibility:hidden;
    transition:all .3s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s
}
.connect-images ul li a i{
    color:#fff;
    position:absolute;
    text-align:center;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    font-size:40px;
    opacity:0;
    visibility:hidden;
    transition:all .3s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s
}
.connect-images ul li:hover a i{
    visibility:visible;
    opacity:1;
    transition:all .3s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s
}
.about-page .industry-video:before{
    background:url(../images/red-bottom-border.png) no-repeat
}
.about-page .industry-video:after{
    background:url(../images/blue-top-border.png) no-repeat
}
.footer{
    clear:both;
    background:#1a1a1a;
    color:#fff;
    padding-top:70px
}
.footer .container{
    max-width:1450px
}
.footer .footer-widgets{
    display:flex;
    justify-content:space-between;
    padding-bottom:50px
}
.footer-widgets .two-column{
    column-count:2
}
.footer .widget{
    padding:15px 0 15px 86px;
    border-left:1px solid #545454
}
.footer .widget:first-child{
    padding-left:0!important;
    border-left:0
}
.footer .widget h3{
    font-family:Industrial;
    font-size:34px;
    letter-spacing:4px;
    margin-bottom:15px;
    margin-top:30px
}
.footer .widget h3 a{
    color:#fff
}
.footer .widget h3:first-child{
    margin-top:0
}
.footer .widget ul li a{
    font-size:18px;
    color:#fff;
    font-family:KorolevW01;
    font-weight:300;
    line-height:38px;
    letter-spacing:2px;
    text-transform:uppercase
}
.footer .widget ul li:hover a{
    color:#961d23;
    transition:all .3s;
    -moz-transition:all .3s;
    -webkit-transition:all .3s
}
.bottom-footer{
    background:#fff;
    color:#000;
    font-family:'Museo Sans 500'
}
.bottom-footer .container{
    max-width:1720px;
    display:flex;
    justify-content:space-between;
    align-items:center
}
.footer-logo{
    display:flex;
    align-items:center
}
.footer-logo p{
    padding-left:30px;
    padding-right:60px;
    letter-spacing:.5px
}
.footer-left{
    display:flex;
    align-items:center
}
.footer-social{
    padding:40px 15px;
    border-right:1px solid #e5e5e5;
    border-left:1px solid #e5e5e5
}
.footer-social li{
    display:inline-block;
    padding:0 15px
}
.footer-social li a{
    color:#000;
    font-size:22px
}
.footer-social li:hover a,.solial-icons li:hover a{
    color:#961d23;
    transition:all .3s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s
}
.footer-right p{
    font-weight:700
}
.footer-right p a{
    padding-left:10px
}
.drop-down-menu{
    position:absolute;
    background:#fff;
    width:100%;
    left:0;
    right:0;
    top:150px;
    display:none;
    z-index:99;
    box-shadow:0 0 10px rgba(0,0,0,.1)
}
.search-products{
    width:100%;
    padding:20px 0 20px;
    display:flex;
    justify-content:space-between
}
.search-products li{
    margin:0
}
.search-products-left{
    width:77%;
    padding-right:50px;
    padding-top:30px;
    border-right:1px solid #d0d0d0
}
.media .search-products-left{
    width:100%;
    padding-right:0;
    border-right:0
}
.media .search-products-left ul{
    justify-content:space-between
}
.media .search-products-left ul li{
    width:32%
}
.search-products-left h3{
    font-size:30px;
    font-family:KorolevW01;
    font-weight:300;
    margin-bottom:12px;
    text-transform:uppercase
}
.search-products-left ul li a,.search-products-left ul li a img{
    display:block;
    padding:0;
    width:100%
}
.search-products-left ul{
    display:flex;
    flex-wrap:wrap;
    margin:0 -10px
}
.search-products-left ul li{
    position:relative;
    margin:10px 10px;
    margin-top:15px;
    width:31%;
    cursor:pointer
}
.search-products-left ul li{
    position:relative;
    margin-top:15px;
    transition:all .6s
}
.search-products-left ul li:hover{
    box-shadow:0 0 15px rgba(0,0,0,.2);
    transition:all .4s;
    -webkit-transition:all .4s;
    -moz-transition:all .4s
}
.search-products-left ul li a{
    overflow:hidden
}
.search-products-left ul li img{
    transition:all .4s;
    -webkit-transition:all .4s;
    -moz-transition:all .4s;
    transform:scale(1)
}
.search-products-left ul li:hover img{
    transition:all .4s;
    -webkit-transition:all .4s;
    -moz-transition:all .4s;
    transform:scale(1.1)
}
.search-products-left ul li:before{
    position:absolute;
    content:'';
    top:-14.5px;
    right:0;
    border-bottom:15px solid #961d23;
    border-left:250px solid transparent
}
.search-products-left ul li:nth-child(even)::before{
    border-color:#4574b5;
    border-left:250px solid transparent
}
.search-products-left ul li a:after{
    position:absolute;
    content:'';
    top:0;
    right:0;
    background:#989898;
    width:100%;
    height:100%;
    background:#090909;
    position:absolute;
    opacity:.43
}
.search-products-left ul li p{
    position:absolute;
    bottom:20px;
    z-index:1;
    left:20px;
    font-size:22px;
    font-family:KorolevW01;
    font-weight:300;
    color:#fff
}
.serach-menu-right{
    width:20%;
    padding-top:30px
}
.serach-menu-right h3{
    font-size:28px;
    font-family:KorolevW01;
    font-weight:300;
    margin-bottom:15px
}
.serach-menu-right ul a{
    font-size:18px;
    color:#000;
    font-family:KorolevW01;
    font-weight:300
}
.serach-menu-right ul:first-child{
    padding-bottom:50px
}
.serach-menu-right li{
    line-height:30px;
    text-transform:uppercase
}
.media-menu{
    padding-top:40px
}
.chat-box{
    position:fixed;
    right:0;
    top:50%;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    cursor:pointer;
    z-index:99
}
.inner-header .main-header{
    position:relative;
    background:#231f20
}
.inner-banner.banner-section{
    min-height:630px;
    align-items:flex-end;
    position:relative;
    max-height:630px;
    background-position:center!important
}
.inner-banner.banner-section:before{
    top:-2px
}
.inner-banner-content{
    position:relative;
    color:#fff;
    font-size:125px;
    text-transform:uppercase;
    font-family:Industrial;
    font-weight:900;
    letter-spacing:5px;
    font-style:italic;
    transform:rotate(-2.7deg);
    margin-bottom:48px;
    margin-right:90px
}
.vehical-parts-inner{
    display:flex;
    justify-content:space-between
}
.vehical-parts-inner .part-box{
    width:33.333%
}
.vehical-parts-inner .part-box img{
    width:100%
}
.vehical-parts-inner .part-box a{
    border:none!important
}
.vehical-parts-inner .part-box a:after,.vehical-parts-inner .part-box a:before{
    display:none
}
.our-story{
    text-align:center;
    padding:90px 120px;
    position:relative
}
.our-story .section-heading{
    margin-bottom:20px
}
.our-story p{
    margin:0 auto;
    font-size:16px!important;
    letter-spacing:1px;
    margin-bottom:35px
}
.our-story:before{
    background:url(../images/blue-top-border.png) no-repeat;
    top:-2px;
    background-position:top right!important
}
.our-story-sitemap>ul{
    position:relative;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    padding-bottom:70px
}
.our-story-sitemap>ul:before{
    position:absolute;
    top:0;
    left:0;
    right:0;
    width:115px;
    border-top:4px solid #961d22;
    margin:0 auto;
    content:'';
    bottom:0;
    border-bottom:4px solid #4574b5;
    z-index:1
}
.our-story-sitemap>ul:after{
    position:absolute;
    top:0;
    left:0;
    right:0;
    width:1px;
    margin:0 auto;
    content:'';
    bottom:0;
    background:#d6d6d6
}
.our-story-sitemap>ul>li{
    width:50%;
    text-align:right;
    padding-right:9%;
    margin-top:70px;
    position:relative
}
.our-story-sitemap>ul>li:nth-child(even){
    text-align:left;
    padding-right:0;
    padding-left:9%;
    width:100%;
    left:50%;
    margin-top:-90px
}
.our-story-sitemap>ul>li:nth-child(even) h3{
    color:#4574b5
}
.our-story-sitemap>ul>li:nth-child(even):before{
    content:'';
    position:absolute;
    height:2px;
    background:#d6d6d6;
    left:0;
    width:8%;
    top:55px;
    right:unset
}
.our-story-sitemap>ul>li:before{
    content:'';
    position:absolute;
    height:2px;
    background:#d6d6d6;
    right:0;
    width:16%;
    top:55px
}
.our-story-sitemap{
    margin-top:70px
}
.sitemap-content span{
    color:#231f20;
    font-size:28px;
    font-family:Roboto;
    font-weight:500
}
.sitemap-content h3{
    font-size:28px;
    color:#961d23;
    font-weight:900;
    margin-bottom:40px
}
.sitemap-content li{
    font-size:21px;
    font-weight:500;
    color:#231f20
}
.meet-section{
    position:relative;
    min-height:698px;
    background-size:cover!important;
    display:flex;
    align-items:center
}
.about-page .container{
    max-width:1400px
}
.meet-content{
    color:#fff;
    position:relative
}
.meet-content h2{
    font-family:IndustrialExtended;
    text-transform:uppercase;
    font-size:62px;
    font-style:italic;
    line-height:47px
}
.meet-section .overlay:before{
    background:-moz-linear-gradient(left,rgba(0,0,0,1) 0,rgba(0,0,0,1) 14%,rgba(0,0,0,.16) 100%);
    background:-webkit-linear-gradient(left,rgba(0,0,0,1) 0,rgba(0,0,0,1) 14%,rgba(0,0,0,.16) 100%);
    background:linear-gradient(to right,rgba(0,0,0,1) 0,rgba(0,0,0,1) 14%,rgba(0,0,0,.16) 100%);
    opacity:.95
}
.heading-seperator img{
    max-height:47px;
    vertical-align:bottom
}
.meet-content ul{
    padding-top:50px
}
.meet-content ul li{
    font-family:IndustrialExtended;
    font-weight:400;
    font-style:italic;
    font-size:32px
}
.meet-content a{
    z-index:1;
    margin-left:38px;
    margin-top:50px
}
.meet-section:after,.meet-section:before{
    content:'';
    position:absolute;
    left:0;
    width:100%;
    height:80px
}
.meet-section:before{
    background:url(../images/red-bottom-border.png) no-repeat;
    top:-79px;
    background-size:100%;
    background-position:bottom right!important
}
.meet-section:after{
    background:url(../images/blue-top-border.png) no-repeat;
    bottom:-75px;
    background-size:100%!important;
    background-position:top right!important;
    z-index:-1
}
.meet-section .container{
    max-width:1400px
}
.about-page .new-products-section{
    padding-top:120px
}
.welcome-text{
    font-size:16px!important;
    color:#000;
    letter-spacing:.8px;
    margin-bottom:100px
}
.inner-banner-content .sprtor img{
    max-height:85px;
    vertical-align:baseline
}
.photos-section{
    position:relative;
    padding:120px 0
}
.industry-news{
    position:relative
}
.industry-news:before,.photos-section:after,.photos-section:before,.service-page:after,.service-page:before{
    content:'';
    position:absolute;
    left:0;
    width:100%;
    height:80px;
    background-size:100%!important;
    background-position:right!important
}
.home .industry-news:before{
    background:unset!important
}
.industry-news:before,.photos-section:before,.service-page:before{
    background:url(../images/blue-top-border.png) no-repeat;
    top:-2px;
    background-position:top right!important;
    z-index:1
}
.photos-section:after,.service-page:after{
    background:url(../images/red-bottom-border.png) no-repeat;
    bottom:-1px;
    background-position:bottom right!important
}
.media-outer{
    display:flex;
    justify-content:space-between
}
.media-outer li{
    margin:4px
}
.media-outer li{
    margin:4px;
    position:relative;
    overflow:hidden
}
.media-outer li:first-child{
    margin-left:0
}
.media-outer li:last-child{
    margin-right:0
}
.media-outer li .photo-content{
    position:absolute;
    left:0;
    bottom:0;
    right:0;
    background:rgba(203,203,203,.85);
    padding:20px 25px;
    transition:all .4s;
    -webkit-transition:all .4s;
    -moz-transition:all .4s;
    text-align:left
}
.media-outer li .photo-content h4{
    margin-bottom:20px;
    transition:all .4s;
    -webkit-transition:all .4s;
    -moz-transition:all .4s;
    font-family:'Roboto Bk';
    font-size:20px;
    text-transform:uppercase
}
.media-outer li .photo-content a{
    display:block;
    margin-bottom:-42px;
    transition:all .4s;
    -webkit-transition:all .4s;
    -moz-transition:all .4s;
    line-height:18px;
    color:#fff;
    font-size:14px;
    font-weight:300;
    text-transform:uppercase
}
.media-outer li:hover .photo-content{
    transition:all .4s;
    -webkit-transition:all .4s;
    -moz-transition:all .4s;
    background:rgba(150,29,35,.8)
}
.media-outer li:hover .photo-content h4{
    margin-bottom:5px;
    color:#fff;
    transition:all .4s
}
.media-outer li:hover .photo-content a{
    margin-bottom:0;
    transition:all .4s
}
.media-main-video{
    position:relative;
    min-height:670px;
    background-size:cover!important;
    margin:0 auto
}
.media-main-video .paly-icon{
    position:absolute;
    top:50%;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    left:50%
}
.video-section .container{
    max-width:1530px
}
.video-section .media-outer{
    margin-top:40px
}
.video-play{
    position:absolute;
    top:50%;
    transform:translate(-50%,-50%);
    left:50%;
    max-width:80px
}
.service-page{
    position:relative;
    padding:100px 0;
    text-align:center;
    float:left;
    width:100%
}
.service-page .container{
    max-width:1530px
}
.service-page p{
    font-size:22px;
    margin-bottom:20px
}
.service-boxes{
    /* display:block;
    float:left; */
    width:100%;
    flex-wrap: wrap;
}
.service-boxes .sevice-bx{
    float:left;
    width:49%;
    display:inline-block;
    margin-top:30px;
    text-align:left
}
.service-boxes .sevice-bx img{
    transition:all .4s;
    -webkit-transition:all .4s;
    -moz-transition:all .4s;
    filter:grayscale(1) brightness(1.3);
    -webkit-filter:grayscale(1) brightness(1.3);
    -moz-filter:grayscale(1) brightness(1.3)
}
.service-boxes .sevice-bx:hover img{
    filter:grayscale(0) brightness(1);
    -webkit-filter:grayscale(0) brightness(1);
    -moz-filter:grayscale(0) brightness(1);
    transition:all .4s;
    -webkit-transition:all .4s;
    -moz-transition:all .4s
}
.service-boxes .sevice-bx:nth-child(odd){
    margin-left:0
}
.service-boxes .sevice-bx:nth-child(even){
    margin-right:0
}
.service-page .section-heading{
    margin-bottom:20px
}
.engineering-images{
    padding:50px 0 40px!important;
    float:left;
    width:100%
}
.engineering-images .left-images{
    width:64%;
    float:left;
    display:inline-block
}
.engineering-images .right-images{
    float:left;
    display:inline-block;
    width:36%
}
.engineering-images ul li{
    padding:9px
}
.form-group{
    margin-bottom:40px;
    display:flex;
    justify-content:space-between
}
.form-section{
    margin-top:50px
}
.form-control{
    border:1px solid #e6e6e6;
    border-radius:0;
    min-height:46px;
    font-size:16px;
    color:#1a1a1a;
    padding:20px;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none
}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    margin:0
}
.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{
    background-color:transparent!important;
    border-color:transparent!important
}
select{
    -webkit-appearance:none;
    background:url(../images/select-down.png) no-repeat;
    background-position:97%;
    background-size:10px
}
select.form-control{
    padding:0 20px
}
.form-control::placeholder{
    color:#1a1a1a
}
.half-field{
    width:49.3%
}
.service-schedule .wpcf7-form-control-wrap{
    width:49.3%
}
.service-schedule .wpcf7-form-control-wrap .half-field,.service-schedule .wpcf7-form-control-wrap.Message{
    width:100%
}
.form-group textarea.form-control{
    min-height:220px;
    max-height:220px
}
.form-footer{
    display:flex
}
.form-footer .btn-primary{
    height:68px;
    font-size:20px;
    text-transform:uppercase;
    min-width:300px;
    line-height:68px;
    text-align:center
}
.form-footer .recaptcha{
    margin-left:70px
}
.service-schedule{
    clear:both
}
.team-section{
    padding:70px 0
}
.team-page .container{
    max-width:1370px
}
.team-section p{
    padding:0 10px;
    text-align:center
}
.team-section .container .section-heading{
    margin-top:40px
}
.team-section .media-outer{
    flex-wrap:wrap;
    justify-content:center;
    margin-top:30px
}
.team-section .media-outer li{
    flex:0 0 24%;
    width:24%;
    margin:.5%;
    margin-bottom:30px
}
.legends-list{
    text-align:center
}
.legends-list+.legends-list .section-heading{
    margin-top:10px
}
.team-video{
    min-height:690px
}
.team-page{
    padding-bottom:50px
}
.team-content{
    padding:110px 10px 0;
    text-align:center
}
.team-content p{
    margin-bottom:20px
}
.team-video:before{
    background:url(../images/red-bottom-border.png) no-repeat;
    z-index:1
}
.team-video:after{
    background:url(../images/blue-top-border.png) no-repeat;
    z-index:1
}
.contact-banner-content{
    position:absolute;
    top:50%;
    max-width:1460px;
    width:100%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align:left
}
.contact-banner-outer{
    max-width:50%
}
.contact-banner-outer p{
    position:relative;
    color:#fff;
    font-size:90px;
    text-transform:uppercase;
    font-family:Industrial;
    font-weight:900;
    font-style:italic;
    letter-spacing:5px;
    line-height:90px
}
.contact-banner-outer p span{
    color:#4574b5
}
.team-banner-content .contact-banner-outer p{
    color:#000
}
.team-banner-content{
    display:flex;
    justify-content:space-between;
    align-items:center
}
.contact-banner-outer .vehicle-detail{
    font-family:IndustrialExtended;
    font-size:39px;
    color:#000;
    font-style:italic;
    padding-top:30px;
    text-transform:uppercase
}
.team-detail-social{
    font-size:30px;
    font-family:Roboto;
    font-weight:500;
    letter-spacing:.5px;
    text-transform:uppercase
}
.team-detail-social ul li{
    line-height:50px
}
.team-detail-social ul li i,.team-detail-social ul li img{
    margin-right:15px;
    width:30px;
    text-align:center
}
.team-detail-social ul li img{
    max-width:36px
}
.banner-logo{
    margin-top:60px
}
.banner-logo a{
    max-width:372px;
    display:block
}
.gredient-overlay:before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    background:-moz-linear-gradient(0deg,rgba(0,0,0,.87) 0,rgba(0,0,0,0) 40%);
    background:-webkit-linear-gradient(0deg,rgba(0,0,0,.87) 0,rgba(0,0,0,0) 40%);
    background:-o-linear-gradient(0deg,rgba(0,0,0,.87) 0,rgba(0,0,0,0) 40%);
    background:-ms-linear-gradient(0deg,rgba(0,0,0,.87) 0,rgba(0,0,0,0) 40%);
    background:linear-gradient(90deg,rgba(0,0,0,.87) 0,rgba(0,0,0,0) 40%)
}
.contact-page{
    padding:120px 0;
    background:url(../images/contact-bg.png) no-repeat;
    background-position:100% 20%;
    background-size:64%
}
.contact-page .container-fluid{
    padding:0 100px
}
.contact-page h2{
    font-weight:600
}
.form-contact-section{
    padding-left:0;
    padding-right:30px
}
.contact-get-in-touch{
    border-left:7px solid #e6e6e6;
    padding-left:50px
}
.office-address li h6{
    font-size:22px;
    font-weight:900;
    line-height:38px
}
.office-address li p{
    font-size:22px;
    line-height:42px
}
.office-address li+li{
    padding-bottom:30px;
    padding-top:28px;
    border-bottom:1px solid #d0d0d0
}
.office-address li:last-child{
    border-bottom:0
}
.office-address li:first-child{
    padding-top:20px;
    padding-bottom:0
}
.contact-get-in-touch .contact-detail{
    padding-top:20px
}
.contact-get-in-touch a{
    color:#000
}
.contact-get-in-touch a:hover{
    color:#961d23
}
.form-section .form-group{
    margin-bottom:36px
}
.form-section .form-footer{
    margin-top:50px
}
.form-contact-section .wpcf7-form-control-wrap{
    width:100%
}
.main-menus,.menu-btn{
    display:none
}
.contact-page .form-section .form-group{
    margin-bottom:15px
}
.sprtor{
    color:#4474b5
}
@keyframes arrowmove{
    0%{
        top:0
    }
    50%{
        top:10px
    }
    100%{
        top:0
    }
}
.mapboxgl-popup{
    top:100px!important;
    left:154px!important;
    max-width:690px!important;
    width:230px;
    z-index:1
}
.mapboxgl-popup-tip{
    border:15px solid transparent!important;
    transform:rotate(90deg);
    left:-27px;
    position:absolute;
    top:50px
}
.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip{
    border-top-color:#fff!important
}
.mapboxgl-popup-content{
    position:relative;
    background:#fff;
    border-radius:0!important;
    box-shadow:0 1px 2px rgba(0,0,0,.1);
    padding:15px!important;
    pointer-events:auto;
    border:3px solid #ccc
}
.locate h3{
    font-size:22px;
    font-weight:700;
    font-family:Roboto
}
.locate p{
    font-family:Roboto;
    color:#000;
    font-size:19px;
    line-height:24px;
    margin-top:10px;
    margin-bottom:10px
}
.locate span{
    font-family:Roboto;
    color:#4574b5;
    font-weight:600;
    font-size:18px;
    letter-spacing:2px
}
.locate span a:hover{
    color:#961d23
}
button.mapboxgl-popup-close-button{
    display:none
}
.mapboxgl-ctrl-bottom-right{
    display:none
}
.mapboxgl-ctrl-bottom-left{
    display:none
}
.team-member-info{
    background:#231f20;
    color:#fff;
    padding:20px 0
}
.team-member-info .member-detail{
    display:flex;
    justify-content:center
}
.team-member-info .member-detail li{
    padding:20px 2.5% 20px;
    border-right:1px solid #fff
}
.team-member-info .member-detail li:last-child{
    padding-right:0;
    border-right:0
}
.contact-banner .inner-banner-content{
    position:absolute;
    right:0;
    bottom:0
}
.team-member-info .member-detail h4{
    font-size:28px;
    font-family:'Roboto Lt';
    font-weight:100;
    letter-spacing:3px;
    line-height:38px
}
.team-member-info .member-detail p{
    font-size:20px;
    font-family:Roboto;
    font-weight:400;
    letter-spacing:1px
}
.team-deail{
    padding-top:130px
}
.team-detail-content{
    text-align:left
}
.team-detail-content a{
    text-transform:uppercase;
    margin-top:20px;
    border-bottom:3px solid #000;
    color:#000;
    display:inline-block;
    font-size:24px;
    font-family:'Roboto Lt';
    display:inline-block;
    text-align:left
}
.racing-milestone .section-heading{
    text-align:left;
    margin-top:50px
}
.racing-milestone .section-heading h2 span{
    color:#4574b5
}
.milestone-specification{
    position:relative
}
.milestone-specification:after,.milestone-specification:before{
    content:'';
    position:absolute;
    height:80px;
    background:#961d23;
    border-radius:50px;
    width:4px;
    top:50%;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    z-index:1
}
.milestone-specification:before{
    left:0
}
.milestone-specification:after{
    right:0
}
.milestone-specification ul{
    display:flex;
    justify-content:center
}
.milestone-specification li{
    padding:120px 20px;
    width:33.333%;
    font-size:26px;
    font-weight:700;
    position:relative
}
.milestone-specification ul.specification-top li{
    border-bottom:1px solid #cbcbcb;
    padding-top:30px
}
.milestone-specification ul.specification-bottom li{
    padding-bottom:30px
}
.milestone-specification li:before{
    position:absolute;
    content:'';
    width:1px;
    height:110px;
    background:#cbcbcb;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    z-index:0
}
.milestone-specification ul.specification-bottom li:before{
    bottom:unset;
    top:0
}
.fortin-riders-slider{
    padding:0 70px;
    margin-top:40px
}
.fortin-riders-slider .slick-slide{
    margin:5px!important
}
.fortin-riders .container{
    max-width:1735px
}
.fortin-riders .slick-prev:before{
    content:'\f104';
    font-family:FontAwesome
}
.fortin-riders .slick-next:before{
    content:'\f105';
    font-family:FontAwesome
}
.fortin-riders .slick-next:before,.fortin-riders .slick-prev:before{
    color:#000;
    font-size:55px
}
.fortin-riders .slick-prev{
    left:0
}
.fortin-riders .slick-next{
    right:0
}
.fortin-riders{
    clear:both
}
.show-content{
    display:none
}
.pagination-left{
    background:#231f20;
    display:flex;
    align-items:baseline;
    width:100%;
    text-align:right;
    justify-content:space-between;
    padding:20px 30px;
    font-weight:100;
    letter-spacing:1px
}
.page-item.active .page-link{
    z-index:1;
    color:#961d23;
    background-color:#007bff00;
    border-color:transparent
}
.page-link:hover{
    z-index:2;
    color:#961d23;
    text-decoration:none;
    background-color:#e9ecef00;
    border-color:#dee2e600
}
.pagination-left p{
    color:#fff;
    font-size:13px
}
.page-link{
    background-color:#fff0;
    border:0 solid #dee2e605;
    color:#fff
}
.page-link:focus{
    box-shadow:0 0 0 0 rgba(0,123,255,.25)
}
.rear-drive{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:40px 0;
    border-bottom:2px solid #d5d5d575
}
.site-launch .assembly-detail{
    text-align:left;
    padding:0 30px 0 50px
}
.rear-drive .assembly-detail{
    text-align:left;
    padding:0 60px 0 10px
}
.assembly-detail p{
    font-size:16px;
    color:#1a1a1a
}
.assembly-detail .btn{
    margin-left:38px;
    margin-top:30px;
    text-transform:uppercase
}
.site-launch{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:40px 0
}
.new-site{
    border:1px solid #e5e5e5;
    text-align:center
}
.rear-drive .col-md-5{
    display:flex;
    align-items:center
}
.site-launch .col-md-5{
    display:flex;
    align-items:center
}
.btn .btn-primary{
    color:#fff;
    background-color:transparent;
    border-color:transparent;
    height:58px;
    display:inline-block;
    min-width:170px;
    line-height:58px;
    position:relative;
    font-size:18px;
    font-weight:400;
    padding:0 30px
}
.btn .btn-primary .btn-primary:hover::before,.srh-btn:hover{
    background:#791116
}
.news-section{
    background:#e5e5e5
}
.heading-part{
    PADDING:40px 0 15px 0
}
.heading-section h2{
    border-top:10px solid #95191a;
    border-bottom:10px solid #4171b4;
    padding:10px 0;
    width:80%;
    font-size:38px;
    font-family:IndustrialExtended;
    font-weight:400;
    color:#000
}
.industry-news-content{
    display:flex
}
.industry-news-left{
    padding-right:40px;
    border-right:1px solid #d5d5d5;
    flex:0 0 80%
}
.industry-news-right{
    padding-left:40px;
    flex:0 0 20%
}
.heading-section{
    display:flex;
    justify-content:center;
    padding-bottom:22px
}
.main-heading h3{
    font-size:66px;
    padding-bottom:5px;
    padding-top:10px;
    font-family:IndustrialExtended;
    font-weight:400;
    font-style:italic
}
.main-sub-heading h5{
    font-family:IndustrialExtended;
    font-weight:400;
    font-style:italic;
    font-size:36px;
    position:relative
}
.main-sub-heading h5::before{
    position:absolute;
    content:'';
    bottom:13px;
    border:2px solid #4171b4;
    width:36px;
    right:38px;
    margin:0 auto
}
.main-sub-heading h5::after{
    position:absolute;
    content:'';
    bottom:13px;
    border:2px solid #95191a;
    width:36px;
    left:38px;
    margin:0 auto
}
.sub-heading h4{
    font-size:46px;
    padding-bottom:10px;
    font-family:IndustrialExtended;
    font-weight:400;
    font-style:italic
}
.news-image{
    padding-top:148px
}
.btn-shop{
    padding:140px 0 70px 16px;
    display:flex;
    justify-content:center
}
.pagination-left ul li a{
    font-family:'Roboto Bk';
    font-weight:900
}
.connect-images .left-images #sb_instagram{
    max-width:100%!important;
    padding-bottom:0!important
}
.connect-images .left-images #sbi_images{
    padding:0!important
}
.connect-images .left-images #sb_instagram img{
    display:block!important
}
.left-images #sb_instagram .sbi_photo{
    background-image:none!important
}
.call-sec a{
    font-size:19px;
    letter-spacing:2px
}
.call-sec .time{
    font-size:19px;
    letter-spacing:2px
}
.engineering-images ul li img{
    height:auto!important
}
.signup-section .widget_wysija_cont .btn-primary{
    background-size:100%;
    width:220px;
    height:61px;
    line-height:61px;
    text-transform:uppercase
}
.wp-pagenavi{
    background:#231f20;
    display:block;
    align-items:center;
    width:100%;
    padding:10px 30px;
    font-weight:100;
    letter-spacing:1px;
    float:left;
    text-align:right
}
.wp-pagenavi span.pages{
    color:#fff;
    float:left;
    font-size:20px;
    padding-top:8px
}
.wp-pagenavi a.page.larger{
    font-family:'Roboto Bk';
    font-weight:900;
    color:#fff;
    padding:0 20px;
    font-size:20px
}
.wp-pagenavi a.nextpostslink{
    font-weight:400;
    color:#fff;
    font-size:30px
}
.wp-pagenavi a.previouspostslink{
    font-weight:400;
    color:#fff;
    font-size:30px
}
span.current{
    color:#961d23;
    font-family:'Roboto Bk';
    font-weight:900;
    font-size:13px!important
}
.wp-pagenavi a.page.smaller{
    font-family:'Roboto Bk';
    font-weight:900;
    color:#fff;
    padding:0 20px;
    font-size:13px
}
.shop-sidebar .wysija-paragraph input{
    height:50px!important
}
#form-wysija-2 p label{
    display:block;
    margin-bottom:5px
}
.shop-sidebar h3.widget-title{
    padding-bottom:7px!important
}
.signup-section form .form-group{
    width:100%;
    position:relative
}
.signup-section form .form-group .formError{
    position:absolute;
    top:auto!important;
    left:0!important;
    display:block;
    z-index:5000;
    cursor:pointer;
    bottom:-48px!important
}
.banner-section-slider .slick-prev{
    left:50px
}
.banner-section-slider .slick-next{
    right:50px
}
.banner-section-slider .slick-next,.banner-section-slider .slick-prev{
    background:#961d23!important;
    width:55px;
    height:55px;
    z-index:1;
    opacity:0;
    transition:all .3s
}
.banner-section-slider:hover .slick-next,.banner-section-slider:hover .slick-prev{
    opacity:.55
}
.banner-section-slider .slick-next:hover,.banner-section-slider .slick-prev:hover{
    opacity:1
}
.driver-section{
    text-align:left
}
.industry-news-middle .heading-title h2{
    font-family:IndustrialExtended;
    font-size:73px;
    font-weight:400;
    font-style:italic;
    text-transform:uppercase;
    max-width:91%;
    line-height:75px
}
.industry-news-middle span.date{
    font-family:IndustrialExtended;
    font-size:37px;
    font-weight:400;
    font-style:normal;
    text-transform:uppercase;
    color:#941d24;
    border-top:1px solid #eaeaea;
    border-bottom:1px solid #eaeaea;
    width:100%;
    display:block;
    padding:33px 0;
    margin:33px 0
}
.industry-news-middle span.date a{
    font-family:IndustrialExtended;
    font-size:27px;
    font-weight:400;
    font-style:normal;
    text-transform:uppercase;
    color:#941d24;
    width:100%;
    display:block
}
.industry-news-middle .post-single-content p{
    color:#1a1a1a;
    font-family:Roboto;
    font-size:16px;
    letter-spacing:.05em;
    padding-right:100px;
    line-height:30px
}
.industry-news-middle .post-single-content h4{
    font-family:IndustrialExtended;
    font-size:60px;
    font-weight:400;
    font-style:normal;
    text-transform:uppercase;
    margin:40px 0;
    letter-spacing:.02em
}
.industry-news-middle .post-single-content ul{
    padding-left:70px;
    margin-bottom:70px
}
.industry-news-middle .post-single-content ul li{
    color:#1a1a1a;
    font-size:16px;
    font-family:Roboto;
    font-weight:700;
    letter-spacing:.04em;
    list-style-type:disc;
    margin-bottom:15px
}
.post-btn{
    background:#231f20;
    height:75px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0 35px;
    margin:48px 0
}
.single-product .woocommerce-product-details__short-description p{
    font-size:14px
}
.single-product .wc-tab p{
    font-size:14px
}
.woocommerce-breadcrumb a{
    font-size:12px!important
}
.woocommerce .woocommerce-breadcrumb{
    font-size:12px!important
}
.wpgs.wpgs--with-images{
    border:2px solid #e5e5e5;
    background:#fff!important
}
.tech .overlay:before{
    background:rgba(178,178,178,.21)
}
.woocommerce div.product .product_title{
    font-size:55px!important
}
.post-btn a{
    color:#fff;
    font-size:19px;
    text-transform:uppercase
}
.post-btn a:focus,.post-btn a:hover{
    color:#961d23
}
.industry-news-middle{
    position:relative
}
.industry_news_wraper:after{
    background:url(../images/red-bottom-border.png) no-repeat;
    bottom:0;
    background-size:100%;
    content:'';
    position:absolute;
    left:0;
    width:100%;
    height:90px;
    background-position:bottom right!important
}
.industry-news-middle .post-single-content p img{
    margin-top:40px;
    margin-bottom:40px
}
.industry-news-content .industry-news-left .pagination-left{
    padding:10px 30px
}
.wp-pagenavi span.pages{
    display:none
}
.rear-drive .section-heading h2{
    margin-bottom:10px;
    font-size:30px!important;
    line-height:37px
}
.rear-drive span.date{
    display:block;
    margin-bottom:10px;
    font-size:15px
}
.rear-drive .assembly-detail p{
    font-size:14px!important
}
.industry-news-middle .post-btn a{
    color:#fff;
    font-size:16px;
    text-transform:uppercase;
    font-weight:700;
    letter-spacing:.03em
}
.chat_msg_popup .modal-content{
    background-color:#fefefe;
    margin:auto;
    padding:20px 0;
    border:0 solid #888;
    width:350px;
    border-radius:0;
    height:auto;
    position:absolute;
    top:25%;
    right:70px
}
.popup-content{
    background:#eaeaeb;
    padding:0;
    width:100%;
    height:65%;
    position:relative
}
.popup-content::before{
    bottom:100%;
    left:19%;
    top:-49px;
    border:solid transparent;
    content:" ";
    height:0;
    width:0;
    position:absolute;
    pointer-events:none;
    border-color:rgba(136,183,213,0);
    border-bottom-color:#eaeaeb;
    border-width:30px;
    margin-left:-30px
}
.chat_msg_popup .modal{
    position:fixed;
    top:0;
    left:0;
    z-index:1050;
    display:none;
    width:100%;
    height:100%;
    overflow:hidden;
    outline:0
}
.close{
    opacity:9
}
span.close{
    text-align:right;
    margin-top:-47px;
    margin-right:25px
}
.close img{
    width:50px
}
.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{
    opacity:1
}
.popup-content .form-control{
    padding:30px 40px 0 40px;
    font-family:Roboto;
    font-weight:400;
    font-size:16px;
    resize:none;
    background:#eaeaeb;
    height:200px
}
.close img{
    width:40px!important
}
.popup-content .form-control:focus{
    border-color:#ffffff00
}
.modal-content h1{
    padding:10px 0 30px 40px;
    font-family:Roboto;
    font-weight:400;
    font-size:35px
}
.popup-img{
    display:none
}
.popup-img img{
    max-width:80px!important;
    margin-top:174px;
    margin-left:22px
}
.btn-popup{
    display:flex;
    justify-content:flex-end;
    padding:26px 25px 0 0
}
.btn-popup input{
    background:#4373b5;
    padding:12px 50px;
    color:#fff;
    text-transform:capitalize;
    border:0!important;
    cursor:pointer
}
.btn-popup input:hover{
    background:#961b1f
}
.side-popup{
    overflow:hidden
}
.wpcf7-mail-sent-ok{
    text-align:center;
    font-size:16px;
    padding:10px 10px 0!important;
    color:#398f14;
    margin-top:0!important;
    margin-bottom:1px!important;
    border:0!important
}
.inner-banner.banner-section.team-single{
    background-size:68%!important
}
.team-page .new-products-section{
    margin-top:90px
}
.go-to-cart{
    display:flex;
    justify-content:space-between;
    align-items:center
}
.go-to-cart a.cart-btn{
    background:#4574b5;
    color:#fff;
    width:40px;
    height:40px;
    display:inline-block;
    text-align:center;
    border-radius:100%;
    line-height:40px;
    margin-left:13px;
    box-shadow:rgba(29,29,29,.36) 0 3px 2px;
    font-size:17px;
    position:relative
}
.go-to-cart a.cart-btn span.product-count{
    position:absolute;
    top:-2px;
    background:#961d23;
    width:20px;
    height:20px;
    border-radius:100%;
    line-height:22px;
    right:-10px;
    font-size:12px
}
.woocommerce-cart .default-page{
    padding:50px 0
}
.woocommerce-cart .default-page .post h2{
    font-size:35px;
    font-weight:500;
    margin:0 0 17px
}
.single-product .cart .quantity{
    display:none!important
}
.single-gallery .gallery-card img{
    height:auto
}
.single-gallery .photos-section .col-sm-2{
    padding:5px
}
.page-template-photos .media-outer{
    flex-wrap:wrap;
    justify-content:start
}
.page-template-photos .media-outer li{
    width:32%
}
.page-template-about .part-box{
    cursor:default
}
.page-template-about .part-box a{
    cursor:default
}
.shop-sidebar .wysija-paragraph span.wysija-required{
    display:none
}
.single-product .woocommerce-message{
    border-top-color:#4574b5
}
.team-detail-social ul li a{
    color:#000
}
.team-detail-social ul li a:focus,.team-detail-social ul li a:hover{
    color:#961d23
}
.show-content p strong{
    font-size:20px;
    margin-bottom:-5px;
    display:block
}
.show-content ul{
    margin-bottom:20px;
    padding-left:35px
}
.show-content ul li{
    font-size:22px;
    list-style-type:disc;
    line-height:30px
}
.woocommerce-order-received table.shop_table td{
    width:50%
}
.woocommerce-order-received table.shop_table td a{
    color:#000
}
.woocommerce-order-received .print-quote{
    margin-right:20px;
    text-align:right
}
.woocommerce-order-received ul.order_details{
    border:1px solid #ccc
}
.woocommerce-order-received ul.order_details li{
    border-right:1px solid #ccc!important;
    padding:20px 30px!important;
    font-size:16px!important
}
.woocommerce-order-received ul.order_details li:last-child{
    border-right:0!important
}
.woocommerce-order-received ul.order_details li strong{
    font-size:18px!important;
    margin-top:5px
}
.woocommerce-order-received #entrycont{
    margin-top:-45px
}
.woocommerce-order-received section.woocommerce-order-details{
    margin-top:-20px
}
.woocommerce-customer-details{
    display:none
}
.filter-tags ul li a{
    font-size:17px!important;
    padding:0 5px!important
}
.filter-tags{
    border-bottom:2px solid #e9e9e9;
    padding-bottom:20px;
    margin-bottom:20px
}
.woocommerce-ordering{
    z-index:1!important
}
.banner-learn a{
    background:url(../images/slider-btn-bg-black.png) no-repeat;
    background-size:cover;
    width:220px;
    height:47px;
    border:0;
    color:#fff;
    float:right;
    text-align:center;
    line-height:47px;
    margin:30px 0 0;
    font-family:IndustrialExtended;
    font-size:23px;
    font-weight:500;
    letter-spacing:1.5px;
    text-transform:uppercase
}
.team-detail-content a.toggle-content{
    margin-top:10px;
    font-size:15px;
    max-width:max-content;
    border-bottom:2px solid #000;
    padding:0;
    margin:0;
    letter-spacing:0;
    line-height:22px
}
.shop-sidebar .expand{
    float:right;
    display:inline;
    transition:all .2s ease;
    -webkit-transition:all .2s ease;
    margin:0;
    position:absolute;
    right:1.65px;
    top:-1px;
    bottom:0
}
.shop-sidebar .sidebar-1{
    text-align:left;
    padding:0;
    display:inline-block;
    box-shadow:0 0 0 0 rgba(0,0,0,.2);
    margin-left:0;
    width:100%
}
.shop-sidebar .sidebar-menu.open{
    color:#961d23
}
.shop-sidebar .sidebar-menu{
    cursor:pointer;
    padding:10px;
    position:relative;
    padding-right:50px;
    font-size:16px;
    color:#1a1a1a;
    font-weight:500
}
.shop-sidebar .sidebar-menu:hover{
    color:#961d22
}
.shop-sidebar .sidebar-menu:before{
    content:"\f055";
    font:normal normal normal 14px/1 FontAwesome;
    width:2px;
    height:10px;
    background:#fff;
    color:#cbcbcb;
    border-radius:3px;
    position:absolute;
    right:11px;
    top:10px;
    transition:all .2s ease;
    bottom:0;
    z-index:1;
    font-size:22px
}
.shop-sidebar .sidebar-menu.open .expand:after{
    background:#961d22
}
.shop-sidebar .expand.turn:after{
    background:#961d22
}
.shop-sidebar .sidebar-menu.open:after,.shop-sidebar .sidebar-menu.open:before{
    background:#fff
}
.shop-sidebar .open:before{
    content:"\f056";
    color:#961d22
}
.sidebar-menu:hover::before{
    color:#961d22
}
@keyframes turn-plus{
    0%{
        transform:translate(0,0)
    }
    50%{
        transform:rotate(0)
    }
    100%{
        transform:rotate(90deg)
    }
}
@keyframes turn-crossbar{
    0%{
        transform:none;
        transform:rotate(90deg)
    }
    50%{
        transform:rotate(0)
    }
    100%{
        transform:rotate(90deg)
    }
}
.shop-sidebar .sub-menu{
    color:#3f5b6f;
    border-bottom:0 solid #dedede;
    font-size:1em;
    display:none;
    margin-bottom:0;
    padding-bottom:10px
}
.shop-sidebar .sub-menu:last-child{
    border-bottom:0
}
.shop-sidebar .sub-menu li:hover{
    cursor:pointer
}
.shop-sidebar .sub-menu li a:hover{
    text-decoration:underline
}
.shop-sidebar .sub-menu li{
    padding:5px;
    background:0 0;
    border-bottom:0 solid #dedede;
    padding-left:37px;
    color:#1a1a1a;
    margin-top:5px
}
.shop-sidebar .sub-menu li a{
    color:#1a1a1a;
    font-size:16px!important;
    display:block;
    position:relative
}
.shop-sidebar .sub-menu li a::after{
    content:"";
    position:absolute;
    left:-17px;
    top:0;
    background:#cacaca;
    width:15px;
    height:1px;
    bottom:0;
    margin:auto
}
.shop-sidebar .sub-menu li a::before{
    content:"";
    position:absolute;
    left:-17px;
    bottom:12px;
    background:#cacaca;
    width:1px;
    height:17px
}
.shop-sidebar .sub-menu li:last-child{
    border-bottom:0
}
.shop-sidebar .sub-menu ul{
    list-style-type:none;
    margin:0;
    padding:0
}
.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{
    margin:0;
    text-decoration:none;
    padding:0;
    line-height:1;
    font-size:1em;
    font-weight:400;
    padding:0!important;
    min-width:1em;
    display:block;
    color:#666;
    font-size:17px!important;
    height:45px;
    width:45px;
    line-height:45px!important
}
.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span.current{
    background:#961d23!important;
    color:#fff!important
}
.woocommerce ul.products li.product a img{
    height:240px!important;
    object-fit:contain
}
section.related.products a.button.product_type_simple.ajax_add_to_cart{
    display:none!important
}
.woocommerce ul.products li:nth-child(3n+3){
    margin-right:0!important
}
.single-news-section .rear-drive .assembly-detail{
    text-align:left;
    padding:20px 0 0 0!important
}
.single-news-section .rear-drive span.date{
    padding:0!important;
    margin:0 0 10px 0!important;
    border:0!important
}
.woocommerce ul.products li.product a.add_to_cart_button{
    font-size:17px!important;
    padding:12px 25px!important;
    border:1px solid #fff!important;
    display:inline-block;
    text-transform:uppercase;
    font-weight:400;
    background:#961d23;
    color:#fff;
    display:block;
    max-width:160px;
    margin:auto;
    position:absolute;
    bottom:40px;
    left:0;
    right:0;
    opacity:0;
    text-align:center;
    width:100%
}
.woocommerce ul.products li.product:hover a.add_to_cart_button{
    opacity:9
}
.woocommerce ul.products.columns-3.list li.product a.add_to_cart_button{
    bottom:25px
}
.woocommerce ul.products li.product:hover a.add_to_cart_button:hover{
    background:#961d23e3
}
.woocommerce ul.products li.product a.added_to_cart{
    font-size:17px!important;
    padding:8px 25px!important;
    border:1px solid #fff!important;
    display:inline-block;
    text-transform:uppercase;
    font-weight:400;
    background:#961d23;
    color:#fff;
    max-width:160px;
    margin:auto;
    position:absolute;
    bottom:40px;
    left:0;
    right:0;
    opacity:0;
    text-align:center
}
.woocommerce ul.products li.product:hover a.added_to_cart{
    opacity:9
}
.woocommerce ul.products.columns-3.list li.product a.added_to_cart{
    bottom:25px
}
.woocommerce ul.products li.product:hover a.added_to_cart:hover{
    background:#961d23e3
}
.woocommerce ul.products li.product a.add_to_cart_button.added{
    display:none
}
.woocommerce ul.products.list li.product a.add_to_cart_button{
    opacity:9!important;
    right:30px!important;
    left:auto!important
}
.woocommerce ul.products.list li.product a.added_to_cart.wc-forward{
    opacity:9!important;
    right:30px!important;
    left:auto!important
}
.woocommerce ul.products li.product a.add_to_cart_button.loading::after{
    display:none
}
.woocommerce-order .woocommerce-notice--success span{
    display:block;
    margin-top:20px
}
.woocommerce-order .woocommerce-notice--success{
    font-weight:500;
    margin-bottom:30px
}
form.variations_form.cart{
    width:100%;
    padding-left:0!important
}
.woocommerce div.product form.cart .variations select{
    min-width:100%!important;
    font-size:15px
}
a.reset_variations{
    float:right;
    color:#961d23;
    text-decoration:underline;
    margin-top:5px;
    display:none
}
.product-type-variable .single_variation_wrap{
    width:100%;
    position:relative;
    margin:20px 0 0;
    float:left
}
.product-type-variable .variations_button{
    position:absolute;
    right:13px
}
.banner-section-slider{
    overflow:hidden;
    max-height:700px
}
.product-type-variable p.price{
    display:none
}
p.simple-product-price{
    font-weight:600;
    display:flex;
    flex-wrap:wrap;
    width:auto;
    top:66px;
    position:relative;
    font-size:40px!important;
    color:#000!important;
    letter-spacing:2px;
    font-family:'Roboto Lt'
}
.call-class span.call-product{
    font-size:28px;
    color:#000!important;
    letter-spacing:4px;
    font-family:'Roboto Lt';
    line-height:40px;
    position:relative;
    top:20px
}
.error-page-content{
    margin:0;
    padding:150px 15px
}
.error-page-content h1{
    font-size:170px;
    padding-bottom:25px;
    font-family:Industrial;
    font-weight:900;
    color:#961d23
}
.error-page-content h2{
    font-size:45px;
    padding-bottom:25px;
    font-family:IndustrialExtended;
    font-weight:400
}
.error-page-content p{
    padding-bottom:35px
}
.download-pdf.single-qty-share {
    border-top: 0;
}
.download-pdf.single-qty-share a img{
    margin-right: 12px;
}
.download-pdf.single-qty-share a {
    color: #961d23;
    font-family: IndustrialExtended;
    font-size: 24px;
    letter-spacing: 1.5px;
    display: flex;
    align-items: center;
}
.download-pdf.single-qty-share a:hover {
    color: #000;
    font-size: 24px;
    text-decoration: underline;
}
@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){
    .industry-video .container{
        max-width:100%
    }
    .banner-section .container{
        max-width:100%
    }
    .industry-video{
        height:560px
    }
    .industry-video{
        height:560px
    }
    .banner-section{
        height:700px
    }
    .inner-banner.banner-section{
        height:470px
    }
    .shop-filter form select{
        background-position-x:-80px;
        width:auto!important
    }
    .woocommerce div.product form.cart .variations select{
        background-position-x:right;
        padding-right:0
    }
    .product-type-variable .variations_button{
        top:-40px
    }
    .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled{
        top:10px
    }
    #add_payment_method table.cart img,.woocommerce-cart table.cart img,.woocommerce-checkout table.cart img{
        width:52px!important
    }
    .vehical-info .btn-drop,.vehical-info select{
        background-position-x:right 10px
    }
    .service-schedule .wpcf7-form-control-wrap .half-field,.service-schedule .wpcf7-form-control-wrap.Message{
        background-size:0
    }
    select.form-control{
        background-size:0
    }
    .blog.woocommerce-js .rear-drive .row {
        display: block;
    }
    .blog.woocommerce-js .rear-drive .col-md-7 {
        float: left;
    }
    .blog.woocommerce-js .rear-drive .col-md-5 {
        float: left;
    }
    .single-news-section .rear-drive  {
        display: block !important;
    }
    .single-news-section .rear-drive .row {
        display: block !important;
    }
    .single-news-section .rear-drive .row .drive-assembly a {
        float: left;
        width: 100%;
    }
    .single-news-section .rear-drive .row .drive-assembly {
        float: left;
        width: 100%;
    }
}
.sbi_info {
    display: none !important;
}
.woocommerce div.product p.stock {
    letter-spacing: 1px;
    font-family: 'Roboto Lt';
    position: absolute;
    width: 68%;
    margin-top: -10px;
    color: #46a220;
}
.single-qty-share {
    margin-top: 100px !important;
}
.woocommerce div.product p.stock.out-of-stock {
    color: red;
}
.bink-design-logo-footer img {
    max-width: 90px !important;
    height: 90px !important;
}
.industry-news .new-box a img {
    max-height: 416px;
    min-height: 416px;
    object-fit: cover;
}
