.flex($values) {
  -webkit-box-flex: $values;
  -moz-box-flex: $values;
  -webkit-flex: $values;
  -ms-flex: $values;
  flex: $values;
}
.order($val) {
  -webkit-box-ordinal-group: $val;
  -moz-box-ordinal-group: $val;
  -ms-flex-order: $val;
  -webkit-order: $val;
  order: $val;
}
.yolo-product-tabs .shortcode-main .tabs {
  border-bottom: 1px solid #f0f0f0;
}
.yolo-product-tabs .shortcode-main .tabs .tab-list {
  padding: 0;
  margin: 0;
}
.yolo-product-tabs .shortcode-main .tabs .tab-list.bd-top .active,
.yolo-product-tabs .shortcode-main .tabs .tab-list .bd-bottom .active,
.yolo-product-tabs .shortcode-main .tabs .tab-list.bd-top .tab-item:hover,
.yolo-product-tabs .shortcode-main .tabs .tab-list .bd-bottom .tab-item:hover {
  position: relative;
  color: #7dc642;
}
.yolo-product-tabs .shortcode-main .tabs .tab-list.bd-top .active:after,
.yolo-product-tabs .shortcode-main .tabs .tab-list .bd-bottom .active:after,
.yolo-product-tabs .shortcode-main .tabs .tab-list.bd-top .tab-item:hover:after,
.yolo-product-tabs .shortcode-main .tabs .tab-list .bd-bottom .tab-item:hover:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  color: #7dc642;
  background: #7dc642;
  left: 0;
  z-index: 2;
}
.yolo-product-tabs .shortcode-main .tabs .tab-list.bd-top .active:after,
.yolo-product-tabs .shortcode-main .tabs .tab-list.bd-top .tab-item:hover:after {
  top: 0;
}
.yolo-product-tabs .shortcode-main .tabs .tab-list.bd-bottom .active:after,
.yolo-product-tabs .shortcode-main .tabs .tab-list.bd-bottom .tab-item:hover:after {
  bottom: 0;
}
.yolo-product-tabs .shortcode-main .tabs .tab-list .tab-item {
  display: inline-block;
  list-style: none;
  cursor: pointer;
  font-weight: 500;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  border: 1px solid transparent;
  border-bottom: none;
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.yolo-product-tabs .shortcode-main .tabs .tab-list .tab-item.active,
.yolo-product-tabs .shortcode-main .tabs .tab-list .tab-item:hover {
  background-color: #fff;
  color: #7dc642;
  border-color: #cccccc;
}
.yolo-product-tabs .shortcode-main .tabs .tab-list .tab-item .tab-link {
  display: block;
  width: 100%;
  padding: 10px 20px;
  text-transform: uppercase;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .yolo-product-tabs .shortcode-main .tabs .tab-list .tab-item {
    max-width: 130px;
  }
  .yolo-product-tabs .shortcode-main .tabs .tab-list .tab-item .tab-link {
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 767px) {
  .yolo-product-tabs .shortcode-main .tabs .tab-list .tab-item {
    width: 50%;
    float: left;
    border-bottom: 1px solid #cccccc;
  }
  .yolo-product-tabs .shortcode-main .tabs .tab-list .tab-item:hover,
  .yolo-product-tabs .shortcode-main .tabs .tab-list .tab-item.active {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
  }
  .yolo-product-tabs .shortcode-main .tabs .tab-list .tab-item .tab-link {
    padding: 10px;
  }
}
.yolo-product-tabs .shortcode-main .section-wrap {
  width: 100%;
  position: relative;
  min-height: 370px;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.08);
}
.yolo-product-tabs .shortcode-main .section-wrap .section {
  will-change: transform;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  padding: 10px 10px;
  -webkit-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.yolo-product-tabs .shortcode-main .section-wrap .section.section-active {
  -moz-transform: translateX(0) rotateY(0) !important;
  -webkit-transform: translateX(0) rotateY(0) !important;
  -ms-transform: translateX(0) rotateY(0) !important;
  -o-transform: translateX(0) rotateY(0) !important;
  transform: translateX(0) rotateY(0) !important;
  z-index: 2;
}
.yolo-product-tabs .shortcode-main .section-wrap .section .product-listing.hide-excerpt .product-item-wrap .product-excerpt {
  display: none;
}
.yolo-product-tabs .shortcode-main .section-wrap .section .product-listing.w-mini .product-item-wrap {
  min-height: 175px;
  margin-bottom: 0;
}
.yolo-product-tabs .shortcode-main .section-wrap .section .product-listing.w-mini .product-item-wrap .product-item-inner {
  padding: 0 0 0 100px;
}
.yolo-product-tabs .shortcode-main .section-wrap .section .product-listing.w-mini .product-item-wrap .product-item-inner .product-thumb h3 {
  white-space: initial;
  -webkit-transition: all 500ms ease-in-out 0.15s;
  -o-transition: all 500ms ease-in-out 0.15s;
  transition: all 500ms ease-in-out 0.15s;
}
.yolo-product-tabs .shortcode-main .section-wrap .section .product-listing.w-mini .product-item-wrap .product-item-inner .product-thumb-one,
.yolo-product-tabs .shortcode-main .section-wrap .section .product-listing.w-mini .product-item-wrap .product-item-inner .product-thumb-primary {
  max-width: 100px;
}
.yolo-product-tabs .shortcode-main .section-wrap .section .product-listing.w-mini .product-item-wrap .product-item-inner .add-to-cart-wrap {
  z-index: 5;
}
.yolo-product-tabs .shortcode-main .section-wrap .section .product-listing.w-mini .product-item-wrap .product-item-inner .quick-all-button {
  display: none;
}
.yolo-product-tabs .shortcode-main .section-wrap .section .product-listing.w-mini .product-item-wrap:hover .product-item-inner .product-thumb h3 {
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.yolo-product-tabs .shortcode-main .section-wrap .section .product-listing.list .product-item-wrap {
  border-bottom: 1px solid #f0f0f0;
}
.yolo-product-tabs .shortcode-main .section-wrap .section .product-listing.list .product-item-wrap:last-child {
  border-color: transparent;
}
.yolo-product-tabs .shortcode-main .section-wrap .section .owl-carousel .owl-nav {
  position: absolute;
  bottom: -45px;
  right: 0;
  z-index: 2;
}
.yolo-product-tabs .shortcode-main .section-wrap .section .owl-carousel .owl-nav > div {
  cursor: pointer;
  display: inline-block;
  left: auto;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  right: auto;
  top: auto;
  transform: none;
  margin: 5px;
}
.yolo-product-tabs .shortcode-main .section-wrap .section .owl-carousel .owl-nav > div:hover {
  -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.yolo-product-tabs .shortcode-main .section-wrap .section .banner {
  position: relative;
  overflow: hidden;
}
.yolo-product-tabs .shortcode-main .section-wrap .section .banner img {
  width: 100%;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.yolo-product-tabs .shortcode-main .section-wrap .section .banner .banner-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.yolo-product-tabs .shortcode-main .section-wrap .section .banner .owl-dots {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: auto;
}
.yolo-product-tabs .shortcode-main .section-wrap .section .banner .owl-dots .owl-dot {
  display: block;
  float: left;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #cccccc;
}
.yolo-product-tabs .shortcode-main .section-wrap .section .banner .owl-dots .owl-dot.active,
.yolo-product-tabs .shortcode-main .section-wrap .section .banner .owl-dots .owl-dot:hover {
  background-color: #7dc642;
}
.yolo-product-tabs .shortcode-main .section-wrap .section.left .banner,
.yolo-product-tabs .shortcode-main .section-wrap .section.left .product-listing {
  float: left;
}
.yolo-product-tabs .shortcode-main .section-wrap .section.left .banner {
  padding-right: 10px;
}
.yolo-product-tabs .shortcode-main .section-wrap .section.right .banner,
.yolo-product-tabs .shortcode-main .section-wrap .section.right .product-listing {
  float: right;
}
.yolo-product-tabs .shortcode-main .section-wrap .section.right .banner {
  padding-left: 10px;
}
.yolo-product-tabs .shortcode-main .section-wrap .section.right .owl-carousel .owl-nav {
  left: 0;
  right: auto;
}
.yolo-product-tabs .shortcode-main .section-wrap .section.banner-width-100 .banner,
.yolo-product-tabs .shortcode-main .section-wrap .section.banner-width-100 .product-listing {
  float: none;
}
.yolo-product-tabs .shortcode-main .section-wrap .section.banner-width-50 .banner {
  width: 50%;
}
.yolo-product-tabs .shortcode-main .section-wrap .section.banner-width-50 .product-listing {
  width: 50%;
}
.yolo-product-tabs .shortcode-main .section-wrap .section.banner-width-40 .banner {
  width: 40%;
}
.yolo-product-tabs .shortcode-main .section-wrap .section.banner-width-40 .product-listing {
  width: 60%;
}
.yolo-product-tabs .shortcode-main .section-wrap .section.banner-width-30 .banner {
  width: 30%;
}
.yolo-product-tabs .shortcode-main .section-wrap .section.banner-width-30 .product-listing {
  width: 70%;
}
.yolo-product-tabs .shortcode-main .section-wrap .section.banner-width-25 .banner {
  width: 25%;
}
.yolo-product-tabs .shortcode-main .section-wrap .section.banner-width-25 .product-listing {
  width: 75%;
}
.yolo-product-tabs .shortcode-main .section-wrap .section.banner-width-20 .banner {
  width: 20%;
}
.yolo-product-tabs .shortcode-main .section-wrap .section.banner-width-20 .product-listing {
  width: 80%;
}
@media (max-width: 991px) {
  .yolo-product-tabs .shortcode-main .section-wrap .section.banner-width-50 .banner,
  .yolo-product-tabs .shortcode-main .section-wrap .section.banner-width-40 .banner,
  .yolo-product-tabs .shortcode-main .section-wrap .section.banner-width-30 .banner,
  .yolo-product-tabs .shortcode-main .section-wrap .section.banner-width-25 .banner,
  .yolo-product-tabs .shortcode-main .section-wrap .section.banner-width-20 .banner {
    display: none;
  }
  .yolo-product-tabs .shortcode-main .section-wrap .section.banner-width-50 .product-listing,
  .yolo-product-tabs .shortcode-main .section-wrap .section.banner-width-40 .product-listing,
  .yolo-product-tabs .shortcode-main .section-wrap .section.banner-width-30 .product-listing,
  .yolo-product-tabs .shortcode-main .section-wrap .section.banner-width-25 .product-listing,
  .yolo-product-tabs .shortcode-main .section-wrap .section.banner-width-20 .product-listing {
    width: 100%;
    float: none;
  }
}
.yolo-product-tabs.prod-tabsv2 .shortcode-main .section-wrap .section .product-listing.w-mini .product-item-wrap {
  padding: 9px 20px 9px 0;
}
.yolo-product-tabs.horizontal .shortcode-main .section-wrap .section {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.yolo-product-tabs.horizontal .shortcode-main .section-wrap .section.section-hidden {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.yolo-product-tabs.vertical .shortcode-main .section-wrap .section {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.yolo-product-tabs.vertical .shortcode-main .section-wrap .section.section-hidden {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.yolo-product-tabs.style-2 .tabs {
  min-height: 50px;
  line-height: 50px;
  border-bottom: 2px solid #f0f0f0;
}
.yolo-product-tabs.style-2 .tabs .yolo-theme-title {
  margin: 0;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
}
.yolo-product-tabs.style-2 .tabs .yolo-theme-title img {
  margin-right: 10px;
}
.yolo-product-tabs.style-2 .tabs .tab-list {
  display: inline-block;
  float: right;
}
.yolo-product-tabs.style-2 .tabs .tab-list .tab-item .tab-link {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .yolo-product-tabs.style-2 .tabs .tab-list {
    width: 100%;
    display: block;
    float: none;
  }
}
.banner-shortcode-wrap .banner-content {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.banner-shortcode-wrap .banner-content img {
  width: 100%;
  height: auto;
}
.banner-shortcode-wrap.style_1 .banner-content {
  text-transform: uppercase;
}
.banner-shortcode-wrap.style_1 .banner-content .banner-content-text {
  left: 0;
  padding: 15px;
  position: absolute;
  top: 0;
  z-index: 3;
}
.banner-shortcode-wrap.style_1 .banner-content .banner-content-text .banner-title,
.banner-shortcode-wrap.style_1 .banner-content .banner-content-text .sub-banner-title {
  display: inline-block;
  width: 100%;
  line-height: 1.3;
}
.banner-shortcode-wrap.style_1 .banner-content .banner-content-text .banner-title {
  font-weight: 600;
  letter-spacing: 0.5px;
}
.banner-shortcode-wrap.style_1 .banner-content.title_bottom .banner-content-text {
  top: auto;
  bottom: 0;
}
.banner-shortcode-wrap.style_1 .banner-content.text-center .banner-content-text {
  width: 100%;
}
.banner-shortcode-wrap.style_1 .banner-content.text-right .banner-content-text {
  left: auto;
  right: 0;
}
.banner-shortcode-wrap.style_1 .banner-content.title_mid .banner-content-text {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-shortcode-wrap.style_1 .banner-content::before {
  background-color: rgba(255, 255, 255, 0.3);
  bottom: 10px;
  content: "";
  left: 10px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  opacity: 0;
}
.banner-shortcode-wrap.style_1 .banner-content * {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.banner-shortcode-wrap.style_1 .banner-content:hover {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #ddd;
}
.banner-shortcode-wrap.style_1 .banner-content:hover::before {
  animation: 0.8s ease-out 0s none 1 running bounceIn;
  opacity: 1;
}
.banner-shortcode-wrap.style_1 .banner-content:hover .banner-content-text {
  padding: 25px;
}
.banner-shortcode-wrap.style_1 .banner-content:hover * {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.banner-shortcode-wrap.style_1 .banner-content.text-left:hover .banner-content-text .banner-title {
  animation: 0.5s ease-out 0.25s none 1 running fadeInRight_hafl;
}
.banner-shortcode-wrap.style_1 .banner-content.text-center:hover .banner-content-text .banner-title {
  animation: 0.5s ease-out 0.25s none 1 running zoomIn;
}
.banner-shortcode-wrap.style_1 .banner-content.text-right:hover .banner-content-text .banner-title {
  animation: 0.5s ease-out 0.25s none 1 running fadeInLeft;
}
.banner-shortcode-wrap.style_2 {
  overflow: hidden;
}
.banner-shortcode-wrap.style_2 .banner-content {
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.banner-shortcode-wrap.style_2 .banner-content .banner-content-bg {
  background-size: cover;
  min-height: 200px;
  overflow: hidden;
  background-position: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.banner-shortcode-wrap.style_2 .banner-content .banner-content-text {
  padding: 45px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  color: #fff;
  line-height: 1.2;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  left: 0;
  text-align: center;
}
.banner-shortcode-wrap.style_2 .banner-content .banner-content-text .sub-banner-title {
  margin: 5px 0;
  color: #fff;
}
.banner-shortcode-wrap.style_2 .banner-content .button-banner {
  bottom: 0;
  padding: 20px 0;
  position: absolute;
  right: 0;
  z-index: 3;
}
.banner-shortcode-wrap.style_2 .banner-content .button-banner a {
  background-color: #fff;
  color: #04b9a0;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 10px 35px 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 480px) {
  .banner-shortcode-wrap.style_2 .banner-content .button-banner a {
    padding: 6px 20px;
  }
}
.banner-shortcode-wrap.style_2 .banner-content .button-banner a:hover {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
  background-color: #222222;
}
.banner-shortcode-wrap.style_2 .banner-content::before {
  background-color: #00bea4;
  content: "";
  height: 300%;
  position: absolute;
  top: -80%;
  transform: rotate(26deg);
  width: 31%;
  left: -8%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
}
.banner-shortcode-wrap.style_2 .banner-content::after {
  background-color: #00bea4;
  content: "";
  height: 300%;
  position: absolute;
  right: -6%;
  top: -80%;
  transform: rotate(26deg);
  width: 16%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
}
.banner-shortcode-wrap.style_2 .banner-content figure {
  overflow: hidden;
}
.banner-shortcode-wrap.style_2 .banner-content figure img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.banner-shortcode-wrap.style_2 .banner-content:hover {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
}
.banner-shortcode-wrap.style_2 .banner-content:hover::before {
  width: 36%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.banner-shortcode-wrap.style_2 .banner-content:hover::after {
  width: 21%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.banner-shortcode-wrap.style_2 .banner-content:hover figure img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.banner-shortcode-wrap.style_2 .banner-content:hover .banner-content-text {
  left: 35px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 481px) and (max-width: 767px) {
  .banner-shortcode-wrap.style_2 .banner-content::before {
    left: -15%;
  }
}
@media (max-width: 480px) {
  .banner-shortcode-wrap.style_2 .banner-content::before {
    width: 55%;
    left: -21%;
  }
  .banner-shortcode-wrap.style_2 .banner-content::after {
    right: -10%;
  }
  .banner-shortcode-wrap.style_2 .banner-content .banner-content-text {
    padding: 10px;
  }
  .banner-shortcode-wrap.style_2 .banner-content .banner-content-text .banner-title {
    font-size: 14px !important;
  }
  .banner-shortcode-wrap.style_2 .banner-content .banner-content-text .sub-banner-title {
    font-size: 25px !important;
  }
  .banner-shortcode-wrap.style_2 .banner-content:hover::before {
    width: 65%;
  }
}
.banner-shortcode-wrap.style_2:hover .banner-content-bg {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.banner-shortcode-wrap.style_3 .banner-content .banner-content-text,
.banner-shortcode-wrap.style_4 .banner-content .banner-content-text {
  left: 0;
  padding: 55px;
  position: absolute;
  top: 0;
  z-index: 3;
}
.banner-shortcode-wrap.style_3 .banner-content .banner-content-text .banner-title,
.banner-shortcode-wrap.style_4 .banner-content .banner-content-text .banner-title,
.banner-shortcode-wrap.style_3 .banner-content .banner-content-text .sub-banner-title,
.banner-shortcode-wrap.style_4 .banner-content .banner-content-text .sub-banner-title {
  display: inline-block;
  width: 100%;
  line-height: 1.3;
}
.banner-shortcode-wrap.style_3 .banner-content .banner-content-text .banner-title,
.banner-shortcode-wrap.style_4 .banner-content .banner-content-text .banner-title {
  font-weight: 600;
}
@media (max-width: 1200px) {
  .banner-shortcode-wrap.style_3 .banner-content .banner-content-text .banner-title,
  .banner-shortcode-wrap.style_4 .banner-content .banner-content-text .banner-title {
    font-size: 25px !important;
  }
}
@media (max-width: 1200px) {
  .banner-shortcode-wrap.style_3 .banner-content .banner-content-text .sub-banner-title,
  .banner-shortcode-wrap.style_4 .banner-content .banner-content-text .sub-banner-title {
    font-size: 18px !important;
  }
}
.banner-shortcode-wrap.style_3 .banner-content.title_bottom .banner-content-text,
.banner-shortcode-wrap.style_4 .banner-content.title_bottom .banner-content-text {
  top: auto;
  bottom: 0;
}
.banner-shortcode-wrap.style_3 .banner-content.text-center .banner-content-text,
.banner-shortcode-wrap.style_4 .banner-content.text-center .banner-content-text {
  width: 100%;
}
.banner-shortcode-wrap.style_3 .banner-content.text-right .banner-content-text,
.banner-shortcode-wrap.style_4 .banner-content.text-right .banner-content-text {
  left: auto;
  right: 0;
}
.banner-shortcode-wrap.style_3 .banner-content.title_mid .banner-content-text,
.banner-shortcode-wrap.style_4 .banner-content.title_mid .banner-content-text {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-shortcode-wrap.style_3 .banner-content *,
.banner-shortcode-wrap.style_4 .banner-content * {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.banner-shortcode-wrap.style_3 .banner-content:hover,
.banner-shortcode-wrap.style_4 .banner-content:hover {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.1);
}
.banner-shortcode-wrap.style_3 {
  overflow: hidden;
}
.banner-shortcode-wrap.style_3 .sub-banner-title {
  display: inline-block;
  font-weight: 600;
  letter-spacing: 3px;
  padding: 0 100px;
  position: relative;
  width: auto !important;
}
.banner-shortcode-wrap.style_3 .sub-banner-title::before {
  background-color: #000;
  content: "";
  height: 2px;
  left: 20px;
  position: absolute;
  top: 50%;
  width: 50px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.banner-shortcode-wrap.style_3 .sub-banner-title::after {
  background-color: #000;
  content: "";
  height: 2px;
  right: 20px;
  position: absolute;
  top: 50%;
  width: 50px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.banner-shortcode-wrap.style_3:hover .sub-banner-title::before {
  animation: 0.5s ease-out none 1 running fadeInLeft;
  background-color: #7dc642;
}
.banner-shortcode-wrap.style_3:hover .sub-banner-title::after {
  animation: 0.5s ease-out none 1 running fadeInRight;
  background-color: #7dc642;
}
@media (max-width: 480px) {
  .banner-shortcode-wrap.style_3 div.banner-content div.banner-content-text {
    padding: 25px;
  }
  .banner-shortcode-wrap.style_3 div.banner-content div.banner-content-text h5.banner-title {
    font-size: 16px !important;
  }
  .banner-shortcode-wrap.style_3 div.banner-content div.banner-content-text div.sub-banner-title {
    font-size: 14px !important;
    letter-spacing: 1PX;
    padding: 0 50px;
  }
  .banner-shortcode-wrap.style_3 div.banner-content div.banner-content-text div.sub-banner-title::before {
    width: 30px;
    left: 0;
  }
  .banner-shortcode-wrap.style_3 div.banner-content div.banner-content-text div.sub-banner-title::after {
    width: 30px;
    right: 0;
  }
}
.banner-shortcode-wrap.style_4 {
  overflow: hidden;
}
.banner-shortcode-wrap.style_4 .text-left.banner-content .banner-title {
  margin-bottom: 0;
}
.banner-shortcode-wrap.style_4 .text-left.banner-content .sub-banner-title {
  position: relative;
  padding-top: 10px;
}
.banner-shortcode-wrap.style_4 .text-left.banner-content .sub-banner-title::before {
  background-color: #ff7506;
  top: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 0;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}
.banner-shortcode-wrap.style_4 .text-left.banner-content:hover .sub-banner-title {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.banner-shortcode-wrap.style_4 .text-left.banner-content:hover .sub-banner-title::before {
  width: 230px;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}
.banner-shortcode-wrap.style_4 .text-left.banner-content:hover figure {
  transform: translateX(-20px) scale(1.1);
}
.banner-shortcode-wrap.style_4 .text-left.banner-content:hover::before {
  opacity: 1;
}
.banner-shortcode-wrap.style_5 {
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}
.banner-shortcode-wrap.style_5 .banner-content {
  overflow: hidden;
}
.banner-shortcode-wrap.style_5 .banner-content img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
}
.banner-shortcode-wrap.style_5:hover {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
}
.banner-shortcode-wrap.style_5:hover img {
  -webkit-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.banner-shortcode-wrap.style_5.no-hover-shadown {
  overflow: inherit;
}
.banner-shortcode-wrap.style_5.no-hover-shadown .banner-content {
  overflow: inherit;
}
.banner-shortcode-wrap.style_5.no-hover-shadown:hover {
  box-shadow: none;
}
.banner-shortcode-wrap.style_5.effect_1 .banner-content .link-overlay::before {
  border: 2px solid #ffffff;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(1, 1);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.banner-shortcode-wrap.style_5.effect_1 .banner-content:hover .link-overlay::before {
  bottom: 30px;
  left: 30px;
  opacity: 1;
  right: 30px;
  top: 30px;
}
.banner-shortcode-wrap.style_5.effect_1 .banner-content a figure img {
  -moz-transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.banner-shortcode-wrap.style_5.effect_2 .banner-content .link-overlay::before {
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0.5);
  transition: all 0.45s ease 0s;
  visibility: hidden;
  z-index: 5;
}
.banner-shortcode-wrap.style_5.effect_2:hover .banner-content .link-overlay::before {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
.banner-shortcode-wrap.style_5.effect_2:hover .banner-content a img {
  -webkit-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.banner-shortcode-wrap.style_5.effect_3 .banner-content .link-overlay::before,
.banner-shortcode-wrap.style_5.effect_3 .banner-content .link-overlay::after {
  background-color: rgba(255, 255, 255, 0.3);
  height: 100%;
  position: absolute;
  top: 0;
  transform: skew(45deg, 0deg);
  transition: all 0.55s ease-out 0s;
  width: 100%;
}
.banner-shortcode-wrap.style_5.effect_3 .banner-content .link-overlay::before {
  left: -160%;
}
.banner-shortcode-wrap.style_5.effect_3 .banner-content .link-overlay::after {
  right: -160%;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.banner-shortcode-wrap.style_5.effect_3:hover .banner-content .link-overlay::before {
  left: -50%;
}
.banner-shortcode-wrap.style_5.effect_3:hover .banner-content .link-overlay::after {
  right: -50%;
}
.banner-shortcode-wrap.style_5.effect_4 .banner-content .link-overlay::before {
  background: rgba(0, 0, 0, 0) radial-gradient(circle, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.06)) repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 120%;
  position: absolute;
  top: 0;
  transform: skew(25deg, 0deg);
  -webkit-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  width: 100px;
  z-index: 5;
}
.banner-shortcode-wrap.style_5.effect_4:hover .banner-content .link-overlay::before {
  left: -140%;
}
.banner-shortcode-wrap.style_5.effect_4.no-hover-shadown {
  overflow: hidden;
}
.banner-shortcode-wrap.style_6 .banner-content {
  overflow: hidden;
}
.banner-shortcode-wrap.style_6 .banner-content .banner-content-text {
  left: 0;
  padding: 40px 50px;
  position: absolute;
  top: 0;
  z-index: 3;
}
.banner-shortcode-wrap.style_6 .banner-content .banner-content-text .banner-title,
.banner-shortcode-wrap.style_6 .banner-content .banner-content-text .sub-banner-title {
  display: inline-block;
  width: 100%;
}
.banner-shortcode-wrap.style_6 .banner-content .banner-content-text .banner-title {
  text-transform: capitalize;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .banner-shortcode-wrap.style_6 .banner-content .banner-content-text {
    padding: 20px;
  }
}
.banner-shortcode-wrap.style_6 .banner-content.title_bottom .banner-content-text {
  top: auto;
  bottom: 0;
}
.banner-shortcode-wrap.style_6 .banner-content.text-center .banner-content-text {
  width: 100%;
}
.banner-shortcode-wrap.style_6 .banner-content.text-right .banner-content-text {
  left: auto;
  right: 0;
}
.banner-shortcode-wrap.style_6 .banner-content.title_mid .banner-content-text {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-shortcode-wrap.style_6 .banner-content * {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.banner-shortcode-wrap.style_6 .banner-content:hover {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
}
.banner-shortcode-wrap.style_6 .banner-content:hover * {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.banner-shortcode-wrap.style_7 {
  overflow: hidden;
}
.banner-shortcode-wrap.style_7 .banner-content-text {
  display: inline-block;
  left: 50%;
  padding: 30px 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 65%;
}
@media (max-width: 991px) {
  .banner-shortcode-wrap.style_7 .banner-content-text {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .banner-shortcode-wrap.style_7 .banner-content-text {
    width: 95%;
  }
}
.banner-shortcode-wrap.style_7 .banner-content-text .banner-title {
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .banner-shortcode-wrap.style_7 .banner-content-text .banner-title {
    font-size: 30px !important;
    margin: 0;
  }
}
.banner-shortcode-wrap.style_7 .banner-content-text .sub-banner-title {
  letter-spacing: 2px;
  margin: 20px 0 25px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .banner-shortcode-wrap.style_7 .banner-content-text .sub-banner-title {
    letter-spacing: 1px;
    font-size: 16px !important;
    margin: 0;
  }
}
.banner-shortcode-wrap.style_7 .banner-content-text .text-decription {
  margin-bottom: 70px;
}
@media (max-width: 1366px) {
  .banner-shortcode-wrap.style_7 .banner-content-text .text-decription {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .banner-shortcode-wrap.style_7 .banner-content-text .text-decription {
    margin-bottom: 20px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
  }
}
.banner-shortcode-wrap.style_7 .banner-content-text .button-banner a {
  background-color: #7dc642;
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .banner-shortcode-wrap.style_7 .banner-content-text .button-banner a {
    padding: 5px 20px;
  }
}
.banner-shortcode-wrap.style_7 .banner-content-text .button-banner a:hover {
  background-color: #222222;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.1);
}
.banner-shortcode-wrap.style_7 * {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.banner-shortcode-wrap.style_7:hover * {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.banner-shortcode-wrap.style_7:hover .banner-content {
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.1);
  /* &::before {
					opacity: 1;
					.transition(all 0.5s);
				} */
}
.banner-shortcode-wrap.style_7:hover .banner-title {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.banner-shortcode-wrap.style_8 .banner-content {
  position: relative;
  min-height: 190px;
  overflow: hidden;
}
.banner-shortcode-wrap.style_8 .banner-content .banner-content-text {
  left: 0;
  padding: 25px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.banner-shortcode-wrap.style_8 .banner-content .link-right {
  letter-spacing: 1px;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 4;
}
.banner-shortcode-wrap.style_8 .banner-content .link-right i {
  margin-left: 5px;
}
.banner-shortcode-wrap.style_8 .banner-content .bg-img {
  position: relative;
  z-index: 2;
}
.banner-shortcode-wrap.style_8 .banner-content .bg-img img {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.banner-shortcode-wrap.style_8 .banner-content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 180px;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.04);
  z-index: 1;
}
.banner-shortcode-wrap.style_8.layout-1 .link-right {
  display: none;
}
.banner-shortcode-wrap.style_8.layout-1 .banner-content-text {
  font-family: "Oleo Script Swash Caps";
  line-height: 1.3;
}
.banner-shortcode-wrap.style_8.layout-2 .sub-banner-title {
  font-family: "Oleo Script Swash Caps";
  line-height: 1.1;
}
.banner-shortcode-wrap.style_9 .banner-content {
  overflow: hidden;
}
.banner-shortcode-wrap.style_9 .banner-content .banner-title {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.banner-shortcode-wrap.style_9 .banner-content .link-right {
  letter-spacing: 1px;
  z-index: 3;
  display: inline-block;
  line-height: 35px;
}
.banner-shortcode-wrap.style_9 .banner-content .link-right i {
  margin-left: 5px;
}
.banner-shortcode-wrap.style_9:hover {
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.banner-shortcode-wrap.style_9.layout-1 .banner-content-text {
  left: 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.banner-shortcode-wrap.style_9.layout-1 .banner-title {
  margin: 5px 0;
}
.banner-shortcode-wrap.style_9.layout-1 .link-right {
  display: none;
}
.banner-shortcode-wrap.style_9.layout-1 .banner-content-text {
  font-family: "Oleo Script Swash Caps";
  line-height: 1.3;
}
.banner-shortcode-wrap.style_9.layout-1:hover .banner-title {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.banner-shortcode-wrap.style_9.layout-2 .banner-content-text {
  left: 0;
  padding: 20px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media (max-width: 767px) {
  .banner-shortcode-wrap.style_9.layout-2 .banner-content-text {
    padding: 10px;
  }
  .banner-shortcode-wrap.style_9.layout-2 .banner-content-text a.link-right {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .banner-shortcode-wrap.style_9.layout-2 .banner-content-text .banner-title {
    font-size: 15px !important;
    margin: 0;
  }
  .banner-shortcode-wrap.style_9.layout-2 .banner-content-text .sub-banner-title {
    font-size: 15px !important;
  }
}
.banner-shortcode-wrap.style_9.layout-2 .sub-banner-title {
  font-family: "Oleo Script Swash Caps";
  line-height: 1.2;
  margin: 5px 0;
}
.banner-shortcode-wrap.style_9.layout-2:hover .link-right {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.yolo-button {
  display: inline-block;
  width: 100%;
}
.yolo-button.button-center {
  text-align: center;
}
.yolo-button.button-right {
  text-align: right;
}
.yolo-button.button-left {
  text-align: left;
}
.yolo-button.icon-left a .button-text {
  float: right;
}
.yolo-button.icon-left a .icon-button {
  float: left;
}
.yolo-button.icon-right a .button-text {
  float: left;
}
.yolo-button.icon-right a .icon-button {
  float: right;
}
.yolo-button.button-rounded a {
  border-radius: 5px;
}
.yolo-button.button-round a {
  border-radius: 50%;
}
.yolo-button.button-effect-1 a {
  position: relative;
  overflow: hidden;
}
.yolo-button.button-effect-1 a::before {
  position: absolute;
  content: "";
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  left: 50%;
  text-align: center;
  top: 0;
  right: 51%;
  bottom: 0;
  z-index: 0;
  transform: skewX(45deg);
}
.yolo-button.button-effect-1 a:hover {
  background-color: transparent !important;
}
.yolo-button.button-effect-1 a:hover:before {
  left: 5px;
  right: 5px;
}
.yolo-button.button-effect-1 a span {
  position: relative;
  z-index: 2;
}
.yolo-button.button-effect-2 a {
  position: relative;
  overflow: hidden;
}
.yolo-button.button-effect-2 a::before {
  position: absolute;
  content: "";
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  left: 0;
  text-align: center;
  top: 0;
  right: 0;
  bottom: 100%;
  z-index: 0;
}
.yolo-button.button-effect-2 a:hover {
  background-color: transparent !important;
}
.yolo-button.button-effect-2 a:hover:before {
  bottom: 0;
}
.yolo-button.button-effect-2 a span {
  position: relative;
  z-index: 2;
}
.yolo-button.button-effect-3 a {
  position: relative;
  overflow: hidden;
}
.yolo-button.button-effect-3 a::before {
  position: absolute;
  content: "";
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  left: 0;
  text-align: center;
  top: 0;
  right: 100%;
  bottom: 0;
  z-index: 0;
}
.yolo-button.button-effect-3 a:hover {
  background-color: transparent !important;
}
.yolo-button.button-effect-3 a:hover:before {
  right: 0;
}
.yolo-button.button-effect-3 a span {
  position: relative;
  z-index: 2;
}
.yolo-button.button-effect-4 a:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.yolo-button.button-effect-5 a:hover {
  -moz-transform: perspective(100px) rotateY(-10deg);
  -webkit-transform: perspective(100px) rotateY(-10deg);
  -ms-transform: perspective(100px) rotateY(-10deg);
  -o-transform: perspective(100px) rotateY(-10deg);
  transform: perspective(100px) rotateY(-10deg);
}
.yolo-button.button-effect-6 a:hover {
  -moz-transform: perspective(100px) rotateY(10deg);
  -webkit-transform: perspective(100px) rotateY(10deg);
  -ms-transform: perspective(100px) rotateY(10deg);
  -o-transform: perspective(100px) rotateY(10deg);
  transform: perspective(100px) rotateY(10deg);
}
.yolo-button a {
  display: inline-block;
}
.yolo-button a .icon-button {
  padding: 0 5px;
}
/* contact Shortcode CSS */
.contact-shortcode-wrap {
  position: relative;
}
.contact-shortcode-wrap.style_1 .contact-list {
  display: inline-block;
  padding: 0;
  text-align: left;
  width: 100%;
}
.contact-shortcode-wrap.style_1 .contact-list .contact-item {
  list-style: outside none none;
  padding-left: 45px;
  position: relative;
}
.contact-shortcode-wrap.style_1 .contact-list .icon-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 45px;
}
.contact-shortcode-wrap.style_1 .contact-list .sub-title {
  color: #7dc642;
}
.contact-shortcode-wrap.style_2 .contact-list {
  display: inline-block;
  padding: 0;
  text-align: left;
  width: 100%;
}
.contact-shortcode-wrap.style_2 .contact-list .contact-item {
  list-style: outside none none;
  display: inline-block;
  width: 100%;
  line-height: 35px;
}
.contact-shortcode-wrap.style_2 .contact-list .icon-wrap {
  display: inline-block;
  float: left;
  padding-right: 8px;
}
.contact-shortcode-wrap.style_2 .contact-list .sub-title {
  color: #7dc642;
}
/* Clients Shortcode CSS */
.clients-shortcode-wrap {
  position: relative;
}
.clients-shortcode-wrap.style_1 .clients-list .client-item {
  border-left: 1px solid #ddd ;
  text-align: center;
}
.clients-shortcode-wrap.style_1 .clients-list .client-item img {
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.clients-shortcode-wrap.style_1 .clients-list .client-item:hover {
  filter: grayscale(0);
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.clients-shortcode-wrap.style_1 .clients-list .active-first .client-item {
  border: none;
}
.clients-shortcode-wrap.style_1 .clients-control .clients-nav {
  position: absolute;
  top: 50%;
  opacity: 0;
  z-index: 99;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.clients-shortcode-wrap.style_1 .clients-control .clients-nav.nav_prev {
  float: left;
  left: -20px;
}
.clients-shortcode-wrap.style_1 .clients-control .clients-nav.nav_next {
  float: right;
  right: -20px;
}
.clients-shortcode-wrap.style_1 .clients-control .clients-nav i {
  padding: 15px;
  font-size: 18px;
}
.clients-shortcode-wrap.style_1:hover .clients-control .clients-nav {
  opacity: 1;
}
.clients-shortcode-wrap.style_1:hover .clients-control .clients-nav.nav_prev {
  left: 5px;
}
.clients-shortcode-wrap.style_1:hover .clients-control .clients-nav.nav_next {
  right: 5px;
}
.clients-shortcode-wrap.style_1:hover .client-item {
  filter: grayscale(1);
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.clients-shortcode-wrap.style_2 .clients-control {
  display: none;
}
.clients-shortcode-wrap.style_2 .owl-dots {
  bottom: 10px;
  height: 12px;
  position: absolute;
  right: 10px;
}
.clients-shortcode-wrap.style_2 .owl-dots div {
  display: inline-block;
  height: 12px;
  margin: 0 5px;
  width: 10px;
}
.clients-shortcode-wrap.style_2 .owl-dots div span {
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
  height: 12px;
  position: absolute;
  top: 0;
  width: 12px;
}
.clients-shortcode-wrap.style_2 .owl-dots div.active span,
.clients-shortcode-wrap.style_2 .owl-dots div:hover span {
  background-color: #ff7506;
}
.clients-shortcode-wrap.style_2 img {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.clients-shortcode-wrap.style_2 .client-item {
  overflow: hidden;
}
.clients-shortcode-wrap.style_2 .client-item a::before {
  background: rgba(0, 0, 0, 0) radial-gradient(circle, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.06)) repeat scroll 0 0;
  height: 100%;
  left: 120%;
  position: absolute;
  top: 0;
  transform: skew(25deg, 0deg);
  transition: all 0.65s linear 0s;
  width: 100px;
  z-index: 5;
}
.clients-shortcode-wrap.style_2 .client-item:hover img {
  -webkit-transition: all 0.65s;
  -o-transition: all 0.65s;
  transition: all 0.65s;
}
.clients-shortcode-wrap.style_2 .client-item:hover a::before {
  left: -140%;
}
.clients-grid .client-item {
  border: 1px solid #eee;
  float: left;
  margin: -0.5px;
  text-align: center;
  width: 50%;
  padding: 6px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.clients-grid .client-item:hover {
  z-index: 2;
  box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.15);
}
.style_2.clients-shortcode-wrap .clients-list .owl-item {
  overflow: hidden;
}
.style_2.clients-shortcode-wrap .clients-list .ylp-img,
.style_2.clients-shortcode-wrap .clients-list .client-item {
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.style_2.clients-shortcode-wrap .clients-list .ylp-img a::before,
.style_2.clients-shortcode-wrap .clients-list .client-item a::before {
  height: 100%;
  left: 160%;
  position: absolute;
  top: 0;
  transform: skew(45deg, 0deg);
  -webkit-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  width: 160px;
  z-index: 5;
}
.style_2.clients-shortcode-wrap .clients-list .ylp-img img,
.style_2.clients-shortcode-wrap .clients-list .client-item img {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.style_2.clients-shortcode-wrap .clients-list .ylp-img:hover a img,
.style_2.clients-shortcode-wrap .clients-list .client-item:hover a img {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.style_2.clients-shortcode-wrap .clients-list .ylp-img:hover a::before,
.style_2.clients-shortcode-wrap .clients-list .client-item:hover a::before {
  left: -140%;
}
.countdown-shortcode-wrap .countdown-content {
  text-align: center;
}
.countdown-shortcode-wrap .countdown-content .list-time {
  padding-left: 0;
}
.countdown-shortcode-wrap .countdown-content .list-time li {
  display: inline-block;
  position: relative;
  padding: 0 15px;
}
.countdown-shortcode-wrap .countdown-content .list-time li p {
  width: 100%;
  text-align: center;
  color: #333;
}
.countdown-shortcode-wrap .countdown-content .list-time li .countdown-number {
  font-size: 22px;
  font-family: 'Oleo Script Swash Caps';
  margin: 0;
  line-height: 25px;
}
.countdown-shortcode-wrap .countdown-content .list-time li:before {
  position: absolute;
  content: ":";
  top: 0;
  right: -5px;
  font-size: 20px;
  line-height: 25px;
}
.countdown-shortcode-wrap .countdown-content .list-time li:last-child {
  padding-right: 0;
}
.countdown-shortcode-wrap .countdown-content .list-time li:last-child::before {
  content: "";
}
.countdown-shortcode-wrap .countdown-content .time_circles {
  color: #ffffff;
}
.countdown-shortcode-wrap .countdown-content .time_circles .textDiv_Days h4,
.countdown-shortcode-wrap .countdown-content .time_circles .textDiv_Hours h4,
.countdown-shortcode-wrap .countdown-content .time_circles .textDiv_Minutes h4,
.countdown-shortcode-wrap .countdown-content .time_circles .textDiv_Seconds h4,
.countdown-shortcode-wrap .countdown-content .time_circles .textDiv_Days span,
.countdown-shortcode-wrap .countdown-content .time_circles .textDiv_Hours span,
.countdown-shortcode-wrap .countdown-content .time_circles .textDiv_Minutes span,
.countdown-shortcode-wrap .countdown-content .time_circles .textDiv_Seconds span {
  color: #ffffff;
}
/**
 *  This element is created inside your target element
 *  It is used so that your own element will not need to be altered
 **/
.time_circles {
  position: relative;
  width: 100%;
  height: 100%;
}
/**
 *  This is all the elements used to house all text used
 * in time circles
 **/
.time_circles > div {
  position: absolute;
  text-align: center;
}
/**
 *  Titles (Days, Hours, etc)
 **/
.time_circles > div > h4 {
  margin: 0px;
  padding: 0px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Century Gothic', Arial;
}
/**
 *  Time numbers, ie: 12
 **/
.time_circles > div > span {
  display: block;
  width: 100%;
  text-align: center;
  font-family: 'Century Gothic', Arial;
  font-size: 300%;
  margin-top: 0.4em;
  font-weight: bold;
}
.counter-wrap {
  position: relative;
  height: 200px;
  width: 200px;
  border: 1px solid transparent;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.counter-wrap .gr-counter:before {
  content: '';
  opacity: 0;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  background-color: #ffffff;
  position: absolute;
  border-radius: 100%;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.counter-wrap .gr-counter .content-inner {
  padding: 55px 0;
  position: relative;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.3;
}
.counter-wrap .gr-counter .content-inner .gr-number-counter {
  font-size: 50px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.counter-wrap .gr-counter .content-inner .gr-text-defaul {
  white-space: nowrap;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.counter-wrap:hover {
  border-color: #ffffff;
  background-color: transparent;
}
.counter-wrap:hover .gr-counter:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.counter-wrap:hover .gr-counter .content-inner .gr-number-counter,
.counter-wrap:hover .gr-counter .content-inner .gr-text-defaul {
  color: #222222;
}
@media (max-width: 991px) {
  .counter-wrap {
    margin: 15px auto;
  }
}
/* GMaps Shortcode CSS */
.gmaps-shortcode-wrap .map-info {
  max-width: 280px;
}
.gmaps-shortcode-wrap .map-info .info-image {
  float: left;
  max-width: 200px;
  padding: 10px;
}
.gmaps-shortcode-wrap .map-info .info-address {
  padding: 15px 0 10px 0;
}
.gmaps-shortcode-wrap .map-info .info-address p {
  text-align: center;
  color: #9d3a3a;
  font-weight: bold;
}
.gmaps-shortcode-wrap.toggle_button .gmaps-button-wrap .gmaps-toggle-button {
  width: 200px;
  margin: 0 auto;
  padding: 15px 0;
  border: 1px solid #7dc642;
  text-align: center;
}
.gmaps-shortcode-wrap.toggle_button .gmaps-button-wrap .gmaps-toggle-button:hover {
  background: #7dc642;
  cursor: pointer;
}
/* Icon Box Shortcode CSS */
@-webkit-keyframes icon_box {
  0% {
    -moz-transform: translateY(60px);
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes icon_box {
  0% {
    -moz-transform: translateY(60px);
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-ms-keyframes icon_box {
  0% {
    -moz-transform: translateY(60px);
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes icon_box {
  0% {
    -moz-transform: translateY(60px);
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes icon_box {
  0% {
    -moz-transform: translateY(60px);
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes icon_box_title {
  0% {
    -moz-transform: translateY(-60px);
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
    transform: translateY(-60px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes icon_box_title {
  0% {
    -moz-transform: translateY(-60px);
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
    transform: translateY(-60px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-ms-keyframes icon_box_title {
  0% {
    -moz-transform: translateY(-60px);
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
    transform: translateY(-60px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes icon_box_title {
  0% {
    -moz-transform: translateY(-60px);
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
    transform: translateY(-60px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes icon_box_title {
  0% {
    -moz-transform: translateY(-60px);
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
    transform: translateY(-60px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes toup {
  0% {
    -webkit-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
  15% {
    -webkit-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  30% {
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    -o-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  50% {
    -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    -o-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  70% {
    -webkit-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-o-keyframes toup {
  0% {
    -webkit-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
  15% {
    -webkit-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  30% {
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    -o-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  50% {
    -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    -o-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  70% {
    -webkit-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-moz-keyframes toup {
  0% {
    -webkit-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
  15% {
    -webkit-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  30% {
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    -o-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  50% {
    -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    -o-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  70% {
    -webkit-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes toup {
  0% {
    -webkit-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
  15% {
    -webkit-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  30% {
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    -o-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  50% {
    -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    -o-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  70% {
    -webkit-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes line_icon {
  0% {
    top: 100%;
    background-color: #ccc;
  }
  100% {
    top: 0;
    background-color: #7dc642;
  }
}
@-moz-keyframes line_icon {
  0% {
    top: 100%;
    background-color: #ccc;
  }
  100% {
    top: 0;
    background-color: #7dc642;
  }
}
@-ms-keyframes line_icon {
  0% {
    top: 100%;
    background-color: #ccc;
  }
  100% {
    top: 0;
    background-color: #7dc642;
  }
}
@-o-keyframes line_icon {
  0% {
    top: 100%;
    background-color: #ccc;
  }
  100% {
    top: 0;
    background-color: #7dc642;
  }
}
@keyframes line_icon {
  0% {
    top: 100%;
    background-color: #ccc;
  }
  100% {
    top: 0;
    background-color: #7dc642;
  }
}
.transform_50 {
  position: relative;
  -moz-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  z-index: 4;
}
@media (max-width: 991px) {
  .transform_50 {
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .transform_50 .vc_col-sm-3 {
    width: 50%;
  }
}
.icon-box-shortcode-wrap.style_1 .icon-box-container .icon-wrap img,
.icon-box-shortcode-wrap.style_1 .icon-box-container .icon-title {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.icon-box-shortcode-wrap.style_1 .icon-box-container:hover .icon-wrap {
  animation: 0.5s ease-out 5ms alternate none 1 running icon_box;
}
.icon-box-shortcode-wrap.style_1 .icon-box-container:hover .icon-title {
  animation: 0.5s ease-out 5ms alternate none 1 running icon_box_title;
}
.icon-box-shortcode-wrap.style_4 .icon-box-container .icon-wrap img,
.icon-box-shortcode-wrap.style_3 .icon-box-container .icon-wrap img,
.icon-box-shortcode-wrap.style_4 .icon-box-container .icon-title,
.icon-box-shortcode-wrap.style_3 .icon-box-container .icon-title {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.icon-box-shortcode-wrap.style_4 .icon-box-container:hover .icon-wrap img,
.icon-box-shortcode-wrap.style_3 .icon-box-container:hover .icon-wrap img {
  animation: 1s ease-out 5ms alternate none 1 running toup;
}
.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-wrap img,
.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-title,
.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-wrap span {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.icon-box-shortcode-wrap.style_2 .icon-box-container:hover .icon-wrap img {
  animation: 0.5s ease-out 5ms alternate none 1 running icon_box;
}
.icon-box-shortcode-wrap.style_2 .icon-box-container:hover .icon-title {
  animation: 0.5s ease-out 5ms alternate none 1 running icon_box_title;
}
.icon-box-shortcode-wrap.style_2 .icon-box-container:hover .icon-wrap span {
  animation: 0.5s ease-out 5s alternate none 1 running toup;
}
.icon-box-shortcode-wrap {
  cursor: pointer;
}
.icon-box-shortcode-wrap.style_1 .icon-box-container .icon-wrap {
  width: 100%;
  text-align: center;
}
.icon-box-shortcode-wrap.style_1 .icon-box-container .icon-wrap span {
  color: #000;
  font-size: 30px;
}
.icon-box-shortcode-wrap.style_1 .icon-box-container .icon-wrap img {
  filter: grayscale(1) brightness(0);
}
.icon-box-shortcode-wrap.style_1 .icon-box-container .icon-content {
  text-align: center;
}
.icon-box-shortcode-wrap.style_1 .icon-box-container .icon-content .icon-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 15px;
  color: #333;
  letter-spacing: 0.5px;
}
.icon-box-shortcode-wrap.style_1:hover .icon-wrap img {
  filter: grayscale(0) brightness(1);
}
.icon-box-shortcode-wrap.style_1:hover .icon-wrap span {
  color: #7dc642;
}
.icon-box-shortcode-wrap.style_1:hover .icon-content .icon-title {
  color: #7dc642;
}
.icon-box-shortcode-wrap.style_2 .icon-box-container {
  color: #fff;
  text-align: center;
}
.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-wrap {
  font-size: 35px;
  line-height: 0;
  position: relative;
  display: inline-block;
}
.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-wrap .step-icon {
  background-color: #fff;
  border-radius: 50%;
  bottom: 5px;
  color: #333;
  font-family: 'oleo script swash caps';
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 10px;
  text-align: center;
  width: 30px;
}
.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-content .icon-title {
  text-transform: uppercase;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .icon-box-shortcode-wrap.style_2 .icon-box-container {
    margin: 15px 0;
  }
}
.icon-box-shortcode-wrap.style_2 .icon-box-container:hover .icon-wrap .step-icon {
  background-color: #7dc642;
  color: #fff;
}
.icon-box-shortcode-wrap.style_2 .icon-box-container:hover .icon-content .icon-title {
  color: #7dc642;
}
.icon-box-shortcode-wrap.style_3 {
  margin-bottom: 20px;
}
.icon-box-shortcode-wrap.style_3 .icon-box-container {
  position: relative;
  padding-left: 100px;
}
@media (max-width: 991px) {
  .icon-box-shortcode-wrap.style_3 .icon-box-container {
    padding-left: 0;
    text-align: center;
  }
  .icon-box-shortcode-wrap.style_3 .icon-box-container .icon-box-left {
    display: inline-block;
  }
}
.icon-box-shortcode-wrap.style_3 .icon-box-container .icon-wrap {
  width: 100px;
  position: absolute;
  transform: 0;
  top: 15px;
  left: 0;
  padding: 10px;
}
.icon-box-shortcode-wrap.style_3 .icon-box-container .icon-wrap span {
  color: #333;
  font-size: 45px;
}
.icon-box-shortcode-wrap.style_3 .icon-box-container .icon-wrap img {
  filter: grayscale(1) brightness(0);
  width: 100%;
}
@media (max-width: 991px) {
  .icon-box-shortcode-wrap.style_3 .icon-box-container .icon-wrap {
    position: inherit;
  }
}
.icon-box-shortcode-wrap.style_3 .icon-box-container .icon-content .icon-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0 3px;
  color: #333;
  letter-spacing: 0.5px;
}
.icon-box-shortcode-wrap.style_3:hover .icon-wrap img {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  filter: grayscale(0) brightness(1);
}
.icon-box-shortcode-wrap.style_3:hover .icon-wrap span {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  color: #7dc642;
}
.icon-box-shortcode-wrap.style_3:hover .icon-content .icon-title {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  color: #7dc642;
}
.icon-box-shortcode-wrap.style_3.icon-right .icon-box-container {
  padding-left: 0;
  padding-right: 100px;
}
.icon-box-shortcode-wrap.style_3.icon-right .icon-box-container .icon-wrap {
  width: 100px;
  left: auto;
  right: 0;
}
.icon-box-shortcode-wrap.style_3.icon-right .icon-content {
  text-align: right;
}
@media (max-width: 991px) {
  .icon-box-shortcode-wrap.style_3.icon-right .icon-box-container {
    padding-right: 0;
  }
  .icon-box-shortcode-wrap.style_3.icon-right .icon-box-container .icon-content {
    text-align: center;
  }
}
.icon-box-shortcode-wrap.style_3.icon-right-light {
  position: relative;
  margin: 35px 0;
}
.icon-box-shortcode-wrap.style_3.icon-right-light .icon-box-left {
  display: none;
}
.icon-box-shortcode-wrap.style_3.icon-right-light .icon-box-container {
  padding-left: 0;
  padding-right: 25px;
}
.icon-box-shortcode-wrap.style_3.icon-right-light .icon-content {
  text-align: right;
}
.icon-box-shortcode-wrap.style_3.icon-right-light .icon-box-container .icon-content .icon-title {
  padding: 0;
}
.icon-box-shortcode-wrap.style_3.icon-right-light::before {
  background-color: #ccc;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 3px;
}
.icon-box-shortcode-wrap.style_3.icon-right-light:hover {
  /*  .icon-box-container .icon-content .icon-title {
                   animation: 0.5s ease-out 5ms alternate none 1 running icon_box_title;
               } */
}
.icon-box-shortcode-wrap.style_3.icon-right-light:hover:before {
  animation: 0.5s ease-out 5ms alternate none 1 running line_icon;
  background-color: #7dc642;
}
.icon-box-shortcode-wrap.style_4 .icon-box-container .icon-wrap {
  float: left;
  font-size: 30px;
  line-height: 25px;
  text-align: center;
}
.icon-box-shortcode-wrap.style_4 .icon-box-container .icon-wrap span {
  color: #ffffff;
  padding-top: 20px;
}
.icon-box-shortcode-wrap.style_4 .icon-box-container .icon-content {
  margin-left: 70px;
  color: #ffffff;
}
.icon-box-shortcode-wrap.style_4 .icon-box-container .icon-content .icon-title {
  text-transform: uppercase;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  padding-top: 8px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .icon-box-shortcode-wrap.style_4 .icon-box-container .icon-content {
    padding-left: 15px;
    margin-left: 50px;
  }
}
.icon-box-shortcode-wrap.style_5 {
  position: relative;
  text-align: center;
  height: 200px;
  cursor: pointer;
}
.icon-box-shortcode-wrap.style_5:after {
  content: '';
  height: 2px;
  width: 50px;
  position: absolute;
  background-color: #222222;
  top: 55%;
  left: 50%;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
  -moz-transform: translate(-50%, 0) scale(0);
  -webkit-transform: translate(-50%, 0) scale(0);
  -ms-transform: translate(-50%, 0) scale(0);
  -o-transform: translate(-50%, 0) scale(0);
  transform: translate(-50%, 0) scale(0);
}
.icon-box-shortcode-wrap.style_5:hover:after {
  top: 65%;
  opacity: 1;
  -moz-transform: translate(-50%, 0) scale(1);
  -webkit-transform: translate(-50%, 0) scale(1);
  -ms-transform: translate(-50%, 0) scale(1);
  -o-transform: translate(-50%, 0) scale(1);
  transform: translate(-50%, 0) scale(1);
}
.icon-box-shortcode-wrap.style_5:hover .icon-box-container .icon-wrap {
  top: 25%;
}
.icon-box-shortcode-wrap.style_5:hover .icon-box-container .icon-wrap .content-polygon {
  opacity: 0;
  visibility: hidden;
}
.icon-box-shortcode-wrap.style_5:hover .icon-box-container .icon-wrap span:before {
  opacity: 1;
  font-size: 36px;
}
.icon-box-shortcode-wrap.style_5:hover .icon-box-container .icon-title {
  color: #222222;
  top: 50%;
  position: absolute;
  font-weight: bold;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.icon-box-shortcode-wrap.style_5:hover .icon-box-container .icon-title a {
  color: #222222 !important;
}
.icon-box-shortcode-wrap.style_5:hover .icon-box-container .icon-description {
  top: 75%;
  height: auto;
  opacity: 1;
}
.icon-box-shortcode-wrap.style_5 .icon-box-container .icon-wrap {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.icon-box-shortcode-wrap.style_5 .icon-box-container .icon-wrap span {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.icon-box-shortcode-wrap.style_5 .icon-box-container .icon-wrap span:before {
  font-size: 100px;
  opacity: 0.35;
  position: relative;
  z-index: 1;
}
.icon-box-shortcode-wrap.style_5 .icon-box-container .icon-title {
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-transform: uppercase;
  color: #222222;
  margin: 0;
  margin-bottom: 10px;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.icon-box-shortcode-wrap.style_5 .icon-box-container .icon-title a {
  color: #222222;
}
.icon-box-shortcode-wrap.style_5 .icon-box-container .icon-title a:hover {
  color: #7dc642 !important;
}
.icon-box-shortcode-wrap.style_5 .icon-box-container .icon-description {
  color: #6f6f6f;
  top: 55%;
  position: absolute;
  opacity: 0;
  height: 0;
  -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%;
}
.icon-box-shortcode-wrap.style_5 .icon-box-container .icon-description p {
  text-align: center;
}
.icon-box-shortcode-wrap.style_6 {
  position: relative;
  text-align: center;
  height: 200px;
  cursor: pointer;
  padding: 10px;
  border: 1px solid #666666;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.icon-box-shortcode-wrap.style_6:hover {
  background-color: #7dc642;
  border-color: #7dc642;
}
.icon-box-shortcode-wrap.style_6:hover .icon-box-container {
  background-color: #7dc642;
}
.icon-box-shortcode-wrap.style_6:hover .icon-box-container .icon-wrap .content-polygon {
  opacity: 0;
  visibility: hidden;
}
.icon-box-shortcode-wrap.style_6:hover .icon-box-container .icon-wrap span {
  opacity: 0.6;
}
.icon-box-shortcode-wrap.style_6:hover .icon-box-container .icon-content .icon-title {
  color: #ffffff;
}
.icon-box-shortcode-wrap.style_6:hover .icon-box-container .icon-content .icon-title a {
  color: #222222 !important;
}
.icon-box-shortcode-wrap.style_6:hover .icon-box-container .icon-content .icon-description p {
  color: #ffffff;
}
.icon-box-shortcode-wrap.style_6 .icon-box-container {
  background-color: #666666;
  height: 100%;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.icon-box-shortcode-wrap.style_6 .icon-box-container .icon-wrap {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.icon-box-shortcode-wrap.style_6 .icon-box-container .icon-wrap span {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.icon-box-shortcode-wrap.style_6 .icon-box-container .icon-wrap span:before {
  font-size: 100px;
  opacity: 1;
  position: relative;
  z-index: 1;
}
.icon-box-shortcode-wrap.style_6 .icon-box-container .icon-content {
  position: absolute;
  top: 30%;
}
.icon-box-shortcode-wrap.style_6 .icon-box-container .icon-content .icon-title {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  color: #222222;
  margin: 0;
  margin-bottom: 10px;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.icon-box-shortcode-wrap.style_6 .icon-box-container .icon-content .icon-title a {
  color: #222222;
}
.icon-box-shortcode-wrap.style_6 .icon-box-container .icon-content .icon-title a:hover {
  color: #7dc642 !important;
}
.icon-box-shortcode-wrap.style_6 .icon-box-container .icon-content .icon-description {
  font-size: 16px;
  margin: 0 auto;
  width: 75%;
  color: #222222;
  position: relative;
}
.icon-box-shortcode-wrap.style_6 .icon-box-container .icon-content .icon-description p {
  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;
}
@media (max-width: 479px) {
  .icon-box-shortcode-wrap.style_6 .icon-box-container .icon-content .icon-description {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .icon-box-shortcode-wrap.style_6 {
    margin: 15px 0;
  }
}
.yolo-instagram-wrap {
  /* .instagram-info {
		.transition(all 0.5s);
		position: relative;
		a::before {
			background: rgba(0, 0, 0, 0) radial-gradient(circle, rgba(125, 198, 66, 0.05), rgba(125, 198, 66, 0.6)) repeat scroll 0 0;
			bottom: 50%;
			content: "";
			left: 0;
			position: absolute;
			right: 0;
			top: 50%;
			.transition(all 0.35s);
			z-index: 2;
			opacity: 0;
		}
		&:hover {
			a::before {
				top: 0;
				bottom: 0;
				.transition(all 0.35s);
				opacity: 1;
			}
		}
	} */
}
.yolo-instagram-wrap .grid .instagram-info {
  float: left;
}
.yolo-instagram-wrap .grid.columns-8 .instagram-info {
  width: 12.5%;
}
.yolo-instagram-wrap .grid.columns-7 .instagram-info {
  width: 14.285%;
}
.yolo-instagram-wrap .grid.columns-6 .instagram-info {
  width: 16.6666%;
}
.yolo-instagram-wrap .grid.columns-5 .instagram-info {
  width: 20%;
}
.yolo-instagram-wrap .grid.columns-4 .instagram-info {
  width: 25%;
}
.yolo-instagram-wrap .grid.columns-3 .instagram-info {
  width: 33.333%;
}
.yolo-instagram-wrap .grid.columns-3 .instagram-info img {
  width: 100%;
}
.yolo-instagram-wrap .grid.columns-2 .instagram-info {
  width: 50%;
}
.yolo-instagram-wrap .grid.columns-2 .instagram-info img {
  width: 100%;
}
.yolo-instagram-wrap .grid.columns-1 .instagram-info {
  width: 100%;
}
@media (max-width: 991px) {
  .yolo-instagram-wrap .grid.columns-8 .instagram-info,
  .yolo-instagram-wrap .grid.columns-7 .instagram-info,
  .yolo-instagram-wrap .grid.columns-6 .instagram-info,
  .yolo-instagram-wrap .grid.columns-5 .instagram-info {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .yolo-instagram-wrap .grid.columns-8 .instagram-info,
  .yolo-instagram-wrap .grid.columns-7 .instagram-info,
  .yolo-instagram-wrap .grid.columns-6 .instagram-info,
  .yolo-instagram-wrap .grid.columns-5 .instagram-info,
  .yolo-instagram-wrap .grid.columns-4 .instagram-info,
  .yolo-instagram-wrap .grid.columns-4 .instagram-info {
    width: 33.33%;
  }
}
.yolo-instagram-wrap .instagram-nav {
  background-color: #fff;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 40px;
  z-index: 2;
  opacity: 0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.yolo-instagram-wrap .instagram-nav:hover {
  background-color: #7dc642;
}
.yolo-instagram-wrap .instagram-nav.nav_prev {
  left: 50px;
}
.yolo-instagram-wrap .instagram-nav.nav_next {
  right: 50px;
}
.yolo-instagram-wrap:hover .instagram-nav {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.yolo-instagram-wrap .btn_gallery {
  bottom: 0;
  left: 50%;
  position: absolute;
  text-align: right;
  transform: translate(-50%, 50%);
  z-index: 3;
}
.yolo-instagram-wrap .btn_gallery a {
  background-color: #7dc642;
  /* box-shadow: 2px 3px 2px #ccc; */
  color: #fff;
  padding: 11px 35px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
}
.yolo-instagram-wrap .btn_gallery a:hover {
  background-color: #222222;
}
.yolo-instagram-wrap .instagram-info {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.yolo-instagram-wrap .instagram-info a::before {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: "";
  display: inline-block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.35s ease-out 0s;
  z-index: 1;
}
.yolo-instagram-wrap .instagram-info a i {
  color: #fff;
  font-size: 40px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  opacity: 0;
  transition: opacity 0.35s ease-out 0.2s, font-size 0.3s ease-out 0s;
}
.yolo-instagram-wrap .instagram-info a i:hover {
  font-size: 55px;
}
.yolo-instagram-wrap .instagram-info:hover a::before {
  bottom: 30px;
  left: 30px;
  opacity: 1;
  right: 30px;
  top: 30px;
}
.yolo-instagram-wrap .instagram-info:hover a i {
  opacity: 1;
}
.instagram-error p {
  display: inline;
  padding: 20px;
  border: 1px solid #efd89e;
  background: #FFF2D0;
  color: #bda15a;
}
/*------------ PORTFOLIO LIST ITEM -----------------*/
.fc-white {
  color: #fff !important;
}
.hidden {
  display: none;
}
.portfolio-container {
  overflow-x: hidden;
  position: relative;
}
.paging {
  text-align: center;
}
.paging .load-more {
  margin-top: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
  padding: 5px 20px;
  color: #ffffff;
  background-color: #7dc642;
}
.paging .load-more:hover {
  background-color: #222222;
  color: #ffffff;
}
.portfolio-tabs {
  margin-bottom: 30px;
}
.portfolio-tabs .tab-wrapper.left {
  text-align: left;
}
@media (max-width: 767px) {
  .portfolio-tabs .tab-wrapper.left {
    text-align: center;
  }
}
.portfolio-tabs .tab-wrapper.center {
  text-align: center;
}
.portfolio-tabs .tab-wrapper.right {
  text-align: right;
}
@media (max-width: 767px) {
  .portfolio-tabs .tab-wrapper.right {
    text-align: center;
  }
}
.portfolio-tabs .tab-wrapper ul {
  list-style: none;
  padding: 0;
  position: relative;
}
.portfolio-tabs .tab-wrapper ul li {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}
.portfolio-tabs .tab-wrapper ul li:first-child {
  margin-left: 0;
}
.portfolio-tabs .tab-wrapper ul li a {
  color: #333333;
  border: none;
  min-width: auto;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 18px;
}
.portfolio-tabs .tab-wrapper ul li:hover a,
.portfolio-tabs .tab-wrapper ul li.active a {
  color: #7dc642;
}
@media (max-width: 767px) {
  .portfolio-tabs .tab-wrapper ul li {
    margin-left: 5px;
    margin-right: 5px;
  }
  .portfolio-tabs .tab-wrapper ul li a {
    font-size: 14px;
    padding: 10px 2px;
    width: 100%;
    float: left;
    display: inline-block;
  }
}
@media (max-width: 479px) {
  .portfolio-tabs .tab-wrapper ul li {
    border: 1px solid #333;
    display: inline-block;
    float: left;
    margin: -0.5px !important;
    width: 33.33%;
  }
  .portfolio-tabs .tab-wrapper ul li a {
    text-transform: capitalize;
    font-size: 14px;
    padding: 5px 2px;
  }
}
.no-images .portfolio-tabs li img {
  display: none;
}
.has-images .portfolio-tabs .tab-wrapper ul li a {
  color: #666;
  padding: 50px 10px 5px;
  position: relative;
  text-transform: capitalize;
}
.has-images .portfolio-tabs .tab-wrapper ul li a .bg-img-tab {
  background-size: cover;
  display: inline-block;
  height: 40px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 40px;
  background-position: bottom center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 480px) {
  .has-images .portfolio-tabs .tab-wrapper ul li a .bg-img-tab {
    top: 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .has-images .portfolio-tabs .tab-wrapper ul li a {
    font-size: 18px;
  }
}
.has-images .portfolio-tabs .tab-wrapper ul li:hover a,
.has-images .portfolio-tabs .tab-wrapper ul li.active a {
  color: #7dc642;
}
.has-images .portfolio-tabs .tab-wrapper ul li:hover a .bg-img-tab,
.has-images .portfolio-tabs .tab-wrapper ul li.active a .bg-img-tab {
  background-position: top center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
div.light_rounded .pp_description,
div.light_square .pp_description {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}
div.light_rounded .pp_description a,
div.light_square .pp_description a {
  text-decoration: none;
}
div.light_rounded .pp_description a:hover,
div.light_square .pp_description a:hover {
  text-decoration: none;
}
.portfolio-wrapper.col-padding-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.portfolio-wrapper.col-padding-5 .portfolio-item {
  padding: 0 5px;
  margin: 5px 0;
}
.portfolio-wrapper.col-padding-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.portfolio-wrapper.col-padding-10 .portfolio-item {
  padding: 0 10px;
  margin: 10px 0;
}
.portfolio-wrapper.col-padding-15 {
  margin-left: -15px;
  margin-right: -15px;
}
.portfolio-wrapper.col-padding-15 .portfolio-item {
  padding: 0 15px;
  margin: 15px 0;
}
.portfolio-wrapper.col-padding-20 {
  margin-left: -20px;
  margin-right: -20px;
}
.portfolio-wrapper.col-padding-20 .portfolio-item {
  padding: 0 20px;
  margin: 20px 0;
}
.portfolio-wrapper.organisk-col-md-2 .portfolio-item {
  width: 50%;
}
.portfolio-wrapper.organisk-col-md-2 .portfolio-item .portfolio-title-wrap.top .portfolio-title,
.portfolio-wrapper.organisk-col-md-2 .portfolio-item .portfolio-title-wrap.bottom .portfolio-title {
  font-size: 24px;
}
.portfolio-wrapper.organisk-col-md-2 .portfolio-item .portfolio-title-wrap.top .portfolio-tag,
.portfolio-wrapper.organisk-col-md-2 .portfolio-item .portfolio-title-wrap.bottom .portfolio-tag {
  font-size: 18px;
}
.portfolio-wrapper.organisk-col-md-2 .portfolio-item.portrait {
  width: 50%;
}
.portfolio-wrapper.organisk-col-md-2 .portfolio-item.landscape {
  width: 100%;
}
.portfolio-wrapper.organisk-col-md-2 .portfolio-item.small_squared {
  width: 50%;
}
.portfolio-wrapper.organisk-col-md-2 .portfolio-item.big_squared {
  width: 100%;
}
.portfolio-wrapper.organisk-col-md-3 .portfolio-item {
  width: 33.3333333%;
}
.portfolio-wrapper.organisk-col-md-3 .portfolio-item .portfolio-title-wrap.top .portfolio-title,
.portfolio-wrapper.organisk-col-md-3 .portfolio-item .portfolio-title-wrap.bottom .portfolio-title {
  font-size: 18px;
}
.portfolio-wrapper.organisk-col-md-3 .portfolio-item.portrait {
  width: 33.3333333%;
}
.portfolio-wrapper.organisk-col-md-3 .portfolio-item.landscape {
  width: 66.6666666%;
}
.portfolio-wrapper.organisk-col-md-3 .portfolio-item.small_squared {
  width: 33.3333333%;
}
.portfolio-wrapper.organisk-col-md-3 .portfolio-item.big_squared {
  width: 66.6666666%;
}
.portfolio-wrapper.organisk-col-md-4 .portfolio-item {
  width: 25%;
}
.portfolio-wrapper.organisk-col-md-4 .portfolio-item.portrait {
  width: 25%;
}
.portfolio-wrapper.organisk-col-md-4 .portfolio-item.landscape {
  width: 50%;
}
.portfolio-wrapper.organisk-col-md-4 .portfolio-item.small_squared {
  width: 20%;
}
.portfolio-wrapper.organisk-col-md-4 .portfolio-item.big_squared {
  width: 50%;
}
.portfolio-wrapper.organisk-col-md-5 .portfolio-item {
  width: 20%;
}
.portfolio-wrapper.organisk-col-md-5 .portfolio-item.portrait {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .portfolio-wrapper.organisk-col-md-5 .portfolio-item.portrait {
    width: 50%;
  }
}
.portfolio-wrapper.organisk-col-md-5 .portfolio-item.landscape {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .portfolio-wrapper.organisk-col-md-5 .portfolio-item.landscape {
    width: 50%;
  }
}
.portfolio-wrapper.organisk-col-md-5 .portfolio-item.small_squared {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .portfolio-wrapper.organisk-col-md-5 .portfolio-item.small_squared {
    width: 50%;
  }
}
.portfolio-wrapper.organisk-col-md-5 .portfolio-item.big_squared {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .portfolio-wrapper.organisk-col-md-5 .portfolio-item.big_squared {
    width: 50%;
  }
}
.portfolio-wrapper.organisk-col-md-6 .portfolio-item {
  width: 16.6666667%;
}
.portfolio-wrapper.organisk-col-md-6 .portfolio-item.portrait {
  width: 16.6666667%;
}
.portfolio-wrapper.organisk-col-md-6 .portfolio-item.landscape {
  width: 33.3333333%;
}
.portfolio-wrapper.organisk-col-md-6 .portfolio-item.small_squared {
  width: 16.6666667%;
}
.portfolio-wrapper.organisk-col-md-6 .portfolio-item.big_squared {
  width: 33.3333333%;
}
@media screen and (max-width: 767px) {
  .portfolio-wrapper .portfolio-item {
    width: 50% !important;
    height: auto !important;
  }
  .portfolio-wrapper .portfolio-item img {
    height: auto !important;
  }
}
@media screen and (max-width: 479px) {
  .portfolio-wrapper .portfolio-item {
    width: 100% !important;
    height: auto !important;
  }
  .portfolio-wrapper .portfolio-item img {
    height: auto !important;
  }
}
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.top,
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.bottom {
  border: 1px solid #666666;
  text-align: center;
}
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.top .portfolio-title,
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.bottom .portfolio-title {
  position: relative;
  text-transform: uppercase;
  color: #222222;
  font-weight: bold;
  margin-top: 15px;
  display: block;
  font-size: 16px;
  padding-bottom: 10px;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.top .portfolio-title:hover,
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.bottom .portfolio-title:hover {
  color: #7dc642;
}
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.top .portfolio-title:before,
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.bottom .portfolio-title:before {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #222222;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.top .portfolio-tag,
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.bottom .portfolio-tag {
  margin-top: 10px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail {
  position: relative;
  overflow: hidden;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail i {
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail:hover .entry-thumbnail-hover {
  opacity: 1;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
  display: inline-block;
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(125, 198, 66, 0.3);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-align: center;
  opacity: 0;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i {
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i:hover {
  font-size: 36px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-only .entry-thumbnail-hover {
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-only .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i {
  color: #7dc642 !important;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-only .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i:hover {
  font-size: 36px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title .entry-thumbnail-hover {
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i {
  color: #7dc642 !important;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i:hover {
  font-size: 36px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title {
  color: #7dc642 !important;
  top: 60% !important;
  position: absolute;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title-category .entry-thumbnail-hover {
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
  position: absolute;
  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%);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i {
  color: #7dc642 !important;
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i:hover {
  font-size: 36px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title {
  white-space: nowrap;
  color: #222222 !important;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title:hover {
  color: #7dc642 !important;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  white-space: nowrap;
  color: #7dc642;
  left: 0;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category .entry-thumbnail-hover {
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
  position: absolute;
  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%);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title {
  white-space: nowrap;
  color: #222222 !important;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title:hover {
  color: #7dc642 !important;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  white-space: nowrap;
  color: #7dc642;
  left: 0;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category-link .entry-thumbnail-hover {
  text-align: left;
  background: rgba(255, 255, 255, 0.9);
  border: 3px solid #7dc642;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content {
  position: absolute;
  top: auto !important;
  bottom: 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%);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content .title {
  white-space: nowrap;
  color: #222222 !important;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content .title:hover {
  color: #7dc642 !important;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content span.category {
  white-space: nowrap;
  color: #7dc642;
  left: 0;
  position: relative;
  width: 100%;
  font-size: 14px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a.link i {
  color: #7dc642 !important;
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  top: 0;
  left: auto;
  right: 0;
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 48px;
  border: 1px solid transparent;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  font-size: 24px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a.link i:before {
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a.link i:hover {
  font-size: 24px;
  border-color: #7dc642;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_1 .entry-thumbnail-hover {
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  border: 10px solid rgba(125, 198, 66, 0.9);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_1 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  color: #7dc642 !important;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_1 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i:hover {
  font-size: 36px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_12 .entry-thumbnail-hover {
  text-align: center;
  background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0.1), #ffffff);
  background: -o-radial-gradient(circle, rgba(255, 255, 255, 0.1), #ffffff);
  background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0.1), #ffffff);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1), #ffffff);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_12 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
  position: absolute;
  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%);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_12 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  color: #7dc642 !important;
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  position: absolute;
  top: auto;
  left: auto;
  z-index: 9;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  margin-bottom: 20px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_12 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i:hover {
  font-size: 36px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_12 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title {
  white-space: nowrap;
  color: #7dc642;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_12 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  white-space: nowrap;
  color: #7dc642;
  left: 0;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover {
  text-align: center;
  background-color: rgba(125, 198, 66, 0.8);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
  position: absolute;
  width: 100%;
  height: 100%;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .entry-hover-inner-content {
  position: absolute;
  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%);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .entry-hover-inner-content .title {
  white-space: nowrap;
  color: #ffffff !important;
  position: relative;
  width: auto;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .entry-hover-inner-content .title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  display: inline-block;
  background-color: #fff;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .entry-hover-inner-content .title.title.fc-white:hover {
  color: #ffffff !important;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  color: #7dc642 !important;
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  position: absolute;
  bottom: -8px;
  right: 10px;
  top: auto;
  left: auto;
  z-index: 9;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  margin-bottom: 20px;
  z-index: 6;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i:hover {
  font-size: 36px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  white-space: nowrap;
  color: #ffffff !important;
  left: 0;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 14px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner::before {
  border-color: transparent #fff #fff transparent;
  border-style: solid;
  border-width: 45px;
  bottom: -1px;
  content: "";
  position: absolute;
  right: 0;
  z-index: 4;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_3 .entry-thumbnail-hover {
  text-align: center;
  background: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0.1), #000000);
  background: -o-radial-gradient(circle, rgba(0, 0, 0, 0.1), #000000);
  background: -moz-radial-gradient(circle, rgba(0, 0, 0, 0.1), #000000);
  background: radial-gradient(circle, rgba(0, 0, 0, 0.1), #000000);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
  position: absolute;
  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%);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content a .title {
  color: #ffffff !important;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  color: #7dc642 !important;
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  margin-bottom: 20px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i:hover {
  font-size: 36px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title {
  white-space: nowrap;
  color: #ffffff !important;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  white-space: nowrap;
  color: #7dc642;
  left: 0;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_4 .entry-thumbnail-hover {
  text-align: left;
  background-color: rgba(255, 255, 255, 0.9);
  border: 3px solid #7dc642;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title {
  text-align: center;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  width: 100%;
  text-align: center;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span {
  display: block;
  text-align: center;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content {
  position: absolute;
  top: auto !important;
  bottom: 50% !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content .title {
  white-space: nowrap;
  color: #222222 !important;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content .title:hover {
  color: #7dc642 !important;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content span.category {
  white-space: nowrap;
  color: #7dc642;
  left: 0;
  position: relative;
  width: 100%;
  font-size: 14px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_5 .entry-thumbnail-hover {
  text-align: center;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  background: rgba(255, 255, 255, 0.9);
  border: none;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
  position: absolute;
  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%);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  margin-bottom: 20px;
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title {
  white-space: nowrap;
  color: #222222 !important;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title:hover {
  color: #7dc642 !important;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  white-space: nowrap;
  color: #7dc642;
  left: 0;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail {
  position: relative;
  overflow: hidden;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail i {
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail:hover .entry-thumbnail-hover {
  opacity: 1;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail:hover.effect_5 .entry-thumbnail-hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail:hover.effect_1 .entry-thumbnail-hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail:hover.effect_2 img,
.portfolio-wrapper.hover-dir-off .entry-thumbnail:hover.effect_3 img {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
  display: inline-block;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_1 .entry-thumbnail-hover {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  border: 10px solid rgba(125, 198, 66, 0.9);
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_1 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  color: #7dc642 !important;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_1 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i:hover {
  font-size: 36px;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
  position: absolute;
  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%);
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title {
  white-space: nowrap;
  color: #7dc642;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_3 .entry-thumbnail-hover {
  text-align: center;
  background: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0.1), #000000);
  background: -o-radial-gradient(circle, rgba(0, 0, 0, 0.1), #000000);
  background: -moz-radial-gradient(circle, rgba(0, 0, 0, 0.1), #000000);
  background: radial-gradient(circle, rgba(0, 0, 0, 0.1), #000000);
  border: none;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
  position: absolute;
  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%);
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content a .title {
  color: #ffffff !important;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  color: #7dc642 !important;
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  margin-bottom: 20px;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i:hover {
  font-size: 36px;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title {
  white-space: nowrap;
  color: #ffffff !important;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  white-space: nowrap;
  color: #7dc642;
  left: 0;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_4 .entry-thumbnail-hover {
  text-align: left;
  background-color: rgba(255, 255, 255, 0.9);
  border: 3px solid #7dc642;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title {
  text-align: center;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  width: 100%;
  text-align: center;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span {
  display: block;
  text-align: center;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content {
  position: absolute;
  top: auto !important;
  bottom: 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%);
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content .title {
  white-space: nowrap;
  color: #222222 !important;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content .title:hover {
  color: #7dc642 !important;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content span.category {
  white-space: nowrap;
  color: #7dc642;
  left: 0;
  position: relative;
  width: 100%;
  font-size: 14px;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_5 .entry-thumbnail-hover {
  text-align: center;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  background: rgba(255, 255, 255, 0.9);
  border: none;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
  position: absolute;
  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%);
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  margin-bottom: 20px;
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title {
  white-space: nowrap;
  color: #222222 !important;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title:hover {
  color: #7dc642 !important;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  white-space: nowrap;
  color: #7dc642;
  left: 0;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
/*------------ PORTFOLIO SINGLE ITEM -----------------*/
.portfolio-full.detail-01 .portfolio-top {
  margin-top: 50px;
  text-align: center;
}
.portfolio-full.detail-01 .portfolio-top .col-md-12 img {
  width: 100%;
}
.portfolio-full.detail-01 .portfolio-top .col-md-12 .post-slideshow:hover .owl-nav {
  opacity: 1;
}
.portfolio-full.detail-01 .portfolio-top .col-md-12 .post-slideshow .owl-nav {
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-full.detail-01 .portfolio-top .col-md-12 .post-slideshow .owl-nav > div {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  line-height: 1;
  font-size: 60px;
  color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-full.detail-01 .portfolio-top .col-md-12 .post-slideshow .owl-nav > div:hover {
  color: #7dc642;
}
.portfolio-full.detail-01 .portfolio-top .col-md-12 .post-slideshow .owl-nav > div.owl-next {
  right: 30px;
}
.portfolio-full.detail-01 .portfolio-top .col-md-12 .post-slideshow .owl-nav > div.owl-prev {
  left: 30px;
}
.portfolio-full.detail-01 .paging-wrap {
  margin-top: 15px;
}
.portfolio-full.detail-01 .paging-wrap .container .row {
  margin: 0;
}
.portfolio-full.detail-01 .paging-wrap .container .row:hover .owl-nav {
  opacity: 1;
}
.portfolio-full.detail-01 .paging-wrap .container .row .owl-nav {
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-full.detail-01 .paging-wrap .container .row .owl-nav > div {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  padding: 7px 10px;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-full.detail-01 .paging-wrap .container .row .owl-nav > div:hover {
  background-color: #7dc642;
}
.portfolio-full.detail-01 .paging-wrap .container .row .owl-nav > div.owl-next {
  right: 0;
}
.portfolio-full.detail-01 .paging-wrap .container .row .owl-nav > div.owl-prev {
  left: 0;
}
.portfolio-full.detail-01 .portfolio-content-wrap {
  padding-top: 30px;
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-title-wrap h2 {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-top: 15px;
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-title-wrap h2:before {
  content: '';
  height: 1px;
  width: 50px;
  background-color: #7dc642;
  position: absolute;
  bottom: 0;
  left: 0;
}
.portfolio-full.detail-01 .portfolio-content-wrap .col-md-4 .portfolio-info .portfolio-info-box:first-child h6 {
  margin-top: 20px;
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-info.spec .portfolio-info-box h6 {
  font-size: 18px;
  margin-top: 30px;
  color: #222222;
  font-weight: bold;
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-info.spec .portfolio-info-box div {
  line-height: 1.4;
  color: #222222;
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-info.spec .portfolio-info-box .portfolio-term-cat span {
  text-transform: uppercase;
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-info.spec .portfolio-info-box .portfolio-term-tag span {
  padding: 5px 10px;
  background: #f6f6f6;
  margin-right: 5px;
  display: inline-block;
  margin-top: 5px;
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-info.spec .portfolio-info-box .portfolio-term-tag span:hover {
  background: #7dc642;
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-info.spec .portfolio-info-box .portfolio-social-profile-wrapper {
  list-style: none;
  list-style-type: none;
  padding: 0;
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-info.spec .portfolio-info-box .portfolio-social-profile-wrapper li {
  display: inline-block;
  margin: 0 9px;
  width: 40px;
  height: 40px;
  float: left;
  border: 1px solid #666666;
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-info.spec .portfolio-info-box .portfolio-social-profile-wrapper li a {
  display: block;
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-info.spec .portfolio-info-box .portfolio-social-profile-wrapper li a i {
  line-height: 38px;
  width: 40px;
  text-align: center;
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-info.spec .portfolio-info-box .portfolio-social-profile-wrapper li:first-child {
  margin-left: 0;
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-info.spec .portfolio-info-box .portfolio-social-profile-wrapper li:last-child {
  margin-right: 0;
}
.portfolio-full.detail-02 .container {
  margin-top: 100px;
  text-align: center;
}
.portfolio-full.detail-02 .container .col-md-6 .post-slideshow .item {
  margin-bottom: 30px;
}
.portfolio-full.detail-02 .container .col-md-6 .post-slideshow .item img {
  width: 100%;
}
.portfolio-full.detail-02 .col-md-6 {
  text-align: left;
}
.portfolio-full.detail-02 .col-md-6 .portfolio-info h2 {
  margin-top: 0;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.portfolio-full.detail-02 .col-md-6 .portfolio-info h2:before {
  content: '';
  height: 1px;
  width: 50px;
  background-color: #7dc642;
  position: absolute;
  bottom: 0;
  left: 0;
}
.portfolio-full.detail-02 .col-md-6 .portfolio-info .portfolio-info-box h6 {
  font-size: 18px;
  margin-top: 30px;
  color: #222222;
  font-weight: bold;
}
.portfolio-full.detail-02 .col-md-6 .portfolio-info .portfolio-info-box div {
  line-height: 1.4;
  color: #222222;
}
.portfolio-full.detail-02 .col-md-6 .portfolio-info .portfolio-info-box .portfolio-term-cat span {
  text-transform: uppercase;
}
.portfolio-full.detail-02 .col-md-6 .portfolio-info .portfolio-info-box .portfolio-term-tag span {
  padding: 5px 10px;
  background: #f6f6f6;
  margin-right: 5px;
  display: inline-block;
  margin-top: 5px;
}
.portfolio-full.detail-02 .col-md-6 .portfolio-info .portfolio-info-box .portfolio-term-tag span:hover {
  background: #7dc642;
}
.portfolio-full.detail-02 .col-md-6 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper {
  list-style: none;
  list-style-type: none;
  padding: 0;
}
.portfolio-full.detail-02 .col-md-6 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li {
  display: inline-block;
  margin: 0 9px;
  width: 40px;
  height: 40px;
  float: left;
  border: 1px solid #666666;
}
.portfolio-full.detail-02 .col-md-6 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li a {
  display: block;
}
.portfolio-full.detail-02 .col-md-6 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li a i {
  line-height: 38px;
  width: 40px;
  text-align: center;
}
.portfolio-full.detail-02 .col-md-6 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li:first-child {
  margin-left: 0;
}
.portfolio-full.detail-02 .col-md-6 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li:last-child {
  margin-right: 0;
}
.portfolio-full.detail-03 .container {
  margin-top: 100px;
  text-align: center;
}
.portfolio-full.detail-03 .container .col-md-8 img {
  width: 100%;
}
.portfolio-full.detail-03 .container .col-md-8 .post-slideshow:hover .owl-nav {
  opacity: 1;
}
.portfolio-full.detail-03 .container .col-md-8 .post-slideshow .owl-nav {
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-full.detail-03 .container .col-md-8 .post-slideshow .owl-nav > div {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  line-height: 1;
  font-size: 60px;
  color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-full.detail-03 .container .col-md-8 .post-slideshow .owl-nav > div:hover {
  color: #7dc642;
}
.portfolio-full.detail-03 .container .col-md-8 .post-slideshow .owl-nav > div.owl-next {
  right: 30px;
}
.portfolio-full.detail-03 .container .col-md-8 .post-slideshow .owl-nav > div.owl-prev {
  left: 30px;
}
.portfolio-full.detail-03 .container .col-md-8 .paging-wrap {
  margin-top: 15px;
}
.portfolio-full.detail-03 .container .col-md-8 .paging-wrap .container {
  margin-top: 0;
}
.portfolio-full.detail-03 .container .col-md-8 .paging-wrap .container .row {
  margin: 0;
}
.portfolio-full.detail-03 .container .col-md-8 .paging-wrap .container .row:hover .owl-nav {
  opacity: 1;
}
.portfolio-full.detail-03 .container .col-md-8 .paging-wrap .container .row .owl-nav {
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-full.detail-03 .container .col-md-8 .paging-wrap .container .row .owl-nav > div {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  padding: 7px 10px;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-full.detail-03 .container .col-md-8 .paging-wrap .container .row .owl-nav > div:hover {
  background-color: #7dc642;
}
.portfolio-full.detail-03 .container .col-md-8 .paging-wrap .container .row .owl-nav > div.owl-next {
  right: 0;
}
.portfolio-full.detail-03 .container .col-md-8 .paging-wrap .container .row .owl-nav > div.owl-prev {
  left: 0;
}
.portfolio-full.detail-03 .col-md-4 {
  text-align: left;
}
.portfolio-full.detail-03 .col-md-4 .portfolio-info h2 {
  margin-top: 0;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.portfolio-full.detail-03 .col-md-4 .portfolio-info h2:before {
  content: '';
  height: 1px;
  width: 50px;
  background-color: #7dc642;
  position: absolute;
  bottom: 0;
  left: 0;
}
.portfolio-full.detail-03 .col-md-4 .portfolio-info .portfolio-info-box h6 {
  font-size: 18px;
  margin-top: 30px;
  color: #222222;
  font-weight: bold;
}
.portfolio-full.detail-03 .col-md-4 .portfolio-info .portfolio-info-box div {
  line-height: 1.4;
  color: #222222;
}
.portfolio-full.detail-03 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-term-cat span {
  text-transform: uppercase;
}
.portfolio-full.detail-03 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-term-tag span {
  padding: 5px 10px;
  background: #f6f6f6;
  margin-right: 5px;
  display: inline-block;
  margin-top: 5px;
}
.portfolio-full.detail-03 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-term-tag span:hover {
  background: #7dc642;
}
.portfolio-full.detail-03 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper {
  list-style: none;
  list-style-type: none;
  padding: 0;
}
.portfolio-full.detail-03 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li {
  display: inline-block;
  margin: 0 9px;
  width: 40px;
  height: 40px;
  float: left;
  border: 1px solid #666666;
}
.portfolio-full.detail-03 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li a {
  display: block;
}
.portfolio-full.detail-03 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li a i {
  line-height: 38px;
  width: 40px;
  text-align: center;
}
.portfolio-full.detail-03 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li:first-child {
  margin-left: 0;
}
.portfolio-full.detail-03 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li:last-child {
  margin-right: 0;
}
.portfolio-full.detail-04 .container {
  margin-top: 100px;
  text-align: center;
}
.portfolio-full.detail-04 .container .col-md-8 img {
  width: 100%;
}
.portfolio-full.detail-04 .container .col-md-8 .post-grid .col-md-6 .item {
  position: relative;
  margin-bottom: 30px;
}
.portfolio-full.detail-04 .container .col-md-8 .post-grid .col-md-6 .item .grid-image-hover {
  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;
}
.portfolio-full.detail-04 .container .col-md-8 .post-grid .col-md-6 .item .grid-image-hover i {
  font-size: 36px;
  position: absolute;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.portfolio-full.detail-04 .container .col-md-8 .post-grid .col-md-6 .item .grid-image-hover i:hover {
  color: #7dc642;
}
.portfolio-full.detail-04 .container .col-md-8 .post-grid .col-md-6 .item:hover .grid-image-hover {
  opacity: 1;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.portfolio-full.detail-04 .col-md-4 {
  text-align: left;
}
.portfolio-full.detail-04 .col-md-4 .portfolio-info h2 {
  margin-top: 0;
  position: relative;
  padding-bottom: 15px;
}
.portfolio-full.detail-04 .col-md-4 .portfolio-info h2:before {
  content: '';
  height: 1px;
  width: 50px;
  background-color: #7dc642;
  position: absolute;
  bottom: 0;
  left: 0;
}
.portfolio-full.detail-04 .col-md-4 .portfolio-info .portfolio-info-box h6 {
  font-size: 18px;
  margin-top: 30px;
  color: #222222;
  font-weight: bold;
}
.portfolio-full.detail-04 .col-md-4 .portfolio-info .portfolio-info-box div {
  line-height: 1.4;
  color: #222222;
}
.portfolio-full.detail-04 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-term-cat span {
  text-transform: uppercase;
}
.portfolio-full.detail-04 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-term-tag span {
  padding: 5px 10px;
  background: #f6f6f6;
  margin-right: 5px;
  display: inline-block;
  margin-top: 5px;
}
.portfolio-full.detail-04 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-term-tag span:hover {
  background: #7dc642;
}
.portfolio-full.detail-04 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper {
  list-style: none;
  list-style-type: none;
  padding: 0;
}
.portfolio-full.detail-04 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li {
  display: inline-block;
  margin: 0 9px;
  width: 40px;
  height: 40px;
  float: left;
  border: 1px solid #666666;
}
.portfolio-full.detail-04 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li a {
  display: block;
}
.portfolio-full.detail-04 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li a i {
  line-height: 38px;
  width: 40px;
  text-align: center;
}
.portfolio-full.detail-04 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li:first-child {
  margin-left: 0;
}
.portfolio-full.detail-04 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li:last-child {
  margin-right: 0;
}
.portfolio-full.detail-05 .container {
  margin-top: 100px;
}
.portfolio-full.detail-05 .container .col-md-12 img {
  width: 100%;
}
.portfolio-full.detail-05 .container .col-md-12 .post-grid .col-md-4 .item {
  position: relative;
  margin-bottom: 30px;
}
.portfolio-full.detail-05 .container .col-md-12 .post-grid .col-md-4 .item .grid-image-hover {
  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;
}
.portfolio-full.detail-05 .container .col-md-12 .post-grid .col-md-4 .item .grid-image-hover i {
  font-size: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.portfolio-full.detail-05 .container .col-md-12 .post-grid .col-md-4 .item .grid-image-hover i:hover {
  color: #7dc642;
}
.portfolio-full.detail-05 .container .col-md-12 .post-grid .col-md-4 .item:hover .grid-image-hover {
  opacity: 1;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.portfolio-full.detail-05 .container.portfolio-content-wrap {
  margin-top: 50px;
}
.portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-8 {
  text-align: left;
}
.portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-8 .portfolio-info h2 {
  color: #222222;
  margin-top: 0;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-8 .portfolio-info h2:before {
  content: '';
  height: 1px;
  width: 50px;
  background-color: #7dc642;
  position: absolute;
  bottom: 0;
  left: 0;
}
.portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-4 .portfolio-info .portfolio-info-box:first-child h6 {
  margin-top: 0;
}
.portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-4 .portfolio-info .portfolio-info-box h6 {
  font-size: 18px;
  margin-top: 30px;
  color: #222222;
  font-weight: bold;
}
.portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-4 .portfolio-info .portfolio-info-box div {
  line-height: 1.4;
  color: #222222;
}
.portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-4 .portfolio-info .portfolio-info-box .portfolio-term-cat span {
  text-transform: uppercase;
}
.portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-4 .portfolio-info .portfolio-info-box .portfolio-term-tag span {
  padding: 5px 10px;
  background: #f6f6f6;
  margin-right: 5px;
  display: inline-block;
  margin-top: 5px;
}
.portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-4 .portfolio-info .portfolio-info-box .portfolio-term-tag span:hover {
  background: #7dc642;
}
.portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper {
  list-style: none;
  list-style-type: none;
  padding: 0;
}
.portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li {
  display: inline-block;
  margin: 0 9px;
  width: 40px;
  height: 40px;
  float: left;
  border: 1px solid #666666;
}
.portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li a {
  display: block;
}
.portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li a i {
  line-height: 38px;
  width: 40px;
  text-align: center;
}
.portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li:first-child {
  margin-left: 0;
}
.portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li:last-child {
  margin-right: 0;
}
.portfolio-related-wrap .heading-wrap .post-navigation {
  margin-top: 100px;
}
.portfolio-related-wrap .heading-wrap .post-navigation .nav-links .nav-previous .post-navigation-content,
.portfolio-related-wrap .heading-wrap .post-navigation .nav-links .nav-next .post-navigation-content {
  display: none;
}
.portfolio-related-wrap .heading-wrap .post-navigation .nav-links a div i {
  color: #222222;
  top: 0;
  margin-top: 0;
  text-align: center;
  height: 50px;
  width: 60px;
  line-height: 50px;
  background-color: #f6f6f6;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-related-wrap .heading-wrap .post-navigation .nav-links a div:hover i {
  color: #7dc642;
}
.portfolio-related-wrap .heading-wrap .post-navigation .nav-links > i {
  color: #222222;
  line-height: 50px;
  font-size: 28px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-related-wrap .heading-wrap .heading {
  text-align: center;
  text-transform: capitalize;
  color: #222222;
  font-size: 36px;
  margin-top: 70px;
}
.portfolio-related-wrap .heading-wrap .heading .heading-icon {
  font-size: 14px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.portfolio-related-wrap .heading-wrap .heading .heading-icon i {
  font-size: 12px;
  color: #6fd9ec;
  height: 30px;
  width: 30px;
  background-color: #ffffff;
  line-height: 30px;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.portfolio-related-wrap .heading-wrap .heading .heading-icon:before {
  content: '';
  width: 70px;
  height: 1px;
  background-color: #666666;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 479px) {
  .portfolio-related-wrap .heading-wrap .heading {
    font-size: 24px;
    margin-top: 50px;
  }
}
.portfolio-related-wrap .portfolio-related {
  margin-top: 60px;
  margin-bottom: 100px;
  position: relative;
}
.portfolio-related-wrap .portfolio-related.portfolio-wrapper .portfolio-item {
  width: 100% !important;
  padding: 0 15px;
}
.portfolio-related-wrap .portfolio-related .owl-nav div {
  position: absolute;
  top: 50%;
  -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;
}
.portfolio-related-wrap .portfolio-related .owl-nav div i {
  font-size: 24px;
  color: #ffffff;
  line-height: 44px;
}
.portfolio-related-wrap .portfolio-related .owl-nav div:hover {
  background-color: #7dc642;
}
.portfolio-related-wrap .portfolio-related .owl-nav .owl-prev {
  left: -10px;
}
.portfolio-related-wrap .portfolio-related .owl-nav .owl-next {
  right: -10px;
}
.portfolio-related-wrap .post-navigation {
  text-align: center;
  width: 100%;
}
.portfolio-related-wrap .post-navigation .nav-previous {
  display: inline-block;
  float: left;
  width: auto;
}
.portfolio-related-wrap .post-navigation .nav-next {
  display: inline-block;
  float: right;
  width: auto;
}
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.top,
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.bottom {
  border: 1px solid #666666;
  text-align: center;
}
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.top .portfolio-title,
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.bottom .portfolio-title {
  position: relative;
  text-transform: uppercase;
  color: #222222;
  font-weight: bold;
  margin-top: 15px;
  display: block;
  font-size: 16px;
  padding-bottom: 10px;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.top .portfolio-title:hover,
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.bottom .portfolio-title:hover {
  color: #7dc642;
}
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.top .portfolio-title:before,
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.bottom .portfolio-title:before {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #222222;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.top .portfolio-tag,
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.bottom .portfolio-tag {
  margin-top: 10px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail {
  position: relative;
  overflow: hidden;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail i {
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail:hover .entry-thumbnail-hover {
  opacity: 1;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
  display: inline-block;
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(125, 198, 66, 0.3);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-align: center;
  opacity: 0;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i {
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i:hover {
  font-size: 36px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-only .entry-thumbnail-hover {
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-only .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i {
  color: #7dc642 !important;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-only .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i:hover {
  font-size: 36px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title .entry-thumbnail-hover {
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i {
  color: #7dc642 !important;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i:hover {
  font-size: 36px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title {
  color: #7dc642 !important;
  top: 60% !important;
  position: absolute;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title-category .entry-thumbnail-hover {
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
  position: absolute;
  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%);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i {
  color: #7dc642 !important;
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i:hover {
  font-size: 36px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title {
  white-space: nowrap;
  color: #222222 !important;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title:hover {
  color: #7dc642 !important;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  white-space: nowrap;
  color: #7dc642;
  left: 0;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category .entry-thumbnail-hover {
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
  position: absolute;
  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%);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title {
  white-space: nowrap;
  color: #222222 !important;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title:hover {
  color: #7dc642 !important;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  white-space: nowrap;
  color: #7dc642;
  left: 0;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category-link .entry-thumbnail-hover {
  text-align: left;
  background: rgba(255, 255, 255, 0.9);
  border: 3px solid #7dc642;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content {
  position: absolute;
  top: auto !important;
  bottom: 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%);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content .title {
  white-space: nowrap;
  color: #222222 !important;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content .title:hover {
  color: #7dc642 !important;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content span.category {
  white-space: nowrap;
  color: #7dc642;
  left: 0;
  position: relative;
  width: 100%;
  font-size: 14px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a.link i {
  color: #7dc642 !important;
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  top: 0;
  left: auto;
  right: 0;
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 48px;
  border: 1px solid transparent;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  font-size: 24px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a.link i:before {
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a.link i:hover {
  font-size: 24px;
  border-color: #7dc642;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_1 .entry-thumbnail-hover {
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  border: 10px solid rgba(125, 198, 66, 0.9);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_1 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  color: #7dc642 !important;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_1 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i:hover {
  font-size: 36px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover {
  text-align: center;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
  position: absolute;
  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%);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  color: #7dc642 !important;
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  position: absolute;
  top: auto;
  left: auto;
  z-index: 9;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  margin-bottom: 20px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i:hover {
  font-size: 36px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title {
  white-space: nowrap;
  color: #7dc642;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  white-space: nowrap;
  color: #7dc642;
  left: 0;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_3 .entry-thumbnail-hover {
  text-align: center;
  background: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0.1), #000000);
  background: -o-radial-gradient(circle, rgba(0, 0, 0, 0.1), #000000);
  background: -moz-radial-gradient(circle, rgba(0, 0, 0, 0.1), #000000);
  background: radial-gradient(circle, rgba(0, 0, 0, 0.1), #000000);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
  position: absolute;
  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%);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content a .title {
  color: #ffffff !important;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  color: #7dc642 !important;
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  margin-bottom: 20px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i:hover {
  font-size: 36px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title {
  white-space: nowrap;
  color: #ffffff !important;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  white-space: nowrap;
  color: #7dc642;
  left: 0;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_4 .entry-thumbnail-hover {
  text-align: left;
  background-color: rgba(255, 255, 255, 0.9);
  border: 3px solid #7dc642;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title {
  text-align: center;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  width: 100%;
  text-align: center;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span {
  display: block;
  text-align: center;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content {
  position: absolute;
  top: auto !important;
  bottom: 50% !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content .title {
  white-space: nowrap;
  color: #222222 !important;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content .title:hover {
  color: #7dc642 !important;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content span.category {
  white-space: nowrap;
  color: #7dc642;
  left: 0;
  position: relative;
  width: 100%;
  font-size: 14px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_5 .entry-thumbnail-hover {
  text-align: center;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  background: rgba(255, 255, 255, 0.9);
  border: none;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
  position: absolute;
  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%);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  margin-bottom: 20px;
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title {
  white-space: nowrap;
  color: #222222 !important;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title:hover {
  color: #7dc642 !important;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  white-space: nowrap;
  color: #7dc642;
  left: 0;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail {
  position: relative;
  overflow: hidden;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail i {
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail:hover .entry-thumbnail-hover {
  opacity: 1;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail:hover.effect_5 .entry-thumbnail-hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail:hover.effect_1 .entry-thumbnail-hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail:hover.effect_2 img,
.portfolio-wrapper.hover-dir-off .entry-thumbnail:hover.effect_3 img {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
  display: inline-block;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_1 .entry-thumbnail-hover {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  border: 10px solid rgba(125, 198, 66, 0.9);
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_1 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  color: #7dc642 !important;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_1 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i:hover {
  font-size: 36px;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_2 .entry-thumbnail-hover {
  text-align: center;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
  position: absolute;
  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%);
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  color: #7dc642 !important;
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  margin-bottom: 20px;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i:hover {
  font-size: 36px;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title {
  white-space: nowrap;
  color: #7dc642;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  white-space: nowrap;
  color: #7dc642;
  left: 0;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_3 .entry-thumbnail-hover {
  text-align: center;
  background: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0.1), #000000);
  background: -o-radial-gradient(circle, rgba(0, 0, 0, 0.1), #000000);
  background: -moz-radial-gradient(circle, rgba(0, 0, 0, 0.1), #000000);
  background: radial-gradient(circle, rgba(0, 0, 0, 0.1), #000000);
  border: none;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
  position: absolute;
  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%);
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content a .title {
  color: #ffffff !important;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  color: #7dc642 !important;
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  margin-bottom: 20px;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i:hover {
  font-size: 36px;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title {
  white-space: nowrap;
  color: #ffffff !important;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  white-space: nowrap;
  color: #7dc642;
  left: 0;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_4 .entry-thumbnail-hover {
  text-align: left;
  background-color: rgba(255, 255, 255, 0.9);
  border: 3px solid #7dc642;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title {
  text-align: center;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  width: 100%;
  text-align: center;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span {
  display: block;
  text-align: center;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content {
  position: absolute;
  top: auto !important;
  bottom: 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%);
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content .title {
  white-space: nowrap;
  color: #222222 !important;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content .title:hover {
  color: #7dc642 !important;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content span.category {
  white-space: nowrap;
  color: #7dc642;
  left: 0;
  position: relative;
  width: 100%;
  font-size: 14px;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_5 .entry-thumbnail-hover {
  text-align: center;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  background: rgba(255, 255, 255, 0.9);
  border: none;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
  position: absolute;
  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%);
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  margin-bottom: 20px;
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title {
  white-space: nowrap;
  color: #222222 !important;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title:hover {
  color: #7dc642 !important;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  white-space: nowrap;
  color: #7dc642;
  left: 0;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.recent-news-container.owl-carousel .owl-item img {
  transform-style: inherit;
}
.recent-news-container {
  position: relative;
}
.recent-news-container .recent-news-list article .post-image {
  position: relative;
  overflow: hidden;
}
.recent-news-container .recent-news-list article .post-image:before {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: "";
  display: inline-block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.35s ease-out 0s;
  -o-transition: 0.35s ease-out 0s;
  transition: 0.35s ease-out 0s;
  z-index: 1;
}
.recent-news-container .recent-news-list article .post-image .btn-readmore-e {
  color: #fff;
  font-size: 30px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.recent-news-container .recent-news-list article .post-image .btn-readmore-e:hover {
  color: #7dc642;
}
.recent-news-container .recent-news-list article .post-image .post-meta {
  background-color: #7dc642;
  color: #fff;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  -webkit-transition: all 0.35s ease-out 0s;
  -o-transition: all 0.35s ease-out 0s;
  transition: all 0.35s ease-out 0s;
}
.recent-news-container .recent-news-list article .post-image .post-meta .yl-date {
  display: inline-block;
  float: right;
  font-size: 30px;
  font-weight: 600;
  height: 60px;
  line-height: 60px;
  margin: 0;
  padding: 0 10px 0 0;
}
.recent-news-container .recent-news-list article .post-image .post-meta .yl-month {
  display: inline-block;
  float: left;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  margin-top: 14px;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(90deg);
  width: 30px;
}
.recent-news-container .recent-news-list article:hover .post-image:before {
  left: 30px;
  top: 30px;
  right: 30px;
  bottom: 30px;
  opacity: 1;
}
.recent-news-container .recent-news-list article:hover .post-meta {
  left: 30px;
  top: 30px;
  -webkit-transition: all 0.35s ease-out 0s;
  -o-transition: all 0.35s ease-out 0s;
  transition: all 0.35s ease-out 0s;
}
.recent-news-container .recent-news-list article:hover .btn-readmore-e {
  opacity: 1;
  transform: translate(-50%, -50%);
  font-size: 30px;
}
.recent-news-home_1 li {
  list-style: none;
}
.recent-news-home_1 article {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  background-color: #fff;
}
.recent-news-home_1 article .post-image {
  width: 52%;
  background-size: cover;
  min-height: 370px;
  background-position: center;
  -webkit-transition: all 0.35s ease-in 0s;
  -o-transition: all 0.35s ease-in 0s;
  transition: all 0.35s ease-in 0s;
}
@media (max-width: 560px) {
  .recent-news-home_1 article .post-image {
    min-height: 270px;
  }
}
@media (max-width: 560px) {
  .recent-news-home_1 article .post-image {
    width: 100%;
  }
}
.recent-news-home_1 article .post-information {
  width: 48%;
  padding: 15px 30px 0;
}
@media (max-width: 560px) {
  .recent-news-home_1 article .post-information {
    width: 100%;
  }
}
.recent-news-home_1 article .post-information .post-blog-title a {
  font-size: 24px;
  color: #333333;
}
.recent-news-home_1 article .post-information .post-blog-title a:hover {
  color: #7dc642;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.recent-news-home_1 article .post-blog-excerpt {
  color: #333;
  margin-top: 15px;
  margin-bottom: 40px;
}
.recent-news-home_1 article .btn-readmore {
  color: #fff;
  background-color: #999999;
  text-transform: uppercase;
  padding: 6px 18px;
  display: inline-block;
}
.recent-news-home_1 article .btn-readmore i {
  margin-left: 5px;
}
.recent-news-home_1 article .btn-readmore:hover {
  background-color: #7dc642;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.recent-news-home_1 article .info-meta span {
  margin-right: 15px;
}
.recent-news-home_1 article .info-meta span i {
  margin-right: 5px;
}
.recent-news-home_1 article .info-meta .post-author {
  text-transform: capitalize;
}
.recent-news-home_1 article:nth-child(2n+1) .post-image {
  float: right;
}
.recent-news-home_1 article:nth-child(2n+1) .post-information {
  float: left;
}
.recent-news-home_1 article:nth-child(2n) .post-image {
  float: left;
}
.recent-news-home_1 article:nth-child(2n) .post-information {
  float: right;
}
.recent-news-home_1 .recent-news-control > div {
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 3;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.recent-news-home_1 .recent-news-control > div i {
  padding: 15px;
  background-color: #ffffff;
}
.recent-news-home_1 .recent-news-control > div.nav_next {
  right: 0;
}
.recent-news-home_1 .recent-news-control > div.nav_prev {
  left: 0;
}
.recent-news-home_1:hover .recent-news-control > div {
  opacity: 1;
}
.recent-news-home_2 {
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.recent-news-home_2 .recent-news-list {
  text-align: center;
}
.recent-news-home_2 .recent-news-list article {
  background-color: #fff;
  margin: 6px;
}
.recent-news-home_2 .recent-news-list article .post-content {
  display: inline-block;
  width: 100%;
  padding: 30px 40px;
}
.recent-news-home_2 .recent-news-list article .post-info {
  margin-bottom: 15px;
}
.recent-news-home_2 .recent-news-list article .post-info .entry-title {
  margin: 0 0 10px 0;
}
.recent-news-home_2 .recent-news-list article .post-info .entry-title a {
  font-size: 24px;
  text-transform: capitalize;
}
.recent-news-home_2 .recent-news-list article .post-info .entry-title a:hover {
  color: #7dc642;
}
.recent-news-home_2 .recent-news-list article .post-excerpt {
  color: rgba(51, 51, 51, 0.8);
  margin-bottom: 20px;
}
.recent-news-home_2 .recent-news-list article .btn-readmore {
  color: #fff;
  background-color: #333;
  text-transform: uppercase;
  padding: 6px 25px;
  display: inline-block;
}
.recent-news-home_2 .recent-news-list article .btn-readmore i {
  margin-left: 5px;
}
.recent-news-home_2 .recent-news-list article .btn-readmore:hover {
  background-color: #7dc642;
}
.recent-news-home_2 .recent-news-list article:hover {
  box-shadow: 3px 3px 6px 3px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.recent-news-home_2 .recent-news-control .recent-news-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 3;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.recent-news-home_2 .recent-news-control .recent-news-nav i {
  padding: 15px;
  background-color: #ffffff;
}
.recent-news-home_2 .recent-news-control .recent-news-nav.nav_next {
  right: 0;
}
.recent-news-home_2 .recent-news-control .recent-news-nav.nav_prev {
  left: 0;
}
@-webkit-keyframes btn_readmore {
  0% {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(8px) scale(1.1);
    -webkit-transform: translateX(8px) scale(1.1);
    -ms-transform: translateX(8px) scale(1.1);
    -o-transform: translateX(8px) scale(1.1);
    transform: translateX(8px) scale(1.1);
  }
}
@-moz-keyframes btn_readmore {
  0% {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(8px) scale(1.1);
    -webkit-transform: translateX(8px) scale(1.1);
    -ms-transform: translateX(8px) scale(1.1);
    -o-transform: translateX(8px) scale(1.1);
    transform: translateX(8px) scale(1.1);
  }
}
@-ms-keyframes btn_readmore {
  0% {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(8px) scale(1.1);
    -webkit-transform: translateX(8px) scale(1.1);
    -ms-transform: translateX(8px) scale(1.1);
    -o-transform: translateX(8px) scale(1.1);
    transform: translateX(8px) scale(1.1);
  }
}
@-o-keyframes btn_readmore {
  0% {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(8px) scale(1.1);
    -webkit-transform: translateX(8px) scale(1.1);
    -ms-transform: translateX(8px) scale(1.1);
    -o-transform: translateX(8px) scale(1.1);
    transform: translateX(8px) scale(1.1);
  }
}
@keyframes btn_readmore {
  0% {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(8px) scale(1.1);
    -webkit-transform: translateX(8px) scale(1.1);
    -ms-transform: translateX(8px) scale(1.1);
    -o-transform: translateX(8px) scale(1.1);
    transform: translateX(8px) scale(1.1);
  }
}
.recent-news-home_3 {
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.recent-news-home_3 .recent-news-list {
  text-align: center;
}
.recent-news-home_3 .recent-news-list article {
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 3px;
}
.recent-news-home_3 .recent-news-list article .post-thumbnail {
  position: relative;
}
.recent-news-home_3 .recent-news-list article .post-content {
  display: inline-block;
  width: 100%;
  padding: 30px 40px;
  text-align: left;
}
.recent-news-home_3 .recent-news-list article .post-info {
  margin-bottom: 15px;
}
.recent-news-home_3 .recent-news-list article .post-info .entry-title {
  margin: 0 0 10px 0;
}
.recent-news-home_3 .recent-news-list article .post-info .entry-title a {
  font-size: 24px;
  text-transform: capitalize;
}
.recent-news-home_3 .recent-news-list article .post-info .entry-title a:hover {
  color: #7dc642;
}
.recent-news-home_3 .recent-news-list article .post-excerpt {
  margin-bottom: 10px;
}
.recent-news-home_3 .recent-news-list article .btn-readmore {
  background-color: transparent;
  text-transform: capitalize;
  padding: 10px 0;
  display: inline-block;
}
.recent-news-home_3 .recent-news-list article .btn-readmore i {
  margin-left: 5px;
}
.recent-news-home_3 .recent-news-list article .btn-readmore:hover {
  background-color: transparent;
  color: #7dc642;
}
.recent-news-home_3 .recent-news-list article .btn-readmore:hover i {
  animation: 0.5s ease-out 5ms alternate none infinite running btn_readmore;
}
.recent-news-home_3 .recent-news-list article:hover {
  box-shadow: 3px 3px 6px 3px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.recent-news-home_3 .recent-news-control .recent-news-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 3;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.recent-news-home_3 .recent-news-control .recent-news-nav i {
  padding: 15px;
  background-color: #ffffff;
}
.recent-news-home_3 .recent-news-control .recent-news-nav.nav_next {
  right: 0;
}
.recent-news-home_3 .recent-news-control .recent-news-nav.nav_prev {
  left: 0;
}
.recent-news-home_3:hover .recent-news-control .recent-news-nav {
  opacity: 1;
}
/* Social Shortcode CSS */
.social-shortcode-wrap {
  position: relative;
}
.social-shortcode-wrap.style_1 {
  text-align: left;
}
.social-shortcode-wrap.style_1 .social-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.social-shortcode-wrap.style_1 .social-list .social-item {
  display: inline-block;
  text-align: left;
  margin-right: 10px;
}
@media (max-width: 1200px) {
  .social-shortcode-wrap.style_1 .social-list .social-item {
    margin-right: 5px;
  }
}
.social-shortcode-wrap.style_1 .social-list .social-item .icon-wrap {
  cursor: pointer;
}
.social-shortcode-wrap.style_1 .social-list .social-item .icon-wrap i {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.social-shortcode-wrap.style_1 .social-list .social-item .icon-wrap:hover i {
  color: #7dc642 !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.social-shortcode-wrap.style_2 {
  text-align: left;
}
.social-shortcode-wrap.style_2 .social-list {
  display: inline-block;
  padding: 0;
}
.social-shortcode-wrap.style_2 .social-list li {
  display: inline-block;
  float: left;
  margin-right: 12px;
  list-style: none;
}
.social-shortcode-wrap.style_2 .social-list li .icon-wrap {
  background-color: #666;
  border-radius: 50%;
  height: 22px;
  line-height: 22px;
  text-align: center;
  width: 22px;
  cursor: pointer;
}
.social-shortcode-wrap.style_2 .social-list li .icon-wrap:hover {
  background-color: #7dc642;
}
.social-shortcode-wrap.style_3 {
  text-align: left;
}
.social-shortcode-wrap.style_3 .social-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-shortcode-wrap.style_3 .social-list .social-item {
  display: inline-block;
  text-align: center;
  margin-right: 6px;
}
.social-shortcode-wrap.style_3 .social-list .social-item i {
  background-color: #666;
  border-radius: 4px;
  color: #fff;
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.social-shortcode-wrap.style_3 .social-list .social-item i:hover {
  background-color: #7dc642;
}
.social-shortcode-wrap.style_3 .social-list .social-item .icon-wrap {
  cursor: pointer;
}
.social-shortcode-wrap.style_3 .social-list .social-item .icon-wrap:hover {
  color: #7dc642;
}
/* TEAM MEMBER */
.yolo-teammember {
  position: relative;
}
.teammember-content {
  position: relative;
  overflow: hidden;
}
.teammember-content .teammember-image {
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.teammember-content::before {
  background-color: #fff;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(7deg) translateX(200%);
  width: 69px;
  z-index: 2;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.teammember-content::after {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 69px;
  left: 0;
  position: absolute;
  transform: rotate(9deg) translateY(200%);
  width: 100%;
  z-index: 2;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.teammember-content .link-teamember {
  background-color: rgba(0, 0, 0, 0.04);
  content: "";
  right: 0;
  left: 0;
  mix-blend-mode: darken;
  position: absolute;
  top: 0;
  transition: all 0.25s ease-in-out 0s;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.teammember-content .teammember-meta {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50px;
  width: 70%;
  z-index: 4;
}
.teammember-content .teammember-meta .teammember-title {
  color: #7dc642;
  font-size: 24px;
  letter-spacing: 0.1px;
  text-transform: uppercase;
}
.teammember-content .teammember-meta .teammember-position {
  color: #999;
}
.teammember-content .teammember-meta .content-social-list {
  padding-left: 0;
}
.teammember-content .teammember-meta .content-social-list li {
  display: inline-block;
  margin: 0 4px;
}
.teammember-content .teammember-meta .content-social-list li a {
  color: #7dc642;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  border: 1px solid #7dc642;
  display: inline-block;
}
.teammember-content .teammember-meta .content-social-list li a:hover {
  color: #fff;
  background-color: #7dc642;
}
.teammember-content:hover .teammember-image {
  transform: translateX(-50px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.teammember-content:hover .teammember-meta {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.teammember-content:hover::before {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transform: rotate(7deg) translateX(39px);
}
.teammember-content:hover:after {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transform: rotate(9deg) translateY(50px);
}
.teammember-carousel .teammember-control {
  color: #222222;
}
.teammember-carousel .teammember-control:hover {
  cursor: pointer;
}
.teammember-carousel .teammember-control .teammember-nav {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 5px;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.teammember-carousel .teammember-control .teammember-nav i {
  padding: 15px;
  background: #ffffff;
}
.teammember-carousel .teammember-control .teammember-nav.nav_next {
  right: 0;
}
.teammember-carousel .teammember-control .teammember-nav.nav_prev {
  left: 0;
}
.yolo-team-fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url('../images/3.GIF');
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 99999 !important;
}
.yolo-team-fix.db {
  display: block;
}
.yolo-team-fix.bk-noimage {
  background-image: none;
}
.yolo-team-fix .yolo-team-wrap {
  position: absolute;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
@media (max-width: 767px) {
  .yolo-team-fix .yolo-team-wrap {
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: 10px;
    right: 10px;
  }
}
.yolo-team-content {
  background: #ffffff;
  top: 10%;
  bottom: 10%;
  right: 10%;
  left: 10%;
  height: auto;
  position: relative;
  padding: 50px 20px 40px 0;
  overflow-y: scroll;
}
.yolo-team-content .team-left .teammember-image img {
  width: 100%;
}
@media (max-width: 767px) {
  .yolo-team-content {
    width: 100%;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
  }
}
@media (max-width: 480px) {
  .yolo-team-content {
    padding: 0;
    height: 300px;
  }
  .yolo-team-content .team-right {
    padding-top: 10px;
    width: 100% !important;
  }
  .yolo-team-content .team-left {
    padding-top: 20px;
    width: 100% !important;
  }
  .yolo-team-content .team-left .yolo-team-image {
    width: 60%;
    margin: 0 auto;
  }
}
@media (max-width: 320px) {
  .yolo-team-content {
    padding: 0;
    height: 300px;
    overflow-y: scroll;
  }
  .yolo-team-content .team-right {
    padding-top: 10px;
    width: 100% !important;
  }
  .yolo-team-content .team-right .team-certificates {
    display: none;
  }
  .yolo-team-content .team-left {
    padding-top: 20px;
    width: 100% !important;
  }
  .yolo-team-content .team-left .yolo-team-image {
    width: 60%;
    margin: 0 auto;
  }
}
.yolo-team-content .team-remove {
  width: 40px;
  height: 40px;
  background: #eeeff0;
  position: absolute;
  top: 0;
  right: 0;
  color: #333333;
  border: 0;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media (max-width: 480px) {
  .yolo-team-content .team-remove {
    margin-top: -40px;
    position: fixed;
  }
}
.yolo-team-content .team-remove:hover {
  background: #000000;
  color: #ffffff;
}
.yolo-team-content .team-left {
  width: 40%;
  float: left;
  text-align: center;
  padding-left: 30px;
}
.yolo-team-content .team-left h4 {
  font-size: 24px;
  margin: 22px 10px 8px;
  padding: 0;
  color: #7dc642;
}
.yolo-team-content .team-left .team_position {
  display: block;
  color: #333333;
  text-transform: uppercase;
}
.yolo-team-content .team-right {
  width: 60%;
  float: left;
  padding-left: 30px;
}
.yolo-team-content .team-right .team-title {
  font-size: 24px;
  position: relative;
  color: #333333;
  padding: 0;
  margin: 0 0 15px 0;
}
.yolo-team-content .team-right .team-title:before {
  width: 4px;
  height: 4px;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.yolo-team-content .team-right .team-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.yolo-team-content .team-right .team-contact ul li {
  line-height: 28px;
}
.yolo-team-content .team-right .team-contact ul li i {
  color: #7dc642;
  padding-right: 17px;
}
.yolo-team-content .team-right .team-contact .team_socials a {
  display: inline-block;
  margin-top: 10px;
  margin-right: 13px;
  color: #333333;
  -webkit-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.yolo-team-content .team-right .team-contact .team_socials a:hover {
  color: #7dc642;
}
.yolo-team-content .team-specialty {
  margin-top: 20px;
}
.yolo-team-content .team-specialty .team-specialty-attr {
  margin-top: 13px;
}
.yolo-team-content .team-specialty .team-specialty-attr ul {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 50%;
}
.yolo-team-content .team-specialty .team-specialty-attr ul li {
  line-height: 36px;
  position: relative;
  padding: 0 0 0 14px;
}
.yolo-team-content .team-specialty .team-specialty-attr ul li:before {
  width: 4px;
  height: 4px;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #333333;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.yolo-team-content .team-certificates {
  margin-top: 20px;
  color: #333333;
}
/* TESTIMONIAL */
@media (max-width: 480px) {
  .yolo-testimonial.slider-pro .sp-mask.sp-grab,
  .yolo-testimonial.slider-pro .sp-grabbing {
    height: 550px !important;
  }
}
.yolo-testimonial.slider-pro .sp-slides .sp-slide {
  padding: 75px;
  background-color: #f6f6f6;
}
.yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-content {
  padding-left: 50px;
  position: relative;
}
.yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-content p {
  color: #666666;
}
.yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-content hr {
  width: 60px;
  position: absolute;
  left: 0;
  margin-left: 50px;
  border-top: 1px solid #b3b3b3;
}
.yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-content:before {
  content: "\f10d";
  font-family: fontawesome;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 36px;
  line-height: 1.3;
  color: #7dc642;
}
@media (max-width: 480px) {
  .yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-content {
    padding-top: 45px;
    padding-left: 0;
  }
  .yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-content:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-info {
  padding-left: 50px;
  margin-top: 65px;
}
.yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-info img {
  width: 60px;
  float: left;
}
.yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-info .testimonial-meta {
  margin-left: 80px;
}
.yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-info .testimonial-meta h3 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
}
.yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-info .testimonial-meta p {
  color: #666666;
  margin: 0;
}
@media (max-width: 480px) {
  .yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-info {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .yolo-testimonial.slider-pro .sp-slides .sp-slide {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .yolo-testimonial.slider-pro .sp-slides .sp-slide {
    height: 550px !important;
  }
}
.yolo-testimonial.slider-pro .sp-selected-thumbnail:before {
  display: none;
  border-color: #7dc642 !important;
}
.yolo-testimonial.slider-pro .sp-selected-thumbnail:after {
  display: none;
  border-right-color: #7dc642 !important;
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail {
  width: 100%;
  height: 100%;
  left: 28px;
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .sp-thumbnail-inner {
  position: relative;
  background-size: cover!important;
  width: 100%;
  height: 100%;
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .testimonial-info {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .testimonial-info img {
  width: 90px;
  float: left;
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .testimonial-info .testimonial-meta {
  z-index: 2;
  margin-left: 120px;
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .testimonial-info .testimonial-meta h3 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 18px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  margin-top: 0;
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .testimonial-info .testimonial-meta p {
  margin: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  color: #666666;
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .testimonial-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .testimonial-overlay:before {
  content: '';
  right: -64%;
  top: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  -webkit-transform: skewX(-30deg) skewY(0);
  -ms-transform: skewX(-30deg) skewY(0);
  -o-transform: skewX(-30deg) skewY(0);
  transform: skewX(-30deg) skewY(0);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .testimonial-overlay i {
  position: absolute;
  left: 65%;
  top: 50%;
  transform: translate(-65%, -50%);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .testimonial-overlay i:before {
  font-size: 18px;
  color: white;
  height: 50px;
  width: 50px;
  background-color: #7dc642;
  display: block;
  line-height: 50px;
  border-radius: 100%;
  text-align: center;
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail:hover .testimonial-overlay:before {
  right: 0%;
  -webkit-transform: skewX(0) skewY(0);
  -ms-transform: skewX(0) skewY(0);
  -o-transform: skewX(0) skewY(0);
  transform: skewX(0) skewY(0);
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail:hover .testimonial-overlay i {
  left: 75%;
  transform: translate(-75%, -50%);
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail:hover .testimonial-info .testimonial-meta h3 {
  color: #ffffff;
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail:hover .testimonial-info .testimonial-meta p {
  color: #ffffff;
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail-container {
  margin-top: 8px;
  margin-bottom: 8px;
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail-container.sp-selected-thumbnail .sp-thumbnail .testimonial-overlay:before {
  right: 0%;
  -webkit-transform: skewX(0) skewY(0);
  -ms-transform: skewX(0) skewY(0);
  -o-transform: skewX(0) skewY(0);
  transform: skewX(0) skewY(0);
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail-container.sp-selected-thumbnail .sp-thumbnail .testimonial-overlay i {
  left: 75%;
  transform: translate(-75%, -50%);
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail-container.sp-selected-thumbnail .sp-thumbnail .testimonial-info .testimonial-meta h3 {
  color: #ffffff;
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail-container.sp-selected-thumbnail .sp-thumbnail .testimonial-info .testimonial-meta p {
  color: #ffffff;
}
@media (max-width: 991px) {
  .yolo-testimonial.slider-pro .sp-thumbnails {
    display: none;
  }
}
.yolo-testimonial.slider-pro .testimonial-control {
  position: absolute;
  height: 40px;
  width: 90px;
  bottom: 55px;
  left: 100px;
  z-index: 999;
}
.yolo-testimonial.slider-pro .testimonial-control .nav_prev,
.yolo-testimonial.slider-pro .testimonial-control .nav_next {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: #ffffff;
  text-align: center;
  line-height: 40px;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.11);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-testimonial.slider-pro .testimonial-control .nav_prev:hover,
.yolo-testimonial.slider-pro .testimonial-control .nav_next:hover {
  color: #7dc642;
}
@media (max-width: 480px) {
  .yolo-testimonial.slider-pro .testimonial-control {
    bottom: 10px;
  }
}
.yolo-testimonial.testimonial-carousel .testimonial-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
}
.yolo-testimonial.testimonial-carousel li {
  list-style: none;
}
.yolo-testimonial.testimonial-carousel .div-img {
  display: inline-block;
  text-align: left;
  width: 100%;
}
.yolo-testimonial.testimonial-carousel .div-img figure img {
  border-radius: 50%;
  height: 125px;
  margin: 0 auto;
  width: 125px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.yolo-testimonial.testimonial-carousel .div-img i {
  font-size: 30px;
  color: #e6e6e6;
  margin-bottom: 10px;
}
.yolo-testimonial.testimonial-carousel .testimonial-content {
  color: #333;
  text-align: center;
}
.yolo-testimonial.testimonial-carousel .testimonial-info {
  text-align: right;
  color: #333;
  text-transform: uppercase;
  padding-right: 20px;
  border-right: 2px solid #333;
  margin-top: 35px;
  margin-bottom: 15px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.yolo-testimonial.testimonial-carousel .testimonial-info h3 {
  font-size: 18px;
  font-family: Roboto;
  letter-spacing: 0.5px;
  margin: 10px 0 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.yolo-testimonial.testimonial-carousel .testimonial-info .testimonial-position {
  font-size: 12px;
}
.yolo-testimonial.testimonial-carousel .testimonial-control {
  text-align: center;
}
.yolo-testimonial.testimonial-carousel .testimonial-control:hover {
  cursor: pointer;
}
.yolo-testimonial.testimonial-carousel .testimonial-control .testimonial-nav {
  display: inline-block;
  margin: 0 5px;
}
.yolo-testimonial.testimonial-carousel .testimonial-control .testimonial-nav i {
  padding: 15px;
  color: #ccc;
  font-size: 30px;
}
.yolo-testimonial.testimonial-carousel .testimonial-control .testimonial-nav:hover i {
  color: #333;
}
.yolo-testimonial.testimonial-carousel li:hover .testimonial-info {
  border-right: 2px solid #7dc642;
}
.yolo-testimonial.testimonial-carousel li:hover .testimonial-info h3 {
  color: #7dc642;
}
.yolo-testimonial.testimonial-carousel li:hover .div-img figure img {
  box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.yolo-testimonial.testimonial-carousel li:hover .div-img i {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  color: #7dc642;
}
.yolo-testimonial.testimonial-carousel-2 {
  text-align: center;
  padding: 40px 100px;
  position: relative;
}
.yolo-testimonial.testimonial-carousel-2 .owl-controls {
  margin-top: 75px;
}
.yolo-testimonial.testimonial-carousel-2 .owl-controls .owl-pagination .owl-page {
  height: 30px;
}
.yolo-testimonial.testimonial-carousel-2 .owl-controls .owl-pagination .owl-page span {
  width: 25px;
  height: 2px;
  margin: 0 5px;
  margin-top: 14px;
  background-color: #b3b3b3;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-testimonial.testimonial-carousel-2 .owl-controls .owl-pagination .owl-page:hover span {
  background-color: #333333;
}
.yolo-testimonial.testimonial-carousel-2 .owl-controls .owl-pagination .owl-page.active span {
  background-color: #333333;
}
.yolo-testimonial.testimonial-carousel-2 .testimonial-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
}
.yolo-testimonial.testimonial-carousel-2 .testimonial-list .testimonial-item:hover .testimonial-position:before {
  width: 10%;
}
.yolo-testimonial.testimonial-carousel-2 .testimonial-list .testimonial-item p {
  z-index: 2;
  margin: 0 auto;
  margin-top: 40px;
  position: relative;
  width: 80%;
}
.yolo-testimonial.testimonial-carousel-2 .testimonial-list .testimonial-item p:before {
  content: "\f10d";
  font-family: fontawesome;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 36px;
  color: #cccccc;
  z-index: -1;
}
.yolo-testimonial.testimonial-carousel-2 .testimonial-list .testimonial-item .testimonial-title {
  text-transform: uppercase;
  color: #333333;
  font-weight: 700;
  font-size: 30px;
}
.yolo-testimonial.testimonial-carousel-2 .testimonial-list .testimonial-item .testimonial-position {
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  padding-bottom: 30px;
  margin-top: 0;
}
.yolo-testimonial.testimonial-carousel-2 .testimonial-list .testimonial-item .testimonial-position:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 5%;
  height: 1px;
  background: #000000;
  transition: width 0.2s;
}
.yolo-testimonial.testimonial-carousel-2 .testimonial-list .testimonial-item .testimonial-special {
  display: none;
  position: relative;
}
.yolo-testimonial.testimonial-carousel-2 .testimonial-control:hover {
  cursor: pointer;
}
.yolo-testimonial.testimonial-carousel-2 .testimonial-control .testimonial-nav {
  position: absolute;
  top: 50%;
  z-index: 99;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #333333;
  margin: 0 5px;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.yolo-testimonial.testimonial-carousel-2 .testimonial-control .testimonial-nav i {
  padding: 15px;
  background: #ffffff;
}
.yolo-testimonial.testimonial-carousel-2 .testimonial-control .testimonial-nav.nav_next {
  right: 20px;
}
.yolo-testimonial.testimonial-carousel-2 .testimonial-control .testimonial-nav.nav_prev {
  left: 20px;
}
.shortcode-blog-wrap .blog-wrap article .entry-thumbnail-wrap .entry-thumbnail:before {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: "";
  display: inline-block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  z-index: 1;
}
.shortcode-blog-wrap .blog-wrap article .entry-thumbnail-wrap .entry-thumbnail .entry-thumbnail_overlay:before {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  content: "\f064";
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 30px;
}
.shortcode-blog-wrap .blog-wrap article:hover .entry-thumbnail-wrap .entry-thumbnail:before {
  opacity: 1;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
}
.shortcode-blog-wrap .blog-wrap article:hover .entry-thumbnail-wrap .entry-thumbnail_overlay:before {
  opacity: 1;
}
.shortcode-blog-wrap .blog-wrap article:hover .entry-thumbnail-wrap .date-overlay {
  -moz-transform: translate(20px, 20px);
  -webkit-transform: translate(20px, 20px);
  -ms-transform: translate(20px, 20px);
  -o-transform: translate(20px, 20px);
  transform: translate(20px, 20px);
  z-index: 1;
}
.shortcode-blog-wrap .blog-wrap.medium-image .social-share-wrap {
  display: inline-block;
  margin-top: 10px;
  width: 100%;
}
.shortcode-blog-wrap .blog-wrap.medium-image .social-share-wrap label {
  display: inline-block;
  float: left;
  font-weight: 400;
  padding-right: 5px;
  text-transform: uppercase;
}
.shortcode-blog-wrap .blog-wrap.medium-image .social-share-wrap .social-share {
  display: inline-block;
  float: left;
  padding: 0;
}
.shortcode-blog-wrap .blog-wrap.medium-image .social-share-wrap .social-share li {
  display: inline-block;
  float: left;
  font-size: 0;
  line-height: 35px;
  margin: 0 10px;
}
.shortcode-blog-wrap .blog-wrap.medium-image .social-share-wrap .social-share li i {
  font-size: 14px;
}
.shortcode-blog-wrap .blog-wrap .columns-4 article {
  width: 25%;
}
.shortcode-blog-wrap .blog-wrap .columns-3 article {
  width: 33.33%;
}
.shortcode-blog-wrap .blog-wrap .columns-2 article {
  width: 50%;
}
@media (max-width: 768px) {
  .shortcode-blog-wrap .blog-wrap .columns-4 article,
  .shortcode-blog-wrap .blog-wrap .columns-3 article {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .shortcode-blog-wrap .blog-wrap .columns-4 article,
  .shortcode-blog-wrap .blog-wrap .columns-3 article {
    width: 100%;
  }
}