


/* ===============================================================================
                                 Our Work Page
  ================================================================================ */

#top-work {
  padding: 60px 0 100px 0;
}

#top-work h1 {
  font-size: 36px;
  color: #a91e29;
  line-height: 36px;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  padding: 50px 0px 40px 0px;
}

#OurWork-content {
  width: 100%;
  height: 90vh;
  margin-top: 80px;
}

#OurWork-content h1 {
  font-size: 36px;
  color: #a91e29;
  line-height: 36px;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  padding: 50px 0px 40px 0px;
  z-index: 9;
}

.OurWork-container {
  position: relative;
  height: 300px;
  width: 1000px;
  top: 50px;
  left: calc(50% - 420px);
  display: flex;
}


/* Brand Borders */
.brand_border {
  margin-top: -30px;
  margin-bottom: 60px;
}

.brand_border .fa.fa-minus {
  color: #fff;
  font-size: 8px;
  height: 2px;
  background: rgb(185, 185, 185) none repeat scroll 0 0;
  width: 100px;
}

.brand_border .fas.fa-handshake {
  font-size: 16px;
  color: #a91e29;
}


/*main images*/

/*.portfolio-section {
  padding: 50px 0;
}*/
.portfolio-section h2 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.portfolio-menu {
  text-align: center;
}

.mixitup-control-active {
  color: #fff;
  background: #343a40;
}
.fancybox-container button:focus {
  outline: 0;
  box-shadow: none;
}
.portfolio-item {
  padding-top: 30px;
}
.pd {
  padding: 0;
  padding: 10px;
}
.pd img {
  width: 100%;
  transition: all 0.5s;
}
.portfolio-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  text-align: center;
  visibility: hidden;
  transition: all 0.5s;
  transform: scale(0);
}
.portfolio-overlay p,
.portfolio-overlay a {
  position: relative;
  z-index: 4;
}
.portfolio-overlay::before {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  left: 10%;
  top: 10%;
  transition: 50ms height ease 150ms;
  z-index: 3;
}
.portfolio-overlay::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  right: 10%;
  bottom: 10%;
  transition: 100ms width ease 200ms;
  z-index: 3;
}
.portfolio-item:hover .portfolio-overlay::before {
  width: 80%;
  height: 80%;
  border-top: 1px solid #6B1216;
  border-right: 1px solid #6B1216;
  transition: width 0.1s ease 0.3s, height 0.1s ease 0.5s;
}
.portfolio-item:hover .portfolio-overlay::after {
  width: 80%;
  height: 80%;
  border-bottom: 1px solid #6B1216;
  border-left: 1px solid #6B1216;
  transition: width 0.1s ease 0.6s, height 0.1s ease 0.7s;
}
.portfolio-item li:hover .portfolio-overlay {
  visibility: visible;
  transform: scale(1);
}
.portfolio-overlay .category {
  margin-top: 70px;
  margin-bottom: 20px;
  font-size: 20px;
  color: #6B1216;
  font-weight: bold;
}
.portfolio-overlay .magnify-icon {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background: #6B1216;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
}
.portfolio-overlay .magnify-icon:hover {
  background: #000;
}
.portfolio-overlay .magnify-icon p span i {
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
}
.portfolio-section ul li{
  list-style: none;
}

.overlay-content img{
  width: 20% !important;
  padding-bottom: 20px;
}