/*===================================== 
YOU CAN WRIGHT CUSTOME CSS 
======================================*/
.header-nav ul.nav li ul.sub-menu li i.fa{
	display:none;
}
.header-nav ul.nav > li > a > i.fa{
	display:none;
}
.header-nav ul.nav > li.has-child > a > i.fa{
	display:inline-block;
}
.portfolio-single img.reponsive{
	width:100%;
}
.comment-form .form-submit input.site-button:hover{
	background-color:#FFBC13;
}
.blog-post.blog-post-single .wt-post-media img.post-image{
	width:100%;
}
.wt-box.border-2 form input.site-button.skew-icon-btn{
	padding:10px 15px;
}
.bg-service-team {
    background-image: url(../../../images/our-services/crane-left.jpg);
    background-repeat: no-repeat;
    background-position: -200px bottom;
}
.constrot-strip {
    position: relative;
    height: 15px;
    width: 100%;
    background-color: #ffbc13;
    background-image: url(../../../images/footer-strip.png);
    background-repeat: repeat-x;
    background-position: center top;
}
.widget_categories ul li{
	padding-bottom: 18px;
    margin-bottom: 13px;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    padding: 10px 10px 10px 15px;
    margin-bottom: 0;
    line-height: 20px;
}
.widget_categories ul li:before{
	content: "\f105";
    left: 0;
	position:relative;
    font-family: "FontAwesome";
	top:0;
	display: inline-block;
}
.bg-4.bg-color-dark{
	background-image: url(../../../images/background/bg-4.png);
    background-repeat: repeat;
    background-color: #273447;
}
.no-repeat{
	background-repeat: no-repeat !important;
    background-position: right bottom !important;
}
.bg-color-dark{
	opacity: 0.90;
    background-color: #273447;
}
.z-99{
	z-index:99;
}
.tp-caption.title{
	color: rgba(255, 255, 255, 1.00);
	font-size:60px;
	line-height:70px;
	font-weight:700;
}
.tp-caption.sdesc{
	color: rgba(255, 255, 255, 0.85);
	font-size:18px;
	line-height:30px;
	font-weight:500;
}
.tp-caption a.site-button{
	color: rgba(255, 255, 255, 0.85);
	text-transform:uppercase;
	font-weight:700;
}
.tp-caption a.site-button:hover{
	color: rgba(255, 255, 255, 0.85);
	text-transform:uppercase;
	
}
.section-full p-sp40{
    margin-top: 100px;	
}
.extra-indent{
  	margin-left: 40px;
}