/* Project Name: Medden Civil
   Author: Waqas Khan
   Author id: wkhan@brandina.com.au
   Created: 22 Nov 2018
   Last modified: 4 Feb 2019;
   Version: 1.0

*/


@charset "UTF-8";


@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,900');



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: normal;
	font-family: 'Roboto', sans-serif;
	scroll-behavior: smooth;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
q:before, q:after {
}
blockquote:before, blockquote:after,
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html,body {
	height: 100%;
}
img {
	max-width: 100%;
}
*,
*:before,
*:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

*:focus {
	outline: 0;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #acacac;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #acacac;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #acacac;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #acacac;
}

#wrapper {
	width: 100%;
	min-height: 100%;
	position: relative;
}

.container {
	max-width: 1260px;
	padding: 0 10px;
	width: 100%;
	display: block;
	margin: 0 auto;
}

#header-wrap {
	display: block;
	background: #000;
	padding-top: 22px;
	padding-bottom: 22px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	transition: top 0.3s;
}

header.sticky {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.header-inner {
	position: relative;
}

.logo-wrap {
	float: left;
	width: 367px;
}

.menu-wrap {
	float: right;
	margin-top: 18px;
}

.menu-wrap ul li {
	display: inline-block;
	list-style-type: none;
	padding: 0 20px;
}

.menu-wrap ul li a {
	color: #fff;
	font-size: 17px;
	text-decoration: none;
}

.anchor:before {
	content: "";
	display: block;
	height: 102px;
	/* fixed header height*/
	margin: -102px 0 0;
	/* negative fixed header height */
}

.anchor {
	padding-top: 102px !important;
}

.burger-menu {
	float: right;
	cursor: pointer;
	display: none;
}

.bar1,
.bar2,
.bar3 {
	width: 35px;
	height: 5px;
	background-color: #a7a9ac;
	margin: 6px 0;
	transition: 0.4s;
}

.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-9px, 6px);
	transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
	opacity: 0;
}

.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -8px);
	transform: rotate(45deg) translate(-8px, -8px);
}

.main-slider {
	float: left;
	width: 100%;
	min-height: 700px;
	background-image: url(../images/main-slider-image.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	margin-top: 100px;
}

.slider-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	float: left;
}

.slider-inner h1 {
	font-size: 71px;
	color: #fff;
	font-weight: bold;
}

.slider-inner p {
	font-size: 30px;
	width: 60%;
	margin: 0 auto;
	color: #fff;
	margin-top: 20px;
}

.about-us-wrap,
.services-wrap,
.projects-wrap,
.contact-wrap {
	float: left;
	width: 100%;
	text-align: center;
}

.about-us-wrap {
	padding-bottom: 102px;
}

.about-us-inner,
.projects-inner {
	float: left;
	width: 100%;
}

h1.section-title {
	font-size: 42px;
	font-weight: bold;
	position: relative;
	padding-bottom: 27px;
	text-transform: uppercase;
}

h1.section-title:before {
	content: "";
	position: absolute;
	width: 56px;
	height: 3px;
	background: #000;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.about-us-inner h1 {
	text-transform: none;
	font-size: 34px;
	margin-bottom: 107px;
}

.about-us-inner h4 {
	font-size: 20px;
	margin-top: 44px;
	margin-bottom: 50px;
	color: #464646;
}

.about-us-inner p {
	float: left;
	width: 100%;
	font-size: 20px;
	margin-bottom: 37px;
	color: #464646;
	line-height: 30px;
}

.services-wrap,
.contact-wrap {
	background: #f5f5f5;
}

.services-wrap {
	padding-bottom: 15px;
}

.services-wrap h1.section-title {
	margin-bottom: 98px;
}

.services-inner {
	float: none;
	margin: 0 auto;
	width: 1040px;
}

.services-box {
	float: left;
	width: 48%;
	text-align: left;
	margin-top: 49px;
	padding: 0 10px;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 87px;
}

.services-image {
	float: left;
	margin-right: 22px;
	min-height: 120px;
}

.services-detail {
	margin-top: 20px;
	display: table;
}

.services-detail h4 {
	font-size: 25px;
	font-weight: 900;
	margin-bottom: 10px;
}

.services-detail p {
	font-size: 17px;
	line-height: 26px;
}

.projects-wrap {
	padding-top: 132px !important;
}

.project-wrap:before {
	content: "";
	display: block;
	height: 132px;
	margin: -132px 0 0;
}

.projects-wrap h1.section-title {
	margin-bottom: 128px;
}

.projects-inner ul {
	display: flex;
	flex-wrap: wrap;
}

.projects-inner ul li {
	display: inline-block;
	list-style-type: none;
	float: left;
	width: 33.33%;
	padding: 10px;
	flex-direction: column;
	margin-bottom: 92px;
}

.projects-inner ul li img {
	width: 100%;
	opacity: 1;
	transition: .2s ease;
	max-height: 524px;
	min-height: 524px;
}

.projects-inner ul li p {
	float: left;
	width: 100%;
	padding: 11px 15px;
	background: #f8f8f8;
	border: 1px solid #e5e5e5;
	font-size: 28px;
}

.projects-inner ul li:hover img {
	opacity: .8;
}

.contact-wrap {
	padding-bottom: 80px;
}

.contact-wrap h1.section-title {
	margin-bottom: 62px;
}

.contact-info {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}

.contact-info a {
	text-decoration: none;
	color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
	font-size: 17px;
}

.contact-info h4 a {
	font-size: 26px;
	font-weight: bold;
	padding: 0;
}

.contact-form {
	width: 600px;
	margin: 0 auto;
	margin-top: 50px;
}

.contact-wrap label {
	display: none;
}

.contact-wrap input[type="text"],
.contact-wrap input[type="email"],
.contact-wrap input[type="tel"],
.contact-wrap textarea {
	float: left;
	width: 100%;
	padding: 19px 10px;
	border: 1px solid #dadada;
	font-size: 16px;
	color: #333;
	font-family: 'Roboto', sans-serif;
	resize: none;
	margin-top: 12px;
	margin-bottom: 20px;
}

.contact-wrap input[type="submit"] {
	padding: 9px 42px;
	margin-top: 23px;
	color: #fff;
	background: #000;
	border: none;
	font-size: 22px;
	font-weight: 900;
	cursor: pointer;
	text-transform: uppercase;
}

#main-footer {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

p.error-message {
    color: #f00;
    border-bottom: 1px solid  #f00;
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;

}
p.success-message {
	color: #2ccc03;
    border-bottom: 1px solid  #2ccc03;
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}
/* Responsive style start */

@media only screen and (max-width: 1060px) {
	.services-inner {
		width: 100%;
	}
}

@media only screen and (max-width: 1024px) {
	.logo-wrap {
		width: 300px;
	}
	.menu-wrap {
		margin-top: 14px;
	}
	.menu-wrap ul li {
		padding: 0px 10px;
	}
	.projects-inner ul li p {
		font-size: 24px;
	}
	.main-slider {
		margin-top: 90px;
	}
}

@media only screen and (max-width: 768px) {
	.burger-menu {
		display: block;
		margin-top: 6px;
	}
	.menu-wrap {
		display: none;
		width: 100%;
		position: absolute;
		left: 0;
		right: 0;
		top: 48px;
		margin: 0;
		background: #000;
		padding-top: 10px;
		padding-bottom: 20px;
		text-align: center;
	}
	.menu-wrap ul li {
		padding: 0px 13px;
	}
	.anchor:before {
		content: "";
		display: block;
		height: 150px;
		/* fixed header height*/
		margin: -150px 0 0;
		/* negative fixed header height */
	}
	.anchor {
		padding-top: 150px !important;
	}
	.about-us-wrap,
	.services-wrap,
	.projects-wrap,
	.contact-wrap {
		padding-top: 80px !important;
	}
	.main-slider {
		min-height: 500px;
	}
	.slider-inner {
		top: 57%;
	}
	.slider-inner h1 {
		font-size: 60px;
	}
	.slider-inner p {
		font-size: 24px;
		width: 80%;
	}
	.services-box {
		float: left;
		width: 50%;
		margin-top: 0;
		padding: 30px 20px;
		margin: 0;
	}
	.services-image {
		float: left;
		margin-right: 0;
		min-height: auto;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.services-detail {
		margin-top: 0;
		float: left;
		width: 100%;
		text-align: center;
	}
	.projects-inner ul li {
		width: 50%;
		margin-bottom: 20px;
	}
	.projects-inner ul li p {
		font-size: 22px;
	}
	.contact-form {
		width: 100%;
		float: left;
		padding: 0 20px;
	}
	h1.section-title { font-size:38px;}
}

@media only screen and (max-width: 480px) {
	.menu-wrap ul li {
		float: left;
		width: 100%;
		padding: 10px;
	}
	.main-slider {
		min-height: 400px;
	}
	.slider-inner {
		top: 60%;
	}
	.slider-inner h1 {
		font-size: 42px;
	}
	.slider-inner p {
		font-size: 20px;
	}
	.services-box {
		width: 100%;
	}
	.projects-inner ul li p {
		font-size: 16px;
	}
}

@media only screen and (max-width: 380px) {
	.logo-wrap {
		width: 220px;
	}
	.burger-menu {
		margin-top: 0;
	}
	.main-slider {
		margin-top: 80px;
	}
	.slider-inner h1 {
		font-size: 36px;
	}
	.slider-inner p {
		font-size: 18px;
	}
	.projects-inner ul li {
		width: 100%;
	}
	.projects-inner ul li p {
		font-size: 22px;
	}
}
/* Responsive styles end here */

