@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	
}
body, html{
	font-family: 'Helvetica Neue', arial, sans-serif;
	background-color: #d4af37;
	margin:0;
	padding:0;
}
ul,ol{
	padding:0;
	margin:0;
}
li{
	list-style:none;
}
a:focus{
	outline:none;
}
a:hover, a:focus{
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
}
h3{
	margin-bottom:20px;
}
h4{
	font-size:24px;
	margin-bottom:15px;
}
/********************************/
header{
	background-color: #e2e0e0;
    margin-bottom: 30px;
	border-bottom:3px solid #322f26;
}
.header-strip{
	padding:15px 0;
}
.main-contact{
	float:right;
	/*margin-top:20px;*/
}
.main-contact li{
	float:left;
}
.main-contact li .fa{
	padding-right:8px;
}
.main-contact li a{
	font-size:16px;
	color:#2a2a2a;
	padding-right:15px;
}
.carousel-caption{
	text-align:left;
	bottom:unset;
	top:40%;
}
.carousel-caption a{
	color:#fff;
}
.carousel-caption a:hover, .carousel-caption a:focus{
	color:#fff;
}
.caption {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 999999;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
.outer {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: table;
    line-height: normal;
}
.inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.inner h2 {
    color: #dd2227;
    font-size: 38px;
    font-weight: 400;
    font-family: 'Roboto';
    line-height: 30px;
    margin: 0;
    font-size: 34px;
    text-transform: uppercase;
}
.inner h2:after {
    content: '';
    display: block;
    background: #EE3D43;
    max-width: 600px;
    height: 1px;
    margin: 30px auto 26px;
}

.inner h2 span {
    color: #1F3367;
}

.inner h2 i {
    color: #777;
    font-weight: 400;
}
.inner p {
    color: #444877;
    font-family: 'Roboto';
    line-height: 30px;
    max-width: 860px;
    margin: 0 auto 20px;
    font-weight: 300;
    font-size: 20px;
    line-height: 36px;
}
.inner a {
    color: #444877;
    font-size: 14px;
    border: 1px solid #EE3D43;
    font-weight: 400;
    font-family: 'Roboto';
    padding: 12px 18px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 auto;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
}
.inner a:hover {
    color: #fff;
    background: #1F3367;
    border: 1px solid transparent;
}

@media (max-width: 1400px){
.inner p {
    max-width: 700px;
}
}
.section-project{
	background-color:#fff;
	padding:60px 0;
}
.main-slider{
	padding-bottom:60px;
}
.main-head{
	text-align:center;
	text-transform:uppercase;
	margin-bottom:35px;
	position:relative;
	font-size:28px;
	font-family: 'Oswald', sans-serif;
	color:#a67c00;
}
.main-head:before{
	content:'';
	position:absolute;
	left:50%;
	bottom:-15px;
	width:100px;
	margin-left:-50px;
	height:6px;
	border-top:2px solid #a67c00;
	border-bottom:2px solid #a67c00;
}
.project-single{
	padding:12px;
	background-color:#8c98af;
	margin-bottom:30px;
	min-height:424px;
	position:relative;
	padding-bottom: 30px;
}
.project-disc{
	text-align:center;
}
.project-disc a{
	color:#2a2a2a;
	position:absolute;
	right:15px;
	bottom:15px;
}
.project-disc a:hover{
	color:#a67c00;
}
.project-disc h3{
	padding-top:20px;
	font-family: 'Oswald', sans-serif;
	/*color: #a67c00;*/
}
footer{
	padding:25px 0;
	background-color:#1d2128;
	text-align:center;
	color:#fff;
}
footer p{
	margin:0;
}
.header-strip .navbar-default{
	border-radius:0;
	min-height:unset;
	margin-bottom: 0;
    margin-top: 12px;
	background-color: transparent;
	border:none;
}
.header-strip .navbar-default .navbar-nav>li>a{
	padding:0px 15px;	
	color:#7a7a7a;
	font-family: 'Oswald', sans-serif;
	border-right:1px solid #a67c00;
}
.header-strip .navbar-default .navbar-nav>li:last-child a{
	border-right:0;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #a67c00 !important;
    background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #a67c00 !important;
}
.navbar-default .navbar-nav>.dropdown>a .caret {
    border-top-color: #7a7a7a;
    border-bottom-color: #7a7a7a;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-bottom-color: #7a7a7a;
    border-top-color: #7a7a7a;
}
.dropdown-menu{
	padding:0;
	background-color:#c0c0c0;
	margin-left: -100%;
    right: 0;
    margin-top: 27px !important;
    border: none;
}
.dropdown-menu>li>a{
	color:#7a7a7a;
	border-bottom:1px solid #a67c00;
	font-family: 'Oswald', sans-serif;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #7a7a7a;
    color: #fff;
    text-decoration: none;
}
.navbar-collapse{
	padding:0;
}
.navbar-nav {
    margin: unset;
	float:right;
}



@media (max-width: 767px) {
	.header-strip .navbar-default{
		background-color:transparent;
		border:none;
	}
	.navbar-header{
		position:absolute;
		width:100%;
		top:-75px;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #1a485b;
	}
	.navbar-collapse{
		background-color:#1a485b;
	}
	.dropdown-menu > li > a{
		border-bottom:0;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #fff;
	}
	.main-contact li a{
		font-size:16px;
	}
	.main-contact{
		margin-top:5px;
	}
}