
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #272829;
  background-color: #222;
  /* background-color: #222; */
  
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}




/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 50px 0;
  overflow: hidden;
}

.section-title {
  text-align: center;
  padding-bottom: 25px;
  /*padding-bottom: 30px;*/
}

.section-title h2 {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 8px;
  padding: 0 0 10px;
  position: relative;
  color: #f5f5f5;
  /*color: #45505b;
  margin-bottom: 20px;
  padding-bottom: 20px;*/
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #0563bb;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
  color: #bbb;
}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
  padding: 2px 15px;
 /* margin: 0 auto 25px auto;*/
  /* background: #222; */
  /* background: #fff; */
  /* border-radius: 50px; */
}
.image-section{
	padding: 7px;
	margin-bottom:0 !important;
}
.image-section img{
  transition: 0.3s ease-in-out; 
}
.image-section:hover img{
  transform: scale(1.1);
  opacity: 0.5;
}
.portfolio #portfolio-flters li {
  background: #222;
  color: #f5f5f5;
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: capitalize;
  margin-bottom: 5px;
  border: 2px solid #333;
  transition: all 0.3s ease-in-out;
  /* padding: 10px 15px; */
  /* color: #272829; */
}
/*
#portfolio-flters li.filter-active{
   <!-- background: #000; -->
   <!-- color: #fff; -->
}*/
.portfolio #portfolio-flters li:hover{
	border: 2px solid #eee;
}
.portfolio #portfolio-flters li.filter-active {
	border: 2px solid #ff714a;
    color: #f5f5f5;
}
/*.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
    border: 2px solid #ff714a;
    color: #f5f5f5;
	<!--color: #0563bb; -->
    <!--background: #000; -->
}*/

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(69, 80, 91, 0.8);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* .portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #d7dce1;
  border-left: 3px solid #d7dce1;
  transition: all 0.5s ease 0s;
  z-index: 9994;
} */

/* .portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #d7dce1;
  border-right: 3px solid #d7dce1;
  transition: all 0.5s ease 0s;
  z-index: 9994;
} */

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #45505b;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #45505b;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #45505b;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #148af9;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* opacity: 1; */
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  transform-origin: 0;
}
.portfolio .portfolio-wrap:hover .portfolio-info h4{
    /* font-family: 'Overlock', cursive; */
    text-transform: capitalize;
    font-size: 23px;
    color: #fff;
    /* background: #fff; */
    
}
.portfolio .portfolio-wrap:hover .portfolio-info p{
  /* font-family: 'Overlock', cursive; */
  text-transform: capitalize;
  font-size: 14px;
  color: #fff;
  /* background: #fff; */
  
}
.portfolio .portfolio-wrap:hover .portfolio-info a{
  /* font-family: 'Overlock', cursive; */
  text-transform: capitalize;
  font-size: 25px;
  color: #fff;
  font-weight: 800;
  /* background: #fff; */
  
}
.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}



/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding: 40px 0;
}

.portfolio-details .portfolio-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #0563bb !important;
}

.portfolio-details .portfolio-info {
  padding-top: 45px;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-info p {
  font-size: 15px;
  padding: 15px 0 0 0;
}

@media (max-width: 992px) {
  .portfolio-details .portfolio-info {
    padding-top: 20px;
  }
}

