@charset "utf-8";
@import url("bluebar.css");
/*--
	Add your style here
--*/ 
.menu-wrap {
        right:0 !important;
	-webkit-transform: translate3d(320px,0,0);
	transform: translate3d(320px,0,0);
	visibility:hidden;
}

.show-menu .menu-wrap,
.show-menu .menu-inner ,
.show-menu .morph-shape  {
        -webkit-transform: translate3d(-30px,0,0);
        transform: translate3d(-30px,0,0);
}
.show-menu .menu-wrap {
	right:0;
	opacity:1;
	visibility:visible;
}

.top-contact-bar{
	position: relative;
	z-index: 22;
}

.li .orderedlist{
	display: list-item !important; 
	list-style-type: decimal !important;
	list-style-position: outside !important;
}

@media only screen and (max-width: 700px){
	.hide-on-mobile{
		display: none;
	}	
}

.respimg.project{
	width: 315px;
	height: 189px;
	object-fit: cover;
	position:relative;
	z-index:1;
	-webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	-webkit-transform: translateZ(0);
    transform: translateZ(0);
  	transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}
