@font-face {
    font-family: 'Abel';
    src: url(../fonts/Abel-Regular.ttf);
}
body {
	background-color: #f1f1f1;
	overflow-x: hidden;
	font-family: Abel;
}
.bold {
	font-weight: bold;
}
.left_side_bar {
	width: 250px;
	display: inline-block;
	height:100vh;
	position: relative;
	float: left;

}
.left_bottom {
    position: fixed;
    bottom: 0;
    width: 250px;
    left: 0;
}
.logo a h1 {
	margin-top: 0;
	margin-bottom: 0;
	color: #222;
}
.logo a:hover {
	text-decoration: none;
}
.logo {
	padding: 40px 20px 40px 30px;
}
.nav_list {
	padding: 0px 20px 10px 30px;
}
.nav_list ul {
	list-style: none;
	padding-left: 0;
}
.nav_list ul a {
	color: #908e8e;
	font-size: 25px;
	transition: color .2s ease-in-out;
	display: block;
}
.nav_list ul li {
	position: relative;
}
.nav_list ul a:before {
    content: " ";
    display: block;
    position: absolute;
    left: -75px;
    top: 14px;
    width: 50px;
    height: 6px;
    background: #908e8e;
    transition: left .2s ease-in-out, background .2s ease-in-out;
}
.nav_list ul a:hover:before {
	left: -55px;
	background: #4a4949;
}
.nav_list ul a:hover {
	text-decoration: none;
	color: #4a4949;
}
.left_bottom ul {
	padding-left: 0;
	list-style: none;
}
.left_bottom .contact_info {
	padding-left: 30px;
	color: #908e8e;
	margin-bottom: 40px;
}
.left_bottom .contact_info li {
	font-size: 20px;
}
.sm {
	padding-left: 30px;
	padding-right: 30px;
}
.sm img {
	width: 35px;
	height: auto;
}
.sm li, .sm li a  {
	display: inline-block;
}
.sm li:not(:first-of-type) {
	margin-left: 39px;
}
/* Main */
.main {
    width: calc(100% - 250px);
    display: inline-block;
    padding-right: 20px;
    padding-top: 20px;
}
.header {
	background: #222;
	height: 600px;
}
.header .header_text h1 {
	margin: 0;
}
.header.home {
	background-image: url(/img/background.jpg);
	background-size: auto 100%;
	background-position: center;
}
.header.about {
	background-image: url(/img/about-background.jpg);
	background-size: 100% auto;
	background-position: center;
}
.header.contact {
	background-image: url(/img/contact-background.jpg);
	background-size: 100% auto;
	background-position: center;
}
.header.quote-header {
	background-image: url(/img/quote-background.png);
	background-size: 100% auto;
	background-position: center;
}
.header .header_text {
	padding-top: 170px;
	text-align: center;
}
.header .header_text h1 {
	font-weight: bold;
	font-size: 48px;
	text-shadow: 1px 1px #FFF;
}
.header .header_text h2 {
	margin-top: 0;
	text-shadow: 1px 1px #FFF;
}
.header .header_text a {
	margin-top: 100px;
    display: inline-block;
    border: 2px solid #fff;
    padding: 10px 30px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    border-radius: 5px;
    transition: color .2s ease-in-out, background .2s ease-in-out;
}
.header .header_text a:hover {
	text-decoration: none;
	background: #333;
	color: #fff;
}
.main_text {
    text-align: center;
    width: 700px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 70px;
    padding-bottom: 70px;
    font-size: 19px;
}
/* contact */
.contact {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #f1f1f1;
}
.contact h2 {
	text-align: center;
	margin-bottom: 20px;
}
.contact form {
	width: 700px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.contact .inpit_box input, .contact .inpit_box select {
	height: 40px;
	padding: 7px;
	font-size: 18px;
    border: 0;
    color: #828279;
	border-bottom: 2px solid #2f82bd;
}
.contact .input_2 input, .contact .input_2 select  {
    width: 330px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    margin-bottom: 15px;
}
.contact textarea {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 18px;
	width: calc(100% - 20px);
	border: 0;
	border-bottom: 2px solid #2f82bd;
	padding: 10px;
}
.button input {
	width: 160px;
    padding: 10px;
    border: 0;
    background: #fff;
    margin-left: 10px;
    margin-top: 10px;
    color: #504e4e;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #2f82bd;
    transition: color .2s ease-in-out, background .2s ease-in-out;
}
.footer .links{
	background: #1e2123;
	border-top: 50px solid #25292b;
	padding: 30px 0px;
}
.button input:hover {
	background: #2f82bd;
	color: #fff;
}
.links ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}
.links ul li {
	display: inline-block;
}
.links ul li a {
	padding: 10px 20px;
	color: #888;
	font-size: 18px;
	transition: color .2s ease-in-out;
}
.links ul li a:hover {
	text-decoration: none;
	color: #fff;
}
.copy {
	background: #25292b;
	padding: 20px 30px;
	color: #fff;
}
.copy p {
	margin: 0;
}
.services ul {
	display: block;
	padding-left: 0;
	margin-bottom: 0;
	height: 350px;
}
.services li {
	display: inline-block;
	width: 25%;
	float: left;
	height:400px;
	padding: 45px;
}
.services li.one {
 	background: #ff725f;
}
.services li.two {
 	background: #1b76b7;
}
.services li.three {
	background: #38db88;
}
.services li.four {
	background: #fbc65c;
}
.services li h4 {
	color: #000;
	opacity: 0.5;
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	margin-top: 0;
	margin-bottom: 10px;
	height: 60px;
}
.services li p {
	color: #fff;
	text-align: center;
	height: 100px;
	font-size: 17px;
}
.services li a {
    display: block;
    border: 2px solid #fff;
    padding: 8px 0;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 180px;
    transition: color .2s ease-in-out, background .2s ease-in-out;
}
.services li a:hover {
	text-decoration: none;
	background: #fff;
	color: #222;
}
.services img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 60px;
	height: auto;
	margin-bottom: 30px;
}
/* About Me */
.steps {
	height: 290px;
	text-align: center;
}
.steps .box_3:first-of-type {
	margin-left: 5%;
}
.steps .box_3 {
	width: 30%;
	display: inline-block;
	padding: 20px;
	float: left;
	text-align: center;
	height: 290px;
}
.steps .box_3 h3 {
	color: #000;
	opacity: .5;
	margin-bottom: 30px;
}
.steps .box_3 p {
	color: #fff;
	font-size: 17px;
}
.steps .brief {
	background: #ff725f
}
.steps .design {
	background: #1b76b7
}
.steps .build {
	background: #38db88
}
.header.about .header_text a {
	color: #fff;
}
.steps img {
	width: 60px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
.quote {
	height: 270px;
}
.quote .input {
	width: 25%;
	display: inline-block;
	float: left;
	height: 270px;
	text-align: center;
	padding: 40px;
}
.quote .input.one  {
	background: #ff725f
}
.quote .input.two  {
	background: #1b76b7
}
.quote .input.three  {
	background: #38db88
}
.quote .input.four {
	background: #fbc65c;
}
.quote .input h3 {
	margin-top: 0;
	color: #000;
	opacity: .5;
	margin-bottom: 30px;
}
.quote .input p {
	color: #fff;
	font-size: 17px;
	height: 90px;
}
.quote .input select {
	width: 100%;
	border: 0;
	border-bottom: 2px solid #222;
	font-size: 18px;
	padding: 5px;
}
.quote span.finish {
	border: 1px solid #fff;
    padding: 5px 0px;
    color: #fff;
    font-weight: bold;
    display: block;
    font-size: 18px;
    cursor: pointer;
}
h3.cost {
	margin: 0;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #222;
    color: #fff;
    font-weight: bold;
}
.header.quote-header .header_text a {
	color: #fff;
}
@media screen and (max-width: 1500px) {
	.services li {
		padding: 20px;
	}
	.services img {
		margin-bottom: 10px;
	}
	.services li p {
		height: 160px;
	}
}
@media screen and (max-width: 1360px) {
	.header.quote-header {
		background-size: auto 100%;
	}
}
@media screen and (max-width: 1200px) {
	.services li {
		width: 50%;
		padding: 50px;
	}
	.services img {
		margin-bottom: 30px;
	}
	.services li p {
		height: 100px;
	}
	.services {
		height: 800px;
	}
	.steps img {
		margin-top: 0;
	}
	.steps .box_3 h3 {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.header.about {
		background-size: auto 100%;
	}
}
@media screen and (max-width: 1000px) {
	.contact .input_2 input, .contact .input_2 select {
		width: calc(50% - 20px);
	}
	.main_text {
		width: 100%;
		padding: 70px;
	}
	.contact form {
		width: 100%;
	}
    .left_side_bar {
        display: block;
	    width: 100%;
	    height: 90px;
	    float: none;
	    margin-bottom: 10px;
    }
    .logo {
    	display: inline-block;
    	padding: 10px 20px;
    }
    .nav_list {
    	display: inline-block;
	    float: right;
	    padding: 40px 0px 0px 0px
    }
    .nav_list ul {
    	margin-bottom: 0;
    }
    .nav_list li {
    	display: inline-block;
    }
    .nav_list li a:before {
    	display: none;
    }
    .nav_list li a {
    	padding: 10px 15px;
    	font-size: 20px;
    }
    .main {
    	width: 100%;
    	padding: 0;
    }
    .left_bottom {
    	display: none;
    }
}
@media screen and (max-width: 900px) {
	.quote .input {
		padding: 20px;
	}
	.quote .input p {
		height: 140px;
	}
	.quote .input h3 {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 750px) {
	.steps .box_3:first-of-type {
		margin-left: 0;
	}
	.steps .box_3 {
		width: 70%;
	    display: block;
	    padding: 30px;
	    float: none;
	    text-align: center;
	    height: 270px;
	    margin-left: 15%;
	}
	.steps {
		height: 810px;
	}

	.quote .input {
		width: 50%;
		padding: 30px;
	}
	.quote .input h3 {
		margin-bottom: 20px;
	}
	.quote .input p {
		height: 110px;
	}
	.quote {
		height: 540px;
	}
}
@media screen and (max-width: 650px) {
	.nav_list {
		width: calc(100% - 150px);
		padding-top: 5px;
		text-align: center;
	}
	.services li {
		padding: 20px;
	}
	.services img {
		margin-bottom: 10px;
	}
	.services li p {
		height: 150px;
	}
}
@media screen and (max-width: 500px) { 
	.contact .input_2 input, .contact .input_2 select {
		width: calc(100% - 20px);
	}
	.services li {
		width: 100%;
		padding: 50px;
	}
	.services img {
		margin-bottom: 30px;
	}
	.services li p {
		height: 100px;
	}
	.header .header_text h1 {
		font-size: 35px;
	}
	.header .header_text h2 {
		font-size: 20px;
	}
	.header .header_text {
		padding-top: 100px;
	}
	.header .header_text a {
		margin-top: 70px;
	}
	.header {
		height: 420px;
	}
	.services {
		height: 1600px;
	}
	.steps .box_3 {
		padding: 20px;
	}

	.quote .input {
		width: 100%;
	}
	.quote {
		height: 1080px;
	}
}