/*---------------------------------------------------------------------------------
/*  Portfolio
/*-----------------------------------------------------------------------------------*/

#portfolio {
  position: relative;
  padding-bottom: 50px;
}

#portfolio .portfolio-list {
  margin-bottom: 50px;
}

#portfolio .portfolio-list .nav {
  display: inline-block;
  margin: 0;
}

#portfolio .portfolio-list .nav li {
  margin: 0 40px 0 0;
  float: left;
  font-size: 14px;
  color: #999999;
  line-height: 16px;
  cursor: pointer;
  font-family: 'Poppins', helvetica;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#portfolio .portfolio-list .nav li:hover,
#portfolio .portfolio-list .nav li.filter-active {
  color: #b8a07e;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#portfolio .portfolio-container {
  display: inline-block;
  margin-bottom: 50px;
  width: 100%;
}

.portfolio-thumbnail {
  margin-bottom: 30px;
  overflow: hidden;
  min-height: 260px;
}

.portfolio-thumbnail img {
  max-width: 100%;
}

.carousel-wide-arrows.owl-carousel .owl-nav .owl-next {
  right: -60px;
  background: black !important;
}


.carousel-wide-arrows.owl-carousel .owl-nav .owl-prev {
  left: -60px;
  background: black !important;
}

.gallerImages .nav-tabs {
  border: none;
  margin: 4%;
}

.gallerImages .nav-tabs .nav-link.active {
  color: white;
  background-color: #018fbf;
}

.gallerImages .nav-tabs .nav-link {
  border: none;

}

/* .line .carousel-nav-white.owl-carousel .owl-dots span {
  background: #7697a2 none repeat scroll 0 0;
  width: 0px;
  padding: 3px;
  border-radius: 20px;
} */

/* .line .carousel-main .owl-dots {
  position: absolute;
  width: 100%;
  top: 30px;
  padding: 30px;
} */

.header-left {
  order: 1;
}

.header-center {
  order: 2;
  flex-grow: 1;
  text-align: center;
}

.backTopage {
  display: flex;
  justify-content: space-between;
  align-items: center;
}