     /* @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap"); */
     @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap");

     @font-face {
       font-family: "GT Eesti";
       src: url("../fonts/GT-Eesti.woff2") format("opentype");
       font-weight: normal;
       font-style: normal;
     }

     * {
       box-sizing: border-box;
     }

     html {
       scroll-behavior: smooth;
     }

     :focus,
     button:focus,
     .btn:focus {
       outline: 0;
       box-shadow: none;
     }

     .form-control:focus {
       box-shadow: none;
     }

     a,
     button,
     input[type="submit"] {
       cursor: pointer;
     }

     input::-webkit-outer-spin-button,
     input::-webkit-inner-spin-button {
       -webkit-appearance: none;
       margin: 0;
     }

     [type="search"]::-webkit-search-cancel-button,
     [type="search"]::-webkit-search-decoration {
       -webkit-appearance: none;
       appearance: none;
     }

     input[type="number"] {
       -moz-appearance: textfield;
       -webkit-appearance: textfield;
       appearance: textfield;
     }

     a {
       color: #000;
       text-transform: inherit;
       text-decoration: none;
       transition: all 0.3s ease;
     }

     a:hover,
     a :focus {
       text-decoration: none;
       box-shadow: none;
       color: #000;
     }

     a:focus {
       outline: 0 solid;
     }

     img {
       max-width: 100%;
       height: auto;
     }

     h1,
     h2,
     h3,
     h4,
     h5,
     h6 {
       font-weight: 500;
       color: #000;
     }

     body {
       font-size: 16px;
       line-height: 26px;
       font-family: "GT Eesti", sans-serif;
       color: #666;
     }

     p {
       font-size: 16px;
       color: #ffffff;
     }

     select {
       cursor: pointer;
       -webkit-appearance: none;
       -moz-appearance: none;
       appearance: none;
       background-image: url(../img/down-arrow.html);
       background-repeat: no-repeat;
       background-size: 10px;
       background-position: 94% 50%;
     }

     .pt-10 {
       padding-top: 10px;
     }

     .pt-20 {
       padding-top: 20px;
     }

     .pt-30 {
       padding-top: 30px;
     }

     .pt-40 {
       padding-top: 40px;
     }

     .pt-50 {
       padding-top: 50px;
     }

     .pt-60 {
       padding-top: 40px;
     }

     .pt-70 {
       padding-top: 70px;
     }

     .pt-75 {
       padding-top: 75px;
     }

     .pt-80 {
       padding-top: 80px;
     }

     .pt-90 {
       padding-top: 90px;
     }

     .pt-100 {
       padding-top: 100px;
     }

     .pt-200 {
       padding-top: 200px;
     }

     .pb-10 {
       padding-bottom: 10px;
     }

     .pb-20 {
       padding-bottom: 20px;
     }

     .pb-30 {
       padding-bottom: 30px;
     }

     .pb-40 {
       padding-bottom: 40px;
     }

     .pb-50 {
       padding-bottom: 50px;
     }

     .pb-60 {
       padding-bottom: 40px;
     }

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

     .pb-75 {
       padding-bottom: 75px;
     }

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

     .pb-90 {
       padding-bottom: 90px;
     }

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

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

     .ptb-10 {
       padding-bottom: 10px;
       padding-bottom: 10px;
     }

     .ptb-20 {
       padding-bottom: 20px;
       padding-bottom: 20px;
     }

     .ptb-30 {
       padding-top: 30px;
       padding-bottom: 30px;
     }

     .ptb-40 {
       padding-top: 40px;
       padding-bottom: 40px;
     }

     .ptb-50 {
       padding-top: 50px;
       padding-bottom: 50px;
     }

     .ptb-60 {
       padding-top: 60px;
       padding-bottom: 60px;
     }

     .ptb-70 {
       padding-top: 70px;
       padding-bottom: 70px;
     }

     .ptb-80 {
       padding-top: 80px;
       padding-bottom: 80px;
     }

     .ptb-90 {
       padding-top: 90px;
       padding-bottom: 90px;
     }

     .ptb-100 {
       padding-top: 100px;
       padding-bottom: 100px;
     }

     .mb-0 {
       margin-bottom: 0 !important;
     }

     .mb-10 {
       margin-bottom: 10px !important;
     }

     .mb-15 {
       margin-bottom: 15px !important;
     }

     .mb-20 {
       margin-bottom: 20px !important;
     }

     .mb-25 {
       margin-bottom: 25px !important;
     }

     .mb-30 {
       margin-bottom: 30px !important;
     }

     .mb-40 {
       margin-bottom: 40px !important;
     }

     .mb-50 {
       margin-bottom: 50px !important;
     }

     .mb-60 {
       margin-bottom: 60px !important;
     }

     .mb-70 {
       margin-bottom: 70px !important;
     }

     .mb-80 {
       margin-bottom: 80px !important;
     }

     .mb-90 {
       margin-bottom: 90px !important;
     }

     .mb-100 {
       margin-bottom: 100px !important;
     }

     .mmt-10 {
       margin-top: -10px !important;
     }

     .mt-0 {
       margin-top: 0 !important;
     }

     .mt-10 {
       margin-top: 10px !important;
     }

     .mt-15 {
       margin-top: 15px !important;
     }

     .mt-20 {
       margin-top: 20px !important;
     }

     .mt-25 {
       margin-top: 25px !important;
     }

     .mt-30 {
       margin-top: 30px !important;
     }

     .mt-35 {
       margin-top: 35px !important;
     }

     .mt-40 {
       margin-top: 40px !important;
     }

     .mt-50 {
       margin-top: 50px !important;
     }

     .mt-60 {
       margin-top: 60px !important;
     }

     .mt-70 {
       margin-top: 70px !important;
     }

     .mt-80 {
       margin-top: 80px !important;
     }

     .mt-100 {
       margin-top: 100px !important;
     }

     .mtb-100 {
       margin-top: 100px !important;
       margin-bottom: 100px !important;
     }

     .z-0 {
       z-index: 0;
       position: relative;
     }

     #message {
       padding: 0;
       margin: 0;
     }

     .help-block {
       color: #e31c25;
     }

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

     .list-style li {
       list-style: none;
     }

     .page-wrapper {
       overflow-x: hidden;
     }

     .footer-wrap .footer-widget .social-link,
     .checkout-details .select-payment-method,
     .checkout-details .bill-item,
     .cart-total .cart-total-item,
     .comment-item-wrap .comment-item,
     .post-author,
     .wp-block-quote,
     #product-modal .single-product-gallery,
     .single-product-details .single-product-title .ratings,
     .testimonial-card .client-info-wrap,
     .process-item,
     .product-search-box,
     .checkbox-item,
     .why-choose-wrap.style1 .wh-img-wrap .product-sell-counter,
     .feature-item-wrap .feature-item,
     .hero-wrap.style2 .filter-box,
     .hero-wrap .hero-content .hero-btn .play-video,
     .hero-wrap .hero-content .hero-btn,
     .category-item-wrap,
     .pp-post-item,
     .cart-popup .cart-popup-footer .total-amt,
     .cart-popup .cart-popup-body .cart-item,
     .select-lang .navbar-language .dropdown-toggle,
     .search-area,
     .header-wrap.style1 .header-top .header-top-right,
     .page-navigation .page-nav,
     .owl-carousel .owl-nav,
     .feature-item-wrap.style1 .feature-item .feature-icon,
     .feature-item-wrap.style4 .feature-item .feature-icon,
     .feature-item-wrap.style3,
     .feature-item-wrap.style5,
     .contact-box-wrap .contact-item,
     #product-modal .single-product-thumbs .single-product-thumb,
     #product-modal .single-product-gallery .single-product-slider .single-product-item,
     .featured-product-img,
     .feature-item-wrap.style3 .feature-item,
     .feature-item-wrap.style5 .feature-item,
     .newsletter-wrap .newsletter-form button,
     .contact-box-wrap .contact-item .contact-icon,
     .content-feature-list.style1 li span,
     #product-modal .modal-content .modal-header button.close,
     .swiper-button-next,
     .swiper-button-prev,
     .product-card .product-img .product-option li button,
     .product-card .product-img .product-option li a,
     .promo-item.style2 .promo-icon,
     .promo-item.style1 .promo-icon,
     .product-features.feature-item-wrap .feature-item .feature-icon,
     .feature-item-wrap.style3 .feature-item .feature-icon,
     .feature-item-wrap.style5 .feature-item .feature-icon,
     .feature-item-wrap.style2 .feature-item .feature-icon,
     .feature-card .feature-icon,
     .hero-wrap.style3 .hero-slide-item .hero-img-wrap .hero-promotext,
     #modal-subscribe .modal-content .modal-header .btn-close,
     .cart-popup .close-cart-popup,
     .shopcart,
     .search-area,
     .social-profile.style1 li a,
     .social-profile.style2 li a,
     .owl-carousel .owl-nav button.owl-prev,
     .owl-carousel .owl-nav button.owl-next {
       display: flex;
       flex-wrap: wrap;
     }

     .hero-wrap .hero-content .hero-btn .play-video .play-btn {
       display: inline-flex;
       flex-wrap: wrap;
     }

     .newsletter-wrap .newsletter-form button,
     .contact-box-wrap .contact-item .contact-icon,
     .content-feature-list.style1 li span,
     #product-modal .single-product-thumbs .single-product-thumb,
     #product-modal .single-product-gallery .single-product-slider .single-product-item,
     #product-modal .modal-content .modal-header button.close,
     .swiper-button-next,
     .swiper-button-prev,
     .product-card .product-img .product-option li button,
     .product-card .product-img .product-option li a,
     .promo-item.style2 .promo-icon,
     .promo-item.style1 .promo-icon,
     .product-features.feature-item-wrap .feature-item .feature-icon,
     .featured-product-img,
     .feature-item-wrap.style3 .feature-item .feature-icon,
     .feature-item-wrap.style5 .feature-item .feature-icon,
     .feature-item-wrap.style2 .feature-item .feature-icon,
     .feature-card .feature-icon,
     .hero-wrap.style3 .hero-slide-item .hero-img-wrap .hero-promotext,
     #modal-subscribe .modal-content .modal-header .btn-close,
     .cart-popup .close-cart-popup,
     .shopcart,
     .search-area,
     .social-profile.style1 li a,
     .social-profile.style2 li a,
     .owl-carousel .owl-nav button.owl-prev,
     .owl-carousel .owl-nav button.owl-next {
       flex-direction: column;
       justify-content: center;
     }

     .hero-wrap .hero-content .hero-btn .play-video .play-btn {
       flex-direction: column;
       justify-content: center;
     }

     .footer-wrap .footer-widget .social-link,
     .contact-box-wrap .contact-item,
     .checkout-details .bill-item,
     .cart-total .cart-total-item,
     .wp-block-quote,
     #product-modal .single-product-thumbs .single-product-thumb,
     #product-modal .single-product-gallery .single-product-slider .single-product-item,
     .single-product-details .single-product-title .ratings,
     .testimonial-card .client-info-wrap,
     .product-search-box,
     .checkbox-item,
     .featured-product-img,
     .feature-item-wrap.style3 .feature-item,
     .feature-item-wrap.style5 .feature-item,
     .hero-wrap.style2 .filter-box,
     .hero-wrap .hero-content .hero-btn .play-video,
     .hero-wrap .hero-content .hero-btn,
     .cart-popup .cart-popup-footer .total-amt,
     .cart-popup .cart-popup-body .cart-item,
     .select-lang .navbar-language .dropdown-toggle,
     .header-wrap.style1 .header-top .header-top-right {
       -webkit-box-align: center;
       -ms-flex-align: center;
       -ms-grid-row-align: center;
       align-items: center;
     }

     .checkout-details .bill-item,
     .cart-total .cart-total-item,
     .checkbox-item,
     .cart-popup .cart-popup-footer .total-amt {
       justify-content: space-between;
     }

     .feature-item-wrap.style3,
     .feature-item-wrap.style5 {
       justify-content: center;
     }

     .header-wrap.style1 .header-top .header-top-right {
       justify-content: flex-end;
     }

     .feature-item-wrap.style1 .feature-item .feature-icon,
     .feature-item-wrap.style4 .feature-item .feature-icon,
     .page-navigation .page-nav {
       justify-content: flex-start;
     }

     .play-now .ripple,
     .play-now .ripple:before,
     .play-now .ripple:after {
       position: absolute;
       top: 50%;
       left: 50%;
       height: 85px;
       width: 85px;
       transform: translateX(-50%) translateY(-50%);
       transform-origin: center center;
       border-radius: 50%;
       -ms-box-shadow: 0 0 0 0 #fff;
       -o-box-shadow: 0 0 0 0 #fff;
       box-shadow: 0 0 0 0 #fff;
       animation: ripple 3s infinite;
     }

     .play-now {
       position: relative;
       height: 85px;
       width: 85px;
       text-align: center;
       line-height: 92px;
       background-color: transparent;
       border: 3px solid #fff;
       color: #fff;
       z-index: 1;
       font-size: 28px;
       padding-left: 5px;
       display: block;
       transform-origin: center center;
       border-radius: 50%;
       margin: 0 auto;
     }

     .play-now .ripple:before {
       animation-delay: 0.9s;
       content: "";
       position: absolute;
     }

     .play-now .ripple:after {
       animation-delay: 0.6s;
       content: "";
       position: absolute;
     }

     @keyframes ripple {
       70% {
         box-shadow: 0 0 0 20px transparent;
       }

       100% {
         box-shadow: 0 0 0 0 transparent;
       }
     }

     .swiper-container {
       overflow: hidden;
     }

     .back-to-top {
       font-size: 24px;
       width: 45px;
       height: 45px;
       line-height: 42px;
       text-align: center;
       display: none;
       position: fixed;
       bottom: 230px;
       right: 20px;
       z-index: 999;
       border-radius: 5px;
       background: #ce653d;
       box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
       transition: all 0.4s ease-in-out;
     }

     .back-to-top.open {
       bottom: 30px;
     }

     .back-to-top i {
       color: #fff;
       position: relative;
       top: 1px;
     }

     .loader {
       position: fixed;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       background: #fff;
       z-index: 20000;
       overflow-x: hidden !important;
       display: flex;
       align-items: center;
       justify-content: center;
     }

     .loader div {
       width: 12px;
       height: 12px;
       margin: 0 10px 0 0;
       border-radius: 50px;
       transform-origin: 50% 0;
       display: inline-block;
       animation: bouncing 1.4s linear infinite;
     }

     .loader div:last-child {
       margin: 0;
     }

     .loader div:nth-child(1) {
       background: rgba(205, 148, 83, 0.9);
     }

     .loader div:nth-child(2) {
       background: rgba(205, 148, 83, 0.7);
       animation-delay: 0.2s;
     }

     .loader div:nth-child(3) {
       background: rgba(205, 148, 83, 0.5);
       animation-delay: 0.4s;
     }

     @keyframes bouncing {

       0%,
       100% {
         transform: translateY(0) scale(1, 1);
         animation-timing-function: ease-in;
       }

       45% {
         transform: translateY(80px) scale(1, 1);
         animation-timing-function: linear;
       }

       50% {
         transform: translateY(80px) scale(1.5, 0.5);
         animation-timing-function: linear;
       }

       55% {
         transform: translateY(80px) scale(1, 1);
         animation-timing-function: ease-out;
       }
     }

     .btn {
       display: inline-block;
       line-height: 16px;
       font-weight: 400;
       border-radius: 5px;
       text-align: center;
       transition: all 0.7s ease-in-out;
       position: relative;
       z-index: 1;
       border: none;
       padding: 13px 30px 12px;
       border-radius: 0;
       color: #fff;
       overflow: hidden;
       white-space: nowrap;
     }

     .btn i {
       position: relative;
       top: 5px;
       font-size: 20px;
       margin-left: 8px;
       transition: all 0.4s ease-in-out;
     }

     .btn:before {
       position: absolute;
       top: 0;
       left: 0;
       content: "";
       width: 50%;
       height: 0;
       visibility: hidden;
       opacity: 0;
       z-index: -1;
       transition: all 0.4s ease-in-out;
     }

     .btn:after {
       position: absolute;
       bottom: 0;
       right: 0;
       content: "";
       width: 50%;
       height: 0;
       visibility: hidden;
       opacity: 0;
       z-index: -1;
       transition: all 0.4s ease-in-out;
     }

     .btn:hover {
       color: #fff;
     }

     .btn:hover:after,
     .btn:hover:before {
       width: 100%;
       height: 100%;
       visibility: visible;
       opacity: 1;
     }

     .btn.style1,
     .btn.style3,
     .btn.style5 {
       background-color: #ce653d;
       border-radius: 10px;
       background: #ff5f29;
       /* border: 1px solid #fff; */
     }

     .btn.style1:after,
     .btn.style1:before,
     .btn.style3:after,
     .btn.style3:before,
     .btn.style5:after,
     .btn.style5:before {
       background: #727377;
     }

     .btn.style2,
     .btn.style4,
     .btn.style6 {
       background-color: #333;
     }

     .btn.style2:after,
     .btn.style2:before,
     .btn.style4:after,
     .btn.style4:before,
     .btn.style6:after,
     .btn.style6:before {
       background: #cd9453;
     }

     .btn.style3,
     .btn.style4 {
       border-radius: 5px;
     }

     .btn.style5 {
       border-radius: 50px;
     }

     .btn.style6 {
       border-radius: 50px;
     }

     .link {
       font-weight: 500;
       line-height: 26px;
       display: inline-block;
       position: relative;
       color: #cd9453;
       transition: all 0.4s ease-in-out;
     }

     .link:after {
       position: absolute;
       bottom: 0;
       left: 0;
       content: "";
       width: 0;
       height: 1px;
       background: #ce653d;
       visibility: hidden;
       opacity: 0;
       transition: all 0.4s ease-in-out;
     }

     .link i {
       position: relative;
       top: 3px;
       margin-left: 5px;
       font-size: 14px;
       transition: all 0.4s ease-in-out;
     }

     .link.style3 {
       display: block;
       color: #cd9453;
     }

     .link.style3:after {
       display: none;
     }

     .link.style3 span {
       float: right;
       width: 35px;
       height: 35px;
       border-radius: 50%;
       background-color: #f6f3ec;
       text-align: center;
       position: relative;
       top: -4px;
       transition: all 0.4s ease-in-out;
     }

     .link.style3 span i {
       color: #cd9453;
       font-size: 16px;
       line-height: 33px;
       font-size: 12px;
       margin: 0;
     }

     .link:hover {
       color: #cd9453;
     }

     .link:hover:after {
       visibility: visible;
       opacity: 1;
       width: 100%;
     }

     .link:hover i {
       margin-left: 10px;
     }

     .owl-carousel .owl-nav button.owl-prev,
     .owl-carousel .owl-nav button.owl-next {
       width: 45px;
       height: 45px;
       border-radius: 50%;
       text-align: center;
       background-color: #fff;
       box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.08);
       position: relative;
       overflow: hidden;
       z-index: 1;
     }

     .owl-carousel .owl-nav button.owl-prev:after,
     .owl-carousel .owl-nav button.owl-next:after {
       position: absolute;
       top: 0;
       left: 0;
       content: "";
       width: 0;
       height: 100%;
       background: #ce653d;
       z-index: -1;
       transition: all 0.4s ease-in-out;
     }

     .owl-carousel .owl-nav button.owl-prev i,
     .owl-carousel .owl-nav button.owl-next i {
       font-size: 20px;
       line-height: 0.8;
       color: #ce653d;
       margin: 0 auto;
       display: inherit;
       transition: all 0.4s ease-in-out;
     }

     .owl-carousel .owl-nav button.owl-prev:hover:after,
     .owl-carousel .owl-nav button.owl-next:hover:after {
       width: 100%;
     }

     .owl-carousel .owl-nav button.owl-prev:hover i,
     .owl-carousel .owl-nav button.owl-next:hover i {
       color: #fff;
     }

     .owl-carousel .owl-dots {
       line-height: 1;
     }

     .owl-carousel .owl-dots button.owl-dot {
       display: inline-block;
       margin: 0 6px;
       position: relative;
       bottom: -3px;
     }

     .owl-carousel .owl-dots button.owl-dot span {
       width: 22px;
       height: 5px;
       border-radius: 50px;
       position: relative;
       display: inline-block;
       background: #95959f;
       transition: all 0.4s ease-in-out;
     }

     .owl-carousel .owl-dots button.owl-dot span:after {
       position: absolute;
       top: 0;
       left: 0;
       content: "";
       width: 0;
       height: 100%;
       border-radius: 50px;
       background-color: #cd9453;
       transition: all 0.5s ease-in-out;
     }

     .owl-carousel .owl-dots button.owl-dot.active span {
       background-color: #cd9453;
       width: 32px;
       opacity: 1;
     }

     .owl-carousel .owl-dots button.owl-dot.active span:after {
       width: 100%;
     }

     .section-title,
     .content-title {
       position: relative;
     }

     .section-title h2,
     .content-title h2 {
       font-size: 40px;
       margin: 0;
     }

     .section-title p,
     .content-title p {
       margin: 12px 0 0;
     }

     .section-title span,
     .content-title span {
       display: inline-block;
       font-weight: 500;
       letter-spacing: 4px;
       margin: 0 0 13px;
       position: relative;
       z-index: 1;
       line-height: 1;
       padding: 10px 5px 5px 9px;
     }

     .section-title span:after,
     .content-title span:after {
       position: absolute;
       top: 2px;
       left: 0;
       content: "";
       width: 40%;
       height: 100%;
       background-color: rgba(205, 148, 83, 0.25);
       z-index: -1;
       border-radius: 8px;
     }

     .section-title.style1 span,
     .content-title.style1 span {
       color: #ffffff;
     }

     .section-title.style1 span:after,
     .content-title.style1 span:after {
       background-color: #d4663da8;
     }

     .section-title.style1 p,
     .content-title.style1 p {
       margin: 10px auto 0;
     }

     .section-title.style2 span,
     .content-title.style2 span {
       color: #fff;
     }

     .section-title.style2 span:after,
     .content-title.style2 span:after {
       background-color: rgba(255, 255, 255, 0.15);
     }

     .section-title {
       line-height: 1;
     }

     .content-wrapper {
       margin-top: 140px;
     }

     .bg-transparent {
       background-color: transparent;
     }

     .bg-black {
       background-color: #000;
     }

     .bg-white {
       background-color: #fff;
     }

     .bg-selago {
       background-color: #f4f7fe;
     }

     .bg-cove {
       background-color: #cd9453;
     }

     .bg-catskill {
       background-color: #f9fafc;
     }

     .bg-athens {
       background-color: #f3f4f6;
     }

     .bg-albastor {
       background-color: #f9f9f9;
     }

     .bg-mine-shaft {
       background-color: #ce653d;
     }

     .bg-clay {
       background-color: #2b2c3e;
     }

     .bg-tussock {
       background-color: #cd9453;
     }

     .body_overlay {
       position: fixed;
       top: 0;
       left: 0;
       content: "";
       background-color: rgba(0, 0, 0, 0.7);
       width: 100%;
       height: 100%;
       z-index: 999;
       visibility: hidden;
       opacity: 0;
       transition: all 0.4s ease-in-out;
     }

     .body_overlay.open {
       visibility: visible;
       opacity: 1;
     }

     .overlay {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       z-index: 0;
     }

     .op-1 {
       opacity: 0.1;
     }

     .op-2 {
       opacity: 0.2;
     }

     .op-3 {
       opacity: 0.3;
     }

     .op-4 {
       opacity: 0.4;
     }

     .op-5 {
       opacity: 0.5;
     }

     .op-6 {
       opacity: 0.6;
     }

     .op-7 {
       opacity: 0.7;
     }

     .op-75 {
       opacity: 0.75;
     }

     .op-8 {
       opacity: 0.8;
     }

     .op-85 {
       opacity: 0.85;
     }

     .op-9 {
       opacity: 0.9;
     }

     .op-95 {
       opacity: 0.95;
     }

     .op-10 {
       opacity: 1;
     }

     .bg-f {
       background-position: center center;
       background-size: cover;
       background-repeat: no-repeat;
       background-color: #ddd;
     }

     .pos-rel {
       position: relative;
       z-index: 1;
     }

     .bounce {
       animation: float 1500ms infinite ease-in-out;
     }

     .moveHorizontal {
       animation: moveHorizontal 3000ms infinite ease-in-out;
     }

     .moveVertical {
       animation: moveVertical 3000ms infinite ease-in-out;
     }

     .moveHorizontal_reverse {
       animation: moveHorizontal_reverse 3000ms infinite ease-in-out;
     }

     .animationFramesTwo {
       animation: animationFramesTwo 20000ms infinite ease-in-out;
     }

     .waving_left {
       animation: waving_left 7s infinite linear;
       transition: all 0.3s ease-in-out;
     }

     .waving_right {
       animation: waving_right 7s infinite linear;
       transition: all 0.3s ease-in-out;
     }

     .rotate {
       animation: rotation 20s infinite linear;
     }

     .rotate {
       animation: rotation 20s infinite linear;
     }

     @keyframes waving_left {
       0% {
         -webkit-transform: rotate(0deg);
       }

       25% {
         -webkit-transform: rotate(3deg);
       }

       50% {
         -webkit-transform: rotate(6deg);
       }

       75% {
         -webkit-transform: rotate(-3deg);
       }

       100% {
         -webkit-transform: rotate(0deg);
       }
     }

     @keyframes waving_right {
       0% {
         -webkit-transform: rotate(0deg);
       }

       25% {
         -webkit-transform: rotate(-3deg);
       }

       50% {
         -webkit-transform: rotate(-6deg);
       }

       75% {
         -webkit-transform: rotate(-3deg);
       }

       100% {
         -webkit-transform: rotate(0deg);
       }
     }

     @keyframes float {
       0% {
         transform: translateY(0px);
       }

       50% {
         transform: translateY(-5px);
       }

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

     @keyframes rotation {
       from {
         -webkit-transform: rotate(0deg);
       }

       to {
         -webkit-transform: rotate(359deg);
       }
     }

     @keyframes animationFramesTwo {
       0% {
         -webkit-transform: translate(0px, 0px) rotate(0deg);
       }

       20% {
         -webkit-transform: translate(73px, -1px) rotate(36deg);
       }

       40% {
         -webkit-transform: translate(141px, 72px) rotate(72deg);
       }

       60% {
         -webkit-transform: translate(83px, 122px) rotate(108deg);
       }

       80% {
         -webkit-transform: translate(-40px, 72px) rotate(144deg);
       }

       100% {
         -webkit-transform: translate(0px, 0px) rotate(0deg);
       }
     }

     @keyframes moveHorizontal {
       0% {
         transform: translateX(0px);
       }

       50% {
         transform: translateX(-20px);
       }

       100% {
         transform: translateX(0px);
       }
     }

     @keyframes moveHorizontal_reverse {
       0% {
         transform: translateX(0px);
       }

       50% {
         transform: translateX(20px);
       }

       100% {
         transform: translateX(0px);
       }
     }

     @keyframes moveVertical {
       0% {
         transform: translateY(0px);
       }

       50% {
         transform: translateY(-20px);
       }

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

     @keyframes shine {
       100% {
         left: 125%;
       }
     }

     .social-profile li {
       display: inline-block;
       /* margin: 0 10px; */
       margin-bottom: 10px;
     }

     .social-profile li:first-child {}

     .social-profile li:last-child {
       margin-right: 0;
     }

     .social-profile li:last-child {
       margin-right: 0;
     }

     .social-profile li a {
       display: block;
       text-align: center;
       border: 1px solid transparent;
       transition: all 0.3s ease-in-out;
       color: #fff;
       display: flex;
       align-items: center;
       gap: 14px;
       font-size: 14px;
     }

     .social-profile li a i {
       transition: all 0.3s ease-in-out;
     }

     .social-profile li a:hover {
       border-color: transparent;
       color: #ffffff;
     }

     .social-profile.style1 li a,
     .social-profile.style2 li a {
       width: 32px;
       height: 32px;
       text-align: center;
       transition: all 0.3s ease-in-out;
     }

     .social-profile.style1 li a i,
     .social-profile.style2 li a i {
       font-size: 16px;
       line-height: 0.8;
       transition: all 0.3s ease-in-out;
     }

     .social-profile.style1 li a {
       background: #fff;
       border-radius: 50%;
       box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
     }

     .social-profile.style1 li a i {
       color: #cd9453;
     }

     .social-profile.style1 li a:hover {
       background-color: #cd9453;
       transform: translateY(-3px);
     }

     .social-profile.style1 li a:hover i {
       color: #fff;
     }

     .social-profile.style2 li a {
       background: #fff;
       border-radius: 50%;
     }

     .social-profile.style2 li a i {
       color: #cd9453;
     }

     .social-profile.style2 li a:hover {
       background-color: #cd9453;
       transform: translateY(-3px);
     }

     .social-profile.style2 li a:hover i {
       color: #fff;
     }

     .social-profile.style3 li a i {
       color: #fff;
     }

     .social-profile.style3 li a:hover i {
       color: #ce653d;
     }

     .page-navigation .page-nav {
       text-align: center;
       align-items: center;
       flex-wrap: wrap;
     }

     .page-navigation .page-nav li {
       margin: 0 5px;
     }

     .page-navigation .page-nav li a {
       display: block;
       width: 45px;
       height: 45px;
       border-radius: 50%;
       font-size: 18px;
       line-height: 46px;
       font-weight: 600;
       opacity: 0.7;
       border: 1px solid rgba(206, 148, 84, 0.8);
       transition: all 0.4s ease-in-out;
     }

     .page-navigation .page-nav li a i {
       font-size: 14px;
       line-height: 50px;
       transition: all 0.4s ease-in-out;
     }

     .page-navigation .page-nav li a.active,
     .page-navigation .page-nav li a:hover {
       color: #fff;
       opacity: 1;
       background-color: #cd9453;
     }

     .page-navigation .page-nav li a.active i,
     .page-navigation .page-nav li a:hover i {
       color: #fff;
     }

     .footer-wrap .footer-widget .social-link,
     .checkout-details .select-payment-method,
     .checkout-details .bill-item,
     .cart-total .cart-total-item,
     .comment-item-wrap .comment-item,
     .post-author,
     .wp-block-quote,
     #product-modal .single-product-gallery,
     .single-product-details .single-product-title .ratings,
     .testimonial-card .client-info-wrap,
     .process-item,
     .product-search-box,
     .checkbox-item,
     .why-choose-wrap.style1 .wh-img-wrap .product-sell-counter,
     .feature-item-wrap .feature-item,
     .hero-wrap.style2 .filter-box,
     .hero-wrap .hero-content .hero-btn .play-video,
     .hero-wrap .hero-content .hero-btn,
     .category-item-wrap,
     .pp-post-item,
     .cart-popup .cart-popup-footer .total-amt,
     .cart-popup .cart-popup-body .cart-item,
     .select-lang .navbar-language .dropdown-toggle,
     .search-area,
     .header-wrap.style1 .header-top .header-top-right,
     .newsletter-wrap .newsletter-form button,
     .contact-box-wrap .contact-item .contact-icon,
     .content-feature-list.style1 li span,
     #product-modal .single-product-thumbs .single-product-thumb,
     #product-modal .single-product-gallery .single-product-slider .single-product-item,
     #product-modal .modal-content .modal-header button.close,
     .swiper-button-next,
     .swiper-button-prev,
     .product-card .product-img .product-option li button,
     .product-card .product-img .product-option li a,
     .promo-item.style2 .promo-icon,
     .promo-item.style1 .promo-icon,
     .product-features.feature-item-wrap .feature-item .feature-icon,
     .featured-product-img,
     .feature-item-wrap.style3 .feature-item .feature-icon,
     .feature-item-wrap.style5 .feature-item .feature-icon,
     .feature-item-wrap.style2 .feature-item .feature-icon,
     .feature-card .feature-icon,
     .hero-wrap.style3 .hero-slide-item .hero-img-wrap .hero-promotext,
     #modal-subscribe .modal-content .modal-header .btn-close,
     .cart-popup .close-cart-popup,
     .shopcart,
     .contact-box-wrap .contact-item,
     .feature-item-wrap.style3 .feature-item,
     .feature-item-wrap.style5 .feature-item,
     .feature-item-wrap.style3,
     .feature-item-wrap.style5,
     .feature-item-wrap.style1 .feature-item .feature-icon,
     .feature-item-wrap.style4 .feature-item .feature-icon,
     .owl-carousel .owl-nav,
     .owl-carousel .owl-nav button.owl-prev,
     .owl-carousel .owl-nav button.owl-next,
     .social-profile.style1 li a,
     .social-profile.style2 li a,
     .page-navigation .page-nav {
       display: flex;
       flex-wrap: wrap;
     }

     .checkout-details .bill-item,
     .cart-total .cart-total-item,
     .checkbox-item,
     .cart-popup .cart-popup-footer .total-amt {
       justify-content: space-between;
     }

     .newsletter-wrap .newsletter-form button,
     .contact-box-wrap .contact-item .contact-icon,
     .content-feature-list.style1 li span,
     #product-modal .single-product-thumbs .single-product-thumb,
     #product-modal .single-product-gallery .single-product-slider .single-product-item,
     #product-modal .modal-content .modal-header button.close,
     .swiper-button-next,
     .swiper-button-prev,
     .product-card .product-img .product-option li button,
     .product-card .product-img .product-option li a,
     .promo-item.style2 .promo-icon,
     .promo-item.style1 .promo-icon,
     .product-features.feature-item-wrap .feature-item .feature-icon,
     .featured-product-img,
     .feature-item-wrap.style3 .feature-item .feature-icon,
     .feature-item-wrap.style5 .feature-item .feature-icon,
     .feature-item-wrap.style2 .feature-item .feature-icon,
     .feature-card .feature-icon,
     .hero-wrap.style3 .hero-slide-item .hero-img-wrap .hero-promotext,
     #modal-subscribe .modal-content .modal-header .btn-close,
     .cart-popup .close-cart-popup,
     .shopcart,
     .search-area,
     .owl-carousel .owl-nav button.owl-prev,
     .owl-carousel .owl-nav button.owl-next,
     .social-profile.style1 li a,
     .social-profile.style2 li a {
       flex-direction: column;
       justify-content: center;
     }

     .hero-wrap .hero-content .hero-btn .play-video .play-btn {
       display: inline-flex;
       flex-wrap: wrap;
     }

     .hero-wrap .hero-content .hero-btn .play-video .play-btn {
       flex-direction: column;
       justify-content: center;
     }

     .footer-wrap .footer-widget .social-link,
     .contact-box-wrap .contact-item,
     .checkout-details .bill-item,
     .cart-total .cart-total-item,
     .wp-block-quote,
     #product-modal .single-product-thumbs .single-product-thumb,
     #product-modal .single-product-gallery .single-product-slider .single-product-item,
     .single-product-details .single-product-title .ratings,
     .testimonial-card .client-info-wrap,
     .product-search-box,
     .checkbox-item,
     .featured-product-img,
     .feature-item-wrap.style3 .feature-item,
     .feature-item-wrap.style5 .feature-item,
     .hero-wrap.style2 .filter-box,
     .hero-wrap .hero-content .hero-btn .play-video,
     .hero-wrap .hero-content .hero-btn,
     .cart-popup .cart-popup-footer .total-amt,
     .cart-popup .cart-popup-body .cart-item,
     .select-lang .navbar-language .dropdown-toggle,
     .header-wrap.style1 .header-top .header-top-right {
       -webkit-box-align: center;
       -ms-flex-align: center;
       -ms-grid-row-align: center;
       align-items: center;
     }

     .header-wrap.style1 .header-top .header-top-right {
       justify-content: flex-end;
     }

     .header-wrap {
       position: fixed;
       top: 0;
       left: 0;
       width: 100%;
       z-index: 99;
       transition: 0.4s;
     }

     .header-wrap.sticky {
       box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
       transition: 0.4s;
       background: #fff;
     }

     .header-wrap .header-top {
       padding: 4px 0;
     }

     .header-wrap .header-bottom {
       transition: 0.4s;
       border-bottom: 1px solid rgba(0, 0, 0, 0.07);
       background: #ffffff;
     }

     .header-wrap.style1 .header-top .header-top-left p {
       color: #fff;
       margin: 0;
     }

     .header-wrap.style1 .header-top .header-top-right .select-lang {
       margin-right: 20px;
     }

     .header-wrap.style1 .header-top .header-top-right .select-lang i {
       color: #cd9453;
     }

     .header-wrap.style1 .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle {
       color: #fff;
       font-size: 15px;
     }

     .header-wrap.style1 .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle:before {
       color: #fff;
     }

     .header-wrap.style1 .header-top .header-top-right .social-profile {
       position: relative;
       top: 2px;
     }

     .header-wrap.style1 .header-top .header-top-right .social-profile li a {
       color: #fff;
     }

     .header-wrap.style1 .header-top .header-top-right .social-profile li a:hover i {
       color: #ffffff;
     }

     .header-wrap.style2 .header-bottom {
       background-color: #fff;
     }

     .header-wrap.style2 .header-bottom .shopcart,
     .header-wrap.style2 .header-bottom .searchbtn {
       background-color: #fff;
       border-radius: 5px;
       box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
     }

     .header-wrap.style2 .header-bottom .btn.style2 {
       border-radius: 5px;
     }

     .header-wrap.style3 .header-bottom {
       background-color: #fff;
     }

     .header-wrap.style3 .header-bottom .shopcart,
     .header-wrap.style3 .header-bottom .searchbtn {
       background-color: #fff;
       border-radius: 50%;
       box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
     }

     .header-wrap.style3 .header-bottom .btn.style2 {
       border-radius: 50px;
     }

     .header-wrap.style2 .cart-popup,
     .header-wrap.style3 .cart-popup {
       top: 87px;
     }

     .search-area {
       position: fixed;
       top: 0;
       left: 50%;
       width: 0%;
       height: 100vh;
       visibility: hidden;
       background: rgba(0, 0, 0, 0.89);
       opacity: 0;
       z-index: 990;
       transform: translateX(-50%);
       transition: 0.4s;
     }

     .search-area.open {
       width: calc(100% + 1px);
       visibility: visible;
       opacity: 1;
     }

     .search-area .close-searchbox {
       position: absolute;
       top: 20px;
       right: 20px;
       background: 0 0;
       border: none;
     }

     .search-area .close-searchbox i {
       color: #fff;
       font-size: 35px;
       font-weight: 300;
     }

     .search-area .form-group input {
       width: 100%;
       background: 0 0;
       border: none;
       border-bottom: 1px solid rgba(255, 255, 255, 0.5);
       font-size: 20px;
       padding: 20px;
       color: #fff;
     }

     .search-area .form-group input::-moz-placeholder {
       color: #fff;
       opacity: 1;
     }

     .search-area .form-group input::placeholder {
       color: #fff;
       opacity: 1;
     }

     .select-lang {
       padding-left: 18px;
       position: relative;
     }

     .select-lang i {
       position: absolute;
       top: 4px;
       left: 0;
       font-size: 15px;
       line-height: 1;
       color: #cd9453;
     }

     .select-lang .navbar-language .dropdown-toggle {
       background-color: transparent;
       border: none;
       font-size: 15px;
       padding-right: 16px;
       transition: 0.3s;
     }

     .select-lang .navbar-language .dropdown-toggle:after {
       display: none;
     }

     .select-lang .navbar-language .dropdown-toggle:before {
       position: absolute;
       top: 0;
       right: 0;
       content: "\ea4e";
       font-family: "GT Eesti", sans-serif;
       font-weight: 400;
       border: 0;
       margin-left: 8px;
       font-size: 16px;
     }

     .select-lang .navbar-language .dropdown-menu {
       margin: 0;
       padding: 5px 0;
       box-shadow: 0 9px 54px 0 rgba(32, 32, 32, 0.1);
       border: 0;
       inset: 0 0 auto auto !important;
       border-radius: 0;
       transform: translateY(75px) !important;
       display: block;
       opacity: 0;
       pointer-events: none;
       transition: all 0.3s linear;
     }

     .select-lang .navbar-language .dropdown-menu a {
       padding: 5px 10px;
       transition: all 0.3s linear;
       font-size: 15px;
     }

     .select-lang .navbar-language .dropdown-menu a img {
       width: 20px;
       margin-right: 10px;
     }

     .select-lang .navbar-language .dropdown-menu.show {
       transform: translateY(40px) !important;
       opacity: 1;
       pointer-events: all;
     }

     .shopcart {
       position: relative;
       cursor: pointer;
       background-color: #f3f4f6;
       width: 52px;
       height: 52px;
       text-align: center;
     }

     .shopcart span {
       position: absolute;
       top: 10px;
       right: 5px;
       width: 19px;
       height: 19px;
       border-radius: 50%;
       background-color: #cd9453;
       text-align: center;
       color: #fff;
       font-size: 11px;
       font-weight: 600;
       line-height: 20px;
     }

     .shopcart i {
       font-size: 22px;
       line-height: 0.8;
       color: #000;
       margin: 0 auto;
       position: relative;
       top: 3px;
       left: -4px;
     }

     .searchbtn {
       border: none;
       padding: 5px;
       width: 52px;
       height: 40px;
       display: flex;
       justify-content: center;
       align-items: center;
       margin: 0 20px;
       border-radius: 10px;
       background: none;
     }

     .searchbtn i {
       font-size: 19px;
       position: relative;
       top: 5px;
       color: #000;
     }

     .cart-popup {
       position: fixed;
       top: 135px;
       right: -100%;
       width: 560px;
       background: #fff;
       height: 100vh;
       z-index: 9999;
       visibility: hidden;
       opacity: 0;
       transition: all 0.5s ease;
       box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
     }

     .cart-popup.open {
       right: 0;
       visibility: visible;
       opacity: 1;
     }

     .cart-popup .close-cart-popup {
       position: absolute;
       top: 15px;
       right: 15px;
       width: 35px;
       height: 35px;
       border: 1px solid rgba(0, 0, 0, 0.3);
       border-radius: 50%;
       background: 0 0;
       text-align: center;
       padding: 0;
       transition: 0.3s;
     }

     .cart-popup .close-cart-popup i {
       font-size: 22px;
       line-height: 0.8;
       margin: 0 auto;
     }

     .cart-popup .cart-popup-body {
       margin-top: 45px;
       height: calc(100vh - 325px);
       overflow-y: auto;
     }

     .cart-popup .cart-popup-body .cart-item {
       border-bottom: 1px solid rgba(0, 0, 0, 0.1);
       padding: 20px 0;
     }

     .cart-popup .cart-popup-body .cart-item:last-child {
       border-bottom: none;
     }

     .cart-popup .cart-popup-body .cart-item .cart-item-action {
       width: 65px;
       text-align: center;
     }

     .cart-popup .cart-popup-body .cart-item .cart-item-action button {
       border: none;
       background: 0 0;
       text-align: center;
       padding: 0;
       display: block;
       width: 100%;
       transition: 0.3s;
       text-align: center;
     }

     .cart-popup .cart-popup-body .cart-item .cart-item-action button i {
       font-size: 26px;
       line-height: 0.8;
       margin: 0 auto;
       position: relative;
       top: 5px;
     }

     .cart-popup .cart-popup-body .cart-item .cart-item-img {
       width: 100px;
       padding: 15px;
       background-color: #f3f4f6;
     }

     .cart-popup .cart-popup-body .cart-item .cart-item-info {
       width: calc(100% - 185px);
       margin-left: 20px;
     }

     .cart-popup .cart-popup-body .cart-item .cart-item-info h5 {
       font-size: 20px;
       margin: 0 0 5px;
     }

     .cart-popup .cart-popup-body .cart-item .cart-item-info p {
       margin: 0;
     }

     .cart-popup .cart-popup-footer {
       padding: 22px 25px 0;
       border-top: 1px solid rgba(0, 0, 0, 0.1);
     }

     .cart-popup .cart-popup-footer .total-amt {
       margin-bottom: 20px;
     }

     .cart-popup .cart-popup-footer .total-amt h5 {
       margin-bottom: 0;
       font-size: 20px;
     }

     .cart-popup .cart-popup-footer .cart-popup-btn .btn:nth-child(1) {
       margin-right: 12px;
     }

     /* costum css */

     .logo-light {
       height: 65px;
       margin-top: 25px;
     }

     .fetu-b {
       border-left: 1px solid #e3e3e3;
       background: #f3f4f6;
     }

     .feature-wrap {
       border: 1px solid #e1e1e1;
     }

     .product-img.bg-athens {
       position: relative;
     }

     .product-img.bg-athens:before {
       position: absolute;
       content: "";
       height: 0;
       width: 100%;
       background: #0000005e;
       z-index: 1;
       bottom: 0;
       transition: all 0.5s;
     }

     .product-card:hover .product-img.bg-athens:before {
       height: 100%;
     }

     .product-card .product-info h3 a {
       color: #fff;
       border-radius: 0 0 10px 10px;
       font-weight: 700;
     }

     .modal-dialog {
       max-width: 800px;
       margin-right: auto;
       margin-left: auto;
     }

     .brand-title span {
       font-size: 30px;
       color: #000;
       font-weight: 500;
     }

     .brand-title {
       margin: 50px 0 20px;
     }

     /* responsive */

     @media only screen and (max-width: 575px) {
         
         .navbar_head_layout{
         display:flex;
         justify-content:space-between;
     }
         
       .search-area .close-searchbox {
         top: 15px;
         right: 10px;
       }

       .search-area .close-searchbox i {
         font-size: 26px;
       }
     }

     @media only screen and (max-width: 767px) {
       .searchbox {
         display: none;
       }

       .select-lang i {
         top: 5px;
       }

       .select-lang .navbar-language .dropdown-menu {
         inset: 0 auto auto -20px !important;
       }

       /*.navbar-brand img {*/
       /*  max-width: 120px;*/
       /*}*/

       .header-wrap .header-top .headers-top-left .contact-item p,
       .header-wrap .header-top .header-top-left .contact-item a,
       .header-wrap .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle {
         font-size: 14px !important;
       }

       .header-wrap .search-area form .form-group input {
         font-size: 14px;
         padding: 10px;
       }

       .header-wrap.style1 .header-top .header-top-left {
         text-align: center;
         margin-bottom: 10px;
       }

       .header-wrap.style1 .header-top .header-top-right {
         justify-content: center;
       }

       .header-wrap.style1 .cart-popup {
         top: 160px;
       }

       .header-wrap.style2 .cart-popup,
       .header-wrap.style3 .cart-popup {
         top: 73px !important;
       }

       .header-wrap .shopcart span {
         top: 5px;
       }

       .header-wrap .searchbtn,
       .header-wrap .shopcart {
         width: 42px;
         height: 42px;
       }

       .header-wrap .cart-popup {
         width: 100%;
       }

       .header-wrap .cart-popup .cart-popup-body {
         height: calc(100vh - 312px);
       }

       .header-wrap .cart-popup .cart-popup-body .cart-item .cart-item-action {
         width: 50px;
       }

       .header-wrap .cart-popup .cart-popup-body .cart-item .cart-item-img {
         width: 65px;
         padding: 10px;
       }

       .header-wrap .cart-popup .cart-popup-body .cart-item .cart-item-info {
         width: calc(100% - 135px);
         margin-left: 20px;
         padding-right: 5px;
       }

       .header-wrap .cart-popup .cart-popup-body .cart-item .cart-item-info h5 {
         font-size: 16px;
         margin: 0 0 5px;
       }

       .header-wrap .cart-popup .cart-popup-body .cart-item .cart-item-info p {
         margin: 0;
       }

       .header-wrap .cart-popup .cart-popup-footer {
         padding: 18px 20px 0;
       }

       .header-wrap .cart-popup .cart-popup-footer .total-amt h5 {
         font-size: 18px;
       }
     }

     @media only screen and (min-width: 768px) and (max-width: 1199px) {
       .header-wrap.style1 .cart-popup {
         top: 132px;
       }
     }

     @media only screen and (min-width: 768px) and (max-width: 1199px) {
       .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu {
         height: 100vh;
       }
     }

     @media only screen and (min-width: 992px) and (max-width: 1199px) {
       .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu {
         height: 100vh;
       }

       .header-wrap .header-top .header-top-right .searchbox {
         width: 260px;
       }

       .header-wrap.style1 .cart-popup {
         top: 132px;
       }
     }

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

       .header-wrap .header-top .header-top-left .contact-item p,
       .header-wrap .header-top .header-top-left .contact-item a {
         font-size: 15px;
         font-weight: 400;
       }

       .shopcart {
         margin: 0 15px;
       }

       .searchbtn {
         margin: 0;
       }

       .shopcart,
       .searchbtn {
         position: relative;
         top: -4px;
       }

       .select-lang .navbar-language .dropdown-toggle::before {
         top: 1px;
         right: -2px;
         font-size: 15px;
       }

       .header-wrap {
         background-color: #fff;
       }

       .header-wrap .header-bottom {
         display: flex;
         flex-wrap: wrap;
         justify-content: space-between;
         align-items: center;
       }

       .header-wrap .header-bottom .navbar .navbar-collapse {
         -webkit-box-align: start;
         -ms-flex-align: start;
         -ms-grid-row-align: flex-start;
         align-items: flex-start;
       }

       .header-wrap .header-bottom .navbar .navbar-nav {
         width: 100%;
         flex-direction: column;
       }

       .header-wrap .header-bottom .navbar .navbar-nav .nav-item {
         position: relative;
       }

       .header-wrap .header-bottom .navbar .navbar-nav .nav-item .menu-expand {
         position: absolute;
         right: 0;
         top: 14px;
         cursor: pointer;
       }

       .header-wrap .header-bottom .navbar .navbar-nav .nav-item .menu-expand i {
         color: #000;
         font-size: 18px;
         line-height: 1;
         position: relative;
         top: 7px;
       }

       .header-wrap .header-bottom .navbar .navbar-nav .nav-item a {
         border-bottom: 1px solid #f3f4f6;
         padding-top: 15px;
         padding-bottom: 15px;
         color: #000;
       }

       .header-wrap .header-bottom .navbar .navbar-nav .nav-item a i {
         display: none;
       }

       .header-wrap .header-bottom .navbar .navbar-nav .nav-item a.active {
         color: #cd9453;
       }

       .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu {
         width: 100%;
         background-color: #fff;
         border: none;
         padding: 0;
       }

       .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu li a {
         font-size: 14px;
         padding-left: 10px;
         margin-left: 10px;
       }

       .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
         color: #cd9453;
       }

       .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
         margin-left: 20px;
       }

       .header-wrap .header-bottom .navbar .navbar-nav .nav-item .btn.style1 {
         color: #fff;
         padding: 10px 32px;
       }

       .header-wrap.sticky .search-area.open {
         top: 0;
       }

       .header-wrap.style1 .header-bottom .container,
       .header-wrap.style2 .header-bottom .container,
       .header-wrap.style3 .header-bottom .container {
         display: flex;
         flex-wrap: wrap;
         justify-content: space-between;
         align-items: center;
       }

       .header-wrap.style2 .cart-popup,
       .header-wrap.style3 .cart-popup {
         top: 80px;
       }

       .mobile-bar-wrap {
         display: flex;
         flex-wrap: wrap;
         justify-content: center;
         align-items: center;
         justify-content: flex-end;
         text-align: right;
         position: relative;
         top: 4px;
       }

       .menu-close {
         position: absolute;
         top: 13px;
         right: 16px;
       }

       .menu-close i {
         color: #000;
         font-size: 25px;
       }

       .mobile-menu {
         text-align: right;
       }

       .mobile-menu a {
         width: 38px;
         height: 38px;
         border-radius: 50%;
         text-align: center;
         background-color: #cd9453;
         display: flex;
         flex-direction: column;
         justify-content: center;
         align-items: center;
       }

       .mobile-menu a i {
         font-size: 22px;
         color: #fff;
         margin: 0 auto;
       }

       .mobile-menu {
         display: inline-block;
         position: relative;
         top: -5px;
       }

       .mobile-top-bar {
         display: inline-block;
         margin-right: 6px;
         cursor: pointer;
         position: relative;
         top: 0;
       }

       .mobile-top-bar span {
         display: block;
         width: 20px;
         height: 2px;
         background-color: #000;
         border-radius: 20px;
         margin: 5.9px 0;
       }

       .mobile-top-bar span:nth-child(1) {
         margin-top: 0;
       }

       .mobile-top-bar span:nth-child(2) {
         width: 12px;
         margin-left: 8px;
       }

       .close-header-top button {
         position: absolute;
         top: 15px;
         right: 20px;
         z-index: 999;
         background: 0 0;
         border: none;
         border-radius: 50%;
         width: 30px;
         height: 30px;
         text-align: center;
         padding: 0;
       }

       .close-header-top button i {
         color: #000;
         font-size: 26px;
       }

       .main-menu-wrap {
         width: 100%;
         position: fixed;
         background: #fff;
         z-index: 999;
         top: 0;
         height: 100vh;
         transition: 0.5s;
         left: -100%;
         padding: 55px 20px 30px;
         overflow-y: auto;
         transition: 0.4s;
       }

       .main-menu-wrap.open {
         left: 0;
       }

       .main-menu>li.has-children.menu-open>span.menu-expand {
         transform: rotate(180deg);
       }

       .main-menu>li.has-children.menu-open>span.menu-expand i {
         color: #000;
       }

       .main-menu>li>ul>li.has-children.menu-open>span.menu-expand {
         transform: rotate(180deg);
       }

       .main-menu li {
         position: relative;
       }

       .main-menu li:last-child {
         margin: 0;
       }

       .main-menu li>span.menu-expand {
         position: absolute;
         right: 0;
         top: 13px;
         cursor: pointer;
       }

       .main-menu li>span.menu-expand i {
         color: #000;
         font-size: 18px;
       }

       .main-menu li>span.menu-expand:hover {
         color: #000;
       }

       .main-menu li a.active {
         color: #cd9453;
       }

       .main-menu li>a {
         font-size: 14px;
         font-weight: 400;
         color: #000;
         text-transform: capitalize;
         display: block;
         padding: 12px 0;
         border-bottom: 1px solid rgba(0, 0, 0, 0.3);
       }

       .main-menu li>a:hover {
         color: #000;
       }

       .main-menu li>ul.sub-menu {
         padding-left: 20px;
       }

       .header-wrap .header-bottom .main-menu-wrap #menu>ul>li>a::after {
         display: none;
       }

       .main-menu li a.active {
         font-weight: 600;
         color: #000;
         border-color: rgba(0, 0, 0, 0.3);
       }
     }

     @media only screen and (min-width: 1200px) {
       .menu-expand i {
         display: none;
       }

       .header-wrap.sticky .header-bottom {
         padding: 0;
       }

       .header-wrap.sticky.style1 {
         margin-top: 0;
         background: #000;
       }

       .header-wrap.sticky.style1 .cart-popup {
         top: 88px;
       }

       .header-wrap .header-bottom .header-bottom-right .select-lang i {
         color: #cd9453;
       }

       .header-wrap .header-bottom .header-bottom-right .select-lang .navbar-language .dropdown-toggle {
         color: #666;
       }

       .header-wrap .header-bottom .header-bottom-right .select-lang .navbar-language .dropdown-toggle:before {
         color: #666;
       }

       .header-wrap .navbar {
         padding: 0;
       }

       .header-wrap .navbar ul {
         padding-left: 0;
         list-style-type: none;
         margin-bottom: 0;
         margin-right: 25px;
       }

       .header-wrap .navbar .navbar-nav {
         margin-left: auto;
         margin: auto;
       }

       .header-wrap .navbar .navbar-nav .nav-item {
         position: relative;
         margin: 0 10px;
       }

       .header-wrap .navbar .navbar-nav .nav-item.first-child {
         margin-left: 0;
       }

       .header-wrap .navbar .navbar-nav .nav-item a {
         color: #000;
         padding: 30px 0;
         transition: 0.4s;
         position: relative;
       }

       .header-wrap .navbar .navbar-nav .nav-item a:hover,
       .header-wrap .navbar .navbar-nav .nav-item a.active {
         color: #b56618; 
         border: 0;
         outline: 0;
       }

       .header-wrap .navbar .navbar-nav .nav-item a i {
         font-size: 18px;
         line-height: 1;
         position: relative;
         top: 2px;
         display: inline-block;
         margin-left: -3px;
         transition: 0.4s;
       }

       .header-wrap .navbar .navbar-nav .nav-item a:hover i {
         transform: rotate(180deg);
       }

       .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu {
         display: block !important;
         border: none;
         top: 85px;
         left: -23px;
         z-index: 99;
         opacity: 0;
         width: 250px;
         display: block;
         border-radius: 0;
         padding: 12px 0;
         position: absolute;
         visibility: hidden;
         box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
         transition: 0.3s;
         transform: rotateX(-75deg);
         transition: 0.5s;
         transform-style: preserve-3d;
         transform-origin: 0% 0%;
       }

       .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li {
         margin: 0;
       }

       .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a {
         padding: 10px 20px;
         position: relative;
         display: block;
         font-weight: 400;
         transition: 0.3s;
         color: #000;
       }

       .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:before {
         position: absolute;
         top: 0;
         left: 0;
         content: "";
         width: 2px;
         height: 0%;
         border-radius: 0;
         background-color: #b56618;
         visibility: hidden;
         opacity: 0;
         transition: 0.4s;
       }

       .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active,
       .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
         color: #b56618;
       }

       .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active:before,
       .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover:before {
         visibility: visible;
         opacity: 1;
         height: 100%;
       }

       .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active,
       .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
         padding-left: 30px;
       }

       .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
       .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
       .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
         width: 100%;
         right: auto;
         left: 0;
       }

       .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a i {
         margin: 0;
         position: absolute;
         top: 55%;
         font-size: 16px;
         line-height: 1;
         transform: translateY(-50%);
         right: 15px;
       }

       .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
         top: 0;
         opacity: 0;
         left: -250px;
         right: auto;
         visibility: hidden;
       }

       .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
         opacity: 1;
         visibility: visible;
       }

       .header-wrap .navbar .navbar-nav .nav-item:hover .dropdown-menu {
         opacity: 1;
         visibility: visible;
         transform: rotatex(0deg);
       }

       .header-wrap .navbar .others-options {
         display: flex;
         align-items: center;
       }
     }

     @media only screen and (min-width: 1400px) {
       .header-wrap .navbar .navbar-nav .nav-item {
         margin: 0 15px;
       }

       .header-wrap .navbar .navbar-nav .nav-item a {
         font-size: 17px;
       }
     }

     @media only screen and (min-width: 1600px) {
       .header-wrap .container {
         max-width: 1520px;
       }

       .search-area .container {
         max-width: 1520px;
         margin: 0 auto;
       }
     }

     .br-1 {
       background-image: url(../img/breadcrumb/breadcrumb-1.jpg);
     }

     .br-2 {
       background-image: url(../img/breadcrumb/breadcrumb-2.jpg);
     }

     .br-3 {
       background-image: url(../img/breadcrumb/breadcrumb-3.jpg);
     }

     .br-4 {
       background-image: url(../img/breadcrumb/breadcrumb-4.jpg);
     }

     .breadcrumb-wrap {
       position: relative;
       width: 100%;
       height: 100%;
       padding: 130px 0;
       overflow: hidden;
     }

     .breadcrumb-title {
       position: relative;
       z-index: 1;
       width: 100%;
       text-align: center;
     }

     .breadcrumb-title h2 {
       font-size: 40px;
       font-weight: 600;
       margin: 0 0 15px;
       color: #fff;
     }

     .breadcrumb-title .breadcrumb-menu li {
       display: inline-block;
       margin: 0 10px;
       position: relative;
       color: #fff;
     }

     .breadcrumb-title .breadcrumb-menu li:after {
       position: absolute;
       top: 1px;
       right: -13px;
       content: "/";
       font-size: 16px;
       background-color: transparent;
       color: #fff;
     }

     .breadcrumb-title .breadcrumb-menu li:first-child {
       margin-left: 0;
     }

     .breadcrumb-title .breadcrumb-menu li:first-child a {
       padding-left: 0;
     }

     .breadcrumb-title .breadcrumb-menu li:last-child {
       margin-right: 0;
       color: #cd9453;
     }

     .breadcrumb-title .breadcrumb-menu li:last-child:after {
       display: none;
     }

     .breadcrumb-title .breadcrumb-menu li a {
       font-size: 16px;
       line-height: 22px;
       display: inline-block;
       padding: 0 5px;
       transition: 0.3s;
       -webkit-transition: 0.3s;
       position: relative;
       color: #fff;
     }

     .breadcrumb-title .breadcrumb-menu li a:hover {
       color: #cd9453;
     }

     .breadcrumb-title .breadcrumb-menu li:last-child a:after {
       display: none;
     }

     .breadcrumb-img img {
       display: block;
       margin-right: auto;
       max-height: 420px;
     }

     .login-form-wrap {
       padding: 30px;
       background-color: #f9f9f9;
       margin-bottom: 25px;
     }

     .login-form-wrap.style2 {
       background-color: transparent;
       padding: 0;
     }

     .login-form-wrap.style2 .login-header {
       text-align: center;
     }

     .login-form-wrap.style2 .login-body .form-group input {
       border: 1px solid rgba(0, 0, 0, 0.1);
     }

     .login-form-wrap .login-header {
       margin-top: -2px;
     }

     .login-form-wrap .login-header h3 {
       font-size: 28px;
       font-weight: 600;
       line-height: 1;
       margin-bottom: 30px;
     }

     .login-form-wrap .login-header span {
       color: #fff;
     }

     .login-form-wrap .login-body .form-group {
       margin: 0 0 20px;
     }

     .login-form-wrap .login-body .form-group label {
       font-size: 16px;
       color: #666;
       margin: 0 0 10px;
       display: block;
     }

     .login-form-wrap .login-body .form-group input {
       border-radius: 5px;
       background: #fff;
       border: none;
       width: 100%;
       height: 60px;
       padding: 10px 15px;
     }

     .login-form-wrap .login-body .btn {
       border-radius: 4px;
       display: block;
       width: 100%;
       padding: 15px;
     }

     .login-form-wrap .login-body .form_group label {
       font-size: 16px;
     }

     .login-form-wrap .link.style1 {
       color: #cd9453;
     }

     .or-text {
       position: relative;
       text-align: center;
       margin: 0 0 20px;
       font-size: 18px;
       z-index: 9;
     }

     .or-text .btn.fb {
       background-color: #3b5999 !important;
     }

     .or-text .btn.google {
       background-color: #219684 !important;
     }

     .or-text:before {
       position: absolute;
       top: 15px;
       left: 0;
       content: "";
       width: 100%;
       height: 1px;
       background: #ddd;
       z-index: -1;
     }

     .or-text p {
       display: inline-block;
       padding: 0 10px;
       background-color: #f9f9f9;
       margin: 0 auto;
       z-index: 1;
       font-size: 18px;
       border-radius: 50%;
     }

     .faq-wrap {
       position: relative;
       z-index: 1;
     }

     .faq-wrap .faq-content .content-title h2 {
       margin: 0 0 20px;
     }

     .faq-wrap.style1 .accordion-button:not(.collapsed) span {
       background-color: #cd9453 !important;
     }

     .faq-wrap.style1 .accordion-button:not(.collapsed) span i.plus {
       visibility: hidden;
       opacity: 0;
     }

     .faq-wrap.style1 .accordion-button:not(.collapsed) span i.minus {
       visibility: visible !important;
       opacity: 1 !important;
       color: #fff !important;
     }

     .faq-wrap.style1 .accordion-item {
       position: relative;
       z-index: 1;
       border: 1px solid rgba(0, 0, 0, 0.1);
       border-radius: 5px;
       padding: 25px;
     }

     .faq-wrap.style1 .accordion-item .accordion-header .accordion-button {
       background-color: transparent;
     }

     .faq-wrap.style1 .accordion-item .accordion-header .accordion-button span {
       border-radius: 50%;
       background-color: #fff;
       box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
     }

     .faq-wrap.style1 .accordion-item .accordion-header .accordion-button span i {
       color: #cd9453;
       line-height: 0.8;
     }

     .faq-wrap.style1 .accordion-body p {
       margin: 0;
     }

     .accordion-button:not(.collapsed) {
       background: 0 0;
       color: #000;
       box-shadow: none;
     }

     .accordion-button:not(.collapsed) span {
       background-color: #cd9453 !important;
     }

     .accordion-button:not(.collapsed) span i.plus {
       visibility: hidden;
       opacity: 0;
     }

     .accordion-button:not(.collapsed) span i.minus {
       visibility: visible !important;
       opacity: 1 !important;
       color: #fff !important;
     }

     .accordion-item {
       border: none;
       margin: 0 0 25px;
       padding: 0;
     }

     .accordion-item:last-child {
       margin: 0;
     }

     .accordion-item .accordion-header .accordion-button {
       border-radius: 5px !important;
       margin: 0;
       padding: 0;
       font-size: 18px;
       line-height: 30px;
       font-weight: 600;
       border-radius: 0;
       border: none;
       text-align: left;
       align-items: center;
     }

     .accordion-item .accordion-header .accordion-button:after {
       display: none;
     }

     .accordion-item .accordion-header .accordion-button:focus {
       outline: none;
       box-shadow: none;
     }

     .accordion-item .accordion-header .accordion-button span {
       min-width: 50px;
       min-height: 50px;
       text-align: center;
       position: relative;
       margin-right: 14px;
     }

     .accordion-item .accordion-header .accordion-button span i {
       position: absolute;
       top: calc(50% + 1px);
       left: 50%;
       transform: translate(-50%, -50%);
       font-size: 16px;
     }

     .accordion-item .accordion-header .accordion-button span i.minus {
       visibility: hidden;
       opacity: 0;
     }

     .accordion-item .accordion-header .accordion-button span i.minus {
       visibility: hidden;
       opacity: 0;
     }

     .accordion-collapse {
       border: none;
     }

     .accordion-button:not(.collapsed)::after {
       left: -4px;
     }

     .accordion-body {
       border-top-color: transparent;
       padding: 20px 0 0;
     }

     .accordion-body p {
       margin: 0;
     }

     .error-content {
       text-align: center;
     }

     .error-content img {
       display: block;
       margin: 0 auto 20px;
       max-width: 600px;
     }

     .error-content p {
       margin: 0 auto 20px;
       max-width: 520px;
     }

     .terms-wrap .single-terms {
       margin-bottom: 25px;
     }

     .terms-wrap .single-terms:last-child {
       margin-bottom: 0;
     }

     .terms-wrap .single-terms p a {
       color: #cd9453;
     }

     .terms-wrap .single-terms p a:hover {
       color: #cd9453;
       text-decoration: underline;
     }

     .sidebar .sidebar-widget {
       margin: 0 0 30px;
       background-color: #f9f9f9;
       position: relative;
       z-index: 1;
       padding: 25px;
     }

     .sidebar .sidebar-widget h4 {
       margin: 0 0 25px;
       font-size: 20px;
       position: relative;
       line-height: 1;
       position: relative;
       padding-bottom: 20px;
     }

     .sidebar .sidebar-widget h4:after {
       position: absolute;
       bottom: 0;
       left: 0;
       width: 100%;
       height: 1px;
       content: "";
       background: #cd9453;
       transition: 0.4s;
     }

     .sidebar .sidebar-widget:last-child {
       margin: 0;
     }

     .search-box {
       position: relative;
     }

     .search-box .form-group {
       position: relative;
     }

     .search-box .form-group input {
       width: 100%;
       height: 54px;
       background: #fff;
       border: 1px solid #f3f4f6;
       color: #000;
       font-size: 15px;
       line-height: 21px;
       padding: 10px 60px 10px 20px;
       border-radius: 0;
     }

     .search-box .form-group input:focus {
       border-color: #888;
     }

     .search-box .form-group button {
       position: absolute;
       top: 0;
       right: 0;
       padding: 0 18px;
       height: 100%;
       border: none;
       border-radius: 0;
       text-align: center;
       background: #cd9453;
     }

     .search-box .form-group button i {
       color: #fff;
       top: 4px;
       left: 1px;
       font-size: 20px;
       position: relative;
     }

     .new-product-item {
       display: flex;
       justify-content: flex-start;
       align-items: center;
       flex-wrap: wrap;
       margin: 0 0 20px;
     }

     .new-product-item:last-child {
       margin: 0;
     }

     .new-product-item .new-product-img {
       width: 90px;
       text-align: center;
       border: 1px solid #f3f4f6;
       background: #fff;
       padding: 10px;
     }

     .new-product-item .new-product-img img {
       margin: 0 auto;
       display: block;
       max-height: 80px;
     }

     .new-product-item .new-product-info {
       width: calc(100% - 105px);
       margin-left: 15px;
     }

     .new-product-item .new-product-info h6 {
       margin: 0 0 5px;
       font-size: 18px;
     }

     .new-product-item .new-product-info h6 a {
       color: #000;
     }

     .new-product-item .new-product-info h6 a:hover {
       color: #cd9453;
     }

     .new-product-item .new-product-info span {
       color: #000;
       font-size: 14px;
       color: #cd9453;
     }

     .new-product-item .new-product-info span.discount {
       text-decoration: line-through;
       margin-left: 5px;
       color: #999;
     }

     .new-product-wrap.style2 {
       border: 1px solid #f3f4f6;
       border-radius: 5px;
       padding: 25px 25px 0;
       margin-bottom: 25px;
     }

     .new-product-wrap.style2 .product-card.style3 .product-img {
       margin: 0;
     }

     .new-product-wrap.style2 .product-card.style3 .ratings {
       margin-bottom: 6px;
     }

     .product-result p {
       color: #000;
       margin: 0;
       font-size: 18px;
       font-weight: 500;
     }

     .filter-item-num select,
     .filter-item-cat select {
       width: 100%;
       border-radius: 5px;
       padding: 12px 15px 10px;
       color: #393939;
       background-color: #fff;
       border: 1px solid #f3f4f6;
       font-size: 16px;
       height: 54px;
       border: none;
       -webkit-appearance: none;
       -moz-appearance: none;
       background-color: #f3f4f6;
       appearance: none;
       background-image: url(../img/down-arrow.png);
       background-repeat: no-repeat;
       background-size: 14px;
       background-position: 92% 52%;
     }

     .category-box ul li {
       position: relative;
     }

     .category-box ul li:first-child a {
       padding-top: 0;
     }

     .category-box ul li:first-child a i {
       top: 5px;
     }

     .category-box ul li:last-child a {
       border-bottom: none;
       padding-bottom: 0;
     }

     .category-box ul li a {
       color: #333;
       font-weight: 500;
       padding: 8px 10px 8px 15px;
       display: block;
       font-size: 16px;
       transition: 0.4s;
     }

     .category-box ul li a i {
       position: absolute;
       top: 13px;
       left: -5px;
       font-size: 15px;
       line-height: 1;
       color: #cd9453;
       transition: 0.4s;
     }

     .category-box ul li a span {
       float: right;
       font-weight: 400;
       opacity: 0.5;
       margin-left: 4px;
       font-size: 14px;
       color: #666;
     }

     .category-box ul li a:hover {
       color: #cd9453;
       padding-left: 25px;
     }

     .category-box ul li a:hover i {
       color: #cd9453;
       left: 5px;
     }

     .tag-list ul {
       margin-top: -12px;
     }

     .tag-list ul li {
       display: inline-block;
       margin: 12px 8px 0 0;
     }

     .tag-list ul li a {
       display: inline-block;
       font-size: 14px;
       line-height: 16px;
       padding: 10px 15px;
       color: #666;
       background-color: #fff;
       transition: 0.3s;
     }

     .tag-list ul li a:hover {
       background-color: #cd9453;
       color: #fff;
       border-color: transparent;
     }

     .tag-list.style2 li a {
       box-shadow: none;
       padding: 0;
     }

     .tag-list.style2 li a:hover {
       background: 0 0;
     }

     .tag-list.style3 li a {
       box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
       padding: 10px 12px;
       border: none;
     }

     .pp-post-item {
       margin: 0 0 20px;
     }

     .pp-post-item .pp-post-img {
       width: 85px;
       border-radius: 4px;
     }

     .pp-post-item .pp-post-img img {
       border-radius: 4px;
     }

     .pp-post-item .pp-post-info {
       width: calc(100% - 100px);
       margin-left: 15px;
       margin-top: 2px;
     }

     .pp-post-item .pp-post-info h6 {
       font-size: 18px;
       line-height: 1.5;
       font-weight: 700;
       margin-bottom: 0;
     }

     .pp-post-item .pp-post-info h6 a {
       color: #333;
     }

     .pp-post-item .pp-post-info span {
       font-size: 14px;
       line-height: 1;
       display: block;
       position: relative;
       padding-left: 22px;
       color: #888;
       margin-bottom: 12px;
     }

     .pp-post-item .pp-post-info span i {
       position: absolute;
       top: -1px;
       left: 0;
       font-size: 13px;
       line-height: 0.8;
       color: #cd9453;
     }

     .pp-post-item:last-child {
       margin: 0;
     }

     .pp-post-item:hover .pp-post-info h6 a {
       color: #cd9453;
     }

     .category-item-wrap.style1 {
       margin: 0 -10px;
     }

     .category-item-wrap.style1 .category-item {
       width: calc(20% - 24px);
       margin: 0 12px 25px;
     }

     .category-item-wrap.style2 {
       grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
       grid-template-rows: 1fr;
       grid-gap: 25px;
     }

     .category-item {
       margin-bottom: 25px;
     }

     .category-item .cat-img {
       background-color: #fff;
       width: 240px;
       height: 240px;
       border-radius: 50%;
       overflow: hidden;
       padding: 20px;
       margin: 0 auto 25px;
     }

     .category-item .cat-img img {
       display: block;
       margin: 0 auto;
       transform: scale(0.8);
       transition: 0.4s;
     }

     .category-item h3 {
       font-size: 22px;
       text-align: center;
       margin: 0;
     }

     .category-item:hover .cat-img img {
       transform: scale(1);
     }

     .category-item:hover h3 a {
       color: #cd9453;
     }

     .modal-backdrop {
       opacity: 0.8 !important;
     }

     .subscribe-bg {
       background-image: url(../img/subscribe-bg.jpg);
       height: 500px;
     }

     #modal-subscribe .modal-content {
       border-radius: 0;
     }

     #modal-subscribe .modal-content .modal-header {
       padding: 0;
     }

     #modal-subscribe .modal-content .modal-header .btn-close {
       position: absolute;
       top: 15px;
       right: 15px;
       background: #000;
       opacity: 1;
       border-radius: 0;
       z-index: 9;
     }

     #modal-subscribe .modal-content .modal-header .btn-close:focus {
       outline: 0;
       border: none;
       box-shadow: none;
     }

     #modal-subscribe .modal-content .modal-header .btn-close i {
       font-size: 18px;
       line-height: 1;
       display: inline-block;
       color: #fff;
       position: relative;
       left: -1px;
     }

     #modal-subscribe .modal-content .modal-body {
       padding: 0;
     }

     .subscribe-content {
       padding: 0 45px 0 0;
     }

     .subscribe-content h2 {
       font-size: 28px;
       margin-bottom: 15px;
     }

     .subscribe-content p {
       margin-bottom: 25px;
     }

     .subscribe-content .newsletter-form input {
       width: 100%;
       background: #f3f4f6;
       border: none;
       height: 54px;
       padding: 10px 15px;
     }

     .subscribe-content .newsletter-form button {
       display: block;
       width: 100%;
       margin-top: 15px;
     }

     .subscribe-content .social-profile {
       margin: 20px 0;
     }

     .hero-slider-bg {
       background-image: url(../img/hero/hero-bg-3.html);
     }

     .hero-bg-one {
       background-image: url(../img/hero/hero-bg-2.html);
       height: 100%;
     }

     .hero-wrap .hero-content span {
       color: #ffffff;
       display: block;
       margin: 0 0 15px;
       font-weight: 700;
       letter-spacing: 2px;
     }

     .hero-wrap .hero-content h1 {
       font-size: 50px;
       font-weight: 500;
       margin-bottom: 10px;
     }

     .hero-wrap .hero-content p {
       margin-bottom: 30px;
     }

     .hero-wrap .hero-content .hero-btn .play-video {
       margin-left: 15px;
       position: relative;
       text-align: center;
       background-color: transparent;
       z-index: 1;
       padding-left: 5px;
       display: block;
       border-radius: 50%;
     }

     .hero-wrap .hero-content .hero-btn .play-video .play-btn {
       width: 50px;
       height: 50px;
       border-radius: 50%;
       background: #fff;
       box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
       transition: 0.4s;
       margin-bottom: 0;
       margin-right: 8px;
     }

     .hero-wrap .hero-content .hero-btn .play-video .play-btn i {
       margin: 0 auto;
       font-size: 14px;
       line-height: 0.8;
       color: #cd9453;
       position: relative;
       left: 2px;
       top: 1px;
       transition: 0.4s;
     }

     .hero-wrap .hero-content .hero-btn .play-video .play-btn:hover {
       background-color: #cd9453;
     }

     .hero-wrap .hero-content .hero-btn .play-video .play-btn:hover i {
       color: #fff;
     }

     .hero-wrap .hero-content .hero-btn .play-video .play-text {
       margin: 0 0 0 10px;
       line-height: 1;
       color: #000;
       position: relative;
       top: 1px;
     }

     .hero-wrap.style1 {
       /* margin-top: 128px; */
       height: 87vh;
       margin-top: 90px;
     }

     .hero-wrap.style1 .hero-slide-item {
       position: relative;
       z-index: 1;
     }

     /* .hero-wrap.style1 .hero-slide-item:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-color: #ce653d;
  width: 35%;
  height: 100%;
  z-index: -1;
} */

     .hero-wrap.style1 .hero-slide-item .hero-promotext {
       position: absolute;
       top: 45%;
       right: -170px;
       font-size: 80px;
       line-height: 1;
       font-weight: 800;
       color: rgba(255, 255, 255, 0.2);
       transform: rotate(-90deg) translateY(-50%);
     }

     .hero-wrap.style1 .hero-slide-item .hero-img-wrap img {
       max-width: 80%;
       display: block;
       margin-right: auto;
     }

     .hero-wrap.style2 {
       position: relative;
       z-index: 1;
       padding-top: 130px;
     }

     .hero-wrap.style2 .hero-content {
       padding: 60px 0 0;
     }

     .hero-wrap.style2 .hero-content h1 {
       font-size: 70px;
     }

     .hero-wrap.style2 .hero-content .hero-btn .btn {
       border-radius: 5px;
     }

     .hero-wrap.style2:after {
       position: absolute;
       top: 0;
       left: 0;
       content: "";
       background: #f9f9f9;
       width: 100%;
       height: 92%;
       z-index: -1;
     }

     .hero-wrap.style2 .container {
       position: relative;
     }

     .hero-wrap.style2 .filter-box {
       position: relative;
       z-index: 1;
       width: 72%;
       margin-top: -160px;
       background: #fff;
       padding: 30px;
       border-radius: 8px;
       box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
     }

     .hero-wrap.style2 .filter-box .filter-item {
       width: 17.5%;
       position: relative;
       padding-right: 25px;
     }

     .hero-wrap.style2 .filter-box .filter-item:last-child {
       padding-right: 0;
       width: 12%;
     }

     .hero-wrap.style2 .filter-box .filter-item:last-child:after {
       display: none;
     }

     .hero-wrap.style2 .filter-box .filter-item:after {
       position: absolute;
       top: 50%;
       right: 25px;
       content: "";
       background: #cd9453;
       width: 1px;
       height: calc(100% - 18px);
       transform: translateY(-50%);
     }

     .hero-wrap.style2 .filter-box .filter-item label {
       font-size: 18px;
       color: #000;
       padding-left: 5px;
       display: block;
       margin-bottom: 15px;
     }

     .hero-wrap.style2 .filter-box .filter-item select {
       width: 80%;
       height: auto;
       padding: 2px 15px 2px 5px;
       border: none;
       -webkit-appearance: none;
       -moz-appearance: none;
       background-color: transparent;
       appearance: none;
       background-image: url(../img/down-arrow.png);
       background-repeat: no-repeat;
       background-size: 14px;
       color: #000;
       background-position: 100% 52%;
     }

     .hero-wrap.style2 .filter-box .filter-item select option {
       padding: 3px 0;
     }

     .hero-wrap.style2 .filter-box .filter-item button {
       width: 100%;
       display: block;
       border-radius: 5px;
       padding: 13px 5px 12px;
       text-align: center;
     }

     .hero-wrap.style3 {
       position: relative;
       z-index: 1;
       margin-top: 88px;
     }

     .hero-wrap.style3 .hero-slide-item {
       background-color: #f9f9f9;
       padding: 90px 0;
     }

     .hero-wrap.style3 .hero-slide-item .hero-img-wrap {
       position: relative;
       z-index: 1;
       padding: 100px 0;
     }

     .hero-wrap.style3 .hero-slide-item .hero-img-wrap img {
       max-width: 550px;
       margin-right: auto;
     }

     .hero-wrap.style3 .hero-slide-item .hero-img-wrap .hero-promotext {
       position: absolute;
       top: 0;
       right: 0;
       width: 75%;
       height: 100%;
       background-color: #cd9453;
       border-radius: 15px;
       z-index: -1;
     }

     .hero-wrap.style3 .hero-slide-item .hero-img-wrap .hero-promotext span {
       display: block;
       font-size: 85px;
       font-weight: 800;
       color: rgba(255, 255, 255, 0.2);
       transform: rotate(-90deg) translateY(-50%);
       position: relative;
       left: 60px;
       margin-left: auto;
     }

     .hero-wrap.style3 .hero-content span {
       display: block;
       color: #cd9453;
       margin-bottom: 12px;
       letter-spacing: 2px;
     }

     .hero-wrap.style3 .hero-content h1 {
       font-size: 58px;
       line-height: 1.2;
     }

     .hero-wrap.style3 .container {
       position: relative;
     }

     @-moz-document url-prefix() {
       .hero-wrap.style2 .filter-box .filter-item label {
         padding-left: 9px;
       }
     }

     .hero-slider-one.owl-carousel .owl-nav {
       position: absolute;
       bottom: 18%;
       display: none;
     }

     .hero-slider-one.owl-carousel .owl-nav button.owl-prev,
     .hero-slider-one.owl-carousel .owl-nav button.owl-next {
       position: absolute;
       top: 50%;
       transform: translateY(-50%);
       background-color: #383637;
       border-radius: 50%;
     }

     .hero-slider-one.owl-carousel .owl-nav button.owl-prev:after,
     .hero-slider-one.owl-carousel .owl-nav button.owl-next:after {
       background: #ce653d;
     }

     .hero-slider-one.owl-carousel .owl-nav button.owl-prev i,
     .hero-slider-one.owl-carousel .owl-nav button.owl-next i {
       color: #fff;
       font-size: 16px;
     }

     .hero-slider-one.owl-carousel .owl-nav button.owl-prev:hover i,
     .hero-slider-one.owl-carousel .owl-nav button.owl-next:hover i {
       color: #fff;
     }

     .hero-slider-one.owl-carousel .owl-nav button.owl-prev:hover:after,
     .hero-slider-one.owl-carousel .owl-nav button.owl-next:hover:after {
       width: 100%;
     }

     .hero-slider-one.owl-carousel .owl-nav button.owl-prev {
       left: 0;
       margin-right: 20px;
     }

     .hero-slider-one.owl-carousel .owl-nav button.owl-prev i {
       position: relative;
       left: -2px;
     }

     .hero-slider-one.owl-carousel .owl-nav button.owl-next {
       right: auto;
       left: 60px;
     }

     .hero-slider-one.owl-carousel .owl-nav button.owl-next i {
       position: relative;
       right: -2px;
     }

     .hero-slider-two.owl-carousel .owl-nav button.owl-prev,
     .hero-slider-two.owl-carousel .owl-nav button.owl-next {
       position: absolute;
       top: 50%;
       transform: translateY(-50%);
       background-color: #333;
     }

     .hero-slider-two.owl-carousel .owl-nav button.owl-prev:after,
     .hero-slider-two.owl-carousel .owl-nav button.owl-next:after {
       background: #cd9453;
     }

     .hero-slider-two.owl-carousel .owl-nav button.owl-prev i,
     .hero-slider-two.owl-carousel .owl-nav button.owl-next i {
       color: #fff;
       font-size: 16px;
     }

     .hero-slider-two.owl-carousel .owl-nav button.owl-prev:hover:after,
     .hero-slider-two.owl-carousel .owl-nav button.owl-next:hover:after {
       width: 100%;
     }

     .hero-slider-two.owl-carousel .owl-nav button.owl-prev {
       left: 15px;
     }

     .hero-slider-two.owl-carousel .owl-nav button.owl-prev i {
       position: relative;
       left: -2px;
     }

     .hero-slider-two.owl-carousel .owl-nav button.owl-next {
       right: 15px;
     }

     .hero-slider-two.owl-carousel .owl-nav button.owl-next i {
       position: relative;
       right: -2px;
     }

     .feature-card {
       background-color: #f3f4f6;
       padding: 25px 25px 20px;
       transition: 0.4s;
     }

     .feature-card .feature-icon {
       position: relative;
       z-index: 1;
       transition: 0.4s;
       margin-bottom: 25px;
     }

     .feature-card .feature-icon i {
       font-size: 28px;
       line-height: 0.8;
       margin: 0 auto;
       transition: 0.4s;
     }

     .feature-card .feature-text h3 {
       font-size: 24px;
       margin: 0 0 10px;
       transition: 0.4s;
     }

     .feature-card .feature-text p {
       margin: 0;
     }

     .feature-card:hover .feature-icon i {
       color: #fff;
     }

     .feature-card:hover .feature-text h3 {
       color: #ce653d;
     }

     .feature-card.style1 .feature-icon,
     .feature-card.style3 .feature-icon {
       width: 60px;
       height: 65px;
     }

     .feature-card.style1 .feature-icon img,
     .feature-card.style3 .feature-icon img {
       filter: brightness(0) invert(0);
       transition: 0.4s;
     }

     .feature-card.style1 .feature-icon i,
     .feature-card.style3 .feature-icon i {
       position: absolute;
       top: calc(50% + 3px);
       left: 50%;
       transform: translate(-50%, -50%);
       color: #fff;
     }

     .feature-card.style1:hover .feature-icon img,
     .feature-card.style3:hover .feature-icon img {
       filter: brightness(1) invert(0);
     }

     .feature-card.style2 .feature-icon {
       width: 60px;
       height: 60px;
       border-radius: 50%;
       background-color: #333;
       overflow: hidden;
     }

     .feature-card.style2 .feature-icon:after {
       position: absolute;
       bottom: 0;
       left: 0;
       content: "";
       width: 100%;
       height: 0;
       background-color: #cd9453;
       transition: 0.4s;
       visibility: hidden;
       opacity: 0;
       z-index: -1;
     }

     .feature-card.style2 .feature-icon i {
       color: #fff;
       font-size: 32px;
       position: relative;
       top: 2px;
     }

     .feature-card.style2:hover {
       box-shadow: 0 8px 30px rgba(205, 148, 83, 0.1);
       transform: translateY(-6px);
     }

     .feature-card.style2:hover .feature-icon:after {
       height: 100%;
       visibility: visible;
       opacity: 1;
     }

     .feature-card.style3 {
       padding: 0;
       background-color: transparent;
     }

     .feature-card.style3 .feature-icon {
       margin: 0 auto 25px;
     }

     .feature-card.style3 .feature-text {
       text-align: center;
       padding: 0 10px;
     }

     .about-bg-one {
       background-image: url(../img/about/about-img-6.jpg);
     }

     .about-bg-two {
       background-image: url(../img/about/about-img-3.jpg);
     }

     .about-bg-three {
       background-image: url(../img/about/about-img-7.jpg);
     }

     .about-wrap.style1 {
       position: relative;
       z-index: 1;
       overflow: hidden;
       background: url(../../assets/img/bg/banner-digital-film-cameras.jpg);
       background-size: cover;
       position: relative;
       margin-top: 2px;
     }

     /* .about-wrap.style1:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: #333;
  width: 28%;
  height: 100%;
  z-index: -1;
} */

     .about-wrap.style1 .section-text {
       position: absolute;
       top: 50%;
       left: 0;
       line-height: 1;
       font-size: 85px;
       font-weight: 800;
       color: rgba(255, 255, 255, 0.09);
       transform: rotate(-90deg) translateY(-50%);
     }

     /* .about-wrap.style1 .about-img-wrap {
  position: absolute;
  bottom: 0;
} */

     .about-wrap.style1 .about-img-wrap img {
       width: 100%;
       border-radius: 20px;
     }

     .about-wrap.style1 .about-content .feature-item-wrap {
       margin: 15px 0 25px;
     }

     .about-wrap.style2 .about-img-wrap .about-bg-one,
     .about-wrap.style2 .about-img-wrap .about-bg-three {
       height: 630px;
       border-radius: 10px;
     }

     .about-wrap.style2 .about-content .feature-item-wrap {
       margin: 30px 0;
     }

     .about-wrap.style3 .about-img-wrap {
       position: relative;
       z-index: 1;
       padding-bottom: 30px;
     }

     .about-wrap.style3 .about-img-wrap .about-bg-two {
       height: 650px;
       width: calc(100% - 30px);
       margin-right: auto;
       position: relative;
       z-index: 1;
       border-radius: 50px;
     }

     .about-wrap.style3 .about-img-wrap span {
       display: block;
       position: absolute;
       bottom: 0;
       right: 0;
       width: calc(100% - 30px);
       background-color: #f3f4f6;
       border-radius: 50px;
       height: calc(100% - 30px);
       z-index: -1;
     }

     .about-wrap.style3 .about-content .feature-item-wrap {
       margin: 35px 0 30px;
     }

     .feature-item-wrap .feature-item {
       margin-bottom: 15px;
     }

     .feature-item-wrap .feature-item:last-child {
       margin-bottom: 0;
     }

     .feature-item-wrap .feature-item .feature-icon {
       width: 55px;
       position: relative;
       z-index: 1;
     }

     .feature-item-wrap .feature-item .feature-icon i {
       font-size: 28px;
       line-height: 0.8;
       color: #ce653d;
       transition: 0.4s;
     }

     .feature-item-wrap .feature-item .feature-icon:after {
       position: absolute;
       bottom: 0;
       left: 0;
       content: "";
       width: 100%;
       height: 0;
       background-color: #cd9453;
       transition: 0.4s;
       visibility: hidden;
       opacity: 0;
       z-index: -1;
     }

     .feature-item-wrap .feature-item .feature-text {
       width: calc(100% - 75px);
       margin-left: 10px;
     }

     .feature-item-wrap .feature-item .feature-text h3 {
       font-size: 22px;
       margin: 0 0 10px;
       transition: 0.4s;
     }

     .feature-item-wrap .feature-item .feature-text p {
       margin: 0;
     }

     .feature-item-wrap .feature-item:hover .feature-icon i {
       color: #fff;
     }

     .feature-item-wrap .feature-item:hover .feature-icon:after {
       height: 100%;
       visibility: visible;
       opacity: 1;
     }

     .feature-item-wrap .feature-item:hover .feature-text h3 {
       color: #ce653d;
     }

     .feature-item-wrap.style1 .feature-item,
     .feature-item-wrap.style4 .feature-item {
       background-color: transparent;
       padding: 15px 5px;
       border: 1px solid #ce653d;
       background: #f3f4f6;
     }

     .feature-item-wrap.style1 .feature-item .feature-icon,
     .feature-item-wrap.style4 .feature-item .feature-icon {
       position: relative;
       width: 60px;
       border-radius: 0;
       background-color: transparent;
       top: 0;
       box-shadow: none;
       box-shadow: none;
       justify-content: center;
     }

     .feature-item-wrap.style1 .feature-item .feature-icon i,
     .feature-item-wrap.style4 .feature-item .feature-icon i {
       font-size: 46px;
     }

     .feature-item-wrap.style1 .feature-item .feature-icon:after,
     .feature-item-wrap.style4 .feature-item .feature-icon:after {
       display: none;
     }

     .feature-item-wrap.style1 .feature-item:hover .feature-icon i,
     .feature-item-wrap.style4 .feature-item:hover .feature-icon i {
       color: #ce653d;
     }

     .feature-item-wrap.style2 .feature-item .feature-icon {
       width: 55px;
       height: 55px;
       border-radius: 50%;
       background-color: rgba(205, 148, 83, 0.15);
       overflow: hidden;
       text-align: center;
     }

     .feature-item-wrap.style2 .feature-item .feature-icon i {
       font-size: 24px;
       line-height: 0.7;
       margin: 0 auto;
     }

     .feature-item-wrap.style2 .feature-item .feature-text {
       width: calc(100% - 80px);
       margin-left: 20px;
     }

     .feature-item-wrap.style3 .feature-item,
     .feature-item-wrap.style5 .feature-item {
       margin-bottom: 25px;
       width: 33.33%;
       position: relative;
     }

     .feature-item-wrap.style3 .feature-item:after,
     .feature-item-wrap.style5 .feature-item:after {
       position: absolute;
       top: 0;
       right: 25px;
       content: "";
       background: rgba(205, 148, 83, 0.3);
       width: 1px;
       height: 100%;
     }

     .feature-item-wrap.style3 .feature-item:last-child:after,
     .feature-item-wrap.style5 .feature-item:last-child:after {
       display: none;
     }

     .feature-item-wrap.style3 .feature-item .feature-icon,
     .feature-item-wrap.style5 .feature-item .feature-icon {
       width: 65px;
       height: 65px;
       border-radius: 50%;
       background-color: rgba(205, 148, 83, 0.15);
       overflow: hidden;
       text-align: center;
     }

     .feature-item-wrap.style3 .feature-item .feature-icon:after,
     .feature-item-wrap.style5 .feature-item .feature-icon:after {
       width: 0;
       height: 100%;
     }

     .feature-item-wrap.style3 .feature-item .feature-icon i,
     .feature-item-wrap.style5 .feature-item .feature-icon i {
       font-size: 28px;
       line-height: 0.7;
       margin: 0 auto;
       color: #cd9453;
       position: relative;
       top: 1px;
       transition: 0.4s;
     }

     .feature-item-wrap.style3 .feature-item .feature-text,
     .feature-item-wrap.style5 .feature-item .feature-text {
       width: calc(100% - 85px);
       margin-left: 20px;
       padding-right: 25px;
     }

     .feature-item-wrap.style3 .feature-item .feature-text h3,
     .feature-item-wrap.style5 .feature-item .feature-text h3 {
       transition: 0.4s;
     }

     .feature-item-wrap.style3 .feature-item .feature-text p,
     .feature-item-wrap.style5 .feature-item .feature-text p {
       margin: 0;
     }

     .feature-item-wrap.style3 .feature-item:hover .feature-icon i,
     .feature-item-wrap.style5 .feature-item:hover .feature-icon i {
       color: #fff;
     }

     .feature-item-wrap.style3 .feature-item:hover .feature-icon:after,
     .feature-item-wrap.style5 .feature-item:hover .feature-icon:after {
       width: 100%;
       visibility: visible;
       opacity: 1;
     }

     .feature-item-wrap.style3 .feature-item:hover .feature-text h3,
     .feature-item-wrap.style5 .feature-item:hover .feature-text h3 {
       color: #cd9453;
     }

     .feature-item-wrap.style4 .feature-item .feature-icon i {
       color: #333;
     }

     .feature-item-wrap.style4 .feature-item:hover .feature-icon i {
       color: #ce653d;
     }

     .feature-item-wrap.style3 .feature-item:hover .feature-icon:after,
     .feature-item-wrap.style5 .feature-item:hover .feature-icon:after {
       background-color: #333;
     }

     .featured-product-img {
       min-height: 400px;
       height: 100%;
     }

     .featured-product-img img {
       width: 100%;
       object-fit: cover;
     }

     .product-feature-bg {
       background-image: url(../img/about/about-img-2.jpg);
       height: 100%;
       border-radius: 0 10px 10px 0;
     }

     .product-features.feature-item-wrap .feature-item {
       margin-bottom: 0;
       transition: 0.4s;
     }

     .product-features.feature-item-wrap .feature-item:nth-child(odd) {
       background-color: #363749;
     }

     .product-features.feature-item-wrap .feature-item:nth-child(odd) .feature-icon {
       background: #404251;
     }

     .product-features.feature-item-wrap .feature-item:nth-child(odd):hover {
       background-color: #404251;
     }

     .product-features.feature-item-wrap .feature-item:nth-child(even) {
       background-color: #2b2c3e;
     }

     .product-features.feature-item-wrap .feature-item:nth-child(even) .feature-icon {
       background: #323345;
     }

     .product-features.feature-item-wrap .feature-item:nth-child(even):hover {
       background-color: #323345;
     }

     .product-features.feature-item-wrap .feature-item:first-child {
       border-radius: 10px 0 0 0;
     }

     .product-features.feature-item-wrap .feature-item:first-child .feature-icon {
       border-radius: 10px 0 0 0;
     }

     .product-features.feature-item-wrap .feature-item:last-child {
       border-radius: 0 0 0 10px;
     }

     .product-features.feature-item-wrap .feature-item:last-child .feature-icon {
       border-radius: 0 0 0 10px;
     }

     .product-features.feature-item-wrap .feature-item .feature-icon {
       border-radius: 0;
       box-shadow: none;
       background-color: transparent;
       padding: 25px;
       height: auto;
       width: 110px;
       top: 0;
       text-align: center;
       transition: 0.4s;
     }

     .product-features.feature-item-wrap .feature-item .feature-icon i {
       color: #fff;
       font-size: 48px;
       margin: 0 auto;
       transition: 0.4s;
     }

     .product-features.feature-item-wrap .feature-item .feature-icon:after {
       display: none;
     }

     .product-features.feature-item-wrap .feature-item .feature-text {
       padding: 25px 25px 20px;
       width: calc(100% - 110px);
       margin-left: 0;
     }

     .product-features.feature-item-wrap .feature-item .feature-text h3,
     .product-features.feature-item-wrap .feature-item .feature-text p {
       color: #fff;
     }

     .wh-bg-1 {
       background-image: url(../img/why-choose-us/wh-img-1.jpg);
     }

     .wh-bg-two {
       background-image: url(../img/why-choose-us/wh-img-3.jpg);
     }

     .why-choose-wrap.style1 .wh-img-wrap {
       position: relative;
     }

     .why-choose-wrap.style1 .wh-img-wrap .wh-bg-1 {
       height: 680px;
       border-radius: 10px;
     }

     .why-choose-wrap.style1 .wh-img-wrap .product-sell-counter {
       position: absolute;
       bottom: 0;
       left: 0;
       width: 100%;
       border-radius: 10px;
     }

     .why-choose-wrap.style1 .wh-img-wrap .product-sell-counter .sell-counter {
       width: 50%;
       text-align: center;
       padding: 25px;
     }

     .why-choose-wrap.style1 .wh-img-wrap .product-sell-counter .sell-counter:nth-child(1) {
       background-color: #2b2c3e;
       border-radius: 0 0 0 10px;
     }

     .why-choose-wrap.style1 .wh-img-wrap .product-sell-counter .sell-counter:nth-child(2) {
       background-color: #cd9453;
       border-radius: 0 0 10px 0;
     }

     .why-choose-wrap.style1 .wh-img-wrap .product-sell-counter .sell-counter p,
     .why-choose-wrap.style1 .wh-img-wrap .product-sell-counter .sell-counter span {
       color: #fff;
     }

     .why-choose-wrap.style1 .wh-img-wrap .product-sell-counter .sell-counter p {
       font-size: 18px;
       margin: 0 0 15px;
     }

     .why-choose-wrap.style1 .wh-img-wrap .product-sell-counter .sell-counter span {
       font-size: 32px;
       display: block;
     }

     .why-choose-wrap.style2 .wh-img-wrap {
       position: relative;
       z-index: 1;
       padding-bottom: 30px;
     }

     .why-choose-wrap.style2 .wh-img-wrap .wh-bg-two {
       height: 650px;
       width: calc(100% - 30px);
       margin-right: auto;
       position: relative;
       z-index: 1;
       border-radius: 50px;
     }

     .why-choose-wrap.style2 .wh-img-wrap span {
       display: block;
       position: absolute;
       bottom: 0;
       right: 0;
       width: calc(100% - 30px);
       background-color: #f3f4f6;
       border-radius: 50px;
       height: calc(100% - 30px);
       z-index: -1;
     }

     .promo-item.style1 {
       margin-bottom: 25px;
       background-color: #f9f9f9;
       padding: 25px 25px 22px;
     }

     .promo-item.style1 .promo-icon {
       position: relative;
       display: inline-block;
       margin-bottom: 25px;
       z-index: -1;
       width: 68px;
       height: 68px;
       z-index: 1;
       text-align: center;
     }

     .promo-item.style1 .promo-icon img {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       z-index: -1;
       filter: brightness(0) invert(0.1);
       transition: 0.4s;
     }

     .promo-item.style1 .promo-icon i {
       color: #fff;
       font-size: 28px;
       line-height: 0.8;
       display: inline-block;
       margin: 0 auto;
       position: relative;
       top: 5px;
     }

     .promo-item.style1 .promo-text h3 {
       font-size: 22px;
       margin: 0 0 10px;
       transition: 0.4s;
     }

     .promo-item.style1 .promo-text p {
       margin: 0;
     }

     .promo-item.style1:hover .promo-icon img {
       filter: brightness(1) invert(0);
     }

     .promo-item.style1:hover .promo-text h3 {
       color: #cd9453;
     }

     .promo-item.style2 {
       margin-bottom: 25px;
       text-align: center;
     }

     .promo-item.style2 .promo-icon {
       position: relative;
       display: inline-block;
       margin-bottom: 25px;
       z-index: -1;
       width: 68px;
       height: 68px;
       z-index: 1;
       text-align: center;
       margin: 0 auto 25px;
     }

     .promo-item.style2 .promo-icon img {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       z-index: -1;
       filter: brightness(0) invert(0.1);
       transition: 0.4s;
     }

     .promo-item.style2 .promo-icon i {
       color: #fff;
       font-size: 28px;
       line-height: 0.8;
       display: inline-block;
       margin: 0 auto;
       position: relative;
       top: 5px;
     }

     .promo-item.style2 .promo-text h3 {
       font-size: 22px;
       margin: 0 0 10px;
       transition: 0.4s;
     }

     .promo-item.style2 .promo-text p {
       margin: 0;
     }

     .promo-item.style2:hover .promo-icon img {
       filter: brightness(1) invert(0);
     }

     .promo-item.style2:hover .promo-text h3 {
       color: #cd9453;
     }

     .product-card {
       border-radius: 16px;
       transition: all 0.5s;
       position: relative;
     }

     .product-card .product-img {
       position: relative;
       overflow: hidden;
       /* border-radius: 15px 15px 0 0; */
     }

     .product-card .product-img img {
       display: block;
       margin: 0 auto;
       /* transform: scale(0.75); */
       transition: 0.4s;
       width: 100%;
       height: 240px;
       object-fit: cover;
       /* border-radius: 15px 15px 0 0; */
     }

     .product-card .product-img .promo-text {
       position: absolute;
       top: 20px;
       left: 20px;
       display: inline-block;
       color: #fff;
       line-height: 1;
       font-size: 16px;
       padding: 10px 15px 7px;
       background-color: #ce653d;
     }

     .product-card .product-img .promo-text i {
       position: relative;
       top: 1px;
       margin-right: 6px;
       font-size: 14px;
       line-height: 0.8;
     }

     .product-card .product-img .product-option {
       position: absolute;
       top: 50%;
       right: 41%;
       text-align: center;
       z-index: 1;
       transform: translateY(-50%);
     }

     .product-card .product-img .product-option li {
       display: block;
       margin: 0 0 15px;
       visibility: hidden;
       opacity: 0;
       transition: 0.3s;
       transform: translateX(40px);
     }

     .product-card .product-img .product-option li:nth-child(1) {
       transition: 0.3s;
     }

     .product-card .product-img .product-option li:nth-child(2) {
       transition: 0.6s;
     }

     .product-card .product-img .product-option li:nth-child(3) {
       transition: 0.8s;
     }

     .product-card .product-img .product-option li:last-child {
       margin-bottom: 0;
     }

     .product-card .product-img .product-option li button,
     .product-card .product-img .product-option li a {
       width: 38px;
       height: 38px;
       border-radius: 50%;
       background-color: #fff;
       border: none;
       box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
       transition: 0.6s;
     }

     .product-card .product-img .product-option li button i,
     .product-card .product-img .product-option li a i {
       transition: 0.6s;
       font-size: 18px;
       line-height: 0.8;
       display: block;
       margin: 0 auto;
       color: #ce653d;
     }

     .product-card .product-img .product-option li button:hover,
     .product-card .product-img .product-option li a:hover {
       background-color: #ce653d;
     }

     .product-card .product-img .product-option li button:hover i,
     .product-card .product-img .product-option li a:hover i {
       color: #fff;
     }

     .product-card .product-info {
       padding: 10px;
       border-radius: 0 0 10px 10px;
       position: absolute;
       bottom: 0;
       z-index: 9;
       width: 100%;
     }

     .product-card .product-info h3 {
       font-size: 16px;
       margin: 0 0 10px;
     }

     .product-card .product-info .product-price {
       color: #cd9453;
       font-weight: 500;
       margin: 0;
       line-height: 1.2;
     }

     .product-card .product-info .product-price .discount {
       color: #888;
       text-decoration: line-through;
       margin-left: 8px;
       display: inline-block;
     }

     .product-card .product-info .ratings {
       margin-bottom: 12px;
     }

     .product-card .product-info .ratings li {
       display: inline-block;
     }

     .product-card .product-info .ratings li i {
       color: #fec107;
     }

     .product-card:hover .product-img img {
       transform: scale(1.1);
       /* border-radius: 15px 15px 0 0; */
     }

     .product-card:hover .product-info h3 a {
       color: #ffffff;
     }

     .product-card:hover .product-img .product-option li {
       visibility: visible;
       opacity: 1;
       transform: translateX(0);
     }

     .product-card.style1 .product-img,
     .product-card.style4 .product-img {}

     .product-card.style1 .product-img .promo-text,
     .product-card.style4 .product-img .promo-text {
       left: 20px;
       top: 20px;
       z-index: 9;
     }

     .product-card.style1 .product-img .product-option li button,
     .product-card.style1 .product-img .product-option li a,
     .product-card.style4 .product-img .product-option li button,
     .product-card.style4 .product-img .product-option li a {
       border: 1px solid #ce653d;
       box-shadow: none;
     }

     .product-card.style1 .product-img .product-option li button i,
     .product-card.style1 .product-img .product-option li a i,
     .product-card.style4 .product-img .product-option li button i,
     .product-card.style4 .product-img .product-option li a i {
       position: relative;
       top: 1px;
     }

     .product-card.style1 .product-info,
     .product-card.style4 .product-info {
       text-align: center;
     }

     .product-card.style1 .product-info .ratings,
     .product-card.style4 .product-info .ratings {
       margin-bottom: 10px;
     }

     .product-card.style1 .product-info h3,
     .product-card.style4 .product-info h3 {
       margin-bottom: 0px;
     }

     .product-card.style2 .product-img,
     .product-card.style3 .product-img {
       border-radius: 10px;
     }

     .product-card.style2 .product-img .promo-text,
     .product-card.style3 .product-img .promo-text {
       left: 20px;
       top: 20px;
     }

     .product-card.style2 .product-img .product-option li button,
     .product-card.style2 .product-img .product-option li a,
     .product-card.style3 .product-img .product-option li button,
     .product-card.style3 .product-img .product-option li a {
       border: 1px solid #cd9453;
       box-shadow: none;
     }

     .product-card.style2 .product-img .product-option li button i,
     .product-card.style2 .product-img .product-option li a i,
     .product-card.style3 .product-img .product-option li button i,
     .product-card.style3 .product-img .product-option li a i {
       position: relative;
       top: 1px;
     }

     .product-card.style2 .product-info,
     .product-card.style3 .product-info {
       text-align: center;
     }

     .product-card.style2 .product-info .ratings,
     .product-card.style3 .product-info .ratings {
       margin-bottom: 10px;
     }

     .product-card.style2 .product-info h3,
     .product-card.style3 .product-info h3 {
       margin-bottom: 10px;
     }

     .product-card.style2 .product-img {
       background: #fff;
     }

     .product-card.style2 .product-img .promo-text {
       border-radius: 5px;
     }

     .product-card.style3 .product-img {
       background: #f3f4f6;
     }

     .product-card.style3 .product-img .promo-text {
       border-radius: 50px;
     }

     .product-card.style4 .product-img {
       background: #f3f4f6;
     }

     .product-slider-one.owl-carousel .owl-nav button.owl-prev,
     .product-slider-one.owl-carousel .owl-nav button.owl-next,
     .product-slider-two.owl-carousel .owl-nav button.owl-prev,
     .product-slider-two.owl-carousel .owl-nav button.owl-next {
       position: absolute;
       top: 35% !important;
     }

     .product-slider-one.owl-carousel .owl-nav button.owl-prev,
     .product-slider-two.owl-carousel .owl-nav button.owl-prev {
       left: -55px;
     }

     .product-slider-one.owl-carousel .owl-nav button.owl-next,
     .product-slider-two.owl-carousel .owl-nav button.owl-next {
       right: -55px;
     }

     .checkbox-item {
       margin-bottom: 15px;
     }

     .checkbox-item:last-child {
       margin-bottom: 0;
     }

     .product-search-box .form-group {
       position: relative;
       width: 300px;
     }

     .product-search-box .form-group input {
       width: 100%;
       height: 54px;
       background: #f3f4f6;
       border: none;
       color: #000;
       font-size: 15px;
       line-height: 21px;
       padding: 10px 60px 10px 20px;
       border-radius: 0;
     }

     .product-search-box .form-group input:focus {
       border-color: #888;
     }

     .product-search-box .form-group button {
       position: absolute;
       top: 0;
       right: 0;
       padding: 0 18px;
       height: 100%;
       border: none;
       border-radius: 0;
       text-align: center;
       background: #cd9453;
     }

     .product-search-box .form-group button i {
       color: #fff;
       top: 4px;
       left: 1px;
       font-size: 20px;
       position: relative;
     }

     .product-search-box .product-result {
       width: calc(100% - 320px);
       margin-left: 20px;
     }

     .process-item {
       margin-bottom: 25px;
       width: 100%;
       background-color: #363749;
       padding: 25px 25px 22px;
       border-radius: 5px;
       transition: 0.4s;
       position: relative;
       z-index: 1;
       overflow: hidden;
     }

     .process-item:after {
       position: absolute;
       bottom: 0;
       left: 0;
       content: "";
       width: 100%;
       height: 0;
       background-color: rgba(255, 255, 255, 0.9);
       transition: 0.4s;
       visibility: hidden;
       opacity: 0;
       z-index: -1;
     }

     .process-item span {
       width: 25px;
       border-radius: 50%;
       font-size: 24px;
       color: #000;
       font-weight: 600;
       text-align: center;
       color: #fff;
       position: relative;
       top: 1px;
       transition: 0.4s;
     }

     .process-item .process-info {
       width: calc(100% - 45px);
       margin-left: 20px;
     }

     .process-item .process-info h3 {
       font-size: 22px;
       margin: 0 0 12px;
       color: #fff;
       transition: 0.4s;
     }

     .process-item .process-info p {
       margin: 0;
       color: #fff;
       transition: 0.4s;
     }

     .process-item:hover:after {
       height: 100%;
       visibility: visible;
       opacity: 1;
     }

     .process-item:hover span {
       color: #333;
     }

     .process-item:hover .process-info h3,
     .process-item:hover .process-info p {
       color: #333;
     }

     .partner-wrap.style1 {
       background: url(../../assets/img/bg/bg2.jpg);
       background-size: cover;
       padding: 100px 0;
     }

     .partner-wrap.style1:after {
       position: absolute;
       top: 0;
       left: 0;
       content: "";
       width: 100%;
       height: 50%;
       background-color: #f3f4f6;
       z-index: -1;
     }

     .partner-wrap.style1 .partner-slider-one {
       /* background-color: #ce653d; */
       padding: 5px 20px 5px;
       margin-bottom: 10px;
     }

     .partner-wrap.style1 .partner-item img {
       opacity: 1;
       transition: 0.4s;
     }

     .partner-wrap.style1 .partner-item:hover img {
       opacity: 1;
     }

     .partner-item {
       padding: 12px 8px;
       margin: 15px 0;
       border-radius: 7px;
       background: #fff;
       position: relative;
       z-index: 10;
       /* box-shadow: 0 0 7px 1px #8e8e8e; */
       outline: auto;
     }

     .partner-item img {
       /* display: block; */
       margin: 0 auto;
       width: 180px;
       height: 80px;
       object-fit: contain;
       border-radius: 10px;
     }

     .offer-wrap .offer-content {
       background-color: #fff;
       padding: 30px;
     }

     .offer-wrap.style1 {
       overflow: hidden;
       position: relative;
     }

     .offer-wrap.style1 .offer-promo-text {
       position: absolute;
       top: 38%;
       right: 0;
       font-size: 95px;
       line-height: 1;
       z-index: 2;
       font-weight: 800;
       color: rgba(255, 255, 255, 0.05);
       transform: rotate(-90deg) translateY(-50%);
     }

     .offer-wrap.style1 .container {
       position: relative;
     }

     .offer-wrap.style1 .offer-img-wrap {
       position: absolute;
       bottom: -100px;
       width: 100%;
     }

     .offer-wrap.style1 .offer-img-wrap img {
       position: relative;
       z-index: 1;
     }

     .offer-wrap.style1 .offer-img-wrap:after {
       position: absolute;
       bottom: -100px;
       right: 0;
       content: "";
       background-color: #333;
       width: 85%;
       height: 100vh;
       z-index: 0;
     }

     .offer-wrap.style2 .offer-content {
       border-radius: 10px;
     }

     .offer-wrap.style2 .offer-content .content-title p {
       padding: 0;
     }

     .offer-wrap.style2 .offer-img-wrap img {
       display: block;
       margin: 0 auto;
     }

     .testimonial-card {
       margin: 0 0 25px;
       position: relative;
       z-index: 1;
       padding: 25px;
     }

     .testimonial-card .ratings {
       line-height: 1;
       margin-bottom: 16px;
     }

     .testimonial-card .ratings li {
       display: inline-block;
     }

     .testimonial-card .ratings li i {
       color: #ce653d;
       font-size: 16px;
       line-height: 0.8;
     }

     .testimonial-card .promo-text {
       font-size: 24px;
       margin-bottom: 12px;
     }

     .testimonial-card .client-quote {
       margin-bottom: 20px;
       transition: 0.4s;
     }

     .testimonial-card .client-info-wrap .client-img {
       width: 65px;
       height: 65px;
       border-radius: 50%;
     }

     .testimonial-card .client-info-wrap .client-img img {
       border-radius: 50%;
     }

     .testimonial-card .client-info-wrap .client-info {
       width: calc(100% - 85px);
       margin-left: 20px;
     }

     .testimonial-card .client-info-wrap .client-info h4 {
       font-size: 22px;
       line-height: 1.2;
       margin-bottom: 8px;
       transition: 0.4s;
     }

     .testimonial-card .client-info-wrap .client-info span {
       font-size: 16px;
       display: block;
       line-height: 1;
       transition: 0.4s;
     }

     .testimonial-card.style1 {
       background-color: #f9f9f9;
       border: 1px solid #969696;
     }

     .testimonial-card.style2 {
       background-color: #fff;
     }

     .testimonial-slider-one.owl-carousel .owl-nav button.owl-prev,
     .testimonial-slider-one.owl-carousel .owl-nav button.owl-next {
       position: absolute;
       top: 50%;
       transform: translateY(-50%);
     }

     .testimonial-slider-one.owl-carousel .owl-nav button.owl-prev {
       left: -55px;
     }

     .testimonial-slider-one.owl-carousel .owl-nav button.owl-next {
       right: -55px;
     }

     .product-slider-three .owl-dots,
     .testimonial-slider-two .owl-dots {
       text-align: center;
     }

     .blog-card {
       box-shadow: 0 10px 25.5px 4.5px rgba(0, 0, 0, 0.03);
       transition: 0.4s;
     }

     .blog-card .blog-img {
       overflow: hidden;
     }

     .blog-card .blog-img img {
       transition: 0.7s;
       height: 275px;
       object-fit: cover;
       width: 100%;
     }

     .blog-card .blog-info {
       /* background: #fff; */
       padding: 12px 10px;
       /* border-radius: 0 0 10px 10px; */
     }

     .blog-card .blog-info .blog-metainfo {
       margin-bottom: 14px;
     }

     .blog-card .blog-info .blog-metainfo li {
       display: inline-block;
       position: relative;
       padding-left: 20px;
       margin-right: 20px;
       font-size: 15px;
     }

     .blog-card .blog-info .blog-metainfo li:after {
       position: absolute;
       top: 0;
       right: -14px;
       content: "/";
       font-size: 16px;
       color: #666;
     }

     .blog-card .blog-info .blog-metainfo li:last-child {
       margin-right: 0;
     }

     .blog-card .blog-info .blog-metainfo li:last-child:after {
       display: none;
     }

     .blog-card .blog-info .blog-metainfo li a {
       font-size: 15px;
       color: #666;
     }

     .blog-card .blog-info .blog-metainfo li a:hover {
       color: #cd9453;
     }

     .blog-card .blog-info .blog-metainfo li i {
       position: absolute;
       top: 4px;
       left: 0;
       font-size: 13px;
       line-height: 0.8;
       color: #ce653d;
     }

     .blog-card .blog-info h3 {
       font-size: 16px;
       font-weight: 600;
       margin: 0;
     }

     .blog-card .blog-info p {
       margin-bottom: 12px;
     }

     .blog-card .blog-info .link {
       color: #666;
     }

     .blog-card .blog-info .link i {
       visibility: hidden;
       opacity: 0;
     }

     .blog-card.style1 {
       /* background: #f9f9f9; */
       /* border: 1px solid #acacac; */
       position: relative;
       box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
       border-radius: 5px;
       overflow: hidden;
     }

     .blog-card.style1 .blog-info {
       /* background: #f3f4f6; */
       text-align: center;
       position: absolute;
       bottom: 0%;
       width: 100%;
       z-index: 99999;
     }

     .blog-card.style2,
     .blog-card.style3 {
       border-radius: 10px;
     }

     .blog-card.style2 .blog-img,
     .blog-card.style3 .blog-img {
       border-radius: 10px 10px 0 0;
     }

     .blog-card.style2 .blog-info,
     .blog-card.style3 .blog-info {
       border-radius: 10px;
       background: #f3f4f6;
     }

     .blog-card.style4 .blog-info {
       background: #fff;
     }

     .blog-card.style4 .blog-info h3 {
       font-size: 28px;
       font-weight: 600;
       margin-bottom: 12px;
     }

     .blog-card:hover {
       box-shadow: 0 40px 51px -16px rgba(0, 0, 0, 0.1);
     }

     .blog-card:hover .blog-img img {
       transform: scale(1.08) rotate(3deg);
     }

     .blog-card:hover .blog-info h3 a {
       color: #b56618;
     }

     .blog-card:hover .blog-info .link {
       letter-spacing: 0.3px;
     }

     .blog-card:hover .blog-info .link.style1 {
       color: #ce653d;
     }

     .blog-card:hover .blog-info .link.style1 i {
       visibility: visible;
       opacity: 1;
     }

     .blog-card:hover .blog-info .link.style1:after {
       visibility: visible;
       opacity: 1;
       width: 100%;
     }

     .single-product-gallery .single-product-slider,
     .single-product-gallery .single-product_slider {
       margin-bottom: 0px;
     }

     .single-product-gallery .single-product-slider .single-product-item,
     .single-product-gallery .single-product_slider .single-product-item {
       padding: 30px;
       background-color: #f9f9f9;
     }

     .single-product-gallery .single-product-slider .single-product-item img,
     .single-product-gallery .single-product_slider .single-product-item img {
       display: block;
       margin: 0 auto;
       max-width: 360px;
     }

     .single-product-gallery .single-product-slider,
     .single-product-gallery .single-product_slider {
       position: relative;
     }

     .single-product-gallery .single-product-slider .swiper-button-next,
     .single-product-gallery .single-product-slider .swiper-button-prev,
     .single-product-gallery .single-product_slider .swiper-button-next,
     .single-product-gallery .single-product_slider .swiper-button-prev {
       position: absolute;
       top: 50%;
       z-index: 2;
     }

     .single-product-gallery .single-product-slider .swiper-button-next i,
     .single-product-gallery .single-product-slider .swiper-button-prev i,
     .single-product-gallery .single-product_slider .swiper-button-next i,
     .single-product-gallery .single-product_slider .swiper-button-prev i {
       display: block;
       margin: 0 auto;
       position: relative;
       top: 2px;
     }

     .single-product-gallery .single-product-slider .swiper-button-prev,
     .single-product-gallery .single-product_slider .swiper-button-prev {
       left: 10px;
     }

     .single-product-gallery .single-product-slider .swiper-button-next,
     .single-product-gallery .single-product_slider .swiper-button-next {
       right: 10px;
     }

     .single-product-gallery .single-product-thumbs .single-product-thumb,
     .single-product-gallery .single-product_thumbs .single-product-thumb {
       padding: 10px;
       cursor: pointer;
       background-color: transparent;
       border: 1px solid #f3f4f6;
     }

     .single-product-gallery .single-product-thumbs .single-product-thumb img,
     .single-product-gallery .single-product_thumbs .single-product-thumb img {
       display: block;
       margin: 0 auto;
       max-width: 120px;
     }

     .single-product-gallery .single-product-thumbs .swiper-slide-thumb-active,
     .single-product-gallery .single-product_thumbs .swiper-slide-thumb-active {
       background-color: #f9f9f9;
       border-color: transparent;
     }

     .single-product-gallery .single-product-thumbs .product-thumb,
     .single-product-gallery .single-product_thumbs .product-thumb {
       border: 1px solid #f3f4f6;
       padding: 20px;
       cursor: pointer;
     }

     .single-product-details .single-product-title {
       position: relative;
     }

     .single-product-details .single-product-title h2 {
       font-size: 30px;
       line-height: 1;
       font-weight: 700;
       margin: 0 0 15px;
     }

     .single-product-details .single-product-title h3 {
       font-size: 20px;
       line-height: 1.5;
       font-family: "GT Eesti", sans-serif;
       font-weight: 500;
       margin: 7px 0 10px;
       color: #cd9453;
     }

     .single-product-details .single-product-title h3 .discount {
       color: #888;
       margin-left: 5px;
       text-decoration: line-through;
     }

     .single-product-details .single-product-title .ratings ul {
       position: relative;
       top: 1px;
     }

     .single-product-details .single-product-title .ratings ul li {
       display: inline-block;
     }

     .single-product-details .single-product-title .ratings ul li i {
       color: #fdcb05;
     }

     .single-product-details .single-product-title .ratings span {
       margin-left: 10px;
     }

     .single-product-details .single-product-desc {
       margin: 12px 0 15px;
     }

     .swiper-button-next,
     .swiper-button-prev {
       width: 40px;
       height: 40px;
       border-radius: 50%;
       border: 1px solid #ce653d;
       top: 55%;
       transform: translateY(-50%);
       transition: 0.4s;
     }

     .swiper-button-next i,
     .swiper-button-prev i {
       color: #ce653d;
       font-size: 18px;
       line-height: 0.8;
       display: inherit;
       transition: 0.4s;
     }

     .swiper-button-next:hover,
     .swiper-button-prev:hover {
       background-color: #ce653d;
     }

     .swiper-button-next:hover i,
     .swiper-button-prev:hover i {
       color: #fff;
     }

     .swiper-button-next::after,
     .swiper-button-prev::after,
     .swiper-container-rtl .swiper-button-prev::after,
     .swiper-container-rtl .swiper-button-next::after {
       display: none;
     }

     .single-product-option {
       display: flex;
       justify-content: flex-start;
       align-items: center;
       flex-wrap: wrap;
       margin: 25px 0;
     }

     .single-product-option a:nth-child(1) {
       margin-right: 15px;
     }

     .product-more-option-item {
       display: flex;
       align-items: center;
       flex-wrap: wrap;
       margin: 0 0 18px;
     }

     .product-more-option-item:last-child {
       margin: 0;
     }

     .product-more-option-item h5 {
       margin: 0 12px 0 0;
       line-height: 1;
       font-size: 18px;
     }

     .product-more-option-item span,
     .product-more-option-item a {
       font-size: 18px;
       position: relative;
       color: #666;
     }

     .product-large-img {
       max-width: 350px;
       margin: 0 auto;
     }

     .product-thumb {
       max-height: 150px;
     }

     .add-cart button {
       margin-right: 10px;
       font-weight: 400 !important;
     }

     .add-cart button i {
       margin-right: 10px;
       top: 1px !important;
     }

     .add-cart button.v3 {
       border-color: rgba(0, 0, 0, 0.2);
     }

     .product-description-box {
       border: 1px solid #ddd;
       border-radius: 20px 0;
       padding: 25px;
     }

     .product-description-box .product-desc h3 {
       margin: 0 0 20px;
     }

     .product-description-box .product-desc p {
       margin: 0;
     }

     .additional-info li {
       margin: 0 0 10px;
     }

     .additional-info li:last-child {
       margin-bottom: 0;
     }

     .additional-info li p span {
       width: 100px;
       font-weight: 600;
       display: inline-block;
     }

     .product-description-wrap .product-description {
       margin-bottom: 25px;
     }

     .product-description-wrap .product-description:last-child {
       margin-bottom: 0;
     }

     .product-description-wrap .product-description .desc-title {
       position: relative;
     }

     .product-description-wrap .product-description .desc-title h2 {
       font-size: 28px;
       line-height: 1.1;
       margin: 0 0 25px;
       background-color: #fff;
       position: relative;
       z-index: 1;
       display: inline-block;
       padding-right: 15px;
     }

     .product-description-wrap .product-description .desc-title:after {
       position: absolute;
       top: 16px;
       right: 0;
       content: "";
       background-color: rgba(0, 0, 0, 0.13);
       width: 100%;
       height: 1px;
     }

     .product-description-wrap .product-description h3 {
       font-size: 24px;
     }

     .progressbar-wrap .progress-bar {
       margin: 0 0 35px;
       overflow: hidden;
       background: 0 0;
     }

     .progressbar-wrap .progress-bar:last-child {
       margin-bottom: 0;
     }

     .progressbar-wrap .progress-bar .progress-content-outter {
       height: 3px;
       background-color: #f3f4f6;
     }

     .progressbar-wrap .progress-bar .progress-content-outter .progress-content {
       height: 3px;
       background-color: #cd9453;
       width: 0%;
     }

     .progressbar-wrap .progress-bar .progress-title-holder {
       position: relative;
       margin: 0 0 12px;
       font-size: 18px;
       text-align: left;
       color: #000;
     }

     .progressbar-wrap .progress-bar .progress-title-holder .progress-title {
       z-index: 100;
       font-weight: 500;
       margin: 0;
     }

     .progressbar-wrap .progress-bar .progress-title-holder .progress-number-wrapper {
       width: 100%;
       z-index: 10;
     }

     .progressbar-wrap .progress-bar .progress-title-holder .progress-number-wrapper .progress-number-mark {
       margin-bottom: 0;
       border-radius: 3px;
       position: absolute;
       bottom: 0;
       transform: translateX(-100%);
     }

     .progressbar-wrap .progress-bar .progress-title-holder .progress-number-wrapper .progress-number-mark .percent {
       font-weight: 500;
       position: relative;
     }

     #product-modal .modal-content .modal-header {
       padding: 0;
     }

     #product-modal .modal-content .modal-header button.close {
       position: absolute;
       top: 15px;
       right: 15px;
       background: #000;
       opacity: 1;
       border-radius: 0;
       border: none;
       z-index: 9;
       padding: 7px;
     }

     #product-modal .modal-content .modal-header button.close:focus {
       outline: 0;
       border: none;
       box-shadow: none;
     }

     #product-modal .modal-content .modal-header button.close i {
       font-size: 18px;
       line-height: 1;
       display: inline-block;
       color: #fff;
     }

     #product-modal .product-details-wrap {
       background-color: #fff;
       padding: 30px 30px;
     }

     #product-modal .product-details-wrap .single-product-gallery .carousel .carousel-item {
       border: 1px solid #f3f4f6;
       padding: 30px;
     }

     #product-modal .product-details-wrap .single-product-gallery .carousel-indicators {
       margin: 0;
       justify-content: space-between;
       margin: 15px -3px 0;
     }

     #product-modal .product-details-wrap .single-product-gallery .carousel-indicators li {
       width: calc(25% - 5px);
       min-height: 80px;
       padding: 15px;
       display: block;
       border: 1px solid #f3f4f6;
       opacity: 1;
     }

     #product-modal .product-details-wrap .single-product-option {
       margin-bottom: 0;
     }

     #product-modal .modal-body {
       padding: 0;
     }

     #product-modal .single-product-gallery .single-product-slider {
       width: 75%;
       margin-left: 25px;
       height: 520px;
     }

     #product-modal .single-product-thumbs {
       width: calc(25% - 25px);
       height: 520px;
     }

     #product-modal .single-product-thumbs .single-product-thumb img {
       max-width: 100%;
     }

     .client-review-form {
       border: 1px solid rgba(0, 0, 0, 0.1);
       padding: 25px;
     }

     .client-review-form .comment-form-title {
       margin-bottom: 20px;
     }

     .client-review-form .form-group {
       margin-bottom: 15px;
     }

     .client-review-form .form-group input,
     .client-review-form .form-group textarea {
       width: 100%;
       border: none;
       background: #f9f9f9;
       padding: 10px 15px;
     }

     .client-review-form .form-group input {
       height: 56px;
     }

     .client-review-form .form-group textarea {
       height: 128px;
       resize: none;
     }

     article p,
     .terms-wrap p {
       margin-bottom: 15px;
     }

     article p:last-child,
     .terms-wrap p:last-child {
       margin-bottom: 0;
     }

     article p strong,
     .terms-wrap p strong {
       color: #000;
     }

     article p a,
     .terms-wrap p a {
       color: #cd9453;
     }

     article p a:hover,
     .terms-wrap p a:hover {
       text-decoration: underline;
       color: #cd9453;
     }

     article h1,
     .terms-wrap h1 {
       font-size: 30px;
       margin-bottom: 15px;
     }

     article h2,
     .terms-wrap h2 {
       font-size: 28px;
       margin-bottom: 15px;
     }

     article h3,
     .terms-wrap h3 {
       font-size: 26px;
       margin-bottom: 15px;
     }

     article h4,
     .terms-wrap h4 {
       font-size: 24px;
       margin-bottom: 15px;
     }

     article h5,
     .terms-wrap h5 {
       font-size: 22px;
       margin-bottom: 15px;
     }

     article h6,
     .terms-wrap h6 {
       font-size: 20px;
       margin-bottom: 15px;
     }

     article ol,
     .terms-wrap ol {
       margin-top: 20px;
       margin-bottom: 25px;
     }

     article ol li,
     .terms-wrap ol li {
       margin-bottom: 15px;
       color: #666;
       padding-left: 3px;
     }

     article .content-feature-list,
     .terms-wrap .content-feature-list {
       margin: 25px 0;
     }

     article {
       margin-bottom: 22px;
     }

     .post-metainfo {
       margin-bottom: 14px;
     }

     .post-metainfo li {
       display: inline-block;
       position: relative;
       padding-left: 20px;
       margin-right: 20px;
       font-size: 15px;
     }

     .post-metainfo li:after {
       position: absolute;
       top: 0;
       right: -14px;
       content: "/";
       font-size: 16px;
       color: #666;
     }

     .post-metainfo li:last-child {
       margin-right: 0;
     }

     .post-metainfo li:last-child:after {
       display: none;
     }

     .post-metainfo li a {
       font-size: 15px;
       color: #666;
     }

     .post-metainfo li a:hover {
       color: #cd9453;
     }

     .post-metainfo li i {
       position: absolute;
       top: 4px;
       left: 0;
       font-size: 13px;
       line-height: 0.8;
       color: #cd9453;
     }

     .post-img {
       position: relative;
       margin: 0 0 25px;
       display: block;
     }

     .post-img .blog-date {
       display: inline-block;
       box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
       padding: 7px 32px 8px;
       position: absolute;
       top: -10px;
       left: 20px;
       z-index: 1;
       background-color: #cd9453;
       color: #fff;
       transition: 0.3s;
     }

     .post-img .blog-date:hover {
       background: #cd9453;
       color: #fff;
     }

     .wp-block-quote {
       position: relative;
       padding: 35px;
       background-color: transparent;
       border: 1px solid rgba(0, 0, 0, 0.1);
       text-align: center;
       margin: 30px 0;
     }

     .wp-block-quote .wp-quote-text {
       width: calc(100% - 120px);
       margin-left: 20px;
     }

     .wp-block-quote .wp-quote-text p {
       font-weight: 500;
       color: #000;
       font-weight: 500;
       margin-bottom: 0;
     }

     .wp-block-quote .wp-quote-icon {
       width: 100px;
       position: relative;
       top: 5px;
       z-index: 1;
     }

     .wp-block-quote .wp-quote-icon i {
       color: #cd9453;
       font-size: 78px;
       line-height: 0.8;
       margin: 0 auto;
     }

     .content-feature-list {
       margin: 0 0 28px;
     }

     .content-feature-list li {
       position: relative;
       padding-left: 25px;
       margin: 0 0 18px;
     }

     .content-feature-list li:last-child {
       margin-bottom: 0;
     }

     .content-feature-list li i {
       position: absolute;
       top: 6px;
       left: 0;
       color: #cd9453;
       font-size: 13px;
       line-height: 0.8;
     }

     .content-feature-list.style1 li {
       padding-left: 45px;
       margin-bottom: 18px;
     }

     .content-feature-list.style1 li:last-child {
       margin-bottom: 0;
     }

     .content-feature-list.style1 li span {
       position: absolute;
       top: 0;
       left: 0;
       width: 30px;
       height: 30px;
       border-radius: 50%;
       text-align: center;
       text-align: center;
       background: #cd9453;
     }

     .content-feature-list.style1 li span i {
       position: relative;
       top: auto;
       left: auto;
       font-size: 14px;
       line-height: 0.8;
       margin: 0 auto;
       color: #cd9453;
     }

     .post-meta-option {
       border: 1px solid rgba(0, 0, 0, 0.1);
       padding: 20px;
       margin-bottom: 25px;
     }

     .post-tag span i {
       position: relative;
       top: 3px;
       color: #cd9453;
       margin-right: 4px;
     }

     .post-tag ul {
       display: inline-block;
     }

     .post-tag ul li {
       display: inline-block;
     }

     .post-tag ul li a {
       color: #555;
       font-size: 16px;
       border-radius: 3px;
     }

     .post-tag ul li a:hover {
       color: #cd9453;
     }

     .post-tag span {
       margin-right: 10px;
       font-weight: 500;
       color: #000;
     }

     .post-share {
       display: inline-block;
     }

     .post-share span {
       font-weight: 500;
       color: #000;
     }

     .post-share ul {
       display: inline-block;
       margin-left: 5px;
     }

     .post-author {
       padding: 25px;
       margin: 15px 0 30px;
       border: 1px solid rgba(0, 0, 0, 0.1);
     }

     .post-author .post-author-img {
       width: 150px;
       height: 150px;
       border-radius: 50%;
     }

     .post-author .post-author-img img {
       border-radius: 50%;
     }

     .post-author .post-author-info {
       width: calc(100% - 175px);
       margin-left: 25px;
     }

     .post-author .post-author-info h4 {
       font-size: 22px;
       font-weight: 600;
       line-height: 1;
       margin-bottom: 15px;
     }

     .post-author .post-author-info p {
       margin: 0 0 15px;
     }

     .comment-item-wrap .comment-item {
       padding: 0 0 25px;
       margin-bottom: 25px;
       border-radius: 5px;
       border-bottom: 1px solid rgba(0, 0, 0, 0.1);
     }

     .comment-item-wrap .comment-item.reply {
       margin-left: 40px;
     }

     .comment-item-wrap .comment-item:last-child {
       margin-bottom: 0;
       border-bottom: none;
     }

     .comment-item-wrap .comment-item .comment-author-img {
       width: 100px;
       height: 100px;
       border-radius: 50%;
       position: relative;
       top: 4px;
     }

     .comment-item-wrap .comment-item .comment-author-img img {
       border-radius: 50%;
     }

     .comment-item-wrap .comment-item .comment-author-wrap {
       width: calc(100% - 120px);
       margin-left: 20px;
     }

     .comment-item-wrap .comment-item .comment-author-wrap .comment-author-name {
       margin: 0 0 9px;
     }

     .comment-item-wrap .comment-item .comment-author-wrap .comment-author-name h5 {
       line-height: 1;
       margin: 0 20px 0 0;
       font-size: 18px;
       font-weight: 600;
       display: inline-block;
     }

     .comment-item-wrap .comment-item .comment-author-wrap .comment-author-name .comment-date {
       display: inline-block;
       font-size: 14px;
       font-weight: 500;
       line-height: 1;
       color: #888;
       margin-left: 10px;
     }

     .comment-item-wrap .comment-item .comment-author-wrap .comment-text {
       margin: 0 0 10px;
     }

     .comment-item-wrap .comment-item .comment-author-wrap .comment-text p {
       margin: 0 0 5px;
     }

     .comment-item-wrap .reply-btn {
       display: inline-block;
       line-height: 1;
       font-weight: 600;
       color: #cd9453;
       transition: 0.3s;
     }

     .comment-item-wrap .reply-btn i {
       position: relative;
       margin-right: 4px;
     }

     .comment-item-wrap .reply-btn:hover {
       color: #cd9453;
     }

     .comment-box-title h4 {
       margin-bottom: 0;
       line-height: 1;
     }

     .comment-box-title p {
       margin-top: 10px;
       margin-bottom: 0;
     }

     #cmt-form {
       margin-top: 10px;
       border: 1px solid rgba(0, 0, 0, 0.1);
       padding: 30px;
     }

     #cmt-form label {
       color: #888;
       padding-left: 20px;
     }

     #cmt-form .comment-form .form-group {
       margin: 0 0 20px;
       position: relative;
     }

     #cmt-form .comment-form .form-group>label {
       font-weight: 500;
       display: block;
       margin: 0 0 5px;
       padding-left: 0;
       color: #888;
     }

     #cmt-form .comment-form .form-group input,
     #cmt-form .comment-form .form-group textarea {
       width: 100%;
       background-color: #f9fafc;
       border: none;
       border-radius: 5px;
       padding: 15px;
       color: #000;
     }

     #cmt-form .comment-form .form-group input:focus,
     #cmt-form .comment-form .form-group textarea:focus {
       box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
     }

     #cmt-form .comment-form .form-group input {
       height: 60px;
     }

     #cmt-form .comment-form .form-group textarea {
       height: 145px;
       resize: none;
     }

     #cmt-form .comment-form .btn.style1 {
       margin-top: 25px;
     }

     .post-cat-title {
       font-size: 24px;
       font-weight: 500;
       margin-bottom: 25px;
     }

     .post-cat-title span {
       font-weight: 600;
       color: #cd9453;
     }

     .post-cat-title {
       font-size: 24px;
       line-height: 1;
       font-weight: 500;
       margin-bottom: 25px;
     }

     .post-cat-title span {
       font-weight: 600;
       color: #cd9453;
     }

     .cart-table table {
       margin: 0;
     }

     .cart-table table thead tr {
       border-top: none;
       background: 0 0;
       border: 1px solid #f3f4f6;
     }

     .cart-table table thead tr th {
       border: none;
       padding: 15px 30px;
       text-align: center;
       font-size: 18px;
       font-weight: 500;
       text-align: center;
       border-right: 1px solid #f3f4f6;
     }

     .cart-table table tbody tr {
       vertical-align: middle;
       border: 1px solid #f3f4f6;
     }

     .cart-table table tbody tr td {
       padding: 13px 15px;
       background: #fff;
       text-align: center;
       border-bottom: none;
       border-right: 1px solid #f3f4f6;
     }

     .cart-table table tbody tr td button.style1 {
       font-size: 16px;
     }

     .cart-table table tbody tr td .cart-item {
       font-weight: 500;
       margin-left: 15px;
       text-align: center;
     }

     .cart-table table tbody tr td .cart-item-price {
       font-size: 16px;
       color: #cd9453;
       font-weight: 600;
       text-align: center;
     }

     .cart-table table tbody tr td .product-img {
       max-width: 80px;
       display: block;
       margin: 0 auto;
       padding: 15px;
       background-color: #f3f4f6;
     }

     .cart-table table tbody tr td p {
       margin: 0;
     }

     .cart-table table tbody tr td button {
       background: 0 0;
       display: block;
       margin: 0 auto;
       padding: 0;
       border: none;
       font-size: 20px;
     }

     .cart-table table tbody tr td button i {
       color: #cd9453;
     }

     .cart-table table tbody tr td button span {
       font-size: 18px;
       line-height: 30px;
     }

     .coupon-wrap {
       border: 1px solid #f3f4f6;
       border-top: none;
       padding: 15px;
     }

     .product-quantity {
       width: 144px;
     }

     .product-quantity .qtySelector {
       position: relative;
       height: 42px;
       border: 1px solid rgba(0, 0, 0, 0.15);
     }

     .product-quantity .qtySelector span {
       width: 48px;
       position: absolute;
       top: 0;
       height: 100%;
       background: 0 0;
       border: none;
       cursor: pointer;
       display: block;
       text-align: center;
       line-height: 42px;
       font-size: 20px;
       color: #000;
     }

     .product-quantity .qtySelector span.decreaseQty {
       left: 0;
     }

     .product-quantity .qtySelector span.increaseQty {
       right: 0;
     }

     .product-quantity .qtySelector input {
       width: calc(100% - 96px);
       background: 0 0;
       border-top-color: transparent;
       border-bottom-color: transparent;
       border-left: 1px solid rgba(0, 0, 0, 0.15);
       border-right: 1px solid rgba(0, 0, 0, 0.15);
       left: 48px;
       position: relative;
       height: 42px;
       top: -1px;
       text-align: center;
       color: #000;
     }

     .cart-qty .product-quantity {
       margin: 0 auto;
     }

     .cart-qty .product-quantity input {
       left: 0 !important;
     }

     .coupon-code {
       position: relative;
     }

     .coupon-code input {
       width: 100%;
       height: 54px;
       background: #f9f9f9;
       padding: 10px 50px 10px 20px;
       border: none;
       border-radius: 0;
     }

     .coupon-code button {
       position: absolute;
       top: 0;
       right: 0;
       height: 100%;
       padding: 5px 22px;
       border-radius: 0;
       background-color: #cd9453;
       text-align: center;
       color: #fff;
       font-weight: 500;
       border: none;
     }

     .cart-total {
       padding: 20px 25px 25px;
       border: 1px solid #f3f4f6;
     }

     .cart-total .cart-box-title {
       border-bottom: 1px solid #cd9453;
       margin-bottom: 20px;
       padding-bottom: 15px;
     }

     .cart-total .cart-total-item {
       margin-bottom: 15px;
       padding-bottom: 15px;
       border-bottom: 1px solid #f3f4f6;
     }

     .cart-total .cart-total-item p,
     .cart-total .cart-total-item span {
       margin: 0;
       font-size: 18px;
       font-weight: 500;
     }

     .cart-total .cart-total-item:last-child {
       border-bottom: none;
       margin-bottom: 0;
       padding-bottom: 0;
     }

     .cart-total .btn.style2 {
       padding: 12px 10px 14px;
     }

     .wh_btn .btn:nth-child(1) {
       margin-right: 10px;
     }

     .wishlist-table table tbody tr td:nth-child(4) {
       text-align: left;
     }

     .wishlist-table table tbody tr td .product-quantity {
       margin: 0 auto;
     }

     .checkout label {
       font-weight: 600;
       margin: 0 0 8px;
     }

     .checkout .form-group input {
       border: none;
       border-radius: 5px;
       background: #f1f1f1;
       color: #999;
     }

     .checkout .form-group textarea {
       border: none;
       border-radius: 5px;
       background: #f1f1f1;
       color: #999;
       height: 120px;
     }

     .checkout-promobox {
       background: #f9f9f9;
       padding: 15px;
       margin: 0 0 25px;
     }

     .checkout-promobox i {
       color: #cd9453;
       position: relative;
       top: 4px;
       font-size: 20px;
       margin-right: 5px;
     }

     .checkbox input {
       padding: 0;
       height: initial;
       width: initial;
       margin-bottom: 0;
       display: none;
       cursor: pointer;
     }

     .checkbox label {
       position: relative;
       cursor: pointer;
       padding-left: 24px;
     }

     .checkbox label::before {
       content: "";
       -webkit-appearance: none;
       -moz-appearance: none;
       appearance: none;
       background-color: transparent;
       border: 1px solid #cd9453;
       display: inline-block;
       position: relative;
       vertical-align: middle;
       cursor: pointer;
       margin-right: 5px;
       position: absolute;
       border-radius: 50%;
       top: 3px;
       left: 0;
       width: 16px;
       height: 16px;
     }

     .checkbox label a {
       color: #cd9453;
     }

     .checkbox label.style2 label:before {
       border-radius: 50%;
       border-color: #888;
     }

     .checkbox input:checked+label:after {
       content: "";
       display: block;
       position: absolute;
       top: 10.8px;
       left: 8px;
       width: 6px;
       height: 6px;
       background: #cd9453;
       border-radius: 50%;
       transform: translate(-50%, -50%);
     }

     .checkout-box-subtitle {
       font-weight: 500;
       margin-bottom: 18px;
     }

     .checkout-form {
       margin: 0 0 25px;
       background-color: #f9f9f9;
       padding: 25px;
     }

     .checkout-form .checkout-box-title {
       font-weight: 700;
       margin-bottom: 25px;
     }

     .checkout-form .form-group {
       margin: 0 0 15px;
     }

     .checkout-form .form-group label {
       margin-bottom: 10px;
       display: block;
     }

     .checkout-form .form-group input,
     .checkout-form .form-group textarea {
       border: none;
       border-radius: 0;
       background: #fff;
       color: #000;
       width: 100%;
       padding: 13px 15px 13px 20px;
     }

     .checkout-form .form-group input::-moz-placeholder,
     .checkout-form .form-group textarea::-moz-placeholder {
       opacity: 0.9;
     }

     .checkout-form .form-group input::placeholder,
     .checkout-form .form-group textarea::placeholder {
       opacity: 0.9;
     }

     .checkout-form .form-group input {
       height: 60px;
     }

     .checkout-form .form-group textarea {
       height: 212px;
       resize: none;
     }

     .checkout-form .form-group select {
       border: none;
       border-radius: 5px;
       background: #fff;
       color: #000;
       width: 100%;
       height: 60px;
       padding: 10px 15px 10px 20px;
       cursor: pointer;
       opacity: 0.9;
       -webkit-appearance: none;
       -moz-appearance: none;
       appearance: none;
       background-image: url(../img/down-arrow.png);
       background-repeat: no-repeat;
       background-size: 15px;
       background-position: 96% 50%;
     }

     .checkout-details {
       background: #f9f9f9;
       padding: 20px 30px 30px;
       margin: 0 0 25px;
     }

     .checkout-details .checkout-box-title {
       font-size: 24px;
       margin-bottom: 25px;
       padding-bottom: 15px;
       border-bottom: 1px solid #cd9453;
     }

     .checkout-details .bill-item {
       margin-bottom: 15px;
       padding: 5px 0 8px;
       border-bottom: 1px solid rgba(0, 0, 0, 0.08);
     }

     .checkout-details .bill-item:last-child {
       margin-bottom: 0;
       border-bottom: none;
     }

     .checkout-details .bill-item .bill-item-name {
       width: 65%;
       margin: 0;
       color: #666;
     }

     .checkout-details .bill-item .bill-item-price {
       width: 32%;
       font-size: 16px;
       font-size: 16px;
       font-weight: 500;
       color: #000;
       text-align: right;
     }

     .checkout-details .coupon-item {
       margin: 15px 0;
     }

     .checkout-details .coupon-item h4 {
       margin-bottom: 15px;
     }

     .checkout-details .coupon-item .form-group {
       position: relative;
     }

     .checkout-details .coupon-item .form-group input {
       width: 100%;
       height: 60px;
       background: #fff;
       padding: 10px 50px 10px 20px;
       border: none;
       border-radius: 5px;
     }

     .checkout-details .coupon-item .form-group button {
       position: absolute;
       top: 0;
       right: 0;
       height: 100%;
       border: none;
       padding: 0 20px;
       border-radius: 0 5px 5px 0;
       background-color: #cd9453;
       text-align: center;
       color: #fff;
       font-weight: 500;
     }

     .checkout-details .form-group input {
       height: 52px;
       font-size: 14px;
       line-height: 20px;
       padding: 10px 40px 10px 15px;
       border: 1px solid #f3f4f6;
     }

     .checkout-details .form-group button {
       position: absolute;
       top: 0;
       right: 0;
       border: none;
       height: 100%;
       color: #fff;
       font-size: 16px;
       padding: 0 25px;
     }

     .checkout-details .select-payment-method {
       margin: 15px 0 0;
     }

     .checkout-details .select-payment-method div {
       margin: 0 0 15px;
       display: block;
       width: 100%;
     }

     .checkout-details .select-payment-method div label {
       padding-left: 28px !important;
       color: #000;
       font-weight: 500;
       font-size: 20px;
       position: relative;
       padding-left: 24px;
       cursor: pointer;
       line-height: 20px;
       display: inline-block;
     }

     .checkout-details .select-payment-method div p {
       margin: 0 0 0 28px;
       color: #666;
     }

     .select-payment-method [type="radio"]:checked,
     .select-payment-method [type="radio"]:not(:checked) {
       position: absolute;
       left: -9999px;
     }

     .select-payment-method [type="radio"]:not(:checked)+label::before,
     .select-payment-method [type="radio"]:checked+label::before {
       content: "";
       position: absolute;
       left: 0;
       top: 0;
       width: 18px;
       height: 18px;
       border-radius: 50%;
       background: 0 0;
     }

     .select-payment-method [type="radio"]:not(:checked)+label::before {
       border: 1px solid #999;
     }

     .select-payment-method [type="radio"]:checked+label::before {
       border: 1px solid #cd9453;
     }

     .select-payment-method [type="radio"]:checked+label::after,
     .select-payment-method [type="radio"]:not(:checked)+label::after {
       position: absolute;
       content: "";
       width: 7px;
       height: 7px;
       border-radius: 50%;
       background: #cd9453;
       top: 5px;
       left: 6px;
       transition: all 0.2s ease;
     }

     .select-payment-method [type="radio"]:not(:checked)+label::after {
       background: 0 0;
     }

     .select-payment-method [type="radio"]:checked+label::after {
       background: #cd9453;
     }

     .checkout-footer .btn {
       margin-top: 15px;
       padding: 15px;
     }

     .contact-form.style2 #contactForm {
       margin-bottom: -10px;
       background: 0 0;
       padding: 0;
     }

     .contact-form.style2 #contactForm .form-group input,
     .contact-form.style2 #contactForm .form-group textarea {
       background-color: #fff;
       border: none;
     }

     .contact-box-wrap .contact-item {
       background: #f9f9f9;
       padding: 25px;
       border-radius: 0;
       margin: 0 0 25px;
       position: relative;
       z-index: 1;
       transition: 0.4s;
     }

     .contact-box-wrap .contact-item .contact-icon {
       width: 60px;
       height: 60px;
       position: relative;
       border-radius: 50%;
       text-align: center;
       background-color: #333;
       box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
       transition: 0.4s;
     }

     .contact-box-wrap .contact-item .contact-icon i {
       color: #fff;
       line-height: 0.8;
       font-size: 28px;
       position: relative;
       top: 2px;
       transition: 0.34s;
     }

     .contact-box-wrap .contact-item .contact-info {
       width: calc(100% - 85px);
       margin-left: 25px;
       transition: 0.3s;
     }

     .contact-box-wrap .contact-item .contact-info h3 {
       font-size: 24px;
       margin: 0 0 10px;
       font-weight: 700;
       transition: 0.3s;
     }

     .contact-box-wrap .contact-item .contact-info a,
     .contact-box-wrap .contact-item .contact-info p {
       display: block;
       margin: 0;
       line-height: 1.5;
       color: #666;
       transition: 0.3s;
     }

     .contact-box-wrap .contact-item:hover .contact-info h3 {
       color: #cd9453;
     }

     .contact-box-wrap .contact-item:hover .contact-icon {
       background-color: #cd9453;
     }

     .contact-box-wrap .contact-item:hover .contact-icon i {
       color: #fff;
     }

     .comp-map {
       height: 462px;
     }

     .comp-map iframe {
       width: 100%;
       height: 100%;
     }

     #contactForm {
       background-color: #f9f9f9;
       padding: 30px 30px 22px;
     }

     #contactForm .form-group {
       margin: 0 0 20px;
     }

     #contactForm .form-group input,
     #contactForm .form-group textarea {
       width: 100%;
       background: #fff;
       border: none;
       padding: 10px 15px;
       border-radius: 0;
     }

     #contactForm .form-group input:focus,
     #contactForm .form-group textarea:focus {
       border: 1px solid rgba(0, 0, 0, 0.2);
     }

     #contactForm .form-group input {
       height: 60px;
     }

     #contactForm .form-group textarea {
       height: 163px;
       resize: none;
     }

     .btn.disabled {
       opacity: 1;
       position: relative;
       z-index: 10;
       color: #fff;
       cursor: pointer;
     }

     .footer-wrap .footer-widget .social-link,
     .newsletter-wrap .newsletter-form button,
     .owl-carousel .owl-nav,
     .owl-carousel .owl-nav button.owl-prev,
     .owl-carousel .owl-nav button.owl-next,
     .social-profile.style1 li a,
     .social-profile.style2 li a,
     .page-navigation .page-nav,
     .header-wrap.style1 .header-top .header-top-right,
     .search-area,
     .select-lang .navbar-language .dropdown-toggle,
     .shopcart,
     .cart-popup .close-cart-popup,
     .cart-popup .cart-popup-body .cart-item,
     .cart-popup .cart-popup-footer .total-amt,
     .pp-post-item,
     .category-item-wrap,
     #modal-subscribe .modal-content .modal-header .btn-close,
     .hero-wrap .hero-content .hero-btn,
     .hero-wrap .hero-content .hero-btn .play-video,
     .hero-wrap.style2 .filter-box,
     .hero-wrap.style3 .hero-slide-item .hero-img-wrap .hero-promotext,
     .feature-card .feature-icon,
     .feature-item-wrap .feature-item,
     .feature-item-wrap.style1 .feature-item .feature-icon,
     .feature-item-wrap.style4 .feature-item .feature-icon,
     .feature-item-wrap.style2 .feature-item .feature-icon,
     .feature-item-wrap.style3,
     .feature-item-wrap.style5,
     .feature-item-wrap.style3 .feature-item,
     .feature-item-wrap.style5 .feature-item,
     .feature-item-wrap.style3 .feature-item .feature-icon,
     .feature-item-wrap.style5 .feature-item .feature-icon,
     .featured-product-img,
     .product-features.feature-item-wrap .feature-item .feature-icon,
     .why-choose-wrap.style1 .wh-img-wrap .product-sell-counter,
     .promo-item.style1 .promo-icon,
     .promo-item.style2 .promo-icon,
     .product-card .product-img .product-option li button,
     .product-card .product-img .product-option li a,
     .checkbox-item,
     .product-search-box,
     .process-item,
     .testimonial-card .client-info-wrap,
     .single-product-details .single-product-title .ratings,
     .swiper-button-next,
     .swiper-button-prev,
     #product-modal .modal-content .modal-header button.close,
     #product-modal .single-product-gallery,
     #product-modal .single-product-gallery .single-product-slider .single-product-item,
     #product-modal .single-product-thumbs .single-product-thumb,
     .wp-block-quote,
     .content-feature-list.style1 li span,
     .post-author,
     .comment-item-wrap .comment-item,
     .cart-total .cart-total-item,
     .checkout-details .bill-item,
     .checkout-details .select-payment-method,
     .contact-box-wrap .contact-item,
     .contact-box-wrap .contact-item .contact-icon {
       display: flex;
       flex-wrap: wrap;
     }

     .newsletter-wrap .newsletter-form button,
     .owl-carousel .owl-nav button.owl-prev,
     .owl-carousel .owl-nav button.owl-next,
     .social-profile.style1 li a,
     .social-profile.style2 li a,
     .search-area,
     .shopcart,
     .cart-popup .close-cart-popup,
     #modal-subscribe .modal-content .modal-header .btn-close,
     .hero-wrap.style3 .hero-slide-item .hero-img-wrap .hero-promotext,
     .feature-card .feature-icon,
     .feature-item-wrap.style2 .feature-item .feature-icon,
     .feature-item-wrap.style3 .feature-item .feature-icon,
     .feature-item-wrap.style5 .feature-item .feature-icon,
     .featured-product-img,
     .product-features.feature-item-wrap .feature-item .feature-icon,
     .promo-item.style1 .promo-icon,
     .promo-item.style2 .promo-icon,
     .product-card .product-img .product-option li button,
     .product-card .product-img .product-option li a,
     .swiper-button-next,
     .swiper-button-prev,
     #product-modal .modal-content .modal-header button.close,
     #product-modal .single-product-gallery .single-product-slider .single-product-item,
     #product-modal .single-product-thumbs .single-product-thumb,
     .content-feature-list.style1 li span,
     .contact-box-wrap .contact-item .contact-icon {
       flex-direction: column;
       justify-content: center;
     }

     .footer-wrap .footer-widget .social-link,
     .header-wrap.style1 .header-top .header-top-right,
     .select-lang .navbar-language .dropdown-toggle,
     .cart-popup .cart-popup-body .cart-item,
     .cart-popup .cart-popup-footer .total-amt,
     .hero-wrap .hero-content .hero-btn,
     .hero-wrap .hero-content .hero-btn .play-video,
     .hero-wrap.style2 .filter-box,
     .feature-item-wrap.style3 .feature-item,
     .feature-item-wrap.style5 .feature-item,
     .featured-product-img,
     .checkbox-item,
     .product-search-box,
     .testimonial-card .client-info-wrap,
     .single-product-details .single-product-title .ratings,
     #product-modal .single-product-gallery .single-product-slider .single-product-item,
     #product-modal .single-product-thumbs .single-product-thumb,
     .wp-block-quote,
     .cart-total .cart-total-item,
     .checkout-details .bill-item,
     .contact-box-wrap .contact-item {
       -webkit-box-align: center;
       -ms-flex-align: center;
       -ms-grid-row-align: center;
       align-items: center;
     }

     .newsletter-wrap {
       background-color: #ce653d;
       padding: 35px;
       position: relative;
       z-index: 2;
     }

     .newsletter-wrap .newsletter-title {
       position: relative;
       top: 5px;
     }

     .newsletter-wrap .newsletter-title h2 {
       font-size: 34px;
       color: #fff;
       margin: 0;
     }

     .newsletter-wrap .newsletter-form {
       position: relative;
     }

     .newsletter-wrap .newsletter-form input {
       width: 100%;
       height: 60px;
       border: none;
       border-radius: 0;
       background-color: #fff;
       color: #666;
       text-align: left;
       padding: 15px 128px 12px 18px;
     }

     .newsletter-wrap .newsletter-form input::-moz-placeholder {
       opacity: 1;
       color: #666;
     }

     .newsletter-wrap .newsletter-form input::placeholder {
       opacity: 1;
       color: #666;
     }

     .newsletter-wrap .newsletter-form button {
       position: absolute;
       top: 4px;
       right: 4px;
       border: none;
       padding: 5px 28px;
       height: calc(100% - 8px);
       background-color: #333;
       font-size: 16px;
       line-height: 0.8;
       color: #fff;
       margin: 0 auto;
     }

     .newsletter-wrap .newsletter-form.style2 input {
       border-radius: 5px;
     }

     .newsletter-wrap .newsletter-form.style2 button {
       border-radius: 5px;
     }

     .newsletter-wrap.style2 {
       border-radius: 10px;
     }

     .newsletter-wrap.style2 .newsletter-form input {
       border-radius: 10px;
     }

     .newsletter-wrap.style2 .newsletter-form button {
       border-radius: 10px;
     }

     .footer-wrap {
       position: relative;
       z-index: 1;
     }

     .footer-wrap .container {
       position: relative;
     }

     .footer-wrap .footer-widget {
       margin-bottom: 15px;
     }

     .footer-wrap .footer-widget .footer-widget-title {
       font-size: 18px;
       font-weight: 300;
       color: #fff;
       margin-bottom: 17px;
       padding-bottom: 15px;
       position: relative;
     }

     .footer-wrap .footer-widget .footer-widget-title:after {
       position: absolute;
       bottom: 0;
       left: 0;
       content: "";
       width: 55px;
       height: 2px;
       background-color: #b56618;
     }

     .footer-wrap .footer-widget .comp-desc {
       color: #fff;
       margin: 20px 0 18px;
       padding-right: 10px;
     }

     .footer-wrap .footer-widget .social-link h6 {
       font-weight: 500;
       color: #fff;
       line-height: 1;
       margin: 0 10px 0 0;
     }

     .footer-wrap .footer-widget .social-link .social-profile {
       line-height: 1; position:relative
     }

     .footer-wrap .footer-widget .social-link .social-profile li a i {
       color: #fff;
       font-size: 18px;
       height: 32px;
       width: 35px;
       background: #ce653d;
       display: flex;
       align-items: center;
       justify-content: center;
     }

     .footer-wrap .footer-widget .social-link .social-profile li a i:hover {
       transform: translateY(-2px);
       background: #fff;
       color: #ce653d;
     }

     .footer-wrap .footer-widget .footer-menu li {
       margin-bottom: 8px;
     }

     .footer-wrap .footer-widget .footer-menu li:last-child {
       margin-bottom: 0;
     }

     .footer-wrap .footer-widget .footer-menu li a {
       color: #fff;
       position: relative;
       
       font-size: 14px;
     }

     .footer-wrap .footer-widget .footer-menu li a:after {
       position: absolute;
       bottom: -5px;
       left: 20px;
       content: "";
       width: 0;
       height: 1px;
       background-color: #ce653d;
       visibility: hidden;
       opacity: 0;
       transition: 0.5s;
     }

     .footer-wrap .footer-widget .footer-menu li a i {
       position: absolute;
       top: -3px;
       left: -5px;
       font-size: 14px;
       color: #fff;
       transition: 0.5s;
     }

     .footer-wrap .footer-widget .footer-menu li a:hover {
       color: #ce653d;
     }

     .footer-wrap .footer-widget .footer-menu li a:hover:after {
       visibility: visible;
       opacity: 1;
       width: calc(100% - 22px);
     }

     .footer-wrap .footer-widget .footer-menu li a:hover i {
       color: #ce653d;
     }

     .footer-wrap .footer-widget .contact-info li {
       position: relative;
       padding-left: 25px;
       margin-bottom: 15px;
     }

     .footer-wrap .footer-widget .contact-info li:last-child {
       margin-bottom: 0;
     }

     .footer-wrap .footer-widget .contact-info li h6 {
       color: #fff;
       font-weight: 500;
       margin: 0 0 5px;
     }

     .footer-wrap .footer-widget .contact-info li i {
       position: absolute;
       top: 4px;
       left: 0;
       font-size: 14px;
       line-height: 0.8;
       color: #b56618;
     }

     .footer-wrap .footer-widget .contact-info li p,
     .footer-wrap .footer-widget .contact-info li a {
       color: #fff;
       margin-bottom: 0;
       transition: 0.3s;
       font-size: 14px;
     }

     .footer-wrap .footer-widget .contact-info li:hover p,
     .footer-wrap .footer-widget .contact-info li:hover a {
       color: #b56618;
     }

     .copyright-text {
       padding: 5px 10px;
       text-align: center;
       margin: 0;
       color: #fff;
       text-align: center;
       border-top: 1px solid rgba(255, 255, 255, 0.1);
       position: relative;
     }

     .copyright-text i {
       position: relative;
       top: 0;
       margin-right: 2px;
     }

     .copyright-text span {
       color: #b56618;
     }

     .copyright-text a {
       color: #b56618;
       font-weight: 600;
     }

     .copyright-text a:hover {
       text-decoration: underline;
     }

     @media only screen and (max-width: 575px) {
       .newsletter-wrap {
         padding: 18px 20px 20px;
         margin-bottom: -75px;
       }

       .newsletter-wrap .newsletter-form input {
         height: 54px;
         padding: 16px 12px 12px;
       }

       .newsletter-wrap .newsletter-form button {
         position: relative;
         margin-top: 15px;
         width: 100%;
         display: block;
         top: 0;
         right: 0;
         line-height: 1.1;
         padding: 19px 10px 17px;
       }
     }

     @media only screen and (min-width: 576px) and (max-width: 767px) {
       .footer-wrap .footer-widget .footer-widget-title {
         margin-bottom: 25px !important;
         font-size: 20px !important;
         padding-bottom: 10px !important;
       }
     }

     @media only screen and (max-width: 767px) {
       .newsletter-wrap {
         padding: 18px 20px 20px;
         margin-bottom: -75px;
       }

       .newsletter-wrap .newsletter-title h2 {
         margin-bottom: 18px;
         font-size: 20px;
         text-align: center;
       }

       .footer-wrap {
         padding-top: 75px;
       }

       .footer-wrap .footer-widget .footer-widget-title {
         font-size: 18px;
         margin-bottom: 18px;
         padding-bottom: 8px;
       }

       .footer-wrap .footer-widget .comp-desc {
         font-size: 14px;
         padding-right: 10px;
       }

       .footer-wrap .footer-widget h6 {
         font-size: 16px;
       }

       .footer-wrap .footer-widget .contact-info li {
         margin-bottom: 10px;
       }

       .footer-wrap .footer-widget .contact-info li i {
         top: 3px;
       }

       .footer-wrap .footer-widget .contact-info p,
       .footer-wrap .footer-widget .contact-info a {
         font-size: 14px;
       }

       .footer-wrap .footer-widget .footer-menu li {
         margin-bottom: 8px;
       }

       .footer-wrap .footer-widget .footer-menu li a {
         font-size: 14px;
       }

       .footer-wrap .footer-widget .footer-menu li a i {
         font-size: 14px;
         top: -7px;
       }

       .footer-wrap .footer-widget .newsletter-form input {
         height: 48px;
       }

       .footer-wrap .footer-widget .newsletter-form button {
         width: 40px;
         height: 40px;
       }

       .footer-wrap .footer-widget .newsletter-form input,
       .footer-wrap .footer-widget .newsletter-form button {
         font-size: 14px;
       }
     }

     @media only screen and (min-width: 768px) and (max-width: 991px) {
       .newsletter-wrap {
         padding: 25px 30px 30px;
         margin-bottom: -90px;
       }

       .newsletter-wrap .newsletter-title h2 {
         margin-bottom: 25px;
         font-size: 28px;
         text-align: center;
       }

       .footer-wrap {
         padding-top: 90px;
       }

       .footer-wrap .footer-widget .footer-widget-title {
         font-size: 20px;
         margin-bottom: 25px;
         padding-bottom: 12px;
       }

       .footer-wrap .footer-widget .comp-desc {
         padding-right: 40px;
       }
     }

     @media only screen and (max-width: 991px) {
       .footer-wrap .footer-widget .comp-desc {
         margin: 18px 0;
       }
     }

     @media only screen and (min-width: 992px) and (max-width: 1199px) {
       .newsletter-wrap {
         margin-bottom: -80px;
       }

       .newsletter-wrap .newsletter-title h2 {
         font-size: 32px;
       }

       .footer-wrap {
         padding-top: 80px;
       }

       .footer-wrap .footer-widget .footer-widget-title {
         font-size: 22px;
       }

       .footer-wrap .footer-widget .comp-desc {
         padding-right: 20px;
       }

       .footer-wrap .footer-widget .newsletter-form {
         position: relative;
       }

       .footer-wrap .footer-widget .newsletter-form input {
         height: 52px;
       }

       .footer-wrap .footer-widget .newsletter-form button {
         width: 44px;
         height: 44px;
       }

       .footer-wrap .footer-widget .newsletter-form button i {
         font-size: 18px;
       }
     }

     @media only screen and (max-width: 1199px) {
       .footer-wrap .footer-top .footer-widget .footer-widget-title {
         margin-bottom: 18px;
       }
     }

     @media only screen and (min-width: 1200px) {
       .newsletter-wrap {
         margin-bottom: 0;
       }

       .footer-wrap {
         padding-top: 10px;
         /* background: url(../../assets/img/bg/gradient-hexagonal-background_23-2148944165.jpg); */
         background-size: cover;
         background: #000;
         background-position: right;
         /* border-radius: 30px 30px 0 0; */
       }

       .footer-wrap .footer-widget .comp-desc {
         padding-right: 25px;
       }
     }

     .pro-img img {
       height: 250px;
       width: 100%;
       object-fit: cover;
     }

     .pro-img img {
       height: 250px;
       width: 100%;
       object-fit: cover;
       position: relative;
       transition: all 0.5s;
     }

     .pro-img img:before {
       height: 100%;
       width: 100%;
       background: #333;
       top: 0;
       z-index: 3;
     }

     .pro-img:before {
       position: absolute;
       content: "";
       height: 100%;
       width: 100%;
       background: #0000004f;
       top: 0;
       z-index: 9;
     }

     .pro-img {
       position: relative;
       overflow: hidden;
     }

     .pro-name {
       text-align: center;
       position: absolute;
       top: 50%;
       left: 34%;
       z-index: 9;
       transition: all 0.5s;
     }

     .pro-name strong {
       font-size: 20px;
       color: #fff;
       background: #ce653d;
       padding: 6px 30px;
     }

     .pro-item {
       position: relative;
     }

     .pro-item:hover .pro-img img {
       transform: scale(1.1);
     }

     .pro-item:hover .pro-name {
       top: 43%;
     }

     .pro-itmems {
       background: #f3f4f6;
       border-top: 1px solid #ce653d;
       padding: 40px 0 40px;
     }

     .blog-img {
       position: relative;
     }

     .blog-img:before {
       position: absolute;
       content: "";
       height: 17%;
       bottom: 0;
       width: 100%;
       background: #00000085;
       z-index: 99999;
     }

     .featured-product-img {
       position: relative;
     }

     .footer-widget img {
       /* background: #fff; */
       /* padding: 9px; */
       height: 92px;
       border-radius: 16px;
     }

     .hero-slide-item.one {
       /* background: url(../../assets/img/bg/bg1.webp); */
       background-size: cover;
       background-repeat: no-repeat;
       height: auto;
       border-radius: 0 0 70px 70px;
     }

     .hero-slide-item.two {
       background: url(../../assets/img/bg/bg2.jpg);
       background-size: cover;
       background-repeat: no-repeat;
       height: 86vh;
       padding-bottom: 140px;
       border-radius: 0 0 70px 70px;
     }

    

     .hero-content h1,
     .hero-content p {
       color: #fff;
     }

     .top-items {
       background-color: #fff !important;
       padding: 10px 20px !important;
       margin-bottom: 0 !important;
     }

     .container-fluid.new {
       padding: 0 !important;
     }

     a.navbar-brand {
       background: #fff;
       border-radius: 10px;
     }

     section.quote {
       padding: 60px 0;
       /* background: url("../../assets/img/bg/bg1.png"); */
     }

     section.quote:before {}

     .quote-text p {
       color: #363435;
       margin: 0;
       font-size: 14px;
     }

     .quote-text h4 {
       color: #363435;
       font-size: 16px;
       margin-top: 10px;
       /* margin-bottom: 25px; */
       position: relative;
     }

     .quote .box {
       text-align: center;
       /* min-height: 366px; */
       margin-top: 12px;
     }

     .box .icon i {
       color: #fff;
       font-size: 40px;
     }

     .product-wrap {
       background: url(../../assets/img/bg/bg1.png);
       background-size: cover;
     }

     .blog-wrap {
       /* background: url(../../assets/img/bg/bg1.png); */
       padding: 40px 0 0px 0;
       background-size: cover;
       background-position: center;
       position: relative;
       z-index: 2;
       background-attachment: fixed;
       /* border-radius: 30px; */
     }

     .blog-wrap:before {
       position: absolute;
       content: "";
       height: 100%;
       width: 100%;
       /* background: #0000004a; */
       top: 0;
       border-radius: 30px;
     }

     .cartttt {
       padding: 60px 0;
       background: url(../../assets/img/bg/counter.jpg);
       position: relative;
       border-radius: 30px;
       background-attachment: fixed;
     }

     .counetr {
       text-align: center;
     }

     .counetr h4 {
       color: #000;
       font-size: 40px;
     }

     .counetr p {
       color: #000;
     }

     .cartttt:before {
       position: absolute;
       content: "";
       height: 100%;
       width: 100%;
       top: 0;
       background: #000000b0;
       border-radius: 30px;
     }

     .footer-wrap:before {
       position: absolute;
       content: "";
       height: 100%;
       width: 100%;
       top: 0;
       background: #000000;
       /* border-radius: 30px 30px 0 0; */
     }

     .product-card:hover {
       /* margin-top: -3px; */
       transition: all 0.5s;
     }

     .solution-img img {
       height: 300px;
       border-radius: 15px;
       object-fit: cover;
     }

     .solution-box {
       position: relative;
       overflow: hidden;
       /* box-shadow: 0 7px 7px 1px #929292; */
       border-radius: 15px;
       display: flex;
       align-items: center;
     }

     .solution-content {
       position: absolute;
       text-align: center;
       bottom: 0px;
       background: #000000b0;
       padding: 10px 15px;
       height: 42px;
       transition: all 0.5s;
       border-radius: 0 0 15px 15px;
     }

     .solution-content h3 a {
       color: #ffffff;
     }

     .solution-content h3 {
       font-size: 18px;
     }

     .solution-box:hover .solution-content {
       bottom: 0;
       height: 100%;
       padding: 20px 15px;
       border-radius: 15px;
     }

     .solution-content p {
       color: #fff;
       margin: 0;
     }

     .solution {
       padding: 40px 0 0 0;
     }

     .solution {
       background: url(../../assets/img/bg/brand-bg.png);
       background-size: cover;
       /* padding-bottom: 30px; */
     }

     .solution-box .btn {
       padding: 5px 30px;
       border: 1px solid #fff;
       border-radius: 7px;
       background: #b56618;
     }

     .about-content {
       padding: 0px 0 0px 20px;
       border-radius: 10px;
       text-align: center;
     }

     .social-profile li a img {
       height: 30px;
       border-radius: 6px;
     }

     .footer-widget.logo {
       position: relative;
       display: flex;
       align-items: center;
       height: 100%;
     }
	 .footer-widget.logo:after {
    content: '';
    width: 2px;
    height: 100%;
    background: #b56618;
    right: 50px;
    position: absolute;
}

     .partner-item:hover img {
       transform: scale(1.1);
     }

     .counetr {
       box-shadow: 0 5px 2px 1px #5a5a5a;
       padding: 10px 10px 2px;
       background: #ffffffde;
       border-radius: 20px;
     }

     .hero-wrap.style1 .hero-content h1 {
       font-size: 50px !important;
     }

     .quote {
       background: url();
       background-size: cover;
     }

     .box {
       text-align: center;
     }

     .icon {
       height: 70px;
       width: 70px;
       margin: auto;
       background: #000000;
       display: flex;
       justify-content: center;
       align-items: center;
       border-radius: 50%;
       font-size: 22px;
       color: #fff;
       border: 4px solid #b56618;
     }

     section.quote .content-title p {
       color: #363435;
       text-align: center;
     }

     .partner-btn {
       position: absolute;
       text-align: center;
       width: 100%;
       bottom: 7px;
       transition: all 0.5s;
       z-index: -1;
       visibility: hidden;
     }

     .partner-btn a {
       color: #fff;
       background: #ff5f29;
       padding: 2px 24px;
       border-radius: 0 0 18px 18px;
       margin-right: 10px;
       font-size: 14px;
     }

     .partner-item:hover .partner-btn {
       visibility: visible;
       bottom: -26px;
     }

     video {
       position: absolute;
       width: 100%;
       height: 86vh;
       object-fit: cover;
     }

     .style1.who {
       /* background: none; */
       color: #ffffff;
       width: 600px;
       background: #fff;
       padding: 30px;
       border-radius: 20px;
       margin-left: -135px;
     }

     .style1.who:hover {
       color: #ffffff;
     }

     .content-title.who h2 {
       margin-bottom: 10px;
       position: relative;
       color: #000;
       text-align: center;
     }

     .content-title.who h2:before {
       position: absolute;
       content: "";
       height: 3px;
       width: 56px;
       background: #b56618;
       top: -10px;
     }

     .quote-text h4:after {
       position: absolute;
       content: "";
       height: 3px;
       width: 30px;
       background: #b56618;
       bottom: -13px;
       right: 40%;
     }

     .partner-wrap.style1 h2 {
       font-size: 60px;
     }

     section.brand {
       padding-top: 38px;
       padding-bottom: 38px;
       background: linear-gradient(45deg, black, #e77a43);
       background: url(../../assets/img/bg/bg1.png);
       background-size: cover;
     }

     .brand-img img {
       width: 14em;
       border: 3px solid #8d8e90;
       padding: 20px 3px;
       border-radius: 10px;
       background: white;
     }

     .middle-img img {
       width: 14em;
       border: 3px solid #8d8e90;
       padding: 20px 3px;
       margin-bottom: -2px;
       margin-top: 10px;
       border-radius: 12px;
       background: white;
     }

     .BRANDD h2 {
       text-align: center;
       position: relative;
       font-size: 93px;
       transform: translate(0px, -50%);
       width: 100%;
       top: 106px;
       color: white;
       text-shadow: 8px 1px #b0aeaf;
     }

     .BRANDD {
       border: 3px solid #8d8e90;
       height: 241px;
       margin: 12px 0px;
       color: white;
       background: #dc5e36;
       border-radius: 10px;
     }

     .partner-wrap .content-title.style1 {
       background: #ffffff52;
       padding: 45px 20px;
       border-radius: 10px;
     }

     section.monitoring {
       background: url(../../assets/img/bg/banner-recording-monitoring.jpg);
       padding: 50px 0;
       background-size: cover;
     }

     section.monitoring h2 {
       color: #fff;
       text-align: center;
       font-size: 45px;
       margin: 45px 0;
     }

     .who-we img {
       height: 350px;
       object-fit: cover;
       border-radius: 20px;
     }

     :root {
       --color-text: navy;
       --color-bg: papayawhip;
       --color-bg-accent: #ecdcc0;
       --size: clamp(10rem, 1rem + 40vmin, 30rem);
       --gap: calc(var(--size) / 14);
       --duration: 60s;
       --scroll-start: 0;
       --scroll-end: calc(-100% - var(--gap));
     }

     @media (prefers-color-scheme: dark) {
       :root {
         --color-text: papayawhip;
         --color-bg: navy;
         --color-bg-accent: #2626a0;
       }
     }

     * {
       box-sizing: border-box;
     }

     .marquee {
       display: flex;
       overflow: hidden;
       user-select: none;
       gap: var(--gap);
       mask-image: linear-gradient(var(--mask-direction, to right),
           hsl(0 0% 0% / 0),
           hsl(0 0% 0% / 1) 20%,
           hsl(0 0% 0% / 1) 80%,
           hsl(0 0% 0% / 0));
     }

     .marquee__group {
       flex-shrink: 0;
       display: flex;
       align-items: center;
       justify-content: space-around;
       gap: var(--gap);
       min-width: 100%;
       animation: scroll-x var(--duration) linear infinite;
     }

     @media (prefers-reduced-motion: reduce) {
       .marquee__group {
         animation-play-state: paused;
       }
     }

     .marquee--vertical {
       --mask-direction: to bottom;
     }

     .marquee--vertical,
     .marquee--vertical .marquee__group {
       flex-direction: column;
     }

     .marquee--vertical .marquee__group {
       animation-name: scroll-y;
     }

     .marquee--reverse .marquee__group {
       animation-direction: reverse;
       animation-delay: -3s;
     }

     @keyframes scroll-x {
       from {
         transform: translateX(var(--scroll-start));
       }

       to {
         transform: translateX(var(--scroll-end));
       }
     }

     @keyframes scroll-y {
       from {
         transform: translateY(var(--scroll-start));
       }

       to {
         transform: translateY(var(--scroll-end));
       }
     }

     /* Element styles */

     .marquee svg {
       display: grid;
       place-items: center;
       width: var(--size);
       fill: var(--color-text);
       background: var(--color-bg-accent);
       aspect-ratio: 16/9;
       padding: calc(var(--size) / 10);
       border-radius: 0.5rem;
     }

     .marquee--vertical svg {
       aspect-ratio: 1;
       width: calc(var(--size) / 1.5);
       padding: calc(var(--size) / 6);
     }

     /* Parent wrapper */

     .wrapper {
       display: flex;
       flex-direction: column;
       margin: auto;
       max-width: 100vw;
     }

     .wrapper--vertical {
       flex-direction: row;
       height: 100vh;
     }

     /* Toggle direction button */

     .toggle {
       --size: 3rem;
       position: relative;
       position: fixed;
       top: 1rem;
       left: 1rem;
       width: var(--size);
       height: var(--size);
       font: inherit;
       text-align: center;
       cursor: pointer;
       outline: none;
       border: none;
       border-radius: 50%;
       color: inherit;
       background-color: var(--color-bg-accent);
       z-index: 1;
     }

     .toggle:focus-visible {
       box-shadow: 0 0 0 2px var(--color-text);
     }

     .toggle span {
       position: absolute;
       display: inline-block;
       top: 50%;
       left: calc(100% + 0.4em);
       width: fit-content;
       white-space: nowrap;
       transform: translateY(-50%);
       animation: fade 400ms 4s ease-out forwards;
       user-select: none;
     }

     .toggle svg {
       --size: 1.5rem;
       position: absolute;
       top: 50%;
       left: 50%;
       width: var(--size);
       height: var(--size);
       fill: currentcolor;
       transform: translate(-50%, -50%);
       transition: transform 300ms cubic-bezier(0.25, 1, 0.5, 1);
     }

     .toggle--vertical svg {
       transform: translate(-50%, -50%) rotate(-90deg);
     }

     @keyframes fade {
       to {
         opacity: 0;
         visibility: hidden;
       }
     }

     .brnad-new {
       padding: 40px 0;
       /* background: url(../../assets/img/bg/banner-recording-monitoring.jpg); */
       background-size: cover;
       position: relative;
     }

     .about-wrap:before {
       position: absolute;
       content: "";
       height: 100%;
       width: 100%;
       background: #00000052;
       top: 0;
     }

     .brnad-new:before {
       position: absolute;
       content: "";
       height: 100%;
       width: 100%;
       top: 0;
       background: #000000;
     }

     .rowss {
       display: grid;
       grid-template-columns: 1fr 1fr 1fr 1fr;
       gap: 0px;
     }

     .blog-card .blog-info h3 a {
       color: #1b1919;
       font-size: 18px;
       font-weight: 500;
     }

     .w-main {
       display: grid;
       grid-template-columns: 1fr 1fr 1fr;
       gap: 10px;
     }

     .catt-img img {
       transition: all 0.5s;
     }

     .catt-img img:hover {
       transform: scale(1.2);
     }

     .navbar-brand:after {
       content: "";
       position: absolute;
       right: 0;
       top: 15px;
       left: -15px;
       z-index: 1;
       display: block;
       width: 100%;
       height: 4px;
       background-image: url(../../assets/img/line.png);
       background-repeat: no-repeat;
       background-size: 100% 100%;
       background-position: 0 0;
     }

     .video-play-button {
       position: absolute;
       z-index: 10;
       top: 50%;
       right: 17%;
       transform: translateX(-50%) translateY(-50%);
       box-sizing: content-box;
       display: block;
       width: 32px;
       height: 44px;
       /* background: #fa183d; */
       border-radius: 50%;
       padding: 18px 20px 18px 28px;
     }

     .video-play-button:before {
       content: "";
       position: absolute;
       z-index: 0;
       left: 50%;
       top: 50%;
       transform: translateX(-50%) translateY(-50%);
       display: block;
       width: 80px;
       height: 80px;
       background: #b56618;
       border-radius: 50%;
       animation: pulse-border 1500ms ease-out infinite;
     }

     .video-play-button:after {
       content: "";
       position: absolute;
       z-index: 1;
       left: 50%;
       top: 50%;
       transform: translateX(-50%) translateY(-50%);
       display: block;
       width: 80px;
       height: 80px;
       background: #b56618;
       border-radius: 50%;
       transition: all 200ms;
     }

     .video-play-button:hover:after {
       background-color: darken(#fa183d, 10%);
     }

     .video-play-button img {
       position: relative;
       z-index: 3;
       max-width: 100%;
       width: auto;
       height: auto;
     }

     .video-play-button span {
       display: block;
       position: relative;
       z-index: 3;
       width: 0;
       height: 0;
       border-left: 32px solid #fff;
       border-top: 22px solid transparent;
       border-bottom: 22px solid transparent;
     }

     @keyframes pulse-border {
       0% {
         transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
         opacity: 1;
       }

       100% {
         transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
         opacity: 0;
       }
     }

     .video-overlay {
       position: fixed;
       z-index: -1;
       top: 0;
       bottom: 0;
       left: 0;
       right: 0;
       background: rgba(0, 0, 0, 0.8);
       opacity: 0;
       transition: all ease 500ms;
     }

     .video-overlay.open {
       position: fixed;
       z-index: 1000;
       opacity: 1;
     }

     .video-overlay-close {
       position: absolute;
       z-index: 1000;
       top: 15px;
       right: 20px;
       font-size: 36px;
       line-height: 1;
       font-weight: 400;
       color: #fff;
       text-decoration: none;
       cursor: pointer;
       transition: all 200ms;
     }

     .video-overlay-close:hover {
       color: #fa183d;
     }

     .video-overlay iframe {
       position: absolute;
       top: 50%;
       left: 50%;
       transform: translateX(-50%) translateY(-50%);
       /* width: 90%; */
       /* height: auto; */
       box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
     }

     .main-catt {
       display: grid;
       grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
       gap: 20px;
     }

     .catt-name h4 {
       font-size: 18px;
     }

     .catt-img img {
       height: 70px;
     }

     .catt-itm {
       text-align: center;
     }

     .catt-name {
       margin-top: 10px;
     }

     section.new-catt {
       padding: 40px 0 0 0;
     }

     .about.owl-carousel .owl-dots {
       display: none;
     }

     .about.owl-carousel .owl-nav {
       display: none;
     }

     section.breadcm {
       margin-top: 110px;
       background: #efefef;
       padding: 10px 0;
     }

     section.breadcm-new {
       /* margin-top: 110px; */
       background: #efefef;
       padding: 10px 0;
     }

     .bread-menu ul li {
       list-style: none;
     }

     .bread-menu ul {
       display: flex;
       padding: 0;
       gap: 20px;
       margin: 0;
     }

     .bread-menu ul li.home {
       position: relative;
     }

     .bread-menu ul li.home:before {
       position: absolute;
       height: 100%;
       content: "";
       width: 2px;
       background: #333;
       right: -11px;
     }

     .brands-item {
       display: grid;
       grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
       gap: 6px;
       padding: 7px;
     }

     .brands-item .items {
       text-align: center;
       padding: 10px;
       box-shadow: 0 0 2px 1px #e3e3e3;
     }

     .brand-products {
       border: 1px solid #b56618;
     }

     .products-title h4 {
       color: #fff;
       margin: 0;
       font-size: 18px;
       font-weight: 200;
     }

     .products-title {
       background: #b56618;
       padding: 5px 10px;
     }

     .brand-name h4 {
       font-size: 16px;
     }

     .category-name h4 {
           font-size: 16px;
    margin: 12px 0 0;
     }

     .category-item {
       text-align: center;
       box-shadow: 0 0 3px 1px #b1b1b1;
       padding: 10px;
       border-radius: 5px;
     }

     .brands-item .items:hover img {
       transform: scale(1.05);
     }

     .items-img {
       overflow: hidden;
     }

     .items-img img {
       transition: all 0.5s;
     }

     .category-item:hover img {
       transform: scale(1.05);
     }

     .category-img {
       overflow: hidden;
     }

     .category-img img {
       transition: all 0.5s;
       height: 180px;
     }


     .brand-card {
       display: flex;
       align-items: center;
       justify-content: center;
       padding: 12px 8px;

       border-radius: 7px;

       border: 1px solid #eee;
       z-index: 10;
       box-shadow: 0 0 7px 1px #8e8e8e;
       outline: auto;
     }



     .banner-background {
       display: flex;
       background-image: url('../img/products/bn3.png');
       flex-direction: column;
       align-items: center;
       justify-content: center;
       background-repeat: no-repeat !important;
       background-position: center !important;
       background-size: cover !important;
       position: relative;
       padding: 50px;
       margin-top: 100px;
       z-index: 1;
     }

     .banner-background .container {
       display: flex;

       align-items: center;
       justify-content: start;
     }

     .banner-background h1 {
       text-align: left;

     }

     .banner-background::before {
       content: "";
       position: absolute;
       height: 100%;
       width: 100%;
       top: 0;
       left: 0;
       background: #000;
       opacity: 0.7;
       z-index: -1;
     }





     .about-banner-background {
       display: flex;
       background-image: url('../img/products/bn2.png');
       flex-direction: column;
       align-items: center;
       justify-content: center;
       background-repeat: no-repeat !important;
       background-position: center !important;
       background-size: cover !important;
       position: relative;
       padding: 50px;
       margin-top: 100px;
       z-index: 1;
     }

     .about-banner-background .container {
       display: flex;

       align-items: center;
       justify-content: start;
     }

     .about-banner-background h1 {
       text-align: left;

     }

     .about-banner-background::before {
       content: "";
       position: absolute;
       height: 100%;
       width: 100%;
       top: 0;
       left: 0;
       background: #000;
       opacity: 0.7;
       z-index: -1;
     }

     .color-black {
       color: black !important;
     }

     .main-section-heading {
       font-weight: 400 !important;
       font-size: 2rem;
       margin-bottom: 40px;
     }




     /* new brands-page-css */


     .about-section {
       padding: 40px 0 0 0;
     }

     .about-images {
       position: relative;
     }

     .about-images img:first-child {
       width: 100%;
       /* bottom :-20px;
  right:-20%; */
       /* position: absolute; */
       border-radius: 10px;
       box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
     }

     .about-images img:last-child {
       width: 70%;
       position: absolute;
       bottom: -40px;
       right: 30px;
       border-radius: 10px;
       box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
     }

     .about-content {
       text-align: left !important;
     }

     .about-content h2 {
       color: #8b4513;
       font-weight: 600;
       margin-bottom: 10px;
     }

     .image-shape-min {
       max-height: 400px;
       /* width: 100%; */
       border-radius: 8px;
       margin-left: auto;
     }


     .about-content p {
       color: #333;
       margin-bottom: 20px;
       line-height: 1.7;
     }

     .highlights h6 {
       font-weight: 700;
       margin-bottom: 15px;
     }

     .highlight-item {
       display: flex;
       align-items: flex-start;
       margin-bottom: 10px;
     }

     .highlight-item i {
       color: #8b4513;
       font-size: 18px;
       margin-right: 10px;
       margin-top: 3px;
     }

     .highlight-item p {
       margin: 0;
     }

     @media (max-width: 991px) {
       .about-images img:last-child {
         position: relative;
         bottom: 0;
         left: 0;
         margin-top: 20px;
       }


     }

     /* Hero Section */
     .hero-section {
       background: url('../../assets/img/bgs.png');
       padding: 50px 0px;
       position: relative;
       background-size: cover;
       background-repeat: no-repeat;
     }

     .hero-section::before {
       content: '';
       position: absolute;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
       /* background:
         radial-gradient(circle at 20% 30%, rgba(0, 255, 0, 0.1) 0%, transparent 50%),
         radial-gradient(circle at 80% 70%, rgba(255, 165, 0, 0.1) 0%, transparent 50%),
         radial-gradient(circle at 60% 20%, rgba(0, 200, 255, 0.1) 0%, transparent 50%); */
     }



     .brands-title {
       color: white;
       font-size: 2rem;
       font-weight: 300;
       letter-spacing: 8px;
       text-align: center;
       /* margin-bottom: 60px; */
       text-transform: uppercase;
     }

     .section-title {
       color: rgb(199 138 78);
       font-size: 1.8rem;
       font-weight: 600;
       text-align: center;
       margin-bottom: 30px;
       text-transform: uppercase;
     }

     .section-description {
       color: #888;
       font-size: 1.1rem;
       line-height: 1.6;
       text-align: center;
       max-width: 100%;
       margin: 0 auto 60px;
     }

     /* Brand Grid */
     .brands-grid {
       display: grid;
       grid-template-columns: repeat(3, 1fr);
       gap: 20px;
       /* margin-bottom: 80px; */
     }

     .brand-card {
       background: white;
       border-radius: 15px;
       padding: 30px;
       display: flex;
       align-items: center;
       justify-content: center;
       transition: transform 0.3s ease, box-shadow 0.3s ease;
       min-height: 308px;
       position: relative;
       overflow: hidden;
     }

     .brand-card::before {
       content: '';
       position: absolute;
       top: -50%;
       left: -50%;
       width: 200%;
       height: 200%;
       background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
       transform: translateX(-100%) translateY(-100%) rotate(45deg);
       transition: transform 0.6s;
     }

     .brand-card:hover::before {
       transform: translateX(100%) translateY(100%) rotate(45deg);
     }

     .brand-card:hover {
       transform: translateY(-10px);
       box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
     }

     .brand-logo {
       max-width: 100%;
       max-height: 80px;
       object-fit: contain;
       filter: grayscale(0);
       transition: filter 0.3s ease;
     }

     .alternate-section-bg {
       /* margin-bottom: 80px; */
       background: #eee;
       margin-top: 40px;
     }

     /* CTA Section */
     .cta-section {
       background: linear-gradient(135deg, #84491c 0%, rgb(161 111 47) 50%, #6e3c13 100%);
       padding: 40px 0;
       text-align: center;
       position: relative;
       border-radius: 33px;
       margin: 40px;
       overflow: hidden;
     }

     .cta-section::before {
       content: '';
       position: absolute;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
       background:
         linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.05) 50%, transparent 60%),
         linear-gradient(-45deg, transparent 40%, rgba(255, 255, 255, 0.05) 50%, transparent 60%);
       animation: shimmer 4s infinite;
     }

     @keyframes shimmer {

       0%,
       100% {
         transform: translateX(-100%);
       }

       50% {
         transform: translateX(100%);
       }
     }

     .cta-subtitle {
       color: rgba(255, 255, 255, 0.9);
       font-size: 1.1rem;
       margin-bottom: 20px;
       font-style: italic;
       position: relative;
       z-index: 2;
     }

     .cta-title {
       color: white;
       font-size: 2.2rem;
       font-weight: 600;
       margin-bottom: 40px;
       text-transform: uppercase;
       letter-spacing: 2px;
       position: relative;
       z-index: 2;
     }

     .cta-button {
       display: inline-block;
       background: transparent;
       color: white;
       border: 2px solid white;
       padding: 15px 35px;
       text-decoration: none;
       border-radius: 30px;
       font-size: 1rem;
       font-weight: 600;
       text-transform: uppercase;
       letter-spacing: 1px;
       transition: all 0.3s ease;
       position: relative;
       z-index: 2;
       overflow: hidden;
     }

     .cta-button::before {
       content: '';
       position: absolute;
       top: 0;
       left: -100%;
       width: 100%;
       height: 100%;
       background: white;
       transition: left 0.3s ease;
       z-index: -1;
     }

     .cta-button:hover::before {
       left: 0;
     }

     .cta-button:hover {
       color: #b56618;
       transform: translateY(-2px);
       box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
     }

     /* Responsive Design */
     @media (max-width: 768px) {
       .brands-grid {
         grid-template-columns: repeat(2, 1fr);
         gap: 15px;
       }

       .brand-card {
         padding: 40px 20px;
         min-height: 150px;
       }

       .brands-title {
         font-size: 1.5rem;
         letter-spacing: 4px;
         /* margin-bottom: 40px; */
       }

       .section-title {
         font-size: 1.4rem;
       }

       .section-description {
         font-size: 1rem;
         margin-bottom: 40px;
       }

       .cta-title {
         font-size: 1.6rem;
       }

       .cta-section {
         padding: 60px 0;
       }
     }

     @media (max-width: 480px) {
       .brands-grid {
         grid-template-columns: 1fr;
       }

       .brand-card {
         padding: 30px 20px;
         min-height: 120px;
       }

       .brands-title {
         letter-spacing: 2px;
       }
     }




     .box-item {
       position: relative;
       -webkit-backface-visibility: hidden;
       width: 360px;
       height: 187px !important;
       /* margin-bottom: 35px; */
     }

     .flip-box {

       -ms-transform-style: preserve-3d;
       transform-style: preserve-3d;
       -webkit-transform-style: preserve-3d;
       perspective: 1000px;
       -webkit-perspective: 1000px;
     }

     .flip-box-front,
     .flip-box-back {
       background-size: cover;
       background-position: center;
       border-radius: 8px;
       min-height: 187px;
       -ms-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
       transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
       -webkit-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
       -webkit-backface-visibility: hidden;
       backface-visibility: hidden;
     }

     .flip-box-front {
       -ms-transform: rotateY(0deg);
       -webkit-transform: rotateY(0deg);
       transform: rotateY(0deg);
       -webkit-transform-style: preserve-3d;
       -ms-transform-style: preserve-3d;
       transform-style: preserve-3d;
     }

     .flip-box:hover .flip-box-front {
       -ms-transform: rotateY(-180deg);
       -webkit-transform: rotateY(-180deg);
       transform: rotateY(-180deg);
       -webkit-transform-style: preserve-3d;
       -ms-transform-style: preserve-3d;
       transform-style: preserve-3d;
     }

     .flip-box-back {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;

       -ms-transform: rotateY(180deg);
       -webkit-transform: rotateY(180deg);
       transform: rotateY(180deg);
       -webkit-transform-style: preserve-3d;
       -ms-transform-style: preserve-3d;
       transform-style: preserve-3d;
     }

     .flip-box:hover .flip-box-back {
       -ms-transform: rotateY(0deg);
       -webkit-transform: rotateY(0deg);
       transform: rotateY(0deg);
       -webkit-transform-style: preserve-3d;
       -ms-transform-style: preserve-3d;
       transform-style: preserve-3d;
     }

     .flip-box .inner {
       cursor: pointer;
       position: absolute;
       left: 0;
       width: 100%;
       padding: 20px;
       outline: 1px solid transparent;
       -webkit-perspective: inherit;
       perspective: inherit;
       z-index: 2;
       color: black !important;
       transform: translateY(-50%) translateZ(60px) scale(.94);
       -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
       -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
       top: 50%;
     }

     .flip-box-header {
       font-size: 16px;
     }

     .flip-box p {
       font-size: 14px;
       line-height: 1.5em;
     }

     .flip-box-img {
       /* background-color: #fff; */
       width: 100%;

     }

     .flip-box-button {
       background-color: transparent;
       border: 2px solid #000;
       border-radius: 2px;
       color: #fff;
       cursor: pointer;
       font-size: 10px;
       font-weight: bold;
       /* margin-top: 5px; */
       padding: 5px 10px;
       text-transform: uppercase;
     }

     .blog-sec {
       padding: 50px 0px;
     }

     .text-para {
       color: rgb(36, 36, 36) !important;
     }





     /* cintact-us code  */

     .ttm-row23 {
       width: 100%;
       padding: 60px 0;
       background: #ffffff;
     }

     .container23 {
       max-width: 1200px;
       margin: 0 auto;
       padding: 0 15px;
     }

     .row23 {
       display: flex;
       flex-wrap: wrap;
       margin: 0 -15px;
     }

     .no-gutters23 {
       margin: 0;
       border: 1px solid #ccc;
       box-shadow: 3px 3px 10px 3px #ccc;
     }

     .no-gutters23>[class*="col-"] {
       padding: 0;
     }

     .col-lg-523 {
       flex: 0 0 41.666667%;
       max-width: 41.666667%;
       padding: 0 15px;
     }

     .col-lg-723 {
       flex: 0 0 58.333333%;
       max-width: 58.333333%;
       padding: 0 15px;
     }

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

     .col-sm-1223,
     .col-md-1223 {
       flex: 0 0 100%;
       max-width: 100%;
       padding: 0 15px;
     }

     .spacing-923 {
       padding: 50px;
     }

     .spacing-1023 {
       padding: 50px;
     }

     .section-title23 {
       margin-bottom: 40px;
     }

     .title-header23 h5 {
       color: #231f20;
       font-size: 16px;
       font-weight: 400;
       text-transform: uppercase;
       letter-spacing: 1px;
       margin-bottom: 10px;
     }

     .title-header23 h2 {
       color: #b56618;
       font-size: 36px;
       font-weight: 500;
       margin-bottom: 20px;
     }

     .featured-icon-box23 {
       display: flex;
       align-items: flex-start;
       /* margin-bottom: 30px; */
     }

     .featured-icon23 {
       margin-right: 20px;
     }

     .ttm-icon23 {
       width: 50px;
       height: 50px;
       display: flex;
       align-items: center;
       justify-content: center;
       background-color: #b56618;
       border-radius: 50%;
       color: #ffffff;
       font-size: 24px;
     }

     .featured-content23 {
       flex: 1;
     }

     .featured-title23 h5 {
       color: #231f20;
       font-size: 20px;
       font-weight: 600;
       margin-bottom: 10px;
     }

     .featured-desc23 p {
       color: #666666;
       font-size: 15px;
       line-height: 1.8;
       margin-bottom: 5px;
     }

     .featured-desc23 span {
       font-weight: 600;
       color: #b56618;
       margin-right: 5px;
     }

     .featured-desc23 a {
       color: #666666;
       text-decoration: none;
       transition: color 0.3s ease;
     }

     .featured-desc23 a:hover {
       color: #ff6b35;
     }

     .separator23 {
       width: 100%;
     }

     .sep-line23 {
       height: 1px;
       background: #e0e0e0;
       margin: 20px 0;
     }

     .ttm-bgcolor-grey23 {
       background-color: #d3d3d3;
     }

     .ttm-right-span23 {
       position: relative;
     }

     .form-group23 {
       margin-bottom: 20px;
     }

     .form-group23 input,
     .form-group23 textarea {
       width: 100%;
       padding: 15px 20px;
       border: 1px solid #e0e0e0;
       border-radius: 5px;
       font-size: 15px;
       color: #333333;
       transition: border-color 0.3s ease;
       font-family: Arial, sans-serif;
     }

     .form-group23 input:focus,
     .form-group23 textarea:focus {
       outline: none;
       border-color: #ff6b35;
     }

     .form-group23 textarea {
       resize: vertical;
       min-height: 120px;
     }

     .text-center23 {
       text-align: center;
     }

     .btn-blk23 {
       background-color: #b56618;
       color: #ffffff;
       padding: 15px 40px;
       border: none;
       border-radius: 5px;
       font-size: 16px;
       font-weight: 600;
       cursor: pointer;
       transition: all 0.3s ease;
       text-transform: uppercase;
       letter-spacing: 1px;
     }

     .btn-blk23:hover {
       background-color: #ff6b35;
       transform: translateY(-2px);
       box-shadow: 0 5px 15px rgba(255, 107, 53, 0.3);
     }

     @media (max-width: 992px) {

       .col-lg-523,
       .col-lg-723 {
         flex: 0 0 100%;
         max-width: 100%;
         margin-bottom: 30px;
       }

       .spacing-923,
       .spacing-1023 {
         padding: 30px;
       }

       .title-header23 h2 {
         font-size: 28px;
       }
     }

     @media (max-width: 768px) {
       .featured-icon-box23 {
         flex-direction: column;
         align-items: center;
         text-align: center;
       }

       .featured-icon23 {
         margin-right: 0;
         margin-bottom: 15px;
       }

       .spacing-923,
       .spacing-1023 {
         padding: 20px;
       }
     }



     .cardWidth {
       height: 200px !important;
       width: 100% !important;
       object-fit: cover;
     }



     .btn-group-new {
       width: 100%;
       gap: 6px;
       /* text-align: center; */
       border-radius: var(--bs-border-radius);
       margin-top: 5px;
     }
     .btn-group-new button{
      text-align: center !important;
     }



     .width-custum{
      width: 470px !important;
     }
     
     
    .product-dtl {} 
    .product-dtl .product-info{margin-bottom: 20px;}
    .product-dtl .product-info .product-name{
    color: #4e4e4eff;
    font-size: 40px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 4px;
    background: linear-gradient(90deg, #fab451, #7a7a7a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    }
.product-discription {
    font-weight: 100;
    color: #8b8b8b;
}
.desc_btn_c{}
.desc_btn_c .btn{
    color: #fff;
    background: #000;
    border-radius: 10px;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 14px 20px;
}
.desc_btn_c .btn.yellow{
    background: #b56618;
}
.desc_btn_c .btn.blue{
    background: #231f20;
}

.desc-tav {
    margin-top: 80px;
}
.desc-tav .nav-tabs{
    gap: 8px;
    border-bottom: 1px solid #b56618;
}
.desc-tav .nav-tabs .nav-item{


    gap: 15px;
}
.desc-tav .nav-tabs .nav-item .nav-link{
    background: #eee;
    color: #000;
    font-weight: 100;
    margin: 0;
    border: 1px solid #b56618;
    border-bottom: navajowhite;
}
.desc-tav .nav-tabs .nav-item .nav-link.active{
    border-bottom: 0;
    background: linear-gradient(90deg, #fab451, #0c0c0c);
    color: #fff;
}
.desc-tav .tab-content {    padding: 20px;
    /* background-color: #f8f9fa; */
    border: 1px solid #b56618;
    border-top: none;}
.desc-tav .tab-content h3{
    color: #4c4c4c;
    margin-bottom: 15px;
    font-weight: 200;
}
.desc-tav .tab-content p{
    color: #8b8b8b;
}

.desc-tav .tab-content table {
  border-collapse: collapse;
  width: 100%;
}

.desc-tav .tab-content td, 
.desc-tav .tab-content th {
  border: 1px solid #b16417;
  padding: 8px 17px;
  color: #8b8b8b;
  font-weight: 300;
}

.desc-tav .tab-content tr:nth-child(even){background-color: #f2f2f2;}

.desc-tav .tab-content tr td:first-child {
    font-weight: 400;
    color: #4c4c4c;
}

.desc-tav .tab-content th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #b16417;
  color: white;
  font-weight: 400;
}

.product-slider{    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;}
.product-thumb{
    margin-top: 20px;
}	
.product-thumb .owl-item{
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
}	
.product-thumb .owl-item.current{
    border: 1px solid #b56618;
}	
.ser_c
{
  width:100%;
  height:100%
  object-fit:cover;
}
p.section-description.colo {
    color: #dddbdb;
}
.hero {
    position: relative;
    background: url(../img/products/bn4.png)!important;}

    .contact-banner-background {
    display: flex;
    background-image: url(../img/products/bn5.png);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    padding: 50px;
    margin-top: 100px;
    z-index: 1;
}

.blog-banner-background .brands-title {text-align: left;}

.blog-banner-background {
    display: flex;
    background-image: url(../img/products/bn1.png);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    padding: 50px;
    margin-top: 100px;
    z-index: 1;
}

.contact-banner-background .brands-title {text-align: left;}

.mbd_s {
    margin-bottom: 15px;
}


.wrap_s_frm .form-container {
    width: 500px;
    margin: 40px auto;
    background: #fff;
    padding: 25px;
    border: 1px solid #ddd;
}

.wrap_s_frm h2 {
    margin-bottom: 5px;
}

.wrap_s_frm .required {
    font-size: 12px;
    color: #777;
    margin-bottom: 20px;
}

.wrap_s_frm label {
    display: block;
    margin: 15px 0 5px;
    font-size: 14px;
}

.wrap_s_frm label span {
    color: red;
}

.wrap_s_frm input {
    width: 100%;
    padding: 10px;
    border: 1px solid #bbb;
    outline: none;
}

.wrap_s_frm .row {
    display: flex;
    gap: 10px;
}

.wrap_s_frm .row input {
    flex: 1;
}

.wrap_s_frm .small {
    flex: 0.8;
}

.wrap_s_frm .resume-links {
    margin-top: 8px;
    font-size: 13px;
}

.wrap_s_frm .resume-links a {
    color: #0073e6;
    text-decoration: none;
}

.wrap_s_frm .resume-links a:hover {
    text-decoration: underline;
}

.wrap_s_frm .file-label {
    color: #0073e6;
    cursor: pointer;
}

.wrap_s_frm .file-label:hover {
    text-decoration: underline;
}

.bty_s button {
    border: none;
    background: #000;
    color: #fff;
    padding: 6px 15px;
    border-radius: 5px;
    margin-top: 14px;
    transition: 0.5s;
    border: 2px solid #000;
}

.bty_s button:hover {
    border: 2px solid #000;
    background: none;
    color: #000;
}

@media (min-width: 768px) {
    .wrap_s_frm .col-md-6 {
        flex: 0 0 auto;
        width: 48%;
    }
}

.img_y1 {
    width: 388px;
    height: 328px;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    top: 39px;
}

.img_y1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_y2 {
    width: 376px;
    height: 324px;
    position: absolute;
    top: 294px;
    border-radius: 5px;
    overflow: hidden;
    left: 160px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

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

.blog-card.style1 .blog-info {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #fff;
}

span.view_s a {
    color: #000;
}

footer.footer-wrap .row {
    /* align-items: center; */
}
.navbar-brand:focus, .navbar-brand:hover {
    color: var(--bs-navbar-brand-hover-color);
    outline: 0;
}

.mg_b {
    padding-bottom: 40px;
}

.featured-desc23.ad_se p {
    margin-bottom: 15px;
}





.content-swipper {
            /* background-color:rgb(255, 255, 255); */
            padding: 26px;
            backdrop-filter: blur(9px);
            border-radius: 20px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
            position: absolute;
            top: 50%;
            left: 50%;
            background-color: #f8f9fab3;
            transform: translate(-88%, -35%);
        }

        .content-swipper .button11 {
            display: inline-block;
            background: linear-gradient(90deg, #b56618, rgb(238 175 77));
            color: white;
            padding: 9px 24px;
            border-radius: 50px;
            text-decoration: none;
            margin-top: 18px;
            font-weight: 400;
            font-size: 1.05em;
            transition: all 0.3s ease;
            cursor: pointer;
            border: none;
            box-shadow: 0 5px 20px rgba(102, 126, 234, 0.3);
        }

        .content-swipper2 {
            /* background-color:rgb(255, 255, 255); */
            padding: 26px;
            backdrop-filter: blur(9px);
            border-radius: 20px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
            position: absolute;
            top: 50%;
            left: 50%;
            background-color: #000000b3;
            transform: translate(-10%, -35%);
        }

        .content-swipper2 .button11 {
            display: inline-block;
            background: linear-gradient(90deg, #b56618, rgb(238 175 77));
            color: white;
            padding: 9px 24px;
            border-radius: 50px;
            text-decoration: none;
            margin-top: 18px;
            font-weight: 400;
            font-size: 1.05em;
            transition: all 0.3s ease;
            cursor: pointer;
            border: none;
            box-shadow: 0 5px 20px rgba(102, 126, 234, 0.3);
        }

        .content-swipper h2 {
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 20px;
            animation: fadeInUp 0.8s ease;
        }

        .content-swipper2 h2 {
            font-size: 2rem;
            font-weight: 700;
            color: #fff;
            margin-bottom: 20px;
            animation: fadeInUp 0.8s ease;
        }

        .content-swipper p {
            overflow: hidden;
            font-size: 1em;
            color: #1a1a1a;
            opacity: 0.95;
            max-width: 700px;
            margin: 0 auto;
            animation: fadeInUp 0.8s ease 0.2s both;
        }
        .content-swipper2 p {
            overflow: hidden;
            font-size: 1em;
            color: #fff;
            opacity: 0.95;
            max-width: 700px;
            margin: 0 auto;
            animation: fadeInUp 0.8s ease 0.2s both;
        }

        .swiper-button-next2,
        .swiper-button-prev2 {
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background 0.3s ease;
        }

        .swiper-button-next2:hover,
        .swiper-button-prev2:hover {
            background: rgba(0, 0, 0, 0.8);
        }


        .swiper {
            margin-top: 40px;
            border-radius: 20px;
            width: 100%;
            height: 80vh;
            /* margin: 0 auto; */
        }

        .swiper-slide {
            background-position: center;
            background-size: cover;
        }

        .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
        }

        .contact-container {
            max-width: 1200px;
            margin: 40px auto;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 0;
            background: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
        }

        .contact-card {
            padding: 50px 35px;
            text-align: center;
            border-right: 1px solid #f0f0f0;
            transition: all 0.3s ease;
        }

        .contact-card:last-child {
            border-right: none;
        }

        .contact-card:hover {
            background: #fafafa;
            transform: translateY(-5px);
        }

        .icon-circle svg {
            color: white;
            width: 40px;
            height: 40px;
        }

        .icon-circle {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, #b56618 0%, #cd9453 100%);
            border-radius: 50%;
            margin: 0 auto 25px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2.5em;
            box-shadow: 0 5px 20px rgba(102, 126, 234, 0.3);
        }

        .contact-card h3 {
            font-size: 1.4em;
            color: #1a1a1a;
            margin-bottom: 15px;
            font-weight: 600;
        }

        .contact-card p {
            color: #666;
            line-height: 1.7;
            margin-bottom: 30px;
            font-size: 0.98em;
        }

        .contact-btn {
            display: inline-block;
            padding: 7px 31px;
            background: linear-gradient(135deg, #b56618 0%, #cd9453 100%);
            color: white;
            text-decoration: none;
            font-weight: 400;
            font-size: 0.9em;
            border-radius: 50px;
            transition: all 0.3s ease;
            cursor: pointer;
            border: none;
            box-shadow: 0 5px 20px rgba(102, 126, 234, 0.3);
        }

        .contact-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 30px rgba(102, 126, 234, 0.4);
        }

        @media (max-width: 968px) {
            .contact-container {
                grid-template-columns: 1fr;
            }

            .contact-card {
                border-right: none;
                border-bottom: 1px solid #f0f0f0;
            }

            .contact-card:last-child {
                border-bottom: none;
            }

            .contact-card:hover {
                transform: translateY(0);
            }
        }

        .hero {
            position: relative;
            background: url('{{ url('/') }}/assets/banner-back-support.png');
            /* background: linear-gradient(135deg, #b56618 0%, #cd9453 100%); */
            color: white;
            padding: 40px 20px 40px;
            text-align: center;
            margin-top: 100px;
            position: relative;
            overflow: hidden;
        }



        .hero::before {
            content: "";
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            background: #000;
            opacity: 0.7;
            z-index: 0;
        }

        @keyframes float {
            from {
                transform: translateY(0) translateX(0);
            }

            to {
                transform: translateY(-100px) translateX(100px);
            }
        }




        .hero-content {

            max-width: 800px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        .hero img {
            height: 100%;
            position: absolute;
            right: 0px;
            animation: fadeInUp 0.8s ease;
            bottom: 0px;
        }

        .hero h1 {
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 20px;
            animation: fadeInUp 0.8s ease;
        }

        .hero p {
            font-size: 1.3em;
            opacity: 0.95;
            max-width: 700px;
            margin: 0 auto;
            animation: fadeInUp 0.8s ease 0.2s both;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }