
*{box-sizing:border-box;}
body,h1,h2,h3,h4,h5,h6,a,pul,li{
	margin:0px;
	padding:0px;
	font-family: 'Poppins', sans-serif;
}

a{display:inline-block;}
img{
	max-width:100%;
}

.left{
	float:left;
}
.right{
	float:right;
}
.dflex{
	display:flex;
}


#portfolio{

	display: inline;

	float: left;

	padding: 70px 0;

	width: 100%;

}

.portfolio-area{

	display: inline;

	float: left;

	width: 100%;

}

.portfolio-content {

	display: inline;

	float: left;

	margin-top: 50px;

	width: 100%;

}

.portfolio-menu{

	display: inline;

	float: left;

	width: 100%;

}
.filterDiv {
  float: left;
  color: #ffffff;
  width: auto;
  line-height: 100px;
  text-align: center;
  margin: 2px;
  display: none;
}

.show {
  display: block;
}


/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  cursor: pointer;
}
.button{
	text-align:center;
}

.btn:focus {
    outline: 0;
    box-shadow:none!important;
	
}
.btn:hover{
	border-bottom:1px solid orange;
}
.btn.active {
  color: black;
  text-decoration:none;
  border:none;
}

.portfolio-one__single {
	width: 375px;
}

.portfolio-menu  a:hover{
	
	border-bottom: 1px solid orange!important;
	
	margin-right:5px!important;
}

.portfolio-container {

	display: inline;

	float: left;

	margin-left: -9px;

	margin-top: 60px;

	width: 100%;

}
.portfolio-one__content {
    position: absolute;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 27.5px;
    padding-bottom: 27.5px;
    bottom: 80px;
    left: 0;
    width: 100%;
    height: 108px;
    background-color: #162171;
    box-shadow: 0px 2px 18px 0px rgb(22 33 113 / 26%);
    opacity: 0;
    transform: translateY(30%);
    transition: opacity 500ms ease, transform 500ms ease;
}
.portfolio-one__single h3 {
    margin: 0;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    font-family: var(--thm-font);
    line-height: 1em;
    margin-bottom: 14px;
}
.box25 {
    position: relative;
    width: 396px;
    padding-right: 15px;
    padding-left: 15px;
}
.single-portfolio {

	display: inline;

	float: left;

	margin-bottom: 18px;

	margin-left: 18px;

	width: 30.4%;

}

.single-item{

	width: 100%;

	position: relative;

	overflow: hidden;

}

.single-item>img{

	width: 100%;

    display: block;

    height: 290px;

    -webkit-transition: all 0.5s ease 0s;

	-o-transition: all 0.5s ease 0s;

	transition: all 0.5s ease 0s;

}

.single-item>img:hover{	

	-webkit-transform: scale(1);	

	    -ms-transform: scale(1);	

	        transform: scale(1);	       

}



.single-item-content { 

	background-color: #000; 

	display: inline;

	opacity: 0;

	height: 100%;

	left: 0;

	position: absolute;

	text-align: center;

	top: 0;

	width: 100%;

	-webkit-transition: background-color 0.5s linear;

	-moz-transition: background-color 0.5s linear;

	-o-transition: background-color 0.5s linear;

	-ms-transition: background-color 0.5s linear;

	transition: background-color 0.5s linear;

}

.portfolio-social-icon {  

	float: left;

	display: inline;

	padding: 110px 50px;

	width: 100%;

	-webkit-transition: all 0.5s;

	-moz-transition: all 0.5s;

	-ms-transition: all 0.5s;

	-o-transition: all 0.5s;

	transition: all 0.5s;

}

.single-item:hover .single-item-content{

	opacity: 1;	

}

.single-item-content:hover{

	background-color: rgba(0, 0, 0, 0.8);	

}

.portfolio-social-icon a {

	color: #fff;

	display: inline-block;

	font-size: 14px;

	height: 40px;

	line-height: 15px;

	margin: 0 8px;

	padding: 12px;  

	text-align: center;

	width: 40px; 

	transform: scale(0.5);

	-webkit-transition: all 0.7s ease 0s;

	-o-transition: all 0.7s ease 0s;

	transition: all 0.7s ease 0s;

}

.single-item-content:hover .fancybox,

.single-item-content:hover .link-btn{

	 transform: scale(0.9);

} 

.portfolio-title {

	bottom: 0;

	display:inline;

	opacity: 0;

	left: 0;

	padding-bottom: 12px;

	position: absolute;

	text-align: center;

	width: 100%;

	-webkit-transition: all 0.7s ease 0s;

	-o-transition: all 0.7s ease 0s;

	transition: all 0.7s ease 0s;

}

.single-item:hover .portfolio-title{

	opacity: 1;

}

.portfolio-title h3 {

	color: #fff;

	font-size: 13px;

	font-weight: bold;

	margin-bottom: 0;

	text-transform: uppercase;

}
.img-fluid {
    width: 375px;
    height: 220px;
}


