/*===============================================================
						Table Of Contents

[1] Reset
[2] Fonts
[3] Main Tags
[4] Navigation
[5] Footer
[6] Individual Styles For Index
[7] Individual Styles For About
[8] Individual Styles For Old Furniture
[9] Individual Styles For New Furniture
[10] Individual Styles For Contact
===============================================================*/

/* ================ [1] Reset ================ */
body {
	margin: 0px;
	padding: 0px;
}

a:-webkit-any-link{
	text-decoration: none !important;
}

/* ================ [2] Fonts ================ */
@font-face {¬
  font-family: Poppins-Regular;
  src: url('../fonts/poppins/Poppins-Regular.ttf');
}

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

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/poppins/Poppins-Bold.ttf');
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url('../fonts/poppins/Poppins-SemiBold.ttf');
}

/* ================ [3] Main Tags ================ */
body {
	height: 100%;
	overflow-x: hidden;
	font-family: Poppins-Regular, sans-serif;
	margin:auto;
	zoom: .9;
}

/* ================ [4] Navigation ================ */
.navigation-info-bar {
	height: 34px;
	width: 100%;
	background: white;
	border-bottom: 1px solid #e5e5e5;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
}

.navigation-info-bar .left {
	float: left;
	width: 75%;
	display: inline-block;
	margin-top: 5px;
}

.navigation-info-bar .left a {
	color: #6d6d6d;
	text-decoration: none;
}

.navigation-info-bar .left .info-bar-phone {
	display: inline-block;
	margin: 0px 20px;
	color: #6d6d6d;
	border-right: 1px solid #e5e5e5;
	padding-right: 10px;
}

.navigation-info-bar .left .info-bar-phone:nth-child(2) {
	margin: 0px 20px 0px 10px !important;
}

.navigation-info-bar .left .info-bar-email {
	display: inline-block;
	color: #6d6d6d;
	border-right: 1px solid #e5e5e5;
	padding-right: 10px;
}

.navigation-info-bar .right {
	float: right;
	width: 25%;
	display: inline-block;
	text-align: right;
	margin-top: 5px;
}

.navigation-info-bar .right .info-bar-address {
	margin: 0px 20px;
	color: #6d6d6d;
}

.navigation-wrapper {
	width: 100%;
	position: fixed;
	top: 34px;
	left: 0px;
	height: auto;
	padding: 10px;
	background: white;
	border-bottom: 1px solid #e5e5e5;
	z-index: 999;
}

.navigation-wrapper .left {
	width: 50%;
	height: 100%;
	float: left;
}

.navigation-wrapper .right {
	width: 50%;
	height: 100%;
	float: right;
	text-align: right;
}

.navigation-wrapper .logo img {
	height: auto;
	width: 185px;
	margin-left: 40px;
}

.navigation-wrapper .item-wrapper {
	margin-right: 40px;
}

.navigation-wrapper .nav-item-custom {
	display: inline-block;
	padding: 28px 15px;
	margin: 0px 5px;
	color: #222222;
	transition: all .1s;
	font-size: 18px;
}

.navigation-wrapper .nav-item-custom:hover {
	color: #db3235;
}

.navigation-wrapper .drop-menu .drop-item.active {
	color: #db3235;
}

.navigation-wrapper .nav-drop {
	cursor: pointer;
}

.navigation-wrapper .nav-item-custom .drop-menu {
	display: none;
}

.navigation-wrapper .right .responsive-menu-toggler-wrapper {
	height: 55px;
	width: 55px;
	text-align: center;
	border: 1px solid white;
	background: none;
	border-radius: 100%;
	cursor: pointer;
	top: 50%;
	right: 50px;
	transform: translateY(-50%);
	position: absolute;
	transition: all .2s;
	display: none;
}

.navigation-wrapper .right .responsive-menu-toggler {
	color: black;
	opacity: .54;
	font-size: 30px;
	padding-top: 5px;
	transition: all .2s;
}

.navigation-wrapper .right .responsive-menu-toggler-wrapper:hover {
	background: red;
	opacity: .54;
	border: 1px solid red;
}

.navigation-wrapper .right .responsive-menu-toggler-wrapper:hover > .responsive-menu-toggler {
	color: white;
	opacity: 1;
}

.navigation-wrapper .drop-menu {
	position: absolute;
	background: white;
	margin-top: 0px;
	text-align: left;
	padding: 5px 0px;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16), 0px 3px 6px rgba(0,0,0,0.23);
	z-index: 998;
	margin-left: -12px;
}

.navigation-wrapper .drop-menu a {
	text-decoration: none;
}

.navigation-wrapper .drop-menu .drop-item {
	color: black;
	padding: 5px 40px 5px 10px;
	transition: all .2s;
}

.navigation-wrapper .drop-menu .drop-item:hover {
	background: #db3235;
	color: white;
}

.navigation-wrapper .active {
	color: #db3235;
}

.responsive-menu {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #ff7575;
	z-index: 99999;
}

.responsive-menu .responsive-menu-toggler-wrapper {
	cursor: pointer;
}

.responsive-menu .responsive-menu-toggler {
	color: white;
	font-size: 30px;
	padding-top: 5px;
	transition: all .2s;
	float: right;
	margin-right: 65px;
	margin-top: 25px;
}

.responsive-menu-item-wrapper {
	margin-top: 100px;
}

.responsive-menu .responsive-menu-item {
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: white;
	margin: 5px 0px;
	transition: all .2s;
	padding: 10px 0px;
}

.responsive-menu .responsive-menu-item:hover {
	background: white;
	color: #ff7575;
}

.responsive-menu a {
	text-decoration: none;
}

.responsive-menu .responsive-menu-item-wrapper .responsive-menu-item.active {
	font-weight: bold;
}

@media screen and (max-width: 1455px) {
	.navigation-wrapper .left {
		width: 25%;
	}

	.navigation-wrapper .right {
		width: 75%;
	}
}

@media screen and (max-width: 1050px) {
	.navigation-wrapper .nav-item-custom {
		display: none;
	}

	.navigation-wrapper .right .responsive-menu-toggler-wrapper {
		display: block;
	}
}

@media screen and (max-width: 969px) {
	.navigation-info-bar {
		display: none;
	}

	.navigation-wrapper {
		top: 0px;
	}
}

/* ================ [5] Footer ================ */
.footer {
    height: 350px;
    background: rgba(0,0,0,.075);
    padding: 40px 50px;
    position: relative;
	width:100%;
	bottom:0px;
	left:0px;
	right:0px;
	color: black;
	font-size:18px;
}

.footer .top {
	height: 75%;
}

.footer .left {
	width: 25%;
	display: inline-block;
	float: left;
}

.footer img {
	width: 160px;
	height: auto;
}

.footer a {
	color: black;
	text-decoration: none;
	transition: all .3s;
}

.footer a:hover {
	color: gray;
}

.footer .right {
	width: 75%;
	display: inline-block;
	float: right;
}

.footer .bottom {
	height: 25%;
}
.footer .title {
	font-size:22px;
	font-style: oblique;
	margin-bottom: 10px;
	border-bottom: 2px solid black;
	width: 48%;
}

.bottom {
	background: rgba(0,0,0,.2);
	padding: 10px 0px;
}

.footer-mobile {
	display: none;
}

@media screen and (max-width: 991px) {
	.footer {
		display: none;
	}

	.footer-mobile {
		display: block;
	}
}

.footer-mobile {
    height: 900px;
    background: rgba(0,0,0,.075);
    padding: 40px 50px;
    position: relative;
    width: 100%;
    bottom: 0px;
    left: 0px;
    right: 0px;
    color: black;
    font-size: 18px;
}

.footer-mobile img {
	width: 160px;
	height: auto;
}

.footer-mobile .title {
    font-size: 22px;
    font-style: oblique;
    margin-bottom: 10px;
    border-bottom: 2px solid black;
    width: 48%;
}

.footer-mobile a {
    color: black;
    text-decoration: none;
    transition: all .3s;
}

.footer-mobile div {
	width: 100%;
}

.footer-mobile a:hover {
    color: gray;
}

.footer-mobile .explore-item {
	display: block;
	padding: 5px;
}

.bottom a {
	color: #db3235;
}

@media screen and (max-width: 450px) {
	.footer-mobile {
		height: 950px;
	}
}

@media screen and (max-width: 320px) {
	.footer-mobile {
		height: 1050px;
	}
}

/* ================ [6] Individual Styles For Index ================ */
#content-wrapper {
	top: 150px;
	position: relative;
}

#slider {
	height: 700px;
	width: 100%;
	position: relative;
	top: 0px;
	display: block;
	z-index: 99;
}

@media screen and (max-width: 600px) {
	#slider {
		height: 400px;
	}
}

@media screen and (max-width: 412px) {
	#slider {
		height: 300px;
	}
}

@media screen and (max-width: 360px) {
	#slider {
		height: 200px;
	}
}

#slide-1 {
	background-image: url("../images/hero-bg1.jpg");
}

#slide-2 {
	background-image: url("../images/hero-bg2.jpg");
}

#slide-3 {
	background-image: url("../images/hero-bg3.jpg");
}

#slide-4 {
	background-image: url("../images/hero-bg4.jpg");
}

.hero-bg {
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	filter: brightness(0.7);
	z-index: -1;
}

.hero-content {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.hero-content .large-title {
	color: white;
	font-size: 60px;
	font-weight: 900;
	font-family: 'Montserrat', sans-serif;
}

.hero-content .small-title {
	color: white;
	font-size: 20px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}

@media screen and (max-width: 750px) {
	.hero-content .large-title {
		font-size: 45px;
	}

	.hero-content .small-title {
		font-size: 13px;
	}
}

@media screen and (max-width: 600px) {
	.hero-content .large-title {
		font-size: 30px;
	}

	.hero-content .small-title {
		font-size: 13px;
	}
}

@media screen and (max-width: 320px) {
	.hero-content .large-title {
		font-size: 28px;
	}

	.hero-content .small-title {
		font-size: 11px;
	}
}

.contact-form-wrapper.desktop {
    position: absolute;
    right: 90px;
    bottom: 30px;
    background: white;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    min-width: 378px;
	text-align: center;
}

.contact-form-wrapper.mobile {
    background: rgba(0,0,0,.075);
    box-sizing: border-box;
    min-width: 278px;
	display: none;
}

.hidden-title {
	font-size: 22px;
	font-weight: bold;
	color: #db3235;
}

@media screen and (max-width: 600px) {
	.contact-form-wrapper.mobile {
		display: block;
	}
	.contact-form-wrapper.desktop {
		display: none;
	}
}

.contact-form-wrapper.desktop .top-section {
	padding: 40px 0px;
	text-align: center;
	font-weight: 600;
	background: #db3235;
	border-radius: 5px 5px 0px 0px;
	font-size: 34px;
	color: white;
}

.contact-form-wrapper.mobile .top-section {
	padding: 40px 0px;
	text-align: center;
	font-weight: 600;
	background: #db3235;
	font-size: 34px;
	color: white;
}

.contact-form-wrapper.desktop .bottom-section {
	padding: 40px 30px;
}

.contact-form-wrapper.mobile .bottom-section {
	padding: 40px 30px;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
	.contact-form-wrapper.desktop .top-section {
		display: none;
	}

	.contact-form-wrapper.desktop {
		top: initial;
		bottom: 30px;
		max-height: 450px;
		right: 50%;
		margin-right: -189px;
	}

	.contact-form-wrapper.desktop .bottom-section {
		border-top: 10px solid #db3235;
		border-radius: 5px 5px 0px 0px;
		padding: 20px 30px 40px 30px;
	}

	.hero-content {
		text-align: center;
		top: 20px;
		bottom: initial;
	}
}

.contact-form-wrapper.desktop form {
	text-align: left;
}

.contact-form-wrapper.desktop input {
	border-radius: 5px;
	margin: 5px 0px;
	border: 1px solid gray;
	outline: none;
	padding: 5px 10px;
	font-size: 14px;
}

.contact-form-wrapper.mobile input {
	border-radius: 5px;
	margin: 5px 0px;
	border: 1px solid gray;
	outline: none;
	padding: 5px 10px;
	font-size: 14px;
	width: 100%;
}

.contact-form-wrapper.desktop textarea {
	border-radius: 5px;
	margin: 5px 0px;
	border: 1px solid gray;
	outline: none;
	padding: 5px 10px;
	font-size: 14px;
	resize: none;
}

.contact-form-wrapper.mobile textarea {
	border-radius: 5px;
	margin: 5px 0px;
	border: 1px solid gray;
	outline: none;
	padding: 5px 10px;
	font-size: 14px;
	resize: none;
	width: 100%;
}

.contact-form-wrapper.desktop .bottom-section button {
	background: #db3235;
	border: 3px solid #db3235;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 10px 20px;
	color: white;
	outline: none;
	margin-top: 10px;
	transition: all 0.3s;
}

.contact-form-wrapper.mobile .bottom-section button {
	background: #db3235;
	border: 3px solid #db3235;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 10px 20px;
	color: white;
	outline: none;
	margin-top: 10px;
	transition: all 0.3s;
	width: 100%;
}

.contact-form-wrapper.desktop .bottom-section button:hover {
	filter: brightness(0.8);
	border: 3px solid #a42628;
}

.contact-form-wrapper.mobile .bottom-section button:hover {
	filter: brightness(0.8);
	border: 3px solid #a42628;
}

.card-custom {
	height: 500px;
	width: 100%;
	margin: 10px 0px;
	color: white;
	text-decoration: none;
}

.furniture-card {
	background: rgba(0,0,0,.075);
	width: 100%;
	margin-bottom: 25px;
	text-align: center;
	padding: 20px;
}

.furniture-card .large-title {
	color: black;
    font-size: 40px;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
}

.furniture-card .small-title {
	color: black;
    font-size: 20px;
}

.card-1 {
	background-image: url("../images/new-office-furniture.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

.card-2 {
	background-image: url("../images/office-furniture-used.png");
	background-size: cover;
	background-repeat: no-repeat;
}

.card-3 {
	background-image: url("../images/cubicles.png");
	background-size: cover;
	background-repeat: no-repeat;
}

.card-4 {
	background-image: url("../images/mayline.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

.card-custom .large-title {
	color: white;
	font-size: 40px;
	font-weight: 900;
	font-family: 'Montserrat', sans-serif;
}

@media screen and (max-width: 785px) {
	.card-custom .large-title {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 635px) {
	.card-custom .large-title {
		margin-bottom: 100px;
	}
}

@media screen and (max-width: 500px) {
	.card-custom .large-title {
		font-size: 30px;
	}
}

.card-custom .card-text {
	position: absolute;
	bottom: 50px;
	left: 50px;
	width: 80%;
}

.card-custom .small-title {
	color: white;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	text-shadow: 2px 2px #000000;
}

.card-custom-wrapper {
	position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media screen and (min-width: 1200px) {
	.card-custom-wrapper {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media screen and (max-width: 1199px) {
	.card-custom-wrapper {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.about-section .about-image {
	background-image: url("../images/about-1.jpg");
	background-size: cover;
	background-repeat: no-repeat;

}
section.about-bg {
	padding: 50px;
}

.about-title {
	color: black;
	font-size: 72px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
}

@media screen and (max-width: 500px) {
	.about-title {
		font-size: 40px;
	}
}

@media screen and (max-width: 320px) {
	.about-title {
		font-size: 30px;
	}
}

.about-desc {
	font-size: 18px;
	width:85%;
}

.cta {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 100px;
	margin-bottom:200px;
}

.cta.inverted {
    background: #333;
    color: white;
    padding: 20px;
    width: 100%;
	margin-top: 10px;
	margin-bottom: 0px;
}

@media screen and (max-width: 1400px) {
	.cta.inverted h1 {
		font-size: 30px;
	}
}

.cta.footer-cta {
	background: rgba(0,0,0,.075);
	padding: 20px 50px;
	position: relative;
	width: 100%;
	bottom: 0px;
	left: 0px;
	right: 0px;
	color: black;
	font-size: 18px;
	margin-top: 50px;
	margin-right: 15px;
	margin-left: 15px;
}

.cta.footer-cta h1 {
	font-size: 24px;
}

@media screen and (max-width: 1070px) {
	.cta.inverted h1 {
		font-size: 20px;
	}
}

@media screen and (max-width: 1206px) {
	.cta.footer-cta {
		height: 140px;
	}
}

@media screen and (max-width: 775px) {
	.cta.footer-cta h1 {
		font-size: 30px;
	}
}

@media screen and (max-width: 634px) {
	.cta.footer-cta h1 {
		font-size: 20px;
	}
}

@media screen and (max-width: 388px) {
	.cta.footer-cta h1 {
		font-size: 16px;
	}
}

@media screen and (max-width: 334px) {
	.cta.footer-cta h1 {
		font-size: 16px;
	}
}

.sidebar-newsletter{
		border-radius:5px;
		overflow:hidden;
		border: 1px solid #e6e6e6;
		margin-bottom: 250px;
}

@media screen and (min-width: 1600px) {
.respon1 {
	max-width: 36%;
}
}

.small-title .btn {
	background: #db3235;
	border: 1px solid #db3235;
	transition: all .1s;
}

.small-title .btn:hover {
	background: #db3235;
	filter: brightness(0.6);
}

.small-title .btn:active {
	background: #db3235;
	filter: brightness(0.6);
	box-shadow: 0 0 0 0.2rem rgba(164,38,40,.5);
}

.small-title .btn-primary:not(:disabled):not(.disabled).active:focus, .small-title .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.small-title .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(164,38,40,.5);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	background: #db3235;
	filter: brightness(0.6);
	box-shadow: 0 0 0 0.2rem rgba(164,38,40,.5);
}

.bg1 {
	background-color: #db3235 !important;
}

.focus-input100 {
	border: 2px solid #db3235 !important;
}

@media screen and (min-width: 993px) {
	.size2 {
		width: 50% !important;
	}
}

.s2-txt1 {
	padding: 12px 22px 0 22px;
}

.wrap-input100 {
	height: 0px !important;
	min-height: 50px;
}

#msgcontact {
	border: 2px solid #e6e6e6;
    border-radius: 5px;
    margin-bottom: 20px;
}
.mb-4 {
	margin-bottom: 1.5rem;
}
.red-link li a  {
	text-decoration: none;
	color: #db3235 !important;
}
.red-link a {
	color: #db3235 !important;
}
.mt-200 {
	margin-top: 200px !important;
}
