
/** funfact-section **/


.funfact-section{
  position: relative;
}

.funfact-section .outer-container{
  position: relative;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  background: #fdf3e8;
  padding: 78px 20px 80px 20px;
}

.counter-block-one .icon-box{
  position: relative;
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 12px;
}

.counter-block-one .count-outer{
  position: relative;
  display: block;
  font-size: 45px;
  line-height: 50px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  color: #131313;
  margin-bottom: 6px;
}

.counter-block-one p{
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}/* Portfolio Details */

.portfolio-details {
    position: relative;
    padding: 120px 0 0;
  }
  
  .portfolio-details .image-box {
    position: relative;
    margin-bottom: 30px;
  }
  
  .portfolio-details .text {
    margin-bottom: 30px;
  }
  
  .portfolio-details .top-content {
    position: relative;
  }
  
  .portfolio-details .single-project-info {
    position: absolute;
    right: 0;
    bottom: -105px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(123, 123, 123, 0.1);
    box-shadow: 0px 8px 16px 0px rgba(123, 123, 123, 0.1);
    padding: 50px;
    background: #fff;
    z-index: 9;
  }
  
  .portfolio-details .single-project-info h3 {
    font-size: 24px;
    font-weight: 700;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  
  .portfolio-details .single-project-info table {
    margin-bottom: 30px;
  }
  
  .portfolio-details .single-project-info table tr td {
    font-size: 16px;
    padding-right: 20px;
  }
  
  .portfolio-details .single-project-info .social-links {
    position: relative;
  }
  
  .portfolio-details .single-project-info .social-links li {
    position: relative;
    margin-right: 8px;
    display: inline-block;
  }
  
  .portfolio-details .single-project-info .social-links li a {
    position: relative;
    display: block;
    color: #9ea0a9;
    font-size: 14px;
    width: 50px;
    height: 50px;
    line-height: 46px;
    background: transparent;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 2px solid #f1f1f1;
  }
  
  .portfolio-details .single-project-info .social-links li a:hover {
    color: #ffffff;
    border-color: #b73604;
    background: #b73604;
  }
  
  .portfolio-details .single-project-info .social-links li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  
  .portfolio-details .single-project-info .social-links li a:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  
  .portfolio-details .single-project-info .social-links li a span {
    position: relative;
  }
  
  /* Project Post Pagination */
  
  .project-post-pagination {
    position: relative;
    margin-bottom: 40px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 40px;
  }
  
  .project-post-pagination .wrapper-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .project-post-pagination .next-post,
  .project-post-pagination .prev-post {
    position: relative;
    border: 2px solid #ebebeb;
    padding: 19px 30px 20px;
    cursor: pointer;
  }
  
  .project-post-pagination h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    display: inline-block;
    color: #282828;
  }
  
  .project-post-pagination h4 {
    font-size: 24px;
    font-weight: 700;
  }
  
  .project-post-pagination .next-post {
    text-align: right;
  }
  
  .project-post-pagination .page-view {
    width: 100px;
    height: 100px;
    font-size: 30px;
    line-height: 100px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background: #b73604;
  }
  
  .project-post-pagination .page-view span {
    display: inline;
  }

  .portfolio-details .single-project-info table,
  .portfolio-details .single-project-info table td,
  .portfolio-details .single-project-info table th{
    border:0px solid #f0f0f0!important;
  }
  
  .portfolio-details .single-project-info td, th {
      padding: 0;
      text-align: left!important;
  }