 
.image-bg {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	z-index: 1;	
}

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.54);
	z-index: -1;
}

.no-padding {
	padding: 0;
}

.btn.btn-primary {
	color: #fff;
	font-size:13px;
	border: none;
	border-radius: 0;
	padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 90px;
    padding-left: 30px;
    background-color: #00bbff;
    text-transform: uppercase;
    position: relative;
    font-family: 'montserratsemi_bold';
}

.btn.btn-primary i {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 100%;
	line-height: 60px;
	color: #000;
	background-color: #fff;
}

 .btn.btn-primary:hover {
	background-color:#283949;
	color:#fff
 }
 .btn.btn-primary:hover i {
	color: #fff;
	background-color: #f3cc29;	
}

.section-padding {
	padding-top: 75px;
	padding-bottom: 100px;
}

.section-title {
	margin-bottom: 80px;
}

.section-title h1 {
	font-size: 20px;
	text-transform: uppercase;
	color: #f2cc2b;
	letter-spacing:2px;
}

.section-title h2 {
	margin-top: 0;
	letter-spacing:2px;
	text-transform: uppercase;
	font-family: 'montserratbold';
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-default .navbar-toggle, 
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	background-color:transparent;
}

a, .portfolio-overlay, 
.owl-prev, .owl-next,
a:after, a:before, .btn.btn-primary i,
.features-info i {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

  
/* menu-two */

.main-menu.menu-two .navbar-default:after, 
.main-menu.menu-two .navbar-default .navbar-nav > li > a:before {
	display:none;
}

.main-menu.menu-two .navbar-default .navbar-nav > li > a {
	padding-bottom:28px;
}


/*End Drpdown Menu CSS*/

/* home */

.home-section {
	background-image: url(file:///C|/Users/user/AppData/Roaming/Adobe/Dreamweaver%20CS6/es_ES/Configuration/Temp/images/bg/2.jpg);
}

.home-content {
	color: #fff;
	padding-top: 155px;
	padding-bottom: 355px;
}

.home-content h1 {
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'montserratbold';
}

.home-content h2 {
	font-size: 72px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: 'montserratextra_bold';
	letter-spacing:7px;
}

.home-content h2 span {
	color: #f2cd27;
}

/* Services */

.services {
	margin-top: -170px;
	background-color: #f4f4f4;
}

.services .service {
	padding:15px 24px;
	font-size: 13px;
	font-family: 'montserratregular';
	min-height:165px;
}

.crane-lifting,
.house-plans {
	margin-top: 25px;
	position: relative;
}

.service.home-plumbing {
	padding-top: 19px;
	min-height:107px;
}

.crane-lifting {
	
}

.crane-lifting .overlay {
	background-color: rgba(41, 195, 249, 0.90);
}

.home-plumbing {
	background-image: url(file:///C|/Users/user/AppData/Roaming/Adobe/Dreamweaver%20CS6/es_ES/Configuration/Temp/images/service/6.jpg);
}

.home-plumbing .overlay {
	background-color: rgba(2, 164, 221, 0.90);
	border-left:1px solid rgba(2, 164, 221, 0.99);

}

.house-plans {
	background-image: url(file:///C|/Users/user/AppData/Roaming/Adobe/Dreamweaver%20CS6/es_ES/Configuration/Temp/images/service/3.jpg);
}

.house-plans .overlay {
	background-color: rgba(0, 136, 193, 0.90);
}

.house-plans:before,
.crane-lifting:before {
    position: absolute;
    content: "";
    top: -25px;	
}
 

.crane-lifting:before {
    right: 0;
    border-left: 230px solid transparent;
    border-bottom: 25px solid rgba(41, 195, 249, 0.90);
}
.house-plans:before {
	left: 0;
    border-right: 230px solid transparent;
    border-bottom: 25px solid rgba(0, 136, 193, 0.90);	
}

/*.house-plans:after,
.crane-lifting:after {
    position: absolute;
    content: "";
    bottom: -25px;	
}*/
 
.crane-lifting:after {
    right: 0;
    border-left: 265px solid transparent;
    border-top: 25px solid rgba(0,187, 255, 0.90);	
}
.house-plans:after {
	left: 0;
    border-right: 265px solid transparent;
    border-top: 25px solid rgba(0, 160, 218, 0.95);	
}

.box-title {
	overflow: hidden;
	
}

.box-title h3 {
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	margin-top: 15px;
	min-height:86px;

	position: relative;
	  font-weight:600;
}
 	

.image-box {
 	float: left;
 	margin-top: 10px;
 	margin-right: 25px;
		margin-left: 10px;
 
 	position: relative;
}

.image-box:before {
    position: absolute;
    content: "";
    right: -14px;
    top: -10px;
    width: 1px;
    height: 85px;
    background-color:rgba(255,255,255,0.20);
}

.service-title {
	background-color: #333333;
	padding:25px;
	position: relative;
}
 

 