/*------------------------------------------------------------------
Author by: T_T
[ Sofani Stylesheet]
Project:	Begreen
Version:	1.1
Last change:	28/11/16 [fixed Float bug, vf]
Primary use:	Blog, Shop 
-------------------------------------------------------------------*/
/*------------------------------------------------------------------------
COMMON STYLING
BOXED LAYOUT
HEADER
FOOTER
PAGES
------------------------------------------------------------------------ */
/**/
/**/
/**/
@media (min-width: 1201px) {
  .container {
    width: 1200px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 750px;
  }
}
/*--------------------------------------------------------------------- */
/* COMMON STYLING
/* --------------------------------------------------------------------- */
body {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  overflow-x: hidden;
  line-height: 1.5;
  color: #1f2a37;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  padding: 0;
}
ul li {
  list-style: none;
}
textarea {
  height: auto;
  padding-top: 15px;
}
body a:focus,
body a:hover {
  outline: medium none transparent;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Pacifico", sans-serif;
  font-weight: 500;
}
a {
  color: #1f2a37;
}
a:hover {
  color: #94da46;
}
body * {
  margin: 0;
  padding: 0;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  outline: none;
  color: inherit;
  box-shadow: none;
}
::selection {
  color: #ffffff;
  background-color: #94da46;
}
::-moz-selection {
  color: #ffffff;
  background-color: #94da46;
}
a,
a:hover,
a.active {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #94da46;
}
a:focus,
a.active {
  color: #94da46;
}
input,
textarea,
button,
select {
  outline: none;
}
/*-------------------------------------
INPUT
---------------------------------------*/
input[type="text"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"],
textarea,
select {
  padding: 0 15px;
  font-size: 14px;
  color: #808080;
  height: 42px;
  line-height: 1;
  background-color: #f5f5f5;
  border: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
input[type="text"] ::-webkit-input-placeholder,
input[type="search"] ::-webkit-input-placeholder,
input[type="email"] ::-webkit-input-placeholder,
input[type="url"] ::-webkit-input-placeholder,
input[type="password"] ::-webkit-input-placeholder,
input[type="tel"] ::-webkit-input-placeholder,
textarea ::-webkit-input-placeholder,
select ::-webkit-input-placeholder {
  color: red;
}
input[type="text"] :-moz-placeholder,
input[type="search"] :-moz-placeholder,
input[type="email"] :-moz-placeholder,
input[type="url"] :-moz-placeholder,
input[type="password"] :-moz-placeholder,
input[type="tel"] :-moz-placeholder,
textarea :-moz-placeholder,
select :-moz-placeholder {
  color: red;
}
input[type="text"] ::-moz-placeholder,
input[type="search"] ::-moz-placeholder,
input[type="email"] ::-moz-placeholder,
input[type="url"] ::-moz-placeholder,
input[type="password"] ::-moz-placeholder,
input[type="tel"] ::-moz-placeholder,
textarea ::-moz-placeholder,
select ::-moz-placeholder {
  color: red7;
}
input[type="text"] :-ms-input-placeholder,
input[type="search"] :-ms-input-placeholder,
input[type="email"] :-ms-input-placeholder,
input[type="url"] :-ms-input-placeholder,
input[type="password"] :-ms-input-placeholder,
input[type="tel"] :-ms-input-placeholder,
textarea :-ms-input-placeholder,
select :-ms-input-placeholder {
  color: red;
}
textarea {
  height: auto;
  padding-top: 15px;
}
select {
  max-width: 100%;
}
.yolo-site #example-wrapper .width-50 {
  width: 50%;
}
@media (max-width: 480px) {
  .yolo-site #example-wrapper .width-50 {
    width: 100%;
  }
}
.yolo-site #example-wrapper .color-base {
  color: #94da46;
}
.yolo-site #example-wrapper .color-fff {
  color: #fff;
}
.yolo-site #example-wrapper .polygon_bg-has {
  background-image: url('../images/demo/back-icon.png');
}
.yolo-site #example-wrapper .bg-base {
  background-color: #94da46;
}
.yolo-site #example-wrapper .bg-base-2 {
  background-color: #1F2A37;
}
.yolo-site #example-wrapper .bg-1f2a37 {
  background-color: #1f2a37;
}
.yolo-site #example-wrapper .icon-box-shortcode-wrap.style_4:hover .icon-box-container .icon-wrap .bg-1f2a37 {
  background-color: #94da46;
}
.yolo-site #example-wrapper .bg-ccc {
  background-color: #ccc;
}
.yolo-site #example-wrapper .pl-0 {
  padding-left: 0;
}
@media (max-width: 767px) {
  .yolo-site #example-wrapper .pl-0 {
    padding: 0;
  }
}
.yolo-site #example-wrapper .pr-0 {
  padding-right: 0;
}
@media (max-width: 767px) {
  .yolo-site #example-wrapper .pr-0 {
    padding: 0;
  }
}
.yolo-site #example-wrapper .font-36 {
  font-size: 36px;
}
.yolo-site #example-wrapper .font-68 {
  font-size: 68px;
}
.yolo-site #example-wrapper .font-18 {
  font-size: 18px;
}
.yolo-site #example-wrapper .font-48 {
  font-size: 48px;
}
.yolo-site #example-wrapper .mt {
  margin-top: 85px;
}
.yolo-site #example-wrapper .mb {
  margin-bottom: 85px;
}
.yolo-site #example-wrapper .pt {
  padding-top: 85px;
}
.yolo-site #example-wrapper .mt-45 {
  margin-top: 45px;
}
.yolo-site #example-wrapper .mb-45 {
  margin-bottom: 45px;
}
.yolo-site #example-wrapper .mt-20 {
  margin-top: 20px;
}
.yolo-site #example-wrapper .mb-20 {
  margin-bottom: 20px;
}
.yolo-site #example-wrapper .height-380 {
  height: 380px;
}
.yolo-site #example-wrapper .width-40 {
  width: 40%;
}
@media (min-width: 480px) and (max-width: 991px) {
  .yolo-site #example-wrapper .width-40 {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .yolo-site #example-wrapper .width-40 {
    width: 100%;
  }
}
.yolo-site #example-wrapper .mg-0 {
  margin: 0;
}
.yolo-site #example-wrapper .pd-0 {
  padding: 0;
}
.yolo-site #example-wrapper .bold {
  font-weight: 600;
}
.yolo-site #example-wrapper span.price del {
  margin-right: 5px;
}
.yolo-site #example-wrapper .color-red {
  color: #c00;
}
.yolo-site #example-wrapper .color-00A8E8 {
  color: #00A8E8;
}
.font-24 {
  font-size: 24px;
}
.dib-none {
  display: none;
}
.form-input {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  position: relative;
}
.form-input a {
  padding: 0 15px;
  position: absolute;
  line-height: 50px;
  height: 50px;
  display: inline-block;
  top: 0;
  right: 0;
}
.form-input input {
  padding: 0 15px;
  width: 100%;
}
.div-box {
  display: inline-block;
  width: 100%;
  float: left;
}
.div-box .owl-nav > div {
  background-color: #fbf8f8;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 45%;
  width: 50px;
  opacity: 0;
  transition: all 0.5s ease 0s;
  box-shadow: 1px 1px 2px 1px #eee;
}
.div-box .owl-nav > div.owl-next {
  right: 0;
}
.div-box .owl-nav > div.owl-prev {
  left: 0;
}
.div-box .owl-nav > div:hover {
  font-size: 25px;
  transition: all 0.5s ease 0s;
}
.div-box .owl-dots {
  bottom: 20px;
  display: inline-block;
  left: 40px;
  position: absolute;
}
.div-box .owl-dots .owl-dot {
  border-radius: 50%;
  display: inline-block;
  height: 15px;
  margin: 0 5px;
}
.div-box .owl-dots .owl-dot span {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: 15px;
  width: 15px;
}
.div-box .owl-dots .owl-dot:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.div-box .owl-dots .owl-dot.active span {
  background-color: #fff;
}
.div-box:hover .owl-nav > div {
  opacity: 1;
  transition: all 0.5s ease 0s;
}
.div-box:hover .owl-nav > div.owl-next {
  right: 50px;
}
.div-box:hover .owl-nav > div.owl-prev {
  left: 50px;
}
/*-------------------------------------
key frame
---------------------------------------*/
@-webkit-keyframes click_scroll {
  0% {
    top: 30px;
    opacity: 0;
  }
  97% {
    top: 45px;
    opacity: 0.7;
  }
  100% {
    top: 45px;
    opacity: 0;
  }
}
@-moz-keyframes click_scroll {
  0% {
    top: 30px;
    opacity: 0;
  }
  97% {
    top: 45px;
    opacity: 0.7;
  }
  100% {
    top: 45px;
    opacity: 0;
  }
}
@keyframes click_scroll {
  0% {
    top: 30px;
    opacity: 0;
  }
  97% {
    top: 45px;
    opacity: 0.7;
  }
  100% {
    top: 45px;
    opacity: 0;
  }
}
@keyframes rollInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #94da46, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #94da46, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.3);
    opacity: 0;
  }
}
@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #94da46, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #94da46, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -moz-transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #94da46, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #94da46, 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.3);
    opacity: 0;
  }
}
/* 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);
  }
}
@-webkit-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toBottomFromTop {
  49% {
    -moz-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toBottomFromTop {
  49% {
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
.rollInRight {
  -webkit-animation-name: rollInRight;
  animation-name: rollInRight;
}
/*-------------------------------------
btn
---------------------------------------*/
.btn-1,
.btn-2 {
  font-size: 25px;
  letter-spacing: 0.25px;
  margin: 0 10px;
  padding: 10px 25px;
  text-transform: uppercase;
  border-radius: 0;
}
.btn-1 {
  background-color: #94da46;
  color: #fff;
}
.btn-2 {
  color: #94da46;
  background-color: #fff;
}
.btn-3 {
  border: 1px solid #3f3f3f;
  border-radius: 25px;
  padding: 10px 50px;
  text-transform: uppercase;
}
.btn-4,
.btn-5 {
  font-size: 20px;
  letter-spacing: 0.25px;
  margin: 0 10px;
  padding: 6px 18px;
  text-transform: uppercase;
  border-radius: 0;
  display: inline-block;
}
.btn-4 {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn-5 {
  color: #fff;
  background-color: #94da46;
}
.btn-6 {
  border: 2px solid #fff;
  border-radius: 20px;
  font-size: 18px;
  padding: 10px 30px;
  text-transform: uppercase;
}
.btn-7 {
  background-color: #94da46;
  border-radius: 25px;
  color: #fff;
  font-size: 17px;
  padding: 9px 42px;
  text-transform: uppercase;
  font-weight: 600;
}
.btn-8,
.btn-9 {
  border: 2px solid #94da46;
  border-radius: 0;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 25px;
}
.btn-9 {
  color: #fff;
}
.btn-10 {
  font-size: 18px;
  letter-spacing: 0.25px;
  margin: 0 10px;
  padding: 6px 25px;
  text-transform: uppercase;
  border-radius: 0;
  background-color: #94da46;
  color: #fff;
}
.btn-11 {
  font-size: 20px;
  letter-spacing: 0.25px;
  margin: 0 10px;
  padding: 10px 18px;
  text-transform: capitalize;
  border-radius: 0;
  display: inline-block;
  color: #fff;
  background-color: #94da46;
}
.btn-12 {
  border: 2px solid #94da46;
  border-radius: 20px;
  color: #94da46;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
}
.btn-13 {
  background-color: #333;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  padding: 10px 25px;
  text-transform: uppercase;
}
.btn-14 {
  background-color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1));
  background-position: 0 -100%;
  background-repeat: repeat-x;
  background-size: 200% auto;
  border-radius: 22px;
  color: #94da46;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 20px;
  text-transform: uppercase;
}
.btn-15 {
  background-color: #94da46;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  padding: 10px 25px;
  text-transform: capitalize;
}
.btn-16 {
  background-color: #94da46;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1));
  background-position: 0 -100%;
  background-repeat: repeat-x;
  background-size: 200% auto;
  border-radius: 24px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 20px;
}
.btn-17 {
  background-color: #1F2A37;
  color: #fff;
  float: right;
  font-weight: 600;
  padding: 8px 50px;
  text-align: right;
  text-transform: uppercase;
  transition: all 0.35s ease 0s;
  border-radius: 0;
}
.btn-18 {
  font-size: 14px;
  padding: 14px 20px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1));
  background-position: 0 -100%;
  background-repeat: repeat-x;
  background-size: 200% auto;
  background-color: #ffffff;
  color: #94da46;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 600;
}
.btn-19 {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 20px;
  color: #fff;
  padding: 6px 20px 8px;
}
.btn-20 {
  background-color: #94da46;
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.25px;
  padding: 10px 35px;
  text-transform: uppercase;
}
.btn-21 {
  background-color: transparent;
  border: 2px solid #94da46;
  border-radius: 0;
  color: #94da46;
  font-size: 16px;
  padding: 8px 20px;
  text-transform: uppercase;
}
.btn {
  line-height: 1.5;
}
body .yolo-site #example-wrapper div .btn:hover,
#example-wrapper .return-home:hover {
  background-color: #88d631;
  color: #fff ;
  transition: all 0.5s ease 0s;
  border-color: #88d631;
}
body .yolo-site #example-wrapper .slider-1-content .btn-6:hover {
  border: 2px solid #1F2A37;
  background-color: #1F2A37;
  color: #fff;
  transition: all 0.5s ease 0s;
}
/*-------------------------------------
click-back-top-body
---------------------------------------*/
.click-back-top-body button {
  backface-visibility: visible;
  background-color: #f5f5f5;
  border: 2px solid #eee;
  border-radius: 100%;
  bottom: 10px;
  color: #1e1e1e;
  height: 44px;
  line-height: 44px;
  position: fixed;
  right: 10px;
  text-align: center;
  transform: translateX(100px);
  transition: all 0.35s ease 0s;
  width: 44px;
  z-index: 10;
}
.click-back-top-body button.on {
  transform: translateX(0px);
}
.click-back-top-body button i {
  font-size: 20px;
}
.click-back-top-body button:hover {
  color: #94da46;
}
/*-------------------------------------
title page
---------------------------------------*/
.title-style-1 {
  font-size: 36px;
}
.title-style-1 .title-left {
  color: #94da46;
  border-bottom: 2px solid;
  display: inline-block;
  padding-bottom: 3px;
  margin-right: 5px;
}
.title-style-1 .desc {
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  width: 100%;
}
.title-style-2 {
  color: #1f2a37;
  font-size: 36px;
}
/*-------------------------------------
.slider-home
---------------------------------------*/
.slider-home .owl-nav > div {
  background-color: #fff;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 45%;
  width: 50px;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.slider-home .owl-nav > div.owl-next {
  right: 0;
}
.slider-home .owl-nav > div.owl-prev {
  left: 0;
}
.slider-home .owl-nav > div:hover {
  font-size: 25px;
  color: #94da46;
  transition: all 0.5s ease 0s;
}
.slider-home .owl-dots {
  bottom: 20px;
  display: inline-block;
  left: 40px;
  position: absolute;
}
.slider-home .owl-dots .owl-dot {
  border-radius: 50%;
  display: inline-block;
  height: 15px;
  margin: 0 5px;
}
.slider-home .owl-dots .owl-dot span {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: 15px;
  width: 15px;
}
.slider-home .owl-dots .owl-dot:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.slider-home .owl-dots .owl-dot.active span {
  background-color: #fff;
}
.slider-home .click-scroll-body {
  bottom: 0;
  height: 140px;
  left: 50%;
  position: absolute;
  width: 45px;
  cursor: pointer;
  transform: translateX(-50%);
}
.slider-home .click-scroll-body .click-scroll-body-content {
  display: inline-block;
  height: 100%;
  position: relative;
  width: 100%;
}
.slider-home .click-scroll-body .click-scroll-body-content .border-scroll {
  border: 3px solid #fff;
  border-radius: 15px;
  height: 55px;
  left: 50%;
  position: absolute;
  top: 20px;
  transform: translateX(-50%);
  width: 32px;
}
.slider-home .click-scroll-body .click-scroll-body-content .light-animation {
  border-color: #fff;
  border-style: dashed;
  border-width: 0 2px 0 0;
  height: 100%;
  left: 50%;
  position: absolute;
  transform: translateX(-1px);
  width: 1px;
}
.slider-home .click-scroll-body .click-scroll-body-content::before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  top: 30px;
  transform: translateX(-50%);
  width: 10px;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: click_scroll;
}
.slider-home:hover .owl-nav > div {
  opacity: 1;
  transition: all 0.5s ease 0s;
}
.slider-home:hover .owl-nav > div.owl-next {
  right: 50px;
}
.slider-home:hover .owl-nav > div.owl-prev {
  left: 50px;
}
.slider-home-1 .slider-1 {
  background: rgba(0, 0, 0, 0) url("../images/slider/slider-1.jpg") repeat scroll center center / cover;
  display: inline-block;
  width: 100%;
}
.slider-home-1 .slider-2 {
  background: rgba(0, 0, 0, 0) url("../images/slider/slider-2.jpg") repeat scroll center center / cover;
  display: inline-block;
  width: 100%;
}
.slider-home-1 .slider-content {
  color: #fff;
  padding: 180px 0;
  text-align: center;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .slider-home-1 .slider-content {
    padding: 80px 0;
  }
}
.slider-home-1 .slider-content .desc {
  color: #94da46;
  font-size: 50px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
@media (max-width: 767px) {
  .slider-home-1 .slider-content .desc {
    font-size: 35px;
  }
}
.slider-home-1 .slider-content .desc span {
  color: #fff;
  z-index: 9;
}
.slider-home-1 .slider-content h2 {
  font-size: 130px;
}
@media (max-width: 991px) {
  .slider-home-1 .slider-content h2 {
    font-size: 85px;
  }
}
@media (max-width: 767px) {
  .slider-home-1 .slider-content h2 {
    font-size: 50px;
  }
}
.slider-home-1 .slider-content h5 {
  padding-right: 20%;
  font-size: 60px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .slider-home-1 .slider-content h5 {
    font-size: 40px;
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .slider-home-1 .slider-content h5 {
    font-size: 30px;
  }
}
.slider-home-1 .slider-content h6 {
  font-size: 80px;
}
@media (max-width: 991px) {
  .slider-home-1 .slider-content h6 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .slider-home-1 .slider-content h6 {
    font-size: 50px;
  }
}
.slider-home-1 .slider-content p {
  margin-top: 60px;
}
.slider-home-2 .slider-1 {
  background: rgba(0, 0, 0, 0) url("../images/slider/slider-3.jpg") repeat scroll right center / cover;
  display: inline-block;
  width: 100%;
}
.slider-home-2 .slider-2 {
  background: rgba(0, 0, 0, 0) url("../images/slider/slider-4.jpg") repeat scroll right center / cover;
  display: inline-block;
  width: 100%;
}
.slider-home-2 .slider-content {
  padding: 140px 0 140px 15%;
}
@media (max-width: 991px) {
  .slider-home-2 .slider-content {
    padding: 100px 0 100px 15%;
  }
}
@media (max-width: 767px) {
  .slider-home-2 .slider-content {
    padding: 80px 0 80px 8%;
  }
}
.slider-home-2 .slider-content h2 {
  font-size: 50px;
  line-height: 2;
}
@media (max-width: 991px) {
  .slider-home-2 .slider-content h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .slider-home-2 .slider-content h2 {
    font-size: 24px;
  }
}
.slider-home-2 .slider-content p {
  font-size: 17px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .slider-home-2 .slider-content p {
    font-size: 14px;
  }
}
.slider-home-2 .slider-content .slider-1-content-bottom {
  display: inline-block;
  padding-left: 10%;
  width: 40%;
}
.slider-home-2 .slider-content .slider-1-content-bottom .amount {
  color: #94da46;
  font-size: 60px;
  font-weight: 600;
  margin: 10px 0 20px;
  display: inline-block;
  width: 100%;
}
@media (max-width: 991px) {
  .slider-home-2 .slider-content .slider-1-content-bottom .amount {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .slider-home-2 .slider-content .slider-1-content-bottom .amount {
    font-size: 30px;
  }
}
.slider-home-3 .slider-1 {
  background: rgba(0, 0, 0, 0) url("../images/slider/slider-5.jpg") repeat scroll center center / cover;
  display: inline-block;
  width: 100%;
}
.slider-home-3 .slider-2 {
  background: rgba(0, 0, 0, 0) url("../images/slider/slider-1.jpg") repeat scroll center center / cover;
  display: inline-block;
  width: 100%;
}
.slider-home-3 .slider-content {
  color: #fff;
  padding: 180px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .slider-home-3 .slider-content {
    padding: 80px 0;
  }
}
.slider-home-3 .slider-content .desc {
  font-size: 38px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .slider-home-3 .slider-content .desc {
    font-size: 22px;
  }
}
.slider-home-3 .slider-content .text {
  font-size: 100px;
}
@media (max-width: 767px) {
  .slider-home-3 .slider-content .text {
    font-size: 50px;
  }
}
.slider-home-3 .slider-content .plant {
  font-size: 22px;
  margin: 30px 0 40px;
}
@media (max-width: 767px) {
  .slider-home-3 .slider-content .plant {
    font-size: 18px;
  }
}
.slider-home-5 .slider-1 {
  background: rgba(0, 0, 0, 0) url("../images/slider/slider-6.jpg") repeat scroll center center / cover;
  display: inline-block;
  width: 100%;
}
.slider-home-5 .slider-2 {
  background: rgba(0, 0, 0, 0) url("../images/slider/slider-7.jpg") repeat scroll center center / cover;
  display: inline-block;
  width: 100%;
}
.slider-home-5 .slider-content {
  background-color: rgba(0, 0, 0, 0.3);
  width: 50%;
}
@media (max-width: 991px) {
  .slider-home-5 .slider-content {
    width: 100%;
  }
}
.slider-home-5 .slider-content .content-slider-home-5 {
  height: 100%;
  position: relative;
  width: 100%;
  padding: 140px 0;
}
@media (max-width: 767px) {
  .slider-home-5 .slider-content .content-slider-home-5 {
    padding: 80px 0;
  }
}
.slider-home-5 .slider-content .content-slider-home-5 .content-center {
  text-align: center;
  position: relative;
  margin-left: 10%;
  width: 80%;
  padding: 40px 0;
  margin-bottom: 80px;
}
.slider-home-5 .slider-content .content-slider-home-5 .content-center figure {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.slider-home-5 .slider-content .content-slider-home-5 .content-center figure img {
  height: 100%;
}
.slider-home-5 .slider-content .content-slider-home-5 .content-center h5 {
  font-size: 35px;
  color: #94da46;
}
@media (max-width: 767px) {
  .slider-home-5 .slider-content .content-slider-home-5 .content-center h5 {
    font-size: 20px;
  }
}
.slider-home-5 .slider-content .content-slider-home-5 .content-center h2 {
  color: #fff;
  font-size: 70px;
  margin-bottom: 30px;
  margin-top: 20px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .slider-home-5 .slider-content .content-slider-home-5 .content-center h2 {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .slider-home-5 .slider-content .content-slider-home-5 .content-center h2 {
    font-size: 35px;
  }
}
.slider-home-5 .slider-content .content-slider-home-5 .content-center .desc {
  color: #fff;
}
.slider-home-5 .slider-content .content-slider-home-5 p {
  text-align: center;
}
.slider-home-6 .slider-1 {
  background: rgba(0, 0, 0, 0) url("../images/slider/slider-2.jpg") repeat scroll center center / cover;
  display: inline-block;
  width: 100%;
}
.slider-home-6 .slider-2 {
  background: rgba(0, 0, 0, 0) url("../images/slider/slider-11.jpg") repeat scroll center center / cover;
  display: inline-block;
  width: 100%;
}
.slider-home-6 .slider-content {
  padding: 180px 0;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .slider-home-6 .slider-content {
    padding: 100px 0;
  }
}
.slider-home-6 .slider-content .text {
  font-family: Tahoma;
  font-size: 130px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .slider-home-6 .slider-content .text {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .slider-home-6 .slider-content .text {
    font-size: 60px;
  }
}
.slider-home-6 .slider-content .desc {
  font-size: 30px;
  margin: 20px 0 60px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .slider-home-6 .slider-content .desc {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .slider-home-6 .slider-content .desc {
    font-size: 18px;
  }
}
.slider-home-6 .click-scroll-body {
  top: auto;
  bottom: 5px;
  height: 100px;
}
.slider-home-7 .slider-1 {
  background: rgba(0, 0, 0, 0) url("../images/slider/slider-10.jpg") repeat scroll center center / cover;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.slider-home-7 .slider-2 {
  background: rgba(0, 0, 0, 0) url("../images/slider/slider-1.jpg") repeat scroll center center / cover;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.slider-home-7 .slider-content {
  text-align: center;
  width: 33.33%;
  display: inline-block;
}
@media (max-width: 1365px) {
  .slider-home-7 .slider-content {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .slider-home-7 .slider-content {
    width: 100%;
  }
}
.slider-home-7 .slider-content .slider-content-center {
  display: inline-block;
  padding: 200px 0;
  position: relative;
  width: 100%;
  color: #fff;
}
@media (max-width: 767px) {
  .slider-home-7 .slider-content .slider-content-center {
    padding: 100px 0;
  }
}
.slider-home-7 .slider-content .slider-content-center h2 {
  font-size: 70px;
  font-weight: 600;
}
@media (max-width: 1365px) {
  .slider-home-7 .slider-content .slider-content-center h2 {
    font-size: 55px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .slider-home-7 .slider-content .slider-content-center h2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .slider-home-7 .slider-content .slider-content-center h2 {
    font-size: 40px;
  }
}
.slider-home-7 .slider-content .slider-content-center h3 {
  font-size: 54px;
  font-weight: 400;
}
@media (max-width: 1365px) {
  .slider-home-7 .slider-content .slider-content-center h3 {
    font-size: 35px;
  }
}
@media (max-width: 1024px) {
  .slider-home-7 .slider-content .slider-content-center h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .slider-home-7 .slider-content .slider-content-center h3 {
    font-size: 23px;
  }
}
.slider-home-7 .slider-content .slider-content-center .desc {
  font-size: 20px;
  margin: 40px 0;
}
.slider-home-7 .slider-content .slider-content-center .slider-content-center-1 {
  position: relative;
  padding: 0 120px;
}
@media (max-width: 1024px) {
  .slider-home-7 .slider-content .slider-content-center .slider-content-center-1 {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .slider-home-7 .slider-content .slider-content-center .slider-content-center-1 {
    width: 100%;
  }
}
.slider-home-7 .slider-content .slider-content-center .img-left {
  left: 45px;
  position: absolute;
  top: 25px;
}
@media (max-width: 1365px) {
  .slider-home-7 .slider-content .slider-content-center .img-left {
    display: none;
  }
}
.slider-home-7 .slider-content .slider-content-center .img-right {
  right: 45px;
  position: absolute;
  top: 25px;
}
@media (max-width: 1365px) {
  .slider-home-7 .slider-content .slider-content-center .img-right {
    display: none;
  }
}
.slider-home-7 .begreen-owl-carousel .owl-dots {
  left: 50%;
  transform: translateX(-50%);
}
.slider-home-8 .slider-1 {
  background: rgba(0, 0, 0, 0) url("../images/slider/slider-11.jpg") repeat scroll center center / cover;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.slider-home-8 .slider-2 {
  background: rgba(0, 0, 0, 0) url("../images/slider/slider-1.jpg") repeat scroll center center / cover;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.slider-home-8 .slider-content {
  text-align: center;
  padding: 260px 0;
}
.slider-home-8 .slider-content .slider-content-center {
  position: relative;
}
.slider-home-8 .slider-content .slider-content-center figure img {
  width: auto;
  margin: 0 auto;
}
.slider-home-8 .slider-content .text {
  font-size: 140px;
  line-height: 110px;
  text-transform: uppercase;
}
.slider-home-8 .slider-content .desc {
  font-size: 100px;
  text-transform: uppercase;
}
.slider-home-8 p {
  margin-top: 50px;
}
.slider-home-8 .click-scroll-body::before {
  color: #fff;
  content: "click me";
  font-size: 20px;
  left: 50%;
  letter-spacing: 0.5px;
  position: absolute;
  text-transform: uppercase;
  top: -40px;
  transform: translateX(-50%);
  width: 85px;
}
.slider-home-9 .slider-1 {
  background: rgba(0, 0, 0, 0) url("../images/slider/slider-3.jpg") repeat scroll center center / cover;
  display: inline-block;
  width: 100%;
}
.slider-home-9 .slider-2 {
  background: rgba(0, 0, 0, 0) url("../images/slider/slider-12.jpg") repeat scroll center center / cover;
  display: inline-block;
  width: 100%;
}
.slider-home-9 .slider-content {
  margin-left: 20%;
  padding: 140px 0;
}
@media (max-width: 991px) {
  .slider-home-9 .slider-content {
    margin-left: 12%;
  }
}
@media (max-width: 767px) {
  .slider-home-9 .slider-content {
    padding: 80px 0;
  }
}
.slider-home-9 .slider-content h3 {
  color: #94da46;
  font-size: 55px;
}
@media (max-width: 767px) {
  .slider-home-9 .slider-content h3 {
    font-size: 35px;
  }
}
.slider-home-9 .slider-content .text {
  font-size: 50px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .slider-home-9 .slider-content .text {
    font-size: 30px;
  }
}
.slider-home-9 .slider-content .text::before {
  background-color: #94da46;
  bottom: 0;
  content: "";
  height: 2px;
  position: absolute;
  width: 150px;
}
.slider-home-9 .slider-content .desc {
  font-size: 17px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .slider-home-9 .slider-content .desc {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .slider-home-9 .slider-content .desc {
    font-size: 16px;
  }
}
.slider-home-9 .slider-content p {
  display: inline-block;
  height: 60px;
  text-align: center;
  width: 50%;
}
.slider-home-9 .slider-2-content .text,
.slider-home-9 .slider-2-content .desc,
.slider-home-9 .slider-2-content p {
  color: #fff;
}
.slider-home-9 div .owl-dots {
  left: 20%;
}
.slider-home-9 div .owl-dots .owl-dot span {
  background-color: transparent;
  border: 2px solid #94da46;
}
.slider-home-9 div .owl-dots .owl-dot span:hover {
  background-color: #94da46;
}
.slider-home-9 div .owl-dots .owl-dot.active span {
  background-color: #94da46;
}
.slider-home-11 .slider-1 {
  background: rgba(0, 0, 0, 0) url("../images/slider/slider-14.jpg") repeat scroll center center / cover;
  display: inline-block;
  width: 100%;
}
.slider-home-11 .slider-2 {
  background: rgba(0, 0, 0, 0) url("../images/slider/slider-1.jpg") repeat scroll center center / cover;
  display: inline-block;
  width: 100%;
}
.slider-home-11 .slider-content {
  margin-left: 15%;
  color: #fff;
  text-align: center;
  padding: 160px 0;
  width: 40%;
}
@media (max-width: 1366px) {
  .slider-home-11 .slider-content {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .slider-home-11 .slider-content {
    width: 80%;
    margin-left: 10%;
  }
}
@media (max-width: 767px) {
  .slider-home-11 .slider-content {
    width: 100%;
    margin-left: 0;
    padding: 80px 0;
  }
}
.slider-home-11 .slider-content h2 {
  font-size: 100px;
  line-height: 120px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .slider-home-11 .slider-content h2 {
    font-size: 40px;
    line-height: 1.5;
  }
}
.slider-home-11 .slider-content h6 {
  font-size: 60px;
  padding-right: 30%;
  text-align: right;
}
@media (max-width: 767px) {
  .slider-home-11 .slider-content h6 {
    font-size: 30px;
    line-height: 1.5;
  }
}
.slider-home-11 .slider-content p {
  margin-top: 80px;
  text-align: center;
}
/*-------------------------------------
.banner-shortcode-wrap
---------------------------------------*/
.banner-shortcode-wrap {
  background-color: #fff;
}
.banner-shortcode-wrap.style_1 {
  overflow: hidden;
}
.banner-shortcode-wrap.style_1:hover .banner-content:before {
  opacity: 1;
}
.banner-shortcode-wrap.style_1:hover .banner-content .banner-label {
  color: #fff;
}
.banner-shortcode-wrap.style_1 a {
  display: block;
}
.banner-shortcode-wrap.style_1 .banner-content {
  position: relative;
}
.banner-shortcode-wrap.style_1 .banner-content:before {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(31, 42, 55, 0.5);
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.banner-shortcode-wrap.style_1 .banner-content .banner-title {
  cursor: pointer;
  top: 50%;
  left: 50%;
  position: absolute;
  margin: 0;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  font-size: 60px;
  color: #fff;
}
.banner-shortcode-wrap.style_1 .banner-content .banner-title:first-letter {
  color: #94da46;
}
.banner-shortcode-wrap.style_1 .banner-content .banner-title:before {
  content: '';
  width: 0;
  height: 2px;
  background-color: #94da46;
  bottom: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.banner-shortcode-wrap.style_1 .banner-content .banner-title:hover:before {
  opacity: 1;
  width: 100%;
}
.banner-shortcode-wrap.style_1 .banner-content .banner-label {
  z-index: 2;
  position: absolute;
  top: 140px;
  text-transform: uppercase;
  color: #1F2A37;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 24px;
  font-weight: 600;
}
.banner-shortcode-wrap.style_1 .banner-content .banner-label.label_left {
  left: -30px;
}
@media (max-width: 991px) {
  .banner-shortcode-wrap.style_1 .banner-content .banner-label.label_left {
    left: -60px;
  }
}
@media (max-width: 479px) {
  .banner-shortcode-wrap.style_1 .banner-content .banner-label.label_left {
    left: -80px;
  }
}
.banner-shortcode-wrap.style_1 .banner-content .banner-label.label_right {
  right: -20px;
}
@media (max-width: 991px) {
  .banner-shortcode-wrap.style_1 .banner-content .banner-label.label_right {
    right: -40px;
  }
}
@media (max-width: 991px) {
  .banner-shortcode-wrap.style_1 .banner-content .banner-label.label_right {
    right: -60px;
  }
}
.banner-shortcode-wrap.style_1 .banner-content img {
  width: 100%;
}
@media (max-width: 767px) {
  .banner-shortcode-wrap.style_1 {
    margin: 15px 0;
  }
}
.banner-shortcode-wrap.style_2 {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  overflow: hidden;
  margin: 15px 0;
}
.banner-shortcode-wrap.style_2 .banner-content {
  position: relative;
  text-align: center;
}
.banner-shortcode-wrap.style_2 .banner-content:before {
  z-index: 1;
  content: '';
  position: absolute;
  top: 25px;
  left: 25px;
  right: 25px;
  bottom: 25px;
  background-color: rgba(31, 42, 55, 0.6);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.banner-shortcode-wrap.style_2 .banner-content .banner-image:before {
  opacity: 0;
  z-index: 1;
  content: '';
  position: absolute;
  left: 25px;
  right: 25px;
  border-left: 2px solid;
  border-right: 2px solid;
  height: 100%;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  border-color: #1F2A37;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.banner-shortcode-wrap.style_2 .banner-content .banner-image:after {
  opacity: 0;
  z-index: 1;
  content: '';
  position: absolute;
  top: 25px;
  bottom: 25px;
  left: 0;
  border-top: 2px solid;
  border-bottom: 2px solid;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  border-color: #1F2A37;
  width: 100%;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.banner-shortcode-wrap.style_2 .banner-content .banner-content-inner {
  z-index: 2;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-shortcode-wrap.style_2 .banner-content .banner-content-inner .banner-title,
.banner-shortcode-wrap.style_2 .banner-content .banner-content-inner .banner-label {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.banner-shortcode-wrap.style_2 .banner-content .banner-content-inner .banner-button {
  cursor: pointer;
  font-size: 0px;
  font-weight: 600;
  margin-top: 0px;
  color: white;
  padding: 0px;
  display: inline-block;
  background-color: #1F2A37;
  text-transform: uppercase;
  height: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.banner-shortcode-wrap.style_2 .banner-content .banner-content-inner .banner-button:hover {
  background-color: #94da46;
}
.banner-shortcode-wrap.style_2 .banner-content 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%;
}
.banner-shortcode-wrap.style_2:hover {
  -webkit-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.15);
}
.banner-shortcode-wrap.style_2:hover .banner-content:before {
  background-color: #fff;
}
.banner-shortcode-wrap.style_2:hover .banner-content .banner-image:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  border-color: #fff;
}
.banner-shortcode-wrap.style_2:hover .banner-content .banner-image:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  border-color: #fff;
}
.banner-shortcode-wrap.style_2:hover .banner-content .banner-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.banner-shortcode-wrap.style_2:hover .banner-content .banner-content-inner .banner-title,
.banner-shortcode-wrap.style_2:hover .banner-content .banner-content-inner .banner-label {
  color: #1F2A37;
}
.banner-shortcode-wrap.style_2:hover .banner-content .banner-content-inner .banner-button {
  height: 32px;
  padding: 5px 20px;
  font-size: 14px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .banner-shortcode-wrap.style_2 {
    margin: 10px 0;
  }
}
.banner-shortcode-wrap.style_3:hover .banner-content:before,
.banner-shortcode-wrap.style_3:hover .banner-content:after {
  opacity: 1;
  -moz-transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.banner-shortcode-wrap.style_3:hover .banner-content .banner-overlay {
  -webkit-animation: 700ms ease-in-out 0s normal none 1 running bounceIn;
  -o-animation: 700ms ease-in-out 0s normal none 1 running bounceIn;
  animation: 700ms ease-in-out 0s normal none 1 running bounceIn;
  opacity: 1;
}
.banner-shortcode-wrap.style_3 .banner-content {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.banner-shortcode-wrap.style_3 .banner-content img {
  width: 100%;
}
.banner-shortcode-wrap.style_3 .banner-content:before {
  opacity: 0;
  content: '';
  position: absolute;
  height: 60px;
  width: 2px;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%) scale(1.5);
  -webkit-transform: translate(-50%, -50%) scale(1.5);
  -ms-transform: translate(-50%, -50%) scale(1.5);
  -o-transform: translate(-50%, -50%) scale(1.5);
  transform: translate(-50%, -50%) scale(1.5);
  background-color: #fff;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
.banner-shortcode-wrap.style_3 .banner-content:after {
  opacity: 0;
  content: '';
  position: absolute;
  height: 2px;
  width: 60px;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%) scale(1.5);
  -webkit-transform: translate(-50%, -50%) scale(1.5);
  -ms-transform: translate(-50%, -50%) scale(1.5);
  -o-transform: translate(-50%, -50%) scale(1.5);
  transform: translate(-50%, -50%) scale(1.5);
  background-color: #fff;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
.banner-shortcode-wrap.style_3 .banner-content .banner-overlay {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  background: rgba(31, 42, 55, 0.3);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media (max-width: 767px) {
  .banner-shortcode-wrap.style_3 {
    margin: 15px 0;
  }
}
.banner-shortcode-wrap.style_4 {
  overflow: hidden;
}
.banner-shortcode-wrap.style_4:hover .banner-content .banner-title:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.banner-shortcode-wrap.style_4:hover .banner-content:before {
  opacity: 1;
  -webkit-animation: 500ms ease-in-out normal none 1 running rollIn;
  -o-animation: 500ms ease-in-out normal none 1 running rollIn;
  animation: 500ms ease-in-out normal none 1 running rollIn;
}
.banner-shortcode-wrap.style_4:hover .banner-content.title_left:before {
  -webkit-animation: 500ms ease-in-out normal none 1 running rollInRight;
  -o-animation: 500ms ease-in-out normal none 1 running rollInRight;
  animation: 500ms ease-in-out normal none 1 running rollInRight;
}
.banner-shortcode-wrap.style_4:hover .banner-content .banner-label {
  color: #fff;
}
.banner-shortcode-wrap.style_4 a {
  display: block;
}
.banner-shortcode-wrap.style_4 .banner-content {
  position: relative;
}
.banner-shortcode-wrap.style_4 .banner-content img {
  width: 100%;
}
.banner-shortcode-wrap.style_4 .banner-content:before {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(31, 42, 55, 0.5);
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.banner-shortcode-wrap.style_4 .banner-content .banner-title {
  cursor: pointer;
  position: absolute;
  top: 20px;
  margin: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  font-size: 60px;
  color: #fff;
}
.banner-shortcode-wrap.style_4 .banner-content .banner-title:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #94da46;
  bottom: 0;
  opacity: 1;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  position: absolute;
  -webkit-transition: all 0.4s ease 0.4s;
  -o-transition: all 0.4s ease 0.4s;
  transition: all 0.4s ease 0.4s;
}
.banner-shortcode-wrap.style_4 .banner-content .banner-title.title_left {
  left: 30px;
}
.banner-shortcode-wrap.style_4 .banner-content .banner-title.title_right {
  right: 30px;
}
.banner-shortcode-wrap.style_4 .banner-content .banner-title:hover {
  color: #94da46;
}
.banner-shortcode-wrap.style_4 .banner-content .banner-label {
  z-index: 2;
  position: absolute;
  top: 220px;
  text-transform: uppercase;
  color: #1F2A37;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 24px;
  font-weight: 600;
}
.banner-shortcode-wrap.style_4 .banner-content .banner-label.label_left {
  left: 20%;
}
@media (max-width: 479px) {
  .banner-shortcode-wrap.style_4 .banner-content .banner-label.label_left {
    left: 3%;
  }
}
.banner-shortcode-wrap.style_4 .banner-content .banner-label.label_right {
  right: 23%;
}
@media (max-width: 479px) {
  .banner-shortcode-wrap.style_4 .banner-content .banner-label.label_right {
    right: 8%;
  }
}
@media (max-width: 991px) {
  .banner-shortcode-wrap.style_4 {
    margin: 15px 0;
  }
}
.banner-shortcode-wrap.style_5 {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  overflow: hidden;
  margin: 0;
}
.banner-shortcode-wrap.style_5 .banner-content {
  position: relative;
  text-align: center;
}
.banner-shortcode-wrap.style_5 .banner-content .banner-image:before {
  opacity: 0;
  z-index: 1;
  content: '';
  position: absolute;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  border-left: 2px solid;
  border-right: 2px solid;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  border-color: #1F2A37;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.banner-shortcode-wrap.style_5 .banner-content .banner-image:after {
  opacity: 0;
  z-index: 1;
  content: '';
  position: absolute;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  border-top: 2px solid;
  border-bottom: 2px solid;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  border-color: #1F2A37;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.banner-shortcode-wrap.style_5 .banner-content .banner-content-inner {
  z-index: 3;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-shortcode-wrap.style_5 .banner-content .banner-content-inner .banner-title {
  margin-top: 10px;
  color: #1F2A37;
  font-size: 24px;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.banner-shortcode-wrap.style_5 .banner-content .banner-content-inner .banner-title:hover {
  color: #94da46;
}
.banner-shortcode-wrap.style_5 .banner-content .banner-content-inner .banner-button {
  border-radius: 20px;
  cursor: pointer;
  font-weight: 600;
  color: white;
  padding: 5px 20px;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  background-color: #94da46;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.banner-shortcode-wrap.style_5 .banner-content .banner-content-inner .banner-button:hover {
  background-color: #6eb023;
}
.banner-shortcode-wrap.style_5 .banner-content img {
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
@media (max-width: 991px) {
  .banner-shortcode-wrap.style_5 .banner-content {
    height: 200px;
  }
  .banner-shortcode-wrap.style_5 .banner-content .banner-image {
    height: 100%;
  }
  .banner-shortcode-wrap.style_5 .banner-content .banner-image img {
    height: 100%;
    width: auto;
    max-width: none;
  }
}
.banner-shortcode-wrap.style_5:hover {
  -webkit-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.15);
}
.banner-shortcode-wrap.style_5:hover .banner-content:before {
  background-color: #fff;
}
@media (max-width: 767px) {
  .banner-shortcode-wrap.style_5 {
    margin: 10px 0;
  }
}
.banner-shortcode-wrap.style_6 {
  position: relative;
  background: #f1f1f1;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.banner-shortcode-wrap.style_6:before {
  z-index: 1;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.banner-shortcode-wrap.style_6:after {
  z-index: 1;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.banner-shortcode-wrap.style_6:hover {
  -webkit-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.15);
}
.banner-shortcode-wrap.style_6:hover:before,
.banner-shortcode-wrap.style_6:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.banner-shortcode-wrap.style_6:hover .banner-content img {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.banner-shortcode-wrap.style_6 .banner-content {
  position: relative;
}
.banner-shortcode-wrap.style_6 .banner-content img {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner-shortcode-wrap.style_6 .banner-content .banner-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.banner-shortcode-wrap.style_6 .banner-content .banner-overlay .banner-overlay-content {
  position: absolute;
  width: 100%;
  bottom: 10%;
  text-transform: uppercase;
}
.banner-shortcode-wrap.style_6 .banner-content .banner-overlay .banner-overlay-content .banner-hover-title {
  color: #fff;
}
.banner-shortcode-wrap.style_6 .banner-content .banner-overlay .banner-overlay-content .banner-label {
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-shortcode-wrap.style_6 .banner-content .banner-overlay .banner-overlay-content .banner-hover-title {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .banner-shortcode-wrap.style_6 .banner-content .banner-overlay .banner-overlay-content .banner-hover-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .banner-shortcode-wrap.style_6 {
    margin: 30px 0;
  }
}
.banner-shortcode-wrap.style_7 {
  text-align: center;
  overflow: hidden;
}
.banner-shortcode-wrap.style_7:hover .banner-content .banner-title {
  opacity: 0;
}
.banner-shortcode-wrap.style_7:hover .banner-content img {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
.banner-shortcode-wrap.style_7:hover .banner-content .banner-overlay {
  opacity: 1;
}
.banner-shortcode-wrap.style_7:hover .banner-content .banner-overlay .banner-overlay-content .sep-x,
.banner-shortcode-wrap.style_7:hover .banner-content .banner-overlay .banner-overlay-content .banner-label {
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.banner-shortcode-wrap.style_7 .banner-content {
  position: relative;
}
.banner-shortcode-wrap.style_7 .banner-content .banner-title {
  font-size: 18px;
  position: absolute;
  margin-top: 35px;
  width: 100%;
  z-index: 1;
  text-transform: uppercase;
  text-align: center;
  opacity: 1;
}
.banner-shortcode-wrap.style_7 .banner-content img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner-shortcode-wrap.style_7 .banner-content .banner-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
}
.banner-shortcode-wrap.style_7 .banner-content .banner-overlay .banner-overlay-content {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-transform: uppercase;
}
.banner-shortcode-wrap.style_7 .banner-content .banner-overlay .banner-overlay-content .sep-x {
  -moz-transform: translate(0, -200px);
  -webkit-transform: translate(0, -200px);
  -ms-transform: translate(0, -200px);
  -o-transform: translate(0, -200px);
  transform: translate(0, -200px);
  position: relative;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner-shortcode-wrap.style_7 .banner-content .banner-overlay .banner-overlay-content .sep-x i {
  color: #fff;
}
.banner-shortcode-wrap.style_7 .banner-content .banner-overlay .banner-overlay-content .sep-x i.center {
  position: relative;
  text-align: center;
  top: -5px;
  padding: 5px;
}
.banner-shortcode-wrap.style_7 .banner-content .banner-overlay .banner-overlay-content .banner-hover-title {
  color: #fff;
  margin-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-shortcode-wrap.style_7 .banner-content .banner-overlay .banner-overlay-content .banner-hover-title {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .banner-shortcode-wrap.style_7 .banner-content .banner-overlay .banner-overlay-content .banner-hover-title {
    font-size: 18px;
  }
}
.banner-shortcode-wrap.style_7 .banner-content .banner-overlay .banner-overlay-content .banner-label {
  -moz-transform: translate(0, 200px);
  -webkit-transform: translate(0, 200px);
  -ms-transform: translate(0, 200px);
  -o-transform: translate(0, 200px);
  transform: translate(0, 200px);
  font-size: 18px;
  color: #fff;
  display: block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner-shortcode-wrap.style_8 {
  background: none;
  text-align: center;
  overflow: hidden;
}
.banner-shortcode-wrap.style_8:hover .banner-content.shadow_left .banner-image {
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner-shortcode-wrap.style_8:hover .banner-content.shadow_right .banner-image {
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner-shortcode-wrap.style_8 .banner-content {
  position: relative;
}
.banner-shortcode-wrap.style_8 .banner-content .banner-image .banner-overlay .banner-overlay-content .banner-hover-title {
  font-size: 36px;
  color: #94da46;
  margin-bottom: 0;
  font-weight: 600;
}
.banner-shortcode-wrap.style_8 .banner-content .banner-image .banner-overlay .banner-overlay-content .banner-label {
  font-size: 24px;
}
.banner-shortcode-wrap.style_8 .banner-content.shadow_left {
  margin-right: 10%;
  margin-bottom: 10%;
}
.banner-shortcode-wrap.style_8 .banner-content.shadow_left:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 20px solid #e0e0e0;
}
.banner-shortcode-wrap.style_8 .banner-content.shadow_left .banner-image {
  position: relative;
  -moz-transform: translate(10%, 10%);
  -webkit-transform: translate(10%, 10%);
  -ms-transform: translate(10%, 10%);
  -o-transform: translate(10%, 10%);
  transform: translate(10%, 10%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner-shortcode-wrap.style_8 .banner-content.shadow_left .banner-image img {
  width: 100%;
}
.banner-shortcode-wrap.style_8 .banner-content.shadow_left .banner-image .banner-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.banner-shortcode-wrap.style_8 .banner-content.shadow_left .banner-image .banner-overlay .banner-overlay-content {
  position: absolute;
  width: 100%;
  top: 49%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-shortcode-wrap.style_8 .banner-content.shadow_left .banner-image .banner-overlay .banner-overlay-content .banner-hover-title {
  text-transform: uppercase;
  color: #fff;
}
.banner-shortcode-wrap.style_8 .banner-content.shadow_left .banner-image .banner-overlay .banner-overlay-content .banner-label {
  color: #fff;
}
.banner-shortcode-wrap.style_8 .banner-content.shadow_right {
  margin-left: 10%;
  margin-bottom: 10%;
}
.banner-shortcode-wrap.style_8 .banner-content.shadow_right:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 20px solid #e0e0e0;
}
.banner-shortcode-wrap.style_8 .banner-content.shadow_right .banner-image {
  position: relative;
  -moz-transform: translate(-10%, 10%);
  -webkit-transform: translate(-10%, 10%);
  -ms-transform: translate(-10%, 10%);
  -o-transform: translate(-10%, 10%);
  transform: translate(-10%, 10%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner-shortcode-wrap.style_8 .banner-content.shadow_right .banner-image img {
  width: 100%;
}
.banner-shortcode-wrap.style_8 .banner-content.shadow_right .banner-image .banner-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.banner-shortcode-wrap.style_8 .banner-content.shadow_right .banner-image .banner-overlay .banner-overlay-content {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-shortcode-wrap.style_8 .banner-content.shadow_right .banner-image .banner-overlay .banner-overlay-content .banner-hover-title {
  text-transform: uppercase;
  color: #fff;
}
.banner-shortcode-wrap.style_8 .banner-content.shadow_right .banner-image .banner-overlay .banner-overlay-content .banner-label {
  color: #fff;
}
/*-------------------------------------
yolo-video-player
---------------------------------------*/
.yolo-video-player {
  position: relative;
  display: table;
  width: 100%;
  background: rgba(0, 0, 0, 0) url("../images/demo/video-bg.jpg") repeat scroll 0 0 / cover;
  height: 500px;
}
.yolo-video-player .video-close {
  background-color: rgba(255, 255, 255, 0.4);
  height: 35px;
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  z-index: 2147483647;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
}
.yolo-video-player .video-close:hover {
  background-color: #94da46;
  color: #fff;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.yolo-video-player .container-text {
  position: relative;
  height: 500px;
}
.yolo-video-player .yl-button-play {
  opacity: 1;
  display: table-cell;
  vertical-align: middle;
}
.yolo-video-player .yl-button-play .yl-introduction {
  top: 0;
  left: 0;
  position: absolute;
  font-size: 120px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .yolo-video-player .yl-button-play .yl-introduction {
    top: 0;
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .yolo-video-player .yl-button-play .yl-introduction {
    top: 50px;
    font-size: 80px;
    width: 100%;
  }
}
.yolo-video-player .yl-button-play .yl-description {
  right: 0;
  bottom: 80px;
  position: absolute;
  font-size: 120px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
@media (max-width: 991px) {
  .yolo-video-player .yl-button-play .yl-description {
    bottom: 0;
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .yolo-video-player .yl-button-play .yl-description {
    bottom: 50px;
    font-size: 80px;
    width: 100%;
  }
}
.yolo-video-player .yl-button-play .play-button {
  text-align: center;
  display: table;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
}
.yolo-video-player .yl-button-play .play-button:hover {
  cursor: pointer;
}
.yolo-video-player .yl-button-play .play-button:hover i {
  color: #94da46;
}
.yolo-video-player .yl-button-play .play-button i {
  vertical-align: middle;
  display: table-cell;
  font-size: 210px;
  color: #94da46;
  -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.style_2 .container-text {
  position: relative;
  display: table;
  width: 100%;
  background: rgba(0, 0, 0, 0) url("../images/demo/video-bg.jpg") repeat scroll 0 0 / cover;
  height: 550px;
}
.yolo-video-player.style_2 .yl-button-play .yl-introduction {
  top: 0px;
  left: 0;
  position: relative;
  font-size: 72px;
  color: #fff;
  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: #fff;
  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;
  top: 65%;
  -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: #94da46;
}
.yolo-video-player.style_2 .yl-button-play .play-button i {
  vertical-align: middle;
  display: table-cell;
  font-size: 210px;
  color: #94da46;
  -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;
  }
}
.home-7-video {
  background: rgba(0, 0, 0, 0) url("../images/background/video-home-7.jpg") repeat scroll center center / cover;
  padding: 85px 0;
}
.yolo-video-player.style_3 {
  display: block;
  background: rgba(0, 0, 0, 0) url("../images/demo/bg-video-h7.jpg") repeat scroll center center / cover;
  height: 330px;
}
.yolo-video-player.style_3 .container-text {
  display: inline-block;
  left: 50%;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .yolo-video-player.style_3 .container-text {
    position: relative;
  }
}
.yolo-video-player.style_3 .yl-button-play {
  display: block;
  height: 330px;
  position: relative;
}
.yolo-video-player.style_3 .yl-button-play .yl-introduction {
  top: 0px;
  left: 0;
  position: relative;
  font-size: 36px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .yolo-video-player.style_3 .yl-button-play .yl-introduction {
    font-size: 24px;
  }
}
.yolo-video-player.style_3 .yl-button-play .yl-description {
  right: 0;
  bottom: 0px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .yolo-video-player.style_3 .yl-button-play .yl-description {
    font-size: 16px;
  }
}
.yolo-video-player.style_3 .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_3 .yl-button-play .play-button:hover {
  cursor: pointer;
}
.yolo-video-player.style_3 .yl-button-play .play-button:hover i {
  color: #94da46;
}
.yolo-video-player.style_3 .yl-button-play .play-button i {
  vertical-align: middle;
  display: block;
  font-size: 120px;
  color: #94da46;
  -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_3 .yl-button-play .play-button i {
    font-size: 100px;
  }
}
.yolo-video-player.style_3 .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_3 .iframe-video-player .video-close {
  padding: 5px 10px;
  right: 0;
  cursor: pointer;
  color: white;
  background: #94da46;
  z-index: 1;
  position: absolute;
}
/*-------------------------------------
recent-news
---------------------------------------*/
.recent-news-home_1 {
  position: relative;
}
.recent-news-home_1:hover .recent-news-control .recent-news-nav {
  opacity: 1;
  visibility: visible;
}
.recent-news-home_1 .recent-news-container article {
  position: relative;
}
.recent-news-home_1 .recent-news-container article .post-thumbnail {
  position: relative;
  overflow: hidden;
}
.recent-news-home_1 .recent-news-container article .post-thumbnail .overlay-bg {
  z-index: 2;
  height: 200px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
  transform-origin: bottom;
}
.recent-news-home_1 .recent-news-container article .post-thumbnail .post-image {
  overflow: hidden;
}
.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(31, 42, 55, 0.6);
  -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-image:after {
  content: '\f0c1';
  position: absolute;
  font-family: FontAwesome;
  top: 50%;
  left: 50%;
  z-index: 2;
  font-size: 36px;
  color: #fff;
  opacity: 0;
  -moz-transform: translate(-50%, -50%) scale(2);
  -webkit-transform: translate(-50%, -50%) scale(2);
  -ms-transform: translate(-50%, -50%) scale(2);
  -o-transform: translate(-50%, -50%) scale(2);
  transform: translate(-50%, -50%) scale(2);
  -webkit-transition: all 0.35s ease 0.2s;
  -o-transition: all 0.35s ease 0.2s;
  transition: all 0.35s ease 0.2s;
}
.recent-news-home_1 .recent-news-container article .post-thumbnail .post-image:hover:after {
  color: #94da46;
}
.recent-news-home_1 .recent-news-container article .post-content {
  position: relative;
}
.recent-news-home_1 .recent-news-container article .post-content .post-content-inner {
  z-index: 2;
  background: #fff;
  display: table;
}
.recent-news-home_1 .recent-news-container article .post-content .post-content-inner .post-main-content {
  width: 80%;
  display: table-cell;
}
.recent-news-home_1 .recent-news-container article .post-content .post-content-inner .post-main-content .entry-title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}
.recent-news-home_1 .recent-news-container article .post-content .post-content-inner .post-main-content .entry-title a {
  font-weight: 400;
  font-size: 24px;
  color: #1F2A37;
  -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 .post-content-inner .post-main-content .entry-title a:hover {
  color: #94da46;
}
@media (max-width: 479px) {
  .recent-news-home_1 .recent-news-container article .post-content .post-content-inner .post-main-content .entry-title a {
    font-size: 18px;
  }
}
.recent-news-home_1 .recent-news-container article .post-content .post-content-inner .post-main-content .post-excerpt {
  color: rgba(31, 42, 55, 0.75);
  text-transform: uppercase;
}
.recent-news-home_1 .recent-news-container article .post-content .post-content-inner .post-main-content .btn-readmore {
  display: none;
  text-transform: uppercase;
  position: relative;
}
.recent-news-home_1 .recent-news-container article .post-content .post-content-inner .post-main-content .btn-readmore:before {
  content: "//";
  font-family: Fontawesome;
  color: #94da46;
  position: relative;
  left: 0;
  height: 100%;
  top: 0;
  opacity: 0;
  width: 10px;
  font-size: 14px;
  padding-right: 5px;
  line-height: 1;
  -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 .post-content-inner .post-main-content .btn-readmore .span-text {
  margin-left: -13px;
  color: #1F2A37;
  font-weight: 700;
  -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 .post-content-inner .post-main-content .btn-readmore:hover:before {
  opacity: 1;
}
.recent-news-home_1 .recent-news-container article .post-content .post-content-inner .post-main-content .btn-readmore:hover .span-text {
  font-style: italic;
  margin-left: 0;
  color: #94da46;
}
.recent-news-home_1 .recent-news-container article .post-content .post-content-inner .post-meta {
  display: table-cell;
  width: 20%;
  vertical-align: middle;
}
.recent-news-home_1 .recent-news-container article .post-content .post-content-inner .post-meta .post-meta-inner {
  position: relative;
  text-align: center;
}
.recent-news-home_1 .recent-news-container article .post-content .post-content-inner .post-meta .post-meta-inner .post-day {
  display: block;
  font-size: 55px;
  color: #94da46;
  font-weight: 600;
}
.recent-news-home_1 .recent-news-container article .post-content .post-content-inner .post-meta .post-meta-inner .post-month {
  position: absolute;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  color: #94da46;
  opacity: 0.3;
  top: 50%;
  left: 50%;
  z-index: 0;
  font-size: 30px;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.recent-news-home_1 .recent-news-container article:hover .post-thumbnail .post-image:after {
  -moz-transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.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 {
  top: 15%;
}
.recent-news-home_1 .recent-news-control .recent-news-nav {
  -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: 1;
  -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 .recent-news-control .recent-news-nav i {
  padding: 15px;
  background-color: #fff;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.recent-news-home_1 .recent-news-control .recent-news-nav.nav_next {
  right: 0;
}
.recent-news-home_1 .recent-news-control .recent-news-nav.nav_next:hover i {
  color: #94da46;
}
.recent-news-home_1 .recent-news-control .recent-news-nav.nav_prev {
  left: 0;
}
.recent-news-home_1 .recent-news-control .recent-news-nav.nav_prev:hover i {
  color: #94da46;
}
.recent-news-home_2 .recent-news-container article {
  padding: 25px 0;
}
.recent-news-home_2 .recent-news-container article:hover .post-thumbnail img {
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.recent-news-home_2 .recent-news-container article:hover .post-thumbnail .overlay-bg:after {
  right: 0;
}
.recent-news-home_2 .recent-news-container article:hover .post-thumbnail .overlay-bg:before {
  left: 0;
}
.recent-news-home_2 .recent-news-container article:hover .post-thumbnail a.btn-readmore:before {
  opacity: 1;
}
.recent-news-home_2 .recent-news-container article:hover .post-thumbnail a.btn-readmore h6 {
  opacity: 1;
  margin-top: 10px;
}
.recent-news-home_2 .recent-news-container article .post-thumbnail {
  position: relative;
  overflow: hidden;
  width: 40%;
  float: left;
}
.recent-news-home_2 .recent-news-container article .post-thumbnail img {
  width: 100%;
  -webkit-transition: all 0.55s ease-in-out;
  -o-transition: all 0.55s ease-in-out;
  transition: all 0.55s ease-in-out;
}
.recent-news-home_2 .recent-news-container article .post-thumbnail a.btn-readmore {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.recent-news-home_2 .recent-news-container article .post-thumbnail a.btn-readmore:before {
  content: '\f10e';
  text-align: center;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  font-size: 14px;
  border-radius: 100%;
  line-height: 28px;
  color: #fff;
  font-family: FontAwesome;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.45s ease 0.1s;
  -o-transition: all 0.45s ease 0.1s;
  transition: all 0.45s ease 0.1s;
}
.recent-news-home_2 .recent-news-container article .post-thumbnail a.btn-readmore h6 {
  opacity: 0;
  color: #fff;
  margin: 0;
  margin-top: -25px;
  -webkit-transition: all 0.45s ease 0.1s;
  -o-transition: all 0.45s ease 0.1s;
  transition: all 0.45s ease 0.1s;
}
.recent-news-home_2 .recent-news-container article .post-thumbnail a.btn-readmore h6:hover {
  color: #94da46;
}
.recent-news-home_2 .recent-news-container article .post-thumbnail .overlay-bg {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}
.recent-news-home_2 .recent-news-container article .post-thumbnail .overlay-bg:before,
.recent-news-home_2 .recent-news-container article .post-thumbnail .overlay-bg:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background-color: rgba(31, 42, 55, 0.2);
}
.recent-news-home_2 .recent-news-container article .post-thumbnail .overlay-bg:before {
  left: -100%;
}
.recent-news-home_2 .recent-news-container article .post-thumbnail .overlay-bg:after {
  right: -100%;
}
@media (max-width: 480px) {
  .recent-news-home_2 .recent-news-container article .post-thumbnail {
    width: 100%;
  }
}
.recent-news-home_2 .recent-news-container article .post-content {
  width: 60%;
  float: right;
  padding-left: 15px;
}
.recent-news-home_2 .recent-news-container article .post-content .entry-title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
}
.recent-news-home_2 .recent-news-container article .post-content .entry-title a {
  color: #1F2A37;
  -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-content .entry-title a:hover {
  color: #94da46;
}
.recent-news-home_2 .recent-news-container article .post-content .post-info {
  color: rgba(31, 42, 55, 0.9);
}
.recent-news-home_2 .recent-news-container article .post-content .post-info span {
  text-transform: capitalize;
  margin-right: 15px;
}
.recent-news-home_2 .recent-news-container article .post-content .post-info i {
  margin-right: 5px;
}
.recent-news-home_2 .recent-news-container article .post-content .post-excerpt {
  color: rgba(31, 42, 55, 0.8);
  position: relative;
  padding-top: 10px;
}
.recent-news-home_2 .recent-news-container article .post-content .category-content a:hover {
  color: #94da46;
}
@media (max-width: 480px) {
  .recent-news-home_2 .recent-news-container article .post-content {
    width: 100%;
  }
}
.recent-news-home_2 .recent-news-container article:first-child,
.recent-news-home_2 .recent-news-container article:last-child {
  padding: 0;
}
@media (max-width: 991px) {
  .recent-news-home_2 .recent-news-container article:first-child,
  .recent-news-home_2 .recent-news-container article:last-child {
    padding: 25px 0;
  }
}
.recent-news-home_3 .recent-news-container:hover .recent-news-control .recent-news-nav {
  opacity: 1;
  visibility: visible;
}
.recent-news-home_3 .recent-news-container .recent-news-list {
  padding: 0;
  margin: 0;
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item {
  list-style: none;
  list-style-type: none;
  background-color: #fff;
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row {
  margin: 0;
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row:nth-child(2n) article .post-thumbnail {
  float: right;
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row:nth-child(2n) article .post-thumbnail .post-meta {
  right: 0;
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row:nth-child(2n) article .post-information:before {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 18px 0 18px 20px;
  content: "";
  right: -20px;
  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%);
  z-index: 10;
}
@media (max-width: 479px) {
  .recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row:nth-child(2n) article .post-information:before {
    display: none;
  }
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row:nth-child(2n+1) article .post-thumbnail .post-meta {
  left: 0;
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row:nth-child(2n+1) article .post-information:before {
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 18px 20px 18px 0;
  content: "";
  left: -20px;
  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%);
  position: absolute;
  z-index: 10;
}
@media (max-width: 480px) {
  .recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row:nth-child(2n+1) article .post-information:before {
    display: none;
  }
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article {
  padding: 0;
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article .post-thumbnail {
  overflow: hidden;
  position: relative;
  width: 50%;
  float: left;
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article .post-thumbnail:before {
  width: 50px;
  height: 50px;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  margin-left: -25px;
  margin-top: -25px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  z-index: 1;
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article .post-thumbnail:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.3);
  opacity: 0;
  -webkit-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article .post-thumbnail a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article .post-thumbnail a:before {
  z-index: 1;
  background-color: #fff;
  width: 25px;
  height: 1px;
  content: '';
  position: absolute;
  left: 20%;
  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%);
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article .post-thumbnail a:after {
  z-index: 1;
  background-color: #fff;
  width: 1px;
  height: 25px;
  content: '';
  position: absolute;
  left: 50%;
  top: 20%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article .post-thumbnail img {
  height: auto;
  width: 100%;
  max-width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) and (min-width: 480px) {
  .recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article .post-thumbnail img {
    height: 100%;
    width: auto;
    max-width: none;
  }
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article .post-thumbnail .post-meta {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 50px;
  width: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 7px 3px rgba(51, 51, 51, 0.1);
  -moz-box-shadow: 0 1px 7px 3px rgba(51, 51, 51, 0.1);
  box-shadow: 0 1px 7px 3px rgba(51, 51, 51, 0.1);
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article .post-thumbnail .post-meta .post-meta-inner {
  position: relative;
  text-align: center;
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article .post-thumbnail .post-meta .post-meta-inner .post-day {
  display: block;
  font-size: 34px;
  color: #94da46;
  font-weight: 600;
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article .post-thumbnail .post-meta .post-meta-inner .post-month {
  position: absolute;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  color: #94da46;
  opacity: 0.3;
  top: 50%;
  left: 50%;
  z-index: 0;
  font-size: 18px;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) and (min-width: 481px) {
  .recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article .post-thumbnail {
    max-height: 240px;
  }
}
@media (max-width: 480px) {
  .recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article .post-thumbnail {
    width: 100%;
  }
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article .post-information {
  max-height: 240px;
  width: 50%;
  float: left;
  padding: 35px 25px;
  position: relative;
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article .post-information .category {
  font-size: 12px;
  text-transform: uppercase;
  color: #94da46;
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article .post-information .post-blog-title {
  margin-top: 10px;
  font-size: 18px;
  margin-bottom: 15px;
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article .post-information .post-blog-title a {
  position: relative;
  color: #1F2A37;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article .post-information .post-blog-title a:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  background-color: #1F2A37;
  bottom: 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 .recent-news-list .recent-news-item .row article .post-information .post-blog-title:hover a {
  color: #94da46;
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article .post-information .post-blog-title:hover a:before {
  background-color: #94da46;
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article .post-information .btn-readmore {
  border: 1px solid #1F2A37;
  padding: 5px 15px;
  color: #1F2A37;
  text-transform: uppercase;
  font-size: 10px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article .post-information .btn-readmore span:after {
  content: '\f061';
  font-family: FontAwesome;
  padding-left: 5px;
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article .post-information .btn-readmore:hover {
  color: #fff;
  background-color: #94da46;
  border-color: #94da46;
}
@media (max-width: 991px) {
  .recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article .post-information {
    padding: 30px 25px;
  }
}
@media (max-width: 480px) {
  .recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article .post-information {
    width: 100%;
    padding: 20px 15px;
  }
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article:hover .post-thumbnail:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article:hover .post-thumbnail:after {
  opacity: 1;
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article:hover .post-thumbnail a:before {
  left: 50%;
  opacity: 1;
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article:hover .post-thumbnail a:after {
  top: 50%;
  opacity: 1;
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article:hover .post-thumbnail img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article:hover .post-information .post-blog-title a:before {
  width: 100%;
}
@media (min-width: 480px) and (max-width: 991px) {
  .recent-news-home_3 .recent-news-container .recent-news-list .recent-news-item .row article {
    border-bottom: 1px solid #ccc;
  }
}
.recent-news-home_4 {
  position: relative;
}
.recent-news-home_4:hover .recent-news-control .recent-news-nav {
  opacity: 1;
  visibility: visible;
}
.recent-news-home_4 .recent-news-container article {
  position: relative;
  padding: 0 15px;
}
.recent-news-home_4 .recent-news-container article .post-meta {
  width: 15%;
  float: left;
  vertical-align: middle;
}
.recent-news-home_4 .recent-news-container article .post-meta .post-meta-inner {
  position: relative;
  text-align: center;
  background-color: #1F2A37;
}
.recent-news-home_4 .recent-news-container article .post-meta .post-meta-inner .post-day {
  display: block;
  font-size: 48px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  padding-top: 8px;
}
.recent-news-home_4 .recent-news-container article .post-meta .post-meta-inner .post-month {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .recent-news-home_4 .recent-news-container article .post-meta {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .recent-news-home_4 .recent-news-container article .post-meta {
    position: absolute;
    left: 15px;
    top: 0;
    z-index: 1;
  }
}
.recent-news-home_4 .recent-news-container article .post-thumbnail {
  width: 85%;
  position: relative;
  overflow: hidden;
}
.recent-news-home_4 .recent-news-container article .post-thumbnail .overlay-bg {
  z-index: 2;
  height: 200px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
  transform-origin: bottom;
}
.recent-news-home_4 .recent-news-container article .post-thumbnail .post-image {
  position: relative;
  overflow: hidden;
}
.recent-news-home_4 .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;
}
.recent-news-home_4 .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(31, 42, 55, 0.6);
  -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_4 .recent-news-container article .post-thumbnail .post-image:after {
  content: '\f0c1';
  position: absolute;
  font-family: FontAwesome;
  top: 50%;
  left: 50%;
  z-index: 2;
  font-size: 36px;
  color: #fff;
  opacity: 0;
  -moz-transform: translate(-50%, -50%) scale(2);
  -webkit-transform: translate(-50%, -50%) scale(2);
  -ms-transform: translate(-50%, -50%) scale(2);
  -o-transform: translate(-50%, -50%) scale(2);
  transform: translate(-50%, -50%) scale(2);
  -webkit-transition: all 0.7s ease 0.2s;
  -o-transition: all 0.7s ease 0.2s;
  transition: all 0.7s ease 0.2s;
}
.recent-news-home_4 .recent-news-container article .post-thumbnail .post-image:hover:after {
  color: #94da46;
}
@media (max-width: 991px) {
  .recent-news-home_4 .recent-news-container article .post-thumbnail {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .recent-news-home_4 .recent-news-container article .post-thumbnail {
    width: 100%;
  }
}
.recent-news-home_4 .recent-news-container article .post-content {
  z-index: 2;
}
.recent-news-home_4 .recent-news-container article .post-content .post-main-content .entry-title {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 600;
}
.recent-news-home_4 .recent-news-container article .post-content .post-main-content .entry-title a {
  font-weight: 400;
  font-size: 24px;
  color: #1F2A37;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.recent-news-home_4 .recent-news-container article .post-content .post-main-content .entry-title a:hover {
  text-decoration: underline;
  color: #94da46;
}
@media (max-width: 479px) {
  .recent-news-home_4 .recent-news-container article .post-content .post-main-content .entry-title a {
    font-size: 18px;
  }
}
.recent-news-home_4 .recent-news-container article .post-content .post-main-content > span {
  color: rgba(31, 42, 55, 0.7);
  text-transform: uppercase;
}
.recent-news-home_4 .recent-news-container article .post-content .post-main-content > span i {
  padding-right: 10px;
}
.recent-news-home_4 .recent-news-container article .post-content .post-main-content .post-excerpt {
  margin-top: 10px;
  color: rgba(31, 42, 55, 0.75);
}
.recent-news-home_4 .recent-news-container article .post-content .post-main-content .btn-readmore {
  display: none;
  text-transform: uppercase;
  position: relative;
}
.recent-news-home_4 .recent-news-container article .post-content .post-main-content .btn-readmore:before {
  content: "//";
  font-family: Fontawesome;
  color: #94da46;
  position: relative;
  left: 0;
  height: 100%;
  top: 0;
  opacity: 0;
  width: 10px;
  font-size: 14px;
  padding-right: 5px;
  line-height: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.recent-news-home_4 .recent-news-container article .post-content .post-main-content .btn-readmore .span-text {
  margin-left: -13px;
  color: #1F2A37;
  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 article .post-content .post-main-content .btn-readmore:hover:before {
  opacity: 1;
}
.recent-news-home_4 .recent-news-container article .post-content .post-main-content .btn-readmore:hover .span-text {
  font-style: italic;
  margin-left: 0;
  color: #94da46;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .recent-news-home_4 .recent-news-container article .post-content {
    width: 100%;
    position: relative;
  }
}
@media (max-width: 479px) {
  .recent-news-home_4 .recent-news-container article .post-content {
    width: 100%;
    position: relative;
    padding: 15px;
  }
}
.recent-news-home_4 .recent-news-container article:hover .post-thumbnail .post-image:after {
  -moz-transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.recent-news-home_4 .recent-news-container article:hover .post-thumbnail .post-image:before {
  -webkit-animation: 800ms ease-in-out normal none 1 running flipInX;
  -o-animation: 800ms ease-in-out normal none 1 running flipInX;
  animation: 800ms ease-in-out normal none 1 running flipInX;
  opacity: 1;
}
.recent-news-home_4 .recent-news-container article:hover .post-thumbnail .post-meta {
  top: 15%;
}
.recent-news-home_4 .recent-news-control .recent-news-nav {
  -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: 1;
  -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_4 .recent-news-control .recent-news-nav i {
  padding: 15px;
  background-color: #fff;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.recent-news-home_4 .recent-news-control .recent-news-nav.nav_next {
  right: 0;
}
.recent-news-home_4 .recent-news-control .recent-news-nav.nav_next:hover i {
  color: #94da46;
}
.recent-news-home_4 .recent-news-control .recent-news-nav.nav_prev {
  left: 0;
}
.recent-news-home_4 .recent-news-control .recent-news-nav.nav_prev:hover i {
  color: #94da46;
}
.recent-news-home_5 .recent-news-container {
  position: relative;
}
.recent-news-home_5 .recent-news-container .recent-news-control .news-nav {
  position: absolute;
  top: 50%;
  -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 .recent-news-container .recent-news-control .news-nav:hover {
  cursor: pointer;
}
.recent-news-home_5 .recent-news-container .recent-news-control .news-nav:hover i {
  color: #94da46;
}
.recent-news-home_5 .recent-news-container .recent-news-control .news-nav.nav-prev {
  float: left;
  margin-left: 25px;
}
.recent-news-home_5 .recent-news-container .recent-news-control .news-nav.nav-next {
  right: 0;
  float: right;
  margin-right: 25px;
}
.recent-news-home_5 .recent-news-container .recent-news-control .news-nav i {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  padding: 15px;
  background: #fff;
}
.recent-news-home_5 .recent-news-container .slick-slider .recent-news-item {
  position: relative;
  margin: 0 25px;
  text-align: center;
  background: #fff;
}
.recent-news-home_5 .recent-news-container .slick-slider .recent-news-item.slick-active .post-information {
  opacity: 1;
}
.recent-news-home_5 .recent-news-container .slick-slider .recent-news-item .post-thumbnail {
  position: relative;
  height: 550px;
  overflow: hidden;
}
.recent-news-home_5 .recent-news-container .slick-slider .recent-news-item .post-thumbnail a {
  display: block;
}
.recent-news-home_5 .recent-news-container .slick-slider .recent-news-item .post-thumbnail a img {
  width: 100%;
  -webkit-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}
@media (max-width: 1199px) {
  .recent-news-home_5 .recent-news-container .slick-slider .recent-news-item .post-thumbnail {
    height: 375px;
  }
}
@media (max-width: 991px) {
  .recent-news-home_5 .recent-news-container .slick-slider .recent-news-item .post-thumbnail {
    height: 300px;
  }
}
@media (max-width: 479px) {
  .recent-news-home_5 .recent-news-container .slick-slider .recent-news-item .post-thumbnail {
    height: 220px;
  }
}
.recent-news-home_5 .recent-news-container .slick-slider .recent-news-item .post-information {
  opacity: 0;
  position: absolute;
  width: 45%;
  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%);
  padding: 20px 0 30px 0;
  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;
}
.recent-news-home_5 .recent-news-container .slick-slider .recent-news-item .post-information:before {
  content: '';
  position: absolute;
  border: #fff solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
  z-index: 0;
}
.recent-news-home_5 .recent-news-container .slick-slider .recent-news-item .post-information .category {
  text-transform: uppercase;
  color: rgba(31, 42, 55, 0.5);
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.recent-news-home_5 .recent-news-container .slick-slider .recent-news-item .post-information .category:before {
  content: '';
  background-color: #94da46;
  height: 3px;
  width: 50px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -15px;
}
.recent-news-home_5 .recent-news-container .slick-slider .recent-news-item .post-information .post-title {
  position: relative;
  z-index: 1;
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.recent-news-home_5 .recent-news-container .slick-slider .recent-news-item .post-information .post-title a {
  display: block;
  color: #1F2A37;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.recent-news-home_5 .recent-news-container .slick-slider .recent-news-item .post-information .post-title a:hover {
  color: #94da46;
}
@media (max-width: 479px) {
  .recent-news-home_5 .recent-news-container .slick-slider .recent-news-item .post-information .post-title {
    font-size: 24px;
  }
}
.recent-news-home_5 .recent-news-container .slick-slider .recent-news-item .post-information .post-meta {
  color: rgba(31, 42, 55, 0.7);
  margin-bottom: 20px;
  text-transform: uppercase;
}
.recent-news-home_5 .recent-news-container .slick-slider .recent-news-item .post-information .post-meta .post-date {
  font-size: 12px;
  margin-right: 30px;
}
.recent-news-home_5 .recent-news-container .slick-slider .recent-news-item .post-information .post-meta .post-count-comments {
  font-size: 12px;
}
.recent-news-home_5 .recent-news-container .slick-slider .recent-news-item .post-information .post-meta i {
  margin-right: 5px;
}
.recent-news-home_5 .recent-news-container .slick-slider .recent-news-item .post-information .btn-readmore {
  position: relative;
  z-index: 1;
}
.recent-news-home_5 .recent-news-container .slick-slider .recent-news-item .post-information .btn-readmore span {
  padding: 10px 20px;
  border: 1px solid #94da46;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.recent-news-home_5 .recent-news-container .slick-slider .recent-news-item .post-information .btn-readmore span:hover {
  background-color: #94da46;
  color: #fff;
}
@media (max-width: 1199px) {
  .recent-news-home_5 .recent-news-container .slick-slider .recent-news-item .post-information {
    width: 75%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 479px) {
  .recent-news-home_5 .recent-news-container .slick-slider .recent-news-item .post-information {
    position: relative;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    left: 0;
    top: 0;
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .recent-news-home_5 .recent-news-container .slick-slider .recent-news-item .post-information:before {
    display: none;
  }
}
.recent-news-home_5 .recent-news-container .slick-slider .recent-news-item:hover .post-information:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1;
}
@media (max-width: 1919px) {
  .recent-news-home_5 .recent-news-container .slick-slider .recent-news-item {
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  .recent-news-home_5 .recent-news-container .slick-slider .recent-news-item {
    margin: 0;
  }
}
.recent-news-home_6 .recent-news-container article {
  padding: 25px 0;
}
.recent-news-home_6 .recent-news-container article:hover .post-thumbnail img {
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.recent-news-home_6 .recent-news-container article:hover .post-thumbnail .overlay-bg:after {
  bottom: 0;
}
.recent-news-home_6 .recent-news-container article:hover .post-thumbnail .overlay-bg:before {
  top: 0;
}
.recent-news-home_6 .recent-news-container article:hover .post-thumbnail a.btn-readmore:before {
  opacity: 1;
}
.recent-news-home_6 .recent-news-container article:hover .post-thumbnail a.btn-readmore h6 {
  opacity: 1;
  margin-top: 10px;
}
.recent-news-home_6 .recent-news-container article .post-thumbnail {
  position: relative;
  overflow: hidden;
  width: 40%;
  float: left;
}
.recent-news-home_6 .recent-news-container article .post-thumbnail img {
  width: 100%;
  -webkit-transition: all 0.55s ease-in-out;
  -o-transition: all 0.55s ease-in-out;
  transition: all 0.55s ease-in-out;
}
.recent-news-home_6 .recent-news-container article .post-thumbnail a.btn-readmore {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.recent-news-home_6 .recent-news-container article .post-thumbnail a.btn-readmore:before {
  content: '\f10e';
  text-align: center;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  font-size: 14px;
  border-radius: 100%;
  line-height: 28px;
  color: #fff;
  font-family: FontAwesome;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.45s ease 0.1s;
  -o-transition: all 0.45s ease 0.1s;
  transition: all 0.45s ease 0.1s;
}
.recent-news-home_6 .recent-news-container article .post-thumbnail a.btn-readmore h6 {
  opacity: 0;
  color: #fff;
  margin: 0;
  margin-top: -25px;
  -webkit-transition: all 0.45s ease 0.1s;
  -o-transition: all 0.45s ease 0.1s;
  transition: all 0.45s ease 0.1s;
}
.recent-news-home_6 .recent-news-container article .post-thumbnail a.btn-readmore h6:hover {
  color: #94da46;
}
.recent-news-home_6 .recent-news-container article .post-thumbnail .overlay-bg {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}
.recent-news-home_6 .recent-news-container article .post-thumbnail .overlay-bg:before,
.recent-news-home_6 .recent-news-container article .post-thumbnail .overlay-bg:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background-color: rgba(31, 42, 55, 0.2);
}
.recent-news-home_6 .recent-news-container article .post-thumbnail .overlay-bg:before {
  top: -100%;
}
.recent-news-home_6 .recent-news-container article .post-thumbnail .overlay-bg:after {
  bottom: -100%;
}
@media (max-width: 1700px) and (min-width: 992px) {
  .recent-news-home_6 .recent-news-container article .post-thumbnail {
    height: 240px;
  }
  .recent-news-home_6 .recent-news-container article .post-thumbnail img {
    height: 100%;
    width: auto;
    max-width: none;
  }
}
@media (max-width: 480px) {
  .recent-news-home_6 .recent-news-container article .post-thumbnail {
    width: 100%;
  }
}
.recent-news-home_6 .recent-news-container article .post-content {
  width: 60%;
  float: right;
  padding-left: 15px;
}
.recent-news-home_6 .recent-news-container article .post-content .entry-title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
}
.recent-news-home_6 .recent-news-container article .post-content .entry-title a {
  color: #1F2A37;
  -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: #94da46;
}
@media (max-width: 991px) and (min-width: 768px) {
  .recent-news-home_6 .recent-news-container article .post-content .entry-title {
    margin-top: 10px;
  }
}
.recent-news-home_6 .recent-news-container article .post-content .post-info {
  color: rgba(31, 42, 55, 0.9);
}
.recent-news-home_6 .recent-news-container article .post-content .post-info span {
  text-transform: capitalize;
  margin-right: 15px;
}
.recent-news-home_6 .recent-news-container article .post-content .post-info i {
  margin-right: 5px;
}
.recent-news-home_6 .recent-news-container article .post-content .post-excerpt {
  color: rgba(31, 42, 55, 0.8);
  position: relative;
  padding-top: 10px;
}
.recent-news-home_6 .recent-news-container article .post-content .category-content a:hover {
  color: #94da46;
}
@media (max-width: 480px) {
  .recent-news-home_6 .recent-news-container article .post-content {
    width: 100%;
  }
}
.recent-news-home_6 .recent-news-container article:first-child,
.recent-news-home_6 .recent-news-container article:last-child {
  padding: 0;
}
@media (max-width: 991px) {
  .recent-news-home_6 .recent-news-container article:first-child,
  .recent-news-home_6 .recent-news-container article:last-child {
    padding: 25px 0;
  }
}
.recent-news-home_9 {
  position: relative;
}
.recent-news-home_9:hover .recent-news-control .recent-news-nav {
  opacity: 1;
  visibility: visible;
}
.recent-news-home_9 .recent-news-container article {
  position: relative;
  padding: 0 15px;
  text-align: right;
}
.recent-news-home_9 .recent-news-container article .post-thumbnail {
  position: relative;
  overflow: hidden;
}
.recent-news-home_9 .recent-news-container article .post-thumbnail .overlay-bg {
  z-index: 2;
  height: 200px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
  transform-origin: bottom;
}
.recent-news-home_9 .recent-news-container article .post-thumbnail .post-image {
  overflow: hidden;
}
.recent-news-home_9 .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_9 .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(31, 42, 55, 0.6);
  -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_9 .recent-news-container article .post-thumbnail .post-image:after {
  content: '\f0c1';
  position: absolute;
  font-family: FontAwesome;
  top: 50%;
  left: 50%;
  z-index: 2;
  font-size: 36px;
  color: #fff;
  opacity: 0;
  -moz-transform: translate(-50%, -50%) scale(2);
  -webkit-transform: translate(-50%, -50%) scale(2);
  -ms-transform: translate(-50%, -50%) scale(2);
  -o-transform: translate(-50%, -50%) scale(2);
  transform: translate(-50%, -50%) scale(2);
  -webkit-transition: all 0.35s ease 0.2s;
  -o-transition: all 0.35s ease 0.2s;
  transition: all 0.35s ease 0.2s;
}
.recent-news-home_9 .recent-news-container article .post-thumbnail .post-image:hover:after {
  color: #94da46;
}
.recent-news-home_9 .recent-news-container article .avatar_author {
  position: relative;
  z-index: 2;
  height: 60px;
  width: 60px;
  padding: 5px;
  border-radius: 100%;
  background-color: #fff;
  margin-right: 10px;
  margin-top: -30px;
  display: inline-block;
}
.recent-news-home_9 .recent-news-container article .avatar_author img {
  border-radius: 100%;
}
.recent-news-home_9 .recent-news-container article .post-content {
  position: relative;
  text-align: left;
}
.recent-news-home_9 .recent-news-container article .post-content .post-content-inner {
  z-index: 2;
  background: #fff;
}
.recent-news-home_9 .recent-news-container article .post-content .post-content-inner .post-main-content .category {
  font-size: 12px;
  text-transform: uppercase;
  color: #94da46;
}
.recent-news-home_9 .recent-news-container article .post-content .post-content-inner .post-main-content .entry-title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}
.recent-news-home_9 .recent-news-container article .post-content .post-content-inner .post-main-content .entry-title a {
  font-weight: 400;
  font-size: 18px;
  color: #1F2A37;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.recent-news-home_9 .recent-news-container article .post-content .post-content-inner .post-main-content .entry-title a:hover {
  color: #94da46;
  text-decoration: underline;
}
@media (max-width: 479px) {
  .recent-news-home_9 .recent-news-container article .post-content .post-content-inner .post-main-content .entry-title a {
    font-size: 18px;
  }
}
.recent-news-home_9 .recent-news-container article .post-content .post-content-inner .post-main-content .post-excerpt {
  color: rgba(31, 42, 55, 0.75);
}
.recent-news-home_9 .recent-news-container article .post-content .post-content-inner .post-meta {
  font-size: 12px;
  margin: 10px 0;
}
.recent-news-home_9 .recent-news-container article .post-content .post-content-inner .post-meta .post-count-comments i {
  padding-right: 5px;
}
.recent-news-home_9 .recent-news-container article .post-content .post-content-inner .post-meta .post-date {
  margin-left: 15px;
}
.recent-news-home_9 .recent-news-container article .post-content .post-content-inner .post-meta .post-date i {
  padding-right: 5px;
}
.recent-news-home_9 .recent-news-container article .post-content .post-content-inner .btn-readmore {
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid #1F2A37;
  padding: 5px 15px;
  color: #1F2A37;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  display: inline-block;
}
.recent-news-home_9 .recent-news-container article .post-content .post-content-inner .btn-readmore span:after {
  content: '\f061';
  font-family: FontAwesome;
  padding-left: 5px;
}
.recent-news-home_9 .recent-news-container article .post-content .post-content-inner .btn-readmore:hover {
  color: #fff;
  background-color: #94da46;
  border-color: #94da46;
}
.recent-news-home_9 .recent-news-container article:hover .post-thumbnail .post-image:after {
  -moz-transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.recent-news-home_9 .recent-news-container article:hover .post-thumbnail .post-image:before {
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running pulse;
  -o-animation: 500ms ease-in-out 0s normal none 1 running pulse;
  animation: 500ms ease-in-out 0s normal none 1 running pulse;
  opacity: 1;
}
.recent-news-home_9 .recent-news-container article:hover .post-thumbnail .post-meta {
  top: 15%;
}
.recent-news-home_9 .recent-news-control .recent-news-nav {
  -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: 1;
  -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_9 .recent-news-control .recent-news-nav i {
  padding: 15px;
  background-color: #fff;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.recent-news-home_9 .recent-news-control .recent-news-nav.nav_next {
  right: 0;
}
.recent-news-home_9 .recent-news-control .recent-news-nav.nav_next:hover i {
  color: #94da46;
}
.recent-news-home_9 .recent-news-control .recent-news-nav.nav_prev {
  left: 0;
}
.recent-news-home_9 .recent-news-control .recent-news-nav.nav_prev:hover i {
  color: #94da46;
}
@-webkit-keyframes translate {
  0% {
    background: red;
    left: 0px;
    top: 0px;
  }
  100% {
    background: red;
    left: 100px;
    top: 0px;
  }
}
@keyframes translate {
  0% {
    background: red;
    left: 100px;
    top: 0px;
  }
  100% {
    background: red;
    left: 0px;
    top: 0px;
  }
}
.blog-wrap.grid.layout-container-fluid,
.blog-wrap.masonry.layout-container-fluid {
  padding: 0 15px;
}
.hentry.sticky {
  position: relative;
}
.hentry.sticky:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 75px solid #94da46;
  border-left: 75px solid transparent;
  z-index: 3;
}
.hentry.sticky:after {
  width: 150px;
  height: 50px;
  font-family: 'FontAwesome';
  content: "\f08d";
  position: absolute;
  right: -57px;
  top: -7px;
  color: #fff;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  z-index: 3;
}
.blog-inner .entry-thumbnail {
  position: relative;
  overflow: hidden;
}
.blog-inner .entry-thumbnail a.prettyPhoto {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  text-align: center;
  color: #fff;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.blog-inner .entry-thumbnail a.prettyPhoto 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.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.blog-inner .entry-thumbnail a.entry-thumbnail_overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-color: rgba(215, 255, 241, 0.5);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 1;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.blog-inner article.post .entry-wrap:hover a.entry-thumbnail_overlay:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.blog-inner article.post .entry-wrap:hover a.prettyPhoto {
  opacity: 1;
}
.blog-inner article.post .entry-wrap:hover a.prettyPhoto i {
  font-size: 24px;
}
.blog-inner article.format-video > .entry-thumbnail-wrap > .entry-thumbnail a.prettyPhoto {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0.8;
  width: 80px;
  height: 80px;
  font-size: 80px;
  line-height: 80px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.blog-inner .entry-thumbnail_overlay img {
  width: 100%;
  display: block;
}
.blog-inner h3.entry-title {
  font-size: 25px;
  margin-bottom: 20px;
}
.blog-inner h3.entry-title a {
  color: rgba(31, 42, 55, 0.6);
}
.blog-inner .entry-post-meta-wrap {
  margin-bottom: 15px;
}
.blog-inner .entry-post-meta-wrap ul.entry-meta {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
}
.blog-inner .entry-post-meta-wrap ul.entry-meta li {
  display: inline;
  font-size: 14px;
  line-height: 1.4;
  margin-right: 15px;
  vertical-align: middle;
  text-transform: uppercase;
  color: rgba(31, 42, 55, 0.7);
}
.blog-inner .entry-post-meta-wrap ul.entry-meta li a {
  color: inherit;
}
.blog-inner .entry-post-meta-wrap ul.entry-meta li i {
  margin-right: 5px;
  vertical-align: middle;
}
.blog-inner .entry-post-meta-wrap ul.entry-meta li:last-child {
  margin-right: 0;
}
.blog-inner .entry-excerpt p {
  margin-bottom: 0;
}
.blog-inner .read-more {
  text-decoration: underline;
}
.blog-inner .jp-interface {
  background-color: transparent;
  height: 140px;
  border: 2px solid #ccc;
}
.blog-inner .jp-play-pause {
  padding: 0;
  text-align: center;
  background-color: transparent;
  height: 100%;
  width: auto;
  margin-left: 25px;
}
.blog-inner .jp-play-pause i {
  font-size: 38px;
  line-height: 136px;
}
.blog-inner .jp-progress {
  margin: 0 0 0 10px;
}
.blog-inner .jp-seek-bar {
  height: 18px;
  border: 2px solid #ccc;
  width: 100%;
}
.blog-inner .jp-volume {
  height: 18px;
  line-height: 1;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto auto auto 50px;
  padding: 0;
}
.blog-inner .jp-volume > li {
  display: inline-block;
  vertical-align: middle;
}
.blog-inner .jp-volume-bar {
  height: 18px;
  width: 100px;
  border: 2px solid #ccc;
  margin-left: 10px;
}
.blog-inner .jp-volume-bar-value {
  height: 14px;
}
.blog-inner article.format-link .post-format-icon,
.blog-inner article.format-quote .post-format-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 34px;
  float: left;
  margin-right: 30px;
  color: #fff;
}
.blog-inner article.format-link .entry-content-wrap,
.blog-inner article.format-quote .entry-content-wrap {
  position: relative;
  overflow: hidden;
}
.blog-inner article.format-link .entry-content-link {
  font-size: 16px;
  font-style: italic;
  letter-spacing: 0.02em;
  color: rgba(31, 42, 55, 0.8);
}
.blog-inner article.format-link .entry-content-link a {
  color: inherit;
}
.blog-inner article.format-quote .entry-content-quote blockquote {
  padding: 0;
  margin: 0;
  border: none;
  font-size: 16px;
  font-style: italic;
  letter-spacing: 0.02em;
  color: rgba(31, 42, 55, 0.8);
}
.blog-inner article.format-quote .entry-content-quote blockquote p:before {
  content: "“";
  margin-right: 5px;
}
.blog-inner article.format-quote .entry-content-quote blockquote cite {
  text-transform: uppercase;
  text-decoration: underline;
  display: block;
  margin-top: 10px;
  font-size: 14px;
}
.blog-inner.blog-style-medium-image .entry-thumbnail-wrap {
  float: left;
  width: 50%;
}
.blog-inner.blog-style-medium-image .entry-content-wrap {
  position: relative;
  overflow: hidden;
  width: 50%;
  display: inline-block;
  padding-left: 20px;
}
.blog-inner.blog-style-medium-image .entry-content-wrap .entry-detail .entry-title {
  margin-top: 0;
}
.blog-inner.blog-style-medium-image article.format-audio .entry-thumbnail-wrap {
  float: none;
  width: 100%;
  max-width: none;
  margin: 0 0 40px 0;
}
.blog-inner.blog-style-medium-image .entry-post-meta-wrap ul.entry-meta li.entry-meta-category {
  display: none;
}
.blog-inner.blog-style-large-image article + article {
  margin-top: 25px;
}
.blog-inner.blog-style-large-image h3.entry-title {
  font-size: 24px;
}
.blog-inner.blog-style-large-image article.format-video > .entry-thumbnail-wrap > .entry-thumbnail a.prettyPhoto {
  width: 100px;
  height: 100px;
  font-size: 100px;
  line-height: 100px;
}
.blog-inner.blog-style-grid,
.blog-inner.blog-style-masonry {
  margin: 0 -15px;
}
.blog-inner.blog-style-grid article,
.blog-inner.blog-style-masonry article {
  float: left;
}
.blog-inner.blog-style-grid article.format-link .post-format-icon,
.blog-inner.blog-style-masonry article.format-link .post-format-icon,
.blog-inner.blog-style-grid article.format-quote .post-format-icon,
.blog-inner.blog-style-masonry article.format-quote .post-format-icon,
.blog-inner.blog-style-grid article.format-link h3.entry-title,
.blog-inner.blog-style-masonry article.format-link h3.entry-title,
.blog-inner.blog-style-grid article.format-quote h3.entry-title,
.blog-inner.blog-style-masonry article.format-quote h3.entry-title,
.blog-inner.blog-style-grid article.format-link .entry-post-meta-wrap,
.blog-inner.blog-style-masonry article.format-link .entry-post-meta-wrap,
.blog-inner.blog-style-grid article.format-quote .entry-post-meta-wrap,
.blog-inner.blog-style-masonry article.format-quote .entry-post-meta-wrap {
  display: none;
}
.blog-inner.blog-style-grid article.format-link .entry-content-wrap,
.blog-inner.blog-style-masonry article.format-link .entry-content-wrap,
.blog-inner.blog-style-grid article.format-quote .entry-content-wrap,
.blog-inner.blog-style-masonry article.format-quote .entry-content-wrap {
  padding: 35px;
}
.blog-inner.blog-style-grid .jp-interface,
.blog-inner.blog-style-masonry .jp-interface {
  height: 70px;
}
.blog-inner.blog-style-grid .jp-play-pause,
.blog-inner.blog-style-masonry .jp-play-pause {
  margin-left: 20px;
}
.blog-inner.blog-style-grid .jp-play-pause i,
.blog-inner.blog-style-masonry .jp-play-pause i {
  line-height: 68px;
}
.blog-inner.blog-style-grid .jp-volume,
.blog-inner.blog-style-masonry .jp-volume {
  margin: auto auto auto 30px;
}
.blog-inner.blog-style-grid .jp-volume-bar,
.blog-inner.blog-style-masonry .jp-volume-bar {
  display: none;
}
.blog-inner.blog-style-grid .entry-post-meta-wrap ul.entry-meta li.entry-meta-category,
.blog-inner.blog-style-masonry .entry-post-meta-wrap ul.entry-meta li.entry-meta-category {
  display: none;
}
.blog-inner.blog-style-grid article.format-quote .entry-content-quote blockquote,
.blog-inner.blog-style-masonry article.format-quote .entry-content-quote blockquote {
  font-size: 18px;
}
.blog-inner.blog-style-grid.blog-col-2 article,
.blog-inner.blog-style-masonry.blog-col-2 article {
  width: 50%;
}
.blog-inner.blog-style-grid.blog-col-2 article:nth-child(2n+1),
.blog-inner.blog-style-masonry.blog-col-2 article:nth-child(2n+1) {
  clear: both;
}
@media (max-width: 480px) {
  .blog-inner.blog-style-grid.blog-col-2 article,
  .blog-inner.blog-style-masonry.blog-col-2 article {
    width: 100%;
  }
}
.blog-inner.blog-style-grid.blog-col-3 article,
.blog-inner.blog-style-masonry.blog-col-3 article {
  width: 33.33333333333333%;
}
.blog-inner.blog-style-grid.blog-col-3 article:nth-child(3n+1),
.blog-inner.blog-style-masonry.blog-col-3 article:nth-child(3n+1) {
  clear: both;
}
@media (min-width: 481px) and (max-width: 767px) {
  .blog-inner.blog-style-grid.blog-col-3 article,
  .blog-inner.blog-style-masonry.blog-col-3 article {
    width: 50%;
  }
  .blog-inner.blog-style-grid.blog-col-3 article:nth-child(3n+1),
  .blog-inner.blog-style-masonry.blog-col-3 article:nth-child(3n+1) {
    clear: none;
  }
  .blog-inner.blog-style-grid.blog-col-3 article:nth-child(2n+1),
  .blog-inner.blog-style-masonry.blog-col-3 article:nth-child(2n+1) {
    clear: both;
  }
}
@media (max-width: 480px) {
  .blog-inner.blog-style-grid.blog-col-3 article,
  .blog-inner.blog-style-masonry.blog-col-3 article {
    width: 100%;
  }
}
.blog-inner.blog-style-grid.blog-col-4 article,
.blog-inner.blog-style-masonry.blog-col-4 article {
  width: 25%;
}
.blog-inner.blog-style-search h3.entry-title {
  font-size: 25px;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 66.66666666666667%;
}
.blog-paging-wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
}
.blog-paging-wrapper ul.pagination {
  padding: 0;
  margin: 0;
}
.blog-paging-wrapper .pagination > li > a,
.blog-paging-wrapper .pagination > li > span {
  font-size: 14px;
  color: #1F2A37;
  padding: 0;
  width: 50px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border: 1px solid #ccc;
}
.blog-paging-wrapper .pagination > li > a.next,
.blog-paging-wrapper .pagination > li > span.next,
.blog-paging-wrapper .pagination > li > a.prev,
.blog-paging-wrapper .pagination > li > span.prev {
  font-size: 18px;
}
.blog-paging-wrapper .pagination > li > a.next:before,
.blog-paging-wrapper .pagination > li > span.next:before,
.blog-paging-wrapper .pagination > li > a.prev:before,
.blog-paging-wrapper .pagination > li > span.prev:before {
  display: none;
}
.blog-paging-wrapper .pagination > li > a.next > i,
.blog-paging-wrapper .pagination > li > span.next > i,
.blog-paging-wrapper .pagination > li > a.prev > i,
.blog-paging-wrapper .pagination > li > span.prev > i {
  line-height: 40px;
}
.blog-paging-wrapper .pagination > li > a.current,
.blog-paging-wrapper .pagination > li > span.current {
  color: #94da46;
}
.blog-paging-wrapper .pagination > li > a:hover,
.blog-paging-wrapper .pagination > li > span:hover {
  background-color: #fff;
  color: #94da46;
}
.blog-paging-wrapper .pagination > li {
  float: left;
}
.blog-paging-wrapper.blog-paging-load-more {
  text-align: center;
}
.blog-paging-wrapper.blog-paging-load-more .blog-load-more {
  color: #fff;
  background-color: #94da46;
}
.blog-paging-wrapper.blog-paging-load-more .blog-load-more > span[class^='fa'] {
  letter-spacing: 0;
}
.blog-paging-wrapper.blog-paging-load-more .blog-load-more:hover {
  background-color: #7bc528;
}
.blog-wrap .entry-thumbnail-wrap,
.begreen-post .begreen-post-image {
  /*owl-carousel*/
}
.blog-wrap .entry-thumbnail-wrap .owl-carousel,
.begreen-post .begreen-post-image .owl-carousel {
  margin: 0;
}
.blog-wrap .entry-thumbnail-wrap .owl-carousel .owl-nav div,
.begreen-post .begreen-post-image .owl-carousel .owl-nav div {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: auto;
  display: block;
  top: 0;
  bottom: 0;
  cursor: pointer;
  text-align: center;
  background-color: #fff;
  z-index: 200;
  padding: 0;
  opacity: 0;
  color: #bfbfbf;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-wrap .entry-thumbnail-wrap .owl-carousel .owl-nav div:hover,
.begreen-post .begreen-post-image .owl-carousel .owl-nav div:hover {
  background-color: #94da46;
  color: #fff;
}
.blog-wrap .entry-thumbnail-wrap .owl-carousel .owl-nav div.owl-next,
.begreen-post .begreen-post-image .owl-carousel .owl-nav div.owl-next {
  right: 0;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
  transform: translateX(50px);
}
.blog-wrap .entry-thumbnail-wrap .owl-carousel .owl-nav div.owl-prev,
.begreen-post .begreen-post-image .owl-carousel .owl-nav div.owl-prev {
  left: 0;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  transform: translateX(-50px);
}
.blog-wrap .entry-thumbnail-wrap:hover .owl-carousel .owl-nav div,
.begreen-post .begreen-post-image:hover .owl-carousel .owl-nav div {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.entry-content:after,
.comment-text:after {
  content: "";
  clear: both;
  display: block;
}
.entry-content table,
.comment-text table {
  border-collapse: collapse;
}
.entry-content table,
.comment-text table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.entry-content table > thead > tr > th,
.comment-text table > thead > tr > th,
.entry-content table > tbody > tr > th,
.comment-text table > tbody > tr > th,
.entry-content table > tfoot > tr > th,
.comment-text table > tfoot > tr > th,
.entry-content table > thead > tr > td,
.comment-text table > thead > tr > td,
.entry-content table > tbody > tr > td,
.comment-text table > tbody > tr > td,
.entry-content table > tfoot > tr > td,
.comment-text table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ccc;
}
.entry-content table > thead > tr > th,
.comment-text table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #ccc;
}
.entry-content table > caption + thead > tr:first-child > th,
.comment-text table > caption + thead > tr:first-child > th,
.entry-content table > colgroup + thead > tr:first-child > th,
.comment-text table > colgroup + thead > tr:first-child > th,
.entry-content table > thead:first-child > tr:first-child > th,
.comment-text table > thead:first-child > tr:first-child > th,
.entry-content table > caption + thead > tr:first-child > td,
.comment-text table > caption + thead > tr:first-child > td,
.entry-content table > colgroup + thead > tr:first-child > td,
.comment-text table > colgroup + thead > tr:first-child > td,
.entry-content table > thead:first-child > tr:first-child > td,
.comment-text table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.entry-content table > tbody + tbody,
.comment-text table > tbody + tbody {
  border-top: 1px solid #ccc;
}
.entry-content blockquote p,
.comment-text blockquote p {
  position: relative;
  overflow: hidden;
}
.entry-content blockquote cite,
.comment-text blockquote cite {
  display: block;
  font-size: 15px;
}
.entry-content input[type="submit"],
.comment-text input[type="submit"] {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  color: #fff;
  border: none;
  padding: 9px 25px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.entry-content p:last-child,
.comment-text p:last-child {
  margin-bottom: 0;
}
.entry-content dd,
.comment-text dd,
.entry-content dt,
.comment-text dt {
  line-height: 2.2;
}
.entry-meta-tag {
  font-size: 0;
  display: block;
  margin-bottom: 20px;
}
.entry-meta-tag label {
  display: none;
}
.entry-meta-tag a {
  display: inline-block;
  margin-right: 10px;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  color: #83cab1;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.entry-meta-tag a:before {
  content: "#";
  margin-right: 5px;
  display: inline-block;
}
.entry-meta-tag a:hover {
  color: #94da46;
}
.social-share-wrap {
  width: 50%;
  float: left;
  text-align: right;
}
.social-share-wrap label {
  font-size: 12px;
  margin-bottom: 0;
  color: rgba(31, 42, 55, 0.7);
  font-weight: normal;
  margin-right: 5px;
  text-transform: uppercase;
}
.social-share-wrap label i {
  margin-right: 10px;
}
.social-share-wrap ul.social-share {
  padding: 0;
  margin: 0;
  display: inline;
}
.social-share-wrap ul.social-share li {
  display: inline-block;
}
.social-share-wrap ul.social-share li a {
  display: block;
  text-align: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  padding: 5px 8px;
  color: rgba(31, 42, 55, 0.7);
}
.social-share-wrap ul.social-share li a:hover {
  color: #94da46;
}
.social-share-wrap ul.social-share li + li {
  margin-left: 5px;
}
@media (max-width: 320px) {
  .social-share-wrap {
    width: 100%;
    text-align: left;
  }
}
/*
* Single Post
* 
 */
.single-post .site-content-single-post {
  overflow: hidden;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-post-meta-wrap .entry-meta-info {
  position: relative;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-post-meta-wrap .entry-meta-info h1 {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: normal;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-post-meta-wrap .entry-meta-info ul {
  padding-left: 0px;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-post-meta-wrap .entry-meta-info ul li {
  display: inline-block;
  margin-right: 30px;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(31, 42, 55, 0.7);
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-post-meta-wrap .entry-meta-info ul li i {
  font-size: 14px;
  padding-right: 10px;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-post-meta-wrap .entry-meta-info .entry-post-format {
  position: absolute;
  right: 30px;
  top: 50%;
  font-size: 36px;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .single-post .site-content-single-post .blog-wrap .blog-inner article .entry-post-meta-wrap .entry-meta-info .entry-post-format {
    display: none;
  }
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-thumbnail-wrap {
  position: relative;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-thumbnail-wrap .entry-thumbnail:before {
  display: none;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-thumbnail-wrap .entry-post-format {
  height: 50px;
  width: 50px;
  background-color: #fff;
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-radius: 100%;
  line-height: 50px;
  text-align: center;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-thumbnail-wrap .entry-post-format i {
  font-size: 16px;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article h3.entry-title {
  font-size: 32px;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-content {
  margin-bottom: 25px;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-content .post-password-form input[type=password] {
  border: 1px solid #94da46;
  background-color: transparent;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-content .post-password-form input[type=submit] {
  background-color: #94da46;
  color: #fff;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-content .post-password-form input[type=submit]:hover {
  background-color: #7bc528;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article blockquote {
  border-left-width: 5px;
  border-left-style: solid;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-content-wrap .entry-content p {
  color: rgba(31, 42, 55, 0.9);
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-content-wrap .entry-tag-share {
  height: 50px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-content-wrap .entry-tag-share .entry-meta-tag {
  float: left;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-content-wrap .entry-tag-share .entry-meta-tag a {
  line-height: 48px;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-content-wrap .entry-tag-share .social-share-wrap {
  float: right;
  line-height: 48px;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-content-wrap .entry-tag-share .social-share-wrap label {
  color: #1F2A37;
  font-weight: 600;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-content-wrap .entry-tag-share .social-share-wrap label i {
  display: none;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-content-wrap .entry-tag-share .social-share-wrap ul li a {
  padding: 0 2px;
  color: #1F2A37;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-content-wrap .entry-tag-share .social-share-wrap ul li a i {
  font-size: 12px;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-content-wrap .entry-tag-share .social-share-wrap ul li a:hover {
  color: #94da46;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .author-info {
  padding-top: 40px;
  border-top: 1px solid #ccc;
  margin-top: -1px;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .author-info .author-avatar {
  float: left;
  width: 100px;
  margin-right: 40px;
  margin-left: 50px;
  text-align: center;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .author-info .author-avatar .alignnone {
  margin: 0;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .author-info .author-avatar img.avatar {
  -webkit-border-top-right-radius: 100%;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 100%;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 100%;
  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;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .author-info .author-avatar h3.author-title {
  margin: 20px 0 0 0;
  font-size: 13px;
  text-transform: uppercase;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .author-info .author-description {
  position: relative;
  overflow: hidden;
  padding-left: 10px;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .author-info .author-description p.author-bio {
  position: relative;
  margin-bottom: 0;
  padding: 25px;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article .author-info .author-description p.author-bio:after {
  right: 100%;
  top: 50px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #ccc;
  border-width: 7px;
}
.single-post .site-content-single-post .blog-wrap .blog-inner article article.format-video > .entry-thumbnail-wrap > .entry-thumbnail a.prettyPhoto {
  width: 100px;
  height: 100px;
  font-size: 100px;
  line-height: 100px;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .author-info {
  text-align: center;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .author-info .author-avatar {
  height: 80px;
  width: 80px;
  margin: 0 auto;
  position: relative;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .author-info .author-avatar img {
  border-radius: 100%;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .author-info .author-avatar:before {
  content: '';
  position: absolute;
  border: #94da46 solid 2px;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1;
  border-radius: 100%;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation {
  margin-top: 0;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-previous {
  width: 50%;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-previous a {
  padding: 15px 0px;
  display: table;
  width: 100%;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-previous a:hover .post-navigation-icon,
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-previous a:hover .post-navigation-label {
  color: #94da46;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-previous a .post-navigation-left {
  display: table-cell;
  width: 70px;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-previous a .post-navigation-left .post-navigation-label {
  white-space: nowrap;
  padding: 0 30px;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-previous a .post-navigation-left .post-navigation-icon {
  margin-top: -9px;
  left: 0px;
  font-size: 16px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-previous a .post-navigation-content {
  display: table-cell;
  vertical-align: middle;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-next {
  width: 50%;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-next a {
  padding: 15px 0px;
  display: table;
  width: 100%;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-next a .post-navigation-right {
  display: table-cell;
  width: 70px;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-next a .post-navigation-right .post-navigation-label {
  white-space: nowrap;
  padding: 0 30px;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-next a .post-navigation-right .post-navigation-icon {
  margin-top: -9px;
  right: 0px;
  font-size: 16px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-next a .post-navigation-content {
  display: table-cell;
  vertical-align: middle;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-next a .post-navigation-content .post-navigation-title {
  text-align: right;
  padding-left: 30px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-next a:hover .post-navigation-icon,
.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-next a:hover .post-navigation-label {
  color: #94da46;
}
@media (max-width: 481px) {
  .single-post .site-content-single-post .site-content-archive-inner .blog-wrap .blog-inner article .entry-content-wrap {
    padding: 0px;
  }
  .single-post .site-content-single-post .site-content-archive-inner .blog-wrap .blog-inner article h1 {
    font-size: 25px;
  }
}
.entry-comments {
  margin-top: 50px;
  margin-bottom: 50px;
}
.entry-comments h3.comments-title {
  font-size: 24px;
  padding-bottom: 8px;
  margin-bottom: 30px;
  position: relative;
}
.entry-comments h3.comments-title:before {
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #94da46;
  content: '';
  bottom: 0px;
  left: 0px;
}
.entry-comments .entry-comments-list {
  padding-bottom: 45px;
}
.entry-comments .entry-comments-list ol.commentlist {
  padding: 0;
  margin: 0;
  list-style: none;
}
.entry-comments .entry-comments-list ol.commentlist li .children {
  margin: 0px;
  padding-left: 25px;
}
.entry-comments .entry-comments-list ol.commentlist li .children li {
  list-style: none;
}
.entry-comments .entry-comments-list ol.commentlist li .comment-body {
  border-bottom: 1px solid #ccc;
  padding: 30px 0px;
}
.entry-comments .entry-comments-list ol.commentlist li img.avatar {
  float: left;
  width: 80px;
  margin: 0;
  border-radius: 100%;
}
.entry-comments .entry-comments-list ol.commentlist li .comment-text {
  position: relative;
  padding-left: 110px;
}
.entry-comments .entry-comments-list ol.commentlist li .comment-text .comment-meta .comment-reply-link,
.entry-comments .entry-comments-list ol.commentlist li .comment-text .comment-meta .comment-edit-link {
  font-size: 13px;
  text-transform: uppercase;
}
.entry-comments .entry-comments-list ol.commentlist li .comment-text .comment-meta .comment-edit-link {
  margin-left: 40px;
}
.entry-comments .entry-comments-list ol.commentlist li .author {
  position: relative;
}
.entry-comments .entry-comments-list ol.commentlist li .author .author-name {
  font-size: 18px;
  color: #1F2A37;
  text-transform: capitalize;
  font-weight: 600;
}
.entry-comments .entry-comments-list ol.commentlist li .author .author-name a {
  color: inherit;
}
.entry-comments .entry-comments-list ol.commentlist li .author .comment-meta-date {
  margin-left: 20px;
  position: relative;
  padding-left: 20px;
}
.entry-comments .entry-comments-list ol.commentlist li .author .comment-meta-date:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  background-color: #94da46;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 5px;
  left: 0px;
}
.entry-comments .entry-comments-list ol.commentlist li .text p {
  font-style: italic;
  color: rgba(31, 42, 55, 0.9);
}
.entry-comments .entry-comments-list ol.commentlist li .comment-respond {
  margin-top: 20px;
}
.entry-comments .entry-comments-list ol.commentlist li:last-child .comment-text {
  border-bottom: none;
  padding-bottom: 0;
}
.entry-comments .entry-comments-list nav.comment-navigation {
  margin-bottom: 20px;
}
.entry-comments .entry-comments-list nav.comment-navigation .page-numbers {
  display: inline-block;
  margin-right: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ccc;
  color: #888;
  font-size: 14px;
}
.entry-comments .entry-comments-list nav.comment-navigation .page-numbers.next,
.entry-comments .entry-comments-list nav.comment-navigation .page-numbers.prev {
  font-size: 18px;
}
.entry-comments .entry-comments-list nav.comment-navigation .page-numbers:hover,
.entry-comments .entry-comments-list nav.comment-navigation .page-numbers:focus {
  color: #202020;
}
.entry-comments .entry-comments-list nav.comment-navigation .page-numbers.current {
  color: #94da46;
}
.entry-comments .entry-comments-list nav.comment-navigation.comment-navigation-bottom {
  margin-bottom: 0;
  margin-top: 20px;
}
.entry-comments .row {
  margin: 0;
}
.entry-comments .row .form-submit input {
  color: #1F2A37;
}
.entry-comments .row .form-submit input:hover {
  color: #fff;
}
.comment-reply-title {
  font-size: 24px;
  padding-bottom: 8px;
  margin-bottom: 30px;
  position: relative;
}
.comment-reply-title:before {
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #94da46;
  content: '';
  bottom: 0px;
  left: 0px;
}
.comment-form input[type="text"],
.comment-form input[type="search"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="password"],
.comment-form textarea[name="comment"] {
  border-radius: 0px;
  width: 100%;
  background-color: #fff;
}
.comment-form input[type="text"]:focus,
.comment-form input[type="search"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form input[type="password"]:focus,
.comment-form textarea[name="comment"]:focus {
  border-color: #94da46;
  box-shadow: none;
}
.comment-form textarea {
  height: 100px;
}
.comment-form .form-group {
  margin-bottom: 10px;
}
.comment-form .form-submit {
  margin: 5px 0 0 0;
  text-transform: uppercase;
}
.comment-form .form-submit input[type='submit'] {
  border-radius: 0px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #1F2A37;
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 12px 25px;
  min-width: 170px;
  text-align: center;
  border: none;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.comment-form .form-submit input[type='submit']:hover {
  background-color: #94da46;
}
.comment-form .comment-notes,
.comment-form .logged-in-as {
  display: none;
}
/* cd
* General
*/
.blog-wrap {
  margin-bottom: 0;
  /* 
  *   Blog Masonry
  */
  /*
  *   Blog Grid
  */
}
.blog-wrap .blog-inner article + article {
  margin-top: 25px;
}
.blog-wrap .blog-inner.blog-style-masonry article,
.blog-wrap .blog-inner.blog-style-grid article {
  margin-top: 0;
}
.blog-wrap .blog-inner article {
  padding-bottom: 25px;
}
.blog-wrap .blog-inner article .post-item .entry-wrap {
  position: relative;
}
.blog-wrap .blog-inner article .post-item .entry-wrap .entry-thumbnail-wrap {
  position: relative;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.blog-wrap .blog-inner article .post-item .entry-wrap .entry-thumbnail-wrap a img {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.blog-wrap .blog-inner article .post-item .entry-wrap .entry-content-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
}
.blog-wrap .blog-inner article .post-item .entry-wrap .entry-content-wrap .entry-detail {
  background-color: #fff;
}
.blog-wrap .blog-inner article .post-item .entry-wrap .entry-content-wrap .entry-detail h3 {
  margin-top: 20px;
}
.blog-wrap .blog-inner article .post-item .entry-wrap .entry-content-wrap .entry-detail h3 a {
  color: #1F2A37;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.blog-wrap .blog-inner article .post-item .entry-wrap .entry-content-wrap .entry-detail h3:hover a {
  color: #94da46;
}
.blog-wrap .blog-inner article .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-post-meta-wrap li a {
  font-weight: 600;
}
.blog-wrap .blog-inner article .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-post-meta-wrap li.entry-meta-author a {
  text-transform: capitalize;
}
.blog-wrap .blog-inner article .post-item .entry-wrap .entry-content-wrap .entry-detail .btn-readmore {
  position: relative;
  display: inline-block;
  color: #1F2A37;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  font-size: 18px;
}
.blog-wrap .blog-inner article .post-item .entry-wrap .entry-content-wrap .entry-detail .btn-readmore:hover {
  color: #94da46;
}
.blog-wrap .blog-inner article .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-excerpt {
  color: rgba(31, 42, 55, 0.9);
  margin-bottom: 15px;
}
.blog-wrap .blog-inner article .post-item:hover .entry-wrap .entry-thumbnail-wrap {
  -webkit-box-shadow: 0 1px 5px 2px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: 0 1px 5px 2px rgba(51, 51, 51, 0.2);
  box-shadow: 0 1px 5px 2px rgba(51, 51, 51, 0.2);
}
.blog-wrap .blog-inner article .post-item:hover .entry-wrap .entry-thumbnail-wrap a img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 480px) {
  .blog-wrap .blog-inner article .post-item {
    padding: 0px 0px 20px 0px;
    margin-bottom: 0;
  }
}
.blog-wrap.large-image .blog-inner .entry-wrap .entry-content-wrap .entry-detail .entry-title {
  font-size: 24px;
  margin-top: 30px;
}
.blog-wrap.large-image .blog-inner .entry-wrap .entry-content-wrap .entry-detail .btn-readmore {
  background-color: #94da46;
  color: #fff;
  padding: 10px 30px;
}
.blog-wrap.large-image .blog-inner .entry-wrap .entry-content-wrap .entry-detail .btn-readmore:hover {
  background-color: #6eb023;
}
.blog-wrap.masonry .blog-inner .entry-wrap .entry-content-wrap .entry-title {
  font-size: 24px;
  font-weight: normal;
}
.blog-wrap.grid .blog-inner .entry-wrap .entry-content-wrap .entry-title {
  font-size: 24px;
  font-weight: normal;
}
.hide_author .blog-inner .entry-post-meta-wrap ul.entry-meta .entry-meta-author {
  display: none;
}
.hide_comment .blog-inner .entry-post-meta-wrap ul.entry-meta .entry-meta-comment {
  display: none;
}
.hide_category .blog-inner .entry-post-meta-wrap ul.entry-meta .entry-meta-category {
  display: none;
}
.hide_date .blog-inner .entry-post-meta-wrap ul.entry-meta .entry-meta-date {
  display: none;
}
.hide_readmore .blog-inner article .entry-wrap .entry-content-wrap .entry-detail .btn-readmore {
  display: none;
}
@media (max-width: 991px) {
  .blog-inner.blog-style-grid article,
  .begreen-post.blog-style-grid article,
  .blog-inner.blog-style-masonry article,
  .begreen-post.blog-style-masonry article {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .blog-inner .jp-interface,
  .begreen-post .jp-interface {
    height: 70px;
  }
  .blog-inner .jp-play-pause,
  .begreen-post .jp-play-pause {
    margin-left: 20px;
  }
  .blog-inner .jp-play-pause i,
  .begreen-post .jp-play-pause i {
    line-height: 68px;
  }
  .blog-inner .jp-volume,
  .begreen-post .jp-volume {
    margin: auto auto auto 30px;
  }
  .blog-inner .jp-volume-bar,
  .begreen-post .jp-volume-bar {
    display: none;
  }
  .blog-inner.blog-style-medium-image .entry-thumbnail-wrap,
  .begreen-post.blog-style-medium-image .entry-thumbnail-wrap {
    float: none;
    margin: 0 0 40px 0;
    width: 100%;
    max-width: 100%;
  }
  .blog-inner.blog-style-grid article,
  .begreen-post.blog-style-grid article,
  .blog-inner.blog-style-masonry article,
  .begreen-post.blog-style-masonry article {
    width: 100%;
    padding: 0px 15px;
  }
  .blog-inner.blog-style-grid article + article,
  .begreen-post.blog-style-grid article + article,
  .blog-inner.blog-style-masonry article + article,
  .begreen-post.blog-style-masonry article + article {
    margin-top: 30px;
  }
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .blog-inner article.format-link .post-format-icon,
  .begreen-post article.format-link .post-format-icon,
  .blog-inner article.format-quote .post-format-icon,
  .begreen-post article.format-quote .post-format-icon {
    display: none;
  }
  .site-content-single-post .blog-inner .author-info .author-avatar {
    float: none;
    margin: 0 auto 20px auto;
  }
  .site-content-single-post .blog-inner .author-info .author-description {
    padding-left: 0;
  }
  .entry-comments .entry-comments-list ol.commentlist li img.avatar {
    width: 65px;
    margin-right: 10px;
  }
  .entry-comments .entry-comments-list ol.commentlist li .comment-text {
    padding-left: 0;
  }
  .entry-comments .entry-comments-list ol.commentlist li .author .comment-meta {
    position: relative;
  }
  .entry-comments-form-avatar {
    display: none;
  }
}
@media (max-width: 767px) {
  .yolo-site-content-page .blog-inner article {
    padding: 0px;
  }
}
/*-------------------------------------
.product-item-wrap
---------------------------------------*/
.product-item-wrap {
  padding: 0 15px 0 15px;
  margin: 25px 0;
}
.star-rating.rating-invisible {
  display: none;
}
.product-item-inner {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.product-thumb img {
  width: 100%;
}
.product-thumb {
  position: relative;
  background-color: #fff;
}
.product-thumb .product-thumb-primary {
  overflow: hidden;
}
.product-thumb .product-thumb-primary img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.product-thumb-secondary {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.product-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
.product-link:hover .product-hover-sign hr:nth-child(1) {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(1, 1, 1);
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(1, 1, 1);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(1, 1, 1);
  -o-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(1, 1, 1);
  transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(1, 1, 1);
}
.product-link:hover .product-hover-sign hr:nth-child(2) {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(1, 1, 1);
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(1, 1, 1);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(1, 1, 1);
  -o-transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(1, 1, 1);
  transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(1, 1, 1);
}
.product-link .product-hover-sign {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  z-index: 12;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.product-link .product-hover-sign hr {
  top: 50%;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -o-transform-origin: 50%;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  width: 40px;
  opacity: 0;
  margin: 0;
  left: 50%;
  position: absolute;
  border: 0;
  border-top: 1px solid #94da46;
  height: 0;
  z-index: 11;
}
.product-link .product-hover-sign hr:nth-child(1) {
  -moz-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(0, 0, 1);
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(0, 0, 1);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(0, 0, 1);
  -o-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(0, 0, 1);
  transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(0, 0, 1);
}
.product-link .product-hover-sign hr:nth-child(2) {
  -moz-transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(0, 0, 1);
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(0, 0, 1);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(0, 0, 1);
  -o-transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(0, 0, 1);
  transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(0, 0, 1);
}
.add-to-cart-wrap {
  display: block;
}
.add-to-cart-wrap a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  color: #1F2A37;
  display: block;
  padding: 0;
  opacity: 0;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 0;
  min-width: 0;
  vertical-align: middle;
  margin: 5px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
}
.add-to-cart-wrap a:before {
  font-family: FontAwesome;
  content: "\f217";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 1;
  vertical-align: middle;
  display: none;
}
.add-to-cart-wrap a:hover {
  font-size: 14px;
  width: 145px;
}
.product-actions {
  opacity: 0;
  position: absolute;
  top: 50%;
  right: -50px;
  text-align: center;
  margin: auto;
  z-index: 3;
  font-size: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.product-actions .yith-wcwl-wishlistaddedbrowse a,
.product-actions .yith-wcwl-wishlistexistsbrowse a,
.product-actions .add_to_wishlist,
.product-actions .compare,
.product-actions .product-quick-view,
.product-actions .btn_add_to_cart,
.product-actions .add-to-cart-wrap a {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: #fff;
  color: #888;
  display: block;
  padding: 0;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 0;
  min-width: 0;
  vertical-align: middle;
  margin: 5px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  opacity: 1;
}
.product-actions .yith-wcwl-wishlistaddedbrowse a i,
.product-actions .yith-wcwl-wishlistexistsbrowse a i,
.product-actions .add_to_wishlist i,
.product-actions .compare i,
.product-actions .product-quick-view i,
.product-actions .btn_add_to_cart i,
.product-actions .add-to-cart-wrap a i {
  font-size: 16px;
  line-height: 1;
  vertical-align: middle;
}
.product-actions .yith-wcwl-wishlistaddedbrowse a:hover,
.product-actions .yith-wcwl-wishlistexistsbrowse a:hover,
.product-actions .add_to_wishlist:hover,
.product-actions .compare:hover,
.product-actions .product-quick-view:hover,
.product-actions .btn_add_to_cart:hover,
.product-actions .add-to-cart-wrap a:hover,
.product-actions .yith-wcwl-wishlistaddedbrowse a.active,
.product-actions .yith-wcwl-wishlistexistsbrowse a.active,
.product-actions .add_to_wishlist.active,
.product-actions .compare.active,
.product-actions .product-quick-view.active,
.product-actions .btn_add_to_cart.active,
.product-actions .add-to-cart-wrap a.active {
  color: #fff;
  background-color: #94da46;
}
.product-actions .yith-wcwl-wishlistaddedbrowse a {
  background-color: #94da46;
  margin-top: 0;
}
.product-actions .yith-wcwl-wishlistaddedbrowse a:before {
  color: #fff;
}
.product-actions .added_to_cart.wc-forward {
  background-color: #94da46;
}
.product-actions .added_to_cart.wc-forward i {
  color: #fff;
}
.product-actions .compare .blockUI.blockOverlay {
  background: none;
}
.product-actions .product-quick-view i {
  font-size: 15px;
}
.product-actions .yith-wcwl-wishlistaddedbrowse a,
.product-actions .yith-wcwl-wishlistexistsbrowse a,
.product-actions .add_to_wishlist {
  margin-right: 4px;
}
.product-actions .added-spinner {
  color: #888;
}
.product-actions .added-spinner:hover {
  color: #fff;
}
.product-actions .yith-wcwl-add-to-wishlist + div.clear {
  display: none;
}
.product-actions .yith-wcwl-add-button {
  font-size: 0;
  position: relative;
}
.product-actions .yith-wcwl-add-button a i {
  margin-right: 0px;
}
.product-actions .yith-wcwl-add-button .ajax-loading {
  display: none;
}
.product-actions .add_to_wishlist:before,
.product-actions .yith-wcwl-wishlistaddedbrowse a:before,
.product-actions .yith-wcwl-wishlistexistsbrowse a:before,
.product-actions .compare.added:before {
  font-family: FontAwesome;
  content: "\f08a";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1;
  vertical-align: middle;
}
.product-actions .yith-wcwl-wishlistexistsbrowse a {
  background-color: #94da46;
}
.product-actions .yith-wcwl-wishlistexistsbrowse a:before {
  color: #fff;
}
.product-actions .add_to_wishlist:before {
  content: '';
}
.product-actions .compare.added:before {
  content: "\f012";
}
.product-actions .add_to_wishlist.added-spinner:before {
  content: "";
}
.product-actions .added-spinner:before {
  content: "\f110";
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.product-info {
  padding: 0 10px;
  text-align: center;
}
.product-info h3 {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 20px;
  color: #1F2A37;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.product-info h3:hover {
  color: #94da46;
}
.product-info .star-rating {
  position: absolute;
  top: 10px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.product-info .star-rating .fa-star {
  color: #FFCC00;
}
.product-info .star-rating .fa-star-o {
  color: #808080;
}
.product-info .star-rating i {
  margin-right: 2px;
}
.product-info span.price {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #1F2A37;
}
.product-item-wrap.active .product-item-inner,
.product-item-wrap:hover .product-item-inner {
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
}
.product-item-wrap.active .product-thumb .product-thumb-primary img,
.product-item-wrap:hover .product-thumb .product-thumb-primary img {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.product-item-wrap.active .product-actions,
.product-item-wrap:hover .product-actions {
  right: 10px;
  opacity: 1;
}
.product-item-wrap.active .product-link,
.product-item-wrap:hover .product-link {
  opacity: 1;
  visibility: visible;
}
.product-item-wrap.active .product-thumb-secondary,
.product-item-wrap:hover .product-thumb-secondary {
  opacity: 1;
}
.columns-2 .product-item-wrap {
  margin-bottom: 25px;
  margin-top: 0;
  width: 50%;
  float: left;
}
.columns-2 .product-item-wrap:nth-child(2n+1) {
  clear: both;
}
.columns-3 .product-item-wrap {
  width: 33.33333333%;
  float: left;
  margin-bottom: 25px;
  margin-top: 0;
}
.columns-3 .product-item-wrap:nth-child(3n+1) {
  clear: both;
}
.columns-4 .product-item-wrap {
  width: 25%;
  margin-bottom: 25px;
  margin-top: 0;
}
.columns-4 .product-item-wrap:nth-child(4n+1) {
  clear: both;
}
.columns-5 .product-item-wrap {
  width: 20%;
  margin-bottom: 25px;
  margin-top: 0;
}
.columns-5 .product-item-wrap:nth-child(5n+1) {
  clear: both;
}
.product-slider .product-item-wrap {
  float: none;
  padding-bottom: 0;
}
.product-flash-wrap {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 3;
}
.product-flash-wrap .product-flash {
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  background-color: #94da46;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  line-height: 50px;
  display: block;
}
.product-flash-wrap .product-flash.on-hot {
  background-color: #1f2a37;
}
.product-flash-wrap .product-flash.on-sale:first-child {
  display: none;
}
/* Single Product Shortcode CSS */
.shortcode-single-product-wrap .product-item-wrap {
  padding: 0;
  margin: 0;
}
.shortcode-single-product-wrap .product-item-wrap .product-item-inner {
  position: relative;
  overflow: hidden;
}
.shortcode-single-product-wrap .product-item-wrap .product-thumb img {
  width: 100%;
}
.shortcode-single-product-wrap .product-item-wrap .product-thumb {
  position: relative;
}
.shortcode-single-product-wrap .product-item-wrap .product-thumb .product-thumb-primary {
  overflow: hidden;
}
.shortcode-single-product-wrap .product-item-wrap .product-thumb .product-thumb-primary img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.shortcode-single-product-wrap .product-item-wrap .product-thumb-secondary {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.shortcode-single-product-wrap .product-item-wrap .product-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(148, 218, 70, 0.3);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.shortcode-single-product-wrap .product-item-wrap .product-link:hover .product-hover-sign hr:nth-child(1) {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(1, 1, 1);
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(1, 1, 1);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(1, 1, 1);
  -o-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(1, 1, 1);
  transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(1, 1, 1);
}
.shortcode-single-product-wrap .product-item-wrap .product-link:hover .product-hover-sign hr:nth-child(2) {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(1, 1, 1);
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(1, 1, 1);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(1, 1, 1);
  -o-transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(1, 1, 1);
  transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(1, 1, 1);
}
.shortcode-single-product-wrap .product-item-wrap .product-link .product-hover-sign {
  display: none;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  z-index: 12;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.shortcode-single-product-wrap .product-item-wrap .product-link .product-hover-sign hr {
  top: 50%;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -o-transform-origin: 50%;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  width: 40px;
  opacity: 0;
  margin: 0;
  left: 50%;
  position: absolute;
  border: 0;
  border-top: 1px solid #94da46;
  height: 0;
  z-index: 11;
}
.shortcode-single-product-wrap .product-item-wrap .product-link .product-hover-sign hr:nth-child(1) {
  -moz-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(0, 0, 1);
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(0, 0, 1);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(0, 0, 1);
  -o-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(0, 0, 1);
  transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(0, 0, 1);
}
.shortcode-single-product-wrap .product-item-wrap .product-link .product-hover-sign hr:nth-child(2) {
  -moz-transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(0, 0, 1);
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(0, 0, 1);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(0, 0, 1);
  -o-transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(0, 0, 1);
  transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(0, 0, 1);
}
.shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner {
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.15);
}
.shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .yith-wcwl-wishlistaddedbrowse a {
  margin-top: 5px;
}
.shortcode-single-product-wrap .product-item-wrap.product-style_1:hover .product-actions {
  right: 0;
}
.shortcode-single-product-wrap .product-item-wrap.product-style_1:hover .product-link {
  opacity: 1;
  visibility: visible;
}
.shortcode-single-product-wrap .product-item-wrap.product-style_1:hover .product-thumb-secondary {
  opacity: 1;
}
.shortcode-single-product-wrap .product-item-wrap.product-style_1:hover .product-thumb-primary img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-actions {
  width: 100%;
  right: 0;
}
.shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-actions .add-to-cart-wrap {
  display: inline-block;
}
.shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-actions .add-to-cart-wrap a {
  display: inline-block;
}
.shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-actions .yith-wcwl-wishlistaddedbrowse a,
.shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-actions .yith-wcwl-wishlistexistsbrowse a,
.shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-actions .add_to_wishlist,
.shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-actions .compare,
.shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-actions .product-quick-view,
.shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-actions .btn_add_to_cart,
.shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-actions .add-to-cart-wrap a {
  display: inline-block;
}
.shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-actions .yith-wcwl-add-to-wishlist {
  display: inline-block;
}
.shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-flash {
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  background-color: #94da46;
  padding: 2px 5px;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  line-height: 80px;
  display: block;
}
.shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-flash.on-hot {
  background-color: #1F2A37;
}
.shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-info {
  position: absolute;
  padding: 0 10px;
  text-align: center;
  bottom: 0;
  width: 100%;
}
.shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-info h3 {
  margin-bottom: 30px;
  margin-top: 0;
  padding: 0 20px;
  font-size: 24px;
  width: 100%;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media (min-width: 768px) and (max-width: 991px) {
  .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-info h3 {
    font-size: 16px;
  }
}
.shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-info .star-rating {
  display: none;
}
.shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-info span.price {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 30px;
  padding: 5px 20px;
  width: 100%;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-info span.price del {
  font-size: 24px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-info span.price {
    font-size: 18px;
  }
  .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-info span.price del {
    font-size: 16px;
  }
}
.shortcode-single-product-wrap .product-item-wrap.product-style_2 {
  margin-bottom: 25px;
}
.shortcode-single-product-wrap .product-item-wrap.product-style_2 .product-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(31, 42, 55, 0.7);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.shortcode-single-product-wrap .product-item-wrap.product-style_2 .product-link:hover .product-hover-sign hr:nth-child(1) {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(1, 1, 1);
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(1, 1, 1);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(1, 1, 1);
  -o-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(1, 1, 1);
  transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(1, 1, 1);
}
.shortcode-single-product-wrap .product-item-wrap.product-style_2 .product-link:hover .product-hover-sign hr:nth-child(2) {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(1, 1, 1);
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(1, 1, 1);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(1, 1, 1);
  -o-transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(1, 1, 1);
  transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(1, 1, 1);
}
.shortcode-single-product-wrap .product-item-wrap.product-style_2:hover .product-link {
  opacity: 1;
  visibility: visible;
  -webkit-animation: 350ms ease-in-out normal none 1 running zoomIn;
  -o-animation: 350ms ease-in-out normal none 1 running zoomIn;
  animation: 350ms ease-in-out normal none 1 running zoomIn;
}
.shortcode-single-product-wrap .product-item-wrap.product-style_2 .product-item-inner .product-info h3 {
  margin-bottom: 0px;
  margin-top: 20px;
}
.shortcode-single-product-wrap .product-item-wrap.product-style_2 .product-item-inner .product-info span.price {
  margin-bottom: 15px;
  margin-top: 0;
}
.shortcode-single-product-wrap .product-item-wrap.product-style-style_3 .product-item-wrap {
  float: none;
}
.shortcode-single-product-wrap .product-item-wrap.product-style-style_3 .product-item-wrap:hover .product-actions {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.shortcode-single-product-wrap .product-item-wrap.product-style-style_3 .product-item-wrap .product-item-inner {
  background-color: #fff;
}
.shortcode-single-product-wrap .product-item-wrap.product-style-style_3 .product-item-wrap .product-item-inner .product-thumb {
  width: 50%;
  display: inline-block;
}
.shortcode-single-product-wrap .product-item-wrap.product-style-style_3 .product-item-wrap .product-item-inner .product-thumb .product-flash-wrap {
  left: 80%;
}
.shortcode-single-product-wrap .product-item-wrap.product-style-style_3 .product-item-wrap .product-item-inner .product-thumb .product-thumb-primary img {
  transform: none;
  padding-top: 0;
}
.shortcode-single-product-wrap .product-item-wrap.product-style-style_3 .product-item-wrap .product-item-inner .product-info {
  float: left;
  width: 50%;
  display: inline-block;
}
.shortcode-single-product-wrap .product-item-wrap.product-style-style_3 .product-item-wrap .product-item-inner .product-info .product-actions {
  background-color: transparent;
}
.shortcode-single-product-wrap .product-item-wrap.product-style-style_4 .product-item-wrap {
  float: none;
}
.shortcode-single-product-wrap .product-item-wrap.product-style-style_4 .product-item-wrap .product-item-inner {
  background: #f6f6f6;
}
.shortcode-single-product-wrap .product-item-wrap.product-style-style_4 .product-item-wrap .product-item-inner .product-thumb {
  width: 50%;
  display: inline-block;
  float: left;
}
.shortcode-single-product-wrap .product-item-wrap.product-style-style_4 .product-item-wrap .product-item-inner .product-thumb .product-brand-logo {
  position: absolute;
  top: 20px;
  left: 15px;
  width: 70%;
}
.shortcode-single-product-wrap .product-item-wrap.product-style-style_4 .product-item-wrap .product-item-inner .product-thumb .product-thumb-primary img {
  transform: none;
}
.shortcode-single-product-wrap .product-item-wrap.product-style-style_4 .product-item-wrap .product-item-inner .product-info {
  width: 50%;
  display: inline-block;
  background: none;
  margin-top: 10%;
}
@media (max-width: 767px) {
  .shortcode-single-product-wrap {
    position: relative;
  }
}
/* shortcode-product-wrap */
.shortcode-product-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}
.shortcode-product-wrap .product-filters ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin-bottom: 25px;
}
.shortcode-product-wrap .product-filters ul.filter-center {
  text-align: center;
}
.shortcode-product-wrap .product-filters ul.filter-left {
  text-align: left;
}
.shortcode-product-wrap .product-filters ul.filter-right {
  text-align: right;
}
.shortcode-product-wrap .product-filters ul.style_1 {
  margin-bottom: 25px;
}
.shortcode-product-wrap .product-filters ul.style_1 li a.selected {
  color: #1F2A37;
  text-decoration: underline;
}
.shortcode-product-wrap .product-filters ul.style_2 li a {
  position: relative;
  text-transform: none;
}
.shortcode-product-wrap .product-filters ul.style_2 li a:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 0;
  background-color: #94da46;
  bottom: 10px;
  transition: all 0.35s ease;
}
.shortcode-product-wrap .product-filters ul.style_2 li a:hover:before,
.shortcode-product-wrap .product-filters ul.style_2 li a.selected:before {
  background-color: #94da46;
  width: 100%;
}
.shortcode-product-wrap .product-filters ul.style_3 {
  border-bottom: 2px solid #ccc;
  margin-bottom: 25px;
}
.shortcode-product-wrap .product-filters ul.style_3 li a {
  color: #1F2A37;
  position: relative;
  padding-bottom: 7px;
  transition: all 0.35s ease;
}
.shortcode-product-wrap .product-filters ul.style_3 li a:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #94da46;
  bottom: -2px;
  left: 10px;
  transition: all 0.35s ease;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.shortcode-product-wrap .product-filters ul.style_3 li a:hover,
.shortcode-product-wrap .product-filters ul.style_3 li a.selected {
  color: #94da46;
}
.shortcode-product-wrap .product-filters ul.style_3 li a:hover:before,
.shortcode-product-wrap .product-filters ul.style_3 li a.selected:before {
  background-color: #94da46;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.shortcode-product-wrap .product-filters ul.style_4 li a {
  position: relative;
  text-transform: uppercase;
}
.shortcode-product-wrap .product-filters ul.style_4 li a:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: transparent;
  left: -10px;
  transition: all 0.35s ease;
  bottom: 10px;
}
.shortcode-product-wrap .product-filters ul.style_4 li a:hover:before,
.shortcode-product-wrap .product-filters ul.style_4 li a.selected:before {
  background-color: #94da46;
  left: 10px;
}
.shortcode-product-wrap .product-filters ul.style_5 li a {
  color: #1F2A37;
  margin: 0 15px;
  position: relative;
  text-transform: uppercase;
}
.shortcode-product-wrap .product-filters ul.style_5 li a:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 120%;
  background-color: transparent;
  left: -20%;
  transition: all 0.35s ease;
  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%);
}
.shortcode-product-wrap .product-filters ul.style_5 li a:hover:before,
.shortcode-product-wrap .product-filters ul.style_5 li a.selected:before {
  left: 0;
  background-color: #1F2A37;
}
.shortcode-product-wrap .product-filters ul.style_6 li a {
  margin: 0 15px;
  position: relative;
  text-transform: uppercase;
}
.shortcode-product-wrap .product-filters ul.style_6 li a:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 120%;
  background-color: transparent;
  left: -20%;
  transition: all 0.35s ease;
  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%);
}
.shortcode-product-wrap .product-filters ul.style_6 li a:hover,
.shortcode-product-wrap .product-filters ul.style_6 li a.selected {
  color: #94da46;
}
.shortcode-product-wrap .product-filters ul.style_6 li a:hover:before,
.shortcode-product-wrap .product-filters ul.style_6 li a.selected:before {
  left: 0;
  background-color: #94da46;
}
.shortcode-product-wrap .product-filters ul li {
  display: inline-block;
}
.shortcode-product-wrap .product-filters ul li a {
  font-weight: 600;
  color: rgba(31, 42, 55, 0.6);
  margin: 0 30px;
  padding: 0;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
}
.shortcode-product-wrap .product-filters ul li a.selected {
  color: #1F2A37;
}
.shortcode-product-wrap .product-wrap {
  margin: 0 -15px;
}
.shortcode-product-wrap .product-wrap .product-item-inner .product-actions .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}
.shortcode-product-wrap .product-wrap .product-item-inner .product-actions .yith-wcwl-wishlistaddedbrowse a {
  margin-top: 5px;
}
@media (max-width: 479px) {
  .shortcode-product-wrap .product-wrap {
    margin: 0;
  }
}
.shortcode-product-wrap .product-style_1 .star-rating {
  position: absolute;
  top: 10px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.shortcode-product-wrap .product-style_1 .product-flash-wrap {
  top: 20px;
  left: 20px;
  transform: translateX(0%);
}
.shortcode-product-wrap .product-style_1 .product-flash-wrap .product-flash {
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 100%;
}
.shortcode-product-wrap .product-style_1 .product-flash-wrap .product-flash:nth-child(2) {
  display: none;
}
.shortcode-product-wrap .product-style_1 span.price {
  margin-top: 0;
  text-align: center;
  padding: 10px;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  font-weight: 400;
}
.shortcode-product-wrap .product-style_1 span.price del {
  font-size: 14px;
  color: #808080;
}
.shortcode-product-wrap .product-style_1 h3 {
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
}
.shortcode-product-wrap .product-style_2 .star-rating {
  position: absolute;
  top: 0px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.shortcode-product-wrap .product-style_2 .product-flash-wrap {
  top: 20px;
  left: 20px;
  transform: translateX(0%);
}
.shortcode-product-wrap .product-style_2 .product-flash-wrap .product-flash {
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 100%;
}
.shortcode-product-wrap .product-style_2 .product-flash-wrap .product-flash:nth-child(2) {
  display: none;
}
.shortcode-product-wrap .product-style_2 .product-link {
  background-color: rgba(215, 255, 241, 0.7);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.shortcode-product-wrap .product-style_2 .product-link .product-hover-sign {
  display: none;
}
.shortcode-product-wrap .product-style_2 span.price {
  margin-top: 0;
  text-align: center;
  padding-left: 15px;
  margin-bottom: 15px;
}
.shortcode-product-wrap .product-style_2 h3 {
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
}
.shortcode-product-wrap .product-style_3 .product-link {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  left: -100%;
  background-color: rgba(31, 42, 55, 0.7);
}
.shortcode-product-wrap .product-style_3 .star-rating {
  position: absolute;
  right: auto;
}
.shortcode-product-wrap .product-style_3 .product-flash-wrap {
  top: 20px;
  left: 20px;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.shortcode-product-wrap .product-style_3 .product-flash-wrap .product-flash {
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 100%;
}
.shortcode-product-wrap .product-style_3 .product-flash-wrap .product-flash:nth-child(2) {
  display: none;
}
.shortcode-product-wrap .product-style_3 span.price {
  text-align: left;
  padding-left: 15px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.shortcode-product-wrap .product-style_3 h3 {
  margin-top: 10px;
  text-align: left;
  padding-left: 15px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.shortcode-product-wrap .product-style_3:hover .product-link {
  left: 0;
}
.shortcode-product-wrap .slider_home4 .owl-wrapper-outer:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  height: 100%;
  width: 320px;
  content: '';
  background-color: rgba(255, 255, 255, 0.8);
}
.shortcode-product-wrap .slider_home4 .owl-wrapper-outer:after {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  height: 100%;
  width: 320px;
  content: '';
  background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1919px) {
  .shortcode-product-wrap .slider_home4 .owl-wrapper-outer:before {
    display: none;
  }
  .shortcode-product-wrap .slider_home4 .owl-wrapper-outer:after {
    display: none;
  }
}
.shortcode-product-wrap .product-style_4 .star-rating {
  display: none;
}
.shortcode-product-wrap .product-style_4 .product-flash-wrap {
  top: 20px;
  left: 20px;
  transform: translateX(0%);
}
.shortcode-product-wrap .product-style_4 .product-flash-wrap .product-flash {
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 100%;
}
.shortcode-product-wrap .product-style_4 .product-flash-wrap .product-flash:nth-child(2) {
  display: none;
}
.shortcode-product-wrap .product-style_4 span.price {
  text-align: center;
  padding-left: 15px;
}
.shortcode-product-wrap .product-style_4 h3 {
  margin-bottom: 0 ;
  text-align: center;
}
.shortcode-product-wrap .product-style_5 .product-flash-wrap {
  top: 20px;
  left: 20px;
  transform: translateX(0%);
}
.shortcode-product-wrap .product-style_5 .product-flash-wrap .product-flash {
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 100%;
}
.shortcode-product-wrap .product-style_5 .product-flash-wrap .product-flash:nth-child(2) {
  display: none;
}
.shortcode-product-wrap .product-style_5 span.price {
  margin-top: 5px;
  margin-bottom: 15px;
  text-align: center;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.shortcode-product-wrap .product-style_5 h3 {
  margin-top: 15px;
  margin-bottom: 0;
  text-align: center;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.shortcode-product-wrap .product-style_5:hover h3,
.shortcode-product-wrap .product-style_5:hover span.price {
  opacity: 0;
}
.shortcode-product-wrap .products-slider .product-listing {
  height: auto;
  margin: 0;
}
.shortcode-product-wrap .products-slider .product-listing .product-style {
  margin: 0 10px;
}
.shortcode-product-wrap .products-slider .product-listing .product-style.style_2 .product-item-inner .product-thumb .product-thumb-primary img {
  transform: none;
}
.shortcode-product-wrap .products-slider-control .products-nav {
  opacity: 0;
  z-index: 99;
  position: absolute;
  top: 50%;
  -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);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.shortcode-product-wrap .products-slider-control .products-nav:hover {
  cursor: pointer;
}
.shortcode-product-wrap .products-slider-control .products-nav.nav-prev {
  left: -15px;
  float: left;
}
@media (max-width: 320px) {
  .shortcode-product-wrap .products-slider-control .products-nav.nav-prev {
    left: 0;
  }
}
.shortcode-product-wrap .products-slider-control .products-nav.nav-next {
  right: -15px;
  float: right;
}
@media (max-width: 320px) {
  .shortcode-product-wrap .products-slider-control .products-nav.nav-next {
    right: 0;
  }
}
.shortcode-product-wrap .products-slider-control .products-nav i {
  padding: 15px;
  background: #fff;
}
.shortcode-product-wrap.slider:hover .products-slider-control .products-nav {
  opacity: 1;
}
.product-wrap-list .product-style_5 .product-info {
  display: inline-block;
  width: 100%;
  padding: 30px;
  text-align: left;
}
.product-wrap-list .product-style_5 .product-flash-wrap {
  left: 15px;
}
.product-wrap-list .product-style_5 .product-item-inner h3 {
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 10px;
  transition: all 0.35s ease 0s;
}
.product-wrap-list .product-style_5 .product-item-inner .div-rate {
  display: inline-block;
  width: 100%;
}
.product-wrap-list .product-style_5 .product-item-inner .div-rate .star-rating {
  float: right;
  left: 0;
  position: relative;
  top: 0;
  transform: none;
  padding-right: 20px;
}
.product-wrap-list .product-style_5 .product-item-inner .div-rate span.price {
  float: left;
  color: #94da46;
  font-size: 24px;
  font-weight: 400;
}
.product-wrap-list .product-style_5 .product-item-inner .div-rate span.price del {
  font-size: 16px;
  color: #808080;
  margin-right: 5px;
}
.product-wrap-list .product-style_5 .product-actions {
  font-size: 20px;
  opacity: 1;
  position: relative;
  right: auto;
  text-align: left;
  top: auto;
  transform: none;
}
.product-wrap-list .product-style_5 .product-actions > a,
.product-wrap-list .product-style_5 .product-actions > div {
  display: inline-block;
  float: left;
}
.product-wrap-list .product-style_5 .product-actions .add-to-cart-wrap a {
  background-color: #1F2A37;
  color: #fff;
  font-size: 16px;
  padding: 0 40px;
  width: auto;
}
.product-wrap-list .product-style_5 .product-actions .add-to-cart-wrap a i {
  margin-right: 15px;
}
.product-wrap-list .product-style_5:hover .product-item-inner {
  box-shadow: none;
}
/* Icon Box Shortcode CSS */
.icon-box-shortcode-wrap.style_1 {
  position: relative;
  text-align: center;
  height: 270px;
  border: 1px solid #fafafa;
  cursor: pointer;
}
.icon-box-shortcode-wrap.style_1:hover .polygon_bg {
  opacity: 0;
}
.icon-box-shortcode-wrap.style_1:hover .icon-box-container .icon-wrap img {
  -webkit-filter: grayscale(1) brightness(0.2);
  -moz-filter: grayscale(1) brightness(0.2);
  -o-filter: grayscale(1) brightness(0.2);
  -ms-filter: grayscale(1) brightness(0.2);
  filter: grayscale(1) brightness(0.2);
}
.icon-box-shortcode-wrap.style_1:hover .icon-box-container .icon-wrap span {
  color: #1F2A37;
}
.icon-box-shortcode-wrap.style_1:hover .icon-box-container .icon-title {
  color: #94da46;
}
.icon-box-shortcode-wrap.style_1:hover .icon-box-container .icon-title a {
  color: #94da46;
}
.icon-box-shortcode-wrap.style_1:hover .icon-box-container .icon-description {
  height: 50px;
  opacity: 1;
}
.icon-box-shortcode-wrap.style_1 .polygon_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.icon-box-shortcode-wrap.style_1 .icon-box-container {
  position: absolute;
  top: 50%;
  width: 100%;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.icon-box-shortcode-wrap.style_1 .icon-box-container .icon-wrap {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-align: center;
  position: relative;
  z-index: 1;
}
.icon-box-shortcode-wrap.style_1 .icon-box-container .icon-wrap img {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.icon-box-shortcode-wrap.style_1 .icon-box-container .icon-wrap span {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.icon-box-shortcode-wrap.style_1 .icon-box-container .icon-wrap span:before {
  font-size: 24px;
  position: relative;
  z-index: 1;
}
.icon-box-shortcode-wrap.style_1 .icon-box-container .icon-title {
  margin-top: 30px;
  position: relative;
  width: 100%;
  text-transform: uppercase;
  color: rgba(31, 42, 55, 0.8);
  font-weight: 600;
  margin-bottom: 10px;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  font-size: 18px;
}
.icon-box-shortcode-wrap.style_1 .icon-box-container .icon-title a {
  color: #1F2A37;
}
.icon-box-shortcode-wrap.style_1 .icon-box-container .icon-title a:hover {
  color: #94da46;
}
.icon-box-shortcode-wrap.style_1 .icon-box-container .icon-description {
  width: 100%;
  color: rgba(31, 42, 55, 0.9);
  opacity: 0;
  height: 0;
  padding: 0 20px;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.icon-box-shortcode-wrap.style_1 .icon-box-container .icon-description p {
  text-align: center;
}
@media (max-width: 991px) {
  .icon-box-shortcode-wrap.style_1 {
    margin: 15px 0;
  }
}
.icon-box-shortcode-wrap.style_2 {
  position: relative;
  text-align: center;
  height: 120px;
}
.icon-box-shortcode-wrap.style_2:hover .icon-box-container .icon-wrap .icon-main {
  background-color: #94da46;
}
.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-wrap {
  cursor: pointer;
  width: 20%;
  float: left;
}
.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-wrap .icon-main {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-align: center;
  position: relative;
  height: 68px;
  width: 68px;
  border-radius: 100%;
  line-height: 68px;
  background-color: rgba(31, 42, 55, 0.8);
}
.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-wrap .icon-main span {
  line-height: 68px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-wrap .icon-main span:before {
  font-size: 36px;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media (max-width: 479px) {
  .icon-box-shortcode-wrap.style_2 .icon-box-container .icon-wrap .icon-main {
    margin: 0 auto;
  }
}
@media (max-width: 479px) {
  .icon-box-shortcode-wrap.style_2 .icon-box-container .icon-wrap {
    width: 100%;
    float: none;
  }
}
.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-content {
  width: 80%;
  float: right;
  text-align: left;
  cursor: pointer;
}
.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-content .icon-title {
  font-size: 18px;
  color: #1F2A37;
  margin: 0;
  margin-bottom: 10px;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-content .icon-title a {
  color: #1F2A37;
}
.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-content .icon-title a:hover {
  color: #94da46;
}
.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-content .icon-title:hover {
  color: #94da46;
}
@media (max-width: 479px) {
  .icon-box-shortcode-wrap.style_2 .icon-box-container .icon-content .icon-title {
    margin-top: 20px;
  }
}
.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-content .icon-description {
  color: rgba(31, 42, 55, 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;
  width: 85%;
}
.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-content .icon-description p {
  text-align: center;
}
@media (max-width: 991px) {
  .icon-box-shortcode-wrap.style_2 .icon-box-container .icon-content .icon-description {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .icon-box-shortcode-wrap.style_2 .icon-box-container .icon-content .icon-description {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .icon-box-shortcode-wrap.style_2 .icon-box-container .icon-content {
    padding-left: 30px;
  }
}
@media (max-width: 479px) {
  .icon-box-shortcode-wrap.style_2 .icon-box-container .icon-content {
    width: 100%;
    float: none;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .icon-box-shortcode-wrap.style_2 {
    height: auto;
    margin: 15px 0;
  }
}
.icon-box-shortcode-wrap.style_3 {
  position: relative;
  text-align: center;
}
.icon-box-shortcode-wrap.style_3:hover .icon-box-container .icon-wrap .icon-main img,
.icon-box-shortcode-wrap.style_3:hover .icon-box-container .icon-wrap .icon-main span {
  -webkit-animation: toTopFromBottom 0.5s forwards;
  -moz-animation: toTopFromBottom 0.5s forwards;
  animation: toTopFromBottom 0.5s forwards;
}
.icon-box-shortcode-wrap.style_3 .icon-box-container .icon-wrap {
  cursor: pointer;
  width: 20%;
  float: left;
}
.icon-box-shortcode-wrap.style_3 .icon-box-container .icon-wrap .icon-main {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-align: center;
  position: relative;
  height: 68px;
  width: 68px;
  border-radius: 100%;
  line-height: 68px;
  background-color: #94da46;
}
.icon-box-shortcode-wrap.style_3 .icon-box-container .icon-wrap .icon-main span {
  line-height: 68px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.icon-box-shortcode-wrap.style_3 .icon-box-container .icon-wrap .icon-main span:before {
  font-size: 36px;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) and (min-width: 768px) {
  .icon-box-shortcode-wrap.style_3 .icon-box-container .icon-wrap .icon-main {
    margin: 0 auto;
  }
}
@media (max-width: 479px) {
  .icon-box-shortcode-wrap.style_3 .icon-box-container .icon-wrap .icon-main {
    margin: 0 auto;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .icon-box-shortcode-wrap.style_3 .icon-box-container .icon-wrap {
    width: 100%;
    float: none;
  }
}
@media (max-width: 479px) {
  .icon-box-shortcode-wrap.style_3 .icon-box-container .icon-wrap {
    width: 100%;
    float: none;
  }
}
.icon-box-shortcode-wrap.style_3 .icon-box-container .icon-content {
  width: 80%;
  margin-left: 20%;
  text-align: left;
  cursor: pointer;
  margin-top: 30px;
  margin-bottom: 30px;
}
.icon-box-shortcode-wrap.style_3 .icon-box-container .icon-content .icon-title {
  font-size: 24px;
  color: #1F2A37;
  margin: 0;
  padding-top: 20px;
  padding-left: 5%;
  margin-bottom: 15px;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.icon-box-shortcode-wrap.style_3 .icon-box-container .icon-content .icon-title a {
  color: #1F2A37;
}
.icon-box-shortcode-wrap.style_3 .icon-box-container .icon-content .icon-title a:hover {
  color: #94da46;
}
@media (max-width: 767px) {
  .icon-box-shortcode-wrap.style_3 .icon-box-container .icon-content .icon-title {
    padding-top: 0;
  }
}
@media (max-width: 479px) {
  .icon-box-shortcode-wrap.style_3 .icon-box-container .icon-content .icon-title {
    padding-left: 0;
  }
}
.icon-box-shortcode-wrap.style_3 .icon-box-container .icon-content .icon-title:hover {
  color: #94da46;
}
.icon-box-shortcode-wrap.style_3 .icon-box-container .icon-content .icon-description {
  color: rgba(31, 42, 55, 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;
  width: 95%;
  padding-left: 5%;
}
.icon-box-shortcode-wrap.style_3 .icon-box-container .icon-content .icon-description p {
  text-align: center;
}
@media (max-width: 479px) {
  .icon-box-shortcode-wrap.style_3 .icon-box-container .icon-content .icon-description {
    padding-left: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .icon-box-shortcode-wrap.style_3 .icon-box-container .icon-content {
    width: 100%;
    margin-left: 0;
    text-align: center;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .icon-box-shortcode-wrap.style_3 .icon-box-container .icon-content {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  .icon-box-shortcode-wrap.style_3 .icon-box-container .icon-content {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .icon-box-shortcode-wrap.style_3 {
    margin: 15px 0;
  }
}
.icon-box-shortcode-wrap.style_4 {
  position: relative;
  text-align: center;
  cursor: pointer;
}
.icon-box-shortcode-wrap.style_4 .bg-1f2a37 {
  background-color: #1f2a37;
}
.icon-box-shortcode-wrap.style_4:hover .icon-box-container .icon-wrap .icon-main {
  background-color: #94da46;
}
.icon-box-shortcode-wrap.style_4:hover .icon-box-container .icon-wrap .icon-main:before {
  -webkit-animation: sonarEffect 1s ease-out 75ms;
  -moz-animation: sonarEffect 1s ease-out 75ms;
  animation: sonarEffect 1s ease-out 75ms;
  -webkit-animation-direction: alternate;
}
.icon-box-shortcode-wrap.style_4 .icon-box-container {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.icon-box-shortcode-wrap.style_4 .icon-box-container .icon-wrap {
  cursor: pointer;
}
.icon-box-shortcode-wrap.style_4 .icon-box-container .icon-wrap .icon-main {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-align: center;
  position: relative;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  line-height: 100px;
  margin: 0 auto;
}
.icon-box-shortcode-wrap.style_4 .icon-box-container .icon-wrap .icon-main span {
  line-height: 100px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.icon-box-shortcode-wrap.style_4 .icon-box-container .icon-wrap .icon-main span:before {
  font-size: 36px;
  position: relative;
  z-index: 1;
}
.icon-box-shortcode-wrap.style_4 .icon-box-container .icon-wrap .icon-main:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 0;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.icon-box-shortcode-wrap.style_4 .icon-box-container .icon-title {
  margin-top: 30px;
  position: relative;
  width: 100%;
  text-transform: uppercase;
  color: #1F2A37;
  font-weight: 600;
  margin-bottom: 0px;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  font-size: 18px;
  padding-bottom: 20px;
}
.icon-box-shortcode-wrap.style_4 .icon-box-container .icon-title a {
  color: #1F2A37;
}
.icon-box-shortcode-wrap.style_4 .icon-box-container .icon-title a:hover {
  color: #94da46;
}
.icon-box-shortcode-wrap.style_4 .icon-box-container .icon-title:before {
  content: '';
  background-color: rgba(31, 42, 55, 0.3);
  position: absolute;
  width: 67px;
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.icon-box-shortcode-wrap.style_4 .icon-box-container .icon-description {
  margin-top: 15px;
  width: 100%;
  color: rgba(31, 42, 55, 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;
}
.icon-box-shortcode-wrap.style_4 .icon-box-container .icon-description p {
  text-align: center;
}
@media (max-width: 991px) {
  .icon-box-shortcode-wrap.style_4 {
    margin: 15px 0;
  }
}
.icon-box-shortcode-wrap.style_5 {
  position: relative;
  text-align: center;
  height: 240px;
  cursor: pointer;
}
.icon-box-shortcode-wrap.style_5:hover .polygon_bg {
  opacity: 0;
}
.icon-box-shortcode-wrap.style_5:hover .icon-box-container .icon-wrap 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_5:hover .icon-box-container .icon-wrap span {
  color: #fff;
}
.icon-box-shortcode-wrap.style_5:hover .icon-box-container .icon-title {
  color: #94da46;
}
.icon-box-shortcode-wrap.style_5:hover .icon-box-container .icon-title a {
  color: #94da46;
}
.icon-box-shortcode-wrap.style_5:hover .icon-box-container .icon-description {
  height: 50px;
  opacity: 1;
}
.icon-box-shortcode-wrap.style_5 .polygon_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.icon-box-shortcode-wrap.style_5 .icon-box-container {
  position: absolute;
  top: 50%;
  width: 100%;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.icon-box-shortcode-wrap.style_5 .icon-box-container .icon-wrap {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-align: center;
  position: relative;
  z-index: 1;
}
.icon-box-shortcode-wrap.style_5 .icon-box-container .icon-wrap img {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.icon-box-shortcode-wrap.style_5 .icon-box-container .icon-wrap span {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.icon-box-shortcode-wrap.style_5 .icon-box-container .icon-wrap span:before {
  font-size: 24px;
  position: relative;
  z-index: 1;
}
.icon-box-shortcode-wrap.style_5 .icon-box-container .icon-title {
  margin-top: 30px;
  position: relative;
  width: 100%;
  text-transform: uppercase;
  color: #94da46;
  font-weight: 600;
  margin-bottom: 10px;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  font-size: 18px;
}
.icon-box-shortcode-wrap.style_5 .icon-box-container .icon-title a {
  color: #94da46;
}
.icon-box-shortcode-wrap.style_5 .icon-box-container .icon-title a:hover {
  color: #94da46;
}
.icon-box-shortcode-wrap.style_5 .icon-box-container .icon-description {
  width: 100%;
  color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  height: 0;
  padding: 0 20px;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.icon-box-shortcode-wrap.style_5 .icon-box-container .icon-description p {
  text-align: center;
}
@media (max-width: 991px) {
  .icon-box-shortcode-wrap.style_5 {
    margin: 15px 0;
  }
}
.icon-box-shortcode-wrap.style_6 {
  position: relative;
  text-align: center;
}
.icon-box-shortcode-wrap.style_6:hover .icon-box-container .icon-wrap .icon-main img,
.icon-box-shortcode-wrap.style_6:hover .icon-box-container .icon-wrap .icon-main span {
  -webkit-animation: toTopFromBottom 0.5s forwards;
  -moz-animation: toTopFromBottom 0.5s forwards;
  animation: toTopFromBottom 0.5s forwards;
}
.icon-box-shortcode-wrap.style_6 .icon-box-container .icon-wrap {
  cursor: pointer;
  width: 30%;
  float: left;
}
.icon-box-shortcode-wrap.style_6 .icon-box-container .icon-wrap .icon-main {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-align: center;
  position: relative;
  height: 70px;
  width: 70px;
  line-height: 70px;
  background-color: #94da46;
}
.icon-box-shortcode-wrap.style_6 .icon-box-container .icon-wrap .icon-main span {
  line-height: 70px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.icon-box-shortcode-wrap.style_6 .icon-box-container .icon-wrap .icon-main span:before {
  font-size: 36px;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media (max-width: 479px) {
  .icon-box-shortcode-wrap.style_6 .icon-box-container .icon-wrap .icon-main {
    margin: 0 auto;
  }
}
@media (max-width: 479px) {
  .icon-box-shortcode-wrap.style_6 .icon-box-container .icon-wrap {
    width: 100%;
    float: none;
  }
}
.icon-box-shortcode-wrap.style_6 .icon-box-container .icon-content {
  width: 70%;
  margin-left: 30%;
  text-align: left;
  cursor: pointer;
  margin-top: 30px;
  margin-bottom: 20px;
}
.icon-box-shortcode-wrap.style_6 .icon-box-container .icon-content .icon-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #1F2A37;
  margin: 0;
  padding-top: 40px;
  padding-left: 5%;
  margin-bottom: 15px;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.icon-box-shortcode-wrap.style_6 .icon-box-container .icon-content .icon-title a {
  color: #1F2A37;
}
.icon-box-shortcode-wrap.style_6 .icon-box-container .icon-content .icon-title a:hover {
  color: #94da46;
}
@media (max-width: 767px) {
  .icon-box-shortcode-wrap.style_6 .icon-box-container .icon-content .icon-title {
    padding-top: 0;
  }
}
@media (max-width: 479px) {
  .icon-box-shortcode-wrap.style_6 .icon-box-container .icon-content .icon-title {
    padding-left: 0;
  }
}
.icon-box-shortcode-wrap.style_6 .icon-box-container .icon-content .icon-title:hover {
  color: #94da46;
}
@media (max-width: 767px) {
  .icon-box-shortcode-wrap.style_6 .icon-box-container .icon-content {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  .icon-box-shortcode-wrap.style_6 .icon-box-container .icon-content {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
.icon-box-shortcode-wrap.style_6 .icon-box-container .icon-description {
  color: rgba(31, 42, 55, 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;
  width: 100%;
  text-align: left;
}
@media (max-width: 479px) {
  .icon-box-shortcode-wrap.style_6 .icon-box-container .icon-description {
    padding-left: 0;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .icon-box-shortcode-wrap.style_6 {
    margin: 15px 0;
  }
}
.icon-box-shortcode-wrap.style_7 {
  position: relative;
  text-align: center;
  height: 270px;
  border: 1px solid #fafafa;
  cursor: pointer;
}
.icon-box-shortcode-wrap.style_7:hover:before {
  opacity: 1;
}
.icon-box-shortcode-wrap.style_7:hover .polygon_bg {
  opacity: 0;
}
.icon-box-shortcode-wrap.style_7:hover .icon-box-container .icon-wrap 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_7:hover .icon-box-container .icon-wrap span {
  color: #1F2A37;
}
.icon-box-shortcode-wrap.style_7:hover .icon-box-container .icon-title {
  color: #94da46;
}
.icon-box-shortcode-wrap.style_7:hover .icon-box-container .icon-title a {
  color: #94da46;
}
.icon-box-shortcode-wrap.style_7:hover .icon-box-container .icon-description {
  height: 50px;
  opacity: 1;
}
.icon-box-shortcode-wrap.style_7:before {
  content: '';
  background-color: #1F2A37;
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.icon-box-shortcode-wrap.style_7 .polygon_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.icon-box-shortcode-wrap.style_7 .icon-box-container {
  position: absolute;
  top: 50%;
  width: 100%;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.icon-box-shortcode-wrap.style_7 .icon-box-container .icon-wrap {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-align: center;
  position: relative;
  z-index: 1;
}
.icon-box-shortcode-wrap.style_7 .icon-box-container .icon-wrap img {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.icon-box-shortcode-wrap.style_7 .icon-box-container .icon-wrap span {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.icon-box-shortcode-wrap.style_7 .icon-box-container .icon-wrap span:before {
  font-size: 24px;
  position: relative;
  z-index: 1;
}
.icon-box-shortcode-wrap.style_7 .icon-box-container .icon-title {
  margin-top: 30px;
  position: relative;
  width: 100%;
  text-transform: uppercase;
  color: rgba(31, 42, 55, 0.8);
  font-weight: 600;
  margin-bottom: 10px;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  font-size: 18px;
}
.icon-box-shortcode-wrap.style_7 .icon-box-container .icon-title a {
  color: #1F2A37;
}
.icon-box-shortcode-wrap.style_7 .icon-box-container .icon-title a:hover {
  color: #94da46;
}
.icon-box-shortcode-wrap.style_7 .icon-box-container .icon-description {
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  height: 0;
  padding: 0 20px;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.icon-box-shortcode-wrap.style_7 .icon-box-container .icon-description p {
  text-align: center;
}
@media (max-width: 991px) {
  .icon-box-shortcode-wrap.style_7 {
    margin: 15px 0;
  }
}
.icon-box-shortcode-wrap.style_8 {
  position: relative;
  text-align: center;
}
.icon-box-shortcode-wrap.style_8:hover .icon-box-container .icon-wrap .icon-main {
  background-color: #1F2A37;
}
.icon-box-shortcode-wrap.style_8:hover .icon-box-container .icon-wrap .icon-main img,
.icon-box-shortcode-wrap.style_8:hover .icon-box-container .icon-wrap .icon-main span {
  -webkit-animation: toRightFromLeft 0.5s forwards;
  -moz-animation: toRightFromLeft 0.5s forwards;
  animation: toRightFromLeft 0.5s forwards;
}
.icon-box-shortcode-wrap.style_8:hover .icon-box-container .icon-wrap .icon-main img {
  -webkit-filter: grayscale(1) brightness(10);
  -moz-filter: grayscale(1) brightness(10);
  -o-filter: grayscale(1) brightness(10);
  -ms-filter: grayscale(1) brightness(10);
  filter: grayscale(1) brightness(10);
}
.icon-box-shortcode-wrap.style_8 .icon-box-container .icon-wrap {
  cursor: pointer;
  width: 20%;
  float: left;
}
.icon-box-shortcode-wrap.style_8 .icon-box-container .icon-wrap .icon-main {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-align: center;
  position: relative;
  height: 68px;
  width: 68px;
  border-radius: 100%;
  line-height: 68px;
  background-color: #fff;
  overflow: hidden;
}
.icon-box-shortcode-wrap.style_8 .icon-box-container .icon-wrap .icon-main span {
  line-height: 68px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.icon-box-shortcode-wrap.style_8 .icon-box-container .icon-wrap .icon-main span:before {
  font-size: 36px;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media (max-width: 479px) {
  .icon-box-shortcode-wrap.style_8 .icon-box-container .icon-wrap .icon-main {
    margin: 0 auto;
  }
}
@media (max-width: 479px) {
  .icon-box-shortcode-wrap.style_8 .icon-box-container .icon-wrap {
    width: 100%;
    float: none;
  }
}
.icon-box-shortcode-wrap.style_8 .icon-box-container .icon-content {
  width: 80%;
  margin-left: 75px;
  text-align: left;
  cursor: pointer;
  margin-top: 30px;
  margin-bottom: 30px;
}
.icon-box-shortcode-wrap.style_8 .icon-box-container .icon-content .icon-title {
  font-size: 18px;
  color: #1F2A37;
  margin: 0;
  padding-top: 10px;
  padding-left: 5%;
  margin-bottom: 10px;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.icon-box-shortcode-wrap.style_8 .icon-box-container .icon-content .icon-title a {
  color: #1F2A37;
}
.icon-box-shortcode-wrap.style_8 .icon-box-container .icon-content .icon-title a:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .icon-box-shortcode-wrap.style_8 .icon-box-container .icon-content .icon-title {
    padding-top: 0;
  }
}
@media (max-width: 479px) {
  .icon-box-shortcode-wrap.style_8 .icon-box-container .icon-content .icon-title {
    padding-left: 0;
  }
}
.icon-box-shortcode-wrap.style_8 .icon-box-container .icon-content .icon-title:hover {
  color: #fff;
}
.icon-box-shortcode-wrap.style_8 .icon-box-container .icon-content .icon-description {
  color: rgba(31, 42, 55, 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;
  width: 95%;
  padding-left: 5%;
}
.icon-box-shortcode-wrap.style_8 .icon-box-container .icon-content .icon-description p {
  text-align: center;
}
@media (max-width: 479px) {
  .icon-box-shortcode-wrap.style_8 .icon-box-container .icon-content .icon-description {
    padding-left: 0;
  }
}
@media (max-width: 1500px) and (min-width: 992px) {
  .icon-box-shortcode-wrap.style_8 .icon-box-container .icon-content {
    margin-left: 30%;
  }
}
@media (max-width: 767px) {
  .icon-box-shortcode-wrap.style_8 .icon-box-container .icon-content {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  .icon-box-shortcode-wrap.style_8 .icon-box-container .icon-content {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .icon-box-shortcode-wrap.style_8 {
    margin: 15px 0;
  }
}
/* Clients Shortcode CSS */
.slider_images-shortcode-wrap {
  position: relative;
}
.slider_images-shortcode-wrap.style_1 .slider_list .slider_item {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  text-align: center;
}
.slider_images-shortcode-wrap.style_1 .slider_list .slider_item .slider_img {
  position: relative;
}
.slider_images-shortcode-wrap.style_1 .slider_list .slider_item .slider_img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 10px solid rgba(238, 238, 238, 0.5);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  left: 0;
  z-index: 1;
}
.slider_images-shortcode-wrap.style_1 .slider_list .slider_item .content-slider {
  position: relative;
  height: 90px;
  margin-top: -80px;
  overflow: hidden;
}
.slider_images-shortcode-wrap.style_1 .slider_list .slider_item .content-slider .title {
  position: absolute;
  opacity: 0;
  left: -100%;
  top: 10px;
  width: 100%;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  padding-top: 10px;
  text-shadow: 0px 1px 4px rgba(255, 255, 255, 0.7);
  -moz-text-shadow: 0px 1px 4px rgba(255, 255, 255, 0.7);
  -webkit-text-shadow: 0px 1px 4px rgba(255, 255, 255, 0.7);
  -ms-text-shadow: 0px 1px 4px rgba(255, 255, 255, 0.7);
  -o-text-shadow: 0px 1px 4px rgba(255, 255, 255, 0.7);
}
.slider_images-shortcode-wrap.style_1 .slider_list .slider_item .content-slider .price {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
  font-size: 18px;
}
@media (max-width: 767px) {
  .slider_images-shortcode-wrap.style_1 .slider_list .slider_item .content-slider {
    margin-top: -60px;
  }
}
.slider_images-shortcode-wrap.style_1 .slider_list .slider_item:hover .slider_img:before {
  border-color: #94da46;
}
.slider_images-shortcode-wrap.style_1 .slider_list .slider_item:hover .content-slider .title,
.slider_images-shortcode-wrap.style_1 .slider_list .slider_item:hover .content-slider .price {
  text-align: center;
  opacity: 1;
}
.slider_images-shortcode-wrap.style_1 .slider_list .slider_item:hover .content-slider .title {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slider_images-shortcode-wrap.style_1 .slider_list .slider_item:hover .content-slider .price {
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}
.slider_images-shortcode-wrap.style_1 .slider_list .center .slider_item {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.slider_images-shortcode-wrap.style_1:hover .slider_images_control .slider_images_nav {
  opacity: 1;
}
.slider_images-shortcode-wrap.style_1 .slider_images_control .slider_images_nav {
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 50%;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-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);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.slider_images-shortcode-wrap.style_1 .slider_images_control .slider_images_nav:hover {
  cursor: pointer;
}
.slider_images-shortcode-wrap.style_1 .slider_images_control .slider_images_nav.nav_prev {
  float: left;
}
.slider_images-shortcode-wrap.style_1 .slider_images_control .slider_images_nav.nav_next {
  float: right;
  right: 0;
}
.slider_images-shortcode-wrap.style_1 .slider_images_control .slider_images_nav i {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  padding: 15px;
  background: #ffffff;
}
.slider_images-shortcode-wrap.style_2 .slider_list .slider_item {
  text-align: center;
  margin: 30px 0;
  overflow: hidden;
}
.slider_images-shortcode-wrap.style_2 .slider_list .slider_item .slider_img {
  position: relative;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.slider_images-shortcode-wrap.style_2 .slider_list .slider_item .slider_img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.6);
}
.slider_images-shortcode-wrap.style_2 .slider_list .slider_item .content-slider {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  z-index: 2;
}
.slider_images-shortcode-wrap.style_2 .slider_list .slider_item .content-slider .title {
  margin-top: 10px;
  position: relative;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.slider_images-shortcode-wrap.style_2 .slider_list .slider_item .content-slider .price {
  position: relative;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  font-size: 18px;
}
.slider_images-shortcode-wrap.style_2 .slider_list .slider_item:hover .slider_img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.slider_images-shortcode-wrap.style_2 .slider_list .slider_item:hover .slider_img:before {
  background-color: rgba(31, 42, 55, 0.6);
  opacity: 1;
}
.slider_images-shortcode-wrap.style_2 .slider_list .slider_item:hover .content-slider .title,
.slider_images-shortcode-wrap.style_2 .slider_list .slider_item:hover .content-slider .price {
  text-align: center;
  opacity: 1;
  color: #fff;
}
.slider_images-shortcode-wrap.style_2 .owl-item:hover {
  z-index: 2;
}
.slider_images-shortcode-wrap.style_2:hover .slider_images_control .slider_images_nav {
  opacity: 1;
}
.slider_images-shortcode-wrap.style_2 .slider_images_control .slider_images_nav {
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 50%;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-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);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.slider_images-shortcode-wrap.style_2 .slider_images_control .slider_images_nav:hover {
  cursor: pointer;
}
.slider_images-shortcode-wrap.style_2 .slider_images_control .slider_images_nav.nav_prev {
  float: left;
}
.slider_images-shortcode-wrap.style_2 .slider_images_control .slider_images_nav.nav_next {
  float: right;
  right: 0;
}
.slider_images-shortcode-wrap.style_2 .slider_images_control .slider_images_nav i {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  padding: 15px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .slider_images-shortcode-wrap.style_2 {
    padding: 0 15px;
  }
}
.product-begreen > .product-begreen {
  margin: 0;
}
.product-begreen > .product-begreen .product-item-wrap {
  padding: 0;
}
.product-begreen > .product-begreen .product-item-wrap .product-item-inner {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.product-begreen > .product-begreen .product-item-wrap .product-item-inner .product-thumb {
  width: 33.33%;
  float: left;
}
.product-begreen > .product-begreen .product-item-wrap .product-item-inner .product-thumb .product-flash-wrap {
  display: none;
  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%);
  left: 50%;
  right: auto;
}
.product-begreen > .product-begreen .product-item-wrap .product-item-inner .product-thumb .product-flash-wrap span {
  margin-top: 0;
}
.product-begreen > .product-begreen .product-item-wrap .product-item-inner .product-thumb .product-flash-wrap span:first-child {
  display: none;
}
.product-begreen > .product-begreen .product-item-wrap .product-item-inner .product-thumb .product-flash-wrap span:nth-child(2) {
  background-color: #94da46;
  height: 50px;
  width: 50px;
  display: block;
  border-radius: 100%;
  line-height: 45px;
}
.product-begreen > .product-begreen .product-item-wrap .product-item-inner .product-info {
  padding: 0 0 0 10px;
  width: 66.66%;
  float: left;
  text-align: left;
}
.product-begreen > .product-begreen .product-item-wrap .product-item-inner .product-info .star-rating {
  left: 0;
  margin-top: 10px;
  text-align: left;
  position: relative;
  right: auto;
  margin: 0;
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 10px;
}
.product-begreen > .product-begreen .product-item-wrap .product-item-inner .product-info .star-rating:before {
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.product-begreen > .product-begreen .product-item-wrap .product-item-inner .product-info span.price {
  padding: 10px 0;
  display: inline-block;
  font-weight: 400;
}
@media (max-width: 991px) and (min-width: 768px) {
  .product-begreen > .product-begreen .product-item-wrap .product-item-inner .product-info span.price {
    font-size: 16px;
  }
}
.product-begreen > .product-begreen .product-item-wrap .product-item-inner .product-info span.price del {
  font-size: 14px;
  color: #808080;
  margin-right: 3px;
}
.product-begreen > .product-begreen .product-item-wrap .product-item-inner .product-info h3 {
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .product-begreen > .product-begreen .product-item-wrap .product-item-inner .product-info h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.product-begreen > .product-begreen .product-item-wrap .product-item-inner .product-actions {
  display: none;
}
.product-begreen > .product-begreen .product-item-wrap .product-item-inner:hover {
  -moz-transform: translate(0, -3px);
  -webkit-transform: translate(0, -3px);
  -ms-transform: translate(0, -3px);
  -o-transform: translate(0, -3px);
  transform: translate(0, -3px);
}
.product-begreen.columns-1 .product-item-wrap {
  width: 100%;
  margin-bottom: 25px;
  margin-top: 0;
}
.product-begreen.columns-1 .product-item-wrap .product-info h3 {
  font-size: 18px;
  color: #1F2A37;
  font-weight: 600;
  text-align: left;
}
.product-begreen.columns-1 .product-item-wrap .product-info .star-rating:before {
  left: 0;
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.product-begreen.columns-1 .product-item-wrap .product-info span.price {
  text-align: left;
}
.product-begreen.columns-1 .product-item-wrap .product-info .product-single-short-description {
  text-align: left;
}
.hover-dir-style-2 .da-thumbs li .hover-dir > div .in-slider {
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
  border: 10px solid rgba(148, 218, 70, 0.9);
}
.hover-dir-style-2 .da-thumbs li .hover-dir > div .in-slider .text {
  color: #94da46;
}
.hover-dir-style-3 .da-thumbs li .hover-dir > div .in-slider {
  background: rgba(215, 255, 241, 0.9);
}
.hover-dir-style-3 .da-thumbs li .hover-dir > div .in-slider .text {
  color: #94da46;
}
.hover-dir-style-3 .da-thumbs li .hover-dir > div .in-slider .in-slider-content a i {
  color: #333;
}
.hover-dir-style-3 .da-thumbs li .hover-dir > div .in-slider .in-slider-content a i:hover {
  color: #94da46;
}
.hover-dir-style-4 .da-thumbs li .hover-dir > div .in-slider {
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
  border: 3px solid rgba(148, 218, 70, 0.9);
}
.hover-dir-style-4 .da-thumbs li .hover-dir > div .in-slider .text {
  color: #94da46;
}
.hover-dir-style-5 .da-thumbs li .hover-dir > div .in-slider {
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
  border: medium none;
  text-align: center;
  transform: scale(0.9);
}
.hover-dir-style-5 .da-thumbs li .hover-dir > div .in-slider .text {
  color: #1F2A37;
}
.da-thumbs {
  list-style: none;
  position: relative;
  padding: 0;
  margin-bottom: 70px;
}
.da-thumbs li {
  float: left;
  margin: 5px 15px;
  background: #fff;
  padding: 0;
  position: relative;
  margin: 0;
}
.da-thumbs li .hover-dir,
.da-thumbs li .hover-dir img {
  display: block;
  position: relative;
  width: 100%;
}
.da-thumbs li .hover-dir {
  overflow: hidden;
}
.da-thumbs li .hover-dir > div {
  position: absolute;
  width: 100%;
  height: 100%;
}
.da-thumbs li .hover-dir > div .in-slider {
  background: rgba(0, 0, 0, 0) radial-gradient(circle, rgba(0, 0, 0, 0.1), #000) repeat scroll 0 0;
  text-align: center;
  height: 100%;
  text-transform: uppercase;
  font-size: 17px;
}
.da-thumbs li .hover-dir > div .in-slider .text {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin: 20px 0;
}
.da-thumbs li .hover-dir > div .in-slider .text:hover {
  color: #94da46;
}
.da-thumbs li .hover-dir > div .in-slider .in-slider-content {
  left: 50% !important;
  position: absolute;
  top: 50% !important;
  transform: translate(-50%, -50%);
  width: 100%;
}
.da-thumbs li .hover-dir > div .in-slider .in-slider-content p {
  color: #94da46;
}
.da-thumbs li .hover-dir > div .in-slider .in-slider-content a i {
  font-size: 22px;
  color: #94da46;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.da-thumbs li .hover-dir > div .in-slider .in-slider-content a i:hover {
  -moz-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}
.big-demo .filter-button-group {
  text-align: right;
  padding: 50px 0;
}
.big-demo button {
  background-color: transparent;
  border: medium none;
  font-size: 18px;
  margin: 0 20px;
}
.big-demo button:hover {
  color: #94da46;
}
.big-demo button.is-checked {
  border-bottom: 1px solid #94da46;
  color: #94da46;
}
.mansory-dir .da-thumbs li {
  margin: 0;
}
.slider-instagram {
  position: relative;
}
.slider-instagram .slider-instagram-absolute-1 {
  height: 1px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  z-index: 5;
}
.slider-instagram .slider-instagram-absolute-1 .slider-instagram-absolute-1-content {
  height: 1px;
  position: relative;
}
.slider-instagram .slider-instagram-absolute-1 .slider-instagram-absolute-1-content h3 {
  background-color: #1f2a37;
  color: #fff;
  display: inline-block;
  padding: 15px 25px;
}
.slider-instagram .slider-instagram-absolute-2 {
  height: 1px;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  z-index: 5;
}
.slider-instagram .slider-instagram-absolute-2 .slider-instagram-absolute-2-content {
  height: 1px;
  position: relative;
}
.slider-instagram .slider-instagram-absolute-2 .slider-instagram-absolute-2-content a {
  bottom: 0;
  position: absolute;
  right: 0;
}
.slider-instagram .owl-nav > div {
  background-color: #fff;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 45%;
  width: 50px;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.slider-instagram .owl-nav > div.owl-next {
  right: 0;
}
.slider-instagram .owl-nav > div.owl-prev {
  left: 0;
}
.slider-instagram .owl-nav > div:hover {
  font-size: 25px;
  color: #94da46;
  transition: all 0.5s ease 0s;
}
.slider-instagram .owl-item:hover img {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0.6;
}
.slider-instagram:hover .owl-nav > div {
  opacity: 1;
  transition: all 0.5s ease 0s;
}
.slider-instagram:hover .owl-nav > div.owl-next {
  right: 50px;
}
.slider-instagram:hover .owl-nav > div.owl-prev {
  left: 50px;
}
.slider-clients {
  padding: 50px 0;
  background-color: #f5f5f5;
}
.counter-wrap-style_1 {
  position: relative;
  border: 1px solid transparent;
  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:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  bottom: 0;
  height: 5px;
  background-color: #94da46;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  border-radius: 5px;
}
.counter-wrap-style_1 .gr-counter {
  position: relative;
}
.counter-wrap-style_1 .gr-counter .content-inner {
  position: relative;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.counter-wrap-style_1 .gr-counter .content-inner .gr-number-counter {
  position: relative;
  font-size: 48px;
  color: #1F2A37;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  line-height: 1;
  padding-bottom: 20px;
}
.counter-wrap-style_1 .gr-counter .content-inner .gr-text-defaul {
  white-space: nowrap;
  font-weight: normal;
  font-size: 20px;
  color: rgba(31, 42, 55, 0.7);
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  padding-top: 15px;
  padding-bottom: 15px;
}
.counter-wrap-style_1:hover:before {
  background-color: #1F2A37;
}
.counter-wrap-style_1:hover .gr-counter .content-inner .gr-number-counter,
.counter-wrap-style_1:hover .gr-counter .content-inner .gr-text-defaul {
  color: #94da46;
}
.counter-wrap-style_1:hover .gr-counter .content-inner .gr-text-defaul {
  -webkit-animation: toBottomFromTop 0.5s forwards;
  -moz-animation: toBottomFromTop 0.5s forwards;
  animation: toBottomFromTop 0.5s forwards;
}
.counter-wrap-style_1:hover .gr-counter .content-inner .gr-number-counter {
  -webkit-animation: toTopFromBottom 0.5s forwards;
  -moz-animation: toTopFromBottom 0.5s forwards;
  animation: toTopFromBottom 0.5s forwards;
}
@media (max-width: 991px) {
  .counter-wrap-style_1 {
    margin: 15px auto;
  }
}
.counter-wrap-style_2 {
  position: relative;
  margin: 50px auto;
  height: 330px;
  width: 330px;
  border-radius: 100%;
  -webkit-box-shadow: 0 0px 7px 1px rgba(51, 51, 51, 0.05);
  -moz-box-shadow: 0 0px 7px 1px rgba(51, 51, 51, 0.05);
  box-shadow: 0 0px 7px 1px rgba(51, 51, 51, 0.05);
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  overflow: hidden;
}
.counter-wrap-style_2:before {
  content: '';
  background-color: rgba(148, 218, 70, 0.17);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
}
.counter-wrap-style_2 .gr-counter .content-inner {
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.counter-wrap-style_2 .gr-counter .content-inner .icon-wrap {
  height: 125px;
  width: 125px;
  background-color: rgba(148, 218, 70, 0.8);
  border-radius: 100%;
  line-height: 125px;
  margin: 0 auto;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media (max-width: 1919px) {
  .counter-wrap-style_2 .gr-counter .content-inner .icon-wrap {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}
.counter-wrap-style_2 .gr-counter .content-inner .gr-number-counter {
  margin-top: 15px;
  position: relative;
  font-size: 48px;
  color: #1F2A37;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  line-height: 1;
}
.counter-wrap-style_2 .gr-counter .content-inner .gr-text-defaul {
  white-space: nowrap;
  font-weight: 600;
  font-size: 18px;
  color: rgba(31, 42, 55, 0.3);
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  padding-top: 5px;
}
.counter-wrap-style_2:hover:before {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 1;
}
.counter-wrap-style_2:hover .gr-counter .content-inner .icon-wrap {
  background-color: #94da46;
}
.counter-wrap-style_2:hover .gr-counter .content-inner .icon-wrap img {
  -webkit-animation: toBottomFromTop 0.5s forwards;
  -moz-animation: toBottomFromTop 0.5s forwards;
  animation: toBottomFromTop 0.5s forwards;
}
.counter-wrap-style_2:hover .gr-counter .content-inner .gr-text-defaul {
  color: rgba(31, 42, 55, 0.8);
}
@media (max-width: 1919px) {
  .counter-wrap-style_2 {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 991px) {
  .counter-wrap-style_2 {
    margin: 15px auto;
  }
}
.counter-wrap-style_3 {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  overflow: hidden;
}
.counter-wrap-style_3 .gr-counter .content-inner {
  position: relative;
  text-align: center;
  color: #fff;
  font-weight: 600;
  padding: 15px 0;
}
.counter-wrap-style_3 .gr-counter .content-inner .icon-wrap {
  margin: 0 auto;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.counter-wrap-style_3 .gr-counter .content-inner .gr-number-counter {
  margin-top: 20px;
  position: relative;
  font-size: 36px;
  color: #1F2A37;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  line-height: 1;
}
.counter-wrap-style_3 .gr-counter .content-inner .gr-text-defaul {
  white-space: nowrap;
  font-weight: 600;
  font-size: 18px;
  color: rgba(31, 42, 55, 0.8);
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  padding-top: 5px;
}
.counter-wrap-style_3:hover .gr-counter .content-inner .icon-wrap img {
  -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;
}
.counter-wrap-style_3:hover .gr-counter .content-inner .gr-number-counter {
  color: #94da46;
}
@media (max-width: 1919px) {
  .counter-wrap-style_3 {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 991px) {
  .counter-wrap-style_3 {
    margin: 15px auto;
  }
}
/* TESTIMONIAL */
@media (max-width: 320px) {
  .yolo-testimonial.slider-pro .sp-mask.sp-grab,
  .yolo-testimonial.slider-pro .sp-grabbing {
    height: 550px;
  }
}
.yolo-testimonial.slider-pro .sp-slides .sp-slide {
  padding: 75px;
  background-color: #f6f6f6;
}
.yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-content {
  padding-left: 50px;
  position: relative;
}
.yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-content p {
  color: #445c78;
}
.yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-content hr {
  width: 60px;
  position: absolute;
  left: 0;
  margin-left: 50px;
  border-top: 1px solid #93a9c2;
}
.yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-content:before {
  content: "\f10d";
  font-family: fontawesome;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 36px;
  line-height: 1.3;
  color: #94da46;
}
@media (max-width: 320px) {
  .yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-content {
    padding-top: 45px;
    padding-left: 0;
  }
  .yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-content:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-info {
  padding-left: 50px;
  margin-top: 65px;
}
.yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-info img {
  width: 60px;
  float: left;
}
.yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-info .testimonial-meta {
  margin-left: 80px;
}
.yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-info .testimonial-meta h3 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
}
.yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-info .testimonial-meta p {
  color: #445c78;
  margin: 0;
}
@media (max-width: 320px) {
  .yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-info {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .yolo-testimonial.slider-pro .sp-slides .sp-slide {
    padding: 30px;
  }
}
@media (max-width: 320px) {
  .yolo-testimonial.slider-pro .sp-slides .sp-slide {
    height: 550px;
  }
}
.yolo-testimonial.slider-pro .sp-selected-thumbnail:before {
  display: none;
  border-color: #94da46;
}
.yolo-testimonial.slider-pro .sp-selected-thumbnail:after {
  display: none;
  border-right-color: #94da46;
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail {
  width: 100%;
  height: 100%;
  left: 28px;
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .sp-thumbnail-inner {
  position: relative;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .testimonial-info {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .testimonial-info img {
  width: 90px;
  float: left;
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .testimonial-info .testimonial-meta {
  z-index: 2;
  margin-left: 120px;
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .testimonial-info .testimonial-meta h3 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  margin-top: 0;
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .testimonial-info .testimonial-meta p {
  margin: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  color: #445c78;
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .testimonial-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .testimonial-overlay:before {
  content: '';
  right: -64%;
  top: 0;
  position: absolute;
  background-color: rgba(51, 51, 51, 0.5);
  width: 100%;
  height: 100%;
  -webkit-transform: skewX(-30deg) skewY(0);
  -ms-transform: skewX(-30deg) skewY(0);
  -o-transform: skewX(-30deg) skewY(0);
  transform: skewX(-30deg) skewY(0);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .testimonial-overlay i {
  position: absolute;
  left: 65%;
  top: 50%;
  transform: translate(-65%, -50%);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .testimonial-overlay i:before {
  font-size: 18px;
  color: white;
  height: 50px;
  width: 50px;
  background-color: #94da46;
  display: block;
  line-height: 50px;
  border-radius: 100%;
  text-align: center;
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail:hover .testimonial-overlay:before {
  right: 0%;
  -webkit-transform: skewX(0) skewY(0);
  -ms-transform: skewX(0) skewY(0);
  -o-transform: skewX(0) skewY(0);
  transform: skewX(0) skewY(0);
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail:hover .testimonial-overlay i {
  left: 75%;
  transform: translate(-75%, -50%);
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail:hover .testimonial-info .testimonial-meta h3 {
  color: #fff;
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail:hover .testimonial-info .testimonial-meta p {
  color: #fff;
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail-container {
  margin-top: 8px;
  margin-bottom: 8px;
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail-container.sp-selected-thumbnail .sp-thumbnail .testimonial-overlay:before {
  right: 0%;
  -webkit-transform: skewX(0) skewY(0);
  -ms-transform: skewX(0) skewY(0);
  -o-transform: skewX(0) skewY(0);
  transform: skewX(0) skewY(0);
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail-container.sp-selected-thumbnail .sp-thumbnail .testimonial-overlay i {
  left: 75%;
  transform: translate(-75%, -50%);
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail-container.sp-selected-thumbnail .sp-thumbnail .testimonial-info .testimonial-meta h3 {
  color: #fff;
}
.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail-container.sp-selected-thumbnail .sp-thumbnail .testimonial-info .testimonial-meta p {
  color: #fff;
}
@media (max-width: 768px) {
  .yolo-testimonial.slider-pro .sp-thumbnails {
    display: none;
  }
}
.yolo-testimonial.slider-pro .testimonial-control {
  position: absolute;
  height: 40px;
  width: 90px;
  bottom: 55px;
  left: 100px;
  z-index: 999;
}
.yolo-testimonial.slider-pro .testimonial-control .nav_prev,
.yolo-testimonial.slider-pro .testimonial-control .nav_next {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: #fff;
  text-align: center;
  line-height: 40px;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.11);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-testimonial.slider-pro .testimonial-control .nav_prev:hover,
.yolo-testimonial.slider-pro .testimonial-control .nav_next:hover {
  color: #94da46;
}
@media (max-width: 320px) {
  .yolo-testimonial.slider-pro .testimonial-control {
    bottom: 10px;
  }
}
.yolo-testimonial.slider-pro-2 {
  position: relative;
}
.yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top {
  padding: 10px;
}
.yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top .testimonial-top-overlay {
  background: #fff;
  height: 450px;
}
.yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top .testimonial-top-overlay .testimonial-top-content {
  margin: 0;
  padding-top: 115px;
}
.yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top .testimonial-top-overlay .testimonial-top-content .testimonial-image {
  text-align: center;
}
@media (max-width: 320px) {
  .yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top .testimonial-top-overlay .testimonial-top-content .testimonial-image {
    display: none;
  }
}
.yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top .testimonial-top-overlay .testimonial-top-content .testimonial-content {
  position: relative;
}
.yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top .testimonial-top-overlay .testimonial-top-content .testimonial-content .testimonial-meta h3 {
  text-transform: uppercase;
}
.yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top .testimonial-top-overlay .testimonial-top-content .testimonial-content .testimonial-meta span:first-child {
  text-transform: uppercase;
}
.yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top .testimonial-top-overlay .testimonial-top-content .testimonial-content:before {
  content: "\f10d";
  position: absolute;
  left: 50%;
  top: -75px;
  font-size: 30px;
  font-family: fontawesome;
  opacity: 0.3;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top .testimonial-top-overlay .testimonial-top-content .testimonial-content {
    text-align: center;
    margin-top: 20px;
  }
}
@media (max-width: 320px) {
  .yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top .testimonial-top-overlay .testimonial-top-content .testimonial-content:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top .testimonial-top-overlay .testimonial-top-content {
    padding-top: 60px;
  }
}
@media (max-width: 320px) {
  .yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top .testimonial-top-overlay .testimonial-top-content {
    padding-top: 20px;
  }
}
.yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-bottom .testimonial-meta {
  margin: 50px 0;
}
.yolo-testimonial.slider-pro-2 .sp-bottom-thumbnails.sp-has-pointer .sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  border-color: #94da46;
}
.yolo-testimonial.slider-pro-2 .sp-bottom-thumbnails.sp-has-pointer .sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  border-bottom-color: #94da46;
}
.yolo-testimonial.slider-pro-2 .testimonial-control {
  display: none;
  top: -70px;
  z-index: 10;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #222222;
}
.yolo-testimonial.slider-pro-2 .testimonial-control:hover {
  cursor: pointer;
}
.yolo-testimonial.slider-pro-2 .testimonial-control .testimonial-nav {
  display: inline-block;
  margin: 0 5px;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.yolo-testimonial.slider-pro-2 .testimonial-control .testimonial-nav i {
  padding: 15px;
  background: #ffffff;
}
.yolo-testimonial.testimonial-carousel {
  text-align: left;
  position: relative;
}
.yolo-testimonial.testimonial-carousel .testimonial-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
}
.yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item {
  background-color: #fff;
  padding: 70px;
  margin: 50px 0;
}
.yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .icon {
  width: 10%;
  float: left;
  position: relative;
}
.yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .icon i {
  font-size: 72px;
  color: #94da46;
}
@media (max-width: 991px) and (min-width: 768px) {
  .yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .icon {
    position: absolute;
    top: 30px;
    opacity: 0.4;
  }
}
@media (max-width: 767px) {
  .yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .icon {
    position: absolute;
    top: 30px;
    opacity: 0.4;
  }
}
@media (max-width: 479px) {
  .yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .icon {
    position: absolute;
    top: 30px;
    width: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .testimonial-content {
  position: relative;
  margin-bottom: 0;
  color: rgba(31, 42, 55, 0.9);
  width: 60%;
  padding-right: 30px;
}
.yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .testimonial-content .text-content {
  line-height: 1.6;
  position: relative;
}
.yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .testimonial-content .text-content:before {
  content: '';
  position: absolute;
  height: 60px;
  width: 4px;
  background-color: #1F2A37;
  left: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .testimonial-content .text-content:before {
    display: none;
  }
}
.yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .testimonial-content .testimonial-title {
  text-align: right;
  color: #1F2A37;
  font-size: 18px;
  margin-top: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .testimonial-content .testimonial-title {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 5px;
  }
}
.yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .testimonial-content .testimonial-position {
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #1F2A37;
}
@media (max-width: 767px) {
  .yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .testimonial-content .testimonial-position {
    text-align: center;
  }
}
.yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .testimonial-content .testimonial-special {
  display: none;
}
@media (max-width: 991px) and (min-width: 768px) {
  .yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .testimonial-content {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .testimonial-content {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
.yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .testimonial-image {
  width: 35%;
  position: absolute;
  top: 50%;
  right: 70px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) and (min-width: 768px) {
  .yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .testimonial-image {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .testimonial-image {
    width: 25%;
    top: auto;
    right: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    position: relative;
    margin: 0 auto;
    margin-top: 20px;
  }
  .yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .testimonial-image img {
    border-radius: 100%;
    border: 5px solid #94da46;
  }
}
@media (max-width: 479px) {
  .yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .testimonial-image {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item {
    padding: 70px 40px;
  }
}
@media (max-width: 479px) {
  .yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item {
    padding: 70px 20px;
  }
}
.yolo-testimonial.testimonial-carousel .testimonial-list .owl-dots {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.yolo-testimonial.testimonial-carousel .testimonial-list .owl-dots .owl-dot {
  margin: 6px 0;
  height: 12px;
  width: 12px;
  background-color: #f1f1f1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-testimonial.testimonial-carousel .testimonial-list .owl-dots .owl-dot.active,
.yolo-testimonial.testimonial-carousel .testimonial-list .owl-dots .owl-dot:hover {
  background-color: #94da46;
}
.yolo-testimonial.testimonial-carousel .testimonial-control {
  display: none;
  position: absolute;
  bottom: -20px;
  left: 50%;
  z-index: 99;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #1F2A37;
}
.yolo-testimonial.testimonial-carousel .testimonial-control:hover {
  cursor: pointer;
}
.yolo-testimonial.testimonial-carousel .testimonial-control .testimonial-nav {
  display: inline-block;
  margin: 0 5px;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.yolo-testimonial.testimonial-carousel .testimonial-control .testimonial-nav i {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  padding: 15px;
  background: #fff;
}
.yolo-testimonial.testimonial-carousel-2 {
  text-align: center;
  padding: 0px 100px;
  position: relative;
}
.yolo-testimonial.testimonial-carousel-2:hover .testimonial-control .testimonial-nav {
  opacity: 1;
}
.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-image {
  position: relative;
  height: 200px;
  width: 200px;
  border-radius: 100%;
  margin: 0 auto;
  margin-top: 10px;
}
.yolo-testimonial.testimonial-carousel-2 .testimonial-list .testimonial-item .testimonial-image i {
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 72px;
  z-index: 1;
  color: #94da46;
  text-shadow: 1px 3px 7px rgba(0, 0, 0, 0.17);
  -moz-text-shadow: 1px 3px 7px rgba(0, 0, 0, 0.17);
  -webkit-text-shadow: 1px 3px 7px rgba(0, 0, 0, 0.17);
  -ms-text-shadow: 1px 3px 7px rgba(0, 0, 0, 0.17);
  -o-text-shadow: 1px 3px 7px rgba(0, 0, 0, 0.17);
}
.yolo-testimonial.testimonial-carousel-2 .testimonial-list .testimonial-item .testimonial-image img {
  border-radius: 100%;
}
.yolo-testimonial.testimonial-carousel-2 .testimonial-list .testimonial-item p {
  z-index: 2;
  margin: 0 auto;
  position: relative;
  width: 80%;
  color: rgba(31, 42, 55, 0.9);
}
.yolo-testimonial.testimonial-carousel-2 .testimonial-list .testimonial-item .testimonial-title {
  color: #1F2A37;
  font-size: 30px;
}
.yolo-testimonial.testimonial-carousel-2 .testimonial-list .testimonial-item .testimonial-position {
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  padding-bottom: 10px;
  margin-top: 0;
  color: #94da46;
}
.yolo-testimonial.testimonial-carousel-2 .testimonial-control:hover {
  cursor: pointer;
}
.yolo-testimonial.testimonial-carousel-2 .testimonial-control .testimonial-nav {
  position: absolute;
  top: 50%;
  z-index: 99;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #1F2A37;
  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-2 .testimonial-control .testimonial-nav:hover i {
  color: #94da46;
}
.yolo-testimonial.testimonial-carousel-2 .testimonial-control .testimonial-nav i {
  padding: 15px;
  background: #fff;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-testimonial.testimonial-carousel-2 .testimonial-control .testimonial-nav.nav_next {
  right: 20px;
}
.yolo-testimonial.testimonial-carousel-2 .testimonial-control .testimonial-nav.nav_prev {
  left: 20px;
}
@media (max-width: 479px) {
  .yolo-testimonial.testimonial-carousel-2 .testimonial-control .testimonial-nav.nav_next {
    right: -20px;
  }
  .yolo-testimonial.testimonial-carousel-2 .testimonial-control .testimonial-nav.nav_prev {
    left: -20px;
  }
}
@media (max-width: 481px) {
  .yolo-testimonial.testimonial-carousel-2 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 479px) {
  .yolo-testimonial.testimonial-carousel-2 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.yolo-testimonial.testimonial-carousel-3 {
  text-align: center;
  position: relative;
}
.yolo-testimonial.testimonial-carousel-3:hover .testimonial-control .testimonial-nav {
  opacity: 1;
}
.yolo-testimonial.testimonial-carousel-3 .testimonial-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
}
.yolo-testimonial.testimonial-carousel-3 .testimonial-list .testimonial-item .testimonial-image {
  position: relative;
  height: 225px;
  width: 225px;
  border-radius: 100%;
  margin: 0 auto;
  margin-top: 10px;
  -webkit-box-shadow: 0 0 5px 2px rgba(51, 51, 51, 0.1);
  -moz-box-shadow: 0 0 5px 2px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 5px 2px rgba(51, 51, 51, 0.1);
}
.yolo-testimonial.testimonial-carousel-3 .testimonial-list .testimonial-item .testimonial-image img {
  border-radius: 100%;
}
.yolo-testimonial.testimonial-carousel-3 .testimonial-list .testimonial-item p {
  z-index: 2;
  margin: 0 auto;
  position: relative;
  width: 80%;
  color: rgba(31, 42, 55, 0.9);
  margin-top: 30px;
}
.yolo-testimonial.testimonial-carousel-3 .testimonial-list .testimonial-item .testimonial-title {
  position: relative;
  margin-top: 20px;
  color: #1F2A37;
  font-size: 24px;
  font-weight: 600;
  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-title:before {
  content: '.';
  padding-right: 5px;
  display: inline-block;
}
.yolo-testimonial.testimonial-carousel-3 .testimonial-list .testimonial-item .testimonial-title:after {
  content: '.';
  padding-left: 5px;
  display: inline-block;
}
.yolo-testimonial.testimonial-carousel-3 .testimonial-list .testimonial-item .testimonial-title:hover {
  color: #94da46;
}
.yolo-testimonial.testimonial-carousel-3 .testimonial-list .testimonial-item .testimonial-position {
  position: relative;
  font-size: 14px;
  padding-bottom: 10px;
  margin-top: 0;
  color: rgba(31, 42, 55, 0.5);
}
.yolo-testimonial.testimonial-carousel-3 .testimonial-list .owl-dots {
  position: absolute;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.yolo-testimonial.testimonial-carousel-3 .testimonial-list .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
  height: 12px;
  width: 12px;
  border-radius: 100%;
  background-color: #f1f1f1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-testimonial.testimonial-carousel-3 .testimonial-list .owl-dots .owl-dot.active,
.yolo-testimonial.testimonial-carousel-3 .testimonial-list .owl-dots .owl-dot:hover {
  background-color: #94da46;
}
.yolo-testimonial.testimonial-carousel-3 .testimonial-control:hover {
  cursor: pointer;
}
.yolo-testimonial.testimonial-carousel-3 .testimonial-control .testimonial-nav {
  position: absolute;
  top: 50%;
  z-index: 99;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #1F2A37;
  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 .testimonial-control .testimonial-nav:hover i {
  color: #94da46;
}
.yolo-testimonial.testimonial-carousel-3 .testimonial-control .testimonial-nav i {
  padding: 15px;
  background: #fff;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-testimonial.testimonial-carousel-3 .testimonial-control .testimonial-nav.nav_next {
  right: 20px;
}
.yolo-testimonial.testimonial-carousel-3 .testimonial-control .testimonial-nav.nav_prev {
  left: 20px;
}
@media (max-width: 479px) {
  .yolo-testimonial.testimonial-carousel-3 .testimonial-control .testimonial-nav.nav_next {
    right: -20px;
  }
  .yolo-testimonial.testimonial-carousel-3 .testimonial-control .testimonial-nav.nav_prev {
    left: -20px;
  }
}
@media (max-width: 481px) {
  .yolo-testimonial.testimonial-carousel-3 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 479px) {
  .yolo-testimonial.testimonial-carousel-3 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.yolo-testimonial.testimonial-carousel-4 {
  text-align: center;
  position: relative;
}
.yolo-testimonial.testimonial-carousel-4:hover .testimonial-control .testimonial-nav {
  opacity: 1;
}
.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 .testimonial-image {
  position: relative;
  height: 225px;
  width: 225px;
  border-radius: 100%;
  margin: 0 auto;
  margin-top: 10px;
  -webkit-box-shadow: 0 0 5px 2px rgba(51, 51, 51, 0.1);
  -moz-box-shadow: 0 0 5px 2px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 5px 2px rgba(51, 51, 51, 0.1);
}
.yolo-testimonial.testimonial-carousel-4 .testimonial-list .testimonial-item .testimonial-image img {
  border-radius: 100%;
}
.yolo-testimonial.testimonial-carousel-4 .testimonial-list .testimonial-item .testimonial-image i {
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 72px;
  z-index: 1;
  color: #fff;
  text-shadow: 1px 3px 7px rgba(51, 51, 51, 0.17);
  -moz-text-shadow: 1px 3px 7px rgba(51, 51, 51, 0.17);
  -webkit-text-shadow: 1px 3px 7px rgba(51, 51, 51, 0.17);
  -ms-text-shadow: 1px 3px 7px rgba(51, 51, 51, 0.17);
  -o-text-shadow: 1px 3px 7px rgba(51, 51, 51, 0.17);
}
@media (max-width: 767px) {
  .yolo-testimonial.testimonial-carousel-4 .testimonial-list .testimonial-item .testimonial-image {
    margin-top: 20px;
    height: 180px;
    width: 180px;
  }
  .yolo-testimonial.testimonial-carousel-4 .testimonial-list .testimonial-item .testimonial-image i {
    font-size: 60px;
  }
}
.yolo-testimonial.testimonial-carousel-4 .testimonial-list .testimonial-item p {
  z-index: 2;
  margin: 0 auto;
  position: relative;
  width: 80%;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 30px;
}
.yolo-testimonial.testimonial-carousel-4 .testimonial-list .testimonial-item .testimonial-title {
  position: relative;
  margin-top: 20px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-testimonial.testimonial-carousel-4 .testimonial-list .testimonial-item .testimonial-title:before {
  content: '.';
  padding-right: 5px;
  display: inline-block;
}
.yolo-testimonial.testimonial-carousel-4 .testimonial-list .testimonial-item .testimonial-title:after {
  content: '.';
  padding-left: 5px;
  display: inline-block;
}
.yolo-testimonial.testimonial-carousel-4 .testimonial-list .testimonial-item .testimonial-title:hover {
  color: #94da46;
}
.yolo-testimonial.testimonial-carousel-4 .testimonial-list .testimonial-item .testimonial-position {
  position: relative;
  font-size: 14px;
  padding-bottom: 10px;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.5);
}
.yolo-testimonial.testimonial-carousel-4 .testimonial-control:hover {
  cursor: pointer;
}
.yolo-testimonial.testimonial-carousel-4 .testimonial-control .testimonial-nav {
  position: absolute;
  top: 50%;
  z-index: 99;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #1F2A37;
  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-4 .testimonial-control .testimonial-nav:hover i {
  color: #94da46;
}
.yolo-testimonial.testimonial-carousel-4 .testimonial-control .testimonial-nav i {
  padding: 15px;
  background: #fff;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-testimonial.testimonial-carousel-4 .testimonial-control .testimonial-nav.nav_next {
  right: 20px;
}
.yolo-testimonial.testimonial-carousel-4 .testimonial-control .testimonial-nav.nav_prev {
  left: 20px;
}
@media (max-width: 479px) {
  .yolo-testimonial.testimonial-carousel-4 .testimonial-control .testimonial-nav.nav_next {
    right: -20px;
  }
  .yolo-testimonial.testimonial-carousel-4 .testimonial-control .testimonial-nav.nav_prev {
    left: -20px;
  }
}
@media (max-width: 481px) {
  .yolo-testimonial.testimonial-carousel-4 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 479px) {
  .yolo-testimonial.testimonial-carousel-4 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.yolo-testimonial.testimonial-carousel-5 {
  text-align: center;
  position: relative;
}
.yolo-testimonial.testimonial-carousel-5:hover .testimonial-control .testimonial-nav {
  opacity: 1;
}
.yolo-testimonial.testimonial-carousel-5 .testimonial-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
}
.yolo-testimonial.testimonial-carousel-5 .testimonial-list .testimonial-item .testimonial-image {
  position: relative;
  height: 140px;
  width: 140px;
  border-radius: 100%;
  margin: 0 auto;
  padding: 7px;
  margin-top: 10px;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 5px 2px rgba(51, 51, 51, 0.1);
  -moz-box-shadow: 0 0 5px 2px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 5px 2px rgba(51, 51, 51, 0.1);
}
.yolo-testimonial.testimonial-carousel-5 .testimonial-list .testimonial-item .testimonial-image img {
  border-radius: 100%;
}
.yolo-testimonial.testimonial-carousel-5 .testimonial-list .testimonial-item p {
  z-index: 2;
  margin: 0 auto;
  position: relative;
  width: 80%;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 20px;
  font-size: 16px;
}
.yolo-testimonial.testimonial-carousel-5 .testimonial-list .testimonial-item .testimonial-title {
  position: relative;
  margin-top: 20px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-testimonial.testimonial-carousel-5 .testimonial-list .testimonial-item .testimonial-title:before {
  content: '.';
  padding-right: 5px;
  display: inline-block;
}
.yolo-testimonial.testimonial-carousel-5 .testimonial-list .testimonial-item .testimonial-title:after {
  content: '.';
  padding-left: 5px;
  display: inline-block;
}
.yolo-testimonial.testimonial-carousel-5 .testimonial-list .testimonial-item .testimonial-title:hover {
  color: #94da46;
}
.yolo-testimonial.testimonial-carousel-5 .testimonial-list .testimonial-item i {
  margin-top: 20px;
  font-size: 30px;
  color: #fff;
}
.yolo-testimonial.testimonial-carousel-5 .testimonial-list .testimonial-item .testimonial-position {
  position: relative;
  font-size: 15px;
  padding-bottom: 10px;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.7);
}
.yolo-testimonial.testimonial-carousel-5 .testimonial-control:hover {
  cursor: pointer;
}
.yolo-testimonial.testimonial-carousel-5 .testimonial-control .testimonial-nav {
  position: absolute;
  top: 50%;
  z-index: 99;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #1F2A37;
  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-5 .testimonial-control .testimonial-nav:hover i {
  color: #94da46;
}
.yolo-testimonial.testimonial-carousel-5 .testimonial-control .testimonial-nav i {
  padding: 15px;
  background: #fff;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-testimonial.testimonial-carousel-5 .testimonial-control .testimonial-nav.nav_next {
  right: 20px;
}
.yolo-testimonial.testimonial-carousel-5 .testimonial-control .testimonial-nav.nav_prev {
  left: 20px;
}
@media (max-width: 479px) {
  .yolo-testimonial.testimonial-carousel-5 .testimonial-control .testimonial-nav.nav_next {
    right: -20px;
  }
  .yolo-testimonial.testimonial-carousel-5 .testimonial-control .testimonial-nav.nav_prev {
    left: -20px;
  }
}
@media (max-width: 481px) {
  .yolo-testimonial.testimonial-carousel-5 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 479px) {
  .yolo-testimonial.testimonial-carousel-5 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.yolo-testimonial.testimonial-carousel-6 {
  text-align: center;
  position: relative;
}
.yolo-testimonial.testimonial-carousel-6:hover .testimonial-control .testimonial-nav {
  opacity: 1;
}
.yolo-testimonial.testimonial-carousel-6 .testimonial-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
}
.yolo-testimonial.testimonial-carousel-6 .testimonial-list .testimonial-item .testimonial-image {
  position: relative;
  height: 125px;
  width: 125px;
  border-radius: 100%;
  margin: 0 auto;
}
.yolo-testimonial.testimonial-carousel-6 .testimonial-list .testimonial-item .testimonial-image img {
  border-radius: 100%;
}
.yolo-testimonial.testimonial-carousel-6 .testimonial-list .testimonial-item p {
  z-index: 2;
  margin: 0 auto;
  position: relative;
  width: 66%;
  color: rgba(31, 42, 55, 0.9);
  margin-top: 20px;
}
.yolo-testimonial.testimonial-carousel-6 .testimonial-list .testimonial-item .testimonial-title {
  position: relative;
  margin-top: 20px;
  color: #1F2A37;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-testimonial.testimonial-carousel-6 .testimonial-list .testimonial-item .testimonial-title:before {
  content: '.';
  padding-right: 5px;
  display: inline-block;
}
.yolo-testimonial.testimonial-carousel-6 .testimonial-list .testimonial-item .testimonial-title:after {
  content: '.';
  padding-left: 5px;
  display: inline-block;
}
.yolo-testimonial.testimonial-carousel-6 .testimonial-list .testimonial-item .testimonial-title:hover {
  color: #94da46;
}
.yolo-testimonial.testimonial-carousel-6 .testimonial-list .testimonial-item i {
  margin-top: 30px;
  font-size: 40px;
  color: #94da46;
}
.yolo-testimonial.testimonial-carousel-6 .testimonial-list .testimonial-item .testimonial-position {
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  padding-bottom: 10px;
  margin-top: 0;
  font-weight: 600;
  color: rgba(31, 42, 55, 0.7);
}
.yolo-testimonial.testimonial-carousel-6 .testimonial-control:hover {
  cursor: pointer;
}
.yolo-testimonial.testimonial-carousel-6 .testimonial-control .testimonial-nav {
  position: absolute;
  top: 50%;
  z-index: 99;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #1F2A37;
  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-6 .testimonial-control .testimonial-nav:hover i {
  color: #94da46;
}
.yolo-testimonial.testimonial-carousel-6 .testimonial-control .testimonial-nav i {
  padding: 15px;
  background: #fff;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-testimonial.testimonial-carousel-6 .testimonial-control .testimonial-nav.nav_next {
  right: 20px;
}
.yolo-testimonial.testimonial-carousel-6 .testimonial-control .testimonial-nav.nav_prev {
  left: 20px;
}
@media (max-width: 479px) {
  .yolo-testimonial.testimonial-carousel-6 .testimonial-control .testimonial-nav.nav_next {
    right: -20px;
  }
  .yolo-testimonial.testimonial-carousel-6 .testimonial-control .testimonial-nav.nav_prev {
    left: -20px;
  }
}
@media (max-width: 481px) {
  .yolo-testimonial.testimonial-carousel-6 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 479px) {
  .yolo-testimonial.testimonial-carousel-6 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.yolo-teammember.teammember-carousel:hover .teammember-control .teammember-nav {
  opacity: 1;
}
.yolo-teammember.teammember-carousel .teammember-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
}
.yolo-teammember.teammember-carousel .teammember-list .teammember-item {
  background-color: #fff;
}
.yolo-teammember.teammember-carousel .teammember-list .teammember-item:hover {
  background-color: #fafafa;
}
.yolo-teammember.teammember-carousel .teammember-list .teammember-item:hover .teammember-content {
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.yolo-teammember.teammember-carousel .teammember-list .teammember-item:hover .teammember-content .teammember-image {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0);
}
.yolo-teammember.teammember-carousel .teammember-list .teammember-item:hover .teammember-content .teammember-image img {
  width: 100%;
}
.yolo-teammember.teammember-carousel .teammember-list .teammember-item:hover .teammember-content .teammember-meta .teammember-meta-inner .teammember-social-profile {
  height: 25px;
}
.yolo-teammember.teammember-carousel .teammember-list .teammember-item:hover .teammember-content .teammember-meta .teammember-meta-inner .teammember-social-profile li a i {
  font-size: 16px;
}
.yolo-teammember.teammember-carousel .teammember-list .teammember-item .teammember-content {
  cursor: pointer;
}
.yolo-teammember.teammember-carousel .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;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
  filter: grayscale(1);
}
.yolo-teammember.teammember-carousel .teammember-list .teammember-item .teammember-content .teammember-meta {
  position: relative;
  text-align: center;
  height: 95px;
  border-right: 1px solid #ccc;
}
.yolo-teammember.teammember-carousel .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-meta-inner {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.yolo-teammember.teammember-carousel .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-title {
  color: #1F2A37;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-teammember.teammember-carousel .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-title:hover {
  color: #94da46;
}
.yolo-teammember.teammember-carousel .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-position {
  color: rgba(31, 42, 55, 0.8);
  font-size: 14px;
  margin-bottom: 0px;
}
.yolo-teammember.teammember-carousel .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-social-profile {
  margin-top: 5px;
  margin-bottom: 0px;
  padding-left: 0;
  height: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-teammember.teammember-carousel .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-social-profile li {
  font-size: 16px;
  display: inline;
  margin-right: 10px;
}
.yolo-teammember.teammember-carousel .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-social-profile li a {
  color: #1F2A37;
}
.yolo-teammember.teammember-carousel .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-social-profile li a:hover {
  color: #94da46;
}
.yolo-teammember.teammember-carousel .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-social-profile li a i {
  font-size: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-teammember.teammember-carousel .teammember-control {
  color: #222222;
}
.yolo-teammember.teammember-carousel .teammember-control:hover {
  cursor: pointer;
}
.yolo-teammember.teammember-carousel .teammember-control .teammember-nav {
  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-carousel .teammember-control .teammember-nav i {
  padding: 15px;
  background: #fff;
}
.yolo-teammember.teammember-carousel .teammember-control .teammember-nav.nav_next {
  right: 0;
}
.yolo-teammember.teammember-carousel .teammember-control .teammember-nav.nav_prev {
  left: 0;
}
.yolo-teammember.teammember-carousel .teammember-control .teammember-nav:hover i {
  color: #94da46;
}
.yolo-teammember.teammember-carousel .columns-2 {
  width: 50%;
  float: left;
}
@media (max-width: 991px) {
  .yolo-teammember.teammember-carousel .columns-2 {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .yolo-teammember.teammember-carousel .columns-2 {
    width: 100%;
  }
}
.yolo-teammember.teammember-carousel .columns-3 {
  width: 33.33333333%;
  float: left;
}
@media (max-width: 991px) {
  .yolo-teammember.teammember-carousel .columns-3 {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .yolo-teammember.teammember-carousel .columns-3 {
    width: 100%;
  }
}
.yolo-teammember.teammember-carousel .columns-4 {
  width: 25%;
  float: left;
}
@media (max-width: 991px) {
  .yolo-teammember.teammember-carousel .columns-4 {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .yolo-teammember.teammember-carousel .columns-4 {
    width: 100%;
  }
}
.yolo-teammember.teammember-carousel .columns-5 {
  width: 20%;
  float: left;
}
@media (max-width: 991px) {
  .yolo-teammember.teammember-carousel .columns-5 {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .yolo-teammember.teammember-carousel .columns-5 {
    width: 100%;
  }
}
.yolo-teammember.style_2 {
  position: relative;
}
.yolo-teammember.style_2 .teammember-list .teammember-item {
  padding: 0 15px;
  margin: 15px 0;
}
.yolo-teammember.style_2 .teammember-list .teammember-item .teammember-content {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-teammember.style_2 .teammember-list .teammember-item .teammember-content .teammember-image {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0);
}
.yolo-teammember.style_2 .teammember-list .teammember-item .teammember-content .teammember-image img {
  width: 100%;
}
.yolo-teammember.style_2 .teammember-list .teammember-item .teammember-content .teammember-meta {
  border-right: none;
  height: 115px;
}
.yolo-teammember.style_2 .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-position {
  font-style: italic;
  margin: 5px 0;
}
.yolo-teammember.style_2 .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-meta-inner .teammember-social-profile {
  height: auto;
}
.yolo-teammember.style_2 .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-meta-inner .teammember-social-profile li a i {
  font-size: 16px;
}
.yolo-teammember.style_2 .teammember-list .teammember-item:hover {
  background-color: transparent;
}
.yolo-teammember.style_2 .teammember-list .teammember-item:hover .teammember-content {
  -webkit-box-shadow: 0 0 7px 2px rgba(31, 42, 55, 0.3);
  -moz-box-shadow: 0 0 7px 2px rgba(31, 42, 55, 0.3);
  box-shadow: 0 0 7px 2px rgba(31, 42, 55, 0.3);
}
.yolo-teammember.style_2 .teammember-list .teammember-item:hover .teammember-content .teammember-image {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0);
}
.yolo-teammember.style_2 .teammember-list .teammember-item:hover .teammember-content .teammember-meta .teammember-meta-inner .teammember-social-profile {
  height: auto;
}
.yolo-teammember.style_2 .teammember-list .teammember-item:hover .teammember-content .teammember-meta .teammember-meta-inner .teammember-social-profile li a i {
  font-size: 16px;
}
.yolo-teammember.style_3:hover .teammember-control .teammember-nav {
  opacity: 1;
}
.yolo-teammember.style_3 .teammember-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
}
.yolo-teammember.style_3 .teammember-list .center .teammember-item {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.yolo-teammember.style_3 .teammember-list .center .teammember-item .teammember-content .teammember-image {
  opacity: 1;
}
.yolo-teammember.style_3 .teammember-list .center .teammember-item .teammember-content .teammember-image img {
  width: 100%;
}
.yolo-teammember.style_3 .teammember-list .center .teammember-item .teammember-content .teammember-meta .teammember-meta-inner .teammember-social-profile {
  display: block;
}
.yolo-teammember.style_3 .teammember-list .teammember-item {
  padding: 0 15px;
  margin: 15px 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  background-color: transparent;
}
.yolo-teammember.style_3 .teammember-list .teammember-item:hover {
  background-color: transparent;
}
.yolo-teammember.style_3 .teammember-list .teammember-item:hover .teammember-content {
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.yolo-teammember.style_3 .teammember-list .teammember-item:hover .teammember-content .teammember-meta .teammember-meta-inner .teammember-social-profile {
  height: auto;
}
.yolo-teammember.style_3 .teammember-list .teammember-item:hover .teammember-content .teammember-meta .teammember-meta-inner .teammember-social-profile li a i {
  font-size: 24px;
}
.yolo-teammember.style_3 .teammember-list .teammember-item .teammember-content {
  cursor: pointer;
}
.yolo-teammember.style_3 .teammember-list .teammember-item .teammember-content .teammember-image {
  opacity: 0.5;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
  filter: grayscale(1);
}
.yolo-teammember.style_3 .teammember-list .teammember-item .teammember-content .teammember-meta {
  position: relative;
  text-align: center;
  height: auto;
  border-right: none;
}
.yolo-teammember.style_3 .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-meta-inner {
  position: relative;
  width: 100%;
  top: 0%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.yolo-teammember.style_3 .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-title {
  margin-top: 15px;
  color: #1F2A37;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-teammember.style_3 .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-title:hover {
  color: #94da46;
}
.yolo-teammember.style_3 .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-position {
  color: rgba(31, 42, 55, 0.9);
  font-size: 15px;
  margin-bottom: 5px;
}
.yolo-teammember.style_3 .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-social-profile {
  display: none;
  margin-top: 5px;
  margin-bottom: 0px;
  padding-left: 0;
  height: auto;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-teammember.style_3 .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-social-profile li {
  font-size: 16px;
  display: inline;
  margin-right: 10px;
}
.yolo-teammember.style_3 .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-social-profile li a {
  color: #1F2A37;
}
.yolo-teammember.style_3 .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-social-profile li a:hover {
  color: #94da46;
}
.yolo-teammember.style_3 .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-social-profile li a i {
  font-size: 24px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yolo-teammember.style_3 .teammember-control {
  color: #222222;
}
.yolo-teammember.style_3 .teammember-control:hover {
  cursor: pointer;
}
.yolo-teammember.style_3 .teammember-control .teammember-nav {
  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.style_3 .teammember-control .teammember-nav i {
  padding: 15px;
  background: #fff;
}
.yolo-teammember.style_3 .teammember-control .teammember-nav.nav_next {
  right: 0;
}
.yolo-teammember.style_3 .teammember-control .teammember-nav.nav_prev {
  left: 0;
}
.yolo-teammember.style_3 .teammember-control .teammember-nav:hover i {
  color: #94da46;
}
.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(../assets/images/3.GIF);
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 99999;
}
.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: 480px) {
  .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: #fff;
  top: 10%;
  bottom: 10%;
  right: 10%;
  left: 10%;
  height: auto;
  position: relative;
  padding: 50px 20px 40px 0;
  overflow-y: scroll;
}
.yolo-team-content .team-left .teammember-image img {
  width: 100%;
}
@media (max-width: 480px) {
  .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%;
  }
  .yolo-team-content .team-left {
    padding-top: 20px;
    width: 100%;
  }
  .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%;
  }
  .yolo-team-content .team-right .team-certificates {
    display: none;
  }
  .yolo-team-content .team-left {
    padding-top: 20px;
    width: 100%;
  }
  .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: #1F2A37;
  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: #333;
  color: #fff;
}
.yolo-team-content .team-left {
  width: 40%;
  float: left;
  text-align: center;
}
.yolo-team-content .team-left h4 {
  font-size: 24px;
  margin: 22px 10px 8px;
  padding: 0;
  color: #94da46;
}
.yolo-team-content .team-left .team_position {
  display: block;
  color: #1F2A37;
  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: #1F2A37;
  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: #94da46;
  padding-right: 17px;
}
.yolo-team-content .team-right .team-contact .team_socials a {
  display: inline-block;
  margin-top: 10px;
  margin-right: 13px;
  color: #1F2A37;
  -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: #94da46;
}
.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: #1F2A37;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.yolo-team-content .team-certificates {
  margin-top: 20px;
  color: #1F2A37;
}
.teamember-bu2 {
  height: 300px;
}
@media (max-width: 1500px) {
  .teamember-bu2 {
    height: 250px;
  }
}
@media (max-width: 991px) {
  .teamember-bu2 {
    height: 210px;
  }
}
@media (max-width: 767px) {
  .teamember-bu2 {
    height: 190px;
  }
}
@media (max-width: 480px) {
  .teamember-bu2 {
    height: 160px;
  }
}
/*********************
progress-wrap
**********************/
.progress-wrap-top {
  display: inline-block;
  width: 100%;
}
.progress-wrap-top .text {
  float: left;
  font-size: 16px;
}
.progress-wrap-top .percent {
  float: right;
}
.progress {
  width: 100%;
  height: 15px;
  border-radius: 0;
}
.progress-wrap {
  background-color: #94da46;
  margin: 5px 0 15px;
  overflow: hidden;
  position: relative;
}
.progress-wrap .progress-bar {
  background-color: #D4F0B5;
  left: 0;
  position: absolute;
  top: 0;
}
.skill-right .progress-wrap {
  border: 1px solid #94da46;
  height: 10px;
}
.skill-right .progress-wrap .progress-bar {
  background-color: #fff;
}
.redCountdownDays {
  height: 119px;
}
.redCountdownDays > div {
  display: inline;
  height: 119px;
  width: 119px;
}
.redCountdownDays > div canvas {
  width: 119px;
  height: 119px;
}
.redCountdownDays > div input {
  display: none;
  width: 0px;
  visibility: hidden;
}
.redCountdownDays > div .redCountdownValue {
  font-family: "Open Sans";
  font-size: 33px;
  font-weight: 500;
  color: #1f2a37;
  margin-top: -32px;
}
.redCountdownDays > div .redCountdownValue span {
  font-size: 0.5em;
}
.countdown-shortcode-wrap .countdown-content .list-time {
  list-style: none;
  list-style-type: none;
  padding: 0;
  text-align: center;
  color: #fff;
}
.countdown-shortcode-wrap .countdown-content .list-time li {
  position: relative;
  display: inline-block;
  padding: 10px 0;
  background: #c3c3c3;
  width: 80px;
  height: 90px;
}
.countdown-shortcode-wrap .countdown-content .list-time li:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 15px;
  background: #f6f6f6;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
}
.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;
}
.countdown-shortcode-wrap .redCountdownWrapper .redCountdownDays .redCountdownValue div,
.countdown-shortcode-wrap .redCountdownWrapper .redCountdownHours .redCountdownValue div,
.countdown-shortcode-wrap .redCountdownWrapper .redCountdownMinutes .redCountdownValue div,
.countdown-shortcode-wrap .redCountdownWrapper .redCountdownSeconds .redCountdownValue div,
.countdown-shortcode-wrap .redCountdownWrapper .redCountdownDays .redCountdownValue span,
.countdown-shortcode-wrap .redCountdownWrapper .redCountdownHours .redCountdownValue span,
.countdown-shortcode-wrap .redCountdownWrapper .redCountdownMinutes .redCountdownValue span,
.countdown-shortcode-wrap .redCountdownWrapper .redCountdownSeconds .redCountdownValue span {
  line-height: 1;
  font-size: 30px;
  font-weight: 600;
}
.countdown-shortcode-wrap .redCountdownWrapper .redCountdownDays .redCountdownValue span,
.countdown-shortcode-wrap .redCountdownWrapper .redCountdownHours .redCountdownValue span,
.countdown-shortcode-wrap .redCountdownWrapper .redCountdownMinutes .redCountdownValue span,
.countdown-shortcode-wrap .redCountdownWrapper .redCountdownSeconds .redCountdownValue span {
  font-weight: normal;
}
@media (max-width: 479px) {
  .countdown-shortcode-wrap .redCountdownWrapper .redCountdownDays .redCountdownValue span,
  .countdown-shortcode-wrap .redCountdownWrapper .redCountdownHours .redCountdownValue span,
  .countdown-shortcode-wrap .redCountdownWrapper .redCountdownMinutes .redCountdownValue span,
  .countdown-shortcode-wrap .redCountdownWrapper .redCountdownSeconds .redCountdownValue span {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .countdown-shortcode-wrap .redCountdownWrapper .redCountdownDays,
  .countdown-shortcode-wrap .redCountdownWrapper .redCountdownHours,
  .countdown-shortcode-wrap .redCountdownWrapper .redCountdownMinutes,
  .countdown-shortcode-wrap .redCountdownWrapper .redCountdownSeconds {
    display: block;
    margin: 20px auto;
  }
}
/*******************************
countdown-timemer
********************************/
.countdown-container .clock-item .inner {
  height: 0px;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.countdown-container .clock-canvas {
  border-radius: 50%;
  height: 0px;
  padding-bottom: 100%;
}
.countdown-container .text {
  margin-top: 0;
  position: absolute;
  text-align: center;
  top: 25px;
  width: 115px;
}
.countdown-container .text .val {
  font-size: 30px;
  font-weight: 600;
}
.countdown-container .text .type-time {
  font-size: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .countdown-container .clock-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .countdown-container .clock-item {
    margin: 0px 30px 30px 30px;
  }
}
.countdown-container .clock-item canvas {
  width: 115px !important;
  height: 115px !important;
}
/***********************
.newletter-home-2
*************************/
.newletter-home-2 {
  position: relative;
}
.newletter-home-2 > figure img {
  min-height: 260px;
}
.newletter-home-2 .newletter-home-2-content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.newletter-home-2 .newletter-home-2-content .title-style {
  margin-bottom: 20px;
}
.newletter-home-2 .newletter-home-2-content .form-input {
  border: 1px solid #899;
  width: 100%;
}
.newletter-home-2 .newletter-home-2-content .form-input a {
  padding: 0 25px;
  color: #fff;
  right: -1px;
}
.newletter-home-2 .newletter-home-2-content .form-input input {
  background-color: transparent;
}
.newletter-home-5 {
  background: rgba(0, 0, 0, 0) url("../images/background/bg-newletter-2.jpg") repeat scroll 0 0;
  padding: 30px 30px 120px;
}
.newletter-home-5 .newletter-home-5-content {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px 50px 0;
}
.newletter-home-5 .newletter-home-5-content input {
  width: 100%;
  background-color: transparent;
  border: 1px solid #333;
}
.newletter-home-10 {
  background: rgba(0, 0, 0, 0) url("../images/background/bg-news-home10.jpg") repeat scroll center center / cover;
  display: inline-block;
  width: 100%;
  float: left;
}
.newletter-home-10 form input {
  background-color: transparent;
  border-bottom: 1px solid #888;
  width: 100%;
  text-align: center;
}
/***********************
banner-subpage
*************************/
.banner-subpage {
  position: relative;
}
.banner-subpage figure img {
  min-height: 250px;
}
.banner-subpage .banner-subpage-content {
  color: #fff;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}
.banner-subpage .banner-subpage-content h2 {
  font-size: 55px;
}
@media (max-width: 767px) {
  .banner-subpage .banner-subpage-content h2 {
    font-size: 30px;
  }
}
.banner-subpage .banner-subpage-content .desc {
  font-size: 25px;
  font-weight: 600;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .banner-subpage .banner-subpage-content .desc {
    font-size: 16px;
  }
}
.banner-subpage .banner-subpage-content .desc p {
  display: inline-block;
  padding: 0 20px 0 10px;
  position: relative;
}
.banner-subpage .banner-subpage-content .desc p::before {
  content: "/";
  position: absolute;
  right: 0;
  top: 0;
}
.banner-subpage .banner-subpage-content .desc p:last-child::before {
  content: "";
}
/***********************
project mansory
*************************/
.project #example-wrapper .slider-dir .begreen-owl-carousel .owl-nav > div {
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  color: #fff;
  transform: none;
}
.project #example-wrapper .slider-dir .begreen-owl-carousel .owl-nav > div.owl-next {
  right: -25px;
}
.project #example-wrapper .slider-dir .begreen-owl-carousel .owl-nav > div.owl-prev {
  left: -25px;
}
.project #example-wrapper .slider-dir .begreen-owl-carousel .owl-nav > div:hover {
  font-size: 25px;
  color: #94da46;
  transition: all 0.5s ease 0s;
}
.project #example-wrapper .slider-dir .begreen-owl-carousel:hover .owl-nav > div {
  opacity: 1;
  transition: all 0.5s ease 0s;
  transform: none;
}
.project #example-wrapper .slider-dir .begreen-owl-carousel:hover .owl-nav > div.owl-next {
  right: -25px;
}
.project #example-wrapper .slider-dir .begreen-owl-carousel:hover .owl-nav > div.owl-prev {
  left: -25px;
}
.project .big-demo .filter-button-group {
  padding: 100px 0;
}
.project .big-demo .filter-button-group.text-center {
  text-align: center;
}
.project .big-demo .filter-button-group.text-left {
  text-align: left;
}
.project .big-demo .filter-button-group.text-right {
  text-align: right;
}
.project .big-demo .filter-button-group.has-border button {
  padding: 5px 10px;
}
.project .big-demo .filter-button-group.has-border button.is-checked {
  border: 1px solid #94da46;
  border-radius: 8px;
  position: relative;
}
.project .big-demo .filter-button-group.has-border button.is-checked::before {
  background-color: #94da46;
  bottom: 6px;
  content: "";
  height: 1px;
  left: 6px;
  position: absolute;
  right: 8px;
}
.project .big-demo .da-thumbs {
  margin-bottom: 0;
}
.project .big-demo .da-thumbs li {
  margin: 0;
}
.project .big-demo .da-thumbs.border-li li {
  border: 1px solid #eee;
  padding-bottom: 15px;
}
.project .big-demo .da-thumbs.border-li-bottom li {
  border: 1px solid #eee;
}
.project .big-demo .da-thumbs.border-li-bottom li .title-bottom {
  padding-bottom: 20px;
}
.project .owl-carousel .owl-dots {
  display: none;
}
.project .title-bottom.text-center {
  font-size: 16px;
  text-transform: uppercase;
}
.project .title-bottom.text-center p.desc {
  padding: 15px 0;
  display: inline-block;
  width: 100%;
}
.project .title-bottom.text-center p.desc a {
  font-weight: 600;
  position: relative;
  padding: 15px 0;
  display: inline-block;
}
.project .title-bottom.text-center p.desc a::before {
  background-color: #333;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100px;
}
.project.masonry-with-padding .big-demo .da-thumbs {
  margin: 0 -10px;
}
.project.masonry-with-padding .big-demo .da-thumbs li {
  padding: 0 10px 20px 10px;
}
.project.portlio-packery .da-thumbs li .hover-dir,
.project.portlio-packery .da-thumbs li .hover-dir img {
  height: 380px;
}
.project.project-single .text-title {
  font-size: 24px;
  font-weight: 600;
  margin-top: 0;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.project.project-single .text-title::before {
  background-color: #94da46;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 50px;
}
.project.project-single .single-image-content p {
  margin-bottom: 15px;
}
.project.project-single .single-image-content .tags-cloud {
  margin-bottom: 15px;
}
.project.project-single .single-image-content .tags-cloud li {
  display: inline-block;
}
.project.project-single .single-image-content .tags-cloud li a {
  background: #f6f6f6 none repeat scroll 0 0;
  display: inline-block;
  margin-right: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.project.project-single .single-image-content .portfolio-social-profile-wrapper li {
  display: inline-block;
  margin: 0 9px;
}
.project.project-single .single-image-content .portfolio-social-profile-wrapper li:first-child {
  margin-left: 0;
}
.project.project-single .single-image-content .portfolio-social-profile-wrapper li a {
  border: 1px solid #eee;
  display: inline-block;
  float: left;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
}
.project.single-gallery #syncs2 {
  margin-top: 20px;
}
.project.single-gallery #syncs2 .owl-item {
  padding: 0 10px;
}
.project.single-gallery-sidebaer #syncs2 {
  margin-top: 16px;
}
.project.single-gallery-sidebaer #syncs2 .owl-item {
  padding: 0 8px;
}
/***********************
pagination-style-1
*************************/
.pagination-style-1 {
  text-align: center;
  color: #000;
}
.pagination-style-1 .nav-next,
.pagination-style-1 .nav-previous {
  display: inline-block;
}
.pagination-style-1 .nav-next a,
.pagination-style-1 .nav-previous a {
  color: #000;
  background-color: #f5f5f5;
  padding: 10px 20px;
  font-size: 20px;
  display: inline-block;
}
.pagination-style-1 .nav-next:hover a,
.pagination-style-1 .nav-previous:hover a {
  color: #94da46;
}
.pagination-style-1 .text-middle {
  font-size: 30px;
  display: inline-block;
}
.pagination-style-1 .nav-next {
  float: right;
}
.pagination-style-1 .nav-previous {
  float: left;
}
.pagination-style-2 {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.pagination-style-2 .pagination-list {
  display: inline-block;
}
.pagination-style-2 .pagination-list .page {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  width: 48px;
  position: relative;
  cursor: pointer;
  margin: 0 3px;
  border: 1px solid #eee;
}
.pagination-style-2 .pagination-list .page.active,
.pagination-style-2 .pagination-list .page:hover {
  color: #94da46;
}
.pagination-style-2.text-left {
  text-align: left;
}
.pagination-style-2.text-left .page {
  text-align: center;
}
.pagination-style-2.text-right {
  text-align: right;
}
.pagination-style-2.text-right .page {
  text-align: center;
}
.pagination-style-3 {
  display: inline-block;
  width: 100%;
  font-size: 16px;
}
.pagination-style-3 .post-navigation-label {
  display: inline-block;
}
.pagination-style-3 .nav-previous {
  display: inline-block;
  float: left;
}
.pagination-style-3 .nav-previous .post-navigation-icon {
  padding-right: 10px;
}
.pagination-style-3 .nav-next {
  display: inline-block;
  float: right;
}
.pagination-style-3 .nav-next .post-navigation-icon {
  padding-left: 10px;
}
.pagination-style-3 .nav-next .post-navigation-label {
  float: left;
}
/***********************
service
*************************/
.service .div-box-plants {
  color: #fff;
}
.service .div-box-plants .service-plants {
  background: rgba(0, 0, 0, 0) url("../images/demo/bg-ser-l.jpg") repeat scroll 0 0 / cover;
}
.service .div-box-plants .service-design {
  background: rgba(0, 0, 0, 0) url("../images/demo/bg-ser-r.jpg") repeat scroll 0 0 / cover;
}
.service .div-box-plants .service-books {
  background-color: #94da46;
}
.service .div-box-plants .service-books .btn {
  margin-top: 40px;
}
.service .div-box-plants .service-books .btn-14#btn-14:hover {
  background-color: #fff;
  background-image: none;
  color: #94da46;
}
.service .div-box-plants .service-col-3 {
  min-height: 400px;
  padding: 50px;
}
.service .div-box-plants .service-col-3 h2 {
  font-size: 48px;
}
.slider-text {
  min-height: 200px;
  padding-top: 30px;
}
.slider-text .slider-item {
  color: #fff;
  display: table;
  text-align: left;
}
.slider-text .slider-item .number {
  color: #fff;
  display: table-cell;
  font-size: 72px;
  line-height: 1;
  text-align: center;
  vertical-align: top;
  width: 10%;
}
.slider-text .slider-item a {
  display: table-cell;
  overflow: hidden;
  padding-left: 30px;
  vertical-align: top;
}
.slider-text .slider-item a h1 {
  color: #fff;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
  transition: all 0.35s ease 0s;
}
.slider-text .slider-item a h1::before {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 165px;
}
.slider-text .slider-item a h1::after {
  background-color: #fff;
  bottom: -5px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 98px;
}
.slider-text .slider-item .desc {
  color: rgba(255, 255, 255, 0.8);
}
.slider-text-left img {
  min-height: 200px;
}
/******************************
why-choose-us
*******************************/
.why-choose-us .why-chose-list li {
  color: #1f2a37;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.why-choose-us .why-chose-list li i {
  color: #95da46;
  font-size: 24px;
  padding-left: 30px;
  padding-right: 20px;
}
/***************************
service detail
****************************/
.delivering {
  background: rgba(0, 0, 0, 0) url("../images/background/bg-ser-2.jpg") repeat scroll 0 0 / cover;
  color: #fff;
  padding: 80px 0;
}
.delivering .delivering-list {
  margin: 0 auto;
  width: 60%;
}
.delivering .delivering-list li {
  width: 50%;
  float: left;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.delivering .delivering-list li i {
  color: #95da46;
  font-size: 24px;
  padding-left: 50px;
  padding-right: 20px;
}
/**********************************
products
***********************************/
.products .shortcode-product-wrap {
  margin-left: -15px;
  margin-right: -15px;
}
.products .big-demo .filter-button-group {
  text-align: center;
}
.products .big-demo .filter-button-group button {
  color: #808080;
  text-transform: uppercase;
  font-weight: 600;
}
.products .big-demo .filter-button-group button:hover {
  color: #333;
}
.products .big-demo .filter-button-group button.is-checked {
  color: #333;
  border-bottom: 1px solid #333;
}
.products .big-demo.style-2 .filter-button-group {
  text-align: center;
}
.products .big-demo.style-2 .filter-button-group button {
  color: #808080;
  text-transform: capitalize;
  font-weight: 600;
  position: relative;
}
.products .big-demo.style-2 .filter-button-group button::before {
  background-color: #94da46;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transition: right 0.5s;
  -o-transition: right 0.5s;
  transition: right 0.5s;
}
.products .big-demo.style-2 .filter-button-group button:hover::before {
  color: #808080;
  right: 0;
  -webkit-transition: right 0.5s;
  -o-transition: right 0.5s;
  transition: right 0.5s;
}
.products .big-demo.style-2 .filter-button-group button.is-checked {
  color: #333;
  border-bottom: none;
}
.products .big-demo.style-2 .filter-button-group button.is-checked::before {
  right: 0;
}
.products .big-demo .product-item-wrap {
  margin-bottom: 30px;
}
.single-product .single-product-content {
  padding-left: 30px;
}
.single-product .single-product-content .product_title {
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
}
.single-product .single-product-content p.price {
  color: #94da46;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 10px;
}
.single-product .single-product-content form.cart {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
}
.single-product .single-product-content form.cart button {
  background-color: #1f2a37;
  border: medium none;
  color: #fff;
  font-size: 17px;
  letter-spacing: -0.04em;
  margin-left: 5px;
  min-width: 140px;
  padding: 7px 10px;
  text-transform: uppercase;
}
.single-product .single-product-content form.cart div.quantity {
  display: inline-block;
  float: left;
}
.single-product .single-product-content form.cart div.quantity label {
  display: inline-block;
  text-transform: uppercase;
  width: 135px;
}
.single-product .single-product-content form.cart div.quantity .quantity-inner {
  display: inline-block;
  line-height: 1;
  position: relative;
}
.single-product .single-product-content form.cart div.quantity .quantity-inner input {
  border: 2px solid #eee;
  height: 40px;
  line-height: 45px;
  padding: 0 10px;
  width: 70px;
}
.single-product .single-product-content .yith-wcwl-add-to-wishlist a,
.single-product .single-product-content a.compare {
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.single-product .single-product-content .yith-wcwl-add-to-wishlist a i,
.single-product .single-product-content a.compare i {
  background-color: #f5f5f5;
  border-radius: 50%;
  color: #808080;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  margin-right: 10px;
}
.single-product .single-product-content .product_meta > span {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}
.single-product .single-product-content .product_meta > span label {
  width: 120px;
  text-transform: uppercase;
}
.single-product .single-product-content .social-share-wrap {
  text-align: left;
}
.single-product .single-product-content .social-share-wrap label {
  color: #1F2A37;
  font-size: 16px;
}
.single-product .single-product-slider {
  position: relative;
}
.single-product .single-product-slider .owl-dots {
  display: none;
}
.single-product .single-product-slider #sync2 {
  position: absolute;
  left: 0;
  bottom: 15px;
}
.single-product .single-product-slider #sync2 .owl-item {
  padding: 10px;
  border: 1px solid transparent;
}
.single-product .single-product-slider #sync2 .owl-item figure {
  border: 1px solid rgba(170, 170, 170, 0.5);
}
.single-product .single-product-slider #sync2 .owl-item.current figure {
  position: relative;
}
.single-product .single-product-slider #sync2 .owl-item.current figure::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(148, 218, 70, 0.5);
  z-index: 2;
}
.single-product .product-begreen-tabs .nav-pills li a {
  background-color: transparent;
  color: #1F2A37;
  font-size: 20px;
  text-transform: capitalize;
}
.single-product .product-begreen-tabs .nav-pills li:hover a,
.single-product .product-begreen-tabs .nav-pills li.active a {
  color: #94da46;
}
.single-product .product-begreen-tabs .tab-pane {
  padding: 50px;
  background-color: #f5f5f5;
}
.single-product .product-begreen-tabs .shop_attributes {
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #aaa;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
}
.single-product .product-begreen-tabs .shop_attributes th {
  width: 100px;
}
.available-product .list-size {
  display: inline-block;
  margin: 20px 0;
  width: 100%;
}
.available-product .list-size label {
  float: left;
  font-size: 16px;
  width: 100px;
}
.available-product .list-size ul {
  display: inline-block;
  float: left;
}
.available-product .list-size li {
  border: 1px solid;
  display: inline-block;
  float: left;
  height: 37px;
  line-height: 35px;
  margin: 0 5px;
  padding: 0 15px;
}
.my-account .customer_login_form_wrap h2 {
  color: #25262c;
  font-size: 25px;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 500;
}
.my-account .customer_login_form_wrap .login label {
  color: #202020;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.my-account .customer_login_form_wrap .login label .required {
  color: #c00;
}
.my-account .customer_login_form_wrap .login #username,
.my-account .customer_login_form_wrap .login #password {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #eeeeee;
  height: 40px;
  text-align: left;
  font-size: 14px;
  color: #858585;
  box-sizing: border-box;
  line-height: 1;
  margin: 0;
  outline: 0 none;
  width: 100%;
}
.my-account .customer_login_form_wrap .login .button {
  background-color: #94da46;
  border-radius: 0;
  color: #ffffff;
  float: left;
  font-weight: 900;
  margin-right: 30px;
  margin-top: 5px;
  min-width: 120px;
  text-transform: uppercase;
  border: none;
  padding: 5px 20px;
}
.my-account .customer_login_form_wrap .login label[for="rememberme"] {
  color: #808080;
  display: block;
  font-weight: normal;
  margin-top: 12px;
  text-transform: none;
  margin-bottom: 5px;
  display: inline-block;
}
.my-account .customer_login_form_wrap .login label[for="rememberme"] input {
  margin-right: 5px;
}
.my-account .customer_login_form_wrap .login .product-begreen-LostPassword a {
  color: #808080;
}
.my-account .customer_login_form_wrap .login .product-begreen-LostPassword a:hover {
  color: #94da46;
}
.cart table {
  width: 100%;
}
.cart section {
  display: inline-block;
  width: 100%;
}
.cart .cart-form {
  border-bottom: 1px solid #eee;
  margin: 70px 0;
}
.cart .cart-form tr {
  border-bottom: 1px solid #eee;
}
.cart .cart-form tr td:last-child {
  border-left: 1px solid #eee;
  text-align: center;
}
.cart .cart-form tr td {
  padding: 10px 0;
}
.cart .cart-form th {
  background-color: #94da46;
  color: #fff;
  letter-spacing: 0.5px;
  padding: 20px 10px;
  text-transform: uppercase;
}
.cart .cart-form .image-product {
  display: inline-block;
  width: 70px;
}
.cart .cart-form .name-product {
  color: #333;
}
.cart .cart-form .quanlity {
  color: #aaa;
  font-weight: 600;
  text-transform: uppercase;
}
.cart .cart-form tr input {
  border: 2px solid #ddd;
  margin: 0 30px;
  padding: 0 5px;
  width: 75px;
}
.cart .cart-form .button-cart {
  display: inline-block;
  width: 100%;
  margin: 45px 0;
}
.cart .cart-form .button-cart > div {
  display: inline-block;
  width: 50%;
  float: left;
}
.cart .cart-form .button-cart a {
  color: #fff;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 30px;
  text-transform: capitalize;
}
.cart .cart-form .button-cart .coupon,
.cart .cart-form .button-cart .process {
  background-color: #94da46;
  margin-left: 15px;
}
.cart .cart-form .button-cart .update-cart {
  background-color: #3f3f3f;
}
.cart .cart-form .button-cart .button-cart-left {
  text-align: left;
}
.cart .cart-form .button-cart .button-cart-right {
  text-align: right;
}
.cart .cart-form .button-cart input {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 10px;
  border: none;
  background-color: #f5f5f5;
  width: 270px;
}
.cart .cart-total {
  margin: 20px 0 45px 0;
}
.cart .cart-total h4 {
  border-left: 2px solid #94da46;
  color: #25262c;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 45px;
  padding-left: 15px;
  text-align: left;
  text-transform: uppercase;
}
.cart .cart-total table {
  border-bottom: 1px solid #eee;
}
.cart .cart-total table tr {
  border-top: 1px solid #eee;
}
.cart .cart-total table tr td {
  padding: 5px 0;
}
.check-out section {
  display: inline-block;
  width: 100%;
}
.check-out .form-customers {
  margin: 0 auto 75px;
  max-width: 570px;
  text-align: center;
}
.check-out .form-customers h3.check-out-title {
  border-bottom: 2px solid #ffffff;
  color: #25262c;
  font-size: 25px;
  margin: auto;
  max-width: 570px;
  padding-bottom: 20px;
  font-weight: 600;
}
.check-out .form-customers .product-begreen-checkout-info {
  border-bottom: 1px solid #eee;
  display: inline-block;
  padding: 6px 0;
  width: 100%;
  margin-top: -1px;
}
.check-out .form-customers .product-begreen-checkout-info > div {
  display: inline-block;
  cursor: pointer;
}
.check-out .form-customers .product-begreen-checkout-info > div:hover {
  color: #94da46;
}
.check-out .form-customers form {
  margin-top: 25px;
  display: none;
}
.check-out .form-customers form {
  margin-top: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.check-out .form-customers form label {
  width: 100%;
  font-weight: 400;
  color: #3f3f3f;
  text-transform: uppercase;
  font-size: 13px;
}
.check-out .form-customers form #username,
.check-out .form-customers form #password,
.check-out .form-customers form #coupon_code {
  background-color: #f5f5f5;
  border: medium none;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  width: 370px;
  text-align: center;
}
.check-out .form-customers form .button {
  background-color: #94da46;
  border: medium none;
  color: #fff;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  width: 168px;
}
.check-out .form-customers form .inline {
  display: inline-block;
  width: auto;
}
.check-out .form-customers form .lost_password a {
  color: #1F2A37;
}
.check-out .form-customers form .lost_password a:hover {
  color: #94da46;
}
.check-out .form-customers .checkout_coupon {
  text-align: center;
}
.check-out .form-customers .checkout_coupon input {
  background-color: #f5f5f5;
  color: #858585;
  font-size: 14px;
  height: 40px;
  max-width: 370px;
  width: 100%;
  border: none;
}
.check-out .form-customers .checkout_coupon a {
  background-color: #94da46;
  border-radius: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  min-width: 170px;
  padding: 12px 25px;
  text-align: center;
  transition: all 0.2s linear 0s;
  vertical-align: middle;
}
.check-out .col-1 {
  padding-right: 30px;
}
.check-out #customer_details {
  padding-bottom: 100px;
  border-bottom: 1px solid #eee;
}
.check-out #customer_details #order_comments {
  background-color: #f5f5f5;
  color: #1F2A37;
  padding: 0 10px;
  line-height: 40px;
  width: 100%;
  border: none;
}
.check-out #customer_details h3 {
  border-left: 2px solid #94da46;
  padding-left: 15px;
  text-transform: uppercase;
  color: #1F2A37;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: left;
}
.check-out #customer_details label {
  color: #1F2A37;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
  width: 100%;
}
.check-out #customer_details label abbr {
  color: #94da46;
}
.check-out #customer_details label abbr[data-original-title],
.check-out #customer_details label abbr[title] {
  border-bottom: 1px dotted #94da46;
  cursor: help;
}
.check-out #customer_details select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f5f5f5 url("../images/demo/arrow2.jpg") no-repeat scroll 99% 10px;
  padding-left: 15px;
}
.check-out #customer_details select option {
  height: 40px;
  line-height: 50px;
  padding: 0 10px;
}
.check-out #customer_details select option:hover {
  background-color: #f5f5f5;
}
.check-out #customer_details p.create-account {
  display: table;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.check-out #customer_details p.create-account #createaccount {
  float: left;
  height: 50px;
  margin: 0 10px 0 0;
  width: auto;
  background-color: transparent;
}
.check-out #customer_details p.create-account label.checkbox {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  margin: 0;
  width: auto;
}
.check-out #customer_details p.create-account label::before {
  background-color: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.check-out #customer_details p.create-account input {
  float: left;
  height: 45px;
  margin-right: 10px;
  text-align: center;
  width: auto;
}
.check-out #customer_details p.create-account input:focus {
  outline: none;
}
.check-out #customer_details div.create-account {
  text-align: center;
  display: none;
}
.check-out #customer_details div.create-account input {
  text-align: center;
}
.check-out .product-begreen-billing-fields input,
.check-out .product-begreen-billing-fields select {
  background-color: #f5f5f5;
  border: medium none;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  padding: 0 10px;
  width: 100%;
}
.check-out #order_review_heading {
  margin: 50px 0;
}
.check-out #order_review {
  margin-bottom: 50px;
}
.check-out #order_review table {
  width: 100%;
  margin-bottom: 50px;
}
.check-out #order_review table tr {
  border-bottom: 1px solid #eee;
}
.check-out #order_review table tr th,
.check-out #order_review table tr td {
  width: 50%;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  padding: 8px;
}
.check-out #order_review table tr th {
  text-transform: uppercase;
}
.check-out #order_review table tr strong {
  font-weight: 400;
}
.check-out #order_review table tfoot th {
  text-transform: capitalize;
}
.check-out #payment {
  text-align: center;
}
.check-out #payment li {
  list-style: none;
}
.check-out #payment li .payment_method_paypal {
  display: none;
}
.check-out #payment .payment_box_title.active {
  background-color: #f5f5f5;
  color: #94da46;
  padding: 8px 0 5px;
  text-transform: uppercase;
}
.check-out #payment .payment_method_cheque {
  margin: 25px 0;
}
.check-out #payment .payment_box_title {
  background-color: #f5f5f5;
  color: #333;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}
.check-out #payment .payment_box_title a {
  color: #000;
  font-size: 12px;
  font-weight: 400;
}
.check-out #payment .payment_box_title a:hover {
  color: #94da46;
}
.check-out #payment .payment_box_title img {
  height: 50px;
}
.check-out #payment label {
  margin-bottom: 0;
}
.check-out #place_order {
  background-color: #1F2A37;
  border: medium none;
  color: #fff;
  padding: 6px 20px;
}
.check-out #place_order:hover {
  background-color: #94da46;
}
.product-wishlist form h2 {
  color: #3f3f3f;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.product-wishlist form table {
  color: #3f3f3f;
  width: 100%;
  border-style: solid;
  border-color: #eee;
  border-width: 2px 1px;
}
.product-wishlist form table tr {
  border-bottom: 1px solid #eee;
}
.product-wishlist form table tr th {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  padding: 28px 0;
}
.product-wishlist form table tr td {
  padding: 15px 0;
}
.product-wishlist form table tr .product-name {
  color: #3f3f3f;
}
.product-wishlist form table tr .product-name:hover {
  color: #94da46;
}
.product-wishlist form table tr .amount del {
  font-size: 13px;
  color: #808080;
  margin-right: 5px;
}
.product-wishlist form table tr .in-stock {
  color: #c00;
  text-transform: uppercase;
  font-size: 13px;
}
.product-wishlist form table tr .buttuon {
  color: #fff;
  background-color: #94da46;
  padding: 8px 15px;
  text-transform: uppercase;
}
.product-wishlist form table tr .remove {
  text-align: center;
  padding: 0 20px;
  color: #808080;
}
.product-wishlist form table tr tr img {
  width: 70px;
}
.shop .ul-list-shop {
  display: inline-block;
  width: 100%;
}
.shop .ul-list-shop .filter-button-group {
  display: inline-block;
  float: left;
  width: auto;
  padding: 0;
}
.shop .ul-list-shop .filter-button-group button {
  margin: 0;
  padding: 0 15px 0 5px;
  text-transform: capitalize;
  color: #1F2A37;
  font-weight: 400;
  position: relative;
  font-size: 15px;
}
.shop .ul-list-shop .filter-button-group button::before {
  content: "/";
  position: absolute;
  right: 0;
  top: 0;
  color: #1F2A37;
}
.shop .ul-list-shop .filter-button-group button:last-child {
  padding: 0 0 0 20px;
}
.shop .ul-list-shop .filter-button-group button:last-child::before {
  content: "";
}
.shop .ul-list-shop .filter-button-group button.is-checked,
.shop .ul-list-shop .filter-button-group button:hover {
  border: none;
  color: #94da46;
}
.shop .ul-list-shop .sidebar-shop {
  display: inline-block;
  float: right;
  padding: 0;
}
.shop .ul-list-shop .sidebar-shop li {
  display: inline-block;
  padding: 0 25px 0 20px;
  position: relative;
  cursor: pointer;
}
.shop .ul-list-shop .sidebar-shop li::before {
  content: "/";
  position: absolute;
  right: 0;
  color: #1F2A37;
  top: 0;
}
.shop .ul-list-shop .sidebar-shop li:last-child {
  padding: 0 0 0 20px;
}
.shop .ul-list-shop .sidebar-shop li:last-child::before {
  content: "";
}
/**********************************
sidebar
***********************************/
.sidebar .form-input {
  width: 100%;
}
.sidebar .form-input input {
  background-color: transparent;
  border: 1px solid #eee;
  border-radius: 20px;
  width: 100%;
}
.sidebar .form-input input::placeholder {
  color: rgba(148, 218, 70, 0.7);
}
.sidebar .form-input a {
  color: #94da46;
}
.sidebar .cat-list li {
  padding: 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.sidebar .cat-list li a {
  color: #1f2a37;
  padding: 5px 0;
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
}
.sidebar .cat-list li a::before {
  background-color: #eee;
  content: "";
  display: inline-block;
  height: 2px;
  margin-right: 15px;
  position: relative;
  top: -4px;
  transition: all 0.2s ease 0s;
  width: 10px;
}
.sidebar .cat-list li:hover {
  padding: 0 0 0 15px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.sidebar .cat-list li:hover a {
  color: #94da46;
}
.sidebar .cat-list li:hover a::before {
  background-color: #94da46;
}
.sidebar .compare p {
  display: inline-block;
  width: 100%;
}
.sidebar .compare .btn {
  border-radius: 0;
  color: #fff;
  width: 48%;
}
.sidebar .compare .btn.clear {
  float: left;
  background-color: #94da46;
}
.sidebar .compare .btn.compare {
  float: right;
  background-color: #1F2A37;
}
.sidebar .desc-follow {
  background: #1f2a37 none repeat scroll 0 0;
  color: #fff;
  display: block;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}
.sidebar .social-profile li {
  display: inline-block;
}
.sidebar .social-profile li a {
  display: inline-block;
  padding: 8px 16px;
}
.sidebar .ad-pot img {
  width: 100%;
}
.sidebar-product-style-2 aside {
  border-top: 1px solid #eee;
  padding: 0 0 25px;
  border-bottom: 1px solid #eee;
  margin-top: 1px;
  display: inline-block;
  width: 100%;
}
.sidebar-product-style-2 aside h4:extend {
  color: #3f3f3f;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  height: 20px;
  letter-spacing: 0.5px;
  padding-left: 20px;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  line-height: 20px;
  margin: 20px 0;
}
.sidebar-product-style-2 aside h4:extend::before {
  background-color: #ffdc73;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 42%;
  width: 10px;
}
.sidebar-product-style-2 aside:last-child {
  border: none;
}
.sidebar-product-style-2 .tagcloud li {
  display: inline-block;
  margin: 3px;
}
.sidebar-product-style-2 .tagcloud li a {
  color: #aaa;
  border: 1px solid #ccc;
  padding: 0px 5px;
  display: inline-block;
}
.sidebar-product-style-2 .tagcloud li a:hover {
  color: #94da46;
  border-color: #94da46;
}
.sidebar-product-style-2 .categorie li {
  list-style: none;
}
.sidebar-product-style-2 .categorie li a {
  transition: all 0.5s ease 0s;
  display: inline-block;
  width: 100%;
  color: #808080;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  padding: 5px 20px;
}
.sidebar-product-style-2 .categorie li a::before {
  position: absolute;
  width: 10px;
  height: 2px;
  content: "";
  background-color: #eee;
  display: inline-block;
  transition: all 0.5s ease 0s;
  left: 0;
  top: 45%;
  padding-right: 10px;
}
.sidebar-product-style-2 .categorie li a:hover {
  padding: 5px 35px;
  color: #94da46;
  transition: all 0.5s ease 0s;
}
.sidebar-product-style-2 .categorie li a:hover::before {
  background-color: #94da46;
  transition: all 0.5s ease 0s;
  left: 15px;
}
.sidebar-product-style-2 .sort-by ul li {
  list-style: none;
  color: #808080;
}
.sidebar-product-style-2 .sort-by ul li a {
  color: #808080;
}
.sidebar-product-style-2 .sort-by ul li a:hover {
  color: #94da46;
}
.sidebar-shop-search form {
  position: relative;
}
.sidebar-shop-search form input {
  background-color: #f5f5f5;
  border: medium none;
  color: #808080;
  height: 45px;
  line-height: 45px;
  padding: 0 10px;
  width: 100%;
}
.sidebar-shop-search form a {
  color: #808080;
  height: 45px;
  line-height: 45px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 45px;
}
.sidebar-shop-search form a:hover {
  color: #94da46;
}
.cat-list-blog a {
  border-bottom: 1px solid #eee;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 0;
  width: 100%;
}
.cat-list-blog a i {
  padding: 0 10px 0 3px;
  font-size: 14px;
}
/****************************
blog
****************************/
.blog .post {
  padding: 0 15px;
}
.img-left img {
  width: 100%;
}
.blog-list .blog-wrap .blog-inner article {
  width: 100%;
}
.blog-list .blog-wrap .blog-inner article .span-text {
  background-color: #94da46;
  padding: 10px 20px;
  color: #fff;
}
.blog-list .blog-wrap .blog-inner article .span-text:hover {
  background-color: #88d631;
}
.blog-detail .blog-wrap .blog-inner article {
  width: 100%;
}
.blog-detail .blog-wrap .blog-inner article .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-post-meta-wrap li a {
  font-weight: 400;
}
.blog-detail .entry-meta-tag-list {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  display: inline-block;
  padding: 10px 0;
  width: 100%;
}
.blog-detail .entry-meta-tag-list .entry-meta-tag {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 10px 0;
}
.blog-detail .entry-meta-tag-list .entry-meta-tag-right {
  display: inline-block;
  float: right;
}
.blog-detail .entry-meta-tag-list .entry-meta-tag-right .social-share-wrap {
  width: auto;
}
.blog-detail .entry-meta-tag-list .entry-meta-tag-right label,
.blog-detail .entry-meta-tag-list .entry-meta-tag-right a {
  color: #1F2A37;
}
.blog-detail .entry-excerpt p {
  margin-bottom: 20px;
}
.blog-detail .comment-fields-wrap input,
.blog-detail .comment-fields-wrap textarea {
  border: 1px solid #eee;
  box-shadow: none;
}
/********************
contact-us
********************/
.contact-us .support-contact {
  background-color: #fafafa;
  display: inline-block;
  width: 100%;
}
.contact-us .support-contact .social-share-wrap {
  width: 100%;
  text-align: center;
}
.contact-us .get-in-touch-form p {
  margin-bottom: 20px;
}
.contact-us .get-in-touch-form input {
  width: 100%;
  background-color: transparent;
  border-bottom: 1px solid #eee;
  color: #333;
}
.contact-us .get-in-touch-form input:placeholder {
  text-transform: uppercase;
}
.contact-us .get-in-touch-form textarea {
  width: 100%;
  background-color: transparent;
  border: 1px solid #eee;
  color: #333;
}
/***************************
book-service
******************************/
.book-service .choose-your-content h2 {
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
.book-service .choose-your-content h2::before {
  background-color: #94da46;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 100px;
}
.book-service .choose-your-content form p {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.book-service .choose-your-content form input,
.book-service .choose-your-content form select {
  width: 100%;
  background-color: transparent;
  border-bottom: 1px solid #eee;
  padding-left: 0;
  color: #000;
}
.book-service .choose-your-content form input:placeholder,
.book-service .choose-your-content form select:placeholder {
  text-transform: uppercase;
}
.book-service .choose-your-content form textarea {
  width: 100%;
  background-color: transparent;
  border: 1px solid #eee;
}
.book-service .choose-your-right {
  position: relative;
}
.book-service .choose-your-right img {
  width: 100%;
}
.book-service .choose-your-right .choose-your-right-absolute {
  position: absolute;
  width: 100%;
  padding: 0 30px;
  top: 50%;
  transform: translateY(-50%);
}
/*****************************/
/*********.page-404***********/
/******************************/
.page-404 .img-404 {
  position: relative;
}
.page-404 a.return-home {
  border: 1px solid #1F2A37;
  color: #1F2A37;
  font-size: 20px;
  font-weight: bold;
  padding: 25px 50px;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  bottom: 150px;
  transform: translateX(-50%);
}
@media (max-width: 1366px) {
  .page-404 a.return-home {
    bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .page-404 a.return-home {
    bottom: 50px;
    border: 1px solid #1f2a37;
    font-size: 15px;
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .page-404 a.return-home {
    bottom: 30px;
    border: 1px solid #1f2a37;
    font-size: 14px;
    padding: 8px 15px;
  }
}
@media (max-width: 480px) {
  .page-404 a.return-home {
    font-size: 13px;
  }
}
#preloaderKDZ {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  overflow: hidden;
  background: #ffffff url(../images/load/loading.gif) center no-repeat;
}
@media (max-width: 480px) {
  body .columns-2 .product-item-wrap,
  body .columns-3 .product-item-wrap,
  body .columns-4 .product-item-wrap,
  body .columns-5 .product-item-wrap {
    width: 100%;
  }
  body .mobile-menu .header-right {
    display: none;
  }
  body .yolo-site .cart-form .button-cart > div {
    width: 100%;
  }
  body .yolo-site .cart-form .button-cart > div input,
  body .yolo-site .cart-form .button-cart > div a,
  body .yolo-site .cart-form .button-cart > div .coupon,
  body .yolo-site .cart-form .button-cart > div .process {
    width: 100%;
    margin: 0 0 10px 0;
    float: left;
  }
  body .yolo-site .home-8-why-chose-us .home-8-why-chose-us-list {
    padding-left: 0;
  }
  body .what-we-believe-content .nav li {
    width: 100%;
    border-bottom: 1px solid #eee;
  }
  body .what-we-believe-content .nav li a {
    width: 100%;
  }
  body .home-9-plants-skill .skill-right-content {
    padding: 20px 20px 0 20px;
  }
  body .home-10-my-different h2 {
    line-height: 45px;
  }
  body .home-11-products .shortcode-product-wrap .product-item-wrap:nth-child(2) {
    display: none;
  }
  body .yolo-site .home-11-skill-left,
  body .yolo-site .skill-right,
  body .yolo-site .home-11-cultivate-left,
  body .yolo-site .home-11-products-right,
  body .yolo-site .home-11-our-news-left {
    padding: 20px 10px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  body .columns-2 .product-item-wrap,
  body .columns-3 .product-item-wrap,
  body .columns-4 .product-item-wrap,
  body .columns-5 .product-item-wrap {
    width: 50%;
    float: left;
  }
  body .columns-2 .product-item-wrap:nth-child(2n+1),
  body .columns-3 .product-item-wrap:nth-child(2n+1),
  body .columns-4 .product-item-wrap:nth-child(2n+1),
  body .columns-5 .product-item-wrap:nth-child(2n+1) {
    clear: both;
  }
  body .yolo-site .big-demo button {
    font-size: 16px;
    margin: 0 8px;
  }
  body .yolo-site #example-wrapper .home-5-my-portfolio .height-380 {
    height: 240px;
  }
  body .yolo-site .cart-form .button-cart > div {
    padding: 0 10px;
  }
  body .yolo-site .cart-form .button-cart > div input,
  body .yolo-site .cart-form .button-cart > div a,
  body .yolo-site .cart-form .button-cart > div .coupon,
  body .yolo-site .cart-form .button-cart > div .process {
    width: 100%;
    margin: 0 0 10px 0;
    float: left;
    text-align: center;
  }
  body .teammember-list .col-sm-4,
  body .home-6-icon-box .col-xs-12,
  body .teammember-list .col-sm-3,
  body .icon-box-div .col-xs-12,
  body .home-5-icon-box .col-xs-12,
  body .home-5-counter .col-xs-12,
  body .home-6-counter .col-xs-12,
  body .home-9-our-main-plants .col-xs-12,
  body .home-11-counter-left .col-sm-6 {
    width: 50%;
    float: left;
  }
  body .teammember-list .col-sm-4:nth-child(2n+1),
  body .home-6-icon-box .col-xs-12:nth-child(2n+1),
  body .teammember-list .col-sm-3:nth-child(2n+1),
  body .icon-box-div .col-xs-12:nth-child(2n+1),
  body .home-5-icon-box .col-xs-12:nth-child(2n+1),
  body .home-5-counter .col-xs-12:nth-child(2n+1),
  body .home-6-counter .col-xs-12:nth-child(2n+1),
  body .home-9-our-main-plants .col-xs-12:nth-child(2n+1),
  body .home-11-counter-left .col-sm-6:nth-child(2n+1) {
    clear: both;
  }
  body .icon-box-div {
    margin-top: 20px;
  }
  body .what-we-believe-content .nav li {
    font-size: 13px;
  }
  body .what-we-believe-content .nav li a {
    padding: 8px;
  }
  body .home-9-plants-skill .skill-right-content {
    padding: 20px 50px 0 60px;
  }
  body .home-10-my-blog .blog-wrap .post:nth-child(n+3) {
    display: none;
  }
  body .yolo-site .home-11-skill-left,
  body .yolo-site .skill-right,
  body .yolo-site .home-11-cultivate-left,
  body .yolo-site .home-11-products-right,
  body .yolo-site .home-11-our-news-left {
    padding: 30px 50px;
  }
  body .home-1-banner .home-1-banner-content .col-sm-4 {
    width: 50%;
    float: left;
  }
  body .home-1-banner .home-1-banner-content .col-sm-4:nth-child(2n+1) {
    clear: both;
  }
}
@media (max-width: 767px) {
  body .btn-1,
  body .btn-2 {
    font-size: 17px;
    padding: 5px 15px;
  }
  body .yolo-site .filter-home-1 .title-style {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  body div .big-demo button {
    font-size: 15px;
  }
  body .footer-1 .footer-top {
    padding: 45px 20px;
  }
  body .yolo-site .home-1-sorting-plants .home-1-sorting-plants-absolute {
    padding: 20px;
    transform: none;
  }
  body .yolo-site .home-2-coundown .home-2-coundown-content {
    left: 0;
    position: relative;
    top: 0;
    transform: none;
  }
  body .countdown-container .clock-item {
    margin: 0;
  }
  body .newletter-home-2.text-center img {
    min-height: 300px;
  }
  body .newletter-home-2-content {
    width: 100%;
  }
  body .newletter-home-2-content .col-md-8 {
    width: 100%;
  }
  body .btn-4,
  body .btn-5 {
    font-size: 15px;
  }
  body .service-detail-box {
    text-align: center;
  }
  body .yolo-site .product-begreen-tabs .tab-pane {
    padding: 10px;
  }
  body .yolo-site .single-product-content form.cart button {
    margin-top: 10px;
  }
  body .yolo-site .cart-form .quanlity,
  body .wishlist-form .quanlity {
    display: none;
  }
  body .yolo-site .cart-form table tr,
  body .wishlist-form table tr {
    border-bottom: 1px solid #000;
  }
  body .yolo-site .cart-form table tr:first-child,
  body .wishlist-form table tr:first-child {
    border: none;
  }
  body .yolo-site .cart-form table th,
  body .wishlist-form table th {
    display: none;
  }
  body .yolo-site .cart-form table td,
  body .wishlist-form table td {
    border-bottom: 1px solid #ddd;
    display: inline-block;
    padding: 10px 0 10px 100px;
    position: relative;
    text-align: center;
    width: 100%;
  }
  body .yolo-site .cart-form table td::before,
  body .wishlist-form table td::before {
    content: attr(data-title);
    height: 100%;
    left: 0;
    padding-top: 10px;
    position: absolute;
    top: 0;
  }
  body .yolo-site .cart-form table td:last-child,
  body .wishlist-form table td:last-child {
    border: none;
  }
  body .yolo-site .cart-form table td::after,
  body .wishlist-form table td::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100px;
    width: 1px;
    background-color: #eee;
    content: "";
  }
  body .yolo-site .cart-form .button-cart a {
    margin-top: 20px;
  }
  body .sidebar {
    margin-top: 20px;
  }
  body .support-contact-content {
    text-align: center;
  }
  body .icon-box-div {
    margin-top: 20px;
  }
  body .home-5-my-portfolio .title-style {
    text-align: center;
    width: 100%;
  }
  body .home-5-my-portfolio .big-demo .filter-button-group {
    padding-top: 0;
  }
  body .instagram-pics li a {
    width: auto;
  }
  body .yolo-site .home-6-cultivate-top > div {
    width: 100%;
  }
  body .yolo-site .home-6-cultivate-bottom .cultivate-bottom-content {
    padding: 20px;
  }
  body .yolo-site .slider_images-shortcode-wrap.style_1 .slider_list .slider_item .content-slider .title {
    top: 25px;
    font-size: 16px;
  }
  body .recent-news-home_3 article .post-blog-excerpt {
    height: 60px;
    line-height: 20px;
    margin-bottom: 5px;
    overflow: hidden;
  }
  body .banner-shortcode-wrap.style_2 .banner-content .banner-content-inner .banner-title,
  body .banner-shortcode-wrap.style_2 .banner-content .banner-content-inner .banner-label {
    font-size: 15px;
  }
  body .home-10-about-me-left,
  body .home-10-contact-skill .home-6-contact-me-form {
    padding-right: 10px;
  }
  body .home-10-testimonial-left {
    padding: 30px 20px;
  }
  body .yolo-site #example-wrapper .home-10-testimonial-left .font-48 {
    font-size: 28px;
  }
  body .home-11-cultivate-left h6 {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .columns-4 .product-item-wrap,
  body .columns-3 .product-item-wrap {
    width: 50%;
    clear: none;
  }
  body .columns-4 .product-item-wrap:nth-child(2n+1),
  body .columns-3 .product-item-wrap:nth-child(2n+1) {
    clear: both;
  }
  body .columns-5 .product-item-wrap {
    width: 33.33%;
    clear: none;
  }
  body .columns-5 .product-item-wrap:nth-child(3n+1) {
    clear: both;
  }
  body .yolo-site .home-2-outdoor .product-item-wrap,
  body .yolo-site .home-2-indoor .product-item-wrap {
    display: none;
    width: 100%;
  }
  body .yolo-site .home-2-outdoor .product-item-wrap:nth-child(1),
  body .yolo-site .home-2-indoor .product-item-wrap:nth-child(1),
  body .yolo-site .home-2-outdoor .product-item-wrap:nth-child(2),
  body .yolo-site .home-2-indoor .product-item-wrap:nth-child(2) {
    display: block;
  }
  body .yolo-video-player.style_2 .yl-button-play .yl-introduction {
    font-size: 55px;
  }
  body .home-2-coundown figure img {
    min-height: 450px;
  }
  body .newletter-home-2 img {
    min-height: 300px;
  }
  body .yolo-site .div-box-plants .service-col-3 > p {
    height: 40px;
    overflow: hidden;
  }
  body .yolo-site .div-box-plants .service-col-3 h2 {
    font-size: 35px;
  }
  body .yolo-site .cart-form .button-cart input {
    width: 175px;
  }
  body .yolo-site #example-wrapper .columns-5 .width-40 {
    width: 33.33%;
  }
  body .yolo-site #example-wrapper .columns-5 .height-380 {
    height: 230px;
  }
  body .icon-box-shortcode-wrap.style_5 {
    height: 220px;
  }
  body .home-10-my-different .col-sm-4:nth-child(3n+1) {
    clear: both;
  }
  body .home-11-our-news-left {
    padding: 50px 50px;
  }
}
@media (max-width: 991px) {
  body .yolo-site .home-1-banner .home-1-banner-content-diffirent p {
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  body .title-style-1 {
    font-size: 26px;
  }
  body .big-demo button {
    font-size: 18px;
    margin: 0 10px;
  }
  body .yolo-site #example-wrapper .hide-991 {
    display: none;
  }
  body .big-demo .filter-button-group,
  body .footer-2 .footer-2-col-3 h3 {
    text-align: center !important;
  }
  body .home-11-counter-left .counter-wrap-style_2 {
    height: 200px;
    width: 200px;
  }
  body .home-11-counter-left .counter-wrap-style_2 .gr-counter .content-inner .icon-wrap {
    height: 80px;
    line-height: 80px;
    width: 80px;
  }
  body .home-11-counter-left .counter-wrap-style_2 .gr-counter .content-inner .gr-number-counter {
    font-size: 28px;
  }
  body .home-11-counter-left .counter-wrap-style_2 .gr-counter .content-inner .gr-text-defaul {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1365px) {
  body .btn-1,
  body .btn-2 {
    font-size: 18px;
    padding: 8px 22px;
  }
  body .yolo-site .home-1-banner .home-1-banner-content-diffirent {
    margin: 0;
  }
  body .yolo-site .home-1-banner .home-1-banner-content-diffirent p {
    margin: 10px 0;
  }
  body .countdown-container .text .val {
    font-size: 22px;
  }
  body .countdown-container .text .type-time {
    font-size: 17px;
  }
  body .home-2-coundown img {
    min-height: 400px;
  }
  body .yolo-site .div-box-plants .service-col-3 > p {
    height: 40px;
    overflow: hidden;
  }
  body .yolo-site .div-box-plants .service-col-3 h2 {
    font-size: 35px;
  }
  body .yolo-header-top-style-3 .step-info li {
    padding: 0;
  }
  body .yolo-header-top-style-3 .step-info li .number {
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
  body .yolo-header-top-style-3 .step-info li .content-step {
    padding-left: 10px;
  }
  body .yolo-site #example-wrapper .home-5-my-portfolio .height-380 {
    height: 230px;
  }
  body .yolo-site .home-6-cultivate-top .cultivate-top-content h3 {
    margin-bottom: 10px;
  }
  body .yolo-site .home-6-cultivate-top .cultivate-top-content {
    padding: 15px 50px;
  }
  body .yolo-site .home-6-cultivate-top .cultivate-top-content p {
    line-height: 20px;
    height: 60px;
    overflow: hidden;
  }
  body .yolo-site .home-6-cultivate-bottom .cultivate-bottom-content p {
    line-height: 20px;
    height: 60px;
    overflow: hidden;
  }
  body .icon-box-shortcode-wrap.style_8 .icon-box-container .icon-wrap .icon-main {
    height: 45px;
    line-height: 45px;
    width: 45px;
  }
  body .icon-box-shortcode-wrap.style_8 .icon-box-container .icon-content {
    margin-bottom: 5px;
    margin-top: 15px;
  }
  body .slider_images-shortcode-wrap.style_1 .slider_list .slider_item .content-slider .title {
    padding-top: 27px;
    font-size: 23px;
  }
  body .icon-box-shortcode-wrap.style_6 .icon-box-container .icon-content .icon-title {
    font-size: 15px;
  }
  body .icon-box-shortcode-wrap.style_6 .icon-box-container .icon-wrap .icon-main {
    height: 60px;
    line-height: 60px;
    width: 60px;
  }
  body .home-9-plants-skill .skill-right-content {
    padding: 20px 80px 0 60px;
  }
  body .home-9-my-experience .col-md-6:nth-child(2n+1) {
    clear: both;
  }
  body .home-10-about-me-right .what-we-believe-content .nav li a {
    font-size: 13px;
    padding: 8px;
  }
  body .home-10-my-different .col-sm-4:nth-child(3n+1) {
    clear: both;
  }
  body .yolo-site #example-wrapper .home-10-testimonial-left .font-48 {
    font-size: 34px;
  }
  body .home-11-skill .home-11-skill-left {
    padding: 70px 80px;
  }
  body .home-11-cultivate-left h6 {
    font-size: 30px;
  }
  body .home-11-cultivate-left .font-18 {
    line-height: 25px;
    height: 25px;
    overflow: hidden;
  }
  body .home-11-products-right {
    padding: 50px 50px 0;
  }
  body .home-11-counter-left .counter-wrap-style_2 {
    height: 200px;
    width: 200px;
  }
  body .home-11-counter-left .counter-wrap-style_2 .gr-counter .content-inner .icon-wrap {
    height: 80px;
    line-height: 80px;
    width: 80px;
  }
  body .home-11-counter-left .counter-wrap-style_2 .gr-counter .content-inner .gr-number-counter {
    font-size: 28px;
  }
  body .home-11-counter-left .counter-wrap-style_2 .gr-counter .content-inner .gr-text-defaul {
    font-size: 16px;
  }
  body .home-11-our-news-left {
    padding: 20px 10px;
  }
}
@media (max-width: 1365px) {
  body .footer-1 .footer-top {
    padding: 20px 0;
  }
  body .home-6-recent-projects .da-thumbs li .hover-dir > div .in-slider .text {
    font-size: 15px;
  }
}
@media (min-width: 1366px) and (max-width: 1599px) {
  body .home-11-cultivate-left h6 {
    font-size: 60px;
  }
  body .home-11-our-news-left {
    padding: 50px 50px 0;
  }
}
/* --------------------------------------------------------------------- */
/* HEADER
/* --------------------------------------------------------------------- */
/***********T_T**************/
.header {
  background: #fff;
}
.header .main-nav > .nav > li > .sub-menu {
  left: 50%;
  transform: translateY(50px) translateX(-50%);
}
@media (max-width: 1200px) and (min-width: 992px) {
  .header .main-nav > .nav > li > .sub-menu {
    width: 910px;
  }
}
@media (min-width: 1201px) {
  .header .main-nav > .nav > li > .sub-menu {
    width: 1170px;
  }
}
.header .main-nav > .nav > li:hover > .sub-menu {
  transform: translateY(-1px) translateX(-50%);
}
.header .main-nav > .nav > li.menu-item.menu-blog > .sub-menu {
  width: 300px;
  transform: translateY(50px);
  left: 0;
}
.header .main-nav > .nav > li.menu-item.menu-blog:hover > .sub-menu {
  transform: translateY(-1px);
}
.header .header-bottom {
  display: inline-block;
  position: relative;
  width: 100%;
  background-color: #1F2A37;
}
.header .main-nav {
  text-align: left;
  width: 100%;
}
.header .main-nav > ul.nav {
  display: inline-block;
  padding-left: 0;
}
.header .header-left nav {
  display: inline-block;
}
.header .container-inner {
  display: inline-block;
  padding: 50px 0 0;
  position: relative;
  width: 100%;
}
.header .sub-menu {
  background-color: #fff;
  left: 0;
  position: absolute;
  right: 0;
  padding: 0;
  z-index: 9;
}
.header .sub-menu li {
  display: inline-block;
}
.header .main-nav-wrapper {
  position: relative;
}
.main-nav > .nav > li {
  display: inline-block;
  position: inherit;
  padding-bottom: 10px;
  padding-top: 10px;
}
.main-nav > .nav > li > .sub-menu {
  border: none;
  box-shadow: 1px 1px 3px 1px #ddd;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.05s ease 0s;
  visibility: hidden;
  padding: 40px 0;
  left: 15px;
  right: 15px;
}
.main-nav > .nav > li > .sub-menu > li {
  border-left: 2px solid rgba(0, 0, 0, 0.09);
  float: left;
  position: relative;
  width: 25%;
  text-align: left;
}
.main-nav > .nav > li > .sub-menu > li:first-child {
  border: none;
}
.main-nav > .nav > li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(-1px);
  transition: all 0.5s ease 0.05s;
}
.sub-menu .sub-menu {
  position: inherit;
}
.sub-menu .sub-menu li {
  display: block;
}
div.sub-menu .sub-menu-mega {
  padding: 0;
  position: relative;
}
.sub-menu .desc-review-content section {
  float: left;
  width: 33.33%;
}
.nav.nav-pills li {
  width: 100%;
}
.sub-menu .nav-pills {
  float: left;
  width: 25%;
}
.sub-menu .desc-review-content {
  float: right;
  width: 75%;
}
.sub-menu .desc-review-content section {
  float: left;
  width: 33.33%;
}
.main-nav > .nav > li.mega-menu .sub-menu-mega {
  padding: 0;
}
.main-nav > .nav > li > .sub-menu > li > a,
.main-nav > .nav > li.mega-menu .widget-title-wrapper .heading-title {
  color: #333;
  display: inline-block;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  text-transform: uppercase;
  padding-left: 20px;
  font-size: 15px;
}
.main-nav > .nav > li > .sub-menu > li > a::before,
.main-nav > .nav > li.mega-menu .widget-title-wrapper .heading-title::before {
  background-color: #94da46;
  bottom: 0;
  content: "";
  height: 2px;
  left: 20px;
  position: absolute;
  width: 50px;
}
.main-nav > .nav > li > .sub-menu > li > a:hover,
.main-nav > .nav > li.mega-menu .widget-title-wrapper .heading-title:hover {
  color: #94da46;
}
.main-nav > .nav > li > .sub-menu > li > ul {
  padding-bottom: 20px;
}
.main-nav > .nav > li > .sub-menu > li li {
  padding: 10px 0 10px 20px;
  position: relative;
}
.main-nav > .nav > li > .sub-menu > li li a {
  color: #1F2A37;
  width: 100%;
}
.main-nav > .nav > li > .sub-menu > li li:before {
  position: absolute;
  content: "";
  top: 50%;
  bottom: 50%;
  left: 0;
  width: 2px;
  background-color: #94da46;
  transition: all 0.5s ease 0s;
}
.main-nav > .nav > li > .sub-menu > li li:hover {
  padding-left: 25px;
  transition: all 0.5s ease 0s;
}
.main-nav > .nav > li > .sub-menu > li li:hover::before {
  top: 3px;
  bottom: 3px;
  transition: all 0.3s ease 0s;
}
.main-nav > .nav > li > .sub-menu > li li:hover a {
  color: #94da46;
}
.product-mega-menu-content {
  display: inline-block;
  float: right;
}
.product-mega-menu-content .rate {
  display: block;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #fff;
}
.nav > li > a {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
  color: #94da46;
}
.main-nav > .nav > li.menu-shop > .sub-menu > li {
  width: 25%;
}
#primary-menu > .nav > li > a {
  font-size: 16px;
  margin-right: 10px;
}
#primary-menu > .nav > li > a::before {
  content: "\f107";
  font-family: FontAwesome;
  font-weight: 100;
  position: absolute;
  right: 0;
}
.header-right .header-social-profile-wrapper {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header-right .header-social-profile-wrapper li {
  display: inline-block;
  margin: 0 2px;
}
.header-right .header-social-profile-wrapper li a {
  color: #fff;
  padding: 2px 8px;
}
.header-right .header-social-profile-wrapper li a:hover {
  color: #94da46;
}
.canvas-menu-toggle-wrapper {
  margin-left: 10px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
}
.my-wishlist {
  margin-left: 40px;
}
.widget_shopping_cart_icon,
.yolo-wishlist {
  display: inline-block;
  height: 30px;
  position: relative;
  width: 30px;
  cursor: pointer;
}
.widget_shopping_cart_icon:hover,
.yolo-wishlist:hover {
  background-color: transparent;
}
.yolo-canvas-menu-wrapper.in {
  right: 0;
  transition: all 0.5s ease 0s;
  z-index: 22;
}
.yolo-canvas-menu-wrapper {
  z-index: 6;
  transition: all 0.5s ease 0s;
  background-color: #1F2A37;
  position: fixed;
  right: -335px;
  top: 0;
  width: 330px;
  padding: 20px;
  height: 100vh;
  z-index: 22;
}
.yolo-canvas-menu-wrapper .yolo-canvas-menu-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  cursor: pointer;
  color: #ffffff;
}
.yolo-canvas-menu-wrapper .yolo-canvas-menu-inner {
  padding: 0;
  box-shadow: none;
  background-color: transparent;
  color: #ffffff;
}
.yolo-canvas-menu-wrapper .yolo-canvas-menu-inner aside {
  padding: 0;
  border: none;
  margin-bottom: 40px;
}
.yolo-canvas-menu-wrapper .yolo-canvas-menu-inner aside:before {
  top: 2px;
}
.yolo-canvas-menu-wrapper .yolo-canvas-menu-inner aside h4 {
  padding-left: 10px;
  color: #ffffff;
}
.yolo-canvas-menu-wrapper .yolo-canvas-menu-inner aside.widget_text:before {
  background-color: transparent;
}
.yolo-canvas-menu-wrapper .yolo-canvas-menu-inner aside.widget-social-profile:before {
  background-color: transparent;
}
.yolo-canvas-menu-wrapper .yolo-canvas-menu-inner aside.widget-social-profile a:hover i {
  color: #94da46 !important;
}
.yolo-canvas-menu-wrapper .yolo-canvas-menu-inner aside ul li.menu-item {
  font-size: 12px;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  letter-spacing: 0.1em;
  font-weight: bold;
}
.yolo-canvas-menu-wrapper .yolo-canvas-menu-inner aside ul li.menu-item a {
  padding: 8px 4px;
}
.yolo-canvas-menu-wrapper .yolo-canvas-menu-inner aside ul li.menu-item a:hover {
  padding-left: 15px;
}
.yolo-canvas-menu-wrapper .begreen-widget {
  position: relative;
  padding: 20px 10px;
}
.yolo-canvas-menu-wrapper .begreen-widget:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  height: 40px;
  width: 40px;
}
.yolo-canvas-menu-wrapper .begreen-widget:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  height: 40px;
  width: 40px;
}
.yolo-canvas-menu-wrapper .begreen-widget .name_author {
  color: #94da46;
}
.yolo-canvas-menu-wrapper ul.social-profile {
  font-size: 0;
  list-style: outside none none;
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}
.yolo-canvas-menu-wrapper ul.social-profile li {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}
.yolo-canvas-menu-wrapper ul.social-profile li a {
  background-color: #f5f5f5;
  border-radius: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 36px;
  display: inline-block;
  transition: all 0.2s ease 0s;
  padding: 0;
}
.yolo-canvas-menu-wrapper ul.social-profile li a i {
  color: #777777;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  transition: all 0.2s ease 0s;
  vertical-align: middle;
  width: 36px;
}
header.header.menu-fixed {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-name: fixed;
  box-shadow: 0 0 3px #eee;
}
header.header.menu-fixed .header-right {
  top: 5px;
}
header.header.menu-fixed .main-nav > .nav > li,
header.header.menu-fixed .header-customize-item {
  padding: 10px 0;
}
header.header.menu-fixed .header-logo {
  padding: 8px 0;
}
header.header.menu-fixed .yolo-header-top,
header.header.menu-fixed .yolo-top-bar,
header.header.menu-fixed > .header-logo {
  display: none;
}
header.header.menu-fixed.header-style-3 .header-bottom {
  transform: none;
  background-color: #94da46;
}
header.header.menu-fixed.yolo-header-style-10 .header-right {
  padding-top: 5px;
}
@-webkit-keyframes fixed {
  0% {
    transform: translateY(-102%);
  }
  100% {
    transform: translateY(0);
  }
}
@-o-keyframes fixed {
  0% {
    transform: translateY(-102%);
  }
  100% {
    transform: translateY(0);
  }
}
@-moz-keyframes fixed {
  0% {
    transform: translateY(-102%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fixed {
  0% {
    transform: translateY(-102%);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (min-width: 992px) {
  body .yolo-site header.header .mobile-menu {
    display: none;
  }
  nav .sub-menu {
    top: 100%;
  }
}
@media screen and (max-width: 991px) {
  nav#primary-menu,
  body .header .header-bottom {
    display: none;
  }
  .yolo-top-bar,
  .yolo-header-top,
  header > .header-logo {
    display: none;
  }
  body.has-header-sidebar {
    padding-left: 0;
  }
  body.has-header-sidebar header.header.yolo-header-style-4 .header-sidebar {
    display: none;
  }
  body .yolo-header-style-8 {
    position: relative;
  }
}
@media (max-width: 480px) {
  .mobile-menu .header-right > div.search-button-wrapper {
    display: none;
  }
}
.main-nav > .nav > li.menu-item.menu-blog {
  position: relative;
}
.main-nav > .nav > li.menu-item.menu-blog ul {
  width: 300px;
  padding-top: 0;
  padding-bottom: 0;
}
.main-nav > .nav > li.menu-item.menu-blog ul li {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #eee;
  border-left: none;
}
.main-nav > .nav > li.menu-item.menu-blog ul li a {
  text-transform: capitalize;
  margin: 3px 0;
  padding: 8px 15px;
  transition: all 0.4s ease 0s;
  color: #1F2A37;
  font-weight: 400;
}
.main-nav > .nav > li.menu-item.menu-blog ul li a::before {
  background-color: #94da46;
  bottom: 50%;
  height: auto;
  left: 0;
  top: 50%;
  transition: all 0.4s ease 0s;
  width: 2px;
}
.main-nav > .nav > li.menu-item.menu-blog ul li a:hover {
  transition: all 0.4s ease 0s;
  padding: 8px 15px 8px 20px;
  color: #94da46;
}
.main-nav > .nav > li.menu-item.menu-blog ul li a:hover::before {
  top: 0;
  bottom: 0;
  transition: all 0.4s ease 0s;
}
.main-nav .nav .mega-menu .sub-menu-mega > li {
  display: block;
  float: inherit;
  width: 100%;
  height: 55px;
  border-left: none;
}
.main-nav .nav .mega-menu .sub-menu-mega > li > a {
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 0 10px;
  height: 55px;
  line-height: 55px;
  width: 25%;
  color: #1F2A37;
}
.main-nav .nav .mega-menu .sub-menu-mega > li > a::before {
  background-color: #94da46;
  bottom: 50%;
  content: "";
  height: auto;
  left: 0;
  position: absolute;
  top: 50%;
  width: 2px;
  transition: all 0.5s ease 0s;
}
.main-nav .nav .mega-menu .sub-menu-mega > li > ul {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 75%;
  transform: translateY(50px);
  transition: all 0.5s ease 0s;
  padding: 0;
  border-left: 1px solid #ddd;
  z-index: -2;
  padding: 0 20px;
  height: 0;
  overflow: hidden;
  background-color: #fff;
}
.main-nav .nav .mega-menu .sub-menu-mega > li > ul > li {
  width: 25%;
  float: left;
  padding: 20px 5px;
}
.main-nav .nav .mega-menu .sub-menu-mega > li > ul > li .tagcloud a {
  border: 1px solid #eee;
  color: #333;
  display: inline-block;
  float: left;
  font-size: 15px;
  margin: 3px;
  padding: 6px 12px;
  width: auto;
}
.main-nav .nav .mega-menu .sub-menu-mega > li > ul > li .tagcloud a:hover {
  background-color: #94da46;
  border: 1px solid #94da46;
  color: #fff;
}
.main-nav .nav .mega-menu .sub-menu-mega > li > ul > li > a {
  padding: 10px 0;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 600;
  text-align: center;
}
.main-nav .nav .mega-menu .sub-menu-mega > li > ul > li::before {
  display: none;
}
.main-nav .nav .mega-menu .sub-menu-mega > li > ul > li ul {
  padding: 0;
}
.main-nav .nav .mega-menu .sub-menu-mega > li > ul > li li {
  width: 100%;
  border-bottom: 1px solid #eee;
}
.main-nav .nav .mega-menu .sub-menu-mega > li > ul > li li:hover {
  padding-left: 20px;
}
.main-nav .nav .mega-menu .sub-menu-mega > li > ul > li li:last-child {
  border: none;
}
.main-nav .nav .mega-menu .sub-menu-mega > li > ul > li li a {
  display: inline-block;
  float: left;
  width: 40%;
}
.main-nav .nav .mega-menu .sub-menu-mega > li > ul > li li .mega-right {
  display: inline-block;
  float: left;
  width: 60%;
}
.main-nav .nav .mega-menu .sub-menu-mega > li > ul > li li .mega-right > span {
  color: #333;
  display: inline-block;
  width: 100%;
}
.main-nav .nav .mega-menu .sub-menu-mega > li > ul > li li .mega-right > span del > span {
  color: #1F2A37;
  font-size: 14px;
  margin-right: 10px;
}
.main-nav .nav .mega-menu .sub-menu-mega > li > ul > li li:before {
  display: none;
}
.main-nav .nav .mega-menu .sub-menu-mega > li > ul > li li:before:hover {
  padding-left: 20px;
}
.main-nav .nav .mega-menu .sub-menu-mega > li:nth-child(2) > ul {
  top: -55px;
}
.main-nav .nav .mega-menu .sub-menu-mega > li:nth-child(3) > ul {
  top: -110px;
}
.main-nav .nav .mega-menu .sub-menu-mega > li:nth-child(4) > ul {
  top: -165px;
}
.main-nav .nav .mega-menu .sub-menu-mega > li:nth-child(5) > ul {
  top: -220px;
}
.main-nav .nav .mega-menu .sub-menu-mega > li.active-menu > ul {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s ease 0s;
  z-index: 3;
  height: auto;
}
.main-nav .nav .mega-menu .sub-menu-mega > li:hover > a,
.main-nav .nav .mega-menu .sub-menu-mega > li.active-menu > a {
  color: #94da46;
}
.main-nav .nav .mega-menu .sub-menu-mega > li:hover > a::before,
.main-nav .nav .mega-menu .sub-menu-mega > li.active-menu > a::before {
  top: 0;
  bottom: 0;
  transition: all 0.5s ease 0s;
}
.main-nav .nav .mega-menu .sub-menu-mega > li .infomation-mega {
  text-align: center;
  display: inline-block;
  width: 100%;
}
.main-nav .nav .mega-menu .sub-menu-mega > li .infomation-mega span {
  color: rgba(31, 42, 55, 0.7);
  margin-right: 10px;
  text-transform: capitalize;
  font-size: 13px;
}
.main-nav .nav .mega-menu .sub-menu-mega > li .infomation-mega span i {
  color: #94da46;
  margin-right: 5px;
}
.main-nav .nav .mega-menu .sub-menu-mega > li .infomation-mega span:last-child {
  margin-right: 0;
}
.main-nav .nav .mega-menu .sub-menu-mega > li.sale-off-mega-menu > ul > li {
  width: 33.33%;
}
.main-nav .nav .mega-menu .sub-menu-mega > li.sale-off-mega-menu > ul > li > a {
  font-size: 18px;
  margin: 0;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
  text-align: left;
  transition: all 0.35s ease 0s;
  font-family: "Pacifico", sans-serif;
  margin-bottom: 20px;
}
.main-nav .nav .mega-menu .sub-menu-mega > li.sale-off-mega-menu > ul > li > a::before {
  background-color: #94da46;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 46px;
}
.yolo-top-bar {
  background-color: #1F2A37;
  color: #fff;
  padding: 12px 0;
  font-size: 14px;
}
.yolo-top-bar .top-bar-left {
  text-align: left;
}
.yolo-top-bar .top-bar-right {
  text-align: right;
}
.yolo-header-top {
  padding: 40px 0;
}
.yolo-header-top .header-customize-right {
  text-align: right;
}
.yolo-header-top .header-customize-right .header-customize-item {
  display: inline-block;
  margin-left: 15px;
}
.yolo-header-top .header-customize-right .header-customize-item i {
  margin-right: 5px;
}
.header .shopping-cart-wrapper:hover .widget_shopping_cart_content .cart_list_wrapper {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s ease 0s;
  z-index: 21;
}
.header .shopping-cart-wrapper {
  position: relative;
  padding-bottom: 25px;
}
.header .shopping-cart-wrapper .cart_list_wrapper {
  border: 2px solid #eee;
  z-index: 21;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s ease 0s;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 100%;
  text-align: center;
  width: 300px;
}
.header .shopping-cart-wrapper .cart_list_wrapper ul {
  padding: 20px 30px;
}
.header .shopping-cart-wrapper .cart_list_wrapper ul li {
  list-style: outside none none;
}
.header .shopping-cart-wrapper .cart_list_wrapper ul li h4 {
  color: #333;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.header .shopping-cart-wrapper .cart_list_wrapper ul li p {
  color: #888;
}
.header .shopping-cart-wrapper .sub-total-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.header .shopping-cart-wrapper .sub-total-text span.amount {
  color: rgba(31, 42, 55, 0.7);
}
.header .shopping-cart-wrapper .widget_shopping_cart_icon > i {
  color: rgba(31, 42, 55, 0.75);
  font-size: 35px;
  text-align: left;
  width: 45px;
}
.header .shopping-cart-wrapper .widget_shopping_cart_icon span.total {
  background-color: #94da46;
  border-radius: 100%;
  color: #fff;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -10px;
  text-align: center;
  top: 0;
  width: 20px;
}
.header .icon-search-menu,
.header .canvas-menu-toggle {
  cursor: pointer;
}
.yolo-header-top-style-2 .header-customize-right .header-customize-item {
  margin-left: 45px;
  height: 60px;
  float: left;
}
.yolo-header-top-style-2 .header-customize-right .header-customize-item:first-child {
  margin: 0;
}
.yolo-header-top-style-2 .custom-select-wrapper {
  padding-top: 5px;
}
.yolo-header-top-style-2 .custom-select-wrapper form {
  border: 2px solid #eee;
  display: inline-block;
}
.yolo-header-top-style-2 .custom-select-wrapper form select {
  float: left;
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(0, 0, 0, 0) url("../images/demo/arrow.jpg") no-repeat scroll right 10px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  width: 170px;
  border-right: 2px solid #eee;
  font-family: "Pacifico", sans-serif;
}
.yolo-header-top-style-2 .custom-select-wrapper form select option {
  height: 50px;
  padding: 15px;
}
.yolo-header-top-style-2 .custom-select-wrapper form .form-input {
  float: left;
  width: 340px;
}
.yolo-header-top-style-2 .custom-select-wrapper form .form-input input {
  border: none;
}
.yolo-header-top-style-2 .custom-phone-wrapper {
  line-height: 60px;
}
.yolo-header-style-2 #primary-menu {
  text-align: center;
}
.yolo-header-style-2 .header-bottom {
  background-color: #fff;
  border-top: 1px solid #eee;
}
.yolo-header-style-2 .header-bottom #primary-menu .nav > li > a {
  color: #1F2A37;
}
.yolo-header-style-2 .header-bottom #primary-menu .nav > li > a:hover {
  color: #94da46;
}
.yolo-header-style-2 .header-bottom #primary-menu .nav > li.active > a {
  color: #94da46;
}
.yolo-header-style-3 .header-bottom {
  background-color: transparent;
  transform: translateY(50%);
  z-index: 3;
}
.yolo-header-style-3 .header-bottom .main-nav-wrapper {
  background-color: #94da46;
}
.yolo-header-style-3 .header-bottom .main-nav-wrapper #primary-menu > .nav > li > a {
  color: #fff;
}
.yolo-header-style-3 .header-bottom .main-nav-wrapper #primary-menu > .nav > li > a:hover {
  color: #1F2A37;
}
.yolo-header-style-3 .header-bottom .main-nav-wrapper #primary-menu > .nav > li.active > a {
  color: #1F2A37;
}
.yolo-header-style-3 .header-right {
  display: inline-block;
  position: absolute;
  right: 50px;
  top: 6px;
}
.yolo-header-style-3 .header-right .form-input input {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  width: 100%;
  color: #fff;
}
.yolo-header-style-3 .header-right .form-input input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.yolo-header-style-3 .header-right .form-input a {
  color: rgba(255, 255, 255, 0.8);
}
.yolo-header-style-3 .canvas-menu-toggle-wrapper {
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
}
.yolo-header-style-3.menu-fixed {
  background: #94da46;
}
.yolo-header-style-3.menu-fixed .header-bottom {
  transform: none;
}
.has-header-sidebar {
  padding-left: 300px;
}
.has-header-sidebar .header-sidebar {
  z-index: 5;
}
.has-header-sidebar #example-wrapper {
  z-index: 3;
}
header.header.yolo-header-style-4 .yolo-top-bar {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 3;
}
header.header.yolo-header-style-4 .header-sidebar {
  background-color: #1f2a37;
  height: 100vh;
  left: 0;
  padding-top: 45px;
  position: fixed;
  top: 0;
  width: 300px;
}
header.header.yolo-header-style-4 .header-sidebar .header-logo {
  padding: 40px 0;
  text-align: center;
}
header.header.yolo-header-style-4 .header-sidebar #primary-menu > .nav > li {
  position: relative;
  width: 100%;
  padding: 0;
}
header.header.yolo-header-style-4 .header-sidebar #primary-menu > .nav > li > .sub-menu {
  left: 100%;
  top: 0;
  transform: translateY(50px);
}
header.header.yolo-header-style-4 .header-sidebar #primary-menu > .nav > li:hover > .sub-menu {
  transform: translateY(-1px);
}
header.header.yolo-header-style-4 .header-sidebar #primary-menu > .nav > li > a {
  padding: 15px 20px;
  margin: 0;
}
header.header.yolo-header-style-4 .header-sidebar #primary-menu > .nav > li > a::before {
  right: 20px;
}
header.header.yolo-header-style-4 .header-sidebar #primary-menu > .nav > li > a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
header.header.yolo-header-style-4 .header-sidebar #primary-menu > .nav > li > a:hover::before {
  transform: rotate(-90deg);
}
header.header.yolo-header-style-4 .header-sidebar .header-social-profile-wrapper {
  display: inline-block;
  padding-bottom: 20px;
  padding-top: 40px;
  position: relative;
  text-align: center;
  top: 0;
  transform: none;
  width: 100%;
}
header.header.yolo-header-style-4 .header-sidebar .header-social-profile-wrapper a {
  font-size: 16px;
}
header.header.yolo-header-style-4 .header-sidebar .form-input {
  display: inline-block;
  width: 100%;
  padding: 0 20px;
}
header.header.yolo-header-style-4 .header-sidebar .form-input input {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  width: 100%;
  color: #fff;
}
header.header.yolo-header-style-4 .header-sidebar .form-input input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
header.header.yolo-header-style-4 .header-sidebar .form-input a {
  color: rgba(255, 255, 255, 0.8);
  right: 20px;
}
@media (min-width: 992px) and (max-width: 1365px) {
  body.has-header-sidebar {
    padding-left: 220px;
  }
  body header.header.yolo-header-style-4 .header-sidebar {
    width: 220px;
  }
  body header.header.yolo-header-style-4 .header-sidebar #primary-menu > .nav > li > .sub-menu {
    width: 770px;
  }
  body header.header.yolo-header-style-4 .header-sidebar #primary-menu > .nav > li.menu-blog > .sub-menu {
    width: 300px;
  }
  body .main-nav .nav .mega-menu .sub-menu-mega > li > a {
    width: 22%;
  }
  body .main-nav .nav .mega-menu .sub-menu-mega > li > ul {
    width: 78%;
  }
}
@media (min-width: 1366px) and (max-width: 1500px) {
  body.has-header-sidebar {
    padding-left: 260px;
  }
  body header.header.yolo-header-style-4 .header-sidebar {
    width: 260px;
  }
  body header.header.yolo-header-style-4 .header-sidebar #primary-menu > .nav > li > .sub-menu {
    width: 900px;
  }
  body header.header.yolo-header-style-4 .header-sidebar #primary-menu > .nav > li.menu-blog > .sub-menu {
    width: 300px;
  }
}
.yolo-header-top-style-3 .step-info {
  padding: 0;
  margin: 0;
}
.yolo-header-top-style-3 .step-info li {
  padding-left: 20px;
  display: inline-block;
}
.yolo-header-top-style-3 .step-info li .number {
  height: 50px;
  width: 50px;
  background-color: #94da46;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  float: left;
  margin-top: 5px;
  line-height: 50px;
}
.yolo-header-top-style-3 .step-info li .content-step {
  display: inline-block;
  line-height: 1.3;
  padding-left: 15px;
}
.yolo-header-top-style-3 .step-info li .content-step .title {
  text-transform: uppercase;
  color: #1f2a37;
  font-weight: bold;
  font-size: 16px;
}
.yolo-header-style-5 .header-bottom {
  background-color: transparent;
  transform: translateY(50%);
  z-index: 10;
}
.yolo-header-style-5 .header-bottom .main-nav-wrapper {
  background-color: #94da46;
}
.yolo-header-style-5 .header-bottom .main-nav-wrapper #primary-menu > .nav > li > a {
  color: #fff;
}
.yolo-header-style-5 .header-bottom .main-nav-wrapper #primary-menu > .nav > li > a:hover {
  color: #1F2A37;
}
.yolo-header-style-5 .header-bottom .main-nav-wrapper #primary-menu > .nav > li.active > a {
  color: #1F2A37;
}
.yolo-header-style-5 .header-right a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #88d631;
  color: #1f2a37;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 3px 20px 0;
  text-transform: uppercase;
  transition: all 0.35s ease 0s;
  color: #fff;
  line-height: 55px;
  border-radius: 0;
}
.yolo-header-style-5.menu-fixed .header-bottom {
  background-color: #94da46;
  transform: none;
}
.yolo-header-style-6 .header-bottom {
  background-color: transparent;
}
.yolo-header-style-6 .main-nav-wrapper {
  padding: 0;
}
.yolo-header-style-6 .main-nav-wrapper #primary-menu {
  text-align: center;
}
.yolo-header-style-6 .main-nav-wrapper #primary-menu > .nav > li {
  padding: 40px 0;
}
.yolo-header-style-6 .main-nav-wrapper #primary-menu > .nav > li > a {
  color: #1F2A37;
}
.yolo-header-style-6 .main-nav-wrapper #primary-menu > .nav > li > a:hover {
  color: #94da46;
}
.yolo-header-style-6 .main-nav-wrapper #primary-menu > .nav > li.active > a {
  color: #94da46;
}
.yolo-header-style-6 .main-nav-wrapper .header-logo {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
  padding: 30px 0;
}
.yolo-header-style-6 .main-nav-wrapper .canvas-menu-toggle-wrapper {
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  color: #1F2A37;
}
.yolo-header-style-6.menu-fixed .main-nav-wrapper #primary-menu > .nav > li {
  padding: 10px 0;
}
.yolo-header-style-6.menu-fixed .main-nav-wrapper .header-logo {
  padding: 0;
}
.yolo-header-style-6.menu-fixed .main-nav-wrapper .header-logo img {
  width: 65%;
}
.yolo-header-top-style-4 .header-customize-right .text-info {
  list-style: none;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  margin-top: 15px;
}
.yolo-header-top-style-4 .header-customize-right .text-info li {
  color: rgba(31, 42, 55, 0.8);
  line-height: 40px;
  margin-left: 15px;
  display: inline-block;
}
.yolo-header-top-style-4 .header-customize-right .text-info li .icon {
  line-height: 1.5;
  text-transform: uppercase;
  color: #1f2a37;
  font-weight: bold;
  text-align: left;
}
.yolo-header-top-style-4 .header-customize-right .text-info li i {
  display: inline-block;
  text-transform: uppercase;
}
.yolo-header-top-style-4 .header-customize-right .text-info li i:before {
  color: #94da46;
  padding-right: 10px;
}
.yolo-header-top-style-4 .header-customize-right .custom-text-wrapper {
  color: rgba(31, 42, 55, 0.7);
}
.yolo-header-top-style-4 .header-customize-right .custom-text-wrapper i {
  color: #1f2a37;
  font-size: 18px;
  vertical-align: middle;
  padding-right: 5px;
}
.yolo-header-top-style-4 .form-input {
  width: 250px;
}
.yolo-header-top-style-4 .form-input input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #eee;
}
.yolo-header-top-style-4 .header-logo {
  text-align: center;
}
.yolo-header-style-7 .header-bottom {
  background-color: transparent;
  border-top: 1px solid #eee;
}
.yolo-header-style-7 #primary-menu {
  text-align: center;
}
.yolo-header-style-7 #primary-menu > .nav > li > a {
  color: #1F2A37;
}
.yolo-header-style-7 #primary-menu > .nav > li > a:hover {
  color: #94da46;
}
.yolo-header-style-7 #primary-menu > .nav > li.active > a {
  color: #94da46;
}
.yolo-header-style-7 .header-right a {
  background-color: #94da46;
  border-radius: 0;
  bottom: 0;
  color: #fff;
  display: block;
  font-weight: 600;
  height: 40px;
  line-height: 38px;
  padding: 0 15px;
  position: absolute;
  right: 0;
  text-transform: capitalize;
  top: 10px;
  transition: all 0.35s ease 0s;
}
.yolo-header-style-8 {
  background-color: transparent;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.yolo-header-style-8 .header-bottom {
  background-color: transparent;
  padding: 30px 50px;
}
.yolo-header-style-8 .header-left {
  text-align: center;
}
.yolo-header-style-8 .header-left #primary-menu {
  text-align: center;
  width: auto;
}
.yolo-header-style-8 .header-logo {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
  padding: 0;
}
.yolo-header-style-8 .header-right a {
  position: absolute;
  top: 50%;
  height: 50px;
  right: 0;
  background-color: #88d631;
  color: #1f2a37;
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.35s ease 0s;
  color: #fff;
  line-height: 48px;
  border-radius: 0;
  padding: 0 20px;
  transform: translateY(-50%);
}
.yolo-header-style-8.header.menu-fixed {
  background-color: #1F2A37;
  box-shadow: 0 0 3px rgba(102, 102, 102, 0.2);
}
.yolo-header-style-8.header.menu-fixed .header-bottom {
  padding: 0 30px;
}
.yolo-header-style-8.header.menu-fixed .header-bottom .header-logo {
  padding: 0;
}
.yolo-header-style-8.header.menu-fixed .header-bottom .header-logo img {
  width: 70%;
}
.yolo-header-style-9 .header-bottom {
  background-color: #fff;
  border-top: 1px solid #eee;
}
.yolo-header-style-9 .header-logo {
  padding: 40px 0;
  text-align: center;
}
.yolo-header-style-9 .header-right .header-social-profile-wrapper {
  right: 50px;
}
.yolo-header-style-9 .header-right .header-social-profile-wrapper a {
  color: #1F2A37;
}
.yolo-header-style-9 .header-right .header-social-profile-wrapper a:hover {
  color: #94da46;
}
.yolo-header-style-9 .canvas-menu-toggle-wrapper {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #1F2A37;
}
.yolo-header-style-9 #primary-menu > .nav > li > a {
  color: #1F2A37;
}
.yolo-header-style-9 #primary-menu > .nav > li > a:hover {
  color: #94da46;
}
.yolo-header-style-9 #primary-menu > .nav > li.active > a {
  color: #94da46;
}
.yolo-header-style-10 .header-bottom {
  background-color: #fff;
  border-top: 1px solid #eee;
}
.yolo-header-style-10 .header-logo {
  padding: 40px 0;
  text-align: center;
}
.yolo-header-style-10 #primary-menu > .nav > li > a {
  color: #1F2A37;
}
.yolo-header-style-10 #primary-menu > .nav > li > a:hover {
  color: #94da46;
}
.yolo-header-style-10 #primary-menu > .nav > li.active > a {
  color: #94da46;
}
.yolo-header-style-10 .header-right {
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  padding-top: 20px;
}
.yolo-header-style-10 .header-right > div {
  display: inline-block;
  margin-left: 20px;
}
.yolo-header-style-10 .header-right .shopping-cart-wrapper {
  padding-bottom: 0;
}
.yolo-header-style-10 .header-right .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon {
  font-size: 18px;
  width: auto;
}
.yolo-header-style-10 .header-right .shopping-cart-wrapper .widget_shopping_cart_icon span.total {
  right: -14px;
  top: -8px;
}
.yolo-search-wrapper.show {
  transition: all 0.3s ease 0s;
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.yolo-search-wrapper {
  background-color: #1F2A37;
  transition: all 0.3s ease 0s;
  transform: translateY(-100%);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 21;
  visibility: hidden;
  opacity: 0;
  height: 100vh;
}
.yolo-search-wrapper input {
  background-color: transparent;
  border-width: 0 0 2px;
  margin-top: 45vh;
  width: 80vw;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 3px;
  font-size: 16px;
}
.yolo-search-wrapper button.close {
  background: transparent none repeat scroll 0 0;
  color: #fff;
  opacity: 1;
  position: fixed;
  right: 50px;
  top: 50px;
  z-index: 22;
  font-size: 50px;
}
.yolo-search-wrapper .search {
  background-color: transparent;
  border: medium none;
  margin-left: -36px;
  color: #fff;
}
body header.header .mobile-menu {
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
  width: 100%;
}
body header.header .mobile-menu .col-3 {
  width: 33.33%;
  float: left;
}
body header.header .mobile-menu a[href="#primary-menu"] {
  display: inline-block;
  padding: 15px 30px;
  font-size: 20px;
}
body header.header .mobile-menu .header-right {
  padding-right: 20px;
}
body header.header .mobile-menu .header-right > div {
  display: inline-block;
  padding: 12px 20px;
  margin: 0;
}
body header.header .mobile-menu .header-right .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon {
  font-size: 35px;
}
.yolo-header-style-1 #primary-menu > .nav > li.active > a {
  color: #94da46;
}
html.mm-opening .mm-slideout {
  transform: translate3d(300px, 0px, 0px);
}
@media (max-width: 400px) {
  html.mm-opening body .mm-slideout {
    transform: translate3d(80%, 0px, 0px);
  }
}
#mm-primary-menu {
  overflow: hidden;
  max-width: 300px;
}
#mm-primary-menu li {
  width: 97% !important;
}
#mm-primary-menu li a {
  color: #333 !important;
}
#mm-primary-menu li a:hover {
  color: #94da46 !important;
}
#mm-primary-menu .mm-close::before {
  border: medium none;
  content: "\e681";
  font-family: "Pe-icon-7-stroke";
  font-size: 20px;
  left: -30px;
  position: absolute;
  top: -10px;
  transform: none;
}
#mm-primary-menu .mm-close::after {
  display: none;
}
#mm-primary-menu .mm-close:hover::before {
  color: #94da46;
}
#mm-primary-menu .mm-listview {
  background-color: transparent;
  position: relative;
}
#social-footer {
  display: inline-block;
  list-style: outside none none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 0;
  margin-top: 40px;
}
#social-footer li {
  display: inline-block;
}
#social-footer li a {
  border-radius: 100%;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  height: 30px;
  line-height: 30px;
  margin: 0 10px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 30px;
}
#social-footer li a:hover {
  background-color: #fff;
  color: #94da46;
}
#social-footer li:first-child a {
  margin-left: 0;
}
#social-footer-2 {
  display: inline-block;
  list-style: outside none none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 0;
  margin: 40px 0;
}
#social-footer-2 li {
  display: inline-block;
}
#social-footer-2 li a {
  height: 30px;
  line-height: 30px;
  margin: 0 10px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 30px;
  color: #fff;
}
#social-footer-2 li a i {
  margin-right: 10px;
}
#social-footer-2 li a:hover {
  color: #94da46;
}
#social-footer-2 li:first-child a {
  margin-left: 0;
}
.yolo-footer-wrapper .footer-col .logo {
  margin-bottom: 35px;
  display: inline-block;
}
.yolo-footer-wrapper .footer-1-col-1 p {
  color: #fff;
}
.yolo-footer-wrapper .footer-1-col-2 .icon-info {
  color: #fff;
  position: relative;
  margin-bottom: 20px;
}
.yolo-footer-wrapper .footer-1-col-2 .icon-info p {
  color: rgba(255, 255, 255, 0.7);
  padding-left: 30px;
}
.yolo-footer-wrapper .footer-1-col-2 .icon-info p strong {
  color: #fff;
  font-size: 16px;
}
.yolo-footer-wrapper .footer-1-col-2 .icon-info i {
  font-size: 20px;
  padding-right: 20px;
  position: absolute;
  top: 5px;
}
.yolo-footer-wrapper .footer-1-col-3 p {
  color: rgba(255, 255, 255, 0.7);
}
.yolo-footer-wrapper .footer-1-col-3 input {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  height: 40px;
  padding: 0 15px;
  width: 100%;
  margin: 20px 0;
}
.yolo-footer-wrapper .footer-1-col-3 a {
  background-color: #94da46;
  border: medium none;
  color: #fff;
  font-weight: bold;
  height: 40px;
  padding: 0 25px;
  text-transform: uppercase;
  transition: all 0.35s ease 0s;
  display: inline-block;
  line-height: 40px;
  border-radius: 0;
}
@keyframes toup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
  }
  10% {
    opacity: 0;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0;
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.footer-1 {
  background: rgba(0, 0, 0, 0) url("../images/background/bg-footer1.jpg") repeat scroll right bottom / cover;
}
.footer-1 h3 {
  margin-bottom: 55px;
  color: #fff;
}
.footer-1 .footer-top {
  padding: 85px 40px;
}
.footer-1 .click-back-top-footer {
  margin: 30px auto 0;
  display: table;
}
.footer-1 .click-back-top-footer button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  height: auto;
  position: relative;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.35s ease 0s;
  width: 100px;
  backface-visibility: visible;
  border-radius: 100%;
  bottom: 10px;
  line-height: 35px;
  z-index: 2;
  transform: none;
}
.footer-1 .click-back-top-footer i {
  display: block;
  font-size: 30px;
}
.footer-1 .click-back-top-footer:hover i {
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: toup;
}
.footer-1 .footer-bottom {
  background-color: #1F2A37;
}
.footer-1 .footer-bottom p {
  text-align: center;
  color: #fff;
  margin: 30px 0;
}
.footer-2 {
  padding: 100px 0;
}
.footer-2 h3 {
  margin-bottom: 55px;
}
.footer-2 .footer-2-col-1 .icon-info {
  color: #1F2A37;
  position: relative;
  margin-bottom: 20px;
}
.footer-2 .footer-2-col-1 .icon-info p {
  padding-left: 30px;
}
.footer-2 .footer-2-col-1 .icon-info p strong {
  color: #1F2A37;
  font-size: 16px;
}
.footer-2 .footer-2-col-1 .icon-info i {
  font-size: 20px;
  padding-right: 20px;
  position: absolute;
  top: 5px;
  color: #94da46;
}
.footer-2 .footer-2-col-2 {
  text-align: center;
}
.footer-2 .footer-2-col-3 h3 {
  text-align: right;
}
.footer-2 .footer-bottom {
  margin-top: 40px;
  position: relative;
  text-align: right;
}
.footer-2 .footer-bottom .click-back-top-footer button {
  background-color: #94da46;
  border: medium none;
  color: #fff;
  height: 35px;
  left: 50%;
  line-height: 33px;
  position: absolute;
  top: -10px;
  transform: translateX(-50%);
  width: 35px;
  border-radius: 50%;
}
.footer-2 .footer-bottom .click-back-top-footer button::before {
  animation-duration: 1s;
  border: 6px solid #94da46;
  border-radius: 50%;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.footer-2 .footer-bottom .click-back-top-footer button:hover::before {
  animation-name: hvr-ripple-out;
}
.instagram-pics.col-4 li {
  width: 25%;
}
.instagram-pics.col-3 li {
  width: 33.33%;
}
.instagram-pics li {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 4px;
}
.instagram-pics li a {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  position: relative;
}
.instagram-pics li a img {
  transition: all 0.5s ease 0s;
}
.instagram-pics li a::before {
  background-color: rgba(148, 218, 70, 0.6);
  opacity: 0;
  transition: all 0.5s ease 0s;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.instagram-pics li a:hover::before {
  opacity: 1;
  transition: all 0.5s ease 0s;
}
.instagram-pics li:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.footer-3 .footer-col {
  background: rgba(0, 0, 0, 0) url("../images/background/bg-footer3.jpg") repeat scroll right bottom / cover;
  text-align: center;
  padding: 100px 0;
}
.footer-3 .footer-col .logo {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
.footer-3 .footer-col .copyright {
  color: #fff;
  margin-top: 20px;
}
.footer-3 .footer-col .copyright a {
  color: #94da46;
}
.footer-4 .posts-thumbnail-list li .posts-thumbnail-content {
  color: #fff;
}
.posts-thumbnail-list li {
  display: inline-block;
  position: relative;
  padding-left: 70px;
  min-height: 85px;
  width: 100%;
}
.posts-thumbnail-list li .posts-thumbnail-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
}
.posts-thumbnail-list li .posts-thumbnail-image img {
  width: 100%;
  height: 60px;
}
.posts-thumbnail-list .posts-thumbnail-content {
  width: 100%;
}
.posts-thumbnail-list .posts-thumbnail-content h4 {
  margin-top: 0px;
  margin-bottom: 7px;
  font-size: 15px;
  font-family: "Source Sans Pro", sans-serif;
}
.posts-thumbnail-list .posts-thumbnail-content h4 a {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-weight: 600;
}
.posts-thumbnail-list .posts-thumbnail-content .posts-thumbnail-meta {
  font-size: 13px;
}
.posts-thumbnail-list .posts-thumbnail-content .posts-thumbnail-meta i {
  margin-right: 4px;
  color: #94da46;
}
.posts-thumbnail-list .posts-thumbnail-content .posts-thumbnail-meta time,
.posts-thumbnail-list .posts-thumbnail-content .posts-thumbnail-meta span.author {
  margin-right: 10px;
  text-transform: capitalize;
}
.posts-thumbnail-list .posts-thumbnail-content .posts-thumbnail-meta .comment-count i {
  margin-right: 4px;
  color: #94da46;
}
.posts-thumbnail-list .posts-thumbnail-content .posts-thumbnail-meta .comment-count a {
  font-size: 12px;
  color: #fff;
}
.posts-thumbnail-list .posts-thumbnail-content .posts-thumbnail-meta .comment-count a:hover {
  color: #94da46;
}
@media (max-width: 991px) {
  .posts-thumbnail-list .posts-thumbnail-image {
    width: 30%;
    float: left;
  }
  .posts-thumbnail-list .posts-thumbnail-content {
    width: 70%;
    float: left;
    margin-top: -5px;
  }
  .posts-thumbnail-list h4 {
    margin-bottom: 7px;
  }
  .posts-thumbnail-list h4 a {
    /*line-height: 0px;*/
  }
  .posts-thumbnail-list .posts-thumbnail-meta i {
    margin-right: 4px;
  }
  .posts-thumbnail-list .posts-thumbnail-meta time {
    margin-right: 10px;
  }
  .posts-thumbnail-list .posts-thumbnail-meta .comment-count i {
    margin-right: 4px;
  }
}
.footer-5 {
  text-align: center;
  text-transform: uppercase;
  background-color: #1F2A37;
  padding: 80px 0;
}
.footer-5 .logo {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
.footer-5 .copyright {
  color: #fff;
}
.footer-5 .copyright a {
  color: #94da46;
}
.footer-6 {
  padding: 80px 0;
}
.footer-6 .click-back-top-footer {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 30px 0;
}
.footer-6 .click-back-top-footer button {
  background-color: #94da46;
  border: medium none;
  border-radius: 50%;
  color: #fff;
  height: 35px;
  line-height: 33px;
  position: relative;
  width: 35px;
}
.footer-6 .click-back-top-footer button::before {
  animation-duration: 1s;
  border: 6px solid #94da46;
  border-radius: 50%;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.footer-6 .click-back-top-footer button:hover::before {
  animation-name: hvr-ripple-out;
}
.footer-6 .copyright {
  text-align: center;
}
.footer-6 #social-footer li a {
  color: #1F2A37;
}
.footer-6 #social-footer li a:hover {
  color: #94da46;
}
.footer-6 .footer-1-col-1 p {
  color: #1F2A37;
}
.footer-8 {
  background-color: #26313d;
  text-align: center;
  padding-top: 100px;
}
.footer-8 .footer-bottom {
  background-color: #1F2A37;
}
.footer-8 .footer-bottom #social-footer {
  margin: 25px 0;
}
.footer-8 .copyright {
  color: rgba(255, 255, 255, 0.8);
  margin: 30px 0 100px;
}
