@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:300,400,700');

.pinkColor{
	color: #ec8a95;
}

.lightGreen{
	color: #5bc6cd;
}

.overFlow{
	overflow: hidden;
}

body{
	border: 20px solid white;
	font-family: 'Open Sans', sans-serif;
}

a{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a:hover{
	text-decoration: none;
}

ul, ol{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

a.buttonStyle{
	padding: 20px 55px;
	background-color: white;
	color: #4b4b55;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}

a.buttonStyle:hover{
	background-color: #5bc6cd;
	color: white
}

.border{
	border: 1px solid #a4a4ab;
	cursor: pointer;
}

.border:hover{
	border-color: #f2a8ac;
}

#header{
	position: relative;	
	font-family: 'Montserrat', sans-serif;
	min-height: 738px;
}

#headerinner{
	position: relative;	
	font-family: 'Montserrat', sans-serif;
	min-height: 500px;
}

#innerHead{
	position: absolute;
	background-image: url(../images/about.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	width: 100%;
	padding: 110px 0;
}

#innerHead h1{
	font-family: 'Montserrat', sans-serif;
	font-size: 80px;
	font-weight: 700;
	color: white;
	position: relative;
	margin-bottom: 60px;
}

#innerHead h1:after{
	border-bottom: 2px solid white;
	content: "";
	position: absolute;
	bottom: -25px;
	right: 0%;
	width: 8%
}

#innerHead h3{
	font-size: 17px;
	font-family: 'Montserrat', sans-serif;
	color: white;
	line-height: 30px;
}

#layerslider{
	position: absolute;
	z-index: -1
}

#layersliderMobile{
	position: absolute;
	z-index: -1
}

.ls-l{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

#slider{
	position: absolute;
}

#slider .carousel-control.left, #slider .carousel-control.right{
	background-image: none;
}

#slider .carousel-control i{
	top: 50%;
	position: absolute;
	font-size: 30px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#slider .carousel-control i.fa-long-arrow-left{
	left: 5%;
}

#slider .carousel-control i.fa-long-arrow-left:hover{
	left: 3%;
}

#slider .carousel-control i.fa-long-arrow-right{
	right: 5%;
}

#slider .carousel-control i.fa-long-arrow-right:hover{
	right: 3%;
}

#slider .carousel-control{
	opacity: 1;
	text-shadow: none;
}

.dropArrow a{
	color: white;
	position: absolute;
	bottom: 100px;
	font-size: 22px;
	cursor: pointer;
	z-index: 999999999;
	border: 1px solid #fb7c55;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #fb7c55;
	border-radius: 30px;
}

.dropArrow a:hover{
	background-color: transparent;
	color: #fb7c55
}

#header>.container-fluid{
	padding-top: 15px;
}

.navbar-default{
	background-color: transparent;
	position: relative;
	z-index: 2
}

.navbar{
	min-height: auto;
	margin-bottom: 0px;
	border:none;
	font-size: 13px;
	text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a{
	color: white;
	font-weight: 700;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.navbar-default .navbar-nav>li:last-child>a{
	padding-right: 0px;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	color: #fb7c55;
}

#designInfo{
	background-color: #ffd368;
	margin-top: 20px;
	background-image: url(../images/aboutback.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 100px 0;
}

#designInfo h4{
	color: #4b4b55;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 35px;
}

#designInfo p{
	color: #454545;
	font-size: 15px;
	line-height: 26px;
	font-size: 15px;
	margin-bottom: 25px;
}

#experience{
	padding: 100px 0 100px;
}

#experience h1{
	font-size: 30px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 80px;
	line-height: 37px;
}

#experience h3{
	color: #4b4b55;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

#experience p{
	color: #81818b;
	font-size: 15px;
	line-height: 26px;
}

#work{
	padding: 100px 0;
}

.sorterNav{
	text-align: center;
	margin: 0 0 50px 0;
}

.sorterNav li{
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 13px;
	color: #4b4b55;
	padding: 0 25px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
}

.sorterNav li:hover{
	color: #fb7c55
}

.portfolioBox {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.portImgWrap{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative;
}

.portImgWrap a{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: rgba(255,255,255,.8);
	width: 100%;
	height: 100%;
	opacity: 0;
	text-align: center;
	line-height: 6.5em;
	font-size: 40px;
	color: #81818b;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-moz-transform: scale(.9);
	-webkit-transform: scale(.9);
	-o-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
}

.portImgWrap:hover a{
	opacity: 1
}

.portfolioBox h4{
	color: #4b4b55;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin: 30px 0 5px 0;
}

.portfolioBox p{
	font-family: 'Montserrat', sans-serif;
	color: #81818b;
	font-size: 13px;
	position: relative;
	margin-bottom: 90px;
}

.portfolioBox p:after{
	border-bottom: 1px solid #81818b;
	content: "";
	position: absolute;
	bottom: -25px;
	left: 0px;
	width: 9%
}

#testimonials{
	background-image: url(../images/testimonials.jpg);
    background-position: center top;
    background-repeat: repeat;
    background-attachment: fixed;
    padding: 100px 0 150px;
}

#testimonials h3{
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: white;
	margin-bottom: 50px;
	position: relative;
}

#testimonials h3:after{
	border-bottom: 2px solid white;
	content: "";
	position: absolute;
	bottom: -25px;
	left: 47%;
	width: 6%
}

#testimonials p{
	font-size: 16px;
	color: white;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 50px;
}

#testimonials h5{
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: white;
	margin-bottom: 0px;
}

#testimonials h6{
	font-size: 13px;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: white;
}

#testimonials .carousel-indicators{
	bottom: -40px;
}

#testimonials .carousel-indicators li{
	border-radius: 0px;
}

#aboutArea{
	padding: 100px 0 60px;
	background-color: #eee;
}

#aboutArea h3{
	font-size: 38px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #4b4b55;
	margin-bottom: 45px;
	position: relative;
	margin-top: 0px;
}

#aboutArea h3:after{
	border-bottom: 2px solid #4b4b55;
	content: "";
	position: absolute;
	bottom: -25px;
	left: 0%;
	width: 6%
}

#aboutArea h6{
	font-size: 17px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #81818b;
	line-height: 30px;
	margin-right: 30px;
}

#aboutArea p{
	font-size: 15px;
	font-weight: 300;
	color: #81818b;
	line-height: 26px;
	margin-right: 40px;
}

#aboutArea input[type="text"], #aboutArea input[type="email"]{
	color: #81818b;
    font-size: 13px;
    line-height: 13px;
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    border: 1px solid #eee;
    padding: 2%;
    width: 49%;
    margin-right: 5px;
    float: left;
    margin-bottom: 5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#aboutArea input[type="text"]:focus, #aboutArea input[type="email"]:focus{
	outline: none;
	border: 1px solid rgba(238, 238, 238, 1);
}

#aboutArea textarea{
	color: #81818b;
    font-size: 13px;
    line-height: 13px;
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    height: 130px;
    text-transform: capitalize;
    border: 1px solid #eee;
    padding: 2%;
    width: 99%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#aboutArea textarea:focus{
	outline: none;
	border: 1px solid #fb7c55;
}

#aboutArea input[type="submit"]{
	width: 99%;
	background-color: white;
	padding: 3% 2%;
	border: none;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#aboutArea input[type="submit"]:hover{
	background-color: #fb7c55;
	color: white;
}

.socialbox{
	display: inline-block;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	margin-right: 20px;
	margin-bottom: 30px;
}

.socialbox i{
	color: #81818b;
	margin: 0 10px 0 0;
	font-size: 17px;
	line-height: 1em;
}

.socialbox a{
	color: #222;
	font-size: 12px
}


#footer{
	padding: 30px 0 0px;
}


#footer p{
	color: #81818b;
	font-size: 13px;
}


/*

	For About Us Page

*/

#infoArea{
	padding: 100px 0;
}


#infoArea h3{
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	color: #4b4b55;
	margin: 40px 0 30px 0;
	position: relative;
}

#infoArea h3:after{
	border-bottom: 2px solid #c7c7c9;
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0%;
	width: 10%
}

#infoArea p{
	font-size: 15px;
	line-height: 26px;
	color: #81818b;
	font-weight: 300;
}

#infoArea a:link, #infoArea a:visited{
	color: #c7c7c9;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	position: relative;
	left: -80px;
}

#infoArea a:hover, #infoArea a:active{
	color: #ec8a95;
	left:0px;
}

#infoArea a i{
	font-size: 20px;
	position: relative;
	top: 3px;
}

#innerExp{
    padding: 70px 0 70px;
}

#innerExp h3{
	font-size: 38px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	color: #454545;
	position: relative;
	margin: 0 0 35px 0;
}

#innerExp h3:after{
	border-bottom: 2px solid #454545;
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0%;
	width: 5%
}

#innerExp h5{
	font-size: 17px;
	line-height: 30px;
	font-family: 'Montserrat', sans-serif;
	color: #454545;
	padding-right: 20px;
	margin: 0px;
}

#innerExp h4{
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #454545;
	padding-right: 20px;
	margin: 0px;
}

#innerExp p{
	font-size: 15px;
	line-height: 26px;
	color: #888;
	font-weight: 300;
}

#infoProgress{
	padding: 100px 0;
}

#infoProgress h3{
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #4b4b55;
	margin: 30px 0 20px 0;
}

#infoProgress p{
	font-size: 15px;
	line-height: 26px;
	color: #81818b;
	font-weight: 300;
}

#coffee, #active, #awards, #service{
	position: relative;
}

#coffee img, #active img, #awards img, #service img{
	position: absolute;
	left: 40%;
	top: 35%;
}

#questionArea{
	background-image: url(../images/aboutcontactform.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 100px 0 100px;
}

#questionArea h3{
	font-size: 38px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: white;
	margin-bottom: 45px;
	position: relative;
	margin-top: 0px;
}

#questionArea h3:after{
	border-bottom: 2px solid white;
	content: "";
	position: absolute;
	bottom: -25px;
	left: 0%;
	width: 6%
}

#questionArea h6{
	font-size: 17px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: white;
	line-height: 30px;
	margin-right: 30px;
}

#questionArea p{
	font-size: 15px;
	font-weight: 300;
	color: white;
	line-height: 26px;
	margin-right: 40px;
}

#questionArea input[type="text"], #questionArea input[type="email"]{
	color: #81818b;
    font-size: 13px;
    line-height: 13px;
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    border: 1px solid white;
    padding: 2%;
    width: 49%;
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#questionArea input[type="text"]:focus, #questionArea input[type="email"]:focus{
	outline: none;
	border: 1px solid rgba(238, 238, 238, 1);
}

#questionArea textarea{
	color: #81818b;
    font-size: 13px;
    line-height: 13px;
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    height: 130px;
    text-transform: capitalize;
    border: 1px solid white;
    padding: 2%;
    width: 99%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#questionArea textarea:focus{
	outline: none;
	border: 1px solid #fb7c55;
}

#questionArea input[type="submit"]{
	width: 99%;
	background-color: white;
	padding: 3% 2%;
	border: none;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#questionArea input[type="submit"]:hover{
	background-color: #fb7c55;
	color: white;
}

#questionArea .socialbox i, #questionArea .socialbox a{
	color: white;
	border-color: white;
}

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    background-color: #5bc6cd;
    text-align: center;
    line-height: 40px;
}

.scrollup i{
	color: white;
	font-size: 20px;
}

/*

	Project Page

*/

#headersingle{
	background-image: url(../images/testimonials.jpg);
	background-repeat: repeat;
	background-position: center top;
	padding-bottom: 60px;
	position: relative;
}

#headersingle:after{
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	content: "";
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 0;
}

#headersingle h1{
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	font-size: 38px;
	color: white;
	padding: 100px 0 0 0;
	position: relative;
	z-index: 2
}

#headersingle img{
	position: relative;
	z-index: 2
}

#headersingle .navbar-header{
	position: relative;
	z-index: 2
}

#mainContainer{
	padding: 100px 0;
}

#mainContainer h3{
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	line-height: 37px;
	margin-top: 0px;
	color: #4b4b55;
	position: relative;
	margin-bottom: 45px;
}

#mainContainer h3:after{
	border-bottom: 2px solid #4b4b55;
	content: "";
	position: absolute;
	bottom: -25px;
	left: 0%;
	width: 10%
}

#mainContainer p{
	font-size: 15px;
	line-height: 26px;
	color: #81818b;
	font-weight: 300;
	margin-bottom: 30px;
}

#mainContainer h5{
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	margin-top: 30px;
	color: #4b4b55;
	position: relative;
	margin-bottom: 45px;
}

#mainContainer h5:after{
	border-bottom: 2px solid #4b4b55;
	content: "";
	position: absolute;
	bottom: -25px;
	left: 0%;
	width: 10%
}

#mainContainer table tr td{
	padding: 5px 0;
	color: #81818b;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
}

#related{
	padding: 20px 0 100px;
}

#related h3{
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	margin-top: 0px;
	color: #4b4b55;
	position: relative;
	margin-bottom: 55px;
}

#related h3:after{
	border-bottom: 2px solid #4b4b55;
	content: "";
	position: absolute;
	bottom: -25px;
	left: 0%;
	width: 3%
}

.relatedBox{
	position: relative;
	text-align: center;
}

.relatedBox:after{
	background-color: rgba(255,255,255,.8);
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	opacity: 0;
	z-index: 2;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.relatedBox:hover:after{
	opacity: 1;
	display: block;
}

.relatedBox h5{
	font-size: 17px;
	font-weight: 400;
	color: #81818b;
	font-family: 'Montserrat', sans-serif;
	position: absolute;
	top: 40%;
	text-align: center;
	width: 100%;
	z-index: 3;
	opacity: 0;
}

.relatedBox p{
	font-size: 13px;
	font-weight: 400;
	color: #81818b;
	font-family: 'Montserrat', sans-serif;
	position: absolute;
	top: 52%;
	text-align: center;
	width: 100%;
	z-index: 3;
	opacity: 0;
}

.relatedBox:hover h5, .relatedBox:hover p{
	opacity: 1;
}

.addressStyle{
	font-size: 14px;
}

.addressStyle i{
	width: 25px;
}

.loadBoxes{
	display: none;
}

.logoMobile{
	display: none;
}

#layersliderMobile{
	display: none;
}

.stickyHeader{
	position: relative;
	padding: 13px 0 0 0;
}

.fixed {
	position: fixed !important;
	top: 0;
	width: 97.3%;
	z-index: 999;
}

@media screen and (min-width: 1920px) and (max-width: 5000px) {
	#layerslider{
		height: 100vh
	}
	
	.stickyHeader:before{
		content: "";
		position: absolute;
		left: 0px;
		right: 0px;
		top: 0px;
		height: 60px;
		background-color: rgba(0,0,0,.8);
	}

	#header{
		height: 100vh;
	}

}

@media screen and (min-width: 768px) and (max-width: 3000px) {
	#layerslider{
		height: 100vh
	}
	
	.stickyHeader:before{
		content: "";
		position: absolute;
		left: 0px;
		right: 0px;
		top: 0px;
		height: 60px;
		background-color: rgba(0,0,0,.8);
	}

}

@media screen and (min-width: 200px) and (max-width: 767px) {
	#layerslider{
		height: 200px;
		display: none;
	}
	
	.stickyHeader:before{
		content: "";
		position: absolute;
		left: 0px;
		right: 0px;
		top: 0px;
		height: 50px;
		background-color: rgba(255,255,255,.9);
	}

	.stickyMove .fixed{
		top: 70px !important;
	}

	.stickyMove .stickyHeader:before{
		top: -70px;
		height: 60px;
	}

	.dropArrow{
		display: none;
	}

	.mobileColor ul{
		background-color: rgba(0,0,0,.8);
	}

	.fixed .mobileColor ul{
		width: 100%
	}

	#layersliderMobile{
		display: block;
		height: 100vh; 
		top: -40px;
		margin-bottom: 20px;
	}

	.paddTop40{
		padding-top: 40px;
	}

	.marginTop33{
		margin-top: -33px;
	}

	#header{
		min-height: 500px;
	}

	#header .container-fluid .col-md-3{
		position: relative;
		top: -10px;
	}

	#designInfo{
		background-position: right top;
		padding: 50px 0;
	}

	.sorterNav{
		margin-top: 50px;
	}

	.sorterNav li{
		display: block;
		margin: 10px 0;
	}

	.logoMain{
		display: none;
	}

	.navbar-header .navbar-toggle{
		border-color: transparent;
		position: relative;
		left: -20px;
	}

	.navbar-header .navbar-toggle .icon-bar{
		background-color: #333;
	}

	.theiaStickySidebar h3{
		padding-top: 20px;
	}

	.relatedBox{
		margin-bottom: 20px;
	}

	#headersingle h1{
		padding-top: 50px;
	}

	#aboutArea input[type="text"], #aboutArea input[type="email"], #questionArea input[type="text"], #questionArea input[type="email"]{
		width: 99%;
		float: none;
	}

	#header .container-fluid .col-md-3, #headerinner .container-fluid .col-md-3, #headersingle .container-fluid .col-md-3{
		text-align: center;
	}

	#layerslider{
		top: 70px;
	}

	#header .navbar-header, #headerinner .navbar-header,  #headersingle .navbar-header{
		position: absolute;
		top: -6px;
	}

	.logoMobile{
		display: block;
		margin-left: 20px;
	}

	#headerinner{
		padding-top: 70px;
		position: relative;
	}

	#headerinner .container-fluid .col-md-3{
		position: absolute;
		width: 100%;
		top: 0px;
	}

	#headerinner{
		margin-bottom: 100px;
	}

	#headersingle{
		margin-top: 80px;
		padding-bottom: 30px;
	}

	#headersingle .container-fluid .col-md-3{
		position: absolute;
		width: 100%;
		top: -60px;
	}

	#headersingle h1{
		padding: 0px;
	}

	#experience h3{
		margin-top: 10px;
	}

	.portfolioBox p{
		margin-bottom: 53px;
	}
}