body {
	margin:0px;
	padding:0px;
	
	font-family: sans-serif;
	line-height: 1.5;
}

*{
	margin:0;
	box-sizing: border-box;
}

header {
	margin:0px;
	padding:0px;
	overflow:hidden;
}

.title1 {
	height:100px;
	background-color:#2c3e50;
	margin-bottom: 0px;
	padding: 0px;
}

.logo_header {
	width:140px;
	height:85px;
	float:left;
	margin-left:30px;
}

.logo_furniture {
	width:160px;
	height:100px;
	float:left;
	margin-left:30px;
}

.navbar {
	background-color:#f4f6f7;
	margin-top:0px;
	padding-left:300px;
	display: inline-block;
	width: 100%;
	height: 50px;
}

.navbar ul{
	display: inline;
	justify-content: center;
}

.navbar ul li {
	float: left;
	display: inline;
	list-style-type: none;
	background-color: #f4f6f7;
	height: 60px;
	width: 150px;
	text-align: center;
	line-height: 50px;
	margin: 0px;
}



.navbar ul li :hover {
	background-color:#979a9a;
}

.navbar ul li a {
	text-decoration:none;
	text-align:center;
	font-size:18px;
	color:black;
	font-family:Georgia, serif;
	display:block;
}


}

.slideshow-container {
	max-width:100%
	position:relative;
	margin:auto;
}

.myslides {
	display:none;	
}

.img-responsive {
	display:block;
	max-width:100%;
	height:450px;
}

.fade {
	-webkit-animation-name:fade;
	-webkit-animation-duration: .8s;
	animation-name:fade;
	animation-duration: .8s;
}

@-webkit-keyframes fade {
	from {opacity : .4}
	to {opacity : 1}
}

@keyframes fade {
	from {opacity: .4}
	to {opacity : 1}
}

footer {
	bottom: 0px;
	height:250px;
	background-color:#2c3e50;
	color:white;
	font-family:Verdana, sans-serif;
	padding-top:15px;
	padding-left:20px;
}

.table-footer {
	height:100px;
	color : white;
	float : right;
	width : 80%;
}
.table-footer th {
	font-size:25px;
	text-align:left;
	text-shadow: 2px 2px black;
}

.table-footer td {
	padding : 10px;
	text-align : left;
}

.logo-footer {
	float : left;
	padding-top : 15px;
}

.logo {
	height : 100px;
	width : 160px;
	display : inline-block;
}

.sub-footer {
	height : 200px;
}

td a {
	text-decoration : none;
	color : white;
}

td a:hover {
	text-decoration : underline;
}

footer center {
	text-shadow : 1px 1px black;
}

table tr .products {
	width : 20%;
}

.table_2 {
	color : black;
	width : 85%;
	margin : 50px;
	padding : 0px;
	font-family : sans-serif;
	height : 300px;
}

.table_2 th {
	padding-left : 20px;
	padding-right : 10px;
	text-align : left;
	font-size : 25px;
	text-shadow : 2px 2px #d5d8dc;	
}

.ul_2 {
	list-style-type : none;
	padding-left : 10px;
	padding-right : 10px;
	position : block;
	height : 450px;
}

.ul_2 li {
	cursor : pointer;
	background-color : #2c3e50;
	color : white;
	padding : 10px 10px;
	margin-bottom : 5px;
}

.photo {
	width : 240px;
	height : 200px;
	float : left;
	margin : 30px;
	cursor : pointer;
	border-radius : 20px;
}

.photo_lab , 
.photo_office , 
.photo_chairs {
	display : none;	
}

.photo_lab,  
.photo_office , 
.photo_sofaset , 
.photo_chairs {
	height : 400px;
	width : 100%;
}





/*Contact Section*/

:before,:after{
	box-sizing: border-box;
}
.container{
	max-width: 1140px;
	margin:auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
.section-title{
	flex:0 0 100%;
	max-width: 100%;
	margin-bottom: 10px;
}
.section-title h2{
	font-size: 40px;
	text-align: center;
	margin:0;
	color: #ffffff;
	position: relative;
	z-index: 1;
}
.section-title h2:before{
	content: attr(data-text);
	color: #ffffff;
	font-size: calc(40px + 7vw);
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
	text-transform: uppercase;
	opacity: 0.1;
	z-index: -1;
}
.contact-section{
	min-height: 100vh;
	display: block;
	width: 100%;
	background-color: #222222;
	padding: 100px 15px;
}
.contact-section .contact-form{
	flex:0 0 100%;
	max-width: 100%;
	padding-top: 20px;
}
.contact-section .contact-form form{
	max-width: 900px;
	margin:auto;
}
.contact-section .contact-form .input-group{
	flex:0 0 100%;
	max-width: 100%;
	padding:0 15px;
}
.contact-section .contact-form .input-group.input-3{
	flex:0 0 33.33%;
	max-width: 33.33%;
}
.contact-section .contact-form .input-control{
	width: 100%;
	height: 50px;
	margin-bottom: 30px;
	background-color: transparent;
	font-size: 16px;
	border:1px solid #444444;
	padding:0 15px;
	border-radius: 8px;
	transition: border 0.3s ease;
	color: #ffffff;
}
.contact-section .contact-form textarea.input-control{
	height: 180px;
	resize: none;
	padding-top: 15px;
}
.contact-section .contact-form .input-control:focus{
	outline: none;
	border-color: #2196f3;
}
.contact-section .contact-form .submit-btn{
	height: 50px;
	background-color: #2196f3;
	color: #ffffff;
	font-size: 16px;
	border:1px solid transparent;
	width: 100%;
	border-radius: 8px;
	transition: all 0.5s ease;
	cursor: pointer;
}
.contact-section .contact-form .submit-btn:hover{
	background-color: transparent;
	color: #2196f3;
	border-color: #2196f3;
}

/*
* about start
*/

.title h2 {
	font-size: 50px;
line-height: 45px;
color: #25f7e6;
font-weight: normal;
margin-bottom: 0px;
padding-bottom: 0px;
}

.contactus .title h2 {
	font-weight: bold;
	color: #fff;
font-weight: 500; 
}

.contactus {
     background-color: #01312e;
     padding: 50px 0px;
}
.contactus .title  h2{
 padding-bottom: 0px;   
 text-align: center;
}

.brand_color .abouttitle h2 {
     color: #fff;
     text-transform: uppercase;
     font-size: 40px;
     line-height: 45px;
     padding: 40px 0;
     font-weight: 500;
     text-align: center;
}


.about {padding: 90px 0;}
.about .aboutimg figure {margin: 0;}
.about .aboutimg figure img {width: 100%;}
.about .aboutimg h3 {
font-size: 45px;
line-height: 50px;
padding-top: 105px;
font-weight: 500;
}
.about .aboutimg p {color: #000; font-size: 17px; line-height: 23px; padding-top: 10px;}
.about .aboutimg a {
	max-width: 152px;
background: #000;
width: 100%;
display: inline-block;
padding: 10px 0px;
color: #fff;
margin-top: 35px;
}
.about .aboutimg a:hover {
	background: #4eddd2;
	color: #000;
}

/*
* about end
*/


/** product **/
.product {
    padding: 0 0 30px;
    
}

.product_style_3 .product_img {
    float: left;
    width: 100%;
    min-height: 370px;
    padding: 25px;
    position: relative;
    background: #f3f3f3;
    display: flex;
    align-items: center;
}
.center {
    width: 100%;
    display: flex;
    justify-content: center;
}

.product_style_3 .overlay_hover {
    top: 0;
    border-radius: 0;
}
.overlay_hover {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, .8);
    border-radius: 10px;
    transition: ease all 0.5s;
    opacity: 0;
    visibility: hidden;
    top: 0;
}

.product:hover .overlay_hover, .product:focus .overlay_hover {
    opacity: 1;
    visibility: visible;
}


.add-bt {
    min-width: 130px;
    text-align: center;
    background: #fff;
    height: 45px;
    line-height: 46px;
    color: #0fbbad;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    box-shadow: 0 0 10px -8px #000;
    border-radius: 5px;
    padding: 0 20px;
}
.add-bt:hover {color: #000;}
.light_red .add-bt {
    background: #ff9999;
    color: #fff;
}
.product_style_3 .product_detail {
    background: #fff;
    border: solid #e1e1e1 1px;
    width: 80%;
    margin: -40px 10% 0;
    position: relative;
}
.product_detail {
    float: left;
    width: 100%;
    padding: 20px 5px;
}
.product_style_3 .product_img .center img {height: 250px;}
.text_align_center {
    text-align: center;
}

.light_red .product_price {
    color: #ff9999;
}
.product_price {
    font-size: 18px;
    font-weight: 600;
    color: #0fbbad;
    margin: 0;

}

.old_price {
    text-decoration: line-through;
    font-weight: 400;
    font-size: 14px;
    color: #707070;}
.product_style_3 .product_descr {
    margin: 5px 0 0;
    padding: 0 10px;
    line-height: 18px;
    color: #000;
    font-weight: 400;

}
.tab_bar_section ul.nav.nav-tabs li a:hover {color: #0fbbad;}






/** end product **/



/** map section **/
.map img {
	width: 100%;
    padding:0px;
}

.padddd {
	padding: 0px ;
}



.contact .main_form {
     padding-left: 40px;
padding-right: 250px;
padding-bottom: 40px;
padding-top: 39px;
background: #f0efef;
} 

.form-control {
     border: #fff solid 2px;
     border-radius: inherit;
     margin-bottom: 20px;
     padding: 13px 20px;
     box-shadow: #ddd 0px 0px 11px 4px;
     font-family: poppins;
}
.form-control:focus {
     box-shadow: inherit;
     border: #fff solid 2px !important;
     box-shadow: #ddd 0px 0px 11px 4px;
}

.textarea {
     font-family: poppins;
    border: #fff solid 2px;
     margin-bottom: 20px;
     padding: 13px 20px;
     width: 100%;
     padding-top: 40px;
     box-shadow: #ddd 0px 0px 11px 4px;
} 

.send {
     font-family: poppins;
    
    margin: 0 auto;
    display: block;
    background: #000;
    color: #fff;
    max-width: 158px;
    padding: 10px 0px;
    width: 100%;
    font-size: 17px;
}

.send:hover {
     background: #4eddd2;
}

/** end map section **/
