

/* navbar fixed */

	.navbar-default {
		background-color: #ffffff;
		border-color: transparent;
		z-index: 999999;
	    box-shadow: 0 0 60px rgba(48,56,65,.1);
	}
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
		color: #242424;
		/* border-bottom: 2px solid transparent; */
		background-color: transparent;
		font-weight: 500;
	}
	.navbar-default .navbar-nav>li>a {
		color: #111111;
	    font-weight: 500;
		margin-left: 50px;
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	}
	.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
		color: #0265b3;
		background-color: transparent;
		border-bottom: 2px solid #1e1a15;
	}
	.navbar-nav>li>a {
		padding-top: 6px !important;
		padding-bottom: 6px !important;
	}
	.nav>li>a {
		position: relative;
		display: block;
		padding: 10px 5px;
	}
	.navbar {
		margin-bottom: 0px; 
	}
	.navbar-brand {
		padding: 0px 0px;
	}
	.navbar-brand>img {
		display: block;
		padding-top: 0px;
	    padding-bottom: 10px;
	}
/*	li.active {
		border-bottom: 3px solid #00817d;
	}*/
	.navbar-nav>li>a {
		margin-top: 32px !important;
		margin-bottom: 10px !important;
	}
	.navbar-brand {
		height: auto;
	}
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
		color: #555;
		background-color: transparent;
	}

	/* nav bar */
	p {
		margin: 0 0 0px;
	}
	a:focus, a:hover {
		color: #23527c;
		text-decoration: none;
	}
	img {
		border: 0;
		max-width: 100%;
	}
	
	.affix {
		top: 0;
		width: 100%;
		z-index: 9999 !important;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		transition: transform 0.5s;
	}

	.affix + .container-fluid {
		padding-top: 70px;
	}
	.navbar-fixed-top {
		top: 42px;
		border-width: 0 0 1px;
	}
		.dropdown {
		position: relative;
		display: inline-block;
	}	
	.dropdown-content {
		display: none;
		position: absolute;
		background-color: #0565b2;
		min-width: 150px;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		padding: 10px 20px;
		z-index: 1;
		padding-right: 0px;
	}
	.dropdown:hover .dropdown-content {
		display: block;
	}
	
	.dropdown-content li{
		padding-bottom: 10px;
		list-style-type: none;
		position: relative;
		color: #fff;	
	}	
	
	/*.dropdown-submenu:before{
	content: "";
    border-color: transparent #fda116;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 14px;
    position: relative;
	}*/
	.dropdown-content li a{
		color:#dedede ;
	}	
	.dropdown-content li a:hover{
		color:#fff;
		text-decoration: none;
	}
	.dropdown-menu>li>a {
		display: block;
		padding: 3px 20px;
		clear: both;
		font-weight: 400;
		line-height: 1.42857143;
		color: #dedede !important;
		white-space: nowrap;
	}
	.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
		    color: #fff !important;
		text-decoration: none;
		background-color: transparent;
	}
	/*----------------------------------*/
	 
	.dropdown-submenu {
		position:relative;
	}
	.dropdown-submenu>.dropdown-menu {
		top: 0;
		left: 100%;
		margin-top: 0px;
		margin-left: -1px;
		-webkit-border-radius: 0 6px 6px 6px;
		-moz-border-radius: 0 6px 6px 6px;
		border-radius: 0 6px 6px 6px;
	 }
	  
	.dropdown-submenu > a:after {
	  border-color: transparent transparent transparent #fda116;
	  border-style: solid;
	  border-width: 5px 0 5px 5px;
	  content: " ";
	  display: block;
	  float: right;  
	  height: 0;     
	  margin-right: -10px;
	  margin-top: 5px;
	  width: 0;
	  padding-right: 30px;
	}
	 
	.dropdown-submenu:hover>a:after {
		border-left-color:#555;
	 }

	.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
	  text-decoration: none;
	}  
	  
	@media (max-width: 767px) {

	  .navbar-nav  {
		 display: inline;
	  }
	  .navbar-default .navbar-brand {
		display: inline;
	  }
	  .navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	  }
	  .navbar-default .navbar-nav .dropdown-menu > li > a {
		color: #185f92;
		background-color: #f2f2f2;
		border-radius: 4px;
		margin-top: 2px;   
	    margin-right: 10px;
	  }
	   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #185f92 !important;
	   }
	   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		 background-color: #ccc;
	   }

	   .navbar-nav .open .dropdown-menu {
		    background-color: #185f92;
			min-width: 150px;
			box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
			padding: 10px 0px;
			z-index: 1;
			padding-right: 0px;
	   }
	   li.dropdown.open {
		border: 0px solid red;
	   }

	}
	 
	@media (min-width: 768px) {
	  ul.nav li:hover > ul.dropdown-menu {
		display: block;
	  }
	  #navbar {
		text-align: center;
	  }
	}  


	
/*----------------------------------*/	


/*-------- Top background ---------*/	

	.top_bg{
		background-color: #0066b3;
	    position: fixed;
		top: 0;
		z-index: 999;
		right: 0;
		left: 0;
	}
	.top_bg p{
		color: #e2e2e2;
		font-size: 14px;
		font-weight: 400;
		padding-top: 12px;
		padding-bottom: 12px;
	    float: left;
	}
	.top_icon{
		float: right;
		font-size: 16px;
		color: #eaeaea;
		padding-left: 15px;
		margin-top: 13px;
	}	
	.top_icon:hover{
		color: #20b5e6;
		-webkit-transition: all 200ms ease-in;
		-webkit-transform: scale(1.2);
		-ms-transition: all 200ms ease-in;
		-ms-transform: scale(1.2);
		-moz-transition: all 200ms ease-in;
		-moz-transform: scale(1.2);
		transition: all 200ms ease-in;
		transform: scale(1.2);
	}

/*----------------------------------*/	

	.slider_wrap {
		margin-top: 145px;
	}

/*----------------------------------*/	


	.homechairs_wrap {
		padding-top: 50px;
		padding-bottom: 50px;
		overflow: hidden;
	}
	.efurnchair-home {
		padding-bottom: 100px;
		overflow: hidden;
	}
	.efurnchair-home h1{
		font-size:30px;
		color:#eb2024;
	    font-weight: 600;
	    margin-bottom: 15px;
	    margin-top: 40px;
	}	
	.efurnchair-home p{
		font-size: 14px;
		color: #242424;
		font-weight: 400;
		max-width: 530px;
		line-height: 1.6;
	}	
	.title-img{
		padding-bottom: 20px;
	}
	.title-img2 {
		float: right;
		overflow: hidden;
	    padding-bottom: 20px;
		padding-left: 300px;
	}
	.efurn-chair-bg{
	    float: right;
	}
	.view-collection{
		border: 0;
		font-size: 14px;
		padding: 18px;
		padding-left: 35px;
		padding-right: 35px;
		background: #0066b3;
		color: #fff;
		outline: none;
		font-weight: 400;
		margin-top: 30px;
		box-shadow: none;
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	}	
	.view-collection:hover{
		background: #0980da;
		color: #fff;
	}	
	.view-collection2{
		border: 0;
		font-size: 14px;
		padding: 18px;
		padding-left: 35px;
		padding-right: 35px;
		background: #0066b3;
		color: #fff;
		outline: none;
		font-weight: 400;
		margin-top: 30px;
		box-shadow: none;
	    float: right;
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	}	
	.view-collection2:hover{
		background: #0980da;
		color: #fff;
	}
	
  	.eloungechair-home {
		padding-bottom: 100px;
		overflow: hidden;
	}
	.eloungechair-home h1{
		font-size:30px;
		color:#eb2024;
	    font-weight: 600;
	    margin-bottom: 15px;
		text-align:right;
		margin-top: 40px;
	}	
	.eloungechair-home p{
		font-size: 14px;
		color: #242424;
		font-weight: 400;
		line-height: 1.6;
		text-align:right
	}	
	
	.justintimes-home {
		padding-bottom: 50px;
		overflow: hidden;
	}
	.justintimes-home h1{
		font-size:30px;
		color:#eb2024;
	    font-weight: 600;
	    margin-bottom: 15px;
	    margin-top: 40px;
	}	
	.justintimes-home p{
		font-size: 14px;
		color: #242424;
		font-weight: 400;
		max-width: 600px;
		line-height: 1.6;
		float: left;
		margin-top: 20px;
	}	
	.justintimes-home img{
		float: right;
	}
	.title-img3 {
		float: left !important;
	    padding-top: 40px;
	}
  
  
  
	/*---ABOUT US --*/  
	
	.about_BG{
		background-color:#f7f7f7;
	}
	.About_wrap {
		padding-top: 50px;
		padding-bottom: 50px;
		overflow: hidden;
	}
	.About_wrap h1{
		font-size:30px;
		color:#eb2024;
	    font-weight: 600;
		padding-bottom: 20px;
	}		
	.About_wrap h3{
		font-size:18px;
		color:#0066b3;
	    font-weight: 500;
	}	
	.About_wrap p{
	    font-size: 14px;
		color: #232323;
		font-weight: 400;
		line-height: 1.8;	
	    padding-bottom: 12px;
	}
	.about_hr {
		margin-top: 5px !important;
		border-top: 1px solid #e2e2e2;
	}
	
	/*---panel--*/  
	
	.panel-heading:hover {
		cursor:pointer;
	}
	.panel-heading {
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;    
	}

	.side-tab:hover {
        cursor: pointer;
    }
    .panel.panel-default {
        /*border: none;*/
        box-shadow: none !important;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        
    }
    .panel-heading {
        border: none;
        background-color: #eee;
    
    }
    .panel-body {
        background-color: #f5f5f5;
		width: 100%;
    }
    .panel-title {
        font-weight: 400;
        color: $white;
    }
	.panel-heading {
		padding: 5px 15px;
		border-bottom: 1px solid transparent;
		border-radius:0px;
	}
	.panel-heading {
		border: none;
		background-color: #0364b4;
	}
	.arrow-down{
		color: #f7f7f7;
		float: right;
		position: relative;
		top: -26px;
		font-size: 16px;
	}
	
	/*----------------*/  	
	
	
	/*---Clients --*/  

	.clients_wrap {
		padding-top: 50px;
		padding-bottom: 50px;
		overflow: hidden;
	}
	.clients_wrap h1{
		font-size:30px;
		color:#eb2024;
	    font-weight: 600;
		padding-bottom: 20px;
	}	
	.clients_wrap p{
	    font-size: 14px;
		color: #232323;
		font-weight: 400;
		line-height: 1.8;	
	    padding-bottom: 12px;
	}
	
	
	.media-carousel 
{
	margin-bottom: 0;
	padding: 0 40px 30px 40px;
	margin-top: 30px;
    margin-bottom: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
  left: -12px;
  background-image: none;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 35px
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: -12px !important;
  background-image: none;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 35px
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
.thumbnail {
    display: block;
    padding: 6px;
    margin-bottom: 30px;
    line-height: 1.42857143;
    background-color: #fff;
   
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #0265b3;
}
/* End carousel */
	
	/*----------------*/  
	
	/*------CONTACT US-------*/  
	
	.contact-Bg{
		background-color:#f7f7f7;
	    overflow: hidden;
	}
	.contacthome_wrap h1{
		font-size:30px;
		color:#eb2024;
	    font-weight: 600;
		padding-bottom: 10px;	
	    padding-top: 20px;
	    border-bottom: 1px solid #a3a3a3;
	    margin-bottom: 20px;
	}	
	.contacthome_wrap h3{
		font-size:20px;
		color:#0066b3;
	    font-weight: 500;
	}	
	.contacthome_wrap p{
		font-size: 16px;
		color: #242424;
		font-weight: 400;
		line-height: 2.2;
	}
	.contact-padding{
		padding-left: 225px;
	}
	.contact-padd{
		padding-top:149px;
	}
	
	/*----------------*/  

	
	/*------footer-Bg------*/  
	
	.footer-Bg{
		background-color:#242424;
	    overflow: hidden;
	}
	.footer_wrap {
		padding-top: 20px;
		padding-bottom: 20px;
		overflow: hidden;
	}	
	.footer_wrap p{
		color:#fff;
	}
	.footer_icon{
		font-size: 16px;
		color: #eaeaea;
		padding-left: 15px;
	}	
	.footer_icon:hover{
		color: #20b5e6;
		-webkit-transition: all 200ms ease-in;
		-webkit-transform: scale(1.2);
		-ms-transition: all 200ms ease-in;
		-ms-transform: scale(1.2);
		-moz-transition: all 200ms ease-in;
		-moz-transform: scale(1.2);
		transition: all 200ms ease-in;
		transform: scale(1.2);
	}
	.social-icons{
		text-align:right;
	}
	
	/*----------------*/  
	
	/*---------------------------------- Home Page ---------------------------------------*/  
	
	
	/*-------- eFurn ---------*/
	
	.efurn-background-wrp {
		position: relative;
		top: 210px;
	}
	.efurn-overlay{
		background: linear-gradient(rgba(0, 0, 0, 0.22), rgba(39, 36, 32, 0.88)), url(../images/efurn-background-image.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
		background-position: center center;
		color: #fff;
		height: 550px;
	}
	/*.efurn-background{
		background-image: url(../images/efurn-background-image.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-attachment: fixed;
		height:500px;
	}*/	
	.efurn-background h1{
		color:#ffffff;
		font-size:60px;
		font-weight:600;
	    text-align: center;
	}	
	.efurn-background p{
		color:#ffffff;
		font-size:16px;
		text-align: center;
	    max-width: 750px;
		margin: auto;
		display: block;
	}
		
	
	.gallery-title	{
		font-size: 36px;
		color: #eb272b;
		text-align: center;
		font-weight: 500;
		margin-bottom: 40px;
		margin-top: 40px;
	}
	/*.gallery-title:after {
		content: "";
		position: absolute;
		width: 7.5%;
		left: 46.5%;
		height: 45px;
		border-bottom: 1px solid #5e5e5e;
	}*/
	.filter-button {
		font-size: 18px;
		border: 0;
		text-align: center;
		color: #242424;
		margin-bottom: 30px;
		background-color: transparent;
	    padding: 10px;
		padding-left: 20px;
		padding-right: 20px;
		outline:none;
	    font-weight: 500;
	    margin-right: 15px;
	}
	.filter-button:hover {
		text-align: center;
		color: #0066b3;
		background-color: transparent;
		outline:none;
	}
	.filter-button:active {
		color: #0066b3;
		border: 0;
		font-size: 18px;
		font-weight: 500;
		outline: none;
		background-color: transparent;
	}	
	.filter-button2 {
		font-size: 18px;
		border: 0;
		text-align: center;
		color: #242424;
		margin-bottom: 30px;
		background-color: transparent;
	    padding: 10px;
		padding-left: 5px;
		padding-right: 0px;
		outline:none;
	    font-weight: 500;
	    margin-right: 15px;
	    margin-left: 12px;
	}
	.filter-button2:hover {
		text-align: center;
		color: #0066b3;
		background-color: transparent;
		outline:none;
	}
	.filter-button2:active {
		color: #0066b3;
		border: 0;
		font-size: 18px;
		font-weight: 500;
		outline: none;
		background-color: transparent;
	}	
	button.filter-button.active {
		color: #0066b3;
		border: 0;
		font-size: 18px;
		font-weight: 500;
		outline: none;
		background-color: transparent;
	}

	.port-image
	{
		width: 100%;
	}

	.gallery_product
	{
		margin-bottom: 30px;
	}	
	.gallery_product h3	{
		font-size:20px;
		color:#1e1e1e;
		text-align:center;
	}	
	.gallery_product img {
		border: 1px solid #eeeeee;
		padding: 20px;
	}
			
	
	/*---------------------------------- eFurn ---------------------------------------*/  



	/*----------------------------------- eLounge -------------------------------------*/
	
	.elounge-background-wrp{
		position: relative;
		top: 210px;
	}	
	.elounge-overlay{
        background: linear-gradient(rgba(15, 19, 23, 0.24), rgba(25, 34, 41, 0.38)), url(../images/chairs-2181994_1920.jpeg);
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
		background-position: center center;
		color: #fff;
		height: 550px;
	}
	/*.elounge-background{
		background-image: url(../images/efurn-background-image.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-attachment: fixed;
		height:500px;
	}*/	
	.elounge-background h1{
		color:#ffffff;
		font-size:60px;
		font-weight:600;
	    text-align: center;
	}	
	.elounge-background p{
		color:#ffffff;
		font-size:16px;
		text-align: center;
	    max-width: 750px;
		margin: auto;
		display: block;
	}
		
	
	.gallery-title	{
		font-size: 36px;
		color: #eb272b;
		text-align: center;
		font-weight: 500;
		margin-bottom: 40px;
		margin-top: 40px;
	}
	/*.gallery-title:after {
		content: "";
		position: absolute;
		width: 7.5%;
		left: 46.5%;
		height: 45px;
		border-bottom: 1px solid #5e5e5e;
	}*/
	.filter-button {
		font-size: 18px;
		border: 0;
		text-align: center;
		color: #242424;
		margin-bottom: 0px;
		background-color: transparent;
	    padding: 10px;
		padding-left: 20px;
		padding-right: 20px;
		outline:none;
	    font-weight: 500;
	    margin-right: 15px;
	}
	.filter-button:hover {
		text-align: center;
		color: #0066b3;
		background-color: transparent;
		outline:none;
	}
	.filter-button:active {
		color: #0066b3;
		border: 0;
		font-size: 18px;
		font-weight: 500;
		outline: none;
		background-color: transparent;
	}	
	button.filter-button.active {
		color: #0066b3;
		border: 0;
		font-size: 18px;
		font-weight: 500;
		outline: none;
		background-color: transparent;
	}

	.port-image
	{
		width: 100%;
	}

	.gallery_product
	{
		margin-bottom: 30px;
	}	
	.gallery_product h3	{
		font-size:20px;
		color:#1e1e1e;
		text-align:center;
	}	
	.gallery_product img {
		border: 1px solid #eeeeee;
		padding: 20px;
	}
			
	
	/*---------------------------------- eLounge ---------------------------------------*/  
	
	
	/*---------------------------------- client-page ---------------------------------------*/  
	
	.client-background-wrp{
		position: absolute;
		z-index: 99;
		top: 50%;
		display: block;
		left: 50%;
		transform: translate(-50%,-50%);
	}	
	.client-overlay{
		background: linear-gradient(rgba(18, 19, 24, 0.35), rgba(18, 21, 28, 0.52)), url(../images/client-background.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
		background-position: center center;
		color: #fff;
		height: 550px;
	}
	.client_wrap {
		padding-top: 40px;
		padding-bottom: 40px;
		overflow: hidden;
	}
	.client-background h1{
		color:#ffffff;
		font-size:60px;
		font-weight:600;
	    text-align: center;
	}	
	.client-background p{
		color:#ffffff;
		font-size:16px;
		text-align: center;
	}
	.view-all{
		border: 0;
		font-size: 14px;
		padding: 8px;
		padding-left: 15px;
		padding-right: 15px;
		background: transparent;
		color: #0364b4;
		outline: none;
		font-weight: 500;
		box-shadow: none;
		float: right;
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	}
	
	
	/*-------------------------*/  	
	
	
	/*---------------------------------- Contact us -------------------------------------*/  
	
	.contactus-background-wrp{
		position: absolute;
		z-index: 99;
		top: 50%;
		display: block;
		left: 50%;
		transform: translate(-50%,-50%);
	}	
	.contactus-overlay{
		background: linear-gradient(rgba(18, 19, 24, 0.35), rgba(18, 21, 28, 0.52)), url(../images/contcatus-bg.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
		background-position: center center;
		color: #fff;
		height: 550px;
	}
	.contactus_wrap {
		padding-top: 50px;
		padding-bottom: 80px;
		overflow: hidden;
	}
	.contactus-background h1{
		color:#ffffff;
		font-size:60px;
		font-weight:600;
	    text-align: center;
	}	
	.contactus-background p{
		color:#ffffff;
		font-size:16px;
		text-align: center;
	}
	
	
	.section-content{
	  text-align: center; 

	}
	#contact{
		
		font-family: 'Teko', sans-serif;
	  padding-top: 60px;
	  width: 100%;
	  width: 100vw;
	  height: 550px;
	  background: #3a6186; /* fallback for old browsers */
	  background: -webkit-linear-gradient(to left, #3a6186 , #89253e); /* Chrome 10-25, Safari 5.1-6 */
	  background: linear-gradient(to left, #3a6186 , #89253e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		color : #fff;    
	}
	.contact-section {
		border: 1px solid #d2d2d2;
		overflow: hidden;
		padding: 40px;
		margin-top: 10px;
		margin-bottom: 50px;
		padding-top: 30px;
		padding-bottom: 30px;
		-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.23);
		-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.23);
	    background-color: #0464b0;
	    color: #fff;
	}


	.form-line{
	  border-right: 1px solid #d0d0d0;
	}

	.form-group{
	  margin-top: 10px;
	}
	label {
		font-weight: 500;
	}

	textarea.form-control {
		height: 135px;
	   /* margin-top: px;*/
	}

	.submit {
		font-size: 1.1em;
		float: right;
		background-color: transparent;
		color: #fff;
		margin-top: 10px;
		outline:none;
	}	
	.submit:hover{
		background-color: #ffffff;
		color: #1e1a15;
	    border: 1px solid transparent;
		outline:none;
	}	
	.submit:focus{
		background-color: #0066b3;
		color: #fff;
	    border: 1px solid transparent;
		outline:none;
	}
	.form-control {
		height: 40px;
		padding: 6px 12px;
		color: #1f1a15;
		background-color: #ffffff;
		border: 1px solid #fff0;
		border-radius: 0px;
	}

	
	/*----------------------------*/  
	
	/*------- Goto Top ----------*/  
	  
	.cd-top {
	  display: inline-block;
	  height: 40px;
	  width: 40px;
	  position: fixed;
	  bottom: 40px;
	  right: 10px;
	  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	  /* image replacement properties */
	  overflow: hidden;
	  text-indent: 100%;
	  white-space: nowrap;
	  background: rgb(2, 101, 179) url(../images/gototop.png) no-repeat center 50%;
	  visibility: hidden;
	  opacity: 0;
	  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
	  -moz-transition: opacity .3s 0s, visibility 0s .3s;
	  transition: opacity .3s 0s, visibility 0s .3s;
	}
	.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
	  -moz-transition: opacity .3s 0s, visibility 0s 0s;
	  transition: opacity .3s 0s, visibility 0s 0s;
	}
	.cd-top.cd-is-visible {
	  /* the button becomes visible */
	  visibility: visible;
	  opacity: 1;
	}
	.cd-top.cd-fade-out {
	  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	  opacity: 1;
	}
	.no-touch .cd-top:hover {
	  background-color: #e86256;
	  opacity: 1;
	}
	@media only screen and (min-width: 768px) {
	  .cd-top {
		right: 20px;
		bottom: 20px;
	  }
	}
	@media only screen and (min-width: 1024px) {
	  .cd-top {
		height: 30px;
		width: 30px;
		right: 50px;
		bottom: 10px;
	  }
	}
  
	/*----------------------------*/  
	
	
	
	
	/*---Media Query --*/  


	@media only screen and (max-width: 1400px) { 

		.contact-padding {
			padding-left: 150px;
		}
	}	
	@media only screen and (max-width: 1200px) { 

		.contact-padding {
			padding-left: 100px;
		}
		.title-img2 {
			padding-left: 200px;
		}
	}

	@media only screen and (max-width: 1024px) { 
		.contacthome_wrap h1 {
			padding-top: 20px;
		}
		.slider_wrap {
			margin-top: 118px;
			overflow: hidden;
		}
	}

	@media only screen and (max-width: 992px) { 

		.nav>li>a {
			position: relative;
			display: block;
			padding: 10px 4px;
		}
		.navbar-default .navbar-nav>li>a {
			margin-left: 10px;
			margin-top: 20px !important;
		}
		.form-line {
			border-right: 0px solid #d0d0d0;
		}
		.Promoters {
			margin-top: 30px;
		}
		.title-img2 {
			padding-left: 90px;
		}
		.contacthome_wrap h3 {
			text-align: center;
		}
		.contacthome_wrap p {
			text-align: center;
		}
		.navbar-brand>img {
			width: 70%;
			margin-left: 0px;
		}
	}


	@media only screen and (max-width: 767px) { 

		#toggle {
			display: block;
			width: 30px;
			margin: -34px 0px;
			float: right;
		}
		#toggle span:after,
		#toggle span:before {
			content: "";
			position: absolute;
			left: 0;
			top: -9px;
		}
		#toggle span:after {
			top: 9px;
		}
		#toggle span {
			position: relative;
			display: block;
		}
		#toggle span,
		#toggle span:after,
		#toggle span:before {
			width: 100%;
			height: 4px;
			background-color: #0265b3;
			transition: all 0.3s;
			backface-visibility: hidden;
			border-radius: 2px;
		}
		/* on activation */
		
		#toggle.on span {
			background-color: transparent;
		}
		#toggle.on span:before {
			transform: rotate(45deg) translate(5px, 5px);
		}
		#toggle.on span:after {
			transform: rotate(-45deg) translate(7px, -8px);
		}
		#toggle.on + #menu {
			opacity: 1;
			visibility: visible;
			height: auto;
		}
		/* menu appearance*/
		
		#menu {
			position: relative;
			width: 100%;
			margin: auto;
			text-align: left;
			border-radius: 4px;
			opacity: 0;
			visibility: hidden;
			transition: opacity .4s;
			height: 0;
		}	
		.nav {
			background-color: rgb(255, 255, 255);
			width: 100%;
			padding-top: 10px;
			padding-bottom: 10px;
			margin: 0px 0px;
		    outline: none;
		}
		.navbar-brand {
			padding: 0px 20px;
		}
		.navbar-default {
			background-color: white;
			border-color: transparent;
		}
		.navbar-nav>li>a {
			margin-top: 15px !important;
			margin-bottom: 10px !important;
		}
		.navbar-default .navbar-nav>li>a {
			margin-left: 0;
		}
		/*--------------------------------*/
		
		.top_bg p {
			width: 100%;
			padding-left: 20px;
		}
		.top_icon {
			position: relative;
			left: 5px;
			float: left;
			margin-top: 0;
			margin-bottom: 12px;
		}
		.slider_wrap {
			margin-top: 158px;
		}
		.navbar-brand>img {
			width: 80%;
		}
		.homechairs_wrap {
			padding-top: 20px;
			padding-bottom: 20px;
			overflow: hidden;
		}
		.efurnchair-home img {
			padding-top: 40px;
			overflow: hidden;
		}
		.eloungechair-home h1 {
			text-align: left;
		}
		.eloungechair-home p {
		    text-align: left;
			float: left;
		}
		.eloungechair-home {
			padding-bottom: 0px;
			overflow: hidden;
		}
		.justintimes-home img{
			float:left;
		    padding-top: 40px;
		}
		.justintimes-home {
			padding-bottom: 0px;
			overflow: hidden;
		}
		.efurnchair-home {
			padding-bottom: 40px;
			overflow: hidden;
		}
		.title-img2 {
			padding-left: 0;
			float: left;
		}
		.contact-padding {
			padding-left: 0;
			margin: auto;
			display: block;
			text-align: center;
			padding-bottom: 20px;
		}
		.footer_wrap p {
			text-align: center;
		}
		.social-icons {
			text-align: center;
			padding-top: 10px;
		}
		.About_wrap {
			padding-top: 30px;
			padding-bottom: 30px;
			overflow: hidden;
		}
		.efurn-background-wrp {
			position: relative;
			top: 200px;
		}
		.efurn-background p {
			color: #ffffff;
			font-size: 14px;
		}		
		.elounge-background-wrp {
			position: relative;
			top: 200px;
		}
		.elounge-background p {
			color: #ffffff;
			font-size: 14px;
		}
		.efurn-chair-bg {
			float: left;
		}
		.efurnchair-home p {
			max-width: initial;
		}
		.view-collection2 {
			float: left;
			margin-bottom: 30px;
			overflow: hidden;
			clear: both;
		}
		.contact-padd {
			padding-top: 120px;
		}
		.navbar-fixed-top {
			top: 72px;
		}
	}
	 

	@media only screen and (max-width: 500px){
		.top_icon {
			position: relative;
			float: left;
			left: 8px;
			bottom: 10px;
			margin-top: 10px;
		}
		.top_bg p {
			float: none;
			font-size: 12px;
		}
		.navbar-brand>img {
			width: 70%;
		}
		.slider_wrap {
			margin-top: 150px;
		}
		.efurn-background-wrp {
			position: relative;
			top: 180px;
		}
		.efurn-background p {
			color: #ffffff;
			font-size: 13px;
		}
		.efurn-background h1 {
			font-size: 50px;
		}		
		.elounge-background p {
			color: #ffffff;
			font-size: 13px;
		}
		.elounge-background h1 {
			font-size: 50px;
		}		
	}

  
	@media only screen and (max-width: 422px){
		.navbar-fixed-top {
			top: 90px;
		}		
	}

  
  