h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
	font-family: 'Lato', sans-serif;
	color:#006576;
}
h2 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:2.4em;
	font-family: 'Lato', sans-serif;
	color:#006576;
}

input,button,select,textarea{
	font-family: 'Lato', sans-serif;
}

.theme_color{
	color:#A80809;
}

.service-gallery-section{
	position:relative;
	padding:0px 0px 80px;
}
.service-gallery-section .project-single{
	position:relative;
	padding-bottom:70px;
}
.service-gallery-section .related-projects{
	position:relative;
}

.service-gallery-section .related-projects .owl-dots,
.service-gallery-section .related-projects .owl-nav{
	display:none;
}

.service-gallery-section .related-projects h2{
	position: relative;
    color: #222222;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.service-gallery-section .related-projects h2:after{
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 125px;
    height: 1px;
    background-color: #ececec;
}

.service-gallery-section .related-projects .default-gallery-item{
	margin-bottom:30px;
}

.sidebar-page-container{
	position:relative;
	padding:120px 0px 40px;
}


/*Business Widget*/

.safety-widget{
	position:relative;
}

.safety-widget .inner-box{
	position:relative;
	padding:42px 25px 40px;
	background-size:cover;
}

.safety-widget .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(0,101,118,0.90);
}

.safety-widget .inner-box h3{
	position:relative;
	color:#ffffff;
	font-size:24px;
	font-weight:700;
	line-height:1.7em;
	text-align:center;
	padding-bottom:20px;
	margin-bottom:22px;
}

.safety-widget .inner-box h3:after{
	position:absolute;
	content:'';
	left:50%;
	bottom:0px;
	width:45px;
	height:2px;
	margin-left:-22px;
	background-color:#ffffff;
}

.safety-widget .inner-box .text{
	position:relative;
	color:#ffffff;
	font-weight:500;
	font-size:16px;
	text-align:center;
	line-height:1.8em;
	margin-bottom:20px;
}

.safety-widget .inner-box .more-info{
	position:relative;
	font-style:italic;
	color:#ffffff;
	font-size:18px;
	font-weight:500;
	text-align:center;
	display:block;
}

.safety-widget .inner-box .more-info .fa{
	position:relative;
	top:1px;
}