/*font-family: 'Montserrat', sans-serif;*/

/**
* 1.0 - Global Style
* ------------------------------------------------------------------------------
*/

body {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;	
	font-style: normal;
	letter-spacing: 0;
	line-height: 2em;
	color: #313131;
	padding-top: 100px;
	letter-spacing: .025em;
	background: #f9fafb;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;	
	line-height: 1.2em;
	margin-top: 15px;
	letter-spacing: .025em;
	font-weight: bold;
}

h1, h2, h3 {
  	margin-bottom: 20px;
  	margin-top: 10px;
}

h4, h5, h6 {
	margin-bottom: 10px;
}


h1:first-child,
h2:first-child, 
h3:first-child {
	margin-top: 0;
}


h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}


p {
	margin-top: 0;
	margin-bottom: 30px;
}

img {
	max-width: 100%;
	height: auto;
	outline: none;
}

video, audio, iframe {
	max-width: 100%;
}


a {
	color: #d02e2b;
}

a:hover {
  color: #d02e2b;
  text-decoration: underline;
}

a:focus {
	text-decoration: none;
	outline: none;
}

input,
textarea,
button,
input:focus {
	outline: none;
}


ul,ol {
	margin-bottom: 30px;
}

.button {
	height: 48px;
	line-height: 48px;
	color: #fff;
	border-radius: 7px;
	padding: 0 20px;
	font-weight: bold;
	display: inline-block;
	font-size: 14px;
	transition: all .3s;
}

.button:hover {
	text-decoration: none;
	color: #fff;
}

.button-red {
	background-color: #d02e2b;
	color: #fff;
}

.button-red:hover {
	background-color: #a9100d;
	color: #fff;
}

.button-transparent {
	background-color: #f7f2f3;
	color: #d02e2b;
}

.button-transparent:hover {
	background-color: #f4e0e4;
	color: #d02e2b;
}



/**
* 1.0 - #header
* ------------------------------------------------------------------------------
*/

#mobile-menu {
	display: none;
	text-align: right;
}

#mobile-menu a {
	font-size: 36px;
	line-height: 70px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

#header {
	height: 100px;
	box-shadow: 1px 1px 1px rgba(0,0,0,.1);
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 9999;
	transition: all .3s;
}

#header.stuck {
	height: 70px;	
}

#header .logo {
	line-height: 100px;
	transition: all .3s;
}

#header.stuck .logo {
	line-height: 70px;
}


#header .logo img {
	max-width: 160px;
}

#nav ul {
	list-style: none;
	float: right;
	padding: 0;
	margin-right: 0;
}

#nav ul li {
	float: left;
	position: relative;
}

#nav ul li a {
	display: block;
	font-size: 14px;
	color: #313131;
	font-weight: bold;
}

#nav>ul>li>a {
	margin-right: 20px;
	padding-right: 20px;
	position: relative;
	line-height: 100px;
	transition: all .3s;
}

#header.stuck #nav>ul>li>a {
	line-height: 70px;
}

#nav>ul>li>a:before {
	content: '/';
	position: absolute;
	left: 100%;
	font-size: 10px;
	top: 2px;
	color: #313131;
}

#nav>ul>li:last-child>a:before  {
	display: none;
}

#nav ul li a:hover,
#nav ul li.current-menu-item  a{
	color: #d02e2b;
}

#nav ul ul {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 160px;
	background-color: #fff;
	transform: translate(-50%, 0);
	margin-left: -15px;
	display: none;
	border: 1px solid #f1f1f1;
	border-top: none;
}

#nav ul ul li {
	float: none;
}

#nav ul ul a {
	padding: 8px 15px;
	white-space: nowrap;
	border-bottom: 1px solid #f1f1f1;
	transition: all .3s;
	font-size: 80%;
}

#nav ul ul li:last-child a {
	border-bottom: none;
}

#nav ul ul a:hover {
	text-decoration: none;
	background-color: #f2f2f2;
}


/**
* 2.0 - #home-article
* ------------------------------------------------------------------------------
*/

#home-article .container {
	background-image: url(../images/home-page-effect.png);
	background-repeat: no-repeat;
	background-position: left 120px top 230px;

}

#home-article {
	padding: 60px 0 0;
	margin-bottom: -30px;
}

#home-article .button {
	margin-top: 30px;
}

#home-article .left-aeticle {
	padding-right: 20px;
}

#home-article .first-button {
	margin-right: 26px;
}

#home-article .right-slider {
	padding-right: 50px;
}

#home-article  .first-image,
#home-article  .second-image {
	position: relative;
}

#home-article .single-slide .slide-capton {
	color: #fff;
	position: absolute;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	text-transform: uppercase;
	right: 10px;
	bottom: 10px;
	letter-spacing: .2em;
}

#home-article .single-slide .first-image {
	margin-bottom: 30px;
}

#home-article .owl-nav {
	font-size: 50px;
	position: absolute;
	top: 0;
	right: -40px;
}

#home-article .owl-carousel .owl-nav .owl-prev,
#home-article .owl-carousel .owl-nav .owl-next {
	color: #d02e2b;
}

#home-article .owl-carousel .owl-nav .owl-prev.disabled,
#home-article .owl-carousel .owl-nav .owl-next.disabled  {
	opacity: .5;
	color: #000000;
}

#home-article .active-slide-item {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    bottom: -10px;
    margin-left: -16px;
    transform: rotate(-90deg);
    float: right;
    position: relative;
    left: 60px;
    bottom: 53px;
}

#home-article .current-item {
	color: #d02e2b;
}

#home-article .active-slide-item .seperator {
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    font-weight: normal;
}

 #home-article .right-slider {
 	position: relative;
 }

#home-article .right-slider:after {
	content: '';
    width: 1px;
    height: 80px;
    background-color: #6e6e6e;
    bottom: 87px;
    left: 100%;
    position: absolute;
    margin-left: -25px;
}



/**
* 3.0 - #footer
* ------------------------------------------------------------------------------
*/

#footer .footer-social  {
	background: #fff;
	padding: 6px 10px;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
	display: inline-block;
	border-radius: 7px;
	font-size: 14px;
	font-weight: 500;
}


#footer .footer-social .sep {
	font-size: 10px;
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
} 

#footer .label  {
	margin-right: 10px;
}

#footer .footer-wrap {
	height:140px;
}

#footer .copyright {
	margin-bottom: 0;
}

#footer .copyright {
	text-align: right;
}

/**
* 4.0 - #construction-industry
* ------------------------------------------------------------------------------
*/

#construction-industry {
	padding: 50px 0 0;
}

#construction-industry .seperator {
	margin-top: 70px;
}

#construction-industry .container {
	background-image: url(../images/industry-page-effect.png);
	background-repeat: no-repeat;
	background-position: left 400px top 10px;
}

#construction-industry .top-industry-article .left-image img {
/*	float: left;
	margin-right: 50px;*/
	width: 100%;
}

#construction-industry .right-article>:last-child{
	margin-bottom: 0;
}

#construction-industry .top-industry-article  h1 {
	font-size: 29px;
}

#construction-industry .bottom-article {
	font-size: 21px;
	margin-top: 50px;
}


/**
* 5.0 - #what-we-bring
* ------------------------------------------------------------------------------
*/

#what-we-bring {
	padding: 50px 0 70px;
}


#what-we-bring  header h2 {
	font-size: 27px;
	margin-bottom: 50px;
}

#what-we-bring span {
	font-weight: normal;
	color: #d02e2b;
	font-size: 21px;
}

#what-we-bring ul {
	margin-left: 40px;
	padding-left: 0;
	font-size: 15px;
}

#what-we-bring .article-wrap {
	margin-top: -10px;
} 

#what-we-bring ul li {
	list-style: none;
	padding-left: 30px;
	position: relative;
	margin-bottom: 15px;
}

#what-we-bring ul li:before {
	content: '';
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 50%;
	border: 3px solid rgb(208, 46, 43);
	display: inline-block;
	position: absolute;
	top: 8px;
	left: 0;
}

#what-we-bring ul li ul {
	margin-top: 25px;
	margin-left: 12px;
}

#what-we-bring ul li ul li {
	margin-bottom: 4px;
}

#what-we-bring ul li ul li:before {
	width: 12px;
	height: 12px;	
}


#what-we-bring {
	background-image: url(../images/bring-bg.png);
	background-repeat: no-repeat;
	background-position: left 0 bottom 300px;
}

#what-we-bring .image-wrap .img-1 {
	margin-bottom: 50px;
}

/**
* 6.0 - #subscribe
* ------------------------------------------------------------------------------
*/

#subscribe {
	background: #f5e5e6;
	padding: 53px 0;
}

#subscribe h3 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px;
}

#subscribe h2 {
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 40px;
}

#subscribe input[type="email"] {
	width: 100%;
	width: 415px;
	border: 2px solid #d02e2b;
	font-size: 15px;
	font-weight: 500;
	height: 65px;
	border-radius: 10px;
	padding: 0 100px 0 25px;
}

#subscribe form {
	position: relative;
	display: inline-block;
	width: 415px;
}

#subscribe button {
	background: #d02e2b;
	border: none;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	height: 65px;
	border-radius: 0 10px 10px 0;
	padding: 0 20px;
	position: absolute;
	right: 0;
	top: 0;
}

#subscribe ::placeholder {
	color: #313131;
}	

#subscribe .notification {
	font-size: 14px;
	font-weight: 500;
}

#subscribe .notification {
	margin-top: 30px;
}


/**
* 7.0 - .services-bttom-section
* ------------------------------------------------------------------------------
*/

#what-we-bring.services-bttom-section {
	background-position: left 0 bottom 100px;
}



/**
* 8.0 - .services-bttom-section
* ------------------------------------------------------------------------------
*/
#banner-descripton {
	padding: 50px 0 30px;
}

#banner-descripton img {
	margin-bottom: 50px;
}


#banner-descripton h1 {
	font-size: 20px;
	line-height: 1.52em;
}

#banner-descripton img {
	width: 100%;
}


/**
* 9.0 - #company
* ------------------------------------------------------------------------------
*/
#company .container,
#management .container {
	padding: 0 100px;
}

#company .compnay-image {
	text-align: right;
}

/**
* 9.0 - #management
* ------------------------------------------------------------------------------
*/

#management {
	padding: 50px 0 20px;
}

#company .bottom-seperator {
	margin-top: 70px;
}


/**
* 10.0 - #contact-info
* ------------------------------------------------------------------------------
*/
#contact-info {
	text-align: center;
	padding: 60px 0;
	background-image: url(../images/contact-background.png);
	background-repeat: no-repeat;
	background-position: top 50px center;
	font-size: 18px;
}

#contact-info h1 {
	font-size: 30px;
	margin-bottom: 40px;
}

#contact-info a {
	font-weight: 500;
}

#contact-info .email-address {
	margin-bottom: 40px;
}

#contact-info .contact-info-wrap {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 30px;
}


/**
* 11.0 - #contact-from-section
* ------------------------------------------------------------------------------
*/

#contact-from-section {
	text-align: center;
	margin-bottom: 80px;
}

#contact-from-section header p {
	font-weight: 500;
}

#contact-from-section header {
	margin-bottom: 60px;
}

#contact-from-section input,
#contact-from-section textarea {
	width: 100%;
	max-width: 450px;
	height: 53px;
	font-size: 14px;
	padding: 0 30px;
	border: 1px solid #d02e2b;
	border-radius: 10px;
	text-align: center;
}


#contact-from-section textarea {
	height: 200px;
	padding-top: 12px;
	padding-bottom: 12px;
}

#contact-from-section ::placeholder {
	color: #313131;
}

#contact-from-section form p {
	margin-bottom: 20px;
}

#contact-from-section input[type="submit"] {
	text-transform: uppercase;
	font-size: 16px;
}



#content {
	padding-top: 40px;
}

#secondary {
	background: #ddd;
	height: 100%;
	padding: 20px 30px;
}

#secondary .widget-title {
	font-size: 20px;
	margin-bottom: 20px;
}

#secondary ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#secondary ul li:last-child {
	margin-bottom: 0;
}

#secondary .widget {
	border-bottom: 1px solid rgba(255,255, 255,.3);
	padding-bottom: 30px;
	margin-bottom: 30px;
}

#secondary .widget:last-child {
	border-bottom: none;
}

.post-thumbnail {
	margin-bottom: 30px;
	display: block;
	float: left;
}

.content-area article {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #f3f3f3;
}

.mc4wp-alert {
    line-height: 1.4em;
    margin-top: 20px;
}