a {
	cursor: pointer;
	color: #db5c38;
	text-decoration: none;
}
a:hover {
    transition: all .5s ease 0s;
    text-decoration: none;
	color: #222;
}

img {
	width: 100%;
}
body,
p {
    font-size: 14px
}
p, body {
	color: #222;
	font-family: 'PalatinoLinotype-Roman', sans-serif;
	/*font-family: "open sans", sans-serif;*/
	line-height: 25px;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 0px;
}
h2 {
	font-size: 40px;
	font-weight: 700;
	color: #222;
	line-height: 55px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	font-family: 'PalatinoLinotype-Roman', sans-serif;
	letter-spacing: 1px;
}
h3 {
	font-size: 35px;
	font-weight: 700;
	color: #222;
	line-height: 45px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	font-family: 'PalatinoLinotype-Roman', sans-serif;
	letter-spacing: 1px;
}
h4 {
	font-size: 26px;
	color: #222;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: 'PalatinoLinotype-Roman', sans-serif;
	letter-spacing: 1px;
}
h5 {
	font-size: 20px;
	color: #222;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: 'PalatinoLinotype-Roman', sans-serif;
	letter-spacing: 1px;
}
.align_center {
	text-align: center;
}
.entry_content {
	padding-top: 72px;
}

/*****************  Header Css  ******************/

.navbar {
	background-color: #f5f5f5;
	padding: 0px;
	margin-bottom: 0px !important;
	position: fixed;
	width: 100%;
	z-index: 999999;
	border: none;
	border-radius: 0;
}
.navbar-brand {
	height: auto;
	padding: 10px 0px;
}
.navbar-default .navbar-brand {
	margin-left: 0px !important;
}
.navbar-nav {
	float: right;
}
.navbar-default .navbar-nav > li > a {
	padding: 26px 15px;
	color: #000;
	font-weight: 600;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.navbar-default .navbar-nav > li > a:hover {
	background-color: rgba(0,0,0,0.04);
}
.navbar-default .navbar-nav > .active > a {
	background-color: rgba(0,0,0,0.04);
}
.navbar-brand img {
	width: 100%;
}

/***************  End Header Css  ****************/

@keyframes zoom {
  from {
    transform: scale(1.14,1.14);
  }
}
.carousel-inner .item .banner_img img {
  animation: zoom 10s;
}
.carousel-control.left {
	background-image: none;
}
.carousel-control.right {
	background-image: none;
}
.carousel-control {
	top: 50%;
	bottom: auto;
	left: 2%;
	width: auto;
	font-size: 40px;
	color: #fff;
	height: auto;
}
.carousel-control.right {
	right: 2%;
}
.carousel-indicators {
	margin-bottom: 0px;
}
/*.banner_img {
	position: relative;
	height: 100%;
	overflow: hidden;
}*/
.space_padding {
	padding: 60px 0px;
}
.container_space {
	padding-bottom: 50px;
}
.main_title i {
	font-size: 30px;
	display: block;
	color: #db5c38;
	line-height: 40px;
}
.main_title h5 {
	display: inline-block;
	position: relative;
	padding: 10px 0px;
}
.main_title h5::after, .main_title h5::before {
	background: #000;
	height: 1px;
	position: absolute;
	top: 50%;
	width: 70px;
	opacity: .3;
	content: "";
}
.main_title h5::before {
	margin-right: 30px;
	right: 100%;
}
.main_title h5::after {
	left: 100%;
	margin-left: 30px;
}
.main_title h3 {
	text-transform: uppercase;
}
.main_title p {
	text-align: justify;
}
.divider_title {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.divider_title::after {
	content: "";
	width: 12%;
	height: 2px;
	background-color: #db5c38;
	bottom: 0px;
	position: absolute;
	left: 0;
}
.whom_we_serve p {
	text-align: justify;
}
.how_we_work {
	margin-top: 40px;
}
.how_we_work p {
	text-align: justify;
}
.about_email {
	margin-top: 40px;
}
.about_img {
	position: relative;
	z-index: 2;
	margin-left: 30px;
	margin-top: 0;
	padding-top: 40px;
	padding-right: 40px;
	text-align: right;
}
.about_img::before {
	position: absolute;
	content: '';
	left: 50px;
	bottom: -35px;
	width: 299px;
	height: 299px;
	background: url(../images/pattern.png) no-repeat;
	z-index: -1;
}
.about_img::after {
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
	bottom: 100px;
	z-index: -1;
	border: 2px solid #db5c38;
	width: 70%;
}
.about_img img {
	height: 420px;
	width: 80%;
}
.services_area {
	background-color: #222;
}
.services_area .main_title i {
	color: #fff;
}
.services_area .main_title h5 {
	color: #fff;
}
.services_area .main_title h5::after, .services_area .main_title h5::before {
	background: #fff;
}
.services_area .main_title h3 {
	color: #fff;
}
.service_row {
	margin-top: 40px;
}
.service-box h3 {
	color: #fff;
	font-size: 32px;
	letter-spacing: 0.5px;
	line-height: 42px !important;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.service-box p {
	color: #fff;
	text-align: justify;
}
#furniture {
	padding-top: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid rgba(255,255,255,0.05);
	display: inline-block;
}
#manchester {
	padding-top: 60px;
	padding-bottom: 60px;
	display: inline-block;
}
.lower-content {
	padding-top: 15px;
}
.dream_house {
	background-image: url(../images/Dream-Home-Image.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.dream_house {
	padding: 120px 0px;
}
.dream_house_content {
	padding: 60px 55px;
	background-color: rgba(0,0,0,0.2);
}
.dream_house_content h4 {
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 20px;
	margin-bottom: 15px;
	position: relative;
}
.dream_house_content h4::after {
	content: "";
	position: absolute;
	width: 60px;
	height: 3px;
	left: 0;
	bottom: 0;
	background-color: #fff;
}
.dream_house_content h3 {
	padding-bottom: 0px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 50px;
	line-height: 60px;
}
.projects-section {
	margin-top: 30px;
}
#customersCats{
   margin-top:1.2rem;
   height: 80px;
}
.starter-template {
  padding: 40px 15px;
}
.catalogue_sec {
	background-color: #f5f5f5;
	padding: 60px 0px;
	text-align: center;
}
.catalog_content p {
	font-size: 25px;
	line-height: 35px;
	padding: 0px 80px;
	text-align: center;
	font-style: italic;
}
.site_btn {
	background-color: #db5c38;
	color: #fff;
	display: inline-block;
	padding: 10px 25px;
	margin-top: 20px;
}
.site_btn:hover {
	background-color: #000;
	color: #fff;
}
.catalogue_row {
	padding-top: 20px;
}
.form_sec {
	background-image: url(../images/contact-form-image.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-blend-mode: overlay;
	background-color: rgba(0,0,0,0.8);
}
.form_sec .main_title i {
	color: #fff;
}
.form_sec .main_title h5 {
	color: #fff;
}
.form_sec .main_title h5::after, .form_sec .main_title h5::before {
	background: #fff;
}
.form_sec .main_title h3 {
	color: #fff;
}
.form_box {
	margin-top: 30px;
	width: 50% !important;
}
.field_1 {
	padding: 12px 15px;
	height: auto;
	width: 100%;
	border: none;
	color: #000;
}
.field_2 {
	padding: 12px 15px;
	height: 130px !important;
	width: 100%;
	border: none;
	color: #000;
}
.field_3, .field_3:active, .field_3:focus {
	background-color: #db5c38;
	border: none;
	width: 100%;
	padding: 10px 15px;
	font-size: 15px;
	transition: all 0.5s;
}
.field_3:hover {
	background-color: #fff;
	color: #db5c38;
}
#footer {
	background-color: #222222;
}
.footer-top {
	padding: 40px 0px;
}
.footer-top .footer-widget {
	background-color: rgba(0,0,0,0.2);
	padding: 20px 25px 0px;
	min-height: 280px;
}
#footer p {
	color: #fff;
	text-align: justify;
}
.copyright {
	text-align: center;
	border-top: 1px solid rgba(255,255,255,0.1);
	padding: 10px 0px;
}
.copyright p {
	text-align: center !important;
}
#footer .logo img {
	width: 90%;
	filter: brightness(0) invert(1);
	margin-bottom: 20px;
}
.widget_title {
	color: #fff;
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 600;
	line-height: 30px;
	position: relative;
	padding-bottom: 10px;
}
.widget_title::after {
	content: "";
	width: 30px;
	height: 2px;
	background-color: #db5c38;
	position: absolute;
	left: 0;
	bottom: 0;
}
.footer_info {
	color: #fff;
	list-style: none;
	padding: 0px;
	margin: 0;
}
.footer_info li {
	margin-bottom: 5px;
}
.footer_title strong {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	display: inline-block;
	width: 100%;
	padding: 7px 12px;
}
.footer_info li:last-child{
	margin-bottom: 0px;
}
.footer_info li span {
	display: table-cell;
	padding-left: 5px;
}
.footer_info i {
	margin-right: 5px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	display: table-cell;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #db5c38;
}
.footer_sm {
	display: inline-block;
	width: 100%;
}
.footer_sm li {
	display: inline-block;
	margin: 0px 5px;
}
.footer_sm li i {
	background-color: rgba(0,0,0,0.5);
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	display: inline-block;
	transition: all 0.5s;
}
.footer_sm li i:hover {
	background-color: #db5c38;
	color: #fff;
}
.footer_menu i {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}
.footer_menu {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.footer_menu li a {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	width: 100%;
	display: inline-block;
	padding: 4px 10px;
}
.footer_menu li:last-child a {
	border-bottom: none;
}
.portfolio_sec .pull-left {
	width: 100%;
}
.portfolio_sec .filter-tabs {
	text-align: center;
	margin-bottom: 20px;
}
.portfolio_sec li {
	display: inline-block;
}
.portfolio_box h3 {
	font-size: 20px;
	line-height: 30px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	color: #fff;
	text-transform: capitalize;
}
.portfolio_box h6 {
	margin: 7px 0px 0px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	padding-bottom: 5px;
	color: #fff;
}
.portfolio_box {
	margin-bottom: 0px;
	padding: 0px;
}
.filter-tabs li:active button, .filter-tabs li:focus button, .filter-tabs li:hover button, .filter-tabs li:target button{
	color: #fff;
	cursor: default;
	background-color: #db5c38;
	border-bottom-color: transparent;
}
.catalog_img img {
	width: auto;
}
.portfolio_img {
	position: relative;
}
.portfolio-_text {
	position: absolute;
	top: 0;
	width: 89%;
	text-align: center;
	height: 100%;
	padding-top: 25%;
	opacity: 0;
	transition: all 0.5s;
}
.portfolio_col:hover .portfolio-_text {
	padding-top: 50%;
	opacity: 1;
}
.portfolio-_text {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
}
.inner_banner {
	background-color: #db5c38;
}
.inner_banner h2 {
	margin: 0px;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.5px;
}
.light_gray {
	background-color: #f5f5f5;
}
.faq_area .panel-title a {
	width: 100%;
	display: inline-block;
	padding: 6px 20px;
	text-decoration: none;
}
.faq_area .panel-heading {
	padding: 0px;
}
.faq_area .panel-default > .panel-heading {
	color: #fff;
	background-color: #db5c38;
	border-color: #ddd;
}
.faq_area .panel-default .panel-title:hover a {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.terms_content h4 {
	margin: 20px 0px 5px;
}
.terms_content ul {
	margin-top: 10px;
}





/*********************  Responsive  ******************/

@media (max-width: 1920px) {
.container {
	width: 100%;
	max-width: 1850px;
}
}
@media (max-width: 1070px) {
.navbar-default .navbar-nav > li > a {
	padding: 20px 10px;
	font-size: 14px;
}
.entry_content {
	padding-top: 60px;
}
}
@media (max-width: 1024px) {
.home_slider .carousel-inner {
	height: 560px;
}
.banner_text {
	top: 36%;
}

}

@media (max-width: 991px) {
.home_slider .carousel-inner {
	height: 480px;
}
.banner_text {
	top: 30%;
}
.about_img {
	margin-top: 50px;
}
.about_img img {
	width: 86%;
}
.service-box {
	margin-bottom: 50px;
}
.portfolio_box h3 {
	font-size: 15px;
	line-height: 25px;
}
.catalog_img {
	text-align: center;
	margin-bottom: 20px;
}
#footer .footer-widget {
	margin-bottom: 40px;
}

}

@media (max-width: 920px) {

.navbar-default .navbar-nav > li > a {
	padding: 20px 6px;
	font-size: 12px;
}

}


@media (max-width: 767px) {

.navbar-toggle {
	margin-right: 0;
	margin-top: 20px;
	margin-bottom: 0;
}
.navbar-default .navbar-collapse {
	position: absolute;
	z-index: 999;
	background-color: #f7f7f7;
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 75px;
}
.navbar-nav {
	float: none;
	width: 100%;
	margin: 0;
}
.navbar-default .navbar-nav > li > a {
	width: 100%;
	padding: 10px 15px;
}
.navbar-brand img {
	width: 300px;
}
.navbar-default .navbar-nav > .active > a {
	background-color: #db5c38;
	color: #fff;
}
.navbar-default .navbar-nav > li > a:hover {
	background-color: #db5c38;
	color: #fff;
}
.banner_text h2 {
	font-size: 20px;
	line-height: 30px
}
.form_box {
	width: 70% !important;
}
.home_slider .carousel-inner {
	height: 380px;
}
}


@media (max-width: 600px) {

.navbar-default .navbar-collapse {
	position: absolute;
	z-index: 999;
	background-color: #f7f7f7;
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 69px;
}
.form_box {
	margin-top: 30px;
	width: 80%;
}
.home_slider .carousel-inner {
	height: 320px;
}
.banner_text {
	top: 20%;
}
h3 {
	font-size: 28px;
	line-height: 38px;
}
.about_img::before {
	display: none;
}
.about_img::after {
	display: none;
}
.about_img img {
	width: 100%;
	height: auto;
}
}

@media (max-width: 550px) {
.home_slider .carousel-inner {
	height: 250px;
}
.navbar-brand img {
	width: 281px;
}
}

@media (max-width: 480px) {
.home_slider .carousel-inner {
	height: 200px;
}
.home_slider .carousel-control {
	top: 40%;
}
.navbar-brand img {
	width: 220px;
}
.navbar-toggle {
	margin-top: 14px;
}
.entry_content {
	padding-top: 60px;
}
.form_box {
	width: 90% !important;
}
}

@media (max-width: 380px) {
.home_slider .carousel-inner {
	height: 160px;
}
.home_slider .carousel-control {
	top: 35%;
}
}

.captcha{
	font-size: 20px;
    text-align: center;
}