@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300&display=swap');
       .navbar {
            width: 80%;
        }
        .header-area .top-header-area {
            height: 190px;
            background-color: #fcfeff;
        }
        .header-area .credit-main-menu {
            background-color: #003679;
        }
        .navbar-light .navbar-nav .nav-link {
            color: #021c3c;
        }
        .logo a img {
            width: 58%;
        }
        .logo.child-2 a img {
            float: right;
        }
        .header-area .credit-main-menu .classy-navbar {
            height: 85px;
            padding: 0;
            background-color: #747578;
        }
        .header-area .credit-main-menu .classy-nav-container {
            background-color: #747578;
        }
        #sticker-sticky-wrapper{
            display: none;
        }
        
        /*Css slider img*/
        .h-100 {
            height: 75%!important;
        }
        .owl-carousel .owl-stage-outer {
            height: 400px;
        }
        .owl-carousel {
            margin: 0 auto;
            width: 80%;
        }
        .single-slide .slide-du-indicator {
            position: absolute;
            z-index: 100;
            width: 0;
            height: 100px;
            background-color: #737578;
            left: 0;
            bottom: 0;
            -webkit-animation: slide-du-indicator linear 10000ms infinite;
            animation: slide-du-indicator linear 10000ms infinite;
        }
        /*Css slider catalog */
        .splide__slide img {
            display: block;
            margin: 0 auto;
            width: 250px
        }
        .splide__arrow--next {
            right: 3em;
        }
        .splide__arrow--prev {
            right: 5.4em;
            left: auto;
        }
        .splide__arrow {
            top: -13%;
        }
        /*warranty Css*/
        .warranty-card{
            padding: 27px 30px 57px  28px;
            margin: 0 5px 30px 5px;
            background-color: gainsboro;
        }
        .warranty-card .icon img{
            width: 55%;
            margin: 0px  auto 23px auto;
            display: block;
        }
        .warranty-card .text h5,.warranty-card .text p{
            text-align: center;
            margin-bottom: 5px;
        }
        .cta-text h4{
            color: #ffffff;
        }
        .credit-btn {
            background-color: #ffffff;
            color: #747578;
        }
        .section-heading .line,#scrollUp,.preloader {
                background-color: #dcdcdc;
        }
        #scrollUp:hover{
            background-color:#021c3c; 
        }
        .preloader .lds-ellipsis div{
            background-color:#021c3c; 
        }
        .hero-area .owl-prev, .hero-area .owl-next{
            background-color: #747578;
        }
        .hero-area .owl-prev:hover, .hero-area .owl-next:hover{
            background-color: #fff;
            color: #000;
        }
        /*css btn */
        .btn-div{
            margin: 54px auto 0;
            width: max-content;
        }

        .credit-btn:hover, .credit-btn:focus {
            font-size: 14px;
            font-weight: 700;
            background-color: #767475;
            color: #ffffff;
        }
        .hero-area .owl-dots .owl-dot.active {
            background-color: #747578;
        }
        .single-slide .welcome-text h2 span {
            color: #b1b0b0;
        }
        /* Header other pages */
        .bg-cover {
            background-size: contain !important;
            position: relative;
        }
        .jumbotron.bg-cover.text-white:after {
            content: '';
            width: 100%;
            height: 100%;
            background: #ffffff7a;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 0;
        }
        .bg-cover div h1 {
            position: relative;
            z-index: 2;
            font-size: 65px;
            color: gray;
            font-weight: 600;
            margin-bottom: 10px;
            text-transform: uppercase;
            text-shadow: -5px 6px 8px black;
            font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        }

        /* catalog page catalog */
        .catalog{
            width: 65%;
            margin: 20px auto;
            box-shadow: 0 0 0 4px rgba(255,255,255,.1), 0 5px 16px rgba(0,0,0,.36);
            padding-right: 20px;
            padding-left: 20px;
        }
        .catalog .image_catalog img {
            border: 7px double #ddd;
            border-radius: 4px;
            padding: 5px;
            width: 150px;
          }
          .catalog .box_catalog{
            margin-bottom: 10px;
            border-bottom: 1px dotted #ccc;
            padding: 20px;
          }
          .catalog h1{
            font-size: 35px;
            margin: 33px;
            padding-top: 23px;
            font-family: 'Montserrat';
            font-weight: 500;
            text-align: center;
          }
          .catalog .image_catalog img:hover {
            box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
          }
          .catalog .content_catalog {
              padding: 10px;
          }
          .catalog .content_catalog h4{
            font-size: 21px;
            font-weight:500;
            margin-top: 5px;
            color: #353434;
        }
        .catalog .content_catalog img{
            width: 45px;
            margin: 15px 15px 0;
        }

        .href_view, .href_view:hover , .href_view:focus{
            color: #767475;
            text-decoration: none;
            background-color: transparent;
            -webkit-text-decoration-skip: objects;
            font-weight: normal;
            font-size: 14px;
            margin-left: 90px;
        }
        .href_view:hover , .href_view:focus{
            color: #767475;
            text-decoration: underline;
            background-color: transparent;
            -webkit-text-decoration-skip: objects;
            font-weight: normal;
            font-size: 14px;
            margin-left: 90px;
        }
        /*Newsletter css */
        .newsletter-area{
            padding-top: 72px;
            padding-bottom: 72px;
            height: 180px;
        }
        .newsletter-area::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-color: rgb(118 116 117 / 66%);
            z-index: -1;
        }
        .title-header{
        position: absolute;
        top: 23%;
        z-index: 99999;
        left: 12.5%;
        }
        .welcome-div h2 {
        font-size: 58px;
        color: #ffffff;
        font-weight: 600;
        margin-bottom: 10px;
        text-transform: uppercase;
        }
        .welcome-div h6 {
        font-size: 18px;
        font-weight: 400;
        color: #ffffff;
        margin-bottom: 15px;
        }
        .welcome-div h2 span {
            color: #b1b0b0;
        }

        .h5-email{
            color: white;
            font-size: 18px;
            margin-top: 31px;
        }
        .a-email{
            font-size: 15px;
            margin-left: 40px;
            font-weight: 500;
            color: #ffffff;
        }
        .a-email:hover, .a-email:focus{
            font-size: 15px;
            margin-left: 40px;
            font-weight: 500;
            color: #00ccff;
        }
        #contact h3,#contact h4{
            color: #ffffff;
        }
        /*.header-area .credit-main-menu .classy-navbar .contact {
            display: none;
        }*/
        @media  (max-width: 991px) {
            .logo a img {
                width: 83%;
            }
            .newsletter-area{
                padding-top: 72px;
                padding-bottom: 72px;
                height: 210px;
            }
            .cat_btn{
                margin-top: 15px;
            }
            .title-header{
            left: 0 !important;
            }
            
        }
        @media  (max-width: 880px) {
            .owl-carousel {
                margin: 0 auto;
                width: 100%;
            }
            .welcome-div h2 {
                font-size: 49px !important;
            }
        }
        @media  (max-width: 700px) {
            .logo.child-2 a img {
                display: none;
            }
            .logo a img {
                width: 67%;
            }
            
            .bg-cover div h1 {
                font-size: 40px;
            }
        }

         @media  (max-width: 600px) {
            .catalog h1{
            font-size: 25px;
            }
            .catalog{
                width: 100%;
                margin: 20px 0;
                box-shadow: 0 0 0 4px rgba(255,255,255,.1), 0 5px 16px rgba(0,0,0,.36);
                padding-right: 10px;
                padding-left: 15px;
            }
         }

         @media  (max-width: 450px) {
            .welcome-div h2 {
                font-size: 40px !important;
            }
            .title-header {
            top: 23% !important;
            }
            h1.text-grid {
                font-size: 29px;
                letter-spacing: 4px;
            }
            .btn-div a{
                font-size: 12px;
            }
         }