.item-wrap img {
	width: 100%;
}
.item-wrap {
	margin: 15px;
}
.portfolio-section {
	padding-top: 145px;
	padding-bottom: 100px;
}
.home-2.header-style-3 .portfolio-section {
	padding-top: 20px;
}
.home-2.header-style-3 .item-wrap  {
	margin: 0;
}
.item-grid {
	width: 33.33%;
	float: left;
}
.item-grid-1 {
	width: 50%;
	float: left;
}
.item-grid-2 {
	width: 25%;
	float: left;
}
.button-group button {
	background: transparent;
	color: #000;
	border: none;
	box-shadow: none;
	padding: 0;
	margin-right: 20px;
	position: relative;
}
.button-group button span {
	position: absolute;
	top: -7px;
	right: -20px;
	outline:0;	
}
button.tab-button.active {
	color: #090909;
	outline:0;
}
.tab-button:focus {
	outline:0;
}
.work-item {
	position: relative;
}
.work-item:before{
	position: absolute;
    width: 100%;
    height: 100%;
	left:0;
	background-color:#FFF;
    content: '';
    opacity: 0;
    cursor: pointer;
	transition: all 0.5s ease-out;
}
.work-item:hover::before{
	opacity: 0.5;
	transition: all 0.5s ease;
}

.hover-text a span {
	font-size: 24px;
	background-color: #ffffff;
	padding: 5px;
	border-radius: 5px;

}
.project-catagorry li a{
	font-size: 12px;
	color: #000;
}
.hover-text {
	position: absolute;
	top: 45%;
	z-index: 1;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	transition: .5s all ease-in-out;
}
.work-item:hover .hover-text {
	opacity: 1;
	visibility: visible;
	top: 50%;
	transition-delay: .2s;
}
.project-description  {
	position: absolute;
	bottom: 15px;
	right: 0;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: .3s all ease-in-out;
}
.project-description h3 {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 20px;
	color: #000;
}
.project-description h3 a::before {
	border-bottom: 1px solid #232323;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 50px;
}
.work-item:hover .project-description {
	opacity: 1;
	visibility: visible;
	right: 15px;
	transition-delay: 1.2s;
}
.more-btn,
.contact-adress-form button {
	height: 50px;
	width: 230px;
	margin: 0 auto;
	line-height: 55px;
	background-color: #f9f9f9;
	position: relative;
}
.more-btn a,
.contact-adress-form button {
	letter-spacing: 3px;
	color: #090909;
	display: block;
	width: 100%;
}
.more-btn:before,
.contact-adress-form button:before {
	content: '';
	position: absolute;
	top: 0;
	background-color: #e7e7e7;
	height: 5px;
	width: 100%;
	left: 0;
}
.more-btn:after,
.contact-adress-form button:after {
	content: '';
	position: absolute;
	top: 0;
	background-color: #090909;
	height: 5px;
	width: 50%;
	left: 0;
	transition: .3s all ease-in-out;
}
.more-btn:hover::after,
.contact-adress-form button:hover::after {
	width: 70%;
}