/*
* All Style Shortcode
* 
 */
.hidden {
  display: none;
}
.portfolio-container {
  overflow-x: hidden;
  position: relative;
}
.paging {
  text-align: center;
}
.paging .load-more {
  margin-top: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
  padding: 5px 20px;
  color: #ffffff;
  background-color: #fdb801;
}
.paging .load-more:hover {
  background-color: #976e01;
  color: #ffffff;
}
.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-left: 4px;
  margin-right: 4px;
  position: relative;
}
.portfolio-tabs .tab-wrapper ul li:first-child {
  margin-left: 0;
}
.portfolio-tabs .tab-wrapper ul li a {
  color: #0f0f0f;
  border: none;
  min-width: auto;
  padding: 7px 22px;
  text-transform: uppercase;
  background-color: transparent !important;
}
.portfolio-tabs .tab-wrapper ul li a:before {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  position: absolute;
  left: 25%;
  bottom: 0;
  content: '';
  width: 50%;
  height: 1px;
  background-color: #fdb801;
}
.portfolio-tabs .tab-wrapper ul li:hover a {
  color: #fdb801;
}
.portfolio-tabs .tab-wrapper ul li:hover a:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.portfolio-tabs .tab-wrapper ul li.active a {
  color: #fdb801;
  font-weight: bold;
}
.portfolio-tabs .tab-wrapper ul li.active a:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.portfolio-tabs .tab-wrapper ul.style_2 {
  margin-top: 10px;
}
.portfolio-tabs .tab-wrapper ul.style_2 li a:before {
  display: none;
}
.portfolio-tabs .tab-wrapper ul.style_2 li:hover a,
.portfolio-tabs .tab-wrapper ul.style_2 li.active a {
  background-color: #fdb801 !important;
  color: #ffffff;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
}
.portfolio-tabs .tab-wrapper ul.style_3 li a {
  font-weight: bold;
}
.portfolio-tabs .tab-wrapper ul.style_3 li a:before {
  display: none;
}
.portfolio-tabs .tab-wrapper ul.style_3 li:hover a,
.portfolio-tabs .tab-wrapper ul.style_3 li.active a {
  color: #fdb801;
}
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 .portfolio-item {
  float: left;
}
.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.bestruct-col-md-2 .portfolio-item {
  width: 50%;
}
.portfolio-wrapper.bestruct-col-md-2 .portfolio-item .portfolio-title-wrap.top .portfolio-title,
.portfolio-wrapper.bestruct-col-md-2 .portfolio-item .portfolio-title-wrap.bottom .portfolio-title {
  font-size: 24px;
}
.portfolio-wrapper.bestruct-col-md-2 .portfolio-item .portfolio-title-wrap.top .portfolio-tag,
.portfolio-wrapper.bestruct-col-md-2 .portfolio-item .portfolio-title-wrap.bottom .portfolio-tag {
  font-size: 18px;
}
.portfolio-wrapper.bestruct-col-md-2 .portfolio-item.portrait {
  width: 50%;
}
.portfolio-wrapper.bestruct-col-md-2 .portfolio-item.landscape {
  width: 100%;
}
.portfolio-wrapper.bestruct-col-md-2 .portfolio-item.small_squared {
  width: 50%;
}
.portfolio-wrapper.bestruct-col-md-2 .portfolio-item.big_squared {
  width: 100%;
}
.portfolio-wrapper.bestruct-col-md-3 .portfolio-item {
  width: 33.3333333%;
}
.portfolio-wrapper.bestruct-col-md-3 .portfolio-item .portfolio-title-wrap.top .portfolio-title,
.portfolio-wrapper.bestruct-col-md-3 .portfolio-item .portfolio-title-wrap.bottom .portfolio-title {
  font-size: 18px;
}
.portfolio-wrapper.bestruct-col-md-3 .portfolio-item.portrait {
  width: 33.3333333%;
}
.portfolio-wrapper.bestruct-col-md-3 .portfolio-item.landscape {
  width: 66.6666666%;
}
.portfolio-wrapper.bestruct-col-md-3 .portfolio-item.small_squared {
  width: 33.3333333%;
}
.portfolio-wrapper.bestruct-col-md-3 .portfolio-item.big_squared {
  width: 66.6666666%;
}
.portfolio-wrapper.bestruct-col-md-4 .portfolio-item {
  width: 25%;
}
.portfolio-wrapper.bestruct-col-md-4 .portfolio-item.portrait {
  width: 25%;
}
.portfolio-wrapper.bestruct-col-md-4 .portfolio-item.landscape {
  width: 50%;
}
.portfolio-wrapper.bestruct-col-md-4 .portfolio-item.small_squared {
  width: 20%;
}
.portfolio-wrapper.bestruct-col-md-4 .portfolio-item.big_squared {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .portfolio-wrapper.bestruct-col-md-4 .portfolio-item {
    width: 50%;
  }
}
.portfolio-wrapper.bestruct-col-md-5 .portfolio-item {
  width: 20%;
}
.portfolio-wrapper.bestruct-col-md-5 .portfolio-item.portrait {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .portfolio-wrapper.bestruct-col-md-5 .portfolio-item.portrait {
    width: 50%;
  }
}
.portfolio-wrapper.bestruct-col-md-5 .portfolio-item.landscape {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .portfolio-wrapper.bestruct-col-md-5 .portfolio-item.landscape {
    width: 50%;
  }
}
.portfolio-wrapper.bestruct-col-md-5 .portfolio-item.small_squared {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .portfolio-wrapper.bestruct-col-md-5 .portfolio-item.small_squared {
    width: 50%;
  }
}
.portfolio-wrapper.bestruct-col-md-5 .portfolio-item.big_squared {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .portfolio-wrapper.bestruct-col-md-5 .portfolio-item.big_squared {
    width: 50%;
  }
}
.portfolio-wrapper.bestruct-col-md-6 .portfolio-item {
  width: 16.6666667%;
}
.portfolio-wrapper.bestruct-col-md-6 .portfolio-item.portrait {
  width: 16.6666667%;
}
.portfolio-wrapper.bestruct-col-md-6 .portfolio-item.landscape {
  width: 33.3333333%;
}
.portfolio-wrapper.bestruct-col-md-6 .portfolio-item.small_squared {
  width: 16.6666667%;
}
.portfolio-wrapper.bestruct-col-md-6 .portfolio-item.big_squared {
  width: 33.3333333%;
}
@media screen and (max-width: 767px) {
  .portfolio-wrapper .portfolio-item {
    width: 50% !important;
    height: auto !important;
  }
  .portfolio-wrapper .portfolio-item img {
    height: auto !important;
  }
}
@media screen and (max-width: 479px) {
  .portfolio-wrapper .portfolio-item {
    width: 100% !important;
    height: auto !important;
  }
  .portfolio-wrapper .portfolio-item img {
    height: auto !important;
  }
}
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.top,
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.bottom {
  border: 1px solid #eeeeee;
  text-align: center;
}
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.top .portfolio-title,
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.bottom .portfolio-title {
  position: relative;
  text-transform: uppercase;
  color: #0f0f0f;
  font-weight: bold;
  margin-top: 15px;
  display: block;
  font-size: 16px;
  padding-bottom: 10px;
}
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.top .portfolio-title:hover,
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.bottom .portfolio-title:hover {
  color: #fdb801;
}
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.top .portfolio-title:before,
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.bottom .portfolio-title:before {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #0f0f0f;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.top .portfolio-tag,
.portfolio-wrapper .portfolio-item .portfolio-title-wrap.bottom .portfolio-tag {
  margin-top: 10px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail {
  position: relative;
  overflow: hidden;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail i {
  font-size: 24px;
}
.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%;
  background: rgba(253, 184, 1, 0.3);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-align: center;
  opacity: 0;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i {
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i:hover {
  font-size: 36px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-only .entry-thumbnail-hover {
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-only .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
  position: absolute;
  top: 50%!important;
  left: 50%!important;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-only .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i {
  color: #fdb801;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-only .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i:hover {
  font-size: 36px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title .entry-thumbnail-hover {
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
  position: absolute;
  top: 50%!important;
  left: 50%!important;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i {
  color: #fdb801;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i:hover {
  font-size: 36px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title {
  white-space: nowrap;
  color: #0f0f0f;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title:hover {
  color: #fdb801;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title-category .entry-thumbnail-hover {
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
  position: absolute;
  top: 50%!important;
  left: 50%!important;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i {
  color: #fdb801;
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i:hover {
  font-size: 36px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title {
  white-space: nowrap;
  color: #0f0f0f;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title:hover {
  color: #fdb801;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  white-space: nowrap;
  color: #fdb801;
  left: 0;
  position: relative;
  width: 100%;
  font-size: 18px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category .entry-thumbnail-hover {
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
  position: absolute;
  top: 50%!important;
  left: 50%!important;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title {
  white-space: nowrap;
  color: #0f0f0f;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title:hover {
  color: #fdb801;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  white-space: nowrap;
  color: #fdb801;
  left: 0;
  position: relative;
  width: 100%;
  font-size: 18px;
}
.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;
  -moz-transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content .title {
  white-space: nowrap;
  color: #0f0f0f;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content .title:hover {
  color: #fdb801;
}
.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: #fdb801;
  left: 0;
  position: relative;
  width: 100%;
  font-size: 18px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a.link i {
  color: #fdb801;
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  top: 0;
  left: auto;
  right: 0;
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 48px;
  border: 1px solid transparent;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  font-size: 24px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a.link i:before {
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a.link i:hover {
  font-size: 24px;
  border-color: #fdb801;
}
.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(253, 184, 1, 0.9);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_1 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  color: #fdb801;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_1 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i:hover {
  font-size: 36px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.portfolio-wrapper .portfolio-item .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 #fdb801;
  border-left: 4px solid #fdb801;
}
.portfolio-wrapper .portfolio-item .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 #fdb801;
  border-right: 4px solid #fdb801;
}
.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:hover {
  font-size: 36px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title {
  color: #ffffff;
  font-size: 16px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  color: #ffffff;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_3 .entry-thumbnail-hover {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.85);
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_3 .entry-thumbnail-hover:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 7px;
  left: 7px;
  height: 25px;
  width: 25px;
  border-left: 4px solid #fdb801;
  border-bottom: 4px solid #fdb801;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_3 .entry-thumbnail-hover:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: 7px;
  right: 7px;
  height: 25px;
  width: 25px;
  border-top: 4px solid #fdb801;
  border-right: 4px solid #fdb801;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content a .title {
  color: #0f0f0f;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  color: #fdb801;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i:hover {
  font-size: 36px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title {
  color: #0f0f0f;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  color: #0f0f0f;
  font-size: 18px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_4 .entry-thumbnail-hover {
  text-align: center;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  background: rgba(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: #fdb801;
}
.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: #fdb801;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  color: #fdb801;
  font-size: 18px;
  font-style: italic;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_5 .entry-thumbnail-hover {
  text-align: center;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  background: rgba(255, 255, 255, 0.9);
  border: none;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title {
  color: #0f0f0f;
  font-size: 18px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title:hover {
  color: #fdb801;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  color: #fdb801;
  font-size: 18px;
  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%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail:hover .entry-thumbnail-hover {
  opacity: 1;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail:hover.effect_4 .entry-thumbnail-hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail:hover.effect_5 .entry-thumbnail-hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail:hover.effect_1 .entry-thumbnail-hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail:hover.effect_2 img,
.portfolio-wrapper.hover-dir-off .entry-thumbnail:hover.effect_3 img {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
  display: inline-block;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_1 .entry-thumbnail-hover {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  border: 10px solid rgba(253, 184, 1, 0.9);
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_1 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  color: #fdb801;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_1 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i:hover {
  font-size: 36px;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_4 .entry-thumbnail-hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_5 .entry-thumbnail-hover {
  text-align: center;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  background: rgba(255, 255, 255, 0.9);
  border: none;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  margin-bottom: 20px;
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title {
  white-space: nowrap;
  color: #0f0f0f !important;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title:hover {
  color: #fdb801 !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: #fdb801;
  left: 0;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}
.portfolio-full.detail-01 .portfolio-top {
  margin-top: 50px;
  text-align: center;
}
.portfolio-full.detail-01 .portfolio-top .col-md-12 img {
  width: 100%;
}
.portfolio-full.detail-01 .portfolio-top .col-md-12 .post-slideshow:hover .owl-nav {
  opacity: 1;
}
.portfolio-full.detail-01 .portfolio-top .col-md-12 .post-slideshow .owl-nav {
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-full.detail-01 .portfolio-top .col-md-12 .post-slideshow .owl-nav > div {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  line-height: 1;
  font-size: 60px;
  color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-full.detail-01 .portfolio-top .col-md-12 .post-slideshow .owl-nav > div:hover {
  color: #fdb801;
}
.portfolio-full.detail-01 .portfolio-top .col-md-12 .post-slideshow .owl-nav > div.owl-next {
  right: 30px;
}
.portfolio-full.detail-01 .portfolio-top .col-md-12 .post-slideshow .owl-nav > div.owl-prev {
  left: 30px;
}
.portfolio-full.detail-01 .paging-wrap {
  margin-top: 15px;
}
.portfolio-full.detail-01 .paging-wrap .container .row {
  margin: 0;
}
.portfolio-full.detail-01 .paging-wrap .container .row:hover .owl-nav {
  opacity: 1;
}
.portfolio-full.detail-01 .paging-wrap .container .row .owl-nav {
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-full.detail-01 .paging-wrap .container .row .owl-nav > div {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  padding: 7px 10px;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-full.detail-01 .paging-wrap .container .row .owl-nav > div:hover {
  background-color: #fdb801;
}
.portfolio-full.detail-01 .paging-wrap .container .row .owl-nav > div.owl-next {
  right: 0;
}
.portfolio-full.detail-01 .paging-wrap .container .row .owl-nav > div.owl-prev {
  left: 0;
}
.portfolio-full.detail-01 .portfolio-content-wrap {
  padding-top: 30px;
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-title-wrap h2 {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-top: 15px;
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-title-wrap h2:before {
  content: '';
  height: 1px;
  width: 50px;
  background-color: #fdb801;
  position: absolute;
  bottom: 0;
  left: 0;
}
.portfolio-full.detail-01 .portfolio-content-wrap .col-md-4 .portfolio-info .portfolio-info-box:first-child h6 {
  margin-top: 20px;
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-info.spec .portfolio-info-box h6 {
  font-size: 18px;
  margin-top: 30px;
  color: #0f0f0f;
  font-weight: bold;
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-info.spec .portfolio-info-box div {
  line-height: 1.4;
  color: #0f0f0f;
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-info.spec .portfolio-info-box .portfolio-term-cat span {
  text-transform: uppercase;
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-info.spec .portfolio-info-box .portfolio-term-tag span {
  padding: 5px 10px;
  background: #f6f6f6;
  margin-right: 5px;
  display: inline-block;
  margin-top: 5px;
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-info.spec .portfolio-info-box .portfolio-term-tag span:hover {
  background: #fdb801;
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-info.spec .portfolio-info-box .portfolio-social-profile-wrapper {
  list-style: none;
  list-style-type: none;
  padding: 0;
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-info.spec .portfolio-info-box .portfolio-social-profile-wrapper li {
  display: inline-block;
  margin: 0 9px;
  width: 40px;
  height: 40px;
  float: left;
  border: 1px solid #eeeeee;
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-info.spec .portfolio-info-box .portfolio-social-profile-wrapper li a {
  display: block;
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-info.spec .portfolio-info-box .portfolio-social-profile-wrapper li a i {
  line-height: 38px;
  width: 40px;
  text-align: center;
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-info.spec .portfolio-info-box .portfolio-social-profile-wrapper li:first-child {
  margin-left: 0;
}
.portfolio-full.detail-01 .portfolio-content-wrap .portfolio-info.spec .portfolio-info-box .portfolio-social-profile-wrapper li:last-child {
  margin-right: 0;
}
.portfolio-full.detail-02 .container {
  margin-top: 100px;
  text-align: center;
}
.portfolio-full.detail-02 .container .col-md-6 .post-slideshow .item {
  margin-bottom: 30px;
}
.portfolio-full.detail-02 .container .col-md-6 .post-slideshow .item img {
  width: 100%;
}
.portfolio-full.detail-02 .col-md-6 {
  text-align: left;
}
.portfolio-full.detail-02 .col-md-6 .portfolio-info h2 {
  margin-top: 0;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.portfolio-full.detail-02 .col-md-6 .portfolio-info h2:before {
  content: '';
  height: 1px;
  width: 50px;
  background-color: #fdb801;
  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: #0f0f0f;
  font-weight: bold;
}
.portfolio-full.detail-02 .col-md-6 .portfolio-info .portfolio-info-box div {
  line-height: 1.4;
  color: #0f0f0f;
}
.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: #fdb801;
}
.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;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-full.detail-03 .container .col-md-8 .post-slideshow .owl-nav > div {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  line-height: 1;
  font-size: 60px;
  color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-full.detail-03 .container .col-md-8 .post-slideshow .owl-nav > div:hover {
  color: #fdb801;
}
.portfolio-full.detail-03 .container .col-md-8 .post-slideshow .owl-nav > div.owl-next {
  right: 30px;
}
.portfolio-full.detail-03 .container .col-md-8 .post-slideshow .owl-nav > div.owl-prev {
  left: 30px;
}
.portfolio-full.detail-03 .container .col-md-8 .paging-wrap {
  margin-top: 15px;
}
.portfolio-full.detail-03 .container .col-md-8 .paging-wrap .container {
  margin-top: 0;
}
.portfolio-full.detail-03 .container .col-md-8 .paging-wrap .container .row {
  margin: 0;
}
.portfolio-full.detail-03 .container .col-md-8 .paging-wrap .container .row:hover .owl-nav {
  opacity: 1;
}
.portfolio-full.detail-03 .container .col-md-8 .paging-wrap .container .row .owl-nav {
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-full.detail-03 .container .col-md-8 .paging-wrap .container .row .owl-nav > div {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  padding: 7px 10px;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-full.detail-03 .container .col-md-8 .paging-wrap .container .row .owl-nav > div:hover {
  background-color: #fdb801;
}
.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: #fdb801;
  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: #0f0f0f;
  font-weight: bold;
}
.portfolio-full.detail-03 .col-md-4 .portfolio-info .portfolio-info-box div {
  line-height: 1.4;
  color: #0f0f0f;
}
.portfolio-full.detail-03 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-term-cat span {
  text-transform: uppercase;
}
.portfolio-full.detail-03 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-term-tag span {
  padding: 5px 10px;
  background: #f6f6f6;
  margin-right: 5px;
  display: inline-block;
  margin-top: 5px;
}
.portfolio-full.detail-03 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-term-tag span:hover {
  background: #fdb801;
}
.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%;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.portfolio-full.detail-04 .container .col-md-8 .post-grid .col-md-6 .item .grid-image-hover i {
  font-size: 36px;
  position: absolute;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.portfolio-full.detail-04 .container .col-md-8 .post-grid .col-md-6 .item .grid-image-hover i:hover {
  color: #fdb801;
}
.portfolio-full.detail-04 .container .col-md-8 .post-grid .col-md-6 .item:hover .grid-image-hover {
  opacity: 1;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.portfolio-full.detail-04 .col-md-4 {
  text-align: left;
}
.portfolio-full.detail-04 .col-md-4 .portfolio-info h2 {
  margin-top: 0;
  position: relative;
  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: #fdb801;
  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: #0f0f0f;
  font-weight: bold;
}
.portfolio-full.detail-04 .col-md-4 .portfolio-info .portfolio-info-box div {
  line-height: 1.4;
  color: #0f0f0f;
}
.portfolio-full.detail-04 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-term-cat span {
  text-transform: uppercase;
}
.portfolio-full.detail-04 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-term-tag span {
  padding: 5px 10px;
  background: #f6f6f6;
  margin-right: 5px;
  display: inline-block;
  margin-top: 5px;
}
.portfolio-full.detail-04 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-term-tag span:hover {
  background: #fdb801;
}
.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%;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.portfolio-full.detail-05 .container .col-md-12 .post-grid .col-md-4 .item .grid-image-hover i {
  font-size: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.portfolio-full.detail-05 .container .col-md-12 .post-grid .col-md-4 .item .grid-image-hover i:hover {
  color: #fdb801;
}
.portfolio-full.detail-05 .container .col-md-12 .post-grid .col-md-4 .item:hover .grid-image-hover {
  opacity: 1;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.portfolio-full.detail-05 .container.portfolio-content-wrap {
  margin-top: 50px;
}
.portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-8 {
  text-align: left;
}
.portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-8 .portfolio-info h2 {
  color: #0f0f0f;
  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: #fdb801;
  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: #0f0f0f;
  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: #0f0f0f;
}
.portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-4 .portfolio-info .portfolio-info-box .portfolio-term-cat span {
  text-transform: uppercase;
}
.portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-4 .portfolio-info .portfolio-info-box .portfolio-term-tag span {
  padding: 5px 10px;
  background: #f6f6f6;
  margin-right: 5px;
  display: inline-block;
  margin-top: 5px;
}
.portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-4 .portfolio-info .portfolio-info-box .portfolio-term-tag span:hover {
  background: #fdb801;
}
.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;
}
.portfolio-related-wrap .heading-wrap .post-navigation .nav-links a div i {
  color: #0f0f0f;
  top: 0;
  margin-top: 0;
  text-align: center;
  height: 50px;
  width: 60px;
  line-height: 50px;
  background-color: #f6f6f6;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-related-wrap .heading-wrap .post-navigation .nav-links a div:hover i {
  color: #fdb801;
}
.portfolio-related-wrap .heading-wrap .post-navigation .nav-links > i {
  color: #0f0f0f;
  line-height: 50px;
  font-size: 28px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-related-wrap .heading-wrap .heading {
  text-align: center;
  text-transform: uppercase;
  color: #0f0f0f;
  font-size: 36px;
  margin-top: 70px;
}
.portfolio-related-wrap .heading-wrap .heading .heading-icon {
  font-size: 14px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.portfolio-related-wrap .heading-wrap .heading .heading-icon i {
  font-size: 12px;
  color: #6fd9ec;
  height: 30px;
  width: 30px;
  background-color: #ffffff;
  line-height: 30px;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.portfolio-related-wrap .heading-wrap .heading .heading-icon:before {
  content: '';
  width: 70px;
  height: 1px;
  background-color: #eeeeee;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 479px) {
  .portfolio-related-wrap .heading-wrap .heading {
    font-size: 24px;
    margin-top: 50px;
  }
}
.portfolio-related-wrap .portfolio-related {
  margin-top: 60px;
  margin-bottom: 100px;
  position: relative;
}
.portfolio-related-wrap .portfolio-related.portfolio-wrapper .portfolio-item {
  width: 100% !important;
  padding: 0 15px;
}
.portfolio-related-wrap .portfolio-related .owl-nav div {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 44px;
  width: 44px;
  padding: 0;
  background-color: rgba(128, 128, 128, 0.5);
  text-align: center;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-related-wrap .portfolio-related .owl-nav div i {
  font-size: 24px;
  color: #ffffff;
  line-height: 44px;
}
.portfolio-related-wrap .portfolio-related .owl-nav div:hover {
  background-color: #fdb801;
}
.portfolio-related-wrap .portfolio-related .owl-nav .owl-prev {
  left: -10px;
}
.portfolio-related-wrap .portfolio-related .owl-nav .owl-next {
  right: -10px;
}
/* TESTIMONIAL */
.yolo-testimonial.testimonial-carousel {
  text-align: center;
  width: 65%;
  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-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fdb801;
}
.yolo-testimonial.testimonial-carousel ul.testimonial-sync1 .testimonial-position {
  font-size: 16px;
}
.yolo-testimonial.testimonial-carousel ul.testimonial-sync1 .testimonial-content {
  position: relative;
  margin-bottom: 20px;
}
.yolo-testimonial.testimonial-carousel ul.testimonial-sync1 .testimonial-content:before {
  content: '\f10e';
  position: absolute;
  font-size: 70px;
  top: 50%;
  left: 50%;
  font-family: fontawesome;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0.2;
}
.yolo-testimonial.testimonial-carousel ul.testimonial-sync2 {
  width: 70%;
  margin: 0 auto;
}
.yolo-testimonial.testimonial-carousel ul.testimonial-sync2 .owl-item img {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}
.yolo-testimonial.testimonial-carousel ul.testimonial-sync2 .owl-item.synced img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-box-shadow: 1px 2px 7px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 2px 7px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 7px 2px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}
.yolo-testimonial.testimonial-carousel ul.testimonial-sync2 .testimonial-thumb img {
  width: auto;
  margin: 10px auto;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media (max-width: 767px) {
  .yolo-testimonial.testimonial-carousel {
    width: 100%;
  }
}
.yolo-testimonial.testimonial-carousel-2 {
  text-align: center;
  position: relative;
}
.yolo-testimonial.testimonial-carousel-2 .owl-dots {
  margin-top: 20px;
  text-align: center;
}
.yolo-testimonial.testimonial-carousel-2 .owl-dots .owl-dot {
  height: 14px;
  width: 14px;
  border: 1px solid #fdb801;
  border-radius: 100%;
  display: inline-block;
  margin: 0 5px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-testimonial.testimonial-carousel-2 .owl-dots .owl-dot:hover,
.yolo-testimonial.testimonial-carousel-2 .owl-dots .owl-dot.active {
  background-color: #fdb801;
}
.yolo-testimonial.testimonial-carousel-2 .testimonial-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
}
.yolo-testimonial.testimonial-carousel-2 .testimonial-list .testimonial-item .testimonial-thumb {
  display: table;
  margin-bottom: 20px;
}
.yolo-testimonial.testimonial-carousel-2 .testimonial-list .testimonial-item .testimonial-thumb img {
  margin-left: 5px;
  display: table-cell;
  width: auto;
  border-radius: 100%;
  -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
}
.yolo-testimonial.testimonial-carousel-2 .testimonial-list .testimonial-item .info-testimonial {
  padding-left: 30px;
  display: table-cell;
  vertical-align: middle;
}
.yolo-testimonial.testimonial-carousel-2 .testimonial-list .testimonial-item p {
  text-align: left;
  z-index: 2;
  margin: 0 auto;
  position: relative;
}
.yolo-testimonial.testimonial-carousel-2 .testimonial-list .testimonial-item .testimonial-title {
  font-weight: 700;
  font-size: 20px;
}
.yolo-testimonial.testimonial-carousel-2 .testimonial-list .testimonial-item .testimonial-position {
  position: relative;
  font-size: 14px;
  margin-top: 0;
}
.yolo-testimonial.testimonial-carousel-2 .testimonial-list .testimonial-item .testimonial-sign {
  text-align: right;
  font-style: italic;
  margin-top: 20px;
  margin-right: 50px;
}
.yolo-testimonial.testimonial-carousel-3 {
  text-align: center;
  position: relative;
}
.yolo-testimonial.testimonial-carousel-3:hover .owl-nav .owl-prev,
.yolo-testimonial.testimonial-carousel-3:hover .owl-nav .owl-next {
  opacity: 1;
}
.yolo-testimonial.testimonial-carousel-3 .owl-nav:hover {
  cursor: pointer;
}
.yolo-testimonial.testimonial-carousel-3 .owl-nav .owl-next,
.yolo-testimonial.testimonial-carousel-3 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  z-index: 99;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #606060;
  opacity: 0;
  margin: 0 5px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.yolo-testimonial.testimonial-carousel-3 .owl-nav .owl-next:hover i,
.yolo-testimonial.testimonial-carousel-3 .owl-nav .owl-prev:hover i {
  color: #fdb801;
}
.yolo-testimonial.testimonial-carousel-3 .owl-nav .owl-next i,
.yolo-testimonial.testimonial-carousel-3 .owl-nav .owl-prev i {
  padding: 15px;
  background: #ffffff;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media (max-width: 479px) {
  .yolo-testimonial.testimonial-carousel-3 .owl-nav .owl-next.nav_next,
  .yolo-testimonial.testimonial-carousel-3 .owl-nav .owl-prev.nav_next {
    right: -20px;
  }
  .yolo-testimonial.testimonial-carousel-3 .owl-nav .owl-next.nav_prev,
  .yolo-testimonial.testimonial-carousel-3 .owl-nav .owl-prev.nav_prev {
    left: -20px;
  }
}
.yolo-testimonial.testimonial-carousel-3 .owl-nav .owl-next {
  right: -30px;
}
.yolo-testimonial.testimonial-carousel-3 .owl-nav .owl-prev {
  left: -30px;
}
.yolo-testimonial.testimonial-carousel-3 .testimonial-list {
  padding: 0;
  list-style: none;
  list-style-type: none;
}
.yolo-testimonial.testimonial-carousel-3 .testimonial-list .testimonial-item {
  padding: 40px 15px;
  margin: 5px;
  background-color: #fdfdfd;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-testimonial.testimonial-carousel-3 .testimonial-list .testimonial-item .testimonial-thumb {
  margin-bottom: 20px;
}
.yolo-testimonial.testimonial-carousel-3 .testimonial-list .testimonial-item .testimonial-thumb img {
  margin: 0 auto;
  width: auto;
  border-radius: 100%;
  -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
}
.yolo-testimonial.testimonial-carousel-3 .testimonial-list .testimonial-item p {
  text-align: center;
  z-index: 2;
  margin: 0 auto;
  position: relative;
}
.yolo-testimonial.testimonial-carousel-3 .testimonial-list .testimonial-item p:before,
.yolo-testimonial.testimonial-carousel-3 .testimonial-list .testimonial-item p:after {
  content: '"';
  display: inline-block;
  color: #0f0f0f;
  font-size: 20px;
}
.yolo-testimonial.testimonial-carousel-3 .testimonial-list .testimonial-item .testimonial-title {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-testimonial.testimonial-carousel-3 .testimonial-list .testimonial-item .testimonial-position {
  position: relative;
  font-size: 14px;
  margin-top: 0;
  font-style: italic;
}
.yolo-testimonial.testimonial-carousel-3 .testimonial-list .testimonial-item:hover {
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
}
.yolo-testimonial.testimonial-carousel-3 .testimonial-list .testimonial-item:hover .testimonial-title {
  color: #fdb801;
}
.yolo-testimonial.testimonial-carousel-4 {
  text-align: center;
  position: relative;
}
.yolo-testimonial.testimonial-carousel-4 .owl-dots {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  right: 0;
}
.yolo-testimonial.testimonial-carousel-4 .owl-dots .owl-dot {
  height: 14px;
  width: 14px;
  border-radius: 100%;
  display: block;
  margin: 5px 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: #ffffff;
}
.yolo-testimonial.testimonial-carousel-4 .owl-dots .owl-dot:hover,
.yolo-testimonial.testimonial-carousel-4 .owl-dots .owl-dot.active {
  background-color: #fdb801;
}
@media (max-width: 479px) {
  .yolo-testimonial.testimonial-carousel-4 .owl-dots {
    position: relative;
    top: auto;
    margin-top: 20px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .yolo-testimonial.testimonial-carousel-4 .owl-dots .owl-dot {
    display: inline-block;
    margin: 5px;
  }
}
.yolo-testimonial.testimonial-carousel-4 .testimonial-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
}
.yolo-testimonial.testimonial-carousel-4 .testimonial-list .testimonial-item {
  display: table;
}
.yolo-testimonial.testimonial-carousel-4 .testimonial-list .testimonial-item .testimonial-thumb {
  margin-bottom: 20px;
  width: 30%;
  display: table-cell;
}
.yolo-testimonial.testimonial-carousel-4 .testimonial-list .testimonial-item .testimonial-thumb img {
  -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
  padding: 10px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .yolo-testimonial.testimonial-carousel-4 .testimonial-list .testimonial-item .testimonial-thumb {
    vertical-align: middle;
  }
}
@media (max-width: 479px) {
  .yolo-testimonial.testimonial-carousel-4 .testimonial-list .testimonial-item .testimonial-thumb {
    display: block;
    width: 100%;
  }
}
.yolo-testimonial.testimonial-carousel-4 .testimonial-list .testimonial-item .info-testimonial {
  display: table-cell;
  padding: 0 50px;
  vertical-align: middle;
  text-align: left;
}
.yolo-testimonial.testimonial-carousel-4 .testimonial-list .testimonial-item .info-testimonial .testimonial-content {
  position: relative;
  padding: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .yolo-testimonial.testimonial-carousel-4 .testimonial-list .testimonial-item .info-testimonial {
    padding: 0 30px;
  }
}
@media (max-width: 479px) {
  .yolo-testimonial.testimonial-carousel-4 .testimonial-list .testimonial-item .info-testimonial {
    display: block;
    padding: 0;
  }
}
.yolo-testimonial.testimonial-carousel-4 .testimonial-list .testimonial-item p {
  text-align: left;
  z-index: 2;
  margin: 0 auto;
  position: relative;
}
.yolo-testimonial.testimonial-carousel-4 .testimonial-list .testimonial-item p:before {
  content: '"';
  position: absolute;
  display: inline-block;
  font-size: 100px;
  top: -120px;
  left: -45px;
  transform: rotate(-180deg);
}
.yolo-testimonial.testimonial-carousel-4 .testimonial-list .testimonial-item p:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 40px;
  background-color: #fdb801;
  top: 15px;
  left: -45px;
}
.yolo-testimonial.testimonial-carousel-4 .testimonial-list .testimonial-item .testimonial-title {
  margin-top: 30px;
  position: relative;
  font-weight: 700;
  font-size: 20px;
  display: inline-block;
}
.yolo-testimonial.testimonial-carousel-4 .testimonial-list .testimonial-item .testimonial-title:before {
  content: '';
  height: 30px;
  width: 2px;
  background-color: #fdb801;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.yolo-testimonial.testimonial-carousel-4 .testimonial-list .testimonial-item .testimonial-position {
  position: relative;
  font-size: 14px;
  margin-top: 0;
}
@media (max-width: 991px) {
  .yolo-testimonial.testimonial-carousel-4 .testimonial-list .testimonial-item {
    display: block;
  }
}
.recent-news-home_1 .recent-news-container article {
  position: relative;
}
.recent-news-home_1 .recent-news-container article .post-thumbnail {
  position: relative;
}
.recent-news-home_1 .recent-news-container article .post-thumbnail .post-image img {
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
}
.recent-news-home_1 .recent-news-container article .post-thumbnail .post-image:before {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  content: '';
  position: absolute;
  background-color: rgba(253, 184, 1, 0.2);
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  z-index: 1;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.recent-news-home_1 .recent-news-container article .post-thumbnail .post-meta {
  opacity: 0;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  z-index: 3;
  text-transform: uppercase;
  text-align: center;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: -20px;
  right: 20px;
  border-radius: 100%;
  background-color: #fdb801;
  -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.recent-news-home_1 .recent-news-container article .post-thumbnail .post-meta:before {
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  z-index: 1;
}
.recent-news-home_1 .recent-news-container article .post-thumbnail .post-meta:after {
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  position: absolute;
  height: 20px;
  width: 1px;
  background-color: #ffffff;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  z-index: 1;
}
.recent-news-home_1 .recent-news-container article .post-content {
  display: table;
  padding: 30px 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.recent-news-home_1 .recent-news-container article .post-content .main-content {
  vertical-align: top;
  display: table-cell;
  padding-left: 15px;
  border-left: 1px solid #eeeeee;
}
.recent-news-home_1 .recent-news-container article .post-content .main-content .entry-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.recent-news-home_1 .recent-news-container article .post-content .main-content .entry-title a {
  font-weight: 700;
  font-size: 20px;
  color: #0f0f0f !important;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.recent-news-home_1 .recent-news-container article .post-content .main-content .entry-title a:hover {
  color: #fdb801 !important;
}
@media (max-width: 479px) {
  .recent-news-home_1 .recent-news-container article .post-content .main-content .entry-title a {
    font-size: 18px;
  }
}
.recent-news-home_1 .recent-news-container article .post-content .main-content .post-excerpt {
  color: #606060;
}
.recent-news-home_1 .recent-news-container article .post-content .post-info {
  display: table-cell;
  width: 20%;
  text-align: center;
  vertical-align: middle;
}
.recent-news-home_1 .recent-news-container article .post-content .post-info .post-date .post-day {
  font-size: 42px;
  color: #fdb801;
  line-height: 1.2;
}
.recent-news-home_1 .recent-news-container article .post-content .post-info .post-date .post-month {
  color: #0f0f0f;
}
.recent-news-home_1 .recent-news-container article .post-content .post-info .post-count-comments {
  color: #fdb801;
}
.recent-news-home_1 .recent-news-container article .post-content .post-info .post-count-comments i {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .recent-news-home_1 .recent-news-container article .post-content .post-info {
    width: 30%;
  }
}
.recent-news-home_1 .recent-news-container article:hover .post-thumbnail .post-image:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.recent-news-home_1 .recent-news-container article:hover .post-thumbnail .post-meta {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}
.recent-news-home_1 .recent-news-container article:hover .post-content {
  background-color: #fbfbfb;
}
.recent-news-home_1 .owl-nav .owl-prev,
.recent-news-home_1 .owl-nav .owl-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.recent-news-home_1 .owl-nav .owl-prev i,
.recent-news-home_1 .owl-nav .owl-next i {
  padding: 15px;
  background-color: #ffffff;
}
.recent-news-home_1 .owl-nav .owl-next {
  right: 0;
}
.recent-news-home_1 .owl-nav .owl-prev {
  left: 0;
}
.recent-news-home_2:hover .owl-nav .owl-next,
.recent-news-home_2:hover .owl-nav .owl-prev {
  opacity: 1;
  visibility: visible;
}
.recent-news-home_2 .owl-nav .owl-next,
.recent-news-home_2 .owl-nav .owl-prev {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.recent-news-home_2 .owl-nav .owl-next i,
.recent-news-home_2 .owl-nav .owl-prev i {
  padding: 15px;
  background-color: #ffffff;
}
.recent-news-home_2 .owl-nav .owl-next {
  right: 0;
}
.recent-news-home_2 .owl-nav .owl-prev {
  left: 0;
}
.recent-news-home_2 .recent-news-container article {
  margin-top: 15px;
  margin-bottom: 15px;
}
.recent-news-home_2 .recent-news-container article .post-thumbnail {
  float: right;
  margin-left: 30px;
  height: 240px;
  overflow: hidden;
  position: relative;
  width: calc(50% - 30px);
}
.recent-news-home_2 .recent-news-container article .post-thumbnail img {
  height: 100%;
  width: auto;
  max-width: none;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.recent-news-home_2 .recent-news-container article .post-thumbnail:before {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.85s ease-in-out;
  -o-transition: all 0.85s ease-in-out;
  transition: all 0.85s ease-in-out;
  z-index: 1;
}
.recent-news-home_2 .recent-news-container article .post-thumbnail:after {
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 50px;
  width: 50px;
  background-color: #fdb801;
  line-height: 50px;
  text-align: center;
  opacity: 0;
  content: '\f0c1';
  font-family: fontAwesome;
  position: absolute;
  font-size: 20px;
  color: #ffffff;
  -webkit-transition: all 0.85s ease-in-out;
  -o-transition: all 0.85s ease-in-out;
  transition: all 0.85s ease-in-out;
  z-index: 1;
  border-radius: 100%;
}
.recent-news-home_2 .recent-news-container article .post-thumbnail .post-meta {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 479px) {
  .recent-news-home_2 .recent-news-container article .post-thumbnail {
    width: 100%;
  }
}
.recent-news-home_2 .recent-news-container article .post-information {
  max-height: 240px;
  width: 50%;
  float: left;
  position: relative;
}
.recent-news-home_2 .recent-news-container article .post-information:before {
  width: 80px;
  height: 1px;
  background-color: #fdb801;
  content: "";
  right: -50px;
  top: 20px;
  position: absolute;
  z-index: 10;
}
.recent-news-home_2 .recent-news-container article .post-information .yl-meta-left {
  height: 50px;
  width: 50px;
  border: 1px solid #fdb801;
  text-align: center;
  line-height: 48px;
  font-size: 28px;
  color: #fdb801;
  float: left;
}
.recent-news-home_2 .recent-news-container article .post-information .yl-meta-right {
  width: calc(100% - 50px);
  padding-left: 10px;
  display: inline-block;
  text-transform: uppercase;
}
.recent-news-home_2 .recent-news-container article .post-information .yl-meta-right .yl-month {
  margin-bottom: 5px;
  color: #fdb801;
}
.recent-news-home_2 .recent-news-container article .post-information .info-meta .post-author span {
  color: #fdb801;
  margin-right: 30px;
  text-transform: capitalize;
}
.recent-news-home_2 .recent-news-container article .post-information .btn-readmore {
  text-transform: uppercase;
  font-weight: bold;
}
.recent-news-home_2 .recent-news-container article .post-information .post-blog-excerpt {
  margin-bottom: 10px;
}
.recent-news-home_2 .recent-news-container article .post-information .post-blog-title {
  margin: 0px;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.recent-news-home_2 .recent-news-container article .post-information .post-blog-title:hover a {
  color: #fdb801;
}
.recent-news-home_2 .recent-news-container article .post-information .info-meta {
  margin: 10px 0;
}
.recent-news-home_2 .recent-news-container article .post-information .info-meta .post-count-comments {
  padding-right: 20px;
}
.recent-news-home_2 .recent-news-container article .post-information .info-meta i {
  margin-right: 3px;
}
@media (max-width: 479px) {
  .recent-news-home_2 .recent-news-container article .post-information {
    width: 100%;
    margin-top: 30px;
  }
  .recent-news-home_2 .recent-news-container article .post-information:before {
    display: none;
  }
}
.recent-news-home_2 .recent-news-container article:hover .post-thumbnail img {
  -webkit-filter: grayscale(100%) blur(3px);
  -moz-filter: grayscale(100%) blur(3px);
  -o-filter: grayscale(100%) blur(3px);
  -ms-filter: grayscale(100%) blur(3px);
  filter: grayscale(100%) blur(3px);
  -moz-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}
.recent-news-home_2 .recent-news-container article:hover .post-thumbnail:before {
  left: 0;
  opacity: 1;
}
.recent-news-home_2 .recent-news-container article:hover .post-thumbnail:after {
  right: 0;
  opacity: 1;
}
.recent-news-home_3 .recent-news-container article {
  position: relative;
}
.recent-news-home_3 .recent-news-container article .post-thumbnail {
  position: relative;
}
.recent-news-home_3 .recent-news-container article .post-thumbnail .post-image img {
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
}
.recent-news-home_3 .recent-news-container article .post-thumbnail .post-image:before {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  z-index: 1;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.recent-news-home_3 .recent-news-container article .post-thumbnail .post-meta {
  opacity: 0;
  z-index: 3;
  text-transform: uppercase;
  text-align: center;
  width: 65px;
  height: 65px;
  line-height: 65px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background-color: rgba(253, 184, 1, 0.8);
  -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.recent-news-home_3 .recent-news-container article .post-thumbnail .post-meta:before {
  content: '\f0c1';
  font-family: fontAwesome;
  color: #ffffff;
  font-size: 22px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  z-index: 1;
}
.recent-news-home_3 .recent-news-container article .post-thumbnail .post-meta:hover {
  -moz-transform: translate(-50%, -50%) rotate(180deg);
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  -o-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.recent-news-home_3 .recent-news-container article .post-content {
  padding: 20px 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.recent-news-home_3 .recent-news-container article .post-content .entry-title {
  margin: 10px 0;
  font-size: 16px;
  font-weight: bold;
}
.recent-news-home_3 .recent-news-container article .post-content .entry-title a {
  font-weight: 700;
  font-size: 16px;
  color: #0f0f0f !important;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-transform: uppercase;
}
.recent-news-home_3 .recent-news-container article .post-content .entry-title a:hover {
  color: #fdb801 !important;
}
@media (max-width: 479px) {
  .recent-news-home_3 .recent-news-container article .post-content .entry-title a {
    font-size: 18px;
  }
}
.recent-news-home_3 .recent-news-container article .post-content .main-content .post-excerpt {
  color: #2d2d2d;
}
.recent-news-home_3 .recent-news-container article .post-content .post-date {
  margin-bottom: 5px;
  color: #7a7a7a;
}
.recent-news-home_3 .recent-news-container article .post-content .post-date i {
  margin-right: 10px;
}
.recent-news-home_3 .recent-news-container article .post-content .post-info {
  font-size: 13px;
}
.recent-news-home_3 .recent-news-container article .post-content .post-info .post-author {
  text-transform: uppercase;
  color: #7a7a7a;
}
.recent-news-home_3 .recent-news-container article .post-content .post-info .post-author span {
  margin-right: 30px;
}
.recent-news-home_3 .recent-news-container article .post-content .post-info .post-author:after {
  content: '|';
  display: inline-block;
}
.recent-news-home_3 .recent-news-container article .post-content .post-info .post-count-comments {
  margin-left: 25px;
}
.recent-news-home_3 .recent-news-container article .post-content .post-info .post-count-comments i {
  margin-right: 10px;
}
.recent-news-home_3 .recent-news-container article:hover .post-thumbnail .post-image:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.recent-news-home_3 .recent-news-container article:hover .post-thumbnail .post-meta {
  opacity: 1;
}
.recent-news-home_3 .recent-news-container article:hover .post-content {
  background-color: #fbfbfb;
}
.recent-news-home_3 .owl-nav .owl-prev,
.recent-news-home_3 .owl-nav .owl-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.recent-news-home_3 .owl-nav .owl-prev i,
.recent-news-home_3 .owl-nav .owl-next i {
  padding: 15px;
  background-color: #ffffff;
}
.recent-news-home_3 .owl-next {
  right: 0;
}
.recent-news-home_3 .owl-prev {
  left: 0;
}
.recent-news-home_4 .recent-news-container .col-md-7:hover .post-thumbnail:before {
  height: 100%;
  width: 100%;
}
.recent-news-home_4 .recent-news-container .col-md-7 .post-thumbnail {
  position: relative;
  height: 448px;
  background-size: cover !important;
}
@media (max-width: 767px) {
  .recent-news-home_4 .recent-news-container .col-md-7 .post-thumbnail {
    height: 210px;
  }
}
.recent-news-home_4 .recent-news-container .col-md-7 .post-thumbnail:before {
  content: '';
  height: 0;
  width: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.recent-news-home_4 .recent-news-container .col-md-7 .entry-content {
  color: #606060;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60%;
  padding: 30px 20px;
  background-color: #fdfdfd;
}
.recent-news-home_4 .recent-news-container .col-md-7 .entry-content .entry-title {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  line-height: 30px;
  font-weight: 700;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.recent-news-home_4 .recent-news-container .col-md-7 .entry-content .entry-title:hover {
  color: #fdb801;
}
.recent-news-home_4 .recent-news-container .col-md-7 .entry-content .entry-post-meta {
  font-size: 12px;
  opacity: 0.9;
  font-weight: normal;
  line-height: 30px;
  width: 100%;
  display: inline-block;
  position: relative;
  font-style: italic;
}
.recent-news-home_4 .recent-news-container .col-md-7 .entry-content .entry-post-meta .post-author {
  display: inline-block;
  margin-right: 20px;
}
.recent-news-home_4 .recent-news-container .col-md-7 .entry-content .entry-post-meta .post-date {
  display: inline-block;
}
.recent-news-home_4 .recent-news-container .col-md-7 .entry-content .entry-post-meta .post-date i {
  margin-right: 5px;
}
.recent-news-home_4 .recent-news-container .col-md-7 .entry-content .entry-post-meta .author {
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
}
.recent-news-home_4 .recent-news-container .col-md-7 .entry-content .entry-excerpt {
  font-style: normal;
  width: 100%;
}
@media (max-width: 767px) {
  .recent-news-home_4 .recent-news-container .col-md-7 .entry-content .entry-excerpt {
    display: none;
  }
}
@media (max-width: 767px) {
  .recent-news-home_4 .recent-news-container .col-md-7 .entry-content {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (max-width: 767px) {
  .recent-news-home_4 .recent-news-container .col-md-7 {
    margin-bottom: 30px;
  }
}
.recent-news-home_4 .recent-news-container .col-md-5 .post-thumbnail {
  position: relative;
  height: 210px;
  background-size: cover !important;
}
.recent-news-home_4 .recent-news-container .col-md-5 .post-thumbnail:before {
  content: '';
  height: 0;
  width: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.recent-news-home_4 .recent-news-container .col-md-5 .post-thumbnail:after {
  content: '';
  height: 100%;
  width: 50%;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
@media (max-width: 767px) {
  .recent-news-home_4 .recent-news-container .col-md-5 .post-thumbnail:after {
    opacity: 0;
  }
}
.recent-news-home_4 .recent-news-container .col-md-5 .col-xs-12:hover .post-thumbnail:before {
  height: 100%;
  width: 100%;
}
.recent-news-home_4 .recent-news-container .col-md-5 .last-post {
  margin-top: 28px;
}
.recent-news-home_4 .recent-news-container .col-md-5 .entry-content {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 60%;
  padding: 20px 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #606060;
  z-index: 1;
  background-color: #ffffff;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.recent-news-home_4 .recent-news-container .col-md-5 .entry-content .entry-title {
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
  line-height: 30px;
  font-weight: 700;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.recent-news-home_4 .recent-news-container .col-md-5 .entry-content .entry-title:hover {
  color: #fdb801;
}
.recent-news-home_4 .recent-news-container .col-md-5 .entry-content .entry-post-meta {
  font-size: 12px;
  opacity: 0.9;
  font-weight: normal;
  line-height: 30px;
  width: 100%;
  display: inline-block;
  position: relative;
  font-style: italic;
}
.recent-news-home_4 .recent-news-container .col-md-5 .entry-content .entry-post-meta .post-author {
  display: inline-block;
  margin-right: 20px;
}
.recent-news-home_4 .recent-news-container .col-md-5 .entry-content .entry-post-meta .post-date {
  display: inline-block;
}
.recent-news-home_4 .recent-news-container .col-md-5 .entry-content .entry-post-meta .post-date i {
  margin-right: 5px;
}
.recent-news-home_4 .recent-news-container .col-md-5 .entry-content .entry-post-meta .author {
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
}
.recent-news-home_4 .recent-news-container .col-md-5 .entry-content .entry-excerpt {
  font-style: normal;
  width: 100%;
}
@media (max-width: 767px) {
  .recent-news-home_4 .recent-news-container .col-md-5 .entry-content .entry-excerpt {
    display: none;
  }
}
@media (max-width: 767px) {
  .recent-news-home_4 .recent-news-container .col-md-5 .entry-content {
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    padding-right: 8px;
    padding-left: 8px;
  }
}
.recent-news-home_5:hover .owl-nav .owl-next,
.recent-news-home_5:hover .owl-nav .owl-prev {
  opacity: 1;
}
.recent-news-home_5 .recent-news-container article {
  position: relative;
}
.recent-news-home_5 .recent-news-container article .post-thumbnail {
  position: relative;
}
.recent-news-home_5 .recent-news-container article .post-thumbnail .post-image img {
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
}
.recent-news-home_5 .recent-news-container article .post-thumbnail .post-image:before {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  content: '';
  position: absolute;
  background-color: rgba(253, 184, 1, 0.25);
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  z-index: 1;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.recent-news-home_5 .recent-news-container article .post-thumbnail .post-meta {
  opacity: 0;
  z-index: 3;
  text-transform: uppercase;
  text-align: center;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.recent-news-home_5 .recent-news-container article .post-thumbnail .post-meta:before {
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #fdb801;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  z-index: 1;
}
.recent-news-home_5 .recent-news-container article .post-thumbnail .post-meta:after {
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  position: absolute;
  height: 20px;
  width: 1px;
  background-color: #fdb801;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  z-index: 1;
}
.recent-news-home_5 .recent-news-container article .post-thumbnail .post-meta:hover {
  -moz-transform: translate(-50%, -50%) rotate(180deg);
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  -o-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.recent-news-home_5 .recent-news-container article .post-content {
  position: relative;
  padding: 20px 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: #fbfbfb;
}
.recent-news-home_5 .recent-news-container article .post-content > i {
  z-index: 2;
  line-height: 50px;
  color: #fdb801;
  top: -25px;
  right: 30px;
  content: '\f1e0';
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
  position: absolute;
  font-family: fontAwesome;
  border-radius: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.recent-news-home_5 .recent-news-container article .post-content .entry-title {
  margin: 10px 0;
  font-size: 16px;
  font-weight: bold;
}
.recent-news-home_5 .recent-news-container article .post-content .entry-title a {
  font-weight: 700;
  font-size: 20px;
  color: #0f0f0f !important;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.recent-news-home_5 .recent-news-container article .post-content .entry-title a:hover {
  color: #fdb801 !important;
}
@media (max-width: 479px) {
  .recent-news-home_5 .recent-news-container article .post-content .entry-title a {
    font-size: 18px;
  }
}
.recent-news-home_5 .recent-news-container article .post-content .main-content {
  padding: 0 30px;
}
.recent-news-home_5 .recent-news-container article .post-content .main-content .post-excerpt {
  color: #2d2d2d;
}
.recent-news-home_5 .recent-news-container article .post-content .post-date {
  padding: 0 30px;
  margin-bottom: 5px;
  color: #7a7a7a;
}
.recent-news-home_5 .recent-news-container article .post-content .post-date i {
  margin-right: 10px;
}
.recent-news-home_5 .recent-news-container article .post-content .post-info {
  margin-top: 15px;
  font-size: 13px;
  padding: 0 30px;
  padding-top: 20px;
  border-top: 1px solid #eeeeee;
}
.recent-news-home_5 .recent-news-container article .post-content .post-info .post-author {
  text-transform: capitalize;
  color: #7a7a7a;
}
.recent-news-home_5 .recent-news-container article .post-content .post-info .post-author img {
  width: auto;
  display: inline-block;
  border-radius: 100%;
  margin-right: 10px;
}
.recent-news-home_5 .recent-news-container article .post-content .post-info .post-author span {
  margin-right: 30px;
}
.recent-news-home_5 .recent-news-container article .post-content .post-info .post-count-comments {
  float: right;
  margin-left: 25px;
  line-height: 30px;
}
.recent-news-home_5 .recent-news-container article .post-content .post-info .post-count-comments i {
  margin-right: 10px;
}
.recent-news-home_5 .recent-news-container article:hover .post-thumbnail .post-image:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.recent-news-home_5 .recent-news-container article:hover .post-thumbnail .post-meta {
  opacity: 1;
}
.recent-news-home_5 .recent-news-container article:hover .post-content > i {
  background-color: #fdb801;
  color: #ffffff;
}
.recent-news-home_5 .owl-nav .owl-prev,
.recent-news-home_5 .owl-nav .owl-next {
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.recent-news-home_5 .owl-nav .owl-prev i,
.recent-news-home_5 .owl-nav .owl-next i {
  padding: 15px;
  background-color: #ffffff;
}
.recent-news-home_5 .owl-nav .owl-next {
  right: 0;
}
.recent-news-home_5 .owl-nav .owl-prev {
  left: 0;
}
.recent-news-home_6:hover .owl-nav .owl-prev,
.recent-news-home_6:hover .owl-nav .owl-next {
  opacity: 1;
}
.recent-news-home_6 .recent-news-container article {
  position: relative;
}
.recent-news-home_6 .recent-news-container article .post-thumbnail {
  position: relative;
}
.recent-news-home_6 .recent-news-container article .post-thumbnail .post-image img {
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
}
.recent-news-home_6 .recent-news-container article .post-thumbnail .post-image:before {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  content: '';
  position: absolute;
  background-color: rgba(253, 184, 1, 0.2);
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  z-index: 1;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.recent-news-home_6 .recent-news-container article .post-thumbnail .post-meta {
  opacity: 0;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  z-index: 3;
  text-transform: uppercase;
  text-align: center;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: -20px;
  right: 20px;
  border-radius: 100%;
  background-color: #fdb801;
  -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.recent-news-home_6 .recent-news-container article .post-thumbnail .post-meta:before {
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  z-index: 1;
}
.recent-news-home_6 .recent-news-container article .post-thumbnail .post-meta:after {
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  position: absolute;
  height: 20px;
  width: 1px;
  background-color: #ffffff;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  z-index: 1;
}
.recent-news-home_6 .recent-news-container article .post-content {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.recent-news-home_6 .recent-news-container article .post-content .entry-title {
  margin-top: 30px;
}
.recent-news-home_6 .recent-news-container article .post-content .entry-title a {
  font-weight: 700;
  font-size: 20px;
  color: #0f0f0f !important;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.recent-news-home_6 .recent-news-container article .post-content .entry-title a:hover {
  color: #fdb801 !important;
}
@media (max-width: 479px) {
  .recent-news-home_6 .recent-news-container article .post-content .entry-title a {
    font-size: 18px;
  }
}
.recent-news-home_6 .recent-news-container article .post-content .main-content .post-excerpt {
  margin-top: 10px;
  margin-bottom: 30px;
  color: #606060;
}
.recent-news-home_6 .recent-news-container article .post-content .post-info .post-author {
  margin-right: 15px;
}
.recent-news-home_6 .recent-news-container article .post-content .post-info .post-author span {
  color: #fdb801;
  text-decoration: underline;
  text-transform: capitalize;
}
.recent-news-home_6 .recent-news-container article .post-content .post-info .post-month {
  color: #0f0f0f;
  margin-right: 15px;
}
.recent-news-home_6 .recent-news-container article .post-content .post-info .post-count-comments i {
  margin-right: 10px;
}
.recent-news-home_6 .recent-news-container article:hover .post-thumbnail .post-image:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.recent-news-home_6 .recent-news-container article:hover .post-thumbnail .post-meta {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}
.recent-news-home_6 .owl-nav .owl-prev,
.recent-news-home_6 .owl-nav .owl-next {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 99;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.recent-news-home_6 .owl-nav .owl-prev i,
.recent-news-home_6 .owl-nav .owl-next i {
  padding: 15px;
  background-color: #ffffff;
}
.recent-news-home_6 .owl-nav .owl-next {
  right: 0;
}
.recent-news-home_6 .owl-nav .owl-prev {
  left: 0;
}
.recent-news-home_7:hover .owl-nav .owl-prev,
.recent-news-home_7:hover .owl-nav .owl-next {
  opacity: 1;
}
.recent-news-home_7 .recent-news-container article {
  position: relative;
}
.recent-news-home_7 .recent-news-container article .post-thumbnail {
  position: relative;
}
.recent-news-home_7 .recent-news-container article .post-thumbnail .post-image img {
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
}
.recent-news-home_7 .recent-news-container article .post-thumbnail .post-image:before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  z-index: 1;
}
.recent-news-home_7 .recent-news-container article .post-thumbnail .post-meta {
  opacity: 0;
  z-index: 3;
  text-transform: uppercase;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background-color: #fdb801;
  -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.recent-news-home_7 .recent-news-container article .post-thumbnail .post-meta:before {
  content: '\f0c1';
  display: block;
  font-family: fontAwesome;
  color: #ffffff;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  z-index: 1;
}
.recent-news-home_7 .recent-news-container article .post-thumbnail .post-meta:hover {
  background-color: #ffffff;
}
.recent-news-home_7 .recent-news-container article .post-thumbnail .post-meta:hover:before {
  color: #fdb801;
}
.recent-news-home_7 .recent-news-container article .post-content {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: #f9f9f9;
  padding: 30px;
}
.recent-news-home_7 .recent-news-container article .post-content .entry-title {
  margin-top: 0;
}
.recent-news-home_7 .recent-news-container article .post-content .entry-title a {
  font-weight: 700;
  font-size: 20px;
  color: #0f0f0f !important;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.recent-news-home_7 .recent-news-container article .post-content .entry-title a:hover {
  color: #fdb801 !important;
}
@media (max-width: 479px) {
  .recent-news-home_7 .recent-news-container article .post-content .entry-title a {
    font-size: 18px;
  }
}
.recent-news-home_7 .recent-news-container article .post-content .main-content .post-excerpt {
  margin-top: 10px;
  color: #606060;
}
.recent-news-home_7 .recent-news-container article .post-content .post-info i {
  margin-right: 10px;
}
.recent-news-home_7 .recent-news-container article .post-content .post-info .post-author {
  margin-right: 15px;
}
.recent-news-home_7 .recent-news-container article .post-content .post-info .post-author span {
  color: #fdb801;
  text-transform: capitalize;
}
.recent-news-home_7 .recent-news-container article .post-content .post-info .post-month {
  color: #0f0f0f;
  margin-right: 15px;
}
.recent-news-home_7 .recent-news-container article .post-content .post-info .post-count-comments i {
  margin-right: 10px;
}
.recent-news-home_7 .recent-news-container article:hover .post-thumbnail .post-image:before {
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  opacity: 1;
}
.recent-news-home_7 .recent-news-container article:hover .post-thumbnail .post-meta {
  opacity: 1;
}
.recent-news-home_7 .owl-nav .owl-prev,
.recent-news-home_7 .owl-nav .owl-next {
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.recent-news-home_7 .owl-nav .owl-prev i,
.recent-news-home_7 .owl-nav .owl-next i {
  padding: 15px;
  background-color: #ffffff;
}
.recent-news-home_7 .owl-nav .owl-next {
  right: 0;
}
.recent-news-home_7 .owl-nav .owl-prev {
  left: 0;
}
.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 {
  width: 30%;
  position: relative;
  overflow: hidden;
  display: table-cell;
}
.recent-news-footer-home_1 .recent-news-container article .post-thumbnail .post-image img {
  width: 100%;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  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: 65%;
  padding-left: 5%;
  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;
}
.recent-news-footer-home_1 .recent-news-container article .post-content .entry-title a {
  font-weight: 700;
  font-size: 14px;
  color: #0f0f0f;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.recent-news-footer-home_1 .recent-news-container article .post-content .entry-title a:hover {
  color: #fdb801 !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: #0f0f0f;
  text-transform: capitalize;
}
.recent-news-footer-home_1 .recent-news-container article .post-content .post-info i {
  color: #0f0f0f;
  margin-right: 5px;
}
.recent-news-footer-home_1 .recent-news-container article .post-content .post-info span {
  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 {
    width: 100%;
    position: relative;
  }
}
@media (max-width: 479px) {
  .recent-news-footer-home_1 .recent-news-container article .post-content {
    width: 100%;
    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;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.recent-news-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%;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  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: #0f0f0f;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.recent-news-footer-home_2 .recent-news-container article .post-content .entry-title a:hover {
  color: #fdb801 !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: #0f0f0f;
  font-size: 14px;
  text-transform: capitalize;
}
.recent-news-footer-home_2 .recent-news-container article .post-content .post-info i {
  color: #0f0f0f;
  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;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.recent-news-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;
}
/*
* Countdown Style
* 
 */
.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;
  padding: 10px 0;
  width: 100px;
  height: 60px;
}
.countdown-shortcode-wrap .countdown-content .list-time li.cd-hours:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 34px;
  background: #000000;
  z-index: 10;
  left: 50%;
  -moz-transform: translateX(-50%) scale(1);
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.countdown-shortcode-wrap .countdown-content .list-time li.cd-hours:after {
  content: '';
  position: absolute;
  top: 0;
  height: 1px;
  width: 34px;
  background: #000000;
  z-index: 10;
  left: 50%;
  -moz-transform: translateX(-50%) scale(1);
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.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: bold;
}
.countdown-shortcode-wrap .countdown-content .list-time li p.countdown-number:after {
  content: ':';
  position: absolute;
  right: 0;
  color: #4d4d4d;
}
.countdown-shortcode-wrap .countdown-content .list-time li p:last-child {
  opacity: 0;
  visibility: hidden;
  margin-top: 10px;
  text-align: center;
}
.countdown-shortcode-wrap .countdown-content .list-time li.cd-seconds p.countdown-number:after {
  content: '';
}
.countdown-shortcode-wrap .countdown-content .list-time li:hover:before,
.countdown-shortcode-wrap .countdown-content .list-time li:hover:after {
  -moz-transform: translateX(-50%) scale(1);
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}
.countdown-shortcode-wrap .countdown-content .list-time li:hover p:last-child {
  opacity: 1;
  visibility: visible;
}
.countdown-shortcode-wrap .countdown-content .time_circles {
  color: #ffffff;
}
.countdown-shortcode-wrap .countdown-content .time_circles .textDiv_Days h4,
.countdown-shortcode-wrap .countdown-content .time_circles .textDiv_Hours h4,
.countdown-shortcode-wrap .countdown-content .time_circles .textDiv_Minutes h4,
.countdown-shortcode-wrap .countdown-content .time_circles .textDiv_Seconds h4,
.countdown-shortcode-wrap .countdown-content .time_circles .textDiv_Days span,
.countdown-shortcode-wrap .countdown-content .time_circles .textDiv_Hours span,
.countdown-shortcode-wrap .countdown-content .time_circles .textDiv_Minutes span,
.countdown-shortcode-wrap .countdown-content .time_circles .textDiv_Seconds span {
  color: #ffffff;
}
/* Clients Shortcode CSS */
.clients-shortcode-wrap {
  position: relative;
}
.clients-shortcode-wrap.style_1:hover .owl-nav {
  opacity: 1;
}
.clients-shortcode-wrap.style_1 .clients-list .client-item {
  text-align: center;
}
.clients-shortcode-wrap.style_1 .clients-list .client-item img {
  margin: 0 auto;
  width: auto;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-filter: grayscale(1) brightness(0);
  -moz-filter: grayscale(1) brightness(0);
  -o-filter: grayscale(1) brightness(0);
  -ms-filter: grayscale(1) brightness(0);
  filter: grayscale(1) brightness(0);
}
.clients-shortcode-wrap.style_1 .clients-list .client-item:hover img {
  -webkit-filter: grayscale(0) brightness(1);
  -moz-filter: grayscale(0) brightness(1);
  -o-filter: grayscale(0) brightness(1);
  -ms-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
}
@media (max-width: 479px) {
  .clients-shortcode-wrap.style_1 .clients-list .client-item {
    padding: 30px 0;
  }
}
.clients-shortcode-wrap.style_1 .clients-list.column_2 {
  margin: 0 -20px;
}
.clients-shortcode-wrap.style_1 .clients-list.column_2 .client-item {
  width: calc(50% - 40px);
  display: inline-block;
  float: left;
  margin: 20px;
  padding: 15px 0;
  background-color: #ffffff;
}
.clients-shortcode-wrap.style_1 .clients-list.column_3 {
  margin: 0 -20px;
}
.clients-shortcode-wrap.style_1 .clients-list.column_3 .client-item {
  display: inline-block;
  width: calc(33.33% - 40px);
  margin: 20px;
  float: left;
  padding: 15px 0;
  background-color: #ffffff;
}
@media (max-width: 480px) {
  .clients-shortcode-wrap.style_1 .clients-list.column_3 .client-item {
    width: calc(50% - 40px);
  }
}
.clients-shortcode-wrap.style_1 .clients-list.column_4 {
  margin: 0 -15px;
}
.clients-shortcode-wrap.style_1 .clients-list.column_4 .client-item {
  display: inline-block;
  width: calc(25% - 30px);
  float: left;
  margin: 15px;
  padding: 15px 0;
  background-color: #ffffff;
}
@media (max-width: 480px) {
  .clients-shortcode-wrap.style_1 .clients-list.column_4 .client-item {
    width: calc(50% - 40px);
  }
}
.clients-shortcode-wrap.style_1 .clients-list.column_5 {
  margin: 0 -15px;
}
.clients-shortcode-wrap.style_1 .clients-list.column_5 .client-item {
  display: inline-block;
  width: calc(20% - 30px);
  float: left;
  margin: 15px;
  padding: 15px 0;
  background-color: #ffffff;
}
@media (max-width: 480px) {
  .clients-shortcode-wrap.style_1 .clients-list.column_5 .client-item {
    width: calc(50% - 40px);
  }
}
.clients-shortcode-wrap.style_1 .owl-nav {
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.clients-shortcode-wrap.style_1 .owl-nav .owl-prev,
.clients-shortcode-wrap.style_1 .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.clients-shortcode-wrap.style_1 .owl-nav .owl-prev:hover,
.clients-shortcode-wrap.style_1 .owl-nav .owl-next:hover {
  cursor: pointer;
}
.clients-shortcode-wrap.style_1 .owl-nav .owl-prev:hover i,
.clients-shortcode-wrap.style_1 .owl-nav .owl-next:hover i {
  color: #fdb801;
}
.clients-shortcode-wrap.style_1 .owl-nav .owl-prev i,
.clients-shortcode-wrap.style_1 .owl-nav .owl-next i {
  padding: 15px;
  background: #ffffff;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.clients-shortcode-wrap.style_1 .owl-nav .owl-prev {
  left: 0;
}
.clients-shortcode-wrap.style_1 .owl-nav .owl-next {
  right: 0;
}
.clients-shortcode-wrap.style_2:hover .owl-nav {
  opacity: 1;
}
.clients-shortcode-wrap.style_2 .clients-list .client-item {
  text-align: center;
}
.clients-shortcode-wrap.style_2 .clients-list .client-item img {
  margin: 0 auto;
  width: auto;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.clients-shortcode-wrap.style_2 .clients-list .client-item:hover img {
  -webkit-filter: brightness(0);
  -moz-filter: brightness(0);
  -o-filter: brightness(0);
  -ms-filter: brightness(0);
  filter: brightness(0);
}
.clients-shortcode-wrap.style_2 .clients-list.column_2 {
  margin: 0 -20px;
}
.clients-shortcode-wrap.style_2 .clients-list.column_2 .client-item {
  width: calc(50% - 40px);
  display: inline-block;
  float: left;
  margin: 20px;
  padding: 15px 0;
  background-color: #ffffff;
}
.clients-shortcode-wrap.style_2 .clients-list.column_3 {
  margin: 0 -20px;
}
.clients-shortcode-wrap.style_2 .clients-list.column_3 .client-item {
  display: inline-block;
  width: calc(33.33% - 40px);
  margin: 20px;
  float: left;
  padding: 15px 0;
  background-color: #ffffff;
}
.clients-shortcode-wrap.style_2 .clients-list.column_4 {
  margin: 0 -15px;
}
.clients-shortcode-wrap.style_2 .clients-list.column_4 .client-item {
  display: inline-block;
  width: calc(25% - 30px);
  float: left;
  margin: 15px;
  padding: 15px 0;
  background-color: #ffffff;
}
.clients-shortcode-wrap.style_2 .clients-list.column_5 {
  margin: 0 -15px;
}
.clients-shortcode-wrap.style_2 .clients-list.column_5 .client-item {
  display: inline-block;
  width: calc(20% - 30px);
  float: left;
  margin: 15px;
  padding: 15px 0;
  background-color: #ffffff;
}
.clients-shortcode-wrap.style_2 .owl-nav {
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.clients-shortcode-wrap.style_2 .owl-nav .owl-next,
.clients-shortcode-wrap.style_2 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.clients-shortcode-wrap.style_2 .owl-nav .owl-next:hover,
.clients-shortcode-wrap.style_2 .owl-nav .owl-prev:hover {
  cursor: pointer;
}
.clients-shortcode-wrap.style_2 .owl-nav .owl-next:hover i,
.clients-shortcode-wrap.style_2 .owl-nav .owl-prev:hover i {
  color: #fdb801;
}
.clients-shortcode-wrap.style_2 .owl-nav .owl-next i,
.clients-shortcode-wrap.style_2 .owl-nav .owl-prev i {
  padding: 15px;
  background: #ffffff;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.clients-shortcode-wrap.style_2 .owl-nav .owl-prev {
  left: 0;
}
.clients-shortcode-wrap.style_2 .owl-nav .owl-next {
  right: 0;
}
.clients-shortcode-wrap.style_3:hover .owl-nav {
  opacity: 1;
}
.clients-shortcode-wrap.style_3 .clients-list .client-item {
  text-align: center;
}
.clients-shortcode-wrap.style_3 .clients-list .client-item img {
  margin: 0 auto;
  width: auto;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.clients-shortcode-wrap.style_3 .clients-list .client-item:hover img {
  opacity: 0.8;
}
@media (max-width: 479px) {
  .clients-shortcode-wrap.style_3 .clients-list .client-item {
    padding: 30px 0;
  }
}
.clients-shortcode-wrap.style_3 .clients-list.column_2 {
  margin: 0 -20px;
}
.clients-shortcode-wrap.style_3 .clients-list.column_2 .client-item {
  width: calc(50% - 40px);
  display: inline-block;
  float: left;
  margin: 20px;
  padding: 15px 0;
  background-color: #ffffff;
}
.clients-shortcode-wrap.style_3 .clients-list.column_3 {
  margin: 0 -20px;
}
.clients-shortcode-wrap.style_3 .clients-list.column_3 .client-item {
  display: inline-block;
  width: calc(33.33% - 40px);
  margin: 20px;
  float: left;
  padding: 15px 0;
  background-color: #ffffff;
}
@media (max-width: 480px) {
  .clients-shortcode-wrap.style_3 .clients-list.column_3 .client-item {
    width: calc(50% - 40px);
  }
}
.clients-shortcode-wrap.style_3 .clients-list.column_4 {
  margin: 0 -15px;
}
.clients-shortcode-wrap.style_3 .clients-list.column_4 .client-item {
  display: inline-block;
  width: calc(25% - 30px);
  float: left;
  margin: 15px;
  padding: 15px 0;
  background-color: #ffffff;
}
@media (max-width: 480px) {
  .clients-shortcode-wrap.style_3 .clients-list.column_4 .client-item {
    width: calc(50% - 40px);
  }
}
.clients-shortcode-wrap.style_3 .clients-list.column_5 {
  margin: 0 -15px;
}
.clients-shortcode-wrap.style_3 .clients-list.column_5 .client-item {
  display: inline-block;
  width: calc(20% - 30px);
  float: left;
  margin: 15px;
  padding: 15px 0;
  background-color: #ffffff;
}
@media (max-width: 480px) {
  .clients-shortcode-wrap.style_3 .clients-list.column_5 .client-item {
    width: calc(50% - 40px);
  }
}
.clients-shortcode-wrap.style_3 .owl-nav {
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.clients-shortcode-wrap.style_3 .owl-nav .owl-next,
.clients-shortcode-wrap.style_3 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.clients-shortcode-wrap.style_3 .owl-nav .owl-next:hover,
.clients-shortcode-wrap.style_3 .owl-nav .owl-prev:hover {
  cursor: pointer;
}
.clients-shortcode-wrap.style_3 .owl-nav .owl-next:hover i,
.clients-shortcode-wrap.style_3 .owl-nav .owl-prev:hover i {
  color: #fdb801;
}
.clients-shortcode-wrap.style_3 .owl-nav .owl-next i,
.clients-shortcode-wrap.style_3 .owl-nav .owl-prev i {
  padding: 15px;
  background: #ffffff;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.clients-shortcode-wrap.style_3 .owl-nav .owl-prev {
  left: 0;
}
.clients-shortcode-wrap.style_3 .owl-nav .owl-next {
  right: 0;
}
.counter-wrap-style_1 {
  position: relative;
  margin: 0 auto;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.counter-wrap-style_1 .gr-counter .content-inner {
  position: relative;
  text-align: center;
  font-weight: 500;
}
.counter-wrap-style_1 .gr-counter .content-inner .gr-number-counter {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 22px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  line-height: 1;
}
.counter-wrap-style_1 .gr-counter .content-inner .gr-text-defaul {
  position: relative;
  white-space: nowrap;
  font-size: 18px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  padding-bottom: 20px;
}
.counter-wrap-style_1 .gr-counter .content-inner .gr-text-defaul:before {
  content: '';
  display: block;
  height: 1px;
  width: 0px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: #fdb801;
}
.counter-wrap-style_1:hover .gr-counter .content-inner .gr-text-defaul:before {
  width: 100px;
}
@media (max-width: 991px) {
  .counter-wrap-style_1 {
    margin: 15px auto;
  }
}
.counter-wrap-style_2 {
  position: relative;
  margin: 0 auto;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.counter-wrap-style_2 .gr-counter .content-inner {
  position: relative;
  text-align: center;
  font-weight: 500;
}
.counter-wrap-style_2 .gr-counter .content-inner .icon-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.counter-wrap-style_2 .gr-counter .content-inner .gr-number-counter {
  position: relative;
  z-index: 2;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 41px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  line-height: 1;
  color: #0f0f0f;
}
.counter-wrap-style_2 .gr-counter .content-inner .gr-text-defaul {
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: bold;
  font-size: 14px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.counter-wrap-style_2:hover .gr-counter .content-inner .gr-text-defaul:before {
  width: 100px;
}
@media (max-width: 991px) {
  .counter-wrap-style_2 {
    margin: 50px auto;
  }
}
.gr-counter .text-content span {
  font-size: 24px;
  color: #fdb801;
}
.counter-wrap-style_3 {
  position: relative;
  margin: 0 auto;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.counter-wrap-style_3 .gr-counter {
  margin: 40px 0;
}
.counter-wrap-style_3 .gr-counter .content-inner {
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  display: table;
}
.counter-wrap-style_3 .gr-counter .content-inner .icon-img {
  display: table-cell;
  width: 25%;
}
.counter-wrap-style_3 .gr-counter .content-inner .text-content {
  display: table-cell;
  text-align: left;
  padding-left: 20px;
}
.counter-wrap-style_3 .gr-counter .content-inner .gr-number-counter {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 40px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  line-height: 1;
  color: #0f0f0f;
  display: inline-block;
}
.counter-wrap-style_3 .gr-counter .content-inner .gr-text-defaul {
  position: relative;
  white-space: nowrap;
  font-weight: bold;
  font-size: 16px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media (max-width: 767px) {
  .counter-wrap-style_3 .gr-counter .content-inner {
    margin: 0 auto;
  }
}
.counter-wrap-style_3:hover .gr-counter .content-inner .gr-text-defaul:before {
  width: 100px;
}
@media (max-width: 991px) {
  .counter-wrap-style_3 {
    margin: 50px auto;
  }
}
/* TEAM MEMBER */
.yolo-teammember.teammember-style-1:hover .owl-nav .owl-prev,
.yolo-teammember.teammember-style-1:hover .owl-nav .owl-next {
  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 .teammember-item .teammember-content {
  cursor: pointer;
}
.yolo-teammember.teammember-style-1 .teammember-list .teammember-item .teammember-content .teammember-image {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.yolo-teammember.teammember-style-1 .teammember-list .teammember-item .teammember-content .teammember-image.gray:before {
  content: '';
  background-color: #eee;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}
.yolo-teammember.teammember-style-1 .teammember-list .teammember-item .teammember-content .teammember-meta {
  position: absolute;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2;
  width: 100%;
  bottom: -100%;
  padding: 20px 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-teammember.teammember-style-1 .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-title {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  font-family: Raleway;
  font-weight: bold;
  margin-bottom: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-teammember.teammember-style-1 .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-title:hover {
  color: #fdb801;
}
.yolo-teammember.teammember-style-1 .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-position {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin-bottom: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.yolo-teammember.teammember-style-1 .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-social-profile {
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  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;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.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;
  background-color: #ffffff;
}
.yolo-teammember.teammember-style-1 .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-social-profile li a:hover {
  background-color: #fdb801;
  color: #ffffff;
}
.yolo-teammember.teammember-style-1 .teammember-list .teammember-item .teammember-content:hover .teammember-meta {
  bottom: -1px;
}
.yolo-teammember.teammember-style-1 .teammember-list.column_2 .teammember-item {
  display: inline-block;
  width: 50%;
  float: left;
}
.yolo-teammember.teammember-style-1 .teammember-list.column_3 .teammember-item {
  display: inline-block;
  width: 33.33%;
  float: left;
}
.yolo-teammember.teammember-style-1 .teammember-list.column_4 .teammember-item {
  display: inline-block;
  width: 25%;
  float: left;
}
.yolo-teammember.teammember-style-1 .teammember-list.column_5 .teammember-item {
  display: inline-block;
  width: 20%;
  float: left;
}
.yolo-teammember.teammember-style-1 .owl-nav {
  color: #222222;
}
.yolo-teammember.teammember-style-1 .owl-nav:hover {
  cursor: pointer;
}
.yolo-teammember.teammember-style-1 .owl-nav .owl-prev,
.yolo-teammember.teammember-style-1 .owl-nav .owl-next {
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  position: absolute;
  display: block;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 5px;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.yolo-teammember.teammember-style-1 .owl-nav .owl-prev i,
.yolo-teammember.teammember-style-1 .owl-nav .owl-next i {
  padding: 15px;
  background: #ffffff;
}
.yolo-teammember.teammember-style-1 .owl-nav .owl-prev:hover i,
.yolo-teammember.teammember-style-1 .owl-nav .owl-next:hover i {
  color: #fdb801;
}
.yolo-teammember.teammember-style-1 .owl-nav .owl-next {
  right: 0;
}
.yolo-teammember.teammember-style-1 .owl-nav .owl-prev {
  left: 0;
}
.yolo-teammember.teammember-style-1 .columns-2 {
  width: 50%;
  float: left;
}
@media (max-width: 991px) {
  .yolo-teammember.teammember-style-1 .columns-2 {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .yolo-teammember.teammember-style-1 .columns-2 {
    width: 100%;
  }
}
.yolo-teammember.teammember-style-1 .columns-3 {
  width: 33.33333333%;
  float: left;
}
@media (max-width: 991px) {
  .yolo-teammember.teammember-style-1 .columns-3 {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .yolo-teammember.teammember-style-1 .columns-3 {
    width: 100%;
  }
}
.yolo-teammember.teammember-style-1 .columns-4 {
  width: 25%;
  float: left;
}
@media (max-width: 991px) {
  .yolo-teammember.teammember-style-1 .columns-4 {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .yolo-teammember.teammember-style-1 .columns-4 {
    width: 100%;
  }
}
.yolo-teammember.teammember-style-1 .columns-5 {
  width: 20%;
  float: left;
}
@media (max-width: 991px) {
  .yolo-teammember.teammember-style-1 .columns-5 {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .yolo-teammember.teammember-style-1 .columns-5 {
    width: 100%;
  }
}
.yolo-teammember.teammember-style-2:hover .owl-nav .owl-next,
.yolo-teammember.teammember-style-2:hover .owl-nav .owl-prev {
  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;
  padding: 20px 0;
  background-color: #fdfdfd;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.yolo-teammember.teammember-style-2 .teammember-list .teammember-item .teammember-content .teammember-image {
  position: relative;
  width: 90px;
  height: 90px;
  margin: 15px auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.yolo-teammember.teammember-style-2 .teammember-list .teammember-item .teammember-content .teammember-image img {
  border-radius: 100%;
}
.yolo-teammember.teammember-style-2 .teammember-list .teammember-item .teammember-content .teammember-meta {
  text-align: center;
  z-index: 2;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-teammember.teammember-style-2 .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-title {
  color: #606060;
  text-transform: uppercase;
  font-size: 16px;
  font-family: Raleway;
  font-weight: bold;
  margin-bottom: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-teammember.teammember-style-2 .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-title:hover {
  color: #fdb801;
}
.yolo-teammember.teammember-style-2 .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-position {
  color: #fdb801;
  font-size: 14px;
  margin-bottom: 0px;
  line-height: 1.5;
}
.yolo-teammember.teammember-style-2 .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-social-profile {
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  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;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  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;
  border-radius: 100%;
  line-height: 30px;
}
.yolo-teammember.teammember-style-2 .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-social-profile li a:hover {
  background-color: #fdb801;
  color: #ffffff;
}
.yolo-teammember.teammember-style-2 .teammember-list .teammember-item .teammember-content:hover {
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
}
.yolo-teammember.teammember-style-2 .teammember-list.column_2 {
  margin: 0 -15px;
}
.yolo-teammember.teammember-style-2 .teammember-list.column_2 .teammember-item {
  display: inline-block;
  width: 50%;
  float: left;
  width: calc(50% - 30px);
  margin: 0 15px;
}
.yolo-teammember.teammember-style-2 .teammember-list.column_3 {
  margin: 0 -15px;
}
.yolo-teammember.teammember-style-2 .teammember-list.column_3 .teammember-item {
  display: inline-block;
  float: left;
  width: calc(33.33% - 30px);
  margin: 0 15px;
}
.yolo-teammember.teammember-style-2 .teammember-list.column_4 {
  margin: 0 -15px;
}
.yolo-teammember.teammember-style-2 .teammember-list.column_4 .teammember-item {
  display: inline-block;
  float: left;
  width: calc(25% - 30px);
  margin: 15px;
}
@media (max-width: 991px) {
  .yolo-teammember.teammember-style-2 .teammember-list.column_4 .teammember-item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 479px) {
  .yolo-teammember.teammember-style-2 .teammember-list.column_4 .teammember-item {
    width: calc(100% - 30px);
  }
}
.yolo-teammember.teammember-style-2 .teammember-list.column_5 {
  margin: 0 -15px;
}
.yolo-teammember.teammember-style-2 .teammember-list.column_5 .teammember-item {
  display: inline-block;
  width: 20%;
  float: left;
  width: calc(20% - 30px);
  margin: 0 15px;
}
.yolo-teammember.teammember-style-2 .owl-nav {
  color: #222222;
}
.yolo-teammember.teammember-style-2 .owl-nav:hover {
  cursor: pointer;
}
.yolo-teammember.teammember-style-2 .owl-nav .owl-next,
.yolo-teammember.teammember-style-2 .owl-nav .owl-prev {
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  position: absolute;
  display: block;
  top: 50%;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 5px;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.yolo-teammember.teammember-style-2 .owl-nav .owl-next i,
.yolo-teammember.teammember-style-2 .owl-nav .owl-prev i {
  padding: 15px;
  background: #ffffff;
}
.yolo-teammember.teammember-style-2 .owl-nav .owl-next:hover i,
.yolo-teammember.teammember-style-2 .owl-nav .owl-prev:hover i {
  color: #fdb801;
}
.yolo-teammember.teammember-style-2 .owl-nav .owl-next {
  right: 0;
}
.yolo-teammember.teammember-style-2 .owl-nav .owl-prev {
  left: 0;
}
.yolo-teammember.teammember-style-2 .columns-2 {
  width: 50%;
  float: left;
}
@media (max-width: 991px) {
  .yolo-teammember.teammember-style-2 .columns-2 {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .yolo-teammember.teammember-style-2 .columns-2 {
    width: 100%;
  }
}
.yolo-teammember.teammember-style-2 .columns-3 {
  width: 33.33333333%;
  float: left;
}
@media (max-width: 991px) {
  .yolo-teammember.teammember-style-2 .columns-3 {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .yolo-teammember.teammember-style-2 .columns-3 {
    width: 100%;
  }
}
.yolo-teammember.teammember-style-2 .columns-4 {
  width: 25%;
  float: left;
}
@media (max-width: 991px) {
  .yolo-teammember.teammember-style-2 .columns-4 {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .yolo-teammember.teammember-style-2 .columns-4 {
    width: 100%;
  }
}
.yolo-teammember.teammember-style-2 .columns-5 {
  width: 20%;
  float: left;
}
@media (max-width: 991px) {
  .yolo-teammember.teammember-style-2 .columns-5 {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .yolo-teammember.teammember-style-2 .columns-5 {
    width: 100%;
  }
}
.yolo-teammember.teammember-style-3:hover .owl-nav .owl-next,
.yolo-teammember.teammember-style-3:hover .owl-nav .owl-prev {
  opacity: 1;
}
.yolo-teammember.teammember-style-3 .teammember-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
  overflow: hidden;
}
.yolo-teammember.teammember-style-3 .teammember-list .teammember-item .teammember-content {
  cursor: pointer;
}
.yolo-teammember.teammember-style-3 .teammember-list .teammember-item .teammember-content .teammember-image {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.yolo-teammember.teammember-style-3 .teammember-list .teammember-item .teammember-content .teammember-image.gray:before {
  content: '';
  background-color: #eee;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}
.yolo-teammember.teammember-style-3 .teammember-list .teammember-item .teammember-content .social-content {
  bottom: -45px;
  position: absolute;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-teammember.teammember-style-3 .teammember-list .teammember-item .teammember-content .teammember-social-profile {
  display: inline-block;
  background-color: #fdb801;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-teammember.teammember-style-3 .teammember-list .teammember-item .teammember-content .teammember-social-profile li {
  width: 40px;
  font-size: 20px;
  display: inline-block;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-teammember.teammember-style-3 .teammember-list .teammember-item .teammember-content .teammember-social-profile li a {
  display: inline-block;
  background-color: #fdb801;
  color: #ffffff;
}
.yolo-teammember.teammember-style-3 .teammember-list .teammember-item .teammember-content .teammember-meta {
  position: relative;
  text-align: center;
  z-index: 2;
  width: 100%;
  padding: 15px 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-teammember.teammember-style-3 .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-title {
  color: #ffffff;
  font-size: 18px;
  font-family: Raleway;
  font-weight: bold;
  margin-bottom: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-teammember.teammember-style-3 .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-title:hover {
  color: #fdb801;
}
.yolo-teammember.teammember-style-3 .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-position {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0px;
  font-style: italic;
}
.yolo-teammember.teammember-style-3 .teammember-list .teammember-item .teammember-content:hover .social-content {
  bottom: 0;
}
.yolo-teammember.teammember-style-3 .teammember-list.column_2 .teammember-item {
  display: inline-block;
  width: 50%;
  float: left;
}
.yolo-teammember.teammember-style-3 .teammember-list.column_3 .teammember-item {
  display: inline-block;
  width: 33.33%;
  float: left;
}
.yolo-teammember.teammember-style-3 .teammember-list.column_4 .teammember-item {
  display: inline-block;
  width: 25%;
  float: left;
}
.yolo-teammember.teammember-style-3 .teammember-list.column_5 .teammember-item {
  display: inline-block;
  width: 20%;
  float: left;
}
.yolo-teammember.teammember-style-3 .owl-nav {
  color: #222222;
}
.yolo-teammember.teammember-style-3 .owl-nav:hover {
  cursor: pointer;
}
.yolo-teammember.teammember-style-3 .owl-nav .owl-next,
.yolo-teammember.teammember-style-3 .owl-nav .owl-prev {
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  position: absolute;
  display: block;
  top: 50%;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 5px;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.yolo-teammember.teammember-style-3 .owl-nav .owl-next i,
.yolo-teammember.teammember-style-3 .owl-nav .owl-prev i {
  padding: 15px;
  background: #ffffff;
}
.yolo-teammember.teammember-style-3 .owl-nav .owl-next:hover i,
.yolo-teammember.teammember-style-3 .owl-nav .owl-prev:hover i {
  color: #fdb801;
}
.yolo-teammember.teammember-style-3 .owl-nav .owl-next {
  right: 0;
}
.yolo-teammember.teammember-style-3 .owl-nav .owl-prev {
  left: 0;
}
.yolo-teammember.teammember-style-3 .owl-dots {
  margin-top: 20px;
  text-align: center;
}
.yolo-teammember.teammember-style-3 .owl-dots .owl-dot {
  height: 5px;
  width: 25px;
  background-color: #ffffff;
  display: inline-block;
  margin: 0 5px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-teammember.teammember-style-3 .owl-dots .owl-dot:hover,
.yolo-teammember.teammember-style-3 .owl-dots .owl-dot.active {
  background-color: #fdb801;
}
.yolo-teammember.teammember-style-3 .columns-2 {
  width: 50%;
  float: left;
}
@media (max-width: 991px) {
  .yolo-teammember.teammember-style-3 .columns-2 {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .yolo-teammember.teammember-style-3 .columns-2 {
    width: 100%;
  }
}
.yolo-teammember.teammember-style-3 .columns-3 {
  width: 33.33333333%;
  float: left;
}
@media (max-width: 991px) {
  .yolo-teammember.teammember-style-3 .columns-3 {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .yolo-teammember.teammember-style-3 .columns-3 {
    width: 100%;
  }
}
.yolo-teammember.teammember-style-3 .columns-4 {
  width: 25%;
  float: left;
}
@media (max-width: 991px) {
  .yolo-teammember.teammember-style-3 .columns-4 {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .yolo-teammember.teammember-style-3 .columns-4 {
    width: 100%;
  }
}
.yolo-teammember.teammember-style-3 .columns-5 {
  width: 20%;
  float: left;
}
@media (max-width: 991px) {
  .yolo-teammember.teammember-style-3 .columns-5 {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .yolo-teammember.teammember-style-3 .columns-5 {
    width: 100%;
  }
}
.yolo-team-fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url('images/3.GIF');
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 99999 !important;
}
.yolo-team-fix.db {
  display: block;
}
.yolo-team-fix.bk-noimage {
  background-image: none;
}
.yolo-team-fix .yolo-team-wrap {
  position: absolute;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
@media (max-width: 767px) {
  .yolo-team-fix .yolo-team-wrap {
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: 10px;
    right: 10px;
  }
}
.yolo-team-content {
  background: #ffffff;
  top: 10%;
  bottom: 10%;
  right: 10%;
  left: 10%;
  height: auto;
  padding: 50px 20px 40px 0;
  overflow-y: scroll;
}
.yolo-team-content .team-left .teammember-image img {
  width: 100%;
}
@media (max-width: 767px) {
  .yolo-team-content {
    width: 100%;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
  }
}
@media (max-width: 480px) {
  .yolo-team-content {
    padding: 0;
    height: 300px;
  }
  .yolo-team-content .team-right {
    padding-top: 10px;
    width: 100% !important;
  }
  .yolo-team-content .team-left {
    padding-top: 20px;
    width: 100% !important;
  }
  .yolo-team-content .team-left .yolo-team-image {
    width: 60%;
    margin: 0 auto;
  }
}
@media (max-width: 320px) {
  .yolo-team-content {
    padding: 0;
    height: 300px;
    overflow-y: scroll;
  }
  .yolo-team-content .team-right {
    padding-top: 10px;
    width: 100% !important;
  }
  .yolo-team-content .team-right .team-certificates {
    display: none;
  }
  .yolo-team-content .team-left {
    padding-top: 20px;
    width: 100% !important;
  }
  .yolo-team-content .team-left .yolo-team-image {
    width: 60%;
    margin: 0 auto;
  }
}
.yolo-team-content .team-remove {
  width: 40px;
  height: 40px;
  background: #eeeff0;
  position: absolute;
  top: 0;
  right: 0;
  color: #606060;
  border: 0;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media (max-width: 480px) {
  .yolo-team-content .team-remove {
    margin-top: -40px;
    position: fixed;
  }
}
.yolo-team-content .team-remove:hover {
  background: #000000;
  color: #ffffff;
}
.yolo-team-content .team-left {
  width: 40%;
  float: left;
  text-align: center;
  padding-left: 30px;
}
.yolo-team-content .team-left h4 {
  font-size: 24px;
  margin: 22px 10px 8px;
  padding: 0;
  color: #fdb801;
}
.yolo-team-content .team-left .team_position {
  display: block;
  color: #606060;
  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: #606060;
  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: #fdb801;
  padding-right: 17px;
}
.yolo-team-content .team-right .team-contact .team_socials a {
  display: inline-block;
  margin-top: 10px;
  margin-right: 13px;
  color: #606060;
  -webkit-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.yolo-team-content .team-right .team-contact .team_socials a:hover {
  color: #fdb801;
}
.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: #606060;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.yolo-team-content .team-certificates {
  margin-top: 20px;
  color: #606060;
}
.banner-shortcode-wrap {
  background-color: #ffffff;
}
.banner-shortcode-wrap.style_1 .banner-content {
  position: relative;
  overflow: hidden;
}
.banner-shortcode-wrap.style_1 .banner-content .image-banner {
  position: relative;
  color: #ffffff;
}
.banner-shortcode-wrap.style_1 .banner-content .image-banner:before,
.banner-shortcode-wrap.style_1 .banner-content .image-banner:after {
  content: '';
  display: block;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.banner-shortcode-wrap.style_1 .banner-content .image-banner img {
  width: 100%;
}
.banner-shortcode-wrap.style_1 .banner-content .image-banner:before {
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  width: 80px;
  height: 80px;
  top: 20px;
  left: 20px;
  border-color: inherit;
}
.banner-shortcode-wrap.style_1 .banner-content .image-banner:after {
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  width: 80px;
  height: 80px;
  right: 20px;
  bottom: 20px;
  border-color: inherit;
}
.banner-shortcode-wrap.style_1:hover .banner-content .image-banner:before,
.banner-shortcode-wrap.style_1:hover .banner-content .image-banner:after {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
}
@media (max-width: 767px) {
  .banner-shortcode-wrap.style_1 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.banner-shortcode-wrap.style_2 .banner-content {
  position: relative;
  overflow: hidden;
}
.banner-shortcode-wrap.style_2 .banner-content .link-overlay {
  opacity: 0;
  display: block;
  height: 50px;
  width: 50px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -moz-transform: translate(-50%, -50%) rotate(-180deg);
  -o-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.banner-shortcode-wrap.style_2 .banner-content .link-overlay:before {
  content: '';
  position: absolute;
  z-index: 2;
  background: #ffffff;
  height: 2px;
  width: 50px;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner-shortcode-wrap.style_2 .banner-content .link-overlay:after {
  content: '';
  position: absolute;
  z-index: 2;
  background: #ffffff;
  height: 50px;
  width: 2px;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner-shortcode-wrap.style_2 .banner-content .image-banner {
  position: relative;
}
.banner-shortcode-wrap.style_2 .banner-content .image-banner img {
  width: 100%;
}
.banner-shortcode-wrap.style_2 .banner-content .image-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fdb801;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.banner-shortcode-wrap.style_2 .banner-content:hover .link-overlay {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.banner-shortcode-wrap.style_2 .banner-content:hover .image-banner:before {
  opacity: 0.8;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.banner-shortcode-wrap.style_3 .banner-content {
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.banner-shortcode-wrap.style_3 .banner-content:before,
.banner-shortcode-wrap.style_3 .banner-content:after {
  position: absolute;
  top: 30px;
  right: 20px;
  bottom: 30px;
  left: 20px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  z-index: 1;
}
.banner-shortcode-wrap.style_3 .banner-content:before {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.banner-shortcode-wrap.style_3 .banner-content:after {
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.banner-shortcode-wrap.style_3 .banner-content .img-banner img {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.banner-shortcode-wrap.style_3 .banner-content .main-content-banner {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background-color: #ffffff;
  z-index: 2;
}
.banner-shortcode-wrap.style_3 .banner-content .main-content-banner span {
  padding: 10px 20px;
}
.banner-shortcode-wrap.style_3 .banner-content .main-content-banner span.title-banner {
  background-color: #ffffff;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  backface-visibility: hidden;
  color: #606060;
}
.banner-shortcode-wrap.style_3 .banner-content .main-content-banner span.button-banner {
  text-align: center;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  -o-transform: translateY(-150%);
  transform: translateY(-150%);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #ffffff;
}
.banner-shortcode-wrap.style_3 .banner-content .main-content-banner:hover span.title-banner {
  -webkit-transform: translateY(150%);
  -ms-transform: translateY(150%);
  -o-transform: translateY(150%);
  transform: translateY(150%);
}
.banner-shortcode-wrap.style_3 .banner-content .main-content-banner:hover span.button-banner {
  background-color: #fdb801;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-shortcode-wrap.style_3 .banner-content:hover:before,
.banner-shortcode-wrap.style_3 .banner-content:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.banner-shortcode-wrap.style_3 .banner-content:hover .img-banner img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .banner-shortcode-wrap.style_3 .banner-content {
    margin: 15px 0;
  }
}
.banner-shortcode-wrap.style_4 .banner-content {
  position: relative;
  overflow: hidden;
}
.banner-shortcode-wrap.style_4 .banner-content .link-overlay {
  opacity: 0;
  display: block;
  height: 50px;
  width: 50px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(2);
  -moz-transform: translate(-50%, -50%) scale(2);
  -o-transform: translate(-50%, -50%) scale(2);
  -ms-transform: translate(-50%, -50%) scale(2);
  transform: translate(-50%, -50%) scale(2);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.banner-shortcode-wrap.style_4 .banner-content .link-overlay:before {
  content: '';
  position: absolute;
  z-index: 2;
  background: #ffffff;
  height: 2px;
  width: 50px;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner-shortcode-wrap.style_4 .banner-content .link-overlay:after {
  content: '';
  position: absolute;
  z-index: 2;
  background: #ffffff;
  height: 50px;
  width: 2px;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner-shortcode-wrap.style_4 .banner-content .image-banner {
  position: relative;
}
.banner-shortcode-wrap.style_4 .banner-content .image-banner img {
  width: 100%;
}
.banner-shortcode-wrap.style_4 .banner-content .image-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fdb801;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -moz-transform: scale(0.8, 1);
  -webkit-transform: scale(0.8, 1);
  -ms-transform: scale(0.8, 1);
  -o-transform: scale(0.8, 1);
  transform: scale(0.8, 1);
}
.banner-shortcode-wrap.style_4 .banner-content:hover .link-overlay {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.banner-shortcode-wrap.style_4 .banner-content:hover .image-banner:before {
  opacity: 0.8;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media (max-width: 767px) {
  .banner-shortcode-wrap.style_4 {
    margin: 15px 0;
  }
}
.banner-shortcode-wrap.style_5 .banner-content {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.banner-shortcode-wrap.style_5 .banner-content .image-banner {
  position: relative;
}
.banner-shortcode-wrap.style_5 .banner-content .image-banner img {
  width: 100%;
}
.banner-shortcode-wrap.style_5 .banner-content .image-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
}
.banner-shortcode-wrap.style_5 .banner-content:hover {
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.banner-shortcode-wrap.style_5 .banner-content:hover .image-banner:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 130%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 130%, 0);
}
@media (max-width: 767px) {
  .banner-shortcode-wrap.style_5 {
    margin: 15px 0;
  }
}
.banner_slider-shortcode-wrap {
  position: relative;
}
.banner_slider-shortcode-wrap.style_1:hover .banner_slider-control .banner_slider-nav {
  opacity: 1;
}
.banner_slider-shortcode-wrap.style_1 .banner_slider-list .slider-item {
  position: relative;
  text-align: center;
}
.banner_slider-shortcode-wrap.style_1 .banner_slider-list .slider-item img {
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.banner_slider-shortcode-wrap.style_1 .banner_slider-list .slider-item .content-slider {
  z-index: 2;
  position: absolute;
  width: 30%;
  top: 50%;
  right: 5%;
  text-align: left;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner_slider-shortcode-wrap.style_1 .banner_slider-list .slider-item .content-slider .title-slider {
  font-size: 40px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .banner_slider-shortcode-wrap.style_1 .banner_slider-list .slider-item .content-slider .title-slider {
    font-size: 24px;
  }
}
.banner_slider-shortcode-wrap.style_1 .banner_slider-list .slider-item .content-slider .description {
  color: #ffffff;
}
@media (max-width: 991px) {
  .banner_slider-shortcode-wrap.style_1 .banner_slider-list .slider-item .content-slider .description {
    display: none;
  }
}
.banner_slider-shortcode-wrap.style_1 .banner_slider-list .slider-item .content-slider .button_text {
  margin-top: 20px;
  display: inline-block;
  padding: 10px 20px;
  background-color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.banner_slider-shortcode-wrap.style_1 .banner_slider-list .slider-item .content-slider .button_text:hover {
  color: #ffffff;
  background-color: #fdb801;
}
@media (max-width: 480px) {
  .banner_slider-shortcode-wrap.style_1 .banner_slider-list .slider-item .content-slider .button_text {
    display: none;
  }
}
@media (max-width: 991px) {
  .banner_slider-shortcode-wrap.style_1 .banner_slider-list .slider-item .content-slider {
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .banner_slider-shortcode-wrap.style_1 .banner_slider-list .slider-item .content-slider {
    text-align: center;
    width: 100%;
    right: auto;
  }
}
.banner_slider-shortcode-wrap.style_1 .owl-dots {
  position: absolute;
  bottom: 30px;
  right: 60px;
  line-height: 1;
}
.banner_slider-shortcode-wrap.style_1 .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #606060;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.banner_slider-shortcode-wrap.style_1 .owl-dots .owl-dot:hover,
.banner_slider-shortcode-wrap.style_1 .owl-dots .owl-dot.active {
  background-color: #606060;
}
@media (max-width: 767px) {
  .banner_slider-shortcode-wrap.style_1 .owl-dots {
    bottom: 10px;
    right: 10px;
  }
}
.banner_slider-shortcode-wrap.style_1 .banner_slider-control .banner_slider-nav {
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.banner_slider-shortcode-wrap.style_1 .banner_slider-control .banner_slider-nav:hover {
  cursor: pointer;
}
.banner_slider-shortcode-wrap.style_1 .banner_slider-control .banner_slider-nav.nav_prev {
  float: left;
  left: 0;
}
.banner_slider-shortcode-wrap.style_1 .banner_slider-control .banner_slider-nav.nav_next {
  float: right;
  right: 0;
}
.banner_slider-shortcode-wrap.style_1 .banner_slider-control .banner_slider-nav i {
  padding: 15px;
  background: #ffffff;
}
.banner_slider-shortcode-wrap.style_2:hover .banner_slider-control .banner_slider-nav {
  opacity: 1;
}
.banner_slider-shortcode-wrap.style_2 .banner_slider-list .slider-item {
  position: relative;
  text-align: center;
}
.banner_slider-shortcode-wrap.style_2 .banner_slider-list .slider-item img {
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.banner_slider-shortcode-wrap.style_2 .banner_slider-list .slider-item .content-slider {
  z-index: 2;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner_slider-shortcode-wrap.style_2 .banner_slider-list .slider-item .content-slider .title-slider {
  font-size: 24px;
  color: #0f0f0f;
  font-weight: bold;
  text-transform: uppercase;
}
.banner_slider-shortcode-wrap.style_2 .banner_slider-list .slider-item .content-slider .description {
  color: #606060;
  font-style: italic;
  font-size: 18px;
}
.banner_slider-shortcode-wrap.style_2 .banner_slider-list .slider-item .content-slider .button_text {
  margin-top: 20px;
  display: inline-block;
  padding: 10px 20px;
  background-color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.banner_slider-shortcode-wrap.style_2 .banner_slider-list .slider-item .content-slider .button_text:hover {
  color: #ffffff;
  background-color: #fdb801;
}
.banner_slider-shortcode-wrap.style_2 .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 1;
}
.banner_slider-shortcode-wrap.style_2 .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.banner_slider-shortcode-wrap.style_2 .owl-dots .owl-dot:hover,
.banner_slider-shortcode-wrap.style_2 .owl-dots .owl-dot.active {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .banner_slider-shortcode-wrap.style_2 .owl-dots {
    display: none;
  }
}
.banner_slider-shortcode-wrap.style_2 .banner_slider-control .banner_slider-nav {
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.banner_slider-shortcode-wrap.style_2 .banner_slider-control .banner_slider-nav:hover {
  cursor: pointer;
}
.banner_slider-shortcode-wrap.style_2 .banner_slider-control .banner_slider-nav.nav_prev {
  float: left;
  left: 0;
}
.banner_slider-shortcode-wrap.style_2 .banner_slider-control .banner_slider-nav.nav_next {
  float: right;
  right: 0;
}
.banner_slider-shortcode-wrap.style_2 .banner_slider-control .banner_slider-nav i {
  padding: 15px;
  background: #ffffff;
}
.yolo-capabilities {
  height: 550px;
  line-height: 1.7;
  background-color: #f4f4f4;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-capabilities:hover,
.yolo-capabilities.recommend {
  margin-top: -20px;
  height: 590px;
}
.yolo-capabilities:hover .item-inner,
.yolo-capabilities.recommend .item-inner {
  padding: 45px 40px;
}
.yolo-capabilities:hover .item-inner .recommend_title,
.yolo-capabilities.recommend .item-inner .recommend_title {
  display: inline-block;
  padding: 2px 10px;
  background-color: #fdb801;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
}
.yolo-capabilities:hover .content-footer,
.yolo-capabilities.recommend .content-footer {
  opacity: 1;
}
.yolo-capabilities .item-inner {
  margin-right: -1px;
  position: relative;
  height: 100%;
  padding: 70px 40px;
  border: 1px solid #e5e5e5;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-capabilities .content-header .content-header-inner .text {
  width: 100%;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 700;
  color: #0f0f0f;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-capabilities .content-header .content-header-inner .price {
  font-size: 16px;
  color: #0f0f0f;
}
.yolo-capabilities .content-header .content-header-inner .price span {
  font-size: 38px;
  font-family: Raleway;
  font-weight: 900;
}
.yolo-capabilities .content-header .content-header-inner .price span:after {
  content: '/';
  font-size: 28px;
  display: inline-block;
  font-weight: normal;
}
.yolo-capabilities .content-header .content-header-inner .sub_title {
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.yolo-capabilities .content-main .decs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 25px;
}
.yolo-capabilities .content-main .decs ul li {
  font-size: 14px;
  color: #606060;
  -webkit-transition: none;
  transition: none;
  padding: 10px 0;
  text-align: left;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-capabilities .content-main .decs ul li i {
  margin-right: 5px;
}
.yolo-capabilities .content-main .decs ul li i.fa-check {
  color: #fdb801;
}
.yolo-capabilities .content-footer {
  margin-top: 10px;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-capabilities .content-footer a {
  position: relative;
  display: inline-block;
  background: #fdb801;
  padding: 10px 20px;
  color: #ffffff;
  text-transform: uppercase;
}
.yolo-capabilities .content-footer a:before {
  height: 100%;
  width: 1px;
  background-color: #ffffff;
  content: '';
  position: absolute;
  right: 50px;
  top: 0;
}
.yolo-capabilities .content-footer a:after {
  padding-left: 30px;
  content: '\f178';
  font-family: fontAwesome;
  display: inline-block;
}
.yolo-capabilities .content-footer a:hover {
  background-color: #ca9301;
}
/* GMaps Shortcode CSS */
.gmaps-shortcode-wrap .map-info {
  max-width: 280px;
}
.gmaps-shortcode-wrap .map-info .info-image {
  float: left;
  max-width: 200px;
  padding: 10px;
}
.gmaps-shortcode-wrap .map-info .info-address {
  padding: 15px 0 10px 0;
}
.gmaps-shortcode-wrap .map-info .info-address p {
  text-align: center;
  color: #9d3a3a;
  font-weight: bold;
}
.gmaps-shortcode-wrap.toggle_button .gmaps-button-wrap .gmaps-toggle-button {
  width: 200px;
  margin: 0 auto;
  padding: 15px 0;
  border: 1px solid #fdb801;
  text-align: center;
}
.gmaps-shortcode-wrap.toggle_button .gmaps-button-wrap .gmaps-toggle-button:hover {
  background: #fdb801;
  cursor: pointer;
}
/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
/* Buzz */
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
/* Icon Box Shortcode CSS */
.icon-box-shortcode-wrap.style_1 .icon-box-container {
  text-align: center;
}
.icon-box-shortcode-wrap.style_1 .icon-box-container .icon-wrap {
  font-size: 35px;
  line-height: 0;
}
.icon-box-shortcode-wrap.style_1 .icon-box-container .icon-wrap img {
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.icon-box-shortcode-wrap.style_1 .icon-box-container .icon-wrap span {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.icon-box-shortcode-wrap.style_1 .icon-box-container .icon-content {
  margin-bottom: 20px;
}
.icon-box-shortcode-wrap.style_1 .icon-box-container .icon-content .icon-title {
  text-transform: uppercase;
  color: #0f0f0f;
  font-size: 18px;
  font-weight: bold;
}
.icon-box-shortcode-wrap.style_1 .icon-box-container:hover img,
.icon-box-shortcode-wrap.style_1 .icon-box-container:hover span {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@media (max-width: 767px) {
  .icon-box-shortcode-wrap.style_1 {
    margin: 15px 0;
  }
}
.icon-box-shortcode-wrap.style_2 .icon-box-container {
  display: table;
  width: 100%;
}
.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-wrap {
  font-size: 35px;
  line-height: 0;
  width: 30%;
  display: table-cell;
  vertical-align: middle;
}
.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-wrap img {
  margin: 0 auto;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-wrap span {
  position: relative;
  font-size: 50px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-content {
  display: table-cell;
  width: 70%;
  padding: 30px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}
.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-content .background-content-2 {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: -100%;
  z-index: 0;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-content .background-content {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.9;
}
.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-content .icon-title {
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
}
.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-content .icon-description {
  position: relative;
}
.icon-box-shortcode-wrap.style_2 .icon-box-container:hover .icon-wrap img,
.icon-box-shortcode-wrap.style_2 .icon-box-container:hover .icon-wrap span {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.icon-box-shortcode-wrap.style_2 .icon-box-container:hover .icon-content .background-content-2 {
  left: 0;
}
@media (max-width: 767px) {
  .icon-box-shortcode-wrap.style_2 .icon-box-container {
    margin: 15px 0;
  }
}
.icon-box-shortcode-wrap.style_3 .icon-box-container {
  text-align: center;
  background-color: #f5f4f4;
  padding: 30px 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.icon-box-shortcode-wrap.style_3 .icon-box-container .icon-wrap {
  font-size: 35px;
  line-height: 0;
}
.icon-box-shortcode-wrap.style_3 .icon-box-container .icon-wrap img {
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon-box-shortcode-wrap.style_3 .icon-box-container .icon-wrap span {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.icon-box-shortcode-wrap.style_3 .icon-box-container .icon-content .icon-title {
  color: #0f0f0f;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.icon-box-shortcode-wrap.style_3 .icon-box-container .icon-content .icon-description {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.icon-box-shortcode-wrap.style_3 .icon-box-container:hover {
  background-color: #fdb801;
}
.icon-box-shortcode-wrap.style_3 .icon-box-container:hover img {
  -webkit-filter: invert(1);
  -moz-filter: invert(1);
  -o-filter: invert(1);
  -ms-filter: invert(1);
  filter: invert(1);
}
.icon-box-shortcode-wrap.style_3 .icon-box-container:hover .icon-content .icon-title,
.icon-box-shortcode-wrap.style_3 .icon-box-container:hover .icon-content .icon-description {
  color: #ffffff;
}
.icon-box-shortcode-wrap.style_4 .icon-box-container {
  text-align: center;
  padding: 40px 20px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.icon-box-shortcode-wrap.style_4 .icon-box-container .icon-wrap {
  font-size: 35px;
  line-height: 0;
}
.icon-box-shortcode-wrap.style_4 .icon-box-container .icon-wrap img {
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: grayscale(1) brightness(0);
  -moz-filter: grayscale(1) brightness(0);
  -o-filter: grayscale(1) brightness(0);
  -ms-filter: grayscale(1) brightness(0);
  filter: grayscale(1) brightness(0);
}
.icon-box-shortcode-wrap.style_4 .icon-box-container .icon-wrap span {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #0f0f0f;
}
.icon-box-shortcode-wrap.style_4 .icon-box-container .icon-content .icon-title {
  color: #0f0f0f;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.icon-box-shortcode-wrap.style_4 .icon-box-container .icon-content .icon-description {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.icon-box-shortcode-wrap.style_4 .icon-box-container:hover {
  -webkit-box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.2);
}
.icon-box-shortcode-wrap.style_4 .icon-box-container:hover img {
  -webkit-filter: grayscale(0) brightness(1);
  -moz-filter: grayscale(0) brightness(1);
  -o-filter: grayscale(0) brightness(1);
  -ms-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
}
.icon-box-shortcode-wrap.style_4 .icon-box-container:hover span {
  color: #fdb801;
}
.icon-box-shortcode-wrap.style_5 {
  margin: 40px 0;
}
.icon-box-shortcode-wrap.style_5 .icon-box-container {
  display: table;
  width: 100%;
}
.icon-box-shortcode-wrap.style_5 .icon-box-container .icon-wrap {
  font-size: 35px;
  line-height: 0;
  width: 30%;
  display: table-cell;
  vertical-align: middle;
}
.icon-box-shortcode-wrap.style_5 .icon-box-container .icon-wrap img {
  margin: 0 auto;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.icon-box-shortcode-wrap.style_5 .icon-box-container .icon-wrap span {
  position: relative;
  font-size: 50px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.icon-box-shortcode-wrap.style_5 .icon-box-container .icon-content {
  display: table-cell;
  width: 70%;
  padding: 30px 0;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.icon-box-shortcode-wrap.style_5 .icon-box-container .icon-content .icon-title {
  position: relative;
  text-transform: uppercase;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}
.icon-box-shortcode-wrap.style_5 .icon-box-container .icon-content .icon-description {
  padding-top: 10px;
  position: relative;
}
@media (min-width: 480px) and (max-width: 767px) {
  .icon-box-shortcode-wrap.style_5 .icon-box-container .icon-content {
    width: 50%;
    margin-left: 0;
    display: inline-block;
  }
}
.icon-box-shortcode-wrap.style_5 .icon-box-container:hover .icon-wrap img,
.icon-box-shortcode-wrap.style_5 .icon-box-container:hover .icon-wrap span {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.icon-box-shortcode-wrap.style_5 .icon-box-container:hover .icon-content .background-content-2 {
  left: 0;
}
@media (max-width: 767px) {
  .icon-box-shortcode-wrap.style_5 .icon-box-container {
    margin: 15px 0;
  }
}
.icon-box-shortcode-wrap.style_6 .icon-box-container {
  width: 100%;
  position: relative;
}
.icon-box-shortcode-wrap.style_6 .icon-box-container.line_bottom:before {
  content: '';
  background-color: #fdb801;
  height: 100%;
  width: 1px;
  left: 34px;
  top: 0;
  position: absolute;
  z-index: 0;
}
.icon-box-shortcode-wrap.style_6 .icon-box-container .icon-wrap {
  position: relative;
  font-size: 35px;
  line-height: 0;
  width: 70px;
  height: 70px;
  border: 1px solid #fdb801;
  background-color: #ffffff;
  z-index: 1;
  border-radius: 100%;
  float: left;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.icon-box-shortcode-wrap.style_6 .icon-box-container .icon-wrap img {
  margin: 0 auto;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.icon-box-shortcode-wrap.style_6 .icon-box-container .icon-wrap span {
  line-height: 68px;
  position: relative;
  font-size: 32px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.icon-box-shortcode-wrap.style_6 .icon-box-container .icon-content {
  padding-left: 30px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.icon-box-shortcode-wrap.style_6 .icon-box-container .icon-content .icon-title {
  position: relative;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
}
.icon-box-shortcode-wrap.style_6 .icon-box-container .icon-content .icon-description {
  position: relative;
  padding-bottom: 40px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .icon-box-shortcode-wrap.style_6 .icon-box-container .icon-content {
    width: 80%;
    margin-left: 0;
    display: inline-block;
  }
}
.icon-box-shortcode-wrap.style_6 .icon-box-container:hover .icon-wrap {
  background-color: #fdb801;
}
.icon-box-shortcode-wrap.style_6 .icon-box-container:hover .icon-wrap span {
  color: #ffffff !important;
}
.icon-box-shortcode-wrap.style_7 .icon-box-container {
  width: 100%;
  position: relative;
}
.icon-box-shortcode-wrap.style_7 .icon-box-container .icon-wrap {
  position: relative;
  font-size: 28px;
  line-height: 0;
  width: 60px;
  height: 60px;
  border: 1px solid #fdb801;
  z-index: 1;
  float: left;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.icon-box-shortcode-wrap.style_7 .icon-box-container .icon-wrap img {
  margin: 0 auto;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.icon-box-shortcode-wrap.style_7 .icon-box-container .icon-wrap span {
  line-height: 58px;
  position: relative;
  font-size: 32px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.icon-box-shortcode-wrap.style_7 .icon-box-container .icon-content {
  padding-left: 30px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.icon-box-shortcode-wrap.style_7 .icon-box-container .icon-content .icon-title {
  position: relative;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
}
.icon-box-shortcode-wrap.style_7 .icon-box-container .icon-content .icon-description {
  position: relative;
  padding-bottom: 30px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .icon-box-shortcode-wrap.style_7 .icon-box-container .icon-content {
    width: 50%;
    margin-left: 0;
    display: inline-block;
  }
}
.icon-box-shortcode-wrap.style_7 .icon-box-container:hover .icon-wrap {
  background-color: #fdb801;
}
.icon-box-shortcode-wrap.style_7 .icon-box-container:hover .icon-wrap span {
  color: #ffffff !important;
}
@media (min-width: 480px) and (max-width: 767px) {
  .icon-box-shortcode-wrap.style_7 .icon-box-container {
    margin: 15px 70px;
  }
}
.icon-box-shortcode-wrap.style_8 {
  position: relative;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.icon-box-shortcode-wrap.style_8 .icon-bg {
  position: absolute;
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.icon-box-shortcode-wrap.style_8 .icon-box-container {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 40px 30px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.icon-box-shortcode-wrap.style_8 .icon-box-container .icon-wrap {
  font-size: 35px;
  line-height: 0;
}
.icon-box-shortcode-wrap.style_8 .icon-box-container .icon-wrap img {
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon-box-shortcode-wrap.style_8 .icon-box-container .icon-wrap span {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #0f0f0f;
}
.icon-box-shortcode-wrap.style_8 .icon-box-container .icon-content .icon-title {
  color: #0f0f0f;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon-box-shortcode-wrap.style_8 .icon-box-container .icon-content .icon-description {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.icon-box-shortcode-wrap.style_8:hover {
  -webkit-box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.2);
}
.icon-box-shortcode-wrap.style_8:hover .icon-bg {
  opacity: 1;
}
.icon-box-shortcode-wrap.style_8:hover .icon-box-container img {
  -webkit-filter: grayscale(1) brightness(2);
  -moz-filter: grayscale(1) brightness(2);
  -o-filter: grayscale(1) brightness(2);
  -ms-filter: grayscale(1) brightness(2);
  filter: grayscale(1) brightness(2);
}
.icon-box-shortcode-wrap.style_8:hover .icon-box-container span {
  color: #fdb801;
}
.icon-box-shortcode-wrap.style_8:hover .icon-box-container .icon-content .icon-title,
.icon-box-shortcode-wrap.style_8:hover .icon-box-container .icon-content .icon-description {
  color: #ffffff;
}
.icon-box-shortcode-wrap.style_9 {
  position: relative;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.icon-box-shortcode-wrap.style_9 .icon-bg {
  position: absolute;
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.icon-box-shortcode-wrap.style_9 .icon-box-container {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 40px 30px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.icon-box-shortcode-wrap.style_9 .icon-box-container .icon-wrap {
  font-size: 35px;
  line-height: 0;
}
.icon-box-shortcode-wrap.style_9 .icon-box-container .icon-wrap img {
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon-box-shortcode-wrap.style_9 .icon-box-container .icon-wrap span {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #fdb801;
}
.icon-box-shortcode-wrap.style_9 .icon-box-container .icon-content .icon-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon-box-shortcode-wrap.style_9 .icon-box-container .icon-content .icon-description {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: rgba(255, 255, 255, 0.7);
}
.icon-box-shortcode-wrap.style_9:hover {
  -webkit-box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.2);
}
.icon-box-shortcode-wrap.style_9:hover .icon-bg {
  opacity: 1;
}
.icon-box-shortcode-wrap.style_9:hover .icon-box-container img {
  -webkit-filter: grayscale(1) brightness(2);
  -moz-filter: grayscale(1) brightness(2);
  -o-filter: grayscale(1) brightness(2);
  -ms-filter: grayscale(1) brightness(2);
  filter: grayscale(1) brightness(2);
}
.icon-box-shortcode-wrap.style_9:hover .icon-box-container span {
  color: #fdb801;
}
.icon-box-shortcode-wrap.style_9:hover .icon-box-container .icon-content .icon-title {
  color: #fdb801;
}
@media (max-width: 767px) {
  .icon-box-shortcode-wrap.style_9 {
    margin: 15px 0;
  }
}
.icon-box-shortcode-wrap.style_10 {
  position: relative;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.icon-box-shortcode-wrap.style_10 .icon-bg {
  position: absolute;
  background-color: #f4f4f4;
  height: calc(100% - 10px);
  width: calc(100% - 10px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  -moz-transform: translate(-50%, -50%) scale(0.8);
  -o-transform: translate(-50%, -50%) scale(0.8);
  -ms-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}
.icon-box-shortcode-wrap.style_10 .icon-bg span:before,
.icon-box-shortcode-wrap.style_10 .icon-bg span:after {
  content: '';
  height: 14px;
  width: 14px;
  position: absolute;
  display: block;
}
.icon-box-shortcode-wrap.style_10 .icon-bg span.border_top:before {
  border-top: 2px solid #fdb801;
  border-left: 2px solid #fdb801;
  top: -5px;
  left: -5px;
}
.icon-box-shortcode-wrap.style_10 .icon-bg span.border_top:after {
  border-top: 2px solid #fdb801;
  border-right: 2px solid #fdb801;
  top: -5px;
  right: -5px;
}
.icon-box-shortcode-wrap.style_10 .icon-bg span.border_bottom:before {
  border-bottom: 2px solid #fdb801;
  border-left: 2px solid #fdb801;
  bottom: -5px;
  left: -5px;
}
.icon-box-shortcode-wrap.style_10 .icon-bg span.border_bottom:after {
  border-bottom: 2px solid #fdb801;
  border-right: 2px solid #fdb801;
  bottom: -5px;
  right: -5px;
}
.icon-box-shortcode-wrap.style_10 .icon-box-container {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 40px 30px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.icon-box-shortcode-wrap.style_10 .icon-box-container .icon-wrap {
  font-size: 35px;
  line-height: 0;
}
.icon-box-shortcode-wrap.style_10 .icon-box-container .icon-wrap img {
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: grayscale(1) brightness(0);
  -moz-filter: grayscale(1) brightness(0);
  -o-filter: grayscale(1) brightness(0);
  -ms-filter: grayscale(1) brightness(0);
  filter: grayscale(1) brightness(0);
}
.icon-box-shortcode-wrap.style_10 .icon-box-container .icon-wrap span {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #fdb801;
}
.icon-box-shortcode-wrap.style_10 .icon-box-container .icon-content .icon-title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon-box-shortcode-wrap.style_10 .icon-box-container .icon-content .icon-description {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.icon-box-shortcode-wrap.style_10:hover .icon-bg {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.icon-box-shortcode-wrap.style_10:hover .icon-box-container img {
  -webkit-filter: grayscale(0) brightness(1);
  -moz-filter: grayscale(0) brightness(1);
  -o-filter: grayscale(0) brightness(1);
  -ms-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
}
.icon-box-shortcode-wrap.style_10:hover .icon-box-container span {
  color: #fdb801;
}
.icon-box-shortcode-wrap.style_11 .icon-box-container {
  width: 100%;
  display: inline-block;
}
.icon-box-shortcode-wrap.style_11 .icon-box-container .icon-wrap {
  font-size: 16px;
  line-height: 0;
  width: 50px;
  height: 50px;
  background-color: #fdb801;
  border-radius: 100%;
  float: left;
  display: inline-block;
  text-align: center;
}
.icon-box-shortcode-wrap.style_11 .icon-box-container .icon-wrap img {
  margin: 0 auto;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.icon-box-shortcode-wrap.style_11 .icon-box-container .icon-wrap span {
  line-height: 50px;
  position: relative;
  font-size: 16px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.icon-box-shortcode-wrap.style_11 .icon-box-container .icon-content {
  float: right;
  width: calc(100% - 70px);
  text-align: left;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.icon-box-shortcode-wrap.style_11 .icon-box-container .icon-content .icon-title {
  position: relative;
  text-transform: uppercase;
  margin: 0;
  margin-top: 3px;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
}
.icon-box-shortcode-wrap.style_11 .icon-box-container .icon-content .icon-description {
  position: relative;
  font-style: italic;
}
@media (min-width: 480px) and (max-width: 767px) {
  .icon-box-shortcode-wrap.style_11 .icon-box-container .icon-content {
    width: 50%;
    margin-left: 0;
    display: inline-block;
  }
}
.icon-box-shortcode-wrap.style_11 .icon-box-container:hover .icon-wrap {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@media (max-width: 767px) {
  .icon-box-shortcode-wrap.style_11 .icon-box-container {
    margin: 15px 0;
  }
}
/* 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: left;
}
.icon-footer-shortcode-wrap.style_1 .icon-footer-list .icon-footer-item {
  display: inline-block;
  text-align: center;
  margin: 0 4px;
}
.icon-footer-shortcode-wrap.style_1 .icon-footer-list .icon-footer-item .icon-wrap {
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 100%;
  background-color: #838182;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.icon-footer-shortcode-wrap.style_1 .icon-footer-list .icon-footer-item:first-child {
  margin-left: 0;
}
.icon-footer-shortcode-wrap.style_1 .icon-footer-list .icon-footer-item .icon-wrap {
  font-size: 18px;
}
.icon-footer-shortcode-wrap.style_1 .icon-footer-list .icon-footer-item:hover .icon-wrap {
  background-color: #fdb801;
}
.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;
}
.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 {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.icon-footer-shortcode-wrap.style_3 .icon-footer-list .icon-footer-item .icon-wrap:hover i {
  color: #fdb801 !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: #fdb801;
  display: inline-block;
}
.icon-footer-shortcode-wrap.style_4 .icon-footer-list .icon-footer-item .icon-title {
  display: inline-block;
}
/* Social Shortcode CSS */
.our-process-shortcode-wrap {
  position: relative;
}
.our-process-shortcode-wrap .our-process-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.our-process-shortcode-wrap.style_1 .our-process-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  display: table;
  width: 100%;
}
.our-process-shortcode-wrap.style_1 .our-process-list .our-process-item {
  display: table-cell;
  text-align: center;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.our-process-shortcode-wrap.style_1 .our-process-list .our-process-item:before {
  content: '';
  height: 3px;
  width: 100%;
  background-color: #fdb801;
  position: absolute;
  top: 28px;
  left: 0;
}
.our-process-shortcode-wrap.style_1 .our-process-list .our-process-item:last-child:after {
  position: absolute;
  content: '';
  height: 13px;
  width: 13px;
  border-radius: 100%;
  background-color: #fdb801;
  right: 0;
  top: 23px;
}
.our-process-shortcode-wrap.style_1 .our-process-list .our-process-item:first-child:after {
  position: absolute;
  content: '';
  height: 13px;
  width: 13px;
  border-radius: 100%;
  background-color: #fdb801;
  left: 0;
  top: 23px;
}
.our-process-shortcode-wrap.style_1 .our-process-list .our-process-item .process-title {
  font-weight: bold;
  margin-top: 10px;
  font-size: 18px;
  color: #0f0f0f;
}
.our-process-shortcode-wrap.style_1 .our-process-list .our-process-item .icon-wrap {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  font-size: 28px;
  height: 60px;
  width: 60px;
  line-height: 58px;
  border-radius: 100%;
  background-color: #ffffff;
  border: 1px solid #fdb801;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.our-process-shortcode-wrap.style_1 .our-process-list .our-process-item .icon-wrap i {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  color: #606060;
}
.our-process-shortcode-wrap.style_1 .our-process-list .our-process-item:hover .icon-wrap {
  background-color: #fdb801;
}
.our-process-shortcode-wrap.style_1 .our-process-list .our-process-item:hover .icon-wrap i {
  color: #ffffff;
}
.our-process-shortcode-wrap.style_1 .our-process-list.step_3 .our-process-item {
  width: 33.33%;
}
.our-process-shortcode-wrap.style_1 .our-process-list.step_4 .our-process-item {
  width: 25%;
}
.our-process-shortcode-wrap.style_1 .our-process-list.step_5 .our-process-item {
  width: 20%;
}
.yolo-pricing {
  height: 550px;
  line-height: 1.7;
  background-color: #f4f4f4;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-pricing:hover,
.yolo-pricing.recommend {
  margin-top: -20px;
  height: 590px;
}
.yolo-pricing:hover .item-inner,
.yolo-pricing.recommend .item-inner {
  padding: 45px 40px;
}
.yolo-pricing:hover .item-inner .recommend_title,
.yolo-pricing.recommend .item-inner .recommend_title {
  display: inline-block;
  padding: 2px 10px;
  background-color: #fdb801;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .yolo-pricing:hover .item-inner,
  .yolo-pricing.recommend .item-inner {
    padding: 45px 20px;
  }
}
.yolo-pricing:hover .content-footer,
.yolo-pricing.recommend .content-footer {
  opacity: 1;
}
.yolo-pricing .item-inner {
  margin-right: -1px;
  position: relative;
  height: 100%;
  padding: 70px 40px;
  border: 1px solid #e5e5e5;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .yolo-pricing .item-inner {
    padding: 70px 20px;
  }
}
.yolo-pricing .content-header .content-header-inner .text {
  width: 100%;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 700;
  color: #0f0f0f;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-pricing .content-header .content-header-inner .price {
  font-size: 16px;
  color: #0f0f0f;
}
.yolo-pricing .content-header .content-header-inner .price span {
  font-size: 38px;
  font-family: Raleway;
  font-weight: 900;
}
.yolo-pricing .content-header .content-header-inner .price span:after {
  content: '/';
  font-size: 28px;
  display: inline-block;
  font-weight: normal;
}
.yolo-pricing .content-header .content-header-inner .sub_title {
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.yolo-pricing .content-main .decs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 25px;
}
.yolo-pricing .content-main .decs ul li {
  font-size: 14px;
  color: #606060;
  -webkit-transition: none;
  transition: none;
  padding: 10px 0;
  text-align: left;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-pricing .content-main .decs ul li i {
  margin-right: 5px;
}
.yolo-pricing .content-main .decs ul li i.fa-check {
  color: #fdb801;
}
.yolo-pricing .content-footer {
  margin-top: 10px;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-pricing .content-footer a {
  position: relative;
  display: inline-block;
  background: #fdb801;
  padding: 10px 20px;
  color: #ffffff;
  text-transform: uppercase;
}
.yolo-pricing .content-footer a:before {
  height: 100%;
  width: 1px;
  background-color: #ffffff;
  content: '';
  position: absolute;
  right: 50px;
  top: 0;
}
.yolo-pricing .content-footer a:after {
  padding-left: 30px;
  content: '\f178';
  font-family: fontAwesome;
  display: inline-block;
}
.yolo-pricing .content-footer a:hover {
  background-color: #ca9301;
}
@media (max-width: 991px) {
  .yolo-pricing {
    margin: 15px 0;
    height: 590px;
  }
  .yolo-pricing .item-inner {
    padding: 45px 40px;
  }
  .yolo-pricing .item-inner .recommend_title {
    display: inline-block;
    padding: 2px 10px;
    background-color: #fdb801;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
  }
  .yolo-pricing .content-footer {
    opacity: 1;
  }
  .yolo-pricing:hover,
  .yolo-pricing.recommend {
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .yolo-pricing {
    margin: 15px -15px;
  }
  .yolo-pricing .item-inner {
    padding: 45px 30px;
  }
  .yolo-pricing:hover .item-inner,
  .yolo-pricing.recommend .item-inner {
    padding: 45px 30px;
  }
}
/* Yolo video player*/
.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;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.yolo-video-player .yl-button-play .play-button:hover {
  cursor: pointer;
}
.yolo-video-player .yl-button-play .play-button:hover i {
  color: #fdb801 !important;
}
.yolo-video-player .yl-button-play .play-button i {
  vertical-align: middle;
  display: table-cell;
  font-size: 50px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  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: #fdb801;
  z-index: 1;
  position: absolute;
}
.yolo-video-player.style_1 {
  display: block;
  margin-bottom: 30px;
}
.yolo-video-player.style_1 .container-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-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 .yl-introduction {
  top: 0px;
  left: 0;
  position: relative;
  font-size: 28px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .yolo-video-player.style_1 .yl-button-play .yl-introduction {
    font-size: 24px;
  }
}
.yolo-video-player.style_1 .yl-button-play .yl-description {
  right: 0;
  bottom: 0px;
  position: relative;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0px;
}
@media (max-width: 767px) {
  .yolo-video-player.style_1 .yl-button-play .yl-description {
    font-size: 16px;
  }
}
.yolo-video-player.style_1 .yl-button-play .play-button {
  text-align: center;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.yolo-video-player.style_1 .yl-button-play .play-button:hover {
  cursor: pointer;
}
.yolo-video-player.style_1 .yl-button-play .play-button i {
  vertical-align: middle;
  display: block;
  font-size: 60px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.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: #fdb801;
  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;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  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: #0195fd !important;
}
.yolo-video-player.style_2 .yl-button-play .play-button i {
  vertical-align: middle;
  display: table-cell;
  font-size: 210px;
  color: #fdb801;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  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: #fdb801;
  z-index: 1;
  position: absolute;
}
