h6 {
	font-size: 30px;
	color: #191919;
}




/*header */
.menu-header-menu-container{display:inline-flex !important;}

.main-navigation .current-menu-item > a{
	background: #333; 
	    font-weight: 700; 
}

.main-navigation a:hover{
	color:#ffffff;	
}

.header_new {
        background: #131313!important;
        min-width: 100% !important;
	position: fixed!important;
        z-index: 999999;
}

	i.responsive_bar{
		background: #898989 none repeat scroll 0 0;
	
	}

@media screen and (max-width: 768px){
	
	.header{
		margin:0 !important;
	}
	
	i.responsive_bar{
		background: #131313 none repeat scroll 0 0;
		border-radius: 4px;
		color: #fff;
		cursor: pointer;
		display: block !important;
		font-size: 20px;
		height: 2.2em;
		line-height: 2.2em;
		position: absolute;
		right: 1em;
		text-align: center;
		top: -2.5em !important;
		width: 2.7em;
		z-index: 999999;	
	}
	
	.site-header-menu {
		background: #131313 none repeat scroll 0 0;		
		margin: 0 auto;
		padding-right: 0;
		padding-top: 0;
		position: absolute !important;
		right: -1px;		
		width:101%;
		z-index: 99999 !important;
	}


/*service boxes animation and overlap*/


.services_row{
	padding:0px 75px;
}

.services{
	bottom: -20px;
    padding: 40px 20px;
    position: relative;
    transition: all 0.4s ease-in 0s;
}

.services:hover{
	bottom: 0px;
	cursor:pointer;
}

.services2{
	background:rgba(255, 255, 255, 0.02);
	border: 2px solid #fff !important;
        border-radius: 8 !important;
}
	
	
