/*====================================== reset.css is here ========================================*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
.last {
	margin: 0 !important;
}
.pad_last {
	padding: 0 !important;
}
.no_bg {
	background: none !important;
}
a:focus {
	outline: none;
	border: none;
}
body {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}
input {
	-webkit-appearance: none;
	border-radius: 0;
}
.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	display: block;
}
h2 {
	color: #98002d;
	font-family: 'Oranienbaum';
	font-style: normal;
	font-weight: 400;
	font-size: 35px;
	line-height: 35px;
}
h3 {
	color: #98002d;
	font-family: 'Oranienbaum';
	font-style: normal;
	font-weight: 400;
	font-size: 33px;
	line-height: 33px;
	padding-bottom:42px;
}
h4 {
	color: #98002d;
	font-family: 'Oranienbaum';
	font-style: normal;
	font-weight: 400;
	font-size: 27px;
	line-height: 27px;
}

h5 {
	color: #98002d;
	font-family: 'Oranienbaum';
	font-style: normal;
	font-weight: 400;
	font-size: 26px;
	line-height: 26px;
}
h6 {
	color: #121212;
	font-family: 'Oranienbaum';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
}
.content {
	width: 1118px;
	margin: 0 auto;
}
a{color:#795964; text-decoration:none;}
#logo {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}
#top_header {
	position: relative;
	margin-top: 25px;
	padding-bottom: 120px;
	transition: all 0.6s ease 0s;
}
#top_header h6 {
	position: static;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}
#top_header h6, #top_header h6 a {
	text-align: right;
	font-weight: normal;
	font-size: 19px;
	color: #98002d;
	line-height: 19px;
	text-decoration: none;
}
#top_header h6 a {
	display: block;
	padding-bottom: 5px;
	transition: all 0.3s ease-in-out 0s;
}
#top_header h6 a:hover {
	color: #121212;
}
#navigation_bar {
	background: #98002e none repeat scroll 0 0;
	width: 100%;
}
#navigation_bar nav>ul>li {
	float: left;
	position: relative;
}
#navigation_bar nav>ul>li>ul {
	position: absolute;
	top: 100%;
	left: 0;
	background: rgba(255,255,255,0.85);
	width: 254px;
	display: none;
	padding: 24px 18px 8px;
}
#navigation_bar nav>ul>li:hover > ul {
	display: block;
}
#navigation_bar nav>ul>li>a, #navigation_bar nav>ul>li ul li a {
	display: block;
	font-family: 'Oranienbaum';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	color: #fff;
	text-decoration: none;
	line-height: 22px;
	transition: all 0.3s ease-in-out 0s;
}
#navigation_bar nav>ul>li ul li a {
	color: #98002e;
	margin-bottom: 12px;
}
#navigation_bar nav>ul>li ul li a:hover {
	color: #121212;
}
#navigation_bar nav>ul>li>a {
	padding: 16px 18px;
}
#navigation_bar nav>ul>li>a:hover, #navigation_bar nav>ul>li.active>a, #navigation_bar nav>ul>li:hover>a {
	background: #fff;
	color: #98002e;
}
#navigation_bar nav {
	float: right;
}
main {
	transition: all 0.6s ease 0s;
	padding: 248px 0 0;
}
#featured_images li {
	width: 33.06%;
	float: left;
	box-sizing: border-box;
}
#featured_images li:nth-child(2) {
	margin: 0 0.4%;
}
#featured_images li img {
	width: 100%;
}
#let_us_help {
	background: url(../images/banner.jpg) no-repeat;
	background-size: cover;
	position: relative;
	padding: 20px 0;
}
#let_us_help>small, .civil_engg > small {
	background: rgba(152,0,46,0.92);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#let_us_help > span {
	position: absolute;
	top: 50%;
	margin-top: -167.5px;
	right: 0;
	z-index: 9;
}
#let_us_help h2, .civil_engg h2 {
	font-size: 40px;
	color: #3c0818;
	font-family: 'Oranienbaum';
	font-style: normal;
	font-weight: 400;
	background: #eaeaea;
	display: inline-block;
	line-height: 40px;
	padding: 9px 12px;
	margin-bottom: 34px;
}
#let_us_help .content {
	position: relative;
	z-index: 9;
}
p, blockquote {
	font-size: 18px;
	color: #121212;
	margin-bottom: 21px;
	line-height: 26px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}
#let_us_help p {
	width: 90%;
	color: #fff;
	padding-left: 15px;
	box-sizing: border-box;
	font-size: 20px;
	line-height: 28px;
}
.project_desc h3, #community_matters h3 {
	color: #98002d;
	font-family: 'Oranienbaum';
	font-style: normal;
	font-weight: 400;
	font-size: 33px;
	padding: 37px 0;
}
#community_matters h3 {
	padding: 0 0 25px;
}
#featured_project .project {
	float: left;
	width: 800px;
	margin-right: 28px;
	position: relative;
}
#featured_project .project a.award {
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 99;
}
#featured_project {
	padding: 20px 0;
}
.project_desc {
	float: right;
	position: relative;
	width: 280px;
	height: 100%;
}
.project_desc > span {
	position: absolute;
	bottom: -25px;
	right: 0;
}
.project_desc p strong, .project_desc p a {
	color: #795964;
	text-decoration: none;
}
.project  {
	position: relative;
	display: block;
}
.project b {
	box-sizing: border-box;
	opacity: .7;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 18px solid #fff;
}
#community_matters {
	padding: 20px 0;
}
#community_matters .community_matters_left {
	float: left;
	width: 555px;
}
#community_matters .community_matters_right {
	float: right;
	width: 530px;
	padding-top: 15px;
}
#community_matters .community_matters_left p {
	font-size: 18px;
}
.community_matters_right h5 {
	font-size: 17px;
	font-style: italic;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: normal;
	text-align: right;
	width: 85%;
	float: right;
	color: #121212;
	padding-top: 10px;
}
.thumbnail_gallery .pick {
	float: left;
	position: relative;
	width: 745px;
	z-index: 99;
}
.civil_engg {
	box-sizing: border-box;
	float: right;
	height: 100%;
	padding: 35px 35px 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 373px;
}
#gallery .content {
	position: relative;
	background: rgba(0, 0, 0, 0) url("../images/banner1.jpg") no-repeat scroll 0 0 / cover;
}
#carousel {
	margin-top: -87px;
	float: left;
	left: 14px;
	z-index: 99;
}
#carousel li {
	width: 118px !important;
	margin-left: 14px;
	border: 3px solid transparent;
}
#carousel li.flex-active-slide, #carousel li:hover {
	border: 3px solid #fff;
}
.civil_engg > div {
	position: relative;
	z-index: 9;
}
#gallery p {
	color: #fff;
	font-size: 20px;
	line-height: 28px;
}
.project_desc p {
	font-size: 20px;
	line-height: 28px;
}
.civil_engg p {
	width: 80%;
}
#review, #social_icons, #contact_us {
	float: left;
}
#social_icons li {
	float: left;
}
#contact_us #address, #contact_us > span {
	float: left;
}
#contact_us #address {
	margin-right: 25px;
}
#social_icons li {
	margin-left: 12px;
}
#review {
	margin-right: 45px;
}
#social_icons li:first-child {
	margin-left: 0;
}
#social_icons {
	margin-right: 70px;
}
#contact_us #address h4, #contact_us #address span, #contact_us #address h6, #contact_us #address h6 a {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: normal;
	font-size: 19px;
	color: #98002d;
	text-decoration: none;
	text-align: right;
	line-height: 27px;
}
#contact_us #address span {
	display: block;
	float: none;
}
#contact_us #address h6 {
	display: inline-block;
	margin-left: 5px;
}
#social_icons li a {
	display: block;
	transition: all 0.3s ease-in-out 0s;
}
#social_icons li a:hover {
	opacity: .68;
}
#contact_us #address h6 a:hover {
	color: #121212;
}
#contact_us #address h6 a {
	transition: all 0.3s ease-in-out 0s;
}
footer {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}
header {
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 9999;
	height: 248px;
	transition: all 0.6s ease 0s;
}
#logo {
	transition: all 0.6s ease 0s;
}
header.small {
	height: 156px;
}
header.small #logo {
	left: -252px;
	top: -73px;
	transform: scale(0.5);
}
#logo a {
	display: block;
}
header.small #top_header {
	margin-top: 10px;
	padding-bottom: 45px;
}
main.small {
	padding: 156px 0 35px;
}
.inner_wrapper {
	padding: 36px 0 0;
}
.project_right {
	float: right;
	margin: 16px 0 20px 68px;
}
}
.project_left {
	float: left;
	margin: 16px 0 20px 68px;
}
.project_right2 {
	float: right;
	margin: 0px 0 20px 48px;
}
project_right {
	color: #121212;
	font-family: 'Oranienbaum';
	font-style: normal;
	font-weight: 400;
	font-size: 27px;
	line-height: 27px;
	float: right;
}
}

.inner_wrapper h3 {
	padding-bottom: 58px;
}
.inner_wrapper h4 {
	padding-bottom: 24px;
}
.inner_wrapper p {
	margin-bottom: 35px;
}
.inner_wrapper {
	border-bottom: 20px solid #94022e;
}
main {
	padding-bottom: 35px;
}
.inner_wrapper blockquote {
	margin-bottom: 21px;
}
.mob_menu {
	display: none;
}
header.small #top_header h6 {
	position: relative;
	top: 22px;
	transition: all 0.6s ease 0s;
}

.inner_wrapper li{
 color: #121212;
    font-family: "Trebuchet MS",Verdana,sans-serif;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0;
list-style-type:disc;
list-style-position:inside;
}
.inner_wrapper ul{margin-bottom:25px;}
.col3 li{width:31.33%; float:left; margin-left:2%; list-style-position:outside;}
.col3{display:inline-block; width:100%;}
.project_left{width:100% !important;}
.project_right1{width:47.5%;}
.project_view{position:relative; margin-bottom:30px;}
.testimonial{
background:#b198a0;
border:20px solid #b13d60;
padding:25px 15px;

}
.testimonial p{color:#fff; margin-bottom:20px; }
.testimonial h6{
color:#fff;font-family: "Trebuchet MS",Verdana,sans-serif;
    font-size: 20px;
    line-height: 26px;
text-align:right;
}
.project_view img{width:100%;}

.inner_wrapper .project_list li{
	float:left;
	width:48%;
	list-style-type:none;
	margin-bottom:20px;
}
.project_list li a{
display:block;
margin-bottom:20px;
position:relative;	
}
.project_list li a > b{
 border: 18px solid #fff;
    box-sizing: border-box;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;	
}
.project_list li:nth-child(even){
float:right;	
}
.project_list ul{
display:inline-block;	
}
.project_list li a img{
width:100%;	
}
.contact_right img{width:100%;}