/**
 * Widget
 */
.product-taxonomy {
  padding-left: 0px;
}
.product-taxonomy.dropdown .open > .children {
  display: block;
}
.product-taxonomy.dropdown .children {
  display: none;
}
.product-taxonomy ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.product-taxonomy li {
  position: relative;
}
.product-taxonomy li:hover > a,
.product-taxonomy li.open > a {
  color: #0080ff;
}
.product-taxonomy li a:before {
  content: none;
}
.product-taxonomy li:hover:before,
.product-taxonomy li.active:before,
.product-taxonomy li.open:before {
  transform: rotate(90deg);
  color: #0080ff;
}
.product-taxonomy > li {
  width: 100%;
  border: 1px solid #f0f0f0;
  margin: 0;
  text-align: left;
  display: block;
  padding: 10px 20px;
  list-style: none;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  margin-top: -1px;
  transition: all 0.35s ease;
}
.product-taxonomy > li.has-child.open:after {
  content: '';
  position: absolute;
  top: 49px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f0f0f0;
}
.product-taxonomy > li.has-child:before {
  content: "\f3d3";
  font-family: Ionicons;
  position: absolute;
  right: 25px;
  transition: all 0.35s ease;
}
.product-taxonomy > li > ul > li.has-child:before {
  content: "\f3d3";
  font-family: Ionicons;
  position: absolute;
  right: 5px;
  transition: all 0.35s ease;
}
.product-taxonomy > li > ul li {
  font-weight: normal;
  padding: 10px 0px;
}
.product-taxonomy > li > ul li:first-child {
  padding-top: 20px;
  padding-bottom: 10px;
}
.product-taxonomy > li > ul li:last-child {
  padding-bottom: 0;
}
.product-taxonomy > li > ul li > ul li {
  padding-left: 15px;
}
.product-taxonomy > li > ul > li:first-child {
  padding-top: 30px;
  padding-bottom: 10px;
}
.product-taxonomy > li > ul > li:last-child {
  padding-bottom: 10px;
}
.product-taxonomy > li.current-cat > a {
  color: #0080ff;
}
.product-taxonomy.ajax-filter li a:before {
  content: none;
}
.product-taxonomy.ajax-filter li:hover:before,
.product-taxonomy.ajax-filter li.active:before,
.product-taxonomy.ajax-filter li.open:before {
  transform: rotate(90deg);
  color: #0080ff;
}
.product-taxonomy.ajax-filter li.active > a:after {
  content: '\f00d';
  margin-left: 10px;
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  transform: translate(20px, 50%);
}
.product-taxonomy.ajax-filter li.active > a:hover:after {
  color: red;
}
.product-taxonomy.ajax-filter li .children {
  padding: 0;
  position: relative;
  z-index: 2;
}
.widget.widget-social-profile > ul {
  padding: 0;
  margin: 0;
}
.widget.widget-social-profile > ul li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}
.widget.widget-social-profile > ul li a {
  color: inherit;
}
.widget.widget-social-profile > ul li a:hover {
  color: #0080ff;
}
.widget.widget-social-profile > ul.no-border li a {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: block;
  font-size: 16px;
}
.widget.widget-social-profile > ul.square li a {
  font-size: 18px;
}
.widget.widget-social-profile > ul.border li a {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: block;
  font-size: 16px;
  border: 1px solid inherit;
}
.widget.widget-social-profile > ul.border li a:hover {
  color: #0080ff;
  border-color: #0080ff;
}
.banner-shortcode-wrap {
  background-color: #ffffff;
}
.banner-shortcode-wrap.style_1 .banner-content {
  position: relative;
  overflow: hidden;
}
.banner-shortcode-wrap.style_1 .banner-content img {
  transition: all 1.5s ease;
  width: 100%;
}
.banner-shortcode-wrap.style_1 .banner-content .text-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 50px;
  width: 100%;
}
.banner-shortcode-wrap.style_1 .banner-content .text-content .banner-title {
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .banner-shortcode-wrap.style_1 .banner-content .text-content .banner-title {
    margin-bottom: 0;
    font-size: 14px;
  }
}
.banner-shortcode-wrap.style_1 .banner-content .text-content .sub-title {
  font-size: 16px;
}
@media (max-width: 480px) {
  .banner-shortcode-wrap.style_1 .banner-content .text-content .sub-title {
    display: none;
  }
}
.banner-shortcode-wrap.style_1 .banner-content .text-content.left {
  text-align: left;
  width: 45%;
  left: 0;
}
@media (max-width: 1199px) {
  .banner-shortcode-wrap.style_1 .banner-content .text-content.left {
    padding: 0;
    padding-left: 30px;
    width: 55%;
  }
}
.banner-shortcode-wrap.style_1 .banner-content .text-content.center {
  text-align: center;
}
.banner-shortcode-wrap.style_1 .banner-content .text-content.right {
  right: 0;
  width: 45%;
  text-align: right;
}
@media (max-width: 1199px) {
  .banner-shortcode-wrap.style_1 .banner-content .text-content.right {
    padding: 0;
    padding-right: 30px;
    width: 55%;
  }
}
.banner-shortcode-wrap.style_1 .banner-content .button-text {
  margin-top: 15px;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #222222;
  transition: all 0.5s ease;
  white-space: nowrap;
}
.banner-shortcode-wrap.style_1 .banner-content .button-text:hover {
  background-color: #222222;
  color: #ffffff;
}
@media (max-width: 480px) {
  .banner-shortcode-wrap.style_1 .banner-content .button-text {
    line-height: 1.3;
  }
}
.banner-shortcode-wrap.style_1 .banner-content:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .banner-shortcode-wrap.style_1 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.banner-shortcode-wrap.style_2 {
  position: relative;
  overflow: hidden;
}
.banner-shortcode-wrap.style_2:before,
.banner-shortcode-wrap.style_2:after {
  box-sizing: border-box;
  content: '';
  position: absolute;
  transform-origin: center;
  border: 15px solid transparent;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.5;
}
.banner-shortcode-wrap.style_2:hover:before {
  border-top-color: #0080ff;
  border-right-color: #0080ff;
  width: 100%;
  height: 100%;
  transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
}
.banner-shortcode-wrap.style_2:hover:after {
  border-bottom-color: #0080ff;
  border-left-color: #0080ff;
  transition: height 0.3s ease-out, width 0.3s ease-out 0.3s;
  width: 100%;
  height: 100%;
}
.banner-shortcode-wrap.style_2:hover .banner-content img {
  transform: scale(1.05);
}
.banner-shortcode-wrap.style_2:hover .banner-content:before {
  opacity: 0.5;
}
.banner-shortcode-wrap.style_2:hover .banner-content .text-content .button-text {
  opacity: 1;
}
.banner-shortcode-wrap.style_2:hover .banner-content .text-content .sub-title {
  opacity: 0;
}
.banner-shortcode-wrap.style_2:hover .banner-content .text-content.left .button-text {
  left: 0;
}
.banner-shortcode-wrap.style_2:hover .banner-content .text-content.center .button-text {
  left: 50%;
  transform: translateX(-50%);
}
.banner-shortcode-wrap.style_2:hover .banner-content .text-content.right .button-text {
  right: 0;
}
.banner-shortcode-wrap.style_2 .banner-content {
  position: relative;
  overflow: hidden;
}
.banner-shortcode-wrap.style_2 .banner-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #eee;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 1.5s ease;
}
.banner-shortcode-wrap.style_2 .banner-content img {
  transition: all 1.5s ease;
  width: 100%;
}
.banner-shortcode-wrap.style_2 .banner-content .text-content {
  position: absolute;
  top: 40px;
  width: 100%;
  z-index: 2;
}
.banner-shortcode-wrap.style_2 .banner-content .text-content .banner-title {
  margin-top: 0;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  transition: all 0.5s ease;
}
@media (max-width: 1299px) {
  .banner-shortcode-wrap.style_2 .banner-content .text-content .banner-title {
    font-size: 30px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .banner-shortcode-wrap.style_2 .banner-content .text-content .banner-title {
    font-size: 24px;
  }
}
@media (max-width: 479px) {
  .banner-shortcode-wrap.style_2 .banner-content .text-content .banner-title {
    font-size: 24px;
  }
}
.banner-shortcode-wrap.style_2 .banner-content .text-content .sub-title {
  font-size: 16px;
  transition: all 0.5s ease;
}
.banner-shortcode-wrap.style_2 .banner-content .text-content.left {
  text-align: left;
  left: 30px;
}
.banner-shortcode-wrap.style_2 .banner-content .text-content.left .button-text {
  left: -50px;
}
@media (max-width: 479px) {
  .banner-shortcode-wrap.style_2 .banner-content .text-content.left {
    left: 15px;
  }
}
.banner-shortcode-wrap.style_2 .banner-content .text-content.center {
  text-align: center;
}
.banner-shortcode-wrap.style_2 .banner-content .text-content.center .button-text {
  left: 30%;
}
.banner-shortcode-wrap.style_2 .banner-content .text-content.right {
  right: 30px;
  text-align: right;
}
.banner-shortcode-wrap.style_2 .banner-content .text-content.right .button-text {
  right: -50px;
}
@media (max-width: 479px) {
  .banner-shortcode-wrap.style_2 .banner-content .text-content.right {
    right: 15px;
  }
}
@media (max-width: 479px) {
  .banner-shortcode-wrap.style_2 .banner-content .text-content {
    top: 20px;
  }
}
.banner-shortcode-wrap.style_2 .banner-content .button-text {
  margin-top: 15px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.5s ease;
  position: absolute;
  bottom: 0;
  font-size: 16px;
  font-weight: bold;
  opacity: 0;
}
.banner-shortcode-wrap.style_2 .banner-content .button-text:after {
  margin-left: 3px;
  content: "\f30f";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 991px) and (min-width: 768px) {
  .banner-shortcode-wrap.style_2:before,
  .banner-shortcode-wrap.style_2:after {
    border-width: 10px;
  }
}
@media (max-width: 479px) {
  .banner-shortcode-wrap.style_2:before,
  .banner-shortcode-wrap.style_2:after {
    border-width: 5px;
  }
}
@media (max-width: 767px) {
  .banner-shortcode-wrap.style_2 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.banner-shortcode-wrap.style_3 {
  background-color: transparent;
}
.banner-shortcode-wrap.style_3 .banner-content {
  position: relative;
}
.banner-shortcode-wrap.style_3 .banner-content img {
  transition: all 1.5s ease;
  width: 100%;
}
.banner-shortcode-wrap.style_3 .banner-content .icon-hover {
  position: absolute;
  top: 30%;
  left: 50%;
  height: 42px;
  width: 42px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  border: 2px solid #ffffff;
  text-align: center;
  padding: 4px;
  transition: all 0.5s ease;
}
.banner-shortcode-wrap.style_3 .banner-content .icon-hover .icon-hover-inner {
  position: relative;
  background-color: #ffffff;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  transition: all 0.5s ease;
}
.banner-shortcode-wrap.style_3 .banner-content .icon-hover .icon-hover-inner i {
  font-size: 18px;
  transform: rotate(45deg);
  line-height: 27px;
  transition: all 0.5s ease;
}
.banner-shortcode-wrap.style_3 .banner-content .icon-hover .content-hover-icon {
  position: absolute;
  left: 0;
  padding-bottom: 25px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transform: translate(0, 70px);
  transition: all 0.8s ease 0s;
  z-index: 3;
}
.banner-shortcode-wrap.style_3 .banner-content .icon-hover .content-hover-icon .content-hover {
  position: relative;
  width: 190px;
  background-color: #fff;
  display: block;
  text-align: center;
  padding: 18px 5px 15px;
  margin-left: -80px;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.3);
}
.banner-shortcode-wrap.style_3 .banner-content .icon-hover .content-hover-icon .content-hover .product-title {
  font-weight: bold;
  font-size: 16px;
}
.banner-shortcode-wrap.style_3 .banner-content .icon-hover .content-hover-icon .content-hover .icon-price {
  font-size: 16px;
}
.banner-shortcode-wrap.style_3 .banner-content .icon-hover .content-hover-icon .content-hover:before {
  content: '';
  border-top: 10px solid #ffffff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  transform: rotate(-180deg);
  left: 50%;
  top: -10px;
  margin-left: -10px;
}
.banner-shortcode-wrap.style_3 .banner-content .icon-hover:hover {
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
}
.banner-shortcode-wrap.style_3 .banner-content .icon-hover:hover .content-hover-icon {
  transform: translate(0, 25px);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner-shortcode-wrap.style_3 .banner-content .text-content {
  position: absolute;
  bottom: 15px;
  left: 0px;
  width: 100%;
  z-index: 2;
}
.banner-shortcode-wrap.style_3 .banner-content .text-content .banner-title {
  margin: 0;
  padding-left: 20px;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .banner-shortcode-wrap.style_3 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.banner-shortcode-wrap.style_4 .banner-content {
  position: relative;
  overflow: hidden;
}
.banner-shortcode-wrap.style_4 .banner-content .img-content {
  position: relative;
  display: inline-block;
}
.banner-shortcode-wrap.style_4 .banner-content .img-content:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: box-shadow 0.3s ease;
  box-shadow: inset 0 0 0 0px rgba(0, 128, 255, 0.15);
}
.banner-shortcode-wrap.style_4 .banner-content.left {
  overflow: hidden;
}
.banner-shortcode-wrap.style_4 .banner-content.left .img-content {
  float: right;
}
.banner-shortcode-wrap.style_4 .banner-content img {
  transition: all 1.5s ease;
}
.banner-shortcode-wrap.style_4 .banner-content .text-content {
  position: absolute;
  width: 100%;
  z-index: 2;
}
.banner-shortcode-wrap.style_4 .banner-content .text-content .banner-title {
  margin-top: 0;
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 10px;
  transition: all 0.5s ease;
}
@media (max-width: 1600px) {
  .banner-shortcode-wrap.style_4 .banner-content .text-content .banner-title {
    text-shadow: 0px 0px 3px #ffffff;
  }
}
@media (max-width: 479px) {
  .banner-shortcode-wrap.style_4 .banner-content .text-content .banner-title {
    font-size: 30px;
  }
}
.banner-shortcode-wrap.style_4 .banner-content .text-content .sub-title {
  font-size: 18px;
  transition: all 0.5s ease;
}
@media (max-width: 479px) {
  .banner-shortcode-wrap.style_4 .banner-content .text-content .sub-title {
    font-size: 14px;
  }
}
.banner-shortcode-wrap.style_4 .banner-content .text-content.top {
  top: 80px;
}
.banner-shortcode-wrap.style_4 .banner-content .text-content.bottom {
  bottom: 80px;
}
.banner-shortcode-wrap.style_4 .banner-content .text-content.left {
  text-align: left;
  left: 0px;
}
.banner-shortcode-wrap.style_4 .banner-content .text-content.left .button-text {
  left: -50px;
}
.banner-shortcode-wrap.style_4 .banner-content .text-content.right {
  right: 0px;
  text-align: right;
}
.banner-shortcode-wrap.style_4 .banner-content .text-content.right .button-text {
  right: -50px;
}
.banner-shortcode-wrap.style_4 .banner-content .text-content.right .button-text:before {
  margin-right: 3px;
  content: "\f2ca";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.banner-shortcode-wrap.style_4 .banner-content .text-content.right .button-text:after {
  display: none;
}
@media (max-width: 479px) {
  .banner-shortcode-wrap.style_4 .banner-content .text-content {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.banner-shortcode-wrap.style_4 .banner-content .button-text {
  margin-top: 15px;
  display: inline-block;
  transition: all 0.5s ease;
  position: absolute;
  bottom: 0;
  font-size: 18px;
  font-weight: bold;
  opacity: 0;
}
.banner-shortcode-wrap.style_4 .banner-content .button-text:after {
  margin-left: 3px;
  content: "\f30f";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 479px) {
  .banner-shortcode-wrap.style_4 .banner-content .button-text {
    font-size: 14px;
  }
}
.banner-shortcode-wrap.style_4 .banner-content:hover .img-content:before {
  box-shadow: inset 0 0 0 10px rgba(0, 128, 255, 0.15);
}
.banner-shortcode-wrap.style_4 .banner-content:hover .text-content .banner-title {
  animation: toLeftFromRight 0.5s forwards;
}
.banner-shortcode-wrap.style_4 .banner-content:hover .text-content .button-text {
  opacity: 1;
}
.banner-shortcode-wrap.style_4 .banner-content:hover .text-content .sub-title {
  opacity: 0;
}
.banner-shortcode-wrap.style_4 .banner-content:hover .text-content.left .banner-title {
  animation: toRightFromLeft 0.5s forwards;
}
.banner-shortcode-wrap.style_4 .banner-content:hover .text-content.left .button-text {
  left: 0;
}
.banner-shortcode-wrap.style_4 .banner-content:hover .text-content.center .button-text {
  left: 50%;
  transform: translateX(-50%);
}
.banner-shortcode-wrap.style_4 .banner-content:hover .text-content.right .button-text {
  right: 0;
}
@media (max-width: 991px) {
  .banner-shortcode-wrap.style_4 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.banner-shortcode-wrap.style_5 .banner-content .text-content {
  bottom: 20px;
  padding: 40px;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.5s ease;
}
.banner-shortcode-wrap.style_5 .banner-content .text-content .banner-title {
  white-space: nowrap;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 36px;
  font-weight: 700;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .banner-shortcode-wrap.style_5 .banner-content .text-content .banner-title {
    font-size: 24px;
  }
}
.banner-shortcode-wrap.style_5 .banner-content .button-text {
  display: inline-block;
  transition: all 0.5s ease;
  font-size: 18px;
  font-weight: bold;
}
.banner-shortcode-wrap.style_5 .banner-content .button-text:after {
  margin-left: 3px;
  content: "\f10b";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  animation: pulse-left-right 2s ease-out infinite;
}
.banner-shortcode-wrap.style_5 .banner-content:hover .text-content {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .banner-shortcode-wrap.style_5 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.banner-shortcode-wrap.style_6.margin_shortcode {
  margin-top: -200px;
}
@media (max-width: 1600px) {
  .banner-shortcode-wrap.style_6.margin_shortcode {
    margin-top: -60px;
  }
}
@media (max-width: 599px) {
  .banner-shortcode-wrap.style_6.margin_shortcode {
    margin-top: 0px;
  }
}
.banner-shortcode-wrap.style_6 .banner-content {
  position: relative;
  padding: 60px;
  display: table;
  color: rgba(34, 34, 34, 0.8);
  transition: all 0.35s ease;
}
.banner-shortcode-wrap.style_6 .banner-content:hover {
  color: #222222;
}
.banner-shortcode-wrap.style_6 .banner-content:hover .content-img:after {
  box-shadow: inset 0 0 0 10px rgba(17, 17, 17, 0.3);
}
.banner-shortcode-wrap.style_6 .banner-content.top-right:hover .text-content .main-content .price,
.banner-shortcode-wrap.style_6 .banner-content.top-right:hover .text-content .main-content .description {
  left: 0px;
  opacity: 1;
}
.banner-shortcode-wrap.style_6 .banner-content.top-right .content-img:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 20px solid #ffffff;
  border-bottom: 20px solid transparent;
}
.banner-shortcode-wrap.style_6 .banner-content.top-right .text-content {
  vertical-align: top;
  padding-left: 25px;
  padding-right: 60px;
}
.banner-shortcode-wrap.style_6 .banner-content.top-right .text-content .main-content .price {
  left: 10px;
}
.banner-shortcode-wrap.style_6 .banner-content.top-right .text-content .main-content .description {
  left: 20px;
}
@media (max-width: 1300px) {
  .banner-shortcode-wrap.style_6 .banner-content.top-right .text-content {
    padding-right: 25px;
  }
}
@media (max-width: 599px) {
  .banner-shortcode-wrap.style_6 .banner-content.top-right .text-content {
    padding: 10px 0;
  }
  .banner-shortcode-wrap.style_6 .banner-content.top-right .text-content .main-content {
    display: none;
  }
}
.banner-shortcode-wrap.style_6 .banner-content.bottom-left:hover .text-content .heading-content .banner-number {
  vertical-align: bottom;
}
.banner-shortcode-wrap.style_6 .banner-content.bottom-left:hover .text-content .main-content .price,
.banner-shortcode-wrap.style_6 .banner-content.bottom-left:hover .text-content .main-content .description {
  right: 0px;
  opacity: 1;
}
.banner-shortcode-wrap.style_6 .banner-content.bottom-left .content-img {
  vertical-align: bottom;
}
.banner-shortcode-wrap.style_6 .banner-content.bottom-left .content-img:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-left: 20px solid #ffffff;
  border-bottom: 20px solid transparent;
}
.banner-shortcode-wrap.style_6 .banner-content.bottom-left .text-content {
  text-align: right;
  padding-right: 25px;
  padding-left: 60px;
  vertical-align: bottom;
}
.banner-shortcode-wrap.style_6 .banner-content.bottom-left .text-content .heading-content {
  float: right;
}
.banner-shortcode-wrap.style_6 .banner-content.bottom-left .text-content .heading-content .heading-inner {
  padding: 0;
  padding-right: 15px;
}
.banner-shortcode-wrap.style_6 .banner-content.bottom-left .text-content .heading-content .banner-number {
  vertical-align: bottom;
}
.banner-shortcode-wrap.style_6 .banner-content.bottom-left .text-content .main-content {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 35px;
  padding-right: 44px;
}
.banner-shortcode-wrap.style_6 .banner-content.bottom-left .text-content .main-content .price {
  right: 10px;
}
.banner-shortcode-wrap.style_6 .banner-content.bottom-left .text-content .main-content .price:before {
  left: auto;
  right: -20px;
}
.banner-shortcode-wrap.style_6 .banner-content.bottom-left .text-content .main-content .description {
  right: 20px;
}
@media (max-width: 1300px) {
  .banner-shortcode-wrap.style_6 .banner-content.bottom-left .text-content {
    padding-left: 25px;
  }
}
@media (max-width: 599px) {
  .banner-shortcode-wrap.style_6 .banner-content.bottom-left .text-content {
    padding: 10px 0;
  }
  .banner-shortcode-wrap.style_6 .banner-content.bottom-left .text-content .main-content {
    display: none;
  }
}
.banner-shortcode-wrap.style_6 .banner-content .content-img {
  width: 37%;
  display: table-cell;
  position: relative;
}
.banner-shortcode-wrap.style_6 .banner-content .content-img:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: box-shadow 0.3s ease;
  box-shadow: inset 0 0 0 0px rgba(17, 17, 17, 0.3);
}
.banner-shortcode-wrap.style_6 .banner-content .content-img img {
  width: 100%;
}
@media (max-width: 599px) {
  .banner-shortcode-wrap.style_6 .banner-content .content-img {
    display: inline-block;
    width: 100%;
  }
  .banner-shortcode-wrap.style_6 .banner-content .content-img:before {
    display: none;
  }
}
.banner-shortcode-wrap.style_6 .banner-content .text-content {
  display: table-cell;
  width: 63%;
  z-index: 2;
}
.banner-shortcode-wrap.style_6 .banner-content .text-content .heading-content {
  display: table;
}
.banner-shortcode-wrap.style_6 .banner-content .text-content .heading-content .heading-inner {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}
.banner-shortcode-wrap.style_6 .banner-content .text-content .heading-content .heading-inner .banner-title {
  line-height: 1;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}
.banner-shortcode-wrap.style_6 .banner-content .text-content .heading-content .heading-inner .sub-title {
  font-size: 16px;
}
.banner-shortcode-wrap.style_6 .banner-content .text-content .heading-content .banner-number {
  position: relative;
  line-height: 1;
  display: table-cell;
  font-size: 60px;
  font-weight: 600;
}
@media (max-width: 599px) {
  .banner-shortcode-wrap.style_6 .banner-content .text-content .heading-content .banner-number {
    font-size: 50px;
  }
}
.banner-shortcode-wrap.style_6 .banner-content .text-content .main-content {
  margin-top: 35px;
  padding-left: 44px;
}
.banner-shortcode-wrap.style_6 .banner-content .text-content .main-content .price {
  opacity: 0;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  transition: all 0.45s ease;
}
.banner-shortcode-wrap.style_6 .banner-content .text-content .main-content .price:before {
  content: '';
  position: absolute;
  height: 8px;
  width: 8px;
  background-color: #222222;
  left: -20px;
  top: 18px;
  opacity: 0.5;
  transform: rotate(45deg);
}
.banner-shortcode-wrap.style_6 .banner-content .text-content .main-content p {
  position: relative;
  opacity: 0;
  transition: all 0.75s ease;
  margin: 0;
}
@media (max-width: 599px) {
  .banner-shortcode-wrap.style_6 .banner-content .text-content {
    display: block;
    width: 100%;
  }
}
@media (max-width: 1600px) {
  .banner-shortcode-wrap.style_6 .banner-content {
    padding: 30px;
  }
}
@media (max-width: 599px) {
  .banner-shortcode-wrap.style_6 .banner-content {
    padding: 0 30px;
    display: block;
  }
}
@media (max-width: 767px) {
  .banner-shortcode-wrap.style_6 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.banner-shortcode-wrap.style_7 .banner-content {
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
}
.banner-shortcode-wrap.style_7 .banner-content img {
  transition: all 1.5s ease;
  width: 100%;
}
.banner-shortcode-wrap.style_7 .banner-content:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 50px;
  width: 100%;
  transform: translateY(-50%);
  transition: all 0.5s ease;
  background-color: rgba(255, 255, 255, 0.8);
}
.banner-shortcode-wrap.style_7 .banner-content .text-content {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.banner-shortcode-wrap.style_7 .banner-content .text-content .banner-title {
  white-space: nowrap;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.5s ease;
  padding: 15px 0;
}
.banner-shortcode-wrap.style_7 .banner-content:hover {
  box-shadow: 2px 2px 7px 2px rgba(0, 0, 0, 0.2);
}
.banner-shortcode-wrap.style_7 .banner-content:hover:before {
  height: 100%;
}
@media (max-width: 991px) {
  .banner-shortcode-wrap.style_7 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.banner-shortcode-wrap.style_8 .banner-content {
  position: relative;
  overflow: hidden;
}
.banner-shortcode-wrap.style_8 .banner-content img {
  transition: all 1.5s ease;
  width: 100%;
}
.banner-shortcode-wrap.style_8 .banner-content .text-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 50px;
  width: 100%;
}
.banner-shortcode-wrap.style_8 .banner-content .text-content .banner-title {
  margin-top: 0;
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .banner-shortcode-wrap.style_8 .banner-content .text-content .banner-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .banner-shortcode-wrap.style_8 .banner-content .text-content .banner-title {
    font-size: 24px;
  }
}
.banner-shortcode-wrap.style_8 .banner-content .text-content .sub-title {
  font-size: 16px;
}
@media (max-width: 767px) {
  .banner-shortcode-wrap.style_8 .banner-content .text-content .sub-title {
    display: none;
  }
}
.banner-shortcode-wrap.style_8 .banner-content .text-content.left {
  text-align: left;
  width: 65%;
  left: 0;
}
.banner-shortcode-wrap.style_8 .banner-content .text-content.center {
  text-align: center;
}
.banner-shortcode-wrap.style_8 .banner-content .text-content.right {
  right: 0;
  width: 65%;
  text-align: left;
}
.banner-shortcode-wrap.style_8 .banner-content .button-text {
  margin-top: 30px;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #222222;
  transition: all 0.5s ease;
}
.banner-shortcode-wrap.style_8 .banner-content .button-text:hover {
  background-color: #222222;
  color: #ffffff;
}
@media (max-width: 991px) {
  .banner-shortcode-wrap.style_8 .banner-content .button-text {
    margin-top: 15px;
  }
}
.banner-shortcode-wrap.style_8 .banner-content:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .banner-shortcode-wrap.style_8 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.banner-shortcode-wrap.style_9 .banner-content {
  position: relative;
  overflow: hidden;
}
.banner-shortcode-wrap.style_9 .banner-content .img-content {
  position: relative;
  display: inline-block;
}
.banner-shortcode-wrap.style_9 .banner-content .img-content:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: box-shadow 0.3s ease;
  box-shadow: inset 0 0 0 0px #0080ff;
}
.banner-shortcode-wrap.style_9 .banner-content .price {
  position: absolute;
  height: 90px;
  width: 90px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 90px;
  background-color: rgba(0, 128, 255, 0.5);
  line-height: 90px;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .banner-shortcode-wrap.style_9 .banner-content .price {
    width: 60px;
    height: 60px;
    right: 40px;
    line-height: 60px;
    font-size: 18px;
  }
}
.banner-shortcode-wrap.style_9 .banner-content .text-content {
  position: absolute;
  width: 100%;
  z-index: 2;
  top: 20px;
  left: 20px;
}
.banner-shortcode-wrap.style_9 .banner-content .text-content .banner-title {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 10px;
  transition: all 0.5s ease;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .banner-shortcode-wrap.style_9 .banner-content .text-content .banner-title {
    font-size: 24px;
    margin-bottom: 0;
  }
}
@media (max-width: 479px) {
  .banner-shortcode-wrap.style_9 .banner-content .text-content .banner-title {
    font-size: 30px;
  }
}
.banner-shortcode-wrap.style_9 .banner-content .text-content .sub-title {
  font-size: 18px;
  transition: all 0.5s ease;
}
.banner-shortcode-wrap.style_9 .banner-content .text-content .sub-title:after {
  content: "\f474";
  display: inline-block;
  font-family: "Ionicons";
  font-size: 24px;
  margin-left: 10px;
  line-height: 1;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .banner-shortcode-wrap.style_9 .banner-content .text-content .sub-title {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .banner-shortcode-wrap.style_9 .banner-content .text-content .sub-title {
    font-size: 14px;
  }
}
.banner-shortcode-wrap.style_9 .banner-content:hover .img-content:before {
  box-shadow: inset 0 0 0 10px rgba(0, 128, 255, 0.3);
}
.banner-shortcode-wrap.style_9 .banner-content:hover .price {
  background-color: #0080ff;
}
.banner-shortcode-wrap.style_9 .banner-content:hover .text-content .banner-title {
  animation: 0.5s ease-in-out 0s normal none 1 moveFromLeft;
  -webkit-animation: 0.5s ease-in-out 0s normal none 1 moveFromLeft;
}
.banner-shortcode-wrap.style_9 .banner-content:hover .text-content .sub-title {
  animation: 0.4s ease-in-out 0.2s normal none 1 moveFromLeft;
  -webkit-animation: 0.4s ease-in-out 0.2s normal none 1 moveFromLeft;
}
@media (max-width: 991px) {
  .banner-shortcode-wrap.style_9 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.banner-shortcode-wrap.style_10 {
  margin: 0 -15px;
  background-color: transparent;
  transition: all 0.35s ease;
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.banner-shortcode-wrap.style_10 .banner-content {
  position: relative;
  overflow: hidden;
  height: 900px;
}
.banner-shortcode-wrap.style_10 .banner-content .text-content {
  position: relative;
  width: 100%;
  top: 600px;
  z-index: 2;
  padding: 0 30px;
  transition: all 0.5s ease;
}
.banner-shortcode-wrap.style_10 .banner-content .text-content .banner-title {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 10px;
  transition: all 0.5s ease;
  text-shadow: 1px 3px 2px rgba(0, 0, 0, 0.2);
}
.banner-shortcode-wrap.style_10 .banner-content .text-content .sub-title {
  text-shadow: 1px 3px 2px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.5s ease;
  margin-bottom: 15px;
}
.banner-shortcode-wrap.style_10 .banner-content .text-content p {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.banner-shortcode-wrap.style_10 .banner-content:hover .text-content {
  transform: translateY(-100px);
}
.banner-shortcode-wrap.style_10 .banner-content:hover .text-content p {
  opacity: 1;
  visibility: visible;
}
.banner-shortcode-wrap.style_10:hover {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: #ffffff;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .banner-shortcode-wrap.style_10 .banner-content .text-content {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .banner-shortcode-wrap.style_10 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .banner-shortcode-wrap.style_10 .banner-content {
    height: 600px;
  }
  .banner-shortcode-wrap.style_10 .banner-content .text-content {
    top: 250px;
  }
}
/* Clients Shortcode CSS */
.clients-shortcode-wrap {
  position: relative;
  margin: 0 -15px;
}
.clients-shortcode-wrap.grid .clients-list {
  position: relative;
}
.clients-shortcode-wrap.grid .clients-list .client-item {
  padding: 15px;
  display: inline-block;
}
.clients-shortcode-wrap.grid .clients-list .client-item a {
  display: inline-block;
  padding: 30px 20px;
  border: 1px solid #eee;
  box-sizing: border-box;
  width: 100%;
}
.clients-shortcode-wrap.grid .columns-5 .client-item {
  width: 16.6666%;
  float: left;
}
@media (max-width: 991px) {
  .clients-shortcode-wrap.grid .columns-5 .client-item {
    width: 33.33%;
  }
}
@media (max-width: 479px) {
  .clients-shortcode-wrap.grid .columns-5 .client-item {
    width: 50%;
  }
}
@media (max-width: 320px) {
  .clients-shortcode-wrap.grid .columns-5 .client-item {
    width: 100%;
  }
}
.clients-shortcode-wrap.grid .columns-5 .client-item {
  width: 20%;
  float: left;
}
@media (max-width: 991px) {
  .clients-shortcode-wrap.grid .columns-5 .client-item {
    width: 33.33%;
  }
}
@media (max-width: 479px) {
  .clients-shortcode-wrap.grid .columns-5 .client-item {
    width: 50%;
  }
}
@media (max-width: 320px) {
  .clients-shortcode-wrap.grid .columns-5 .client-item {
    width: 100%;
  }
}
.clients-shortcode-wrap.grid .columns-4 .client-item {
  width: 25%;
  float: left;
}
@media (max-width: 479px) {
  .clients-shortcode-wrap.grid .columns-4 .client-item {
    width: 50%;
  }
}
@media (max-width: 320px) {
  .clients-shortcode-wrap.grid .columns-4 .client-item {
    width: 100%;
  }
}
.clients-shortcode-wrap.grid .columns-3 .client-item {
  width: 33.33%;
  float: left;
}
@media (max-width: 479px) {
  .clients-shortcode-wrap.grid .columns-3 .client-item {
    width: 50%;
  }
}
@media (max-width: 320px) {
  .clients-shortcode-wrap.grid .columns-3 .client-item {
    width: 100%;
  }
}
.clients-shortcode-wrap.grid.columns-2 .client-item {
  width: 50%;
  float: left;
}
@media (max-width: 320px) {
  .clients-shortcode-wrap.grid.columns-2 .client-item {
    width: 100%;
  }
}
.clients-shortcode-wrap:hover .owl-nav .owl-prev,
.clients-shortcode-wrap:hover .owl-nav .owl-next {
  cursor: pointer;
  opacity: 1;
}
.clients-shortcode-wrap:hover .owl-nav .owl-prev {
  left: 0px;
}
.clients-shortcode-wrap:hover .owl-nav .owl-next {
  right: 0px;
}
.clients-shortcode-wrap .clients-list .client-item {
  padding: 15px;
  display: inline-block;
  width: 100%;
}
.clients-shortcode-wrap .clients-list .client-item a {
  display: inline-block;
  padding: 30px 20px;
  border: 1px solid #eee;
  box-sizing: border-box;
  width: 100%;
}
.clients-shortcode-wrap .clients-list .client-item {
  text-align: center;
}
.clients-shortcode-wrap .clients-list .client-item img {
  transition: all 0.35s ease-in-out;
  width: auto;
  margin: 0 auto;
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.5;
  min-height: 27px;
}
.clients-shortcode-wrap .clients-list .client-item:hover img {
  opacity: 1;
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0);
}
.clients-shortcode-wrap .clients-list .owl-dots {
  position: absolute;
  left: 50%;
  bottom: -70px;
  transform: translateX(-50%);
  display: block;
  text-align: center;
}
.clients-shortcode-wrap .clients-list .owl-dots .owl-dot {
  transition: 0.4s ease;
  width: 12px;
  height: 12px;
  border: 1px solid #eee;
  display: inline-block;
  margin: 10px;
  border-radius: 100%;
  background-color: #eee;
}
.clients-shortcode-wrap .clients-list .owl-dots .owl-dot span {
  display: block;
}
.clients-shortcode-wrap .clients-list .owl-dots .owl-dot.active,
.clients-shortcode-wrap .clients-list .owl-dots .owl-dot:hover {
  border: #0080ff;
  background-color: #0080ff;
}
@media (max-width: 767px) {
  .clients-shortcode-wrap .clients-list .owl-dots {
    display: none;
  }
}
.clients-shortcode-wrap .owl-nav .owl-prev,
.clients-shortcode-wrap .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  font-size: 24px;
  color: rgba(34, 34, 34, 0.5);
  transition: all 0.35s ease-in-out;
  background-color: #f0f0f0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  opacity: 0;
  text-align: center;
}
.clients-shortcode-wrap .owl-nav .owl-prev:hover,
.clients-shortcode-wrap .owl-nav .owl-next:hover {
  color: #0080ff;
}
.clients-shortcode-wrap .owl-nav .owl-prev i,
.clients-shortcode-wrap .owl-nav .owl-next i {
  line-height: 40px;
  width: auto;
  height: auto;
  margin-left: 0;
}
.clients-shortcode-wrap .owl-nav .owl-prev {
  left: -15px;
}
.clients-shortcode-wrap .owl-nav .owl-next {
  right: -15px;
}
.countdown-shortcode-wrap .countdown-content {
  text-align: center;
}
.countdown-shortcode-wrap .countdown-content .list-time {
  list-style: none;
  list-style-type: none;
  padding: 0;
  text-align: center;
  color: #000000;
}
.countdown-shortcode-wrap .countdown-content .list-time li {
  position: relative;
  display: inline-block;
  margin: 20px 15px;
  padding: 18px 0;
  width: 80px;
  height: 80px;
  border: 1px solid #000000;
}
.countdown-shortcode-wrap .countdown-content .list-time li p {
  margin: 0;
}
.countdown-shortcode-wrap .countdown-content .list-time li p.countdown-number {
  font-size: 24px;
  font-weight: normal;
}
.countdown-shortcode-wrap .countdown-content .list-time li p:last-child {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
}
.countdown-shortcode-wrap .countdown-content .list-time li.cd-seconds p.countdown-number:after {
  content: '';
}
@media (max-width: 479px) {
  .countdown-shortcode-wrap .countdown-content .list-time li {
    margin: 20px 15px;
  }
}
.countdown-shortcode-wrap .countdown-content2 .list-time {
  list-style: none;
  list-style-type: none;
  padding: 0;
  text-align: center;
  color: #000000;
}
.countdown-shortcode-wrap .countdown-content2 .list-time li {
  position: relative;
  display: inline-block;
  margin: 20px 15px;
  padding: 18px 0;
  width: 80px;
  height: 80px;
  border: 1px solid #000000;
}
.countdown-shortcode-wrap .countdown-content2 .list-time li p {
  margin: 0;
}
.countdown-shortcode-wrap .countdown-content2 .list-time li p.countdown-number {
  font-size: 24px;
  font-weight: normal;
}
.countdown-shortcode-wrap .countdown-content2 .list-time li p:last-child {
  position: relative;
  margin-top: 0px;
  text-align: center;
  font-size: 18px;
  display: inline-block;
  background-color: #ffffff;
}
.countdown-shortcode-wrap .countdown-content2 .list-time li.cd-seconds p.countdown-number:after {
  content: '';
}
@media (max-width: 479px) {
  .countdown-shortcode-wrap .countdown-content2 .list-time li {
    margin: 20px 15px;
  }
}
.countdown-shortcode-wrap .countdown-content2 .time_circles {
  color: #ffffff;
}
.countdown-shortcode-wrap .countdown-content2 .time_circles .textDiv_Days h4,
.countdown-shortcode-wrap .countdown-content2 .time_circles .textDiv_Hours h4,
.countdown-shortcode-wrap .countdown-content2 .time_circles .textDiv_Minutes h4,
.countdown-shortcode-wrap .countdown-content2 .time_circles .textDiv_Seconds h4,
.countdown-shortcode-wrap .countdown-content2 .time_circles .textDiv_Days span,
.countdown-shortcode-wrap .countdown-content2 .time_circles .textDiv_Hours span,
.countdown-shortcode-wrap .countdown-content2 .time_circles .textDiv_Minutes span,
.countdown-shortcode-wrap .countdown-content2 .time_circles .textDiv_Seconds span {
  color: #ffffff;
}
.countdown-shortcode-wrap .countdown-content3 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.countdown-shortcode-wrap .countdown-content3 ul li {
  position: relative;
  display: inline-block;
  margin: 30px 40px;
  padding: 0 0px;
}
.countdown-shortcode-wrap .countdown-content3 ul li p {
  margin: 0;
}
.countdown-shortcode-wrap .countdown-content3 ul li p.countdown-number {
  font-size: 60px;
  font-weight: normal;
}
@media (max-width: 479px) {
  .countdown-shortcode-wrap .countdown-content3 ul li p.countdown-number {
    font-size: 48px;
  }
}
.countdown-shortcode-wrap .countdown-content3 ul li p:last-child {
  position: absolute;
  right: -50px;
  top: 70px;
  display: block;
  margin-top: 0px;
  text-align: left;
  font-size: 16px;
  width: 70px;
  transform: rotate(90deg);
}
.countdown-shortcode-wrap .countdown-content3 ul li.cd-seconds p.countdown-number:after {
  content: '';
}
@media (max-width: 479px) {
  .countdown-shortcode-wrap .countdown-content3 ul li {
    margin: 10px 20px;
  }
}
.counter-wrap {
  position: relative;
  border-radius: 100%;
  margin: 0 auto;
  transition: all 0.35s ease-in-out;
}
.counter-wrap .gr-counter .content-inner {
  position: relative;
  text-align: left;
  font-weight: bold;
  line-height: 1;
  display: table;
}
.counter-wrap .gr-counter .content-inner .icon-wrap {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  width: 50px;
  font-size: 50px;
}
.counter-wrap .gr-counter .content-inner .text-content {
  display: table-cell;
  padding-left: 30px;
  color: #ffffff;
}
.counter-wrap .gr-counter .content-inner .text-content .gr-number-counter {
  font-size: 50px;
  transition: all 0.35s ease;
}
.counter-wrap .gr-counter .content-inner .text-content .gr-text-defaul {
  line-height: 1.3;
  margin-top: 5px;
  font-weight: normal;
  font-size: 20px;
  width: 95%;
  text-transform: uppercase;
  transition: all 0.35s ease;
}
@media screen and (max-width: 991px) {
  .counter-wrap {
    margin: 15px 0;
  }
}
/* GMaps Shortcode CSS */
.gmaps-shortcode-wrap .map-info {
  width: 180px;
}
.gmaps-shortcode-wrap .map-info .info-image {
  float: left;
  max-width: 200px;
  padding: 10px;
}
.gmaps-shortcode-wrap .map-info .info-address {
  padding: 8px 0 8px 0;
}
.gmaps-shortcode-wrap .map-info .info-address p {
  text-align: center;
  font-size: 14px;
}
.gmaps-shortcode-wrap.show_map .map-contact {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gmaps-shortcode-wrap.show_map .map-contact ul {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  margin: 0;
  list-style-type: none;
  display: inline-block;
  padding: 40px;
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.2);
}
.gmaps-shortcode-wrap.show_map .map-contact ul .contact-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #0080ff;
}
.gmaps-shortcode-wrap.show_map .map-contact ul .icon-contact-item {
  display: table;
  padding: 5px 0;
  text-align: left;
}
.gmaps-shortcode-wrap.show_map .map-contact ul .icon-contact-item .icon-wrap {
  width: 35px;
  font-size: 22px;
  display: table-cell;
  vertical-align: middle;
  color: #0080ff;
}
.gmaps-shortcode-wrap.show_map .map-contact ul .icon-contact-item .icon-title {
  display: table-cell;
  font-size: 16px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .gmaps-shortcode-wrap.show_map .map-contact {
    position: relative;
    transform: translate(0, 0);
    top: auto;
    left: auto;
    padding: 0;
    text-align: center;
  }
  .gmaps-shortcode-wrap.show_map .map-contact ul {
    margin: 0 auto;
    position: relative;
    top: -10px;
    transform: translateY(0);
    left: 0;
  }
}
.gmaps-shortcode-wrap.show_map2 {
  width: 100%;
  display: table;
}
.gmaps-shortcode-wrap.show_map2 .frame-map {
  width: 66.66666667%;
  display: table-cell;
}
@media (max-width: 767px) {
  .gmaps-shortcode-wrap.show_map2 .frame-map {
    width: 100%;
    display: block;
  }
}
.gmaps-shortcode-wrap.show_map2 .map-contact {
  position: relative;
  width: 33.33333333%;
  display: table-cell;
  vertical-align: top;
}
.gmaps-shortcode-wrap.show_map2 .map-contact ul {
  width: calc(100% - 30px);
  list-style-type: none;
  display: inline-block;
  padding: 0;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  margin: 0;
  margin-left: 30px;
  padding-bottom: 30px;
}
.gmaps-shortcode-wrap.show_map2 .map-contact ul .contact-title {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  padding: 5px 30px;
  background-color: #f0f0f0;
  margin-bottom: 30px;
  position: relative;
}
.gmaps-shortcode-wrap.show_map2 .map-contact ul .contact-title:after {
  content: '\f107';
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
.gmaps-shortcode-wrap.show_map2 .map-contact ul .icon-contact-item {
  display: table;
  padding: 5px 30px;
  margin: 5px 0;
}
.gmaps-shortcode-wrap.show_map2 .map-contact ul .icon-contact-item .icon-wrap {
  width: 35px;
  font-size: 22px;
  display: table-cell;
  vertical-align: middle;
  color: #0080ff;
}
.gmaps-shortcode-wrap.show_map2 .map-contact ul .icon-contact-item .icon-title {
  display: table-cell;
  font-size: 16px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .gmaps-shortcode-wrap.show_map2 .map-contact {
    width: 100%;
    display: block;
  }
  .gmaps-shortcode-wrap.show_map2 .map-contact ul {
    width: 100%;
    margin: 0;
    margin-top: 30px;
  }
}
.gmaps-shortcode-wrap.toggle_button .gmaps-button-wrap .gmaps-toggle-button {
  width: 200px;
  margin: 0 auto;
  padding: 15px 0;
  border: 1px solid #0080ff;
  text-align: center;
}
.gmaps-shortcode-wrap.toggle_button .gmaps-button-wrap .gmaps-toggle-button:hover {
  background: #0080ff;
  cursor: pointer;
}
/* Icon Box Shortcode CSS */
.icon-box-shortcode-wrap.style_1 {
  background-color: #ffffff;
}
.icon-box-shortcode-wrap.style_1.left {
  margin-bottom: 30px;
}
.icon-box-shortcode-wrap.style_1.left .icon-box-container {
  text-align: left;
  border: 1px solid #f0f0f0;
}
.icon-box-shortcode-wrap.style_1.left .icon-box-container .icon-wrap img {
  -moz-filter: grayscale(1) brightness(0);
  -o-filter: grayscale(1) brightness(0);
  -ms-filter: grayscale(1) brightness(0);
  filter: grayscale(1) brightness(0);
  margin: 0;
  transition: all 0.35s ease;
}
.icon-box-shortcode-wrap.style_1.left .icon-box-container .icon-content .icon-title {
  margin-top: 15px;
  margin-bottom: 10px;
}
.icon-box-shortcode-wrap.style_1.left .icon-box-container:hover .icon-wrap img {
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0);
}
.icon-box-shortcode-wrap.style_1.right .icon-box-container {
  text-align: right;
}
.icon-box-shortcode-wrap.style_1.right .icon-box-container .icon-wrap img {
  margin: 0;
  display: inline-block;
}
.icon-box-shortcode-wrap.style_1 .icon-box-container {
  text-align: center;
  padding: 40px 30px;
  transition: all 0.5s ease;
}
.icon-box-shortcode-wrap.style_1 .icon-box-container .icon-wrap {
  font-size: 50px;
  line-height: 0;
  transition: all 0.5s ease;
}
.icon-box-shortcode-wrap.style_1 .icon-box-container .icon-wrap img {
  margin: 0 auto;
}
.icon-box-shortcode-wrap.style_1 .icon-box-container .icon-content .icon-title {
  margin: 0;
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.45s ease;
}
.icon-box-shortcode-wrap.style_1 .icon-box-container:hover {
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.15);
}
.icon-box-shortcode-wrap.style_1 .icon-box-container:hover .icon-content .icon-title {
  color: #0080ff;
}
@media (max-width: 767px) {
  .icon-box-shortcode-wrap.style_1 .icon-box-container {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.icon-box-shortcode-wrap.style_2 .icon-box-container {
  display: table;
}
.icon-box-shortcode-wrap.style_2 .icon-box-container:hover .icon-wrap {
  animation-name: hvr-buzz-out;
  animation-duration: 0.75s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-wrap {
  display: table-cell;
  font-size: 26px;
  line-height: 0;
  width: 20%;
  transition: all 0.5s ease;
}
.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-content {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
}
.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-content .icon-title {
  margin-top: 0px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-content .icon-description {
  font-size: 16px;
}
@media (max-width: 767px) {
  .icon-box-shortcode-wrap.style_2 .icon-box-container {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.icon-box-shortcode-wrap.style_3.center .icon-box-container {
  text-align: center;
  margin: 0;
}
.icon-box-shortcode-wrap.style_3.center .icon-box-container .icon-wrap {
  text-align: center;
}
.icon-box-shortcode-wrap.style_3.center .icon-box-container .icon-wrap img {
  display: inline-block;
}
.icon-box-shortcode-wrap.style_3.center .icon-box-container .icon-content .icon-title {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .icon-box-shortcode-wrap.style_3.center .icon-box-container {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.icon-box-shortcode-wrap.style_3 .icon-box-container {
  text-align: left;
  margin: 30px 0;
  transition: all 0.5s ease;
}
.icon-box-shortcode-wrap.style_3 .icon-box-container .icon-wrap {
  font-size: 45px;
  line-height: 0;
  transition: all 0.5s ease;
}
.icon-box-shortcode-wrap.style_3 .icon-box-container .icon-content .icon-title {
  margin: 0;
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.45s ease;
}
.icon-box-shortcode-wrap.style_3 .icon-box-container:hover .icon-content .icon-title {
  color: #0080ff;
}
@media (max-width: 767px) {
  .icon-box-shortcode-wrap.style_3 .icon-box-container {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.icon-box-shortcode-wrap.style_4 .icon-box-container {
  display: table;
  padding: 0 30px;
  transition: all 0.5s ease;
}
.icon-box-shortcode-wrap.style_4 .icon-box-container .icon-wrap {
  display: table-cell;
  font-size: 45px;
  line-height: 0;
  transition: all 0.5s ease;
  vertical-align: middle;
  padding-right: 20px;
}
.icon-box-shortcode-wrap.style_4 .icon-box-container .icon-content {
  display: table-cell;
}
.icon-box-shortcode-wrap.style_4 .icon-box-container .icon-content .icon-title {
  margin: 0;
  font-size: 18px;
}
.icon-box-shortcode-wrap.style_4 .icon-box-container .icon-content p {
  font-size: 16px;
  transition: all 0.45s ease;
  font-weight: 700;
}
.icon-box-shortcode-wrap.style_4 .icon-box-container:hover .icon-content p {
  color: #0080ff;
}
@media (max-width: 767px) {
  .icon-box-shortcode-wrap.style_4 .icon-box-container {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.icon-box-shortcode-wrap.style_5 .icon-box-container {
  display: table;
  transition: all 0.5s ease;
  margin: 25px 0;
}
.icon-box-shortcode-wrap.style_5 .icon-box-container .icon-wrap {
  display: table-cell;
  font-size: 45px;
  line-height: 0;
  transition: all 0.5s ease;
  vertical-align: top;
  padding-right: 20px;
}
.icon-box-shortcode-wrap.style_5 .icon-box-container .icon-wrap .content-icon {
  height: 70px;
  width: 70px;
  border-radius: 100%;
  text-align: center;
  line-height: 70px;
  position: relative;
  background-color: #f0f0f0;
  transition: all 0.45s ease;
}
.icon-box-shortcode-wrap.style_5 .icon-box-container .icon-wrap .content-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.45s ease;
}
.icon-box-shortcode-wrap.style_5 .icon-box-container .icon-content {
  display: table-cell;
}
.icon-box-shortcode-wrap.style_5 .icon-box-container .icon-content .icon-title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.45s ease;
  line-height: 1.5;
  margin-bottom: 10px;
}
.icon-box-shortcode-wrap.style_5 .icon-box-container .icon-content p {
  font-size: 16px;
}
.icon-box-shortcode-wrap.style_5 .icon-box-container:hover .icon-content .icon-title {
  color: #0080ff;
}
.icon-box-shortcode-wrap.style_5 .icon-box-container:hover .icon-wrap .content-icon {
  background-color: #0080ff;
}
.icon-box-shortcode-wrap.style_5 .icon-box-container:hover .icon-wrap .content-icon img {
  -moz-filter: invert(1);
  -o-filter: invert(1);
  -ms-filter: invert(1);
  filter: invert(1);
}
@media (max-width: 767px) {
  .icon-box-shortcode-wrap.style_5 .icon-box-container {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
/* Social Shortcode CSS */
.icon-footer-shortcode-wrap {
  position: relative;
}
.icon-footer-shortcode-wrap .icon-footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.icon-footer-shortcode-wrap.style_1 .icon-footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.icon-footer-shortcode-wrap.style_1 .icon-footer-list.left {
  text-align: left;
}
.icon-footer-shortcode-wrap.style_1 .icon-footer-list.left .icon-footer-item {
  margin-left: 0;
  text-align: left;
}
.icon-footer-shortcode-wrap.style_1 .icon-footer-list.right {
  text-align: right;
}
.icon-footer-shortcode-wrap.style_1 .icon-footer-list.right .icon-footer-item {
  margin-right: 0;
  text-align: right;
}
.icon-footer-shortcode-wrap.style_1 .icon-footer-list.border_icon .icon-footer-item .icon-wrap {
  border: 1px solid;
  border-color: inherit;
}
.icon-footer-shortcode-wrap.style_1 .icon-footer-list.border_icon.left {
  text-align: left;
}
.icon-footer-shortcode-wrap.style_1 .icon-footer-list.border_icon.left .icon-footer-item {
  margin-left: 0;
  text-align: center;
}
.icon-footer-shortcode-wrap.style_1 .icon-footer-list.border_icon.right {
  text-align: right;
}
.icon-footer-shortcode-wrap.style_1 .icon-footer-list.border_icon.right .icon-footer-item {
  margin-right: 0;
  text-align: center;
}
.icon-footer-shortcode-wrap.style_1 .icon-footer-list .icon-footer-item {
  display: inline-block;
  text-align: center;
  margin: 0 10px;
}
.icon-footer-shortcode-wrap.style_1 .icon-footer-list .icon-footer-item .icon-wrap {
  height: 34px;
  width: 34px;
  line-height: 34px;
  border-radius: 100%;
  text-align: center;
  background-color: #ffffff;
  transition: all 0.35s ease;
}
.icon-footer-shortcode-wrap.style_1 .icon-footer-list .icon-footer-item .icon-wrap {
  font-size: 14px;
  margin: 0 auto;
}
.icon-footer-shortcode-wrap.style_1 .icon-footer-list .icon-footer-item:hover .icon-wrap {
  background-color: #0080ff;
  color: #ffffff;
}
.icon-footer-shortcode-wrap.style_1 .icon-footer-list .icon-footer-item:hover .icon-title {
  color: #0080ff;
}
.icon-footer-shortcode-wrap.style_2 .icon-footer-list .icon-footer-item {
  display: block;
}
.icon-footer-shortcode-wrap.style_2 .icon-footer-list .icon-footer-item .icon-wrap {
  display: inline-block;
  width: 20px;
  margin-right: 10px;
  margin-left: 20px;
  font-size: 18px;
}
.icon-footer-shortcode-wrap.style_2 .icon-footer-list .icon-footer-item .icon-title {
  display: inline-block;
}
.icon-footer-shortcode-wrap.style_3 .icon-footer-list.left {
  text-align: left;
}
.icon-footer-shortcode-wrap.style_3 .icon-footer-list.left .icon-footer-item {
  padding: 0 20px;
}
.icon-footer-shortcode-wrap.style_3 .icon-footer-list.left .icon-footer-item:first-child {
  padding-left: 0;
}
.icon-footer-shortcode-wrap.style_3 .icon-footer-list.left .icon-footer-item .icon-wrap {
  font-size: 20px;
  color: #c4c4c4;
}
@media (max-width: 479px) {
  .icon-footer-shortcode-wrap.style_3 .icon-footer-list.left .icon-footer-item {
    padding: 0 15px;
  }
}
.icon-footer-shortcode-wrap.style_3 .icon-footer-list.center {
  text-align: center;
}
.icon-footer-shortcode-wrap.style_3 .icon-footer-list.right {
  text-align: right;
}
.icon-footer-shortcode-wrap.style_3 .icon-footer-list .icon-footer-item {
  display: inline-block;
  padding: 0 10px;
  line-height: 1;
}
.icon-footer-shortcode-wrap.style_3 .icon-footer-list .icon-footer-item .icon-wrap {
  display: inline-block;
  font-size: 24px;
}
.icon-footer-shortcode-wrap.style_3 .icon-footer-list .icon-footer-item .icon-wrap i {
  transition: all 0.35s ease;
}
.icon-footer-shortcode-wrap.style_3 .icon-footer-list .icon-footer-item .icon-wrap:hover i {
  color: #0080ff !important;
}
.icon-footer-shortcode-wrap.style_4 .icon-footer-list.left {
  text-align: left;
}
.icon-footer-shortcode-wrap.style_4 .icon-footer-list.center {
  text-align: center;
}
.icon-footer-shortcode-wrap.style_4 .icon-footer-list.right {
  text-align: right;
}
.icon-footer-shortcode-wrap.style_4 .icon-footer-list .icon-footer-item {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #a5a5a5;
  border-radius: 30px;
}
.icon-footer-shortcode-wrap.style_4 .icon-footer-list .icon-footer-item .icon-wrap {
  color: #0080ff;
  display: inline-block;
}
.icon-footer-shortcode-wrap.style_4 .icon-footer-list .icon-footer-item .icon-title {
  display: inline-block;
}
.yolo-instagram-wrap {
  position: relative;
  z-index: 0;
}
.yolo-instagram-wrap .yolo-instagram.grid .instagram-info {
  float: left;
}
.yolo-instagram-wrap .yolo-instagram.grid.columns-8 .instagram-info {
  width: 12.5%;
}
.yolo-instagram-wrap .yolo-instagram.grid.columns-7 .instagram-info {
  width: 14.285%;
}
.yolo-instagram-wrap .yolo-instagram.grid.columns-6 .instagram-info {
  width: 16.6666%;
}
.yolo-instagram-wrap .yolo-instagram.grid.columns-5 .instagram-info {
  width: 20%;
}
.yolo-instagram-wrap .yolo-instagram.grid.columns-4 .instagram-info {
  width: 25%;
}
.yolo-instagram-wrap .yolo-instagram.grid.columns-3 .instagram-info {
  width: 33.333%;
}
.yolo-instagram-wrap .yolo-instagram.grid.columns-3 .instagram-info img {
  width: 100%;
}
.yolo-instagram-wrap .yolo-instagram.grid.columns-2 .instagram-info {
  width: 50%;
}
.yolo-instagram-wrap .yolo-instagram.grid.columns-2 .instagram-info img {
  width: 100%;
}
.yolo-instagram-wrap .yolo-instagram.grid.columns-1 .instagram-info {
  width: 100%;
}
@media (max-width: 991px) {
  .yolo-instagram-wrap .yolo-instagram.grid.columns-8 .instagram-info,
  .yolo-instagram-wrap .yolo-instagram.grid.columns-7 .instagram-info,
  .yolo-instagram-wrap .yolo-instagram.grid.columns-6 .instagram-info,
  .yolo-instagram-wrap .yolo-instagram.grid.columns-5 .instagram-info {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .yolo-instagram-wrap .yolo-instagram.grid.columns-8 .instagram-info,
  .yolo-instagram-wrap .yolo-instagram.grid.columns-7 .instagram-info,
  .yolo-instagram-wrap .yolo-instagram.grid.columns-6 .instagram-info,
  .yolo-instagram-wrap .yolo-instagram.grid.columns-5 .instagram-info,
  .yolo-instagram-wrap .yolo-instagram.grid.columns-4 .instagram-info,
  .yolo-instagram-wrap .yolo-instagram.grid.columns-4 .instagram-info {
    width: 33.33%;
  }
}
.yolo-instagram-wrap .yolo-instagram:hover .owl-nav {
  opacity: 1;
}
.yolo-instagram-wrap .yolo-instagram:hover .owl-nav .owl-prev,
.yolo-instagram-wrap .yolo-instagram:hover .owl-nav .owl-next {
  cursor: pointer;
}
.yolo-instagram-wrap .yolo-instagram:hover .owl-nav .owl-prev {
  left: 0px;
}
.yolo-instagram-wrap .yolo-instagram:hover .owl-nav .owl-next {
  right: 0px;
}
.yolo-instagram-wrap .instagram-info {
  transition: all 0.35s ease;
  margin: 5px 0;
  position: relative;
}
.yolo-instagram-wrap .instagram-info a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: all 0.35s ease;
  z-index: 2;
}
.yolo-instagram-wrap .instagram-info a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "\f2a3";
  display: inline-block;
  font-family: "Ionicons";
  font-size: 24px;
  width: 24px;
  opacity: 0;
  z-index: 2;
  line-height: 1;
  transition: all 0.35s ease;
}
.yolo-instagram-wrap .instagram-info:hover {
  box-shadow: 0px 0 8px 1px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.yolo-instagram-wrap .instagram-info:hover a:before,
.yolo-instagram-wrap .instagram-info:hover a:after {
  opacity: 1;
}
.yolo-instagram-wrap .owl-nav {
  opacity: 0;
  transition: 0.35s;
}
.yolo-instagram-wrap .owl-nav .owl-prev,
.yolo-instagram-wrap .owl-nav .owl-next {
  position: absolute;
  transition: 0.35s;
  top: 50%;
  transform: translateY(-50%);
}
.yolo-instagram-wrap .owl-nav .owl-prev {
  left: -15px;
}
.yolo-instagram-wrap .owl-nav .owl-next {
  right: -15px;
}
.yolo-instagram-wrap .owl-nav i {
  padding: 10px;
  font-weight: bold;
  background: #ffffff;
}
.btn_gallery {
  text-align: right;
  height: 0;
  position: relative;
}
.btn_gallery a {
  right: 15px;
  position: absolute;
  bottom: 15px;
  z-index: 2;
  display: inline-block;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 35px;
  text-transform: uppercase;
  color: #222222;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-weight: 600;
  transition: all 0.35s ease;
}
.btn_gallery a:hover {
  background-color: #0080ff;
  color: #ffffff;
}
/* Position Shortcode CSS */
.position-shortcode-wrap.style_1 .position-list thead {
  background-color: #0080ff;
  color: #ffffff;
  font-size: 18px;
}
.position-shortcode-wrap.style_1 .position-list thead tr th {
  height: 50px;
  vertical-align: middle;
  padding: 8px 30px;
}
.position-shortcode-wrap.style_1 .position-list thead tr th:after {
  content: "\f35f";
  font-family: Ionicons;
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
}
.position-shortcode-wrap.style_1 .position-list tbody {
  font-size: 16px;
  border: 1px solid #f0f0f0;
}
.position-shortcode-wrap.style_1 .position-list tbody tr td {
  height: 50px;
  vertical-align: middle;
  padding: 8px 30px;
}
.position-shortcode-wrap.style_1 .position-list tbody tr td a {
  transition: all 0.35s ease;
}
.position-shortcode-wrap.style_1 .position-list tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}
.position-shortcode-wrap.style_1 .position-mobile {
  display: none;
}
@media (max-width: 767px) {
  .position-shortcode-wrap.style_1 .position-mobile {
    display: block;
  }
}
.position-shortcode-wrap.style_1 .position-mobile ul {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
  list-style-type: none;
}
.position-shortcode-wrap.style_1 .position-mobile ul li p a {
  transition: all 0.35s ease;
}
.position-shortcode-wrap.style_1 .position-mobile ul li p.title {
  font-size: 18px;
  font-weight: bold;
}
.position-shortcode-wrap.style_1 .position-mobile ul li p span {
  font-weight: bold;
}
/* TEAM MEMBER */
.yolo-teammember .owl-nav {
  color: #222222;
}
.yolo-teammember .owl-nav:hover {
  cursor: pointer;
}
.yolo-teammember .owl-nav .owl-prev,
.yolo-teammember .owl-nav .owl-next {
  opacity: 0;
  transition: all 0.35s ease;
  position: absolute;
  display: block;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  margin: 0 5px;
}
.yolo-teammember .owl-nav .owl-prev i,
.yolo-teammember .owl-nav .owl-next i {
  font-size: 15px;
  padding: 15px;
  background-color: #f0f0f0;
  box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.yolo-teammember .owl-nav .owl-prev:hover i,
.yolo-teammember .owl-nav .owl-next:hover i {
  color: #0080ff;
}
.yolo-teammember .owl-nav .owl-next {
  right: 0;
}
.yolo-teammember .owl-nav .owl-prev {
  left: 0;
}
.yolo-teammember.teammember-style-1 {
  position: relative;
  margin: 0 -15px;
}
.yolo-teammember.teammember-style-1:hover .owl-nav .owl-next,
.yolo-teammember.teammember-style-1:hover .owl-nav .owl-prev {
  opacity: 1;
}
.yolo-teammember.teammember-style-1 .teammember-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
  overflow: hidden;
}
.yolo-teammember.teammember-style-1 .teammember-list.columns-1 .teammember-item {
  width: 100%;
  float: left;
}
.yolo-teammember.teammember-style-1 .teammember-list.columns-2 .teammember-item {
  width: 50%;
  float: left;
}
@media (max-width: 479px) {
  .yolo-teammember.teammember-style-1 .teammember-list.columns-2 .teammember-item {
    width: 100%;
  }
}
.yolo-teammember.teammember-style-1 .teammember-list.columns-3 .teammember-item {
  width: 33.33%;
  float: left;
}
@media (max-width: 767px) {
  .yolo-teammember.teammember-style-1 .teammember-list.columns-3 .teammember-item {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .yolo-teammember.teammember-style-1 .teammember-list.columns-3 .teammember-item {
    width: 100%;
  }
}
.yolo-teammember.teammember-style-1 .teammember-list.columns-4 .teammember-item {
  width: 25%;
  float: left;
}
@media (max-width: 991px) {
  .yolo-teammember.teammember-style-1 .teammember-list.columns-4 .teammember-item {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .yolo-teammember.teammember-style-1 .teammember-list.columns-4 .teammember-item {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .yolo-teammember.teammember-style-1 .teammember-list.columns-4 .teammember-item {
    width: 100%;
  }
}
.yolo-teammember.teammember-style-1 .teammember-list.columns-5 .teammember-item {
  width: 20%;
  float: left;
}
@media (max-width: 991px) {
  .yolo-teammember.teammember-style-1 .teammember-list.columns-5 .teammember-item {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .yolo-teammember.teammember-style-1 .teammember-list.columns-5 .teammember-item {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .yolo-teammember.teammember-style-1 .teammember-list.columns-5 .teammember-item {
    width: 100%;
  }
}
.yolo-teammember.teammember-style-1 .teammember-list .teammember-item {
  padding: 15px;
}
.yolo-teammember.teammember-style-1 .teammember-list .teammember-item .teammember-content {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.35s ease;
}
.yolo-teammember.teammember-style-1 .teammember-list .teammember-item .teammember-content .teammember-image {
  position: relative;
  transition: all 0.5s ease;
  padding-bottom: 85px;
}
.yolo-teammember.teammember-style-1 .teammember-list .teammember-item .teammember-content .teammember-image img {
  width: 100%;
}
.yolo-teammember.teammember-style-1 .teammember-list .teammember-item .teammember-content .teammember-meta {
  position: absolute;
  text-align: center;
  z-index: 2;
  width: 100%;
  bottom: -50px;
  padding: 20px 0;
  background-color: #ffffff;
  transition: all 0.35s ease;
}
.yolo-teammember.teammember-style-1 .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
  transition: all 0.35s ease;
}
.yolo-teammember.teammember-style-1 .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-position {
  font-size: 16px;
  margin-bottom: 15px;
  color: rgba(34, 34, 34, 0.7);
}
.yolo-teammember.teammember-style-1 .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-social-profile {
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 0;
  transition: all 0.35s ease;
}
.yolo-teammember.teammember-style-1 .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-social-profile li {
  font-size: 16px;
  display: inline-block;
  margin: 0 5px;
}
.yolo-teammember.teammember-style-1 .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-social-profile li a {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 100%;
  background-color: #f0f0f0;
  transition: all 0.35s ease;
}
.yolo-teammember.teammember-style-1 .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-social-profile li a:hover {
  background-color: #0080ff;
  color: #ffffff;
}
.yolo-teammember.teammember-style-1 .teammember-list .teammember-item .teammember-content:hover {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.15);
}
.yolo-teammember.teammember-style-1 .teammember-list .teammember-item .teammember-content:hover .teammember-meta {
  bottom: 0px;
}
.yolo-teammember.teammember-style-2:hover .owl-nav .owl-prev,
.yolo-teammember.teammember-style-2:hover .owl-nav .owl-next {
  opacity: 1;
}
.yolo-teammember.teammember-style-2 .teammember-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
  overflow: hidden;
}
.yolo-teammember.teammember-style-2 .teammember-list .teammember-item .teammember-content {
  cursor: pointer;
}
.yolo-teammember.teammember-style-2 .teammember-list .teammember-item .teammember-content .teammember-image {
  position: relative;
  transition: all 0.5s ease;
}
.yolo-teammember.teammember-style-2 .teammember-list .teammember-item .teammember-content .teammember-image img {
  width: 100%;
}
.yolo-teammember.teammember-style-2 .teammember-list .teammember-item .teammember-content .teammember-meta {
  position: relative;
  text-align: center;
  z-index: 2;
  width: 100%;
  padding: 20px 0;
  transition: all 0.35s ease;
}
.yolo-teammember.teammember-style-2 .teammember-list .teammember-item .teammember-content .teammember-meta:before {
  content: '';
  background-color: #0080ff;
  height: 1px;
  background-color: #f0f0f0;
  position: absolute;
  top: 0;
  transition: all 0.35s ease;
  width: 100%;
  left: 0;
}
.yolo-teammember.teammember-style-2 .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
  transition: all 0.35s ease;
}
.yolo-teammember.teammember-style-2 .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-position {
  font-size: 14px;
  margin-bottom: 10px;
  color: rgba(34, 34, 34, 0.7);
}
.yolo-teammember.teammember-style-2 .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-social-profile {
  transform: translateY(50px);
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 0;
  transition: all 0.35s ease;
}
.yolo-teammember.teammember-style-2 .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-social-profile li {
  font-size: 16px;
  display: inline-block;
  margin: 0 5px;
  transition: all 0.35s ease;
}
.yolo-teammember.teammember-style-2 .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-social-profile li a {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 100%;
  background-color: #f0f0f0;
}
.yolo-teammember.teammember-style-2 .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-social-profile li a:hover {
  background-color: #0080ff;
  color: #ffffff;
}
.yolo-teammember.teammember-style-2 .teammember-list .teammember-item .teammember-content:hover .teammember-meta:before {
  height: 5px;
  background-color: #0080ff;
}
.yolo-teammember.teammember-style-2 .teammember-list .teammember-item .teammember-content:hover .teammember-meta .teammember-title {
  color: #0080ff;
}
.yolo-teammember.teammember-style-2 .teammember-list .teammember-item .teammember-content:hover .teammember-meta .teammember-social-profile {
  transform: translateY(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%;
  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 {
    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 .yolo-team-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: #222222;
  border: 0;
  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: #0080ff;
}
.yolo-team-content .team-left .team_position {
  display: block;
  color: #222222;
  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: #222222;
  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: #0080ff;
  padding-right: 17px;
}
.yolo-team-content .team-right .team-contact .team_socials a {
  display: inline-block;
  margin-top: 10px;
  margin-right: 13px;
  color: #222222;
  transition: color 0.25s ease-in-out;
}
.yolo-team-content .team-right .team-contact .team_socials a:hover {
  color: #0080ff;
}
.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: #222222;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.yolo-team-content .team-certificates {
  margin-top: 20px;
  color: #222222;
}
/* TESTIMONIAL */
.yolo-testimonial .testimonial-control .testimonial-nav {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 99;
  transform: translateY(-50%);
  transition: all 0.35s ease;
  border: 1px solid #eee;
}
.yolo-testimonial .testimonial-control .testimonial-nav i {
  padding: 15px;
  background-color: #ffffff;
  transition: all 0.35s ease;
}
.yolo-testimonial .testimonial-control .testimonial-nav.nav_next {
  right: -20px;
}
.yolo-testimonial .testimonial-control .testimonial-nav.nav_prev {
  left: -20px;
}
.yolo-testimonial .testimonial-control .testimonial-nav:hover i {
  background-color: #0080ff;
  color: #ffffff;
}
.yolo-testimonial:hover .testimonial-control .testimonial-nav {
  opacity: 1;
}
.yolo-testimonial:hover .testimonial-control .testimonial-nav.nav_next {
  right: 0px;
}
.yolo-testimonial:hover .testimonial-control .testimonial-nav.nav_prev {
  left: 0px;
}
.yolo-testimonial .owl-dots {
  display: block;
  margin-top: 20px;
  margin-bottom: 0px;
}
.yolo-testimonial .owl-dots .owl-dot {
  transition: 0.4s ease;
  width: 10px;
  height: 10px;
  border: 1px solid #eee;
  display: inline-block;
  margin: 7px;
  border-radius: 100%;
  background-color: #eee;
}
.yolo-testimonial .owl-dots .owl-dot span {
  display: block;
}
.yolo-testimonial .owl-dots .owl-dot.active,
.yolo-testimonial .owl-dots .owl-dot:hover {
  border: #0080ff;
  background-color: #0080ff;
}
@media (max-width: 767px) {
  .yolo-testimonial .owl-dots {
    display: none;
  }
}
.yolo-testimonial.testimonial-carousel {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.yolo-testimonial.testimonial-carousel ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.yolo-testimonial.testimonial-carousel ul.testimonial-sync1 .testimonial-content {
  text-align: left;
  position: relative;
  margin-bottom: 20px;
  background-color: #eff5f5;
  padding: 30px;
  border-radius: 10px;
}
.yolo-testimonial.testimonial-carousel ul.testimonial-sync2 {
  text-align: left;
}
.yolo-testimonial.testimonial-carousel ul.testimonial-sync2 .owl-item.synced li {
  display: table;
}
.yolo-testimonial.testimonial-carousel ul.testimonial-sync2 .owl-item.synced .content-img {
  position: relative;
  display: table-cell;
}
.yolo-testimonial.testimonial-carousel ul.testimonial-sync2 .owl-item.synced .content-img:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  border: 2px solid #0080ff;
  border-radius: 100%;
  z-index: 2;
}
.yolo-testimonial.testimonial-carousel ul.testimonial-sync2 .owl-item.synced .content-img:after {
  bottom: -60px;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 50px solid #eff5f5;
  left: 50%;
  transform: translateX(-50%);
}
.yolo-testimonial.testimonial-carousel ul.testimonial-sync2 .owl-item.synced .content-text {
  padding-left: 30px;
  display: table-cell;
  vertical-align: middle;
}
.yolo-testimonial.testimonial-carousel ul.testimonial-sync2 .owl-item.synced .content-text .testimonial-title {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 0;
}
.yolo-testimonial.testimonial-carousel ul.testimonial-sync2 .owl-item.synced .content-text .testimonial-position {
  font-size: 16px;
  font-style: italic;
  color: rgba(34, 34, 34, 0.5);
}
.yolo-testimonial.testimonial-carousel ul.testimonial-sync2 .testimonial-thumb {
  margin-bottom: 25px;
}
.yolo-testimonial.testimonial-carousel ul.testimonial-sync2 .testimonial-thumb img {
  display: inline-block;
  width: auto;
  transition: all 0.35s ease;
  border-radius: 50%;
}
.yolo-testimonial.testimonial-carousel ul.testimonial-sync2 .testimonial-thumb .content-text {
  display: none;
}
@media (max-width: 767px) {
  .yolo-testimonial.testimonial-carousel {
    width: 100%;
  }
}
.yolo-testimonial.testimonial-carousel2 {
  text-align: left;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.yolo-testimonial.testimonial-carousel2 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.yolo-testimonial.testimonial-carousel2 ul.testimonial-sync1 .testimonial-content {
  text-align: left;
  position: relative;
  margin-bottom: 30px;
  border-radius: 5px;
}
.yolo-testimonial.testimonial-carousel2 ul.testimonial-sync1 .content-text .testimonial-title {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 0;
}
.yolo-testimonial.testimonial-carousel2 ul.testimonial-sync1 .content-text .testimonial-position {
  font-size: 16px;
  font-weight: 600;
  color: rgba(34, 34, 34, 0.5);
}
.yolo-testimonial.testimonial-carousel2 ul.testimonial-sync2 {
  text-align: left;
  width: 50%;
  max-width: 200px;
}
.yolo-testimonial.testimonial-carousel2 ul.testimonial-sync2 .owl-item.synced li {
  display: table;
}
.yolo-testimonial.testimonial-carousel2 ul.testimonial-sync2 .owl-item.synced .content-img {
  position: relative;
  display: table-cell;
}
.yolo-testimonial.testimonial-carousel2 ul.testimonial-sync2 .owl-item.synced .content-img:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  border: 2px solid #0080ff;
  border-radius: 100%;
  z-index: 2;
}
.yolo-testimonial.testimonial-carousel2 ul.testimonial-sync2 .testimonial-thumb {
  margin-bottom: 25px;
}
.yolo-testimonial.testimonial-carousel2 ul.testimonial-sync2 .testimonial-thumb img {
  display: inline-block;
  width: auto;
  border-radius: 50%;
  transition: all 0.35s ease;
}
.yolo-testimonial.testimonial-carousel2 ul.testimonial-sync2 .testimonial-thumb .content-text {
  display: none;
}
@media (max-width: 767px) {
  .yolo-testimonial.testimonial-carousel2 {
    width: 100%;
  }
}
.yolo-testimonial.testimonial-carousel3 {
  text-align: left;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.yolo-testimonial.testimonial-carousel3 .owl-dots {
  text-align: center;
}
.yolo-testimonial.testimonial-carousel3 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.yolo-testimonial.testimonial-carousel3 ul.testimonial-sync1 .testimonial-content {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  border-radius: 5px;
}
.yolo-testimonial.testimonial-carousel3 ul.testimonial-sync1 .content-text {
  text-align: center;
}
.yolo-testimonial.testimonial-carousel3 ul.testimonial-sync1 .content-text .testimonial-title {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0;
}
.yolo-testimonial.testimonial-carousel3 ul.testimonial-sync1 .content-text .testimonial-position {
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
}
.yolo-testimonial.testimonial-carousel3 ul.testimonial-sync1 .content-text .line {
  width: 40px;
  height: 2px;
  background-color: #0080ff;
  margin: 0 auto;
}
.yolo-testimonial.testimonial-carousel3 ul.testimonial-sync1 .content-text .testimonial-content {
  margin: 20px auto;
  color: rgba(255, 255, 255, 0.8);
  width: 70%;
}
.yolo-testimonial.testimonial-carousel3 ul.testimonial-sync2 {
  text-align: center;
  width: 30%;
  margin: 0 auto;
}
.yolo-testimonial.testimonial-carousel3 ul.testimonial-sync2 .owl-item.synced .content-img {
  opacity: 1;
}
.yolo-testimonial.testimonial-carousel3 ul.testimonial-sync2 li .content-img {
  opacity: 0.5;
}
.yolo-testimonial.testimonial-carousel3 ul.testimonial-sync2 .testimonial-thumb {
  margin-bottom: 25px;
}
.yolo-testimonial.testimonial-carousel3 ul.testimonial-sync2 .testimonial-thumb img {
  display: inline-block;
  width: auto;
  border-radius: 50%;
  transition: all 0.35s ease;
}
.yolo-testimonial.testimonial-carousel3 ul.testimonial-sync2 .testimonial-thumb .content-text {
  display: none;
}
@media (max-width: 991px) {
  .yolo-testimonial.testimonial-carousel3 ul.testimonial-sync2 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .yolo-testimonial.testimonial-carousel3 ul.testimonial-sync2 {
    width: 70%;
  }
}
@media (max-width: 480px) {
  .yolo-testimonial.testimonial-carousel3 ul.testimonial-sync2 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .yolo-testimonial.testimonial-carousel3 {
    width: 100%;
  }
}
.yolo-testimonial.testimonial-carousel4 {
  text-align: center;
  position: relative;
}
.yolo-testimonial.testimonial-carousel4 .testimonial-list {
  padding: 0;
  margin: 20px 0 0 0;
  list-style: none;
  list-style-type: none;
}
.yolo-testimonial.testimonial-carousel4 .testimonial-list .testimonial-item .testimonial-content {
  position: relative;
  margin-bottom: 0;
  margin-top: 0px;
  padding-bottom: 0px;
  font-size: 24px;
  font-style: italic;
  color: #0080ff;
}
.yolo-testimonial.testimonial-carousel4 .testimonial-list .testimonial-item .testimonial-content:before,
.yolo-testimonial.testimonial-carousel4 .testimonial-list .testimonial-item .testimonial-content:after {
  content: '"';
  display: inline-block;
  line-height: 1;
  font-family: inherit;
  margin: 0 5px;
}
@media (max-width: 1199px) {
  .yolo-testimonial.testimonial-carousel4 .testimonial-list .testimonial-item .testimonial-content {
    font-size: 14px;
  }
}
.yolo-testimonial.testimonial-carousel4 .testimonial-list .testimonial-item .testimonial-title {
  margin-top: 30px;
  color: #0080ff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1;
}
.yolo-testimonial.testimonial-carousel4 .testimonial-list .testimonial-item .testimonial-position {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0px;
  color: #0080ff;
  font-style: italic;
}
.yolo-testimonial.testimonial-carousel4 .owl-dots {
  margin-top: 30px;
}
.pricing_style_1 {
  height: 550px;
  line-height: 1.7;
  transition: all 0.35s ease;
}
.pricing_style_1:hover,
.pricing_style_1.recommend {
  margin-top: -20px;
  height: 590px;
}
.pricing_style_1:hover .item-inner,
.pricing_style_1.recommend .item-inner {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.2);
}
.pricing_style_1:hover .item-inner .content-header:before,
.pricing_style_1.recommend .item-inner .content-header:before {
  background-color: #0080ff;
}
.pricing_style_1:hover .item-inner .content-header .content-header-inner .text,
.pricing_style_1.recommend .item-inner .content-header .content-header-inner .text {
  background-color: #0066cc;
}
.pricing_style_1:hover .item-inner .content-header .content-header-inner .recommend,
.pricing_style_1.recommend .item-inner .content-header .content-header-inner .recommend {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.pricing_style_1:hover .item-inner .content-header .content-header-inner .recommend .recommend_title,
.pricing_style_1.recommend .item-inner .content-header .content-header-inner .recommend .recommend_title {
  display: inline-block;
  padding: 10px 10px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  background: #ffc000;
  width: 60px;
  height: 60px;
  position: relative;
  text-align: center;
  z-index: 2;
  line-height: 1.5;
}
.pricing_style_1:hover .item-inner .content-header .content-header-inner .recommend .recommend_title:before,
.pricing_style_1.recommend .item-inner .content-header .content-header-inner .recommend .recommend_title:before,
.pricing_style_1:hover .item-inner .content-header .content-header-inner .recommend .recommend_title:after,
.pricing_style_1.recommend .item-inner .content-header .content-header-inner .recommend .recommend_title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 60px;
  background: #ffc000;
  z-index: -1;
}
.pricing_style_1:hover .item-inner .content-header .content-header-inner .recommend .recommend_title:before,
.pricing_style_1.recommend .item-inner .content-header .content-header-inner .recommend .recommend_title:before {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
}
.pricing_style_1:hover .item-inner .content-header .content-header-inner .recommend .recommend_title:after,
.pricing_style_1.recommend .item-inner .content-header .content-header-inner .recommend .recommend_title:after {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
}
.pricing_style_1:hover .item-inner .content-header .content-header-inner .sub_title,
.pricing_style_1.recommend .item-inner .content-header .content-header-inner .sub_title {
  padding-bottom: 50px;
}
.pricing_style_1:hover .item-inner .content-main,
.pricing_style_1.recommend .item-inner .content-main {
  margin-top: 40px;
}
@media (max-width: 1199px) and (min-width: 768px) {
}
.pricing_style_1:hover .content-footer,
.pricing_style_1.recommend .content-footer {
  opacity: 1;
}
.pricing_style_1 .item-inner {
  position: relative;
  height: 100%;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 0 1px 1px #f0f0f0;
  transition: all 0.35s ease;
}
.pricing_style_1 .content-header {
  position: relative;
}
.pricing_style_1 .content-header:before {
  content: '';
  background-color: #222222;
  width: 400px;
  height: 300px;
  position: absolute;
  border-radius: 0 0 100% 100%;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  z-index: 1;
}
.pricing_style_1 .content-header .content-header-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff;
}
.pricing_style_1 .content-header .content-header-inner .text {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  background-color: #080808;
  text-transform: uppercase;
  transition: all 0.35s ease;
}
.pricing_style_1 .content-header .content-header-inner .price {
  font-size: 46px;
  font-weight: 600;
}
.pricing_style_1 .content-header .content-header-inner .price span {
  font-size: 16px;
}
.pricing_style_1 .content-header .content-header-inner .sub_title {
  margin-top: -10px;
  position: relative;
  padding-bottom: 30px;
  transition: all 0.35s ease;
}
@media (max-width: 767px) {
  .pricing_style_1 .content-header:before {
    width: 600px;
  }
}
.pricing_style_1 .content-main {
  padding: 0 30px;
  transition: all 0.35s ease;
}
.pricing_style_1 .content-main .decs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 25px;
}
.pricing_style_1 .content-main .decs ul li {
  font-size: 14px;
  color: #222222;
  transition: none;
  padding: 10px 0;
  text-align: left;
  transition: all 0.35s ease;
}
.pricing_style_1 .content-main .decs ul li i {
  margin-right: 5px;
  color: #e82f2f;
}
.pricing_style_1 .content-main .decs ul li i.fa-check {
  color: #32b62f;
}
.pricing_style_1 .content-footer {
  text-align: center;
  margin-top: 20px;
  transition: all 0.35s ease;
}
.pricing_style_1 .content-footer a {
  position: relative;
  display: inline-block;
  background: #0080ff;
  padding: 10px 30px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.35s ease;
}
.pricing_style_1 .content-footer a:hover {
  background-color: #0066cc;
}
@media (max-width: 991px) {
  .pricing_style_1 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .pricing_style_1:hover,
  .pricing_style_1.recommend {
    height: 550px;
    margin-top: 15px;
  }
  .pricing_style_1:hover .item-inner .content-main,
  .pricing_style_1.recommend .item-inner .content-main {
    margin-top: 0px;
  }
  .pricing_style_1:hover .item-inner .content-header .content-header-inner .sub_title,
  .pricing_style_1.recommend .item-inner .content-header .content-header-inner .sub_title {
    padding-bottom: 30px;
  }
}
.pricing_style_2 {
  line-height: 1.7;
  background-color: #f9f9f9;
  transition: all 0.35s ease;
  text-align: center;
}
.pricing_style_2:hover .item-inner {
  background-color: #ffffff;
  box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.1);
}
.pricing_style_2 .item-inner {
  position: relative;
  height: 100%;
  padding: 40px 0px;
  transition: all 0.35s ease;
}
.pricing_style_2 .content-header .content-header-inner .text {
  width: 100%;
  font-size: 36px;
  font-weight: 400;
  color: #222222;
  transition: all 0.35s ease;
}
.pricing_style_2 .content-header .content-header-inner .price {
  color: #222222;
}
.pricing_style_2 .content-header .content-header-inner .price span {
  font-size: 24px;
  font-weight: 700;
}
.pricing_style_2 .content-header .content-header-inner .sub_title {
  position: relative;
  padding: 0 15px;
  margin-top: 35px;
  margin-bottom: 15px;
}
.pricing_style_2 .content-header .content-header-inner .sub_title:before {
  content: '';
  height: 2px;
  width: 30px;
  position: absolute;
  background-color: #0080ff;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.pricing_style_2 .content-main .decs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 25px;
}
.pricing_style_2 .content-main .decs ul li {
  font-size: 14px;
  color: #222222;
  transition: none;
  padding: 10px 0;
  transition: all 0.35s ease;
}
.pricing_style_2 .content-main .decs ul li i {
  margin-right: 5px;
}
.pricing_style_2 .content-main .decs ul li i.fa-check {
  color: #0080ff;
}
.pricing_style_2 .content-main .decs ul li:nth-child(2n+1) {
  background-color: #ffffff;
}
.pricing_style_2 .content-footer {
  margin-top: 30px;
  opacity: 1;
  transition: all 0.35s ease;
}
.pricing_style_2 .content-footer a {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  color: #0080ff;
  text-transform: uppercase;
  border: 1px solid #0080ff;
  font-weight: bold;
}
.pricing_style_2 .content-footer a:hover {
  background-color: #0080ff;
  color: #ffffff;
}
@media (max-width: 991px) {
  .pricing_style_2 {
    margin: 15px 0;
  }
}
.recent-news-wrapper .owl-nav .owl-prev,
.recent-news-wrapper .owl-nav .owl-next {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  transition: all 0.35s ease;
  border: 1px solid #eee;
}
.recent-news-wrapper .owl-nav .owl-prev i,
.recent-news-wrapper .owl-nav .owl-next i {
  padding: 15px;
  background-color: #f0f0f0;
  box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.2);
  transition: all 0.35s ease;
}
.recent-news-wrapper .owl-nav .owl-prev:hover i,
.recent-news-wrapper .owl-nav .owl-next:hover i {
  background-color: #0080ff;
  color: #ffffff;
}
.recent-news-wrapper .owl-nav .owl-next {
  right: -10px;
}
.recent-news-wrapper .owl-nav .owl-prev {
  left: -10px;
}
.recent-news-wrapper:hover .owl-nav .owl-prev,
.recent-news-wrapper:hover .owl-nav .owl-next {
  opacity: 1;
}
.recent-news-wrapper:hover .owl-nav .owl-next {
  right: 0px;
}
.recent-news-wrapper:hover .owl-nav .owl-prev {
  left: 0px;
}
@media (max-width: 479px) {
  .recent-news-wrapper:hover .owl-nav .owl-prev,
  .recent-news-wrapper:hover .owl-nav .owl-next {
    opacity: 1;
  }
  .recent-news-wrapper:hover .owl-nav .owl-next {
    right: 15px;
  }
  .recent-news-wrapper:hover .owl-nav .owl-prev {
    left: 15px;
  }
}
.recent-news-home_1 {
  position: relative;
  margin: 0 -15px;
}
.recent-news-home_1 .recent-news-container article {
  position: relative;
  padding: 15px;
}
.recent-news-home_1 .recent-news-container article .recent_news_item {
  transition: all 0.35s ease;
}
.recent-news-home_1 .recent-news-container article .post-thumbnail {
  position: relative;
  overflow: hidden;
}
.recent-news-home_1 .recent-news-container article .post-thumbnail .post-date {
  position: absolute;
  bottom: 0;
  left: 30px;
  color: #ffffff;
  background-color: #0080ff;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 600;
}
.recent-news-home_1 .recent-news-container article .post-content {
  z-index: 2;
  padding: 30px;
  background-color: #ffffff;
}
.recent-news-home_1 .recent-news-container article .post-content .content-text .entry-title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 10px;
}
.recent-news-home_1 .recent-news-container article .post-content .content-text .entry-title a {
  transition: all 0.45s ease;
}
.recent-news-home_1 .recent-news-container article .post-content .content-text .post-count-comments {
  float: right;
  margin-left: 30px;
  transition: all 0.45s ease;
}
.recent-news-home_1 .recent-news-container article .post-content .content-text .post-count-comments i {
  margin-right: 5px;
  color: #0080ff;
}
.recent-news-home_1 .recent-news-container article .post-content .content-text a.btn-readmore {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.35s ease;
}
.recent-news-home_1 .recent-news-container article .post-content .content-text a.btn-readmore:after {
  content: "\f10b";
  display: inline-block;
  font-family: "Ionicons";
  margin-left: 5px;
}
.recent-news-home_1 .recent-news-container article:hover .recent_news_item {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.15);
}
.recent-news-home_1 .recent-news-container article:hover .recent_news_item .post-content .content-text .entry-title a {
  color: #0080ff;
}
.recent-news-home_2 {
  position: relative;
  margin: 0 -15px;
}
.recent-news-home_2 .recent-news-container article {
  position: relative;
  padding: 15px;
}
.recent-news-home_2 .recent-news-container article .recent_news_item {
  transition: all 0.35s ease;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
}
.recent-news-home_2 .recent-news-container article .post-thumbnail {
  position: relative;
  overflow: hidden;
}
.recent-news-home_2 .recent-news-container article .post-content {
  z-index: 2;
  padding: 30px;
  background-color: #ffffff;
}
.recent-news-home_2 .recent-news-container article .post-content .content-text .post-date {
  font-size: 16px;
  font-weight: 600;
  color: rgba(34, 34, 34, 0.3);
}
.recent-news-home_2 .recent-news-container article .post-content .content-text .entry-title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 10px;
}
.recent-news-home_2 .recent-news-container article .post-content .content-text .entry-title a {
  transition: all 0.45s ease;
}
.recent-news-home_2 .recent-news-container article .post-content .content-text .post-count-comments {
  transition: all 0.45s ease;
}
.recent-news-home_2 .recent-news-container article .post-content .content-text .post-count-comments i {
  margin-right: 5px;
  color: #0080ff;
}
.recent-news-home_2 .recent-news-container article:hover .recent_news_item {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.15);
}
.recent-news-home_2 .recent-news-container article:hover .recent_news_item .post-content .content-text .entry-title a {
  color: #0080ff;
}
.recent-news-home_3 .recent-news-container {
  padding: 0;
  margin: 0;
}
.recent-news-home_3 .recent-news-container .recent-news-item {
  list-style: none;
  list-style-type: none;
}
.recent-news-home_3 .recent-news-container .recent-news-item .row {
  margin: 0;
}
.recent-news-home_3 .recent-news-container .recent-news-item .row:nth-child(2n) article .post-thumbnail {
  float: right;
}
.recent-news-home_3 .recent-news-container .recent-news-item .row:nth-child(2n) article .post-information {
  padding: 60px 60px 60px 30px;
  text-align: right;
}
.recent-news-home_3 .recent-news-container .recent-news-item .row:nth-child(2n) article .post-information .post-blog-title:before {
  right: -90px;
}
.recent-news-home_3 .recent-news-container .recent-news-item .row:nth-child(2n) article .post-information:before {
  content: "";
}
@media (max-width: 991px) and (min-width: 768px) {
  .recent-news-home_3 .recent-news-container .recent-news-item .row:nth-child(2n) article .post-information {
    padding: 30px;
  }
  .recent-news-home_3 .recent-news-container .recent-news-item .row:nth-child(2n) article .post-information .post-blog-title:before {
    right: -70px;
  }
}
@media (max-width: 767px) {
  .recent-news-home_3 .recent-news-container .recent-news-item .row:nth-child(2n) article .post-information {
    padding: 0 30px;
  }
  .recent-news-home_3 .recent-news-container .recent-news-item .row:nth-child(2n) article .post-information .post-blog-title:before {
    right: -70px;
  }
}
@media (max-width: 479px) {
  .recent-news-home_3 .recent-news-container .recent-news-item .row:nth-child(2n) article .post-information {
    padding: 30px 0;
    text-align: left;
  }
  .recent-news-home_3 .recent-news-container .recent-news-item .row:nth-child(2n) article .post-information .post-blog-title:before {
    display: none;
  }
}
.recent-news-home_3 .recent-news-container .recent-news-item .row:nth-child(2n+1) article .post-information {
  padding: 60px 60px 30px 60px;
}
.recent-news-home_3 .recent-news-container .recent-news-item .row:nth-child(2n+1) article .post-information .post-blog-title:before {
  left: -90px;
}
.recent-news-home_3 .recent-news-container .recent-news-item .row:nth-child(2n+1) article .post-information:before {
  content: "";
}
@media (max-width: 991px) and (min-width: 768px) {
  .recent-news-home_3 .recent-news-container .recent-news-item .row:nth-child(2n+1) article .post-information {
    padding: 30px;
  }
  .recent-news-home_3 .recent-news-container .recent-news-item .row:nth-child(2n+1) article .post-information .post-blog-title:before {
    left: -70px;
  }
}
@media (max-width: 767px) {
  .recent-news-home_3 .recent-news-container .recent-news-item .row:nth-child(2n+1) article .post-information {
    padding: 0 30px;
  }
  .recent-news-home_3 .recent-news-container .recent-news-item .row:nth-child(2n+1) article .post-information .post-blog-title:before {
    left: -70px;
  }
}
@media (max-width: 479px) {
  .recent-news-home_3 .recent-news-container .recent-news-item .row:nth-child(2n+1) article .post-information {
    padding: 30px 0;
  }
  .recent-news-home_3 .recent-news-container .recent-news-item .row:nth-child(2n+1) article .post-information .post-blog-title:before {
    display: none;
  }
}
.recent-news-home_3 .recent-news-container .recent-news-item .row article {
  padding: 0;
}
.recent-news-home_3 .recent-news-container .recent-news-item .row article .post-thumbnail {
  height: 400px;
  overflow: hidden;
  position: relative;
  width: 50%;
  float: left;
}
.recent-news-home_3 .recent-news-container .recent-news-item .row article .post-thumbnail img {
  height: 100%;
  width: auto;
  max-width: none;
  transition: all 1s ease-in-out;
}
@media (max-width: 479px) {
  .recent-news-home_3 .recent-news-container .recent-news-item .row article .post-thumbnail {
    width: 100%;
  }
}
.recent-news-home_3 .recent-news-container .recent-news-item .row article .post-information {
  max-height: 400px;
  width: 50%;
  float: left;
  position: relative;
}
.recent-news-home_3 .recent-news-container .recent-news-item .row article .post-information .post-date {
  text-transform: uppercase;
  font-size: 18px;
  color: rgba(34, 34, 34, 0.5);
}
.recent-news-home_3 .recent-news-container .recent-news-item .row article .post-information .post-blog-title {
  margin-top: 0px;
  font-size: 26px;
  margin-bottom: 15px;
  position: relative;
}
.recent-news-home_3 .recent-news-container .recent-news-item .row article .post-information .post-blog-title:before {
  content: '';
  background-color: #0080ff;
  width: 60px;
  height: 1px;
  position: absolute;
  top: 20px;
}
.recent-news-home_3 .recent-news-container .recent-news-item .row article .post-information .post-blog-title a {
  transition: all 0.35s ease;
  color: #222222;
}
.recent-news-home_3 .recent-news-container .recent-news-item .row article .post-information .post-blog-title:hover a {
  color: #0080ff;
}
@media (max-width: 767px) {
  .recent-news-home_3 .recent-news-container .recent-news-item .row article .post-information .post-blog-title {
    font-size: 20px;
  }
}
.recent-news-home_3 .recent-news-container .recent-news-item .row article .post-information .post-excerpt {
  margin-bottom: 30px;
}
.recent-news-home_3 .recent-news-container .recent-news-item .row article .post-information .info-meta {
  margin-bottom: 15px;
}
.recent-news-home_3 .recent-news-container .recent-news-item .row article .post-information .info-meta i {
  margin-right: 7px;
  color: #0080ff;
}
@media (max-width: 479px) {
  .recent-news-home_3 .recent-news-container .recent-news-item .row article .post-information {
    width: 100%;
  }
}
.recent-news-home_3 .recent-news-container .recent-news-item .row article:hover .post-thumbnail:before {
  left: 0;
  opacity: 1;
}
.recent-news-home_3 .recent-news-container .recent-news-item .row article:hover .post-thumbnail:after {
  right: 0;
  opacity: 1;
}
.recent-news-footer-home_1 .recent-news-container .hide_content {
  display: none !important;
}
.recent-news-footer-home_1 .recent-news-container article {
  margin-bottom: 20px;
}
.recent-news-footer-home_1 .recent-news-container article .recent_news_item {
  position: relative;
  display: table;
}
.recent-news-footer-home_1 .recent-news-container article .post-thumbnail {
  background-size: cover !important;
  width: 70px;
  position: relative;
  overflow: hidden;
  display: table-cell;
}
.recent-news-footer-home_1 .recent-news-container article .post-thumbnail .post-image img {
  width: 100%;
  transition: all 0.35s ease-in-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .recent-news-footer-home_1 .recent-news-container article .post-thumbnail .post-image {
    height: auto;
  }
}
@media (max-width: 479px) {
  .recent-news-footer-home_1 .recent-news-container article .post-thumbnail .post-image {
    height: auto;
  }
}
.recent-news-footer-home_1 .recent-news-container article .post-content {
  display: table-cell;
  z-index: 2;
  width: calc(100% - 70px);
  padding-left: 10px;
  vertical-align: middle;
}
.recent-news-footer-home_1 .recent-news-container article .post-content .entry-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 16px;
}
.recent-news-footer-home_1 .recent-news-container article .post-content .entry-title a {
  line-height: 1.2px;
  font-size: 16px;
  color: #222222;
  font-weight: normal;
  transition: all 0.35s ease;
}
.recent-news-footer-home_1 .recent-news-container article .post-content .entry-title a:hover {
  color: #0080ff !important;
}
.recent-news-footer-home_1 .recent-news-container article .post-content.white .entry-title a {
  color: #ffffff;
}
.recent-news-footer-home_1 .recent-news-container article .post-content.white .post-info {
  color: #ffffff;
}
.recent-news-footer-home_1 .recent-news-container article .post-content.white .post-info i {
  color: #ffffff;
}
.recent-news-footer-home_1 .recent-news-container article .post-content.white .post-excerpt {
  color: #ffffff;
}
.recent-news-footer-home_1 .recent-news-container article .post-content .post-info {
  margin-bottom: 0px;
  color: #222222;
  text-transform: capitalize;
}
.recent-news-footer-home_1 .recent-news-container article .post-content .post-info i {
  color: #0080ff;
  margin-right: 5px;
}
.recent-news-footer-home_1 .recent-news-container article .post-content .post-info span {
  font-size: 12px;
  font-style: italic;
  padding-right: 10px;
}
.recent-news-footer-home_1 .recent-news-container article .post-content .post-excerpt {
  color: rgba(0, 0, 0, 0.75);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .recent-news-footer-home_1 .recent-news-container article .post-content {
    position: relative;
  }
}
@media (max-width: 479px) {
  .recent-news-footer-home_1 .recent-news-container article .post-content {
    position: relative;
    padding: 0 15px;
  }
}
.recent-news-footer-home_1 .recent-news-container article.white .post-excerpt {
  color: #ffffff;
}
.recent-news-footer-home_1 .recent-news-control .recent-news-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 99;
  transform: translateY(-50%);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.recent-news-footer-home_1 .recent-news-control .recent-news-nav i {
  padding: 15px;
  background-color: #ffffff;
}
.recent-news-footer-home_1 .recent-news-control .recent-news-nav.nav_next {
  right: 0;
}
.recent-news-footer-home_1 .recent-news-control .recent-news-nav.nav_prev {
  left: 0;
}
.recent-news-footer-home_2 .recent-news-container .hide_content {
  display: none !important;
}
.recent-news-footer-home_2 .recent-news-container article {
  margin-bottom: 20px;
}
.recent-news-footer-home_2 .recent-news-container article .recent_news_item {
  position: relative;
  display: table;
}
.recent-news-footer-home_2 .recent-news-container article .post-thumbnail {
  width: 20%;
  position: relative;
  overflow: hidden;
  display: table-cell;
}
.recent-news-footer-home_2 .recent-news-container article .post-thumbnail .post-image img {
  width: 100%;
  transition: all 0.35s ease-in-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .recent-news-footer-home_2 .recent-news-container article .post-thumbnail .post-image {
    height: auto;
  }
}
@media (max-width: 479px) {
  .recent-news-footer-home_2 .recent-news-container article .post-thumbnail .post-image {
    height: auto;
  }
}
.recent-news-footer-home_2 .recent-news-container article .post-content {
  display: table-cell;
  z-index: 2;
  width: 75%;
  padding-left: 5%;
  vertical-align: middle;
}
.recent-news-footer-home_2 .recent-news-container article .post-content .entry-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: bold;
}
.recent-news-footer-home_2 .recent-news-container article .post-content .entry-title a {
  font-weight: 700;
  font-size: 14px;
  color: #222222;
  transition: all 0.35s ease;
}
.recent-news-footer-home_2 .recent-news-container article .post-content .entry-title a:hover {
  color: #0080ff !important;
}
.recent-news-footer-home_2 .recent-news-container article .post-content.white .entry-title a {
  color: #ffffff;
}
.recent-news-footer-home_2 .recent-news-container article .post-content.white .post-info {
  color: #ffffff;
}
.recent-news-footer-home_2 .recent-news-container article .post-content.white .post-info i {
  color: #ffffff;
}
.recent-news-footer-home_2 .recent-news-container article .post-content .post-info {
  margin-bottom: 0px;
  color: #222222;
  font-size: 14px;
  text-transform: capitalize;
}
.recent-news-footer-home_2 .recent-news-container article .post-content .post-info i {
  color: #222222;
  margin-right: 5px;
}
.recent-news-footer-home_2 .recent-news-container article .post-content .post-info span {
  padding-right: 10px;
}
.recent-news-footer-home_2 .recent-news-container article .post-content .post-excerpt {
  color: rgba(0, 0, 0, 0.75);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .recent-news-footer-home_2 .recent-news-container article .post-content {
    width: 100%;
    position: relative;
  }
}
@media (max-width: 479px) {
  .recent-news-footer-home_2 .recent-news-container article .post-content {
    width: 100%;
    position: relative;
  }
}
.recent-news-footer-home_2 .recent-news-container article.white .post-excerpt {
  color: #ffffff;
}
.recent-news-footer-home_2 .recent-news-control .recent-news-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 99;
  transform: translateY(-50%);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.recent-news-footer-home_2 .recent-news-control .recent-news-nav i {
  padding: 15px;
  background-color: #ffffff;
}
.recent-news-footer-home_2 .recent-news-control .recent-news-nav.nav_next {
  right: 0;
}
.recent-news-footer-home_2 .recent-news-control .recent-news-nav.nav_prev {
  left: 0;
}
/* Yolo video player*/
@keyframes pulse-primary {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
.yolo-video-player {
  position: relative;
  display: table;
  width: 100%;
}
.yolo-video-player .container-text {
  position: relative;
}
.yolo-video-player .yl-button-play {
  opacity: 1;
  display: table-cell;
  vertical-align: middle;
}
.yolo-video-player .yl-button-play .play-button {
  text-align: center;
  display: table;
  margin: 0 auto;
  transition: all 0.2s;
}
.yolo-video-player .yl-button-play .play-button i {
  cursor: pointer;
  vertical-align: middle;
  display: table-cell;
  font-size: 50px;
  transition: all 0.35s ease;
}
@media (max-width: 767px) {
  .yolo-video-player .yl-button-play .play-button i {
    font-size: 160px;
  }
}
@media (max-width: 480px) {
  .yolo-video-player .yl-button-play .play-button i {
    font-size: 130px;
  }
}
.yolo-video-player .iframe-video-player {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 0;
  display: none;
  overflow: hidden;
  background-color: #000000;
}
.yolo-video-player .iframe-video-player .video-close {
  padding: 5px 10px;
  right: 0;
  cursor: pointer;
  color: white;
  background: #0080ff;
  z-index: 1;
  position: absolute;
}
.yolo-video-player.style_1 {
  display: block;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.15);
}
.yolo-video-player.style_1 .container-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .yolo-video-player.style_1 .container-text {
    position: relative;
  }
}
.yolo-video-player.style_1 .yl-button-play {
  display: block;
}
.yolo-video-player.style_1 .yl-button-play .play-button {
  text-align: center;
  display: block;
  margin: 0 auto;
  transition: all 0.2s;
}
.yolo-video-player.style_1 .yl-button-play .play-button i {
  position: relative;
  height: 70px;
  width: 70px;
  margin: 0 auto;
  line-height: 70px;
  background-color: #0080ff;
  border-radius: 100%;
  vertical-align: middle;
  display: block;
  font-size: 34px;
  color: #ffffff;
  transition: all 0.35s ease;
}
.yolo-video-player.style_1 .yl-button-play .play-button i:before {
  z-index: 1;
  position: relative;
}
.yolo-video-player.style_1 .yl-button-play .play-button i:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  background-color: rgba(0, 128, 255, 0.5);
  z-index: 0;
  animation: pulse-primary 2s ease-out infinite;
}
.yolo-video-player.style_1 .iframe-video-player {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 0;
  display: none;
  overflow: hidden;
  background-color: #000000;
}
.yolo-video-player.style_1 .iframe-video-player .video-close {
  padding: 5px 10px;
  right: 0;
  cursor: pointer;
  color: white;
  background: #0080ff;
  z-index: 1;
  position: absolute;
}
.yolo-video-player.style_2 .container-text {
  position: relative;
}
.yolo-video-player.style_2 .yl-button-play .yl-introduction {
  top: 0px;
  left: 0;
  position: relative;
  font-size: 72px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .yolo-video-player.style_2 .yl-button-play .yl-introduction {
    font-size: 36px;
  }
}
.yolo-video-player.style_2 .yl-button-play .yl-description {
  right: 0;
  bottom: 0px;
  position: relative;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .yolo-video-player.style_2 .yl-button-play .yl-description {
    font-size: 18px;
  }
}
.yolo-video-player.style_2 .yl-button-play .play-button {
  text-align: center;
  display: table;
  margin: 0 auto;
  transition: all 0.2s;
}
.yolo-video-player.style_2 .yl-button-play .play-button:hover {
  cursor: pointer;
}
.yolo-video-player.style_2 .yl-button-play .play-button:hover i {
  color: #f0f0f0 !important;
}
.yolo-video-player.style_2 .yl-button-play .play-button i {
  vertical-align: middle;
  display: table-cell;
  font-size: 210px;
  color: #0080ff;
  transition: all 0.35s ease;
}
@media (max-width: 767px) {
  .yolo-video-player.style_2 .yl-button-play .play-button i {
    font-size: 150px;
  }
}
.yolo-video-player.style_2 .iframe-video-player {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 0;
  display: none;
  overflow: hidden;
  background-color: #000000;
}
.yolo-video-player.style_2 .iframe-video-player .video-close {
  padding: 5px 10px;
  right: 0;
  cursor: pointer;
  color: white;
  background: #0080ff;
  z-index: 1;
  position: absolute;
}
@keyframes pulse-primary {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
.hidden {
  display: none;
}
.portfolio-container {
  overflow-x: hidden;
  position: relative;
}
.portfolio-container .paging {
  text-align: center;
}
.portfolio-container .paging .load-more {
  margin-top: 50px;
  margin-bottom: 30px;
  text-transform: uppercase;
  padding: 10px 60px;
  background-color: transparent;
  background-color: #0080ff;
  color: #ffffff;
}
.portfolio-container .paging .load-more:hover {
  background-color: #3399ff;
}
.portfolio-tabs {
  margin-bottom: 30px;
}
.portfolio-tabs .tab-wrapper.left {
  text-align: left;
}
@media (max-width: 991px) {
  .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: 991px) {
  .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: 4px;
  position: relative;
}
.portfolio-tabs .tab-wrapper ul li a {
  color: #222222;
  border: none;
  min-width: auto;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 600;
}
.portfolio-tabs .tab-wrapper ul li:hover a {
  color: #ffffff;
  background-color: #0080ff;
}
.portfolio-tabs .tab-wrapper ul li.active a {
  color: #ffffff;
  background-color: #0080ff;
}
.portfolio-tabs .tab-wrapper ul.filter_style_2 li {
  margin: 0 15px;
}
.portfolio-tabs .tab-wrapper ul.filter_style_2 li a {
  padding: 5px 0;
  background-color: transparent;
  color: #222222;
}
.portfolio-tabs .tab-wrapper ul.filter_style_2 li:before {
  content: '';
  background-color: #0080ff;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transition: all 0.35s ease;
}
.portfolio-tabs .tab-wrapper ul.filter_style_2 li:hover a {
  color: #0080ff;
}
.portfolio-tabs .tab-wrapper ul.filter_style_2 li:hover:before {
  transform: scale(1);
}
.portfolio-tabs .tab-wrapper ul.filter_style_2 li.active a {
  color: #0080ff;
}
.portfolio-tabs .tab-wrapper ul.filter_style_2 li.active:before {
  transform: scale(1);
}
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 .portfolio-item {
  padding: 0 5px;
  margin: 5px 0;
}
.portfolio-wrapper.col-padding-10 .portfolio-item {
  padding: 0 10px;
  margin: 10px 0;
}
.portfolio-wrapper.col-padding-15 .portfolio-item {
  padding: 0 15px;
  margin: 15px 0;
}
.portfolio-wrapper.col-padding-20 .portfolio-item {
  padding: 0 20px;
  margin: 20px 0;
}
.portfolio-wrapper.finanzen-col-md-2 .portfolio-item {
  width: 50%;
}
.portfolio-wrapper.finanzen-col-md-2 .portfolio-item .portfolio-title-wrap.top .portfolio-title,
.portfolio-wrapper.finanzen-col-md-2 .portfolio-item .portfolio-title-wrap.bottom .portfolio-title {
  font-size: 24px;
  padding: 0 15px;
}
.portfolio-wrapper.finanzen-col-md-2 .portfolio-item .portfolio-title-wrap.top .portfolio-tag,
.portfolio-wrapper.finanzen-col-md-2 .portfolio-item .portfolio-title-wrap.bottom .portfolio-tag {
  font-size: 18px;
}
.portfolio-wrapper.finanzen-col-md-2 .portfolio-item.portrait {
  width: 50%;
}
.portfolio-wrapper.finanzen-col-md-2 .portfolio-item.landscape {
  width: 100%;
}
.portfolio-wrapper.finanzen-col-md-2 .portfolio-item.small_squared {
  width: 50%;
}
.portfolio-wrapper.finanzen-col-md-2 .portfolio-item.big_squared {
  width: 100%;
}
.portfolio-wrapper.finanzen-col-md-3 .portfolio-item {
  width: 33.3333333%;
}
.portfolio-wrapper.finanzen-col-md-3 .portfolio-item .portfolio-title-wrap.top .portfolio-title,
.portfolio-wrapper.finanzen-col-md-3 .portfolio-item .portfolio-title-wrap.bottom .portfolio-title {
  font-size: 18px;
}
.portfolio-wrapper.finanzen-col-md-3 .portfolio-item.portrait {
  width: 33.3333333%;
}
.portfolio-wrapper.finanzen-col-md-3 .portfolio-item.landscape {
  width: 66.6666666%;
}
.portfolio-wrapper.finanzen-col-md-3 .portfolio-item.small_squared {
  width: 33.3333333%;
}
.portfolio-wrapper.finanzen-col-md-3 .portfolio-item.big_squared {
  width: 66.6666666%;
}
@media screen and (max-width: 479px) {
  .portfolio-wrapper.finanzen-col-md-4.col-padding-15 .portfolio-item {
    padding: 0 !important;
  }
}
.portfolio-wrapper.finanzen-col-md-4 .portfolio-item {
  width: 25%;
  float: left;
}
.portfolio-wrapper.finanzen-col-md-4 .portfolio-item.portrait {
  width: 25%;
}
.portfolio-wrapper.finanzen-col-md-4 .portfolio-item.landscape {
  width: 50%;
}
.portfolio-wrapper.finanzen-col-md-4 .portfolio-item.small_squared {
  width: 25%;
}
.portfolio-wrapper.finanzen-col-md-4 .portfolio-item.big_squared {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .portfolio-wrapper.finanzen-col-md-4 .portfolio-item {
    width: 50%;
  }
}
.portfolio-wrapper.finanzen-col-md-5.col-padding-15 .portfolio-item {
  padding: 0;
  margin: 15px;
  width: calc(20% - 30px);
  transition: box-shadow 0.35s ease;
}
.portfolio-wrapper.finanzen-col-md-5.col-padding-15 .portfolio-item:hover {
  box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1199px) {
  .portfolio-wrapper.finanzen-col-md-5.col-padding-15 .portfolio-item {
    width: calc(33.33% - 30px) !important;
  }
}
@media screen and (max-width: 767px) {
  .portfolio-wrapper.finanzen-col-md-5.col-padding-15 .portfolio-item {
    width: calc(50% - 30px) !important;
  }
}
@media screen and (max-width: 479px) {
  .portfolio-wrapper.finanzen-col-md-5.col-padding-15 .portfolio-item {
    width: calc(100% - 30px) !important;
  }
}
.portfolio-wrapper.finanzen-col-md-5 .portfolio-item {
  width: 20%;
  float: left;
}
.portfolio-wrapper.finanzen-col-md-5 .portfolio-item.portrait {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .portfolio-wrapper.finanzen-col-md-5 .portfolio-item.portrait {
    width: 50%;
  }
}
.portfolio-wrapper.finanzen-col-md-5 .portfolio-item.landscape {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .portfolio-wrapper.finanzen-col-md-5 .portfolio-item.landscape {
    width: 50%;
  }
}
.portfolio-wrapper.finanzen-col-md-5 .portfolio-item.small_squared {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .portfolio-wrapper.finanzen-col-md-5 .portfolio-item.small_squared {
    width: 50%;
  }
}
.portfolio-wrapper.finanzen-col-md-5 .portfolio-item.big_squared {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .portfolio-wrapper.finanzen-col-md-5 .portfolio-item.big_squared {
    width: 50%;
  }
}
.portfolio-wrapper.finanzen-col-md-6 .portfolio-item {
  width: 16.6666667%;
}
.portfolio-wrapper.finanzen-col-md-6 .portfolio-item.portrait {
  width: 16.6666667%;
}
.portfolio-wrapper.finanzen-col-md-6 .portfolio-item.landscape {
  width: 33.3333333%;
}
.portfolio-wrapper.finanzen-col-md-6 .portfolio-item.small_squared {
  width: 16.6666667%;
}
.portfolio-wrapper.finanzen-col-md-6 .portfolio-item.big_squared {
  width: 33.3333333%;
}
@media screen and (max-width: 1199px) {
  .portfolio-wrapper .portfolio-item {
    width: 33.33% !important;
    height: auto !important;
  }
  .portfolio-wrapper .portfolio-item.landscape {
    width: 66.66% !important;
  }
  .portfolio-wrapper .portfolio-item img {
    height: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .portfolio-wrapper .portfolio-item {
    width: 50% !important;
    height: auto !important;
  }
  .portfolio-wrapper .portfolio-item.landscape {
    width: 100% !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 {
  background-color: #ffffff;
  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;
  color: #222222;
  font-weight: 600;
  margin-top: 0px;
  padding-top: 15px;
  display: block;
  font-size: 20px;
  transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.top .portfolio-title:hover,
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.bottom .portfolio-title:hover {
  color: #0080ff;
}
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.top .portfolio-tag,
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.bottom .portfolio-tag {
  color: rgba(34, 34, 34, 0.5);
  padding-bottom: 15px;
  text-transform: none;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail {
  position: relative;
  overflow: hidden;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail i {
  font-size: 24px;
}
.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;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  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 {
  position: absolute;
  top: 50%!important;
  left: 50%!important;
  transform: translate(-50%, -50%);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-only .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i {
  color: #0080ff;
  z-index: 1;
  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;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
  position: absolute;
  top: 50%!important;
  left: 50%!important;
  transform: translate(-50%, -50%);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i {
  color: #0080ff;
  z-index: 1;
  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 {
  white-space: nowrap;
  color: #222222;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title:hover {
  color: #0080ff;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title-category .entry-thumbnail-hover {
  text-align: center;
}
.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;
  transform: translate(-50%, -50%);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a {
  display: block;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i {
  color: #0080ff;
  transform: translate(0, 0);
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
  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;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  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: #0080ff;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  white-space: nowrap;
  color: #0080ff;
  left: 0;
  position: relative;
  width: 100%;
  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;
  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;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  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: #0080ff;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  white-space: nowrap;
  color: #0080ff;
  left: 0;
  position: relative;
  width: 100%;
  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);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content {
  position: absolute;
  top: auto;
  bottom: 50% !important;
  left: 50% !important;
  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;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  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: #0080ff;
}
.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: #0080ff;
  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: #0080ff;
  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;
  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;
  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: #0080ff;
}
.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(0, 128, 255, 0.9);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_1 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  color: #0080ff;
  z-index: 1;
  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;
  background-color: rgba(34, 34, 34, 0.8);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
  left: 30px !important;
  bottom: 50px !important;
  top: auto !important;
  transform: translate(0, 0) !important;
  text-align: left;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content a .title {
  color: #ffffff;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  text-align: center;
  margin-top: 20px;
  position: relative;
  line-height: 50px;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #222222;
  font-size: 18px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.2);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i:hover {
  color: #ffffff;
  background-color: #0080ff;
  font-size: 18px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i:hover:after {
  animation: pulse-primary 2s ease-out infinite;
}
@media (max-width: 1199px) {
  .portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
    margin-top: 10px;
  }
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title {
  color: #ffffff;
  font-size: 20px;
  text-transform: none;
}
@media (max-width: 911px) {
  .portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title {
    font-size: 16px;
  }
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  color: #ffffff;
  display: block;
  font-size: 16px;
  margin-top: 5px;
}
@media (max-width: 1199px) {
  .portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
    margin-top: 0px;
  }
}
@media (max-width: 911px) {
  .portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
    left: 20px !important;
    bottom: 20px !important;
  }
}
@media (max-width: 320px) {
  .portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
    left: 15px !important;
    bottom: 15px !important;
  }
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_3 .entry-thumbnail-hover {
  text-align: center;
  background-color: rgba(0, 128, 255, 0.9);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content a .title {
  color: #ffffff;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  margin-top: 20px;
  position: relative;
  line-height: 50px;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #222222;
  font-size: 18px;
  z-index: 2;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i:before {
  position: relative;
  z-index: 2;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  z-index: -2;
  background-color: rgba(255, 255, 255, 0.2);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i:hover {
  color: #0080ff;
  font-size: 18px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i:hover:after {
  animation: pulse-primary 2s ease-out infinite;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title {
  text-transform: none;
  color: #ffffff;
  transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title:hover {
  color: #ffffff;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  color: #ffffff;
  font-size: 14px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_4 .entry-thumbnail-hover {
  text-align: center;
  transform: scale(0.9);
  background: rgba(0, 0, 0, 0.5);
  border: none;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content > a .title {
  color: #ffffff;
  font-size: 18px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content > a .title:hover {
  color: #0080ff;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title {
  color: #ffffff;
  font-size: 18px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title:hover {
  color: #0080ff;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  color: #0080ff;
  font-size: 14px;
  font-style: italic;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_5 .entry-thumbnail-hover {
  text-align: center;
  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 > a .title {
  color: #222222;
  font-size: 18px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title:hover {
  color: #0080ff;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  color: #0080ff;
  font-size: 14px;
  font-style: italic;
}
.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%;
  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_4 .entry-thumbnail-hover {
  transform: scale(0.9);
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail:hover.effect_5 .entry-thumbnail-hover {
  transform: scale(0.9);
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail:hover.effect_1 .entry-thumbnail-hover {
  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 {
  transform: scale(1.1);
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
  display: inline-block;
  transition: all 0.35s ease;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_1 .entry-thumbnail-hover {
  transform: scale(0);
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  border: 10px solid rgba(0, 128, 255, 0.9);
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_1 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  color: #0080ff;
  z-index: 1;
  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_4 .entry-thumbnail-hover {
  transform: scale(1);
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_5 .entry-thumbnail-hover {
  text-align: center;
  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;
  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;
  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;
  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: #0080ff !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: #0080ff;
  left: 0;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.portfolio-slide.style-1 .portfolio-wrapper {
  display: table;
  width: 100%;
}
.portfolio-slide.style-1 .portfolio-wrapper .portfolio-content {
  width: 17%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.portfolio-slide.style-1 .portfolio-wrapper .portfolio-content .entry-content .category {
  font-size: 16px;
}
.portfolio-slide.style-1 .portfolio-wrapper .portfolio-content .entry-content h2 {
  position: relative;
}
.portfolio-slide.style-1 .portfolio-wrapper .portfolio-content .entry-content h2 a {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .portfolio-slide.style-1 .portfolio-wrapper .portfolio-content .entry-content h2 a {
    font-size: 24px;
  }
}
.portfolio-slide.style-1 .portfolio-wrapper .portfolio-content .entry-content h2:before {
  content: '';
  height: 3px;
  background-color: #0080ff;
  width: 40px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
}
@media (max-width: 599px) {
  .portfolio-slide.style-1 .portfolio-wrapper .portfolio-content .entry-content h2 {
    margin: 10px 0;
  }
  .portfolio-slide.style-1 .portfolio-wrapper .portfolio-content .entry-content h2:before {
    display: none;
  }
}
.portfolio-slide.style-1 .portfolio-wrapper .portfolio-content .entry-content .entry-tag {
  font-size: 16px;
  margin-top: 75px;
}
@media (max-width: 599px) {
  .portfolio-slide.style-1 .portfolio-wrapper .portfolio-content .entry-content .entry-tag {
    margin-top: 10px;
  }
}
@media (max-width: 599px) {
  .portfolio-slide.style-1 .portfolio-wrapper .portfolio-content {
    width: 70%;
    display: block;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    padding: 30px;
  }
}
.portfolio-slide.style-1 .portfolio-wrapper .portfolio-thumb {
  width: 83%;
  display: table-cell;
  vertical-align: middle;
}
.portfolio-slide.style-1 .portfolio-wrapper .portfolio-thumb .portfolio-slider-item {
  width: 80%;
}
@media (max-width: 1199px) {
  .portfolio-slide.style-1 .portfolio-wrapper .portfolio-thumb .portfolio-slider-item {
    width: 100%;
  }
}
.portfolio-slide.style-1 .portfolio-wrapper .portfolio-thumb .entry-thumbnail {
  min-height: 700px;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 599px) {
  .portfolio-slide.style-1 .portfolio-wrapper .portfolio-thumb .entry-thumbnail {
    min-height: 500px;
  }
}
.portfolio-slide.style-1 .portfolio-wrapper .portfolio-thumb .swiper-button-black {
  font-size: 0;
}
.portfolio-slide.style-1 .portfolio-wrapper .portfolio-thumb .swiper-button-black.swiper-button-prev {
  display: none;
}
@media (max-width: 599px) {
  .portfolio-slide.style-1 .portfolio-wrapper .portfolio-thumb .swiper-button-black.swiper-button-prev {
    display: block;
  }
}
@media (max-width: 599px) {
  .portfolio-slide.style-1 .portfolio-wrapper .portfolio-thumb {
    display: block;
    width: 100%;
  }
}
@media (max-width: 599px) {
  .portfolio-slide.style-1 .portfolio-wrapper {
    display: block;
    width: 100%;
  }
}
.portfolio-slide.style-2 .portfolio-wrapper {
  position: relative;
  margin-bottom: 80px;
}
.portfolio-slide.style-2 .portfolio-wrapper .portfolio-content {
  position: absolute;
  left: 50%;
  bottom: -60px;
  z-index: 2;
  text-align: center;
  background-color: #ffffff;
  padding: 20px;
  transform: translate(-50%, 0);
  min-width: 500px;
  box-shadow: 2px 0 7px 2px rgba(0, 0, 0, 0.2);
}
.portfolio-slide.style-2 .portfolio-wrapper .portfolio-content .category,
.portfolio-slide.style-2 .portfolio-wrapper .portfolio-content .entry-tag {
  font-size: 18px;
}
.portfolio-slide.style-2 .portfolio-wrapper .portfolio-content h2 {
  margin: 10px 0;
}
.portfolio-slide.style-2 .portfolio-wrapper .portfolio-content h2 a {
  font-size: 24px;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .portfolio-slide.style-2 .portfolio-wrapper .portfolio-content {
    min-width: 250px;
  }
}
.portfolio-slide.style-2 .portfolio-wrapper .portfolio-thumb .portfolio-slider-item {
  width: 75%;
}
.portfolio-slide.style-2 .portfolio-wrapper .portfolio-thumb .portfolio-slider-item .entry-thumbnail {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 700px;
}
@media (max-width: 599px) {
  .portfolio-slide.style-2 .portfolio-wrapper .portfolio-thumb .portfolio-slider-item .entry-thumbnail {
    min-height: 500px;
  }
}
@media (max-width: 599px) {
  .portfolio-slide.style-2 .portfolio-wrapper .portfolio-thumb .portfolio-slider-item {
    width: 100%;
  }
}
.portfolio-slide.style-2 .portfolio-wrapper .portfolio-thumb .swiper-button-white {
  font-size: 0;
}
/*------------ SNGLE PORTFOLIO ----------------*/
.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;
  transition: all 0.35s ease;
}
.portfolio-full.detail-01 .portfolio-top .col-md-12 .post-slideshow .owl-nav > div {
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  line-height: 1;
  font-size: 60px;
  color: rgba(0, 0, 0, 0.3);
  transition: all 0.35s ease;
}
.portfolio-full.detail-01 .portfolio-top .col-md-12 .post-slideshow .owl-nav > div:hover {
  color: #0080ff;
}
.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;
}
@media (max-width: 767px) {
  .portfolio-full.detail-01 .portfolio-top {
    margin-top: 0;
  }
}
.portfolio-full.detail-01 .paging-wrap {
  margin-top: 60px;
}
.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;
  transition: all 0.35s ease;
}
.portfolio-full.detail-01 .paging-wrap .container .row .owl-nav > div {
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  padding: 7px 10px;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  transition: all 0.35s ease;
}
.portfolio-full.detail-01 .paging-wrap .container .row .owl-nav > div:hover {
  background-color: #0080ff;
}
.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;
}
@media (max-width: 767px) {
  .portfolio-full.detail-01 .paging-wrap {
    margin-top: 30px;
  }
}
.portfolio-full.detail-01 .portfolio-content-wrap {
  padding-top: 30px;
}
.portfolio-full.detail-01 .portfolio-content-wrap.gallery-full-width .portfolio-title-wrap h2 {
  position: relative;
  font-size: 48px;
  font-weight: normal;
  text-transform: none;
  padding-bottom: 15px;
  margin-top: 30px;
  text-align: center;
  color: #222222;
}
.portfolio-full.detail-01 .portfolio-content-wrap.gallery-full-width .portfolio-title-wrap h2:before {
  content: '';
  display: none;
}
@media (max-width: 767px) {
  .portfolio-full.detail-01 .portfolio-content-wrap.gallery-full-width .portfolio-title-wrap h2 {
    font-size: 36px;
  }
}
@media (max-width: 479px) {
  .portfolio-full.detail-01 .portfolio-content-wrap.gallery-full-width .portfolio-title-wrap h2 {
    font-size: 30px;
    margin-top: 0;
  }
}
.portfolio-full.detail-01 .portfolio-content-wrap.gallery-full-width .portfolio-info-text {
  text-align: center;
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .portfolio-full.detail-01 .portfolio-content-wrap.gallery-full-width .portfolio-info-text {
    width: 100%;
  }
}
.portfolio-full.detail-01 .portfolio-content-wrap.gallery-full-width .portfolio-info {
  display: table;
  width: 100%;
  margin-top: 30px;
}
.portfolio-full.detail-01 .portfolio-content-wrap.gallery-full-width .portfolio-info .portfolio-info-box {
  display: table-cell;
  width: 25%;
}
@media (max-width: 767px) {
  .portfolio-full.detail-01 .portfolio-content-wrap.gallery-full-width .portfolio-info .portfolio-info-box {
    width: 50%;
    display: inline-block;
    float: left;
  }
}
@media (max-width: 767px) {
  .portfolio-full.detail-01 .portfolio-content-wrap.gallery-full-width .portfolio-info {
    display: block;
  }
}
.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: #0080ff;
  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;
  margin-bottom: 20px;
  color: #222222;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-info.spec .portfolio-info-box h6:after {
  content: '';
  height: 1px;
  width: 30px;
  background-color: #0080ff;
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 20px;
  margin-right: 20px;
}
.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-tag span {
  padding: 5px 10px;
  background: #f6f6f6;
  margin-right: 5px;
  display: inline-block;
  margin-top: 5px;
  transition: all 0.35s ease-in-out;
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-info.spec .portfolio-info-box .portfolio-term-tag span:hover {
  color: #ffffff;
  background: #0080ff;
}
.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;
  float: left;
}
.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;
  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: #0080ff;
  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: #0080ff;
  color: #ffffff;
}
.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 #eeeeee;
}
.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;
  transition: all 0.35s ease;
}
.portfolio-full.detail-03 .container .col-md-8 .post-slideshow .owl-nav > div {
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  line-height: 1;
  font-size: 60px;
  color: rgba(0, 0, 0, 0.3);
  transition: all 0.35s ease;
}
.portfolio-full.detail-03 .container .col-md-8 .post-slideshow .owl-nav > div:hover {
  color: #0080ff;
}
.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;
  padding: 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;
  transition: all 0.35s ease;
}
.portfolio-full.detail-03 .container .col-md-8 .paging-wrap .container .row .owl-nav > div {
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  padding: 7px 10px;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  transition: all 0.35s ease;
}
.portfolio-full.detail-03 .container .col-md-8 .paging-wrap .container .row .owl-nav > div:hover {
  background-color: #0080ff;
}
.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: #0080ff;
  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 {
  color: #ffffff;
  background: #0080ff;
}
.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 #eeeeee;
}
.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%;
  transform: scale(0.7);
  background-color: rgba(255, 255, 255, 0.9);
  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%;
  transform: translate(-50%, -50%);
  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: #0080ff;
}
.portfolio-full.detail-04 .container .col-md-8 .post-grid .col-md-6 .item:hover .grid-image-hover {
  opacity: 1;
  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;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.portfolio-full.detail-04 .col-md-4 .portfolio-info h2:before {
  content: '';
  height: 1px;
  width: 50px;
  background-color: #0080ff;
  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 {
  color: #ffffff;
  background: #0080ff;
}
.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 #eeeeee;
}
.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%;
  transform: scale(0.7);
  background-color: rgba(255, 255, 255, 0.9);
  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%;
  transform: translate(-50%, -50%);
  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: #0080ff;
}
.portfolio-full.detail-05 .container .col-md-12 .post-grid .col-md-4 .item:hover .grid-image-hover {
  opacity: 1;
  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: #0080ff;
  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 {
  color: #ffffff;
  background: #0080ff;
}
.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 #eeeeee;
}
.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;
}
@media screen and (max-width: 767px) {
  .portfolio-related-wrap .heading-wrap .post-navigation .nav-links .nav-previous,
  .portfolio-related-wrap .heading-wrap .post-navigation .nav-links .nav-next {
    width: 50%;
  }
}
.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;
  transition: all 0.35s ease;
}
.portfolio-related-wrap .heading-wrap .post-navigation .nav-links a div:hover i {
  color: #0080ff;
}
.portfolio-related-wrap .heading-wrap .post-navigation .nav-links > i {
  color: #222222;
  line-height: 50px;
  font-size: 28px;
  transition: all 0.35s ease;
}
.portfolio-related-wrap .heading-wrap .heading {
  text-align: center;
  text-transform: uppercase;
  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: #0080ff;
  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: rgba(0, 128, 255, 0.5);
  position: absolute;
  top: 50%;
  left: 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;
  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%;
  transform: translate(0, -50%);
  border-radius: 0;
  height: 44px;
  width: 44px;
  padding: 0;
  background-color: rgba(128, 128, 128, 0.5);
  text-align: center;
  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: #0080ff;
}
.portfolio-related-wrap .portfolio-related .owl-nav .owl-prev {
  left: -10px;
}
.portfolio-related-wrap .portfolio-related .owl-nav .owl-next {
  right: -10px;
}
.entry-thumbnail {
  position: relative;
  overflow: hidden;
}
.entry-thumbnail i {
  font-size: 24px;
}
.entry-thumbnail:hover .entry-thumbnail-hover {
  opacity: 1;
}
.entry-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
  display: inline-block;
}
.entry-thumbnail .entry-thumbnail-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 128, 255, 0.3);
  transition: all 0.35s ease;
  text-align: center;
  opacity: 0;
}
.entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i {
  z-index: 1;
  transition: all 0.35s ease;
}
.entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i:hover {
  font-size: 36px;
}
.entry-thumbnail.icon-only .entry-thumbnail-hover {
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
}
.entry-thumbnail.icon-only .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
  position: absolute;
  top: 50%!important;
  left: 50%!important;
  transform: translate(-50%, -50%);
}
.entry-thumbnail.icon-only .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i {
  color: #0080ff;
  z-index: 1;
  transition: all 0.35s ease;
}
.entry-thumbnail.icon-only .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i:hover {
  font-size: 36px;
}
.entry-thumbnail.icon-title .entry-thumbnail-hover {
  text-align: center;
}
.entry-thumbnail.icon-title .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
  position: absolute;
  top: 50%!important;
  left: 50%!important;
  transform: translate(-50%, -50%);
}
.entry-thumbnail.icon-title .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i {
  color: #0080ff;
  z-index: 1;
  transition: all 0.35s ease;
}
.entry-thumbnail.icon-title .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i:hover {
  font-size: 36px;
}
.entry-thumbnail.icon-title .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title {
  white-space: nowrap;
  color: #222222;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  transition: all 0.35s ease;
}
.entry-thumbnail.icon-title .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title:hover {
  color: #0080ff;
}
.entry-thumbnail.icon-title-category .entry-thumbnail-hover {
  text-align: center;
}
.entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
  position: absolute;
  top: 50%!important;
  left: 50%!important;
  transform: translate(-50%, -50%);
}
.entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a {
  display: block;
}
.entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i {
  color: #0080ff;
  transform: translate(0, 0);
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
  transition: all 0.35s ease;
}
.entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i:hover {
  font-size: 36px;
}
.entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title {
  white-space: nowrap;
  color: #222222;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  transition: all 0.35s ease;
}
.entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title:hover {
  color: #0080ff;
}
.entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  white-space: nowrap;
  color: #0080ff;
  left: 0;
  position: relative;
  width: 100%;
  font-size: 14px;
}
.entry-thumbnail.title-category .entry-thumbnail-hover {
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
}
.entry-thumbnail.title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
  position: absolute;
  top: 50%!important;
  left: 50%!important;
  transform: translate(-50%, -50%);
}
.entry-thumbnail.title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title {
  white-space: nowrap;
  color: #222222;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  transition: all 0.35s ease;
}
.entry-thumbnail.title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title:hover {
  color: #0080ff;
}
.entry-thumbnail.title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  white-space: nowrap;
  color: #0080ff;
  left: 0;
  position: relative;
  width: 100%;
  font-size: 14px;
}
.entry-thumbnail.title-category-link .entry-thumbnail-hover {
  text-align: left;
  background: rgba(255, 255, 255, 0.9);
}
.entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content {
  position: absolute;
  top: auto;
  bottom: 50% !important;
  left: 50% !important;
  transform: translate(-50%, 50%);
}
.entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content .title {
  white-space: nowrap;
  color: #222222;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  transition: all 0.35s ease;
}
.entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content .title:hover {
  color: #0080ff;
}
.entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content span.category {
  white-space: nowrap;
  color: #0080ff;
  left: 0;
  position: relative;
  width: 100%;
  font-size: 14px;
}
.entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a.link i {
  color: #0080ff;
  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;
  transition: all 0.35s ease;
  font-size: 24px;
}
.entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a.link i:before {
  z-index: 1;
  transition: all 0.35s ease;
}
.entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a.link i:hover {
  font-size: 24px;
  border-color: #0080ff;
}
.entry-thumbnail.effect_1 .entry-thumbnail-hover {
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  border: 10px solid rgba(0, 128, 255, 0.9);
}
.entry-thumbnail.effect_1 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a {
  display: block;
}
.entry-thumbnail.effect_1 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  color: #0080ff;
  z-index: 1;
  transition: all 0.35s ease;
}
.entry-thumbnail.effect_1 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i:hover {
  font-size: 36px;
}
.entry-thumbnail.effect_2 .entry-thumbnail-hover {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.entry-thumbnail.effect_2 .entry-thumbnail-hover:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: 7px;
  left: 7px;
  height: 25px;
  width: 25px;
  border-top: 4px solid #0080ff;
  border-left: 4px solid #0080ff;
}
.entry-thumbnail.effect_2 .entry-thumbnail-hover:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 7px;
  right: 7px;
  height: 25px;
  width: 25px;
  border-bottom: 4px solid #0080ff;
  border-right: 4px solid #0080ff;
}
.entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content a .title {
  color: #ffffff;
}
.entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i:hover {
  font-size: 36px;
}
.entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title {
  color: #ffffff;
  font-size: 16px;
}
.entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  color: #ffffff;
}
.entry-thumbnail.effect_3 .entry-thumbnail-hover {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
}
.entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content a .title {
  color: #222222;
}
.entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  color: #0080ff;
}
.entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i:hover {
  font-size: 36px;
}
.entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title {
  color: #222222;
}
.entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  color: #222222;
  font-size: 14px;
}
.entry-thumbnail.effect_4 .entry-thumbnail-hover {
  text-align: center;
  transform: scale(0.9);
  background: rgba(0, 0, 0, 0.5);
  border: none;
}
.entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content > a .title {
  color: #ffffff;
  font-size: 18px;
}
.entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content > a .title:hover {
  color: #0080ff;
}
.entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title {
  color: #ffffff;
  font-size: 18px;
}
.entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title:hover {
  color: #0080ff;
}
.entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  color: #0080ff;
  font-size: 14px;
  font-style: italic;
}
.entry-thumbnail.effect_5 .entry-thumbnail-hover {
  text-align: center;
  transform: scale(0.9);
  background: rgba(255, 255, 255, 0.9);
  border: none;
}
.entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title {
  color: #222222;
  font-size: 18px;
}
.entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title:hover {
  color: #0080ff;
}
.entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  color: #0080ff;
  font-size: 14px;
  font-style: italic;
}
