@charset "utf-8";
/**=========================================================
 * Theme Name   :  9AM
 * Author       :  Amit Suthar
 * Description  :  March 2024
 * File Name	:  style.css
=========================================================**/

/* Global Styles */

*, *:after, *:before {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
	}

html {
    height: 100%;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	}
	
html, body {
	height: 100%;
	}
	
body {
	font-family: "Oxygen", sans-serif;
	font-size: 16px;
	color: #555555;
	font-weight: 400;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	background: #ffffff url(../images/loader.gif) center center no-repeat;
	overflow-x: hidden;
	}
	
::selection {
	background: #9C7856; /* Safari */
	color: #ffffff;
	}
	
::-moz-selection {
	background: #9C7856; /* Firefox */
	color: #ffffff;
	}
		
img {
  	max-width: 100%;
  	vertical-align: middle;
  	-ms-interpolation-mode: bicubic;
	}

@media screen and (-webkit-min-device-pixel-ratio:0)
and (min-resolution:.001dpcm) {
    img {
        image-rendering: -webkit-optimize-contrast !important;
    }
}

/* Unset for Safari 11+ */
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
    img {
        image-rendering: unset !important;
    }
}}
	
a, a:focus, a:hover {
	color: #9C7856;
	outline: none;
	cursor: pointer;
	text-decoration: none;
    box-shadow: none !important;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}
	
a:hover {
	color: #000000;
	}

:focus, ::-moz-focus-inner {
	border: none;
	outline: none !important;
	}

fieldset, a img {
	border: none;
	}

ol, ul {
	margin: 0px auto;
	padding-left: 15px;
    list-style-position: outside;
    /*list-style-type: none;*/
	}
	
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
	}

b, strong {
	font-weight: 700;
	}
	
/* ClearFix */
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
	}

.container:after {
	display: block;
	content: " ";
	clear: both;
	}
	
.clearfix:after {
	display: block;
	content: ".";
	height: 0px;
	clear: both;
	visibility: hidden;
	}
	
.clearfix {
	display: inline-table;
	}

/* Hides from IE-mac \*/
.clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
	
/* wrapper */
	
#wrapper {
    position: relative;
    height: auto !important;
    min-height: 100%;
    height: 100%;
    width: 100%;
	display: block;
	margin: 0 auto;
    overflow: hidden;
    max-width: 1920px;
	background: #ffffff;
	}
	
body,
#wrapper,
.footer-wrapper {
	opacity: 0;
	}

.pageClass {
	position: relative;
	display: block;
	}

.container,
.wide-container,
.header-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
	max-width: 1180px;
	padding: 0px 15px;
	}

.header-container,
.wide-container {
    max-width: 1430px;
	}

/* Header Styles */

#pageHeaderWrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 100;
	display: block;
	margin: 0px auto;
	}

#pageHeader {
	position: relative;
	display: block;
	width: 100%;
	z-index: 101;
	padding: 0px;
	margin: 0px auto;
    max-width: 1920px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
    -o-transition: all 1s;
	transition: all 1s;
	}

.top-header {
	position: relative;
	display: block;
	}

.is-sticky #pageHeader {
	left: auto;
	max-width: 1920px;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
	}

/* Top Header Container */

.topHeaderContainer {
	position: relative;
	display: block;
	margin: 0px auto;
    }

/* Logo */
	
.logo {
	position: relative;
	display: flex;
    float: left;
	width: 126px;
	height: 84px;
	z-index: 1001;
	margin: 8px 0px;
	overflow: hidden;
	}

.logo a {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	}

.logo img {
	position: relative;
	display: block;
	height: auto;
	max-width: 100%;
	}

.is-sticky #pageHeader .logo img {
	filter: invert(0%) sepia(100%) saturate(800%) hue-rotate(118deg) brightness(1%) contrast(91%);
	}

/* Top Right Header */
	
.topRightHeader {
	position: relative;
    display: flex;
    padding: 0px;
	align-items: center;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin: 0px 0px 0px 0px;
    justify-content: space-between;
	}
	
/* Header Group Container */
	
.headerGroupContainer {
	position: relative;
	display: block;
	float: right;
	margin: 0px;
	padding: 0px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

/* Header Top Links */
	
.headerTopLinks {
	position: relative;
	padding: 0;
    font-size: 0px;
	display: block;
	list-style: none;
	margin: 0px -15px;
	}
	
.headerTopLinks>li {
	padding: 0px 15px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	}
	
.headerTopLinks>li a {
	position: relative;
	display: block;
	}

.showIcon,
.is-sticky .headerTopLinks>li a img.viewIcon {
	display: none;
	}

.is-sticky .headerTopLinks>li a img.showIcon {
	display: block;
	}

.headerTopLinks>li.headerCart-menu a span {
	font-family: "Poppins", sans-serif;
	position: absolute;
	right: -14px;
	top: -14px;
	color: #FFFFFF;
	z-index: 2;
	width: 25px;
	height: 25px;
	font-size: 10px;
	font-weight: 400;
	overflow: hidden;
	line-height: 25px;
	text-align: center;
	border-radius: 100%;
	background: #926841;
	display: inline-block;
	}

.mobileHeader-links {
	position: fixed;
	display: none;
	bottom: 15px; 
	left: 15px; 
	right: 15px; 
	z-index: 991;
	padding: 5px 15px; 
	border-radius: 10px;
	background: #374957;
	}

/* Nav */
	
.nav-wrapper {
	position: relative;
	display: block;
	margin: 0px auto;
	}
	
.nav-container,
.nav {
	position: relative;
	width: 100%;
	display: block;
	margin: 0px auto;
	text-align: center;
	}
	
.nav ul {
	position: relative;
	display: flex;
	padding: 0;
	width: 100%;
	flex-wrap: wrap;
	margin: 0px auto;
	list-style-type: none;
	justify-content: center;
	}
	
.nav>ul>li {
    position: relative;
	display: block;
	height: 100%;
    font-weight: 400;
    margin: 0px 35px;
	}

.nav>ul>li>a {
	position: relative;
	display: block;
	height: 100%;
	color: #ffffff;
	line-height: 24px;
	padding: 38px 0px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

/* .nav>ul>li.menu-item-has-children>a {
	padding-right: 20px;
	}

.nav li.menu-item-has-children > a:after {
    font-family: 'Font Awesome 6 Free';
	position: absolute;
	content: "\f0d7";
	font-size: 12px;
	right: 1px;
	top: 50%;
    z-index: 2;
	height: 20px;
	font-weight: 900;
	margin-top: -22px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	}

.nav>ul>li.menu-item-has-children:hover>a:after {
	content: "\f0d8";
	} */

.nav>ul>li span {
	position: relative;
	display: block;
	height: 100%;
	z-index: 2;
	}

.nav>ul>li:hover>a,
.nav>ul>li.selected>a {
	color: #ffffff;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.nav>ul>li.selected>a {
	font-weight: 700;
	}

.is-sticky .nav>ul>li>a {
	color: #101010;
	}

.nav>ul ul,
.nav>ul ul ul {
	position: absolute;
	top: 100%;
	opacity: 0;
	width: 100%;
	left: -35px;
	font-size: 16px;
	padding: 15px 0px;
    font-weight: 400;
	min-width: 225px;
	text-align: left;
	visibility: hidden;    
    text-transform: none;
	background: #EEEEEE;
	border-radius: 0px 0px;
	margin: 30px 0px 0px 0px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	}
	
.nav>ul ul ul {
    left: 100%;
	top: auto;
	margin: 0px;
	padding: 0px 0px;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
	}
	
.nav>ul>li:hover>ul,
.nav>ul ul>li:hover>ul {
	opacity: 1;
	top: auto;
	margin-top: 0px;
	visibility: visible;
	}
	
.nav>ul ul>li:hover>ul {
	margin-top: -58px;
	}

.nav>ul ul>li,
.nav>ul ul ul>li {
	position: relative;
	display: block;
	padding: 0px;
	width: 100%;
	}
	
.nav>ul ul a,
.nav>ul ul ul a {
	position: relative;
	display: block;
	color: #101010;
	line-height: 20px;
	padding: 12px 35px;
    background: transparent;
	}
		
.nav>ul ul li:hover>a,
.nav>ul ul li.selected>a,
.nav>ul ul ul li:hover>a,
.nav>ul ul ul li.selected>a {
	color: #374957;
	font-weight: 700;
	text-decoration: underline;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

/* Header Quick Search */

.header-quick-search .form-control {
	height: 50px;
	padding: 14px 15px;
	border-radius: 0px;
	border: 1px solid #ffffff;
	}
	
.header-quick-search .form-control:focus,
.header-quick-search .form-control:hover {
	border: 1px solid #3e2b1f;
	}

.header-quick-search .btn-1 {
	position: relative;
	border: none;
	height: 50px;
	color: #ffffff;
	line-height: 1;
	font-size: 16px;
	border-radius: 0;
	padding: 10px 20px;
	text-align: center;
	background: #233684;
	vertical-align: top;
	display: inline-block;
	text-transform: uppercase;
	border: 1px solid #233684;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

.header-quick-search .btn-1:hover {
	color: #ffffff;
	background: #C30000;
	border-color: #C30000;
	}

.header-quick-search .btn-close {
	position: absolute;
	color: #ffffff;
	opacity: 1;
	right: 0;
	top: -30px;
	text-shadow: none;
	}

.header-quick-search .btn-close:hover {
	color: #8B0000;
	}
	
.modal-content {
	border: none;
	box-shadow: none;
	border-radius: 0px;
	}

.modal-backdrop.show {
	opacity: 0.9;
	}

/* Banner Styles */

.bannerWrapper {
	position: relative;
	display: block;
	width: 100%;
	z-index: 3;
	margin: 0px auto;
	}
	
.banner {
	position: relative;
	display: block;
    width: 100%;
	z-index: 0;
	margin: 0px auto;
	}
	
.homeBannerSlider {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
	}
	
[data-animation-in] {
	opacity: 0;
	}
	
.banner-slide {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	}
	
.banner-slide figure {
	position: relative;
	display: block;
	width: 100%;
	z-index: 1;
	padding: 0px;
    overflow: hidden;
	margin: 0px auto;
	}

.banner-slide figure::after {
	position: absolute;
	inset: 0px;
	z-index: 1;
	content: '';
	height: 150px;
	background: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 70%); 
	}
	
.banner-slide figure::before {
	position: absolute;
	inset: 0px;
	z-index: 1;
	content: '';
	background-image: url(../images/bannerBG.png);
	background-position: left center;
	background-repeat: no-repeat;
	}

.banner-slide figure img {
    position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	border-radius: 0px 0px 200px 200px;
	}

.banner_caption {
    position: absolute;
	z-index: 7;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	color: #ffffff;
	display: block;
	margin: 0px auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	}
	
.banner_caption .captionWrapper {
	position: relative;
	display: table;
	height: 100%;
	width: 100%;
	margin: 0px auto;
	}
	
.banner_caption .captionContainer {
	position: relative;
	color: #ffffff;
	padding: 0px;
	font-size: 20px;
	display: table-cell;
	vertical-align: middle;
	}
	
.banner_caption .captionContainerInner {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px 0px;
	max-width: 620px;
	padding: 30px 0px 0px;
	}

.banner_caption .captionContainer .bannerHeading1 {
	line-height: 1;
	font-size: 80px;
	color: #ffffff;
	padding-bottom: 20px;
	text-transform: none;
	}

.banner_caption .captionContainer p {
	max-width: 520px;
	line-height: 1.4;
	margin: 0px 0px 30px;
	}

.homeBannerSlider .slick-dots {
	left: 50%;
	top: auto;
	z-index: 5;
	width: auto;
	display: flex;
	bottom: 170px;
	font-size: 16px;
	letter-spacing: 0px;
	margin: 0px 0px 0px -700px;
	}

.homeBannerSlider .slick-dots li {
	display: flex;
	align-items: center;
	justify-content: start;
	position: relative;
	border: none;
	width: 31px;
	height: 31px;
	margin: 3px 0px;
	overflow: unset;
	background: transparent;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.homeBannerSlider .slick-dots li::before {
	position: absolute;
	top: 15px;
	opacity: 0;
	width: 0px;
	content: '';
	height: 2px;
	right: 20px;
	background: rgba(256, 256, 256, 0.4);
	}

.homeBannerSlider .slick-dots li.slick-active::before,
.homeBannerSlider .slick-dots li:hover::before {
	opacity: 1;
	width: 40px;
	}

.homeBannerSlider .slick-dots li.slick-active,
.homeBannerSlider .slick-dots li:hover {
	width: 110px;
	}
	
.homeBannerSlider .slick-dots li a {
	position: relative;
	width: 9px;
	height: 9px;
	color:#fff;
	opacity: 0.40;
	font-size: 0px;
	border-radius: 50%;
	align-items: center;
	display: inline-flex;
	background: #ffffff;
	justify-content: center;
	}

.homeBannerSlider .slick-dots li:hover a,
.homeBannerSlider .slick-dots .slick-active a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 31px;
	height: 31px;
	border-radius: 50%;
	background: transparent;
	font-size: 14px;
	font-weight: 400;
	color:#fff;
	letter-spacing: 0px;
	border:1px solid #fff;
	opacity: 1;
	}

.homeBannerSlider .slick-dots li:hover button:before,
.homeBannerSlider .slick-dots .slick-active button:before{
	opacity: 1;
	}

/* Container Style */
	
.pt0 { padding-top: 0px !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }
.pt60 { padding-top: 60px !important; }
.pt100 { padding-top: 100px !important; }

.pb0 { padding-bottom: 0px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb60 { padding-bottom: 60px !important; }
.pb100 { padding-bottom: 100px !important; }

.mt0 { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt100 { margin-top: 100px !important; }

.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb100 { margin-bottom: 100px !important; }

.mg0 { margin: 0px !important; }
.mg5 { margin: 5px !important; }
.p0 { padding: 0px !important; }
.p5 { padding: 5px !important; }
.p15 { padding: 15px !important; }
.ml5 { margin-left: 5px !important; }
.mr5 { margin-right: 5px !important; }
.ml10 { margin-left: 10px !important; }
.mr10 { margin-right: 10px !important; }
.ml15 { margin-left: 15px !important; }
.mr15 { margin-right: 15px !important; }
.ml20 { margin-left: 20px !important; }
.mr20 { margin-right: 20px !important; }

/* Main Content Wrapper */

.main-content-wrapper {
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	max-width: 1920px;
	}
	
.nopadding {
	padding: 0px !important;
	}

/* Main Container */
	
.main-container {
	width: 100%;
	padding: 100px 0px;
	}

.custom-container {
	width: 100%;
	padding: 100px 0px 70px;
	}

/*Home*/

.homeIntro-section {
	padding: 0px 0px 120px;
	background-size: cover;
	background-position: bottom right;
	}

.homeCategory-section {
	padding: 140px 0px;
	}

.homeCategory-section .gx-5 {
	--bs-gutter-x: 5rem;
	}

.homeCategory-box {
	border-radius: 10px;
	background: #F4F4F4;
	padding: 50px 40px;
	color: #555555;
	text-align: center;
	box-shadow: 8px 12px 18px rgba(0, 0, 0, 0.08);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.homeCategory-box:hover {
	z-index: 9;
	margin-top: -30px;
	transform: scale(1.2);
	}

.homeCategory-box a {
	position: relative;
	display: block;
	color: #555555;
	}

.homeCategory-box:hover {
	font-size: 14px;
	}

.homeCategory-icon {
	margin-bottom: 20px;
	}

.homeCategory-icon img {
	filter: invert(50%) sepia(77%) saturate(5%) hue-rotate(336deg) brightness(88%) contrast(92%);
	}

.homeCategory-box:hover .homeCategory-icon img {
	filter: none;
	}

.homeCategory-box h6 {
	padding-bottom: 15px;
	}

.homeCat-content {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	}

.homeCategory-box:hover .homeCat-content {
	-webkit-line-clamp: 5;
	}

.homeCategory-box:hover h6 {
	font-size: 16px;
	}

.homeCat-btn {
	opacity: 0;
	height: 0px;
	color: #926841;
	position: relative;
	text-decoration: underline;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

.homeCategory-box:hover .homeCat-btn {
	opacity: 1;
	height: auto;
	padding-top: 15px;
	}

.homeWwd-section {
	padding: 100px 0px;
	background: rgba(244, 244, 244, 0.95);
	}

.homeWwd-section .glimpseItem-box:hover {
	background-image: url(../images/wwdBG.png);
	}

.trusted-section {
	padding: 100px 0px;
	}

.client-slider {
	margin: 0px -15px;
	}

.client-slide {
	padding: 0px 15px;
	}

.client-logo-box,
.client-logo-box a {
	position: relative;
	display: block;
	padding: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	}

.client-logo-box a {
	overflow: hidden;
	}
	
.client-logo {
	position: relative;
	display: block;
	width: 100%;
	height: 100px;
	overflow: hidden;
	}

.client-logo figure {
	position: absolute;
	overflow: hidden;
	display: block;
	padding: 0px 15px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	margin: 0px auto !important;
	}
	
.client-logo figure img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: scale-down;
	object-fit: scale-down;
	-o-object-position: center;
	object-position: center;
	}

		
/*Our Work*/

.gx-custom {
	--bs-gutter-x: 2.5rem;
	}

.workItem-box {
	margin-bottom: 30px;
	}

.workItem-box a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff;
	overflow: hidden;
	border-radius: 10px;
	}

.workPic-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	padding-bottom: 66.17%;
	}

.workPic-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.workPic-container figure::before {
	position: absolute;
	inset: 0px;
	z-index: 1;
	content: '';
	background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 60%); 
	}

.workPic-container img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.workItem-title {
	position: absolute;
	left: 0px;
	z-index: 2;
	width: 100%;
	bottom: 0px;
	text-align: center;
	padding: 30px 30px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

.workItem-box a:hover .workItem-title {
	bottom: -100%;
	}

.workMask-container {
	position: absolute;
	display: flex;	
	z-index: 2;
	width: 100%;
	height: 100%;
	bottom: -100%;
	text-align: center;
	align-items: center;
	justify-content: center;
	background: rgba(55, 73, 87, 0.95);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

.workMask-content {
	position: relative;
	display: block;
	width: 100%;
	padding: 30px 30px;
	}

.workMask-content h3 {
	padding: 0px 0px 20px;
	}

.workItem-box a:hover .workMask-container {
	bottom: 0px;
	}

.viewMore-btn {
	color: #ffffff;
	text-decoration: underline;
	}

.ctc-wrapper {
	z-index: 9;
	padding: 0px 0px;
	margin-bottom: -140px;
	}

.ctc-wrapperSection {
	position: relative;
	max-width: 1275px;
	margin: 0px 0px 0px auto;
	padding: 90px 0px 90px 150px;
	}

.ctc-wrapperSection .pageTitle {
	margin: 0px 0px;
	max-width: 480px;
	}

.ctc-wrapperSection .pageTitle,
.ctc-wrapperSection .pageTitle h2 {
	color: #101010;
	}

.ctc-wrapperSection::before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150%;
	height: 100%;
	content: '';
	background-image: url(../images/ctc-bg.jpg);
	background-size: cover;
	background-position: center right;
	border-radius: 100px 0px 0px 100px;
	}

/*Work Details*/

.interiorListing-row {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0px -8px;
	}

.interiorList-grid {
	width: 33.3333%;
	padding: 0px 8px 16px;
	}

.interiorList-grid .workItem-box {
	margin: 0px 0px;
	}

.interiorListing-row .workPic-container {
	padding-bottom: 68.27%;
	}

.interiorListing-row .workMask-container {
	background: rgba(55, 73, 87, 0.90);
	}

.interiorList-grid .workItem-title {
	text-align: left;
	padding: 25px 30px;
	}

.interiorList-grid .workItem-title h3 {
	font-size: 18px;
	}

.interiorList-grid .workMask-content h3 {
	font-size: 21px;
	padding: 0px 0px;
	}

.eyeBtn-box {
	font-size: 35px;
	line-height: normal;
	margin-bottom: 12px;
	}

.fancybox__counter,
.fancybox__button--zoom,
.fancybox__button--slideshow,
.fancybox__button--fullscreen,
.fancybox__button--thumbs {
	display: none !important;
	}

.fancybox__thumbs .carousel__slide {
	padding: 8px 6px;
	width: var(--fancybox-thumbs-width, 140px);
	}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
	border-width: 2px;
	border-radius: 10px;
	border-color: #FFFFFF;
	}

.fancybox__thumb {
	border-radius: 10px;
	}

.fancybox__content {
	margin-bottom: 20px;
	text-align: center;
	}
	
.fancybox__content img {
	border-radius: 10px;
	}

.fancybox__caption {
	text-align: center;
	}

.fancybox__caption h4 {
	font-size: 21px;
	color: #ffffff;
	padding-bottom: 10px;
	}

.fancybox__nav .carousel__button {
	width: 55px;
	height: 55px;
	opacity: 1;
	box-shadow: none;
	background-repeat: no-repeat;
	background-position: center center;
	}

.fancybox__nav .carousel__button svg {
	display: none;
	}

.carousel__button.is-prev {
	background-image: url(../images/leftArrow.png);
	}

.carousel__button.is-next {
	background-image: url(../images/rightArrow.png);
	}

.carousel__button.is-prev:hover {
	background-image: url(../images/leftArrow1.png);
	}

.carousel__button.is-next:hover {
	background-image: url(../images/rightArrow1.png);
	}

.fancybox__backdrop {
	background: rgba(0, 0, 0, 0.95);
	}
	
/*About Us*/

.aboutTop-container {
	background-size: cover;
	padding: 100px 0px 0px;
	background-repeat: no-repeat;
	background-position: bottom right;
	}

.aboutGrid-box .col-lg-7 {
	width: 55.5%;
	}

.aboutGrid-box .col-lg-5 {
	width: 44.5%;
	}

.imgWrapper img {
	width: 100%;
	border-radius: 0px 150px 0px 0px;
	}

.aboutInfo-box {
	max-width: 580px;
	padding-left: 70px;
	}

.aboutBottom-container {
	padding: 100px 0px;
	}

.aboutIcon-box {
	padding: 70px 70px;
	text-align: center;
	margin-bottom: 40px;
	border-radius: 10px;
	background: #F4F4F4;
	box-shadow: 5px 10px 12px rgba(0, 0, 0, 0.05);
	}

.aboutIcon-container {
	margin-bottom: 20px;
	}

.aboutIcon-container img {
	max-height: 80px;
	}

.aboutIcon-box h6 {
	font-size: 21px;
	color: #101010;
	padding: 0px 0px;
	}

.peopleMain-info {
	padding: 60px 0px 0px;
	}

.peopleMain-info::before {
	position: absolute;
	right: 0px;
	content: '';
	width: 453px;
	bottom: -80px;
	height: 590px;
	background-image: url(../images/logoBg.png);
	background-size: cover;
	background-position: right bottom;
	}
	
.peopleInfo-box h4 {
	font-size: 21px;
	padding-bottom: 10px;
	}

.peopleInfo-box h6 {
	font-family: "Oxygen", sans-serif;
	font-size: 16px;
	font-weight: 300;
	padding: 0px 0px;
	}

/*Exhibition Solutions*/	

.exhibition-listing {
	}

.exhibition-item .row .col-lg-5 {
	width: 44.5%;
	}

.exhibition-item .row .col-lg-7 {
	width: 55.5%;
	}

.exhibition-pic-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	padding-bottom: 80.32%;
	border-radius: 150px 10px 10px 10px;
	}

.exhibition-pic-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.exhibition-pic-container img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.exhibition-contentBox {
	max-width: 550px;
	padding: 20px 0px 20px 70px;
	}

.exhibition-contentBox h3 {
	padding-bottom: 10px;
	}

.exhibition-listing .exhibition-item:nth-child(even) .exhibition-pic-container {
	border-radius: 10px 150px 10px 10px;
	}

.exhibition-listing .exhibition-item:nth-child(even) .exhibition-order1 {
	order: 2;
	}

.exhibition-listing .exhibition-item:nth-child(even) .exhibition-order2 {
	order: 1;
	}

.exhibition-listing .exhibition-item:nth-child(even) .exhibition-contentBox {
	max-width: 500px;
	padding: 20px 70px 20px 0px;
	}

.anticipating-section {
	padding: 100px 0px 0px;
	}

.anticipating-iconBox {
	text-align: center;
	margin-bottom: 90px;
	}

.anticipating-icon {
	margin-bottom: 20px;
	}

.anticipating-icon img {
	max-height: 80px;
	}

.anticipating-iconBox h6 {
	padding: 0px 0px;
	}

.glimpse-listing {
	margin-bottom: 50px;
	}

.glimpseItem-box {
	position: relative;
	display: block;
	color: #FFFFFF;
	background: #9C7856;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

.glimpseItem-box a {
	color: #FFFFFF;
	}

.glimpseItem-box:hover {
	background: #374957;
	background-image: url(../images/glimpseBG.png);
	background-position: right center;
	background-repeat: no-repeat;
	}

.glimpseItem-content h4 {
	font-size: 21px;
	color: #ffffff;
	padding-bottom: 10px;
	}

.glimpseItem-content h3 {
	color: #ffffff;
	}

.glimpseItem-pic {
	width: 100%;
	height: 100%;
	}
	
.glimpseItem-pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	}

.glimpseItem-content {
	padding: 20px 50px;
	}

.poppinsFont {
	font-family: "Poppins", sans-serif;
	}
	
.glimpseItem-content p {
	margin-bottom: 10px;
	}

.iec-contentBox {
	max-width: 600px !important;
	}

.ulGrid-col {
	column-count: 2;
	column-gap: 15px;
	}

.glimpseItem-content ul li {
	color: #ffffff;
	padding: 0px 0px 10px 20px !important;
	}

.glimpseItem-content ul li::before {
	margin-left: -20px !important;
	background: #ffffff !important;
	}

.glimpseItem-content .viewMore-btn {
	text-decoration: none;
	}

.glimpseItem-box a:hover .viewMore-btn {
	text-decoration: underline;
	}

.glimpseItem-content ul.ul-listing {
	margin: 0px 0px 15px;
	}

/*Shop*/

.shop-container {
	z-index: 11;
	padding: 100px 0px 80px;
	}

.shop-container .pageBg-icon {
	top: 700px;
	}

.shop-mainContentArea {
	position: relative;
	display: block;
	}

/* Filter Box */

.filter-box {
	position: relative;
	display: block;
    width: 100%;
    font-size: 16px;
	color: #303030;
	margin: 0px auto 30px;
	}

.filter-box-bottom {
	position: relative;
	display: block;
	padding: 20px 0px 0px;
	}

/* Filter Select */

.filter-select-box {
	position: relative;
	color: #303030;
    padding: 0px;
	font-size: 16px;
	vertical-align: top;
	display: inline-block;
	margin: 0px 0px 0px 0px;
	}

.filter-select-text {
	position: relative;
	font-size: 16px;
	margin: 0px 0px;
	color: #303030;
    font-weight: 400;
	line-height: normal;
	vertical-align: top;
	display: inline-block;
	padding: 11px 12px 0px 0px;
	}

.filter-select-text span {
	position: relative;
	color: #303030;
	}

.filter-select-box .NiceSelect {
	vertical-align: top;
	display: inline-block;
    }

.filter-select-box .nice-select {
	height: auto;
	border: none;
	font-size: 16px;
	color: #303030;
	font-weight: 400;
	border-radius: 0px;
	padding: 10px 55px 10px 20px;
	background: rgba(224, 224, 224, 0.5) !important;
	border: 1px solid rgba(224, 224, 224, 0.5) !important;
	}

.filter-select-box .nice-selected .nice-select .current {
	font-weight: 400;
	color: #000000;
	}

.filter-select-box strong,
.filter-select-box b,
.filter-select-text strong,
.filter-select-text b {
	font-weight: 700;
	}

.filter-showingText {
	position: relative;
	display: block;
	font-size: 16px;
	color: #303030;
    font-weight: 400;
	}

.filter-showingText span {
	color: #000000;
	}

/* Products Listing */
	
.csm-products-listing,
.woocommerce .products ul,
.woocommerce ul.products {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0px -15px;
	padding: 0px 0px 10px;
	list-style-type: none;
	}
	
.csm-product-item,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	position: relative;
	display: flex;
	float: left;
	width: 25%;
	font-size: 16px;
	line-height: 1.6;
	padding: 0px 15px;
	align-self: stretch;
	margin: 0px 0px 30px;
	}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width: 25% !important;
	margin: 0px 0px 30px !important;
	padding: 0px 15px !important;
    }

.csm-product-item-inner {
	position: relative;
	display: block;
    padding: 0px;
	width: 100%;
	height: 100%;
	color: #303030;
	overflow: hidden;
	border-radius: 0px;
	background: #ffffff;
	border: 1px solid #C4C4C4;
	}

.csm-product-photo-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	padding-bottom: 100%;
	}

.csm-product-photo-container > a,
.csm-product-photo-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.csm-product-photo-container figure img {
    position: relative !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	-o-object-fit: cover !important;
	object-fit: cover !important;
	-o-object-position: center !important;
	object-position: center !important;
	}

.product-btns-group {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	padding: 0px 0px 15px;
	}
	
.product-btns-group a {
	position: relative;
	display: block;
	width: 100%;
	font-size: 16px !important;
	font-weight: 400;
	color: #9C7856 !important;
	line-height: 22px;
	border-radius: 5px !important;	
	padding: 13px  25px !important;
	letter-spacing: 0.32px !important;
    background: #ffffff !important;
    border: 1px solid #ffffff !important;
	}

.product-btns-group .add-to-wishlist-btn {
    margin-top: 0px;
    }

.product-btns-group a:hover {
    color: #ffffff !important;
    background: #101010 !important;
    border-color: #101010 !important;
	}

.product-btns-group .yith-wcwl-add-to-wishlist {
    margin-top: 0px !important;
    }

.product-btns-group .feedback,
.product-btns-group .add-to-cart-btn > a.added {
    display: none !important;
    }

.product-btns-group .view-product-btn > a {
	}

.product-btns-group .view-product-btn > a:hover {
	}

.product-btns-group .add-to-cart-btn > a img {
    max-height: 27px;
	}

.product-btns-group .add-to-cart-btn > a:hover {
	}

.csm-product-description-box,
.csm-product-description-box > a,
.csm-product-short-description {
    position: relative;
    display: block;
    width: 100%;
	padding: 0px;
	overflow: hidden;
    margin: 0px auto;
	}

.csm-product-description-box > a {
    height: 100%;
	padding: 30px 20px 25px;
	}

.csm-product-description-box {
    margin: 0px 0px;
	}

.csm-product-short-description {
    margin: 0px 0px 18px;
	}

.csm-product-price-box,
.csm-product-star-rattings {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: #303030;
    padding-bottom: 0px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}
	
.csm-product-name {
	font-family: "DM Serif Display", serif;
	font-size: 21px;
	color: #101010;
	line-height: normal;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.csm-product-price-box {
    padding: 0px;
	}

.csm-product-price-box,
.csm-product-price-box bdi,
.csm-product-price-box ins bdi {
	font-family: "Poppins", sans-serif;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #233684;
	letter-spacing: -0.60px;
	text-transform: uppercase;
    }

.csm-product-price-box bdi {
	color: #9C7856;
	}

.price>del, .csm-product-price-box del bdi {
    color: rgb(211, 0, 0);
    font-weight: 500;
	font-size: 18px;
	margin-right: 10px;
	text-decoration: none;
    }

.csm-product-price-box ins bdi {
	font-weight: 400;
	color: #C4C4C4 !important;
	text-decoration: line-through;
	}

.csm-product-price-box .price {
    display: flex !important;
    line-height: 1;
    }

.csm-product-price-box del {
    opacity: 1 !important;
    }

.csm-product-price-box del bdi,
.csm-product-price-box del span,
.price>del {
    display: flex !important;
    line-height: 1;
    }

.price>del {
    order: 1;
    }

.price>ins {
    order: 1;
    margin-bottom: 10px;
    text-decoration: none;
    }

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
    color: inherit !important;
    font-size: inherit !important;
    margin-bottom: 0px !important;
    font-weight: inherit !important;
    }
	
.csm-product-item p {
	margin: 15px auto 0px;
	}

.csm-product-stock-wrapper {
	position: absolute;
    display: block;
    z-index: 11;
	top: 0px;
    left: 0px;
	}

.csm-product-stock {
	position: relative;
    display: block;
	font-size: 14px;
	color: #ffffff;
    font-weight: 600;
	padding: 2px 15px;
	background: #009E2B;
	letter-spacing: 0.12px;
	text-transform: uppercase;
	}

.csm-product-stock span {
	position: relative;
    display: block;
	}

.sale .csm-product-stock {
	background: #E30016;
	}

.outOfStock .csm-product-stock {
	background: #494949;
	}

.addToWishlist-icon {
	position: relative;
	display: block;
	width: 100%;
	margin: 5px 0px;
	}

.addToWishlist-icon > a {
	position: relative;
	z-index: 7;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	line-height: 22px;
	padding: 13px 20px;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	background: transparent;
	border: 1px solid #ffffff;
	}

.addToWishlist-icon > a i {
	margin: 0px 0px !important;
	}

.addToWishlist-icon > a:hover .fa,
.addToWishlist-icon > a:hover .far,
.addToWishlist-icon > a:hover .fas,
.addToWishlist-icon > a:hover {
	color: #ffffff;
	background: #9C7856;
	border-color: #9C7856;
	}

.csm-products-slider .addToWishlist-icon a span,
.csm-product-item .addToWishlist-icon a span {
    display: none !important;
    }

.csm-product-mask-container {
	left: 0px;
	z-index: 9;
	width: 100%;
	height: 100%;
	bottom: -110%;
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	align-items: center;
	justify-content: center;
	background: rgba(156, 120, 86, 0.9);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.csm-product-item-inner:hover .csm-product-mask-container {
	bottom: 0px;
	}

.csmProduct-mask-content {
	position: relative;
	display: block;
	width: 100%;
	padding: 20px 30px;
	}

/* Product Btns Group */

.csm-product-btns-group {
	position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
	display: block;
    font-size: 16px;
    margin: 0px auto;
    font-weight: 400;
    max-width: 160px;
    text-align: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}
	
.csm-product-btns-group a {
	position: relative;
	color: #ffffff;
    min-width: 100%;
    font-weight: 400;
	overflow: hidden;
	margin: 0px auto;
	line-height: 20px;
	border-radius: 5px;
	padding: 14px 32px;
	white-space: nowrap;
	background: #0080ff;
	vertical-align: top;
	display: inline-block;
    text-transform: none;
    border: 1px solid #0080ff;
	text-decoration: none !important;
	}

.csm-product-item-inner:hover .csm-product-btns-group a,
.csm-product-item-inner:focus .csm-product-btns-group a,
.csm-product-btns-group a:hover,
.csm-product-btns-group a:focus {
	color: #ffffff;
	background: #000000;
    border-color: #000000;
	}

.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price ins {
    display: block !important;
    }

.csm-product-item-inner.OOS .csm-product-btns-group a {
    color: #ffffff;
    background: #6c6c6c;
    border-color: #6c6c6c;
    }

.csm-product-item-inner.OOS:hover .csm-product-btns-group a,
.csm-product-item-inner.OOS:focus .csm-product-btns-group a {
    opacity: 0.5;
	color: #ffffff;
    background: #000000;
    }

/* .added_to_cart.wc-forward {
    display: none !important;
    } */

.csm-product-item-inner.OOS .csm-product-price-box,
.csm-product-item-inner.OOS .csm-product-price-box bdi,
.csm-product-item-inner.OOS .csm-product-price-box ins bdi {
	color: #adadad;
	}

/* Sidebar */

.sidebar-container,
.mainContentAreaLeft {
    position: relative;
	order: 1;
	}
	
.mainContentArea,
.rightbar-container {
    position: relative;
	order: 2;
	}

.sidebar {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	}

.sidebar-filter-container {
	position: relative;
	display: block;
	color: #ffffff;
	padding: 40px 40px;
	border-radius: 0px;
	margin-bottom: 30px;
	background: #9C7856;
	}

/* Sidebar Nav */

.sideNav {
	position: relative;
	display: block;
    width: 100%;
    /*overflow: hidden;*/
	margin: 0px auto 0px;
	}

.accordion-btn-wrap {
	height: auto;
	text-align: right;
	top: 2px !important;
	}

.sidebarHeading {
	font-family: "DM Serif Display", serif;
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 25px;
	text-align: left;
    font-weight: 700;
	line-height: 1.4;
	margin-bottom: 15px;
	padding: 0px 0px 15px;
	border-bottom: 1px solid rgba(256, 256, 256, 0.5);
	}

.sideNav ul {
	position: relative;
	padding: 0px;
    font-size: 16px;
	text-align: left;
	overflow: hidden;
	margin: 0px auto;
	font-weight: 500;
	list-style-type: none;
	}
	
.sideNav ul>li {
	position: relative;
	display: block;
	margin-bottom: 10px;
	}

.sideNav ul>li>a {
	color: #ffffff;
	text-transform: capitalize;
	}
	
.sideNav>ul>li:last-child {
	margin: 0px 0px;
	}
	
.sideNav ul>li:hover>a, .sideNav ul>li.selected>a {
	color: #ffffff;
	text-decoration: underline;
	}

.sideNav ul>li.selected>a {
	font-weight: 600;
	}
/*Shop Detalis*/

.shop-top-container {
	position: relative;
	display: block;
	padding: 100px 0px 80px;
	}

.shop-top-container>.container>.row>.col-lg-5 {
	width: 48%;
	}

.shop-top-container>.container>.row>.col-lg-7 {
	width: 52%;
	}

/* Product Gallery Container */
	
.csm-productGalleryContainer {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0px auto;
	}
	
.csm-productGalleryBox {
	position: relative;
	overflow: hidden;
	display: block;
    padding-bottom: 1px;
	border: 1px solid #C4C4C4;
	}
	
.csm-productSlideItem {
	position: relative;
	display: block;
	width: 100%;
	}
	
.csm-productImageItem {
	position: relative;
	display: block;
	height: 0px;
	width: 100%;
	overflow: hidden;
	margin: 0px auto;
	padding-bottom: 100%;
	background: #ffffff;
	}
	
.csm-productImageItem figure {
	position: absolute;
	overflow: hidden;
	top: 0px;
    left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 0px;
    display: block;
    text-align: center;
	margin: 0px auto !important;
	}
	
.csm-productImageItem figure img {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	-o-object-fit: cover !important;
	object-fit: cover !important;
	-o-object-position: center !important;
	object-position: center !important;
	}
	
.thumbSliderBox {
	position: relative;
	display: block;
	width: 100%;
	padding: 20px 100px 0px 100px;
	}

.csm-productThumbSlider {
	margin: 0px -10px;
	}

.thumbSliderBox .slick-slide > div {
	position: relative;
	display: block;
	padding: 0px;
    margin: 0px;
    font-size: 0px;
	}

.thumbSlideItem {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px 5px;
	text-align: center;
	margin: 0px 0px 0px;
	}
	
.csm-productThumbItem {
	position: relative;
	display: block;
	height: 0px;
	width: 100%;
	cursor: pointer;
    overflow: hidden;
	margin: 0px auto;
	padding-bottom: 100%;
	background: #ffffff;
	border: 1px solid #C4C4C4;
	}

.slick-current .csm-productThumbItem {
    opacity: 1;
	outline: 1px solid #9C7856 !important;
	}
	
.csm-productThumbItem figure {
	position: absolute;
	padding: 0px;
	top: 0px;
    left: 0px;
	right: 0px;
	bottom: 0px;
    display: block;
    overflow: hidden;
	padding: 10px 10px;
    text-align: center;
	margin: 0px auto !important;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}
	
.csm-productThumbItem figure img {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	-o-object-fit: scale-down !important;
	object-fit: scale-down !important;
	-o-object-position: center !important;
	object-position: center !important;
	}

.thumbSliderBox .slick-prev {
	left: -70px;
	}

.thumbSliderBox .slick-next {
	right: -70px;
	}

/* .thumbSliderBox .slick-prev,
.thumbSliderBox .slick-next {
	width: auto;
	height: auto;
	opacity: 0.6;
	font-size: 22px;
	color: #333333;
	border: transparent;
	line-height: normal;
	background: transparent;
	}

.thumbSliderBox .slick-prev:hover,
.thumbSliderBox .slick-next:hover,
.thumbSliderBox .slick-prev:focus,
.thumbSliderBox .slick-next:focus {
	opacity: 1;
	color: #333333;
	background: transparent !important;
	} */

.csm-productSlideItem a { display: block;position: absolute;top: 0px;right: 0px; font-size: 20px;width: 100%;height: 100%;text-align: right;padding: 20px;opacity: 0;transition: all 0.2s linear;z-index: 1;}	

/* Product Details Box */

.csm-product-details-box {
    position: relative;
    display: block;
    width: 100%;
	font-weight: 400;
    padding: 0px 0px 0px 50px;
	}

.csm-product-details-box .pageTitle {
	padding-bottom: 20px;
	}

.csm-product-details-box .pageTitle h1,
.csm-product-details-box .pageTitle h2 {
	}

.csm-product-details-box .csm-product-price-box {
	margin-bottom: 20px;
	}

.csm-product-details-box .csm-product-price-box,
.csm-product-details-box .csm-product-price-box bdi,
.csm-product-details-box .csm-product-price-box ins bdi {
	font-size: 25px;
	}

.csm-product-details-box .csm-product-price-box .price {
	justify-content: left;
	}

.csm-product-details-box .csm-product-price-box ins {
	margin-right: 15px;
	}

.csm-product-details-box .csm-product-price-box del bdi {
	font-size: 25px;
	}

.csm-product-availability,
.csm-product-instock {
	position: relative;
	display: block;
    padding: 0px;
	color: #757575;
	font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
	}

.csm-product-instock {
	color: #009E2B;
	font-weight: 700;
	}

.csm-pro-desBox {
	position: relative;
	display: block;
	margin-bottom: 30px;
	}

.block-title {
	position: relative;
	display: block;
	font-size: 16px;
    line-height: 1.4;
	font-weight: 400;
	color: #757575;
	padding-bottom: 10px;
	}

.csm-product-details-box hr {
	margin: 22px 0px;
	height: 1px;
	}

.csm-product-quantity {
	position: relative;
	font-size: 0px;
	display: flex;
	color: #303030;
	overflow: hidden;
	max-width: 120px;
	border-radius: 0px;
	align-items: center;
	white-space: nowrap;
	padding: 0px 0px 0px;
	margin: 0px !important;
	background: #FEFEFE;
	justify-content: space-between;
	border: 1px solid rgba(48, 48, 48, 0.3) !important;
	}

.csm-product-quantity input[type=number]::-webkit-inner-spin-button,
.csm-product-quantity input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
	}

.csm-product-quantity input[type=number] {
	-moz-appearance: textfield;
	}

.csm-product-quantity input {
	position: relative !important;
	min-width: 40px !important;
	height: 48px !important;
	padding: 5px 30px 5px 20px !important;
	margin: 0 2px !important;
	font-weight: 400 !important;
	/*border: none !important;*/
	color: #303030 !important;
	font-size: 16px !important;
	max-width: 100% !important;
	overflow: hidden !important;
	box-shadow: none !important;
	line-height: 38px !important;
	text-align: left !important;
	border-radius: 0px !important;
	background: #FEFEFE !important;
	display: inline-block !important;
	vertical-align: middle !important;
	border: 1px solid transparent !important;
	}

.csm-product-quantity input:focus {
	outline: 0;
	}

.quantity-button {
	position: absolute;
	top: 6px;
	right: 15px;
	z-index: 2;
	font-size: 14px;
	cursor: pointer;
	color: #333333;
	overflow: hidden;
	text-align: center;
	line-height: normal;
	display: inline-block;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	}

.quantity-button:hover {
	color: #9C7856 !important;
	background: transparent !important;
	}

.quantity-button.quantity-down {
	top: auto;
	bottom: 6px;
	}

.quantity-button.quantity-up {
	}
	
.quantity-button:hover,
.quantity-button:focus {
	color: #9C7856;
	box-shadow: none;
	border-color: #F8F8F8;
	background-color: #F8F8F8;
	}

.quantity-button.quantity-down:hover,
.quantity-button.quantity-down:focus {
	}

.quantity-button.quantity-up:hover,
.quantity-button.quantity-up:focus {
	}

.csm-product-btns-container .addToCartBtn a,
.csm-product-btns-container .addToWishlistBtn a,
.csm-product-btns-container .viewProductBtn a,
.csm-product-btns-container .addToCartBtn button,
.csm-product-btns-container .addToWishlistBtn button {
    min-width: 180px;
    }

.csm-product-quantity-container .form-custom-select {
    min-width: 115px;
    }

.csm-product-quantity-container .row {
	margin: 0px -6px;
	}

.csm-product-quantity-container .row .col-md-12,
.csm-product-quantity-container .row .col,
.csm-product-quantity-container .row .col-auto {
	padding: 0px 6px;
	}

.csm-social-media {
	position: relative;
	display: block;
	}
	
.csm-social-media ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	margin: 0px -10px;
	align-items: center;
	list-style-type: none;
	}
	
.csm-social-media ul li {
	padding: 0px 10px 10px;
	}

.csm-social-media h5 {
	font-family: "Oxygen", sans-serif;
	font-size: 16px;
	color: #555555;
	font-weight: 400;
	padding: 0px 5px 0px 0px;
	}

.csm-social-media ul li a {
	position: relative;
	display: block;
	font-size: 16px;
	color: #555555;
	}

.csm-social-media ul li a:hover {
	color: #9C7856;
	}

/* Add To Cart Button */

.addToCartBtn {	
	position: relative;
	z-index: 1;
    padding: 0px;
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin: 0px auto 0px;
	text-transform: none;
	}

.addToCartBtn a,
.addToCartBtn button,
.woocommerce button.button.alt {	
	position: relative;
	color: #ffffff;
	width: 100%;
	margin: 0px auto;
	line-height: 24px;
	padding: 12px 30px;
	text-align: center;
	border-radius: 0px;
	white-space: nowrap;
	vertical-align: top;
	background: #9C7856;
	display: inline-block;
	letter-spacing: 0.32px;
	text-transform: capitalize;
    border: 1px solid #9C7856;
	text-decoration: none !important;
	}

.addToCartBtn a:hover,
.addToCartBtn a:focus,
.addToCartBtn button:hover,
.addToCartBtn button:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus {
	color: #ffffff;
    background: #374957;
    border-color: #374957;
	}

.addToCartBtn button.disabled,
.woocommerce button.button.alt.disabled {
    border-color: #374957 !important;
	background: #374957 !important;
	}

.woocommerce div.product form.cart .reset_variations,
.screen-reader-text {
    display: none !important;
    }

/* Add To Wishlist And View Product Button */

.csm-product-details-box .yith-wcwl-add-to-wishlist {
    margin-top: 0px !important;
    }

.addToWishlistBtn,
.viewProductBtn {
	position: relative;
	z-index: 1;
    padding: 0px;
	display: block;
	font-size: 20px;
	font-weight: 700;
	margin: 0px auto 0px;
	text-transform: none;
	}

.addToWishlistBtn a,
.viewProductBtn a,
.addToWishlistBtn button, 
.woocommerce .addToWishlistBtn a.button.add_to_wishlist, 
.woocommerce .addToWishlistBtn a.delete_item.button.alt {	
	position: relative;
	color: #101010;
	width: 50px;
	height: 50px;
	margin: 0px auto;
	line-height: 50px;
	padding: 0px 0px;
	text-align: center;
	border-radius: 52px;
	white-space: nowrap;
	vertical-align: top;
	background: transparent;
	display: inline-block;
    border: 1px solid transparent;
	text-decoration: none !important;
	}

.addToWishlistBtn .fa {
    vertical-align: middle;
	}

.addToWishlistBtn a:hover,
.addToWishlistBtn a:focus,
.viewProductBtn a:hover,
.viewProductBtn a:focus {
	color: #374957;
    background: transparent;
    border-color: transparent;
	}

/* .addToWishlistBtn button, 
.woocommerce .addToWishlistBtn a.button.add_to_wishlist, 
.woocommerce .addToWishlistBtn a.delete_item.button.alt {
    position: relative !important;
    min-width: 100%;
    white-space: nowrap;
    margin: 0px auto 0px;
    text-transform: none;
    z-index: 1 !important;
    color: #111111 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    text-align: center !important;
    border-radius: 0px !important;
    background: #ffffff !important;
    vertical-align: top !important;
    display: inline-block !important;
	padding: 9px 30px 9px !important;
    border: 1px solid #ffffff !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	} */

.addToWishlistBtn button, 
.woocommerce .addToWishlistBtn a {
    /*min-width: inherit;
    width: 60px;
    height: 60px;
    font-size: 20px;
    padding: 15px 10px !important;
    background: #cfcfcf !important;
    border-color: #cfcfcf !important;*/
	}

.addToWishlistBtn button .fa,
.addToWishlistBtn button .far,
.addToWishlistBtn button .fas,
.woocommerce .addToWishlistBtn a .fa,
.woocommerce .addToWishlistBtn a .far,
.woocommerce .addToWishlistBtn a .fas {
    margin: 0px auto !important;
	}

.addToWishlistBtn button:hover,
.addToWishlistBtn button:focus, 
.woocommerce .addToWishlistBtn a:hover,
.woocommerce .addToWishlistBtn a:focus,
.woocommerce .addToWishlistBtn a.button.add_to_wishlist:hover, 
.woocommerce .addToWishlistBtn a.button.add_to_wishlist:focus,
.woocommerce .addToWishlistBtn a.button.delete_item:hover, 
.woocommerce .addToWishlistBtn a.button.delete_item:focus {
    color: #ffffff !important;
	background: #374957 !important;
    border-color: #374957 !important;
	}

.shop-tabs-section {
	position: relative;
	display: block;
	}

ul.nav-tabs.tabstyle2 {
	position: relative;
	display: flex;
	border: none;
	width: auto;
	padding: 0px;
	margin: 0px 0px;
	font-size: 30px;
	font-weight: 700;
	text-transform: none;
	align-content: center;
	list-style-type: none;
	justify-content: center;
	border-bottom: 1px solid #A5A5A5;
	}

ul.nav-tabs.tabstyle2 li.nav-item {
	position: relative;
	border: none;
	z-index: 1;
	margin: 0px 0px;
	line-height: 36px;
	padding: 0px 30px;
	}

ul.nav-tabs.tabstyle2 li.nav-item a {
	position: relative;
	border: none;
	line-height: 1.1;
	color: #333333;
	margin: 0px auto;
	text-align: left;
	text-align: center;
	padding: 0px 0px 20px;
	border-bottom: none;
	background: transparent;
	border-radius: 0px 0px;
	text-transform: capitalize;
	text-decoration: none !important;	
	}

ul.nav-tabs.tabstyle2 li.nav-item a::before {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 0px;
	height: 3px;
	content: '';
	background: #EE2E24;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

ul.nav-tabs.tabstyle2 li.nav-item a:hover::before,
ul.nav-tabs.tabstyle2 li.nav-item a.active:before {
	width: 100%;
	}

ul.nav-tabs.tabstyle2 li.nav-item a:hover,
ul.nav-tabs.tabstyle2 li.nav-item a.active {
    opacity: 1;
	color: #333333;
	background: transparent;
	}

.shop-tabs-body {
	position: relative;
	display: block;
	}

.tabs-shop-body {
	position: relative;
	display: block;
	font-size: 16px;
	padding: 50px 0px 80px;
	}

.tabs-shop-body ul li {
	padding-bottom: 3px;
	}
	
.tabs-shop-body h4 {
	font-size: 20px;
	}

.shop-featured-section {
	padding: 100px 0px ;
	background: rgba(244, 244, 244, 0.95);
	}

.shop-featured-section .pageTitle {
	padding-bottom: 35px;
	}

.product-slider {
	margin: 0px -13px;
	}

.product-slider .product-slide {
	padding: 10px 13px;
	}

.product-slider li.csm-product-item {
	width: 100% !important;
	margin: 0px 0px !important;
	padding: 0px 0px !important;
	}

/* Accordion Button */

.sideNav ul li.has-subnav .accordion-btn {
    font-size: 16px;
	color: #000000;
	text-align: right;
	height: auto !important;
	line-height: normal !important;
	}
	
.sideNav .accordion-btn-wrap.accordion-active .accordion-btn {
	color: #000000;
	text-align: right;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

@media (min-width: 992px) {
	.hide-sm-screen { display: block !important; }
	}

@media (max-width: 991.98px) {
	.hide-sm-screen { display: none; }
	.btn-control { display: block; }
	.accordion-btn-wrap + .accordion-btn-wrap { display: none !important; }
	}

.yith-woocommerce-ajax-product-filter.with-checkbox ul li.has-subnav ul li,
.yith-woocommerce-ajax-product-filter ul li {
	position: relative;
	display: block;
	padding: 0px;
    border: none !important;
	line-height: 24px !important;
	margin: 0px auto 15px !important;
	}

.yith-woocommerce-ajax-product-filter.with-checkbox ul li.has-subnav ul li a,
.yith-woocommerce-ajax-product-filter ul li a {
    position: relative;
    color: #000000;
    display: block;
    padding: 0px 0px 0px 30px !important;
	}

.sidebar .btn,
.rightbar .btn {
    width: auto;
    margin: 0px auto;
	}

.reset-btn {
    margin: 0px !important;
    }

.reset-btn img {
    position: relative;
    max-width: 18px;
    max-height: 18px;
    }
	
/* Pagination */

.pagination-wrapper {
	position: relative;
	display: block;
	padding: 20px 15px;
	text-align: center;
	border-radius: 50px;
	background: #F8F1F0;
	}

.pagination-row {
    justify-content: center;
    }
	
/* Pagination */

.pagination, .page-item .page-link {
	border-radius: 50px !important;
	}
	
.page-item:first-child .page-link {
	}
	
.page-item:last-child .page-link {
	}

.pagination {
    flex-wrap: wrap;
    margin: 0px -8px;
	align-items: center;
    }
	
.page-item {
    font-weight: 400;
	margin: 0px 8px;
	font-size: 16px;
	}
	
.page-link {
	position: relative;
	display: block;
	width: auto;
	height: auto;
	padding: 0px;
    border: none;
    color: #303030;
    font-weight: 400;
	margin: 0px auto;
	line-height: normal;
	text-align: center;
	background: transparent;
	}

.page-item.page-prev {
	margin-right: 15px;
	}

.page-item.page-next {
	margin-left: 15px;
	}

.page-item.page-prev .page-link,
.page-item.page-next .page-link {
	font-size: 14px;
    color: #303030;
    background: transparent;
	}
	
.page-item.disabled .page-link {
	opacity: 0.1;
	}
	
.page-link:hover,
.page-link:focus,
.page-item.active .page-link,
.page-item.page-prev .page-link:hover,
.page-item.page-prev .page-link:focus,
.page-item.page-prev.active .page-link,
.page-item.page-next .page-link:hover,
.page-item.page-next .page-link:focus,
.page-item.page-next.active .page-link {
    color: #9C7856;
	background: transparent;
	}
	
.page-item.active .page-link {
	font-weight: 500;
	}

/* Content Area */

.contentArea {
	position: relative;
	display: block;
	margin: 0px auto;
	padding: 0px 0px;
	}

/* Content Style */

.inner-banner {
	position: relative;
	width: 100%;
    padding: 0px;
	display: block;
	margin: 0px auto 0px;
	}

.inner-banner figure {
	position: relative;
	display: block;
	width: 100%;
    padding: 0px;
	overflow: hidden;
	margin: 0px auto;
	}

.inner-banner figure::after {
	position: absolute;
	inset: 0px;
	z-index: 1;
	content: '';
	height: 150px;
	background: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 70%); 
	}

.inner-banner figure img {
    position: relative;
	height: 100%;
	width: 100%;
	min-height: 100px;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	border-radius: 0px 0px 200px 200px;
	}

.inner_banner_caption {
	position: absolute;
	z-index: 7;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	display: block;
	margin: 0px auto;
	padding: 0px 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
    }

.inner_banner_caption .captionWrapper {
    position: relative;
	display: table;
	height: 100%;
	width: 100%;
	margin: 0px auto;
	}
	
.inner_banner_caption .captionContainer {
    position: relative;
	padding: 0px;
	padding-top: 10px;
	display: table-cell;
	vertical-align: middle;
	}
	
.inner_banner_caption .captionContainerInner {
	position: relative;
	display: block;
	margin: 0px;
	width: 100%;
	}

.inner_banner_caption .captionContainer .innerBannerHeading1 {
	color: #ffffff;
	font-size: 60px;
	font-weight: 400;
	line-height: 1.2;
	padding-bottom: 10px;
	}

.breadcrumb-container {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px 0px;
	}

.nobanner .breadcrumb-container {
	text-shadow: none;
	text-align: center;
	background: #F9F9F9;
	padding: 20px 0px 10px;
	}
	
.breadcrumb-container ul {
	position: relative;
	display: block;
	color: #FFFFFF;
	font-weight: 700;
	margin: 0px auto;
	padding: 0px 0px;
	text-transform: none;
	list-style-type: none;
	}

.nobanner .breadcrumb-container ul {
	color: #FFFFFF;
	}
	
.breadcrumb-container ul li {
	position: relative;
	line-height: 24px;
	font-size: 16px;
	margin: 0px 0px;
	padding: 0px 0px;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0.36px;
	}

.nobanner .breadcrumb-container ul li {
	margin-bottom: 10px;
	}

.breadcrumb-container ul li:first-child {
	text-shadow: none;
	}

.breadcrumb-container ul li a {
	position: relative;
	display: block;
	margin: 0px 0px;
	padding: 0px 0px;
	font-weight: 400;
	overflow: hidden;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.5);
	}

.nobanner .breadcrumb-container ul li a,
.nobanner .breadcrumb-container ul li a:after {	
	color: #757575;
	}

.breadcrumb-container ul li a:after {
	font-family: "Font Awesome 6 Free";
	content: '\f101';
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 10px 0px 14px;
	color: rgba(255, 255, 255, 0.5);
	}
	
.breadcrumb-container ul li a:hover,
.breadcrumb-container ul li.selected a,
.nobanner .breadcrumb-container ul li a:hover,
.nobanner .breadcrumb-container ul li.selected a {
	color: #ffffff;
	}

.pageTitle {
	position: relative;
	display: block;
    width: 100%;
	color: #555555;
	margin: 0px auto;
	padding: 0px 0px 50px;
	}

.pageTitle h1,
.pageTitle h2 {
	line-height: 1.25;
	padding-bottom: 0px;
	}

.uppercase {
	text-transform: uppercase !important;
	}
	
.NoUppercase {
	text-transform: none !important;
	}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "DM Serif Display", serif;
	position: relative;
	font-size: 40px;
	margin: 0px 0px;
	line-height: 1.25;
	font-weight: 400;
	color: #101010;
	text-transform: none;
	padding: 0px 0px 20px;
	}
	
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, .h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong {
	font-weight: 400;
	}
	
h2, .h2 {
	font-size: 40px;
	}
	
h3, .h3 {
	font-size: 30px;
	}
	
h4, .h4 {
	font-size: 25px;
	}
	
h5, .h5 {
	font-size: 20px;
	}

h6, .h6 {
	font-size: 18px;
	}

p {
    margin: 0 0 15px;
	line-height: 1.6;
	}

p:last-child {
	margin: 0px 0px;
	}

p[align=center] {
    text-align: center !important;
    }

p[align=left] {
    text-align: left !important;
    }

p[align=right] {
    text-align: right !important;
    }

ul.ul-listing {
	display: block;
	padding: 0px;
	width: 100%;
	color: #555555;
	font-size: 16px;
	text-align: left;
	font-weight: 400;
	margin: 0px 0px 25px;
	list-style-position: inside;
	}

ul.ul-listing.text-center {
	text-align: center;
	}
	
ul.ul-listing li {
	position: relative;
	list-style-type: none;
	padding: 0px 0px 10px 30px;
	}
	
ul.ul-listing li:before {
	position: absolute;
    content: '';
	top: 10px;
	left: auto;
	width: 6px;
	height: 6px;
    font-size: 14px;
	font-weight: 900;
	margin-left: -30px;
    border-radius: 100%;
	background: #828282;
	}


ul.ul-listing li p {
	margin-bottom: 0px;
	}

ul.ul-listing ul {
	margin: 10px 0px 0px;
	}
	
.imgLeft {
	position: relative;
	float: left;
	width: auto;
    height: auto;
	max-width: 100%;
	clear: left !important;
	margin: 5px 40px 40px 0px;
	}
	
.imgRight {
	position: relative;
	float: right;
	width: auto;
    height: auto;
	max-width: 100%;
	clear: right !important;
	margin: 5px 0px 40px 40px;
	}
	
/* Slick Slider */

.slick-dotted.slick-slider {
	margin-bottom: 0px;
	}
	
.slick-slide > div {
	position: relative;
	display: block;
	padding: 0px;
    margin: 0px;
    font-size: 0px;
	}
	
.slick-slide img {
	display: inline-block;
	}
	
.slick-prev,
.slick-next {
	background: none;
	display: flex;
	z-index: 5;
	width: 55px;
	height: 55px;
	font-size: 20px;
	color: #707070;
	border-radius: 50px;
	align-items: center;
    transition: all 0.3s;
	justify-content: center;
	border: 1px solid transparent;
	background-color: transparent;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
	background-position: center center;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	}

.slick-prev:before,
.slick-next:before {
	display: none;
	}
	
.slider-nav {
	margin-left: 0px;
	margin-right: 0px;
	}

.slick-prev {
	left: -70px;
	}

.slick-next {
	right: -70px;
	}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: #ffffff;
	border-color: #374957;
	background-color: #374957;
	-webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
	}

.slick-dots {
	width: 100%;
	z-index: 5;
	left: 0%;
	bottom: -30px;
	font-size: 0px;
	margin: 0px auto 0px;
	}
	
.slick-dots li {
	position: relative;
	width: 12px;
	height: 12px;
	margin: 0px 6px;
	overflow: hidden;
	border-radius: 100%;
	background: transparent;
	border: 1px solid transparent;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.slick-dots li:hover,
.slick-dots li.slick-active {
	background: transparent;
	border-color: transparent;
	}
	
.slick-dots li button {
	padding: 0px;
	width: 100%;
	height: 100%;
	}

.slick-dots li button:before,
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	}

.slick-dots li button:before {
	line-height: 8px;
	font-size: 0px;
	content: '';
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	opacity: 0.3;
	overflow: hidden;
	border-radius: 100%;
	background: #000000;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	}
	
.slick-dots li:hover button:before,
.slick-dots li.slick-active button:before {
	opacity: 1;
	background: #000000;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	}

/* Link Button */

.link-btn,
.link-btn1 {
	position: relative;
	z-index: 1;
    padding: 0px;
	display: block;
	font-size: 16px;
	margin: 0px auto 0px;
	}

.link-btn a,
.link-btn1 a {
	position: relative;
	color: #FFFFFF;
	min-width: 150px;
	font-weight: 400;
	line-height: 20px;
	padding: 20px 30px;
	text-align: center;
	border-radius: 10px;
	vertical-align: top;
	background: #9C7856;
	display: inline-block;
	text-transform: capitalize;
	border: 1px solid #9C7856;
	text-decoration: none !important;
	}

.link-btn a:hover,
.link-btn1 a {
	color: #ffffff;
	background: #374957;
	border-color: #374957;
	}

.link-btn1 a:hover {
	color: #ffffff;
	background: #9C7856;
	border: 1px solid #9C7856;
	}

/* Footer Styles */

.footer-wrapper {
	font-family: "Poppins", sans-serif;
    position: relative;
    width: 100%;
	z-index: 7;
    padding: 0px 0px;
    margin: 0px auto;
    max-width: 1920px;
    background: #9C7856;
	}

.footLogo {
	margin-bottom: 30px;
	}

/* Footer Top */

.footer-top {
    position: relative;
    display: block;
	font-size: 16px;
    font-weight: 400;
	overflow: hidden;
	line-height: 24px;
    padding: 100px 0px 80px;
	color: rgba(255, 255, 255, 0.7);
	}

.ctcFooter-wrapp .footer-top {
    padding: 250px 0px 80px;
	}

.footer {
	position: relative;
	}
	
.footer .row {
	position: relative;
	justify-content: space-between;
	}
	
.footer p {
	text-align: inherit;
	}

.ftcol {
	position: relative;
	float: left;
	width: auto;
    max-width: 25%;
	padding: 0px 15px;
	}

.ftcol2 {
	min-width: 360px;
	}

.ftcol3 {
	min-width: 380px;
	}

/* Footer Head */
	
.footer-head {
	font-family: "Playfair Display", serif;
	position: relative;
	display: block;
	font-size: 21px;
    color: #ffffff;
    font-weight: 700;
	line-height: 1.2;
	margin: 0px 0px 30px;
	}

/* Footer Contact Info Box */

.footer-contact-info-box {
    position: relative;
	display: block;
    width: 100%;
    padding: 0px;
    margin: 0px 0px;
	}

.footer-location,
.footer-linkBox {
    position: relative;
    display: block;
    color: #E1E1E1;
	text-align: left;
    line-height: 26px;
    margin: 0px 0px 20px;
    padding: 0px 0px 0px 30px;
	}
	
.footer-contact-info-box .footer-location i,
.footer-contact-info-box .footer-linkBox i {
	position: absolute;
	top: 6px;
	left: 0px;
	font-size: 16px;
	color: #FFFFFF;
	}

.footer-contact-info-box a {
    color: #E1E1E1;
	}
	
.footer-contact-info-box a:hover {
	color: #ffffff;
	font-weight: 700;
	text-decoration: underline;
	}

/* Footer Nav */

ul.footer-nav.twoCol {
	column-count: 2;
	margin: 0px -15px;
	}

ul.footer-nav.twoCol li {
	padding: 0px 15px;
	}

ul.footer-nav {
    position: relative;
	display: block;
	padding: 0px;
	font-size: 16px;
	margin: 0px 0px;
	list-style-type: none;
	}

ul.footer-nav li {
    position: relative;
	display: block;
	margin: 0px auto 15px;
	}

ul.footer-nav li a {
	position: relative;
	display: block;
    color: #E1E1E1;
	}
	
ul.footer-nav li a:hover,
ul.footer-nav li.selected a {
    color: #ffffff;
	text-decoration: underline;
	}
	
ul.footSocial-media {
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	margin: 0px -10px;
	}

ul.footSocial-media>li {
	position: relative;
	display: block;
	padding: 0px 10px 20px;
	}

ul.footSocial-media>li>a {
	width: 45px;
	height: 45px;
	display: flex;
	font-size: 20px;
	color: #E1E1E1;
	position: relative;
	align-items: center;
	border-radius: 50px;
	justify-content: center;
	border: 2px solid #E1E1E1;
	}

ul.footSocial-media>li>a:hover {
	color: #9C7856;
	background: #FFFFFF;
	border-color: #FFFFFF;
	}

/* Footer Bottom */

.footer-bottom {
    position: relative;
    display: block;
	overflow: hidden;
	padding: 12px 0px;
	color: #626262F2;
	background: #ffffff;
	}

/* Copyright */

.copyright {
	font-family: "Oxygen", sans-serif;
	position: relative;
	display: block;
	font-size: 14px;
	margin: 0px auto;
	color: #626262F2;
    line-height: 25px;
	}

.floating-whatsapp {
	position: fixed;
	right: 10px;
	z-index: 991;
	bottom: 150px;
	font-size: 25px;
	font-weight: 700;
	}

.floating-whatsapp a {
	position: relative;
	display: block;
	color: #fff;
	width: 60px;
	height: 60px;
	padding: 15px;
	overflow: hidden;
	line-height: 40px;
	text-align: center;
	border-radius: 100%;
	background: #25D366;
	}

.floating-whatsapp .fab {
	display: block;
	position: relative;
	line-height: 28px;
	}

.floating-whatsapp a:hover {
	color: #fff;
	background: #01843b;
	}

/* Footer Payment Options */

ul.footer-payment-options {
	position: relative;
	display: block;
	padding: 0px;
    font-size: 0px;
	margin: 0px -4px;
	list-style-type: none;
	}
	
ul.footer-payment-options li {
    position: relative;
	padding: 0px 4px;
    font-size: 14px;
	line-height: 30px;
	margin: 5px auto 5px;
    display: inline-block;
    vertical-align: middle;
	}

ul.footer-payment-options li a,
ul.footer-payment-options li img {
	position: relative;
	overflow: hidden;
	display: block;
	}

ul.footer-payment-options li img {
    width: auto;
    max-height: 25px;
	}

/* Contact Info Container */

.contact-container {
	padding: 100px 0px;
	background-repeat: no-repeat;
	background-position: bottom right;
	}

.contact-container>.wide-container>.row>.col-lg-7 {
	width: 59%;
	}

.contact-container>.wide-container>.row>.col-lg-5 {
	width: 41%;
	}

.contact-info-box {
	padding: 47px 0px 10px;
	}

.contact-info-box .pageTitle h2 {
	padding-bottom: 20px;
	}

.company-innerinfo-box {
	margin: 0px 0px 35px;
	}

.company-info-icon {
	position: relative;
	display: flex;
	width: 75px;
	height: 75px;
	color: #ffffff;
	margin: 0px auto;
	padding: 15px 15px;
	align-items: center;
	border-radius: 100px;
	background: #374957;
	justify-content: center;
	border: 1px solid #374957;
	}

.company-innerinfo-box h6 {
	font-size: 18px;
	color: #555555;
	padding: 0px 0px 15px;
	}

.company-innerinfo-box p {
	margin-bottom: 5px;
	}

.company-innerinfo-box p:last-child {
	margin-bottom: 0px;
	}

.company-innerinfo-box a {
	color: #555555;
	}

.company-innerinfo-box a:hover {
	color: #000000;
	text-decoration: underline;
	}

.map-container {
	position: relative;
	display: block;
	width: auto;
	height: 420px;
	overflow: hidden;
	border-radius: 10px;
	}

.map-container iframe {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	overflow: hidden;
	}

.zIndex2 {
	z-index: 2;
	}

/* Nice Select */

.NiceSelect {
	position: relative;
	display: flex;
	}

.NiceSelect span {
	position: relative;
	width: 100%;
	}

.NiceSelect select {
	display: none;
	}

.nice-select {
	width: 100%;
    height: 62px;
    font-size: 16px;
	color: #828282;
    border-radius: 10px;
    line-height: normal;
    background: #ffffff;
    border: 1px solid #ffffff;
    padding: 19px 50px 17px 30px;
	}

.nice-select,
.nice-select .list {
	font-size: 16px;
	font-weight: 400;
	color: #828282;
	border-radius: 10px;
	background: #ffffff;
	border: 1px solid #ffffff;
	}

.nice-select.open, .nice-select:active, .nice-select:focus, .nice-select:hover, .nice-selected .nice-select {
	border-color: #374957;
	background-color: #ffffff;
	}

/* .nice-select .current {
	opacity: 1;
	font-weight: 500;
	color: #1F1F1F;
	} */

.nice-selected .nice-select .current {
	opacity: 1;
	font-weight: 400;
	color: #101010;
	}

.nice-select:after {
	font-family: "Font Awesome 6 Free";
	position: absolute;
	border: none;
	top: 50%;
	right: 30px;
	width: auto;
	height: auto;
	color: #555555;
	display: block;
	line-height: 1;
	font-size: 16px;
	content: "\f0d7";
	font-weight: 900;
	pointer-events: none;
	margin: 0px !important;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	transform: translateY(-50%) !important;
	}

.nice-select.open:after,
.nice-select:hover:after {
	color: #374957 !important;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	}

.nice-select.open:after {
	content: "\f0d8";
	}

.nice-select.open .list {
	opacity: 1;
	pointer-events: initial;
	transform: scale(1) translateY(0);
	}

.nice-select.disabled {
	opacity: 0.5;
	color: #ffffff;
	pointer-events: none;
	border-color: #ffffff;
	}

.nice-select.disabled:after {
	border-color: #ffffff;
	}

.nice-select .list {
	position: absolute;
	margin-top: 0px;
	opacity: 0;
	top: 100%;
	left: 0;
	z-index: 9999;
	min-width: 100%;
	overflow: hidden;
	padding: 0px 0px;
	overflow-y: auto;
	max-height: 300px;
	border-radius: 0px;
	pointer-events: none;
	box-sizing: border-box;
	transform-origin: 50% 0;
	background-color: #FAFAFA;
	transform: scale(0.75) translateY(-25px);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	}

.nice-select .list:hover .option:not(:hover) {
	color: #1d1d1d !important;
	background-color: transparent !important;
	}

.nice-select .option {
	font-weight: 400;
	cursor: pointer;
	outline: none;
	color: #1d1d1d;
	font-size: 16px;
	min-height: 40px;
	background: none;
	line-height: 30px;
	padding: 5px 20px;
	}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	color: #ffffff;
	background: #374957;
	}

.nice-select .option.selected {
	font-weight: 400;
	}

.nice-select .option.disabled {
	opacity: 0.5;
	color: #ffffff;
	cursor: default;
	background-color: transparent;
	}

/* Contact Form */
	
.contactForm {
	border-radius: 10px;
	padding: 80px 100px;
	background: #F4F4F4;
	}

.contactForm-container {
	padding-right: 60px;
	}

.control-label {
	position: relative;
	font-size: 18px;
	color: #101010;
	font-weight: 400;
	padding-bottom: 12px;
	}

.form-control:disabled,
.form-control[readonly] {
	background-color: transparent;
	}

.google-recaptch {
	position: absolute;
	bottom: 170px;
	right: 0px;
	z-index: 1;
    margin-right: -12px;
	}

.required-field {
	color: #EE2E24;
	}

.form-group,
.form-check {
	padding: 0px;
	position: relative;
	margin-bottom: 20px;
	}
	
.form-control,
.form-custom-select,
.form-select {
	position: relative;
	display: block;
	width: 100%;
	height: 62px;
	color: #101010;
	font-size: 16px;
	font-weight: 400;
	box-shadow: none;
	line-height: 24px;
	padding: 12px 30px;
	border-radius: 10px;
	background-clip: unset;
	background-image: none;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	}

textarea.form-control {
	min-height: 180px;
	line-height: 24px;
	border-radius: 10px;
	height: auto !important;
	}
	
textarea {
	resize: none;
	}
	
.form-control:focus,
.form-control:hover,
.floating-label.not-empty .form-control {
	color: #101010;
	outline: none !important;
	border: 1px solid #374957;
	background-color: #FFFFFF;
	-webkit-box-shadow: none;
	box-shadow: none;
	}
	
.form-control::-webkit-input-placeholder, ::-webkit-input-placeholder,
.form-control:-moz-placeholder, :-moz-placeholder,
.form-control::-moz-placeholder, ::-moz-placeholder,
.form-control:-ms-input-placeholder, :-ms-input-placeholder {
	opacity: 1;
    font-weight: 400;
	color: #828282;
	}
	
.form-control:focus::-webkit-input-placeholder { color: transparent !important; }
.form-control:focus:-moz-placeholder { color: transparent !important; }
.form-control:focus::-moz-placeholder { color: transparent !important; }
.form-control:focus:-ms-input-placeholder { color: transparent !important; }

.btn-primary {
	position: relative;
	display: block;
	width: 100%;
	font-size: 16px;
	margin: 0px 0px;
	min-width: 180px;
	font-weight: 400;
	color: #ffffff;
	line-height: 20px;
	text-align: center;
	padding: 20px 20px;
	border-radius: 10px;
	background: #9C7856;
	border: 1px solid #9C7856;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}
	
.btn-primary:hover, .btn-primary.focus, .btn-primary:focus { color: #ffffff; background: #374957; border-color: #374957; box-shadow: none !important; }
.btn-primary.disabled, .btn-primary:disabled { color: #ffffff; background: #374957; border-color: #374957; opacity: 0.4; }
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle { color: #ffffff; background: #374957; border-color: #374957; }
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus { box-shadow: none !important; }

/* Thank You Container */

.thank-you-container,
.thank-you-container figure {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	overflow: hidden;
	margin: 0px auto;
	}

.thank-you-container figure::before {
	position: absolute;
	inset: 0px;
	z-index: 1;
	content: '';
	background-image: url(../images/thankyouBG.png);
	background-repeat: no-repeat;
	background-position: left center;
	}

.thank-you-container::after {
	position: absolute;
	inset: 0px;
	z-index: 1;
	content: '';
	height: 150px;
	background: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 70%); 
	}

.thank-you-container figure img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}
	
.thank-you-content-area {
	position: absolute;
	z-index: 5;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	display: block;
	margin: 0px auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
    }
	
.thank-you-content-area .captionWrapper {
    position: relative;
	display: table;
	height: 100%;
	width: 100%;
	margin: 0px auto;
	}
	
.thank-you-content-area .captionContainer {
	position: relative;
	display: table-cell;
	padding: 80px 0px 0px;
	vertical-align: middle;
	}
	
.thank-you-content-area .thank-you-content {
	position: relative;
	display: block;
    width: 100%;
	font-size: 16px;
	margin: 0px 0px;
	color: #ffffff;
    max-width: 520px;
	}
	
.thank-you-content h1 {
	line-height: 1.1;
	font-size: 100px;
	color: #ffffff;
	padding-bottom: 20px;
	text-transform: capitalize;
	}

.thank-you-content h1 span {
	display: block;
	font-size: 60px;
	}

.thank-you-content p {
	margin: 0px 0px 40px;
	}

/* Scroll To Top */
	
#toTop {
	text-decoration: none;
	position: fixed;
	display: none;
	bottom: 70px;
	right: 10px;
	width: 40px;
	height: 40px;
	border: none;
	z-index: 1001;
	text-indent: 100%;
	background: url(../images/ui.totop.png) 0px 0px no-repeat;
	overflow: hidden;
	}

#toTopHover {
	background: url(../images/ui.totop.png) 0px -40px no-repeat;
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: left;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	}

#toTop:active, #toTop:focus {
	outline: none;
	}
	
.mean-container a.meanmenu-reveal span {
	background: #9C7856;
	margin: 5px 0px 0px auto;
	}

.mean-container a.meanmenu-reveal {
	color: #9C7856;
	padding: 2px 8px;
	}

.mean-container .mean-nav {
	margin-top: 80px;
	}

.mean-container .mean-nav ul li:hover > a, .mean-container .mean-nav ul li.selected > a {
	color: #ffffff !important;
	background: #9C7856 !important;
	}

.mean-container .mean-nav ul li a, .mean-container .mean-nav ul li li a, .mean-container .mean-nav ul li li li a {
	background: #101010;
	text-transform: uppercase;
	}

/* =Media Queries
-------------------------------------------------------------- */

@media (max-width: 1799.98px) {
    }

@media (max-width: 1699.98px) {
    body, .nav>ul ul, .nav>ul ul ul, .link-btn, .link-btn1, .homeCategory-box, .homeCategory-box a, ul.ul-listing, .footer-top, ul.footer-nav, .breadcrumb-container ul li, .peopleInfo-box h6, .form-control, .form-custom-select, .form-select, .nice-select, .nice-select .list, .nice-select .option, 
	.thank-you-content-area .thank-you-content, .sideNav ul, .filter-select-text, .filter-select-box .nice-select, .page-item, .product-btns-group a, .addToWishlist-icon > a, .block-title, .csm-product-availability, .csm-product-instock, .addToCartBtn, .csm-social-media h5, .csm-social-media ul li a { font-size: 14px }
	.banner_caption .captionContainer, .control-label, .price>del, .csm-product-price-box del bdi, .csm-product-price-box, .csm-product-price-box bdi, .csm-product-price-box ins bdi { font-size: 16px; }
	.container { max-width: 1000px; }
    .wide-container, .header-container { max-width: 1200px; }
    h1, .h1, h2, .h2, .pageTitle h1, .pageTitle h2 { font-size: 34px; }
    h3, .h3, .eyeBtn-box { font-size: 26px; }
    h4, .h4, .sidebarHeading { font-size: 20px; }
    h5, .h5, .footer-head, .aboutIcon-box h6, .peopleInfo-box h4, .glimpseItem-content h4, .fancybox__caption h4, .interiorList-grid .workMask-content h3, .csm-product-name { font-size: 18px; }
    h6, .h6, .interiorList-grid .workItem-title h3, .company-innerinfo-box h6 { font-size: 16px; }
	.banner-slide figure img, .inner-banner figure img { border-radius: 0px 0px 150px 150px; }
	.banner_caption .captionContainer .bannerHeading1 { font-size: 65px; }
	.banner_caption .captionContainerInner { max-width: 450px; }
	.link-btn a, .link-btn1 a { min-width: 130px; line-height: 18px; padding: 15px 25px; }
	.homeBannerSlider .slick-dots { bottom: 130px; font-size: 14px; margin: 0px 0px 0px -586px; }
	.homeCategory-box:hover, .csm-product-stock { font-size: 12px; }
	.homeCategory-icon img { max-height: 60px; }
	.aboutInfo-box { max-width: 480px; padding-left: 40px; }
	.imgWrapper img { border-radius: 0px 100px 0px 0px; }
	.glimpseItem-content { padding: 20px 30px; }
	.slick-prev, .slick-next { width: 45px; height: 45px; font-size: 16px; }
	.ctc-wrapperSection { max-width: 1020px; padding: 90px 0px 90px 120px; }
	.inner_banner_caption .captionContainer .innerBannerHeading1 { font-size: 45px; }
	.breadcrumb-container ul li a::after { font-size: 12px; }
	.exhibition-pic-container { border-radius: 100px 10px 10px 10px; }
	.exhibition-listing .exhibition-item:nth-child(even) .exhibition-pic-container { border-radius: 10px 100px 10px 10px; }
	.form-control, .form-custom-select, .form-select { height: 50px; padding: 12px 25px; }
	.nice-select { height: 50px; padding: 16px 50px 16px 25px; }
	.btn-primary { font-size: 14px; line-height: 18px; padding: 15px 20px; }
	.company-info-icon { width: 65px; height: 65px; }
	.map-container { height: 388px; }
	.thank-you-content h1 { font-size: 80px; }
	.thank-you-content h1 span { font-size: 50px; }
	.sidebar-filter-container { padding: 40px 30px; }
	.csm-product-details-box { padding: 0px 0px 0px 30px; }
	.csm-product-details-box .csm-product-price-box, .csm-product-details-box .csm-product-price-box bdi, .csm-product-details-box .csm-product-price-box ins bdi, .csm-product-details-box .csm-product-price-box del bdi { font-size: 20px; }
	.csm-product-quantity input { font-size: 14px !important; }
	.ftcol2 { min-width: 330px; }
	.copyright { font-size: 13px; }
	.footLogo img { max-width: 200px; }
	}

@media (max-width: 1499.98px) {	
	
    }

@media (max-width: 1399.98px) {
	.homeBannerSlider .slick-dots { bottom: 100px; }
	.banner-slide figure img, .inner-banner figure img { border-radius: 0px 0px 100px 100px; }
	.homeCategory-section { padding: 100px 0px; }
	.homeWwd-section, .trusted-section, .aboutBottom-container, .main-container, .contact-container, .shop-featured-section { padding: 70px 0px; }
	.homeCategory-section .gx-5 { --bs-gutter-x: 3rem; }
	.homeIntro-section { padding: 0px 0px 70px; }
	.imgWrapper img { border-radius: 0px 80px 0px 0px; }
	.glimpse-listing { margin-bottom: 30px; }
	.glimpseItem-box .row .col-sm-7 { width: 55%; }
	.glimpseItem-box .row .col-sm-5 { width: 45%; }
	.slick-prev { left: -30px; }
	.slick-next { right: -30px; }
	.ctc-wrapperSection { padding: 50px 0px 50px 100px; }
	.ctc-wrapperSection::before { border-radius: 70px 0px 0px 70px; }
	.ctc-wrapper { margin-bottom: -100px; }
	.ctcFooter-wrapp .footer-top { padding: 160px 0px 50px; }
	.footer-head { margin: 0px 0px 25px; }
	.inner_banner_caption .captionContainer { padding-top: 80px; }
	.aboutTop-container, .anticipating-section { padding: 70px 0px 0px; }
	.aboutGrid-box.pt30 { padding-top: 10px !important; }
	.pageTitle { padding: 0px 0px 35px; }
	.anticipating-iconBox { margin-bottom: 60px; }
	.custom-container, .footer-top, .shop-container, .shop-top-container { padding: 70px 0px 50px; }
	.fancybox__nav .carousel__button { width: 45px; height: 45px; }
	}

@media (max-width: 1299.98px) {
	.homeBannerSlider .slick-dots { bottom: 50px; }
	.banner-slide figure img, .inner-banner figure img { border-radius: 0px 0px 50px 50px; }
	.csm-product-item, .woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: 33.3333% !important; }
	}

@media (max-width: 1199.98px) {
	#pageHeaderWrapper { position: relative; top: auto; left: auto; }
	.logo { width: 90px; height: 60px; margin: 10px 0px; }
    .headerTop.active .nav-wrapper { z-index: 1111; }
    .mean-container a.meanmenu-reveal { top: 23px; right: 0px !important; }
    .headerTop.active .mean-container .mean-nav { height: 367px; overflow: hidden; }
	.topRightHeader { position: absolute; left: 0px; top: 0px; width: 100%; justify-content: end; padding: 31px 70px 31px 0px; }
	.nav-wrapper { margin: 0px 0px; order: 3; position: absolute; top: 0px; right: 0px; float: none; width: 100%; }
	.headerTopLinks>li a img.showIcon { display: block; }
	.headerTopLinks>li a img.viewIcon { display: none; }
	#pageHeader .logo img { filter: invert(0%) sepia(100%) saturate(800%) hue-rotate(118deg) brightness(1%) contrast(91%); }
	.headerTopLinks>li a img { max-width: 18px; }
	.headerTopLinks>li.headerCart-menu a span { right: -12px; top: -12px; width: 22px; height: 22px; font-size: 9px; line-height: 22px; }
	.headerTopLinks { margin: 0px -10px; }
	.headerTopLinks>li { padding: 0px 10px; }
	.banner_caption .captionContainer .bannerHeading1 { font-size: 50px; }
	.banner_caption .captionContainerInner { padding: 0px 0px; max-width: 100%; }
	.banner_caption .captionContainer { font-size: 14px; }
	.banner_caption .captionContainer p { max-width: 100%; margin: 0px 0px 25px; }
	.homeBannerSlider .slick-dots { margin: 0px 0px; left: 0px; width: 100%; justify-content: center; bottom: 20px; }
	.homeBannerSlider .slick-dots li:hover a, .homeBannerSlider .slick-dots .slick-active a { width: 28px; height: 28px; font-size: 12px; }
	.homeBannerSlider .slick-dots li a { width: 7px; height: 7px; }
	.homeBannerSlider .slick-dots li.slick-active::before, .homeBannerSlider .slick-dots li:hover::before { width: 30px; }
	.homeBannerSlider .slick-dots li { width: 28px; height: 28px; }
	.homeBannerSlider .slick-dots li.slick-active, .homeBannerSlider .slick-dots li:hover { width: 95px; }
	.banner-slide figure::after { display: none; }
	.aboutInfo-box { max-width: 100%; padding: 0px 15px 0px 0px; }
	.homeAbout-box .link-btn.pt25 { padding-top: 10px !important; }
	.inner_banner_caption .captionContainer { padding-top: 0px; }
	.contactForm { padding: 80px 50px; }
	.contactForm-container { padding-right: 20px; }
	.thank-you-content-area .captionContainer { padding: 0px 0px; }
	.thank-you-content h1 { font-size: 60px; }
	.thank-you-content h1 span { font-size: 40px; }
	.thank-you-content p { margin: 0px 0px 30px; }
	.ftcol.ftcol1 { max-width: 100%; width: 100%; text-align: center; padding-bottom: 15px; }
	.footLogo img { max-width: 100px; }
	.footLogo { margin-bottom: 20px; }
	ul.footSocial-media { justify-content: center; }
	ul.footSocial-media>li>a { width: 40px; height: 40px; font-size: 15px; }
	}

/* Portrait tablets and medium desktops */
@media (max-width: 991.98px) {
	.homeCategory-section { padding: 70px 0px 40px; }
	.homeCategory-box, .map-container { margin-bottom: 30px; }
	.homeCategory-box:hover { margin-top: 0px; transform: scale(1); }
	.homeCategory-box:hover h6 { font-size: 16px; }
	.homeCategory-box:hover { font-size: 14px; }
	.homeCategory-box { padding: 30px 15px; }
	.homeCat-btn { opacity: 1; height: auto; padding-top: 15px; }
	.homeCat-content, .homeCategory-box:hover .homeCat-content { overflow: visible; -webkit-line-clamp: unset; }
	.aboutGrid-box .col-lg-7, .aboutGrid-box .col-lg-5, .contact-container>.wide-container>.row>.col-lg-7, .contact-container>.wide-container>.row>.col-lg-5, .shop-top-container>.container>.row>.col-lg-5, .shop-top-container>.container>.row>.col-lg-7 { width: 100%; }
	.imgWrapper { margin-bottom: 30px; }
	.imgWrapper img { border-radius: 0px 50px 0px 0px; }
	.aboutInfo-box { padding: 0px 15px; }
	.ctc-wrapperSection { padding: 50px 0px 50px 50px; }
	.aboutTop-container { padding: 70px 0px; }
	.aboutIcon-box { padding: 40px 20px; margin-bottom: 30px; }
	.aboutIcon-container img { max-height: 60px; }
	.exhibition-pic-container { border-radius: 50px 10px 10px 10px; }
	.exhibition-listing .exhibition-item:nth-child(even) .exhibition-pic-container { border-radius: 10px 50px 10px 10px; }
	.exhibition-contentBox { padding: 20px 0px 20px 20px; }
	.exhibition-listing .exhibition-item:nth-child(even) .exhibition-contentBox { max-width: 580px; padding: 20px 20px 20px 0px; }
	.anticipating-icon img { max-height: 50px; }
	.interiorList-grid { width: 50%; }
	.contactForm { padding: 50px 20px; }
	.contactForm-container { padding-right: 0px; }
	.contact-info-box { padding: 0px 0px; }
	.thank-you-content-area { position: relative; inset: auto; background: #101010; padding: 30px 0px;}
	.woocommerce ul.products { margin: 0px -10px; }
	.csm-product-item, .woocommerce ul.products li.product, .woocommerce-page ul.products li.product { padding: 0px 10px !important; margin: 0px 0px 20px !important; }
	.csm-productGalleryContainer { margin-bottom: 30px; }
	.csm-product-details-box { padding: 0px 0px; }


	.footer-bottom { text-align: center; }
	.footer-bottom .row .col-auto { width: 100%; }
	.footer-payment-options { padding-bottom: 5px; }
	.ftcol { width: 100%; min-width: 100%; }
	.ftcol.ftcol2, .ftcol.ftcol3 { padding-bottom: 15px; }	
	}

/* Landscape phones and portrait tablets */
@media (max-width: 767.98px) {
    h1, .pageTitle h1, .pageTitle h2, .thank-you-content h1, .banner_caption .bannerHeading1, .inner_banner_caption .innerBannerHeading1 { font-size: 26px !important; letter-spacing: 0px !important; }
	h2 { font-size: 26px; letter-spacing: 0px !important; }
	h3 { font-size: 21px; letter-spacing: 0px !important; }
	h4, .sidebarHeading, .company-innerinfo-box h6 { font-size: 18px; letter-spacing: 0px !important; }
	h5, .homeGuiding-box h4 { font-size: 16px; letter-spacing: 0px !important; }
	h6 { font-size: 14px; letter-spacing: 0px !important; }
	.bannerWrapper { background: #101010; }
	.csm-product-item, .woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: 50% !important; }
	.banner_caption, .inner_banner_caption { position: relative; inset: auto;}
	.banner_caption .captionContainerInner { padding: 30px 0px 80px; }
	.banner-slide figure::before { display: none; }
	.banner-slide figure img, .inner-banner figure img { border-radius: 0px 0px 25px 25px; }
	.homeCategory-box h6 { font-size: 16px; }
	.glimpseItem-box .row .col-sm-7, .glimpseItem-box .row .col-sm-5, .exhibition-item .row .col-lg-5, .exhibition-item .row .col-lg-7, .ctc-wrapperSection .row .col-auto, .interiorList-grid { width: 100%; }
	.glimpseItem-content { padding: 30px 15px; }
	.client-slider { margin: 0px -10px; }
	.client-slide { padding: 0px 10px; }
	.client-logo { height: 50px; }
	.client-logo figure { padding: 0px 5px; }
	.ctc-wrapperSection .pageTitle { margin-bottom: 15px;}
	.ctc-wrapperSection::before { border-radius: 30px 0px 0px 30px; }
	.ctc-wrapperSection { padding: 30px 0px 30px 30px; }
	.inner_banner_caption .captionContainerInner { padding: 30px 0px; }
	.exhibition-contentBox, .exhibition-listing .exhibition-item:nth-child(even) .exhibition-contentBox { padding: 20px 0px; max-width: 100%; }
	.exhibition-listing .exhibition-item:nth-child(even) .exhibition-pic-container { border-radius: 50px 10px 10px 10px; }
	.exhibition-listing .exhibition-item:nth-child(even) .exhibition-order1 { order: 1; }
	.exhibition-listing .exhibition-item:nth-child(even) .exhibition-order2 { order: 2; }
	.ulGrid-col { column-count: 1; }
	.workItem-title, .workMask-content { padding: 20px 20px; }
	.interiorList-grid .workItem-title { padding: 15px 15px; }
	.thank-you-content h1 { font-size: 26px; }
	.thank-you-content h1 span { font-size: 20px; }
	.csm-product-description-box > a { padding: 25px 15px 20px; }
	.csmProduct-mask-content { padding: 20px 15px; }
	.sidebar-filter-container { padding: 30px 20px; }
	.csm-product-details-box .csm-product-price-box, .csm-product-details-box .csm-product-price-box bdi, .csm-product-details-box .csm-product-price-box ins bdi, .csm-product-details-box .csm-product-price-box del bdi { font-size: 16px; }
    }

@media (max-width: 575.98px) {	
	.smNone { display: none !important; }
	.mobileHeader-links { display: block; }
	.mobileHeader-links ul.headerTopLinks li { width: 33.3333%; text-align: center; padding: 0px 15px; margin: 0px 0px; }
	.headerTopLinks>li a { width: auto; height: auto; background: transparent; padding: 10px 10px; }
	.mobileHeader-links.hideBox { opacity: 0; visibility: hidden; }
	.csm-product-item, .woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: 100% !important; }	
	}

@media (max-width: 480px) {
	.company-innerinfo-box { text-align: center; }
	ul.footer-nav.twoCol { column-count: 1; }
	.company-innerinfo-box .row .col-auto { width: 100%; margin-bottom: 15px; }	
	}

@-ms-viewport{ width: auto !important; }