/**

 * Theme Name: E4K Framework
 * Theme URI: http://www.e4k.co
 * Author: E4K Dev Team
 * Author URI: http://www.e4k.co
 * Description: Custom WordPress Theme created by the E4K Development Team. This theme is just a template to help build up the process speed of creating a website. This theme is using WordPress coding standards
 * Version: 0.97.0
 */


/**
|---------------------
| =Global Styles
|---------------------
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');

body {
    /* font-family: 'Montserrat', sans-serif; */
    font-family: "Roboto Serif", serif;
    color: #3A3A3A;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    cursor: default;
}

p {
    font-size: 16px;
	line-height: 1.2;
}

a {
    cursor: pointer;
}

img {
    max-width: 100%
}

h1 { font-size: 2.3em; }
h2 { 
  font-size: 32px; 
  color: #473333;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 500;
  }
h3 { font-size: 1.17em; }
h4 { font-size: 1.12em; }
h5 { font-size: .83em; }
h6 { font-size: .75em; }

ul{
	list-style-type: none;
}

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

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

/**
|---------------------
| =Header
|---------------------
*/

nav.navbar-default {
    background-color: #fff;
    position: relative;
    /*padding: 20px 20px;*/
	padding: 10px 10px;
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.3);
}

nav.navbar-default ul.nav a {
    color: #473333;
    text-transform: uppercase;
    font-size: 16px;
    transition: all .5s ease;
    /* font-weight: bold; */
    text-shadow: none;
	padding: 15px 25px;
}

nav.navbar-default ul.nav a:hover,
nav.navbar-default ul.nav a:focus, div.request-for-more-info a:hover {
    background-color: transparent;
    color: #835941;
}

nav.navbar-default ul.dropdown-menu {
    background-color: #f0f0f0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .20);
    border: none;
    z-index: 1001;
    left: 50%;
    transform: translate( -50%, 0 );
    padding: 0;
}

nav.navbar-default ul.dropdown-menu a {
	font-size: 14px;
    padding: 15px 0;
    text-align: center;
    min-width: 175px;
    /* border-bottom: 1px solid #cccccc; */
	text-transform: capitalize;
}

nav.navbar-default ul.dropdown-menu li:last-of-type a {
    border-bottom: none;
}

.is_flex {
    display: flex;
    align-items: center;
    position: relative;
}

div.header_navigation {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
}

div.header_navigation a.contact {
    margin-right: 15px;
    color: #3A3A3A;
}

header#navbar-wrapper {
    position: relative;
    z-index: 10001;
}

.logo_wrap img {
    max-width: 120px;
}

div#nav_button {
    position: absolute;
    right: 0;
    font-size: 24px;
    color: #473333;
    display: none;
}

div#nav_button:hover {
    cursor: pointer;
}

ul#menu-primary {
    margin-right: 20px;
}

nav.navbar-default ul.dropdown-menu {
    background-color: #FFF;
}

nav.navbar-default ul.dropdown-menu li {
    padding: 0 20px;
}

div.social-media div {
    display: inline-block;
    margin-left: 7px;
}

div.social-media * {
    color: #fff;
    font-size: 18px;
}

div.social-media *:hover, div.side_email:hover, 
div.side_phone:hover, div.side_email:focus, div.side_phone:focus, div.side_email:active, div.side_phone:active, 
div.blog-post-section div.blog-post-date a:hover, div.single-blog-post-section div.blog-post-date a:hover,
div.blog-post-section div.blog-post-date a:active, div.single-blog-post-section div.blog-post-date a:active,
div.blog-post-section div.blog-post-date a:focus, div.single-blog-post-section div.blog-post-date a:focus,
div.blog-pagination-section ul.page-numbers li a:hover, div.blog-pagination-section ul.page-numbers li a:focus, 
div.blog-pagination-section ul.page-numbers li a:active, div.page-banner-button a, div.footer_privacy p a:hover, div.single-product-review a.like-tag {
    text-decoration: none;
}

/**
|---------------------
| =Mobile Menu
|---------------------
*/

div#mobile_navigation {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #473333;
    width: 60%;
    z-index: 9999999;
    height: 100vh;
    transform: translate(100%, 0);
    transition: .3s ease-in-out;
    border-left: 2px solid #FFF;
}

.navMove {
    transform: translate(0%, 0)!important;
}

div.mobile_nav_container {
    margin-top: 85px;
    /*text-align: center;*/
    max-width: 100%;
    overflow: hidden;
}

div.mobile_nav_container ul, div.contact-us-page div.get-quote-form, div.contact-us-page div.get-quote-form-content, body.page-template-gallery div.fbx-caption-title h4 {
    margin: 0;
}

div.mobile_nav_container ul,
div.mobile_nav_container li, div.shop-page-banner img, div.single-product-page-bg div.product-image img, div.single-product-page-bg div.thumbnail-img img {
    width: 100%;
}

div.mobile_nav_container li {
    margin-bottom: 18px
}

div.mobile_nav_container li a {
    color: #FFF;
    font-weight: bold;
    font-size: 24px;
}

div.mobile_contact {
    margin-bottom: 15px;
    margin-top: 20px;
    text-align: center;
}

div.mobile_nav_container li a:hover {
    background-color: transparent!important;
    text-decoration: underline;
}

div#nav_close {
    position: absolute;
    right: 17px;
    top: 38px;
    color: #FFF;
    font-size: 24px;
}

div.mobile_contact a i {
    color: #FFF;
    font-size: 22px;
    margin-right: 10px;
}

@media (max-width: 991px) {
    nav.navbar-default {
        padding: 15px;
    }
    div.header_navigation {
        display: none;
    }
    div#nav_button {
        display: block;
    }
}

/**
|---------------------
| =Footer
|---------------------
*/

footer#main-footer {
    background-color: #f5ede9;
    color: #473333;
}

div.footer_privacy {
    text-align: center;
}

div.footer_privacy p a, div.side_phone a:hover, div.side_email a:hover {
    color: #fff;
    text-decoration: underline;
}

div.footer_powered p a {
    color: #fff;
}
footer#main-footer h5, div.get-quote-form div.acf-input-wrap input::placeholder, div.get-quote-form div.acf-field label, div.single-product-description-title, div.single-product-tab-bg div.woocommerce-Tabs-panel h2, div.filter-btn {
	font-size: 16px;
}

footer#main-footer ul{
	padding-left: 0;
}

div.copyright {
	background: #473333;
	color: #fff;
    border-top: 1px solid #FFF;
}
div.footer-affiliates div.about-service {
	justify-content: center;
}

@media (max-width: 991px) {
    .footer_copyright,
    .footer_powered {
        text-align: center;
    }
    .footer_copyright p,
    .footer_powered p {
        float: none!important;
    }
}

/*
 * Side details
*/

div.side_phone,
div.side_email {
	position: fixed;
    top: 175px;
    right: 0;
    z-index: 1020;
    padding: 6px 5px 7px 50px;
    background-color: #473333;
    border: 1px solid #473333;
    -ms-transform: translateX(100%) translateX(-45px); /* IE 11 */
    -webkit-transform: translate(calc(100% - 45px));
    transform: translate(calc(100% - 45px));
    transition: .5s ease-out;
    display: flex;
    align-items: center;
}

div.side_phone {
    top: 222px;
    height: 45px;
}

div.side_email {
    top: 269px;
    height: 45px;
}

.number_icon,
.email_icon{
    position: absolute;
    background-color: #FFF;
    width: 45px;
    height: 45px;
    left: 0;
    top: -1px;
    border: 1px solid #473333;
    color: #473333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 900;
}

div.side_email:hover,
div.side_phone:hover {
    -ms-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0);
    transition-timing-function: ease-in-out;
}

div.side_phone h3,
div.side_email h3 {
    margin: 0;
    color: #FFF;
    cursor: pointer;
}


/*
 * Home Styles
*/

div.slider {
    margin-bottom: 30px;
}

div.slider *:focus {
    outline: none;
}

div.slider-image {
    position: relative;
    overflow: hidden;
}

div.slider-image img {
   /*height: 100px;
    width: 100px;*/
     object-fit: cover; 

}

.sliderbrand-image img{
	max-height: 80px;
    max-width: 150px;
	object-fit:contain;
}

div.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.3);
}

div.slider-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-align: center;
    width: 90%;
    text-transform: capitalize;
}

div.slider-content h1 {
	text-transform: uppercase;
    line-height: 1.2;
    font-weight: 500;
}

/*slider dots*/
.slick-dots {
	display: flex;
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);
}

.slick-dots li button {
	font-size: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
	background: transparent;
	border-radius: 50%;
	margin: 0 5px;
}

.slick-dots li.slick-active button {
	width: 20px;
	height: 20px;
	background: var(--hover);
	border-color: var(--hover);
}

div.about-section {
    margin-bottom: 30px;
}

div.about-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

div.about-section h2 {
	margin-top: 0;
}

div.services-header, div.services-title, div.get-quote-content, div.our-products-title, div.our-service-title, 
div.get-quote-form div.af-submit, div.pum-content, div.latest-project-page-content {
    text-align: center;
}

div.services-item, div.blog-post-section div.blog-link.latest-news-btn, div.bg-color-before-product {
    margin-bottom: 30px;
}

div.services-item a, div.contact-info a, div.blog-post-section div.widget_block a, section.related h2, div.single-product-tab-bg table.shop_attributes td a {
    color: #000;
}

div.contact-banner {
    position: relative;
    overflow: hidden;
}

div.contact-banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

div.contact-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.5);
}

div.contact-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    width: 90%;
    text-align: center;
    font-size: 20px;
}

.btn {
    border: 2px solid #000;
    color: #000;
    background-color: #fff;
    padding: 8px 20px;
    transition: .5s ease-in-out;
}

.btn:hover {
    background-color: #000;
    color: #fff;
}

/* About Page */

div.page-banner {
    position: relative;
    overflow: hidden;
}

div.page-banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

div.page-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 550px;
    width: 100%;
    background-color: rgba(0,0,0,.5);
}

div.page-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-align: center;
    width: 90%;
}

div.about-content {
    margin: 20px 0px;
	font-size: 11px;
}

/*div.about-item {
    margin-bottom: 30px;
	display: flex;
	align-items: center;
}*/

/* Contact Us */

div.contact-page {
    margin: 30px 0px;
}

div.contact-form div.input-field {
    margin-bottom: 15px;
}

div.contact-form div.input-field input {
    border: 2px solid #000;
    padding: 5px 10px;
    width: 100%;
}

div.contact-form div.textarea {
    margin-bottom: 10px;
}

div.contact-form div.textarea textarea {
    border: 2px solid #000;
    padding: 5px 10px;
    width: 100%;
}

div.contact-form div.submit-button {
    text-align: center;
}

div.contact-form div.submit-button input {
    color: #fff;
    background-color: #000;
    border: 2px solid #000;
    padding: 8px 20px;
    transition: .5s ease-in-out;
}

div.contact-form div.submit-button input:hover {
    background-color: #000;
    color: #fff;
}

div.contact-details-header h3 {
    margin-top: 0;
}

div.contact-details div {
	margin-bottom: 15px;
}

div.contact-details div * {
    display: inline-block;
    color: #000;
    margin: 0;
    margin-right: 10px;
}

div.contact-us-page-form-content h2 {
	margin-top: 0px;
}

div.services-page-section {
    margin: 30px 0px;
}

.mobile, [data-type="link"] {
    display: none!important;
}

@media only screen and (max-width: 767px) {
    div.slider {
        margin-bottom: 10px;
    }
    /*div.slider-image {
        height: 175px;
    }*/
    div.slider-content h1 {
        font-size: 1.8em;
    }
/*    .desktop {
        display: none!important;
    } */
    .mobile {
        display: block!important;
    }
    div.side_phone,
    div.side_email {
        display: none;
    }
    div.contact-banner {
        height: 350px;
    }
    div.page-banner {
        /* height: 200px; */
    }
}

@media only screen and (max-width: 768px) {
	div#mobile_navigation {
		overflow-y: scroll;
	}

	#mobile_navigation .dropdown-menu {
		position: inherit;
		background-color: transparent;
	}

	div.mobile_nav_container .dropdown-menu li a{
		white-space: initial;
		text-decoration: none;
	}

	div.mobile_nav_container li a:hover,div.mobile_nav_container li a:focus{
		background-color: transparent !important;
   		text-decoration: none;
		color:#ffffff !important;
	}
}


@media only screen and (max-width: 768px) {
	div.mobile_nav_container li a{
		font-size:16px;
	}
	div.mobile_nav_container .dropdown-menu li a{
		font-size:14px;
	}

	div.mobile_nav_container .nav>li>a{
		padding: 5px 10px;
	}
	div.mobile_contact{
		margin-bottom:30px;
	}
	#mobile_navigation .dropdown-menu{
		border: none;
    	box-shadow: none;
	}
	#menu-primary-1 li>a{
		padding-top:5px !important;
		padding-bottom:5px !important;
	}
	#menu-primary-1 .dropdown-menu>li>a{
		padding: 3px 20px;
	}
	div.mobile_nav_container li{
		margin-bottom:unset;
	}
}


@media only screen and (max-width: 768px) {
	div#mobile_navigation{
		width:100%;
	}

	div.mobile_nav_container div.menu-navbar-container .dropdown-menu.active {
		display: block;
	}

	div.mobile_nav_container div.menu-navbar-container ul.navbar-nav a i.toggle {
		float:right;
		font-size: 34px;
		right: 0;
		top: 0;
		/*text-align: center;*/
		width: 60px;
		line-height: 30px;
		height: 100%;
		color: #bbb;
		transition: all .6s ease;
	}

	div.mobile_nav_container div.menu-navbar-container ul.navbar-nav a .fa-angle-down:before{
		position: absolute;
		border-left: 1px solid #bbb;
		padding-left:10px;
	}

	div.mobile_nav_container div.menu-navbar-container ul.navbar-nav a {
		padding: 12px 15px;
		position: relative;
		border-bottom: 1px solid #bbb;
		text-transform: uppercase;
		width: 100%;
	}

	div.mobile_nav_container div.menu-navbar-container ul.navbar-nav a{
		display: flow-root;
	}
	div.mobile_nav_container div.menu-navbar-container ul.navbar-nav a .fa-angle-down:before{
		top: 0px;
	}

}

/********* ACF field **********/

.af-submit{
	padding: 15px 16px !important;
}

.acf-field[data-width] + .acf-field[data-width]{
	border-left: unset !important;
}

.acf-fields > .acf-field{
	border-top-color: transparent !important;
}

.acf-fields > .acf-field{
	padding: 5px 16px !important;
}

.gallery-item{
  margin-bottom: 30px;
}

/*.acf-field-6363756a0b761{
	 display:none !important; 
}*/

/* Top Header */
div.top-header-section {
	/* background: #413831; */
	background: #352a24;
	padding: 10px 0px;
}
div.top-header-section a, div.our-service-content a, div.our-service-content, ul.products li.product div.shop-page-like, ul.products li.product div.shop-page-like i, div.header-search button {
	color: #fff;
}
div.top-header-section a:hover,
div.top-header-section a:focus,
div.footer-contents ul li a:hover,
div.footer-contents ul li a:focus {
	/* text-decoration: none; */
}
div.top-header-contact-details, div.single-product-page-bg div.woocommerce-product-gallery__wrapper, div.single-product-swatch-img, div.custom-filter .woof_select_radio_check dt a {
	display: flex;
}
div.top-header-contact-details i, div.top-header-contact-details img {
	color: #fff;
	margin-right: 10px;
}
div.top-header-contact {
	margin-right: 20px;
}
div.header-search {
	position: absolute;
	right: 10px;
	bottom: -10px;
}
div.header-search button {
	border: 0;
}
div.header-tab {
	margin: 0px 30px;
}
div.common-btn-one a, div.comments-section form input[type=submit], div.get-quote-form div.af-submit button {
	background: #473333;
    color: #fff;
    padding: 10px 35px;
    border-radius: 25px;
    text-transform: capitalize;
    border: 1px solid #473333;
	/* font-weight: 100; */
}
div.common-btn-one a:hover, div.common-btn-one a:focus, div.get-quote-form div.af-submit button:hover, div.footer-form-section button:hover,
div.pum-container button:hover, div.comments-section form input[type=submit]:hover, div.contact-us-page-form div.af-submit button:hover {
	background: transparent;
    color: #473333;
    text-decoration: none;
}
div.fixed-header nav.fixed-menu-header {
	position: fixed;
	width: 100%;
	top: 0;
}

/* Footer */
div.footer-menu ul li {
	float: unset;
}
div.footer-menu ul li a, div.footer-contents ul li a {
	color: #473333;
	padding: 0px;
}
div.footer-contents ul li {
	padding: 10px 20px 10px 0px;
}
div.footer-menu ul li a:hover, div.footer-contents ul li a:hover {
	background: transparent;
	text-decoration: underline;
}
div.footer-contents {
	padding: 50px 0px;
}
div.footer-social-media, div.about-content-btn {
	display: flex;
	margin-top: 25px;
}
div.footer-social-media i {
	margin-right: 10px;
    color: #835941;
    font-size: 20px;
    background: #fff;
    padding: 10px;
    border-radius: 50px;
}
div.footer-social-media div.facebook i {
	padding: 10px 15px;
}
div.footer-social-media i:hover, ul.products li.product:hover a div.product-hover-btn button:hover {
	background: #835941;
	color: #fff;
}
/*div.footer-contact i {
	margin-right: 15px;
	font-size: 20px
}*/
div.footer-contents h3 {
	font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 14px 0px;
}
div.footer-form-section button, div.pum-container button {
	background: #473333;
    color: #fff;
    border: 1px solid #473333;
    padding: 15px 25px;
    border-radius: 20px;
}
div.footer-form-section .acf-field-65c3691236ac7, div.footer-form-section .acf-field .acf-label, div.comments-section form p span,
div.comments-section form p.comment-form-url, div.get-quote-form div.af-field label span, div.get-quote-form div.acf-field-63b513cecb2d4,
div.pum-container div.acf-field-65c3691236ac7, div.pum-container .acf-field .acf-label, div.contact-us-page-form .acf-field-65d5add5690ad,
div.contact-us-page-form div.af-field.acf-field-65d5c6f8e7268 div.af-label label, .fbx-close-caption, body.blog div.wp-block-comments,
div.single-product-tab-bg ul.tabs, .custom-filter {
	display: none;
}
div.footer-form-section div.acf-fields, div.pum-container div.acf-fields {
	display: inline-flex;
    /* align-items: center; */
    align-items: baseline;
	width: 70%;
}
div.footer-form-section .af-field-type-email, div.pum-container .af-field-type-email {
	width: 100%;
	padding: 0 !important;
}
div.footer-form-section input, div.pum-container input {
	height: 50px;
    outline: none;
    border-radius: 20px;
    border: 1px solid;
}

/* Home Page */
div.banner-video, div.banner-slider {
	height: 650px;
}
div.banner-video video, div.banner-video iframe, div.banner-slider img {
	height: 650px;
    object-fit: cover;
    width: 100%;
}
div.common-btn-two a {
	background: transparent;
    color: #473333;
    padding: 10px 35px;
    border-radius: 25px;
    text-transform: capitalize;
    border: 1px solid #473333;
	/* font-weight: 100; */
}
div.common-btn-two a:hover, div.common-btn-two a:focus {
	background: #473333;
    color: #fff;
    text-decoration: none;
}
div.page-banner-button a {
	background: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 10px 15px;
	text-transform: capitalize;
}
div.page-banner-button a:hover {
	background: #fff;
    color: #854e14;
}
/*div.home_about_content h1 {
	color: #473333;
	text-transform: uppercase;
	line-height: 1.2;
}*/
div.about-content-btn div.common-btn-one i {
	color: #fff;
	margin-right: 10px;
}
div.about-content-btn div.common-btn-one a:hover i {
	color: #473333;
}
div.home-about-content-section, div.slider-section, div.about-us-service-section, div.testimonial-section, div.our-products-section,
div.our-process-section, div.our-service-section, div.latest-project-section, div.home-gallery-section, div.faq-section, 
div.latest-news-section, div.footer-form-section, div.about-services-section, div.book-consultation-btn, div.blog-post-section, 
div.single-blog-post-section, div.comments-section, div.blog-pagination-section, div.contact-us-page, div.latest-project-img-section,
div.get-quote-page, div.single-product-tab-bg div.woocommerce-tabs {
	margin: 50px 0px;
}



div.faq-block {
	margin-top: 50px;
}
div.about-content-btn div.common-btn-two, div.about-content-btn div.common-btn-one {
	margin-right: 10px;
}
.about-content-btn{
	margin-bottom:20px;
}

div.about-service-title-and-content h2, div.get-quote-form-content h2 {
	font-size: 36px;
}
div.about-service {
	display: flex;
	align-items: center;
	margin: 10px 0px;
}
div.about-services-section-global div.about-service {
	justify-content: center;
}
/*div.service-img {
	background: #f5ede9;
	border-radius: 50px;
	height: 75px;
	width: 75px;
	margin-right: 15px;
	display: flex;
    justify-content: center;
    align-items: center;
}*/
div.service-img img {
	height: 76px;
	margin-right: 15px;
}

.footerservice-img img{
    /*max-height: 110px;*/
	max-height: 80px;
    padding: 0px 5px;
	height: unset !important;
    object-fit: contain;
}

.home-aboutimg img{
    object-fit: contain;
}

p.service-count {
	color: #473333;
    font-size: 30px;
    font-weight: 700;
    margin: 5px 0px;
}
p.service-text {
	color: #835941;
    margin: 5px 0px;
	font-size: 14px;
}
.padding-unset {
	padding: 0;
}
.padding-left {
	padding-left: 0;
}
.padding-right {
	padding-right: 0;
}
.padding-leftright {
	padding-left: 50px;
}
/*div.about-service-img img{
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}*/
div.about-service-img div.design-img img {
	height: 450px;
	clip-path: unset;
	transition: transform .5s ease;
	padding: 25px;
}
div.about-service-img div.design-img img:hover {
	transform: scale(1.1);
}
div.design-img {
	/* height: 500px; */
	overflow: hidden;
}
/*div.about-service-img {
	border: 1px solid #4c4844;
	display: inline-block;
}*/
div.about-service-border {
	/* border: 1px solid; 
	height: 450px;
	width: 95%;*/
}
div.testimonial-section {
	background: #f5ede9;
	text-align: center;
	padding: 30px 0px;
}
/*div.testimonial-title h2 {
	margin-bottom: 0;
}*/
div.client-review img.client-img {
	height: 50px;
	border-radius: 100px;
}
div.client-details {
	display: flex;
	justify-content: center;
	margin: 30px 0px;
}
div.review {
	display: flex;
    flex-direction: column;
    align-items: center;
	margin: 0 20%;
}
div.review  p {
	line-height: 1.5;
	margin: 10px 0px;
}
div.testimonial-content button.slider-button-right {
	rotate: -90deg;
	bottom: 27px;
}
div.testimonial-section button.slider-button-previous {
	bottom: 27px;
	margin-left: -20px;
	rotate: 90deg;
}
div.testimonial-section button {
	position: absolute;
	bottom: 0;
	background: transparent;
	border: 0;
}
div.testimonial-content {
	padding-bottom: 50px;
	position: relative;
}
div.details {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
div.details p {
	margin: 5px 15px;
}
div.details p.client-name {
	color: #473333;
    font-weight: 600;
}
div.our-products-title, div.our-service-title, div.get-quote-form, div.get-quote-form-content {
	margin: 0 15%;
}
div.our-products {
	position: relative;
	display: flex;
    justify-content: center;
}
div.our-products h3.product-name {
	position: absolute;
	bottom: 0;
	color: #fff;
    font-size: 25px;
	z-index: 1;
}
div.our-products img, div.our-service-img img, div.about-services-repeater img, div.latest-project img {
	width: 100%;
	border-radius: 25px;
}
div.our-product-one img {
	height: 1000px;
}
div.our-product-two img {
	height: 600px;
}
div.our-product-three img {
	height: 382px;
}
div.our-product-four img {
	padding-left: 15px;
}
div.our-product-four h3.product-name {
	top: 100px;
    margin-right: 40px;
}
div.our-service h3.product-name {
	/* top: 10px; */
	transform: translate(-50%, -50%);
	left: 16%;
	bottom: auto;
	font-size: unset;
}
div.our-product-four h3.product-name p, div.post-info h3, div.home_about_content h2 {
	font-size: 25px;
}
div.our-service h3.product-name p {
	font-size: 20px;
}
div.our-product-four h3.product-name p ins, div.comments-section form p label, div.fbx-caption-title p {
	text-decoration: none;
	font-weight: 100;
}
div.view-all {
	margin-top: 15px;
}
div.our-products-list, div.our-service, div.latest-project, div.view-all-btn, div.faq-btn, div.gallery-repeater, div.latest-news, 
div.services-btn, div.services-repeater {
	margin-top: 30px;
}
div.our-process-section, div.view-all-btn, div.home-gallery-title, div.missing-content-message, div.get-quote-form-content, 
div.af-success {
	text-align: center;
}
/*div.our-process-img img {
	width: 100px;
}*/
div.our-process-title h3, div.contact-info h5 {
	color: #473333;
	font-size: 18px;
	font-weight: 600;
}
div.our-service-img, div.latest-project-repeater {
	position: relative;
	margin: 10px;
}
div.our-service-img div.our-service-content {
	position: absolute;
	bottom: 0;
	margin: 25px;
	z-index: 1;
}
div.our-service-img .bg-overlay, div.our-products .bg-overlay, div.gallery-slider-container .bg-overlay, div.blog-slider-container .bg-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: rgba(0,0,0,.5);
	z-index: 1;
	border-radius: 25px;
}
div.gallery-slider-container .bg-overlay, div.blog-slider-container .bg-overlay {
	border-radius: 0px;
}
div.our-service-img:hover .bg-overlay, div.our-products:hover .bg-overlay {
	background: rgba(0,0,0,.3);
}
div.our-service-content h4 {
	font-weight: 500;
    text-transform: capitalize;
    font-size: 18px;
    margin: 10px 0px;
}
div.our-service-img img {
	height: 350px;
}
div.our-process-img {
	/*height: 70px;*/
}
div.our-process-img img{
	height: 30px;
}

div.div-col-4 div.our-service-img img {
	height: 226px;
}
div.latest-project-title, div.latest-news-title, div.footer-form-title {
	text-align: center;
	margin: 0 18%;
}
div.latest-project {
	column-count: 2;
}
div.latest-project img {
	width: 100%;
	height: auto;
	margin: 10px 0px;
}
div.faq button {
	background: transparent;
	border: 0;
	padding: 0;
	width: 100%;
	text-align: left;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
div.faq h3, div.post-info h3, nav.woocommerce-breadcrumb a, body.page-template-gallery div.fbx-caption-title h4, body.page-template-gallery div.fbx-caption-title p strong, div.single-product-tab-bg table.shop_attributes td {
	font-weight: 500;
}
div.qus-div {
	border-top: 1px solid;
}
.faq.panel.panel-default {
	border: 0px;
	box-shadow: unset;
	margin-bottom: 0px;
}
div.faq img, div.gallery-btn img {
	float: right;
}
div.faq-answer {
	display: block !important;
    /* transform: translateY(0); */
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
	height: 0;
}
div.faq-answer.in {
	display: block !important;
    /* transform: translateY(1em); */
    opacity: 1;
    visibility: visible;
	height: auto;
}
div.our-service-section img.arrow, div.our-service-section div.div-col-4 img.arrow {
	height: 15px;
    width: 15px;
    margin-left: 5px;
}
div.news-img {
	height: 250px;
	overflow: hidden;
	border-radius: 25px;
}
div.news-img img, div.latest-project-page-imgs img {
	transition: transform .5s ease;
}
div.latest-news-img img {
	height: 250px;
    width: 100%;
    object-fit: cover;
    border-radius: 25px;
}
div.news-img img:hover, div.latest-project-page-imgs:hover img {
	transform: scale(1.1);
}
div.latest-news-content p.interior-design {
	background: #835941;
    color: #fff;
    padding: 5px 10px;
    width: fit-content;
	border-radius: 50px 
}
div.latest-news-btn a, div.blog-post-section div.blog-post-date i, div.single-product-review i {
	color: #000;
}
div.latest-news-section img.blog-arrow, div.blog-post-section img.blog-arrow {
	height: 10px;
    width: 10px;
    margin-left: 10px;
    rotate: -90deg;
}
div.latest-news-img {
	border: 1px solid #ddd;
}
div.latest-news-content {
	padding: 0px 5px;
}
div.latest-news-btn a, div.author-details {
	padding: 0px 8px;
}
div.author-details {
	margin: 15px 0px;
	display: flex;
}
div.author-details p {
	margin: 5px 0px;
}
div.avatar-img img {
	height: 50px;
	width: 50px;
	margin-right: 15px;
	border-radius: 50px;
}
div.footer-social-media img, div.footer-contact img, div.default-sort-text p {
	margin-right: 15px;
}
div.our-process-align {
	display: flex;
    justify-content: center;
}

/* Home img shape */
.about-service-img {
	/*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
}
.about-service-container {
	transform: rotate(45deg);
    position: relative;
    height: 500px;
    width: 500px;
    padding: 0;
    margin: 0 auto;
}
.about-service-container .rhombus-shape {
	overflow: hidden;
    height: 44%;
    width: 44%;
    display: inline-block;
	margin: 2px;
    padding: 0;
}
.about-service-container .rhombus-shape .rhombus-position {
	position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 160%;
    height: 160%;
    transition: all 0.5s linear;
}
.about-service-container .rhombus-shape .rhombus-position:hover {
	/*width: 200%;
	height: 200%;*/
}
.about-service-container .rhombus-shape .rhombus-position img {
	transform: rotate(-45deg);
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0;
	object-fit: cover;
}

/* Test rhombus shape */

.gallery {
	--s: 250px;
    display: grid;
    grid: auto-flow var(--s) / repeat(2, var(--s));
    /* gap: 10px; */
    place-items: center;
    /* margin: calc(var(--s) / 2); */
    transform: rotate(45deg);
}

.gallery > img {
	width: 141%;
    aspect-ratio: 1;
    object-fit: cover;
    /* filter: grayscale(80%); */
    transform: scale(var(--_t, 1)) rotate(-45deg);
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    cursor: pointer;
    transition: .2s linear;
}

.test-gallery {
	margin: 0;
    /* min-height: 100vh; */
    display: grid;
    place-content: center;
}

.rhombus-shape-one, .rhombus-shape-four {
	height: 160px !important;
    width: 160px !important;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: scale3d(1.5, 1.5, 1.5) !important;
}
.rhombus-shape-two {
	height: 200px !important;
    width: 200px !important;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    transform: scale3d(1.5, 1.5, 1.5) !important;
}
.rhombus-shape-four {
    top: 0;
    left: 0;
}

div.gallery-repeater {
	/* column-count: 4; */
}
div.gallery-repeater-imgs {
	/*display: inline-flex !important;
    justify-content: space-around;
	text-align: -webkit-center;*/
	padding: 10px;
}
div.gallery-repeater img {
	/*height: auto;
    width: 100%;
    margin: 10px 0px;
    border-radius: 25px;
    object-fit: cover;*/
	border-radius: 15px;
	width: 100%;
}
div.gallery-slider button {
	background: transparent;
	border: 0;
	position: absolute;
	bottom: -100px;
	right: 5%;
	/*transform: translate(-50%, -50%);*/
	/*width: 70px;*/
}
div.gallery-slider button.slick-prev {
	right: 9%;
}
/* Menu */
nav.navbar-default ul.dropdown-menu {
	width: 45vw;
	border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}
div.menu-navbar-container ul li.custom-dropdown-width ul.dropdown-menu {
	width: 55vw;
}
nav.navbar-default ul.dropdown-menu li {
	padding: 10px 10px 10px 40px;
}
nav.navbar-default ul.dropdown-menu a:hover, nav.navbar-default ul.dropdown-menu a:focus, nav.navbar-default ul.dropdown-menu a,active {
	text-decoration: none;
}
nav.navbar-default ul.dropdown-menu li.menu-item-has-children a {
    color: #835941;
    font-weight: bold;
}
nav.navbar-default ul.dropdown-menu li.menu-item-has-children ul li a {
	color: unset;
	font-weight: unset;
}
nav.navbar-default ul.dropdown-menu li.menu-item-has-children ul li a:hover {
	color: #835941;
}
nav.navbar-default ul.dropdown-menu li.menu-item-has-children ul.child-list, nav.navbar-default ul.dropdown-menu li.menu-item-has-children ul.child-list li, div.our-service div.our-product-four img {
	padding-left: 0px;
}
nav.navbar-default ul.dropdown-menu li.menu-item-has-children ul.child-list li, div.blog-post-section div.blog-link.latest-news-btn a {
	padding: 0;
}
div.menu-navbar-container ul li.custom-dropdown-width ul.dropdown-menu li.menu-item-has-children ul.child-list li {
	padding: 5px 0px;
}
div.menu-navbar-container ul li.custom-dropdown-width ul.dropdown-menu li.menu-item-has-children ul.child-list li a {
	font-size: 13px;
}

/* Grid img gallery */

.grid {
	text-align: center;
	/* max-width: 95vw; */
	 max-width: 100vw;
	margin: 2.5vw auto;
}
.grid-item {
	padding: 10px;
	box-sizing: border-box;
	display: inline;
}
.grid-item img {
	width: 100%;
	border-radius: 15px;
}


/* About Us Page */
div.about-us-page-banner img, div.services-page-banner img, div.latest-project-page-banner img {
	height: 550px;
}
div.about-image img, div.blog-post-section div.card-image img {
	height: 500px;
	width: 100%;
	object-fit: cover;
	border-radius: 25px;
	position: relative;
}
div.about-us-page-content {
	background: #f5ede9;
	text-align: center;
	padding: 30px 50px;
	border-radius: 25px;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
	position: absolute;
	transform: translate(0%, -50%);
}
div.about-content-position {
	display: flex;
    align-items: center;
    margin: 100px 0px;
	position: relative;
}
div.about-us-page-content-left {
	left: -75px;
}
div.about-us-page-content-right {
	right: -50px;
	z-index: 1;
}
div.about-us-page-content h3 {
	color: #473333;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
}

/* Services Page */
div.about-services-container, div.footer-contents ul li {
	display: flex;
	align-items: center;
}
div.about-services-img img {
	height: 446px;
	width: 100%;
	border-radius: 15px;
	object-fit: cover;
}
div.about-services-repeater img {
	height: 100px;
    margin-bottom: 15px;
	border-radius: 10px;
	cursor: pointer;
	object-fit: cover;
}
div.services-image img {
	height: 300px;
    width: 100%;
    object-fit: cover;
	border-radius: 25px;
}
div.services-content p {
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
    min-height: 75px;
}

/* Thumbnail & Actual image */

div.repeater-image div.actual-image {
	display: none;
}
div.repeater-image div.actual-image .show, div.latest-project-page-imgs:hover div.latest-project-content, ul.products li.product:hover div.shop-page-like,
.custom-product-filter.open .custom-filter {
	display: block;
}

/* Gallery Page */

div.gallery-slider-img, div.blog-slider-img, div.latest-project-page-imgs, div.shop-page-banner, div.banner-video, div.custom-alignment div.wp-block-woocommerce-product-categories {
	position: relative;
}
div.gallery-slider-content, div.blog-slider-content {
	position: absolute;
	color: #fff;
	text-align: center;
	z-index: 2;
	transform: translate(-50%,-50%);
    top: 50%;
    left: 50%
}
div.gallery-slider-content h1, div.blog-slider-content h1, div.page-banner-content h1, div.pum-title {
	text-transform: uppercase;
}
div.gallery-slider-img img, div.blog-slider-img img {
	height: 500px;
	width: 100%;
	object-fit: cover;
}

/* Blog Post */
div.blog-post-section div.card-content h2, section.related h2, ul.products li.product a h2, div.single-product-tab-bg div.woocommerce-Tabs-panel h2 {
	text-transform: unset;
}
div.blog-post-section .wp-block-search__inside-wrapper {
	flex-direction: row-reverse;
	border: 1px solid #835941;
	border-radius: 50px;
	padding: 10px 15px;
}
div.blog-post-section .wp-block-search__button.has-icon {
	background: transparent;
	border: 0;
	color: #835941;
	margin: 0;
    padding: 0;
	rotate: -90deg;
}
div.comments-section form, div.single-product-description p, div.single-product-variation, div.single-product-sku, div.single-product-tab-bg div.woocommerce-Tabs-panel h2, div.single-product-tab-bg table.shop_attributes th, div.single-product-review, div.custom-filter div.woof_redraw_zone ul li label span {
	/* color: #b7b7b7; */
}
div.blog-post-page-top {
	padding-top: 50px;
	border-top: 1px solid #835941;
}
div.comments-section form textarea, div.comments-section form input {
	border: 1px solid #b7b7b7;
	outline: none;
    color: #000;
	width: 100%;
	border-radius: 10px;
}
div.comments-section form input {
	height: 60px
}
div.comments-section form input[type=submit], div.comments-section form input[type=checkbox] {
	height: auto;
	width: fit-content;
}
div.comments-section h3 {
	font-size: 25px;
	font-weight: 500;
}
div.comments-section form p label, div.contact-info h5, div.single-product-sku, div.single-product-review {
	margin: 15px 0px;
}
div.comments-section form p.comment-form-cookies-consent label {
	text-transform: lowercase;
}
div.comments-section form p.comment-form-cookies-consent input {
	margin-right: 5px;
}
div.blog-post-section div.blog-post-date a.like-tag:hover i, div.single-blog-post-section div.blog-post-date a.like-tag:hover i,
div.services-content h3, div.single-product-review a.like-tag:hover i, ul.products li.product div.shop-page-like i:hover, div.custom-filter .woof_redraw_zone a span, div.custom-filter div.woof_redraw_zone ul li label {
	color: #854e14;
}
div.blog-pagination-section ul.page-numbers li span, div.blog-pagination-section ul.page-numbers li a {
	margin: 0px 15px;
    padding: 20px 25px;
    background: #854e14;
	border-radius: 10px;
	color: #fff;
	font-size: 18px;
}
div.blog-pagination-section ul.page-numbers li a, div.bg-color-before-product div.wc-block-product-categories__dropdown select {
	background: #f5ede9;
	color: #000;
}
div.blog-pagination-section ul.page-numbers {
	display: flex;
	justify-content: center;
}
div.post-info h3 {
	margin: 10px 0px;
}
div.post-info p span {
	color: #473333;
    border-bottom: 1px solid #854e14;
	margin-right: 15px;
}
div.blog-post-section div.wp-block-latest-posts__featured-image {
	margin-bottom: 20px;
}
div.blog-post-section div.wp-block-latest-posts__featured-image img {
	border-radius: 10px;
}
div.blog-post-section div.widget_block h3 {
	font-size: 23px;
	font-weight: 600;
}
div.wp-block-comments {
	display: inline-block;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
	display: flex;
	flex-direction: column;
}

/* Get Quote Page */
div.get-quote-content h1, div.page-banner-content h1, div.fbx-caption-title h4, div.custom-filter div.woof_redraw_zone ul li label {
	font-weight: 400;
}
div.get-quote-form-content h2, div.latest-project-page-content h2 {
	text-transform: capitalize;
	font-weight: 700;
}
div.get-quote-form div.acf-input-wrap input {
	height: 50px;
    border-radius: 10px;
    border: 1px solid;
	outline: none;
}
div.get-quote-form div.acf-field-6363756a0b761 textarea, div.contact-us-page-form div.acf-field-65d5aca0ff24e textarea, div.header-search input {
	border-radius: 10px;
	outline: none;
}
div.get-quote-form div.af-field {
	margin: 20px 0px;
}
div.contact-us-page div.get-quote-form-content, div.contact-us-page-form div.af-submit, div.custom-filter .woof_redraw_zone a span {
	text-align: left;
}
div.contact-us-page-form div.af-field {
	padding: 0 !important;
	width: 107%;
}
div.contact-us-page-form div.af-submit button {
	border-radius: 10px;
    padding: 15px 20px;
}
div.contact-us-page-form div.af-submit {
	padding-left: 0 !important;
}
div.contact-map iframe {
	height: 800px;
	border-radius: 15px;
}
div.contact-us-page-form div.af-submit button:hover {
	/*background: #473333;
	color: #fff;*/
}
div.contact-info {
	margin: 0% 10%;
}

/* Latest Project Page */
div.latest-project-page-content h2 {
	font-size: 35px;
}
div.latest-project-page-imgs div.latest-project-content {
	position: absolute;
	bottom: 0;
}
div.latest-project-page-imgs .bg-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	z-index: 1;
	border-radius: 15px
}
div.latest-project-page-imgs:hover .bg-overlay {
	background: rgba(0,0,0,.6);
}
div.latest-project-page-imgs div.latest-project-content {
	position: absolute;
    bottom: 0;
    color: #fff;
    z-index: 2;
	display: none;
	transform: translate(0%,-50%);
	left: 0%;
    right: 0%;
}
div.latest-project-page-imgs {
	overflow: hidden;
	border-radius: 15px;
}

/* Pop up */
div.pum-title {
	color: #473333 !important;
	font-weight: 500 !important;
	text-align: center !important;
}
div.pum-container button.pum-close {
	right: 10px !important;
	top: 10px !important;
	background: #473333 !important;
	box-shadow: none !important;
}
div.pum-container {
	border: 0px !important;
	box-shadow: none !important;
	border-radius: 25px !important;
	width: 55% !important;
	height: 350px !important;
}
.pum-theme-924, .pum-theme-lightbox {
	background: #ffffff3d !important;
}
div.pum-content {
	font-weight: unset !important;
}

/* Remove the Popup before the page load */
div#pum-932 {
	display: none;
}

/* FooBox */
.fbx-caption {
	/* background: rgba(0,0,0,.6) !important; */
	top: 0 !important;
	transition: unset !important;
	/* border-radius: 10px !important; */
}
.fbx-inner, .fbx-stage {
	border: 0px !important;
	border-radius: 20px !important;
	box-shadow: none !important;
}
.fbx-close {
	top: 0 !important;
	right: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}
.fbx-icon {
	color: #fff;
}
.fbx-light .fbx-prev, .fbx-light .fbx-next {
	background: transparent !important;
	box-shadow: none !important;
}
div.fbx-caption-title a.pop-up-btn {
	color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 10px 20px;
    text-transform: capitalize;
	text-decoration: none;
	display: inline-flex;
	margin-top: 15px;
}
div.fbx-caption-title a.pop-up-btn:hover, div.bg-color-before-product div.wc-block-product-categories__dropdown select option {
	background: #fff;
	color: #854e14;
}
body.home .fbx-inner, body.page-template-gallery div.fbx-inner {
	/*width: 55% !important;
	height: 350px !important;*/
    margin: 0 !important;
    transform: translate(-50%, -50%);
}
body.home div.fbx-8 .fbx-inner, body.home div.fbx-9 .fbx-inner, body.home div.fbx-10 .fbx-inner, body.home div.fbx-11 .fbx-inner {
	/*width: 70% !important;
	height: 450px !important;*/
}
body.page-template-gallery div.fbx-inner {
	/*width: 70% !important;
	height: 600px !important;*/
}
div.fbx-caption-title h4 {
	font-size: 18px;
	text-transform: capitalize;
}
div.fbx-caption-title {
	font-family: "Roboto Serif", serif;
}
body.home div.fbx-1 div.fbx-caption-title, body.home div.fbx-2 div.fbx-caption-title, body.home div.fbx-3 div.fbx-caption-title, body.home div.fbx-4 div.fbx-caption-title, body.home div.fbx-5 div.fbx-caption-title, body.home div.fbx-6 div.fbx-caption-title, body.home div.fbx-7 div.fbx-caption-title, div.pum-content {
	position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
	left: 50%;
	width: 75%;
}
div.pum-content {
	width: 90%;
}
div.fbx-caption-title p, nav.woocommerce-breadcrumb a {
	font-size: 14px;
}
div.fbx-item-current img {
	object-fit: cover;
}
body.home .fbx-light {
	background: #ffffff3d !important;
}
div.fbx-8 div.fbx-caption-title, div.fbx-9 div.fbx-caption-title, div.fbx-10 div.fbx-caption-title, div.fbx-11 div.fbx-caption-title,
body.page-template-gallery div.fbx-caption-title {
	text-align: left;
	position: absolute;
	bottom: 0;
	margin: 0% 5%;
}
body.page-template-gallery .fbx-inner, body.page-template-gallery .fbx-stage {
	border-radius: 15px !important;
}
body.page-template-gallery svg.fbx-icon.fbx-icon-prev, body.page-template-gallery svg.fbx-icon.fbx-icon-next {
	border: 3px solid;
	padding: 10px;
	border-radius: 50px;
}
body.page-template-gallery svg.fbx-icon.fbx-icon-prev {
	margin-left: -15px;
}
body.page-template-gallery svg.fbx-icon.fbx-icon-next, div.wp-block-column {
	margin-left: 15px;
}
body.page-template-gallery .fbx-light, body.page-template-gallery .fbx-light .fbx-caption {
	background-color: rgba(0,0,0,.3);
}

/* Woocommerce */
div.navbar-default .woocommerce img, .woocommerce-page img {
	max-width: 100px !important;
}
div.shop-page-banner img {
	height: 300px;
	max-width: 100% !important;
}
div.shop-page-banner div.shop-page-content {
	position: absolute;
    bottom: 50px;
    color: #fff;
}
ul.products li.product a img {
	border-radius: 15px 15px 0px 0px;
    height: 300px !important;
    max-width: 100% !important;
	margin: 0 !important;
}
ul.products li.product a div.product-hover-btn button {
	position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
	background: #fff;
	color: #854e14;
	font-weight: 600;
	padding: 15px 30px;
    border-radius: 10px;
	width: 75%;
    text-align: center;
	display: none !important;
}
ul.products li.product div.shop-page-like {
	position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: 110px;
	display: none;
}
ul.products li.product:hover a div.product-hover-btn button {
	display: block !important;
}
ul.products li.product a div.product-hover-btn button, ul.products li.product div.shop-page-like a.like-tag, div.filter-btn, div.our-products h3.product-name {
	pointer-events: auto;
	cursor: pointer;
}
ul.products li.product:hover a div.product-hover-btn {
	height: 100%;
    width: 100%;
    position: absolute;
    background: #ffffff3d;
    display: block;
    top: 0px;
}
ul.products li.product a h2 {
	background: #f4f5f7;
	height: 100px;
    border-radius: 0px 0px 25px 25px;
    padding: 15px !important;
	font-weight: bold;
	z-index: 1;
    position: relative;
}
div.shop-page-content h1 {
	font-size: 39px;
}
div.shop-page-content p {
	font-weight: 100;
	font-size: 12px;
}
div.bg-color-before-product, div.single-product-breadcrumb {
	background: #f5ede9;
	padding: 20px 0px;
}
div.bg-color-before-product select {
	border: 0;
	height: 50px;
	border-radius: 10px;
	outline: none;
	-webkit-appearance: none;
	padding: 0px 20px;
}
div.default-sort-text, div.custom-alignment {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
div.custom-alignment {
    justify-content: space-between;
}
div.default-sort-text form {
	margin-bottom: 0 !important;
}
/*nav.woocommerce-breadcrumb {
	padding: 30px 0px !important;
}*/
nav.woocommerce-breadcrumb a {
	color: #000 !important;
}
.woocommerce div.product {
	margin-top: 50px;
	margin-bottom: 50px !important;
	display: inline-block;
}
div.single-product-page-bg {
	background: #f4f5f7;
}
div.single-product-tab-bg, div.custom-filter .woof_redraw_zone, div.custom-filter .woof_select_radio_check dt a {
	background-color: #fff;
}
div.request-for-more-info a {
	background: #835941;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 10px;
    margin-top: 20px;
    display: block;
    font-weight: 600;
	width: 60%;
	border: 1px solid #835941;
}
div.single-product-page-bg div.product-image img, div.single-product-page-bg div.thumbnail-img img {
	max-width: 100% !important;
}
div.single-product-page-bg div.product-image img {
	height: 500px;
	object-fit: cover;
	border-radius: 25px;
}
div.single-product-page-bg div.thumbnail-img img {
	height: 153px;
    border-radius: 25px;
    margin-bottom: 20px;
}
/*div.single-product-page-bg div.woocommerce-product-gallery__wrapper {
	flex-direction: row-reverse;
}*/
/*div.single-product-page-bg div.woocommerce-product-gallery__wrapper div.woocommerce-product-gallery__image:nth-child(n+2) {
	display: flex !important;
}*/
div.single-product-page-bg div.summary {
	width: 35% !important;
}
div.single-product-description-title {
	text-decoration: underline;
}
div.single-product-swatch-img img {
	margin: 15px 10px 0px 0px;
    height: 60px;
    width: 60px;
    border-radius: 15px;
}
div.thumbnail-img a, div.single-product-swatch-img a, .woocommerce ul.products li.product a, div.single-product-tab-bg table.shop_attributes td a {
	pointer-events: none;
	cursor: default;
}
section.related h2 {
	font-size: 30px;
}
div.single-product-tab-bg table.shop_attributes th {
	font-weight: unset;
}
div.single-product-tab-bg table.shop_attributes th, div.single-product-tab-bg table.shop_attributes td {
	background: transparent !important;
	padding: 10px;
	border-bottom: 1px solid #b7b7b7;
}
div.single-product-tab-bg table.shop_attributes, div.single-product-tab-bg div.panel {
	border: 0px;
}
div.single-product-tab-bg table.shop_attributes th {
	border-right: 1px solid #b7b7b7;
	width: 250px;
}
div.single-product-variation {
	text-transform: capitalize;
}
div.wc-block-product-categories button {
	background: transparent;
	border: 0;
}
div.custom-alignment div.wc-block-product-categories button {
	position: absolute;
	right: 0;
	top: 15px;
}

/*** Woof Plugin ***/

div.custom-filter .woof_select_radio_check dt a {
	border: 0px !important;
	padding-top: 15px;
}
div.custom-filter .woof_select_radio_check_opener {
	background-size: 20px;
}
div.custom-filter .woof_select_radio_check dd ul.woof_list {
	position: unset;
    max-height: unset !important;
}
div.custom-filter .woof_redraw_zone a span, div.custom-filter .woof_container_inner h4 {
	font-weight: 500;
    font-size: 16px;
}
div.custom-filter {
	position: absolute;
	z-index: 2;
	left: 30px;
	width: 20%;
	margin-top: 20px;
}
div.custom-filter button {
	background: #473333 !important;
    color: #fff !important;
    padding: 10px 35px !important;
    border-radius: 25px !important;
    border: 1px solid #473333 !important;
	font-weight: 400 !important;
	margin-bottom: 15px !important;
}
div.custom-filter button:hover {
	background: transparent !important;
    color: #473333 !important;
}
div.custom-filter .woof_redraw_zone {
	padding: 15px;
	box-shadow: 8px 0 8px -8px rgb(0 0 0 / 50%), -8px 0 8px -8px rgb(0 0 0 / 50%);
	margin: 0px -10px;
}
div.custom-filter .woof_block_html_items {
	/* border-top: 1px solid #a3a3a3; */
}
div.custom-filter div.woof_redraw_zone ul li label span {
	position: absolute;
	right: 0;
}


.contact-detail-info h2{
	font-size: x-large;
}

/* Pagination */

div.gallery-page-number span {
	color: #fff;
}
div.gallery-page-number a {
	text-decoration: none;
}
div.gallery-page-number {
	text-align: center;
	margin: 50px 0px;
}
div.gallery-page-number a.next, div.gallery-page-number a.prev {
	margin: unset;
}
div.gallery-page-number a.next {
	float: right;
}
div.gallery-page-number a.prev {
	float: left;
}
div.gallery-page-number span {
	border-radius: 10px;
}
div.gallery-page-number span {
	margin: 15px 10px;
    padding: 10px 15px;
    background: #473333;
}
div.gallery-page-number .page-numbers{
	margin: 5px 5px;
    padding: 10px 15px;
	border-radius: 10px;
}
div.gallery-page-number .page-numbers:hover{
	background: #473333;
	color:#fff;
}
div.gallery-page-number a {
	color: #000;
	margin: 10px 15px;
}
div.gallery-page-number a.next, div.gallery-page-number a.prev {
	border: 1px solid #bbb;
    padding: 5px 15px;
    border-radius: 50px;
}

div.gallery-page-number a.next:hover, div.gallery-page-number a.prev:hover{
	background: #473333;
	color:white;
}
div.general-content-section ol li {
	font-size: 16px;
}

.dia {
      display: flex;
      justify-content: center;
      align-items: center;
      /* min-height: 100vh; */
      margin: 0;
	  margin-top:40px;
    }
    .diamond-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(2, 1fr);
      gap: 5px;
    }
    .diamond {
      width: 150px;
      height: 150px;
      transform: rotate(45deg);
      overflow: hidden;
      position: relative;
    }
    .diamond img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transform: rotate(-45deg) scale(1.4);
    }
    .diamond:nth-child(1) { 
		grid-column: 2; 
		grid-row: 1; 
		top: 10px;
	}
    .diamond:nth-child(2) { 
		grid-column: 1; 
		grid-row: 2;
		top: -180px;
		left: 28px;
		height: 250px;
		width: 250px;
	}
    .diamond:nth-child(3) { 
		grid-column: 2; 
		grid-row: 2;
		top: -15px;
	}
    .diamond:nth-child(4) { 
		grid-column: 3; 
		grid-row: 2;
		height: 200px;
		width: 200px;
		top: -155px;
		right: 135px;
	}

/******** New update 23July 25 ********/
div.home_about_content h2{
	margin-top:60px;
} 

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

.services-repeater .slider-button-previous{
	position: absolute;
    top: 40%;
    left: -50px;
	z-index:999;
	background: transparent;
    border: 0;
}

.services-repeater .slider-button-right{
	position: absolute;
    top: 40%;
    right: -50px;
	z-index:999;
	background: transparent;
    border: 0;
}

.additional-contact-map iframe{
	border-radius:15px;
}

.additionalcontact-detail{
	margin:50px 0px;
}

.contact-detail-infodiv{
	font-size: 16px;
	margin-bottom:10px;
}

.contact-detail-infodiv span{
	margin-left:5px;
}

.contact-detail-infodiv span a{
	margin-left:5px;
	color: #000;
}

.contact-detail-infodiv span a:hover, .contact-detail-infodiv span a:focus{
	color: #000;
}


.modal{
	z-index:999999;
}

.popup-button{
	background: transparent;
    color: inherit;
    border: unset;
    font-size: inherit;
    text-decoration: underline;
	outline:none;
}

.popup-button:hover, .popup-button:focus{
	text-decoration: none;
	background: transparent;
    color: inherit;
    border: unset;
    font-size: inherit;
	outline:none;
}

.modal-body {
  max-height: 70vh;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  top: 50%;
  transform: translateY(-50%) !important;
  margin: 0 auto;
}

.close{
	background: #493333 !important;
	border-radius:50%;
	color:#ffffff !important;
	opacity:1 !important;
	padding: 2px 5px !important;
	font-weight:100;
}

.acf-content-preview{
	max-height:430px;
	overflow-y:auto;
}

.acf-content-preview-aboutus{
	max-height:350px;
	overflow-y:auto;
}

/* Thin Scrollbar for WebKit Browsers (Chrome, Edge, Safari) */
::-webkit-scrollbar {
    width: 6px; /* Thin width */
}

::-webkit-scrollbar-track {
    background: #f1f1f1; /* Track color */
}

::-webkit-scrollbar-thumb {
    background: #888; /* Scroll handle color */
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Firefox Thin Scrollbar */
* {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}
div.contact-map iframe {
	height: 550px;
}

/* Mobile Responsive changes */
@media only screen and (min-width: 1600px) {
	.our-process-section .col-md-2, .aboutbrand-logo .col-md-2{
		width:20%;	
	}
	
	.aboutbrand-logo .service-img img{
		/*height: 100px !important;*/
	}
	
	.container {
		width: 1400px;
	}
	nav.navbar-default ul.dropdown-menu, div.menu-navbar-container ul li.custom-dropdown-width ul.dropdown-menu {
		width: 40vw;
	}
	div.pum-container, body.home .fbx-inner {
		width: 45% !important;
	}
	body.home div.fbx-8 .fbx-inner, body.home div.fbx-9 .fbx-inner, body.home div.fbx-10 .fbx-inner, body.home div.fbx-11 .fbx-inner {
		width: 60% !important;
	}
	div.about-services-repeater img {
		height: 126px;
	}
	div.about-services-img img {
		height: 550px;
	}
	div.gallery-slider button {
		right: 10%;
	}
	div.gallery-slider button.slick-prev {
		right: 13%;
	}
}
@media only screen and (max-width: 1024px) {
	div.footer-contents h3 {
		font-size: 20px;
	}
	div.request-for-more-info a {
		width: 70%;
	}
	div.gallery-slider button.slick-prev {
		right: 12%;
	}
	div.common-btn-two a {
		padding: 10px 24px;
	}
	nav.navbar-default ul.nav a {
		padding: 15px;
	}
	.services-repeater button {
		display: none !important;
	}
}
@media only screen and (max-width: 768px) {
	.our-products.our-product-two {
		margin: 15px 15px 0px 15px;
	}
	.our-products.our-product-three {
		margin: 0px 15px 15px 15px;
	}
	div.faq-btn, div.latest-news-img, div.post-content img {
		margin-bottom: 30px;
	}
	div.our-product-four img, div.about-services-container div.col-md-9, div.about-services-container .col-md-3, div.single-product-page-bg div.padding-right {
		padding: 0;
	}
	/*div.contact-map iframe {
		height: auto;
	}*/
	div.about-services-container {
		flex-direction: column;
	}
	div.about-services-repeater {
		/* padding: 7.5px 7.5px 7.5px 7.5px; */
		padding: 0px 2.5px 0px 2.5px;
	}
	.padding-leftright {
		padding-left: 15px;
	}
	body.home .fbx-icon {
		right: 0;
		left: unset !important;
	}
	.fbx-caption {
		border-radius: 25px !important;
	}
	div.contact-info, div.footer-form-title {
		margin: 0;
	}
	div.contact-us-page-form div.af-field {
		width: 100%;
	}
	div.pum-container {
		width: 90% !important;
	}
	div.single-product-page-bg div.padding-right {
		margin: 10px 0px 20px 0px;
	}
	div.single-product-page-bg div.summary {
		width: 100% !important;
	}
	div.our-process-align {
		display: block;
	}
	div.home_about_content h2 {
		margin-top: 0px;
	}
	div.our-process-content p {
		min-height: 100px;
	}
}
@media only screen and (max-width: 767px) {
	div.common-btn-one a, div.common-btn-two a {
		padding: 10px 20px;
	}
	div.banner-video, div.banner-video video, div.our-products img, div.our-service-img img, div.div-col-4 div.our-service-img img, div.about-services-img img, div.single-product-page-bg div.product-image img, div.banner-slider img, div.banner-slider {
		height: auto;
	}
	div.about-service-border {
		height: 300px;
	}
	.about-service-container {
		height: 200px;
		width: 200px;
	}
	div.about-us-service-section .col-md-5 .padding-unset, div.latest-project, div.about-service-title-and-content, .footer-logo.padding-unset, div.about-content-position, div.home-gallery-title {
		padding: 0px 15px;
	}
	div.review, div.our-products-title, div.our-service-title, div.latest-project-title, div.latest-news-title, div.footer-form-title {
		margin: 0 5%;
	}
	div.our-product-four img {
		height: 382px;
	}
	div.latest-project {
		column-count: unset;
	}
	div.footer-form-section div.acf-fields, div.pum-container div.acf-fields, div.request-for-more-info a {
		width: 100%;
	}
	div.footer-form-section div.af-submit {
		padding: 5px !important;
	}
	h2, div.about-service-title-and-content h2, div.shop-page-content h1 {
		font-size: 25px;
	}
	div.top-header-contact-details, div.latest-project-content h3 {
		font-size: 12px;
	}
	div.top-header-contact {
		margin-right: 10px;
	}
	div.header-search {
		right: 0;
	}
	div.about-us-page-content {
		position: unset;
		transform: unset;
	}
	div.about-content-position, div.about-content-btn, div.pum-container div.acf-fields, div.custom-alignment {
		flex-direction: column;
	}
	div.about-content-position, div.about-us-page-content-left {
		margin: 50px 0px 0px 0px;
	}
	div.about-us-page-content-right {
		margin-bottom: 50px;
	}
	div.blog-pagination-section ul.page-numbers li span, div.blog-pagination-section ul.page-numbers li a {
		margin: 0px 10px;
		padding: 15px;
	}
	div.about-content-btn, div.pum-container div.acf-fields {
		align-items: center;
	}
	div.about-content-btn div.common-btn-two, div.about-content-btn div.common-btn-one {
		margin: 15px 0px;
	}
	div.pum-title {
		font-size: 25px !important;
	}
	div.fbx-caption-title, div.contact-info, div.get-quote-form, div.get-quote-form-content, body.page-template-gallery svg.fbx-icon.fbx-icon-next, body.page-template-gallery svg.fbx-icon.fbx-icon-prev {
		margin: 0;
	}
	body.home .fbx-inner, body.home div.fbx-8 .fbx-inner, body.home div.fbx-9 .fbx-inner, body.home div.fbx-10 .fbx-inner, body.home div.fbx-11 .fbx-inner {
		width: 100% !important;
		min-height: 80% !important;
	}
	div.page-banner-content h1 {
		font-size: 20px;
        margin-bottom: 25px;
	}
	.grid-item {
		padding: 5px;
	}
	div.get-quote-form div.af-field, body.page-template-gallery div.fbx-inner {
		width: 100% !important;
	}
	body.page-template-gallery svg.fbx-icon.fbx-icon-prev, body.page-template-gallery svg.fbx-icon.fbx-icon-next {
		padding: 0;
		border: 0;
		border-radius: 0;
	}
	div.our-service h3.product-name {
		top: 80px;
		left: 19%;
	}
	div.about-image img, div.blog-post-section div.card-image img, div.contact-map iframe {
		height: 350px;
	}
	div.page-banner-overlay, div.about-us-page-banner img, div.services-page-banner img, div.latest-project-page-banner img, div.gallery-slider-img img, div.blog-slider-img img {
		height: 350px;
	}
	div.faq-block {
		margin-top: 0px;
	}
	div.aboutbrand-logo {
		margin-top: 50px;
	}
	footer#main-footer ul {
		margin-left: 5px;
	}
}
@media only screen and (max-width: 320px) {
	div.page-banner-button a {
		padding: 10px;
	}
	div.pum-title {
		font-size: 20px !important;
	}
}

@media (min-width: 300px) {
  .grid-item {
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .grid-item {
    width: 33.333%;
  }
}
@media (min-width: 1700px) {
  .grid-item {
    width: 25%;
  }
}
@media (min-width: 2100px) {
  .grid-item {
    width: 20%;
  }
}
	
@media (max-width: 1366px) {
	.diamond:nth-child(4) {
		right: 80px;
	}
}
@media (max-width: 1024px) {
	.diamond:nth-child(4) {
		right: 35px;
	}
}
@media (max-width: 900px) {
	.diamond:nth-child(4) {
		right: 135px;
	}
}
@media only screen and (max-width: 767px) {
	.diamond {
		width: 100px;
		height: 100px;
	}
	.diamond:nth-child(2) {
		width: 130px;
		height: 130px;
		top: -68px;
        right: -20px;
	}
	.diamond:nth-child(3) {
		top: 20px;
	}
	.diamond:nth-child(4) {
		width: 110px;
		height: 110px;
		top: -58px;
        right: 30px;
	}
}

@media only screen and (min-width: 400px) and (max-width: 700px) {
	.diamond:nth-child(4) {
		right: 60px;
	}
}
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: portrait) {
   div.about-service-title-and-content {
		  margin-left: 20px;
	  }
	  .footerservice-img img {
		  max-height: 60px;
	  }
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) {
	  div.about-service-title-and-content {
		  margin-left: 20px;
	  }
	  .footerservice-img img {
		  max-height: 60px;
	  }
	  nav.navbar-default ul.nav a {
		  padding: 12px;
	  }
}
