@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
	font-family: 'Poppins', sans-serif;
}
@font-face {
	font-family: 'Avenir-Medium';
	src: url('../fonts/Avenir-Medium.eot');
	src: url('../fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Avenir-Medium.woff2') format('woff2'), url('../fonts/Avenir-Medium.woff') format('woff'), url('../fonts/Avenir-Medium.ttf') format('truetype'), url('../fonts/Avenir-Medium.svg#Avenir-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
.img-new-fluid{
	max-width: 70%;
}
.rcenter{
margin: auto;
}
ul {
	padding: 0px;
	margin: 0px;
}
li {
	list-style: none;
}
.container-fluid {
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
}
a {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.container {
	max-width: 100%;
}
.landing-content-section .col-md-6 {
	padding: 0px;
}
.landing-page-details {
	position: relative;
}
.landing-details-info {
	text-align: left;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding-left: 43px;
}
.landing-details-info .landing-logo img {
	max-width: 32%;
}
ul.product-pagination li {
	margin-right: 0px !important;
	/* background-color: red; */
}
.productsrowsection .nav-tabs li a {
	border: none;
}
.productsrowsection .nav-tabs li {
	margin-right: 8px;
}
.btn-wrapper {
	margin-top: 20px;
}
/* .wrapper2{
	min-height: 600px;
} */
.btn-wrapper a {
	border: solid 1px #646463;
	padding: 5px 13px;
	text-decoration: none;
	display: inline-block;
	color: #000;
	font-size: 15px;
}
.landing-img-bg img {
	width: 100%;
	height: 100vh;
	aspect-ratio: 16/16;
	object-fit: cover;
}
.landing-page-details.right .landing-details-info {
	text-align: right;
	padding-right: 43px;
}
.landing-page-details.right .btn-wrapper a {
	padding: 5px 17px;
}
.fix-bar ul li a.active {
	color: #999999;
}
/****** Main ********/ 
.inner-about-div {
	padding: 70px 81px;
	background: #fbfbfb;
	height: 100%;
}
.vertical-center {
	text-align: center;
	width: 100%;
	position: absolute;
	top: 47%;
	transform: translateY(-47%);
}
.vertical-center p {
	margin-top: 23px;
}
.inner {
	position: relative;
	height: 100%;
	width: 80%;
	margin: 0 auto;
}
.home {
	background: #6dcb94;
	background: #3ecc98;
}
.about-info-img {
	margin-bottom: 19px;
}
.panel1 .gallery-wrap {
	position: relative;
}
.panel1 .gallery-wrap .ga1, .panel1 .gallery-wrap .ga2, .panel1 .gallery-wrap .ga3 {
	position: absolute;
	top: 50%;/*transition: all 1s ease-in-out;*/
}
.panel1 .gallery-wrap .ga1 {
	left: 350px;
}
.panel1 .gallery-wrap .ga3 {
	left: 610px;
}
.panel1.actived .ga1 {
	left: 40px;
}
.panel1.actived .ga2 {
	left: 350px;
}
.panel1.actived .ga3 {
	left: 640px;
}
.code {
	background: rgba(0, 0, 0, 0.2);
}
.pagination {
	position: fixed;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.4em;
	z-index: 10;
}
.pagination a {
	display: block;
	height: 20px;
	margin-bottom: 5px;
	color: white;
	position: relative;
	padding: 4px;
}
.pagination a.active:after {
	background: #c1c1c1;
	width: 10px;
	height: 10px;
	border: 1px solid;
}
.pagination a .hover-text {
	position: absolute;
	right: 27px;
	top: -2px;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	padding-right: 15px;
	background: #115cfa;
	padding: 5px 6px;
	font-size: 13px;
	min-width: 110px;
	font-weight: 600;
	text-align: center;
}

.pagination a .hover-text:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	top: 50%;
	right: -5px;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #105cfa;
}
.welcome-section-inner .slider-banner img {
	/* height: 100vh; */
}
.prd-detail-bnr img{
	aspect-ratio: 16/7;
	object-fit: cover;
}
.panel3 {
	background: #000;
}
.pagination a:hover .hover-text {
	opacity: 1;
}
.hover-text {
    pointer-events: none;
  }
.pagination a:after {
	-webkit-transition: box-shadow 0.5s ease;
	transition: box-shadow 0.5s ease;
	width: 10px;
	height: 10px;
	display: block;
	border: 1px solid;
	border-radius: 50%;
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	right: 4px;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 0px 2px rgb(0 0 0 / 20%);
}
.social-corner {
	position: absolute;
	top: 18px;
	right: 40px;
}
.social-corner iframe:first-child {
	margin-right: 3px;
}
.vertical-center p.cta {
	margin-top: 5px;
}
.vertical-center a:link, .vertical-center a:visited {
	color: white;
	text-decoration: none;
	font-size: 0.6em;
}
.vertical-center a:hover {
	text-decoration: underline;
}
.arrow {
	position: relative;
	padding-right: 15px;
}
.arrow:before, .arrow:after {
	content: "";
	position: absolute;
	right: 0;
	top: 7px;
	width: 2px;
	height: 12px;
	background: white;
}
.arrow:before {
	transform: rotate(45deg);
	top: 15px;
}
.arrow:after {
	transform: rotate(-45deg);
}
 @media (max-width: 800px) {
	
.inner {
	width: 70%;
}
}
.fix-bar {
	position: fixed;
	top: 0;
	width: 300px;
	background: rgba(255, 255, 255, 0.8);
	z-index: 6666;
	height: 100%;
	/* overflow-y: auto !important; */
}
.fix-bar ul {
	text-align: center;
	position: relative;
	z-index: 99;
}
.fix-bar ul li {
	display: inline-block;
	width: 100%;
}
.fix-bar ul li a {
	text-decoration: none;
	color: #303133;
	font-size: 14px;
	display: inline-block;
	height: auto;
	width: 100%;
	font-family: 'Avenir-Medium';
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.fix-bar ul.rs.pagination {
	font-size: initial;
}
.fix-bar ul li a:after {
	content: none;
}
.panel4 .content {
	text-align: center;
	opacity: 0;
	-webkit-transition: all 0.8s ease 0.5s;
	transition: all 0.8s ease 0.5s;
	-webkit-transform: translate3d(0px, 30px, 0px);
	transform: translate3d(0px, 30px, 0px);
	width: 65%;
	margin: auto;
	left: 0;
	right: 0;
}
.panel4 .content.moved {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0px, 0px, 0px);
}
.logo-left-side-bar {
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}
.logo-left-side-bar a{
	display: block;
	z-index: 999999;
	position: relative;
}
.switch-btn-online-shop-wrapper {
	margin-bottom: 17px;
	text-align: center;
	margin-top: 15px;
}
.switch-btn-online-shop-wrapper a {
	border: solid 1px #d6d6d6;
	padding: 7px 19px;
	color: #000;
	font-size: 14px;
	text-decoration: none;
}
.left-side-bar-footer .left-side-footer-social-icon li {
	display: inline-block;
	width: auto;
}
.left-side-bar-footer .left-side-footer-social-icon li a {
	font-size: 24px;
	margin: 0px 6px;
}
.left-side-bar-footer {
	padding: 0px 15px;
}
.left-side-bar-footer .footer-copy-rights-left-side {
	text-align: center;
	font-size: 13px;
	color: #666666;
}
.left-side-bar-footer .left-side-footer-social-icon {
	margin-bottom: 14px;
}
.main-header-wrapper ul.rs.pagination {
	/* top: auto;
	transform: none; */
	right: 0px;
}
.left-side-bar-footer {
	position: relative;
	/* bottom: 18px; */
	width: 100%;
	left: 0;
	/* margin-top: 100px; */
}
.main-header-wrapper ul li .sub-menu-open-icon {
	position: absolute;
	top: 0px;
	right: 5px;
	width: 27px;
	text-align: center;
	font-size: 12px;
}
/********* index-2 *********/
.col-md-9.right-bar {
	padding: 0px;
}
.contact-details-text {
	/*background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../images/contact-bgg.jpg);*/
	background-color: #000000;
	padding: 62px 48px 61px;
	background-size: cover;
}
.contact-details-text span {
	display: inline-block;
	font-size: 24px;
	color: #ffffff;
	margin-bottom: 25px;
	width: 100%;
}
.contact-details-text ul li {
	line-height: 29px;
	font-size: 17px;
	color: #fff;
	margin-bottom: 10px;
	display: flex;
	width: 100%;
}
.contact-details-text ul li i.fa {
	width: 30px;
	font-size: 23px;
}
.contact-details-text ul li a {
	text-decoration: none;
	color: #fff;
}
.map-img {
	padding-top: 20px;
	width: 96%;
}
/*>>>>>>>> index-3 >>>>>>*/
#sliderhome .owl-dots {
	text-align: center;
	bottom: 22px;
	position: absolute;
	margin: 0px auto;
	width: 100%;
}
#sliderhome .owl-dots button.active span {
	background-color: #d7d4d2;
	position: relative;
	width: 8px;
	height: 8px;
}
#sliderhome .owl-dots button span {
	background-color: #d7d4d2;
}
#sliderhome .owl-dots button {
	outline: 0;
}
#sliderhome .owl-dots .owl-dot span {
	width: 6px;
	height: 6px;
	border-radius: 50px;
}
#sliderhome .owl-nav {
	display: none;
}
/****** Product Page CSS ******/
.product-color-details {
	background-color: #000000;
	padding: 10px 29px 34px;
	margin: auto 0;
}
.product-color-details .product-box-title {
	margin-bottom: 41px;
}
.product-color-details-info {
	color: #fff;
}
.product-color-details-info .product-title-text {
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 10px;
}
.product-color-details-info p {
	font-size: 15px;
	max-width: 65%;
}
.product-size-text span {
	display: inline-block;
	color: #fff;
	font-size: 15px;
}
.product-color-box-row {
	margin: 30px 0px 0px !important;
}
.product-color-details .row {
	margin: auto;
}
.product-color-details-rowbox {
	align-items: center;
}
.product-size-text {
	padding-top: 50px;
}
.product-colorbox-info span {
	display: inline-block;
	width: 100%;
	padding-top: 12px;
	color: #fff;
	font-size: 15px;
}
.product-colorbox-info{
	text-align: center;
}
.product-pagination {
	float: left;
	width: 100%;
	text-align: right;
	padding-right: 27px;
	margin-top: 17px;
}
.product-pagination li {
	display: inline-block;
}
.product-pagination li a {
	display: inline-block;
	background: none;
	border: none;
	color: #fff;
	font-size: 12px;
	/* border-radius: 100px; */
	/* width: 29px; */
	height: 29px;
	line-height: 14px;
}
.product-pagination li a.active {
	background: #5e5e5e;
	color: #000;
}
.product-pagination li.iconss a {
	font-size: 21px;
	padding: 0px;
	width: auto;
	margin: 0px 8px;
}
.product-pagination li.iconss a:hover {
	background: none;
}
ul.pagination {
	text-align: right;
	display: inline-block;
}
ul.pagination li.page-item {
	display: inline-block;
}
ul.pagination li.page-item a.active {
	background: #5e5e5e;
	color: #fff;
}
ul.pagination li.page-item a:hover {
	background: #5e5e5e;
	color: #fff;
}
li.page-item.img-iconss a.page-link:hover {
	background: none;
}
ul.pagination li.page-item a {
	color: #fff;
	font-size: 18px;
	width: 33px;
	height: 33px;
	line-height: 18px;
	font-family: 'Lato', sans-serif;
	border-radius: 50px;
}
ul.pagination li.page-item a {
	background: none;
	border: none;
}
.product-pagination li a:hover{
/* background:#fe7845; */
}
ul.pagination li.img-iconss a {
	width: auto;
	height: auto;
}
/*>>>>>>>> index-5 >>>>>>*/
.product-details-wrapper {
	background-color: #000000;
	padding: 10px 61px 40px;
	min-height: 100vh;
}
.product-box-title {
	width: 100%;
	color: #fff;
	padding-left: 15px;
}
.product-box-title .product-title {
	font-size: 25px;
	margin-bottom: 3px;
}
.product-box-title ul li {
	display: inline-block;
	margin-right: 35px;
}
.product-box-title ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
}
.product-box-info {
	margin-top: 30px;
}
.product-box-info span {
	display: inline-block;
	width: 100%;
	padding-top: 12px;
	color: #fff;
	font-size: 14px;
}
.product-box-inforow ul.pagination {
	padding-top: 45px;
}
/*>>>>>>>> index-6 >>>>>>*/
.product-box-title p {
	font-size: 14px;
	margin-bottom: 30px;
}
.appointment-details {
	width: 100%;
	margin-top: 40px;
}
.appointment-details .contact-title {
	color: #fff;
}
.appointment-details-row {
	margin: auto;
}
.appointment-details .contact-details-info-box {
	width: 100%;
}
.appointment-details .radio-btn-info ul li {
	color: #fff;
}
.appointment-details .radio-btn-info ul li label {
	color: #fff;
	margin-bottom: 0px;
}
.appointment-details .form-group input {
	background: transparent;
}
.appointment-details .form-group textarea#comment {
	background: transparent;
}
.appointment-details .contact-title .heading-title {
	font-weight: 400;
}
.appointment-details p {
	font-size: 14px;
	color: #fff;
}
.appointment-details .form-group input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: #fff;
 opacity: 1; /* Firefox */
}
 .appointment-details .form-group input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #fff;
}
 .appointment-details .form-group input::-ms-input-placeholder { /* Microsoft Edge */
 color: #fff;
}
 .appointment-details .form-group textarea#comment::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: #fff;
 opacity: 1; /* Firefox */
}
 .appointment-details .form-group textarea#comment:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #fff;
}
 .appointment-details .form-group textarea#comment::-ms-input-placeholder { /* Microsoft Edge */
 color: #fff;
}
.appointment-details .submit-btn .btn-primary {
	background-color: #545454;
	border-color: #545454;
}
.appointment-details .radio-btn-info {
	border: solid 1px #fff;
	padding: 5px 8px;
}
/*>>>>>>>> index-7 >>>>>>*/
.banner-wrapper {
	position: relative;
}
.banner-title {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: right;
}
.banner-title span {
	display: inline-block;
	color: #fff;
	font-size: 30px;
	padding-right: 135px;
}
.slider-banner img {
	width: 100%;
}
#sliderpanel .owl-dots {
	text-align: center;
	bottom: 22px;
	position: absolute;
	margin: 0px auto;
	width: 100%;
}
#sliderpanel .owl-dots button.active span {
	background-color: #ffffff;
	position: relative;
}
#sliderpanel .owl-dots button span {
	background-color: #ffffff;
}
#sliderpanel .owl-dots button {
	outline: 0;
}
#sliderpanel .owl-dots .owl-dot span {
	width: 6px;
	height: 6px;
	border-radius: 50px;
}
#sliderpanel .owl-nav button.owl-prev {
	position: absolute;
	left: 1%;
	top: 44%;
	box-shadow: none !important;
	outline: none !important;
}
#sliderpanel .owl-nav button.owl-next {
	position: absolute;
	top: 44%;
	right: 1%;
	box-shadow: none !important;
	outline: none !important;
}
#sliderpanel .owl-nav button.owl-next img {
	max-width: 22px !important;
}
#sliderpanel .owl-nav button.owl-prev img {
	max-width: 22px !important;
}
.product-details-wrapper-row {
	min-height: 500px;
	width: 90%;
	padding-top: 55px;
	margin-left: 50px;
}
.feature-text p {
	font-size: 14px;
	line-height: 27px;
	margin-bottom: 0px;
	text-align: justify;
	max-width: 90%;
}
.heading-title {
	font-size: 26px;
	margin-bottom: 12px;
	width: 100%;
}
.feature-icon-box {
	text-align: center;
}
.feature-icon img {
	max-width: 48px;
}
.feature-icon-box span {
	display: inline-block;
	padding-top: 10px;
	font-size: 15px;
}
.row.models-row .heading-title {
	text-align: center;
	margin-bottom: 30px;
}
.row.models-row {
	margin-top: 65px;
}
.models-info {
	text-align: center;
}
.models-info span {
	display: inline-block;
	width: 100%;
	padding-top: 12px;
	font-size: 15px;
}
.product-slider1-row {
	margin-top: 66px;
}
.slider-img-left{
	display: flex;
	/* height: 100%; */
}
.slider-img-left img {
	aspect-ratio: 16/16;
	object-fit: contain;
	/* margin: auto; */
}
.slider-img-left span {
	display: inline-block;
	width: 100%;
	font-size: 13px;
	padding-top: 12px;
}
.slider-img-right {
	position: relative;
}
.slider-img-right img{
	aspect-ratio: 16/9;
	object-fit: contain;
}
.product-slider-row{
	margin-top: 60px;
}
.slider-img-right span {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 21px;
	color: #000000;
	font-weight: bold;
}
.product-slider-wrapper{
	position: relative;
}
.page-link{
	color: white !important;
}
.product-slider-wrapper .owl-dots {
	text-align: right;
	bottom: -39px;
	position: absolute;
	margin: 0px auto;
	width: 100%;
}
.product-slider-wrapper .owl-dots button.active span {
	background-color: #000000;
	position: relative;
}
.product-slider-wrapper .owl-dots button span {
	background-color: #d8d8d8;
	margin: 5px;
}
.product-slider-wrapper .owl-dots button {
	outline: 0;
}
.product-slider-wrapper .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	border-radius: 50px;
}
.product-slider-wrapper .owl-nav {
    display: flex;
    justify-content: space-between;
    /* top: 50%; */
    /* position: relative; */
    position: absolute;
    /* bottom: 100%; */
    width: 100%;
    bottom: 45%;
}
.colour-details-row {
	margin-top: 95px;
}
.heading-title.colour-title {
	position: relative;
	margin-bottom: 0px;
	padding-left: 25px;
	border-left: solid 1px #908f8f;
	border-right: solid 1px #908f8f;
	display: inline;
	padding-right: 29px;
	line-height: 53px;
}
.eco-friendly-row {
	margin-top: 80px;
}
.eco-friendly-text p {
	font-size: 14px;
	margin-bottom: 25px;
}
.fsc-logo img {
	max-width: 81%;
}
.certified-details-row {
	margin-top: 50px;
	align-items: center;
	margin-bottom: 60px;
}
.certified-img img {
	max-width: 88%;
}
.certified-right-logo {
	padding-top: 10px;
}
.contact-title .heading-title {
	font-weight: bold;
	margin-bottom: 10px;
}
.contact-title p {
	font-size: 15px;
	margin-bottom: 20px;
}
.col-md-10.right-bar {
	padding-right: 0px;
}
.contact-details-info {
	background-color: #e1e1e1;
	padding: 50px;
	padding-bottom: 23px;
}
.form-group {
	border: solid 1px #d4d4d4;
}
.form-control {
	border-radius: 0px;
	box-shadow: none !important;
	outline: none !important;
	font-size: 13px;
	padding: 8px 13px;
	border: none;
}
textarea#comment {
	height: 80px;
}
.contact-details-info-box {
	width: 98%;
}
.contact-details-info-box p {
	font-size: 14px;
}
.submit-btn {
	width: 100%;
	text-align: left;
	margin-top: 10px;
	display: inline-block;
}
.btn-primary {
	color: #fff;
	background-color: #000000;
	border-color: #000000;
	padding: 6px 40px;
	outline: 0;
	box-shadow: none !important;
	border-radius: 0px;
	text-transform: uppercase;
}
.btn-primary:hover {
	color: #fff;
	background-color: #7688c6;
	border-color: #7688c6;
}
[type="radio"]:checked, [type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}
[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #1f1f1f;
	font-size: 14px;
}
[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 1px;
	top: 1px;
	width: 17px;
	height: 17px;
	border: 1px solid #b1b1b1;
	background: #fff;
}
[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
	content: '';
	width: 11px;
	height: 11px;
	background: #b1b1b1;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 0px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
[type="radio"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.radio-btn-info ul li {
	display: inline-block;
	padding-right: 18px;
}
.radio-btn-info {
	padding-top: 5px;
}
/***** New CSS *****/
.box-wrapper {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.main-header-wrapper {
	display: table-cell;
	vertical-align: top;
	width: 300px;
	border-right: solid 1px #abb8c3;
}
/***** References Section CSS *****/
.section-row-padding {
	padding: 10px 29px 34px;
	background-color: #000;
	height: 100%;
}
.page-title-h3 {
	font-size: 25px;
	margin-bottom: 3px;
	color: #fff;
}
/* .tabs-section-row{
	min-height: 1000px;
} */
.wrapper{
	/* min-height: 1000px; */
}
.tabs-section-row .nav-tabs li a {
	background: none;
	padding: 0px 15px 0px 0px;
	color: #fff;
	font-size: 16px;
	border: none;
}
.productsrowsection .nav-tabs li a{
    padding: 0px 15px 0px 0px;
}
.tabs-section-row .nav-tabs li a.active {
	background: none;
	border: none;
	color: #fff;
}
.tabs-section-row .nav-tabs {
	border-bottom: none;
}
.tabs-section-row {
	padding-right: 50px;
}
.lightboxed-ul-wrapper .lightboxed-img-box {
	margin-bottom: 10px;
	text-align: center;
}
.lightboxed-img-box img{
	aspect-ratio: 180/100;
	object-fit: cover;
}
.lightboxed-ul-wrapper .lightboxed-img-box .project-text-name {
	margin-top: 5px;
	/* text-align: center; */
	color: #fff;
	font-size: 13px;
}
.contact-details-text ul li .contact-details-icon {
	width: 41px;
	text-align: center;
	font-size: 23px;
}
.main-header-wrapper ul li {
	position: relative;
}
.colour-list-row-wrapper ul li .div-height-width {
	width: 100%;
	height: 80px;
}
.colour-list-row-wrapper ul li .colour-name-list {
	text-align: center;
	padding-top: 2px;
	padding-bottom: 4px;
	min-height: 63px;
	display: inline-block;
	width: 100%;
}
.colour-list-row-wrapper ul li .colour-name-list a {
	width: 100%;
	color: #221f20;
	font-size: 15px;
	text-decoration: none;
}
.colour-list-row-wrapper ul li {
	float: left;
	width: 12%;
	margin-right: 30px;
}
.colour-bg-1 {
	background: #221f1f;
}
.colour-bg-2 {
	background: #37322e;
}
.colour-bg-3 {
	background: #243d49;
}
.colour-bg-4 {
	background: #3a5551;
}
.colour-bg-5 {
	background: #828d90;
}
.colour-bg-6 {
	background: #8b7e63;
}
.colour-bg-7 {
	background: #aca197;
}
.colour-bg-8 {
	background: #a29d9a;
}
.colour-bg-9 {
	background: #d2b2ae;
}
.colour-bg-10 {
	background: #d4beb5;
}
.colour-bg-11 {
	background: #e8d4a0;
}
.colour-bg-12 {
	background: #f8f8f8;
}
.vertical-align-middle {
	display: flex;
	/* justify-content: center; */
	flex-flow: column;
	min-height: 100vh;
}
.contact-details-text-wrapper {
	height: 100vh;
}
.contact-details-text-wrapper .contact-details-text {
	height: 100vh;
}
.productsrowsection .nav-tabs li a.active {
	background: none;
	color: #fff;
	font-weight: bold;
}
.productsrowsection .nav-tabs {
	border-bottom: 1px solid #6f6f6f;
	padding-bottom: 10px;
	margin-bottom: 21px;
}
.cursor {
	background-color: #115cfa;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	position: absolute;
	pointer-events: none;
	z-index: 10000;
}
.outline {
	width: 30px;
	height: 30px;
	opacity: 0.3;
	border-radius: 50%;
	position: absolute;
	pointer-events: none;
	z-index: 10000;
	background-color: #115cfa;
}
@keyframes cursorAnim {
 50% {
 scale: 2;
}
}
@keyframes cursorHover {
 100% {
 scale: 2;
}
}
@keyframes cursorDefault {
 0% {
 scale: 2;
}
}
.outline.expand {
	animation: cursorAnim 0.3s forwards;
}
.outline.hover {
	animation: cursorHover 0.3s forwards;
}
.outline:not(.hover) {
	animation: cursorDefault 0.3s forwards;
}
/********* Menu CSS *********/

.mobile-view-header {
	display: none;
}
@media only screen and (max-width: 1600px) {
/* .wrapper{
	min-height: 880px;
} */
}

@media only screen and (max-width: 1500px) {
	/* .wrapper{
		min-height: 780px;
	} */
	}
	@media only screen and (max-width: 1100px) {
		/* .wrapper2{
			min-height: 600px;
		} */
		}
/********** Mobile Layout **********/
@media only screen and (max-width: 767px) {
	.img-new-fluid{
		max-width: 100%;
	}
	.mobile_row{
		gap: 20px;
	}
	
	.slider-img-left img {
		/* aspect-ratio: 16/9;
		object-fit: contain;
		margin: auto; */
		width: 60%;
	}
	.landing-img-bg img {
		height: auto;
	}
	.wrapper2{
		min-height: 1000px;
	}
	.landing-img-bg img{
	width: 100%;
    /* height: 100vh; */
    aspect-ratio: 16/14;
    object-fit: cover;
	}
	/* .wrapper{
		min-height: 2400px;
	} */
	.space{
		display: block;
		height: 58px;
	}
	
	.inner-about-div-mobile1{
		/* padding: 68px 15px !important; */
	}
	.inner-about-div-mobile2{
		/* padding: 48px 15px !important; */
	}
	.inner-about-div-mobile3{
		/* padding-top: 48px !important; */
	}
.contact-details-info {
	padding: 50px 15px;
	padding-bottom: 44px;
}
.contact-details-info .contact-details-info-box .radio-btn-info {
	margin-bottom: 13px;
}
.certified-details-text {
	margin-top: 29px;
}
.heading-title {
	font-size: 23px;
	margin-bottom: 5px;
}
.certified-img img {
	max-width: 100%;
}
.eco-friendly-text .fsc-logo {
	margin-bottom: 37px;
	text-align: center;
}
.colour-list-row-wrapper ul li {
	float: left;
	width: 27%;
	margin-right: 16px;
}
.colour-list-row {
	margin-top: 18px;
}
.eco-bal {
	text-align: center;
	margin-bottom: 18px;
}
.product-slider1-row .slider-img-left {
	text-align: center;
	margin-bottom: 40px;
}
.product-slider-wrapper .owl-dots {
	text-align: center;
}
.models-row .models-row-2 {
	max-width: 50%;
	margin-bottom: 19px;
	text-align: center;
}
.reature-two-box2 {
	max-width: 50%;
	margin-bottom: 22px;
}
.product-details-wrapper-row .feature-row-7 {
	margin-top: 31px;
}
.product-details-wrapper-row .feature-row-7 .heading-title {
	margin-bottom: 34px;
	text-align: center;
}
#sliderpanel .slider-banner img {
	height: 161px;
	object-fit: cover;
}
#sliderpanel .banner-title {
	padding: 0px 15px;
}
#sliderpanel .banner-title {
	padding: 0px 15px;
	left: 0px;
	transform: none;
	width: 100%;
	text-align: center;
}
#sliderpanel .banner-title span {
	padding-right: 0px;
	font-size: 20px;
}
.colour-details-row {
	margin-top: 70px;
}
.product-details-wrapper-row {
	width: 100%;
	padding-top: 55px;
	margin-left: 0;
	padding-left: 15px;
	padding-right: 15px;
}
.mobile-view-header {
	display: block;
}
.mobile-view-header ul.rs.pagination {
	display: block !important;
}
.main-header-wrapper {
	display: none;
}
.mobile-view-header ul.rs.pagination {
	display: block !important;
	transform: none;
	top: 0;
	right: 0px;
	margin-top: 19px;
	margin-bottom: 19px;
}
.fix-bar {
	position: relative;
	width: 100%;
}
ul.pagination {
	display: none;
}
.mobile-view-header a.navbar-brand {
	width: 47%;
	float: left;
}
.mobile-view-header nav {
	padding-left: 0px;
	padding-right: 0px;
}
.mobile-view-header button {
	border: none;
	background: no-repeat;
	position: absolute;
	right: 14px;
	top: 12px;
	color: #000;
	font-size: 21px;
	outline: 0;
}
.mobile-view-header {
	position: fixed;
	top: 0px;
	z-index: 9999;
	width: 100%;
	background: #ffff;
	border-bottom: solid 1px #adadad;
	left: 0px;
}
.inner-about-div {
	padding: 38px 15px;
	
}
.vertical-align-middle {
	display: inline-block;
	justify-content: normal;
	flex-flow: column;
	height: auto;
}
.main-wrapper {
	margin-top: 62px;
}
body section {
	height: auto !important;
}
.contact-details-text {
	padding: 60px 15px 5px;
}
.product-details-wrapper {
	padding: 32px 15px 36px;
}
.product-color-details {
	padding: 35px 14px 34px;
}
.product-color-details .product-box-title {
	padding-left: 0px;
}
.product-colorbox-info {
	margin-bottom: 28px;
}
.section-row-padding {
	/* padding: 60px 14px 34px; */
}
.product-color-section {
	/* padding: 60px 14px 34px; */
}
.tile-color-section{
	padding: 0px 0px 0px;
}
.tabs-section-row {
	padding-right: 0;
}
.mobile-view-header ul.rs.pagination li {
	position: relative;
}
.mobile-view-header ul.rs.pagination li .sub-menu-open-icon {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 33px;
	text-align: center;
}
.about-info-img img {
	width: 100%;
}
.lightboxed-ul-wrapper .lightboxed-img-box img {
	width: 100%;
}
.product-color-details .row .col-md-3 {
	max-width: 50%;
}
.product-box-title {
	padding-left: 15px;
	padding-right: 15px;
}
.showroom-div-img {
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
}
.appointment-details .radio-btn-info {
	margin-bottom: 16px;
}
.mobile-view-header .fix-bar {
    left: 0;
}
}


/********** Tablet Layout **********/
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.space{
		display: block;
		height: 58px;
		background-color: transparent;
	}
.mobile-view-header {
    position: fixed;
    top: 0px;
    z-index: 9999;
    width: 100%;
    background: #ffff;
    border-bottom: solid 1px #adadad;
    left: 0px;
    display: block;
}
.main-header-wrapper {
    display: none;
}
.mobile-view-header a.navbar-brand {
    width: 47%;
    float: left;
}
.mobile-view-header button {
    border: none;
    background: no-repeat;
    position: absolute;
    right: 14px;
    top: 12px;
    color: #000;
    font-size: 21px;
    outline: 0;
}
.mobile-view-header .fix-bar {
    width: 100%;
    left: 0;
    position: relative;
}
.mobile-view-header .fix-bar ul.rs.pagination {
    top: auto;
    transform: none;
    width: 100%;
    right: 0px;
}
.mobile-view-header ul.rs.pagination li .sub-menu-open-icon {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 33px;
    text-align: center;
}
.mobile-view-header ul.rs.pagination li {
    position: relative;
}
.main-wrapper {
    padding-top: 64px;
}
.colour-list-row-wrapper ul li {
    width: 11%;
    margin-right: 25px;
}
}
	
.greeting_bg{
	background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../images/contact-bgg.jpg);
    background-size: cover;
	height:100%;
}
.lightboxed-ul-wrapper a{
	text-decoration: none;
}
.lightboxed-ul-wrapper a:hover{
	text-decoration: none;
}
.newPad{
	padding: 10px 29px 34px;
}
.panel a{
	color:inherit;
}
.panel a:hover{
	text-decoration: none;
}
.back-button{
	display: flex;
	justify-content: end;
	padding: 15px;
}
.back-button a{
color:gray !important;
font-size: 1.5rem;
}

.product-color-img img{
	aspect-ratio: 16/16;
	/* object-fit: cover; */
	object-fit: scale-down;
}

.product-color-section{
	background-color: black;
}
.showroom{
	margin: auto;
	display:flex;
}
.lang{
	text-align: center;
}
.lang a{
	width: fit-content !important;
}

