ƒ@charset "UTF-8";
/*
 * Title:   Kitchen Design - HTML Responsive Template
 * Author:  QTC Media
 */
/* --------------------------------------------------------
[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 stylesr
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);
@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap);
/* ------------------------------
   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; }
  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
      color: #ad181d !important;
    background-color: #eae5e5 !important;
    font-weight: 600 !important;
  }

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

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: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0; }

p {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 28px; }

img {
  max-width: 100%; }

a,
a:hover,
a:focus {
  outline: none;
  text-decoration: none; }
a:hover{
    color:#B22222;
}

.dropdown-item.active, .dropdown-item:active {
    color: #000;
    background-color: #fff !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
  margin: 0;
  padding: 0; }


	 
	     .colorh{
	         height: 60px;
            width: 40%;
            position: relative;
            background: #efefef;
            display: flex;
            align-items: center;
            justify-content: center;
	     }
	     .colorh p {
                width: 70%;
                text-align: center;
                background: rgb(0 0 0 / 59%);
                color: #fff;
                padding: 6px 15px;
            }
            .imgsave{
                width:20%;
                position: relative;
                background: #B22222;
                color:#fff;
                cursor:pointer;
                display: flex;
                align-items: center;
                justify-content: center;
            }
            .note-txt{
                font-size: 13px;
    font-style: italic;
    margin-right: 13px;
            }
	 
ul, li {
  margin: 0;
  padding: 0;
  list-style: none; }

strong {
  font-weight: 700; }

.kc-color-primary {
  color: #ee1d24 !important; }

.uk-container {
  padding: 0 30px; }

.uk-margin-top-large {
  margin-top: 50px; }

.uk-margin-bottom-large {
  margin-bottom: 50px; }

.sec-padding {
  padding: 50px 0; }

.kc-container-full {
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto; }

a, p, div, li {
  font-family: 'Lato', 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: #FFFC00; }

.sec-background-primary {
  background-color: #ee1d24 !important; }

.sec-title {
  text-align: center; }
  .sec-title h3 {
    font-size: 36px;
    line-height: 35px;
    font-weight: bold;
    color: #1b1313;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .sec-title .price {
    font-size: 27px;
    line-height: 27px;
    color: #000;
    margin-bottom: 24px; }
  .sec-title p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #000;
    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: 35px;
    height: 4px;
    width: 47px;
    border-radius: 4px;
    background-color: #ee1d24; }
  .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: 35px; }

.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: #ee1d24;
      color: #ffffff;
      border-radius: 50%; }
      .pagination ul li.active a span.icon, .pagination ul li:hover a span.icon {
        background: none;
        color: #000; }
    .pagination ul li a span {
      height: 30px;
      width: 30px;
      line-height: 30px;
      text-align: center;
      padding: 0 10px;
      font-size: 14px;
      color: #000; }
      .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: #000;
        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: #ee1d24;
        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: 'Lato', 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 #ee1d24;
    transition: all .5s ease; 
  }
    .kc-button.kc-button-default:hover {
      background: #000;
      color: #ffffff;
      border-color: #000; 
      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: #ee1d24;
      color: #ffffff;
      border-color: #ee1d24;
      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: #B22222;
    border: 1px solid #B22222;
    transition: all .5s ease;
    color: #ffffff; }
    .kc-button.kc-button-primary:hover {
      background:#B22222;
      color: #ffffff;
      border-color: #B22222;
      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; }

.inner-banner {
  background: url("../images/banner.jpg") 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:299px;
}
  .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: #ee1d24; }
  .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: #ffffff;
        font-size: 14px;
        border: 1px solid #ee1d24;
        border-radius: 50%; }
        .design-item .box .box-icon a .icon:hover {
          background: #ee1d24; }
  .design-item .box .box-content h4 {
    font-family: 'Lato', 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: #ee1d24; }
.cart-block-content .toal-cart {
  margin: 10px 0; }
  .cart-block-content .toal-cart .toal-price {
    font-size: 18px;
    color: #ee1d24; }
.cart-block-content .cart-buttons .kc-button-cart {
  height: 40px;
  line-height: 40px;
  padding: 5px 30px;
  background: #ee1d24; }
  .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: #ee1d24 !important;
    background: #ee1d24 !important;
    color: #ffffff; }

.home-one {
  background: #fff; }
  .home-one .top-bar .box {
    height: 140px; }
.home-one .top-bar .box img {
    height: 90px;
    width:auto;
}
    .home-one .top-bar .box .icon {
      padding-right: 13px;
      color: #ee1d24; }
    .home-one .top-bar .box ul li {
      margin-top: 0;
      color: #000;
      text-decoration: none;
      padding-left: 15px;  
      display: flex;
      align-items: center;
    }
      .home-one .top-bar .box ul li:hover {
        color:#B22222; }
      .home-one .top-bar .box ul li:before {
        margin-right: 15px; }
      .home-one .top-bar .box ul li:first-child {
        padding-left: 0; }
  .home-one .header {
    background-color: #100909;
    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: 600;
          letter-spacing: 1px;
          font-size: 14px;
          line-height: 50px;
          padding: 0 25px;
          color: #ffffff;
          font-family: 'Lato', 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:#B22222; }
        .home-one .header .kc-navbar li.uk-open > a {
          background: none;
          color: #ee1d24; }
        .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 #ee1d24; }
          .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: #ee1d24; }
              .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: #39f; }
            .home-one .header .kc-navbar li .uk-dropdown ul li.uk-parent.sec-primary-color > a {
              color: #ee1d24; }
      .home-one .header .kc-navbar #menu_primary_toggle {
        padding-right: 0px; }
    .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: #ee1d24; }
          .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: #B22222; }
        .home-one .header .menu-media .nav-holder > ul > li.active a {
          color: #B22222; }
    .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: #ffffff !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: 'Lato', sans-serif;
          font-size: 8px;
          font-weight: bold;
          background-color: #ee1d24;
          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: 560px; }
  #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: 'Lato', 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: 'Lato', sans-serif;
    letter-spacing: 5px;
    transition: all .5s ease; }
    #slider1 .tp-bullet {
  border-radius: 0px;
  border: none;
  padding: 0px 10px; }
#slider1 .tp-bullet:hover {
  top: -3px !important;
  color: #ee1d24 !important; }
  #slider1 .tp-bullet:hover:after {
    color: #ee1d24 !important;
    font-size: 16px !important; }
#slider1 .selected:after {
  font-size: 16px !important;
  color: #ee1d24 !important; }
#slider1 .selected.tp-bullet {
  top: -3px !important; }
#slider1 .tp-bullets {
  counter-reset: my-badass-counter;
  top: 98% !important; }
  #slider1 .tp-bullets [class*=tp-bullet]:after {
    content: "0" counter(my-badass-counter) ".";
    counter-increment: my-badass-counter;
    color: #797b7b;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    background-color: inherit;
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(1.2); 
  }

.banner-caption-h1 {
  font-family: 'Lato', sans-serif;
  font-size: 46px !important;
  color: #ffffff;
  line-height: 72px;
  font-weight: 600; 
    text-align:left;
}
  .banner-caption-h1 span {
    font-size: 46px !important;
      text-align:left; 
  }
.banner-caption-p {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: #fff;
  line-height: 42px;
  letter-spacing: 5px;
  text-transform: uppercase; }
  .banner-caption-p a {
    color: #ffffff;
    letter-spacing: 0px;
    margin: 0px 10px;
    padding: 4px 30px; 
  }
.tp-parallax-wrap{
   left:100px !important; 
}
.banner-ad{
position:absolute;
top:18%;
right:100px;
z-index:9999;
}
.banner-ad img{
 width:350px;
 height:auto;
 z-index:9999;
} 
section.slider {
    position: relative;
    min-height:400px;
}
#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:after:hover {
 /* top: -3px !important;*/
  color: #ee1d24 !important; 
    background:#B22222 !important;
}
  #slider2 .tp-bullet:hover:after {
    color: #ee1d24 !important;
    font-size: 16px !important; }
#slider2 .selected:after {
  font-size: 16px !important;
  color: #ee1d24 !important; 
    background:#B22222 !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: 'Lato', sans-serif;
    background-color: inherit;
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(1.2); 
  }*/
   #slider2 .tp-bullets [class*=tp-bullet]:after {
    content: "";
    counter-increment: my-badass-counter;
    color: #797b7b;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    background-color: inherit;
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(1.2); 
    width:10px;
    height:10px;
    border-radius:50%;
    background:#ccc;
  }
.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 #ee1d24; }
    .home-two .uk-dropdown .uk-form-icon {
      width: 100%; }
  .home-two .uk-navbar-nav li a {
    padding: 0 20px;
    font-size: 14px;
    color: #ffffff; }
    .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: 'Lato', sans-serif;
        font-size: 8px;
        font-weight: bold;
        background-color: #ee1d24;
        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: #000;
        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: #ee1d24;
          color: #ffffff; }
          .menu-toggle .nav-holder > ul > li > a:hover button {
            background: #ee1d24; }
        .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: #ee1d24; }
      .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: #000; }
          .menu-toggle .nav-holder > ul > li > ul.submenu > li > a:hover {
            color: #ee1d24; }
      .menu-toggle .nav-holder > ul > li.active {
        background: #ee1d24; }
        .menu-toggle .nav-holder > ul > li.active > a {
          color: #ffffff; }
          .menu-toggle .nav-holder > ul > li.active > a button {
            background: #ee1d24; }
  .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: 'Lato', 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: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #000; }
  .work-art .box:hover .box-icon .icon {
    opacity: 1;
    color: #ee1d24;
    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: #000;
      padding: 0 20px;
      text-transform: uppercase;
      transition: all .5s ease; }
    .designs .filter li.uk-active, .designs .filter li:hover {
      background-color: #ee1d24;
      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: #ee1d24; }
    .watch-video .box .box-content h4 {
      font-family: 'Lato', sans-serif;
      font-size: 20px;
      text-transform: uppercase;
      letter-spacing: 8px;
      color: #000;
      font-weight: 400;
      margin-bottom: 16px; }
    .watch-video .box .box-content h3 {
      font-weight: 700;
      color: #000;
      font-size: 36px;
      line-height: 31px;
      letter-spacing: 7px;
      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: 'Lato', 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: #ee1d24; }
.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: 'Lato', 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: 'Lato', 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: #ee1d24;
    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: #ee1d24; }
.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: #000;
    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: 'Lato', sans-serif; }
      .about .box-content ul li:before {
        line-height: 14px;
        display: inline-block;
        font-size: 14px;
        padding-right: 15px;
        color: #ee1d24;
        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: #ee1d24; }
    .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: 'Lato', 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: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #000; }
  .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: 50px 0 0 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: #000; }
  .our-service .box-service .box-content {
    padding-right: 10px; }
    .our-service .box-service .box-content h4 {
      color: #1b1313;
      font-family: 'Lato', 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: #000;
      line-height: 26px;
      font-weight: 400; }
  .our-service .box-service:hover .box-icon .icon {
    color: #ee1d24; }

.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%; }
  .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: 'Lato', 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: #000;
  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: #000;
    font-family: 'Lato', 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: #000;
    font-family: 'Lato', 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: 'Lato', 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: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  margin-top: 9px;
  transition: all .5s ease; }
  .our-blog .box-blog .box-content .content .read-more:hover {
    color: #ee1d24;
    transition: all .5s ease; }

.clients-say {
  /*background: url("../images/client-say-2-1.jpg") no-repeat center center;*/
  background-color: #fff;
  -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: #fff;
    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: #fff;
      background-color: #ee1d24;
      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: #00000; }
    .clients-say .uk-slider .item p {
      font-family: 'Lato', sans-serif;
      font-weight: 400;
      font-size: 20px;
      font-style: italic;
      line-height: 30px;
      color: #000000;
      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: #000000;
        margin-bottom: 1px; }
      .clients-say .uk-slider .item .box .box-content .city {
        font-size: 14px;
        line-height: 24px;
        color: #000000;
        font-weight: 400; }
  .clients-say .uk-slideshow {
    margin-bottom: 0px;
    text-align: center; }
    .clients-say .uk-slideshow .item p {
      padding: 0 15px;
      font-family: 'Lato', sans-serif;
      font-weight: 400;
      font-size: 20px;
      font-style: italic;
      line-height: 30px;
      color: #000000;
      display: block;
      margin-bottom: 26px; }
    .clients-say .uk-slideshow .item .author {
      font-family: 'Lato', sans-serif;
      font-size: 20px;
      font-weight: 700;
      line-height: 30px;
      color: #000000;
      padding:0 15px;
      margin-bottom: 3px; 
    }
    .clients-say .uk-slideshow .item .city {
      font-family: 'Lato', sans-serif;
      font-size: 14px;
      line-height: 24px;
      color: #fff;
      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: 50px 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: 'Lato', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    color: #000;
    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: #ee1d24;
    cursor: pointer; }
  .subscribe .uk-form input, .subscribe .uk-form input:active, .subscribe .uk-form input:focus {
    height: 50px;
    background: transparent;
    border: 1px solid #5f5f5f;
    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: #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::-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: #cbcbcb; }
  .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: #000; }
  .kc-form-comment a .icon {
    color: #ee1d24;
    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; }

/* ------------------------------
   Box styles
   ---------------------------- */
.kc-box {
  padding-top: 52px; }
  .kc-box .box-title h3 {
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #1b1313;
    line-height: 31px; }
  .kc-box .box-title p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #000;
    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: 'Lato', 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: #000; }
      .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: #000; }
      .kc-box .box-content .accordion tr td input[type='radio']:checked ~ .check {
        border: 2px solid #ee1d24; }
        .kc-box .box-content .accordion tr td input[type='radio']:checked ~ .check:before {
          background: #ee1d24; }
      .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: 'Lato', sans-serif;
        font-weight: 600; }
      .kc-box .box-content .accordion tr td span {
        font-size: 18px;
        font-family: 'Lato', sans-serif;
        font-weight: 700; }
      .kc-box .box-content .accordion tr td span.grand-total {
        color: #ee1d24; }
  .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: 5px;
    border: 1px solid #d7d7d7; 
      
  }
  input#gsearchsimple:focus {
    outline: 0;
}
a#clear_filter i {
    margin: 5px;
    color:#CC1E1E;
}
div#sidebar_search {
    text-align: right;
}
.sidebar-widget .sidebar-content [type="checkbox"], .sidebar-widget .sidebar-content [type="radio"]{
    width: auto;
    height: 18px;
    margin-right: 8px;
    top: 9px;
    position: absolute;
    left: -20px;
    cursor:pointer;
}
.sidebar-widget .sidebar-content label{
     cursor:pointer;
}
    .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: 'Lato', sans-serif;
      font-size: 24px;
      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: none;
      height: 1px;
      width: 100%;
      background: #ee1d24;
      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 {
      
      padding: 15px 0px;
      border-bottom: 1px solid #ededed; 
        
    }
    .sidebar-menu .menu_item{
      display: flex;
    /* align-items: flex-start; */
    /* justify-content: flex-start; */
    position: relative; 
    }
      .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: 'Lato', sans-serif;
        font-size: 16px;
        color: #000;
        font-weight: 600; }
        .sidebar-widget .sidebar-content .sidebar-menu ul li a:hover {
          color: #1b1313; }
          
    .sidebar-menu ul.sub-menu {
    margin-left: 32px;
}
.sidebar-menu .efe_cat_menu{
    display:none !important;
}
.sidebar-menu .efe_cat_menu.active{
    display:block !important;
}
.sidebar-menu ul.sub-menu li {
    border: 0 !important;
    padding: 0px 0px !important;
    text-transform: capitalize;
}
  .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: 'Lato', sans-serif;
        font-size: 16px;
        line-height: 25px;
        font-weight: 600;
        color: #1b1313; }
        .sidebar-widget .sidebar-content .sidebar-post .content-recent h5:hover {
          color: #ee1d24; }
      .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: 'Lato', 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: #000;
    font-size: 16px;
    font-family: 'Lato', sans-serif; }
    .sidebar-widget .sidebar-content .tags-recent a:hover {
      background: #ee1d24;
      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: 'Lato', 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: 'Lato', 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: 'Lato', sans-serif;
      font-weight: 600; }
      .kc-blog-wrap .blog-read-more a span {
        padding-left: 6px;
        color: #ee1d24;
        font-size: 14px;
        font-weight: 600; }
      .kc-blog-wrap .blog-read-more a:hover {
        color: #ee1d24; }

/* ------------------------------
   Footer styles
   ---------------------------- */
.footer {
  background-color: #160e0e; }
  .footer.sec-padding {
    padding: 25px 0 10px 0; } 
  .footer .footer-widget.notitle .title {
    display: none; }
  .footer .footer-widget .title h3 {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #ffffff;
    margin-bottom: 10px; }
  .footer .about-widget {
    padding-right: 25px; }
    .footer .about-widget .logo-footer {
      display: block;
      margin-bottom: 24px;
      margin-top: 8px; 
        width:100px;
    }
    .footer .about-widget p {
      font-family: 'Lato', 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: 'Lato', sans-serif;
                color: #818181;
                font-size: 14px;
                font-weight: 400;
                margin-right: 15px;
                border: 1px solid #818181;
                display: flex;
                align-items: center;
                justify-content: center;
                height: 30px;
                width: 30px;
                border-radius: 50%;}
          .footer .about-widget ul.social-footer li a:hover {
            color: #ffffff; 
              border: 1px solid #ffffff;
          }
  .footer .post-link-widget ul li a {
    font-size: 14px; 
    line-height: 28px;
    color: #cccccc; 
    display: contents; 
      
  }
    .footer .post-link-widget ul li a:hover { 
      color:#B22222; }
  .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: 14px;
    font-weight: 400;
    line-height: 26px; }

.footer-bottom {
  background-color: #100909;
  clear: both;
  padding: 0 ; }
  .footer-bottom .left p {
    display: block;
    font-size: 14px;
    color: #ccc;
    line-height: 21px;
    text-align: center; }
  .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: #ee1d24; }

/* ------------------------------
   404 page styles
   ---------------------------- */
.error-page {
  background: #fff; }
  .error-page .img {
    padding-bottom: 55px;
    display: block; }
  .error-page .title h1 {
    font-family: 'Cairo', serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: #1b1313; }
  .error-page .title p {
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 37px; }
  .error-page .title span {
    color: #ee1d24; }
  .error-page .menu ul {
    display: block;
    list-style-type: none;
    line-height: 12px; }
    .error-page .menu ul li {
      display: block;
      padding: 0px 32px;
      float: left;
      line-height: 12px;
      margin: 0px;
      border-right: 2px solid #676767; }
      .error-page .menu ul li:first-child {
        padding-left: 0px; }
      .error-page .menu ul li:last-child {
        padding-right: 0px;
        border-right: none; }
      .error-page .menu ul li a {
        color: #000;
        font-family: 'Lato', sans-serif;
        font-size: 14px;
        font-weight: bold; }
        .error-page .menu ul li a:hover {
          color: #ee1d24; }

/* ------------------------------
   Coming soon styles
   ---------------------------- */
.coming-soon {
  background: url("../images/br-coming-soon.jpg") no-repeat center;
  background-color: #f0f0f0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  display: block; }
  .coming-soon.uk-flex-inline > *, .coming-soon.uk-flex > * {
    -ms-flex-negative: 0; }
  .coming-soon .title {
    font-family: 'Lato', sans-serif;
    padding-bottom: 125px; }
    .coming-soon .title h1 {
      padding-top: 130px;
      color: #fff;
      font-size: 60px;
      line-height: 70px; }
    .coming-soon .title strong {
      color: #ee1d24; }
    .coming-soon .title p {
      color: #cccccc;
      font-size: 20px;
      line-height: 48px;
      letter-spacing: 3px; }
  .coming-soon .time {
    font-size: 110px;
    padding-bottom: 140px; }
    .coming-soon .time ul#count_down {
      list-style: none;
      display: block;
      text-align: center; }
      .coming-soon .time ul#count_down li {
        display: inline-block;
        width: 170px;
        font-family: 'Lato', sans-serif; }
        .coming-soon .time ul#count_down li span {
          font-size: 80px;
          line-height: 80px;
          font-weight: bold; }
        .coming-soon .time ul#count_down li p {
          text-transform: uppercase;
          font-family: 'Lato', sans-serif;
          letter-spacing: 3px; }
      .coming-soon .time ul#count_down li.seperator {
        width: 50px;
        font-family: 'Lato', sans-serif;
        font-size: 110px;
        line-height: 60px;
        vertical-align: top; }
  .coming-soon .submit {
    padding-bottom: 155px; }
    .coming-soon .submit .form-send-mail {
      position: relative; }
      .coming-soon .submit .form-send-mail input.input-mail {
        background: transparent;
        width: 100%;
        height: 45px;
        padding-left: 45px;
        border: 1px solid #ee1d24; }
        .coming-soon .submit .form-send-mail input.input-mail:focus {
          color: #fff; }
      .coming-soon .submit .form-send-mail .kc-button {
        position: absolute;
        top: 0px;
        right: 0px;
        height: 45px; }
    .coming-soon .submit p {
      padding-bottom: 20px;
      color: #cccccc;
      font-size: 20px; }
  .coming-soon .icon {
    padding-bottom: 50px; }
    .coming-soon .icon ul {
      display: block;
      list-style-type: none; }
      .coming-soon .icon ul li {
        display: inline-block;
        padding: 0px 15px; }
        .coming-soon .icon ul li a {
          color: #fff;
          font-size: 36px; }
          .coming-soon .icon ul li a:hover {
            color: #ee1d24; }
    .coming-soon .icon p {
      color: #cccccc;
      font-size: 16px; }
      .coming-soon .icon p span {
        color: #ee1d24; }

/* ------------------------------
   Contact styles
   ---------------------------- */
.contact {
  background: #fff;
  text-align: center;
  font-family: 'Lato', 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: #000; }
  .contact .box {
    background: #B22222;
    margin-top: 30px;
    padding-top: 51px !important;
    padding-bottom: 38px;
    display: block; }
    .contact .box span {
      color: #000000;
      font-size: 30px;
      line-height: 30px; }
    .contact .box p {
      color: #1b1313;
      font-size: 16px;
      font-family: 'Lato', 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: left; }
    .awesome-design .design .left.sec-title p {
      margin: 40px 0px;
      font-size: 16px;
      font-family: 'Lato', sans-serif; }
  .awesome-design .design .left h6 {
    color: #ee1d24;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 15px; }
.awesome-design .design .right {
  width: 100%;
  height: 100%;
  padding: 15px 37px;
  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: #ee1d24;
    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: #000;
      font-family: 'Lato', 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: #ee1d24;
    transition: all .5s ease; }
  .history .box-year {
    padding: 60px 0px;
    border-right: 1px solid #d7d7d7;
    text-align: center;
    position: relative; }
    .history .box-year .year h1 {
      color: #000;
      font-family: 'Lato', sans-serif;
      font-size: 36px;
      font-weight: 800;
      text-align: center; }
    .history .box-year .year .point {
      width: 13px;
      height: 13px;
      background: #ee1d24;
      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: #000;
      font-size: 20px;
      font-weight: 800;
      font-family: 'Lato', sans-serif; }
  .history .box-text .text p {
    font-size: 16px;
    color: #000;
    line-height: 25px; }

/* ------------------------------
   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: #000; }
      .book-design .kc-box .text-code p span {
        color: #ee1d24;
        padding-right: 9px; }
      .book-design .kc-box .text-code p strong {
        color: #000; }
        .book-design .kc-box .text-code p strong:hover {
          color: #ee1d24; }
  .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 {
  font-size: 16px;
  margin: 10px 0px;
  color: #000; }
  .blog-detail .content p:first-child {
    margin-top: 0px; }
.blog-detail .content blockquote {
  padding-left: 14px;
  border-left: 3px solid #ee1d24; }
  .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: #ee1d24; }
    .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: 'Lato', 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: 'Lato', sans-serif;
      font-weight: 700; }
    .blog-detail .blog-comment .comment-box .content-comment span {
      font-size: 14px;
      color: #000;
      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: #ee1d24; }
      .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 .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: 'Lato', 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: #000; }
    .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: #000; }
    .check-out .kc-box .text-code p span {
      color: #ee1d24;
      padding-right: 9px; }
    .check-out .kc-box .text-code p strong {
      color: #000; }
      .check-out .kc-box .text-code p strong:hover {
        color: #ee1d24; }

/* ------------------------------
   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: 'Lato', sans-serif; }
    .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: 'Lato', sans-serif;
        font-size: 14px;
        color: #000;
        text-align: center;
        height: 40px; }
    .shopping-cart .send-cart .text-code span {
      font-family: 'Lato', sans-serif;
      font-size: 18px;
      font-weight: bold;
      color: #ee1d24;
      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: 'Lato', sans-serif;
        color: #1b1313; }
        .shopping-cart .send-cart ul li h3 strong {
          color: #ee1d24;
          font-weight: 800; }
      .shopping-cart .send-cart ul li input {
        font-size: 14px;
        color: #000;
        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 #ee1d24 !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: #000; }
.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: #000;
  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: #ee1d24;
  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: 'Lato', 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: 'Lato', sans-serif;
        font-weight: 700;
        color: #000;
        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 #ee1d24;
    padding: 0px 16px;
    background: inherit;
    color: #ee1d24;
    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: #000; }
      .product-list .product-box .kc-product-wrap .conten-product a.kc-button {
        border: 1px solid #ee1d24; }
      .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: 'Lato', 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: #000; }
        .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: #ee1d24; }
  .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: #000;
        font-family: 'Lato', 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: #ee1d24;
          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 #ee1d24; }
  .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: #ee1d24;
      background: inherit;
      border-bottom: 2px solid #ee1d24; }
    .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: #000;
      font-size: 16px;
      font-family: 'Lato', 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: #ee1d24;
        background: inherit; }
  .product-colums .kc-navbar li.uk-active > a {
    color: #ee1d24;
    background: inherit;
    border-bottom: 2px solid #ee1d24; }
  .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 #ee1d24 !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 #ee1d24;
          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: 'Lato', 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: 'Lato', sans-serif;
      color: #000; }
      .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: 'Lato', 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 #ee1d24; }
      .detail-product .box-detail .content-detail a span {
        color: #ee1d24; }
      .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: #ee1d24;
        color: #ffffff; }
.detail-product .information .uk-subnav-pill > .uk-active > * {
  background: #ee1d24;
  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: 'Lato', 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: 'Lato', 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 #ee1d24;
      font-size: 14px;
      color: #ee1d24;
      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 #ee1d24;
      border-radius: 50%;
      transition: all .5s ease; }
      .product-item .box-img .box-icon .icon:hover {
        background-color: #ee1d24;
        transition: all .5s ease; }
  .product-item .box-content {
    padding: 25px 10px; }
    .product-item .box-content h3 {
      font-family: 'Lato', 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: 'Lato', 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: #000; }
      .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: #ee1d24; }
      .page-design .filter ul.uk-subnav li a {
        font-weight: 600;
        font-size: 16px;
        color: #000;
        background: none;
        padding: 0; }
      .page-design .filter ul.uk-subnav li.uk-active a {
        border-bottom: 2px solid #ee1d24;
        color: #ee1d24;
        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 #ee1d24;
          outline: none; }
        .page-design .filter ul.uk-subnav li .uk-dropdown ul li a {
          color: #000; }
        .page-design .filter ul.uk-subnav li .uk-dropdown ul li:hover a {
          color: #ee1d24; }
.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 #ee1d24;
        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: #000; }
  .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: 'Lato', 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: 'Lato', 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: #ee1d24;
      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: #ee1d24;
  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: flex;
    align-items: center;
    justify-content: center;
    animation: bounceInUp 0.7s both; 
}

/*# sourceMappingURL=style.css.map */


input.input-text::placeholder, textarea.input-text::placeholder {
    color: #000;
    opacity: 0.8;
}
.kc-form-comment .uk-form-icon [class*=uk-icon-] {
    color: #000000;
}
.left-contact, .right-contact{
padding:0 15px;
}
.abt-img img{
width:100%;height: 490px;object-fit: cover;
}
.ct-sec-title h3, .ct-sec-title p{
    text-align:justify;
}
.ct-sec-title .border-line:before{
margin:unset;
}
.border-line{
    margin-bottom:15px;
}
.gallery-grid .uk-overlay.uk-overlay-hover.uk-animation-hover {
    height: 100%;
}
.gallery-grid .uk-overlay.uk-overlay-hover.uk-animation-hover img{
    height: 100%;
    object-fit:cover;
}
/*.logo-slider li img{
filter: grayscale(100%);
}*/
.footer-widget.post-link-widget li {
    color: #ccc;
    font-size:14px;
}
.ctfcontact li span{
    margin-right:8px;
}
section.carousel.logo-slider li{
    padding: 0 15px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content:center;
}
section.carousel.logo-slider li img{
    height: auto;
    width:auto;
}
.ct-home-galley li img{
    width:100%;
    height:200px;
    object-fit:cover;
}
.box-content {
    margin-bottom: 20px;
}
.box-content h3, .box-content h4{
   color:#000;
}
.effect.aeneas{
  width: 100%;
  }
  
 .effect.aeneas .buttons {
    display: flex;
    align-items:center;
    justify-content: flex-start;
  }
  
  .effect.aeneas a:last-child {
      margin-right: 0px;
  }
.effect.aeneas  a {
    text-decoration: none !important;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-right: 20px;
    font-size: 20px;
    overflow: hidden;
    position: relative;
    }
   .effect.aeneas a i {
      position: relative;
      z-index: 3;
    }
    
    .effect.aeneas  a.fb {
      background-color: #3b5998;
    }
    
   .effect.aeneas a.tw {
      background-color: #00aced;
    }
    
   .effect.aeneas a.g-plus {
      background-color: #dd4b39;
    }
    
   .effect.aeneas a.dribbble {
      background-color: #ea4c89;
    }
    
   .effect.aeneas a.pinterest {
      background-color: #cb2027;
    }
    
   .effect.aeneas a.insta {
      background-color: #bc2a8d;
    }
    
   .effect.aeneas a.in {
      background-color: #007bb6;
    }
    
   .effect.aeneas a.vimeo {
      background-color: #1ab7ea;
    }

/* aeneas effect */

.effect.aeneas a {
    transition: transform 0.4s linear 0s, border-top-left-radius 0.1s linear 0s, border-top-right-radius 0.1s linear 0.1s, border-bottom-right-radius 0.1s linear 0.2s, border-bottom-left-radius 0.1s linear 0.3s;
    }
    .effect.aeneas i {
      transition: transform 0.4s linear 0s;
    }
    
    .effect.aeneas a:hover {
      transform: rotate(360deg);
      border-radius: 50%;
      }
      .effect.aeneas i {
        transform: rotate(-360deg);
      }
      .clients-say li{
      padding:15px;
      height:360px;
      position:relative;
      }
      .clients-say li .item{
            padding:70px 20px;
            height:100%;
            box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 9px 0px;
      }
      .lg-outer {
    background: rgb(0,0,0,0.5);
}
  .lg-outer .lg {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 60%;
    max-height: 90%;
    box-shadow: rgba(0, 0, 0, 1) 0px 2px 27px 0px;
    background: #000;
} 
.lg-thumb-outer.lg-grab {
    display: none;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
      height: 100% !important;
}
.lg-outer .lg-img-wrap {
    padding: 0;
} 
.lg-outer {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lg-backdrop.in {
    background: rgb(0,0,0,0);
}
.designs .uk-overlay {
    width: 100%;
    padding: 3px;
}
.designs .uk-overlay-background {
    margin: 3px;
}
.designs.sec-padding { 
    padding: 3px 0;
}
.designs .slideset-arrow {
    margin: 0 15px !important;
}
.ct-slider-btn{
    font-size: 20px;
    padding: 20px;
    background: #b22222;
    border: 1px solid #b22222;
    color: #fff;
    margin-top: 15px;
} 
.ct-slider-btn:hover{
    color:#fff;
    background: #000;
    border: 1px solid #000;
} 
.box .box-image img{
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
}

.ct-inner-habt .kc-button-left{
    margin-top:15px;
}
.ct-inner-habt .kc-button-left a{
   background:#000;
   border-color:#000;
}
.ct-inner-cta .kc-button-left{
    margin-top:15px; 
}
.ct-inner-cta .kc-button-left a{
   background:#000;
   border-color:#000;
}
.ct-inner-habt h2{
    color: #fff;
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 1px;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.ct-inner-habt p{
    color: #fff;
}
.ct-inner-habt .sec-title h3 {
    text-align: left;
}
.ct-inner-habt {
   background:#B22222;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
}
.ct-habt-img{
 padding-left:0;    
 }
.ct-habt-rt{
    position:relative;
    height:387px;
}
.ct-habt-rt img{
 width:100%;
 height:100%;
 object-fit:cover;
}
.ct-about {
    padding: 0;
    width: 100%;
    margin-left: 0;
}
.ct-habt-rt:before {
    content: '';
    position: absolute;
    border-color: transparent transparent #B22222;
    border-style: solid;
    border-width: 387px 265px;
    display: block;
    height: 0;
    left: -265px;
    width: 0;
    bottom: 0;
    z-index: 1;
}
.ct-habt-rt:after {
    content: '';
    border-color: transparent transparent #000;
    border-style: solid;
    border-width: 204px 140px;
    position: absolute;
    display: block;
    height: 0;
    left: -14px;
    bottom: 0;
    width: 0;
    z-index: 999;
}
.ct-inner-habt .box{
    padding: 15px 50px;
    max-width: 500px;
    margin: auto;
}
.ct-inner-habt .sec-title .border-line:before {
    content: '';
    display: block;
    margin:0;
    margin-bottom: 38px;
    height: 4px;
    width: 47px;
    border-radius: 4px;
    background-color: #fff;
}
.ct-inner-habt .sec-title h3 {
    color: #fff;
}
/* Style the tab */
.designs .tab {
  overflow: hidden;
  display: flex;
    align-items: center;
    justify-content: center;
}

/* Style the buttons inside the tab */
.designs .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  margin: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  color:#fff;
  text-transform: uppercase;
}
.subtabcontent .tab button {
  color:#000;
  border:2px solid transparent;
}

/* Change background color of buttons on hover */
.designs .tab button:hover {
  border-bottom:2px solid #fff;
}
/* Create an active/current tablink class */
.designs .tab button.active {
  border-bottom:2px solid #fff;
}
.subtabcontent .tab button:hover, .subtabcontent .tab button.active {
  border-bottom:2px solid #000;
}
/* Style the tab content */
.designs .tabcontent,.subtabcontent{
  padding: 6px 0px;
  border-top: none;
}
.subtabcontent .tab{
  padding-bottom:20px;
  border-bottom:2px solid #f5f5f5;
  justify-content: flex-start;
}

.ct-inner-cta h2{
    color: #fff;
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 1px;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.ct-inner-cta h2, .ct-inner-cta h3, .ct-inner-cta p{
    color: #fff;
}
.ct-inner-cta {
   background: #B22222;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9999;
    padding-left: 110px;
    display: flex;
}
.ct-cta-img{
 padding-left:0;    
 }
.ct-cta-rt{
    position:relative;
    height:387px;
}
.ct-cta-rt img{
 width:100%;
 height:100%;
 object-fit:cover;
}
.ct-cta-rt:before {
    content: '';
    position: absolute;
    border-color: transparent transparent #B22222;
    border-style: solid;
    border-width: 387px 265px;
    display: block;
    height: 0;
    left: -265px;
    width: 0;
    bottom: 0;
    z-index: 1;
    
}
.ct-inner-cta:before {
    content: '';
    border-color: transparent transparent #ccc;
    border-style: solid;
    border-width: 210px 140px;
    position: absolute;
    display: block;
    height: 0;
    left: -154px;
    bottom: 0;
    width: 0;
   
} 
.ct-inner-cta .box{
    position: absolute;
    top: 55px;
    padding: 15px;
    max-width: 600px;
    width: 100%;
    margin: auto;
}
.ct-inner-cta h3{
    font-size: 14px;
    font-weight: 900;
}
.ct-inner-cta h4{
    font-size: 15px;
    margin-top:15px;
}
.ct-inner-cta p{
    font-size: 14px;
}
.hidden-overflow{
    overflow:hidden;
} 
section.privacy p{
    text-align: justify;
}
section.privacy li{
    list-style: disc;
    margin-left: 30px;
    font-size: 19px;
      text-align: justify;
}
section.privacy h4{
    text-align:left;
    font-weight:800;
}
.font-title{
    font-size:20px;
}
section.carousel.sec-padding.sec-background.logo-slider {
    padding: 0 0 50px 0;
}
.ct-overlay{ 
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    border-radius:50%;
    background: rgb(0,0,0,0.4);
    opacity: 0;
    transition: 0.8s;
}
.box-image {
    position: relative;
    border-radius:50%;
    width: 150px;
    height: 150px;
    margin: auto;
}
.box-image:hover .ct-overlay{
    opacity:1;
    animation-name: uk-fade-scale-02;
}
.top-bar{
    height: 107px;
}
.top-bar .box{
    height: 110px;
}

.ct-header-btn{
  background:#B22222;  
  border:1px solid #B22222;
  color:#fff;
  padding:5px 15px; 
}
.ct-header-btn:hover{
  color:#fff !important;
  background:#000;
  border-color:#000;
}
.home-one .uk-container {
    padding: 0 15px;
    max-width: 1280px;
    width: 100%;
}
.ct-black-btn{
    color:#fff !important;
    background:#000;
    border: 3px solid #000; 
    padding: 3px 25px;
    font-weight: 700;
}
.ct-black-btn:hover{
    color:#000 !important;
    background:transparent;
}
.ct-bg{
    background:#B22222;
    padding:25px 15px;
    text-align: center;
} 
.ct-abt-banner-in{
  height: 100%;
  width: 100%;  
}
.ct-abt-banner{
    background:#B22222;
    padding:50px 15px;
    text-align: center;
    height: 100%;
    width: 280px;
}

.ct-abt-banner h3{
    color:#fff;
    margin: 15px 0;
    text-transform: capitalize;
    line-height: 1.2;
    font-size:30px;
}

.ct-abt-banner p{
    padding: 15px 0;
    font-size:20px;
    color:#fff;
}

.ct-about .left p{
    margin-bottom:0;
}

.ct-bg .sec-title h3{
    color:#fff;
    margin: 15px 0;
    text-transform: capitalize;
    line-height: 1.2;
    font-size:25px;
}

.ct-bg img{ 
    width:200px;
    height:auto;
}

.ct-bg p{ 
    color:#fff;
    margin:5px 0;
}

.uk-container {
    margin: auto;
}

.cta-image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.cta-image span {
    margin-left: 20px;
    padding: 0 20px;
    border-left: 2px solid #373435;
    letter-spacing: 15px;
    font-size: 40px;
    font-weight: 500;
    color: #373435;
}

.ct-cta-border{
    border: 2px solid #b22222;
    padding: 3px;
}

.marquee {
  width: 100vw;
  height: auto;
  overflow: hidden;
  position: relative;
}

.marquee:before, .marquee:after {
  position: absolute;
  top: 0;
  width: 10vw;
  height: 100%;
  content: "";
  z-index: 1;
}

.marquee:before {
  left: 0;
}

.marquee:after {
  right: 0;
}

.marquee-content {
  list-style: none;
  height: 100%;
  display: flex;
  animation: scrolling 10s linear infinite;
}     

@keyframes scrolling {
  0% { transform: translateX(0); }
  100% { transform: translateX(-180vw); }
} 
.marquee-content li {
  display: flex;
  justify-content: center;
  align-items: center;
  /* text-align: center; */
  flex-shrink: 0;
  width: 20vw;
  max-height: 100%;
  font-size: 5rem; /* 5rem; */
  white-space: nowrap;
  margin:0 20px;
}
.marquee-content li img {
  width: 200px;
  height:auto;
}
.flex-display{
    display:flex;
    align-items:center;
}
.ct-bg-inner{
    padding:0 15px;
}
.logo-header .sec-title .border-line:before {
    content: '';
    margin-bottom: 35px;
}
.ct-about .sec-title .border-line:before {
    content: '';
    margin-bottom: 20px;
}

section.ct-hm-cta .ct-cta-border{
    box-shadow: rgb(0 0 0 / 38%) 0 8px 31px 0;
}

section.sec-padding.logo-slider{
    padding:0;
}

.ct-overlay .box .box-icon{
    margin-bottom:0;
}

.ct-overlay .box .box-icon .icon {
    font-size: 30px;
    color: #b22222;
}

.box .box-content{
    margin:15px 0;
}

section.inner-banner.contact-banner {
    min-height: 560px;
    height: 100%;
    background:linear-gradient( rgb(0 0 0 / 50%), rgb(0 0 0 / 50%) ),url(../images/banner/kjg.jpg);
    background-size: cover;  
}
section.inner-banner.about-banner{
    background:url(../images/banner/about-banner.jpg);
    background-size: cover;
    background-position: center;
    height: 430px;
}
section.inner-banner.gallery-banner{
    background:url(../images/gallery/21.jpg);
    background-size: cover;
    background-position: center;
    height: 430px;
}
li:focus{
    outline:0;
    border:0;
}

.sec-padding-team{
  padding-top:50px;  
}

.ct-inner-team h2{
    color: #fff;
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 1px;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.ct-inner-team h2, .ct-inner-team h3, .ct-inner-team p{
    color: #fff;
}

.ct-inner-team .box h3{
    font-size:16px;
}

.ct-inner-team .box h2{
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 1px;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.ct-inner-team .box p{
    font-size:16px;
    color:#fff;
}

.ct-inner-team .box {
    max-width: 100%;
    width: 84%;
    z-index: 999;
    padding: 15px;
    position: relative;
}
.ct-inner-team {
    background: #000;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9999;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ct-team-txt {
    height: 295px;
}

.ct-team-rt:before {
    content: '';
    position: absolute;
    border-color: transparent transparent #171717;
    border-style: solid;
    border-width: 295px 173px;
    display: block;
    height: 0;
    left: 483px;
    width: 0;
    bottom: 0;
    z-index: 1;
}  

.ct-about .uk-width-medium-4-6{ 
    width:74%;
}

.ct-about .uk-width-medium-2-6{
    width:26%;
}

.ct-about .uk-width-medium-1-12{
    padding:0 35px;
} 

h3.ct-sub-cta{
    margin-top:15px;
}
.show_sucess {
    margin-bottom:15px;
}
 .hidden-overflow{
     height:100%;
     width:100%;
     overflow: hidden;
   }
section.inner-banner {
  animation: zoomin 20s ease-in infinite;
  transition: all 20s ease-in-out;
  overflow: hidden;

}
@-webkit-keyframes zoomin {
  0% {transform: scale(1);}
  100% {transform: scale(1.5);}
}
@keyframes zoomin {
  0% {transform: scale(1);}
  100% {transform: scale(1.5);}
}
/*product page*/
.products-banner{
    animation: none !important;
    transition: none !important;
}
.uk-grid.cat-hover {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 15px 0 30px 0;
    width: 100%;
    margin: auto;

}
.product-cat .box .box-image img {
    width: 60px;
    height: auto;
    object-fit: cover;
    border-radius: 0;
    opacity:1;
    transition: opacity .4s ease-in-out;
}
.product-cat .box-image {
    position: relative;
    border-radius: 50%;
    width: 102px;
    height: 102px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #b22222;
    transition: border-color .4s ease-in-out;
    
}
.product-cat a{
    transition: color .4s ease-in-out;
}
.product-cat .box-content h3{
    font-size:16px;
    color:#212527;
    text-align: center;
    text-transform: capitalize !important;
    transition: color .4s ease-in-out;
}
.cat-hover:hover .box-image{
    border-color:#adaeaf;
} 
.cat-hover:hover .box-image img{
    opacity:0.4;
}

.cat-hover:hover .box-content h3{
    color:#adaeaf !important;;
}
.product-cat .main-category:hover .box-image{
     border: 2px solid #b22222;
}
.product-cat .main-category:hover .box-image img{
    opacity:1;
}
.product-cat .main-category:hover .box-content h3{
    color:#212527 !important;
}
.cat-hover .ct-blur .box-content h3 {
    color: #adaeaf;
}
.product-cat .ct-blur .box .box-image img{
    opacity:0.4;
}
.cat-hover .ct-blur .box-image {
    border-color:#adaeaf;
}
.product-cat .main-category .ct-active .box-image {
    border-color:#b22222;
}
.product-cat .main-category .ct-active .box-content h3 {
    color:#212527 !important;
}
.product-cat .ct-active .box .box-image img{
    opacity:1;
}

.product-cat-large .uk-container{
    max-width:890px;
    width:100%;
    margin:auto;
}
.product-cat-large .box .box-image img {
    width: 107px;
    height: auto;
    border-radius: 0;
}
.product-cat-large .box-image {
    position: relative;
    border-radius: 50%;
    width: 242px;
    height: 242px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #b22222;
    
}
.product-cat-large .box-content h3{
     text-align:left;
     font-size: 37px !important;
}
.product-cat-large .box-content p{
     text-align:left;
     font-size: 16px !important;
}
.product-cat-large .box-content{
    text-align:left;
    margin-left: 40px;
}
.product-cat-large .box-content span{
    display: inline-block;
    padding: 10px 25px;
    color: #b22222;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid #b22222;
    text-align: center;
    transition: all .2s ease-in-out;
    }
.product-cat-large .box-content span:hover{
   color: #000;
    border: 2px solid #000; 
}
.pro-cat-large-in{
    padding:65px 0 30px 0;
    border-top:1px solid #d9d9d9;
}
.ct-newsletter{
    background-color: #f7f9e7;
}
.ct-nl-group {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.ct-nl-group .nl-field{
  margin:0 10px;  
}
.ct-nl-group span{
    color: #212527;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}
.ct-nl-group .nl-field input{
color: #636667;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 13px;
    background: #fff;
    border: 1px solid #a4a4a4;
}
.ct-nl-group .nl-field input[type="submit"]{
    border: 2px solid #b22222;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 11px 24px;
    color: #b22222;
    background: transparent;
}
.ct-nl-group .nl-field input[type="submit"]:hover{
    border-color:#000;
    color: #000;
}
/*Product Category page */
.thumbnail-image {
    width: 100%;
    height:300px;
    text-align: center;
    border-radius: 9px;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 88%) 0px 2px 13px 0px;
    position:relative;
}
.thumbnail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.sec-padding.product-cat h4 {
    text-align: center;
    font-weight: 600;
}
.thumbnail-image .ct-overlay{
    border-radius:0;
}
.ct-pointer{
    cursor: pointer;
} 
.tabcontent .ct-hover{
    align-items: flex-start;
    border-bottom: 0px solid #f5f5f5;
    padding: 15px 15px 30px 15px;
}
.subtabcontent .product-cat .box-image {
    overflow: hidden;
    width: 170px;
    height: 170px;
}
.subtabcontent .product-cat .box .box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.subtabcontent{
    display:none;
}
.subtabcontent:first-child{
    display:block !important;
}
::-webkit-scrollbar { width: 8px; height: 8px; border-radius: 20px; }
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 20px;
}
::selection {
    background: #cc1e1e;
    color: #fff;
    text-shadow: none;
}
.product_grid {
    width: 19.666%;
    text-align: center;
    float: left;
    position: relative;
    padding: 8px;
}
.ct-subsubtabcontent .ct-tab {
    display: flex !important;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.ct-products.designs {
    display: flex;
    align-items: center;
    justify-content: center;
}
.subtabcontent {
    display: block;
    max-width: 1200px;
    width: 100%;
    padding: 0 15px !important;
    margin: auto;
}
.subsubcat_title{
    font-size: 30px;
    margin: 20px 0;
    font-weight: 600;
    color: #b22222;
}
.product_grid .box-image{
    border: 2px solid #ccc;
    overflow:hidden;
    transition: color .4s ease-in-out;
}
.product_grid .box-image:hover{
    border-color: #b22222;
}
.subtabcontent .tab  .tablinks {
    cursor: pointer !important;
    padding: 0px 5px !important;
    transition: 0.3s !important;
    font-size: 11px !important;
    background-color: white !important;
    color: black !important;
    border: 2px solid #cc1e1e !important;
    width: 180px;
    margin: 0 2px;
    font-weight: 800;

  }
.subtabcontent .tab .active{
    background-color: #cc1e1e !important;
    color: white !important;
}
.subtabcontent .tab  .tablinks:hover {
  background-color: #cc1e1e !important;
  color: white !important;
}
.sec-title.efe_design_title h3 {
    font-size: 20px;
}
.efe-content{
    width: 100%;
    position: relative;
    }
/* Showrooms */
.efe-design .uk-grid {
    display: flex;
    justify-content: center;
}
.efe-note{
    font-size:12px;
    float:right;
}
.efe-showrooms .box-image {
    position:relative;
    width: 350px;
    height: 350px;
    border-radius: 0;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: 4px solid transparent;
}

.efe-showrooms .box-image img{
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
    object-position: center;
    z-index:1;
}

.box-image.active, .box .box-image:hover,
.showroom-color .product_grid.active .box-image, .showroom-color .product_grid .box-image:hover{
    border: 4px solid #ad181d;
    box-shadow: none;
}
.efe-showrooms .zoom_view{
    opacity:0;
    visibility: hidden;
    position: absolute;
    top: 4px;
    right: 10px;
    line-height: normal;
    padding: 10px;
    background: #ad181d;
    color: #fff;
    border-radius: 4px;
    z-index: 999;
}
.efe-showrooms .box.active .zoom_view, .efe-showrooms .box:hover .zoom_view{
   opacity:1;
    visibility: visible;
}
.zoom_inner{
    width: 100%;
    max-width: 600px;
    /*cursor: zoom-out;*/
    position:relative;
}
.zoom_img{
    width:100%;
    height:auto
}

.zoom_view:focus .zoom_img{
    display:block;
}
.colorh p {
    margin-bottom: 0 !important;
}
.zoom_box_wrapper{
    display:none;
    width:100%;
    height:100%;
    overflow:hidden;
    justify-content:center;
    align-items:center;
    background:rgba(0,0,0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    /*cursor: zoom-out;*/
}
.zoom-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ad181d96;
    color: #fff;
}
.efe-showrooms h3 {
    text-align:center;
}
.efe-steps {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    max-width: 1024px;
    margin: auto;
}
.efe-step {
    position:relative;
    border: 2px solid #ccc;
    /*padding: 15px;*/
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
   
}
.efe-step-line:before {
   content: '';
    width: 200px;
    height: 2px;
    background: #ccc;
    position: absolute;
    right: 47px;
    z-index: 1;
}
.efe-step:hover{
    border-color: #ad181d;
}
.efe-step:hover .efe-step-line:before{
     background: #ad181d;
}
.efe-step-line.active:before {
    background: #b22222;
}
.efe-step.disabled{
    cursor: not-allowed;
    opacity:0.5;
}
.efe-step.disabled:hover{
    border-color: #ccc;
}
.efe-step.active {
    border-color: #ad181d;
    background: #ad181d;
     z-index:999;
    
}
.efe-step.active h3 {
    color: #fff;
}
.efe-step h3 {
    font-weight: 900;
    font-size: 13px;
}

.efe-step img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.efe-tab{
    display:none;
}
.efe-tab.active{
    display:block;
}
.svg-container{
    position: absolute;
    top: 0px;
    left: 0px;
    width:100%;
    /*opacity: 0.5;*/
}
.svg-container svg g {
    cursor: pointer;
    pointer-events: all;
}
.svg-container svg g path{
    /*fill: none;*/
    opacity: 0;
     stroke: transparent; 
    /*stroke:#AD181D ;*/
    stroke-width: 12px;
    stroke-dasharray: 12, 12;
    -webkit-transition: opacity 150ms ease-out 0s;
    transition: opacity 150ms ease-out 0s;
    animation: dash 50s linear;
}
.d-flex-mb {
    display: flex;
    width: 50%;
}
@-webkit-keyframes dash {
	  to {
		stroke-dashoffset: 960;
	  }
}
@keyframes dash {
	  to {
		stroke-dashoffset: 960;
	  }
}
.svg-container svg g.hover path,
	.svg-container svg g:hover path{
		opacity:0.5;
		 stroke:#AD181D ;
}
.svg-container svg g.active path{
	
		stroke: #AD181D;
        /*fill: unset;*/
}
.svg-container svg g.active_highlight path{
		opacity:1;
	
        /*fill: unset;*/
}
.showroom-board{
    position:relative;
}
.showroom-board {
    width: 760px;
    float: left;
}
.showroom-color{
    width:auto;
    float:right;
    padding-top:0px !important;
}
.showroom-design {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 815px;
    overflow: hidden;
}
p.disclaimer_text {
    font-size: 14px;
    font-style: italic;
    margin-top: 15px;
    line-height: 25px;
    text-align: center;
}
button.kicthen_view_image_unactive {
    background: #b22222;
    color: #fff;
    padding: 2px 28px;
    border: 0;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 17px;
    width: 100%;
    max-width: 270px;
    display: block;
    height:38px;
    border:2px solid #b22222;
    line-height:32px;

}
button.kicthen_view_image_unactive:hover {
    background: #fff;
    color: #000;
    border: 2px solid #b22222;
}
.showroom-color .main-category {
    display: flex;
    padding: 9px;
}
.showroom-color .box-image {
    width: 60px;
    height: 60px;
    overflow: visible;
}
.showroom-color .box .box-image img {
    width: 100%;
    height: 100%;
    object-fit:cover;
    border-radius: 0;
}
.showroom-color .box .box-image img:hover{
    transform: scale(2);
    z-index: 999;
    background: #d3d3d3;
    padding: 3px;
    transition:0.5s;
}
.showroom-color .box-content h3 {
    font-size: 11px;
}
.showroom-color .subtabcontent {
    max-width: 440px;
}
.showroom-color .subtabcontent .tab .tablinks {
    padding: 0px 13px !important;
    font-size: 12px !important;
}
.showroom-color .subsubcat_title {
    font-size: 16px;
}
.showroom-color .product_grid .box-content {
    display: none;
}
.showroom-color .product_grid .box-image, .showroom-color .product_grid .box-image{
    border-radius: 0;
}
.showroom-color .uk-grid.cat-hover {
    padding: 0;
}
.showroom-color .ct-subtabcontent {
    max-width: 440px;
    overflow: auto;
    height: 600px;
}
.product-tab {
    width: 100%;
}
.product-tab table{
    width: 100%;
}
.product-tab table img{
    width: 200px;
    height: 200px;
    object-fit: cover;
}
.product-tab table td{
    vertical-align:top;
    padding: 25px;
}
.product-cat {
    padding: 50px 0 0 0;
}
.product-cat .main-category .box-content h3{
    font-size:16px;
}
.efe-content .uk-grid > * {
    padding-left: 20px;
}
.efe-sub-sub-cat-filter{
    display:none;
}
.efe-sub-sub-cat-filter.active{
    display:block;
}
.sidebar-content {
    padding: 15px;
    border: 1px solid #ccc;
    margin-bottom:15px;
}
.product_grid .box {
    cursor: pointer;
}
ul.list-group li {
    text-align: left;
}
.efe-product-list .box {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 2px solid #f5f5f5;
}
.efe-product-list .box-image:hover{
   border:2px solid #ccc;
   
}
.efe-product-list .box-image{
    margin:0;
    border:2px solid #ccc;
   overflow:hidden;
}
.efe-product-list .box-image img{
   width:100%;
   height:100%;
}
.efe-product-list .box .box-content {
    margin: 0;
    width: 45%;
}
.cart_btns {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.cart_btns .up-down {
    margin: 0;
}
.cart_btns button.cart_btn{
    margin-left:8px;
    padding: 8px 15px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}
.checkout-btn{
    float: right;
    width: auto !important;
    margin-top: 15px;
}
.efe-checkout .box-title h3 {
    margin-bottom: 15px;
    color: #ad181d !important;
}
.efe-checkout .table-product tr {
    height: 45px !important;
}
.efe-checkout .table-product th {
    font-size: 16px !important;
    line-height: 22px !important;
    color: #ffffff !important;
    background: #ad181d !important;
}
.efe-checkout .table-product .product {
    padding: 15px 40px !important;
}
.efe-checkout .table-product td .product .img-product{
   border-radius: 50%;
    overflow: hidden;
}
.efe-checkout .table-product td .product .img-product img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.showroom-color .cat-hover:hover .box-image img{
    opacity:1;
}
.sec-title.efe_design_title {
    width: fit-content;
}
.efe_next_btn, .efe_prev_btn, .select_btn {
    float: right;
    background: #B22222;
    border: 1px solid #B22222;
    transition: all .5s ease;
    color: #ffffff;
    font-size:14px;
    margin-left: 8px;
    padding: 8px 15px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    text-transform: uppercase;
    cursor:pointer;
}
.select_btn{
    float:none;
    margin-left: auto !important;
    margin-right: auto !important;
}
.efe_next_btn.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
button:focus {
    outline:0;
}
.efe_next_btn i, .efe_prev_btn i {
    font-size: 11px;
    line-height: normal;
}
.efe_next_btn i{
    margin-left: 4px;
}
.efe_prev_btn i {
    margin-right: 4px;
}
.efe-color h2 {
    font-weight: 700;
    font-size: 18px;
}

.efe-loader {
     display: none; 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 34%);
    align-items: center;
    justify-content: center;
}
.efe_design_step_1,
.efe_design_step_2,
.efe_design_step_3,
.efe_design_step_4{
    padding-top:0px !important;
}
/*25-03-21*/
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.efe-tooltip .efe-tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #b22222;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translate(-50%,0);
  opacity: 0;
  transition: opacity 0.3s;
  line-height: 24px;
  font-size: 15px;
}

.efe-tooltip .efe-tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #b22222 transparent transparent transparent;
}

.efe-tooltip:hover .efe-tooltiptext {
  visibility: visible;
  opacity: 1;
}
span.zoom_close {
    position: absolute;
    right: -18px;
    top: -20px;
    background: #fff;
    padding: 11px;
    border-radius: 50%;
}

/*user-profile*/

.ct-red-btn {
    background: #B22222;
    border: 1px solid #B22222;
    color: #fff;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 18px;
}
.ct-red-btn:hover {
    color: #fff !important;
    background: #000;
    border-color: #000;
}
.no-record {
    height: 100%;
    min-height: 200px;
    border: 1px solid #9d9d9d;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.4;
    font-size: 18px;
    text-transform: capitalize;
}
.header a.profile_menu {
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
}
.header a.profile_menu:hover {
    color:#fff;
}
.bottom-showroom .row {
    margin: 0 !important;
}
img.overlay_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    pointer-events: none;
}
div#Orders table td {
    line-height: 24px;
    font-size: 15px;
}
.home-one .top-bar .box .logo2 img{
    height:48px;
}
a.logo2{
    display: flex;
    align-self: center;
    
} 
footer a.logo2 img{
    margin-bottom: 24px;
    margin-top: 8px;
    height: 60px;
    margin-left: 12px;
}

.home-one .top-bar .box ul li:last-child:before,
.home-one .top-bar .box ul li:first-child:before{
    margin-right: 0px;
    border:0;
}
/* responsive code */
@media (min-width: 768px)
{
    .uk-width-medium-3-4 {
    width: 75%;
    margin-left:auto;
}
.uk-container.uk-container-center.pagination-design-sc {
    display: none;
} 
}
@media(min-width:1440px){
    .zoom_inner{
    max-width: 900px;
}
}
@media (max-width: 1199px){
    .subtabcontent .tab .tablinks {
    font-size: 13px !important;
    margin-bottom: 10px;
}
.subtabcontent .tab {
    flex-wrap: wrap;
}
}
@media (max-width: 1140px){
    .ct-inner-cta h3 {
    font-size: 14px;
}
.product_grid {
    width: 25%;
}
.efe-steps {
    max-width: 999px;
}
.efe-step-line:before {
    width: 194px;
    
}
}
@media (max-width: 1023px){
    .ct-inner-cta h2{
        font-size:25px;
    }
    .ct-inner-cta h3, .ct-inner-cta p {
    color: #fff;
    font-size: 13px;
}
.ct-inner-cta .box {
    max-width: 450px;
    width: 100%;
    position: absolute;
}
.top-bar ul.uk-subnav.uk-subnav-line{
    display:none !important;
}
}
@media (max-width: 991px){
.thumbnail-image {
    height: 220px;
}
.product_grid {
    width: 25%;
}
.main-category {
    width: 25%;
}
.sidebar-menu {
    display: none;
}
.sidebar-widget .sidebar-content .sidebar-title{
    padding:18px;
}
.sidebar-flip h3{
    width:100%;
    cursor:pointer;
}
.sidebar-flip h3:after {
    content: '\f078';
    position: absolute;
    font-family: 'FontAwesome';
    right: 0;
    font-size: 14px;
}
h3.efe-flip-open:after{
    transform: rotate(180deg);
}
.efe-content .uk-width-medium-1-6, .efe-content .uk-width-medium-5-6 {
    width: 100%;
}
.efe-step-line:before {
    width: 138px;
}
.efe-steps {
    max-width: 768px;
}
}
@media (max-width: 767px){
    .banner-ad {
    display: none;
}
.d-flex-mb {
    display: block;
    width: 100%;
}

 .abgallery-grid t-img img{
height: auto;
} 

.ct-inner-cta .box {
    top: 0;
}

section.carousel.logo-slider li img {
    height: 100%;
    width: auto;
}
.abt-img img {
    height: auto;
}
 .lg-outer .lg {
    max-width: 85%;
    max-height: 90%;
} 
.box.uk-flex-right {
    justify-content: space-between;
}
.uk-subnav-line>:nth-child(n+2):before {
    border-left: 0px solid #ddd !important;
}
.designs .tab {
    flex-wrap: wrap;
}
.ct-cta-rt:before, .ct-inner-cta:before,
.ct-habt-rt:after, .ct-habt-rt:before{
    content: '';
    display:none;
}
.ct-inner-cta{
    padding-left:0;
}
.top-bar{
    height:88px;
}
.top-bar .box{
    height: 90px;
}
.ct-inner-cta .box{
    position:relative;
}
.ct-about {
    padding: 0px;
}
.ct-hm-cta .uk-container {
    padding: 0;
}
.content-flex{
    justify-content:center;
}
.ct-abt-ad{
    margin-top:20px;
}
.ct-about .uk-width-medium-4-6,
.ct-about .uk-width-medium-2-6{
    width:100%;
    padding:0 15px;
}
.home-one .header .kc-navbar li > a {
    font-size: 23px;
}
section.inner-banner.about-banner {
    background-position: center;
    height: 150px;
}
section.inner-banner.gallery-banner {
    height: 150px;
}
.product-cat-large .box-image {
    width: 150px;
    height: 150px;
}
.ct-nl-group {
    display: block;
}
.ct-nl-group .nl-field {
    margin: 15px 0;
    width: 100%;
}
.ct-nl-group .nl-field input {
    width: 100%;
}
.thumbnail-image {
    height: 240px;
}
.product_grid {
    width: 33.33%;
}
.main-category {
    width: 25%;
    padding-left: 0;
}
.subsubcat_title {
    font-size: 20px;
}
.subtabcontent .tab .tablinks {
    padding: 0px 10px !important;
    font-size: 14px !important;
        margin: 10px 10px !important;
}
 .top-bar a img{
     width: auto;
    height: 90px;
 }
 .efe-steps {
    max-width: 570px;
}
.efe-step-line:before {
    width: 87px;
}
.sec-title.efe_design_title {
    clear: both;
    width: 100%;
    margin-top: 30px;
}
.efe_next_btn {
    float: none;
    margin-left: auto !important;
}
button#efe_step3_btn_n,
button#efe_step4_btn_n{
    float: right;
}
button#efe_step2_btn_p,
button#efe_step3_btn_p{
    margin-left: 0 !important;
    float: none;
}
.efe-product-list .box-image {
    width: 100px;
    height: 100px;
    margin: auto;
}
.showroom-board {
    width: 100%;
    float: none;
}
.showroom-design {
    margin: 15px;
    display: block;
    height: auto;
}
.showroom-color {
    width: 100%;
    float: none;
    margin-top: 20px;
}
.svg-container {
    width: 100%;
}
.showroom-color .ct-subtabcontent,
.showroom-color .subtabcontent{
    max-width: 100%;
}
.showroom-color .product_grid {
    width: 20%;
}
.showroom-color .box-image {
    width: 100%;
    height: 100px;
}
.efe-product-list .box .box-content {
    width: 100%;
    margin: 15px 0 25px;
}
.efe-product-list .box {
    display: block;
    text-align: center;
}
.cart_btns {
    justify-content: center;
}
.table-product {
    width: 100%;
    overflow: auto;
}

}
@media (max-width: 567px){
.home-one .top-bar .box {
    height: 90px;
    align-items: center;
}
.home-one .top-bar .box img {
    height: 80px;
    width:auto;
}
.tp-caption{
        display:none;
}
.ct-hm-cta .uk-container {
    padding: 0;
}
.ct-bg img{ 
    width:100px;
    height:auto;
}
.cta-image span {
    letter-spacing: 10px;
    font-size: 30px;
}
.ct-inner-cta .box {
    padding: 40px 15px;
    top: 0;
}
.rev_slider .tp-caption, .rev_slider .caption{
    display:flex;
    min-height:30px;
}
section.slider {
    min-height:150px;
}
.ct-slider-btn {
    font-size: 15px;
    padding: 12px;
}
.sec-padding {
    padding: 35px 0;
}
.sec-title h3{
    font-size:24px;
}
.left-contact button{
    margin-bottom:20px;
}
.sec-title .border-line:before {
    content: '';
    margin-bottom: 35px;
}
section.inner-banner.contact-banner {
    min-height: 150px;
    height: 100%;
}
.box-image {
    width: 130px;
    height: 130px;
    overflow:hidden;
} 
.box-image img{  
    width:100% !important; 
    height:100% !important;
    border-radius:0 !important;
} 
.content-flex{
    justify-content:center;
}
.ct-abt-ad{
    margin-top:20px;
}

.sec-padding-team{
  padding-top:35px;  
}

.ct-inner-team {
    padding-left: 0;
}

.team-section {
    height: auto;
}
 
/*.ct-inner-team .box:before {
    height: 85px;
    left: 3px;
    top: -24px;
    width: 93px;
}*/

.ct-team-rt:before{
    display:none;
}

.ct-team-txt, .team-section {
    height: auto;
}
.footer-bottom p{
    display: grid !important;
}
.footer-bottom .left{
    padding: 8px 0;
}
.product-cat .box .box-image img {
    width: 60px !important;
    height: auto !important;
}
.product-cat-large .box-image {
    width: 80px;
    height: 80px;
}
.product-cat-large .box-image img{
    width: 53px !important;
    height: auto !important;
}
.ct-nl-group {
    display: block;
}
.ct-nl-group .nl-field {
    margin: 15px 0;
    width: 100%;
}
.ct-nl-group .nl-field input {
    width: 100%;
}
.product-cat-large .box-content p {
    padding-bottom: 0 !important;
}
.thumbnail-image {
    height: 170px;
}
.product_grid {
    width: 50%;
}
.main-category {
    width: 50%;
}
.subtabcontent {
    padding: 0px !important;
}
.efe-steps {
    max-width: 300px;
}
.efe-step {
    width: 30px;
    height: 30px;
}
.efe-step-line:before {
    width: 42px;
    right: 100%;
}
.colorh p {
    width: 70%;
    text-align: center;
    background: rgb(0 0 0 / 59%);
    color: #fff;
    padding: 6px 15px;
    font-size: 10px;
}
}
@media (max-width: 425px){
    .showroom-color .box-image {
    width: 100%;
    height: 66px;
}
}
@media (max-width: 375px){
.subtabcontent .tab .tablinks {
    width: 100%;
}
}
@media (max-width: 320px){
    .product-cat-large .box-content h3 {
    font-size: 20px !important;
}
.product-cat-large .box-content p {
    font-size: 14px !important;
}
.product-cat-large .box-content span {
    padding: 5px 10px;
    font-size: 12px;
}
.product-cat-large .box-image {
    width: 60px;
    height: 60px;
    border: 2px solid #b22222;
}
.product-cat-large .box-image img {
    width: 36px !important;
}
}
.tp-rightarrow .tparrows{
    display: none !important;
}

.clients-say .uk-slideshow .item:before{
    content: "\f10d";
    position: absolute;
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 28px;
    top: 42px;
    left: 50px;
    color: #000000;
}
@media (min-width:480px)  
{
    .message_succ span{
      font-size: 15px !important;  
    }
}
 
 #dimensionModal .modal-header .close {
    padding: 0;
    margin: 0;
 }
 #dimensionModal .modal-header h2 {
        font-size: 27px;
    font-weight: 700;
    color: #B22222;
}
#dimensionModal .modal-body .control-group {
    display: flex;
}
#dimensionModal .control-group label {
    min-width: 130px;
}
#dimensionModal .control-group label {
    max-width: 162px;
    padding: 0;
    margin: 0;
    flex: 0 0 33%;
}
#dimensionModal .input-group-addon {
    border: 1px solid #ccc;
    background-color: #ddd;
    padding: 0px 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
    left: -9px;
    top: 0px;
}
#dimensionModal .modal-body .control-group {
    display: flex;
    margin-bottom: 12px;
}
#dimensionModal .btn-success {
    color: #fff;
    background-color: #B22222;
    border-color: #B22222;
}
#dimensionModal .btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
#dimensionModal .input-group {
    float: left;
    max-width: 260px;
}
#dimensionModal button.close {
    order: 2;
}
#dimensionModal .modal-header {
    display: block;
}
 #dimensionModal .modal-dialog {
    max-width: 542px;
 }
 #dimensionModal span.red {
    color: #B22222;
    font-size: 8px;
    height: 10px;
    position: relative;
    top: 26px;
    left: -139px;
}
#dimensionModal .input-group-addon {
    border: 0px solid #ccc;
    background-color: #ddd;
    padding: 0px 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
    left: 1px;
    border-left: 0px;
}
 #dimensionModal .input-group {
    /* float: left; */
    width: 260px;
    /* display: flex; */
    /* flex-direction: row; */
    /* flex-wrap: initial; */
    border: 1px solid #ccc;
    border-radius: 5px;
}
  #dimensionModal input {
    border: none !important;
}
  #dimensionModal .btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: none;
}
.swal-modal button.swal-button.swal-button--confirm {
    background-color: #b22222;
}
.swal-modal button.swal-button.swal-button--confirm:hover {
    background-color: #b22222;
}
.login-form .group .button {
    background: #b22222;
    color: #fff;
}
.bck-to-desgn.tab:hover {
    text-decoration: none;
}
.tab-content button.btn.btn-primary {
    border-color: #ad181d;
}
#Orders .order_view .right-text img.bg-txt, div#Orders .order_view .right-text svg {
    position: absolute;
    left: -1px;
    top: -16px;
    max-width: 297px;
    height: 235px;
}
#Orders .order_view .right-text img.bg-txt {
    z-index: 1;
}
.inr-img-pst {
    position: relative;
    max-width: 308px;
    float: right;
}
.bck-to-desgn.tab:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}
.bottom-showroom .colorh {
    width: 50% !important;
}
.haedr-drp {
    padding: 0;
}
.haedr-drp a{
        padding: 4px 0px!important;
    margin: 0;
}
.haedr-drp a:hover{
    background-color: #b22222;
    color: #fff;
}
.haedr-drp .dropdown-divider{
    margin:0 !important;
}
.haedr-drp i {
    padding-left: 19px;
    position: relative;
    top: -2px;
}
.efe-showrooms .ct-pointer .box h3 {
    margin-top: 15px;
    margin-bottom: 15px;
}
h3.chose-kt {
    font-size: 20px !important;
}

.home-one .header .menu-media {
    background: #1d1d23de;
}
.home-one .header .menu-media .nav-holder > ul > li > a {
    padding: 5px 30px;
    line-height: 35px;
    font-size: 12px;
}
.home-one .header .menu-media .nav-holder > ul > li {
    border-bottom: 0px solid #323232;
}
