@charset "UTF-8";
/*


 */

/* --------------------------------------------------------
[Table of contents]

1. Global styles
2. Button styles
3. Header styles
4. Home styles
5. Form styles
6. Box styles
7. Sidebar styles
8. Blog styles
9. Footer styles
10. 404 page styles
11. Coming soon styles
12. Contact styles
13. About styles
14. Book design styles
15. Blog column styles
16. Gallery styles
17. Table product styles
18. Check out styles
19. Shoppint cart styles
20. Product sidebar styles
21. Product styles
22. Design styles

[End table of contents]
----------------------------------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Cairo:200,300,400,600,700,900|Josefin+Sans:100,100i,300,300i,400,400i,600,600i,700,700i);
/* ------------------------------
   Global styles
   ---------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    scroll-behavior: smooth;
}


body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
    margin-bottom: 0 !important;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 0;
}

p {
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    line-height: 28px;
}

img {
    max-width: 100%;
}

a,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: 'Josefin Sans', sans-serif; */
    font-family: "Playfair Display";
    margin: 0;
    padding: 0;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

strong {
    font-weight: 700;
}

.kc-color-primary {
    color: #ffff !important;
}

.uk-container {
    padding: 0 30px;
}

.uk-margin-top-large {
    margin-top: 50px;
}

.uk-margin-bottom-large {
    margin-bottom: 50px;
}

.sec-padding {
    padding: 100px 0;
}

.kc-container-full {
    padding: 0 40px;
    margin-left: auto;
    margin-right: auto;
}

a,
p,
div,
li {
    font-family: 'Cairo', sans-serif;
}

.uk-slider img {
    display: block;
    margin: auto;
}

.uk-offcanvas {
    z-index: 9999999;
}

.uk-form-icon {
    width: 100%;
}

.uk-nav-offcanvas>li>a {
    padding: 5px 15px;
}

.kc-button-left {
    display: block;
    margin-right: auto;
}

.div-center {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.div-left {
    display: block;
    text-align: left;
    margin-right: auto;
}

.div-right {
    display: block;
    text-align: right;
    margin-left: auto;
}

.kc-button-right {
    display: block;
    margin-left: auto;
}

.sec-background {
    background-color: #f3f3f3;
}

.sec-background-primary {
    background-color: #b3232d !important;
}

.sec-title {
    text-align: center;
}

.sec-title h3 {
    font-size: 36px;
    line-height: 35px;
    font-weight: bold;
    letter-spacing: 0.8px;
    color: #1b1313;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.sec-title .price {
    font-size: 27px;
    line-height: 27px;
    color: #676767;
    margin-bottom: 24px;
}

.sec-title p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    color: #676767;
    display: block;
    margin-bottom: 24px;
}

.sec-title p.end {
    margin-bottom: 66px;
}

.sec-title .border-line:before {
    content: '';
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    height: 4px;
    width: 47px;
    border-radius: 4px;
    background-color: #b3232d;
}

.sec-title .border-img:before {
    content: '';
    display: block;
    /* background: url("../images/border-line.png") no-repeat center center; */
    height: 27px;
    width: 100px;
    display: block;
    margin: 0 auto;
    margin-bottom: 70px;
}

.pagination {
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: 70px;
}

.pagination ul li {
    display: inline-block;
}

.pagination ul li.active a span,
.pagination ul li:hover a span {
    background-color: #b3232d;
    color: #ffffff;
    border-radius: 50%;
}

.pagination ul li.active a span.icon,
.pagination ul li:hover a span.icon {
    background: none;
    color: #676767;
}

.pagination ul li a span {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 10px;
    font-size: 14px;
    color: #676767;
}

.pagination ul li a span.icon {
    position: relative;
}

.pagination ul li a span.icon.left:after {
    content: '';
    position: absolute;
    left: -60px;
    top: 37%;
    background: url("../images/previous.png") no-repeat;
    display: block;
    height: 10px;
    width: 60px;
}

.pagination ul li a span.icon.right:after {
    content: '';
    position: absolute;
    right: -60px;
    top: 37%;
    background: url("../images/next.png") no-repeat;
    display: block;
    height: 10px;
    width: 60px;
}

.slideset-arrow {
    position: relative;
}

.slideset-arrow .uk-slideset-nav {
    margin: 0;
    counter-reset: my-badass-counter;
}

.slideset-arrow .uk-slideset-nav li {
    padding: 0;
    cursor: pointer;
}

.slideset-arrow .uk-slideset-nav li:before {
    content: counter(my-badass-counter);
    counter-increment: my-badass-counter;
    color: #676767;
    border-radius: 50%;
    display: block;
    cursor: pointer;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    margin: 10px;
    transition: all .5s ease;
}

.slideset-arrow .uk-slideset-nav li.uk-active:before,
.slideset-arrow .uk-slideset-nav li:hover:before {
    background-color: #b3232d;
    color: #ffffff;
    transition: all .5s ease;
}

.slideset-arrow .uk-slideset-nav li a {
    display: none;
}

.slideset-arrow .uk-slidenav {
    position: absolute;
    top: 50%;
    display: block;
    margin-top: -7px;
    width: initial;
    height: initial;
    padding: 10px 0;
}

.slideset-arrow .uk-slidenav-previous {
    left: -80px;
}

.slideset-arrow .uk-slidenav-previous:before {
    content: '';
    background: url("../images/previous.png") no-repeat;
    display: block;
    height: 10px;
    width: 60px;
}

.slideset-arrow .uk-slidenav-next {
    right: -80px;
}

.slideset-arrow .uk-slidenav-next:before {
    content: '';
    background: url("../images/next.png") no-repeat;
    display: block;
    height: 10px;
    width: 60px;
}

/* ------------------------------
   Button styles
   ---------------------------- */

.kc-button {
    outline: none;
    color: #1b1313;
    font-family: "Cairo", sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all .5s ease;
}

.kc-button span {
    color: #1b1313;
    transition: all .5s ease;
}

.kc-button.kc-button-uppercase {
    text-transform: uppercase;
}

.kc-button.kc-button-default {
    background: none;
    border: 1px solid #b3232d;
    transition: all .5s ease;
}

.kc-button.kc-button-default:hover {
    /* background: #b3232d; */
    
    color: #ffffff;
    border-color: #b3232d;
    transition: all .5s ease;
    
}

.kc-button.kc-button-default:hover span {
    color: #ffffff;
    transition: all .5s ease;
}

.kc-button.kc-button-default:active {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: all .5s ease;
    background: #67bd67;
    border-color: #67bd67;
}

.kc-button.kc-button-white {
    background: #ffffff;
    border: 1px solid #ffffff;
    transition: all .5s ease;
}

.kc-button.kc-button-white:hover {
    background: #b3232d;
    color: #ffffff;
    border-color: #b3232d;
    transition: all .5s ease;
}

.kc-button.kc-button-white:hover span {
    color: #ffffff;
    transition: all .5s ease;
}

.kc-button.kc-button-white:active {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: all .5s ease;
    background: #67bd67;
    border-color: #67bd67;
}

.kc-button.kc-button-primary {
    /* background: #b3232d; */
    background-image: linear-gradient(to right, #64a019, #6ca821, #73b128, #7bb92f, #83c236);
    box-shadow: 0px 5px 15px 0px rgba(102, 162, 27, 0.5);
    border: 1px solid #b3232d;
    transition: all .5s ease;
    color: #ffffff;
}

.kc-button.kc-button-primary:hover {
    background: #60a80b;
    color: #ffffff;
    border-color: #60a80b;
    transition: all .5s ease;
}

.kc-button.kc-button-primary:hover span {
    color: #ffffff;
    transition: all .5s ease;
}

.kc-button.kc-button-primary:active {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: all .5s ease;
    background: #67bd67;
    border-color: #67bd67;
}

.kc-button.kc-button-text-white {
    color: #ffffff;
}

.kc-button.kc-button-text-white:hover {
    color: #ffffff;
}

button.kc-button {
    cursor: pointer;
    height: initial;
    padding: 0px 30px;
}
.types_of_kitchen {
    background: url("../images/Types_kitchen/350.webp") no-repeat center center;
    background-color: #1E1E1E;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 330px;
}

.inner-banner {
    background: url("../images/service/3.webp") no-repeat center center;
    background-color: #1E1E1E;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* About_us_banner(s) */
.about-banner {
    background: url("../images/About_us/About_us_banner.webp") no-repeat center center !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    height: 330px;

    
    
}
.client-banner h2 {
    color: #ffffff;
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 1px;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.about-banner h2 {
    color: #ffffff;
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 1px;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.client-banner ul.uk-breadcrumb li a {
    color: #e0e0e0;
    font-size: 16px;
    line-height: 24px;
}
.about-banner ul.uk-breadcrumb li a {
    color: #e0e0e0;
    font-size: 16px;
    line-height: 24px;
}
.about-banner,.client-banner ul.uk-breadcrumb li:nth-child(n+2):before {
    color: #e0e0e0;
}
.about-banner,.client-banner ul.uk-breadcrumb li span {
    color: #e0e0e0;
}

.about-banner ul.uk-breadcrumb li a:hover {
    color: #b3232d;
}

.about-banner ul.uk-breadcrumb li:nth-child(n+2):before {
    color: #e0e0e0;
}

.about-banner ul.uk-breadcrumb li span {
    color: #e0e0e0;
}
/* About_us_banner(E) */
.client-banner {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    height: 330px;
    background-image: url("../images/clients/banner-clients.webp") ;
    background-size: cover;
    background-repeat: no-repeat;
    
}
.contact-banner {
    background-image: url("../images/Contact_us/contact-banner_new.webp")  !important;
    background-size: cover ;
    background-repeat: no-repeat !important;
    height: 330px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.contact-banner h2 {
    color: #ffffff;
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 1px;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.contact-banner ul.uk-breadcrumb li a {
    color: #e0e0e0;
    font-size: 16px;
    line-height: 24px;
}
.product-banner {
    background: url("../images/product/product_banner.jpg") no-repeat center center !important;
    padding: 155px 0 !important;
    /* margin-bottom: 30px; */

    
    
}



.inner-banner h2 {
    color: #ffffff;
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 1px;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.inner-banner ul.uk-breadcrumb li a {
    color: #e0e0e0;
    font-size: 16px;
    line-height: 24px;
}

.inner-banner ul.uk-breadcrumb li a:hover {
    color: #b3232d;
}

.inner-banner ul.uk-breadcrumb li:nth-child(n+2):before {
    color: #e0e0e0;
}

.inner-banner ul.uk-breadcrumb li span {
    color: #e0e0e0;
}

.design-item img {
    display: block;
}

.design-item .uk-overlay-panel {
    padding: 0;
}

.design-item .box {
    text-align: center;
}

.design-item .box .box-icon {
    padding: 50px 0;
}

.design-item .box .box-icon a {
    padding: 0 13px;
}

.design-item .box .box-icon a .icon {
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    color: #e90808;
    font-size: 14px;
    border: 2px solid #fff;
    /* border: 1px solid #b3232d; */
    border-radius: 50%;
}

.design-item .box .box-icon a .icon:hover {
    background: #75d306;
}

.design-item .box .box-content h4 {
    font-family: "Cairo", sans-serif;
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

.design-item .box .box-content p {
    font-size: 16px;
    font-weight: 400;
}

/* ------------------------------
   Header styles
   ---------------------------- */

.cart-block-content .cart-title {
    text-transform: uppercase;
    font-size: 14px;
}

.cart-block-content .cart-block-list {
    overflow-y: auto;
    max-height: 320px;
}

.cart-block-content .cart-block-list ul li {
    margin-top: 10px;
    border-bottom: 1px solid #eaeaea;
    display: block;
    overflow: hidden;
    padding-bottom: 10px;
}

.cart-block-content .cart-block-list ul li .product-left {
    width: 100px;
    float: left;
    position: relative;
    max-height: 125px;
}

.cart-block-content .cart-block-list ul li .product-left .uk-icon-times {
    position: absolute;
    left: 0;
    padding: 0;
    color: #999;
    top: 0;
    font-size: 16px;
}

.cart-block-content .cart-block-list ul li .product-left img {
    width: 100px;
    height: auto;
}

.cart-block-content .cart-block-list ul li .product-right {
    margin-left: 130px;
    line-height: 25px;
}

.cart-block-content .cart-block-list ul li .product-right .price {
    color: #b3232d;
}

.cart-block-content .toal-cart {
    margin: 10px 0;
}

.cart-block-content .toal-cart .toal-price {
    font-size: 18px;
    color: #b3232d;
}

.cart-block-content .cart-buttons .kc-button-cart {
    height: 40px;
    line-height: 40px;
    padding: 5px 30px;
    background: #b3232d;
}

.cart-block-content .cart-buttons .kc-button-cart:hover,
.cart-block-content .cart-buttons .kc-button-cart:focus {
    background: #60a80b !important;
    border-color: #60a80b !important;
}

.cart-block-content .cart-buttons .kc-button-checkout {
    height: 40px;
    line-height: 40px;
    padding: 5px 30px;
    background: none;
    color: #1b1313;
}

.cart-block-content .cart-buttons .kc-button-checkout:hover,
.cart-block-content .cart-buttons .kc-button-checkout:focus {
    border-color: #b3232d !important;
    background: #b3232d !important;
    color: #ffffff;
}

.home-one {
    background: #fff;
}

.home-one .top-bar .box {
    height: 100px;
}

.home-one .top-bar .box .icon {
    padding-right: 13px;
    /* color: #b3232d; */
}

.home-one .top-bar .box ul li {
    margin-top: 0;
    color: #676767;
    text-decoration: none;
    padding-left: 40px;
}

.home-one .top-bar .box ul li:hover {
    color: #b3232d;
}

.home-one .top-bar .box ul li:before {
    margin-right: 40px;
}

.home-one .top-bar .box ul li:first-child {
    padding-left: 0;
}

.home-one .header {
    background-color: #000;
    position: relative;
}

.home-one .header .kc-navbar {
    margin-left: -15px;
}

.home-one .header .kc-navbar .uk-dropdown,
.home-one .header .kc-navbar .uk-dropdown-blank {
    width: 250px;
}

.home-one .header .kc-navbar li {
    position: relative;
}

.home-one .header .kc-navbar li .submenu-primary {
    background: #ffffff;
    border-left: 1px solid #d7d7d7;
    position: absolute;
    top: 0px;
    right: 0px;
    transition: transform .5s ease-in-out;
    -moz-transition: transform .5s ease-in-out;
    -ms-transition: transform .5s ease-in-out;
    -webkit-transition: transform .5s ease-in-out;
    opacity: 0;
}

.home-one .header .kc-navbar li .submenu-primary ul {
    padding-left: 0px;
}

.home-one .header .kc-navbar li>a {
    height: 50px;
    font-weight: bolder;
    letter-spacing: 0.5px;
    font-size: 14px;
    line-height: 50px;
    padding: 0 10px;
    color: #fff;
    font-family: 'Cairo', sans-serif;
}

.home-one .header .kc-navbar li>a:hover,
.home-one .header .kc-navbar li>a:active,
.home-one .header .kc-navbar li>a:focus {
    cursor: pointer;
    background: none !important;
    color: #b3232d;
}

.home-one .header .kc-navbar li.uk-open>a {
    background: none;
    color: #b3232d;
}

.home-one .header .kc-navbar li.uk-parent>a {
    position: relative;
}

.home-one .header .kc-navbar li.uk-parent>a:after {
    position: absolute;
    right: 7px;
    top: 50%;
    margin-top: -6px;
    font-size: 10px;
    line-height: 10px;
    font-family: "FontAwesome";
    content: "";
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
}

.home-one .header .kc-navbar li .uk-dropdown {
    padding: 0;
    background: #ffffff;
    border-top: 2px solid #b3232d;
}

.home-one .header .kc-navbar li .uk-dropdown input {
    padding: 0 10px;
    font-size: 14px;
}

.home-one .header .kc-navbar li .uk-dropdown ul {
    margin: 0;
    z-index: 999999;
}

.home-one .header .kc-navbar li .uk-dropdown ul li {
    border-bottom: 1px solid #d7d7d7;
}

.home-one .header .kc-navbar li .uk-dropdown ul li a {
    color: #1b1313;
}

.home-one .header .kc-navbar li .uk-dropdown ul li a:hover {
    color: #b3232d;
}

.home-one .header .kc-navbar li .uk-dropdown ul li .product-left a {
    color: #999999;
    padding: 0px 20px;
}

.home-one .header .kc-navbar li .uk-dropdown ul li .product-left a:first-child {
    padding: 0px;
}

.home-one .header .kc-navbar li .uk-dropdown ul li.uk-parent:hover .submenu-primary {
    opacity: 1;
    transform: translateX(150px);
    -webkit-transform: translateX(150px);
    -moz-transform: translateX(150px);
    -ms-transform: translateX(150px);
}

.home-one .header .kc-navbar li .uk-dropdown ul li.uk-parent:hover>a:after {
    content: '\f105';
    font-size: 15px;
    font-weight: 700;
}

.home-one .header .kc-navbar li .uk-dropdown ul li.uk-parent:focus {
    color: #b3232d;
}

.home-one .header .kc-navbar li .uk-dropdown ul li.uk-parent.sec-primary-color>a {
    color: #b3232d;
}

.home-one .header .kc-navbar #menu_primary_toggle {
    padding-right: 6px;
}

.home-one .header .menu-media {
    background: #1C1C1C;
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 9999;
    width: 100%;
}

.home-one .header .menu-media .nav-holder>ul>li {
    border-bottom: 1px solid #323232;
}

.home-one .header .menu-media .nav-holder>ul>li:last-child {
    border-bottom: none;
}

.home-one .header .menu-media .nav-holder>ul>li>a {
    display: block;
    color: #ffffff;
    padding: 5px 30px;
    font-weight: 600;
    line-height: 40px;
}

.home-one .header .menu-media .nav-holder>ul>li>a:hover {
    color: #b3232d;
}


.home-one .header .menu-media .nav-holder>ul>li>a button {
    border: none;
    color: #ffffff;
    background: #1C1C1C;
    position: absolute;
    right: 18px;
    width: 30px;
    height: auto;
    cursor: pointer;
    z-index: 999999;
}

.home-one .header .menu-media .nav-holder>ul>li>a button:focus {
    outline: none;
}

.home-one .header .menu-media .nav-holder>ul>li ul.submenu {
    background: #282828;
    display: none;
}

.home-one .header .menu-media .nav-holder>ul>li ul.submenu li {
    display: block;
    border-top: 1px solid #323232;
}

.home-one .header .menu-media .nav-holder>ul>li ul.submenu li a {
    display: block;
    padding: 5px 55px;
    color: #969696;
}

.home-one .header .menu-media .nav-holder>ul>li ul.submenu li a:hover {
    color: #b3232d;
}

.home-one .header .menu-media .nav-holder>ul>li.active a {
    color: #b3232d;
}

.home-one .header .menu-right {
    margin-right: -25px;
}

.home-one .header .menu-right li:last-child>a:after {
    display: none;
}

.home-one .header .menu-right li:first-child>a {
    padding-left: 0px;
}

.home-one .header .menu-right li:nth-last-child(2)>a:after {
    display: none;
}

.home-one .header .menu-right li>a {
    position: relative;
    color: #fff !important;
}

.home-one .header .menu-right li>a:after {
    position: absolute;
    right: 0;
    top: 35%;
    content: '';
    background: #ffffff;
    height: 15px;
    width: 2px;
}

.home-one .header .menu-right li .uk-dropdown {
    padding: 15px;
    width: 300px;
    z-index: 999999;
}

.home-one .header .menu-right li .cart {
    position: relative;
}

.home-one .header .menu-right li .cart .number {
    position: absolute;
    top: 11px;
    right: 18px;
    height: 14px;
    width: 14px;
    line-height: 14px;
    font-family: 'Cairo', sans-serif;
    font-size: 8px;
    font-weight: bold;
    background-color: #b3232d;
    border-radius: 50%;
    text-align: center;
    display: block;
}

.home-one .header .menu-right li:hover .cart .number {
    color: #ffffff;
}

.home-one .header .menu-right .kc-button {
    font-size: 14px;
}

.home-one .header .menu-right .hidden-smartphone {
    display: block;
}

.home-one .header .menu-right .hidden-laptop {
    display: none;
}

#slider1 {
    min-height: 670px;
    
}

#slider1 .tparrows {
    background: inherit;
}

#slider1 .tparrows.tp-leftarrow:hover:before {
    opacity: 1;
    transition: all .5s ease;
}

#slider1 .tparrows.tp-rightarrow:hover:before {
    opacity: 1;
    transition: all .5s ease;
}

#slider1 .tparrows.tp-leftarrow:before {
    content: 'PREV.';
    color: #ffffff;
    opacity: .5;
    font-size: 14px;
    transform: rotate(-90deg);
    font-family: 'JosefinSans', sans-serif;
    letter-spacing: 5px;
    transition: all .5s ease;
}

#slider1 .tp-rightarrow {
    top: 48% !important;
}

#slider1 .tparrows.tp-rightarrow:before {
    content: 'NEXT.';
    color: #ffffff;
    opacity: .5;
    font-size: 14px;
    transform: rotate(90deg);
    font-family: 'JosefinSans', sans-serif;
    letter-spacing: 5px;
    transition: all .5s ease;
}

.banner-caption-h1 {
    /* font-family: 'Josefin Sans', sans-serif; */
    font-family: "Playfair Display";
    font-size: 72px;
    color: #b3232d;
    line-height: 72px;
    font-weight: 600;
}

.banner-caption-h1 span {
    font-size: 72px;
}

.banner-caption-p {
    font-family: 'Cairo', sans-serif;
    font-size: 18px;
    color: #dadada;
    line-height: 42px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.banner-caption-p a {
    color: #ffffff;
    letter-spacing: 0px;
    margin: 0px 10px;
    padding: 4px 30px;
}

#slider2 .tparrows {
    background: inherit;
    height: 10px;
    width: 60px;
}

#slider2 .tparrows.tp-leftarrow {
    top: 96% !important;
    left: 30% !important;
}

#slider2 .tparrows.tp-leftarrow:before {
    content: '';
    height: 10px;
    width: 60px;
    background: url("../images/previous.png") no-repeat;
    display: block;
}

#slider2 .tparrows.tp-rightarrow {
    top: 96% !important;
    left: 70% !important;
}

#slider2 .tparrows.tp-rightarrow:before {
    content: '';
    height: 10px;
    width: 60px;
    background: url("../images/next.png") no-repeat;
    display: block;
}

#slider2 .tp-bullet {
    border-radius: 0px;
    border: none;
    padding: 0px 10px;
}

#slider2 .tp-bullet:hover {
    top: -3px !important;
    color: #b3232d !important;
}

#slider2 .tp-bullet:hover:after {
    color: #b3232d!important;
    font-size: 16px !important;
}

#slider2 .selected:after {
    font-size: 16px !important;
    color: #b3232d !important;
}

#slider2 .selected.tp-bullet {
    top: -3px !important;
}

#slider2 .tp-bullets {
    counter-reset: my-badass-counter;
    top: 98% !important;
}

#slider2 .tp-bullets [class*=tp-bullet]:after {
    content: "0" counter(my-badass-counter) ".";
    counter-increment: my-badass-counter;
    color: #797b7b;
    font-size: 14px;
    font-family: 'Cairo', sans-serif;
    background-color: inherit;
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(1.2);
}

.home-two {
    width: 100%;
    position: relative;
}

.home-two .sticky {
    width: 100%;
    position: absolute;
    z-index: 999999;
}

.home-two .sticky .logo a {
    margin-top: 50px;
}

.home-two .logo,
.home-two .uk-navbar-nav {
    height: 90px;
}

.home-two .uk-dropdown {
    background-color: #ffffff;
    width: 300px;
    border-top: 2px solid #b3232d;
}

.home-two .uk-dropdown .uk-form-icon {
    width: 100%;
}

.home-two .uk-navbar-nav li a {
    padding: 0 20px;
    font-size: 14px;
    color: #ffffff;
}
.uk-navbar-nav li a.active {
    
    color: #b3232d !important;
}

.home-two .uk-navbar-nav li a:hover,
.home-two .uk-navbar-nav li a:focus {
    background: transparent !important;
    color: #ffffff;
    cursor: pointer;
}

.home-two .uk-navbar-nav li a.cart {
    position: relative;
}

.home-two .uk-navbar-nav li a.cart .number {
    position: absolute;
    top: 6px;
    right: 12px;
    height: 14px;
    width: 14px;
    line-height: 14px;
    font-family: 'Cairo', sans-serif;
    font-size: 8px;
    font-weight: bold;
    background-color: #b3232d;
    border-radius: 50%;
    text-align: center;
    display: block;
}

.home-two .uk-navbar-nav li.uk-open>a {
    background: transparent !important;
    color: #ffffff;
}

.home-two .hidden-smartphone {
    display: block;
}

.home-two .hidden-laptop {
    display: none;
}

.menu-toggle {
    width: 300px;
    height: 100vh;
    background: #ffffff;
    position: fixed;
    top: 0px;
    right: -300px;
    overflow-y: auto;
    z-index: 999999999;
    transition: transform .3s ease-in-out;
    -webkit-transition: transform .5s ease-in-out;
}

.menu-toggle .uk-panel {
    margin: 0px;
}

.menu-toggle .uk-panel .logo {
    padding: 30px 50px;
    position: relative;
}

.menu-toggle .uk-panel .logo span {
    color: #676767;
    position: absolute;
    top: 15px;
    right: 15px;
}

.menu-toggle .nav-holder>ul {
    display: block;
}

.menu-toggle .nav-holder>ul>li {
    display: block;
}

.menu-toggle .nav-holder>ul>li>a {
    display: block;
    padding: 5px 40px;
    border-bottom: 1px solid #d7d7d7;
    background: inherit;
    color: #1b1313;
    font-weight: 600;
}

.menu-toggle .nav-holder>ul>li>a:hover {
    background: #b3232d;
    color: #ffffff;
}

.menu-toggle .nav-holder>ul>li>a:hover button {
    background: #b3232d;
}

.menu-toggle .nav-holder>ul>li>a button {
    border: none;
    color: #1b1313;
    background: #ffffff;
    position: absolute;
    right: 15px;
    width: 30px;
    height: auto;
    cursor: pointer;
    z-index: 999999;
}

.menu-toggle .nav-holder>ul>li>a button:focus {
    outline: none;
}

.menu-toggle .nav-holder>ul>li>a button:hover {
    background: #b3232d;
}

.menu-toggle .nav-holder>ul>li:first-child>a {
    border-top: 1px solid #d7d7d7;
}

.menu-toggle .nav-holder>ul>li>ul.submenu {
    background: #f8f8f8;
    border-bottom: 1px solid #d7d7d7;
    display: none;
}

.menu-toggle .nav-holder>ul>li>ul.submenu>li>a {
    display: block;
    padding: 5px 55px;
    color: #676767;
}

.menu-toggle .nav-holder>ul>li>ul.submenu>li>a:hover {
    color: #b3232d;
}

.menu-toggle .nav-holder>ul>li.active {
    background: #b3232d;
}

.menu-toggle .nav-holder>ul>li.active>a {
    color: #ffffff;
}

.menu-toggle .nav-holder>ul>li.active>a button {
    background: #b3232d;
}

.menu-toggle.menu-primary-show {
    transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
}

.overlay-menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.5);
}

/* ------------------------------
   Home styles
   ---------------------------- */

.work-art .box {
    text-align: center;
}

.work-art .box .box-icon {
    margin-bottom: 20px;
}

.work-art .box .box-icon .icon {
    color: #1b1313;
    opacity: 0.15;
    font-size: 50px;
    line-height: 50px;
    transition: all .5s ease;
}

.work-art .box .box-content h3 {
    font-family: "Cairo", sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    color: #1b1313;
    margin-bottom: 15px;
}

.work-art .box .box-content p {
    font-family: "Cairo", sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #676767;
}

.work-art .box:hover .box-icon .icon {
    opacity: 1;
    color: #b3232d;
    transition: all .5s ease;
}

.designs .filter {
    margin-bottom: 50px;
}

.designs .filter li {
    padding: 0;
    margin: 0;
    display: inline-block;
    transition: all .5s ease;
}

.designs .filter li a {
    font-weight: 600;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    color: #676767;
    padding: 0 20px;
    text-transform: uppercase;
    transition: all .5s ease;
}

.designs .filter li.uk-active,
.designs .filter li:hover {
    background-color: #b3232d;
    transition: all .5s ease;
}

.designs .filter li.uk-active a,
.designs .filter li:hover a {
    color: #ffffff;
    transition: all .5s ease;
}

.designs .uk-overlay {
    width: 100%;
}

.designs .uk-overlay img {
    width: 100%;
}

.designs .slideset-arrow {
    margin-top: 30px;
}

.watch-video {
    /* background: url("../images/watch-video-1-1.jpg") no-repeat center center;
    background-color: #f0f0f0; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.watch-video .box {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.watch-video .box .box-icon {
    margin-bottom: 52px;
}

.watch-video .box .box-icon .icon {
    font-size: 60px;
    color: #b3232d;
}

.watch-video .box .box-content h4 {
    /* font-family: "Cairo", sans-serif; */
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #e0e0e0;
    font-weight: 400;
    margin-bottom: 16px;
}

.watch-video .box .box-content h3 {
    font-weight: 700;
    color: #ffffff;
    font-size: 30px;
    line-height: 31px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.our-creative .uk-slider img {
    display: block;
}

.our-creative .uk-slider .uk-overlay-background {
    background: rgba(0, 0, 0, 0.7);
}

.our-creative .uk-slider .box-content {
    text-align: center;
    margin: 0 auto;
    display: block;
    margin: inherit;
}

.our-creative .uk-slider .box-content h3 {
    font-family: 'Cairo', sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
    color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.our-creative .uk-slider .box-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #e0e0e0;
}

.our-creative .uk-slider .box-content ul.social {
    margin-top: 8px;
}

.our-creative .uk-slider .box-content ul.social li {
    display: inline-block;
}

.our-creative .uk-slider .box-content ul.social li a {
    color: #818181;
    padding: 0 12px;
    font-size: 20px;
}

.our-creative .uk-slider .box-content ul.social li a:hover {
    color: #b3232d;
}

.our-creative .uk-slidenav {
    display: block !important;
    background-color: #b7acac;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
}

.our-creative .uk-slidenav:hover {
    background-color: #7b6a6a;
}

.our-creative .uk-slidenav-previous {
    left: -23px;
}

.our-creative .uk-slidenav-next {
    right: -23px;
}

.search-design .uk-width-medium-1-3:nth-child(2) .box {
    background-color: #1d1818;
}

.search-design .uk-width-medium-1-3:nth-child(2) .box:after {
    z-index: 1;
    border-left: 14px solid #1d1818;
}

.search-design .box {
    position: relative;
    text-align: center;
    padding: 80px 20px;
    background-color: #211c1c;
}

.search-design .box .box-title {
    position: relative;
}

.search-design .box .box-title .step {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    font-size: 120px;
    line-height: 60px;
    text-align: center;
    display: block;
    color: #ffffff;
    opacity: 0.05;
}

.search-design .box .box-title h3 {
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    font-family: 'Cairo', sans-serif;
    line-height: 28px;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
}

.search-design .box .box-content {
    color: #d1d1d1;
    padding: 0px 35px;
}

.search-design .box .box-content .dot:after {
    display: block;
    text-align: center;
    font-size: 6px;
    line-height: 6px;
    margin-top: 20px;
    color: #ffffff;
    font-family: "FontAwesome";
    content: "";
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
}

.search-design .box:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 48%;
    right: -13px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 14px solid #211c1c;
    border-bottom: 15px solid transparent;
}

.search-design .box:hover .box-content .dot:after,
.search-design .box.active .box-content .dot:after {
    color: #b3232d;
    font-size: 18px;
    font-family: "FontAwesome";
    content: "";
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
}

.search-design .box.last:after {
    border: none;
}

.about .uk-overlay img {
    display: block;
}

.about .uk-overlay .video-play .icon {
    font-size: 48px;
    color: #b3232d;
}

.about .box-content {
    padding-left: 25px;
}

.about .box-content h3 {
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #1b1313;
    text-transform: uppercase;
}

.about .box-content p {
    color: #676767;
    font-size: 16px;
    line-height: 24px;
}

.about .box-content ul {
    margin-top: 20px;
}

.about .box-content ul li {
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    font-family: 'Cairo', sans-serif;
}

.about .box-content ul li:before {
    line-height: 14px;
    display: inline-block;
    font-size: 14px;
    padding-right: 15px;
    color: #b3232d;
    font-family: "FontAwesome";
    content: "";
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
}

.about .box-content .kc-button-left {
    margin-top: 20px;
}

.featured .uk-slider li {
    padding: 10px;
}

.featured .uk-slider li.uk-active {
    background: #b3232d;
}

.featured .uk-slider li.uk-active:after {
    display: none;
}

.featured .uk-slider li.uk-active img {
    filter: none;
}

.featured .uk-slider li:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 10px;
    background: rgba(249, 249, 249, 0.7);
}

.featured .uk-slider li img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
}

.featured .slider-content {
    margin-top: 60px;
    position: relative;
}

.featured .slider-content h3 {
    font-family: 'Cairo', sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #1b1313;
    margin-bottom: 4px;
    letter-spacing: 3px;
}

.featured .slider-content h5 {
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #676767;
}

.featured .slider-content .uk-slidenav {
    display: block;
    margin-top: -15px;
    width: initial;
    height: initial;
    padding: 10px 0;
}

.featured .slider-content .uk-slidenav-previous {
    left: 0;
}

.featured .slider-content .uk-slidenav-previous:before {
    content: '';
    background: url("../images/previous.png") no-repeat;
    display: block;
    height: 10px;
    width: 60px;
}

.featured .slider-content .uk-slidenav-next {
    right: 0;
}

.featured .slider-content .uk-slidenav-next:before {
    content: '';
    background: url("../images/next.png") no-repeat;
    display: block;
    height: 10px;
    width: 60px;
}

.our-service.sec-padding {
    padding: 110px 0 60px 0;
}

.our-service .box-service {
    margin-bottom: 50px;
}

.our-service .box-service .box-icon,
.our-service .box-service .box-content {
    display: table-cell;
    vertical-align: top;
}

.our-service .box-service .box-icon {
    width: 55px;
    padding-right: 10px;
}

.our-service .box-service .box-icon .icon {
    display: block;
    font-size: 30px;
    text-align: center;
    color: #676767;
}

.our-service .box-service .box-content {
    padding-right: 10px;
}

.our-service .box-service .box-content h4 {
    color: #1b1313;
    font-family: 'Cairo', sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

.our-service .box-service .box-content p {
    font-size: 16px;
    color: #676767;
    line-height: 26px;
    font-weight: 400;
}

.our-service .box-service:hover .box-icon .icon {
    color: #b3232d;
}

.our-blog .box-blog:hover .box-img .overlay {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all .5s ease;
    background-color: rgba(119, 188, 37, 0.85);
}

.our-blog .box-blog .box-img {
    position: relative;
    margin-bottom: 34px;
}

.our-blog .box-blog .box-img img {
    display: block;
    height: 100%;
    max-height: 350px;
    max-width: 550px;
}

.our-blog .box-blog .box-img .overlay {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all .5s ease;
}

.our-blog .box-blog .box-img .overlay .uk-icon-link {
    color: #ffffff;
    font-size: 28px;
}

.our-blog .box-blog .box-content h3 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-family: 'Cairo', sans-serif;
    font-weight: 600;
    color: #1b1313;
    font-size: 22px;
    line-height: 26px;
}

.our-blog .box-blog .box-content ul.meta {
    margin-bottom: 10px;
}

.our-blog .box-blog .box-content ul.meta li {
    padding: 0 18px;
    display: inline-block;
    color: #918a8a;
    font-size: 13px;
}

.our-blog .box-blog .box-content p {
    color: #676767;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 33px;
}

.our-blog .box-blog .box-content .date-time,
.our-blog .box-blog .box-content .content {
    display: table-cell;
    vertical-align: top;
}

.our-blog .box-blog .box-content .date-time {
    text-align: center;
    width: 21px;
    padding-right: 20px;
    padding-top: 7px;
}

.our-blog .box-blog .box-content .date-time .date {
    padding: 10px;
    color: #676767;
    font-family: 'Cairo', sans-serif;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    border: 1px solid #d7d7d7;
}

.our-blog .box-blog .box-content .date-time .month {
    padding: 5px 15px;
    color: #676767;
    font-family: 'Cairo', sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    border: 1px solid #d7d7d7;
    border-top: none;
}

.our-blog .box-blog .box-content .content h3 {
    font-family: 'Cairo', sans-serif;
    margin-top: 0;
    font-size: 22px;
    line-height: 28px;
    color: #1b1313;
    font-weight: 600;
}

.our-blog .box-blog .box-content .content .read-more {
    display: block;
    font-family: 'Cairo', sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #676767;
    margin-top: 9px;
    transition: all .5s ease;
}

.our-blog .box-blog .box-content .content .read-more:hover {
    color: #b3232d;
    transition: all .5s ease;
}

.clients-say {
    background: url("../images/clients/client-say-2-1.webp") no-repeat center center;
    background-color: #f0f0f0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.clients-say .sec-title .border-line:before {
    margin-bottom: 57px;
}

.clients-say.home-two .uk-slidenav-position {
    padding: 0 70px;
}

.clients-say.home-two .uk-slidenav {
    opacity: 0.5;
    display: block;
    height: 45px;
    width: 45px;
    font-size: 24px;
    line-height: 43px;
    color: #676767;
    border: 1px solid #676767;
    transition: all .5s ease;
}

.clients-say.home-two .uk-slidenav:hover {
    opacity: 1;
    transition: all .5s ease;
}

.clients-say.home-two .uk-slidenav-previous {
    left: 0;
}

.clients-say.home-two .uk-slidenav-next {
    right: 0;
}

.clients-say .uk-slider {
    text-align: center;
}

.clients-say .uk-slider .item .quote span {
    display: block;
    color: #ffffff;
    background-color: #b3232d;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.clients-say .uk-slider .item .quote span:before {
    display: block;
    line-height: 35px;
    text-align: center;
    color: #ffffff;
}

.clients-say .uk-slider .item p {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    font-style: italic;
    line-height: 30px;
    color: #676767;
    display: block;
    margin-bottom: 22px;
}

.clients-say .uk-slider .item .box {
    text-align: left;
}

.clients-say .uk-slider .item .box .box-img,
.clients-say .uk-slider .item .box .box-content {
    display: block;
    vertical-align: top;
}

.clients-say .uk-slider .item .box .box-img {
    width: 70px;
    margin-top: 5px;
}

.clients-say .uk-slider .item .box .box-img img {
    width: 46px;
    height: 46px;
    display: block;
}

.clients-say .uk-slider .item .box .box-content .author {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #1b1313;
    margin-bottom: 1px;
}

.clients-say .uk-slider .item .box .box-content .city {
    font-size: 14px;
    line-height: 24px;
    color: #676767;
    font-weight: 400;
}

.clients-say .uk-slideshow {
    margin-bottom: 43px;
    text-align: center;
}

.clients-say .uk-slideshow .item p {
    padding: 0 100px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    font-style: italic;
    line-height: 30px;
    color: #676767;
    display: block;
    margin-bottom: 26px;
}

.clients-say .uk-slideshow .item .author {
    font-family: 'Cairo', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #1b1313;
    margin-bottom: 3px;
}

.clients-say .uk-slideshow .item .city {
    font-family: 'Cairo', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #676767;
    font-weight: 400;
}

.clients-say .slideshow-thumb ul li {
    cursor: pointer;
    position: relative;
    margin: 0 23px;
}

.clients-say .slideshow-thumb ul li.uk-active:before {
    display: none;
}

.clients-say .slideshow-thumb ul li.uk-active img {
    height: 80px;
    width: 80px;
}

.clients-say .slideshow-thumb ul li img {
    display: block;
    height: 50px;
    width: 50px;
}

.clients-say .slideshow-thumb ul li:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(203, 203, 203, 0.6);
}

.carousel.sec-padding {
    padding: 90px 0;
}

.carousel .uk-slider li img {
    opacity: 0.5;
    transition: all .5s ease;
}

.carousel .uk-slider li:hover img {
    opacity: 1;
    transition: all .5s ease;
}

.subscribe {
    /* background: url("../images/subscribe-1-1.jpg") no-repeat center center;
    background-color: #f0f0f0; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.subscribe.home-two {
    background-image: none;
}

.subscribe.home-two.sec-padding {
    padding: 45px 0;
}

.subscribe.home-two h3 {
    margin-bottom: 0;
}

.subscribe.home-two .uk-form a {
    display: block;
    width: 78px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}

.subscribe.home-two .uk-form a .icon {
    color: #ffffff;
}

.subscribe.home-two .uk-form input,
.subscribe.home-two .uk-form input:active,
.subscribe.home-two .uk-form input:focus {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.subscribe.home-two .uk-form input::-webkit-input-placeholder,
.subscribe.home-two .uk-form input:active::-webkit-input-placeholder,
.subscribe.home-two .uk-form input:focus::-webkit-input-placeholder {
    opacity: 1;
    color: #ffffff;
}

.subscribe.home-two .uk-form input:-moz-placeholder,
.subscribe.home-two .uk-form input:active:-moz-placeholder,
.subscribe.home-two .uk-form input:focus:-moz-placeholder {
    opacity: 1;
    color: #ffffff;
}

.subscribe.home-two .uk-form input::-moz-placeholder,
.subscribe.home-two .uk-form input:active::-moz-placeholder,
.subscribe.home-two .uk-form input:focus::-moz-placeholder {
    opacity: 1;
    color: #ffffff;
}

.subscribe.home-two .uk-form input:-ms-input-placeholder,
.subscribe.home-two .uk-form input:active:-ms-input-placeholder,
.subscribe.home-two .uk-form input:focus:-ms-input-placeholder {
    opacity: 1;
    color: #ffffff !important;
}

.subscribe h3 {
    /* font-family: 'Cairo', sans-serif; */
    font-family: "Playfair Display";
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    color: #ffffff;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 28px;
}

.subscribe .uk-form .uk-form-icon-flip>button {
    border: none;
    outline: none;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    background: #b3232d;
    cursor: pointer;
}

.subscribe .uk-form input,
.subscribe .uk-form input:active,
.subscribe .uk-form input:focus {
    height: 50px;
    background: #d7d7d7;
    border: 1px solid #000;
    line-height: 50px;
    padding: 0 40px;
    font-size: 14px;
    color: #e0e0e0;
}

.subscribe .uk-form input::-webkit-input-placeholder,
.subscribe .uk-form input:active::-webkit-input-placeholder,
.subscribe .uk-form input:focus::-webkit-input-placeholder {
    opacity: 1;
    color: #ffff;
}

.subscribe .uk-form input:-moz-placeholder,
.subscribe .uk-form input:active:-moz-placeholder,
.subscribe .uk-form input:focus:-moz-placeholder {
    opacity: 1;
    color: #5f5f5f;
}

.subscribe .uk-form input::-moz-placeholder,
.subscribe .uk-form input:active::-moz-placeholder,
.subscribe .uk-form input:focus::-moz-placeholder {
    opacity: 1;
    color: #5f5f5f;
}

.subscribe .uk-form input:-ms-input-placeholder,
.subscribe .uk-form input:active:-ms-input-placeholder,
.subscribe .uk-form input:focus:-ms-input-placeholder {
    opacity: 1;
    color: #5f5f5f;
}

.subscribe .uk-form input:active,
.subscribe .uk-form input:focus {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.subscribe .uk-form input:active::-webkit-input-placeholder,
.subscribe .uk-form input:focus::-webkit-input-placeholder {
    opacity: 1;
    color: #ffffff;
}

.subscribe .uk-form input:active:-moz-placeholder,
.subscribe .uk-form input:focus:-moz-placeholder {
    opacity: 1;
    color: #ffffff;
}

.subscribe .uk-form input:active::-moz-placeholder,
.subscribe .uk-form input:focus::-moz-placeholder {
    opacity: 1;
    color: #ffffff;
}

.subscribe .uk-form input:active:-ms-input-placeholder,
.subscribe .uk-form input:focus:-ms-input-placeholder {
    opacity: 1;
    color: #ffffff;
}

.creative-product .slideset-arrow {
    margin-top: 30px;
}

/* ------------------------------
   Form styles
   ---------------------------- */

.kc-form-comment .uk-form-icon {
    width: 100%;
}

.kc-form-comment .uk-form-icon [class*=uk-icon-] {
    top: 23px;
    padding-left: 25px;
    color: #b3232d;
}

.kc-form-comment .uk-form-icon input,
.kc-form-comment .uk-form-icon textarea {
    padding-left: 55px !important;
    font-size: 14px;
}

.kc-form-comment a {
    font-size: 14px;
    color: #676767;
}

.kc-form-comment a .icon {
    color: #b3232d;
    padding-right: 10px;
}

.kc-form-comment a:hover {
    text-decoration: underline;
}

.kc-form-comment .input-text {
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #d7d7d7;
}

.kc-form-comment .input-text:focus {
    background: initial !important;
    border: 1px solid #d7d7d7 !important;
    box-shadow: 2px 4px 6px rgba(156, 156, 156, 0.18);
}

.kc-form-comment input.input-text {
    height: 45px;
}

.kc-form-comment input.error,
.kc-form-comment textarea.error {
    border-color: rgba(255, 0, 0, 0.2);
    box-shadow: 2px 4px 6px rgba(255, 0, 0, 0.2);
}

.kc-form-comment label.error {
    display: none !important;
}

.kc-form-comment .response {
    display: none;
    border: 1px solid #e9e9e9;
    margin-top: 30px;
    text-align: center;
    padding: 50px;
    background: #e2e2e2;
    border-radius: 5px;
    font-size: 24px;
    line-height: 26px;
}

.kc-form-detail .input-text {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 20px !important;
    border: 1px solid #d7d7d7;
    font-size: 14px;
}

.kc-form-detail .input-text:focus {
    background: initial !important;
    border: 1px solid #d7d7d7 !important;
    box-shadow: 2px 4px 6px rgba(156, 156, 156, 0.18);
}

.kc-form-detail input.input-text,
.kc-form-detail select.input-text {
    height: 45px;
}

.kc-form-detail select {
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
}

.kc-form-detail label {
    position: relative;
}

.kc-form-detail label:after {
    content: '\f107';
    width: 50px;
    height: 40px;
    line-height: 43px;
    background: #ffffff;
    text-align: center;
    font-family: 'FontAwesome';
    color: #d7d7d7;
    right: 1px;
    top: -18px;
    position: absolute;
    pointer-events: none;
}

.kc-form-detail input.error,
.kc-form-detail textarea.error {
    border-color: rgba(255, 0, 0, 0.2);
    box-shadow: 2px 4px 6px rgba(255, 0, 0, 0.2);
}

.kc-form-detail label.error {
    display: none !important;
}

.kc-form-detail .response {
    display: none;
    border: 1px solid #e9e9e9;
    margin-top: 30px;
    text-align: center;
    padding: 50px;
    background: #e2e2e2;
    border-radius: 5px;
    font-size: 24px;
    line-height: 26px;
    
}
/* ------------------------------
   changes
   ---------------------------- */

   .uk-width-1-1 .footer-widget ul{
    padding-left: 0;

   }
   
   .careers-filter-list li {
    transition: color 0.3s ease-in-out, font-size 0.3s ease-in-out; /* Smooth transition */
}
   .careers-filter-list li.active {
    color: #b3232d; /* Text color */
    font-weight: bold; /* Optional: Makes it stand out */
    font-size: 16px;
}
@media (max-width: 495px) {
    .tooltip__base{
        display: none !important;

    }
    .home_page_txt{
        letter-spacing: 0px !important;

    }
    .awesome-design .design .left h6{
        letter-spacing: 0 !important;
    }

}

   @media (min-width: 370px) and (max-width: 480px) {
    .inner-banner{
        background-image: url(../images/service/Mobile_one.webp) !important;
        height: 220px;
    }
    .about-banner{
        height: 220px;
    }
    .about-imgs-2 .about-media-item:nth-child(4){
        right: 6px !important;
        bottom: 124px !important;
    }
    .about-imgs-2 .about-media-item:nth-child(2){
        right: 6px !important;
    }
    .badge{
        padding:  0 !important;
    }
    .clients-say{
        padding: 35px 0 10px 0 !important;
    }
    .client-banner{
        height: 220px;
        background-size: inherit;
    }
    .contact-banner{
        height: 220px;
        background-size: auto;
    }
    .types_of_kitchen{
        height: 220px;
       }



   }
   @media (min-width: 481px) and (max-width: 768px) {

    .inner-banner{
        background-image: url(../images/service/Tablet_nbtlps_c_scale\,w_768.webp) !important;
        height: 21vh;
    }
    .about-imgs-2 .about-media-item:nth-child(4){
        right: -5px !important;
        bottom: 168px !important;
    }
    .about-imgs-2 .about-media-item:nth-child(2){
        right: -5px !important;
    }
    .client-banner{
        height: 21vh;
    }
    .clients-say{
        padding: 35px 0 10px 0 !important;
    }
    .contact-banner{
        height: 21vh;
        background-size: auto;
    }
    .types_of_kitchen{
        height: 21vh;
       }
     



   }
   @media (min-width: 769px) and (max-width: 1024px) {
    .inner-banner{
        background-image: url(../images/service/Laptop.webp) !important;
        height: 235px;
    }
    .client-banner{
        height: 235px !important;
    }
    .contact-banner{
        height: 235px;
        background-size: auto;
    }
    .types_of_kitchen{
        height: 235px;
       }

   }
   @media (min-width: 1025px) and (max-width: 1450px) {
    .inner-banner{
        background-image: url(../images/service/Laptop_2.webp) !important;
        height: 235px;
    }
    .client-banner{
        height: 260px !important;
    }
    .contact-banner{
        height: 260px;
    }
    .types_of_kitchen{
        height: 260px;
       }


   }
   @media (min-width: 1451px) {

    .inner-banner {
        background-image: url(../images/service/Desktop.webp) !important;
       height: 330px !important;
       /* background-size: contain; */
    }
    }
    










/* For_demo_purpose_only(s) */
.banner-caption-h1{
    color: #b91823 !important;;

}
.blog-slider__content .blog-slider__button:hover{
    color: #000 !important;
    font-weight: bold;

}
.uk-navbar-nav li a.active{
    color: #b3232d !important;
}
.home-one .top-bar .box .icon{
    color:#b3232d !important;
}
.home-one .header .kc-navbar li>a:hover{
    color: #b3232d !important;
}
.blog-slider__button{
    background-image: linear-gradient(to right, #6b151b, #7d191f, #8f1c24, #a12029, #b3232d) !important;

    box-shadow: 0px 5px 15px 0px rgb(179 35 45 / 50%) !important;
}
.sec-title .border-line:before{
    background-color: #b3232d !important;

}
.subscribe .uk-form .uk-form-icon-flip>button{
    background:  #b3232d !important;
}
#kc_backtop{
    background-color:  #b3232d !important;
}
.awesome-design .design .left h6{
    color:#b3232d !important;
}
.awesome-design .design .right .rectangle{
    background: #b3232d !important;
}
.kc-button.kc-button-primary{
    background-image: linear-gradient(to right, #6b151b, #7d191f, #8f1c24, #a12029, #b3232d) !important;

    box-shadow: 0px 5px 15px 0px rgb(179 35 45 / 50%) !important;
    border: 0 !important;
}
.history .box-year .year .point{
    background: #b3232d !important;
}
.col-11 h4{
    color: #b3232d !important;
}
.contact .box span{
    color: #b3232d !important;
}
.kc-form-comment .uk-form-icon [class*=uk-icon-]{
    color: #b3232d !important;
}
.hero-video .button{
    background-image: linear-gradient(to right, #6b151b, #7d191f, #8f1c24, #a12029, #b3232d) !important;

}
.Video-playbtned{
    background-color: #b3232d !important;
}
.client{
    background: #f7f7f7 !important;
   
    /* background: #fff7d12b !important; */
}
.blog-slider{
    background: #ffffff !important;
}



/* For_demo_purpose_only(E) */







   /* new_profile(s) */
   .has-background-dim-80{
    opacity: 0.8;
   }


 .blog-slider {
    width: 95%;
    position: relative;
    max-width: 900px;
    margin: auto;
    background: #f5f4e8;
    box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
    padding: 25px;
    border-radius: 7px;
    height: 470px;
    transition: all 0.3s;
}
@media screen and (max-width: 992px) {
    .blog-slider {
        max-width: 680px;
       
   }
}
@media screen and (max-width: 768px) {
    .blog-slider {
        min-height: 500px;
        height: auto;
        margin: 180px auto 50px auto;
   }
   .profi_cont{
    padding: 0 0 50px 0 !important;

}
   
   
}

@media screen and (max-height: 500px) and (min-width: 992px) {
    .blog-slider {
        height: 350px;
   }
}
.blog-slider__item {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .blog-slider__item {
        flex-direction: column;
   }
}
.blog-slider__item.swiper-slide-active .blog-slider__img img {
    opacity: 1;
    transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > * {
    opacity: 1;
    transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
    transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
    transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
    transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
    transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
    transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
    transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
    transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
    transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
    transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
    transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
    transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
    transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
    transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
    transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
    transition-delay: 1.7s;
}
.blog-slider__img {
    width: 300px;
    flex-shrink: 0;
    height: 300px;
    background-image: url(../images/home/Bg_Image.webp);
    background-size: 40%;
    background-position: center;
    background-color: white;
    background-repeat: no-repeat;
    /* background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%); */
    /* box-shadow: 4px 13px 30px 1px rgba(28, 29, 29, 0.2); */
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    box-shadow: rgb(34 34 37 / 20%) 0px 7px 12px 0px;
    border-radius: 7px;
    transform: translateX(-80px);
    overflow: hidden;
}
.blog-slider__img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%); */
    border-radius: 7px;
    opacity: 0.8;
}
.blog-slider__img img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    display: block;
    opacity: 0;
    border-radius: 7px;
    transition: all 0.3s;
}
@media screen and (max-width: 768px) {
    .blog-slider__img {
        transform: translateY(-50%);
        /* width: 90%; */
   }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
    .blog-slider__img {
        height: 270px;
   }
}
.blog-slider__content {
    padding-right: 25px;
}
@media screen and (max-width: 768px) {
    .blog-slider__content {
        margin-top: -80px;
        text-align: center;
        padding: 0 30px;
   }
}
@media screen and (max-width: 576px) {
    .blog-slider__content {
        padding: 0;
   }
}
.blog-slider__content > * {
    opacity: 0;
    transform: translateY(25px);
    transition: all 0.4s;
}
.blog-slider__code {
    color: #7b7992;
    margin-bottom: 15px;
    display: block;
    font-weight: 500;
}
.blog-slider__title {
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    letter-spacing: 4px;
    color: #1b1313;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: "Playfair Display";
}
.blog-slider__text {
    color: #4e4a67;
    text-align: justify;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 1.5em;
}
.blog-slider__button {
    display: inline-flex;
    padding: 5px 30px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    justify-content: center;
    text-align: center;
    font-size: 14px;
}
@media screen and (max-width: 576px) {
    /* .blog-slider__button {
        width: 100%;
   } */
}
.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.blog-slider__pagination {
    position: absolute;
    z-index: 21;
    right: 20px;
    width: 11px !important;
    text-align: center;
    left: auto !important;
    top: 50%;
    bottom: auto !important;
    transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
    .blog-slider__pagination {
        transform: translateX(-50%);
        left: 50% !important;
        top: 205px;
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
   }
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 8px 0;
}
@media screen and (max-width: 768px) {
    .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
   }
}
.blog-slider__pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    display: block;
    border-radius: 10px;
    background: #062744;
    opacity: 0.2;
    transition: all 0.3s;
}
.blog-slider__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: rgba(0, 0, 0, 1.00);
    /* background: #fd3838; */
    height: 30px;
    box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}
@media screen and (max-width: 768px) {
    .blog-slider__pagination .swiper-pagination-bullet-active {
        height: 11px;
        width: 30px;
   }
}
 /* new_profile(E) */

   /* new_Home_image(s) */
   .snip1527 {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    float: left;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 16px;
    margin: 10px 1%;
    /* max-width: 310px; */
    min-width: 250px;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
  }
   .snip1527 img {
    max-width: 100%;
    vertical-align: top;
    position: relative;
  }
  
  .snip1527 figcaption {
    padding: 25px 20px 25px;
    position: absolute;
    bottom: 0;
    z-index: 1;
  }
  
  .snip1527 figcaption:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #700877;
    content: '';
    background: -moz-linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
    background: -webkit-linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
    background: linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
    opacity: 0.8;
    z-index: -1;
  }
  
  .snip1527 .date {
    background-color: #fff;
    border-radius: 50%;
    color: #700877;
    font-size: 18px;
    font-weight: 700;
    min-height: 48px;
    min-width: 48px;
    padding: 10px 0;
    position: absolute;
    right: 15px;
    text-align: center;
    text-transform: uppercase;
    top: -25px;
  }
  figcaption h3{
    font-size: 1.17em !important;
    
  }
  
  .snip1527 .date span {
    display: block;
    line-height: 14px;
  }
  
  .snip1527 .date .month {
    font-size: 11px;
  }
  
  .snip1527 h3,
  .snip1527 p {
    margin: 0;
    padding: 0;
  }
  
  .snip1527 h3 {
    display: inline-block !important;
    font-weight: 700 !important;
    letter-spacing: -0.4px;
    margin-bottom: 5px;
  }
  
  .snip1527 p {
    font-size: 0.8em;
    line-height: 1.6em;
    margin-bottom: 0px;
  }
  
  .snip1527 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
  }
  
  .snip1527:hover img,
  .snip1527.hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

   /* new_Home_image(E) */
/* New_hamburger_Icon(s) */
.menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    outline: none;
  }
  .line {
    fill: none;
    stroke: #fff !important;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
      stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
  }
  .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  .opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  .opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
  }
  .opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  /* New_hamburger_Icon(E) */
  



   .wpo-service-text h2 a i{
    margin: 5px 10px 0 0;
    color: #b3232d;
   }
   /* .m_contain{
    padding: 0 !important;
   } */
   .n_contain{
    display: flex;
    justify-content: center;
   }
  
/* Hero Video */
.outter.hero-video {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (max-width: 767px) {
    .outter.hero-video {
        height: 325px;
   }
}
.hero-video .video-container {
    height: 350px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
@media (max-width: 767px) {
    .hero-video .video-container {
        height: 325px;
   }
}
.hero-video video {
    object-fit: cover;
    position: absolute;
    height: 550px;
    width: 100%;
    top: 0;
    left: 0;
}
@media (max-width: 767px) {
    .hero-video video {
        height: 325px;
   }
}
.hero-video .video-container:after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .2);
    z-index: 1;
}
.hero-video h1 {
    text-transform: uppercase;
    margin: 0 0 1rem;
    padding: 0;
    line-height: 1;
    color: white;
}
@media (max-width: 767px) {
    .hero-video h1 {
        font-size: 32px;
   }
   .sec-title h3{
    font-size: 30px;
    margin-bottom: 30px;
   }
   .imag_cont{
    width: 90% !important;
   }
   .text_cont{
    margin-bottom: 20px;
   }
   .border-img{
    display: none;
   }
   
}
@media (min-width: 768px) {
    .hero-video h1 {
        font-size: 46px;
   }
   
}
.hero-video .desc {
    color: white;
    font-weight: 400;
    font-size: 18px;
}
.hero-video .callout {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    text-align: center;
    position: relative;
    z-index: 10;
    width: 70%;
    margin: auto;
}
@media (max-width: 767px) {
    .hero-video .callout {
        width: 90%;
   }
   .blog-slider__title{
    letter-spacing: 2px;
   }
}
.hero-video .button {
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 0px;
    margin-top: 10px;
    background-color: #82bb00;
    padding: 5px 30px;
    border-radius: 0px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}
@media (max-width: 767px) {
    .hero-video .button {
        padding: 10px 20px;
   }
}
.hero-video .button:hover {
    cursor: pointer;
    background-color: #b3232d;
}

/* Vedio_button_code(s) */
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=  VIDEO SECTION STARTS  =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
  
.HomeVideoInner { 
    width: 100%;
    height: 350px; 
    position: relative;
  }
  .StoryVideo video { 
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .HomeVideoTitleSection .SectionTitle {
    width: 100%;
  }
  /* .HomeVideoTitleSection .SectionContent {
    width: 100%;
    padding-top: 240px;
  } */
   .SectionTitle h2{
    color: #444;
    font-size: 20px;
    font-weight: bold;
   }
   .mod_vedio_space{
    gap: 50px;
   }
   .vedio_content{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /* border: 1px solid red; */
    width: 350px;
   }
  .HomeVideoTitleSection { 
   
    background-size: 200px;
    background-repeat: no-repeat;
    background-position-y: 80%;
    background-position-x: center;
    /* max-width: 50%; */
    padding: 10px ;
    height: 100%; 
    background-color: #f5f5f5;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
  }
  .HomeVideoTitleSection:not(.animate_it){
    -webkit-clip-path: circle(100% at 50% 50%);
    clip-path: circle(100% at 50% 50%);
  }
  .HomeVideoTitleSection.animate_it { 
    animation: inView 2s; 
    -webkit-clip-path: circle(0% at 0% 50%);
    clip-path: circle(0% at 0% 50%);
  }
  .HomeVideoTitleSection.animate_reverse {
    animation: outView 2s; 
    -webkit-clip-path: circle(100% at 50% 50%);
    clip-path: circle(100% at 50% 50%);
  }
  /* .StoryVideo { max-height: 500px;} */
  .StoryVideo video { 
    width: 100%; 
    height: 100%; 
    object-fit: fill; 
    position: absolute;
  }
  .Video-playbtned { 
    cursor: pointer; 
    width: 70px; 
    height: 70px; 
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    z-index: 2; /* Ensure play button is on top */
    border-radius: 50%;
    background-color: #b3232d; 
    backdrop-filter: blur(30px); 
    -webkit-backdrop-filter: blur(30px);
    display: flex ; 
    justify-content: center;
    align-items: center;
  }
  @keyframes inView {
    0% {
      -webkit-clip-path: circle(100% at 50% 50%);
      clip-path: circle(100% at 50% 50%);
    }
    to {
      -webkit-clip-path: circle(0% at 0% 50%);
      clip-path: circle(0% at 0% 50%);
    }
  }
  @keyframes outView {
    0% {
      -webkit-clip-path: circle(0% at 0% 50%);
      clip-path: circle(0% at 0% 50%);
    }
    to {
      -webkit-clip-path: circle(100% at 50% 50%);
      clip-path: circle(100% at 50% 50%);
    }
  }

   /* Vedios_page(E) */


/* Our_Client_code(s) */
.th_content{
    /* border: 1px solid red; */
    background-color: #d7d7d7cc;

}
.col-11 h4{
    color: #000;
}

/* tooltip(Code)_(S) */
.tooltip {
    background: #fff;
	position: relative !important;
    opacity: 1 !important;
	display: inline-block;
    z-index: auto !important;
}
.tooltip__trigger {
	cursor: pointer;
	position: relative;
    z-index: auto !important;
}
/* .tooltip__base {
	position: absolute;
    z-index: 1 !important;
	bottom: 2em;
	left: 50%;
	margin-left: -150px;
	width: 100%;
	height: 200px;
	display: flex;
    align-items: center;
    justify-content: center;
	opacity: 0;
	pointer-events: none;
} */
.tooltip__base {
    position: absolute;
    z-index: 1 !important;
    bottom: 2em;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
}
.tooltip__shape,
.tooltip__deco {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.tooltip__shape {
	fill: #141514;
}
.tooltip__content {
	color: #fff;
    font-weight: bold;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 65%;
	padding: 0 30px;
	opacity: 0;
	font-size: 0.85em;
}

/* Dori */
.tooltip--dori .tooltip__base {
	bottom: -0.5em;
}

.tooltip--dori .tooltip__content {
	margin: 0 0 1em;
}
/* tooltip(Code)_(E) */





.client_cont p{
     width: 150px;
     height: 100px;
     display: flex;
     justify-content: center;
     align-items: center;
     text-align: center;
     margin-bottom: 0 !important;
}





.client {
    background: #fff7d15c;
    margin-top: 20px;
    transition: all 0.5s ease-out;
 
   
  }
  .client_cont::after {
    content: '';
    display: block;
    margin: 0 auto;
    height: 4px;
    width: 47px;
    border-radius: 4px;
    background-color: #080808;
}
  .client_cont{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /* border: 1px solid red; */
  
    border-radius: 10px;
    padding: 5px;
  }
  .client_cont img{
    width: 150px;
    height: 100px;

  }
  .custom-flex-gap {
    gap: 20px;
}
.thumbnail {
    display: block;
    padding: 4px;
    /* line-height: 1.42857143; */
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
  
  /* .client .thumbnail:hover {
    background: #b3232d;
    -webkit-transform: scale(1.3);
    transition: all 0.2s ease-out;

  } */
/* Our_Client_code(E) */


/* products_page_code(s) */
/* 2.1 Card */
/* 3.1 Popup */

.card-preview-img {
    min-width: 28.125rem;
    /* width: 28.125rem; */
}

.card_preview_popup {
    max-width: 62rem;
}
.card_preview_popup .popup {
    padding: 2.75rem 1.75rem 1.75rem 1.75rem ;
}
.card-preview-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    
}
.card-preview-info{
    padding-left: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
}
@media (max-width: 991.98px) {
    .card-preview-container {
        display: block;
        
    }
    .text_cont{
        margin-bottom: 20px;
    }
    .card-preview-img {
        width: auto;
        min-width: 100%;
        margin-top: 1.25rem;
    }
    .card-preview-info {
        padding-left: 0;
        margin-top: 1.5rem;
    }
    .card_preview_popup {
        max-width: 34.375rem;
    }
}
@media only screen and (max-width: 767.98px),
only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
    .card_preview_popup {
        max-width: 30rem;
    }
}

@media (max-width: 575.98px) {
    .card_preview_popup .popup {
        padding: 2.75rem 1rem 1.75rem 1rem;
    }
}


/* 3.9 Modal */

.popup_style {
    display: none;
    /* width: 100%; */
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 0;
    padding: 0 1rem;
    overflow: hidden;
}

.popup_style.popup_style_wide {
    max-width: 43.75rem;
}

.popup {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 2.5rem 2.85rem;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
}

.open_popup {
    display: block;
}

.popup_close {
    position: absolute;
    right: 0;
    top: 0;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
    transition: all 0.2s;
}
.popup_close .fa-solid{
    font-size: 25px;
}

.popup_close:hover {
    transform: rotate(90deg);
    color: var(--accent-color);
}

.popup_heading {
    margin-bottom: 2rem;
    text-align: center;
}

.header_modal_form .btn {
    width: 100%;
}

.popup_style_sally {
    transform: scale3d(0.5, 0.5, 1);
}

.popup_style_sandra {
    transform: scale3d(1.1, 1.1, 1);
}

.popup_style_slide_right {
    transform: translateX(300px);
}

.popup_style_slide_Left {
    transform: translateX(-300px);
}

.popup_style_slide_top {
    transform: translateY(-200px);
}

.popup_style_slide_bottom {
    transform: translateY(200px);
}

.popup_style_slide_fall {
    transform: translate(30%) translateZ(600px) rotate(10deg);
}

.popup_style_slide_3dflip_horizontal {
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
}

.popup_style_slide_3dflip_vertical {
    transform: translateZ(-250px) rotateX(89deg);
    opacity: 1;
}

.popup_visible .popup_style_sally {
    transform: scale3d(1, 1, 1);
}

.popup_visible .popup_style_sandra {
    transform: scale3d(1, 1, 1);
}

.popup_visible .popup_style_slide_right,
.popup_visible .popup_style_slide_Left {
    transform: translateX(0);
}

.popup_visible .popup_style_slide_top,
.popup_visible .popup_style_slide_bottom {
    transform: translateY(0);
}

.popup_visible .popup_style_slide_fall {
    transform: translate(0) translateZ(0) rotate(0);
}

.popup_visible .popup_style_slide_3dflip_horizontal {
    transform: translateZ(0) rotateY(0deg);
    opacity: 1;
}

.popup_visible .popup_style_slide_3dflip_vertical {
    transform: translateZ(0) rotateX(0deg);
    opacity: 1;
}
.card-item {
    margin-bottom: 2.5rem;
}

.card-item-min {
    margin-bottom: 1.25rem;
}

.card-item-min:hover {
    z-index: 2;
}

.card-item-wide {
    margin-bottom: 2rem;
}

.card-item-wide .card {
    display: flex;
    overflow: hidden;
}

.card-item-wide .card-header {
    width: auto;
}

.card-item-wide .card-info {
    text-align: left;
    width: 100%;
    padding: 1.5rem;
}

.card-item-wide .card-image {
    min-width: 16.875rem;
    width: 16.875rem;
    height: 100%;
    border-radius: 0;
}

.card-item-wide .card-image::after {
    content: none;
}

.card-item-wide .card-actions {
    bottom: 1.5rem;
}



.card-item-wide .card-wide-item {
    margin-bottom: 1rem;
}

.card {
    overflow: inherit;
}

.card:hover .card-actions {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.card-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.card4:hover .card-actions {
    transform: translateX(-50%);
}

.card4 .card-actions {
    bottom: -1.5rem;
    opacity: 1;
    transform: translateX(-50%);
    visibility: visible;
}

.card4 .card-header {
    margin-bottom: 1.5rem;
}

.card4 .card-footer {
    margin-top: 0;
}

.card4.card4-clear .card-header {
    margin-bottom: 0;
}

.card-fhide {
    background-color: var(--background-color);
}

.card-fhide .card-info {
    position: relative;
    z-index: 2;
}

.card-fhide:hover {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 2;
}

.card-fhide:hover .card-footer-hide {
    opacity: 1;
    visibility: visible;
}

.card-header {
    position: relative;
    width: 100%;
}


.card-image.img-style-min {
    border-radius: calc(var(--el-border-radius) * 0.6);
}

.card-image:hover {
    color: var(--text-secondary);
}

.card-image i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* .card-image img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
} */

.card-actions {
    position: absolute;
    left: 50%;
    bottom: 5.25rem;
    transform: translateX(-50%) translateY(-10px);
    display: flex;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
}

.card-action-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    margin-right: 0.25rem;
    color: #bb1627;
    border: none;
    background-color: #ffffff;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
}

.card-action-btn:focus {
    outline: none;
}

.card-action-btn::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    border: 1px solid #d4d4e1;
    transition: all 0.4s;
}

.card-action-btn:hover::after,
.card-action-btn.active::after {
    border-color: transparent;
}

.card-action-btn.active {
    background-color: var(--accent-color);
    color: var(--background-color);
}

.card-action-btn:last-child {
    margin-right: 0;
}



.card-badges {
    position: absolute;
    /* left: 0.75rem; */
    top: 0.75rem;
    z-index: 1;
}

.card-info {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    height: 90px;
    /* padding: 1rem 1rem 0rem 1rem; */
    padding: 1.25rem 1rem;
    text-align: center;
}

.card-info-inner,
.card-info-main,
.card-info-btn {
    width: 100%;
}

.card-info-left {
    display: flex;
    align-items: flex-end;
}

.card-info-left .card-info {
    text-align: left;
    width: calc(100% - 3rem);
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 1rem;
}



.card-info-wide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-info-btn {
    display: flex;
    align-items: flex-end;
}









.card-heading {
    margin-bottom: 0.625rem;
    font-size: 1.75rem;
}

.card-heading a {
    display: block;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: none;
    color: #000;
}
.card-heading a:hover {
    color:#bb1627;

}

.card-desc {
    margin-bottom: 0.625rem;
}

.card-desc p {
    margin: 0;
}





.card-old-price {
    margin-right: 0.5rem;
    color: var(--text-secondary);
    text-decoration: line-through;
}

.card-quantity {
    position: relative;
    width: 4.5rem;
}

.card-quantity input {
    width: 100%;
    margin-bottom: 0;
    -moz-appearance: textfield;
}

.card-quantity input::-webkit-outer-spin-button,
.card-quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.card-btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    min-width: 3rem;
    width: 3rem;
    height: 3rem;
    border-radius: var(--el-border-radius-min);
    background: var(--el-gradient-end);
    background: linear-gradient(to right, var(--el-gradient-start) 0%, var(--el-gradient-end) 100%);
    color: var(--background-color);
}

.card-footer {
    margin-top: 0.25rem;
    display: flex;
    justify-content: center;
}

.card-fhalf {
    padding-bottom: 1rem;
}

.card-fhalf .card-footer {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    margin-top: -1.25rem;
    z-index: 3;
}

/*.card-footer-abs {
    position: relative;
    left: 0;
    top: 1.55em;
    margin-top: -1.25rem;
    font-size: 0.875rem;
    z-index: 2;
    .btn {
        display: block;
        font-size: 0.875rem;
    }
}*/

.card-footer-hide {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    margin-top: 0;
    background-color: var(--background-color);
    border-bottom-left-radius: var(--el-border-radius);
    border-bottom-right-radius: var(--el-border-radius);
    box-shadow: var(--el-box-shadow);
    opacity: 0;
    padding-bottom: 1.5rem;
    visibility: hidden;
    transition: all 0.2s;
    z-index: 1;
}

.card-footer-hide::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 2.5rem;
    background-color: var(--background-color);
}

.card-preview-info .card-heading {
    font-size: 1.75rem;
    margin-bottom: 1rem;
}
.card-section-desc p{

    font-size: 17px;
    line-height: 26px;
    font-weight: 700;
    font-family: "Cairo", sans-serif;
}

.card-preview-info .card-heading a {
    text-decoration: none;
    color: #000;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    font-family: "Cairo", sans-serif;
    text-transform: uppercase;
    white-space: normal !important;
}

.card-preview-info .card-heading a:hover {
    color: #b3232d;
}






@media only screen and (max-width: 767.98px),
only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
    .card-item-wide .card {
        display: block;
    }
    .card-item-wide .card-image {
        height: auto;
        width: 100%;
        min-width: 100%;
    }
    .card-item-wide .card-image::after {
        content: "";
    }
    .card-item-wide .card-info {
        padding: 1.25rem 1rem 1.5rem;
        text-align: center;
    }
   
    .card-item-wide .card-info-btn {
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .card {
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* products_page_code(E) */








/* types_of_kitchen(page_s) */
/* Begin checkbox */
.nav{
    display: block !important;
    
}
.careers-item-location i {
    margin-right: 0.4rem;
    color: #bb1627;
}
.careers-item-location p{
    display: flex;
    align-items: baseline;
    margin-bottom: 0.7rem;
    letter-spacing: 0.4px;
    font-weight: 700;
    text-align: justify;
}
.careers-item-location h2{
    font-family: "Cairo", sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    color: #1b1313;
    margin-bottom: 15px;
    padding-left: 20px;
}
/* experiment_code(s) */
.about-imgs {
    position: relative;
}
.about-imgs-2,
.about-imgs-3 {
    padding-bottom: 20%;
}

.about-imgs-2 .about-media-item,
.about-imgs-3 .about-media-item {
    width: 65%;
}

.about-imgs-2.about-imgs-reverse .about-media-item:nth-child(2),
.about-imgs-3.about-imgs-reverse .about-media-item:nth-child(2) {
    right: inherit;
    left: 0;
}

.about-imgs-2 .about-media-item:nth-child(2) {
    position: absolute;
    right: 0;
    bottom: 0;
}
.about-imgs-2 .about-media-item:nth-child(3){
    position: absolute;
    /* right: -95px; */
    bottom: 0;

}
.about-imgs-2 .about-media-item:nth-child(4){
    position: absolute;
    right: -45px;
    /* bottom: 185px; */
    bottom: 197px;

}

.about-imgs-3 {
    padding-top: 30%;
}

.about-imgs-3 .about-media-item:nth-child(2) {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}

.about-imgs-3 .about-media-item:nth-child(3) {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 60%;
}

.about-media-item {
    position: relative;
    cursor: pointer;
}

.img-cover {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.5); 
     
}
.tops{
    animation: left !important;
    animation-duration: 2s !important;

}
.bottoms{
    animation: Right !important;
    animation-duration: 2s !important;

}
.prodct_fade{
    animation: fadeProdcut !important;
    animation-duration: 1s !important;
}
@keyframes fadeProdcut {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes Right {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes left {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
/* experiment_code(E) */
.badge-danger img{
    /* width: 50%; */
    border-radius: 10px;
}
.badge-danger{
   
    /* display: flex !important;
    gap: 20px !important; */
    margin: 20px 0 30px 0;
 
}
.badge{
    /* background-color: #b3232d; */
    color: #fff;
    padding: 0.5rem 1rem ;
    border-radius: 0 60px 60px 0 !important;
    

}
.careers-item-details{
    margin: 20px 0;
}
.nav li a{
    text-decoration: none !important;
}
.checkbox {
    position: relative;
}

.checkbox-input {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
}

.checkbox-input:hover+.checkbox-label::before {
    border-color: #186ADC;
}

.checkbox-input:checked+.checkbox-label {
    color: #186ADC;
}

.checkbox-input:checked+.checkbox-label::after {
    opacity: 1;
}

.checkbox-input:checked+.checkbox-label::before {
    border-color: red;
}

.checkbox-label {
    position: relative;
    display: block;
    font-size: 0.875rem;
    font-weight: var(--font-weight);
    line-height: 1.25rem;
    color: #000;
    font-weight: 700;
    margin: 0;
    padding: 0.0625rem 0 0 1.875rem;
    cursor: pointer;
}
.heading-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.section-heading {
    margin-bottom: 3.25rem;
    max-width: 850px;
}
.checkbox-label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    width: 1.2rem;
    height: 1.2rem;
    min-width: 1.25rem;
    border: 1px solid #d4d4e1;
    fill: #b3232d;
    /* color: #b3232d; */
    color: #000;
    border-radius: 0.25rem;
    transition: all 0.2s;
}

.checkbox-label::after {
    content: "\f00c";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Font Awesome 6 Free';
    text-align: center;
    font-size: 1rem;
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    /* color: #b3232d; */
    color: #bb1627;
    opacity: 0;
    transition: all 0.2s;
}

/* End checkbox */
.sidebar-item-style,
.sibebar-item-bg-style {
    position: relative;
    padding: 1.5rem 5px;
    border-radius: 10px;
    background-color: #ffffff;
    
}

.sidebar-item-style {
    margin-bottom: 50px;
    border: 1px solid #D4D4E1;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.sibebar-item-bg-style {
    background-color: #F0F4F8;
}

.sidebar-item-row {
    margin-bottom: 1.5rem;
}

.sidebar-item-row:last-child {
    margin-bottom: 0;
}

.sidebar-item-heading {
    line-height: 1.2;
    margin-bottom: 1.25rem;
    font-size: 22px;
    font-weight: bold;
    padding-left: 3rem;

}

.sidebar-item-desc {
    font-size: 1rem;
    margin-bottom: 1.25rem;
    color: red;
}

.sidebar-tags {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -0.625rem;
    margin-left: -1rem;
    font-size: 1rem;
}

.sidebar-tags li {
    margin-bottom: 0.625rem;
    margin-left: 1rem;
}

.sidebar-tags li a {
    text-decoration: none;
}

.sidebar-tags li a:hover {
    text-decoration: underline;
}

.sidebar-filter-list>li {
    margin-bottom: 22px;
    line-height: 1.25rem;
    background: rgba(255, 255, 255, 1);
}

.sidebar-filter-list>li:last-child {
    margin-bottom: 0;
}

.sidebar-filter-list>li:hover::before {
    border-color: var(--accent-color);
}

.sidebar-filter-list>li.active::before,
.sidebar-filter-list>li.is-checked::before {
    border-color: var(--accent-color);
}

.sidebar-filter-list>li.active::after,
.sidebar-filter-list>li.is-checked::after {
    opacity: 1;
}

.sidebar-posts li {
    margin-bottom: 1.25rem;
}

.sidebar-posts li:last-child {
    margin-bottom: 0;
}

.sidebar-post {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 1rem;
    color: var(--text-primary);
    font-weight: bold;
}

.sidebar-post:hover {
    color: var(--accent-color);
}

.sidebar-post-img {
    height: 4.6875rem;
    min-width: 5.3125rem;
    width: 5.3125rem;
}

.sidebar-post-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.sidebar-post-title {
    text-decoration: none;
    padding-left: 0.625rem;
    line-height: var(--line-height);
}

.sidebar-cat-tree .sidebar-cat-item {
    display: block;
}

.sidebar-cat-tree>li.open>a::after {
    color: var(--text-primary);
}

.sidebar-cat-tree>li.open .sidebar-cat-icon {
    transform: translateY(-50%) rotate(90deg);
}

.sidebar-cat-item {
    margin-bottom: 0.75rem;
    font-size: 1rem;
    display: flex;
    color: var(--text-secondary);
}

.sidebar-cat-item:last-child {
    margin-bottom: 0;
}

.sidebar-cat-item a {
    position: relative;
    color: var(--text-secondary);
    display: block;
    width: 100%;
    text-decoration: none;
}

.sidebar-cat-item a:hover,
.sidebar-cat-item a.active {
    color: var(--accent-color);
}

.sidebar-cat-item ul {
    padding-left: 0.625rem;
    margin-top: 0.5rem;
}

.sidebar-cat-item ul>li {
    margin-bottom: 0.5rem;
}

.sidebar-cat-item ul>li:last-child {
    margin-bottom: 0;
}

.sidebar-cat-item .sidebar-cat-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--accent-color);
    transition: all 0.2s;
}

.sidebar-cat-count {
    margin-left: 0.625rem;
    min-width: 1.125rem;
    text-align: right;
}

.cont_mod{
    display: block !important;
}


/* types_of_kitchen(page_E) */


   .wpo-service-text h2 a{
    font-size: 16px;
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    color: #1b1313;
    line-height: 25px;
    /* white-space: nowrap; */
    display: inline-flex;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: none;
   }
   .wpo-service-text h2 a:hover{
    color: #b3232d;
   }
   .wpo-service-section .wpo-service-item:hover .wpo-service-img img {
    transform: scale(1.2);
}
.wpo-service-section .wpo-service-item .wpo-service-text {
    padding: 10px 0px 0;
    height: 75px;
}
.wpo-service-section .wpo-service-item .wpo-service-img {
    overflow: hidden;
    border-radius: 10px;
}
   .wpo-service-section .wpo-service-item {
    padding: 30px 10px 10px 10px;
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 21px -5px rgba(0, 0, 0, 0.2);
}
   .wpo-service-section .wpo-service-item .wpo-service-img img {
    width: 100%;
    border-radius: 10px;
    transform: scale(1);
    transition: all 0.3s;
}
   .history .uk_mod{
    justify-content: space-between;
    align-items: center;
   }
   .history .uk_mod h4{
    color: #1b1313;
    /* font-family: 'Cairo', sans-serif; */
    font-family: "Playfair Display";
    font-size: 24px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 8px;
   }
  
.container {
    width: 100%;
    margin: 0 auto;
    padding: 80px 0;
}


button {
    padding: 10px 20px;
    cursor: pointer;
}


.text_cont{
    padding: 0 20px;
    max-width: 500px;
}
.content h4{
    font-size: 20px;
    line-height: 35px;
    font-weight: bold;
    color: #1b1313;
    margin-bottom: 10px;
    text-transform: uppercase;

}


.content.active {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 150px;
    flex-wrap: wrap;
    opacity: 1;
    animation: fadeIn 0.5s forwards, slideIn 0.5s forwards;
}
 


@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes slideIn {
    from {
        transform: translateY(20px);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes slideOut {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(20px);
    }
}

@media (max-width: 768px) {
    .container {
        padding: 10px;
    }
    

    nav {
        flex-direction: column;
    }

    button {
        margin-bottom: 10px;
    }
    .section-padding{
        margin-top: 50px !important;
    }
}



/* ------------------------------
   Box styles
   ---------------------------- */

.kc-box {
    padding-top: 52px;
}

.kc-box .box-title h3 {
    font-family: 'Cairo', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #1b1313;
    line-height: 31px;
}

.kc-box .box-title p {
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    color: #676767;
    line-height: 25px;
    padding-bottom: 32px;
}

.kc-box .box-content table,
.kc-box .box-content tr,
.kc-box .box-content th,
.kc-box .box-content td {
    margin: 0px;
    border: 1px solid #d7d7d7;
    font-family: 'Cairo', sans-serif;
    font-size: 18px;
    vertical-align: middle;
}

.kc-box .box-content tr {
    height: 73px;
}

.kc-box .box-content tr th {
    padding: 0px 35px;
    font-weight: bold;
    color: #1b1313;
}

.kc-box .box-content tr td {
    padding: 0px 47px;
    color: #676767;
}

.kc-box .box-content tr td input {
    margin-right: 10px;
}

.kc-box .box-content .accordion tr {
    height: inherit;
}

.kc-box .box-content .accordion tr td {
    padding: 8px 40px;
    border: none;
    color: #1b1313;
    text-align: left !important;
    font-weight: 600;
    position: relative;
}

.kc-box .box-content .accordion tr td input[type=radio] {
    position: absolute;
    visibility: hidden;
}

.kc-box .box-content .accordion tr td label {
    display: block;
    padding-left: 20px;
    cursor: pointer;
}

.kc-box .box-content .accordion tr td .check {
    display: block;
    width: 11px;
    height: 11px;
    background: #fff;
    border: 2px solid #818181;
    border-radius: 50%;
    outline: none;
    position: absolute;
    left: 30px;
    top: 20px;
}

.kc-box .box-content .accordion tr td .check:before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    margin: 20% 26%;
    border-radius: 50%;
}

.kc-box .box-content .accordion tr td article {
    height: 0px;
    padding-left: 20px;
    font-weight: inherit;
    overflow: hidden;
}

.kc-box .box-content .accordion tr td article p {
    font-size: 14px;
    color: #676767;
}

.kc-box .box-content .accordion tr td input[type='radio']:checked~.check {
    border: 2px solid #b3232d;
}

.kc-box .box-content .accordion tr td input[type='radio']:checked~.check:before {
    background: #b3232d;
}

.kc-box .box-content .accordion tr td input[type='radio']:checked~article {
    height: auto;
}

.kc-box .box-content .accordion tr td .img-method {
    float: right;
    position: relative;
    top: 7px;
}

.kc-box .box-content .accordion tr td .img-method img {
    vertical-align: middle;
}

.kc-box .box-content .accordion tr td p {
    font-size: 18px;
    font-family: 'Cairo', sans-serif;
    font-weight: 600;
}

.kc-box .box-content .accordion tr td span {
    font-size: 18px;
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.kc-box .box-content .accordion tr td span.grand-total {
    color: #b3232d;
}

.kc-box .box-content .accordion tr.sec-height-tr {
    height: 53px;
}

.kc-box .box-content .kc-button {
    width: 100%;
    height: 61px;
}

/* ------------------------------
   Sidebar styles
   ---------------------------- */

.sidebar-widget {
    margin-bottom: 58px;
}

.sidebar-widget .sidebar-content input {
    width: 100%;
    height: 45px;
    padding-left: 20px;
    border: 1px solid #d7d7d7;
}

.sidebar-widget .sidebar-content input:focus {
    background: inherit;
    border: 1px solid #d7d7d7;
    box-shadow: 2px 4px 6px rgba(156, 156, 156, 0.18);
}

.sidebar-widget .sidebar-content .form-icon {
    position: relative;
}

.sidebar-widget .sidebar-content .form-icon a span {
    color: #cbcbcb;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.sidebar-widget .sidebar-content .sidebar-title {
    position: relative;
    padding-bottom: 65px;
}

.sidebar-widget .sidebar-content .sidebar-title h3 {
    font-family: 'Cairo', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #1b1313;
    padding-right: 5px;
    letter-spacing: 2px;
    background: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
}

.sidebar-widget .sidebar-content .sidebar-title:after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background: #b3232d;
    position: absolute;
    right: 0px;
    top: 25px;
    z-index: 1;
}

.sidebar-widget .sidebar-content .sidebar-menu ul {
    display: block;
    list-style-type: none;
}

.sidebar-widget .sidebar-content .sidebar-menu ul li {
    display: block;
    padding: 15px 0px;
    border-bottom: 1px solid #ededed;
}

.sidebar-widget .sidebar-content .sidebar-menu ul li:first-child {
    padding-top: 0px;
}

.sidebar-widget .sidebar-content .sidebar-menu ul li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}

.sidebar-widget .sidebar-content .sidebar-menu ul li a {
    display: block;
    line-height: 11px;
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    color: #676767;
    font-weight: 600;
}

.sidebar-widget .sidebar-content .sidebar-menu ul li a:hover {
    color: #1b1313;
}

.sidebar-widget .sidebar-content .sidebar-post {
    padding-bottom: 25px;
}

.sidebar-widget .sidebar-content .sidebar-post:last-child {
    padding-bottom: 0px;
}

.sidebar-widget .sidebar-content .sidebar-post img {
    display: table-cell;
    vertical-align: top;
}

.sidebar-widget .sidebar-content .sidebar-post .img-recent,
.sidebar-widget .sidebar-content .sidebar-post .content-recent {
    display: table-cell;
    vertical-align: top;
}

.sidebar-widget .sidebar-content .sidebar-post .img-recent {
    width: 70px;
    height: 70px;
}

.sidebar-widget .sidebar-content .sidebar-post .content-recent {
    padding-left: 16px;
}

.sidebar-widget .sidebar-content .sidebar-post .content-recent h5 {
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    color: #1b1313;
}

.sidebar-widget .sidebar-content .sidebar-post .content-recent h5:hover {
    color: #b3232d;
}

.sidebar-widget .sidebar-content .sidebar-post .content-recent ul {
    display: block;
    list-style-type: none;
    line-height: 20px;
}

.sidebar-widget .sidebar-content .sidebar-post .content-recent ul li {
    display: inline-block;
    color: #989898;
    font-size: 14px;
    font-family: 'Cairo', sans-serif;
}

.sidebar-widget .sidebar-content .sidebar-post .content-recent ul li span {
    padding-right: 6px;
}

.sidebar-widget .sidebar-content .sidebar-post .content-recent ul li:last-child {
    float: right;
}

.sidebar-widget .sidebar-content .tags-recent a {
    padding: 0px 15px;
    margin-right: 10px;
    margin-bottom: 15px;
    display: inline-block;
    background: #f8f8f8;
    color: #676767;
    font-size: 16px;
    font-family: 'Cairo', sans-serif;
}

.sidebar-widget .sidebar-content .tags-recent a:hover {
    background: #b3232d;
    color: #fff;
}

/* ------------------------------
   Blog styles
   ---------------------------- */

.kc-blog-wrap {
    padding-top: 55px;
}

.kc-blog-wrap:hover .blog-thumbnail .overlay {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all .5s ease;
    background-color: rgba(119, 188, 37, 0.85);
}

.kc-blog-wrap .blog-thumbnail {
    height: auto;
    position: relative;
    margin-bottom: 22px;
}

.kc-blog-wrap .blog-thumbnail a {
    display: block;
}

.kc-blog-wrap .blog-thumbnail img {
    height: 100%;
    display: block;
}

.kc-blog-wrap .blog-thumbnail .overlay {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all .5s ease;
}

.kc-blog-wrap .blog-thumbnail .overlay .uk-icon-link {
    color: #ffffff;
    font-size: 28px;
}

.kc-blog-wrap .blog-content h3,
.kc-blog-wrap .blog-content h4,
.kc-blog-wrap .blog-content h5 {
    color: #1b1313;
    font-family: 'Cairo', sans-serif;
    font-weight: 600;
}

.kc-blog-wrap .blog-content h3 {
    font-size: 36px;
    line-height: 40px;
    padding-bottom: 10px;
}

.kc-blog-wrap .blog-content h4 {
    font-size: 30px;
}

.kc-blog-wrap .blog-content h5 {
    font-size: 18px;
    line-height: 28px;
}

.kc-blog-wrap .blog-content .blog-meta ul {
    display: block;
    list-style-type: none;
    line-height: 27px;
}

.kc-blog-wrap .blog-content .blog-meta ul li {
    display: inline-block;
    line-height: 27px;
    padding-right: 41px;
    color: #918a8a;
    font-size: 14px;
    font-family: 'Cairo', sans-serif;
}

.kc-blog-wrap .blog-content .blog-meta ul li span {
    padding-right: 7px;
}

.kc-blog-wrap .blog-read-more {
    line-height: 20px;
}

.kc-blog-wrap .blog-read-more a {
    color: #1b1313;
    font-size: 14px;
    font-family: 'Cairo', sans-serif;
    font-weight: 600;
}

.kc-blog-wrap .blog-read-more a span {
    padding-left: 6px;
    color: #b3232d;
    font-size: 14px;
    font-weight: 600;
}

.kc-blog-wrap .blog-read-more a:hover {
    color: #b3232d;
}

/* ------------------------------
   Footer styles
   ---------------------------- */

.footer {
    background-color: #160e0e;
}

.footer.sec-padding {
    padding: 50px 0 50px 0;
}

.footer .footer-widget.notitle .title {
    display: none;
}

.footer .footer-widget .title h3 {
    /* font-family: 'Cairo', sans-serif; */
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #ffffff;
    margin-bottom: 20px;
}

.footer .about-widget {
    padding-right: 25px;
    margin-left: 70px;
}

.footer .about-widget .logo-footer {
    display: block;
    margin-bottom: 14px;
    margin-top: 3px;
}

.footer .about-widget p {
    font-family: 'Cairo', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #cccccc;
}

.footer .about-widget ul.social-footer {
    margin-top: 8px;
}

.footer .about-widget ul.social-footer li {
    display: inline-block;
}

.footer .about-widget ul.social-footer li a {
    font-family: 'Cairo', sans-serif;
    color: #f5f5f5;
    font-size: 17px;
    font-weight: 400;
    display: block;
    padding-right: 22px;
}

.footer .about-widget ul.social-footer li a:hover {
    color: #b3232d;
}

.footer .post-link-widget ul li a {
    font-size: 14px;
    line-height: 28px;
    color: #cccccc;
    display: block;
}

.footer .post-link-widget ul li a:hover {
    color: #b3232d;
}

.footer .post-img-widget ul li .box-img,
.footer .post-img-widget ul li .box-content {
    display: table-cell;
    vertical-align: top;
}

.footer .post-img-widget ul li .box-img {
    padding-top: 8px;
    padding-bottom: 15px;
    width: 70px;
}

.footer .post-img-widget ul li .box-img img {
    display: block;
    margin-right: auto;
}

.footer .post-img-widget ul li .box-content a {
    display: block;
    color: #cccccc;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.footer-bottom {
    background-color: #100909;
    clear: both;
    padding:  0;
}

.footer-bottom .left p {
    margin-bottom: 0;
    display: block;
    font-size: 14px;
    color: #cccccc;
    line-height: 36px;
}

.footer-bottom .right {
    float: right;
}

.footer-bottom .right ul li {
    padding: 0 23px;
    display: inline;
}

.footer-bottom .right ul li a {
    color: #cccccc;
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-bottom .right ul li a:hover {
    color: #b3232d;
}




/* ------------------------------
   Contact styles
   ---------------------------- */

.contact {
    background: #fff;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
}

.contact.sec-padding {
    padding-bottom: 0;
}

.contact .uk-width-medium-1-3:nth-child(odd) .box {
    background: #eeeeee;
}

.contact .sec-title p {
    font-size: 16px;
    color: #676767;
}

.contact .box {
    height: 200px;
    background: #f3f3f3;
    margin-top: 30px;
    padding-top: 51px !important;
    padding-bottom: 38px;
    display: block;
}

.contact .box span {
    color: #b3232d;
    font-size: 30px;
    line-height: 30px;
}

.contact .box p {
    color: #1b1313;
    font-size: 16px;
    font-family: 'Cairo', sans-serif;
}

.send-contact .sec-title p {
    font-size: 18px;
    color: #3c2e2e;
}

#contact-page-google-map {
    height: 620px;
}

#contact-page-google-map h1.heading-map {
    font-size: 18px;
    text-align: center;
}

#contact-page-google-map .content-map {
    margin-top: 10px;
    font-size: 14px;
    line-height: 26px;
}

/* ------------------------------
   About styles
   ---------------------------- */

.awesome-design .design .left {
    padding-right: 37px;
}

.awesome-design .design .left.sec-title {
    text-align: justify;
}

.awesome-design .design .left.sec-title p {
    margin: 40px 0px;
    font-size: 16px;
    text-align: justify;
    font-family: 'Cairo', sans-serif;
}

.awesome-design .design .left h6 {
    color: #b3232d;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: justify;
    letter-spacing: 1px;
    line-height: 20px;
}

.awesome-design .design .right {
    width: 100%;
    height: 100%;
    /* max-height: 100%;
    min-height: 300px; */
    padding: 15px 0px;
    position: relative;
}

.awesome-design .design .right .border-right {
    border-right: 1px solid #d7d7d7;
}

.awesome-design .design .right .border-bottom {
    border-bottom: 1px solid #d7d7d7;
}

.awesome-design .design .right .rectangle {
    width: 65px;
    height: 49px;
    background: #b3232d;
    opacity: 0.4;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
}

.awesome-design .design .right .box-wrapper {
    width: 100%;
    height: 100%;
}

.awesome-design .design .right .box {
    width: 100%;
    text-align: center;
}

.awesome-design .design .right .box h1 {
    color: #676767;
    font-family: 'Cairo', sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 50px;
}

.awesome-design .design .right .box p {
    color: #959595;
    font-size: 16px;
    line-height: 20px;
}

.history {
    background: #f3f3f3;
}

.history .sec-height {
    height: 94px;
}

.history .sec-height-mid {
    height: 219px;
}

.history .box:hover .box-member .member span {
    color: #b3232d;
    transition: all .5s ease;
}

.history .box-year {
    padding: 90px 0px;
    border-right: 1px solid #d7d7d7;
    text-align: center;
    position: relative;
}

.history .box-year .year h1 {
    color: #676767;
    /* font-family: 'Cairo', sans-serif; */
    font-family: "Playfair Display";
    font-size: 36px;
    font-weight: 800;
    text-align: center;
}

.history .box-year .year .point {
    width: 13px;
    height: 13px;
    background: #b3232d;
    position: absolute;
    right: -7px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.history .box-member {
    text-align: center;
}

.history .box-member .member span {
    font-size: 48px;
    color: #b5b5b5;
    transition: all .5s ease;
}

.history .box-member .member h1 {
    color: #676767;
    font-size: 20px;
    font-weight: 800;
    font-family: 'Cairo', sans-serif;
}

.history .box-text .text p {
    font-size: 16px;
    color: #676767;
    line-height: 25px;
    text-align: justify;
}

/* ------------------------------
   Book design styles
   ---------------------------- */

.book-design {
    background: #fff;
}

.book-design .kc-box:first-child {
    padding-top: 0px;
}

.book-design .kc-box:nth-child(2) {
    padding-top: 22px;
}

.book-design .kc-box .box-title h3 {
    font-weight: 800;
}

.book-design .kc-box .text-code {
    font-size: 18px;
}

.book-design .kc-box .text-code p {
    color: #676767;
}

.book-design .kc-box .text-code p span {
    color: #b3232d;
    padding-right: 9px;
}

.book-design .kc-box .text-code p strong {
    color: #676767;
}

.book-design .kc-box .text-code p strong:hover {
    color: #b3232d;
}

.book-design .kc-box .kc-button {
    margin-top: 20px;
    font-size: 18px;
}

/* ------------------------------
   Blog column styles
   ---------------------------- */

.blog-grid .kc-blog-wrap:first-child {
    padding-top: 0px;
}

.blog-grid .kc-blog-wrap .blog-thumbnail:hover .overlay {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all .5s ease;
    background-color: rgba(119, 188, 37, 0.85);
}

.blog-grid .kc-blog-wrap .blog-thumbnail .overlay {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all .5s ease;
}

.blog-grid .kc-blog-wrap .blog-thumbnail .overlay .uk-icon-link {
    color: #ffffff;
    font-size: 20px;
}

.blog-grid .kc-blog-wrap .blog-content .blog-meta {
    padding-bottom: 10px;
}

.blog-list .kc-blog-wrap:first-child {
    padding-top: 0px;
}

.blog-list p {
    line-height: 26px;
    padding: 7px 0px 10px 0px;
}

.blog-detail .kc-blog-wrap:first-child {
    padding-top: 0px;
}

.blog-detail .content p {
    text-align: justify;
    font-size: 16px;
    margin: 10px 0px;
    color: #676767;
}

.blog-detail .content p:first-child {
    margin-top: 0px;
}

.blog-detail .content blockquote {
    padding-left: 14px;
    border-left: 3px solid #b3232d;
}

.blog-detail .content blockquote p {
    font-weight: 600;
    color: #1b1313;
}

.blog-detail .tags-share {
    border-bottom: 1px solid #d7d7d7;
}

.blog-detail .tags-share h3 {
    padding-top: 3px;
    color: #1b1313;
    font-size: 16px;
    line-height: 29px;
    display: inline-block;
}

.blog-detail .tags-share .tags ul,
.blog-detail .tags-share .share ul {
    display: inline-block;
    list-style-type: none;
}

.blog-detail .tags-share .tags ul li,
.blog-detail .tags-share .share ul li {
    display: inline-block;
}

.blog-detail .tags-share .tags ul li a {
    color: #b3232d;
}

.blog-detail .tags-share .tags ul li a:hover {
    text-decoration: underline;
}

.blog-detail .tags-share .share h3 {
    font-weight: 700;
}

.blog-detail .tags-share .share ul li a {
    color: #1b1313;
}

.blog-detail .tags-share .share ul li a:hover {
    text-decoration: underline;
}

.blog-detail .blog-comment h3 {
    padding-top: 48px;
    padding-bottom: 19px;
    font-size: 20px;
    color: #1b1313;
    font-weight: bold;
    letter-spacing: 2px;
    font-family: 'Cairo', sans-serif;
}

.blog-detail .blog-comment .comment-box {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 14px;
}

.blog-detail .blog-comment .comment-box .img-comment {
    width: 100px;
    height: 100px;
    display: table-cell;
}

.blog-detail .blog-comment .comment-box .img-comment img {
    width: 100%;
}

.blog-detail .blog-comment .comment-box .content-comment {
    display: table-cell;
    vertical-align: top;
    padding-left: 30px;
}

.blog-detail .blog-comment .comment-box .content-comment h6 {
    padding-bottom: 14px;
    font-size: 18px;
    color: #1b1313;
    line-height: 20px;
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.blog-detail .blog-comment .comment-box .content-comment span {
    font-size: 14px;
    color: #676767;
    font-weight: initial;
    padding-left: 15px;
}

.blog-detail .blog-comment .comment-box .content-comment p {
    font-size: 16px;
    line-height: 25px;
}

.blog-detail .blog-comment .comment-box .content-comment a {
    color: #b3232d;
}

.blog-detail .blog-comment .comment-box .content-comment a:hover {
    text-decoration: underline;
}

.blog-detail .blog-comment .form-comment .kc-button {
    margin-bottom: 20px;
}

/* ------------------------------
   Gallery styles
   ---------------------------- */

.wrap-gallery img {
    width: 100%;
}

.wrap-gallery .box-icon a {
    display: block;
}

.gallery-grid .content-gallery .wrap-gallery ul li {
    margin-bottom: 30px;
}

.gallery-grid .pagination {
    margin-top: 40px;
}

.gallery-full-width .wrap-gallery #gallery_member .uk-overlay {
    width: 100%;
}

.gallery-full-width .div-center {
    margin-top: 70px;
}

.gallery-masonry .grid .grid-item {
    padding-bottom: 30px;
}

.gallery-masonry .grid .grid-item:last-child {
    padding-bottom: 0px;
}

.gallery-masonry .div-center {
    margin-top: 70px;
}

/* ------------------------------
   Table product styles
   ---------------------------- */

.table-product table {
    margin: 0px;
    width: 100%;
}

.table-product table tr th {
    color: #1b1313;
    text-align: center;
    font-size: 20px;
    padding: 0px;
    line-height: 70px;
}

.table-product table tr th:first-child {
    text-align: left;
    padding-left: 40px;
}

.table-product table tr td {
    padding: 0px !important;
    text-align: center;
    position: relative;
}

.table-product table tr td h3,
.table-product table tr td p {
    color: #1b1313;
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.table-product table tr td .product {
    padding: 30px 40px;
}

.table-product table tr td .product .img-product {
    display: table-cell;
    width: 73px;
    height: 73px;
    vertical-align: middle;
}

.table-product table tr td .product .img-product img {
    display: block;
}

.table-product table tr td .product .text-product {
    display: table-cell;
    vertical-align: middle;
    padding-left: 19px;
    text-align: left;
}

.table-product table tr td .product .text-product h3 {
    font-weight: bold;
    line-height: 20px;
}

.table-product table tr td .product .text-product p {
    font-weight: 600;
    line-height: 25px;
}

.table-product table tr td .product .text-product p span {
    color: #676767;
}

.table-product table tr td button {
    border: none;
    line-height: 40px;
    background: #ffffff;
    margin: 0px !important;
}

.table-product table tr td button:hover {
    cursor: pointer;
}

.table-product table tr td button:focus {
    outline: none;
}

.up-down {
    position: relative;
    width: 123px;
    margin: auto;
}

.up-down button {
    width: 34px;
    height: 40px;
    border: none;
    line-height: 40px;
    background: #ffffff;
    margin: 0px;
    position: absolute;
}

.up-down button:hover {
    cursor: pointer;
}

.up-down button:focus {
    outline: none;
}

.up-down button:first-child {
    border: 1px solid #d7d7d7;
    top: 0px;
    left: 0px;
}

.up-down button:last-child {
    border: 1px solid #d7d7d7;
    top: 0px;
    right: 0px;
}

.up-down button *:active,
.up-down button *:hover {
    -webkit-transition: color .10s linear, background-color .10s linear, opacity .10s linear;
    transition: color .10s linear, background-color .10s linear, opacity .10s linear;
}

.up-down input {
    width: 123px;
    height: 40px;
    border: 1px solid #d7d7d7;
    line-height: 40px;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.up-down input:focus {
    outline: none;
}

/* ------------------------------
   Check out styles
   ---------------------------- */

.check-out .kc-box:first-child {
    padding-top: 0px;
}

.check-out .kc-box:nth-child(2) {
    padding-top: 22px;
}

.check-out .kc-box .box-title h3 {
    font-weight: 800;
}

.check-out .kc-box .box-content button {
    margin-top: 20px;
    font-size: 18px;
}

.check-out .kc-box .text-code {
    font-size: 18px;
}

.check-out .kc-box .text-code p {
    color: #676767;
}

.check-out .kc-box .text-code p span {
    color: #b3232d;
    padding-right: 9px;
}

.check-out .kc-box .text-code p strong {
    color: #676767;
}

.check-out .kc-box .text-code p strong:hover {
    color: #b3232d;
}

/* ------------------------------
   Shoppint cart styles
   ---------------------------- */

.shopping-cart .kc-box:first-child {
    padding-top: 0px;
}

.shopping-cart .send-cart {
    display: block;
    padding: 0px 40px;
    border: 1px solid #d7d7d7;
    border-top: none;
    height: 110px;
    line-height: 110px;
}

.shopping-cart .send-cart .text-code {
    display: flex;
}

.shopping-cart .send-cart .text-code.total {
    display: block;
    text-align: center;
}

.shopping-cart .send-cart .text-code.check-out {
    text-align: right;
    display: block;
}

.shopping-cart .send-cart .text-code h3 {
    font-size: 18px;
    color: #1b1313;
    font-weight: bold;
    font-family: Cairo;
}

.shopping-cart .send-cart .text-code .code {
    margin: auto 0 auto 20px;
    display: flex;
}

.shopping-cart .send-cart .text-code .code input {
    margin: auto;
    border: none;
    outline: none;
    background: #f3f3f3;
    padding: 2px 30px;
    font-family: Cairo;
    font-size: 14px;
    color: #676767;
    text-align: center;
    height: 40px;
}

.shopping-cart .send-cart .text-code span {
    font-family: Cairo;
    font-size: 18px;
    font-weight: bold;
    color: #b3232d;
    padding-left: 10px;
}

.shopping-cart .send-cart .kc-button-primary {
    margin-left: 25px;
}

.shopping-cart .send-cart ul {
    display: block;
}

.shopping-cart .send-cart ul li {
    display: block;
    float: left;
    padding: 35px 0px;
}

.shopping-cart .send-cart ul li h3 {
    font-size: 18px;
    font-family: 'Cairo', sans-serif;
    color: #1b1313;
}

.shopping-cart .send-cart ul li h3 strong {
    color: #b3232d;
    font-weight: 800;
}

.shopping-cart .send-cart ul li input {
    font-size: 14px;
    color: #676767;
    margin-left: 20px;
    margin-right: 148px;
    padding: 2px 34px;
    font-weight: initial;
    background: #f3f3f3;
    border: none;
    text-align: center;
}

.shopping-cart .send-cart ul li input:focus {
    background: #f3f3f3;
    outline: none;
}

.shopping-cart .send-cart ul li button {
    height: inherit !important;
    border: 1px solid #b3232d !important;
    margin-left: 30px;
}

.shopping-cart .send-cart ul li:last-child {
    float: right;
}

.shopping-cart .send-cart ul li:nth-last-child(2) {
    margin-left: 93px;
}

/* ------------------------------
   Product sidebar styles
   ---------------------------- */

.sidebar-widget:nth-child(3) .sidebar-content .sidebar-title {
    padding-bottom: 52px;
}

.sidebar-widget .sidebar-product .sidebar-post .content-recent a h5 {
    font-weight: 700;
    font-size: 14px;
    color: #676767;
}

.sidebar-widget .sidebar-product .sidebar-post .content-recent p {
    font-size: 12px;
    line-height: 22px;
}

.sidebar-widget .sidebar-product .sidebar-post .content-recent p span {
    color: #f2cf2d;
}

.sidebar-widget .sidebar-product .sidebar-post .content-recent h6 {
    font-size: 12px;
    font-weight: 900;
    color: #676767;
    line-height: 22px;
}

.sidebar-widget .sidebar-product .sidebar-post .content-recent h6 span {
    color: #e0e0e0;
    text-decoration: line-through;
    padding-left: 5px;
}

.sidebar-widget .sidebar-product .sidebar-post .slider-range p {
    display: inline-flex;
    line-height: 25px;
}

.sidebar-widget .sidebar-product .sidebar-post .slider-range p input {
    width: 50%;
    height: 25px;
    border: none;
    padding-left: 0px;
}

.sidebar-widget .sidebar-product .sidebar-post .slider-range p input:first-child {
    text-align: left;
}

.sidebar-widget .sidebar-product .sidebar-post .slider-range p input:last-child {
    text-align: right;
}

.sidebar-widget .sidebar-product .sidebar-post .slider-range p input:focus {
    border: none;
    box-shadow: none;
}

.sidebar-widget .sidebar-product .sidebar-post .ui-state-default,
.sidebar-widget .sidebar-product .sidebar-post .ui-widget-content .ui-state-default {
    background: #b3232d;
    width: 10px;
    height: 10px;
    border: none;
    border-radius: 50%;
    outline: none;
}

.sidebar-widget .sidebar-product .sidebar-post .ui-slider-horizontal {
    width: 96%;
    height: 2px;
}

.sidebar-widget .sidebar-product .sidebar-post .ui-slider-horizontal .ui-slider-handle {
    margin-left: 0px;
}

.sidebar-widget .sidebar-product .sidebar-post .ui-widget-header {
    background: #676767;
}

.sidebar-widget .sidebar-product .sidebar-post .ui-corner-all {
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-right-radius: initial;
    border-top-left-radius: initial;
}

.sidebar-widget .sidebar-product .sidebar-post .ui-widget-content {
    border: none;
    background: #e0e0e0;
}

.kc-product-wrap {
    padding-bottom: 30px;
}

.kc-product-wrap .box-product {
    background: #f8f8f8;
}

.kc-product-wrap .box-product img {
    display: block;
}

.kc-product-wrap .box-product .conten-product {
    padding: 18px 0px;
    text-align: center;
    border-top: 1px solid #efefef;
}

.kc-product-wrap .box-product .conten-product h3 {
    font-size: 16px;
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    color: #1b1313;
    line-height: 25px;
}

.kc-product-wrap .box-product .conten-product p {
    padding-bottom: 8px;
    line-height: 22px;
}

.kc-product-wrap .box-product .conten-product p span {
    color: #f2cf2d;
    font-size: 12px;
}

.kc-product-wrap .box-product .conten-product h5 {
    font-size: 14px;
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    color: #676767;
    line-height: 25px;
}

.kc-product-wrap .box-product .conten-product h5 span {
    padding-left: 5px;
    color: #e0e0e0;
    text-decoration: line-through;
}

/* ------------------------------
   Product styles
   ---------------------------- */

.product-grid .product-box .kc-product-wrap:last-child {
    padding-bottom: 0px;
}

.product-list .product-box .kc-product-wrap {
    padding-bottom: 40px;
    position: relative;
}

.product-list .product-box .kc-product-wrap:last-child {
    padding-bottom: 0px;
}

.product-list .product-box .kc-product-wrap .product-sale {
    border: 1px solid #b3232d;
    padding: 0px 16px;
    background: inherit;
    color: #b3232d;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    position: absolute;
    top: 15px;
    left: 15px;
}

.product-list .product-box .kc-product-wrap .thumbnai-product {
    display: table-cell;
    vertical-align: top;
}

.product-list .product-box .kc-product-wrap .thumbnai-product a {
    display: block;
}

.product-list .product-box .kc-product-wrap .thumbnai-product a img {
    height: 100%;
}

.product-list .product-box .kc-product-wrap .conten-product {
    padding: 33px 50px 40px 50px;
    display: table-cell;
    vertical-align: top;
    text-align: left;
    border-top: none;
    border-left: 1px solid #efefef;
}

.product-list .product-box .kc-product-wrap .conten-product h5 {
    font-size: 18px;
}

.product-list .product-box .kc-product-wrap .conten-product h5 span {
    font-size: 14px;
}

.product-list .product-box .kc-product-wrap .conten-product p {
    line-height: 26px;
    padding-bottom: 2px;
}

.product-list .product-box .kc-product-wrap .conten-product p.text-padding {
    padding-top: 4px;
    padding-bottom: 17px;
}

.product-list .product-box .kc-product-wrap .conten-product a {
    margin-right: 30px;
    color: #676767;
}

.product-list .product-box .kc-product-wrap .conten-product a.kc-button {
    border: 1px solid #b3232d;
}

.product-list .product-box .kc-product-wrap .conten-product a.kc-button-primary {
    color: #ffffff;
}

.product-list .product-box .kc-product-wrap .conten-product a:hover {
    color: #fff;
}

.product-colums .product-box .kc-product-wrap {
    padding-bottom: 0px;
}

.product-colums .div-filter {
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 40px 100px;
    border: 1px solid #f3f3f3;
    display: none;
    position: relative;
}

.product-colums .div-filter a.close-filter {
    font-size: 12px;
    color: #a7a7a7;
    line-height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.product-colums .div-filter .box-filter .content-box-filter h3 {
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.product-colums .div-filter .box-filter .content-box-filter ul {
    display: block;
}

.product-colums .div-filter .box-filter .content-box-filter ul li {
    display: block;
}

.product-colums .div-filter .box-filter .content-box-filter ul li a {
    font-size: 16px;
    color: #676767;
}

.product-colums .div-filter .box-filter .content-box-filter ul li a span {
    padding-right: 9px;
}

.product-colums .div-filter .box-filter .content-box-filter ul li a span.icon-red {
    color: #e95347;
}

.product-colums .div-filter .box-filter .content-box-filter ul li a span.icon-blue {
    color: #4d90e2;
}

.product-colums .div-filter .box-filter .content-box-filter ul li a span.icon-yellow {
    color: #eaec45;
}

.product-colums .div-filter .box-filter .content-box-filter ul li a span.icon-green {
    color: #64d55b;
}

.product-colums .div-filter .box-filter .content-box-filter ul li a span.icon-gray {
    color: #c1baba;
}

.product-colums .div-filter .box-filter .content-box-filter ul li:hover a {
    color: #b3232d;
}

.product-colums .div-filter .box-filter .content-box-filter .tags-filter ul {
    display: block;
}

.product-colums .div-filter .box-filter .content-box-filter .tags-filter ul li {
    float: left;
    line-height: 24px;
}

.product-colums .div-filter .box-filter .content-box-filter .tags-filter ul li a {
    padding: 0px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    line-height: 24px;
    background: #f8f8f8;
    color: #676767;
    font-family: 'Cairo', sans-serif;
    font-size: 13px;
}

.product-colums .div-filter .box-filter .content-box-filter .tags-filter ul li a:hover,
.product-colums .div-filter .box-filter .content-box-filter .tags-filter ul li a.uk-active {
    background: #b3232d;
    color: #ffffff;
}

.product-colums .kc-navbar {
    margin-bottom: 70px;
    border-bottom: 1px solid #f3f3f3;
}

.product-colums .kc-navbar .uk-navbar-flip .uk-dropdown {
    padding: 15px;
    width: 300px;
    z-index: 999999;
    background: #ffffff;
    border: 2px solid #b3232d;
}

.product-colums .kc-navbar .uk-navbar-nav>li {
    padding: 0px 16px;
    position: relative;
}

.product-colums .kc-navbar .uk-navbar-nav>li:first-child {
    padding-left: 0px;
}

.product-colums .kc-navbar .uk-navbar-nav>li:last-child {
    padding-right: 0px;
}

.product-colums .kc-navbar .uk-navbar-nav>li:hover>a,
.product-colums .kc-navbar .uk-navbar-nav>li:active>a,
.product-colums .kc-navbar .uk-navbar-nav>li:focus>a {
    color: #b3232d;
    background: inherit;
    border-bottom: 2px solid #b3232d;
}

.product-colums .kc-navbar .uk-navbar-nav>li:hover {
    cursor: pointer;
}

.product-colums .kc-navbar .uk-navbar-nav>li>a {
    padding: 0px;
    margin-bottom: -1px;
    color: #676767;
    font-size: 16px;
    font-family: 'Cairo', sans-serif;
    font-weight: 600;
}

.product-colums .kc-navbar .uk-navbar-nav>li>a:hover {
    cursor: pointer;
}

.product-colums .kc-navbar .uk-navbar-nav>li>a:focus {
    color: #b3232d;
    background: inherit;
}

.product-colums .kc-navbar li.uk-active>a {
    color: #b3232d;
    background: inherit;
    border-bottom: 2px solid #b3232d;
}

.product-colums .kc-navbar ul.menu-right>li:hover>a,
.product-colums .kc-navbar ul.menu-right>li:active>a {
    border-bottom: none;
}

.product-colums .kc-navbar ul.menu-right>li>a.search:after {
    content: '';
    width: 1px;
    height: 16px;
    background: #f3f3f3;
    position: absolute;
    right: 0px;
    top: 30%;
}

.product-colums .kc-navbar ul.menu-right>li>a.filter span {
    padding-left: 8px;
}

.product-colums .kc-navbar ul.menu-right>li:active .div-filter {
    display: block;
}

.detail-product .box-detail {
    padding-bottom: 80px;
}

.detail-product .box-detail .fotorama__nav .fotorama__thumb-border {
    border: 2px solid #b3232d !important;
}

.detail-product .box-detail .fotorama__nav .fotorama__nav__frame .fotorama__thumb img {
    left: 0px !important;
}

.detail-product .box-detail .thumbnai-detail {
    width: 470px;
    display: table-cell;
    vertical-align: top;
    float: left;
}

.detail-product .box-detail .thumbnai-detail .big-img {
    padding-bottom: 20px;
}

.detail-product .box-detail .thumbnai-detail .big-img img {
    display: block;
}

.detail-product .box-detail .thumbnai-detail ul {
    display: block;
}

.detail-product .box-detail .thumbnai-detail ul li {
    display: block;
    float: left;
    padding-right: 20px;
}

.detail-product .box-detail .thumbnai-detail ul li:last-child {
    padding-right: 0px;
}

.detail-product .box-detail .thumbnai-detail ul li:hover img,
.detail-product .box-detail .thumbnai-detail ul li.active img,
.detail-product .box-detail .thumbnai-detail ul li:focus img,
.detail-product .box-detail .thumbnai-detail ul li:active img {
    outline: 2px solid #b3232d;
    cursor: pointer;
}

.detail-product .box-detail .thumbnai-detail ul li img {
    display: block;
}

.detail-product .box-detail .content-detail {
    display: table-cell;
    vertical-align: top;
    padding-left: 50px;
    text-align: left;
}

.detail-product .box-detail .content-detail h3 {
    padding-bottom: 7px;
    font-size: 36px;
    font-weight: 700;
    font-family: 'Cairo', sans-serif;
    color: #1b1313;
}

.detail-product .box-detail .content-detail p {
    line-height: 25px;
}

.detail-product .box-detail .content-detail p span.icon-yellow {
    color: #f2cf2d;
    font-size: 12px;
}

.detail-product .box-detail .content-detail h5 {
    padding-top: 13px;
    padding-bottom: 22px;
    font-size: 27px;
    font-weight: 700;
    font-family: 'Cairo', sans-serif;
    color: #676767;
}

.detail-product .box-detail .content-detail h5 span {
    color: #e0e0e0;
    padding-left: 18px;
    text-decoration: line-through;
}

.detail-product .box-detail .content-detail h6 {
    font-size: 17px;
    font-family: 'Cairo', sans-serif;
    float: left;
}

.detail-product .box-detail .content-detail .color {
    padding-top: 45px;
}

.detail-product .box-detail .content-detail .color .check-color ul {
    display: block;
}

.detail-product .box-detail .content-detail .color .check-color ul li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}

.detail-product .box-detail .content-detail .color .check-color ul li label {
    width: 17px;
    height: 17px;
    margin-top: 8px;
    display: table-caption;
    border-radius: 50%;
    outline: none;
    position: relative;
    cursor: pointer;
}

.detail-product .box-detail .content-detail .color .check-color ul li label.icon-red {
    background: #e95347;
}

.detail-product .box-detail .content-detail .color .check-color ul li label.icon-blue {
    background: #4d90e2;
}

.detail-product .box-detail .content-detail .color .check-color ul li label.icon-yellow {
    background: #eaec45;
}

.detail-product .box-detail .content-detail .color .check-color ul li label.icon-green {
    background: #64d55b;
}

.detail-product .box-detail .content-detail .color .check-color ul li .uk-icon-check:before {
    display: none;
    width: 17px;
    height: 17px;
    font-size: 11px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 1px;
}

.detail-product .box-detail .content-detail .color .check-color ul li input[type='radio'] {
    position: absolute;
    visibility: hidden;
}

.detail-product .box-detail .content-detail .color .check-color ul li input[type='radio']:checked~.uk-icon-check:before {
    display: block;
}

.detail-product .box-detail .content-detail .qty {
    padding-bottom: 35px;
}

.detail-product .box-detail .content-detail .padding-left {
    margin-left: 80px;
}

.detail-product .box-detail .content-detail a {
    padding: 5px 24px;
    margin-right: 30px;
    line-height: 30px;
}

.detail-product .box-detail .content-detail a.kc-button {
    border: 1px solid #b3232d;
}

.detail-product .box-detail .content-detail a span {
    color: #b3232d;
}

.detail-product .box-detail .content-detail a:hover span {
    color: #ffffff;
}

.detail-product .information .uk-subnav {
    background: #f3f3f3;
    height: 61px;
    margin-left: 0px;
    margin-top: 0px;
}

.detail-product .information .uk-subnav li {
    padding: 0px;
    margin: 0px;
}

.detail-product .information .uk-subnav li a {
    color: #1b1313;
    line-height: 61px;
    padding: 0px 31px;
}

.detail-product .information .uk-subnav li a:hover {
    background: #b3232d;
    color: #ffffff;
}

.detail-product .information .uk-subnav-pill>.uk-active>* {
    background: #b3232d;
    color: #ffffff;
}

.detail-product .information .uk-switcher {
    padding: 50px;
    text-align: left;
    border: 2px solid #f3f3f3;
    border-top: none;
}

.detail-product .information .uk-switcher p {
    padding-bottom: 35px;
}

.detail-product .information .uk-switcher p:last-child {
    padding-bottom: 0px;
}

.detail-product .information .blog-review h3 {
    padding-bottom: 15px;
    font-family: 'Cairo', sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.detail-product .information .blog-review .review-box {
    padding-bottom: 30px;
}

.detail-product .information .blog-review .review-box .review-img {
    display: table-cell;
    vertical-align: top;
}

.detail-product .information .blog-review .review-box .review-img img {
    width: 100px;
    height: auto;
    display: block;
}

.detail-product .information .blog-review .review-box .review-content {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
}

.detail-product .information .blog-review .review-box .review-content h6 {
    line-height: 25px;
    padding-bottom: 10px;
}

.detail-product .information .blog-review .review-box .review-content h6 span[class*='uk-icon'] {
    color: #f2cf2d;
}

.detail-product .information .blog-review .review-box .review-content p {
    line-height: 25px;
}

.detail-product .information .blog-review .form-comment h5 {
    font-family: 'Cairo', sans-serif;
    font-weight: 600;
}

.detail-product .information .blog-review .form-comment .jq-ry-container {
    padding: 0px;
    padding-bottom: 15px;
    width: 125px !important;
}

.detail-product .information .blog-review .form-comment .jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg {
    width: 25px;
    height: 25px;
}

.relate-products.sec-padding {
    padding-top: 0px;
}

.product-item {
    background-color: #f8f8f8;
    height: 100%;
}

.product-item .product-overlay {
    position: absolute;
    top: 20px;
    right: 20px;
}

.product-item .product-overlay .sale {
    border: 1px solid #b3232d;
    font-size: 14px;
    color: #b3232d;
    height: 30px;
    line-height: 30px;
    padding: 0 16px;
}

.product-item .box-img {
    border-bottom: 1px solid #ececec;
}

.product-item .box-img img {
    display: block;
}

.product-item .box-img .box-icon .icon {
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    margin: 0 10px;
    border: 1px solid #b3232d;
    border-radius: 50%;
    transition: all .5s ease;
}

.product-item .box-img .box-icon .icon:hover {
    background-color: #b3232d;
    transition: all .5s ease;
}

.product-item .box-content {
    padding: 25px 10px;
}

.product-item .box-content h3 {
    font-family: 'Cairo', sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #1b1313;
    text-transform: uppercase;
    line-height: 24px;
}

.product-item .box-content .product-star .icon {
    font-weight: normal;
    display: inline-block;
    color: #f2cf2d;
}

.product-item .box-content .product-number {
    font-family: 'Cairo', sans-serif;
    font-size: 18px;
    margin-top: 5px;
    line-height: 24px;
    font-weight: bold;
}

.product-item .box-content .product-number span {
    margin: 0 6px;
}

.product-item .box-content .product-number .price {
    color: #676767;
}

.product-item .box-content .product-number .sale {
    color: #e0e0e0;
    text-decoration: line-through;
}

/* ------------------------------
   Design styles
   ---------------------------- */

/* .page-design .filter {
    margin-bottom: 60px;
    border-bottom: 1px solid #e0e0e0;
}

.page-design .filter ul.uk-subnav {
    margin-left: -15px;
}

.page-design .filter ul.uk-subnav li {
    padding: 0 15px;
    margin-top: 0;
}

.page-design .filter ul.uk-subnav li:hover a {
    color: #b3232d;
}

.page-design .filter ul.uk-subnav li a {
    font-weight: 600;
    font-size: 16px;
    color: #676767;
    background: none;
    padding: 0;
}

.page-design .filter ul.uk-subnav li.uk-active a {
    border-bottom: 2px solid #b3232d;
    color: #b3232d;
    margin-bottom: -1px;
}

.page-design .filter ul.uk-subnav li .uk-dropdown {
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    z-index: 100;
}

.page-design .filter ul.uk-subnav li .uk-dropdown input {
    padding: 0 10px;
    border: 2px solid #b3232d;
    outline: none;
}

.page-design .filter ul.uk-subnav li .uk-dropdown ul li a {
    color: #676767;
}

.page-design .filter ul.uk-subnav li .uk-dropdown ul li:hover a {
    color: #b3232d;
}

.page-design .design-list .design-item .box-icon {
    padding: 80px 0;
}

.page-design .design-list .design-item h4 {
    font-size: 18px;
}

.page-design .design-list .design-item p {
    font-size: 13px;
}

.page-design .pagination {
    margin-top: 44px;
}

.page-design-detail .design-thumb {
    height: 665px;
    width: 100%;
    max-height: 665px;
    overflow: hidden;
}

.page-design-detail .design-thumb img {
    display: block;
}

.page-design-detail .sec-margin-top {
    margin-top: -70px;
    z-index: 999999;
}

.page-design-detail .design-book {
    padding: 40px 50px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.175);
}

.page-design-detail .design-book p {
    font-size: 18px;
    line-height: 30px;
    color: #1b1313;
    font-weight: 400;
}

.page-design-detail .design-book strong {
    text-transform: uppercase;
}

.page-design-detail .design-book .div-right {
    margin-top: 10px;
}

.page-design-detail .design-list {
    margin-top: 70px;
}

.page-design-detail .design-list .uk-slider li {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 14px;
    padding-right: 4px;
}

.page-design-detail .design-list .uk-slider li a {
    border: 4px solid transparent;
    outline: 2px solid transparent;
    display: block;
    transition: all .5s ease;
}

.page-design-detail .design-list .uk-slider li a:hover,
.page-design-detail .design-list .uk-slider li a.uk-active {
    border: 4px solid transparent;
    outline: 2px solid #b3232d;
    transition: all .5s ease;
}

.page-design-detail .design-list .uk-slider li a img {
    width: 100%;
}

.page-design-detail .design-list .uk-slidenav {
    display: block;
    font-size: 24px;
    color: #676767;
}

.page-design-detail .design-list .uk-slidenav-previous {
    left: -53px;
}

.page-design-detail .design-list .uk-slidenav-next {
    right: -53px;
} */

.sec-margin-top {
    margin-top: -177px;
}

.sec-margin-top .uk-form-search-slider {
    width: 770px;
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    z-index: 999;
}

.sec-margin-top .uk-form-search-slider .uk-form {
    height: 52px;
    position: relative;
    z-index: 999;
    background: #ffffff;
}

.sec-margin-top .uk-form-search-slider input[type=text]:focus,
.sec-margin-top .uk-form-search-slider input[type=text]:active {
    background: inherit;
    color: #3c2e2e;
}

.sec-margin-top .uk-form-search-slider .uk-input-search {
    width: 570px;
    height: 30px;
    padding: 0 0 0 40px;
    font-size: 14px;
    font-family: 'Cairo', sans-serif;
    border: none;
    border-right: 1px solid #cecfce;
}

.sec-margin-top .uk-form-search-slider label {
    position: relative;
}

.sec-margin-top .uk-form-search-slider label:after {
    content: "\f107";
    height: 52px;
    width: 30px;
    background: #ffffff;
    line-height: 52px;
    font-family: 'FontAwesome';
    color: #3c2e2e;
    position: absolute;
    top: -9px;
    right: 0;
    font-size: 14px;
    cursor: pointer;
    pointer-events: none;
}

.sec-margin-top .uk-form-search-slider select {
    width: 140px;
    height: 100%;
    padding: 0 5px;
    margin: 0;
    cursor: pointer;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    font-family: 'Cairo', sans-serif;
    outline: none;
    color: #3c2e2e;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    text-align-last: center;
}

.sec-margin-top .uk-form-search-slider select option {
    padding: 10px 10px;
    outline: none;
    text-align: left;
}

.sec-margin-top .uk-form-search-slider select option:first-child {
    margin-top: 20px;
}

.sec-margin-top .uk-form-search-slider select:focus {
    background: inherit;
}

.sec-margin-top .uk-form-search-slider .uk-btn-submit {
    padding: 11px 19px;
    border: none;
    background: #b3232d;
    position: absolute;
    right: 0;
    top: 0;
}

.sec-margin-top .uk-form-search-slider .uk-btn-submit .icon {
    font-size: 14px;
    color: #ffffff;
}

#kc_backtop {
    opacity: 0.7;
    border-radius: 50%;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    width: 40px;
    height: 40px;
    position: fixed;
    display: none;
    bottom: 50px;
    right: 30px;
    background-color: #b3232d;
    color: #fff;
    z-index: 992;
    text-align: center;
    font-size: 16px;
    line-height: 38px;
    outline: none;
    cursor: pointer;
}

#kc_backtop:hover {
    opacity: 1;
}

#kc_backtop.kc-show-backtop {
    display: block;
    animation: bounceInUp 0.7s both;
}

/*# sourceMappingURL=style.css.map */