/*Put here your custom css*/
.row.footer-top:before{background: rgba(0, 0, 0, 0.63)!important;}
.copyright {text-align: center;}
.page_head{    margin-bottom: 0px!important;}
.row.footer-top{
	background: url(../images/footer-banner.jpg) top center no-repeat;
    background-size: cover;
	position:relative;
}
.footer-top ul>li>a{
	transition: all 1s ease;
}
.footer-top ul>li>a:hover{
	color: #FF5722;
	margin-left:10px;
}
.services_banner h2{
	font-size: 35px;
    text-transform: uppercase;
}

.banner_opacity:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45);
	display:block !important;
	opacity:1;
}


.service-main-section1 .wpb_wrapper ul>li{
	transition: all 1s ease;
}
.service-main-section1 .wpb_wrapper ul>li:hover{
	margin-left:6px;
	color:#ff000;
}
.header #mainnav > ul > li.current-menu-item > a{
	color: #283c92;
}
.header #mainnav > ul > li:hover a{
	color: #283c92;
}
#content{
	padding-bottom: 0px;
    margin-bottom: 0px;
}

label.error {
    color: red;
}
