@font-face {
    font-family: 'Bauhaus-Heavy';
    src: url('Construction/wp-content/themes/AnalyticsSolutions/font/Bauhaus-Heavy-Bold.eot');
    src: url('Construction/wp-content/themes/AnalyticsSolutions/font/Bauhaus-Heavy-Bold.eot?#iefix') format('embedded-opentype'),
         url('Construction/wp-content/themes/AnalyticsSolutions/font/Bauhaus-Heavy-Bold.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Arial Rounded MT';
    src: url('Construction/wp-content/themes/AnalyticsSolutions/font/ArialRoundedMTBold.eot');
    src: url('Construction/wp-content/themes/AnalyticsSolutions/font/ArialRoundedMTBold.eot?#iefix') format('embedded-opentype'),
         url('Construction/wp-content/themes/AnalyticsSolutions/font/ArialRoundedMTBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
html, body {
	margin: 0;
	padding: 0;
	background: #8a4228; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #8a4228 0%, #8a4228 67%, #552716 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #8a4228 0%,#8a4228 67%,#552716 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #8a4228 0%,#8a4228 67%,#552716 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a4228', endColorstr='#552716',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	height: 100%;
}
a { text-decoration: none; color: #fff; }
img { max-width: 100%; padding: 0 20px; box-sizing: border-box; }
.logo {
	width: 324px;
	height: 130px;
	margin: 10px auto;
}
.logo2 {
	width: 324px;
	height: 130px !important;
	margin: 10px auto;
	text-align: center;
}
.logo2 img { height: 130px; }
.main-container {
	width: 100%;
	height: 700px;
	position: relative;
	background: url(img-sep.png) 50% 50% no-repeat;
}
.main-container2 {
	width: 100%;
	height: 700px;
	position: relative;
	background: url(img-sep.png) -98px 50% no-repeat;
}
.rukn-container  {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 100px;
}
.technology-container,
.construction-container {
	width: 50%;
	float: left;
	text-align: center;
	margin-top: 100px;
}
.technology-container img,
.construction-container img,
.rukn-container img { height: 200px; }
h2 {
	font-family: 'Bauhaus-Heavy';
	font-size: 28px;
	line-height: 30px;
	font-weight: 500;
	color: #fff;
	margin: 10px 0 40px;
	adding: 0 20px;
	text-transform: uppercase;
}
p {
	font-family: 'Arial Rounded MT';
	font-size: 17px;
	line-height: 22px;
	font-weight: 400;
	color: #fff;
	margin: 10px 0 60px;
	padding: 0 30px;
}
.sep-mobile { display: none; text-align: center; }

.container-left { width: 66.67%; float: left; }
.container-right { width: 33.33%; float: right; }
@media screen and (min-width: 768px) and (max-width: 991px) {
 .main-container { height: 600px !important; }
}
@media screen and (max-width: 767px) {
 .main-container, .main-container2 { background: none !important; height: auto !important; }
 .technology-container,
 .construction-container { width: 100% !important; margin-top: 0px !important; }
 h2 { margin: 10px 0 20px !important; font-size: 26px !important; line-height: 30px !important; }
 .sep-mobile { display: block; }
 .container-left, .container-right { width: 100% !important; }
 .rukn-container { margin-top: 40px !important; }
}