* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin:0;
	padding:0;
	font-family: 'Roboto Condensed', sans-serif;
}
h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:0;
}
ul, ol, li {
	margin:0;
	padding:0;
	list-style:none;
}
/*Header css start*/
.header-outer {
	width: 100%;
	position: relative;
	z-index: 9999;
	background: #fff;
}
.header-outer .row
{
}
.logo-outer {
	text-align:left;
}
.logo-outer a {
	display: inline-block;
	background: #f04f47;
	padding: 32px 20px;
	font-size: 35px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	line-height: 30px;
	border-bottom: 4px solid #98332e;
	letter-spacing: -0.5px;
}
.logo-outer a:hover {
	text-decoration:none;
	color:#fff;
}
.header-phonebar {
	padding: 0 !important;
}
.header-topright-bar {
	margin-top: 3px;
}
.header-phonebar ul {
	margin: 21px -10px 0;
}
.header-phonebar li {
	font-size:26px;
	color:#2d363d;
}
.header-phonebar li a {
	color: #2d363d;
	font-weight: bold;
	font-size: 33px;
}
.header-phonebar li a:hover {
	color:#f04f47;
}
.header-phonebar li span {
	margin:0 10px 0 0;
	display:inline-grid;
}
.header-phonebar li a:hover {
	text-decoration:none;
}
.header-topright-bar {
	text-align:right;
}
.header-topright-bar h2 {
	font-size: 42px;
	color: #f04f47;
	font-weight: 600;
	margin: 21px 0 0;
	line-height: 40px;
}
/*Header css end*/





/*banner css start*/
.banner-outer {
	background:url(../images/banner-bg-iamge.jpg) no-repeat center;
	background-size:cover;
	padding:100px 0;
}
.banner-form-outer {
	text-align:right;
}
.banner-form-outer form {
	background: rgba(44, 51, 59, 0.8);
	display: inline-block;
	width: 320px;
	padding: 31px 20px 34px;
	text-align: center;
	border: 5px solid #5c6770;
}
.banner-form-outer h2 {
	font-size: 53px;
	font-weight: 600;
	color: #fff;
	margin: 0;
}
.banner-form-outer p {
	font-size: 13px;
	color: #fff;
	margin:10px 0 15px;
	font-weight: lighter;
	text-transform:capitalize;
}
.banner-form-field {
	margin: 0 0 8px;
	padding: 0 !important;
}
.banner-form-field input {
	border: none;
	background: none;
	width: 100%;
	padding: 10px 20px;
	font-size: 12px;
	color: #939393;
	background: #fff;
	text-transform: capitalize;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius: 3px;
}
.banner-form-outer .submit-button {
	background: #f04f47;
	width: 100%;
	color: #fff;
	border: none;
	font-size: 26px;
	text-transform: uppercase;
	height: auto;
	cursor: pointer;
	font-weight: bold;
	padding: 7px;
	margin: 2px 0;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius: 3px;
}
.banner-content {
	text-align: right;
	padding: 0 60px 0 0!important;
}
.content-round-outer {
	width: 420px;
	height: 420px;
	display: inline-block;
	background: rgba(45, 54, 61, 0.9);
	border: 5px solid #5c6770;
	color: #fff;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius: 50%;
	padding: 50px 0;
	text-align: center;
	overflow: hidden;
}
.content-round-outer h2 {
	font-size:48px;
	text-transform:uppercase;
	font-weight:bold;
	position:relative;
	text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.91);
}
.content-round-outer h2 strong {
	background: #ea625b;
	width: 420px;
	display: inline-block;
	font-size: 63px;
	padding: 0;
}
/*banner css end*/

/*homes renovations css start*/
.home-renovation-outer {
	text-align: center;
	padding: 70px 0 115px;
}
.home-renovation-content {
	padding: 0 5% !important;
}
.home-renovation-content h2 {
	font-size: 37px;
	color: #2d363d;
	font-weight: 600;
	text-transform:uppercase;
}
.home-renovation-content p {
	font-size: 19px;
	color: #2e2e2e;
	font-weight:300;
}
.home-renovation-content .read-more-btn {
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
	width: auto;
	display: inline-block;
	padding: 18px 80px;
	margin: 25px 0 0;
	background: #f04f47;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	font-weight: bold;
	text-align: center;
}
.home-renovation-content .read-more-btn:hover {
	text-decoration:none;
	background:#2d363d;
}
/*homes renovations css end*/






/*interior design css start*/
.interior-design-outer {
	width:100%;
	display:inline-block;
}
.interior-design-inner-content h2 {
	color: #121212;
	font-size: 24px;
	margin: 0 0 15px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	padding: 0 0 10px;
}
.interior-design-inner img {
	width:100%;
}
.interior-design-inner-content {
	width: 100%;
	padding: 28px 0 50px;
}
.interior-design-inner-content h2:after {
	background:#f04f47;
	width:66px;
	height:2px;
	content:"";
	position:absolute;
	left:0;
	bottom:0;
}
.interior-design-inner-content p {
	color: #333333;
	font-size: 19px;
}
/*interior design css start*/

.renovation-service-outer {
	padding:84px 0 75px;
	background:#fbfbfb;
}
.renovation-service-content h2 {
	color: #121212;
	font-size: 26px;
	margin: 0 0 15px;
	font-weight: bold;
	text-transform:capitalize;
	position: relative;
	padding: 0 0 10px;
}
.renovation-service-content h2:after {
	background: #f04f47;
	width: 66px;
	height: 2px;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
}
.renovation-service-content p {
	color: #333333;
	font-size: 19px;
	font-weight: 300;
	line-height: 25px;
}
.renovation-service-content .contact-us-button {
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
	width: auto;
	display: inline-block;
	padding: 18px 90px;
	margin: 15px 0 0;
	background: #f04f47;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	font-weight: bold;
	text-align: center;
	border:none;
}
.renovation-service-content .contact-us-button:hover {
	text-decoration: none;
	background: #2d363d;
}
.renovation-service-inner img {
	float: left;
	width: auto;
}
.renovation-service-content {
	width: 50%;
	float: right;
	padding: 20px 0 0 30px;
}
.renovation-service-rightbar {
	padding: 20px 0 0 25px !important;
}
.renovation-service-rightbar h2 {
	color: #121212;
	font-size: 26px;
	margin: 0 0 15px;
	font-weight: bold;
	text-transform:capitalize;
	position: relative;
	padding: 0 0 10px;
}
.renovation-service-rightbar h2:after {
	background: #f04f47;
	width: 66px;
	height: 2px;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
}
.renovation-service-rightbar li {
	width: 100%;
	float: left;
	position:relative;
	padding:0 0 0 46px;
}
.renovation-service-rightbar li span {
	width: 25px;
	height: 25px;
	float: left;
	background: #2d363d;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius: 50%;
	text-align: center;
	padding: 0;
	position:absolute;
	left:0;
	top:5px;
}
.renovation-service-rightbar h3 {
	color: #121212;
	font-size: 21px;
	margin: 0;
	text-transform:capitalize;
	font-weight:500;
}
.renovation-service-rightbar p {
	color: #333333;
	font-size: 19px;
	font-weight:300;
	line-height:25px;
}




/*consultation css start*/
.consultation-outer
{
	padding:55px 0 100px 0;
	background:url(../images/consultation-bg.jpg) no-repeat top center;
	background-size:cover;
}
.consultation-inner {
	width:428px;
	float:left;
    padding: 40px 36px 48px;
    margin:0 0 0 150px;
    background-color: #3d4744;
    border: 3px solid #626f6d;
}
.consultation-inner h3
{
	font-size:33.64px;
	color:#fff;
	font-weight:700;
}
.consultation-inner p
{
	font-size:17px;
	color:#fff;
	line-height:26px;
	font-weight:400;
}
.consultation-inner span
{
	width:100%;
	float:left;
	font-size:26px;
	color:#fff;
	line-height:26px;
	font-weight:400;
	padding-bottom:12px;
}
.consultation-inner span a
{
	font-size:35px;
	font-weight:700;
	color:#fff;
}
.consultation-inner span a:hover
{
	text-decoration:none;
	color:#f04f47;
}
.consultation-inner li
{
	width:100%;
	float:left;
	padding-bottom:10px;
}
.consultation-inner li a
{
	font-size:14px;
	color:#fff;
	font-weight:400;
}
.consultation-inner li a .fa {
    font-size: 21px;
    margin-right: 8px;
}
.contact-btn
{
	width:100%;
	float:left;
	background-color:#f04f47;
	color:#fff;
	font-size:17px;
	font-weight:700;
	padding:18px 0;
    text-transform: uppercase;
    margin: 15px 0 0;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	text-align:center;
	border: none;
}
.contact-btn:hover
{
	text-decoration:none;
	color:#fff;
}
/*consultation css end*/

/*footer css start*/
footer
{
	width:100%;
	float:left;
	padding:18px 0 18px;
	text-align:center;
}
.footer-inner
{
	display:inline-block;
	text-align:center;
}
.footer-inner p
{
	font-size:14px;
	color:#2e2e2e;
	font-weight:400;
	display:inline-block;
	margin:0;
}
.footer-inner p a
{
	font-size:14px;
	color:#2e2e2e;
	font-weight:700;
	text-transform:uppercase;
}
.footer-inner p a:hover
{
	text-decoration:none;
	color:#f04f47;
}
.footer-inner ul
{
	width:auto;
	display:inline-block;
	margin:0;
}
.footer-inner li
{
	width:auto;
	display:inline-block;
	padding:0 15px;
	border-right:1px solid #000;
	line-height:12px;
}
.footer-inner li:last-child
{
	border-right:none;
	padding-right:0;
}
.footer-inner li a
{
	font-size:14px;
	color:#2e2e2e;
	font-weight:400;
}
.footer-inner li a:hover
{
	text-decoration:none;
}
/*footer css end*/
