
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap');

@font-face {
	font-family:'fontawesome';
	src: url('../fonts/fontawesome-webfont.ttf');
}

@font-face {
  font-family:'Futura_Heavy_font';
  src: url('../font/Futura Heavy font.ttf');
}


@font-face {
  font-family:'futura_medium_bt';
  src: url('../font/futura medium bt.ttf');
}


@font-face {
  font-family:'Poppins_Medium';
  src: url('../font/Poppins-Medium.ttf');
}


@font-face {
  font-family:'Poppins_Regular';
  src: url('../font/Poppins-Regular.ttf');
}


h1,h2,h3,h4,h5,h6{
  font-family:'Futura_Heavy_font';
}

p,ul,li,span{
  font-family:'Poppins_Regular';
}

.error{
  color:#951117;
}

body {
  font-family: "Montserrat", sans-serif;

  overflow-x: hidden;
  margin: 0; // 1
  font-family: var(--#{$prefix}body-font-family);
  @include font-size(var(--#{$prefix}body-font-size));
  font-weight: var(--#{$prefix}body-font-weight);
  line-height: var(--#{$prefix}body-line-height);
  color: var(--#{$prefix}body-color);
  text-align: var(--#{$prefix}body-text-align);
  background-color: var(--#{$prefix}body-bg); // 2
  -webkit-text-size-adjust: 100%; // 3
  -webkit-tap-highlight-color: rgba($black, 0); // 4
}

.block {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.dropdown-menu{
  background-color: rgba(0, 0, 0, 0.40)!important;
}
.dropdown-item:focus, .dropdown-item:hover{
  color: #16181b;
}
.dropdown-item{
  color: #fff;
}
/*.nav-link:hover, .active{
  color: #A4905C !important;
}*/
.prenix_header_menu .navbar-expand-lg .navbar-nav .nav-link{
  padding-left: 1rem!important;
  padding-right: 2rem!important;
  font-family: 'futura_medium_bt'!important;
}
.prenix_header_menu a{
  color: #000;
  font-size: 15px;
  text-transform: capitalize;
}
.fixmenu{
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #fff;
}
#Main_slider{
  margin-top: 71px;
}
.about_banner{
  margin-top: 71px;
}
.about_banner_mobile{
  margin-top: 71px;
}
.furniture_banner{
  margin-top: 71px;
}
.furniture_banner_mobile{
  margin-top: 71px;
}
.collection_banner{
  margin-top: 71px;
}
.collection_banner_mobile{
  margin-top: 71px;
}
.project_banner{
  margin-top: 71px;
}
.project_banner_mobile{
  margin-top: 71px;
}
.contact_banner{
  margin-top: 71px;
}
.contact_banner_mobile{
  margin-top: 71px;
}
.office_product_listing_banner{
  margin-top: 71px;
}
.office_product_listing_banner_mobile{
  margin-top: 71px;
}
.sofaset_banner{
  margin-top: 71px; background-size: cover !important;
}
.sofaset_banner_mobile{
  margin-top: 71px;
}
.bread_desktop_part{
  margin-top: 30px;
}
.bread_mobile_part{
  margin-top: 18%;
}




#Main_slider .carousel-item{
  /*background: linear-gradient(#ce3d43 0%, #d93339 50.2%, #8f1116 100%);*/
  background-image: url(../images/prenix_banner.jpg);
   padding: 3rem 0rem 3rem 0rem;
}
/*#Main_slider .slider_inner_img{
  display: flex;
  justify-content: flex-end;
}*/
/*#Main_slider .banner_img img{
    height: 310px;
  margin-left: -10%; 
}*/
.carousel-indicators .active {
  background-color: #92060b;
}
.carousel-indicators li {
  background-color: #bcb9b9;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.navbar-light .navbar-toggler-icon {
  background-image: url(../images/menu_responsive.png);
}


.carousel-control-prev, .carousel-control-next{
 width: 35px;
 height: 35px;
 background: #ffffff34;
 border-radius: 50%;
 top: calc(50% - 25px);
 opacity: 1.0;
 filter: drop-shadow(0.6rem 0.6rem 1rem rgba(0, 0, 0, 0.4));
}
.carousel-control-prev{
  left: 7.5%;
}
.carousel-control-next{
 right: 7.5%;
}
.carousel-control-prev-icon{
 width: 10px;
 height: 10px;
 background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon{
 width: 10px;
 height: 10px;
 background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}


/*
.my-caption {
  text-transform: capitalize;
  text-align: left;
  top: 0.5rem;
  left: 5%;
}*/
.my-caption {
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
}
.my-caption h3{
  font-size: 48px;
  font-weight: normal;
  display: inline-block;
}
.my-caption h3::after{
  content: '';
  width: 20%;
  height: 13px;
  display: block;
  border-top: 2px solid #fff;
  margin-top: 10px;
}

.my-caption p{
   font-size: 18px;
}

#product_view{
	background-color: #f2f6f9;
	/*padding: 4%;*/
}
#product_view h3 {
	text-transform: capitalize;
	text-align: center;
	/*margin-top: 2rem;*/
	display: inline-block;
 /* font-size: 24px;*/
}
#product_view .home_furni h3::after,#product_view .office_furni h3::after{
	content: '';
	width: 80px;
	height: 10px;
	background: #d71c24;
	display: block;
	border-top: 8px solid #f2f6f9;
  margin: 0 auto;
	
}
#product_view .home_furni{
	border-right: 1px solid #ccc;
	padding-bottom: 1rem;
}
/*#product_view .home_furni img,#product_view .office_furni img{
	display: table;
	margin: -30px auto;
	
}*/
#product_view .home_furni img,#product_view .office_furni img{max-width: 140px; margin: -25px;}
#product_view .home_furni h5,#product_view .office_furni h5{
	text-transform: capitalize;
  font-family:'Poppins_Regular';
  text-align: center;
  font-size: 16px;
  margin-top: 0px;
}
#product_view .col-sm-4{
	margin-bottom: 2rem;
}
/*.home_furni .row,.office_furni .row{
	margin-top: 3rem;
}*/

/*#treding_product{
	margin-bottom: 2rem;
	text-align: center;
}
.treding_product_inner{
	margin-top: 7rem;
}
.treding_product_inner img{
	width: 225px;
  box-shadow: 0 0px 55px hsl(0deg 0% 0% / 6%);
  padding: 25px;
  border-radius: 20px;
}
#treding_product h3{
 text-transform: capitalize;
 text-align: center;
 margin-top: 2rem;
 display: inline-block;
}
#treding_product h3::after{
 content: '';
 width: 40%;
 height: 13px;
 background: #d71c24;
 display: block;
 border-top: 8px solid #ffffff;
 margin: 0 auto;
}

#treding_product .card{
 border: none;
}
#treding_product h5{
 text-transform: capitalize;
 font-family:'Poppins_Regular';
 text-align: left;
 font-size: 15px;
 color: #000;
}
#treding_product p{
 font-size: 12px;
 color: #707070;
 text-align: left;
}
#treding_product .fa{
 color: #000;
 font-size: 14px;
}*/


#treding_product_mobile h3 {
  text-transform: capitalize;
  text-align: center;
/*  margin-top: 3rem;
  margin-bottom: 2rem;*/
  /*font-size: 24px;*/
}
#treding_product_mobile h3::after {
  content: '';
  width: 80px;
  height: 11px;
  background: #d71c24;
  display: block;
  border-top: 9px solid #ffffff;
  margin: 0 auto;
}
#treding_product_mobile .card {
  border: none!important;
}
/*#treding_product_mobile .card-body {
  padding-left: 0px;
  padding-right: 0px;
}*/
#treding_product_mobile h5 {
  text-transform: capitalize;
  font-family:'Poppins_Regular';
  text-align: center; /* edited by Ashish */
  font-size: 15px;
  color: #000;
}
#treding_product_mobile p {
  font-size: 12px;
  color: #707070;
  text-align: left;
}
#treding_product_mobile .fa{
 color: #000;
 font-size: 14px;
}
.Tread_Product img {
  /*width: 225px;*/
  /*box-shadow: 0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.08);*/
  /*padding: 20px;*/
  border-radius: 20px;
  margin: 0 auto;
}
.Tread_Product .slick-prev, .Tread_Product .slick-next{
  top: 50%;
  transform: translateY(-50%);
}
.Tread_Product .best_sell{
  box-shadow: none;
  border: none;
  padding: 0px;
  width: 40px!important;
  position: absolute;
  left: 65%;
}
#treding_product_mobile .slick-track{
  top: 15px;
}

#craftmen {
 background-image: url(../images/craftmen_bg_img2.png);
 background-size: cover;
 background-repeat: no-repeat;
 /*height: 450px;*/
 text-align: center;
 /*margin-top: 3rem;*/
}
#craftmen h3{
 text-transform: capitalize;
 text-align: center;
 /*padding-top: 4rem;*/
 color: #fff;
 /*font-size: 24px;*/
 display: inline-block;
}
#craftmen h3::after{
 content: '';
 width: 80px;
 height: 2px;   
 display: block;
 border-top: 2px solid #d71c24;
 margin-top: 10px!important;		
 margin: 0 auto;
}
/*#craftmen .craftmen_content{
 margin-top: 4rem;
}*/
#craftmen .card{
 background-color: #0000;
 border: none;
}
#craftmen .card img{
 display: table;
 margin: 0 auto;
 width: 60px!important;
}
#craftmen .card h5{
 text-align: center;
 font-family:'futura_medium_bt';
 color: #fff;
 font-size: 20px;
}
#craftmen .card p{
 text-align: center;
 color: #fff;
 font-size: 13px;
}
/*#About_prenix{
 margin-top: 4rem;
 margin-bottom: 3rem;
}*/
#About_prenix h3{
 text-transform: capitalize;
 /*font-size: 24px;*/
/* margin-top: 2rem;
 margin-bottom: 3rem;*/
 display: inline-block;
}
#About_prenix h3::after{
 content: '';
 width: 80px;
 height: 11px;
 background: #d71c24;
 display: block;
 border-top: 9px solid #ffffff;	
}
#About_prenix p{
 font-size: 19px;
}
#About_prenix .about_p{
  font-size: 15px;
}
#About_prenix_mobile h3{
 text-align: center;
 margin-top: 2rem;
 font-size: 22px;
 display: inline-block;
}
#About_prenix_mobile h3::after {
  content: '';
  width: 25%;
  height: 13px;
  background: #d71c24;
  display: block;
  border-top: 8px solid #ffffff;
  margin: 0 auto;
}
#our_team h3{
 text-transform: capitalize;
 text-align: center;
 /*padding-top: 4rem;*/
 color: #000;
/* font-size: 24px;*/
 display: inline-block;
}
#our_team h3::after{
 content: '';
 width: 80px;
 height: 11px;
 background: #d71c24;
 display: block;
 border-top: 9px solid #ffffff;
 margin: 0 auto;
}
/*.our_team_content{
 margin-top: 2rem;
}*/
#our_team .card{
 border: none;
}
/*#our_team .col-xl-2{
 margin-right: 38px;
}*/
#our_team .card h5{
 text-transform: capitalize;
 font-family:'Poppins_Regular';
 color: #000;
 font-size: 16px;
 margin-bottom: 5px;
 text-align: left;
}
#our_team .card p{
 text-transform: capitalize;
 font-family:'Poppins_Regular';
 color: #716b6b;
 font-size: 15px;
 text-align: left;
}
/*#our_team .card-body{
 padding-left: 0px!important;
 padding-right: 0px!important;
}*/
#testimonial{
 margin-top: 3rem;
 /*background-image: url(../images/testi_bg_image.png);
 background-size: cover;
 background-repeat: no-repeat;*/
  background: rgb(238,238,238);
  background: linear-gradient(184deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%); 

 /*height: 315px;*/
}
/*#testimonial .carousel-item {
 height: 160px;
 margin-top: 8%;
}*/
#testimonial .carousel-item{
  background-image: url(../images/testimonial-quotes01-icon.png),url(../images/testimonial-quotes02-icon.png);
  background-position: top left, right bottom;
  background-repeat: no-repeat;
  background-size: 110px;
}
#testimonial .carousel-item p{
 text-align: center;
}
#testimonial_mobile .carousel-item {
 height: 130px;
 margin-top: 21%;
}
#testimonial_mobile .carousel-item p{
 text-align: center;
 font-size: 15px;
}
/*#testimonial_mobile{    	
 margin-top: 3rem;
 background-image: url(../images/testi_bg_mobile_image.png);
 background-size: cover;
 background-repeat: no-repeat;
 height: 200px;
}*/
/*#client{
 margin-top: 2rem;
}*/
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
  filter: drop-shadow(0.6rem 0.6rem 1rem rgba(0, 0, 0, 0.2));
  width: 35px;
  background: #fff;
  height: 35px;
  border-radius: 50%;
}
.slick-prev,.slick-next{
  filter: drop-shadow(0.6rem 0.6rem 1rem rgba(0, 0, 0, 0.2));
  width: 35px;
  background: #fff;
  height: 35px;
  border-radius: 50%;
}
.slick-prev:before,.slick-next:before {
 color: #000;
 font-family: FontAwesome; 
}
.slick-next:before{
  content: "\f054";
}
.slick-prev:before{
  content: "\f053";
}

/*#most_product{
 margin-bottom: 3rem; 
}*/
#most_product .ih-item.square.effect12 .info p{
 font-size: 50px;
 color: #fff;
}
#most_product_mobileview .ih-item.square.effect12 .info p{
 font-size: 28px;
 color: #fff;
}    	
/*#connect_with{
 margin-top: 2rem;
 margin-bottom: 5rem;
}*/
#connect_with h3{
 text-transform: capitalize;
 /*font-family: Montserrat-Medium;*/
 text-align: center;
 /*padding-top: 4rem;*/
 color: #000;
 /*font-size: 24px;*/
 display: inline-block;
}
#connect_with h3::after{
 content: '';
 width: 80px;
 height: 11px;
 background: #d71c24;
 display: block;
 border-top: 9px solid #ffffff;
 margin: 0 auto;
}
/*.connect_with_form{
 margin-top: 3rem;
}*/
/*.connect_with_form .form-group {
 margin-top: 1rem;
}*/
.connect_with_form .form-control {
 border-bottom: 1px solid #d1d3d4;
 border-top: none;
 border-left: none;
 border-right: none;
 border-radius: 0px;
}
.connect_with_form .form-group .msg {
 height: 100px !important;
}
.connect_with_form .form-group .captcha {
 margin-top: 62px !important;
}
.btn-red {
 color: #fff;
 background-color: #951117;
 border-color: #951117;
 border-radius: 5px;
 padding: 0.4rem 1rem;
 margin-top: 62px !important;
 font-family:'Poppins_Medium';
}


#footer {
 background-color: #000;
 padding-bottom: 2rem;
}
#footer .f_contact h5 {
 text-transform: uppercase;
 font-family:'Poppins_Regular';
 color: #fff;
 font-size: 18px;
 margin-bottom: 2rem;
 display: inline-block;
}
#footer .f_contact h5::after{
 content: '';
 width: 80px;
 height: 2px;
 background: #d71c24;
 display: block;
 margin-top: 10px;
}
#footer .f_contact .media .fa {
 font-size: 26px;
 color: #fff;
 margin-right: 10px;
}
#footer .f_contact .media p {
 color: #fff;
}
#footer .f_menu a {
 text-decoration: none;
 font-family:'Poppins_Regular';
 color: #fff!important;
 font-size: 15px;
}

#footer .f_menu li {
 list-style: none;
 margin-bottom: 15px;
}
#footer .f_social h5 {
 text-transform: uppercase;
 font-family:'Poppins_Regular';
 color: #fff;
 font-size: 18px;
 margin-bottom: 2rem;
 display: inline-block;
}
#footer .f_social h5::after{
 content: '';
 width: 80px;
 height: 2px;
 background: #d71c24;
 display: block;
 margin-top: 10px;
}
#footer .f_social>ul {
 padding-left: 0px;
}
#footer .f_social>ul>li {
 list-style: none;
}
#footer .f_social .hr{
 border-bottom: 4px solid #d71c24;
 width: 10%;
 left: 4%;
 position: absolute;
 bottom: 87%;
}
#footer .f_social>ul>li>a>i {
 float: left;
 color: #ffffff;
 font-size: 35px;
 width: 50px;
 height: 50px;
}
.footer_bottom {
 background-color: #000;
 padding: 20px 0px 5px 0px;
 border-top: 1px solid #333;
}
/* About page */

.about_banner{
  height: 450px;
  background: url("../images/About_Us_Banner_1.jpg");
  background-size: cover;
}

.container-fluid{
    padding: 0 !important;
}
.about_banner_box{
  background-color: #fff;
}
.about_banner_box{
    width: 100%;
    bottom: 5%;
    background-color: #fff;
    border-radius: 10px;
    opacity: 90%;
    box-shadow: 0px 5px 25px rgb(0 0 0 / 16%);
    margin-top: -80px;

}
.banner_box{
        width: 100%;
          
        position: absolute;
        bottom: 5%;
        left: 25%;
        background-color: #fff;
        border-radius: 10px;
        opacity: 90%;
        box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.16);
}
.contentbottomborder{
  border-bottom: 1px solid #707070;

}
.headtext, .contenttext{
  padding: 0px 25px 0px 25px;
  font-size: 14px;
}
.about_headers h3{
    text-transform: capitalize;
   /* margin-top: 2rem;
    margin-bottom: 2rem;*/
    display: inline-block;
}
.about_headers h3::after{
  content: '';
  width: 80px;
  height: 2px;
  background: #d71c24;
  display: block;
  margin: 0 auto;
  margin-top: 8px;
}

.about_headers h2::after{
  content: '';
  width: 80px;
  height: 2px;
  background: #d71c24;
  display: block;
  margin: 0 auto;
  margin-top: 8px;
}
.headtextproject{
  font-size: 17px;
  font-weight: 500;
  padding: 0 15px 0 15px;
}

.boxicons img{
  /*width: 80%;*/
  max-width: 44px;
  padding-right: 8px;
}
.smallfonts{
  font-size: 12px;
}
.spacer{
  margin-top: 13%;
}

.category .collectionfilterheader{
  padding-top: 30px;
}
.ourstrenthgimgs img, .categorytext img{

/*  height: 240px;
  width: 240px;*/
  /*box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.35)*/;
  border-radius: 15px;
}
.ourstrenthgimgs{
  text-align: center;
}

#imagedivder {
 background-image: url(../images/About%20Us%20Parallax%20Banner.jpg);
 background-size: cover;
 background-repeat: no-repeat;
height: 450px;
 margin-top: 3rem;
 
}
#imagedivder .imageparallax{
  background-image: inherit;
  height: 450px;
  background-position: center;
  background-attachment: fixed;
 
}

.overlay{
   height: 450px;
   background-color: rgba(0, 0, 0, 0.65);
}

.verybigfont{
  font-size: 30px;
  font-weight: bold;

}

#imagedivder p{
  color: white;
}

.our_team_images img{
  width: 300px;
  height: 340px;
}
/*
.furniture_banner{
  background-image: url(../images/home_furniture_banner.jpg);
 background-size: cover;
 background-repeat: no-repeat;
 height: 400px;

}*/

.home_furniture_header{
  padding-top: 12%;
}
.bannerheadertext{
  padding-top: 18px;

}
.home_furniture_header h3::after{
  content: '';
  width: 80px;
  height: 2px;
  background: #d71c24;
  display: block;
  margin: 0 auto;
  margin-top: 8px;

}

.img-container{
  position: relative;
}

.overlayeffect{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.65);
  border-radius: 15px;
  color: white;
  font-size: 25px;
}

.knowmore{
  font-size: 18px;
   color: #fff;
   font-style: normal;

}
/*.sofaset_banner{
  height: 400px;
  background: url("../images/product_listing_banner.jpg");
   background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}*/
.sofa_set_header h3::after{
  content: '';
  width: 80px;
  height: 3px;
  background: #d71c24;
  display: block;
  margin: 0 auto;
  margin-top: 8px;
}
.sofasetheadertext{
  /*color: white;*/
  padding-top: 20vh;
}
/*.sofaset_banner .overlay{
   height: 400px;
   background-color: rgba(0, 0, 0, 0.65);
}*/
.breadcrumb{
  background-color: transparent !important;
}

.bredcrumblastitem{
  
  font-size: 14px;
  font-weight: bolder;
}

.breadcrumb a{
  color: #2A2A2A;
  font-size: 14px;
}

.product_list_items img{
 /* height: 250px;
  width: 250px;*/
  border-radius: 15px;
}

.filterbox{
  border: 1px solid #CCCCCC;
  border-radius: 10px;
}

div[data-toggle="collapse"]{
  font-size: 16px;
  font-weight: 500;
   cursor: pointer;
}

.filterheader{
  font-size: 20px;
  font-weight: 500;
   border-bottom: 1px solid #CCCCCC;
}

.containerformitem{
  display: block;
  position: relative;
  padding-left: 35px;
  margin-left: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.containerformitem input{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.containerformitem:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerformitem input:checked ~ .checkmark {
  background-color: #000;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark::after {
  display: none;
}
.containerformitem .checkmark::after {
  left: 9px;
  top: 5px;
  width: 5px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.border2{
  border-bottom: 1px solid #ccc;
}

.topbar{
  border-bottom: 1px solid #ccc;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.16);  
}

.spacer2{
  margin-top: 3%;
}

.spacer3{
  margin-top: 2%;
}


.list-group-item{
  border: none;
}
/*.list-group img{
  width: 95%;
}
.productlargeimage img{
  width: 90%;
}*/
.smalltext{
  font-size: 12px;
  color: #707070;
}
.productprice{
  font-size: 18px;
  font-weight: 700;
}
.coloroption1{
  height: 50px;
  width: 50px;
  border: 4px solid #fff;
  background-color: #91D1D1;
  border-radius: 5px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.60);
 
}
.coloroption2{
  height: 70px;
  width: 70px;
  border: 4px solid #fff;
  background-color: #8B8680;
  border-radius: 5px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.60);
 
}

.coloroption3{
  height: 50px;
  width: 50px;
  border: 4px solid #fff;
  background-color: #5F3227;
  border-radius: 5px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.60);
 
}

.inquerybutton{
  height:  40px;
  width: 225px;
  background-color: #951117;
  color: rgb(253, 253, 253);
  border-radius: 10px;
  font-weight: bold;
}
/*.whatsapp img{
  width: 70%;
}*/

/* ---- Accordian CSS -------*/


 #faq .card {
  margin-bottom: 10px;
  border: 0;
  border: 1px solid #ccc;
}

 #faq .card .card-header {
  border: 0;
  border-radius: 2px;
  padding: 0;
}
.card-header a{
  font-weight: 600;
}
 #faq .card .card-header .btn-header-link {
  color: #000;
  display: block;
  text-align: left;
  background-color: white;
  padding: 10px;
}

 #faq .card .card-header .btn-header-link::after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-weight: 900;
  float: right;
  font-size: 22px;
  rotate: 180deg;
}

 #faq .card .card-header .btn-header-link.collapsed {
  
  color: #000;
}

 #faq .card .card-header .btn-header-link.collapsed::after {
  content: "\f106";
}

 #faq .card .collapse {
  border: 0;
}

 #faq .card .collapse.show {
  color: #222;
 
}
:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

.customtextbox input,
.customtextbox textarea{
  outline: 0;
  border-width: 0 0 1px;
  border-color: #CCCCCC
}
.customtextbox input:focus{
  outline: 0;
  border-width: 0 0 1px;
  border-color: #951117
}
.sendbutton{
   height:  40px;
  width: 100px;
  background-color: #951117;
  color: white;
  border-radius: 10px;
  font-weight: bold;
}
.modal-dialog {
    margin: 20vh auto 0px auto
}
.page-item .page-link{
  border-radius: 5px;
  border-color: #CCC;
}
.page-link:link, .page-link:visited{
  color: #000000;
}


.page-item.active .page-link {
	z-index: 1;
	color: #fff !important;
	background-color: #000;
	border-color: #000;
}
.page-item .arrow{
  border: none;
}
.office_product_listing_banner{
  height: 450px;
  background: url("../images/office_product_listing_banner.jpg");
   background-repeat: no-repeat;
  background-size: cover;
}

.office_coloroption1{
  height: 50px;
  width: 50px;
  border: 4px solid #fff;
  background-color: #633427;
  border-radius: 5px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.60);
 
}
.office_coloroption2{
  height: 70px;
  width: 70px;
  border: 4px solid #fff;
  background-color: #111313;
  border-radius: 5px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.60);
 
}

.office_coloroption3{
  height: 50px;
  width: 50px;
  border: 4px solid #fff;
  background-color: #F2EEEE;
  border-radius: 5px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.60);
 
}
.zoom img{
   /*height: 180px;
   width: 180px;*/
   transition: 0.5s all ease-in-out;
}

.zoom:hover img{
   transform: scale(1.05);
    transform-origin: 50% 50%;
}

.extraimg1{
  min-height: 280px;
   background: url("../images/designer.jpg");
   background-repeat: no-repeat;
  background-size: cover;
}

.extraimg2{
  min-height: 251px;
   background: url("../images/product_details_extra_img1.jpg");
   background-repeat: no-repeat;
  background-size: cover;
}

.extraimagemedium{
 
  min-height: 531px;
   background: url("../images/product_details_extra_img2.jpg");
   background-repeat: no-repeat;
  background-size: cover;
}

.extraimageparge{
  
  min-height: 531px;
   background: url("../images/product_details_extra_img3.jpg");
   background-repeat: no-repeat;
  background-size: cover;
}

.office_fur_extraimg1{
  min-height: 280px;
   background: url("../images/designer.jpg");
   background-repeat: no-repeat;
  background-size: cover;
}

.office_fur_extraimg2{
  min-height: 251px;
   background: url("../images/office_fur_extra_1.png");
   background-repeat: no-repeat;
  background-size: cover;
}

.office_fur_extraimagemedium{
  min-height: 531px;
   background: url("../images/office_fur_extra_2.png");
   background-repeat: no-repeat;
  background-size: cover;
}

.office_fur_extraimageparge{
  min-height: 531px;
   background: url("../images/office_fur_extra_3.png");
   background-repeat: no-repeat;
  background-size: cover;
}

/*** Time Line CSS ***/

/*#timeline{
    overflow: hidden;
    min-height: 700px;
    position: relative;
    background-image: linear-gradient(#E5E5E5, #fff);
}

.time{
  margin-top: 200px;
}
.topleveldiv{
  position: relative;
}*/

/*.round{
  position: absolute;
  left: -5px;
  top: -20px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #474A54;
}

.h{
   position: absolute;
   left: 5px;
   top: 25px;
   width: 98%;
   height: 10px;
   background-color: #ccc;
}*/

/*.timeyear, .timecontent{
  display: none;
}*/

/*.h::before, .timeyear{
  display: block;
  position: absolute;
  top: -20px;
  left: 20px;
  font-size: 30px;
  font-weight: 500;
  color: #2A2A2A;
}*/

/*.h::after, .timecontent{
  display: block;
  position: absolute;
  top: 80px;
  left: 35px;
  font-size: 13px;
  color: #2A2A2A;
}*/

/*.h::after, .timecontentnear{
  display: block;
  position: absolute;
  top: 40px;
  left: 35px;
  font-size: 13px;
  color: #2A2A2A;
}*/

/*.timecontentnear::before{
  content: '';
  height: 12px;
  width: 12px;
  background: url("../images/arow_icon.png") no-repeat;
  position: absolute;
  left: -20px;
  top: 5px;
}

.timecontent::before{
  content: '';
  height: 12px;
  width: 12px;
  background: url("../images/arow_icon.png") no-repeat;
  position: absolute;
  left: -20px;
  top: 5px;
}*/

/*.h1::after, .timeyear1{
  display: block;
  position: absolute;
  top: 40px;
  left: 20px;
  font-size: 30px;
  font-weight: 500;
  color: #2A2A2A;
}*/

/*.h1::before, .timecontent1{
  display: block;
  position: absolute;
  top: -147px;
  left: 35px;
  font-size: 13px;
  color: #2A2A2A;
}*/

/*.timecontent1::before{
  content: '';
  height: 12px;
  width: 12px;
  background: url("../images/arow_icon.png") no-repeat;
  position: absolute;
  left: -20px;
  top: 5px;
}*/

/*.v{
    position: absolute;
    left: 0px;
    top: -10px;
    border-left:  1px solid #474A54;
    height: 250px;
}*/

/*.round1{
  position: absolute;
  left: 0px;
  top: 70px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #474A54;
}*/

/*.v1{
  position: absolute;
    left: 5px;
    top: -180px;
    border-left:  1px solid #474A54;
    height: 250px;
}*/

/*.h1{
    position: absolute;
   left: 10px;
   top: 25px;
   width: 92.5%;
   height: 10px;
   background-color: #ccc;
}*/

/*.oddelement{
  position: absolute;
  top: 45px;
}*/

/*.evenelement{
  position: absolute;
  top: -160px;
  left: 40px;
}*/

/*.interval1{
  background-color: #E9E4E4;
}
.interval2{
  background-color: #CBC6C6;
}
.interval3{
  background-color: #A2A0A0;
}
.interval4{
  background-color: #818181;
}
.interval5{
  background-color: #505050;
}
.interval6{
  background-color: #2A2A2A;
}*/

.our-milestone-time {margin-right: -5px; margin-left: -5px;}
.our-milestone-time .topleveldiv {padding-left: 5px; padding-right: 5px;}
.toplevelbox::before {content: ""; background-color: #474A54; left: 0; top: 0; bottom: 0; display: block; position: absolute; width: 1px;}
.toplevelbox::after {content: ""; background-color: #474A54; left: -4.2px; top: -9px; display: block; position: absolute; width: 10px; height: 10px; border-radius: 100%;}
.toplevelbox.toplevelbox-02::after {top: auto; bottom: 0;}
.timeyear {display: block; font-size: 30px; font-weight: 500; color: #2A2A2A; line-height: 0.9;}
.timecontent {display: block; font-size: 13px; color: #2A2A2A; margin-left: 20px; line-height: 1.4;}
.timecontent::before {content: ''; height: 12px; width: 12px; background: url("../images/arow_icon.png") no-repeat; position: absolute; left: -20px; top: 5px;}
.timecontent {min-height: 156px;}
.toplevelbox-01 {margin-top: 164px;}
.toplevelbox {padding-left: 10px;}
.interval-line{height: 10px;}
.interval1 {background-color: #E9E4E4;}
.interval1{background-color: #E9E4E4;}
.interval2{background-color: #CBC6C6;}
.interval3{background-color: #A2A0A0;}
.interval4{background-color: #818181;}
.interval5{background-color: #505050;}
.interval6{background-color: #2A2A2A;}

/***================***/

/*.contact_banner{
  height: 400px;
  background: url("../images/Contact Us Banner 1.jpg");
  background-size: cover;
  background-position: 50% 50%;
}*/
.over-bg .overlay {
  /*height: 400px;*/
  /* background-color: rgba(0, 0, 0, 0.65); */
  background-color: rgba(0, 0, 0, 0.20);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.icongray{
  color: #707070;
}
.contact_box{
  position: relative;
}

.contact_inner {
  width: 100%;
  /* position: absolute; */
  /* bottom: 5%; */
  /* top: -20%; */
  /* left: 0px; */
  background-color: #fff;
  border-radius: 10px;
  opacity: 90%;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.16);
  min-height: 450px;
  position: relative;
  margin-top: -70px;
}

/* .fa-phone, .fa-map-marker{
  font-size: 25px;
} */
/* .fa-envelope {
  font-size: 20px;
} */

.project_banner{
  height: 400px;
  background: url("../images/project_banner.jpg");
  background-size: cover;
  
}
.project_banner .overlay{
  height: 400px;
   background-color: rgba(0, 0, 0, 0.65);
}

.project_banner_box{

  width: 100%;
  position: absolute;
  bottom: 12%;
  left: 25%;
  background-color: #fff;
  border-radius: 10px;
  opacity: 90%;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.16);

}

.collection_banner{
  height: 400px;
  background: url("../images/collection_regal_banner.jpg");
  background-size: cover;
  
}
.collection_banner .overlay{
  height: 400px;
   background-color: rgba(0, 0, 0, 0.80);
}


/*#projectgallery .modal-content
{
   width: 644px;
   padding: 10px;
}*/

.img-size{
  width: 100%;
  background-size: cover;
  overflow: hidden;
}

/*#projectgallery .modal-dialog {

    margin: 5vh auto 0px 60vh
}*/
.modal-body{
  position: relative;
}
.modal-body .carousel-control-prev{
  position: absolute;
  left: 0px;
}

.modal-body .carousel-control-next{
  position: absolute;
  right: 0px;
}

.ourstrenthgimgs a:link, .ourstrenthgimgs a:visited{
  color: #000;
}

.ourstrenthgimgs a:hover{
  color: #000;
  text-decoration: none;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #D71C24;
}

.chooseimg img{
  width: 90%;
}


.inquirylink:link, .inquirylink:visited, .inquirylink:hover{
  text-decoration: none;
   color:  #951117;
}

.inquiryborder{
   border-bottom:1px solid #951117;
}

#loader1 {
        display: none;
    }

    .send-loder {
  position: absolute;
z-index: 9;
left: 50%;
top: 50%;
margin-top: -16px;
margin-left: -16px;
}
.rounded-gallery {
  border-radius: .80rem !important;
}

.readmore {
  height: 40px;
  width: 107px;
  background-color: #951117;
  color: white;
  border-radius: 10px;
  font-weight: bold;
}

.p-t-25 {
  padding-top: 25px !important;
}

#About_prenix a:hover {
  text-decoration: none;
  color: white;
}

/*.gallery-scroll {
	height: 352px;
	overflow: auto;
}*/


/*-------------New css------------ */
.testimonial-box {padding: 0rem 8rem 0.5rem 8rem;}
.banner_img .img-fluid {max-width: 380px;}
.knowmore-link .morelink {left: 0; top: 50%; transform: translateY(-50%); right: 0;}
.product-list .tittle {line-height: 1.1; display: block;}
.filterbox > div:last-child {border: none; margin-bottom: -6px;}

.productdescription .text-dcs li{margin-bottom: 10px;}
.gallery-popup .carousel-item img {max-width: 350px;}
.extraimg1.extraimg1-bg {min-height: 539px !important;}
.whatsapp img {max-width: 40px;}


.pad{padding-top: -3; padding-bottom: 4.2rem;}
.pad1{padding-top: 4.2rem; padding-bottom: 4.2rem;}

.black-text {
  color: black;
}

/*.banner-content {
  height: 100%;
}*/
.banner-content,.banner-content > div, .banner-content > div > div,.banner-content > div > div > .row {
  height: 100%; /*height: calc(100vh - 60px);*/
}
/*.banner-content > div > div > .row {
  height: 100%;
}*/
.banner-content > div .zoom-img {
  margin-top: auto;
}


.size-row .size-box {display: inline-block; position: relative;}
.size-row .size-box .size-boxs {display: inline-block; font-size: 13px; background: #fff; border: 1px solid #ccc; border-radius: 6px; min-width: 106px; overflow: hidden; margin-right: 6px; position: relative;}
.size-row .size-box span {padding-top: 5px; padding-bottom: 5px;}
.size-row .size-box span.select {background: #F6ECEC; border-bottom: 1px solid #ccc;}
.size-row .size-box input[type="radio"] {position: absolute; min-width: 106px; left: 0; right: 0; top: 0; bottom: 0; display: block; z-index: 9; opacity: 0;}
.size-row .size-box input[type="radio"]:checked + .size-boxs {border-color: red;}
.size-row .size-box input[type="radio"]:checked + .size-boxs span.select {border-bottom-color: red;}


@media screen and (min-width: 768px) {
.product-image-carousels .main-image-slider .slick-dots {display: none !important;}
}

@media screen and (max-width: 767px) {
.banner-content > div .zoom-img .thumb-slide {display: inline-block !important;}
body .zoom-img .thumb-slide img {max-width: 60px !important; border: 1px solid #d5d5d5 !important; padding: 1px !important; margin-top: 4px;}
/*.product-image-carousels .thumbnails-slider .slick-track .slick-slide {width: 8px !important; height: 8px; background: #d5d5d5; margin: 2px; border-radius: 100%;}
.product-image-carousels .thumbnails-slider .slick-track {text-align: center; display: flex !important; justify-content: center !important; width: auto !important;}
.product-image-carousels .thumbnails-slider .slick-track .slick-slide.slick-current {background: #b6242b;}
.product-image-carousels .thumbnails-slider .slick-track .slick-slide img {display: none;}*/
.product-image-carousels .thumbnails-slider {display: none !important;}
.product-image-carousels .thumbnails-slider .slick-list {margin-top: 10px;}
.banner-content > div .zoom-img {margin-top: 0;}
.product-img-slide .product-gallery-big {position: relative;}
.product-img-slide .product-gallery-big .fa-caret-left,.product-img-slide .product-gallery-big .fa-caret-right {font-size: 18px; background: #fff; width: 30px; height: 30px; border-radius: 100%; color: #333; line-height: 30px; filter: drop-shadow(0.1rem 0.1rem 0.4rem rgba(0, 0, 0, 0.3)) !important; position: absolute; top: 50%; transform: translateY(-50%); margin-top: -50px;}
.product-img-slide .product-gallery-big .fa-caret-right {right: 20px;}
.product-img-slide .product-gallery-big .fa-caret-left {left: 20px;}
.banner-content > div .zoom-img {overflow: hidden; white-space: nowrap; position: relative; padding-top: 25px;}
.banner-content > div .zoom-img .zoom-row {overflow: auto; display: block;}
.banner-content > div .zoom-img .zoom-row .product_name {position: absolute; top: -6px; left: 0; right: 0;}
.product-image-carousels .main-image-slider .slick-dots li {margin: 0 2px; width: 10px; height: 10px;}
.product-image-carousels .main-image-slider .slick-dots li button::before {font-size: 28px;}
.product-image-carousels .main-image-slider .slick-dots li.slick-active button::before {color: #b6242b;}
.product-image-carousels .main-image-slider .slick-dots {z-index: 9;}
.product-img-slide .product-gallery-big .fa-caret-left,.product-img-slide .product-gallery-big .fa-caret-right {margin-top: 0px;}

}

@media screen and (max-width: 575px) {
/*.product-image-carousels {margin: 0 -12px;}*/
.banner-content .product-img-slide {margin: 0 -16px;}
/*.banner-content, .banner-content > div, .banner-content > div > div, .banner-content > div > div > .row {}*/
/*.banner-content > div > div > .row {align-content: center !important;}
.banner-content > div .zoom-img {margin-top: auto; padding-top: 15px; padding-bottom: 20px;}*/

.product-img-slide .product-gallery-big {
  position: relative;
  height: calc(100% - 68px);
  margin-top: 0 !important;
  align-items: center !important;
  display: flex;
}
#imagemodal .btn-close {
  position: absolute;
  z-index: 9;
}

.banner-content > div .zoom-img {
  margin-top: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  height: 68px;
}

}

@media screen and (max-width: 479px) {
.size-row .size-box .size-boxs {font-size: 12px; min-width: 95px; margin-right: 0px;}
}



@media only screen and (min-width: 576px) and (max-width: 767px)  {
.product-img-slide .product-gallery-big {max-width: 540px; margin-left: auto; margin-right: auto;}
}

.category-baner {background-color: #c9bb91;}
.pro-box select.form-control {
  width: auto;
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  appearance: auto !important;
  display: inline-block;
  padding: 0.275rem 0.75rem;
  height: calc(1.8rem + 2px);
  background-color: #e8e8e8;
  border-color: #d5d5d5;
  color: #11100f;
  font-size: 14px;
}
.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 1px;
}

.add #addRowBtn {color: #b0891f;}
.close.pointer {font-size: 1rem;}

.pao_bottom .remove-item {color: #b0891f; border: none; background: transparent;}

.payment-methods {
  background: #cabb92;
}
.payment-methods img {
  height: 50px;
}
.form-bg-light {
  background-color: #cabb92;
}
.addToCart-product {position: fixed; left: 0; right: 0; bottom: 0; background: #cabb92; z-index: 9; height: 90px;}
#product_detail_sticky {margin-bottom: 90px;}

.w-10{
  width: 10% !important;
}

.w-20{
  width: 20% !important;
}