.pxsnap_portfolio_wrap,
.pxsnap_portfolio_content,
.pxsnap_portfolio {
  width: 100%;
  float: left;
  height: auto;
  clear: both;
}
.pxsnap_portfolio_wrap {
  background-color: #f5f5f5;
}
.pxsnap_portfolio_content {
  padding: 120px 130px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pxsnap_portfolio {
  position: relative;
}
.pxsnap_title {
  text-align: center;
  clear: both;
  margin-bottom: 70px;
}
.pxsnap_title_content span {
  font-family: "Poppins";
  display: inline-block;
  padding: 23px 69px 20px 69px;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 1;
  color: #111;
  background-color: #fff;
  border: 1px solid #efefef;
  background-image: url(../img/title-bg.jpg);
  background-repeat: repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
.portfolio_list_wrap,
.portfolio_list {
  width: 100%;
  float: left;
  height: auto;
  clear: both;
}
.portfolio_list_wrap ul {
  list-style-type: none;
  margin: 0px;
  margin-left: -80px;
}
.portfolio_list_wrap ul li {
  margin: 0px;
  width: 33.3333%;
  float: left;
  padding-left: 80px;
  margin-bottom: 65px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.portfolio_list_wrap ul li .port_list_single {
  display: block;
  width: 100%;
  position: relative;
}
.portfolio_list_wrap ul li .port_img {
  width: 100%;
  overflow: hidden;
}
.portfolio_list_wrap ul li .port_list_single .port_cat {
  float: left;
  display: block;
  position: absolute;
  bottom: 30px;
  left: -30px;
}
.portfolio_list_wrap ul li .port_list_single .port_cat a {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  display: block;
  text-decoration: none;
  background-color: #111;
  padding: 28px 94px 25px 39px;
  min-width: 137px;
  -webkit-box-shadow: 1px 1px 3px rgba(235, 16, 16, 0.3);
  -moz-box-shadow: 1px 1px 3px rgba(235, 16, 16, 0.3);
  box-shadow: 1px 1px 3px rgba(235, 16, 16, 0.3);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.portfolio_list_wrap ul li .port_list_single .port_cat .text {
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 1;
  color: #fffefe;
  display: inline-block;
  position: relative;
}
.portfolio_list_wrap ul li .port_list_single .port_cat .line {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-left: 29px;
  margin-top: -2px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.portfolio_list_wrap ul li .port_list_single .port_cat .line:before {
  content: "";
  position: absolute;
  display: block;
  top: -4px;
  right: 0px;
  width: 10px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.portfolio_list_wrap ul li .port_list_single .port_cat .line:after {
  content: "";
  position: absolute;
  display: block;
  right: 0px;
  top: 4px;
  width: 10px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.portfolio_list_wrap ul li .port_list_single:hover .line {
  margin-left: 49px;
}
.portfolio_list_wrap[data-col="5"] ul li {
  width: 20%;
}
.portfolio_list_wrap[data-col="4"] ul li {
  width: 25%;
}
.portfolio_list_wrap[data-col="2"] ul li {
  width: 45%;
}
.portfolio_btn {
  float: left;
  display: block;
  width: 100%;
  text-align: center;
  min-height: 24px;
}
.portfolio_btn a {
  text-decoration: none;
  line-height: 1;
  letter-spacing: 0.5px;
  font-size: 15px;
  color: #eb1010;
  position: relative;
  padding-bottom: 5px;
  border-bottom: 1px solid #eb1010;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.portfolio_btn a:hover {
  border-bottom-color: transparent;
}
.pxsnap_portfolio_second {
  width: 100%;
  clear: both;
  /* padding: 0px 50px; */
  margin: 2% auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  inset: 0 !important;;
}
.pxsnap_portfolio_second .portfolio_second {
  width: 100%;
  float: left;
}
.pxsnap_portfolio_second .list {
  width: 100%;
  float: left;
  margin-bottom: 80px;
}
.pxsnap_portfolio_second_inner {
  /* max-width: 800px; */
  margin: auto 10%;
}
.portfolio_second_list {
  height: 100vh;
  list-style-type: none;
  padding-top: 3%;
  margin: 0 -10px;
  overflow: hidden;
}

.portfolio_second_list li {
  width: calc(33.333% - 20px);
  float: left;
  padding: 1%;
  margin-bottom: 40px;
  box-sizing: border-box;
}

.portfolio_second_list li .single {
  padding-left: 0;
}
.portfolio_second_list .single .img_holder {
  position: relative;
  z-index: 10;
  overflow: hidden;
  border-radius: 12px;
}

.portfolio_second_list .single .img_holder img {
  width: 100%;
  display: block;
  border-radius: 12px;
  transition: transform 0.5s ease, filter 0.5s ease;
}

.portfolio_second_list .single .img_holder .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s ease;
  border-radius: 12px;
}
.portfolio_second_list .single .img_holder .album-title {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

.portfolio_second_list .single .img_holder:hover img {
  transform: scale(1.1);
  filter: brightness(0.8);
}

.portfolio_second_list .single .img_holder:hover .overlay {
  opacity: 1;
}

.portfolio_second_list .single .img_holder:hover .album-title {
  opacity: 1;
  transform: translateY(0);
}

.portfolio_second_list .single .title_holder {
  position: absolute;
  width: 100%;
  bottom: 21px;
  left: 0px;
  z-index: 20;
  padding: 0px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.portfolio_second_list .single .title_holder > span {
  display: block;
  margin-bottom: 4px;
}
.portfolio_second_list .single .title_holder > span a {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 1;
  color: #ccc;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.portfolio_second_list .single .title_holder > span a:hover {
  border-bottom-color: #ccc;
}
.portfolio_second_list .single .title_holder > h3 {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0px;
  margin: 0px;
  font-weight: 500;
}
.portfolio_second_list .single .title_holder > h3 a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
.portfolio_second_list .single .title_holder > h3 a:hover {
  color: #eb1010;
}
.pxsnap_page_splitscreen.portfolio_page
  .pxsnap_page_splitleft
  .splitscreen_title_back
  .bg {
  background-image: url(../img/portfolio/port_page_left_bg.jpg);
}
.pxsnap_portfolio_second[data-title-style="separately"] .single .title_holder {
  position: relative;
  bottom: auto;
  left: auto;
  padding: 0px;
  padding-top: 23px;
}
.pxsnap_portfolio_second[data-title-style="separately"]
  .single
  .title_holder
  > span
  a {
  color: #555;
}
.pxsnap_portfolio_second[data-title-style="separately"]
  .single
  .title_holder
  > span
  a:hover {
  border-bottom-color: #555;
}
.pxsnap_portfolio_second[data-title-style="separately"]
  .single
  .title_holder
  > h3
  a {
  color: #111;
}
.pxsnap_portfolio_second[data-title-style="separately"]
  .single
  .title_holder
  > h3
  a:hover {
  color: #eb1010;
}
.pxsnap_portfolio_third {
  width: 100%;
  float: left;
  clear: both;
  height: auto;
  background-color: #f5f5f5;
}
.pxsnap_portfolio_third_inner {
  width: 100%;
  float: left;
  clear: both;
  height: auto;
}
.pxsnap_portfolio_third .portfolio_third {
  width: 100%;
  float: left;
  clear: both;
  height: auto;
  padding: 139px 40px 0px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pxsnap_portfolio_third .title_holder {
  margin-bottom: 97px;
}
.pxsnap_portfolio_third .title_holder h3 {
  font-size: 48px;
  line-height: 1.3;
  margin: 0px;
  letter-spacing: 0px;
  margin-bottom: 17px;
}
.pxsnap_portfolio_third .title_holder p {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #555;
}
.pxsnap_portfolio_third .list_holder {
  width: 100%;
  float: left;
  clear: both;
  height: auto;
  margin-bottom: 40px;
}
.pxsnap_portfolio_third .list_holder ul {
  list-style-type: none;
  margin: 0px;
  margin-left: -80px;
}
.pxsnap_portfolio_third .list_holder ul li {
  margin: 0px;
  width: 33.3333%;
  padding-left: 80px;
  margin-bottom: 80px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pxsnap_portfolio_third .list_holder .list {
  width: 100%;
  position: relative;
  float: left;
}
.pxsnap_portfolio_third .list_holder .list .img {
  position: relative;
  z-index: 10;
}
.pxsnap_portfolio_third .list_holder .list .title {
  position: absolute;
  width: 100%;
  z-index: 20;
  bottom: 21px;
  left: 0px;
  padding: 0px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pxsnap_portfolio_third .list_holder .list .title > span {
  display: block;
  margin-bottom: 4px;
}
.pxsnap_portfolio_third .list_holder .list .title > span a {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 1;
  color: #ccc;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pxsnap_portfolio_third .list_holder .list .title > span a:hover {
  border-bottom-color: #ccc;
}
.pxsnap_portfolio_third .list_holder .list .title h3 {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0px;
  margin: 0px;
  font-weight: 500;
}
.pxsnap_portfolio_third .list_holder .list .title h3 a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
.pxsnap_portfolio_third .list_holder .list .title h3 a:hover {
  color: #eb1010;
}
.pxsnap_portfolio_third[data-title-style="separately"]
  .list_holder
  .list
  .title {
  position: relative;
  bottom: auto;
  left: auto;
  padding: 0px;
  padding-top: 23px;
}
.pxsnap_portfolio_third[data-title-style="separately"]
  .list_holder
  .list
  .title
  > span
  a {
  color: #555;
}
.pxsnap_portfolio_third[data-title-style="separately"]
  .list_holder
  .list
  .title
  > span
  a:hover {
  border-bottom-color: #555;
}
.pxsnap_portfolio_third[data-title-style="separately"]
  .list_holder
  .list
  .title
  > h3
  a {
  color: #111;
}
.pxsnap_portfolio_third[data-title-style="separately"]
  .list_holder
  .list
  .title
  > h3
  a:hover {
  color: #eb1010;
}
.pxsnap_portfolio_third .list_holder.portfolio_fourth {
  padding: 0px 80px;
  width: 100%;
  margin: 0px auto;
  max-width: 1920px;
  float: none;
  clear: both;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pxsnap_portfolio_single {
  float: left;
  width: 100%;
  clear: both;
  margin-top: 10%!important;
  /* background-color: #f5f5f5; */
}
.pxsnap_page_splitscreen.page_single_portfolio
  .pxsnap_page_splitleft
  .splitscreen_title_back
  .bg {
  background-image: url(../img/portfolio_single/mountains/bg.jpg);
}
.pxsnap_page_splitscreen.page_single_portfolio
  .pxsnap_page_splitleft
  .title_holder
  > span {
  display: block;
  color: #ccc;
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 1.5;
}
.pxsnap_page_splitscreen.page_single_portfolio
  .pxsnap_page_splitleft
  .title_holder
  > span
  a {
  color: #ccc;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  display: inline-block;
}
.pxsnap_page_splitscreen.page_single_portfolio
  .pxsnap_page_splitleft
  .title_holder
  > span
  a:hover {
  border-bottom-color: #ccc;
}
.pxsnap_page_splitscreen.page_single_portfolio
  .pxsnap_page_splitleft
  .title_holder
  .slash {
  display: inline-block;
  margin: 0px 5px;
}
.pxsnap_portfolio_single .portfolio_single {
  width: 100%;
  float: left;
  clear: both;
  padding: 00px 60px 0px 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pxsnap_portfolio_single .list {
  width: 100%;
  float: left;
  clear: both;
}
.pxsnap_portfolio_single .list ul {
  list-style-type: none;
  margin: 0px;
  margin-left: -80px;
}
.pxsnap_portfolio_single .list ul li {
  margin: 0px;
  width: 33.3333%;
  padding-left: 80px;
  margin-bottom: 80px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pxsnap_portfolio_single .info {
  width: 100%;
  float: left;
  clear: both;
  margin-top: -6px;
}
.pxsnap_portfolio_single .info {
  margin-bottom: 40px;
}
.pxsnap_portfolio_single .info p {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #eee;
  margin-bottom: 18px;
}
.pxsnap_portfolio_single .pxsnap_social_icons {
  margin-bottom: 80px;
}
