.section-grey {
    background: #f9f9ff;
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-white {
    background: #ffffff;
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-bg {
    background: url(../images/notify-bg.jpg) no-repeat scroll center center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    color: #ffffff;
}

.section-clients {
    background: #f9f9ff;
    padding-top: 100px;
    padding-bottom: 100px;
}

section .title {
    text-align: center;
}

section .title h2 {
    text-transform: uppercase;
}

section .title p {
    font-size: 14px;
    color: #777777;
}

section .furniture-items {
    background: #ffffff;
    padding: 10px;
    margin-top: 50px;
    border-radius: 10px;
    transition: all 300ms linear 0s;
}

section .furniture-items:hover {
    background: #ffffff;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

section .furniture-items h4 {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 20px;
}

section .furniture-items p,
.section-white .services-items p {
    font-size: 14px;
    color: #777777;
}

section .project-items {
    position: relative;
    overflow: hidden;
}

section .project-items .hover {
    position: absolute;
    left: 0px;
    bottom: -100%;
    background: #faba00;
    width: 100%;
    padding: 36px;
    transition: all 400ms ease;
}

section .project-items:hover .hover {
    bottom: 0px;
}

@media (max-width: 991px) {
    section .project-items img {
        width: 100%;
    }
}

.section-white .services-items {
    background: #f9f9ff;
    border-radius: 10px;
    padding: 40px;
    margin-top: 30px;
    transition: all 300ms linear 0s;
}

.section-white .services-items:hover {
    background: #ffffff;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.section-white .services-items h4 {
    font-size: 18px;
    text-transform: uppercase;
    transition: all 300ms linear 0s;
}

.section-white .services-items:hover h4 {
    color: #faba00;
}

.section-bg h2 {
    text-transform: uppercase;
    margin-bottom: 15px;
}

.section-bg p {
    margin-bottom: 30px;
}

.section-bg .btn {
    background: #faba00;
    padding: 0px 35px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    line-height: 38px;
    border: 1px solid #faba00;
    border-radius: 0px;
    outline: none !important;
    text-align: center;
    cursor: pointer;
    transition: all 300ms linear 0s;
    text-transform: uppercase;
}

.section-bg .btn:hover {
    border: 1px solid #faba00;
    background: transparent;
    color: #faba00;
}

.section-white .gallery-items img {
    border-radius: 10px;
    transition: all 300ms linear 0s;
    background-color: #f9f9ff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.section-white .gallery-items img:hover {
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.section-white .gallery {
    margin: 50px 0 0;
}

.section-clients img {
    width: auto;
    text-align: center;
    display: block;
    margin: auto;
    line-height: 70px;
}

.section-clients .item {
    text-align: center;
}

footer {
    background: #000000;
    padding-top: 100px;
    padding-bottom: 100px;
}

footer h3 {
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

footer p,
footer p a {
    color: #777777;
    font-size: 14px;
    transition: all 300ms linear 0s;
}

footer p a:hover {
    color: #faba00;
    text-decoration: none;
}

.header {
    z-index: 1;
    background: url(../images/home-banner.jpg) no-repeat scroll center center;
    background-size: cover;
    color: #ffffff;
}

.header .left-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.header .left-content a {
    background: #faba00;
    color: #fff;
    width: 148px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #faba00;
    border-radius: 3px;
    outline: none;
    text-align: center;
    transition: all 300ms linear 0s;
    display: inline-block;
    padding: 15px 0;
    text-transform: uppercase;
    margin-top: 20px;
}

.header .left-content a:hover {
    background: transparent;
    color: #faba00;
    text-decoration: none;
}

.header .right-content {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 200px;
    margin-bottom: 200px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.header .right-content .items:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.header .right-content .items {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
    padding: 50px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 300ms linear 0s;
}

.header .right-content .items:hover {
    background: #faba00;
    cursor: pointer;
}

.header .right-content .items:nth-child(5),
.header .right-content .items:last-child {
    border-bottom: 0px;
}

.menu_nav li.nav-item a.nav-link {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    transition: all 300ms linear 0s;
}

.menu_nav li.nav-item a.nav-link:hover {
    color: #faba00;
    text-decoration: none;
}

.menu_nav li.nav-item.active a.nav-link {
    color: #faba00;
}

@media (max-width: 767px) {
    .header .left-content {
        margin-top: 100px;
    }
    .header .right-content {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}

.gallery {
    text-align: center;
}
.heading {
    position: relative;
    margin: 30px 0 70px;
}
.heading h2 {
    color: #000000;
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
}
.heading p {
    font-size: 14px;
}
.heading:after {
    content: "";
    width: 100px;
    position: absolute;
    margin: 0 auto;
    height: 4px;
    border-radius: 1px;
    background: #2B298C;
    left: 0;
    right: 0;
    bottom: -20px;
}
.heading h2 b {
    color: #2B298C;
}
.gallery {
    margin-bottom: 50px;
}
.gallery .box {
    position: relative;
    margin-bottom: 30px;
    transition: ease-in-out all .3s;
    -moz-transition: ease-in-out all .3s;
    -webkit-transition: ease-in-out all .3s;
}
.gallery .box:hover {
    transform: scale(1.1);
}
.gallery .box img {
    border-radius: 5px;
    min-height: 200px;
    max-height: 200px;
    width: 100%;
}
.gallery .box .text {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    background: rgba(43, 41, 140, 0.5);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.gallery .box .text p {
    margin: 10px 0;
}
.gallery .lightbox img {
    display: block;
}
.gallery .lightbox {
    margin-bottom: 30px;
}

.tcb-product-slider {
    background: #e9e9e9;
    padding: 100px 0;
  }
  .tcb-product-slider .carousel-control {
    width: 5%;
  }
  .tcb-product-item a {
    color: #147196;
  }
  .tcb-product-item a:hover {
    text-decoration: none;
  }
  .tcb-product-item .tcb-hline {
    margin: 10px 0;
    height: 1px;
    background: #ccc;
  }
  @media all and (max-width: 768px) {
    .tcb-product-item {
      margin-bottom: 30px;
    }
  }
  .tcb-product-photo {
    text-align: center;
    height: 180px;
    background: #fff;
  }
  .tcb-product-photo img {
    height: 100%;
    display: inline-block;
  }
  .tcb-product-info {
    background: #f0f0f0;
    padding: 15px;
  }
  .tcb-product-title h4 {
    margin-top: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .tcb-product-rating {
    color: #acacac;
  }
  .tcb-product-rating .active {
    color: #FFB500;
  }
  .tcb-product-price {
    color: firebrick;
    font-size: 18px;
  }
  
  
  
  .details {
      margin: 50px 0; }
   .details h1 {
        font-size: 32px;
        text-align: center;
        margin-bottom: 3px; }
      .details .back-link {
        text-align: center; }
        .details .back-link a {
          display: inline-block;
          margin: 20px 0;
          padding: 15px 30px;
          background: #333;
          color: #fff;
          border-radius: 24px; }
          .details .back-link a svg {
            margin-right: 10px;
            vertical-align: text-top;
            display: inline-block; }

.control-center .carousel-control-next, .control-center .carousel-control-prev {
    position: unset;
}
.control-center {
    text-align: center;
    margin-top: 50px;
}
.control-center p {
    display: inline;
    background: #000;
    padding: 15px 0 10px;
}
.control-center .carousel-control-next, .control-center .carousel-control-prev {
    display: inline-block;
}
.slider {
    margin-top: 0;
}