/*------------------------------------------------------------------
[3.4 Portfolio ]
*/

.portfolio-items {
  color: #fff;
}

.portfolio-items.space-off {
  margin: 0;
}

.portfolio-item {
  position: relative;
  margin-bottom: 30px;
}

.portfolio-items.space-off .portfolio-item {
  padding: 0;
  margin: 0;
}

.portfolio-item .a-img {
  position: relative;
  z-index: 1;
}

.portfolio-item.with-video .a-img:before {
  content: "\e9ff";
  font-family: 'material-design' !important;
  position: absolute;
  top: 15px;
  right: 15px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  pointer-events: none;
}

.portfolio-item .a-img img {
  display: block;
}

.portfolio-item .a-img div {
  padding-bottom: 70%;
  background-size: cover;
  background-position: 50%;
}

.portfolio-item .content {}

.portfolio_hover_type_1 .portfolio-item .content,
.portfolio_hover_type_2 .portfolio-item .content,
.portfolio_hover_type_3 .portfolio-item .content,
.portfolio_hover_type_4 .portfolio-item .content,
.portfolio_hover_type_5 .portfolio-item .content {
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  right: 15px;
  overflow: hidden;
  z-index: 1;
}

.portfolio_hover_type_1.space-off .portfolio-item .content,
.portfolio_hover_type_2.space-off .portfolio-item .content,
.portfolio_hover_type_3.space-off .portfolio-item .content,
.portfolio_hover_type_4.space-off .portfolio-item .content,
.portfolio_hover_type_5.space-off .portfolio-item .content,
.portfolio_hover_type_6.space-off .portfolio-item .content {
  left: 0;
  right: 0;
}

.portfolio-item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.portfolio_hover_type_1 .portfolio-item h5 {
  position: absolute;
  margin: 0;
  bottom: 25px;
  z-index: 2;
  font-size: 1.286em;
  text-transform: uppercase;
  background: #f8b334;
  color: #fff;
  padding: 5px 30px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -moz-transform: translate(-100%, 0%);
  -ms-transform: translate(-100%, 0%);
  -webkit-transform: translate(-100%, 0%);
  -o-transform: translate(-100%, 0%);
  transform: translate(-100%, 0%);
}

.portfolio_hover_type_1 .portfolio-item h5 span,
.portfolio_hover_type_2 .portfolio-item h5 span,
.portfolio_hover_type_3 .portfolio-item h5 span {
  display: table-cell;
  height: 45px;
  vertical-align: middle;
}

.portfolio_hover_type_1 .portfolio-item:hover h5 {
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.portfolio-item p {
  font-family: "Oswald";
  font-weight: 300;
  line-height: 1.714em;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.portfolio_hover_type_1 .portfolio-item p,
.portfolio_hover_type_2 .portfolio-item p,
.portfolio_hover_type_3 .portfolio-item p,
.portfolio_hover_type_4 .portfolio-item p,
.portfolio_hover_type_5 .portfolio-item p,
.portfolio_hover_type_8 .portfolio-item p,
.portfolio_hover_type_9 .portfolio-item p {
  display: none;
}

.portfolio_hover_type_2 .portfolio-item h5 {
  position: absolute;
  margin: 0;
  top: 50%;
  width: 100%;
  z-index: 2;
  font-size: 1.286em;
  text-transform: uppercase;
  background: #f8b334;
  background: rgba(248, 179, 52, 0.9);
  color: #fff;
  padding: 17px 30px;
  text-align: center;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -webkit-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.portfolio_hover_type_2 .portfolio-item h5 span {
  width: 1500px;
  height: 50px;
}

.portfolio_hover_type_2 .portfolio-item:hover h5 {
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.portfolio_hover_type_3 .portfolio-item h5 {
  position: absolute;
  margin: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  font-size: 1.286em;
  text-transform: uppercase;
  background: #f8b334;
  background: rgba(248, 179, 52, 0.9);
  color: #fff;
  padding: 5px 30px;
  text-align: center;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -moz-transform: translate(0%, 100%);
  -ms-transform: translate(0%, 100%);
  -webkit-transform: translate(0%, 100%);
  -o-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
}

.portfolio_hover_type_3 .portfolio-item h5 span {
  width: 1500px;
}

.portfolio_hover_type_3 .portfolio-item:hover h5 {
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.portfolio_hover_type_4 .portfolio-item .content {
  background: #f8b334;
  background: rgba(248, 179, 52, 0.9);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}

.portfolio_hover_type_4 .portfolio-item:hover .content {
  opacity: 1;
  visibility: visible;
}

.portfolio_hover_type_4 .portfolio-item:hover .content {}

.portfolio_hover_type_4 .portfolio-item h5 {
  position: absolute;
  margin: 0;
  top: 50%;
  width: 100%;
  z-index: 2;
  font-size: 1.286em;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.portfolio_hover_type_4 .portfolio-item h5:after {
  content: "\e900";
  display: block;
  font-family: 'wave-icon';
  margin-top: 15px;
  vertical-align: top;
  line-height: 1em;
  font-size: 7px;
}

.portfolio_hover_type_5 .portfolio-item:hover .content {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

.portfolio_hover_type_5 .portfolio-item .content {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.portfolio_hover_type_5 .portfolio-item h5 {
  position: absolute;
  margin: 0;
  top: 20px;
  left: 40px;
  padding: 9px 0;
  padding-right: 15px;
  z-index: 2;
  font-size: 1.286em;
  text-transform: uppercase;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -moz-transform: translate(-100%, 0%);
  -ms-transform: translate(-100%, 0%);
  -webkit-transform: translate(-100%, 0%);
  -o-transform: translate(-100%, 0%);
  transform: translate(-100%, 0%);
  opacity: 0;
  visibility: hidden;
}

.portfolio_hover_type_5 .portfolio-item:hover h5 {
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  opacity: 1;
  visibility: visible;
}

.portfolio_hover_type_5 .portfolio-item h5:before {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  bottom: 0;
  background: #f8b334;
  width: 90px;
}

.portfolio_hover_type_5 .portfolio-item h5 span {
  position: relative;
  z-index: 1;
}

.portfolio_hover_type_6 .portfolio-item:before {
  content: "";
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  right: 15px;
  overflow: hidden;
  z-index: 2;
}

.portfolio_hover_type_6 .portfolio-item:hover:before {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

.portfolio_hover_type_6.space-off .portfolio-item:before {
  left: 0;
  right: 0;
}

.portfolio_hover_type_6 .portfolio-item .content {
  position: absolute;
  top: 25px;
  text-align: left;
  z-index: 2;
  left: 20px;
  right: 30px;
}

.portfolio_hover_type_6 .portfolio-item .content {
  left: 45px;
}

.portfolio_hover_type_6.space-off .portfolio-item .content {
  left: 30px;
}

.portfolio_hover_type_6 .portfolio-item h5 {
  position: relative;
  margin: 0;
  z-index: 2;
  font-size: 1.286em;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.portfolio_hover_type_6 .portfolio-item:hover h5 {
  opacity: 1;
  visibility: visible;
}

.portfolio_hover_type_6 .portfolio-item h5:after {
  content: "\e900";
  display: block;
  font-family: 'wave-icon';
  margin-top: 15px;
  vertical-align: top;
  line-height: 1em;
  font-size: 7px;
  color: #ffb332;
}

.portfolio_hover_type_6 .portfolio-item h5 span {
  position: relative;
  z-index: 1;
}

.portfolio_hover_type_6 .portfolio-item p {
  margin: 10px 0 0;
}

.portfolio_hover_type_6 .portfolio-item:hover p {
  opacity: 1;
  visibility: visible;
}

.portfolio_hover_type_7 .portfolio-item:before {
  content: "";
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  right: 15px;
  overflow: hidden;
  z-index: 2;
}

.portfolio_hover_type_7 .portfolio-item:hover:before {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

.portfolio_hover_type_7.space-off .portfolio-item:before {
  left: 0;
  right: 0;
}

.portfolio_hover_type_7 .portfolio-item .content {
  position: absolute;
  top: 50%;
  text-align: center;
  z-index: 2;
  left: 20px;
  right: 20px;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.portfolio_hover_type_7 .portfolio-item h5 {
  position: relative;
  margin: 0;
  z-index: 2;
  font-size: 1.286em;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.portfolio_hover_type_7 .portfolio-item:hover h5 {
  opacity: 1;
  visibility: visible;
}

.portfolio_hover_type_7 .portfolio-item h5:after {
  content: "\e900";
  display: block;
  font-family: 'wave-icon';
  margin-top: 15px;
  vertical-align: top;
  line-height: 1em;
  font-size: 7px;
  color: #ffb332;
}

.portfolio_hover_type_7 .portfolio-item h5 span {
  position: relative;
  z-index: 1;
}

.portfolio_hover_type_7 .portfolio-item p {
  margin: 10px 0 0;
}

.portfolio_hover_type_7 .portfolio-item:hover p {
  opacity: 1;
  visibility: visible;
}

.portfolio_hover_type_8 .portfolio-item:before {
  content: "";
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 35px;
  left: 50px;
  bottom: 35px;
  right: 50px;
  overflow: hidden;
  z-index: 2;
  border: 1px solid #e79733;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  visibility: hidden;
}

.portfolio_hover_type_8 .portfolio-item:hover:before {
  opacity: 1;
  visibility: visible;
}

.portfolio_hover_type_8.space-off .portfolio-item:before {
  left: 35px;
  right: 35px;
}

.portfolio_hover_type_8 .portfolio-item .content {
  position: absolute;
  top: 50%;
  text-align: center;
  z-index: 2;
  left: 65px;
  right: 65px;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  color: #4b4b4b;
}

.portfolio_hover_type_8.space-off .portfolio-item .content {
  left: 50px;
  right: 50px;
}

.portfolio_hover_type_8 .portfolio-item h5 {
  position: relative;
  margin: 0;
  z-index: 2;
  font-size: 1.286em;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.portfolio_hover_type_8 .portfolio-item:hover h5 {
  opacity: 1;
  visibility: visible;
}

.portfolio_hover_type_8 .portfolio-item h5 span {
  position: relative;
  z-index: 1;
}

.portfolio_hover_type_9 .portfolio-item:before {
  content: "";
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 35px;
  left: 50px;
  bottom: 35px;
  right: 50px;
  overflow: hidden;
  z-index: 2;
  border: 1px solid #e79733;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
}

.portfolio_hover_type_9 .portfolio-item:hover:before {
  opacity: 1;
  visibility: visible;
}

.portfolio_hover_type_9.space-off .portfolio-item:before {
  left: 35px;
  right: 35px;
}

.portfolio_hover_type_9 .portfolio-item .content {
  position: absolute;
  top: 50%;
  text-align: center;
  z-index: 2;
  left: 65px;
  right: 65px;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  color: #fff;
}

.portfolio_hover_type_9.space-off .portfolio-item .content {
  left: 50px;
  right: 50px;
}

.portfolio_hover_type_9 .portfolio-item h5 {
  position: relative;
  margin: 0;
  z-index: 2;
  font-size: 1.286em;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.portfolio_hover_type_9 .portfolio-item:hover h5 {
  opacity: 1;
  visibility: visible;
}

.portfolio_hover_type_9 .portfolio-item h5 span {
  position: relative;
  z-index: 1;
}

.load-items-area {
  display: none !important;
}

.load-button,
.loadmore-button-block {
  margin: 0 0 30px;
  overflow: hidden;
  width: 100%;
  padding-bottom: 20px;
}

.blog-items+.load-button,
.blog-items+.loadmore-button-block {
  margin: 30px 0;
  padding: 0;
}

.portfolio-items+.load-button,
.portfolio-items+.loadmore-button-block {
  padding: 0;
  margin: 0;
}

.portfolio-items.space-on+.load-button,
.portfolio-items.space-on+.loadmore-button-block {
  margin-bottom: 30px;
}

.portfolio-items+.load-button a {}


/*------------------------------------------------------------------
[3.5 Projects slider ]
*/

.projects-slider {
  font-family: "Oswald";
  min-height: 600px;
}

.projects-slider.style2 {
  height: 600px !important;
}

.projects-slider.style3 {
  height: auto !important;
}

.projects-content {
  width: 275px;
  float: left;
  position: relative;
  z-index: 2;
}

.style2 .projects-content {
  width: 475px;
  width: 42%;
}

.style2 .projects-content:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 190px;
  height: 430px;
  background: #000;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  opacity: 0.05;
}

.projects-content .cell {
  padding: 15px 0;
  width: 1324px;
}

.style2 .projects-content .cell {
  height: 600px !important;
}

.projects-content .heading-decor {}

.style2 .projects-content .heading-decor {
  margin-top: -55px;
}

.projects-content .num-nav {
  max-width: 190px;
}

.projects-slider.style3 .num-nav {
  max-width: 260px;
  margin-bottom: 10px;
}

.projects-content .num-nav .owl-item:last-of-type,
.project-content .num-nav .owl-item:last-of-type,
.product-carousel-side .num-nav .owl-item:last-of-type {
  margin-right: 0 !important;
}

.projects-content .num-nav .owl-prev,
.projects-content .num-nav .owl-next,
.project-content .num-nav .owl-prev,
.project-content .num-nav .owl-next,
.product-carousel-side .num-nav .owl-prev,
.product-carousel-side .num-nav .owl-next {
  opacity: 0.2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 0.7em;
  position: absolute;
  top: 50%;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.projects-content .num-nav .owl-prev.disabled,
.projects-content .num-nav .owl-next.disabled,
.project-content .num-nav .owl-prev.disabled,
.project-content .num-nav .owl-next.disabled,
.product-carousel-side .num-nav .owl-prev.disabled,
.product-carousel-side .num-nav .owl-next.disabled {
  opacity: 0;
}

.projects-content .num-nav .owl-prev,
.project-content .num-nav .owl-prev,
.product-carousel-side .num-nav .owl-prev {
  left: -20px;
}

.projects-content .num-nav .owl-next,
.project-content .num-nav .owl-next,
.product-carousel-side .num-nav .owl-next {
  right: -20px;
}

.projects-content .num-nav .item,
.project-content .num-nav .item,
.product-carousel-side .num-nav .item {
  opacity: 0.2;
  font-size: 1.286em;
  font-weight: lighter;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}

.projects-content .num-nav .active-item .item,
.project-content .num-nav .active-item .item,
.product-carousel-side .num-nav .active-item .item {
  opacity: 1;
  border-bottom-color: #f8e382;
}

.projects-content .current-num {
  font-size: 14.286em;
  line-height: 1em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 400;
}

.project-heading-area {
  position: relative;
  padding: 45px 0;
}

.project-heading-area .current-num {
  font-size: 5.143em;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0.2;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.projects-slider .fadeOut {
  opacity: 0 !important;
  visibility: hidden;
}

.projects-content .project-heading {
  background: #f8b334;
  color: #fff;
  font-size: 2.571em;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1em;
  padding: 25px 0 25px 1000px;
  margin: 20px 0 15px;
  margin-left: -1000px;
  margin-right: -120px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.project-heading-area .project-heading {
  padding: 0 0 0 50px;
  margin: 0;
  background: none !important;
  color: inherit;
}

.projects-content .project-desc {
  font-weight: 300;
  line-height: 1.714em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.style2 .projects-content .project-desc {
  border-bottom: 2px solid #f8b334;
  max-width: 350px;
  padding-bottom: 30px;
}

.project-read-more {
  margin-top: 85px;
}

.project-content .project-read-more {
  color: #f8b334;
  margin: 0;
  font-size: 13px;
  text-transform: uppercase;
  position: absolute;
  top: 85px;
  right: -15px;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.project-content .project-read-more a {
  text-decoration: none;
}

.project-content .project-read-more a i {
  font-size: 10px;
  vertical-align: middle;
  margin-top: -3px;
  display: inline-block;
  margin-right: 3px;
}

.all-button {
  position: relative;
  font-family: "Oswald";
}

.all-button.right {
  text-align: right;
}

.all-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1030px;
  width: 1000px;
  height: 2px;
  background: #feb539;
  margin-top: -1px;
  opacity: .5;
}

.all-button.right:before {
  right: -1030px;
  left: auto;
}

.projects-content .all-button {
  margin-top: 25px;
}

.all-button a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  opacity: .2;
}

.all-button a:hover {
  opacity: 1 !important;
}

.all-button i {
  margin-left: 7px;
  font-size: 0.8em;
  vertical-align: middle;
  display: inline-block;
  margin-top: -0.3em;
}

.project-items-area {
  margin-left: 300px;
}

.style2 .project-items-area {
  margin-left: 42%;
}

.project-items {
  float: left;
  /* width: auto !important; */
  overflow: hidden;
  min-height: 600px;
}

.projects-slider.style3 .project-items {
  width: 100%;
  float: none;
  height: 480px !important;
  min-height: 550px;
  overflow: visible;
}

.project-items .owl-nav {
  display: none;
}

.style3 .project-items .owl-nav {
  display: block;
  position: absolute;
  right: -10px;
  bottom: -45px;
}

.style2 .project-items .owl-nav {
  display: block;
  position: absolute;
  top: 50%;
  right: -5px;
  margin-top: -250px;
}

.project-items .owl-nav>div {
  display: inline-block;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.project-items .owl-nav>div.disabled {
  opacity: 0;
}

.style2 .project-items,
.style2 .project-items .item {
  max-height: 600px;
}

.project-items .owl-item {
  overflow: hidden;
}

.project-items .item {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.projects-slider.style3 .project-items .item {
  height: 550px !important;
}

.projects-slider.style3 .project-items .item .button-style2 {
  display: none;
}

.project-items .active+.active .item .img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: blur(10px);
}

.project-items .img {
  background-size: cover;
  background-position: 50%;
  min-height: 550px;
}

@media screen and (max-width: 768px) {
  .style1 .project-items .img {
    height: 100% !important;
    min-height: auto;
  }
}

.projects-slider.style3 .project-items .img {
  min-height: 499px;
  height: 550px !important;
}

.style2 .project-items .img {
  max-height: 430px;
  min-height: auto;
  position: relative;
  top: 50%;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.project-items .next-slide {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.714em;
  color: #fff;
  font-family: "Oswald";
  text-transform: uppercase;
  font-weight: 300;
  white-space: nowrap;
  width: 90px;
  cursor: pointer;
}

.style2 .project-items .next-slide {
  display: none;
}

.project-items .active+.active .next-slide {
  opacity: 1;
  visibility: visible;
}

.project-items .next-slide div {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: rotate(-90deg) translate(-50%, -50%);
  -ms-transform: rotate(-90deg) translate(-50%, -50%);
  -webkit-transform: rotate(-90deg) translate(-50%, -50%);
  -o-transform: rotate(-90deg) translate(-50%, -50%);
  transform: rotate(-90deg) translate(-50%, -50%);
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}

.project-items .thumbnails {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.project-items .thumbnails .thumb {
  display: inline-block;
  width: 55px;
  height: 55px;
  background-size: cover;
  background-position: 50%;
  margin-left: 15px;
  border-radius: 50%;
  opacity: 0.6;
  box-shadow: inset 0 0 0 1px #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.style2 .project-items .thumbnails .thumb,
.style3 .project-items .thumbnails .thumb {
  width: 10px;
  height: 10px;
  background-image: none !important;
  background: #fff;
  opacity: 1;
  box-shadow: none !important;
}

.style2 .project-items .thumbnails .thumb.active,
.style3 .project-items .thumbnails .thumb.active {
  background: #f8b334;
}

.project-items .thumbnails .thumb:not(.active):hover {
  opacity: .8;
}

.project-items .thumbnails .thumb.active {
  box-shadow: inset 0 0 0 3px #fff;
  opacity: 1;
}

.project-items .button-style2 {
  position: absolute;
  left: 0;
  bottom: 25px;
  background: #fff;
  color: #4b4b4b;
  font-weight: 400;
}

.style2 .project-items .button-style2 {
  display: none;
}

.project-items .active+.active .button-style2 {
  opacity: 0;
  visibility: hidden;
}

.project-items .button-style2:hover {
  background: #4b4b4b;
  color: #fff;
}

.separator {
  color: #ffb332;
  font-size: 10px;
}

.project-content {
  margin-top: 20px;
  margin-bottom: 45px;
}

.project-content .current-num {
  float: left;
  font-size: 7.143em;
  font-weight: bold;
  opacity: .2;
  line-height: 100px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.project-content .project-heading {
  padding-left: 110px;
  font-size: 3.429em;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.project-content .project-heading span {
  display: table-cell;
  height: 100px;
  vertical-align: middle;
}

.project-content .date {
  color: #f8b53a;
  font-weight: 600;
  font-size: 10px;
  font-style: italic;
  margin: 6px 0 25px;
  font-family: "Montserrat";
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.project-content .project-desc {
  padding-right: 40px;
  max-width: 480px;
  line-height: 1.714em;
  font-weight: 300;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.project-content .project-desc:after {
  content: "";
  display: block;
  width: 100%;
  max-width: 350px;
  height: 2px;
  background: #f8b334;
  margin-top: 20px;
}

.project-content .read-more-link {}

.project-content .read-more-link i {}


/*------------------------------------------------------------------
[3.5 Filter buttons ]
*/

.filter-button-group,
.category-buttons {
  margin: 35px 0;
}

.filter-button-group button,
.filter-button-group a,
.category-buttons a {
  border: none;
  background: none;
  color: inherit;
  padding: 0 0;
  text-decoration: none;
  line-height: normal;
  font-size: 1.286em;
  color: inherit;
  text-transform: uppercase;
  font-family: "Oswald";
  font-weight: 300;
  opacity: .2;
  border-bottom: 2px solid transparent;
  border-radius: 0;
}

.filter-button-group.tac button,
.filter-button-group.tac a,
.category-buttons.tac a {
  margin: 0 15px 0;
}

.filter-button-group.tal button:not(:last-of-type),
.filter-button-group.tal a:not(:last-of-type),
.category-buttons.tal a:not(:last-of-type) {
  margin-right: 30px;
}

.filter-button-group.tar button:not(:first-of-type),
.filter-button-group.tar a:not(:first-of-type),
.category-buttons.tar a:not(:first-of-type) {
  margin-left: 30px;
}

.filter-button-group button.active,
.filter-button-group a.active,
.category-buttons a.active {
  opacity: 1;
  border-bottom-color: #f8e382;
}

.filter-button-group button:not(.active):hover,
.category-buttons a:not(.active):hover {
  color: inherit;
}


/*------------------------------------------------------------------
[3.7 Banner ]
*/

.banner-area {
  position: relative;
}

.banner-area .nav {
  position: absolute;
  bottom: 15px;
  right: 60px;
  z-index: 1;
  color: #fff;
  padding: 0 18px 0 0;
}

.banner-area .nav>*,
.banner-area .nav .owl-dot,
.banner-area .nav .owl-prev,
.banner-area .nav .owl-next {
  display: inline-block;
  vertical-align: middle;
}

.banner-area .nav .owl-prev,
.banner-area .nav .owl-next {
  color: #f8b335;
  font-size: 10px;
  cursor: pointer;
}

.banner-area .nav .owl-prev {
  margin-right: 7px;
}

.banner-area .nav .owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
}

.banner-area .nav .owl-prev span,
.banner-area .nav .owl-next span {
  display: none;
}

.banner-area .nav .owl-dot {
  font-size: 12px;
  font-family: "Oswald";
  font-weight: bold;
  margin: 0 5px;
  opacity: 0.3;
  cursor: pointer;
}

.banner-area .nav .owl-dot.active {
  opacity: 1;
}

.banner {
  font-family: "Oswald";
  height: 100vh;
  min-height: 650px;
  position: relative;
}

.banner-social-buttons {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  z-index: 2;
  white-space: nowrap;
  font-size: 10px;
  font-family: "Oswald";
  text-transform: uppercase;
}

.banner-social-buttons>div {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.banner-social-buttons a {
  display: inline-block;
  text-decoration: none;
  margin: 0 15px;
  /* opacity: 0.5; */
}

.banner-social-buttons a:hover {
  opacity: 1;
  color: #ffb332;
}

.banner-social-buttons a i {
  margin-right: 5px;
  display: inline-block;
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(-90deg);
  font-size: 1.3em;
}

.scroll-next-screen {
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 16px;
  height: 30px;
  border: 2px solid;
  color: #f8e382;
  z-index: 10;
  border-radius: 9px;
  margin-left: -8px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.scroll-next-screen:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 4px;
  left: 50%;
  top: 4px;
  margin-left: -1px;
  box-shadow: inset 0 0 0 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: auto;
}

.scroll-next-screen:hover {
  bottom: 15px;
}

.banner .item {
  overflow: hidden;
  background-size: cover;
  background-position: 50%;
  position: relative;
  min-height: 650px;
  z-index: 1;
}

.banner .item.black {}

.banner .item.content-align-left {}

.banner .item.white {
  color: #fff;
}

.banner .item.parallax-enable {}

.banner .item .container {}

.banner .item .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.banner .item .video:before {
  content: "";
  display: block;
}

.banner .item .video iframe {
  box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 177.77777778vh;
  max-width: none;
}

.banner .item .circle {
  position: absolute;
  width: 530px;
  height: 530px;
  border-radius: 50%;
  z-index: 1;
  right: 0;
}

.banner-type2 .item .circle {
  background: #e0e0e0;
  width: 880px;
  height: 880px;
  bottom: -565px;
  right: -70px;
  z-index: 2;
}

.banner .item .circle.top {}

.banner .item .circle.middle {
  top: 50%;
  left: 50%;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(-50%, -50%);
}

.banner .item .circle.bottom {}

.banner .additional-image {
  position: absolute;
  top: 2%;
  bottom: 2%;
  right: 0;
  left: auto;
  z-index: 2;
  text-align: center;
  float: right;
}

.banner-type2 .additional-image {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.banner .fadeOut {
  opacity: 0;
  visibility: hidden;
}

.banner .content-align-right .additional-image {
  left: 0;
  right: auto;
}

.banner .item .additional-image img {
  max-height: 100%;
  max-width: none;
  height: auto;
  width: auto;
  position: relative;
  top: 50%;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  /* display: block; */
  /* float: right; */
  z-index: 2;
}

.banner .item .lines {
  position: absolute;
  top: -60%;
  right: 0;
  bottom: -10%;
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
  width: 450px;
  z-index: 1;
}

.banner-type2 .item .lines {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.banner-type2 .item .lines.fade {
  right: -800px;
}

.banner .item .lines>div {
  width: 90px;
  height: 100%;
  float: left;
  width: 450px;
  position: absolute;
}

.banner .item .line1 {}

.banner .item .line2 {
  left: 90px;
  z-index: 1;
}

.banner .item .line3 {
  left: 180px;
  z-index: 3;
}

.banner .item .line4 {
  left: 270px;
  z-index: 4;
}

.banner .item .line5 {
  left: 360px;
  z-index: 5;
  width: 1000px !important;
}

.banner .item .content-right {
  margin-left: 50%;
}

.banner .item .cell {
  position: relative;
  z-index: 3;
  height: 100vh;
}

.banner .item .heading-decor {
  margin: 0 0 20px;
  position: relative;
}

.banner .item .sub-h {
  text-transform: uppercase;
  font-weight: 300;
  opacity: .5;
}

.banner-404 .item .sub-h,
.banner .item .sub-h {
  opacity: 1;
}

.banner .item .h {
  line-height: 1em;
  position: relative;
}

.banner-coming-soon .item .h {
  font-size: 6.429em;
  margin-bottom: 25px;
}

.banner .h span {
  color: #feb332;
}

.banner .h-items {
  margin-top: -10px;
}

.banner .h-item {
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 4.286em;
  line-height: 1.200em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  text-decoration: none;
}

.banner .h-item.active {
  color: #f8b334;
  font-size: 7.143em;
}

.banner-type2 .all-button {
  margin-top: 30px;
}

.banner .item .text {
  font-size: 1.286em;
  font-weight: 300;
  margin: 25px 0;
  position: relative;
}

.banner .item .link-area {
  position: relative;
  margin-top: 30px;
}

.banner .item .button-style1 {}

.banner .item .button-style1+.button-style1 {
  margin-left: 10px;
}

.banner .item .link1 {}

.banner .item .link2 {}

.banner .item .link2:hover {
  background: #feb333 !important;
  color: #fff !important;
}

.banner .owl-nav {
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: "Oswald";
  font-size: 12px;
  text-transform: uppercase;
  text-align: right;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.banner .owl-nav i {
  font-size: 0.8em;
  vertical-align: middle;
  display: inline-block;
  margin-top: -.2em;
}

.banner .owl-prev,
.banner .owl-next {
  opacity: .5
}

.banner .owl-prev:hover,
.banner .owl-next:hover {
  opacity: 1;
}

.banner .owl-prev {
  margin-bottom: 6px;
}

.banner .owl-prev i {
  margin-right: 5px;
}

.banner .owl-next {}

.banner .owl-next i {
  margin-left: 5px;
}


/*------------------------------------------------------------------
[3.12 Blog ]
*/

.blog-items {
  margin: 25px -15px 30px;
}

.search-items {
  margin: 25px 0px 30px;
}

.filter-button-group+.blog-items {
  margin-top: -15px;
}

.blog-items .owl-nav {
  position: absolute;
  top: -25px;
  right: 10px;
}

.blog-items .owl-nav>* {
  display: inline-block;
  margin: 0 5px;
}

.blog-items .owl-nav i {}

.blog-items.owl-carousel {
  margin: 0 -15px !important;
  width: auto !important;
}

.blog-item {
  margin-bottom: 0;
  padding: 15px;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.blog-item.search {
  border-bottom: 1px solid #feb333;
  padding: 10px 0;
}

.blog-item.sticky {
  background: #eee;
}

.blog-item.unit {
  margin-bottom: 15px;
  border-bottom: 2px solid #f8b335;
  padding-bottom: 30px;
}

.blog-item:not(.unit):hover {
  background: #f8b53a;
  color: #fff;
}

.blog-item.search:hover {
  background: none;
  color: inherit;
}

.blog-item.sticky .wrap {}

.blog-item .wrap {
  position: relative;
}

.site-dark .blog-item .wrap {
  background: #111111;
}

.blog-type-horizontal .blog-item .wrap {
  overflow: hidden;
}

.blog-item .category {
  font-size: 10px;
  color: #674da8;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.blog-item .category a {
  text-decoration: none;
}

.blog-item .img {
  overflow: hidden;
  margin-bottom: 20px;
}

.blog-type-horizontal .blog-item .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 300px;
  bottom: 0;
  max-height: 600px;
  margin: 0;
}

.blog-item.unit .img {
  right: 600px;
}

.blog-item .img a {
  display: block;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

.blog-type-horizontal .blog-item .img a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.blog-item .img img {
  width: 100%;
  display: block;
}

.blog-type-grid .blog-item .img a {
  padding-bottom: 60%;
}

.blog-item .content {
  /* padding: 20px 35px 0; */
}

.blog-item .img+.content {
  border-top: 2px solid #f8b53a;
  padding: 10px 0 0;
}

.blog-item:hover .img+.content {
  border-color: inherit;
}

.blog-item .content .button-style2 {
  margin-top: 15px;
}

.blog-type-horizontal .blog-item.with-image .content {
  float: right;
  max-width: 268px;
  width: 100%;
  padding: 0;
  border: none;
}

.blog-item.with-image.unit .content {
  max-width: 570px;
}

.blog-item .content h5 {
  font-weight: 500;
  margin: 10px 0;
  text-transform: uppercase;
}

.blog-item.search .content h5 {
  min-height: auto !important;
  height: auto !important;
}

.blog-type-horizontal .blog-item .content h5 {
  border-left: 2px solid #f8b53a;
  padding-left: 15px;
  padding-bottom: 3px;
  line-height: 1em;
  margin: 15px 0;
  margin-left: -17px;
  min-height: 75px;
}

.blog-item.unit .content h5 {
  height: auto !important;
  min-height: auto;
}

.blog-type-horizontal .blog-item:hover .content h5 {
  border-color: #fff;
}

.blog-item .date,
.blog-type-horizontal .blog-item .date {
  font-style: italic;
  font-size: 10px;
  color: #f8b53a;
  font-weight: 600;
  float: left;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog-type-horizontal .blog-item .date {
  margin: 0 0 10px;
  float: none;
}

.blog-item:hover .date,
.blog-item:hover .read-more-link {
  color: inherit !important;
  opacity: 1;
}

.blog-item .read-more-link {
  float: right;
}

.read-more-link {
  text-decoration: none;
  font-family: "Oswald";
  text-transform: uppercase;
  font-size: 10px;
  opacity: .5;
}

.read-more-link:hover {
  opacity: 1;
}

.read-more-link:after {
  content: "\e986";
  font-family: 'material-design' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.7em;
  vertical-align: middle;
  display: inline-block;
  margin-left: 1em;
  margin-top: -0.4em;
}

.blog-item .date div,
.project-horizontal .content .date div {
  display: inline-block;
  margin-right: 10px;
}

.blog-item .content p {
  margin: 10px 0;
  font-size: 14px;
  line-height: 1.714em;
  font-weight: 200;
}

.blog-item .bottom {
  overflow: hidden;
  text-align: center;
  padding-top: 15px;
}

.site-dark .blog-item .bottom {
  border-top-color: #191919;
}

.blog-type-horizontal .blog-item .bottom {
  max-width: 475px;
  text-align: left;
  width: 100%;
  padding: 0;
}

.blog-type-horizontal .blog-item .read-more-link {
  float: none;
}

.blog-item .bottom .col {
  float: left;
  width: 50%;
  padding: 16px 0;
}

.blog-item .bottom .col i {
  color: #c48f56;
  vertical-align: middle;
  font-size: 1.2em;
  margin-right: 5px;
}

.blog-item .bottom .col a,
.blog-item .bottom .col span {
  text-decoration: none;
  vertical-align: middle;
}


/*------------------------------------------------------------------
[ 3.13 Countdown ]
*/

.countdownHolder {
  margin: 0 auto 25px;
  font-weight: 300;
  text-align: center;
}

.countdownHolder.medium {
  margin-bottom: 30px;
}

.countdownHolder>* {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.countdownHolder>*:not(:last-of-type) {
  margin: 0 65px 0 0;
}

.countdownHolder .position {
  display: inline-block;
  height: 1em;
  overflow: hidden;
  position: relative;
  width: 0.56em;
  font-size: 4.286em;
  margin: 0 -0.02em;
  font-weight: 300;
}

.countdownHolder.medium .position {
  font-size: 6.250em;
}

.countdownHolder .digit {
  /* position: relative; */
  display: block;
  width: 100%;
  text-align: center;
  letter-spacing: -1px;
  line-height: 1em;
}

.countdownHolder .name {
  display: block;
  font-size: 1.143em;
  color: #f8b334;
  text-transform: uppercase;
  margin-left: 5px;
}

.countdownHolder.medium .name {
  font-size: 1.500em;
}

.countdownHolder .digit.static {}

.countdownHolder .countDiv {
  display: none;
  width: 16px;
  height: 1.6em;
  position: relative;
}

.countdownHolder .countDiv:before,
.countdownHolder .countDiv:after {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #444;
  border-radius: 50%;
  left: 50%;
  margin-left: -3px;
  top: 0.5em;
  box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.5);
  content: '';
}

.countdownHolder .countDiv:after {
  top: 0.9em;
}



/*------------------------------------------------------------------
[ 3.16 Project page ]
*/

.post-gallery-masonry {}

.post-gallery-masonry>div {
  padding-bottom: 30px;
}

.post-gallery-masonry > div.grid a {
  display: block;
  background-size: cover;
  background-position: 50%;
}

.post-gallery-masonry > div.grid a:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.post-gallery-masonry img {
  display: block;
}

.project-slider {
  margin-bottom: 30px !important;
}

.project-slider-carousel {
  margin-bottom: 60px !important;
}

.project-slider .item {
  text-align: center;
}

.project-slider .item .cell {
  height: 590px;
  width: 1800px;
}

.project-slider .item img {
  max-height: 590px;
  margin: 0 auto;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.project-slider-carousel .item {
  padding-bottom: 60%;
  background-size: cover;
  background-position: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.project-slider-carousel .active-item .item {
  box-shadow: inset 0 0 0 2px #c38f55;
}

.project-slider .owl-prev,
.project-slider-carousel .owl-prev {
  left: 0;
}

.project-slider .owl-next,
.project-slider-carousel .owl-next {
  right: 0;
}

.project-slider .owl-prev,
.project-slider .owl-next,
.project-slider-carousel .owl-prev,
.project-slider-carousel .owl-next {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-size: 20px;
}

.project-horizontal {
  position: relative;
  padding-left: 420px;
  min-height: 600px;
}

.project-horizontal .content {
  position: absolute;
  left: 130px;
  top: 50%;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 2;
  max-width: 600px;
}

.project-horizontal .content .date {
  max-width: 430px;
}

.project-horizontal .content .text {
  max-width: 260px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.714em;
  font-family: "Oswald";
}

.project-horizontal .content .date {
  font-family: "Oswald";
  color: #feb333;
  margin-bottom: 15px;
}

.project-horizontal-slider {}

.project-horizontal-slider img {
  width: auto;
  display: block;
  min-height: 600px;
}

.project-horizontal-slider a {
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}

.project-horizontal-slider a * {
  display: inline-block;
  vertical-align: middle;
}

.project-horizontal-slider a i {
  margin: 0 5px;
  font-size: 12px;
}

.project-horizontal-slider .owl-nav {
  position: absolute;
  bottom: -40px;
  right: 15px;
}

.project-horizontal-slider .owl-prev,
.project-horizontal-slider .owl-next {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}

.project-horizontal-slider .owl-stage {
  min-width: 10000000px;
}

.project-horizontal-img {
  min-height: 600px;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}


/*------------------------------------------------------------------
[ 3.24 Testimonials ]
*/

.testimonials {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.testimonial-item {
  overflow: hidden;
  margin-bottom: 70px;
}

.testimonial-item .image {
  width: 140px;
  border-radius: 50%;
  float: left;
  position: relative;
}

.testimonial-mode-right .image {
  float: right;
}

.testimonial-item .image div {
  padding-bottom: 100%;
  background-size: cover;
  background-position: 50%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.testimonial-item .text {}

.testimonial-item .image+.text {
  margin-left: 160px;
}

.testimonial-mode-right .image+.text {
  margin-left: 0;
  margin-right: 160px;
}

.testimonial-item blockquote {
  margin-left: -80px;
}

.testimonial-item .h {
  font-size: 1.714em;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 5px;
  font-family: "Oswald";
  padding-left: 50px;
  position: relative;
  padding-bottom: 10px;
}

.testimonial-item .h:after {
  content: "";
  border-bottom: 2px solid;
  color: #feb332;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.testimonial-item .image+.text .h:after {
  left: -35px;
}

.testimonial-mode-right .image+.text .h:after {
  left: 0;
  right: -35px;
}

.testimonial-item .h:before {
  content: "’’";
  font-family: "Tahoma";
  color: #f8b334;
  font-size: 3.000em;
  position: absolute;
  top: 0em;
  left: 0;
  line-height: 1em;
}

.testimonial-item .post {
  font-size: 10px;
  font-weight: 600;
  color: #f8b53a;
  font-style: italic;
  margin: 15px 0 10px;
}

.testimonial-item .desc {
  line-height: 1.714em;
  font-weight: 300;
}

.testimonials .owl-prev,
.testimonials .owl-next {
  position: absolute;
  top: 50%;
  font-size: 40px;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.testimonials .owl-prev {
  left: -70px;
}

.testimonials .owl-next {
  right: -70px;
}


/*------------------------------------------------------------------
[ 3.27 Product items ]
*/

.product-items {}

.product-items.owl-carousel.owl-loaded {
  margin: 30px 0;
}

.products-item {
  margin-bottom: 30px;
}

.owl-carousel .products-item {
  margin-bottom: 0;
}

.products-item .wrap {
  text-align: center;
  border: 1px solid #dedede;
  border-radius: 15px;
  padding: 25px 15px 20px;
}

.products-item .sub-heading {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
}

.products-item .h {
  margin: 5px 0;
}

.products-item .logo {
  background: #f5f5f5;
  height: 155px;
  position: relative;
  border-radius: 15px;
  margin: 20px 0;
}

.products-item .logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.products-item .button-style2 {}

.product-items .owl-prev,
.product-items .owl-next {
  position: absolute;
  top: 50%;
  font-size: 40px;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.product-items .owl-prev {
  left: -90px;
}

.product-items .owl-next {
  right: -90px;
}


/*------------------------------------------------------------------
[ 3.28 Team items ]
*/

.team-items {}

.team-items.owl-carousel.owl-loaded {
  margin: 30px 0;
}

.team-item {
  margin-bottom: 30px;
}

.team-items .owl-item:nth-child(even) .team-item {
  margin-top: 50px;
}

.team-items.block-style2 .owl-item:nth-child(even) .team-item {
  margin-top: 0;
}

.owl-carousel .team-item {
  margin-bottom: 0;
}

.team-item .wrap {}

.team-item .image {
  position: relative;
  margin-bottom: 20px;
}

.team-item .image>div {
  padding-bottom: 130%;
  background-size: cover;
  background-position: 50%;
  position: relative;
}

.team-item .team-social-buttons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 25px;
  color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.team-item .image:hover .team-social-buttons {
  opacity: 1;
  visibility: visible;
}

.team-item .team-social-buttons:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .4;
  background: #f8b53a;
}

.team-item .team-social-buttons div {
  position: absolute;
  bottom: 10px;
  left: 20px;
  right: 20px;
  z-index: 2;
}

.team-item .team-social-buttons a {
  display: block;
  vertical-align: middle;
  margin: 5px 0;
  text-decoration: none;
  font-size: 12px;
  font-family: "Oswald";
  text-transform: uppercase;
}

.team-item .team-social-buttons a i {
  float: left;
  margin-top: 0.29em;
}

.team-item .team-social-buttons a span {
  text-decoration: underline;
  display: block;
  margin-left: 20px;
}

.team-item .team-social-buttons a:hover span {
  text-decoration: none;
}

.team-item .name {
  font-size: 1.714em;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
  font-family: "Oswald";
  border-top: 2px solid #f8b53a;
  padding-top: 11px;
}

.team-item .post {
  font-size: 10px;
  font-weight: 600;
  font-style: italic;
  color: #f8b53a;
}

.team-items .owl-nav {
  position: absolute;
  top: -40px;
  right: -5px;
}

.team-items .owl-prev,
.team-items .owl-next {
  float: left;
  margin: 0 5px;
}

.team-items .owl-prev {}

.team-items .owl-next {}


/*------------------------------------------------------------------
[ 3.30 Benefit items ]
*/

.benefit-item {
  font-family: "Oswald";
  margin: 30px 0;
}

.benefit-item .num {
  font-size: 3.429em;
  color: #f8b334;
  line-height: 1.2em;
  font-weight: 400;
}

.benefit-item .h {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.143em;
}

/*------------------------------------------------------------------
[3.15 Subscribe form ]
*/

.subscribe-form {
  max-width: 500px;
  position: relative;
}

.banner .subscribe-form {
  margin-top: -15px;
}

.tac .subscribe-form {
  margin: 0 auto;
}

.coming-soon .subscribe-form {
  margin: 0 auto;
}

.subscribe-form .ajax-loader {
  display: none !important;
}

.subscribe-form .button-style1 {
  float: right;
  width: 130px;
  position: absolute;
  top: 0;
  right: 0;
}

.subscribe-form>div {
  margin-right: 150px;
}

.subscribe-form .style1 {
  margin-bottom: 0;
  font-family: 'Montserrat';
  line-height: 38px;
}

/*------------------------------------------------------------------
[ 3.30 Map ]
*/

.map {
  height: 310px;
  border: 2px solid #f8b334;
}


/*------------------------------------------------------------------
[3.12 Skills ]
*/

.skill-item {
  margin-bottom: 45px;
}

.skill-item .icon {
  font-size: 3.5em;
  color: #feb332;
}

.skill-item .chart {
  position: relative;
  display: inline-block;
  text-align: center;
  font-family: "Oswald";
  float: left;
}

.skill-item .chart figcaption {
  padding: 0;
  width: 158px;
  height: 158px;
  line-height: 158px;
  font-size: 2.571em;
  font-weight: bold;
}

.skill-item .chart svg {
  position: absolute;
  top: 0;
  left: 0;
}

.skill-item .chart .outer {
  fill: transparent;
  stroke: #f8b334;
  stroke-width: 7px;
  stroke-dasharray: 534;
  stroke-dashoffset: 535;
  transition: stroke-dashoffset 1s;
  -webkit-animation-play-state: running;
  -moz-transform: rotate(-89deg) translateX(-190px);
}

.skill-item .chart .line {
  fill: transparent;
  stroke: #dfdfdf;
  stroke-width: 7px;
  stroke-dasharray: 534;
  stroke-dashoffset: 60;
  transition: stroke-dashoffset 1s;
  -webkit-animation-play-state: running;
  -moz-transform: rotate(-89deg) translateX(-190px);
}

.skill-item .text {
  margin-left: 190px;
}

.skill-item .text .cell {
  height: 158px;
}

.skill-item h6 {
  text-transform: uppercase;
  margin: 10px 0;
}

.skill-item h6 a {}

.skill-item h6 a i {
  color: #feb332;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.skill-item h6:hover a i {
  margin-left: 5px;
}

.skill-item .rating-line {
  background: #dfdfdf;
  position: relative;
  font-size: 12px;
  font-family: "Oswald";
  font-weight: bold;
  margin: 15px 0;
}

.skill-item .rating-line div {
  background: #f8b334;
  color: #fff;
  text-align: right;
  height: 20px;
  line-height: 20px;
}

.skill-item .rating-line div span {
  display: inline-block;
  padding: 0 3px;
}

.skill-item p {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.500em;
  margin: 0;
  max-width: 230px;
}


/*------------------------------------------------------------------
[3.12 Category item ]
*/

.category-item {
  position: relative;
  font-family: "Oswald";
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #fff;
}

.category-item.mode-right {}

.category-item .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50%;
}

.category-item .h {
  font-size: 2.571em;
  line-height: 1em;
  font-weight: bold;
  position: absolute;
  left: 25px;
  bottom: 20px;
}

.category-item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.category-item:after {
  content: "";
  display: block;
  padding-bottom: 80%;
}

/*------------------------------------------------------------------
[3.12 Category carousel ]
*/

.category-carousel {}

.category-carousel .owl-prev,
.category-carousel .owl-next {
  position: absolute;
  top: 50%;
  color: #fff;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-size: 20px;
}

.category-carousel .owl-prev {
  left: 9px;
}

.category-carousel .owl-next {
  right: 10px;
}

.category-carousel .item {
  /* height: 100vh; */
  min-height: 500px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: 50%;
  box-shadow: 0px 0px 16px 10px rgba(0, 0, 0, 0.16);
  background: #ccc;
  background-size: cover;
  background-position: 50%;
}

.category-carousel.fixed-height .item {
  min-height: auto;
}

.category-carousel .item .h {
  position: absolute;
  bottom: 75px;
  background: #f8b334;
  font-size: 3.429em;
  color: #fff;
  font-family: "Oswald";
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px 30px 15px 70px;
  line-height: 1em;
  max-width: 90%;
}

.category-carousel .item .all-button {
  position: absolute;
  bottom: 40px;
  left: 70px;
  color: #fff;
}

.category-carousel .item .all-button a {
  opacity: .8;
}

/*------------------------------------------------------------------
[3.12 Products carousel ]
*/

.product-carousel {
  overflow: hidden;
  margin: 0 0 30px;
}

.product-carousel-side {
  float: left;
  width: 285px;
}

.product-carousel-side .h {
  font-size: 3.429em;
  font-family: "Oswald";
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 45px;
}

.product-carousel-side .h:after {
  content: "\e940";
  font-family: 'ui-super-basic' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 15px;
  color: #feb332;
  font-size: 0.5em;
  vertical-align: middle;
  display: inline-block;
  margin-top: -0.4em;
}

.product-carousel-side .num-nav {
  font-family: "Oswald";
  max-width: 190px;
  margin-top: 25px !important;
}

.product-carousel-side .num-nav .item {}

.product-carousel-side .num-nav .owl-prev,
.product-carousel-side .num-nav .owl-next {}

.product-carousel-side .num-nav .owl-prev {}

.product-carousel-side .num-nav .owl-next {}

.nav-buttons {
  padding: 33px 0;
  border-top: 2px solid #f8b334;
  margin-top: 35px;
}

.nav-buttons .prev,
.nav-buttons .next {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.nav-buttons .prev {
  margin-right: 10px;
}

.nav-buttons .next {}

.product-carousel .woocommerce {
  margin-left: 285px;
  overflow: hidden;
}

.product-carousel-c {}

.product-carousel-c .price {
  left: 0 !important;
}

/*------------------------------------------------------------------
[3.12 Price list ]
*/

.price-list {}

.price-list .item {
  margin-bottom: 30px;
  color: #4b4b4b;
}

.price-list.owl-carousel .item {
  margin-bottom: 0;
}

.price-list .item .wrap {
  background: #fff;
  padding: 25px 25px;
  border: 1px solid #feb332;
}

.price-list .item .h {
  margin: 0;
  text-transform: uppercase;
}

.price-list .item .price {
  color: #f8b334;
  font-weight: bold;
  font-family: "Oswald";
  font-size: 2.143em;
  border-bottom: 2px dashed #f8b334;
  padding: 5px 0 10px;
  margin-bottom: 30px;
}

.price-list .item .options {
  font-weight: 300;
  padding: 0;
  margin-bottom: 25px;
}

.price-list .item .o-row {
  margin: 20px 0;
  position: relative;
  padding-left: 30px;
  line-height: 1em;
}

.price-list .item .o-row:before {
  content: "\e916";
  font-family: 'arrow-set' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #939393;
  color: #fff;
  width: 13px;
  height: 13px;
  line-height: 13px;
  font-size: 8px;
  position: absolute;
  top: 0px;
  left: 0;
  text-align: center;
  border-radius: 2px;
  padding-left: 1px;
}

.price-list .item .button-style1 {
  display: block;
  font-size: 10px;
  font-weight: 400;
}

.price-list .owl-nav {
  position: absolute;
  top: -40px;
  right: -5px;
}

.price-list .owl-nav>* {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

/*------------------------------------------------------------------
[3.12 Side image ]
*/

.side-block-area {
  position: relative;
}

.side-block-area.right {}

.side-block-area>.img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  background-size: cover;
  background-position: 50%;
}

.side-block-area.right>.img {
  left: auto;
  right: 0;
}

.sb-block {
  width: 50%;
}

.sb-block>div {
  padding: 0 80px;
}

.side-block-area.left .sb-block {
  margin-left: 50%;
  /* padding-left: 40px; */
}

.side-block-area.right .sb-block {
  /* padding-right: 40px; */
}

.sb-block .cell {
  height: 100vh;
  padding: 65px 0;
}

.sb-block .vc_inner {
  margin: 0 -15px;
}

.sb-block .wpb_column {
  padding: 0 15px;
}

/*------------------------------------------------------------------
[3.12 Portfolio Horizontal ]
*/

.portfolio-h {}

.portfolio-h .text {
  float: left;
  width: 260px;
}

.portfolio-h .heading-decor {}

.portfolio-h .h {}

.portfolio-h p {
  font-family: "Oswald";
  line-height: 1.714em;
  margin: 25px 0;
}

.portfolio-h .button-style1 {}

.ph-slider-area {
  margin-left: 300px;
}

.ph-slider {
  overflow: hidden;
}

.ph-slider .item {
  position: relative;
}

.ph-slider .item a {}

.ph-slider .item a img {
  width: auto;
  display: block;
}

.ph-slider .owl-nav {
  position: absolute;
  bottom: -30px;
  right: 10px;
}

.ph-slider .owl-nav>* {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}