
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

#content-werk {
  padding-top: 0;
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #0563bb;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #0678e3;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.portfolio-links .sec-button {
  font-size: 14px !important;
  padding: 8px 22px;
  color: white !important;
  border-color: white;
  margin-top: 10px;
}

.portfolio-links .sec-button:hover {

  color: black !important;
  border-color: #00ebd0;
}


section {
  padding: 60px 0;
  overflow: hidden;
}

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

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #45505b;
}

.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;
}

.portfolio-contact {
  position: absolute;
  width: 90%;
  top: 25%;
  left: 20px;
  text-align: center;
}

.portfolio-contact h3{
  color: white !important;
  font-weight: 400;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
 
  @media (min-width: 1200px) {
    #portfolio .container {
        width: 1400px;
    }
}

/*
#portfolio {
  background: #002e43;
	 background: #001e2a;
	 background: -moz-linear-gradient(170deg, rgba(0, 54, 79, 1) 0%, rgba(0, 30, 42, 1) 100%);
	 background: -webkit-linear-gradient(170deg, rgba(0, 54, 79, 1) 0%, rgba(0, 30, 42, 1) 100%);
	 background: linear-gradient(170deg, rgba(0, 54, 79, 1) 0%, rgba(0, 30, 42, 1) 100%);
}*/


.portfolio .portfolio-item {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;

}

.portfolio-images .row{
  margin-bottom: 16px;
}

.portfolio-images .clmn{
  padding-left: 8px;
  padding-right: 8px;
}

.portfolio-images{
  margin-bottom: 20px;

}

.img-wrap {
    overflow: hidden;
    border-radius: 10px;
  height: 100%;
}

.portfolio img {
      margin-bottom: 0;

}

.portfolio-page img{
  margin-bottom: 20px;
}

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

.portfolio .portfolio-wrap-contact {
  overflow: hidden;
  border-radius: 10px;
}

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

.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 h4 {
  font-size: 26px;
  font-weight: 400; 
  color: #00ebd0 !important;
  margin-bottom: 10px !important;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: white;
  font-size: 16px;
  padding: 0;
  font-weight: 300 !important;
  margin: 0;

}

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

.portfolio .portfolio-wrap .portfolio-links a {
  color: white;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
    font-weight: 300 !important;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: white;
}

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

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.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-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0563bb;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0563bb;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0 0 30px rgba(69, 80, 91, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.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-description {
  padding-top: 30px;
 text-align: center;
}

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

.portfolio-details .portfolio-description p {
  padding: 0;
}


@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/* slider */
.gprev, .gnext {
    display: none;
    
    
}

.gclose {
  margin: 0;
  padding: 0;
  height: 40px !important;
  width: 30px !important;
  opacity: 1 !important;
  background-color: transparent;

}

.gbtn {
  background-color: transparent !important;
  
}

.gclose svg {
  transform: scale(1.8);

}

.goverlay {
  background: rgba(0,0,10,.85);
}

.gslide-external {
  border-radius: 12px;
}
.portfolio-close {
  position: fixed;
  right: 20px;
  top: 20px;
  background-color: #f5f5f5;
  width: 40px;
  height: 40px;
  border-radius: 8px;
}

.port-close-icon {
  position: absolute;
  left: 9px;
  top: 9px;
  
}