
/* .breadcrumb{
    background-color: #000;
    position: relative;
    padding: 5% 0 20% 0%;
    overflow: hidden;
}

.breadcrumb::before{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 400px;
    width: 400px;
    background-color: var(--yellow);
    border-radius: 9999rem;
    content: "";
    transform: translate(-50% , 25%);
}

.breadcrumb::after{
    position: absolute;
    bottom: 0;
    right: 0;
    height: 400px;
    width: 400px;
    background-color: var(--yellow);
    border-radius: 9999rem;
    content: "";
    transform: translate(65% , 25%);
} */


/* .breadcrumb_img{
    height: 400px;
    width: 400px;
    border-radius: 100%;
    margin-top: -17%;
    margin-left: 20%;
   position: relative;
}
.breadcrumb_img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.breadcrumb h2{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.breadcrumb h2 a{
    text-decoration: none;
} */




/* .grid-item {
  padding: 6px 6px;
  height: 400px;
  width: 33%;
  text-align: center;
  position: relative;
}
.grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: 0.9s;
}
.grid-item img:hover {
  filter: none;
}

.grid-item a::after{
	content:'+';
	position: absolute;
	width:0%;
	height:100%;
	background: #000000a8;
	left:50%;
	top:50%;
	align-items: center;
	justify-content: center;
	transform: translate(-50%,-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 48px;
	transition:all 0.3s ease-in-out;
	overflow: hidden;
	color:white;
}
.grid-item:hover a::after{
	width:100%;
} */


/* @media screen and (min-width: 1300px) and (max-width: 1399px) {
  .grid-item {
    padding: 6px 6px;
    height: 400px;
    width: 33%;
    text-align: center;
    position: relative;
  }
  .grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: 0.9s;
  }
  .grid-item img:hover {
    filter: none;
  }
} */




.isotope-pager .pager {
  display: inline-block;
}
.filters {
  width: 100%;
  text-align: center;
  padding-bottom: 25px;
  padding-top: 60px;
}

.filters ul {
  list-style: none;
  padding: 20px 10px;
  box-shadow: -1px 1px 11px rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  background-color: #000;
}

.filters li {
  display: inline-block;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  color: #fff;
}
.filters li a {
  color: #fff;
  text-decoration: none;
  padding: 10px 25px;
}
.filters li a:hover {
  color: #fff;
}

.filters li:hover {
  border-radius: 15px;
}


.filters li.active {
  color: #000;
  background-color: var(--yellow);
  border: 1px solid  var(--yellow);
  border-radius: 15px;
  box-shadow: -1px 1px 11px rgba(0, 0, 0, 0.4);
}





.section {
  padding: 30px 0;
  color: #333;
}
.section .top-side {
  text-align: center;
}
.section .top-side .title {
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
}
.section .top-side .title:after {
  content: "";
  display: block;
  width: 50%;
  border-bottom: 1px solid #494949;
  margin: 8px auto;
}
.section .top-side h2 {
  font-weight: 700;
}
/* .section.portfolio .filters {
  text-align: center;
  margin-top: 50px;
} */
/* .section.portfolio .filters ul {
  padding: 0;
}
.section.portfolio .filters ul li {
  list-style: none;
  display: inline-block;
  padding: 20px 30px;
  cursor: pointer;
  position: relative;
}
.section.portfolio .filters ul li:after {
  content: "";
  display: block;
  width: calc(0% - 60px);
  position: absolute;
  height: 2px;
  background: #333;
  transition: width 350ms ease-out;
}
.section.portfolio .filters ul li:hover:after {
  width: calc(100% - 60px);
  transition: width 350ms ease-out;
}
.section.portfolio .filters ul li.active:after {
  width: calc(100% - 60px);
} */

.section.portfolio .filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms;
}
.section.portfolio .filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms;
}
.section.portfolio .filters-content .item {
  text-align: center;
  cursor: pointer;
  height: 350px;
  transition:all 0.3s ease-in-out;
}


.section.portfolio .filters-content .item:hover a::after{
	content:'+';
	position: absolute;
	width:0%;
	height:100%;
	background: #000000a8;
	left:50%;
	top:50%;
	align-items: center;
	justify-content: center;
	transform: translate(-50%,-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 48px;
	transition:all 0.3s ease-in-out;
	overflow: hidden;
	color:white;
}
.section.portfolio .filters-content .item:hover a::after{
	width: 94%;
}

.section.portfolio .filters-content .item img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.section.portfolio .filters-content .item .p-inner {
  padding: 20px 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  display: none;
}
.section.portfolio .filters-content .item .p-inner h5 {
  font-size: 15px;
}
.section.portfolio .filters-content .item .p-inner .cat {
  font-size: 13px;
}
.section.portfolio .filters-content .item img {
  width: 100%;
}