html,
body {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  .jux-wrapper .hover_content {
    width: 64%;
  }
  .jux-wrapper .hover_content .jux-content {
    width: 50%;
  }
  .jux-wrapper .content-footer {
    width: 33%;
  }
}
@media only screen and (min-width: 780px) and (max-width: 1024px) {
  .jux-wrapper .hover_content {
    width: 64%;
  }
  .jux-wrapper .hover_content .jux-content {
    width: 50%;
  }
  .jux-wrapper .content-footer {
    width: 33%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 780px) {
  .jux-wrapper .hover_content {
    width: 48%;
  }
  .jux-wrapper .hover_content .jux-content {
    width: 100%;
  }
  .jux-wrapper .content-footer {
    width: 48%;
  }
}
@media only screen and (max-width: 480px) {
  .jux-wrapper .hover_content {
    width: 100%;
  }
  .jux-wrapper .hover_content .jux-content {
    width: 100%;
  }
  .jux-wrapper .content-footer {
    width: 100%;
  }
}
#jux_portfolio_pro {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
}
#jux_portfolio_pro .jux-wrapper {
  width: 100%;
  height: auto;
  position: relative;
  float: left;
  margin-bottom: 100px;
}
#jux_portfolio_pro .jux-wrapper .hover_content {
  margin-right: 3%;
  position: relative;
  height: auto;
  float: left;
}
#jux_portfolio_pro .jux-wrapper .hover_content .item {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  float: left;
}
#jux_portfolio_pro .jux-wrapper .hover_content .item .img {
  overflow: hidden;
}
#jux_portfolio_pro .jux-wrapper .hover_content .item .juxp-icon {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  text-align: center;
}
#jux_portfolio_pro .jux-wrapper .hover_content .item .icon1 {
  position: absolute;
  width: 100%;
  top: 50% !important;
  left: 50% !important;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#jux_portfolio_pro .jux-wrapper .hover_content .item .juxp-line:before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: '';
  opacity: 0;
}
#jux_portfolio_pro .jux-wrapper .hover_content .item .icon {
  z-index: 1;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
  opacity: 0;
  text-transform: capitalize;
}
#jux_portfolio_pro .jux-wrapper .hover_content .item .icon .fa-search {
  z-index: 1;
  color: #f9c600;
  font-size: 20px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#jux_portfolio_pro .jux-wrapper .hover_content .item .icon .fa-search:hover {
  opacity: 1;
  z-index: 1;
  color: #f9c600;
  font-size: 30px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#jux_portfolio_pro .jux-wrapper .hover_content .item img {
  width: 100%;
  transition: opacity 0.5s, transform 0.5s;
}
#jux_portfolio_pro .jux-wrapper .hover_content .item:hover .juxp-line:before {
  opacity: 0.5;
  transition: all 1s;
  -webkit-transition: all 1s;
}
#jux_portfolio_pro .jux-wrapper .hover_content .item:hover .icon {
  text-decoration: none;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#jux_portfolio_pro .jux-wrapper .content-footer {
  height: auto;
  float: left;
}
#jux_portfolio_pro .jux-wrapper .content-footer .jux-des-title {
  text-transform: uppercase;
  font-size: 23px;
  line-height: 1.0;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 10px;
}
#jux_portfolio_pro .jux-wrapper .content-footer .jux-des-description {
  font-size: 13px;
  margin-bottom: 50px;
  text-align: justify;
}
#jux_portfolio_pro .jux-wrapper .content-footer .jux-more-data {
  float: left;
}
#jux_portfolio_pro .jux-wrapper .content-footer .jux-more-data .jux-data-caption {
  font-weight: bold;
  font-size: 15px;
}
#jux_portfolio_pro .jux-wrapper .content-footer .jux-more-data .jux-data-content {
  font-size: 13px;
  margin-top: 6px;
  margin-bottom: 25px;
}
#jux_portfolio_pro .jux-wrapper .content-footer .jux-more-data .jux-data-content a:hover {
  color: #faae40;
  text-decoration: underline;
}
#jux_portfolio_pro .jux-content {
  float: left;
  position: relative;
}
#jux_portfolio_pro .jux-content .item-info {
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
#jux_portfolio_pro .jux-content:hover .item-info {
  top: 0;
  opacity: 0.9;
  webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
#jux_portfolio_pro .jux-tags {
  line-height: 1.4;
  color: #3f3f3f;
}
#jux_portfolio_pro .jux-tags .tag1 {
  padding: 5px 10px;
  background: #dad7d7;
  margin-right: 5px;
  display: inline-block;
  margin-top: 12px;
}
#jux_portfolio_pro .tag1:hover {
  background: #f1d235;
}
.jux-related-project .jux-clearfix {
  position: relative;
  clear: both;
}
.jux-related-project .jux-clearfix .owl-nav div {
  position: absolute!important;
  top: 45%!important;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 44px;
  width: 44px;
  padding: 0;
  background-color: rgba(128, 128, 128, 0.5);
  text-align: center;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.jux-related-project .jux-clearfix .owl-prev {
  left: 1px;
}
.jux-related-project .jux-clearfix .owl-next {
  right: 1px;
}
.jux-related-project .jux-clearfix .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}
.jux-related-project .jux-clearfix .owl-nav [class*='owl-'] {
  transition: all .3s ease;
}
.jux-related-project .jux-clearfix .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}
.jux-related-project .jux-image-related {
  float: left;
  position: relative;
}
.jux-related-project .jux-image-related .item-info {
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  opacity: 0;
  width: 100%;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: #fff;
}
.jux-related-project .jux-image-related:hover .item-info {
  top: 0;
  opacity: 0.8!important;
}
.jux-related-project .jux-image-related img {
  height: auto;
  cursor: pointer;
}
.jux-related-project .hover_1 .item-info {
  background: radial-gradient(circle, rgba(0, 0, 0, 0.1), #000000) !important;
}
.jux-related-project .hover_1 .jux-link a {
  color: #fff!important;
}
.jux-related-project .hover_1 .jux-link a:hover {
  color: #f8c606!important;
}
.jux-related-project .hover_1 .jux-image-related:hover .item-info {
  top: 0;
  opacity: 1!important;
}
.jux-related-project .hover_2 .item-info {
  border: 10px solid #f8c606;
}
.jux-related-project .hover_2 .jux-image-related:hover .item-info {
  top: 0;
  opacity: 0.8!important;
}
.jux-related-project .hover_3 .jux-image-related .item-info {
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.jux-related-project .hover_3 .jux-image-related:hover .item-info {
  top: 0;
  opacity: 0.9;
  webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
#jux_portfolio_pro .gallery-related-project {
  text-align: center;
  text-transform: uppercase;
  color: #3f3f3f;
  width: 100%;
  font-size: 30px;
  position: relative;
  clear: both;
  padding-top: 100px;
  line-height: 1.5;
}
#jux_portfolio_pro .line {
  height: 2px;
  background-color: red;
  text-align: center;
  margin: 10px auto 50px;
  width: 10%;
}
#jux_portfolio_pro .line1 {
  height: 1px;
  background-color: red;
  text-align: center;
  margin: 20px 0px 0px;
  width: 10%;
}
.jux-related-project .jux-clearfix {
  width: 100%;
  height: auto;
  float: left;
}
.jux-related-project .jux-clearfix .jux-image-related .jux-link {
  z-index: 1;
  text-align: center;
  text-transform: capitalize;
  color: #f8c606;
  width: 100%;
  font-size: 14px;
  opacity: 0;
  text-transform: uppercase;
}
.jux-related-project .jux-clearfix .jux-image-related .jux-link a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
}
.jux-related-project .jux-clearfix .jux-image-related .jux-link a:visited,
.jux-related-project .jux-clearfix .jux-image-related .jux-link a:active,
.jux-related-project .jux-clearfix .jux-image-related .jux-link a:link {
  text-decoration: none;
}
.jux-related-project .jux-clearfix .jux-image-related .jux-link a:hover {
  color: #f8c606;
}
.jux-related-project .jux-clearfix .jux-image-related .jux-category1 {
  z-index: 1;
  text-align: center;
  color: #f8c606;
  font-size: 14px;
  width: 100%;
  opacity: 0;
  text-transform: capitalize;
}
.jux-related-project .jux-clearfix .jux-image-related:hover .icon,
.jux-related-project .jux-clearfix .jux-image-related:hover .jux-link,
.jux-related-project .jux-clearfix .jux-image-related:hover .jux-category1 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.jux-related-project .jux-clearfix .item {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  float: left;
}
.jux-related-project .jux-clearfix .item .img {
  overflow: hidden;
  position: relative;
}
.jux-related-project .jux-clearfix .item .juxp-icon {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
}
.jux-related-project .jux-clearfix .item .icon1 {
  position: absolute;
  width: 100%;
  top: 50% !important;
  left: 50% !important;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.jux-related-project .jux-clearfix .item .icon {
  z-index: 1;
  font-weight: bold;
  text-align: center;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  text-transform: capitalize;
}
.jux-related-project .jux-clearfix .item .icon .fa-search {
  z-index: 1;
  color: #f8c606;
  font-size: 20px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.jux-related-project .jux-clearfix .item .icon .fa-search:hover {
  opacity: 1;
  z-index: 1;
  color: #f8c606;
  font-size: 30px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.jux-related-project .jux-clearfix .item img {
  width: 100%;
  transition: opacity 0.5s, transform 0.5s;
}
.jux-related-project .jux-clearfix .item:hover .juxp-line:before {
  opacity: 0.5;
  transition: all 0.5s;
  transition: all 1s;
  -webkit-transition: all 1s;
}
.jux-related-project .jux-clearfix .item:hover .icon {
  text-decoration: none;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #f9c600;
  color: #fff;
  text-decoration: none;
}
