.top-header {
	background: #000000;
    text-align: center;
    position: relative;
    z-index: 1;
}
.top-header:before {
    content:'';
    background: yellow;
    width: 25%;
    height: 100%;
    position: absolute;
    z-index: -1;
        right: 0;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 7% 100%);
}
.quik-enquiry {
    float: right;
    padding: 0;
}
.quik-enquiry a {
    padding: 7px !important;
}
.quik-enquiry img {
    width: 159px;
    padding: 0;
}
.top-header a {
	color: #fff;
	padding: 10px;
    display: inline-block;
}
#slider .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}
#slider .owl-carousel button {
	font-size: 30px;
    background: #fbfb00;
    margin: 0 10px;
    width: 30px;
    height: 40px;
    line-height: 9px !important;
    color: #000;
    font-weight: 600;
}
#slider .owl-carousel button.owl-prev {
	position: absolute;
    top: 45%;
}
#slider .owl-carousel button.owl-next {
	position: absolute;
    top: 45%;
    right: 10px;
}
.three-box-section .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none;
}
#about {
	padding-bottom: 0;
}

.product-grid{
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    transition: all 0.3s ease 0s;
    border: 1px solid #36a837;
    padding: 5px;
    margin-bottom: 30px;
}
.product-grid:hover{ box-shadow: 0 0 10px rgba(0,0,0,0.2); }
.product-grid .product-image{
    overflow: hidden;
    position: relative;
}
.product-grid .product-image a.image{ display: block; }
.product-grid .product-image img{
    width: 100%;
    height: auto;
}
.product-grid .product-quick-view{
    color: #333;
    background-color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
    line-height: 55px;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    opacity: 0;
    transform: translateX(-50%) translateY(-350%) scale(0);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.product-grid .product-quick-view:hover{
    color: #fff;
    background-color: #36a837;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.product-grid:hover .product-quick-view{
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
}
.product-grid .product-content{
    text-align: center;
    padding: 15px 10px;
    position: relative;
}

.product-grid .title{
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin: 0 4px 15px 0;
    display: inline-block;
}
.product-grid .title a{
    color: #000;
    transition: all 0.3s ease 0s;
    text-align: center;
    font-size: 18px;
}
.product-grid .title a:hover{ color: #36a837; }

.product-grid .add-to-cart{
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 8px;
    border-radius: 20px;
    display: block;
    transition: all 0.3s ease 0s;
    background: yellow;
    text-align: center;
}
.product-grid .add-to-cart:hover{
    color: #fff;
    background-color: #36a837;
    border-color: #fff;
}

@media screen and (max-width: 990px){
    .product-grid{ margin: 0 0 30px; }
}
.heading-area .heading span {
	color: #36a837;
}
#service {
	padding-bottom: 0px;
}
.mb-20 {
	margin-bottom: 20px;
}
#testimonials {
	padding-bottom: 0px;
}

#portfolio .box{
     background-color: #000;
     font-family: 'Hind', sans-serif;
     overflow: hidden;
     position: relative;
     margin-bottom: 30px;
 }

#portfolio .box:before{
     content: '';
     border: 1px solid #fff;
     transform: scaleY(0);
     position: absolute;
     left: 12px;
     top: 12px;
     bottom: 27px;
     right: 12px;
     z-index: 1;
     transition: all 0.5s ease 0s;
 }
 #portfolio .box:hover:before{ transform: scaleY(1); }
 #portfolio .box img{
     width: 100%;
     height: auto;
     transition: all 0.5s ease 0s;
     max-width: 255px;
    min-height: 205px;
    max-height: 205px;
    object-fit: cover;
 }
 #portfolio .box:hover img{
     opacity: 0.2;
     transform: scale(1.1);
     transform-origin: left top;
 }
 #portfolio .box .title{
     font-size: 25px;
     font-weight: 600;
     letter-spacing: 0.5px;
     text-transform: uppercase;
     margin: 0;
 }
 #portfolio .box .post{
     color: #4cd137;
     font-size: 16px;
     font-style: italic;
     text-transform: capitalize;
     display: block;
 }
 #portfolio .box .icon{
     padding: 0;
     margin: 0;
     list-style: none;
     opacity: 0;
     transform: translateX(-50%) scale(0);
     position: absolute;
     left: 50%;
     bottom: 10px;
     z-index: 1;
     transition: all 0.3s ease 0.3s;
 }
 #portfolio .box:hover .icon{
     opacity: 1;
     transform: translateX(-50%) scale(1);
 }
 #portfolio .box .icon li{
     margin: 0 3px;
     display: inline-block;
 }
 #portfolio .box .icon li a{
     color: #000;
     background-color: #fff;
     font-size: 15px;
     text-align: center;
     line-height: 38px;
     height: 35px;
     width: 35px;
     display: block;
     transition: all 0.3s ease 0s;
 }
 #portfolio .box .icon li a:hover{
     color: #000;
     background: #ffff00;
 }
 @media only screen and (max-width:990px){
     #portfolio .box{ margin: 0 0 30px; }
 }
 .whatsapp-icon-button {
     position:fixed;
     left:10px;
     bottom:10px;
 }
 .call-icon-button {
     position:fixed;
     right:10px;
     bottom:10px;
         background: #fff;
    padding: 7px;
 }
.booking-area:before {
    content:"";
    background-image: url(../images/kitchens-interior-service.jpeg);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}
#counters:before {
    content:"";
    background-image: url(../images/kitchens-interior-service2.jpg);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}

#portfolio1 .product-grid{
    font-family: 'Poppins', sans-serif;
    text-align: center;
    position: relative;
}
#portfolio1 .product-grid:before{
    content: "";
    background-color: #80b848;
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease-in-out;
}
#portfolio1 .product-grid:hover:before{ transform: scale(1); }
#portfolio1 .product-grid .product-image{
    overflow: hidden;
    position: relative;
    z-index: 1;
}
#portfolio1 .product-grid .product-image a.image{display: block; }
#portfolio1 .product-grid .product-image a.image:before{
    content: '';
    background-color: rgba(0,0,0,0.3);
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.2s ease 0s;
}
#portfolio1 .product-grid:hover .product-image a.image:before{ opacity: 1; }
#portfolio1 .product-grid .product-image img{
    width: 100%;
    height: auto;
    min-height: 325px;
}
#portfolio1 .product-grid .product-image .img-1{
    opacity: 1;
    transform: rotateY(0);
    transition: all 0.5s ease 0.1s;
}
#portfolio1 .product-grid:hover .product-image .img-1{
    backface-visibility: hidden;
    opacity: 0;
    transform: rotateY(180deg);
}
#portfolio1 .product-grid .product-image .img-2{
    width: 100%;
    height: 100%;
    transform: rotateY(180deg);
    opacity: 0;
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.5s ease 0.1s;
}
#portfolio1 .product-grid:hover .product-image .img-2{
    opacity: 1;
    transform: rotateY(0deg);
}
#portfolio1 .product-grid .product-sale-label{
    color: #fff;
    background-color:#f06142;
    font-size: 13px;
    font-weight: 300;
    text-transform: capitalize;
    padding: 2px 25px;
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
    right: -18px;
    z-index: 1;
}
#portfolio1 .product-grid .product-links{
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 15px;
    right: -50px;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
#portfolio1 .product-grid:hover .product-links{ right: 15px; }
#portfolio1 .product-grid .product-links li{ margin: 0 0 10px; }
#portfolio1 .product-grid .product-links li a{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 38px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff; 
    display: block;
    transition: all 0.3s;
}
#portfolio1 .product-grid .product-links li a:hover{
    background: #80b848; 
    border-color: #80b848; 
}
#portfolio1 .product-grid .product-content{
    text-align: left;
    padding: 12px 0;
    z-index: 1;

    position: relative;
}
#portfolio1 .product-grid .title{
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 0 7px;
}
#portfolio1 .product-grid .title a{
    color: #333;
    transition: all 0.3s ease 0s;
}
#portfolio1 .product-grid .title a:hover{ color: #ff5252; }

#portfolio1 .product-grid .add-cart{
    border: 2px solid #80b848;
    color: #80b848;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    background: white;
    padding: 8px 10px;
    border-radius: 50px;
    position: absolute;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s;
}
#portfolio1 .product-grid .add-cart i.fas{ 
    color: #111;
    margin: 0 5px 0 0; 
}
#portfolio1 .product-grid .add-cart:hover{ 
    color: #fff;
    background: #80b848;
}
#portfolio1 .product-grid:hover .add-cart{ bottom: -4px; }
@media screen and (max-width: 990px){
    #portfolio1 .product-grid{ margin-bottom: 30px; }
}