/*
Theme Name: StabApp
Theme URI: https://stabapp.jwsuperthemes.com
Author: the JWSThemes team
Author URI: https://themeforest.net/user/jwsthemes
Version: 2.0.8
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Description: StabApp lightweight and responsive WordPress web app landing page website theme. StabApp is a clever and crafty website building toolkit for all kinds of projects. If you need a fresh face to show the world for your latest app, StabApp is what you need.
Text Domain: stabapp
*/

.easing-animation {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.easing-animation-one {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.easing-animation-impt {
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.easing-animation-long {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.special-zoom-in {
  animation: SpecialZoomIn 8s forwards;
  transform-origin: 30% 0%;
}
.special-zoom-out {
  animation: SpecialZoomOut 8s forwards;
  transform-origin: 30% 0%;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.nopadding {
  padding: 0;
}
.col-nopadding {
  padding-left: 0;
  padding-right: 0;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.middle {
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.center {
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: auto;
  margin-left: auto;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.bottom {
  position: relative;
  display: block;
  top: 100%;
  transform: translateY(-100%);
}
.ab-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ab-center:before,
.ab-center:after {
  content: " ";
  display: table;
}
.ab-center:after {
  clear: both;
}
.ab-bottom {
  position: absolute;
  top: 100%;
  transform: translateY(-100%);
}
.ab-bottom:before,
.ab-bottom:after {
  content: " ";
  display: table;
}
.ab-bottom:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.btn-transparent {
  background-color: transparent;
  border: 1px solid #ebebeb;
  height: 40px;
  line-height: 39px;
  display: inline-block;
  padding: 0;
  width: 170px;
  text-align: center;
  text-transform: uppercase;
  color: #2a2a2a;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
  margin-top: 5px;
}
.btn-transparent:hover {
  background-color: #2a2a2a;
  border-color: #2a2a2a;
  color: #fff;
}
.btn-act {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  position: relative;
  display: inline-block;
  padding: 0;
  color: #333;
  margin-left: 20px;
  overflow: hidden;
  text-indent: -9999px;
  border-radius: 0;
}
.btn-act:hover {
  color: #f9583b;
}
.thumb-pd-effect {
  background-color: #fff;
}
.thumb-pd-effect:before {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  position: absolute;
  height: 4px;
  width: 90%;
  opacity: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  left: 5%;
  border-radius: 50%;
  bottom: 5px;
  z-index: -1;
}
.thumb-pd-effect img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
}
.thumb-pd-effect.tb-thumb-effect span {
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.thumb-pd-effect.tb-thumb-effect:before {
  bottom: 0;
}
.thumb-pd-scale {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.thumb-pd-hover-scale {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.thumb-overlay-effect:after {
  background: #f9583b;
  bottom: 0;
  height: auto;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  z-index: 2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  transform: scale(0);
  content: "";
}
.thumb-overlay-hover-effect:after {
  opacity: 0.2;
  transform: scale(1);
}
.thumb-pd-hover-effect {
  color: #f9583b;
}
.thumb-pd-hover-effect:before {
  opacity: 1;
  bottom: 0;
}
.thumb-pd-hover-effect.tb-thumb-effect span {
  height: auto;
  z-index: 3;
}
.thumb-pd-hover-effect.tb-thumb-effect > img {
  z-index: -2;
}
.thumb-left-slide img {
  margin-left: 30px;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.thumb-left-slide:hover img {
  margin-left: 0;
}
.thumb-right-slide img {
  margin-left: 30px;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.thumb-right-slide:hover img {
  margin-left: 0;
}
.thumb-right-slide img {
  margin-left: -30px;
}
.icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.icon-abs {
  position: absolute;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
figure.effect-bubba {
  position: relative;
}
figure.effect-bubba img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  display: block;
}
figure.effect-bubba .vc_single_image-wrapper {
  position: relative;
}
figure.effect-bubba .vc_single_image-wrapper::before,
figure.effect-bubba .vc_single_image-wrapper::after {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-bubba .vc_single_image-wrapper::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
figure.effect-bubba .vc_single_image-wrapper::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
figure.effect-bubba:hover img {
  opacity: 0.7;
}
figure.effect-bubba:hover .vc_single_image-wrapper:before,
figure.effect-bubba:hover .vc_single_image-wrapper:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 3;
}
@keyframes upDown {
  0% {
    transform: translateY(0px);
  }
  40% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(0px);
  }
  40% {
    -webkit-transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}
@keyframes borderAnimate {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1.13);
  }
}
@-webkit-keyframes borderAnimate {
  0% {
    -webkit-transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1.13);
  }
}
@keyframes effZoom {
  from {
    opacity: 0;
    transform: scale(8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes effZoom {
  from {
    opacity: 0;
    -webkit-transform: scale(8);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes btnplayanimate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes btnplayanimate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dot-animation {
  0% {
    box-shadow: 0px 0 0 0, 0px 0 0 0;
  }
  70% {
    box-shadow: 10px 0 0 0, -10px 0 0 0;
  }
  100% {
    box-shadow: 8px 0 0 0, -8px 0 0 0;
  }
}
@-webkit-keyframes dot-animation {
  0% {
    box-shadow: 0px 0 0 0, 0px 0 0 0;
  }
  70% {
    box-shadow: 10px 0 0 0, -10px 0 0 0;
  }
  100% {
    box-shadow: 8px 0 0 0, -8px 0 0 0;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-ms-keyframes bounceInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -ms-transform: translateY(-30px);
  }
  80% {
    -ms-transform: translateY(10px);
  }
  100% {
    -ms-transform: translateY(0);
  }
}
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  80% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  -webkit-backface-visibility: hidden;
}
.ro-font-regular {
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 25px;
}
.ro-light-text {
  font-weight: 400;
}
.ro-hr-heading {
  text-align: center;
}
.ro-hr-heading:after {
  display: block;
  margin-right: auto;
  margin-left: auto;
  content: " ";
  width: 30px;
  margin-top: 15px;
  height: 0;
  border-top: 1px solid #444444;
}
.ro-hr-heading.ro-left {
  text-align: left;
}
.ro-hr-heading.ro-left:after {
  margin-left: 0;
}
.ro-hr-heading.ro-right {
  text-align: right;
}
.ro-hr-heading.ro-right:after {
  margin-right: 0;
}
.ro-hr {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 80%;
  border-top: 1px solid #aaaaaa;
  margin: 0 auto;
}
.ro-hr.ro-full {
  width: 100%;
}
.ro-hr .ro-color-light {
  border-color: #ffffff;
}
p {
  margin-bottom: 25px;
}
.ro-font-size-1 {
  font-size: 42px;
}
.ro-font-size-2 {
  font-size: 36px;
}
.ro-font-size-3 {
  font-size: 24px;
}
.ro-font-size-4 {
  font-size: 18px;
}
.ro-font-size-5 {
  font-size: 16px;
}
.ro-font-size-6 {
  font-size: 14px;
}
::selection {
  background: #f9583b;
  color: #ffffff;
}
.ro-ellipsis {
  overflow: hidden;
}
.ro-quote-content {
  padding-top: 30px;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 400;
}
.ro-quote-content q:before,
.ro-quote-content q:after {
  font-style: italic;
  font-size: 30px;
  line-height: 16px;
  font-weight: 600;
}
.ro-quote-content q:before {
  content: open-quote;
}
.ro-quote-content q:after {
  content: close-quote;
}
.ro-quote-content .ro-author-name {
  padding-top: 20px;
  font-weight: 700;
  text-align: right;
  color: #f9583b;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  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;
  }
}
@keyframes rollIn {
  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;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
body .bg_primary {
  background-color: #f9583b;
}
body .primary_color {
  color: #f9583b;
}
body .btn_primary {
  background-color: #f9583b;
}
body .btn_primary:hover {
  background-color: #f9583b;
}
body .no-results h1 {
  color: #2a2a2a;
}
.row > .vc_column_container {
  padding-left: 15px;
  padding-right: 15px;
}
.no-padding-left {
  padding-left: 0;
}
.tb-have-overlay {
  position: relative;
}
.tb-have-overlay:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(19, 19, 19, 0.5);
  left: 0;
  top: 0;
}
#Container .mix {
  display: none;
}
.ro-hr {
  border-top: 1px solid #aaaaaa;
}
.inline_middle > .container > .row > .wpb_column {
  font-size: ;
}
a {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
a:hover,
a:target,
a:focus {
  outline: none;
  color: #f9583b;
}
input:focus,
input:target,
textarea:focus,
textarea:target,
select:focus,
select:target {
  border-color: #f9583b;
}
button,
input[type="button"],
input[type="button"] {
  border: solid 1px;
}
button:hover,
input[type="button"]:hover,
input[type="button"]:hover {
  background: #f9583b;
  color: #fff;
}
button:not(.wpb_button):hover,
btn:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.btn:hover {
  background: none;
}
mark {
  background: none repeat scroll 0 0 #f9583b;
  border-radius: 3px;
  color: #fff;
  padding: 2px 6px;
}
.icon-basic-heart.fa-heart {
  background: #444444;
}
.wpb_single_image img {
  width: 100%;
  height: auto;
}
.tb-blog {
  margin-bottom: 35px;
}
.tb-blog .blog-info {
  width: 75%;
  float: left;
}
.tb-blog .tb-social-buttons {
  margin-right: -4px;
  text-transform: uppercase;
  font-size: 15px;
}
.tb-blog .tb-social-buttons a {
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin: 2px;
}
.tb-blog .tb-social-buttons a:first-child {
  margin-left: 10px;
}
.tb-blog .tb-social-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.tb-blog .tb-social-buttons .icon-twitter:before {
  margin-left: -2px;
}
.tb-blog .tb-wrap-navi .tb-social-buttons {
  text-align: center;
  margin-top: -70px;
  height: 0;
  margin-bottom: 80px;
  line-height: 0;
}
.tb-shop-now {
  height: 40px;
  width: 136px;
  display: inline-block;
  border: 1px solid #2a2a2a;
  color: #2a2a2a;
  text-align: center;
  line-height: 39px;
}
.tb-shop-now:hover {
  color: #f9583b;
  border-color: #f9583b;
}
.tb-relative {
  position: relative;
}
.tb-post-list .tb-post-side {
  margin-bottom: 20px;
}
.tb-post-list .tb-post-side .tb-post-side-img {
  float: left;
  height: 55px;
  opacity: 1;
  width: 90px;
  overflow: hidden;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
}
.tb-post-list .tb-post-side .tb-post-side-img:hover {
  opacity: 0.7;
}
.tb-post-list .tb-post-side .tb-post-side-ct {
  margin-left: 100px;
  position: relative;
  top: -6px;
}
.tb-post-list .tb-post-side .tb-post-side-ct a {
  color: #444444;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}
.tb-post-list .tb-post-side .tb-post-side-ct a:hover {
  color: #84c340;
}
.tb-post-list .tb-post-side .tb-post-side-ct .date {
  color: #bdbdbd;
  display: block;
  font-style: italic;
  font-weight: 400;
}
.have-overlay {
  position: relative;
}
.have-overlay .overlay-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.widget_ct_new_tabs_widget .nav-tabs {
  border: none;
  text-align: center;
}
.widget_ct_new_tabs_widget .nav-tabs li {
  margin-right: 10px;
  display: inline-block;
  float: none;
  overflow: hidden;
  border-radius: 20px;
  z-index: 2;
}
.widget_ct_new_tabs_widget .nav-tabs li a {
  border-color: #d3d3d3;
  color: #d3d3d3;
  border-radius: 0;
  line-height: 20px;
  padding: 6px 12px;
  border-radius: 20px;
  text-transform: uppercase;
}
.widget_ct_new_tabs_widget .nav-tabs li a:hover {
  background: none;
}
.widget_ct_new_tabs_widget .nav-tabs li.active a {
  border: solid 1px #f9583b;
  color: #f9583b;
}
.widget_ct_new_tabs_widget .tab-content {
  margin-top: 30px;
  border: none;
}
.widget_ct_new_tabs_widget .tab-content .tab-pane .news-list {
  margin: 0;
  padding: 0;
}
.widget_ct_new_tabs_widget .tab-content .tab-pane.active {
  animation: slideUp 0.3s;
  -webkit-animation: slideUp 0.3s;
}
.tb-left .tb-blog.default {
  position: relative;
}
.tb-left .tb-blog.default .tb-blog-image {
  width: 50%;
  position: relative;
}
.tb-left .tb-blog.default .tb-content-block {
  padding: 50px 40px 50px 60px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
.tb-left .tb-blog.default .tb-content-block .blog-desc {
  height: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tb-left .tb-blog.default .tb-content-block:before {
  border-bottom: 20px solid transparent;
  border-right: 26px solid #abdce1;
  border-top: 20px solid transparent;
  content: " ";
  height: 0;
  left: -25px;
  position: absolute;
  top: 60px;
  width: 0;
}
.tb-left .tb-blog.default .tb-content-block h2.blog-title a {
  font-style: italic;
}
.tb-left .tb-blog.default .tb-content-block h2.blog-title,
.tb-left .tb-blog.default .tb-content-block .blog-desc,
.tb-left .tb-blog.default .tb-content-block .blog-info {
  padding: 0;
}
.tb-left .tb-blog.default .tb-content-block h2.blog-title:after {
  margin-left: 0 !important;
}
.tb-right .tb-blog.default {
  position: relative;
}
.tb-right .tb-blog.default .tb-blog-image {
  width: 50%;
  position: relative;
  float: right;
}
.tb-right .tb-blog.default .tb-content-block {
  padding: 50px 40px 50px 60px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
}
.tb-right .tb-blog.default .tb-content-block .blog-desc {
  height: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tb-right .tb-blog.default .tb-content-block:before {
  border-bottom: 20px solid transparent;
  border-left: 26px solid #d9d8c1;
  border-top: 20px solid transparent;
  content: " ";
  height: 0;
  position: absolute;
  right: -25px;
  top: 60px;
  width: 0;
}
.tb-right .tb-blog.default .tb-content-block h2.blog-title a {
  font-style: italic;
}
.tb-right .tb-blog.default .tb-content-block h2.blog-title,
.tb-right .tb-blog.default .tb-content-block .blog-desc,
.tb-right .tb-blog.default .tb-content-block .blog-info {
  padding: 0;
}
.tb-right .tb-blog.default .tb-content-block h2.blog-title:after {
  margin-right: 0 !important;
}
.tb-blog.entry article {
  margin-bottom: 30px;
  position: relative;
}
.tb-blog.entry article .shortcode-video {
  padding: 0 !important;
  background: none !important;
}
.tb-blog.entry article .tb-content-block {
  position: absolute;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  text-align: center;
  opacity: 0;
  transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-blog.entry article .tb-content-block .blog-title,
.tb-blog.entry article .tb-content-block .blog-desc,
.tb-blog.entry article .tb-content-block .blog-info {
  position: relative;
}
.tb-blog.entry article .tb-content-block .blog-title p,
.tb-blog.entry article .tb-content-block .blog-desc p,
.tb-blog.entry article .tb-content-block .blog-info p {
  text-align: justify;
}
.tb-blog.entry article .tb-content-block .blog-title {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translateX(-50%) translateY(-50%);
  width: 100%;
}
.tb-blog.entry article .tb-content-block .blog-title a {
  font-size: 16px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #444;
}
.tb-blog.entry article .tb-content-block .blog-title a:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: -10px;
  border-bottom: solid 1px;
}
.tb-blog.entry article .tb-content-block .blog-info,
.tb-blog.entry article .tb-content-block .blog-info a {
  font-size: 13px;
}
.tb-blog.entry article .tb-content-block .blog-info {
  color: #d0d0d0;
  overflow: hidden;
}
.tb-blog.entry article .tb-content-block .tb-social-buttons {
  padding: 10px 0;
}
.tb-blog.entry article .tb-content-block .tag-links a {
  border: 1px solid;
  border-radius: 2px;
  display: inline-block;
  line-height: normal;
  margin-right: 2px;
  padding: 0 5px;
}
.tb-blog.entry article .tb-content-block .tag-links a:hover {
  color: #fff;
}
.tb-blog.entry article .tb-content-block .about-author {
  padding: 20px;
  margin-top: 20px;
  background: #fafafa;
  border-top: solid 2px #f9583b;
}
.tb-blog.entry article .tb-content-block .about-author .author-avatar {
  width: auto;
  display: inline-block;
  width: 160px;
  vertical-align: top;
  line-height: 0;
}
.tb-blog.entry article .tb-content-block .about-author .author-avatar img {
  width: 100%;
  border-radius: 50%;
}
.tb-blog.entry article .tb-content-block .about-author .author-info {
  width: calc(100% - 180px);
  width: -webkit-calc(100% - 180px);
  display: inline-block;
  padding-left: 30px;
}
.tb-blog.entry article .tb-content-block .about-author .author-info .subtitle {
  font-size: 12px;
}
.tb-blog.entry article .tb-content-block .about-author .author-info .name {
  text-transform: uppercase;
  font-weight: bold;
}
.tb-blog.entry article:hover .tb-content-block {
  opacity: 1;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.tb-blog.entry article:hover .tb-blog-image img {
  transform: rotate(10deg) scale(1.3);
  -webkit-transform: rotate(10deg) scale(1.3);
}
.tb-blog.entry article blockquote {
  font-style: italic;
}
.tb-blog.space > div article {
  max-width: 270px;
  margin: 0 auto 30px auto;
}
.tb-blog.space > div .tb-content-block {
  background: rgba(255, 255, 255, 0.7);
}
.tb-blog.space > div:nth-child(2n + 1) .tb-content-block {
  background: rgba(198, 217, 198, 0.7);
}
.tb-blog.default article > div {
  width: 50%;
  float: left;
}
.tb-blog.default article .tb-content-block {
  padding: 40px 0;
  position: relative;
}
.tb-blog.default article .tb-content-block > div,
.tb-blog.default article .tb-content-block > h2 {
  padding: 0 40px;
}
.tb-blog.default article .tb-content-block h2.blog-title {
  margin-bottom: 30px;
  position: relative;
}
.tb-blog.default article .tb-content-block h2.blog-title a {
  text-transform: uppercase;
  font-style: normal;
  color: #fff;
}
.tb-blog.default article .tb-content-block h2.blog-title:after {
  border-top: 2px solid #ffffff;
  content: " ";
  display: block;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  width: 30px;
}
.tb-blog.default article .tb-content-block .blog-info {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  margin-top: 30px;
  text-align: right;
}
.tb-blog.default article .tb-content-block .blog-info span {
  display: inline-block;
  vertical-align: top;
}
.tb-blog.default article .tb-content-block .blog-info span:after {
  content: "/";
  padding: 0 20px;
}
.tb-blog.default
  article
  .tb-content-block
  .blog-info
  span.comments-number:after {
  content: "";
}
.tb-blog.direction_left article > div {
  float: right;
}
.tb-blog.direction_left article .tb-content-block .blog-title {
  text-align: right;
}
.tb-blog .tb-blog-image {
  overflow: hidden;
}
.tb-blog .tb-blog-image.team-single {
  box-shadow: none;
  border: 0;
}
.tb-blog .tb-blog-image .colorbox-wrap {
  display: none !important;
}
.tb-blog .tb-blog-image img {
  transform: rotate(0deg) scale(1);
  -webkit-transform: rotate(0deg) scale(1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-blog .team .tb-content-block {
  margin-top: 0 !important;
  margin-bottom: 20px;
}
.tb-blog .team .tb-content-block .blog-info {
  margin-top: 10px;
}
.tb-blog.testimonial .blog-title a {
  font-size: 16px;
  text-transform: uppercase;
}
.tb-blog.testimonial article {
  margin: 0;
  padding: 50px 40px 0 40px;
}
.tb-blog.testimonial article:after {
  border-bottom: 1px solid #aaaaaa;
  content: "";
  display: block;
  margin: 50px auto 0 auto;
  width: 80%;
}
.tb-blog .navigation {
  margin-bottom: 20px !important;
  height: 74px;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  padding-top: 27px;
  text-transform: uppercase;
}
.tb-blog .pagination.ajax {
  padding: 70px 0;
  margin: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-blog .pagination.ajax.blog-more-ajax-loading {
  opacity: 0.5;
  pointer-events: none;
  background: url("assets/images/loading-animate.gif") center center no-repeat;
}
.tb-blog .pagination.ajax a {
  font-size: 18px;
  letter-spacing: 2px;
}
.blog .tb-blog,
.archive .tb-blog,
.search .tb-blog {
  padding-bottom: 30px;
}
.tb-blog article {
  margin-bottom: 30px;
}
.tb-blog .tb-blog-image {
  position: relative;
  margin-bottom: 18px;
}
.tb-blog .tb-blog-image .tb-blog-date a {
  position: absolute;
  top: 0;
  left: 0;
  background: #4e4e4e;
  color: #fff;
  padding: 14px;
  font-size: 14px;
  line-height: 14px;
}
.tb-blog .tb-blog-image .tb-blog-date a:hover {
  color: #f9583b;
}
.tb-blog .tb-content-block .blog-info span {
  color: #3f3f3f;
  margin-right: 17px;
}
.tb-blog .tb-content-block .blog-info span i {
  margin-right: 7px;
  color: #646464;
}
.tb-blog .tb-content-block .blog-info span a {
  color: #a1a1a1;
}
.tb-blog .tb-content-block .blog-info span a:hover {
  color: #f9583b;
}
.tb-blog .tb-content-block .blog-title {
  color: #4e4e4e;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  margin: 5px 0 15px;
}
.tb-blog .tb-content-block .blog-title a {
  color: #4e4e4e;
}
.tb-blog .tb-content-block .blog-title a:hover {
  color: #f9583b;
}
.tb-blog .tb-content-block .blog-button {
  margin-top: 28px;
}
.tb-blog .tb-content-block .blog-button a {
  background-color: transparent;
  border: 1px solid #c5c5c5;
  color: #747474;
  display: inline-block;
  outline: medium none;
  padding: 7px 34px;
  text-align: center;
  text-transform: uppercase;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tb-blog .tb-content-block .blog-button a:hover {
  color: #fff;
  background: #f9583b;
  border-color: #f9583b;
}
.tb-blog article.type-portfolio {
  margin-bottom: 35px;
}
.tb-pos-bottom {
  bottom: 0;
  position: absolute;
  width: 100%;
}
.line-end {
  display: none !important;
}
.tb-blog-content-outer {
  padding: 50px 0;
}
.tb-blog-content-outer .ro-post-relate {
  float: right;
  max-width: 200px;
}
.tb-blog-content-outer .ro-post-relate img {
  margin-bottom: 30px;
}
.post-template-basic-php .tb-blog .blog-info {
  text-align: right;
  margin-top: 25px;
  margin-bottom: 25px;
}
.post-template-basic-php .tb-blog .blog-info > span {
  margin-left: 55px;
}
.post-template-basic-php .tb-blog .blog-info > span a {
  color: #f9583b;
}
.tb-blog > .row {
  margin-bottom: 20px;
}
.tb-blog .post.sticky {
  background: #e1e1e1;
  color: #000000;
  padding: 30px;
  position: relative;
}
.tb-blog .post.sticky .blog-title {
  color: #f9583b;
}
.tb-blog .post.sticky .blog-title a {
  color: #f9583b;
}
.tb-blog .post.sticky a {
  color: #f9583b;
}
.tb-blog .post.sticky .divider-1 span {
  background: #e1e1e1;
}
.tb-blog .post.sticky .divider-1 span i {
  color: #ffffff;
}
.tb-blog .post.sticky:after {
  width: 70px;
  height: 70px;
  position: absolute;
  text-align: center;
  content: "";
  top: -35px;
  right: -35px;
  z-index: 1;
  border: 35px solid transparent;
  border-left-color: #000000;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.tb-blog .post.sticky:before {
  content: "\f08d";
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 2;
  color: #ffffff;
  font-family: "FontAwesome";
}
.tb-blog .tb-blog-image {
  line-height: 0;
  position: relative;
}
.tb-blog .tb-blog-image .blog-note {
  position: absolute;
  top: 35px;
  left: 35px;
  padding: 15px;
  width: 242px;
  border: 1px solid #aaaaaa;
  background: rgba(255, 255, 255, 0.7);
  font-size: 18px;
}
.tb-blog .tb-blog-image .blog-note .blog-note-texts {
  font-style: italic;
  margin: 20px 12px;
  line-height: 25px;
}
.tb-blog .tb-blog-image .blog-note .blog-note-top {
  position: absolute;
  right: 15px;
  font-size: 18px;
  line-height: 18px;
}
.tb-blog .tb-blog-image .blog-note .blog-note-bottom {
  position: absolute;
  right: 15px;
  font-size: 18px;
  line-height: 18px;
  bottom: 15px;
}
.tb-blog.blog article {
  border-bottom: 1px solid #444;
}
.tb-blog.blog article .blog-title {
  font-size: 36px;
  margin-bottom: 50px;
  margin-top: 60px;
  font-style: italic;
}
.tb-blog.blog article .tb-content-block {
  margin-top: 30px;
}
.tb-blog.blog article .blog-info {
  text-align: right;
  margin-top: 25px;
  margin-bottom: 25px;
}
.tb-blog.blog article .blog-info > span {
  margin-left: 55px;
}
.tb-blog.blog article .blog-info > span a {
  color: #f9583b;
}
.tb-blog.blog article .shortcode-video {
  background: #000;
  padding: 7px;
}
.tb-blog.blog .row:first-child .blog-title {
  margin-top: 0;
}
.title-bar {
  position: relative;
}
.title-bar:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.title-bar .page-title {
  margin-bottom: 13px;
  text-transform: capitalize;
}
.title-bar .tb-breadcrumb a,
.title-bar .tb-breadcrumb span {
  font-family: Roboto;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 24px;
  color: #9c9c9c;
}
.title-bar .tb-breadcrumb .current {
  color: #fff;
}
.title-bar h1,
.title-bar h2,
.title-bar h3,
.title-bar h4,
.title-bar h5,
.title-bar h6,
.woocommerce div.title-bar h1,
.woocommerce div.title-bar h2,
.woocommerce div.title-bar h3,
.woocommerce div.title-bar h4,
.woocommerce div.title-bar h5,
.woocommerce div.title-bar h6 {
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
}
.title-bar .tb-breadcrumb,
.woocommerce div.title-bar .tb-breadcrumb {
  border: none !important;
  color: #dedede;
}
.title-bar .tb-breadcrumb .woocommerce-breadcrumb,
.woocommerce div.title-bar .tb-breadcrumb .woocommerce-breadcrumb {
  text-align: center;
  color: #dedede;
}
.title-bar .tb-breadcrumb .woocommerce-breadcrumb a,
.woocommerce div.title-bar .tb-breadcrumb .woocommerce-breadcrumb a {
  color: #dedede;
}
.title-bar .tb-breadcrumb .woocommerce-breadcrumb span,
.woocommerce div.title-bar .tb-breadcrumb .woocommerce-breadcrumb span {
  color: #fff;
}
.tb-breadcrumb {
  position: relative;
  font-size: 14px;
}
.tb-breadcrumb .woocommerce-breadcrumb {
  font-size: 14px;
}
.tb-breadcrumb .woocommerce-breadcrumb a {
  color: #dedede;
}
.tb-breadcrumb a {
  color: #dedede;
  padding: 0 8px;
}
.tb-breadcrumb a:hover {
  color: #f9583b;
}
.tb-breadcrumb span {
  padding: 0 8px;
}
.tb-breadcrumb .woocommerce-breadcrumb {
  margin: 0;
}
.jws_theme_top_search_bar.tb-before-title {
  margin-bottom: -30px;
  position: relative;
  z-index: 9;
}
.jws_theme_top_search_bar.tb-after-title {
  margin-top: -32px;
  margin-bottom: 50px;
}
#jws_theme_wrapper > .tb-breadcrumb {
  padding: 15px 0;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 70px;
}
#jws_theme_wrapper > .tb-breadcrumb .woocommerce-breadcrumb {
  margin-left: -8px;
  color: #cecece;
}
#jws_theme_wrapper > .tb-breadcrumb .woocommerce-breadcrumb a {
  color: #b3b3b3;
}
#jws_theme_wrapper > .tb-breadcrumb .woocommerce-breadcrumb span {
  color: #343434;
}
.col-middle {
  line-height: 30px;
}
.post-navigation .nav-links {
  text-align: right;
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
  display: inline-block;
}
.post-navigation .nav-links .nav-previous .btn,
.post-navigation .nav-links .nav-next .btn {
  display: inline-block;
  vertical-align: top;
  font-weight: 300;
  width: 100px;
  color: #a8a8a8;
  border: none;
  padding: 0;
  font-size: 15px;
  box-shadow: none;
}
.post-navigation .nav-links .nav-previous .btn:hover,
.post-navigation .nav-links .nav-next .btn:hover {
  color: #f9583b;
}
.post-navigation .nav-links .nav-previous .btn.disabled,
.post-navigation .nav-links .nav-next .btn.disabled {
  color: #a8a8a8;
}
.post-navigation .nav-links .nav-previous .btn i,
.post-navigation .nav-links .nav-next .btn i {
  font-size: 18px;
}
.post-navigation .nav-links .nav-previous .btn i:before,
.post-navigation .nav-links .nav-next .btn i:before {
  position: relative;
  top: 2px;
}
.post-navigation .nav-links .nav-previous .btn i.fa-caret-left,
.post-navigation .nav-links .nav-next .btn i.fa-caret-left {
  padding-right: 10px;
}
.post-navigation .nav-links .nav-previous .btn i.fa-caret-right,
.post-navigation .nav-links .nav-next .btn i.fa-caret-right {
  padding-left: 10px;
}
.comments-area .comments-title {
  font-family: Roboto;
  font-weight: 700;
  font-size: 20px;
  line-height: 100px;
  text-transform: uppercase;
  color: #000000;
}
.comments-area .comment-list {
  padding-left: 0;
  margin-bottom: 33px;
}
.comments-area .comment-list li {
  padding: 0 !important;
  border-top: none !important;
  list-style: none;
}
.comments-area .comment-list li ol.children {
  padding-left: 100px;
}
@media (max-width: 767px) {
  .comments-area .comment-list li ol.children {
    padding-left: 15px;
  }
}
.comments-area .comment-list li .comment-body {
  position: relative;
  margin-bottom: 40px;
}
.comments-area .comment-list li .comment-body .comment-avatar {
  position: absolute;
  left: 0;
  top: 0;
}
.comments-area .comment-list li .comment-body .comment-avatar img {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.comments-area .comment-list li .comment-body .comment-avatar img.alignnone {
  margin: 0;
}
@media (max-width: 767px) {
  .comments-area .comment-list li .comment-body .comment-avatar {
    position: relative;
  }
}
.comments-area .comment-list li .comment-body .comment-info {
  position: relative;
  padding: 0 15px 0 130px;
}
.comments-area .comment-list li .comment-body .comment-info:before {
  position: absolute;
  width: calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  left: 100px;
  top: 0;
  content: "";
  height: 100%;
  background: #f5f5f5;
}
.comments-area
  .comment-list
  li
  .comment-body
  .comment-info
  .comment-header-info {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  padding-top: 23px;
  padding-bottom: 10px;
  line-height: 20px;
}
.comments-area
  .comment-list
  li
  .comment-body
  .comment-info
  .comment-header-info
  > div {
  display: inline-block;
}
.comments-area
  .comment-list
  li
  .comment-body
  .comment-info
  .comment-header-info
  .comment-author {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-transform: capitalize;
}
.comments-area
  .comment-list
  li
  .comment-body
  .comment-info
  .comment-header-info
  .reply_date {
  float: right;
}
.comments-area
  .comment-list
  li
  .comment-body
  .comment-info
  .comment-header-info
  .comment-date {
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  position: relative;
}
.comments-area
  .comment-list
  li
  .comment-body
  .comment-info
  .comment-header-info
  .comment-date
  a {
  font-family: Roboto;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  color: #545454;
  text-transform: capitalize;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.comments-area
  .comment-list
  li
  .comment-body
  .comment-info
  .comment-header-info
  .comment-date
  a:hover {
  color: #f9583b;
}
.comments-area
  .comment-list
  li
  .comment-body
  .comment-info
  .comment-header-info
  .reply {
  display: inline-block;
}
.comments-area
  .comment-list
  li
  .comment-body
  .comment-info
  .comment-header-info
  .reply
  a {
  font-size: 18px;
  line-height: 25px;
  color: #545454;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.comments-area
  .comment-list
  li
  .comment-body
  .comment-info
  .comment-header-info
  .reply
  a:hover {
  color: #f9583b;
}
.comments-area .comment-list li .comment-body .comment-info p {
  position: relative;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  padding-top: 20px;
  padding-bottom: 30px;
}
.comments-area
  .comment-list
  li
  .comment-body
  .comment-info
  .comment-footer
  .comment-meta,
.comments-area
  .comment-list
  li
  .comment-body
  .comment-info
  .comment-footer
  .reply {
  text-align: right;
  text-transform: initial;
  font-size: 14px;
  font-style: italic;
  display: inline-block;
  vertical-align: top;
}
.comments-area
  .comment-list
  li
  .comment-body
  .comment-info
  .comment-footer
  .comment-meta
  a,
.comments-area
  .comment-list
  li
  .comment-body
  .comment-info
  .comment-footer
  .reply
  a {
  color: #f9583b;
}
.comments-area
  .comment-list
  li
  .comment-body
  .comment-info
  .comment-footer
  .reply {
  margin-left: 5px;
}
.comments-area
  .comment-list
  li
  .comment-body
  .comment-info
  .comment-footer
  .reply
  a {
  color: #444;
  font-size: 30px;
}
.comments-area
  .comment-list
  li
  .comment-body
  .comment-info
  .comment-footer
  .reply
  a:hover {
  color: #f9583b;
}
@media (max-width: 767px) {
  .comments-area .comment-list li .comment-body .comment-info {
    padding: 0 15px 0 15px;
  }
  .comments-area .comment-list li .comment-body .comment-info:before {
    width: 100%;
    left: 0;
  }
}
.comments-area .comment-respond .comment-reply-title {
  font-family: Roboto;
  font-weight: 700;
  font-size: 20px;
  line-height: 100px;
  text-align: left;
  color: #000000;
  text-transform: uppercase;
}
.comments-area .comment-respond .request-comment {
  font-family: lato;
  font-weight: 400;
  font-size: 14px;
  color: #8b8b8b;
  display: none;
  margin-bottom: 10px !important;
  text-transform: initial;
}
.comments-area .comment-respond .request-comment span {
  color: #f9583b;
}
.comments-area .comment-respond form {
  max-width: 100%;
}
.comments-area .comment-respond form > p label {
  font-family: Roboto;
  font-weight: 400;
  font-size: 13px;
  color: #545454;
  text-transform: capitalize;
  margin-bottom: 2px;
}
.comments-area .comment-respond form > p input[type="text"] {
  font-family: Roboto;
  font-weight: 400;
  color: #545454;
  text-transform: capitalize;
}
.comments-area .comment-respond form > p textarea {
  height: 190px;
  font-family: Roboto;
  font-weight: 400;
  color: #545454;
  text-transform: capitalize;
}
.comments-area .comment-respond form > p.comment-form-comment-bottom {
  margin-bottom: 20px !important;
}
.comments-area .comment-respond form > p.form-submit .submit {
  font-family: oswald;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  border-radius: 50px;
  background: #f9583b;
  height: 40px;
  width: 140px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.comments-area .comment-respond form > p.form-submit .submit:hover {
  background-color: #f9583b;
  border-color: #f9583b;
  color: #fff;
}
.comments-area .comment-respond form > p.comment-form-author,
.comments-area .comment-respond form > p.comment-form-email,
.comments-area .comment-respond form > p.comment-form-url {
  max-width: 270px;
  margin-bottom: 28px !important;
}
.comments-area .comment-respond form > p.comment-form-author label,
.comments-area .comment-respond form > p.comment-form-email label,
.comments-area .comment-respond form > p.comment-form-url label {
  max-width: 270px;
  width: 270px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .comments-area .comment-respond form > p.comment-form-author,
  .comments-area .comment-respond form > p.comment-form-email,
  .comments-area .comment-respond form > p.comment-form-url {
    max-width: 220px;
  }
}
@media (max-width: 991px) {
  .comments-area .comment-respond form > p.comment-form-author,
  .comments-area .comment-respond form > p.comment-form-email,
  .comments-area .comment-respond form > p.comment-form-url {
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px !important;
    margin-left: 0;
    margin-right: 0;
  }
  .comments-area .comment-respond form > p.comment-form-author > label,
  .comments-area .comment-respond form > p.comment-form-email > label,
  .comments-area .comment-respond form > p.comment-form-url > label {
    max-width: 100%;
    width: 100%;
  }
}
.comments-area .comment-respond form > p.comment-form-url {
  margin-right: 0;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .comments-area .comment-respond form > p.comment-form-url {
    margin-left: 0;
  }
}
.comments-area .comment-respond form > p.comment-form-comment {
  display: none;
}
.comments-area .comment-respond form > p.comment-form-author {
  margin-right: 9px;
}
.comment-form {
  margin: 5px 0 25px;
}
.comment-form p {
  line-height: normal;
  margin-bottom: 20px;
}
.comment-form p.comment-form-author,
.comment-form p.comment-form-email,
.comment-form p.comment-form-url,
.comment-form p.comment-form-comment {
  width: 100%;
  display: inline-block;
  margin-top: 0;
}
.comment-form p input,
.comment-form p textarea {
  margin-bottom: 0;
}
.comment-form p label {
  font-size: 13px;
  color: #5f5f5f;
  font-weight: normal;
  margin-bottom: 8px;
}
.comment-form p label span {
  color: #f9583b;
}
.comment-form p.form-submit {
  margin: 0;
}
.comment-form p.form-submit .submit {
  background-color: transparent;
  border: 1px solid #ebebeb;
  height: 40px;
  line-height: 39px;
  display: inline-block;
  padding: 0;
  width: 170px;
  text-align: center;
  text-transform: uppercase;
  color: #2a2a2a;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
  margin-top: 5px;
}
.comment-form p.form-submit .submit:hover {
  background-color: #2a2a2a;
  border-color: #2a2a2a;
  color: #fff;
}
@media (max-width: 361px) {
  .comment-form p.comment-form-email {
    margin-left: 0;
  }
}
.pagination {
  text-align: right;
  width: 100%;
}
.pagination.text-center {
  text-align: center;
}
.pagination.text-left {
  text-align: left;
}
.pagination li.page-numbers,
.pagination span.page-numbers,
.pagination a.page-numbers {
  list-style: none;
  border: 1px solid #dcdcdc;
  color: #747474;
  display: inline-block;
  line-height: 35px;
  font-size: 14px;
  width: 35px;
  height: 35px;
  background: transparent;
  padding: 0;
  text-align: center;
  font-family: Roboto;
  font-weight: 400;
}
.pagination li.page-numbers.current,
.pagination li.page-numbers:hover,
.pagination span.page-numbers.current,
.pagination span.page-numbers:hover,
.pagination a.page-numbers.current,
.pagination a.page-numbers:hover {
  border-color: #f9583b;
  background-color: #f9583b;
  color: #fff;
}
.pagination ul li {
  display: inline-block;
}
.ct-contact li a {
  position: relative;
  padding-left: 32px !important;
  display: block;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 13px;
}
.ct-contact li a i {
  position: absolute;
  left: 0;
  width: 15px;
  text-align: center;
  top: 50%;
  font-size: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #333;
}
.ct-contact li a:first-child i {
  left: 4px;
}
.ct-contact li a:hover i {
  color: #f9583b;
}
.support_all {
  padding: 0;
}
.support_all > li {
  display: inline-block;
  width: 33%;
  text-align: center;
}
.support_all > li > a i {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 40px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #f9583b;
  color: #f9583b;
  float: left;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.support_all > li > a p {
  margin-bottom: 0 !important;
  display: inline-block;
  width: calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  vertical-align: middle;
  text-align: left;
  padding: 20px 0 0 30px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-transform: capitalize;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.support_all > li > a p span {
  display: block;
}
.support_all > li > a:hover i {
  color: #fff;
  border-color: #fff;
}
.support_all > li > a:hover p {
  color: #fff;
}
.jws_theme_footer {
  /* footer-top */
  /* footer-bottom */
}
.jws_theme_footer .tb-logo img {
  width: auto;
}
.jws_theme_footer.bottom-section .widget_text:last-child {
  margin-top: 10px;
}
.jws_theme_footer .newsletter form {
  position: relative;
  overflow: hidden;
  padding-right: 90px;
  max-width: 460px;
}
.jws_theme_footer .newsletter form p {
  margin: 0;
}
.jws_theme_footer .newsletter form p:last-child {
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
}
.jws_theme_footer .newsletter form input {
  margin: 0;
  border: 0;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  border-color: transparent;
  background-color: #0a0a0a;
  box-shadow: none;
  color: #525252;
}
.jws_theme_footer .newsletter form input:focus {
  color: #fff;
}
.jws_theme_footer .newsletter form input[type="submit"] {
  background: #676767;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.jws_theme_footer .newsletter form input[type="submit"]:hover,
.jws_theme_footer .newsletter form input[type="submit"]:active {
  background: #f9583b;
}
.jws_theme_footer .socials {
  white-space: nowrap;
}
.jws_theme_footer .socials li {
  display: inline-block;
  margin-right: 15px;
}
.jws_theme_footer .socials li a {
  position: relative;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  width: 26px;
  height: 26px;
  line-height: 26px;
  color: #2a2a2a;
}
.jws_theme_footer .socials li a:before {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background-color: transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.jws_theme_footer .socials li a:hover {
  color: #fff;
}
.jws_theme_footer .socials li a:hover:before,
.jws_theme_footer .socials li a:hover:after {
  border-color: #f9583b;
}
.jws_theme_footer .socials li a:hover:after {
  background-color: #f9583b;
}
.jws_theme_footer .socials li a:hover .fa {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
.jws_theme_footer .socials li a:hover {
  color: #fff;
}
.jws_theme_footer .socials li a:hover::before {
  background-color: #2a2a2a;
}
.jws_theme_footer .footer-header {
  padding: 30px 0 15px;
  position: relative;
}
.jws_theme_footer .footer-header .socials {
  padding: 15px 0 0;
}
.jws_theme_footer .footer-header .jws_theme_footer_bottom_right {
  margin-top: 7px;
}
.jws_theme_footer .footer-header form .newsletter-email {
  color: #b7b7b7;
  background-color: transparent;
}
.jws_theme_footer .footer-header form .newsletter-email:focus {
  color: #000;
}
.jws_theme_footer .footer-header form input[type="submit"] {
  background: #292929;
}
.jws_theme_footer .footer-header form input[type="submit"]:hover {
  background-color: #000;
}
.jws_theme_footer .footer-header .tb-open-lightbox {
  max-width: 270px;
  display: inline-block;
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #2a2a2a;
  border: 1px solid #2a2a2a;
  margin-top: 8px;
  font-weight: 700;
}
.jws_theme_footer .footer-header .tb-open-lightbox:hover {
  border-color: #2a2a2a !important;
  background-color: #2a2a2a;
  color: #fff;
}
.jws_theme_footer .footer-bottom h6 {
  margin: 10px;
  letter-spacing: 1.6px;
}
.jws_theme_footer .footer-bottom .jws_theme_footer_bottom_left .widget {
  margin-top: 5px;
}
.jws_theme_footer .footer-bottom .jws_theme_footer_bottom_left .widget a {
  color: #2a2a2a;
}
.jws_theme_footer .footer-bottom hr {
  border-top: 1px solid #eee;
  margin-bottom: 22px;
}
.jws_theme_footer .footer-bottom .socials li a {
  color: #b5b5b5;
}
.jws_theme_footer .footer-bottom .socials li a:hover {
  color: #fff;
}
.jws_theme_footer .jws_theme_footer_bottom_right .footer_bottom_rights {
  text-align: left;
  line-height: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.jws_theme_footer .jws_theme_footer_bottom_right .footer_bottom_rights li {
  display: inline-block;
}
.jws_theme_footer .jws_theme_footer_bottom_right .footer_bottom_rights li > a {
  font-family: Roboto;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 45px;
  color: #fefefe;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.jws_theme_footer
  .jws_theme_footer_bottom_right
  .footer_bottom_rights
  li
  > a:hover {
  color: #f9583b;
}
.jws_theme_footer .jws_theme_footer_bottom_right .footer_bottom_rights li + li {
  margin-left: 15px;
}
.jws_theme_footer .jws_theme_before_footer_2 .tb-social-buttons {
  color: transparent;
}
.jws_theme_footer .jws_theme_before_footer_2 .tb-social-buttons a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #818181;
  border-radius: 50%;
  margin: 0 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.jws_theme_footer .jws_theme_before_footer_2 .tb-social-buttons a:before {
  font-size: 19px;
  color: #818181;
}
.jws_theme_footer .jws_theme_before_footer_2 .tb-social-buttons a:after {
  display: none;
}
.jws_theme_footer .jws_theme_before_footer_2 .tb-social-buttons a:hover {
  border-color: #f9583b;
}
.jws_theme_footer .jws_theme_before_footer_2 .tb-social-buttons a:hover:before {
  color: #f9583b;
}
.jws_theme_footer.tb-footer-v1 .footer-header {
  padding: 40px 0;
  background: #f3f3f3;
}
.jws_theme_footer.tb-footer-v1
  .footer-header
  .jws_theme_before_footer_1
  .widget_stabapp_newsletterwidget
  .wg-title {
  margin-bottom: 0;
  font-size: 30px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}
.jws_theme_footer.tb-footer-v1
  .footer-header
  .jws_theme_before_footer_1
  .widget_stabapp_newsletterwidget
  .newsletter {
  display: inline-block;
  vertical-align: middle;
}
.jws_theme_footer.tb-footer-v1
  .footer-header
  .jws_theme_before_footer_1
  .widget_stabapp_newsletterwidget
  .newsletter
  form {
  padding-right: 0;
  max-width: 100%;
  display: block;
  width: 100%;
  overflow: initial;
}
@media (min-width: 1200px) {
  .jws_theme_footer.tb-footer-v1
    .footer-header
    .jws_theme_before_footer_1
    .widget_stabapp_newsletterwidget
    .newsletter
    form {
    width: 580px;
    padding-left: 35px;
  }
}
.jws_theme_footer.tb-footer-v1
  .footer-header
  .jws_theme_before_footer_1
  .widget_stabapp_newsletterwidget
  .newsletter
  form
  .tb-newsletter-checkbox {
  display: none;
}
.jws_theme_footer.tb-footer-v1
  .footer-header
  .jws_theme_before_footer_1
  .widget_stabapp_newsletterwidget
  .newsletter
  form
  p {
  margin-bottom: 0 !important;
}
.jws_theme_footer.tb-footer-v1
  .footer-header
  .jws_theme_before_footer_1
  .widget_stabapp_newsletterwidget
  .newsletter
  form
  p.email_input {
  display: inline-block;
  width: calc(100% - 200px);
  width: -webkit-calc(100% - 200px);
  vertical-align: middle;
}
.jws_theme_footer.tb-footer-v1
  .footer-header
  .jws_theme_before_footer_1
  .widget_stabapp_newsletterwidget
  .newsletter
  form
  p.email_input
  .newsletter-email {
  border: 1px solid #a7a7a7;
  border-radius: 50px;
  height: 50px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #9a9a9a;
  padding: 0 0 0 45px;
}
.jws_theme_footer.tb-footer-v1
  .footer-header
  .jws_theme_before_footer_1
  .widget_stabapp_newsletterwidget
  .newsletter
  form
  p.letter_sub {
  width: 200px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}
.jws_theme_footer.tb-footer-v1
  .footer-header
  .jws_theme_before_footer_1
  .widget_stabapp_newsletterwidget
  .newsletter
  form
  p.letter_sub
  .newsletter-submit {
  width: 200px;
  height: 50px;
  font-family: Roboto;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  border-radius: 50px;
  background: #f9583b;
}
@media (max-width: 767px) {
  .jws_theme_footer.tb-footer-v1
    .footer-header
    .jws_theme_before_footer_1
    .widget_stabapp_newsletterwidget
    .wg-title {
    display: block;
    margin-bottom: 15px;
  }
  .jws_theme_footer.tb-footer-v1
    .footer-header
    .jws_theme_before_footer_1
    .widget_stabapp_newsletterwidget
    .newsletter {
    display: block;
  }
  .jws_theme_footer.tb-footer-v1
    .footer-header
    .jws_theme_before_footer_1
    .widget_stabapp_newsletterwidget
    .newsletter
    form
    p.email_input {
    width: calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
  }
  .jws_theme_footer.tb-footer-v1
    .footer-header
    .jws_theme_before_footer_1
    .widget_stabapp_newsletterwidget
    .newsletter
    form
    p.email_input
    .newsletter-email {
    border-radius: 0;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-right: none;
    padding: 0 0 0 20px;
  }
  .jws_theme_footer.tb-footer-v1
    .footer-header
    .jws_theme_before_footer_1
    .widget_stabapp_newsletterwidget
    .newsletter
    form
    p.letter_sub {
    width: 100px;
    padding-left: 0;
  }
  .jws_theme_footer.tb-footer-v1
    .footer-header
    .jws_theme_before_footer_1
    .widget_stabapp_newsletterwidget
    .newsletter
    form
    p.letter_sub
    .newsletter-submit {
    width: 100px;
    border-radius: 0;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }
}
.jws_theme_footer.tb-footer-v1 .footer-header .jws_theme_before_footer_2 {
  text-align: right;
}
.jws_theme_footer.tb-footer-v1
  .footer-header
  .jws_theme_before_footer_2
  .tb-social-buttons {
  text-align: center;
}
.jws_theme_footer.tb-footer-v1 .footer-bottom {
  background-color: initial;
  padding-top: 45px;
  padding-bottom: 45px;
}
.jws_theme_footer.tb-footer-v1
  .footer-bottom
  .jws_theme_footer_bottom_left
  .footer_left {
  padding: 0;
}
.jws_theme_footer.tb-footer-v1
  .footer-bottom
  .jws_theme_footer_bottom_left
  .footer_left
  li {
  display: inline-block;
}
.jws_theme_footer.tb-footer-v1
  .footer-bottom
  .jws_theme_footer_bottom_left
  .footer_left
  li:first-child {
  padding-right: 15px;
}
.jws_theme_footer.tb-footer-v1
  .footer-bottom
  .jws_theme_footer_bottom_left
  .footer_left
  li
  > a
  > img {
  max-width: 45px;
  height: auto;
  display: block;
}
.jws_theme_footer.tb-footer-v1
  .footer-bottom
  .jws_theme_footer_bottom_left
  .footer_left
  li
  p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 45px;
  color: #fefefe;
  margin-bottom: 0 !important;
}
.jws_theme_footer.tb-footer-v1
  .footer-bottom
  .jws_theme_footer_bottom_left
  .footer_left
  li:last-child {
  vertical-align: top;
}
@media (max-width: 767px) {
  .jws_theme_footer.tb-footer-v1
    .footer-bottom
    .jws_theme_footer_bottom_right
    .footer_bottom_rights {
    margin-top: 0;
    text-align: center;
  }
  .jws_theme_footer.tb-footer-v1
    .footer-bottom
    .jws_theme_footer_bottom_right
    .footer_bottom_rights
    li {
    margin-left: 0;
    margin: 0 7.5px;
  }
  .jws_theme_footer.tb-footer-v1
    .footer-bottom
    .jws_theme_footer_bottom_right
    .footer_bottom_rights
    li
    > a {
    line-height: 24px;
  }
}
.jws_theme_footer.tb-footer-v1 .footer-top {
  background-color: initial;
  padding: 0;
}
.jws_theme_footer.tb-footer-v1 .footer-top .jws_theme_footer_top_support {
  padding: 120px 0 113px 0;
}
.jws_theme_footer.tb-footer-v1
  .footer-top
  .jws_theme_footer_top_support
  .support_all
  li
  a
  i,
.jws_theme_footer.tb-footer-v1
  .footer-top
  .jws_theme_footer_top_support
  .support_all
  li
  a
  p {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.jws_theme_footer.tb-footer-v1
  .footer-top
  .jws_theme_footer_top_support
  .support_all
  li
  a:hover
  i {
  color: #fff;
  border-color: #fff;
}
.jws_theme_footer.tb-footer-v1
  .footer-top
  .jws_theme_footer_top_support
  .support_all
  li
  a:hover
  p {
  color: #fff;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .jws_theme_footer.tb-footer-v1
    .footer-top
    .jws_theme_footer_top_support
    .support_all
    li {
    margin: initial !important;
  }
}
@media (max-width: 767px) {
  .jws_theme_footer.tb-footer-v1 .footer-top .jws_theme_footer_top_support {
    padding: 30px 0 30px 0;
  }
  .jws_theme_footer.tb-footer-v1
    .footer-top
    .jws_theme_footer_top_support
    .support_all
    li {
    padding: 15px 0;
    width: 100%;
    margin: 0 !important;
    max-width: initial !important;
  }
  .jws_theme_footer.tb-footer-v1
    .footer-top
    .jws_theme_footer_top_support
    .support_all
    li
    i {
    float: none;
  }
  .jws_theme_footer.tb-footer-v1
    .footer-top
    .jws_theme_footer_top_support
    .support_all
    li
    p {
    padding: 20px 15px 0 15px;
    display: block;
    width: 100%;
    text-align: center;
  }
}
.jws_theme_footer.tb-footer-v1 .footer-top .jws_theme_footer_top_map {
  overflow: hidden;
}
.jws_theme_footer.tb-footer-v1 .footer-top .jws_theme_footer_top_map .wg-title {
  display: none;
}
@media (max-width: 767px) {
  .jws_theme_footer.tb-footer-v1
    .footer-top
    .jws_theme_footer_top_map
    .Google.Maps {
    overflow: hidden;
  }
}
.jws_theme_footer.tb-footer-v1 .footer_top_bottom {
  background-image: url(assets/images/footer_home1.jpg);
  background-repeat: no-repeat;
  background-position: initial;
  background-size: cover;
}
.jws_theme_footer.tb-footer-v1
  .footer_top_bottom
  .footer-top
  .jws_theme_footer_top_support
  .support_all {
  margin: 0 auto;
  text-align: center;
}
.jws_theme_footer.tb-footer-v1
  .footer_top_bottom
  .footer-top
  .jws_theme_footer_top_support
  .support_all
  li {
  max-width: 270px;
  height: auto;
  vertical-align: top;
  margin: 0 58px;
}
.jws_theme_footer.tb-footer-v2,
.jws_theme_footer.tb-footer-v4 {
  padding-top: 70px;
  background: #212121;
  padding-bottom: 45px;
}
.jws_theme_footer.tb-footer-v2 .footer-header,
.jws_theme_footer.tb-footer-v4 .footer-header {
  background: #212121;
  padding: 0;
}
.jws_theme_footer.tb-footer-v2
  .footer-header
  .jws_theme_before_footer_1
  .widget_stabapp_newsletterwidget
  .wg-title,
.jws_theme_footer.tb-footer-v4
  .footer-header
  .jws_theme_before_footer_1
  .widget_stabapp_newsletterwidget
  .wg-title {
  display: none;
}
.jws_theme_footer.tb-footer-v2
  .footer-header
  .jws_theme_before_footer_1
  .widget_stabapp_newsletterwidget
  .newsletter-widget
  form,
.jws_theme_footer.tb-footer-v4
  .footer-header
  .jws_theme_before_footer_1
  .widget_stabapp_newsletterwidget
  .newsletter-widget
  form {
  padding-right: 0;
  max-width: 470px;
  background-color: #595959;
  border-radius: 50px;
}
.jws_theme_footer.tb-footer-v2
  .footer-header
  .jws_theme_before_footer_1
  .widget_stabapp_newsletterwidget
  .newsletter-widget
  form
  .email_input,
.jws_theme_footer.tb-footer-v4
  .footer-header
  .jws_theme_before_footer_1
  .widget_stabapp_newsletterwidget
  .newsletter-widget
  form
  .email_input {
  width: calc(100% - 50px);
  width: -webkit-calc(100% - 50px);
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  line-height: 50px;
  margin-bottom: 0px !important;
  padding-left: 30px;
}
.jws_theme_footer.tb-footer-v2
  .footer-header
  .jws_theme_before_footer_1
  .widget_stabapp_newsletterwidget
  .newsletter-widget
  form
  .email_input
  .newsletter-email,
.jws_theme_footer.tb-footer-v4
  .footer-header
  .jws_theme_before_footer_1
  .widget_stabapp_newsletterwidget
  .newsletter-widget
  form
  .email_input
  .newsletter-email {
  height: 50px;
  line-height: 50px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  background-color: #595959;
}
.jws_theme_footer.tb-footer-v2
  .footer-header
  .jws_theme_before_footer_1
  .widget_stabapp_newsletterwidget
  .newsletter-widget
  form
  .letter_sub,
.jws_theme_footer.tb-footer-v4
  .footer-header
  .jws_theme_before_footer_1
  .widget_stabapp_newsletterwidget
  .newsletter-widget
  form
  .letter_sub {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f9583b;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-bottom: 0px !important;
}
.jws_theme_footer.tb-footer-v2
  .footer-header
  .jws_theme_before_footer_1
  .widget_stabapp_newsletterwidget
  .newsletter-widget
  form
  .letter_sub
  .newsletter-submit,
.jws_theme_footer.tb-footer-v4
  .footer-header
  .jws_theme_before_footer_1
  .widget_stabapp_newsletterwidget
  .newsletter-widget
  form
  .letter_sub
  .newsletter-submit {
  background-color: transparent !important;
  text-indent: 999px;
  padding-left: 45px;
  line-height: 50px;
  height: 50px;
}
.jws_theme_footer.tb-footer-v2
  .footer-header
  .jws_theme_before_footer_1
  .widget_stabapp_newsletterwidget
  .newsletter-widget
  form
  .letter_sub:before,
.jws_theme_footer.tb-footer-v4
  .footer-header
  .jws_theme_before_footer_1
  .widget_stabapp_newsletterwidget
  .newsletter-widget
  form
  .letter_sub:before {
  content: "\f178";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
}
.jws_theme_footer.tb-footer-v2
  .footer-header
  .jws_theme_before_footer_1
  .widget_stabapp_newsletterwidget
  .newsletter-widget
  form
  .tb-newsletter-checkbox,
.jws_theme_footer.tb-footer-v4
  .footer-header
  .jws_theme_before_footer_1
  .widget_stabapp_newsletterwidget
  .newsletter-widget
  form
  .tb-newsletter-checkbox {
  display: none;
}
.jws_theme_footer.tb-footer-v2
  .footer-header
  .jws_theme_footer_bottom_right
  .footer_bottom_rights,
.jws_theme_footer.tb-footer-v4
  .footer-header
  .jws_theme_footer_bottom_right
  .footer_bottom_rights {
  text-align: right;
}
.jws_theme_footer.tb-footer-v2 .footer-bottom,
.jws_theme_footer.tb-footer-v4 .footer-bottom {
  background: #212121;
  padding-top: 12px;
  padding-bottom: 12px;
}
.jws_theme_footer.tb-footer-v2 .footer-bottom .jws_theme_footer_bottom_left ul,
.jws_theme_footer.tb-footer-v4 .footer-bottom .jws_theme_footer_bottom_left ul {
  padding: 0;
  margin-top: 10px;
}
.jws_theme_footer.tb-footer-v2
  .footer-bottom
  .jws_theme_footer_bottom_left
  ul
  li,
.jws_theme_footer.tb-footer-v4
  .footer-bottom
  .jws_theme_footer_bottom_left
  ul
  li {
  display: inline-block;
  padding-right: 15px;
}
.jws_theme_footer.tb-footer-v2 .footer-bottom .jws_theme_before_footer_2,
.jws_theme_footer.tb-footer-v4 .footer-bottom .jws_theme_before_footer_2 {
  text-align: right;
}
.jws_theme_footer.tb-footer-v2
  .footer-bottom
  .jws_theme_before_footer_2
  .tb-social-buttons
  > a,
.jws_theme_footer.tb-footer-v4
  .footer-bottom
  .jws_theme_before_footer_2
  .tb-social-buttons
  > a {
  width: initial;
  height: initial;
  line-height: initial;
  text-align: center;
  border: none;
  margin: 0;
  margin-left: 25px;
}
.jws_theme_footer.tb-footer-v3 .footer-top {
  padding-top: 80px;
  padding-bottom: 35px;
  background-color: #212121;
}
@media (min-width: 1200px) {
  .jws_theme_footer.tb-footer-v3 .footer-top .jws_theme_footer_top_three {
    padding-right: 120px;
  }
}
@media (max-width: 767px) {
  .jws_theme_footer.tb-footer-v3 .footer-top .jws_theme_footer_top_three {
    text-align: center;
  }
}
.jws_theme_footer.tb-footer-v3
  .footer-top
  .jws_theme_footer_top_three
  .vc_single_image-wrapper {
  display: block;
  margin-bottom: 20px;
}
.jws_theme_footer.tb-footer-v3
  .footer-top
  .jws_theme_footer_top_three
  .vc_single_image-wrapper
  > img {
  max-width: 195px;
}
.jws_theme_footer.tb-footer-v3
  .footer-top
  .jws_theme_footer_top_three
  .content_footer
  p,
.jws_theme_footer.tb-footer-v3
  .footer-top
  .jws_theme_footer_top_three
  .content_footer
  a {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #bfbfbf;
  margin-bottom: 0 !important;
}
.jws_theme_footer.tb-footer-v3
  .footer-top
  .jws_theme_footer_top_three
  .content_footer
  a {
  color: #ffbf15;
}
.jws_theme_footer.tb-footer-v3
  .footer-top
  .jws_theme_footer_top_three
  .tb-social-buttons {
  color: transparent;
  display: block;
  margin-top: 12px;
}
.jws_theme_footer.tb-footer-v3
  .footer-top
  .jws_theme_footer_top_three
  .tb-social-buttons
  a {
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #d4d4d4;
  border-radius: 50%;
  text-align: center;
}
.jws_theme_footer.tb-footer-v3
  .footer-top
  .jws_theme_footer_top_three
  .tb-social-buttons
  a:after {
  display: none;
}
.jws_theme_footer.tb-footer-v3
  .footer-top
  .jws_theme_footer_top_three
  .tb-social-buttons
  a:before {
  font-size: 13px;
  color: #d4d4d4;
}
@media (max-width: 767px) {
  .jws_theme_footer.tb-footer-v3
    .footer-top
    .jws_theme_footer_top_three
    .tb-social-buttons
    a {
    float: none;
  }
}
.jws_theme_footer.tb-footer-v3 .footer-top .jws_theme_footer_top_four,
.jws_theme_footer.tb-footer-v3 .footer-top .jws_theme_footer_top_five,
.jws_theme_footer.tb-footer-v3 .footer-top .jws_theme_footer_top_six {
  text-align: left;
}
.jws_theme_footer.tb-footer-v3 .footer-top .jws_theme_footer_top_four .wg-title,
.jws_theme_footer.tb-footer-v3 .footer-top .jws_theme_footer_top_five .wg-title,
.jws_theme_footer.tb-footer-v3 .footer-top .jws_theme_footer_top_six .wg-title {
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .jws_theme_footer.tb-footer-v3
    .footer-top
    .jws_theme_footer_top_four
    .wg-title,
  .jws_theme_footer.tb-footer-v3
    .footer-top
    .jws_theme_footer_top_five
    .wg-title,
  .jws_theme_footer.tb-footer-v3
    .footer-top
    .jws_theme_footer_top_six
    .wg-title {
    text-align: center;
  }
}
.jws_theme_footer.tb-footer-v3 .footer-top .jws_theme_footer_top_four ul,
.jws_theme_footer.tb-footer-v3 .footer-top .jws_theme_footer_top_five ul,
.jws_theme_footer.tb-footer-v3 .footer-top .jws_theme_footer_top_six ul {
  padding: 0;
}
.jws_theme_footer.tb-footer-v3 .footer-top .jws_theme_footer_top_four ul li a,
.jws_theme_footer.tb-footer-v3 .footer-top .jws_theme_footer_top_five ul li a,
.jws_theme_footer.tb-footer-v3 .footer-top .jws_theme_footer_top_six ul li a {
  font-family: Roboto;
  font-weight: 300;
  font-size: 14px;
  line-height: 30px;
  text-transform: capitalize;
  color: #bfbfbf;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.jws_theme_footer.tb-footer-v3
  .footer-top
  .jws_theme_footer_top_four
  ul
  li
  a:hover,
.jws_theme_footer.tb-footer-v3
  .footer-top
  .jws_theme_footer_top_five
  ul
  li
  a:hover,
.jws_theme_footer.tb-footer-v3
  .footer-top
  .jws_theme_footer_top_six
  ul
  li
  a:hover {
  color: #f9583b;
}
@media (max-width: 767px) {
  .jws_theme_footer.tb-footer-v3 .footer-top .jws_theme_footer_top_four,
  .jws_theme_footer.tb-footer-v3 .footer-top .jws_theme_footer_top_five,
  .jws_theme_footer.tb-footer-v3 .footer-top .jws_theme_footer_top_six {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .jws_theme_footer.tb-footer-v3 .footer-top .jws_theme_footer_top_four {
    margin-top: 15px;
  }
}
.jws_theme_footer.tb-footer-v3 .footer-top .row {
  position: relative;
}
.jws_theme_footer.tb-footer-v3 .footer-top .row hr {
  width: 100%;
  position: absolute;
  bottom: -35px;
  left: 0;
  border-top: none;
  background: #5b5b5b;
  height: 1px;
  margin: 0 15px;
}
.jws_theme_footer.tb-footer-v3 .footer-bottom {
  background-color: #212121;
  padding-top: 30px;
  padding-bottom: 20px;
}
.jws_theme_footer.tb-footer-v3
  .footer-bottom
  .jws_theme_footer_bottom_left
  .footer_left {
  padding: 0;
}
.jws_theme_footer.tb-footer-v3
  .footer-bottom
  .jws_theme_footer_bottom_left
  .footer_left
  li
  a {
  display: none;
}
.jws_theme_footer.tb-footer-v3
  .footer-bottom
  .jws_theme_footer_bottom_left
  .footer_left
  li
  p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #bfbfbf;
}
@media (max-width: 767px) {
  .jws_theme_footer.tb-footer-v3
    .footer-bottom
    .jws_theme_footer_bottom_left
    .footer_left
    li
    p {
    margin-bottom: 0 !important;
  }
}
.jws_theme_footer.tb-footer-v3
  .footer-bottom
  .jws_theme_footer_bottom_right
  ul {
  padding: 0;
  text-align: right;
}
.jws_theme_footer.tb-footer-v3
  .footer-bottom
  .jws_theme_footer_bottom_right
  ul
  li {
  display: inline-block;
  padding-left: 10px;
  vertical-align: middle;
}
.jws_theme_footer.tb-footer-v4 .footer-header {
  background-color: #212121;
}
.jws_theme_footer.tb-footer-v5 {
  background-color: #f9583b;
}
.jws_theme_footer.tb-footer-v5 .footer-header {
  padding: 55px 0 55px;
  border-bottom: 1px solid #fb8672;
}
.jws_theme_footer.tb-footer-v5
  .footer-header
  .jws_theme_header_top_1
  .tb-logo
  .content_footer {
  display: none;
}
.jws_theme_footer.tb-footer-v5
  .footer-header
  .jws_theme_header_top_2
  .widget_stabapp_newsletterwidget
  .wg-title {
  display: none;
}
.jws_theme_footer.tb-footer-v5
  .footer-header
  .jws_theme_header_top_2
  .widget_stabapp_newsletterwidget
  .newsletter
  form {
  padding-right: 0;
  max-width: 100%;
  border: 1px solid #fb8672;
  border-radius: 50px;
  max-height: 50px;
}
.jws_theme_footer.tb-footer-v5
  .footer-header
  .jws_theme_header_top_2
  .widget_stabapp_newsletterwidget
  .newsletter
  form
  .tb-newsletter-checkbox {
  display: none;
}
.jws_theme_footer.tb-footer-v5
  .footer-header
  .jws_theme_header_top_2
  .widget_stabapp_newsletterwidget
  .newsletter
  form
  .letter_sub {
  width: 65px;
  position: relative;
}
.jws_theme_footer.tb-footer-v5
  .footer-header
  .jws_theme_header_top_2
  .widget_stabapp_newsletterwidget
  .newsletter
  form
  .letter_sub:before {
  content: "\f1d9";
  font-family: FontAwesome;
  font-style: normal;
  font-size: 22px;
  line-height: 28px;
  font-weight: normal;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.jws_theme_footer.tb-footer-v5
  .footer-header
  .jws_theme_header_top_2
  .widget_stabapp_newsletterwidget
  .newsletter
  form
  .email_input {
  width: calc(100% - 65px);
  width: -webkit-calc(100% - 65px);
}
.jws_theme_footer.tb-footer-v5
  .footer-header
  .jws_theme_header_top_2
  .widget_stabapp_newsletterwidget
  .newsletter
  form
  .letter_sub,
.jws_theme_footer.tb-footer-v5
  .footer-header
  .jws_theme_header_top_2
  .widget_stabapp_newsletterwidget
  .newsletter
  form
  .email_input {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0 !important;
}
.jws_theme_footer.tb-footer-v5
  .footer-header
  .jws_theme_header_top_2
  .widget_stabapp_newsletterwidget
  .newsletter
  form
  .letter_sub
  .newsletter-email,
.jws_theme_footer.tb-footer-v5
  .footer-header
  .jws_theme_header_top_2
  .widget_stabapp_newsletterwidget
  .newsletter
  form
  .letter_sub
  .newsletter-submit,
.jws_theme_footer.tb-footer-v5
  .footer-header
  .jws_theme_header_top_2
  .widget_stabapp_newsletterwidget
  .newsletter
  form
  .email_input
  .newsletter-email,
.jws_theme_footer.tb-footer-v5
  .footer-header
  .jws_theme_header_top_2
  .widget_stabapp_newsletterwidget
  .newsletter
  form
  .email_input
  .newsletter-submit {
  height: 50px;
  line-height: 50px;
  background-color: transparent;
}
.jws_theme_footer.tb-footer-v5
  .footer-header
  .jws_theme_header_top_2
  .widget_stabapp_newsletterwidget
  .newsletter
  form
  .letter_sub
  .newsletter-email,
.jws_theme_footer.tb-footer-v5
  .footer-header
  .jws_theme_header_top_2
  .widget_stabapp_newsletterwidget
  .newsletter
  form
  .email_input
  .newsletter-email {
  font-family: poppins;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  padding: 0 25px;
  color: #fff;
}
.jws_theme_footer.tb-footer-v5
  .footer-header
  .jws_theme_header_top_2
  .widget_stabapp_newsletterwidget
  .newsletter
  form
  .letter_sub
  .newsletter-submit,
.jws_theme_footer.tb-footer-v5
  .footer-header
  .jws_theme_header_top_2
  .widget_stabapp_newsletterwidget
  .newsletter
  form
  .email_input
  .newsletter-submit {
  text-indent: -9999px;
  width: 100%;
  z-index: 9;
  position: relative;
}
@media (max-width: 767px) {
  .jws_theme_footer.tb-footer-v5 .footer-header .jws_theme_header_top_2 {
    margin: 15px 0 10px 0;
  }
}
.jws_theme_footer.tb-footer-v5
  .footer-header
  .jws_theme_header_top_3
  .tb-social-buttons {
  color: transparent;
  text-align: right;
}
.jws_theme_footer.tb-footer-v5
  .footer-header
  .jws_theme_header_top_3
  .tb-social-buttons
  a {
  height: 48px;
  line-height: 48px;
  margin: 0;
  width: 48px;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
  margin-left: 12px;
}
.jws_theme_footer.tb-footer-v5
  .footer-header
  .jws_theme_header_top_3
  .tb-social-buttons
  a:after {
  display: none;
}
.jws_theme_footer.tb-footer-v5
  .footer-header
  .jws_theme_header_top_3
  .tb-social-buttons
  a:before {
  font-size: 30px;
  color: #fff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .jws_theme_footer.tb-footer-v5
    .footer-header
    .jws_theme_header_top_3
    .tb-social-buttons
    a {
    margin-left: 6px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .jws_theme_footer.tb-footer-v5
    .footer-header
    .jws_theme_header_top_3
    .tb-social-buttons
    a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-left: 5px;
  }
  .jws_theme_footer.tb-footer-v5
    .footer-header
    .jws_theme_header_top_3
    .tb-social-buttons
    a:before {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .jws_theme_footer.tb-footer-v5
    .footer-header
    .jws_theme_header_top_3
    .tb-social-buttons {
    text-align: center;
  }
  .jws_theme_footer.tb-footer-v5
    .footer-header
    .jws_theme_header_top_3
    .tb-social-buttons
    a {
    margin: 0 6px 0 6px;
  }
}
.jws_theme_footer.tb-footer-v5 .footer-bottom {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f9583b;
}
.jws_theme_footer.tb-footer-v5 .footer-bottom .jws_theme_footer_bottom_left {
  position: relative;
  top: 8px;
}
.jws_theme_footer.tb-footer-v5
  .footer-bottom
  .jws_theme_footer_bottom_left
  .footer_left {
  padding: 0;
  top: 5px;
}
.jws_theme_footer.tb-footer-v5
  .footer-bottom
  .jws_theme_footer_bottom_left
  .footer_left
  li:first-child {
  display: none;
}
.jws_theme_footer.tb-footer-v5
  .footer-bottom
  .jws_theme_footer_bottom_left
  .footer_left
  li
  p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0 !important;
}
.jws_theme_footer.tb-footer-v5
  .footer-bottom
  .jws_theme_footer_bottom_right
  .footer_bottom_rights {
  text-align: right;
}
.jws_theme_footer.tb-footer-v5
  .footer-bottom
  .jws_theme_footer_bottom_right
  .footer_bottom_rights
  > li
  > a:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .jws_theme_footer .footer-header .newsletter form {
    padding-right: 0;
    margin: 0 auto 10px;
  }
  .jws_theme_footer .footer-header .socials {
    padding-left: 0;
    text-align: center !important;
  }
  .jws_theme_footer .footer-header .widget,
  .jws_theme_footer .footer-header .textwidget {
    text-align: center;
  }
  .jws_theme_footer .footer-top .jws_theme_footer_top_once .widget,
  .jws_theme_footer .footer-top .jws_theme_footer_top_two .widget,
  .jws_theme_footer .footer-top .jws_theme_footer_top_three .widget,
  .jws_theme_footer .footer-top .jws_theme_footer_top_four .widget {
    margin-bottom: 30px;
  }
  .jws_theme_footer .footer-top .widget .ct-contact {
    margin-bottom: 25px;
  }
  .jws_theme_footer .footer-bottom .textwidget {
    text-align: center;
  }
  .jws_theme_footer .footer-bottom .textwidget ul {
    display: inline-block;
    margin-top: 20px;
  }
  .jws_theme_footer.tb-footer-v2
    .footer-header
    .jws_theme_footer_bottom_right
    .footer_bottom_rights,
  .jws_theme_footer.tb-footer-v4
    .footer-header
    .jws_theme_footer_bottom_right
    .footer_bottom_rights {
    text-align: center;
  }
  .jws_theme_footer.tb-footer-v2
    .footer-header
    .jws_theme_footer_bottom_right
    .footer_bottom_rights
    li,
  .jws_theme_footer.tb-footer-v4
    .footer-header
    .jws_theme_footer_bottom_right
    .footer_bottom_rights
    li {
    margin: 0 7.5px;
  }
  .jws_theme_footer.tb-footer-v2
    .footer-bottom
    .jws_theme_footer_bottom_left
    ul,
  .jws_theme_footer.tb-footer-v4
    .footer-bottom
    .jws_theme_footer_bottom_left
    ul {
    text-align: center;
  }
  .jws_theme_footer.tb-footer-v2
    .footer-bottom
    .jws_theme_footer_bottom_left
    ul
    li,
  .jws_theme_footer.tb-footer-v4
    .footer-bottom
    .jws_theme_footer_bottom_left
    ul
    li {
    padding: 0 7.5px;
  }
  .jws_theme_footer.tb-footer-v2 .footer-bottom .jws_theme_before_footer_2,
  .jws_theme_footer.tb-footer-v4 .footer-bottom .jws_theme_before_footer_2 {
    text-align: center;
    margin-top: 20px;
  }
  .jws_theme_footer.tb-footer-v2
    .footer-bottom
    .jws_theme_before_footer_2
    .tb-social-buttons,
  .jws_theme_footer.tb-footer-v4
    .footer-bottom
    .jws_theme_before_footer_2
    .tb-social-buttons {
    color: #fff;
  }
  .jws_theme_footer.tb-footer-v2
    .footer-bottom
    .jws_theme_before_footer_2
    .tb-social-buttons
    a,
  .jws_theme_footer.tb-footer-v4
    .footer-bottom
    .jws_theme_before_footer_2
    .tb-social-buttons
    a {
    margin: 0 12.5px;
  }
  .title-bar .page-title,
  .title-bar .page-breadcrumb,
  .title-bar .woocommerce-breadcrumb,
  .woocommerce .title-bar-shop .page-title,
  .woocommerce .title-bar-shop .page-breadcrumb,
  .woocommerce .title-bar-shop .woocommerce-breadcrumb {
    text-align: center;
  }
  .title-bar .page-title,
  .woocommerce .title-bar-shop .page-title {
    margin-bottom: 10px;
  }
  .main-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.widget.widget_tag_cloud .tagcloud a {
  border: 1px solid;
  border-radius: 2px;
  display: inline-block;
  line-height: normal;
  margin-right: 2px;
  margin-bottom: 4px;
  padding: 0 5px;
}
.widget.widget_tag_cloud .tagcloud a:hover {
  color: #f9583b;
}
.our-categories .wpb_single_image a {
  position: relative;
  display: inline-block;
  width: 100%;
}
.our-categories .wpb_single_image a:before {
  content: "";
  position: absolute;
  width: 61px;
  height: 61px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transition: all 700ms ease 0s;
  -moz-transition: all 700ms ease 0s;
  -ms-transition: all 700ms ease 0s;
  -o-transition: all 700ms ease 0s;
}
.our-categories .wpb_single_image a .vc_single_image-wrapper:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 21px;
  background: #fff;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  -webkit-transition: all 700ms ease 0s;
  -moz-transition: all 700ms ease 0s;
  -ms-transition: all 700ms ease 0s;
  -o-transition: all 700ms ease 0s;
}
.our-categories .wpb_single_image a .vc_single_image-wrapper:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 21px;
  background: #fff;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  -webkit-transition: all 700ms ease 0s;
  -moz-transition: all 700ms ease 0s;
  -ms-transition: all 700ms ease 0s;
  -o-transition: all 700ms ease 0s;
}
.our-categories .wpb_single_image a:hover:before,
.our-categories .wpb_single_image a:hover .vc_single_image-wrapper:before,
.our-categories .wpb_single_image a:hover .vc_single_image-wrapper:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.jws_theme_stats {
  padding: 50px 30px 50px 0;
  text-align: center;
  width: 100%;
}
.jws_theme_stats.brddark {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 50px 30px 50px 0;
  text-align: center;
  width: 100%;
}
.jws_theme_stats .num {
  color: #232d37;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 10px;
}
.jws_theme_stats .type {
  color: #c3cdd7;
  font-size: 11px;
  font-weight: 200;
  letter-spacing: 2px;
}
.jws_theme_stats .type .white {
  color: #fff;
  font-size: 11px;
  font-weight: 200;
  letter-spacing: 2px;
}
.jws_theme_stats.stats-alt {
  border-right: 1px solid #eff4f7;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.jws_theme_stats.stats-alt.brddark {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.jws_theme_stats.stats-alt .num {
  color: #232d37;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
}
.jws_theme_stats.stats-alt .type {
  color: #c3cdd7;
  font-size: 8px;
  font-weight: 200;
  letter-spacing: 2px;
  line-height: 12px;
}
.jws_theme_stats.stats-alt .type.white {
  color: #fff;
  font-size: 8px;
  font-weight: 200;
  letter-spacing: 2px;
}
.disc li {
  list-style: disc;
}
.decimal li {
  list-style: decimal;
}
ul.arrow,
ul.arrow-double,
ul.tick,
ul.cross,
ul.star,
ul.rss {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.arrow li:after,
ul.arrow li:before,
ul.arrow-double li:after,
ul.arrow-double li:before,
ul.tick li:after,
ul.tick li:before,
ul.cross li:after,
ul.cross li:before,
ul.star li:after,
ul.star li:before,
ul.rss li:after,
ul.rss li:before {
  font-family: FontAwesome;
  font-size: 11px;
  line-height: 22px;
  color: #f9583b;
}
ul.arrow li::before,
ul.arrow-double li::before,
ul.tick li::before,
ul.cross li::before,
ul.star li::before,
ul.rss li::before {
  margin-right: 5px;
}
ul.arrow li::before {
  content: "\f105";
}
ul.arrow-double li::before {
  content: "\f101";
}
ul.tick li::before {
  content: "\f00c";
}
ul.cross li::before {
  content: "\f00d";
}
ul.star li::before {
  content: "\f006";
}
ul.rss li::before {
  content: "\f09e";
}
.rtb-booking-form {
  font-size: 0;
}
.rtb-booking-form .rtb-message {
  font-size: 16px;
  text-align: center;
}
.rtb-booking-form .reservation,
.rtb-booking-form .contact {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: ;
  padding: 5px;
}
.rtb-booking-form .reservation input,
.rtb-booking-form .reservation textarea,
.rtb-booking-form .reservation select,
.rtb-booking-form .contact input,
.rtb-booking-form .contact textarea,
.rtb-booking-form .contact select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 30px;
  font-size: 16px;
  min-height: 40px;
}
.rtb-booking-form .btn_submit button {
  background: #444444;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: ;
}
.rtb-booking-form .btn_submit button:hover {
  background: #f9583b;
  border-color: #f9583b;
}
.rtb-booking-form legend {
  display: none;
}
.rtb-booking-form label {
  width: 15%;
  display: inline-block;
}
.rtb-booking-form input {
  padding: 10px;
  width: 100% !important;
  max-width: 100% !important;
  display: block;
}
body .plan {
  margin: 0 auto 30px auto !important;
  position: relative;
  overflow: hidden;
  list-style: none outside none;
  margin: 0;
  padding: 0 0 50px;
  border: 1px solid #aaaaaa;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
body .plan.featured > li .tb-btn-bd-1 {
  font-size: 13px;
}
body .plan.featured > li.plan-name {
  color: #fff;
  background-color: #f9583b;
}
body .plan.featured > li.plan-name .uk-badge-danger {
  background: #fff;
  color: #f9583b;
  border-radius: 10px;
}
body .plan ul {
  margin: 0;
  padding: 40px 30px 30px;
}
body .plan ul li:not(:first-child) {
  border-top: 1px solid #aaaaaa;
  line-height: 50px;
  padding: 0;
}
body .plan li {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  list-style: none;
  background: #fff;
}
body .plan li .tb-btn-bd-1 {
  font-size: 13px;
}
body .plan li.plan-name {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-top: 0 none;
  padding-top: 25px;
}
body .plan li.plan-price {
  position: relative;
  border-top: 0 none;
  padding: 0;
  line-height: 0;
  overflow: hidden;
}
body .plan li.plan-price img {
  width: 100%;
}
body .plan li.plan-price .tb-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 512;
  opacity: 0;
  padding: 10px;
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -o-transform: scale(0.1);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
body .plan li.plan-price .tb-overlay .tb-cell-vertical-wrapper {
  display: table;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
body .plan li.plan-price .tb-overlay .tb-cell-vertical-wrapper .tb-cell-middle {
  display: table-cell;
  vertical-align: middle;
}
body
  .plan
  li.plan-price
  .tb-overlay
  .tb-cell-vertical-wrapper
  .tb-cell-middle
  h1 {
  margin: 0;
}
body
  .plan
  li.plan-price
  .tb-overlay
  .tb-cell-vertical-wrapper
  .tb-cell-middle
  h1
  .tb-small {
  font-size: 50%;
}
body
  .plan
  li.plan-price
  .tb-overlay
  .tb-cell-vertical-wrapper
  .tb-cell-middle
  h5 {
  margin: 0;
}
body .plan:hover li.plan-price .tb-overlay {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.jws_theme_right_fx_wrap {
  position: fixed;
  right: 0;
  top: 210px;
  background: #fff;
  z-index: 99999;
}
.jws_theme_right_fx_wrap .widget_shopping_cart {
  margin-bottom: 0 !important;
  position: relative;
}
.jws_theme_right_fx_wrap .widget_shopping_cart .wg-title {
  font-size: 0;
  padding: 10px;
  border: 1px solid #000;
  display: inline-block;
  margin-bottom: 0;
}
.jws_theme_right_fx_wrap .widget_shopping_cart .wg-title:after {
  content: "\f07a";
  font-family: FontAwesome;
  font-size: 20px;
  cursor: pointer;
}
.jws_theme_right_fx_wrap .widget_shopping_cart .widget_shopping_cart_content {
  visibility: hidden;
  position: absolute;
  top: 45px;
  right: 0;
  background: #fff;
  min-width: 215px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
}
.jws_theme_right_fx_wrap
  .widget_shopping_cart
  .widget_shopping_cart_content.active {
  visibility: visible;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.jws_theme_right_fx_wrap
  .widget_shopping_cart
  .widget_shopping_cart_content
  .product_list_widget {
  border-radius: 0;
}
.jws_theme_dropcap:first-letter {
  color: #666;
  display: block;
  float: left;
  font-size: 50px;
  line-height: 40px;
  padding: 4px 8px 0 0;
  overflow: hidden;
}
.jws_theme_blocknumber {
  min-height: 45px;
  padding: 5px 0 5px 60px;
  position: relative;
}
.jws_theme_blocknumber span {
  display: block;
  font-weight: bold;
  height: 48px;
  left: 0;
  line-height: 48px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 48px;
}
.jws_theme_blocknumber span.rounded {
  border-radius: 5px;
}
.jws_theme_blocknumber span.circle {
  border-radius: 100%;
}
.jws_theme_bubble {
  position: relative;
}
.jws_theme_bubble cite {
  left: 15px;
  padding-left: 40px;
  bottom: -30px;
  display: block;
  height: 30px;
  line-height: 36px;
  position: absolute;
}
.jws_theme_bubble cite span {
  border-left-color: transparent !important;
  border-bottom-color: transparent !important;
  left: 0;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.rtl .jws_theme_bubble cite {
  padding-right: 40px;
  right: 15px;
}
.rtl .jws_theme_bubble cite span {
  border-right-color: transparent !important;
  right: 0;
}
.jws_theme_block_text.rounded {
  border-radius: 5px;
}
.tb-boxshadow {
  box-shadow: 0 0 70px 8px rgba(0, 0, 0, 0.7);
}
.colorbox-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(249, 88, 59, 0.4);
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.colorbox-wrap:hover {
  opacity: 1;
}
.colorbox-wrap:hover .colorbox {
  animation: effZoom 0.3s ease;
  -webkit-animation: effZoom 0.3s ease;
}
.colorbox-wrap:hover .colorbox-inner a {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.colorbox-wrap:hover .colorbox-inner a i {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.colorbox-wrap:hover .colorbox-inner a:hover i {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.colorbox-wrap .colorbox {
  width: 50px;
  height: 50px;
  line-height: 46px;
  border-radius: 50%;
  border: solid 2px #fff;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.colorbox-wrap .colorbox i {
  color: #fff;
  font-size: unset;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.colorbox-wrap .colorbox-inner {
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translateX(-50%) translateY(-50%);
}
.colorbox-wrap .colorbox-inner a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 46px;
  border-radius: 50%;
  border: solid 2px #fff;
  margin: 0 5px;
  color: #fff;
}
.colorbox-wrap .colorbox-inner a.cb-popup {
  transform: translateX(-100px);
  -webkit-transform: translateX(-100px);
}
.colorbox-wrap .colorbox-inner a.cb-link {
  transform: translateX(100px);
  -webkit-transform: translateX(100px);
}
.colorbox-wrap a:hover i {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.tpl1 .colorbox-wrap .colorbox {
  border: none;
}
.feature-box .feature-icon-image {
  position: relative;
  z-index: 2;
}
.feature-box .feature-icon-image .colorbox-wrap {
  z-index: 1;
}
.feature-box .feature-icon-image .colorbox-wrap .colorbox i {
  font-size: unset;
  color: #fff;
}
.feature-box.tpl1.circle .feature-icon-image {
  border-radius: 50%;
}
.feature-box.tpl1.circle .feature-icon-image img {
  border-radius: 50%;
}
.feature-box.tpl1.circle .feature-icon-image .colorbox-wrap {
  border-radius: 100%;
}
.feature-box.tpl1.circle .feature-icon-image:before {
  border-radius: 100%;
}
.feature-box.tpl1.square .feature-icon-image {
  border-radius: 4px;
}
.feature-box.tpl1.square .feature-icon-image img {
  border-radius: 4px;
}
.feature-box.tpl1.square .feature-icon-image:before {
  border-radius: 4px;
}
.feature-box.tpl1 .feature-icon-image {
  width: 133px;
  height: 133px;
  margin: 0 auto;
  line-height: 132px;
  border: solid 1px transparent;
  box-shadow: 0 0 0 1px #f9583b inset;
  padding: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.feature-box.tpl1 .feature-icon-image > i {
  font-size: 24px;
  color: #f9583b;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.feature-box.tpl1 .feature-icon-image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: solid 1px transparent;
}
.feature-box.tpl1:hover .feature-icon-image > i {
  color: #fff;
}
.feature-box.tpl1:hover .feature-icon-image:before {
  animation: borderAnimate 0.4s ease;
  -webkit-animation: borderAnimate 0.4s ease;
  transform: scale(1.13);
  -webkit-transform: scale(1.13);
}
.feature-box.tpl1.left .feature-icon-image {
  width: 100px;
  height: 100px;
  line-height: 100px;
  float: left;
}
.feature-box.tpl1.left .feature-block {
  padding-left: 120px;
}
.feature-box.tpl1.left .feature-block h4 {
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 15px;
}
.feature-box.tpl1.left .feature-block h4:before {
  background: transparent;
}
.feature-box.tpl1.right .feature-icon-image {
  width: 100px;
  height: 100px;
  line-height: 100px;
  float: right;
}
.feature-box.tpl1.right .feature-block {
  width: calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  padding-right: 20px;
}
.feature-box.tpl1.right .feature-block h4 {
  padding-bottom: 0;
  margin-bottom: 15px;
  padding-top: 0;
}
.feature-box.tpl1.right .feature-block h4:before {
  background: transparent;
}
.feature-box.tpl1 .feature-block {
  margin-top: 20px;
}
.feature-box.tpl1 .feature-block h4 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.feature-box.tpl1 .feature-block h4:before {
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  transform: translate3d(-50%, 0px, 0px);
  -webkit-transform: translate3d(-50%, 0px, 0px);
  -ms-transform: translateX(-50%) translateY(0);
  width: 20%;
  height: 2px;
  background: #f9583b;
}
.feature-box.tpl1 .feature-block a {
  text-transform: uppercase;
}
.feature-box.border_white {
  border: 4px solid #ffffff;
  padding: 30px 0;
}
.feature-box.border_white img {
  width: auto !important;
}
.feature-box.tpl2 .feature-block h4 {
  letter-spacing: 0.1em;
  position: relative;
}
.feature-box.tpl2 .feature-block h4:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 0px;
  height: 1px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.feature-box.tpl2:hover .feature-block h4:after {
  width: 30px;
  background: #444;
}
.feature-box.tpl2 .feature-icon {
  overflow: hidden;
}
.feature-box.tpl2 .feature-icon span {
  display: inline-block;
  position: relative;
}
.feature-box.tpl2 .feature-icon span:after,
.feature-box.tpl2 .feature-icon span:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 500px;
  border-bottom: 1px dotted #d3d3d3;
}
.feature-box.tpl2 .feature-icon span:after {
  left: -515px;
}
.feature-box.tpl2 .feature-icon span:before {
  right: -515px;
}
.feature-box.tpl2 .feature-icon span i {
  color: #d3d3d3;
}
.feature-box.tpl2.right-arrow,
.feature-box.tpl2.left-arrow {
  position: relative;
  border-radius: 2px;
  overflow: visible !important;
  z-index: 9;
}
.feature-box.tpl2.right-arrow .feature-image,
.feature-box.tpl2.left-arrow .feature-image {
  transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
}
.feature-box.tpl2.right-arrow:before,
.feature-box.tpl2.left-arrow:before {
  content: "";
  position: absolute;
  top: 20%;
  width: 10px;
  height: 10px;
  background: #555;
  border-radius: 100%;
}
.feature-box.tpl2.left-arrow:before {
  left: -20px;
}
.feature-box.tpl2.right-arrow:before {
  right: -20px;
}
.feature-box.tpl2.right-arrow:after,
.feature-box.tpl2.left-arrow:after {
  content: "";
  position: absolute;
  top: calc(20% - 5px);
  z-index: 0;
  border: 10px solid transparent;
}
.feature-box.tpl2.right-arrow:after {
  right: -16px;
  border-left: solid 10px #f2f2f2;
}
.feature-box.tpl2.left-arrow:after {
  left: -16px;
  border-right: solid 10px #f2f2f2;
}
.feature-box.tpl2.left {
  overflow: hidden;
}
.feature-box.tpl2.left .feature-image {
  position: relative;
  width: 40%;
  display: inline-block;
  vertical-align: top;
  line-height: 0;
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
}
.feature-box.tpl2.left .feature-image img {
  width: 100%;
}
.feature-box.tpl2.left .feature-block {
  width: 60%;
  display: inline-block;
  padding: 40px 50px;
  margin-left: -4px;
}
.feature-box.tpl2.left .feature-block h4 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.feature-box.tpl2.right {
  overflow: hidden;
}
.feature-box.tpl2.right .feature-block {
  width: 60%;
  display: inline-block;
  padding: 40px 50px;
}
.feature-box.tpl2.right .feature-block h4 {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.feature-box.tpl2.right .feature-image {
  width: 40%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  line-height: 0;
  margin-left: -4px;
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
}
.feature-box.tpl2.right .feature-image img {
  width: 100%;
}
.feature-box.tpl2.center {
  margin: 0 auto 30px auto !important;
}
.feature-box.tpl2.center .feature-block {
  display: inline-block;
}
.feature-box.tpl2.center .feature-image {
  width: 100%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  line-height: 0;
  margin-bottom: 30px;
}
.feature-box.tpl3 {
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.feature-box.tpl3 .feature-block {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 3;
}
.feature-box.tpl3 .feature-block > h3 {
  margin-bottom: 30px;
  position: relative;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.feature-box.tpl3 .feature-block > h3:after {
  content: "";
  width: 0;
  border-bottom: 1px solid;
  position: absolute;
  left: 50%;
  bottom: -6px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.feature-box.tpl3 .feature-block > div {
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.7);
}
.feature-box.tpl3 .feature-image {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}
.feature-box.tpl3:hover .feature-block > h3 {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
}
.feature-box.tpl3:hover .feature-block > h3:after {
  width: 30px;
}
.feature-box.tpl3:hover .feature-image {
  transform: scaleY(1.04);
  -webkit-transform: scaleY(1.04);
  -ms-transform: scaleY(1.04);
}
.vc_progress_bar.style1.small .vc_single_bar {
  height: 8px;
}
.vc_progress_bar.style1.small .vc_single_bar .vc_bar {
  height: 8px;
}
.vc_progress_bar.style1.medium .vc_single_bar {
  height: 16px;
}
.vc_progress_bar.style1.medium .vc_single_bar .vc_bar {
  height: 16px;
}
.vc_progress_bar.style1.large .vc_single_bar {
  height: 24px;
}
.vc_progress_bar.style1.large .vc_single_bar .vc_bar {
  height: 24px;
}
.vc_progress_bar.style1 .vc_single_bar,
.vc_progress_bar.style1 .vc_bar {
  border-radius: 100px !important;
}
.wpb_button_a {
  position: relative;
  z-index: 2;
}
.wpb_button_a.rounded,
.wpb_button_a.rounded .wpb_button,
.wpb_button.rounded {
  border-radius: 100px;
}
.tb-form-contact.without-label label {
  display: none;
}
.tb-form-contact span {
  display: block;
  position: relative;
}
.tb-form-contact span:after {
  color: #aaa;
  font-size: 14px;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translateX(0) translateY(-50%);
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}
.tb-form-contact .form-name span:after {
  content: "\f007";
}
.tb-form-contact .form-email span:after {
  content: "\f199";
}
.tb-form-contact .form-telephone span:after {
  content: "\f095";
}
.tb-form-contact .form-country span:after {
  content: "\f041";
}
.tb-form-contact .form-city span:after {
  content: "\f041";
}
.tb-form-contact .form-company span:after {
  content: "\f0b1";
}
.tb-form-contact .form-website span:after {
  content: "\f1d8";
}
.team.normal .tb-carousel-item-wrap .item {
  margin: 0 auto;
  margin-bottom: 30px;
}
.team.normal
  .tb-carousel-item-wrap
  .item
  .slider-blog
  .jws_theme_carousel_content {
  padding: 0;
  text-align: center;
}
.team.normal
  .tb-carousel-item-wrap
  .item
  .slider-blog
  .jws_theme_carousel_content
  .jws_theme_carousel_title {
  margin: 20px 0 10px;
}
.team.normal
  .tb-carousel-item-wrap
  .item
  .slider-blog
  .jws_theme_carousel_content
  .jws_theme_carousel_title
  a {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.team.normal
  .tb-carousel-item-wrap
  .item
  .slider-blog
  .jws_theme_carousel_content
  .jws_theme_position {
  font-style: italic;
  font-weight: 400;
  color: #f9583b;
}
.team.normal
  .tb-carousel-item-wrap
  .item
  .slider-blog
  .jws_theme_carousel_content
  .jws_theme_introtext {
  font-weight: bold;
}
.team.normal
  .tb-carousel-item-wrap
  .item
  .slider-blog
  .jws_theme_carousel_content
  .tb-social {
  margin-top: 10px;
}
.team.normal
  .tb-carousel-item-wrap
  .item
  .slider-blog
  .jws_theme_carousel_content
  .tb-social
  li
  a {
  font-size: 18px;
  color: #444;
}
.team.normal
  .tb-carousel-item-wrap
  .item
  .slider-blog
  .jws_theme_carousel_content
  .tb-social
  li
  a:hover {
  color: #f9583b;
}
.stripe-video-wrap {
  position: relative;
}
.stripe-video-wrap video {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
}
.stripe-video-wrap .stripe-video-content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.stripe-video-wrap .tb-videobg-control-btn {
  background-position: center center;
  background-repeat: no-repeat;
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  cursor: pointer;
  height: 102px;
  line-height: 102px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 102px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.stripe-video-wrap .tb-videobg-control-btn:hover {
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.stripe-video-wrap .tb-videobg-control-btn-normal {
  border-color: rgba(0, 0, 0, 0);
  height: auto;
  line-height: 50px;
  width: auto;
}
.stripe-video-wrap .control-btn-circle {
  border-radius: 100%;
}
.stripe-video-wrap .control-btn-circle:hover {
  animation: btnplayanimate 4s linear infinite;
  -webkit-animation: btnplayanimate 4s linear infinite;
}
.stripe-video-wrap .control-btn-small {
  height: 48px;
  line-height: 48px;
  width: 48px;
}
.stripe-video-wrap .tb-videobg-control-btn-large {
  height: 102px;
  line-height: 101px;
  margin-bottom: 150px;
  margin-top: 150px;
  position: relative;
  width: 328px;
}
.stripe-video-wrap .tb-videobg-control-btn-large .tb-fonts-giant {
  border-right: 1px solid #cccccc;
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
}
.stripe-video-wrap .tb-videobg-control-btn-large .fa {
  height: 102px;
  line-height: 102px;
  position: relative;
  top: -10px;
  width: 102px;
}
.stripe-video-bg {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute !important;
  top: 0;
  width: 100%;
  z-index: 1;
}
.stripe-video-bg > video {
  visibility: visible;
  width: 100%;
}
.tb-video-bg {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
embed,
iframe,
object,
video {
  border: medium none;
  max-width: 100%;
}
.pie-dot {
  position: relative;
}
.pie-dot:before {
  background: #fff;
  border-radius: 100%;
  content: "";
  height: 8px;
  position: absolute;
  right: -2px;
  top: 20%;
  width: 8px;
}
.wpb_accordion {
  overflow: hidden;
  border: none;
}
.wpb_accordion .wpb_accordion_section {
  border-bottom: none;
  margin-bottom: 30px;
}
.wpb_accordion .wpb_accordion_section:last-child {
  border: none;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
  font-family: "@jws_theme_google_font_1 Slab" !important;
  font-weight: 400 !important;
  position: relative;
  margin-bottom: 20px !important;
  border-radius: 1px;
  overflow: hidden;
  margin-bottom: 0 !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
  margin-bottom: 0 !important;
  padding: 8px 55px !important;
  font-size: 16px;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a span {
  font-size: 24px;
  margin-right: 10px;
  font-size: 15px !important;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_content {
  padding: 0 !important;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
  top: 50% !important;
  background-image: none !important;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  left: 16px !important;
  right: initial;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:after,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:after {
  position: absolute;
  font-size: 24px;
  left: 50%;
  top: 50%;
  font-family: "aqua icon" !important;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translateX(-50%) translateY(-50%);
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:after {
  content: "\e177";
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:after {
  content: "\e170";
}
.wpb_tabs .ui-corner-top:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.wpb_tabs.woo-product-tabs .wpb_tabs_nav {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.wpb_tabs.woo-product-tabs .wpb_tabs_nav:after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #111;
  top: calc(50% - 1px);
  left: 0;
  z-index: 9;
}
.wpb_tabs.woo-product-tabs .wpb_tabs_nav li {
  background: #fff !important;
  margin-left: 5%;
  position: relative;
  z-index: 10;
  float: none;
  display: inline-block;
  background: none;
  font-family: Roboto;
  font-size: 18px;
  padding: 5px 30px;
  font-weight: 400;
}
.wpb_tabs.woo-product-tabs .wpb_tabs_nav li:hover a {
  color: #f9583b;
}
.wpb_tabs.woo-product-tabs .wpb_tabs_nav li.ui-state-active {
  font-size: 24px;
}
.wpb_tabs.woo-product-tabs .wpb_tabs_nav li:first-child {
  margin: 0;
}
.wpb_tabs.woo-product-tabs .wpb_tour_tabs_wrapper .wpb_tab {
  background: none !important;
  padding: 0 !important;
}
.tb-btn {
  padding: 0 20px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-btn span.tb-btn-inner-text {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}
.tb-btn i {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-btn.tb-btn-default {
  border: 1px solid #f9583b;
}
.tb-btn.tb-btn-icon {
  padding: 0 28px;
}
.tb-btn.tb-btn-icon i {
  position: absolute;
  right: -10px;
  top: 0;
  width: 36px;
  height: 36px !important;
  line-height: 36px !important;
  height: 100%;
  text-align: center;
  opacity: 0;
}
.tb-btn.tb-btn-icon:hover span.tb-btn-inner-text {
  -webkit-transform: translateX(-15px);
  -moz-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  -o-transform: translateX(-15px);
}
.tb-btn.tb-btn-icon:hover i {
  opacity: 1;
  right: 0px;
}
.tb-btn.tb-btn-color-white {
  background: #fff;
  color: #555;
}
.tb-btn.tb-btn-color-black {
  background: #333;
  color: #fff;
}
.tb-btn.tb-btn-color-black:hover {
  background: #555;
  color: #fff;
}
.tb-btn-1 {
  background-color: #f9583b;
  border: 0 none;
  color: #ffffff;
  line-height: 1.2em;
  display: inline-block;
  outline: medium none;
  padding: 10px 40px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.tb-btn-1:hover {
  background-color: #444444;
  color: #ffffff;
}
.tb-btn-2 {
  background-color: #444444;
  border: 0 none;
  color: #ffffff;
  line-height: 1.2em;
  display: inline-block;
  outline: medium none;
  padding: 10px 40px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.tb-btn-2:hover {
  background-color: #f9583b;
  color: #ffffff;
}
.tb-btn-3 {
  background-color: #ffffff;
  border: 0 none;
  line-height: 1.2em;
  display: inline-block;
  outline: medium none;
  padding: 10px 40px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.tb-btn-3:hover {
  background-color: #f9583b;
  color: #ffffff;
}
.tb-btn-bd-1 {
  background-color: transparent;
  border: 1px solid #444444;
  display: inline-block;
  line-height: 1.2em;
  outline: medium none;
  padding: 9px 39px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.tb-btn-bd-1:hover {
  background-color: #f9583b;
  border-color: #f9583b;
  color: #ffffff;
}
.tb-btn-bd-2 {
  background-color: #ffffff;
  border: 1px solid #444444;
  line-height: 1.2em;
  display: inline-block;
  outline: medium none;
  padding: 9px 39px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.tb-btn-bd-2:hover {
  background-color: #f9583b;
  border-color: #f9583b;
  color: #ffffff;
}
.tb-btn-bdr-1 {
  background-color: #eeeeee;
  border: 1px solid #444444;
  line-height: 1.2em;
  border-radius: 20px;
  display: inline-block;
  outline: medium none;
  padding: 9px 39px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.tb-btn-bdr-2 {
  background-color: #f9583b;
  border: 1px solid #444444;
  line-height: 1.2em;
  border-radius: 20px;
  display: inline-block;
  outline: medium none;
  padding: 9px 39px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.rtb-booking-form {
  text-align: center;
}
.rtb-booking-form div {
  text-align: left;
}
.rtb-booking-form button {
  width: 50%;
}
.rtb-booking-form textarea {
  max-width: 100%;
  width: 100%;
}
.booking-form-2 .rtb-booking-form .reservation,
.booking-form-2 .rtb-booking-form .contact {
  width: 80%;
  margin: 0 auto;
}
.booking-form-2 .rtb-booking-form textarea {
  max-width: 100%;
  width: 100%;
}
.rtb-booking-form form textarea {
  max-width: 100%;
  width: 100%;
}
.tb-menu-text-item {
  width: 100%;
  line-height: 40px;
}
.tb-menu-text-item .menu-item-inner {
  margin: 0;
}
.tb-menu-text-item .menu-item-inner span {
  display: table-cell;
}
.tb-menu-text-item .menu-item-inner span.title,
.tb-menu-text-item .menu-item-inner span.price {
  width: 1%;
  font-style: italic;
  white-space: nowrap;
}
.tb-menu-text-item .menu-item-inner span.solid {
  width: 100%;
  overflow: hidden;
  position: relative;
  color: transparent;
}
.tb-menu-text-item .menu-item-inner span.solid:after {
  content: "";
  width: 80%;
  position: absolute;
  left: 10%;
  bottom: 10px;
  border-top: 1px solid #fff;
}
.tb-menu-text-item .menu-item-desc {
  font-size: 12px;
  opacity: 0.8;
}
.tb-social {
  margin: 0;
  padding: 0;
}
.tb-social li {
  display: inline-block;
  vertical-align: top;
}
.tb-social li a {
  margin: 0 6px;
  font-size: 16px;
}
.tb-maps-info-content h5 {
  font-size: 13px;
}
.tb-error404-wrap {
  font-size: 24px;
  line-height: 22px;
  background-size: cover;
}
.tb-error404-wrap .overlay-background {
  opacity: 0.5;
}
.tb-error404-wrap a {
  font-size: 18px;
}
.tb-error404-wrap a.btn-transparent {
  margin-left: 27px;
}
.tb-error404-wrap .widget_search #searchform {
  max-width: 472px;
  width: 80%;
}
.tb-error404-wrap .widget_search #s {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 35px;
  padding-left: 15px;
  /* WebKit, Blink, Edge */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  height: 47px;
}
.tb-error404-wrap .widget_search #s::-webkit-input-placeholder {
  color: #818181;
}
.tb-error404-wrap .widget_search #s:-moz-placeholder {
  color: #818181;
  opacity: 1;
}
.tb-error404-wrap .widget_search #s::-moz-placeholder {
  color: #818181;
  opacity: 1;
}
.tb-error404-wrap .widget_search #s:-ms-input-placeholder {
  color: #818181;
}
.tb-error404-wrap .widget_search #s:placeholder-shown {
  color: #818181;
}
.tb-error404-wrap .widget_search #s:focus {
  color: #000;
}
.tb-error404-wrap .widget_search #searchsubmit {
  line-height: 27px;
  font-size: 18px;
}
.header-sidebar .sidebar-top-right .widget_mini_cart_wrap {
  position: absolute;
  bottom: 0;
  right: 30px;
}
.header-sidebar
  .sidebar-top-right
  .widget_mini_cart_wrap
  .shopping_cart_dropdown {
  left: initial;
  right: 0 !important;
}
.widget_mini_cart_wrap {
  display: inline-block;
  margin: 0 !important;
}
.widget_mini_cart_wrap.tb-cart-empty {
  text-transform: uppercase;
}
.widget_mini_cart_wrap .header a.icon_cart_wrap {
  position: relative;
}
.widget_mini_cart_wrap .header a.icon_cart_wrap span.cart_total {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  right: -28px;
  margin-top: -10px;
  font-size: 13px;
  background-color: #f9583b;
  color: #fff;
}
.widget_mini_cart_wrap .header a.icon_cart_wrap:hover span.cart_total {
  color: #fff;
  background-color: #000;
}
.widget_mini_cart_wrap .shopping_cart_dropdown {
  color: #747474;
  background: #ffffff;
  right: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  z-index: 9999;
  padding: 10px 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
  display: none;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.09);
  min-width: 360px;
}
@media (max-width: 767px) {
  .widget_mini_cart_wrap .shopping_cart_dropdown {
    min-width: 300px;
  }
}
.widget_mini_cart_wrap .shopping_cart_dropdown.active {
  display: block;
  z-index: 998;
  -webkit-animation: fadeInUp 0.3s both;
  -moz-animation: fadeInUp 0.3s both;
  -o-animation: fadeInUp 0.3s both;
  animation: fadeInUp 0.3s both;
}
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list {
  margin: 0;
  padding: 0;
}
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li {
  padding: 15px 0 15px 120px !important;
  position: relative;
  color: #747474;
  border-bottom: 1px solid #eee;
  min-height: 135px;
}
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li > a {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 28px;
  position: static;
}
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li > a:before {
  display: none;
}
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li > a.remove {
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 15px;
  font-size: 13px;
  font-weight: 400;
  line-height: 12px;
  color: #fff !important;
  background: #f9583b;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  padding-left: 1px;
}
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li > a > img {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100px;
  height: 100px;
  margin: 0;
}
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li .quantity {
  font-size: 15px;
  font-weight: 400;
}
.widget_mini_cart_wrap
  .shopping_cart_dropdown
  ul.cart_list
  > li
  .quantity
  > span {
  font-size: 14px;
  color: #484848;
}
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li.empty {
  border: none;
  min-height: auto;
}
.widget_mini_cart_wrap
  .shopping_cart_dropdown
  ul.cart_list
  > li
  .woocommerce-review-link {
  display: none;
}
.widget_mini_cart_wrap .shopping_cart_dropdown .total {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #363636;
  padding-top: 15px;
}
.widget_mini_cart_wrap .shopping_cart_dropdown .total > strong {
  font-weight: 400;
  margin-right: 40px;
}
.widget_mini_cart_wrap .shopping_cart_dropdown .total > span {
  font-size: 16px;
}
.widget_mini_cart_wrap .shopping_cart_dropdown .buttons > a {
  border: 1px solid #cccccc;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 0;
  color: #747474;
  display: block;
  float: none !important;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  padding: 10px 15px;
  background: transparent;
  text-align: center;
  text-transform: uppercase;
}
.widget_mini_cart_wrap .shopping_cart_dropdown .buttons > a.wc-forward {
  margin-bottom: 15px;
}
.widget_mini_cart_wrap .shopping_cart_dropdown .buttons > a:hover {
  background: #f9583b;
  border-color: #f9583b;
  color: #ffffff;
}
.tb-menu-canvas {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 38px;
  min-width: 250px;
  position: absolute;
  right: 0;
  text-align: left;
  top: 100%;
  padding: 20px;
  overflow: hidden;
  background: #ffffff;
  display: none;
  -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.tb-menu-canvas h3.wg-title {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
}
.tb-menu-canvas ul {
  margin: 0;
  padding: 0;
}
.tb-menu-canvas ul li a {
  color: #747474;
  line-height: 28px;
}
.tb-menu-canvas ul li a > i {
  margin-right: 5px;
}
.tb-menu-canvas ul li a:hover {
  color: #f9583b;
}
.tb-menu-canvas.active {
  display: block;
  z-index: 999;
  -webkit-animation: fadeInUp 0.3s both;
  -moz-animation: fadeInUp 0.3s both;
  -o-animation: fadeInUp 0.3s both;
  animation: fadeInUp 0.3s both;
}
.sidebar-header-right {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sidebar-header-right .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
}
.sidebar-header-right .dropdown-menu li a {
  padding: 10px;
}
.sidebar-header-right .btn-group {
  position: relative;
}
.sidebar-header-right .btn-group .btn.dropdown-toggle {
  font-size: 13px !important;
  font-weight: 600;
  padding: 10px !important;
  text-transform: uppercase;
}
.sidebar-header-right .btn-group .btn.dropdown-toggle small {
  display: inline-block;
}
.sidebar-header-right .btn-group.open .btn.dropdown-toggle {
  box-shadow: none;
}
.sidebar-header-right .btn-group.open span {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.sidebar-header-right .dd-container,
.sidebar-header-right .dd-select,
.sidebar-header-right a.dd-selected,
.sidebar-header-right a.dd-selected small {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
}
.sidebar-header-right a.dd-selected {
  font-weight: normal;
  line-height: normal;
  padding-bottom: 0;
}
.sidebar-header-right .dropdown-toggle {
  border: none medium;
  color: #000;
}
.sidebar-header-right .dropdown-toggle span {
  border: 1px solid #000;
  width: 5px;
  height: 5px;
  position: absolute;
  right: 0;
  display: block;
  top: 45%;
  border-left: none medium;
  border-top: none medium;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.sidebar-header-right .widget_ct_woo_ordering_widget,
.sidebar-header-right .widget-woocommerce-currency-switcher {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.sidebar-header-right .widget-woocommerce-currency-switcher {
  text-align: left;
}
.sidebar-header-right .widget-woocommerce-currency-switcher .dd-selected {
  font-size: 13px;
  font-weight: 600;
}
.sidebar-header-right .dd-options {
  min-width: 160px;
}
.sidebar-header-right .dd-options .dd-option label {
  font-weight: normal;
}
.sidebar-header-right .dd-options .dd-option:hover {
  background: #f5f5f5;
}
.sidebar-header-right .dd-desc {
  color: #000;
}
.sidebar-header-right .dd-desc .dd-desc {
  line-height: inherit;
}
.sidebar-header-right .dd-select {
  border: none medium;
  background: none !important;
}
.sidebar-header-right .dd-pointer-down {
  border: 1px solid #000;
  width: 5px;
  height: 5px;
  right: 0;
  border-left: none medium;
  border-top: none medium;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.sidebar-header-right .dd-pointer-down.dd-pointer-up {
  border: 1px solid #000 !important;
  margin-top: 0;
  border-left: none medium !important;
  border-top: none medium !important;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
}
.sidebar-header-right .widget-woocommerce-currency-switcher .dd-selected-text,
.sidebar-header-right .widget-woocommerce-currency-switcher .dd-option-text {
  display: none;
}
.sidebar-header-right
  .widget-woocommerce-currency-switcher
  + .widget-woocommerce-currency-switcher
  .dd-selected-description,
.sidebar-header-right
  .widget-woocommerce-currency-switcher
  + .widget-woocommerce-currency-switcher
  .dd-option-description {
  display: none;
}
.sidebar-header-right
  .widget-woocommerce-currency-switcher
  + .widget-woocommerce-currency-switcher
  .dd-selected-text,
.sidebar-header-right
  .widget-woocommerce-currency-switcher
  + .widget-woocommerce-currency-switcher
  .dd-option-text {
  display: block;
  line-height: initial;
}
@media (min-width: 981px) and (max-width: 1199px) {
  .tb-1199-fullwidth {
    width: 100% !important;
  }
  .tb-1199-fullwidth .vc_empty_space {
    display: none;
  }
  .deviation-feature-box.deviation-align-right .deviation-content-image img,
  .deviation-feature-box.deviation-align-left .deviation-content-image img,
  .deviation-feature-box.deviation-align-bottom .deviation-content-image img {
    width: auto !important;
  }
  .deviation-feature-box.deviation-align-left .deviation-content-image {
    width: 60%;
    text-align: right;
    margin-left: 40%;
  }
  .feature-box.deviation .deviation-feature-box {
    margin-bottom: 100px;
  }
  .feature-box.deviation
    .deviation-feature-box.deviation-align-bottom
    .deviation-content-image {
    width: 60%;
  }
  .feature-box.deviation
    .deviation-feature-box.deviation-align-bottom
    .deviation-content-image
    img {
    width: 100%;
  }
  .feature-box.deviation
    .deviation-feature-box.deviation-align-bottom
    .deviation-content-info {
    width: 50%;
    position: absolute;
    top: 47%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .feature-box.deviation
    .deviation-feature-box.deviation-align-bottom
    .deviation-content-info
    .feature-box-desc {
    width: auto;
  }
  .feature-box.deviation
    .deviation-feature-box.deviation-align-bottom
    .deviation-link-more {
    bottom: 25px;
  }
}
@media (max-width: 995px) {
  .tb-full-width-995 {
    width: 100% !important;
  }
  .feature-box.tpl3 {
    margin: 10px auto 70px !important;
  }
}
@media (min-width: 768px) {
  .tb-send-mail-wrap .tb-mail-inner .col-sm-5 {
    padding-right: 0;
  }
  .tb-send-mail-wrap .tb-mail-inner .col-sm-7 {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-id-17 .rev_slider_wrapper {
    margin-top: 250px !important;
    box-shadow: 0 -250px 0 250px;
    color: #deb6b6;
  }
}
@media (max-width: 768px) {
  .carousel-block .overlay {
    display: none !important;
  }
  .tb-line-center {
    width: 100%;
  }
  .tb-send-mail-wrap .tb-mail-inner {
    overflow: auto;
  }
  .tb-send-mail-wrap .tb-mail-inner #tb-close-newsletter {
    right: 16px !important;
    top: 16px !important;
  }
  .logged-in .tb-send-mail-wrap .tb-mail-inner #tb-close-newsletter {
    top: 60px !important;
  }
}
@media (max-width: 767px) {
  .header-sidebar {
    text-align: center;
  }
  .header-sidebar .tb-social {
    text-align: center;
  }
  .feature-box {
    margin-bottom: 20px !important;
  }
  .feature-box.tpl2 .feature-image,
  .feature-box.tpl2 .feature-block {
    width: 100% !important;
  }
  .feature-box.tpl2.right-arrow:before,
  .feature-box.tpl2.left-arrow:before {
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -wekit-transform: translateX(-50%);
  }
  .feature-box.tpl2.right-arrow:after,
  .feature-box.tpl2.left-arrow:after {
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom: 10px solid #f2f2f2;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
    -wekit-transform: translateX(-50%);
    top: -20px;
  }
  .vc_pie_chart .counter {
    margin-bottom: 50px;
  }
  .pie-dot::before {
    top: initial;
    right: initial;
    bottom: -25px;
    left: 50%;
  }
  .title-bar {
    text-align: center;
  }
  .title-bar .page-breadcrumb {
    text-align: center;
  }
  .tb-grid:first-child {
    text-align: center;
  }
  .tb-grid .controls-filter,
  .tb-grid .controls-sorter {
    text-align: center;
    float: none !important;
  }
  .jws_theme_footer .footer-top .tb-col4 {
    padding: 0 15px;
    border: none !important;
  }
}
.scroll_button_show {
  position: relative;
}
.scroll_button_show .btn_scroll_wrap {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 22px;
  height: 50px;
  z-index: 999;
  cursor: pointer;
}
.scroll_button_show .btn_scroll_wrap:after {
  border: 1px solid #d3d3d3;
  border-radius: 10px;
  content: "";
  height: 35px;
  left: 1px;
  position: absolute;
  top: 0;
  width: 20px;
}
.scroll_button_show .btn_scroll_wrap:before {
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  top: 4px;
  width: 1px;
  background: #d3d3d3;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.text-blog-style-1 {
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 60px;
}
.text-blog-style-1 ul {
  margin: 0;
  padding: 0;
}
.text-blog-style-1 ul li {
  padding: 10px 0;
}
.wbp-title.tpl2 {
  padding: 10px;
  border: solid 1px #aaaaaa;
}
.wbp-title.tpl2 .wbp-title-content {
  padding: 20px;
}
.wbp-title.tpl2 .wbp-title-content h3.headline {
  font-weight: 600;
  padding: 0;
  margin: 0;
}
.wbp-title.tpl2 .wbp-title-content p {
  line-height: initial;
  font-style: italic;
  font-weight: bold;
}
.row-full-content .row > div,
.tb-one-page-post .row-full-content.tb-blog > div {
  padding: 0 !important;
}
.deviation-blog,
.deviation-feature-box {
  position: relative;
}
.deviation-blog .blog-title a,
.deviation-blog .feature-box-title a,
.deviation-feature-box .blog-title a,
.deviation-feature-box .feature-box-title a {
  display: block;
  position: relative;
  line-height: 32px;
}
.deviation-blog .blog-title a:after,
.deviation-blog .feature-box-title a:after,
.deviation-feature-box .blog-title a:after,
.deviation-feature-box .feature-box-title a:after {
  position: absolute;
  content: "";
  width: 30px;
  bottom: -12px;
  left: 50%;
  border-bottom: 1px solid #444;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.deviation-blog .blog-desc,
.deviation-blog .feature-box-desc,
.deviation-feature-box .blog-desc,
.deviation-feature-box .feature-box-desc {
  background-color: rgba(249, 88, 59, 0.3);
  margin-top: 36px;
  padding: 30px 30px 50px;
  font-weight: 600;
}
.deviation-blog .deviation-link-more,
.deviation-feature-box .deviation-link-more {
  bottom: 10px;
  font-size: 28px;
  opacity: 0.6;
  position: absolute;
  right: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.deviation-blog .deviation-link-more:hover,
.deviation-feature-box .deviation-link-more:hover {
  opacity: 0.6;
}
.deviation-blog.deviation-align-right .deviation-content-image,
.deviation-feature-box.deviation-align-right .deviation-content-image {
  width: 60%;
}
.deviation-blog.deviation-align-right .deviation-content-image img,
.deviation-feature-box.deviation-align-right .deviation-content-image img {
  width: 100%;
}
.deviation-blog.deviation-align-right .deviation-content-info,
.deviation-feature-box.deviation-align-right .deviation-content-info {
  width: 50%;
  position: absolute;
  top: 47%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.deviation-blog.deviation-align-right .deviation-link-more,
.deviation-feature-box.deviation-align-right .deviation-link-more {
  bottom: 25px;
}
.deviation-blog.deviation-align-left .deviation-content-image,
.deviation-feature-box.deviation-align-left .deviation-content-image {
  width: 60%;
  margin-left: 40%;
}
.deviation-blog.deviation-align-left .deviation-content-image img,
.deviation-feature-box.deviation-align-left .deviation-content-image img {
  width: 100%;
}
.deviation-blog.deviation-align-left .deviation-content-info,
.deviation-feature-box.deviation-align-left .deviation-content-info {
  width: 50%;
  position: absolute;
  top: 47%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.deviation-blog.deviation-align-left .deviation-link-more,
.deviation-feature-box.deviation-align-left .deviation-link-more {
  bottom: 25px;
}
.deviation-blog.deviation-align-bottom .deviation-content-image width: 60%
			img, .deviation-feature-box.deviation-align-bottom .deviation-content-image width: 60%
			img {
  width: 100%;
}
.deviation-blog.deviation-align-bottom .deviation-content-info,
.deviation-feature-box.deviation-align-bottom .deviation-content-info {
  width: 100%;
  transform: translateY(-30%);
  -webkit-transform: translateY(-40px);
}
.deviation-blog.deviation-align-bottom .deviation-content-info .blog-title,
.deviation-blog.deviation-align-bottom
  .deviation-content-info
  .feature-box-title,
.deviation-feature-box.deviation-align-bottom
  .deviation-content-info
  .blog-title,
.deviation-feature-box.deviation-align-bottom
  .deviation-content-info
  .feature-box-title {
  width: 30%;
  display: inline-block;
}
.deviation-blog.deviation-align-bottom .deviation-content-info .blog-desc,
.deviation-blog.deviation-align-bottom
  .deviation-content-info
  .feature-box-desc,
.deviation-feature-box.deviation-align-bottom
  .deviation-content-info
  .blog-desc,
.deviation-feature-box.deviation-align-bottom
  .deviation-content-info
  .feature-box-desc {
  width: calc(70% - 6px);
  display: inline-block;
  margin-top: 0;
  vertical-align: middle;
}
#tb-mega-searchform {
  padding: 10px 10px 0;
  background: #fff;
  position: relative;
  z-index: 1;
}
#tb-mega-searchform .dropdown {
  height: 50px;
  line-height: 50px;
  background-color: #202020;
  color: #fff;
  padding: 0 16px;
  box-shadow: none;
}
#tb-mega-searchform .dropdown .fa-th {
  font-size: 16px;
  position: relative;
  z-index: 1;
}
#tb-mega-searchform .dropdown .tb-title {
  margin-left: 6px;
  font-size: 18px;
}
#tb-mega-searchform .dropdown .caret {
  right: 17px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}
#tb-mega-searchform .dropdown select {
  position: absolute;
  left: 0;
  top: 50%;
  line-height: 1;
  border: none;
  background-color: #202020;
  color: #fff;
  padding: 0 0 0 43px;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 14px;
  appearance: none;
  height: 48px;
  margin-top: -24px;
  cursor: pointer;
}
#tb-mega-searchform input {
  height: 50px;
}
#tb-mega-searchform input[type="text"] {
  color: #9c9c9c;
  font-size: 14px;
  padding: 0 50px 0 20px;
  /* WebKit, Blink, Edge */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
}
#tb-mega-searchform input[type="text"]::-webkit-input-placeholder {
  color: #9c9c9c;
}
#tb-mega-searchform input[type="text"]:-moz-placeholder {
  color: #9c9c9c;
  opacity: 1;
}
#tb-mega-searchform input[type="text"]::-moz-placeholder {
  color: #9c9c9c;
  opacity: 1;
}
#tb-mega-searchform input[type="text"]:-ms-input-placeholder {
  color: #9c9c9c;
}
#tb-mega-searchform input[type="text"]:placeholder-shown {
  color: #9c9c9c;
}
#tb-mega-searchform input[type="text"]:focus {
  color: #000;
}
#tb-mega-searchform #searchsubmit,
#tb-mega-searchform input[type="submit"] {
  height: 50px;
  position: absolute;
  right: 8px;
  top: 10px;
  width: 50px;
  border: none;
  font-size: 16px;
}
#tb-mega-searchform #searchsubmit:hover,
#tb-mega-searchform input[type="submit"]:hover {
  color: #f9583b;
}
#tb-mega-searchform [class*="col-xs"] {
  float: left;
}
#tb-mega-searchform .col-xs-25 {
  width: 20.833%;
}
#tb-mega-searchform .col-xs-95 {
  width: 79.167%;
}
.feature-box.deviation2 .feature-box-title {
  margin-bottom: 60px;
  margin-top: 50px;
  padding: 0;
}
.feature-box.deviation2 .image-bg {
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding-bottom: 40px;
}
.feature-box.deviation2.right .image-bg {
  background-position: 0 0;
}
.feature-box.deviation2.left .image-bg {
  background-position: 100% 0;
}
.wpcf7 .wpcf7-submit {
  float: right;
  background: #f9583b;
  border-color: #f9583b;
  color: #fff;
  text-transform: uppercase;
  width: 150px;
}
.wpcf7 .wpcf7-submit:hover {
  background: #444;
  border-color: #444;
  color: #fff;
}
@media (max-width: 980px) {
  .feature-box.deviation2.left .image-bg,
  .feature-box.deviation2.right .image-bg {
    background-position: center center;
  }
  .tb-blog-content-outer .tb-blog-basic-widget {
    display: none;
  }
}
.tb-header-wrap .header-sidebar-inner {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.tb-header-wrap .header-sidebar-inner > div {
  position: relative;
}
.single article.post h2.blog-title,
.single article.space h2.blog-title {
  margin: 19px 0 25px 0;
  font-size: 36px;
  font-style: italic;
}
.single article.post .tb-content-block .blog-desc,
.single article.space .tb-content-block .blog-desc {
  text-align: justify;
  margin-bottom: 25px;
  height: 50%;
}
.single article.post .tb-content-block .tag-links a,
.single article.space .tb-content-block .tag-links a {
  color: #f9583b;
}
.single article.post .tb-content-block .tag-links a:hover,
.single article.space .tb-content-block .tag-links a:hover {
  color: #444;
}
.single article.post .tb-content-block .about-author,
.single article.space .tb-content-block .about-author {
  margin: 25px 0;
}
.single article.post .tb-content-block .about-author .author-avatar,
.single article.space .tb-content-block .about-author .author-avatar {
  display: inline-block;
  vertical-align: top;
}
.single article.post .tb-content-block .about-author .author-info,
.single article.space .tb-content-block .about-author .author-info {
  display: inline-block;
  padding-left: 30px;
  width: calc(100% - 175px);
  width: -webkit-calc(100% - 175px);
}
.single article.post .tb-content-block .about-author .author-info .subtitle,
.single article.space .tb-content-block .about-author .author-info .subtitle {
  font-weight: bold;
}
.single article.post .tb-content-block .about-author .author-info .desc,
.single article.space .tb-content-block .about-author .author-info .desc {
  font-style: italic;
}
.single article.post .tb-content-block .about-author .author-info a,
.single article.space .tb-content-block .about-author .author-info a {
  color: #f9583b;
}
.single.post-template-sidebar_right-php article.post .blog-info {
  text-align: left;
}
.single.post-template-sidebar_right-php article.post .blog-info > span {
  margin-left: 0;
  margin-right: 55px;
}
.tb-blog-related {
  margin: 70px 0 75px;
}
.tb-blog-related > .tb-title {
  margin-bottom: 38px;
}
.tb-padding-content {
  padding: 0 20% !important;
}
@media (max-width: 1240px) {
  #jws_theme_wrapper
    .tb-blog.default
    article
    .tb-content-block
    h2.blog-title
    a {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  #jws_theme_wrapper .tb-blog.default article .tb-content-block h2.blog-title {
    margin-bottom: 20px;
    line-height: 26px;
  }
  #jws_theme_wrapper .tb-left .tb-blog.default .tb-content-block,
  #jws_theme_wrapper .tb-right .tb-blog.default .tb-content-block {
    padding-top: 20px;
  }
  #jws_theme_wrapper .tb-md-container,
  #jws_theme_wrapper .tb-md-container-fluid {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.text-medium {
  font-size: 18px;
}
.text-italic {
  font-style: italic;
}
.text-bold {
  font-weight: bold;
}
.ro-reservation-bg .ro-reservation {
  position: relative;
  z-index: 1;
}
.ro-reservation-bg .ro-reservation:after {
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media (max-width: 991px) {
  .tb-padding-content {
    padding: 0 20px !important;
  }
  .tb-980-hide {
    display: none;
  }
  .sidebar-right .widget .tb-post-side-img {
    float: none;
    width: 100%;
    height: auto;
  }
  .sidebar-right .widget .tb-post-side-ct {
    margin: 0;
  }
  .tb-980-fullwidth {
    width: 100% !important;
  }
  .feature-box.deviation .deviation-feature-box {
    margin-bottom: 100px;
  }
  .feature-box.deviation
    .deviation-feature-box.deviation-align-bottom
    .deviation-content-image {
    width: 60%;
  }
  .feature-box.deviation
    .deviation-feature-box.deviation-align-bottom
    .deviation-content-image
    img {
    width: 100%;
  }
  .feature-box.deviation
    .deviation-feature-box.deviation-align-bottom
    .deviation-content-info {
    width: 50%;
    position: absolute;
    top: 47%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .feature-box.deviation
    .deviation-feature-box.deviation-align-bottom
    .deviation-content-info
    .feature-box-desc {
    width: auto;
  }
  .feature-box.deviation
    .deviation-feature-box.deviation-align-bottom
    .deviation-link-more {
    bottom: 25px;
  }
  .rtb-booking-form .reservation,
  .rtb-booking-form .contact {
    width: 100%;
  }
  .tb-left .tb-blog.default .tb-blog-image {
    width: 100%;
  }
  .tb-left .tb-blog.default .tb-content-block {
    position: relative;
    width: 100%;
  }
  .tb-left .tb-blog.default .tb-content-block:before {
    left: 60px;
    position: absolute;
    top: -32px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
  }
  .tb-right .tb-blog.default .tb-blog-image {
    width: 100%;
    float: none;
  }
  .tb-right .tb-blog.default .tb-content-block {
    position: relative;
    width: 100%;
  }
  .tb-right .tb-blog.default .tb-content-block:before {
    position: absolute;
    right: 60px;
    top: -32px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
  }
  #jws_theme_wrapper .tb-blog.default article .tb-content-block .blog-desc {
    height: 6.2em;
    overflow: hidden;
  }
  .jws_theme_footer .footer-header .socials {
    text-align: right;
    margin: 0 -20px 25px;
  }
  .tb-sm-container,
  .tb-sm-container-fluid {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 991px) {
  .tb-blog.default article {
    display: block;
  }
  .single-post article.post .tb-content-block {
    text-align: center;
  }
  .single-post article.post .tb-content-block .about-author,
  .single-post article.post .tb-content-block .author-info {
    display: block;
  }
  .single-post article.post .tb-content-block .author-info {
    padding-left: 0 !important;
    width: 100% !important;
  }
  #tb-mega-searchform .dropdown {
    padding: 0 12px;
  }
  #tb-mega-searchform .dropdown .fa-th {
    font-size: 14px;
  }
  #tb-mega-searchform .dropdown select {
    font-size: 15px;
    padding-left: 30px;
  }
  #tb-mega-searchform .dropdown .caret {
    right: 12px;
  }
}
@media (max-width: 767px) {
  .tb-advertise-2 .vc_col-sm-3 {
    display: none;
  }
  .tb-advertise-2 .vc_col-sm-9 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    text-align: center;
  }
  .deviation-blog .deviation-content-image,
  .deviation-feature-box .deviation-content-image {
    display: none;
  }
  .deviation-blog .deviation-content-info,
  .deviation-feature-box .deviation-content-info {
    position: relative !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translateX(0) translateY(0) !important;
    width: 100% !important;
  }
  .deviation-blog .deviation-content-info .deviation-content-title,
  .deviation-feature-box .deviation-content-info .deviation-content-title {
    width: 100% !important;
  }
  .deviation-blog .deviation-content-info .feature-box-desc,
  .deviation-feature-box .deviation-content-info .feature-box-desc {
    width: 100% !important;
  }
  #tb-mega-searchform .dropdown {
    padding: 0 30%;
  }
  #tb-mega-searchform .dropdown select {
    padding-left: 5px;
    text-indent: -999px;
  }
}
@media (max-width: 767px) and (min-width: 361px) {
  .footer-top .tb-widget-post-list ul.tb-post-list li .tb-meta {
    width: 100px;
  }
  .footer-top .widget.widget_ct_recent_work_widget ul li {
    width: 100px;
  }
  .wpb_tabs.woo-product-tabs .wpb_tabs_nav::after {
    border: none;
  }
  .wpb_tabs.woo-product-tabs .wpb_tabs_nav li {
    width: 100%;
    text-align: center;
    display: inline;
  }
}
@media (max-width: 480px) {
  .tb-blog .blog-note {
    display: none;
  }
}
@media (max-width: 361px) {
  .sidebar-right .widget .tb-post-side-ct {
    text-align: center;
  }
  .tb-blog.blog article .blog-info > span {
    margin-left: 3px !important;
  }
  .comment-form p.comment-form-author,
  .comment-form p.comment-form-email,
  .comment-form p.comment-form-url {
    width: 100%;
  }
  .deviation-blog .deviation-content-image,
  .deviation-feature-box .deviation-content-image {
    display: none;
  }
  .deviation-blog .deviation-content-info,
  .deviation-feature-box .deviation-content-info {
    position: relative !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translateX(0) translateY(0) !important;
    width: 100% !important;
  }
  .deviation-blog .deviation-content-info .deviation-content-title,
  .deviation-feature-box .deviation-content-info .deviation-content-title {
    width: 100% !important;
  }
  .deviation-blog .deviation-content-info .feature-box-desc,
  .deviation-feature-box .deviation-content-info .feature-box-desc {
    width: 100% !important;
  }
  .tb-header-wrap .header-sidebar-inner {
    display: block;
  }
  .rtb-booking-form .reservation,
  .rtb-booking-form .contact {
    width: auto !important;
  }
  .widget_mini_cart_wrap .shopping_cart_dropdown {
    width: auto !important;
  }
  .wpb_tabs.woo-product-tabs .wpb_tabs_nav:after {
    border-color: transparent;
  }
  .wpb_tabs.woo-product-tabs .wpb_tabs_nav li {
    display: block;
  }
  .footer-top {
    text-align: center;
  }
  .footer-top .tb-col4 {
    border: none !important;
    padding: 0 15px !important;
  }
  .footer-top .tb-col4 .tb-social {
    text-align: center !important;
  }
  .footer-top .widget p {
    text-align: center !important;
  }
}
.tb-countdown-js .tb-box-countdown {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 10px;
}
.tb-countdown-js .tb-box-countdown span {
  display: inline-block;
  font-size: 45px;
  width: 80px;
  height: 80px;
  line-height: 74px;
  background: #f9583b;
  color: #fff;
}
.tb-countdown-js .tb-box-countdown p {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
}
#jws_theme_back_to_top {
  bottom: -180px;
  cursor: pointer;
  height: auto;
  margin: 0;
  position: fixed;
  right: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 999;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
#jws_theme_back_to_top.active {
  bottom: 180px !important;
  display: block !important;
  opacity: 1 !important;
}
#jws_theme_back_to_top.active:hover i {
  margin-top: -3px;
  opacity: 1;
}
#jws_theme_back_to_top span {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #f9583b;
  background: #f9583b;
  display: inline-block;
  text-align: center;
}
#jws_theme_back_to_top span i {
  color: #fff;
  display: block;
  line-height: 200%;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  line-height: 40px;
  margin-top: 0;
}
#jws_theme_back_to_top span i:before {
  content: "\f176";
  font-family: FontAwesome;
  font-size: 16px;
}
.ro-testimonial-scroll-wrapper:before {
  background: rgba(0, 0, 0, 0)
    linear-gradient(
      to bottom,
      #f3f3f0 0%,
      rgba(243, 243, 240, 0.99) 1%,
      rgba(243, 243, 240, 0.5) 50%,
      rgba(243, 243, 240, 0) 100%
    )
    repeat scroll 0 0;
  content: " ";
  display: block;
  height: 80px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 512;
}
.ro-testimonial-scroll-wrapper:after {
  background: rgba(0, 0, 0, 0)
    linear-gradient(
      to bottom,
      rgba(243, 243, 240, 0) 0%,
      rgba(243, 243, 240, 0.5) 50%,
      rgba(243, 243, 240, 0.99) 99%,
      #f3f3f0 100%
    )
    repeat scroll 0 0;
  bottom: 0;
  content: " ";
  display: block;
  height: 80px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 512;
}
.tb-shoptab-separator {
  border-top: 1px solid #eeeeee;
  height: 0;
  width: 100%;
  margin-bottom: 40px;
  margin-top: 10px;
}
.tb-demo-absolute {
  position: absolute;
  top: 0;
  left: 0;
}
.tb-demo-title {
  margin: 20px 0 25px 0 !important;
}
.ro-demo-item {
  display: block;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 360px;
  text-align: center;
  position: relative;
}
.ro-demo-item .ro-content {
  background-color: #eeeeee;
  border: 1px solid #aaaaaa;
  margin-bottom: 20px;
  padding: 10px;
  position: relative;
  line-height: 0;
}
.ro-demo-item img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
.ro-demo-item .ro-overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 512;
  opacity: 0;
  padding: 10px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.ro-demo-item .ro-overlay .ro-cell-vertical-wrapper {
  background-color: rgba(171, 220, 225, 0.7);
  display: table;
  height: 100%;
  width: 100%;
}
.ro-demo-item .ro-overlay .ro-cell-vertical-wrapper .ro-cell-middle {
  display: table-cell;
  vertical-align: middle;
}
.ro-demo-item .ro-overlay.comming {
  opacity: 1;
}
.ro-demo-item .ro-overlay.comming .ro-cell-vertical-wrapper {
  background-color: transparent;
}
.ro-demo-item:hover .ro-overlay {
  opacity: 1;
}
.ro-demo-item.ro-new:before {
  background: rgba(0, 0, 0, 0) url("assets/images/demo-new.png") no-repeat
    scroll 100% 100%;
  content: "";
  display: block;
  height: 40px;
  left: 45px;
  position: absolute;
  top: 25px;
  width: 75px;
  z-index: 20;
}
@media (max-width: 1024px) {
  .tb-demo-hide-mobile {
    display: none;
  }
}
.wpcf7-form {
  margin-top: -12px;
}
.wpcf7-form label {
  color: #f9583b;
}
.wpcf7-form .ct-label {
  display: block;
  margin: 7px 0 5px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"] {
  height: 34px;
}
.wpcf7-form textarea {
  height: 194px;
}
.wpcf7-form .wpcf7-submit {
  background-color: transparent;
  border: 1px solid #ebebeb;
  height: 40px;
  line-height: 39px;
  display: inline-block;
  padding: 0;
  width: 170px;
  text-align: center;
  text-transform: uppercase;
  color: #2a2a2a;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
  margin-top: 5px;
}
.wpcf7-form .wpcf7-submit:hover {
  background-color: #2a2a2a;
  border-color: #2a2a2a;
  color: #fff;
}
.tb-send-mail-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: none;
}
.tb-send-mail-wrap .tb-mail-inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 840px;
  width: 100%;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-color: #fff;
  max-height: 100vh;
}
.tb-send-mail-wrap .tb-mail-inner .widget > h3 {
  display: none;
}
.tb-send-mail-wrap .tb-mail-inner .newsletter-desc {
  max-width: 320px;
  margin: 70px auto;
}
.tb-send-mail-wrap .tb-mail-inner .newsletter-submit {
  width: 130px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #202020;
  color: #fff;
  margin: 5px 0 25px;
}
.tb-send-mail-wrap .tb-mail-inner .newsletter-submit:hover {
  background-color: #f9583b;
}
.tb-send-mail-wrap .tb-mail-inner h3.wg-title {
  margin-bottom: 15px;
}
.tb-send-mail-wrap .tb-mail-inner span.primary-color {
  color: #f9583b;
}
.tb-send-mail-wrap .tb-mail-inner .newsletter-desc {
  line-height: 22px;
}
.tb-send-mail-wrap .tb-mail-inner .newsletter-widget {
  margin-top: 40px;
}
.tb-send-mail-wrap .tb-mail-inner .newsletter-widget input.newsletter-email {
  max-width: 82%;
}
.tb-send-mail-wrap
  .tb-mail-inner
  .newsletter-widget
  .tb-newsletter-checkbox
  input {
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  margin-right: 7px;
}
.tb-send-mail-wrap .tb-mail-inner #tb-close-newsletter {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border: 3px solid #fff;
  background-color: #2a2a2a;
  text-align: center;
  border-radius: 50%;
  margin-right: -15px;
  margin-top: -15px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
#yith-quick-view-modal .yith-wcwl-add-to-wishlist,
#yith-quick-view-modal .compare-button,
#yith-quick-view-modal .tb-send-mail {
  display: none;
}
.about-our-store p {
  line-height: 22px;
}
body .vc_images_carousel .vc_carousel-control {
  opacity: 0;
  margin-top: -21px;
}
body .vc_images_carousel .vc_carousel-control .icon-prev,
body .vc_images_carousel .vc_carousel-control .icon-next {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 37px;
  text-align: center;
  color: #383838;
  background: #fff;
  border: 1px solid #ebebeb;
  text-shadow: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body .vc_images_carousel .vc_carousel-control .icon-prev:hover,
body .vc_images_carousel .vc_carousel-control .icon-next:hover {
  color: #ffffff;
  background: #f9583b;
  border-color: #f9583b;
}
body .vc_images_carousel .vc_carousel-control .icon-prev:before,
body .vc_images_carousel .vc_carousel-control .icon-next:before {
  font-family: FontAwesome;
  top: 0;
}
body .vc_images_carousel .vc_carousel-control .icon-prev:before {
  content: "\f104";
}
body .vc_images_carousel .vc_carousel-control .icon-next {
  padding-left: 3px;
}
body .vc_images_carousel .vc_carousel-control .icon-next:before {
  content: "\f105";
}
body .vc_images_carousel .vc_carousel-control.vc_left {
  left: -55px;
}
body .vc_images_carousel .vc_carousel-control.vc_right {
  right: -55px;
}
body .vc_images_carousel:hover .vc_carousel-control {
  opacity: 1;
}
.rev_slider_wrapper .tp-bullet {
  width: 12px;
  height: 12px;
}
.footer-layout-4 {
  margin-left: -15px;
  margin-right: -15px;
}
#rev_slider_10_1_wrapper .tp-bullet {
  width: 6px;
  height: 6px;
}
.ct-over-hidden {
  overflow: hidden;
}
.widget .wp-caption img {
  height: auto;
}
.tb-md-container-fluid .no-container,
.tb-sm-container-fluid .no-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.tb-custom-contact {
  position: relative;
}
.tb-custom-contact .wpb_widgetised_column {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background-color: #fff;
  padding: 40px 28px 28px;
  max-width: 340px;
}
.tb-custom-contact .wpb_widgetised_column ul {
  padding-left: 5px;
}
.tb-custom-contact .wpb_widgetised_column .wg-title {
  font-size: 17px;
  margin-bottom: 14px;
}
.tb-custom-margin {
  margin-bottom: 30px !important;
}
.tb-overlay-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  overflow: hidden;
  position: fixed;
  display: none;
}
.tb-overlay-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  position: fixed;
}
.tb-overlay-bg .tb-overlay-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tb-overlay-bg .tb-overlay-container .tb-overlay-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
  background-color: #fff;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
}
.tb-overlay-bg .tb-overlay-container .tb-overlay-content.content-lightbox {
  background-color: transparent;
  box-shadow: none;
}
.tb-overlay-bg .tb-overlay-container .tb-overlay-content.content-lightbox img {
  display: inline-block;
}
.tb-overlay-bg
  .tb-overlay-container
  .tb-overlay-content.content-lightbox
  .portfolio-lightbox {
  position: relative;
  display: inline-block;
  width: 100%;
}
.tb-overlay-bg
  .tb-overlay-container
  .tb-overlay-content.content-lightbox
  .tb-close {
  position: absolute;
  right: 0;
  border: 1px solid #fff;
  color: #fff;
  box-shadow: none;
  top: 1px;
  outline: none;
  border-radius: 0;
}
.tb-overlay-bg
  .tb-overlay-container
  .tb-overlay-content.content-lightbox
  .tb-close:hover {
  background-color: ;
}
.tb-overlay-bg .tb-overlay-container .tb-overlay-content .tb-iframe-scaler {
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}
.tb-overlay-bg
  .tb-overlay-container
  .tb-overlay-content
  .tb-iframe-scaler
  iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
  max-width: 100% !important;
}
@media (min-width: 1200px) {
  .col-lg-95 {
    padding: 0 45px;
  }
}
.tb_contact_all .support_all li a p {
  color: #1c1c1c;
}
.tb_contact_all .support_all li a i {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb_contact_all .support_all li a:hover i {
  color: #f9583b;
  border-color: #f9583b;
}
@media (max-width: 767px) {
  .tb_contact_all .support_all li {
    display: block;
    width: 100%;
  }
  .tb_contact_all .support_all li a i {
    float: none;
  }
  .tb_contact_all .support_all li a p {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .tb_contact_all .support_all li {
    margin-bottom: 15px;
  }
}
.tb_custom_contact .title-tpl1 {
  margin-bottom: 110px;
}
.tb_custom_contact .title-tpl1 .tb-content {
  font-size: 14px;
  line-height: 25px;
}
.tb_custom_contact .title-tpl1 .stabapp-title {
  font-weight: 400;
}
.tb_custom_contact .wpcf7 .wpcf7-form span {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #6e6e6e;
  text-transform: capitalize;
}
.tb_custom_contact .wpcf7 .wpcf7-form span input[type="text"],
.tb_custom_contact .wpcf7 .wpcf7-form span input[type="email"],
.tb_custom_contact .wpcf7 .wpcf7-form span textarea {
  border-color: #e1e1e1;
  height: 50px;
  margin-bottom: 30px;
}
.tb_custom_contact .wpcf7 .wpcf7-form span textarea {
  height: 270px;
}
.tb_custom_contact .wpcf7 .wpcf7-form .font-noraure-3 {
  text-align: center;
  margin-top: 15px;
}
.tb_custom_contact .wpcf7 .wpcf7-form .font-noraure-3 .wpcf7-form-control {
  text-align: center;
  font-family: Roboto;
  font-weight: 700;
  font-size: 14px;
  line-height: 31px;
  text-transform: uppercase;
  margin: 0 auto;
  display: block;
  width: 200px;
  height: 50px;
  border-radius: 50px;
  color: #fff;
  float: initial;
  background: #f9583b !important;
  border-color: #f9583b !important;
}
.payment-1 {
  width: 45px;
  height: 13px;
  background: url(assets/images/c.png) center center no-repeat transparent;
}
.payment-2 {
  width: 38px;
  height: 13px;
  background: url(assets/images/b.png) center center no-repeat transparent;
}
.payment-3 {
  width: 45px;
  height: 13px;
  background: url(assets/images/a.png) center center no-repeat transparent;
}
.payment-4 {
  width: 96px;
  height: 21px;
  background: url(assets/images/d.png) center center no-repeat transparent;
}
#tb-full-height {
  height: calc(100vh - 170px);
  overflow: hidden;
}
.jws_theme_footer.tb-layout-fullwidth {
  position: relative;
  z-index: 100;
  background-color: #fff;
}
@media (min-width: 1200px) {
  .col-lg-20 {
    width: 20%;
  }
}
@media (max-width: 320px) {
  .woocommerce .cart-collaterals .cart_totals .checkout-button,
  .woocommerce .return-to-shop {
    max-width: 100% !important;
    width: 100% !important;
  }
  .tb-tab-container .tb-data-tab {
    padding: 15px !important;
  }
}
@media (max-width: 991px) {
  .vc_empty_space {
    height: 30px !important;
  }
}
.feature-box-icon-top-style-1 .feature-box-media {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  margin-bottom: 22px;
}
.feature-box-icon-top-style-1 .feature-box-media i {
  position: absolute;
  top: 50%;
  font-size: 30px;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.feature-box-icon-top-style-1 .feature-box-horizontal-strokes {
  background: rgba(255, 255, 255, 0.5);
  height: 1px;
  margin: 0 auto;
  width: 30px;
}
.feature-box-icon-top-style-1 .feature-box-detail .feature-box-title {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.feature-box-icon-top-style-1 .feature-box-detail .feature-box-content {
  padding-top: 9px;
}
.feature-box-icon-top-style-1 .feature-box-detail .feature-box-content p {
  margin: 0;
}
@media (max-width: 991px) {
  .feature-box-icon-top-style-1 {
    max-width: 370px;
    margin: 0 auto 30px !important;
  }
}
.tb-grid.template-product-1 {
  text-align: center;
}
.tb-grid.template-product-1 .controls-filter {
  list-style: none;
  margin: 0;
  padding: 0 0 70px;
}
.tb-grid.template-product-1 .controls-filter li {
  display: inline-block;
  position: relative;
}
.tb-grid.template-product-1 .controls-filter li a {
  color: #cacaca;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 22px;
  -webkit-transition: all 300ms fade 0s;
  -moz-transition: all 300ms fade 0s;
  -ms-transition: all 300ms fade 0s;
  -o-transition: all 300ms fade 0s;
}
.tb-grid.template-product-1 .controls-filter li.active a,
.tb-grid.template-product-1 .controls-filter li:hover a {
  color: #383838;
}
.tb-grid.template-product-1 .controls-filter li.active:after,
.tb-grid.template-product-1 .controls-filter li:hover:after {
  background: rgba(0, 0, 0, 0) url("assets/images/underline-style-2.png")
    no-repeat scroll 100% 100%;
  content: "";
  height: 100%;
  left: 50%;
  margin-top: 30px;
  position: absolute;
  top: 0;
  width: 87px;
  z-index: 9;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.tb-grid.template-product-1 .controls-filter li + li {
  border-left: 2px solid #cacaca;
}
.tb-grid.template-product-1 .tb-grid-item-inner .tb-grid-thumb {
  position: relative;
  overflow: hidden;
}
.tb-grid.template-product-1 .tb-grid-item-inner .tb-grid-thumb .onsale {
  font-size: 13px;
  font-weight: 400;
  top: 15px;
  left: 15px;
  background: #fff;
  color: #626262;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-box-shadow: 1px 1px 0px 1px #dadada;
  -moz-box-shadow: 1px 1px 0px 1px #dadada;
  box-shadow: 1px 1px 0px 1px #dadada;
}
.tb-grid.template-product-1 .tb-grid-item-inner .tb-grid-thumb img {
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -ms-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
}
.tb-grid.template-product-1 .tb-grid-item-inner .tb-grid-title {
  margin-top: 20px;
}
.tb-grid.template-product-1 .tb-grid-item-inner .tb-grid-title a {
  font-size: 14px;
  color: #747474;
  line-height: 17px;
  text-transform: uppercase;
}
.tb-grid.template-product-1 .tb-grid-item-inner .tb-grid-title a:hover {
  color: #f9583b;
}
.tb-grid.template-product-1 .tb-grid-item-inner .tb-grid-wrap-price-rating {
  position: relative;
  margin-bottom: 7px;
}
.tb-grid.template-product-1
  .tb-grid-item-inner
  .tb-grid-wrap-price-rating
  .tb-product-price
  .amount {
  font-size: 14px;
  line-height: 36px;
  color: #484848;
  margin-right: 12px;
}
.tb-grid.template-product-1
  .tb-grid-item-inner
  .tb-grid-wrap-price-rating
  .tb-product-price
  del
  .amount {
  color: #c5c5c5;
}
.tb-grid.template-product-1
  .tb-grid-item-inner
  .tb-grid-wrap-price-rating
  .tb-product-price
  ins {
  background: transparent;
}
.tb-grid.template-product-1
  .tb-grid-item-inner
  .tb-grid-wrap-price-rating
  .tb-item-rating {
  background: #fff;
  left: 0;
  line-height: 36px;
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transition: all 300ms ease-in-out 0ms;
  -moz-transition: all 300ms ease-in-out 0ms;
  -ms-transition: all 300ms ease-in-out 0ms;
  -o-transition: all 300ms ease-in-out 0ms;
}
.tb-grid.template-product-1
  .tb-grid-item-inner
  .tb-grid-wrap-price-rating
  .tb-item-rating
  .star-rating {
  float: none;
  margin: 0 auto;
}
.tb-grid.template-product-1 .tb-grid-item-inner .tb-grid-btn > div.clear {
  display: none;
}
.tb-grid.template-product-1
  .tb-grid-item-inner
  .tb-grid-btn
  .yith-wcwl-add-to-wishlist {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 40px;
  background: #ffffff;
  padding: 0;
  margin: 10px 2px;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  overflow: hidden;
  opacity: 0;
}
.tb-grid.template-product-1
  .tb-grid-item-inner
  .tb-grid-btn
  .yith-wcwl-add-to-wishlist
  .add_to_wishlist {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.tb-grid.template-product-1
  .tb-grid-item-inner
  .tb-grid-btn
  .yith-wcwl-add-to-wishlist:before {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  font-family: FontAwesome;
  content: "\f004";
  color: #757575;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.tb-grid.template-product-1
  .tb-grid-item-inner
  .tb-grid-btn
  .yith-wcwl-add-to-wishlist:hover {
  background: #f9583b;
  border-color: #f9583b;
}
.tb-grid.template-product-1
  .tb-grid-item-inner
  .tb-grid-btn
  .yith-wcwl-add-to-wishlist:hover:before {
  color: #ffffff;
}
.tb-grid.template-product-1 .tb-grid-item-inner .tb-grid-btn .compare-button {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 40px;
  background: #ffffff;
  padding: 0;
  margin: 10px 2px;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  overflow: hidden;
  opacity: 0;
}
.tb-grid.template-product-1
  .tb-grid-item-inner
  .tb-grid-btn
  .compare-button
  .compare {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.tb-grid.template-product-1
  .tb-grid-item-inner
  .tb-grid-btn
  .compare-button:before {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  font-family: FontAwesome;
  content: "\f079";
  color: #757575;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.tb-grid.template-product-1
  .tb-grid-item-inner
  .tb-grid-btn
  .compare-button:hover {
  background: #f9583b;
  border-color: #f9583b;
}
.tb-grid.template-product-1
  .tb-grid-item-inner
  .tb-grid-btn
  .compare-button:hover:before {
  color: #ffffff;
}
.tb-grid.template-product-1 .tb-grid-item-inner .tb-grid-btn .btn-add-to-cart {
  background-color: transparent;
  border: 1px solid #c5c5c5;
  display: inline-block;
  outline: medium none;
  padding: 7px 32px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #747474;
  text-transform: uppercase;
}
.tb-grid.template-product-1
  .tb-grid-item-inner
  .tb-grid-btn
  .btn-add-to-cart:hover {
  background-color: #f9583b;
  border-color: #f9583b;
  color: #fff;
}
.tb-grid.template-product-1
  .tb-grid-item-inner:hover
  .tb-grid-wrap-price-rating
  .tb-item-rating {
  opacity: 1;
}
.tb-grid.template-product-1
  .tb-grid-item-inner:hover
  .tb-grid-btn
  .yith-wcwl-add-to-wishlist {
  opacity: 1;
  width: 40px;
  margin-right: 10px;
}
.tb-grid.template-product-1
  .tb-grid-item-inner:hover
  .tb-grid-btn
  .compare-button {
  opacity: 1;
  width: 40px;
  margin-left: 10px;
}
.tb-grid.template-product-2 .de-blog {
  margin-bottom: 35px;
}
.tb-grid.template-product-2 .tb-grid-wrap-left {
  float: left;
}
.tb-grid.template-product-2 .tb-grid-wrap-right {
  float: left;
  padding-left: 15px;
}
.tb-grid.template-product-2 .tb-grid-wrap-right .tb-grid-title {
  margin-top: 5px;
}
.tb-grid.template-product-2 .tb-grid-wrap-right .tb-grid-title a {
  color: #747474;
  font-size: 14px;
  text-transform: uppercase;
}
.tb-grid.template-product-2 .tb-grid-wrap-right .tb-grid-title a:hover {
  color: #f9583b;
}
.tb-grid.template-product-2 .tb-grid-wrap-right .tb-product-price,
.tb-grid.template-product-2 .tb-grid-wrap-right .tb-grid-title {
  font-size: 14px;
}
.tb-grid.template-product-2 .tb-grid-wrap-right .star-rating {
  float: left;
  margin-top: 3px;
}
.tb-grid.template-product-2 .tb-grid-btn {
  margin-top: 27px;
}
.tb-grid.template-product-2 .btn-like,
.tb-grid.template-product-2 .btn-retweet,
.tb-grid.template-product-2 .btn-shopping-cart {
  text-align: center;
  position: relative;
  color: #757575;
  display: inline-block;
  height: 40px;
  width: 40px;
  border: 1px solid #c5c5c5;
  line-height: 40px;
  margin-right: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 300ms ease-in-out 0ms;
  -moz-transition: all 300ms ease-in-out 0ms;
  -ms-transition: all 300ms ease-in-out 0ms;
  -o-transition: all 300ms ease-in-out 0ms;
}
.tb-grid.template-product-2 .btn-like i,
.tb-grid.template-product-2 .btn-retweet i,
.tb-grid.template-product-2 .btn-shopping-cart i {
  font-size: 14px;
}
.tb-grid.template-product-2 .btn-like:hover,
.tb-grid.template-product-2 .btn-retweet:hover,
.tb-grid.template-product-2 .btn-shopping-cart:hover {
  border: 1px solid #f9583b;
  background: #f9583b;
  color: #fff;
}
.stabapp-title {
  font-size: 16px;
  color: #2a2a2a;
  line-height: 24px;
}
.stabapp-title.stabapp-title-underline {
  position: relative;
  margin-bottom: 30px !important;
}
.stabapp-title.stabapp-title-underline:after {
  content: "";
  height: 100%;
  left: 50%;
  margin-top: 30px;
  position: absolute;
  top: 0;
  width: 87px;
  z-index: 1000;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.stabapp-title.stabapp-title-underline.stabapp-title-underline-1:after {
  width: 4px;
  height: 4px;
  margin-top: 33px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  background-color: #2a2a2a;
}
.stabapp-title.stabapp-title-underline.stabapp-title-underline-1.tb-custom-fix-scale:after {
  left: 49.8%;
}
.stabapp-title.stabapp-title-underline.stabapp-title-underline-2
  .stabapp-title:after {
  display: none;
}
.stabapp-title-separator-wrap {
  position: relative;
}
.stabapp-title-separator-wrap:before {
  border-top: 2px solid #efefef;
  border-bottom: 1px solid #efefef;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 15px;
  width: 100%;
  z-index: 0;
}
.stabapp-title-separator-wrap .stabapp-title {
  position: relative;
  padding: 5px 20px 8px;
  white-space: nowrap;
}
.stabapp-title-separator-wrap .stabapp-title:after {
  position: absolute;
  content: "";
  top: 100%;
  right: -4px;
  height: 4px;
  width: 4px;
  background-color: #2a2a2a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 50%;
  margin: -5px 0 0 -2px;
}
.stabapp-title-separator-wrap .stabapp-title.stabapp-title-separator {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  margin: 0;
  padding-right: 14px;
}
.stabapp-title-separator-wrap.text-center .stabapp-title,
.stabapp-title-separator-wrap.text-right .stabapp-title {
  padding-left: 13px;
}
.stabapp-title-separator-wrap.text-center .stabapp-title:before,
.stabapp-title-separator-wrap.text-right .stabapp-title:before {
  display: block;
  left: -4px;
  right: auto;
}
.stabapp-title-separator-wrap.text-right .stabapp-title {
  padding-right: 0;
}
.stabapp-title-separator-wrap.text-right .stabapp-title:after {
  display: none;
}
.stabapp-title-separator-wrap.stabapp-title-underline-2 h3:after {
  display: none;
}
.stripe-parallax-bg .stabapp-title-separator-wrap {
  overflow-x: hidden;
}
.stripe-parallax-bg .stabapp-title-separator-wrap:before {
  display: none;
}
.stripe-parallax-bg .stabapp-title-separator-wrap .stabapp-title-separator {
  background: transparent;
}
.stripe-parallax-bg
  .stabapp-title-separator-wrap
  .stabapp-title-separator:before,
.stripe-parallax-bg
  .stabapp-title-separator-wrap
  .stabapp-title-separator:after {
  z-index: 5;
  background-color: #fff;
  top: 14px;
}
.stripe-parallax-bg
  .stabapp-title-separator-wrap
  .stabapp-title-separator
  > span:before,
.stripe-parallax-bg
  .stabapp-title-separator-wrap
  .stabapp-title-separator
  > span:after {
  display: block;
  content: "";
  position: absolute;
  border-top: 1px solid #fff;
  width: 1000%;
  right: 100%;
  z-index: 2;
  top: 16px;
}
.stripe-parallax-bg
  .stabapp-title-separator-wrap
  .stabapp-title-separator
  > span:after {
  left: 100%;
  right: auto;
}
.tb-carousel .owl-pagination {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.tb-carousel.owl-theme .owl-controls .owl-page.active span,
.tb-carousel .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #fff;
}
.tb-carousel.owl-theme .owl-controls .owl-page span {
  border-color: #fff;
}
.tb-carousel .owl-buttons .owl-prev,
.tb-carousel .owl-buttons .owl-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  padding: 30px 20px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background: rgba(0, 0, 0, 0.8) !important;
  color: #fff !important;
  text-transform: uppercase;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  transform: translate3d(0%, -50%, 0);
  -webkit-transform: translate3d(0%, -50%, 0);
  -ms-transform: translateX(0) translateY(-50%);
}
.tb-carousel .owl-buttons .owl-prev {
  left: 0;
  transform: translate3d(-100%, -50%, 0);
  -webkit-transform: translate3d(-100%, -50%, 0);
  -ms-transform: translateX(-100%) translateY(-50%);
}
.tb-carousel .owl-buttons .owl-next {
  right: 0;
  transform: translate3d(100%, -50%, 0);
  -webkit-transform: translate3d(100%, -50%, 0);
  -ms-transform: translateX(100%) translateY(-50%);
}
.tb-carousel.testimonial.default {
  padding: 15px 0;
  border-width: 1px 0 1px 0;
  position: relative;
}
.tb-carousel.testimonial.default .jws_theme_introtext {
  color: #fff;
  text-align: center;
  max-width: 85%;
  margin: 0 auto;
}
.tb-carousel.testimonial.default .tb-image {
  float: left;
}
.tb-carousel.testimonial.default .tb-image img {
  width: initial;
}
.tb-carousel.testimonial.default .jws_theme_carousel_content {
  padding: 0;
}
.tb-carousel.testimonial.default
  .jws_theme_carousel_content
  .jws_theme_carousel_title {
  margin: 0;
}
.tb-carousel.testimonial.default
  .jws_theme_carousel_content
  .jws_theme_carousel_title
  a {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
}
.tb-carousel.testimonial.default
  .jws_theme_carousel_content
  .jws_theme_carousel_title
  a:hover {
  color: #f9583b;
}
.tb-carousel.testimonial.default
  .jws_theme_carousel_content
  .jws_theme_info_blog
  span {
  color: #fff;
}
.tb-carousel.testimonial.default .tb-carousel-wrap-bottom {
  text-align: center;
  margin-bottom: 40px;
}
.tb-carousel.testimonial.default
  .tb-carousel-wrap-bottom
  .jws_theme_carousel_content {
  display: inline-block;
}
.tb-carousel.testimonial.default
  .tb-carousel-wrap-bottom
  .jws_theme_carousel_info {
  float: left;
  padding-left: 13px;
  padding-top: 6px;
}
.tb-carousel.testimonial.default .owl-controls {
  margin-top: 0;
}
.tb-carousel.testimonial.default .owl-buttons .owl-prev,
.tb-carousel.testimonial.default .owl-buttons .owl-next {
  position: relative;
  transform: none;
  -webkit-transform: none;
  left: initial;
  right: initial;
  padding: 0 !important;
  margin: 0 10px !important;
  width: 30px;
  height: 30px;
  background: transparent !important;
}
.tb-carousel.testimonial.default .owl-buttons .owl-prev:before,
.tb-carousel.testimonial.default .owl-buttons .owl-next:before {
  font-family: "aqua icon" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "b";
  font-size: 16px;
  font-weight: 600 !important;
  color: #444444 !important;
}
.tb-carousel.testimonial.default .owl-buttons .owl-next:before {
  content: "d";
}
.tb-carousel.team.default .owl-wrapper .owl-item .slider-blog {
  padding: 0 15px;
}
.tb-carousel.team.default
  .owl-wrapper
  .owl-item
  .slider-blog
  .jws_theme_carousel_content {
  padding: 0;
  text-align: center;
}
.tb-carousel.team.default
  .owl-wrapper
  .owl-item
  .slider-blog
  .jws_theme_carousel_content
  .jws_theme_carousel_title {
  margin: 20px 0 10px;
}
.tb-carousel.team.default
  .owl-wrapper
  .owl-item
  .slider-blog
  .jws_theme_carousel_content
  .jws_theme_carousel_title
  a {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.tb-carousel.team.default
  .owl-wrapper
  .owl-item
  .slider-blog
  .jws_theme_carousel_content
  .jws_theme_position {
  font-style: italic;
  font-weight: 400;
  color: #f9583b;
}
.tb-carousel.team.default
  .owl-wrapper
  .owl-item
  .slider-blog
  .jws_theme_carousel_content
  .tb-social {
  margin-top: 10px;
}
.tb-carousel.team.default
  .owl-wrapper
  .owl-item
  .slider-blog
  .jws_theme_carousel_content
  .tb-social
  li
  a {
  font-size: 18px;
  color: #444;
}
.tb-carousel.team.default
  .owl-wrapper
  .owl-item
  .slider-blog
  .jws_theme_carousel_content
  .tb-social
  li
  a:hover {
  color: #f9583b;
}
.sidebar-area {
  margin-top: 70px;
}
.sidebar-area .wg-title {
  margin-bottom: 30px;
  font-family: Roboto;
  font-weight: 400;
  text-transform: capitalize;
  text-align: left;
  font-size: 24px;
  line-height: 20px;
  color: #1c1c1c;
  position: relative;
}

.sidebar-area ul li {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 52px;
  text-transform: capitalize;
  color: #1c1c1c;
  border-bottom: 1px solid #e1e1e1;
  text-align: left;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar-area ul li > a {
  padding-left: 0;
  width: 236px;
  display: inline-block;
  -webkit-transform: translateX(0px) !important;
  -moz-transform: translateX(0px) !important;
  -ms-transform: translateX(0px) !important;
  -o-transform: translateX(0px) !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar-area ul li > a:hover {
  color: #f9583b;
}
.sidebar-area .tb-recent-thumb {
  width: 85px;
  vertical-align: middle;
  display: inline-block;
}
.sidebar-area .tb-recent-thumb a > img {
  display: block;
}
.sidebar-area .tb-recent-detail {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 85px);
  width: -webkit-calc(100% - 85px);
  text-align: left;
  float: right;
  padding-left: 20px;
}
.sidebar-area .tb-recent-detail .tb-post-title {
  line-height: initial;
}
.sidebar-area .tb-recent-detail .tb-post-title h3 {
  display: inline-block;
  margin-bottom: 0;
}
.sidebar-area .tb-recent-detail .tb-post-title h3 > a {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #1b1b1b;
  text-align: left;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar-area .tb-recent-detail .tb-post-title h3 > a:hover {
  color: #f9583b;
}
.sidebar-area .tb-recent-detail .tb-post-content {
  line-height: initial;
}
.sidebar-area .tb-recent-detail .tb-post-content p {
  display: inline-block;
  margin-bottom: 0 !important;
}
.sidebar-area .tb-recent-detail .tb-post-date {
  line-height: initial;
}
.sidebar-area .tb-recent-detail .tb-post-date span {
  font-family: Roboto;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  color: #898989;
}
.sidebar-area .widget_zo-recent-posts-widget-with-thumbnails {
  margin-top: 40px;
  margin-bottom: 68px;
}
.sidebar-area .widget_zo-recent-posts-widget-with-thumbnails ul {
  padding-top: 25px;
}
.sidebar-area .widget_zo-recent-posts-widget-with-thumbnails ul li {
  border-bottom: none;
  margin-bottom: 20px;
}
.sidebar-area .widget_categories {
  margin-top: 63px;
}
.sidebar-area .null-instagram-feed {
  margin-bottom: 66px;
}
.sidebar-area .null-instagram-feed ul {
  padding-top: 25px;
}
.sidebar-area .null-instagram-feed ul li {
  border: none;
  line-height: initial;
  display: inline-block;
  padding-right: 2px;
  margin-bottom: -3px;
}
.sidebar-area .null-instagram-feed ul li > a {
  width: auto;
  display: block;
}
.sidebar-area .null-instagram-feed ul li > a > img {
  max-width: 63.6px;
  height: auto;
  display: block;
}
.widget_search form {
  display: inline-block;
  width: 100%;
  border: 1px solid #e1e1e1;
}
.widget_search form input[type="text"] {
  float: left;
  width: calc(100% - 80px);
  width: -webkit-calc(100% - 80px);
  padding-left: 20px;
  padding-right: 12px;
  border-right: 0;
  height: 50px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
  border: none;
  margin-bottom: 0;
}
.widget_search form input[type="submit"] {
  border: 0;
  float: left;
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;
  width: 80px;
  color: #1c1c1c;
  height: 50px;
  margin-bottom: 0;
  text-align: right;
  padding-right: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.widget_search form input[type="submit"]:hover {
  color: #f9583b;
}
.widget_recent_comments .recentcomments span {
  text-transform: capitalize;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar-area .widget_categories ul li > a {
    width: 185px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-area .widget_categories ul li > a {
    width: 130px;
  }
  .sidebar-area
    .widget_zo-recent-posts-widget-with-thumbnails
    ul
    li
    .tb-recent-thumb {
    display: block;
    margin: 0 auto;
  }
  .sidebar-area
    .widget_zo-recent-posts-widget-with-thumbnails
    ul
    li
    .tb-recent-detail {
    display: block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    float: none;
    padding-left: 0;
    margin-top: 10px;
  }
  .sidebar-area
    .widget_zo-recent-posts-widget-with-thumbnails
    ul
    li
    .tb-recent-detail
    .tb-post-title
    h3
    a {
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .sidebar-area .widget_categories ul li > a {
    width: 95%;
  }
}
@media (max-width: 570px) {
  .sidebar-area .widget_categories ul li > a {
    width: 93%;
  }
}
@media (max-width: 421px) {
  .sidebar-area .widget_categories ul li > a {
    width: 90%;
  }
}
.processbar-all .title_processbar {
  font-family: Roboto;
  font-weight: 400;
  font-size: 24px;
  line-height: 46px;
  text-transform: capitalize;
  color: #1c1c1c;
  margin-bottom: 10px;
  text-align: left;
}
.processbar-all .nostripes {
  border: 1px solid #dadada;
  background: transparent !important;
  box-shadow: none !important;
  height: 28px;
  padding: 0;
  border-radius: 0;
}
.processbar-all .nostripes span {
  position: relative;
  top: 2px;
  left: 2px;
}
.processbar-all .nostripes span .show_number {
  position: absolute;
  right: -10px;
  top: -47px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  width: 35px;
  height: 20px;
  line-height: 20px;
  padding: 0 6px;
  text-align: center;
  background: #131313;
  font-style: normal;
  z-index: 9;
}
.processbar-all .nostripes span em {
  width: 6px;
  height: 6px;
  background: #131313;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  right: 5px;
  top: -30px;
  z-index: 0;
}
.ro-color-main {
  color: #f9583b;
}
.ro-color-light {
  color: #ffffff;
}
.ro-color-dark {
  color: #444444;
}
.ro-bg-dark {
  background-color: #2b2b2b;
}
.ro-bg-light {
  background-color: #ffffff;
}
.ro-bg-trans-light {
  background-color: #000100;
}
.ro-bg-main {
  background-color: #f9583b;
}
.ro-bgc-1 {
  background-color: #c6d9c6;
}
.ro-bgc-2 {
  background-color: #d9d8c1;
}
.ro-bgc-3 {
  background-color: #deb6b6;
}
.ro-bgc-4 {
  background-color: #abdce1;
}
.ro-bgc-5 {
  background-color: #e7e6e1;
}
.ro-bgc-6 {
  background-color: #9dcf67;
}
.ro-bgc-trans-1 {
  background-color: #000100;
}
.ro-bgc-trans-2 {
  background-color: #000100;
}
.ro-bgc-trans-3 {
  background-color: #000100;
}
.ro-bgc-trans-4 {
  background-color: #000100;
}
.ro-bgc-trans-5 {
  background-color: #000100;
}
.ro-bg-lightgray {
  background-color: #eeeeee;
}
input[type="text"],
input[type="email"],
input[type="search"],
textarea,
select {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  outline: none;
  background-color: #fff;
  border: 1px solid #eaeaea;
  padding: 5px 15px;
  line-height: 28.8px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
  border-color: #f9583b;
}
select {
  height: 35px;
}
.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="search"],
.woocommerce textarea,
.woocommerce select {
  line-height: 28.8px !important;
}
.woocommerce .select2-chosen {
  height: 40px !important;
}
textarea {
  resize: none;
  height: 115px;
}
.placeholder {
  color: #444444;
}
::-webkit-input-placeholder {
  color: #444444;
}
:-moz-placeholder {
  color: #444444;
}
::-moz-placeholder {
  color: #444444;
}
:-ms-input-placeholder {
  color: #444444;
}
.ro-social li {
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
  font-size: 16px;
}
.ro-social li a:hover {
  color: #f9583b;
}
.btn-shop-now {
  color: #fff;
}
.btn-shop-now:hover {
  color: #f9583b;
}
.btnviewmore:hover {
  border-color: #f9583b;
}
.btn.btn-view-all {
  border: 1px solid #fff;
  color: #fff;
  padding: 9px 42px;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 30px;
}
.btn.btn-view-all:hover {
  border-color: #f9583b;
  background: #f9583b;
}
.horizontal-strokes-btn-view-more {
  position: relative;
}
.horizontal-strokes-btn-view-more:before,
.horizontal-strokes-btn-view-more:after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  width: 43%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .horizontal-strokes-btn-view-more:before,
  .horizontal-strokes-btn-view-more:after {
    width: 41%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .horizontal-strokes-btn-view-more:before,
  .horizontal-strokes-btn-view-more:after {
    width: 38%;
  }
}
@media (max-width: 767px) {
  .horizontal-strokes-btn-view-more:before,
  .horizontal-strokes-btn-view-more:after {
    width: 37%;
  }
}
@media (max-width: 639px) {
  .horizontal-strokes-btn-view-more:before,
  .horizontal-strokes-btn-view-more:after {
    width: 32%;
  }
}
@media (max-width: 479px) {
  .horizontal-strokes-btn-view-more:before,
  .horizontal-strokes-btn-view-more:after {
    width: 26%;
  }
}
@media (max-width: 359px) {
  .horizontal-strokes-btn-view-more:before,
  .horizontal-strokes-btn-view-more:after {
    width: 24%;
  }
}
.horizontal-strokes-btn-view-more:before {
  left: 0;
}
.horizontal-strokes-btn-view-more:after {
  right: 0;
}
.ro-btn {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  padding: 15px 40px;
  font-size: 12px;
  font-weight: 700;
  outline: none;
  word-spacing: 2px;
  line-height: 1.2;
  text-align: center;
  background-color: transparent;
  border: 0;
}
.ro-btn-1 {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  padding: 15px 40px;
  font-size: 12px;
  font-weight: 700;
  outline: none;
  word-spacing: 2px;
  line-height: 1.2;
  text-align: center;
  background-color: transparent;
  border: 0;
  background-color: #f9583b;
  color: #ffffff;
}
.ro-btn-1:hover,
.ro-btn-1:focus {
  background-color: #444444;
  color: #ffffff;
}
.ro-btn-2 {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  padding: 15px 40px;
  font-size: 12px;
  font-weight: 700;
  outline: none;
  word-spacing: 2px;
  line-height: 1.2;
  text-align: center;
  background-color: transparent;
  border: 0;
  background-color: #444444;
  color: #ffffff;
}
.ro-btn-2:hover,
.ro-btn-2:focus {
  background-color: #f9583b;
  color: #ffffff;
}
.ro-btn-3 {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  padding: 15px 40px;
  font-size: 12px;
  font-weight: 700;
  outline: none;
  word-spacing: 2px;
  line-height: 1.2;
  text-align: center;
  background-color: transparent;
  border: 0;
  background-color: #ffffff;
}
.ro-btn-3:hover,
.ro-btn-3:focus {
  background-color: #f9583b;
  color: #ffffff;
}
.ro-btn-bd-1 {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  padding: 15px 40px;
  font-size: 12px;
  font-weight: 700;
  outline: none;
  word-spacing: 2px;
  line-height: 1.2;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 14px 39px;
  border: 1px solid #444444;
}
.ro-btn-bd-1:hover,
.ro-btn-bd-1:focus {
  background-color: #f9583b;
  border-color: #f9583b;
  color: #ffffff;
}
.ro-btn-bd-2 {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  padding: 15px 40px;
  font-size: 12px;
  font-weight: 700;
  outline: none;
  word-spacing: 2px;
  line-height: 1.2;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 14px 39px;
  border: 1px solid #444444;
  background-color: #ffffff;
}
.ro-btn-bd-2:hover,
.ro-btn-bd-2:focus {
  background-color: #f9583b;
  border-color: #f9583b;
  color: #ffffff;
}
.ro-btn-bdr-1 {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  padding: 15px 40px;
  font-size: 12px;
  font-weight: 700;
  outline: none;
  word-spacing: 2px;
  line-height: 1.2;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 14px 39px;
  border: 1px solid #444444;
  border-radius: 20px;
  background-color: #eeeeee;
}
.ro-btn-bdr-2 {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  padding: 15px 40px;
  font-size: 12px;
  font-weight: 700;
  outline: none;
  word-spacing: 2px;
  line-height: 1.2;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 14px 39px;
  border: 1px solid #444444;
  background-color: #f9583b;
  border-radius: 20px;
}
.ro-btn-circle {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  position: relative;
  background-color: #393939;
  -webkit-transition: all 300ms ease-in-out 0ms;
  -moz-transition: all 300ms ease-in-out 0ms;
  -ms-transition: all 300ms ease-in-out 0ms;
  -o-transition: all 300ms ease-in-out 0ms;
}
.ro-btn-circle:hover {
  background: #f9583b;
  color: #fff;
}
.tb-title-form {
  font-size: 20px;
  font-weight: 400;
  color: #525151;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}
.tb-login-form {
  max-width: 500px;
}
.tb-login-form h5.tb-title {
  font-size: 20px;
  font-weight: 400;
  color: #525151;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}
.tb-login-form > p {
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 20px !important;
}
.tb-login-form .tb-social-login {
  margin-bottom: 30px;
}
.tb-login-form .tb-social-login > a {
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  padding: 12px 30px;
  min-width: 220px;
  text-align: center;
}
.tb-login-form .tb-social-login > a > i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.tb-login-form .tb-social-login > a.tb-facebook-login {
  background: #3d5c98;
}
.tb-login-form .tb-social-login > a.tb-twitter-login {
  background: #22aadf;
  float: right;
}
.tb-login-form .tb-social-login > a:hover {
  opacity: 0.7;
}
.tb-login-form > form > p {
  margin-bottom: 30px !important;
}
.tb-login-form > form > p > label {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 10px;
}
.tb-login-form > form > p > label:after {
  content: "*";
  font-size: 12px;
  color: #f9583b;
  display: inline-block;
  margin-left: 5px;
}
.tb-login-form > form > p > input {
  padding: 10px 15px;
  line-height: 24px;
}
.tb-login-form > form > p.login-remember > label {
  color: #8b8b8b;
}
.tb-login-form > form > p.login-remember > label > input {
  margin: 0 10px 0 0;
}
.tb-login-form > form > p.login-submit > input {
  background-color: transparent;
  border: 1px solid #ebebeb;
  height: 40px;
  line-height: 39px;
  display: inline-block;
  padding: 0;
  width: 170px;
  text-align: center;
  text-transform: uppercase;
  color: #2a2a2a;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
  margin-top: 5px;
}
.tb-login-form > form > p.login-submit > input:hover {
  background-color: #2a2a2a;
  border-color: #2a2a2a;
  color: #fff;
}
.tb-login-form > form .forgot-password {
  float: right;
  font-size: 14px;
  font-weight: 400;
  color: #f9583b;
}
.tb-login-form > form .forgot-password:hover {
  opacity: 0.7;
}
@media (max-width: 991px) {
  .tb-login-form .tb-social-login > a {
    display: block;
  }
  .tb-login-form .tb-social-login > a.tb-facebook-login {
    margin-bottom: 30px;
  }
  .tb-login-form .tb-social-login > a.tb-twitter-login {
    float: none;
  }
}
.tb-register-form {
  max-width: 500px;
}
.tb-register-form h5.tb-title {
  font-size: 20px;
  font-weight: 400;
  color: #525151;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}
.tb-register-form > p {
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 30px !important;
}
.tb-register-form > p.error {
  color: #9d2f0f;
}
.tb-register-form > p.complete {
  color: #1d880e;
}
.tb-register-form > form > p {
  margin-bottom: 30px !important;
}
.tb-register-form > form > p > label {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 10px;
}
.tb-register-form > form > p > label:after {
  content: "*";
  font-size: 12px;
  color: #f9583b;
  display: inline-block;
  margin-left: 5px;
}
.tb-register-form > form > p > input {
  padding: 10px 15px;
  line-height: 24px;
  width: 100%;
}
.tb-register-form > form > p.submit > input {
  background-color: transparent;
  border: 1px solid #ebebeb;
  height: 40px;
  line-height: 39px;
  display: inline-block;
  padding: 0;
  width: 170px;
  text-align: center;
  text-transform: uppercase;
  color: #2a2a2a;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
  margin-top: 5px;
}
.tb-register-form > form > p.submit > input:hover {
  background-color: #2a2a2a;
  border-color: #2a2a2a;
  color: #fff;
}
.tb-register-form .tb-info h5 {
  font-size: 20px;
  font-weight: 400;
  color: #525151;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.tb-register-form .tb-info > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tb-register-form .tb-info > ul > li {
  font-size: 16px;
  font-weight: 400;
  color: #8b8b8b;
  margin-bottom: 20px;
}
.tb-register-form .tb-info > ul > li:before {
  content: "\f046";
  font-family: FontAwesome;
  font-size: 14px;
  color: #f9583b;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  text-decoration: none;
  color: inherit;
}
ul.ro-list-inline-block li {
  display: inline-block;
}
.ro-nopadding {
  padding: 0 !important;
}
.ro-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 512;
}
.ro-overlay-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.ro-col-nopadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.ro-relative {
  position: relative;
}
.ro-absolute {
  position: absolute;
}
.ro-fixed {
  position: fixed;
}
.ro-middle {
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ro-center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.ro-center {
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: auto;
  margin-left: auto;
}
.ro-ab-bottom {
  position: absolute;
  top: 100%;
  transform: translateY(-100%);
}
.ro-ab-bottom:before,
.ro-ab-bottom:after {
  content: " ";
  display: table;
}
.ro-ab-bottom:after {
  clear: both;
}
.ro-bottom {
  position: relative;
  display: block;
  top: 100%;
  transform: translateY(-100%);
}
.ro-ab-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ro-ab-center:before,
.ro-ab-center:after {
  content: " ";
  display: table;
}
.ro-ab-center:after {
  clear: both;
}
.ro-cell-vertical-wrapper {
  width: 100%;
  height: 100%;
  display: table;
}
.ro-cell-vertical-wrapper .ro-cell-middle {
  display: table-cell;
  vertical-align: middle;
}
.ro-cell-vertical-wrapper .ro-cell-bottom {
  display: table-cell;
  vertical-align: bottom;
}
.ro-cell-vertical-wrapper .ro-cell-top {
  display: table-cell;
  vertical-align: top;
}
.flip-horizontal {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.ro-video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: relative;
  width: 100%;
}
.ro-video-bg:before,
.ro-video-bg:after {
  content: " ";
  display: table;
}
.ro-video-bg:after {
  clear: both;
}
.ro-video-h .ro-video-bg {
  width: auto;
  height: 100%;
}
.tb-menu-control-mobi {
  display: none;
}
.tb-menu-control-mobi > a {
  font-size: 14px;
  padding: 0 12px;
  line-height: 80px;
  display: block;
}
.tb-header-menu .tb-header-menu-inner {
  position: relative;
}
.tb-header-menu .tb-header-menu-inner .row > div {
  position: static;
}
@media (min-width: 992px) {
  .tb-menu-list {
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px;
    white-space: nowrap;
  }
  .tb-menu-list > ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .tb-menu-list > ul > li {
    display: inline-block;
    line-height: 110px;
  }
  .tb-menu-list > ul > li > a {
    font-size: 14px;
    color: #666666;
    display: inline-block;
    line-height: 28px;
    padding: 0 15px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .tb-menu-list > ul > li.current_page_item > a,
  .tb-menu-list > ul > li:hover > a,
  .tb-menu-list > ul > li.current-menu-item > a,
  .tb-menu-list > ul > li.current_page_parent > a {
    color: #f9583b;
  }
  .tb-menu-list > ul > li.menu-item-has-children {
    position: relative;
    /*----basic dropdown----*/
    /*----mega dropdown----*/
  }
  .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    margin: 0;
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: rgba(249, 88, 59, 0.4);
    box-shadow: none;
    padding: 15px 0;
  }
  .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown ul {
    background-color: #f9583b;
    box-shadow: none;
  }
  .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown li {
    display: block;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    li:first-child {
    border: none;
  }
  .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown li > a {
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    transition: all 0.3s !important;
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    line-height: 39px;
    padding: 0 20px;
    background: transparent;
  }

  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    li.current_page_item
    > a {
    color: #2a2a2a;
  }
  .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown > li {
    display: block;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children {
    position: relative;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children
    > a:after {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 13px;
    position: absolute;
    top: 0;
    right: 20px;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children
    > ul {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 200px;
    margin: 0;
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children:hover
    > ul {
    display: block;
    z-index: 999;
    -webkit-animation: fadeInUp 0.3s both;
    -moz-animation: fadeInUp 0.3s both;
    -o-animation: fadeInUp 0.3s both;
    animation: fadeInUp 0.3s both;
  }
  .tb-menu-list > ul > li.menu-item-has-children:hover > ul {
    display: block;
    z-index: 999;
    -webkit-animation: fadeIn 0.3s both;
    -moz-animation: fadeIn 0.3s both;
    -o-animation: fadeIn 0.3s both;
    animation: fadeIn 0.3s both;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width {
    position: static;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width > ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100% !important;
    margin: 0;
    padding: 25px 10px 26px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul.columns6
    > li {
    width: 16.666%;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul.columns4
    > li {
    width: 25%;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width > ul > li {
    float: left;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width > ul > li > a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 15px;
    font-weight: 400;
    line-height: 38px;
    color: #333;
    padding: 0 15px 0 20px;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.current_page_item
    > a,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li:hover
    > a {
    background: none;
    color: #2a2a2a;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.menu-item-has-children
    > ul {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.menu-item-has-children
    > ul
    > li {
    padding: 0 20px;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.menu-item-has-children
    > ul
    > li
    > a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #6b6b6b;
    line-height: 28px;
    padding: 0;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.menu-item-has-children
    > ul
    > li.current_page_item
    > a,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.menu-item-has-children
    > ul
    > li:hover
    > a {
    background: none;
    color: #2a2a2a;
    padding-left: 3px;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.menu-item-has-children
    > ul
    > li:last-child
    > a {
    border-bottom: none;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block {
    padding: 14px 20px 8px;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    > a {
    display: none;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block {
    position: relative;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    img {
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    display: block;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    .vc_single_image-wrapper {
    position: relative;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    .vc_single_image-wrapper::before,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    .vc_single_image-wrapper::after {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    content: "";
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    .vc_single_image-wrapper::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    .vc_single_image-wrapper::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block:hover
    img {
    opacity: 0.7;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block:hover
    .vc_single_image-wrapper:before,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block:hover
    .vc_single_image-wrapper:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 3;
  }
  .tb-menu-list > ul > li.menu-item-has-children ul.dropdown-menu {
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.09) !important;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    ul.multicolumn
    ul.dropdown-menu {
    box-shadow: none !important;
  }
  .tb-header-menu .no-container .tb-header-menu-inner > .row {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .tb-menu-list {
    display: none;
    position: absolute;
    top: 100%;
    min-width: 270px;
    text-align: left;
    background: #000000;
  }
  .tb-menu-list.active {
    display: block;
    z-index: 999;
    -webkit-animation: fadeIn 0.3s both;
    -moz-animation: fadeIn 0.3s both;
    -o-animation: fadeIn 0.3s both;
    animation: fadeIn 0.3s both;
  }
  .tb-menu-list > ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .tb-menu-list > ul > li {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
  }
  .tb-menu-list > ul > li > a {
    font-size: 14px;
    color: #ffffff;
    display: block;
    line-height: 38px;
    text-transform: uppercase;
    padding: 0 15px;
  }
  .tb-menu-list > ul > li.current_page_item,
  .tb-menu-list > ul > li:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .tb-menu-list > ul > li.menu-item-has-children {
    position: relative;
    /*----basic dropdown----*/
    /*----mega dropdown----*/
  }
  .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown {
    position: relative;
    min-width: 270px;
    margin: 0;
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown > li {
    display: block;
    border-top: 1px solid rgba(170, 170, 170, 0.2);
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li:first-child {
    border: none;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li
    > a {
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    transition: all 0.3s !important;
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #747474;
    line-height: 38px;
    padding: 0 20px;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children {
    position: relative;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children
    > a:after {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 13px;
    position: absolute;
    top: 0;
    right: 20px;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children
    > ul {
    position: relative;
    min-width: 270px;
    margin: 0;
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children
    > ul
    > li {
    display: block;
    border-top: 1px solid rgba(170, 170, 170, 0.2);
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children
    > ul
    > li:first-child {
    border: none;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children
    > ul
    > li
    > a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #747474;
    line-height: 38px;
    padding: 0 20px;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children
    > ul
    > li.current_page_item
    > a,
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children
    > ul
    > li:hover
    > a {
    background: none;
    color: #f9583b;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children:hover
    > ul {
    display: block;
    z-index: 999;
    -webkit-animation: fadeIn 0.3s both;
    -moz-animation: fadeIn 0.3s both;
    -o-animation: fadeIn 0.3s both;
    animation: fadeIn 0.3s both;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.current_page_item
    > a,
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li:hover
    > a {
    background: none;
    color: #f9583b;
  }
  .tb-menu-list > ul > li.menu-item-has-children:hover > ul {
    display: block;
    z-index: 999;
    -webkit-animation: fadeIn 0.3s both;
    -moz-animation: fadeIn 0.3s both;
    -o-animation: fadeIn 0.3s both;
    animation: fadeIn 0.3s both;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width {
    position: static;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width > ul {
    position: relative;
    width: 100%;
    max-width: 270px;
    margin: 0;
    padding: 20px 10px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width > ul > li > a {
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    transition: all 0.3s !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 38px;
    color: #474747;
    text-transform: uppercase;
    padding: 0 15px;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.current_page_item
    > a,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li:hover
    > a {
    background: none;
    color: #f9583b;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.menu-item-has-children
    > ul {
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.menu-item-has-children
    > ul
    > li
    > a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #747474;
    line-height: 38px;
    padding: 0 20px;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.menu-item-has-children
    > ul
    > li.current_page_item
    > a,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.menu-item-has-children
    > ul
    > li:hover
    > a {
    background: none;
    color: #f9583b;
    padding-left: 25px;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.menu-item-has-children:hover
    > ul {
    display: block;
    z-index: 999;
    -webkit-animation: fadeIn 0.3s both;
    -moz-animation: fadeIn 0.3s both;
    -o-animation: fadeIn 0.3s both;
    animation: fadeIn 0.3s both;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block {
    padding: 10px 15px;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    > a {
    display: none;
  }
}
#jws_theme_wrapper
  .wrap-mini-cart
  .widget-woocommerce-currency-switcher
  .dd-select {
  display: none;
}
#jws_theme_wrapper
  .wrap-mini-cart
  .widget-woocommerce-currency-switcher
  .dd-options {
  display: block !important;
  position: relative;
  box-shadow: none;
  border: none;
}
#jws_theme_wrapper
  .wrap-mini-cart
  .widget-woocommerce-currency-switcher
  .dd-options
  .dd-option {
  padding: 3px 0;
  border: none;
}
#jws_theme_wrapper
  .wrap-mini-cart
  .widget-woocommerce-currency-switcher
  .dd-options
  .dd-option
  .dd-option-text {
  display: none;
}
#jws_theme_wrapper
  .wrap-mini-cart
  .widget-woocommerce-currency-switcher
  .dd-options
  .dd-option
  .dd-desc {
  color: #6b6b6b;
}
#jws_theme_wrapper
  .wrap-mini-cart
  .widget-woocommerce-currency-switcher
  .dd-options
  .dd-option.dd-option-selected
  .dd-desc,
#jws_theme_wrapper
  .wrap-mini-cart
  .widget-woocommerce-currency-switcher
  .dd-options
  .dd-option:hover
  .dd-desc {
  color: #333;
}
#jws_theme_wrapper
  .wrap-mini-cart
  .searchform_fixed
  .widget_searchform_content {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#jws_theme_wrapper
  .wrap-mini-cart
  .searchform_fixed
  .widget_searchform_content
  form {
  position: absolute;
  width: 92%;
  max-width: 830px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  padding-right: 0;
}
#jws_theme_wrapper
  .wrap-mini-cart
  .searchform_fixed
  .widget_searchform_content
  form
  > input[type="text"] {
  height: 70px !important;
  border: none;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  font-size: 30px;
  line-height: 70px;
  padding: 0;
  /* WebKit, Blink, Edge */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
}
#jws_theme_wrapper
  .wrap-mini-cart
  .searchform_fixed
  .widget_searchform_content
  form
  > input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}
#jws_theme_wrapper
  .wrap-mini-cart
  .searchform_fixed
  .widget_searchform_content
  form
  > input[type="text"]:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
#jws_theme_wrapper
  .wrap-mini-cart
  .searchform_fixed
  .widget_searchform_content
  form
  > input[type="text"]::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
#jws_theme_wrapper
  .wrap-mini-cart
  .searchform_fixed
  .widget_searchform_content
  form
  > input[type="text"]:-ms-input-placeholder {
  color: #fff;
}
#jws_theme_wrapper
  .wrap-mini-cart
  .searchform_fixed
  .widget_searchform_content
  form
  > input[type="text"]:placeholder-shown {
  color: #fff;
}
#jws_theme_wrapper
  .wrap-mini-cart
  .searchform_fixed
  .widget_searchform_content
  form
  > input[type="submit"] {
  display: none;
}
#jws_theme_wrapper
  .wrap-mini-cart
  .searchform_fixed
  .widget_searchform_content
  form
  .tb-close-fixedsearch {
  position: absolute;
  color: #fff;
  font-size: 48px;
  top: 50%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  right: 0;
  line-height: 0;
}
.tb-menu-sidebar {
  display: inline-block;
  vertical-align: middle;
}
.tb-menu-sidebar .widget_cart_search_wrap_item {
  position: relative;
  display: inline-block;
}
.tb-menu-sidebar .widget_cart_search_wrap_item .widget_searchform_content {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 300px;
  padding: 15px;
  background: #ffffff;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.09);
  display: none;
}
.tb-menu-sidebar
  .widget_cart_search_wrap_item
  .widget_searchform_content.active {
  display: block !important;
  z-index: 999;
  -webkit-animation: fadeInUp 0.3s both;
  -moz-animation: fadeInUp 0.3s both;
  -o-animation: fadeInUp 0.3s both;
  animation: fadeInUp 0.3s both;
}
.tb-menu-sidebar
  .widget_cart_search_wrap_item
  .widget_searchform_content.full_search {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  min-height: 100px;
  line-height: 20px;
  box-shadow: none;
  padding-top: 10px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.09);
}
.tb-menu-sidebar
  .widget_cart_search_wrap_item
  .widget_searchform_content.full_search
  input[type="text"] {
  color: #919191;
  font-size: 24px;
  text-align: center;
  /* WebKit, Blink, Edge */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
}
.tb-menu-sidebar
  .widget_cart_search_wrap_item
  .widget_searchform_content.full_search
  input[type="text"]::-webkit-input-placeholder {
  color: #919191;
}
.tb-menu-sidebar
  .widget_cart_search_wrap_item
  .widget_searchform_content.full_search
  input[type="text"]:-moz-placeholder {
  color: #919191;
  opacity: 1;
}
.tb-menu-sidebar
  .widget_cart_search_wrap_item
  .widget_searchform_content.full_search
  input[type="text"]::-moz-placeholder {
  color: #919191;
  opacity: 1;
}
.tb-menu-sidebar
  .widget_cart_search_wrap_item
  .widget_searchform_content.full_search
  input[type="text"]:-ms-input-placeholder {
  color: #919191;
}
.tb-menu-sidebar
  .widget_cart_search_wrap_item
  .widget_searchform_content.full_search
  input[type="text"]:placeholder-shown {
  color: #919191;
}
.tb-menu-sidebar
  .widget_cart_search_wrap_item
  .widget_searchform_content.full_search
  input[type="text"]:focus {
  color: #000;
}
.tb-menu-sidebar
  .widget_cart_search_wrap_item
  .widget_searchform_content.full_search
  input {
  border: none;
}
.tb-menu-sidebar
  .widget_cart_search_wrap_item
  .widget_searchform_content.full_search
  .tb-close-fullsearch {
  font-size: 24px;
  top: 8px;
  right: 0;
  position: absolute;
  color: #919191;
}
.tb-menu-sidebar
  .widget_cart_search_wrap_item
  .widget_searchform_content
  > form {
  position: relative;
  padding-right: 80px;
}
.tb-menu-sidebar
  .widget_cart_search_wrap_item
  .widget_searchform_content
  > form
  > input {
  background: transparent;
  height: 40px;
  margin: 0;
  float: left;
}
.tb-menu-sidebar
  .widget_cart_search_wrap_item
  .widget_searchform_content
  > form
  > input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  color: #ffffff;
  background: #f9583b;
  border-color: #f9583b;
  text-transform: uppercase;
}
.tb-menu-sidebar .tb-menu-canvas-wrap {
  position: relative;
  display: inline-block;
}
.tb-menu-sidebar a.icon {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 22px;
  color: #949494;
}
.tb-menu-sidebar a.icon em {
  display: none;
}
.tb-menu-sidebar a.icon:hover {
  color: #f9583b;
}
.tb-menu-sidebar .widget_mini_cart_wrap {
  top: 0;
  position: relative;
  display: inline-block;
}
.tb-menu-sidebar .widget_mini_cart_wrap .header {
  line-height: 100px;
  display: block;
  padding-right: 6px;
}
.tb-menu-sidebar .tb-menu-canvas-wrap {
  line-height: 100px;
}
.tb-menu-sidebar .tb-menu-canvas-wrap .tb-menu-account {
  position: absolute;
  top: 100%;
  left: -120%;
  background-color: #fff;
  /* min-width: 200px; */
  z-index: 9999;
  text-align: left;
  padding: 30px 20px 20px 25px;
  white-space: nowrap;
  line-height: 24px;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.09);
  min-width: 170px;
  display: none;
  -webkit-animation: fadeInUp 0.4s both;
  animation: fadeInUp 0.4s both;
}
.tb-menu-sidebar .tb-menu-canvas-wrap .tb-menu-account.active {
  display: block;
}
.tb-menu-sidebar .tb-menu-canvas-wrap .tb-menu-account li {
  line-height: 28px;
}
.tb-menu-sidebar .tb-menu-canvas-wrap .tb-menu-account li a {
  color: #6b6b6b;
}
.tb-menu-sidebar .tb-menu-canvas-wrap .tb-menu-account li a i {
  color: #b0b0b0;
  margin-right: 2px;
}
.tb-menu-sidebar .tb-menu-canvas-wrap .tb-menu-account li:hover a,
.tb-menu-sidebar .tb-menu-canvas-wrap .tb-menu-account li:hover i,
.tb-menu-sidebar .tb-menu-canvas-wrap .tb-menu-account li.current-menu-item a,
.tb-menu-sidebar .tb-menu-canvas-wrap .tb-menu-account li.current-menu-item i {
  color: #333;
}
.tb-menu-sidebar .tb-menu-canvas-wrap .tb-menu-account .widget {
  margin-bottom: 14px;
}
.tb-menu-sidebar .tb-menu-canvas-wrap .tb-menu-account .widget .wg-title,
.tb-menu-sidebar .tb-menu-canvas-wrap .tb-menu-account .widget .widget-title {
  margin-bottom: 3px;
  font-size: 15px;
}
.tb-menu-sidebar
  .tb-menu-canvas-wrap
  .tb-menu-account
  .widget
  .menu-sub-account-container {
  margin-left: -1.5px;
}
.tb-menu-sidebar .tb-menu-canvas-wrap .tb-menu-account .widget:last-child {
  margin-bottom: 0;
}
.tb-menu-sidebar .widget_mini_icon .header span.total_cart {
  display: none;
  color: #fff;
}
@media (max-width: 767px) {
  .tb-menu-sidebar .widget_cart_search_wrap_item {
    position: static;
    line-height: 60px !important;
  }
  .tb-menu-sidebar .tb-menu-canvas-wrap {
    position: static;
    line-height: 60px;
  }
  .tb-menu-sidebar .widget_mini_cart_wrap {
    position: static;
  }
  .tb-menu-sidebar .widget_mini_cart_wrap .header {
    line-height: 60px !important;
  }
}
@media (min-width: 992px) {
  .tb-stick-active .tb-header-wrap .tb-header-menu {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99999;
  }
  .tb-stick-active .tb-header-wrap .tb-header-menu .tb-logo {
    height: 80px;
  }
  .tb-stick-active .tb-header-wrap .tb-header-menu .tb-logo {
    line-height: 80px;
  }
  .tb-stick-active .tb-header-wrap .tb-header-menu .tb-logo > a {
    line-height: 80px;
    position: relative;
    top: 5px;
  }
  .tb-stick-active
    .tb-header-wrap
    .tb-header-menu
    .tb-menu
    .tb-menu-list
    > ul
    > li {
    line-height: 80px;
  }
  .tb-stick-active
    .tb-header-wrap
    .tb-header-menu
    .tb-menu
    .tb-menu-list
    > ul
    > li.menu-item-has-children
    ul.dropdown-menu {
    background: #fff;
  }
  .tb-stick-active
    .tb-header-wrap
    .tb-header-menu
    .tb-menu
    .tb-menu-list
    > ul
    > li.menu-item-has-children
    ul.dropdown-menu
    > li
    > a {
    color: #3d3d3d;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .tb-stick-active
    .tb-header-wrap
    .tb-header-menu
    .tb-menu
    .tb-menu-list
    > ul
    > li.menu-item-has-children
    ul.dropdown-menu
    > li
    > a:hover {
    color: #f9583b;
  }
  .tb-stick-active .tb-header-wrap .tb-header-menu .tb-menu .tb-menu-sidebar {
    line-height: 80px;
  }
  .tb-stick-active .tb-header-wrap .tb-header-menu .tb-menu.tb-menu-lg {
    height: 80px !important;
    line-height: 80px !important;
  }
  .tb-stick-active .tb-header-wrap .tb-menu-list .menu-bg-logo {
    display: none;
  }
  .tb-stick-active .tb-header-wrap.tb-header-v1 .tb-header-menu {
    background: rgba(0, 0, 0, 0.8);
  }
  .tb-stick-active .tb-header-wrap.tb-header-v1 .tb-header-menu .tb-logo > a {
    line-height: 80px;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu {
    text-align: center;
    padding-right: 0;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li
    .current_page_item
    > a
    > span {
    color: #f9583b !important;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li
    > a:hover
    > span {
    color: #f9583b;
  }
  .tb-stick-active .tb-header-wrap.tb-header-v3 .tb-header-menu {
    background: rgba(0, 0, 0, 0.8);
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v3
    .tb-header-menu
    .tb-menu-full
    .tb-menu
    .tb-menu-control-mobi
    > a {
    line-height: 80px;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v3
    .tb-header-menu
    .tb-header-menu-inner
    .tb-logo
    > a {
    line-height: 80px;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v3
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar {
    line-height: 77px;
  }
  .tb-stick-active .tb-header-wrap.tb-header-v4 .tb-header-menu .tb-logo {
    line-height: 80px;
  }
  .tb-stick-active .tb-header-wrap.tb-header-v4 .tb-header-menu .tb-logo > a {
    line-height: 80px;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu {
    text-align: center;
    padding-right: 0;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul
    > li {
    line-height: 80px;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    li
    > a
    > span {
    color: #fff;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v5
    .tb-header-menu
    .tb-header-menu-inner
    .tb-logo {
    line-height: 80px;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v5
    .tb-header-menu
    .tb-header-menu-inner
    .tb-logo
    > a {
    line-height: 65px;
    top: 0;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v5
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul
    > li {
    line-height: 80px;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v5
    .tb-header-menu
    .tb-header-menu-inner
    .tb-sidebar-right
    .push_app {
    line-height: 80px;
  }
  .tb-stick-active.admin-bar .tb-header-wrap .tb-header-menu {
    top: 32px;
  }
  .tb-stick-active.admin-bar
    .tb-header-wrap
    .tb-menu-sidebar
    .widget_cart_search_wrap_item
    .widget_searchform_content.full_search {
    min-height: 70px;
    padding-top: 10px;
  }
  .tb-stick-active.admin-bar
    .tb-header-wrap.tb-header-stick
    .tb-menu-sidebar
    .widget_cart_search_wrap_item
    .widget_searchform_content.full_search {
    min-height: 112px;
    padding-top: 36px;
  }
  .tb-stick-active .tb-header-wrap .tb-header-menu {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    height: 80px;
  }
  .tb-stick-active
    .tb-header-wrap
    .tb-menu-sidebar
    .widget_cart_search_wrap_item
    .widget_searchform_content.full_search {
    min-height: 70px;
    padding-top: 18px;
  }
  .admin-bar .mobile-leftbar {
    padding-top: 32px !important;
  }
  .admin-bar
    .tb-header-wrap
    .tb-menu-sidebar
    .widget_cart_search_wrap_item
    .widget_searchform_content.full_search {
    min-height: 132px;
    padding-top: 67px;
  }
  .admin-bar
    .tb-header-wrap.tb-header-stick
    .tb-menu-sidebar
    .widget_cart_search_wrap_item
    .widget_searchform_content.full_search {
    min-height: 172px;
    padding-top: 67px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .tb-sidebar-right,
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-sidebar-right {
    line-height: 80px;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list,
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list {
    margin-right: 0;
  }
}
@media (max-width: 782px) {
  .tb-stick-active.admin-bar .tb-header-wrap .tb-header-menu {
    top: 46px;
  }
  .admin-bar .mobile-leftbar {
    padding-top: 46px !important;
  }
  .admin-bar
    .tb-menu-sidebar
    .widget_cart_search_wrap_item
    .widget_searchform_content.full_search {
    min-height: 145px;
  }
}
.tb-header-wrap.tb-header-fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.tb-header-wrap.tb-header-v1 .tb-header-menu .tb-header-menu-inner .tb-menu,
.tb-header-wrap.tb-header-v4 .tb-header-menu .tb-header-menu-inner .tb-menu {
  text-align: right;
}
@media (min-width: 1200px) {
  .tb-header-wrap.tb-header-v1 .tb-header-menu .tb-header-menu-inner .tb-menu,
  .tb-header-wrap.tb-header-v4 .tb-header-menu .tb-header-menu-inner .tb-menu {
    padding-right: 168px;
  }
}
.tb-header-wrap.tb-header-v1 .tb-header-menu .tb-menu.tb-menu-lg,
.tb-header-wrap.tb-header-v4 .tb-header-menu .tb-menu.tb-menu-lg {
  line-height: 110px;
  height: 110px;
  width: 150px;
}
.tb-header-wrap.tb-header-v1 .tb-header-menu .tb-menu.tb-menu-lg .push_app,
.tb-header-wrap.tb-header-v4 .tb-header-menu .tb-menu.tb-menu-lg .push_app {
  font-family: Roboto;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  border: 1px solid #666666;
  padding: 10px 43px;
  border-radius: 50px;
}
.tb-header-wrap.tb-header-v1 .tb-header-menu .tb-logo > a,
.tb-header-wrap.tb-header-v4 .tb-header-menu .tb-logo > a {
  line-height: 110px;
  position: relative;
  top: 0;
}
.tb-header-wrap.tb-header-v1
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu-list
  > ul
  > li.menu-item-has-children
  > ul.standar-dropdown {
  background-color: rgba(249, 88, 59, 0.4);
}
.tb-header-wrap.tb-header-v1
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu-list
  > ul
  > li.menu-item-has-children
  > ul.standar-dropdown
  > li.current_page_item
  > a {
  color: #2a2a2a !important;
}
.tb-header-wrap.tb-header-v1
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu-list
  > ul
  > li.menu-item-has-children
  > ul.standar-dropdown
  > li
  > a:hover
  > span {
  color: #fff;
}
.tb-header-wrap.tb-header-v4 .tb-header-menu .tb-logo {
  line-height: 90px;
}
.tb-header-wrap.tb-header-v4 .tb-header-menu .tb-logo > a {
  position: relative;
  top: 6px;
  line-height: 90px;
}
.tb-header-wrap.tb-header-v4
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  > ul
  > li {
  line-height: 90px;
}
.tb-header-wrap.tb-header-v4
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  > ul
  > li
  > a {
  font-weight: 700;
  color: #3d3d3d;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-header-wrap.tb-header-v4
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  > ul
  > li
  > a:hover {
  color: #f9583b;
}
.tb-header-wrap.tb-header-v4
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  > ul
  > li.current-menu-parent
  > a {
  color: #f9583b;
}
.tb-header-wrap.tb-header-v4
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  > ul
  > li.menu-item-has-children
  > ul.standar-dropdown {
  background-color: rgba(19, 155, 143, 0.4);
}
.tb-header-wrap.tb-header-v4
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  > ul
  > li.menu-item-has-children
  > ul.standar-dropdown
  > li
  > a {
  color: #fff;
}
.tb-header-wrap.tb-header-v4
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  > ul
  > li.menu-item-has-children
  > ul.standar-dropdown
  > li.current-menu-item
  > a
  > span {
  color: #2a2a2a;
}
.tb-header-wrap.tb-header-v4 .tb-header-menu .tb-menu.tb-menu-lg {
  line-height: 90px;
  height: auto;
}
.tb-header-wrap.tb-header-v4 .tb-header-menu .tb-menu.tb-menu-lg .push_app {
  border-color: #f9583b;
  padding: 10px 43px;
}
.tb-header-wrap.tb-header-v2 .tb-header-menu .tb-header-menu-inner {
  float: right;
}
.tb-header-wrap.tb-header-v2
  .tb-header-menu
  .tb-header-menu-inner
  .social_network_header {
  display: inline-block;
}
.tb-header-wrap.tb-header-v2
  .tb-header-menu
  .tb-header-menu-inner
  .social_network_header
  .tb-social-buttons {
  color: transparent;
}
.tb-header-wrap.tb-header-v2
  .tb-header-menu
  .tb-header-menu-inner
  .social_network_header
  .tb-social-buttons
  a {
  text-align: center;
  margin: 0 0 0 12px;
}
.tb-header-wrap.tb-header-v2
  .tb-header-menu
  .tb-header-menu-inner
  .social_network_header
  .tb-social-buttons
  a:after {
  display: none;
}
.tb-header-wrap.tb-header-v2
  .tb-header-menu
  .tb-header-menu-inner
  .social_network_header
  .tb-social-buttons
  a:before {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 18px;
  line-height: 20px;
  color: #8d8d8d;
}
.tb-header-wrap.tb-header-v2
  .tb-header-menu
  .tb-header-menu-inner
  .social_network_header
  .tb-social-buttons
  a:hover:before {
  color: #f9583b;
}
@media (max-width: 487px) {
  .tb-header-wrap.tb-header-v2
    .tb-header-menu
    .tb-header-menu-inner
    .social_network_header {
    display: none;
  }
}
.tb-header-wrap.tb-header-v2 .tb-header-menu .tb-header-menu-inner .tb-menu {
  display: inline-block;
  padding-left: 12px;
}
@media (min-width: 1200px) {
  .tb-header-wrap.tb-header-v2 .tb-header-menu .tb-header-menu-inner .tb-menu {
    padding-right: 140px;
  }
}
.tb-header-wrap.tb-header-v2
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list {
  -webkit-transform: translate3d(270px, 0, 0);
  -moz-transform: translate3d(270px, 0, 0);
  -ms-transform: translate3d(270px, 0, 0);
  -o-transform: translate3d(270px, 0, 0);
  opacity: 0;
  z-index: -9999;
  width: 100%;
  position: fixed;
  right: -50px;
  text-align: center;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  max-width: 270px;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-header-wrap.tb-header-v2
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  > ul {
  padding-top: 50px;
}
.tb-header-wrap.tb-header-v2
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  > ul
  > li {
  line-height: 40px;
  display: block;
  text-align: center;
}
.tb-header-wrap.tb-header-v2
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  > ul
  > li.menu-item-has-children
  > ul.standar-dropdown {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-header-wrap.tb-header-v2
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  > ul
  > li.menu-item-has-children
  > ul.standar-dropdown
  li
  a:hover {
  color: #f9583b;
}
.tb-header-wrap.tb-header-v2
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  > ul
  > li.menu-item-has-children
  > ul.standar-dropdown
  li.current_page_item
  > a {
  color: #f9583b;
}
.tb-header-wrap.tb-header-v2
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  > ul
  > li:hover
  ul.standar-dropdown {
  -webkit-transform: translate3d(-200px, 0, 0);
  -moz-transform: translate3d(-200px, 0, 0);
  -ms-transform: translate3d(-200px, 0, 0);
  -o-transform: translate3d(-200px, 0, 0);
}
.tb-header-wrap.tb-header-v2
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  z-index: 9;
}
.tb-header-wrap.tb-header-v2
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-control-mobi {
  display: block;
}
.tb-header-wrap.tb-header-v2
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-control-mobi
  > a
  > i {
  color: #1c1c1c;
}
.tb-header-wrap.tb-header-v2 .tb-header-menu .tb-menu-sidebar {
  display: none;
}
@media (min-width: 1200px) {
  .tb-header-wrap.tb-header-v2 .tb-header-menu-db .tb-menu-lg.tb-logo {
    left: 150px;
  }
}
.tb-header-wrap.tb-header-v3 .tb-header-menu .tb-header-menu-inner .tb-logo {
  margin: 0 auto;
  text-align: center;
}
.tb-header-wrap.tb-header-v3
  .tb-header-menu
  .tb-header-menu-inner
  .tb-logo
  > a {
  line-height: 110px;
  position: relative;
  top: 8px;
}
.tb-header-wrap.tb-header-v3 .tb-header-menu .tb-menu-full {
  left: 25px;
}
.tb-header-wrap.tb-header-v3
  .tb-header-menu
  .tb-menu-full
  .tb-menu
  .tb-menu-list {
  margin-right: 0;
  background: rgba(0, 0, 0, 0.8);
  max-width: 270px;
  height: 100%;
  position: fixed;
  left: 0;
  text-align: left;
  -webkit-transform: translate3d(-270px, 0, 0);
  -moz-transform: translate3d(-270px, 0, 0);
  -ms-transform: translate3d(-270px, 0, 0);
  -o-transform: translate3d(-270px, 0, 0);
  opacity: 0;
  padding-top: 50px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.tb-header-wrap.tb-header-v3
  .tb-header-menu
  .tb-menu-full
  .tb-menu
  .tb-menu-list
  > ul
  > li {
  display: block;
  line-height: 40px;
  min-width: 270px;
}
.tb-header-wrap.tb-header-v3
  .tb-header-menu
  .tb-menu-full
  .tb-menu
  .tb-menu-list
  > ul
  > li
  > a {
  color: #fff;
}
.tb-header-wrap.tb-header-v3
  .tb-header-menu
  .tb-menu-full
  .tb-menu
  .tb-menu-list
  > ul
  > li.menu-item-has-children
  > ul {
  background: rgba(0, 0, 0, 0.8);
  left: initial;
  right: 0;
  -webkit-transform: translate3d(200px, 0, 0);
  -moz-transform: translate3d(200px, 0, 0);
  -ms-transform: translate3d(200px, 0, 0);
  -o-transform: translate3d(200px, 0, 0);
  top: 0;
}
.tb-header-wrap.tb-header-v3
  .tb-header-menu
  .tb-menu-full
  .tb-menu
  .tb-menu-list
  > ul
  > li.menu-item-has-children
  > ul
  > li
  > a {
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-header-wrap.tb-header-v3
  .tb-header-menu
  .tb-menu-full
  .tb-menu
  .tb-menu-list
  > ul
  > li.menu-item-has-children
  > ul
  > li
  > a:hover {
  color: #f9583b;
}
.tb-header-wrap.tb-header-v3
  .tb-header-menu
  .tb-menu-full
  .tb-menu
  .tb-menu-list
  > ul
  > li.current-menu-ancestor
  > a,
.tb-header-wrap.tb-header-v3
  .tb-header-menu
  .tb-menu-full
  .tb-menu
  .tb-menu-list
  > ul
  > li:hover
  > a {
  color: #f9583b;
}
.tb-header-wrap.tb-header-v3
  .tb-header-menu
  .tb-menu-full
  .tb-menu
  .tb-menu-list.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  z-index: 9;
}
.tb-header-wrap.tb-header-v3
  .tb-header-menu
  .tb-menu-full
  .tb-menu
  .tb-menu-control-mobi {
  display: block;
  text-align: left;
}
.tb-header-wrap.tb-header-v3
  .tb-header-menu
  .tb-menu-full
  .tb-menu
  .tb-menu-control-mobi
  > a {
  position: relative;
  font-size: 28px;
  color: #fff;
  line-height: 110px;
}
.tb-header-wrap.tb-header-v3
  .tb-header-menu
  .tb-menu-full
  .tb-menu
  .tb-menu-control-mobi
  > a:before {
  content: "Menu";
  position: absolute;
  top: 50%;
  right: -35px;
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  font-family: Roboto;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
}
.tb-header-wrap.tb-header-v3 .tb-header-menu .tb-menu-sidebar {
  line-height: 110px;
}
.tb-header-wrap.tb-header-v3 .tb-header-menu .tb-menu-sidebar #text-2 {
  margin-bottom: 0 !important;
}
.tb-header-wrap.tb-header-v3 .tb-header-menu .tb-menu-sidebar .push_app {
  border: 1px solid #f9583b !important;
  font-family: Roboto;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 40px;
  background: #f9583b;
  padding: 10px 40px;
  vertical-align: middle;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-header-wrap.tb-header-v3 .tb-header-menu .tb-menu-sidebar .push_app:hover {
  background: #f9583b;
  border-color: #f9583b !important;
}
.tb-header-wrap.tb-header-v5 .tb-header-menu .tb-header-menu-inner .tb-logo {
  line-height: 100px;
}
.tb-header-wrap.tb-header-v5
  .tb-header-menu
  .tb-header-menu-inner
  .tb-logo
  a
  > img {
  position: relative;
  top: 14px;
}
.tb-header-wrap.tb-header-v5
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list {
  margin-right: 0;
  text-align: center;
}
.tb-header-wrap.tb-header-v5
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  > ul
  > li {
  line-height: 100px;
}
.tb-header-wrap.tb-header-v5
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  > ul
  > li
  > a {
  font-family: Roboto;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  color: #252525;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-header-wrap.tb-header-v5
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  > ul
  > li
  > a:hover {
  color: #f9583b;
}
.tb-header-wrap.tb-header-v5
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  > ul
  > li.menu-item-has-children
  > ul.standar-dropdown
  li.current-menu-item
  > a
  > span {
  color: #2a2a2a;
}
.tb-header-wrap.tb-header-v5
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  > ul
  > li.menu-item-has-children
  > ul.standar-dropdown
  li
  > a:hover
  > span {
  color: #2a2a2a;
}
.tb-header-wrap.tb-header-v5
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  #nav
  > li
  > a {
  padding-left: 21px;
  padding-right: 21px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tb-header-wrap.tb-header-v5
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.tb-header-wrap.tb-header-v5
  .tb-header-menu
  .tb-header-menu-inner
  .tb-sidebar-right {
  text-align: right;
}
.tb-header-wrap.tb-header-v5
  .tb-header-menu
  .tb-header-menu-inner
  .tb-sidebar-right
  .push_app {
  font-family: Roboto;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 100px;
  border: 1px solid #f9583b;
  padding: 10px 27px;
  border-radius: 50px;
  color: #fff;
  background: #f9583b;
}
.tb-header-wrap .tb-logo {
  line-height: 110px;
}
.tb-header-wrap .tb-logo > a {
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  color: #353535;
}
.tb-header-wrap .tb-logo > a .primary_color {
  font-family: cursive;
  font-size: 60px;
}
.tb-header-wrap .tb-logo > a > img {
  height: auto;
}
.tb-header-wrap.header_position_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.tb-header-wrap.header_position_top
  .tb-header-menu
  .tb-menu
  .tb-menu-list
  > ul
  > li
  > a {
  color: #fff;
}
.tb-header-wrap.header_position_top
  .tb-header-menu
  .tb-menu.tb-menu-lg
  .push_app {
  color: #fff;
  border: 1px solid #ffffff;
}
.logged-in
  .tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .widget
  ul
  > li.tb-logout {
  display: inline-block;
}
.logged-in .tb-header-wrap .tb-header-top .tb-sidebar .widget ul > li.tb-login {
  display: none;
}
@media (max-width: 1199px) {
  .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .tb-sidebar-right,
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-sidebar-right {
    line-height: 110px;
    position: relative;
    right: 50px;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .tb-sidebar-right
    .push_app,
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-sidebar-right
    .push_app {
    font-family: Roboto;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-sidebar-right {
    line-height: 90px;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-sidebar-right
    .push_app {
    border: 1px solid #f9583b;
    color: #3d3d3d;
  }
  .tb-header-wrap.tb-header-v3 .tb-header-menu .tb-menu-full {
    position: absolute;
    top: 0;
    left: 0;
  }
  .tb-header-wrap.tb-header-v3 .tb-header-menu .tb-menu-lg.pull-right {
    position: absolute;
    top: 0;
    right: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tb-header-wrap.tb-header-v1 .tb-header-menu .tb-header-menu-inner .tb-logo,
  .tb-header-wrap.tb-header-v4 .tb-header-menu .tb-header-menu-inner .tb-logo {
    padding-left: 50px;
    max-height: 110px;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .tb-logo
    > a,
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-logo
    > a {
    position: relative;
    top: 6px;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a,
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tb-header-wrap.tb-header-v4 .tb-header-menu .tb-header-menu-inner .tb-logo {
    max-height: 90px;
  }
  .tb-header-wrap.tb-header-v2 .tb-header-menu .tb-header-menu-inner {
    float: none;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu
    .tb-header-menu-inner
    .text-right {
    padding-right: 80px;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu
    .tb-header-menu-inner
    .text-left {
    padding-left: 50px;
  }
  .tb_change_rebonsi {
    height: 120px !important;
  }
  .tb_change_aaa .vc_custom_1482978695631 {
    margin-left: 0 !important;
  }
}
.scrollwheel.active:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
@media (max-width: 991px) {
  .tb-menu-control-mobi {
    display: inline-block;
    vertical-align: middle;
  }
  .tb-header-menu .tb-menu {
    text-align: right !important;
  }
  .tb-header-wrap.tb-header-v5 .tb-header-menu .tb-header-menu-inner .tb-logo {
    line-height: 80px;
  }
  .tb-header-wrap.tb-header-v5 .tb-header-menu .tb-header-menu-inner .tb-menu {
    text-align: center !important;
  }
  .tb-header-wrap.tb-header-v5
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list {
    padding: 10px 0;
    right: initial;
  }
  .tb-header-wrap.tb-header-v5
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a {
    line-height: 40px;
    text-align: left;
    color: #fff;
  }
  .tb-header-wrap.tb-header-v5
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-control-mobi
    > a {
    color: #000000;
  }
  .tb-header-wrap.tb-header-v5
    .tb-header-menu
    .tb-header-menu-inner
    .tb-sidebar-right
    .push_app {
    line-height: 80px;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li
    > a:hover
    span {
    color: #f9583b;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tb-header-wrap.tb-header-v1 .tb-header-menu .tb-header-menu-inner .tb-logo {
    padding-left: 50px;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .tb-logo
    > a {
    position: relative;
    top: 0;
  }
  .tb-header-wrap.tb-header-v1 .tb-header-menu .tb-header-menu-inner .tb-menu {
    text-align: center !important;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-control-mobi
    > a {
    color: #fff;
    line-height: 110px;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list {
    right: initial;
    background: rgba(0, 0, 0, 0.8);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a {
    text-align: left;
  }
  .tb-header-wrap.tb-header-v4 .tb-header-menu .tb-header-menu-inner .tb-logo {
    max-height: 90px;
    padding-left: 50px;
  }
  .tb-header-wrap.tb-header-v4 .tb-header-menu .tb-header-menu-inner .tb-menu {
    text-align: center !important;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-control-mobi
    > a {
    color: #3d3d3d;
    line-height: 90px;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list {
    right: initial;
    background: rgba(0, 0, 0, 0.8);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a {
    text-align: left;
    color: #fff;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul {
    padding: 10px 0;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li
    > a {
    color: #fff;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-sidebar-right {
    text-align: right;
  }
  .tb-header-wrap.tb-header-v2 .tb-header-menu .tb-header-menu-inner {
    float: none;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu
    .tb-header-menu-inner
    .text-left {
    padding-left: 50px;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu
    .tb-header-menu-inner
    .text-right {
    padding-right: 80px;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu
    .tb-menu-list {
    right: 0;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown {
    position: absolute;
    top: 0;
    left: 0px;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul
    > li:hover
    ul.standar-dropdown {
    -webkit-transform: translate3d(-270px, 0, 0);
    -moz-transform: translate3d(-270px, 0, 0);
    -ms-transform: translate3d(-270px, 0, 0);
    -o-transform: translate3d(-270px, 0, 0);
  }
  .tb-header-wrap.tb-header-v3
    .tb-header-menu
    .tb-menu-full
    .tb-menu
    .tb-menu-list {
    position: absolute;
    top: 100%;
    background: initial;
    padding-top: 0;
  }
  .tb-header-wrap.tb-header-v3
    .tb-header-menu
    .tb-menu-full
    .tb-menu
    .tb-menu-list
    > ul {
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 0;
  }
  .tb-header-wrap.tb-header-v3
    .tb-header-menu
    .tb-menu-full
    .tb-menu
    .tb-menu-list
    > ul
    li.menu-item-has-children
    > ul {
    -webkit-transform: translate3d(270px, 0, 0);
    -moz-transform: translate3d(270px, 0, 0);
    -ms-transform: translate3d(270px, 0, 0);
    -o-transform: translate3d(270px, 0, 0);
    position: absolute;
  }
  .tb-header-wrap.tb-header-v3
    .tb-header-menu
    .tb-menu-full
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a {
    text-align: left;
  }
  .tb_change_aaa .vc_custom_1482978695631 {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .tb-header-wrap.tb-header-v1,
  .tb-header-wrap.tb-header-v4 {
    position: relative;
    background: rgba(249, 88, 59, 0.6);
  }
  .tb-header-wrap.tb-header-v1 .tb-header-menu .tb-header-menu-inner .tb-logo,
  .tb-header-wrap.tb-header-v4 .tb-header-menu .tb-header-menu-inner .tb-logo {
    line-height: 80px;
    max-height: 80px;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .tb-logo
    > a,
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-logo
    > a {
    position: relative;
    top: 5px;
    left: 50px;
    line-height: 80px;
  }
  .tb-header-wrap.tb-header-v1 .tb-header-menu .tb-header-menu-inner .tb-menu,
  .tb-header-wrap.tb-header-v4 .tb-header-menu .tb-header-menu-inner .tb-menu {
    text-align: center !important;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-control-mobi
    > a,
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-control-mobi
    > a {
    line-height: 80px;
    color: #fff;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    #nav
    > li
    > a,
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    #nav
    > li
    > a {
    text-align: left;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .tb-sidebar-right,
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-sidebar-right {
    right: 50px;
    line-height: 80px;
  }
  .tb-header-wrap.tb-header-v4 {
    position: relative;
    background: #fff;
  }
  .tb-header-wrap.tb-header-v4 .tb-header-menu .tb-header-menu-inner .tb-logo {
    max-height: 80px;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-logo
    > a {
    top: 5px;
    left: 20px;
  }
  .tb-header-wrap.tb-header-v4 .tb-header-menu .tb-header-menu-inner .tb-menu {
    text-align: center !important;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-control-mobi
    > a {
    line-height: 80px;
    color: #3d3d3d;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    #nav
    > li
    > a {
    text-align: left;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list {
    right: initial;
    background: rgba(0, 0, 0, 0.8);
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a {
    text-align: left;
    color: #fff;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul {
    padding: 10px 0;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li
    > a {
    color: #fff;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-sidebar-right {
    right: 20px;
    line-height: 80px;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-sidebar-right
    .push_app {
    padding: 10px 28px;
  }
  .tb-header-wrap.tb-header-v2.header_position_top {
    position: relative;
  }
  .tb-header-wrap.tb-header-v2 .tb-header-menu .tb-header-menu-inner {
    float: none;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu
    .tb-header-menu-inner
    .text-left {
    padding-left: 30px;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu
    .tb-header-menu-inner
    .text-left
    .tb-logo {
    line-height: 80px;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu
    .tb-header-menu-inner
    .text-left
    .tb-logo
    > a {
    vertical-align: middle;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu
    .tb-header-menu-inner
    .text-right {
    padding-right: 50px;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu
    .tb-menu-list {
    right: 20px;
    position: absolute;
    top: 100%;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu
    .tb-menu-list
    .tb-menu-list-inner {
    padding-top: 0;
    background: #000000;
    padding: 10px 0;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a {
    text-align: left;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul
    > li:hover
    ul.standar-dropdown {
    transform: none;
  }
  .tb-header-wrap.tb-header-v3 {
    position: relative;
    background: #000000;
  }
  .tb-header-wrap.tb-header-v3 .tb-header-menu .tb-header-menu-inner .tb-logo {
    line-height: initial;
  }
  .tb-header-wrap.tb-header-v3
    .tb-header-menu
    .tb-header-menu-inner
    .tb-logo
    > a {
    line-height: 90px;
  }
  .tb-header-wrap.tb-header-v3
    .tb-header-menu
    .tb-menu-full
    .tb-menu
    .tb-menu-list {
    position: absolute;
    padding-top: 0;
    transform: initial;
    background: initial;
  }
  .tb-header-wrap.tb-header-v3
    .tb-header-menu
    .tb-menu-full
    .tb-menu
    .tb-menu-list
    > ul {
    background: #000000;
    padding: 10px 0;
  }
  .tb-header-wrap.tb-header-v3
    .tb-header-menu
    .tb-menu-full
    .tb-menu
    .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul {
    transform: none;
  }
  .tb-header-wrap.tb-header-v3
    .tb-header-menu
    .tb-menu-full
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a {
    text-align: left;
  }
  .tb-header-wrap.tb-header-v3
    .tb-header-menu
    .tb-menu-full
    .tb-menu
    .tb-menu-control-mobi
    > a {
    line-height: 90px;
  }
  .tb-header-wrap.tb-header-v3 .tb-header-menu .tb-menu-sidebar {
    line-height: 90px;
  }
}
@media (max-width: 767px) and (max-width: 471px) {
  .tb-header-wrap.tb-header-v2
    .tb-header-menu
    .tb-header-menu-inner
    .text-right {
    padding-right: 20px;
  }
}
@media (max-width: 767px) and (max-width: 421px) {
  .tb-header-wrap.tb-header-v2
    .tb-header-menu
    .tb-header-menu-inner
    .text-right {
    padding-right: 25px;
  }
}
@media (max-width: 767px) and (max-width: 421px) {
  .tb-header-wrap.tb-header-v2
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .social_network_header {
    display: none;
  }
}
@media (max-width: 572px) {
  .tb-header-wrap.tb-header-v5
    .tb-header-menu
    .tb-header-menu-inner
    .text-left {
    width: 30%;
  }
  .tb-header-wrap.tb-header-v5
    .tb-header-menu
    .tb-header-menu-inner
    .text-center {
    width: 70%;
  }
  .tb-header-wrap.tb-header-v5
    .tb-header-menu
    .tb-header-menu-inner
    .text-center
    .tb-menu {
    text-align: right !important;
  }
  .tb-header-wrap.tb-header-v5
    .tb-header-menu
    .tb-header-menu-inner
    .text-right {
    display: none;
  }
}
@media (max-width: 567px) {
  .tb-header-wrap.tb-header-v1 .tb-header-menu .tb-header-menu-inner .text-left,
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-left {
    width: 30%;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-center,
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-center {
    width: 70%;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-center
    .tb-menu,
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-center
    .tb-menu {
    text-align: right !important;
    padding-right: 20px;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-right,
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right {
    display: none;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .tb-logo
    > a,
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-logo
    > a {
    left: 25px;
  }
  .tb-header-wrap.tb-header-v3 .tb-header-menu .tb-menu-lg.pull-right {
    display: none;
  }
  .tb-header-wrap.tb-header-v3 .tb-header-menu .tb-header-menu-inner .tb-logo {
    text-align: right;
    padding-right: 20px;
  }
}
.tb-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.visible-lgs-block {
  display: none;
}
@media (min-width: 1200px) {
  .visible-lgs-block {
    display: block;
  }
  .col-lg-offset-27 {
    margin-left: 270px;
  }
  .col-lg-93 {
    width: calc(100% - 270px);
    padding-left: 15px;
    padding-right: 15px;
  }
  .tb-layout-fullwidth .tb-header-top,
  .tb-layout-fullwidth .footer-bottom,
  .tb-layout-fullwidth .footer-top {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .tb-header-menu-db .tb-menu-lg {
    position: absolute;
    top: 0;
  }
  .tb-header-menu-db .tb-menu-lg.tb-logo {
    left: 50px;
    min-width: 145px;
  }
  .tb-header-menu-db .tb-menu-lg.tb-menu {
    right: 50px;
  }
  .tb-container {
    width: 970px;
  }
}
.close_menu,
.close_menua {
  font-size: 30px;
  color: #fff;
  position: fixed;
  right: 15px;
  top: 10px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.close_menu.active,
.close_menua.active {
  opacity: 1;
  z-index: 99;
  color: #fff;
}
@media (max-width: 767px) {
  .close_menu.active,
  .close_menua.active {
    display: none;
  }
}
@media (max-width: 767px) {
  .close_menu,
  .close_menua {
    display: none;
  }
}
.close_menua {
  right: initial;
  left: 15px;
}
.change_now .title-tpl1.style_one .top_title_all {
  color: #fff;
}
@media (max-width: 1440px) {
  .col-lg-93 .container {
    max-width: 970px;
  }
}
@media (min-width: 768px) {
  .tb-container {
    width: 750px;
  }
}
@media (min-width: 1200px) {
  .tb-container {
    width: 1170px;
  }
}

.menu-menu-no-faq-container {
  display: none;
}
.tb-custom-style .tparrows {
  background: transparent !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-custom-style .tparrows:before {
  position: relative;
  z-index: 2;
}
.tb-custom-style .tparrows:after {
  content: "";
  position: absolute;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  z-index: 1;
  margin-top: -20px;
  top: 0;
}
.tb-custom-style .tparrows.tp-leftarrow:before {
  color: #2a2a2a;
}
.tb-custom-style .tparrows.tp-leftarrow:after {
  border-right: 40px solid #fff;
  right: 0;
  margin-right: 8px;
}
.tb-custom-style .tparrows.tp-rightarrow:after {
  border-left: 40px solid #2a2a2a;
  left: 0;
  margin-left: 8px;
}
.tb-custom-style .tparrows:hover:before {
  color: #fff;
}
.tb-custom-style .tparrows:hover:after {
  border-right-color: #f9583b;
  border-left-color: #f9583b;
}
.tb-custom-style.tb-flip-button .tparrows.tp-leftarrow {
  padding-left: 10px;
}
.tb-custom-style.tb-flip-button .tparrows.tp-leftarrow:after {
  border-left: 40px solid #fff;
  left: 0;
  border-right: none;
  margin-left: 12px;
}
.tb-custom-style.tb-flip-button .tparrows.tp-rightarrow {
  padding-left: 10px;
}
.tb-custom-style.tb-flip-button .tparrows.tp-rightarrow:before {
  color: #2a2a2a;
}
.tb-custom-style.tb-flip-button .tparrows.tp-rightarrow:after {
  border-right: 40px solid #fff;
  border-left: none;
  left: auto;
  right: 0;
}
.tb-custom-style.tb-flip-button .tparrows:hover:before {
  color: #fff;
}
.tb-custom-style.tb-flip-button .tparrows:hover:after {
  border-right-color: #2a2a2a;
  border-left-color: #2a2a2a;
}
.tb_slider_change .rev_slider .tparrows {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: transparent;
  border: 3px solid #6d5a92;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb_slider_change .rev_slider .tparrows:before {
  line-height: 55px;
  font-size: 20px;
}
.tb_slider_change .rev_slider .tparrows:hover {
  background: #f9583b;
  border-color: #f9583b;
}
@media (max-width: 767px) {
  .tb_slider_change .rev_slider .tparrows {
    display: none !important;
  }
}
.tb_slider_change .rev_slider:hover .tparrows {
  opacity: 1;
}
@media (max-width: 1700) {
  .tb_slider_change .vc_custom_1486628114593 {
    margin-bottom: -150px !important;
  }
}
@media (max-width: 1199px) {
  .tb_slider_change .vc_column_container.vc_custom_1487383961335 {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 991px) {
  .tb_slider_change .vc_custom_1486628114593 {
    margin-bottom: 50px !important;
  }
  .tb_slider_change
    .rev_slider
    .tp-parallax-wrap
    .tp-loop-wrap
    .tp-mask-wrap
    .rev-btn {
    padding: 8px 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .change_space_home03 {
    height: 120px !important;
  }
}
@media (max-width: 767px) {
  .tb_slider_change
    .rev_slider
    .tp-parallax-wrap
    .tp-loop-wrap
    .tp-mask-wrap
    .rev-btn {
    padding: 8px 40px !important;
  }
}
.tb-origin-top-left img {
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
}
.tb-origin-top-center img {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
}
.tb-origin-top-right img {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
}
.tb-origin-bottom-right img {
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
}
.tb-origin-bottom-left img {
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
}
.tb-origin-bottom-center img {
  -webkit-transform-origin: 100%% 50%;
  -moz-transform-origin: 100%% 50%;
  -ms-transform-origin: 100%% 50%;
  -o-transform-origin: 100%% 50%;
}
.tb-info-box-wrap .tb-info-box {
  position: relative;
  overflow: hidden;
}
.tb-info-box-wrap .tb-info-box .tb-image {
  overflow: hidden;
}
.tb-info-box-wrap .tb-info-box .tb-image .img-responsive {
  width: 100%;
}
.tb-info-box-wrap .tb-info-box .tb-shop-now:hover {
  background-color: #2a2a2a;
  color: #fff;
  border-color: #2a2a2a;
}
.tb-info-box-wrap .tb-info-box .tb-title h2 {
  font-size: 24px;
  color: #2a2a2a;
  margin: 21px 0 25px;
  font-family: Roboto;
  font-weight: 700;
}
.tb-info-box-wrap .tb-info-box .tb-title h2 span {
  display: block;
  margin-top: 10px;
}
.tb-info-box-wrap .tb-info-box .tb-content {
  margin-bottom: 55px;
}
.tb-info-box-wrap .tb-info-box .tb-control {
  margin-bottom: 60px;
}
.tb-info-box-wrap.tb-info-small .tb-title h2 {
  font-size: 22px;
}
.tb-info-box-wrap.tpl1 .tb-info-inner .tb-image {
  position: relative;
}
.tb-info-box-wrap.tpl1 .tb-info-inner .tb-image img {
  margin-left: 30px;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.tb-info-box-wrap.tpl1 .tb-info-inner .tb-image:hover img {
  margin-left: 0;
}
.tb-info-box-wrap.tpl1 .tb-info-inner .tb-image img {
  margin-left: -30px;
}
.tb-info-box-wrap.tpl1 .tb-info-inner .tb-image:after {
  background: #f9583b;
  bottom: 0;
  height: auto;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  z-index: 2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  transform: scale(0);
  content: "";
}
.tb-info-box-wrap.tpl1 .tb-info-inner .tb-image:hover {
  z-index: 10;
}
.tb-info-box-wrap.tpl1 .tb-info-inner .tb-image:hover:after {
  opacity: 0.2;
  transform: scale(1);
}
.tb-info-box-wrap.tpl1 .tb-info-inner.image1 {
  position: relative;
  z-index: 2;
}
.tb-info-box-wrap.tpl1 .tb-info-inner.image1 .tb-image {
  border: 30px solid #fff;
}
.tb-info-box-wrap.tpl1 .tb-info-inner .tb-title h2 span {
  padding-left: 15%;
}
.tb-info-box-wrap.tpl1 .tb-info-inner.image1 .tb-image {
  border-left: none;
}
.tb-info-box-wrap.tpl1 .tb-info-inner.image3 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  position: absolute;
  right: 15px;
  left: 15px;
}
.tb-info-box-wrap.tpl1 .tb-info-inner .tb-shop-now {
  margin-right: 20px;
}
.tb-info-box-wrap.tpl2 {
  position: relative;
}
.tb-info-box-wrap.tpl2 .tb-info-box {
  overflow: initial;
}
.tb-info-box-wrap.tpl2 .tb-info-box .tb-info-inner .tb-image {
  position: absolute;
  top: 50%;
  right: -90px;
  z-index: 9;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.tb-info-box-wrap.tpl2.style_one .tb-info-box .tb-info-inner .tb-image {
  right: initial;
  left: -90px;
  z-index: 9;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.tb-info-box-wrap.tpl3 .tb-info-box .match-height,
.tb-info-box-wrap.tpl4 .tb-info-box .match-height {
  margin: 0 auto;
  text-align: center;
}
.tb-info-box-wrap.tpl3 .tb-info-box .tb-info-inner,
.tb-info-box-wrap.tpl4 .tb-info-box .tb-info-inner {
  padding: 0 15px;
  display: inline-block;
  margin-top: 28px;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .tb-info-box-wrap.tpl3 .tb-info-box .tb-info-inner,
  .tb-info-box-wrap.tpl4 .tb-info-box .tb-info-inner {
    margin-bottom: 0;
  }
}
.tb-info-box-wrap.tpl3 .tb-info-box .image3 > .tb-image > a > img,
.tb-info-box-wrap.tpl4 .tb-info-box .image3 > .tb-image > a > img {
  max-width: 60px;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .ro-info-box-wrap.tpl1 .tb-info-box,
  .ro-info-box-wrap.tpl2 .tb-info-box {
    max-width: 370px;
    margin: 0 auto 30px;
  }
  .ro-info-box-wrap.tpl1 .tb-info-box .tb-image,
  .ro-info-box-wrap.tpl2 .tb-info-box .tb-image {
    width: 100%;
  }
  .ro-info-box-wrap.tpl1 .tb-info-box .tb-image:after,
  .ro-info-box-wrap.tpl2 .tb-info-box .tb-image:after {
    top: auto;
    bottom: -8px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
  }
  .ro-info-box-wrap.tpl1 .tb-info-box .tb-image.tb-right:after,
  .ro-info-box-wrap.tpl2 .tb-info-box .tb-image.tb-right:after {
    top: -8px;
    bottom: auto;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
  }
  .ro-info-box-wrap.tpl1 .tb-info-box .tb-content,
  .ro-info-box-wrap.tpl2 .tb-info-box .tb-content {
    width: 100%;
    padding: 10px 0;
  }
  .tb-service-wrap .tb-service.tpl3 {
    text-align: center;
  }
  .tb-service-wrap .tb-service.tpl5 {
    margin-top: 15px;
    margin-bottom: 70px;
  }
  .tb-service-wrap .tb-service.tpl8 {
    margin: 0 auto;
    text-align: center;
  }
  .tb-service-wrap .tb-service.tpl8 a .tb-title,
  .tb-service-wrap .tb-service.tpl8 a .tb-content {
    text-align: center;
  }
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.07, 1.07);
  }
}
@-webkit-keyframes myfirst {
  0% {
    opacity: 1;
    transform: scale(1, 1);
  }
  50% {
    opacity: 1;
    transform: scale(1.03, 1.03);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@-webkit-keyframes myfirsta {
  0% {
    width: 0px;
    height: 0px;
    opacity: 0;
    background: rgba(249, 88, 59, 0);
  }
  50% {
    width: 220px;
    height: 220px;
    opacity: 0.7;
    background: rgba(249, 88, 59, 0.1);
  }
  100% {
    width: 440px;
    height: 440px;
    opacity: 1;
    background: rgba(249, 88, 59, 0.19);
  }
}
@-webkit-keyframes myfirstb {
  0% {
    width: 440px;
    height: 440px;
    opacity: 0;
    background: rgba(249, 88, 59, 0);
  }
  50% {
    width: 515px;
    height: 515px;
    opacity: 0.7;
    background: rgba(249, 88, 59, 0.05);
  }
  100% {
    width: 585px;
    height: 585px;
    opacity: 1;
    background: rgba(249, 88, 59, 0.1);
  }
}
@-webkit-keyframes myfirstc {
  0% {
    width: 585px;
    height: 585px;
    opacity: 0;
    background: rgba(249, 88, 59, 0);
  }
  50% {
    width: 660px;
    height: 660px;
    opacity: 0.7;
    background: rgba(249, 88, 59, 0.01);
  }
  100% {
    width: 728px;
    height: 728px;
    opacity: 1;
    background: rgba(249, 88, 59, 0.02);
  }
}
.tb-service-wrap .tb-service {
  position: relative;
}
.tb-service-wrap .tb-service .tb-icon i {
  display: inline-block;
  width: 100%;
}
.tb-service-wrap .tb-service .tb-content {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #6e6e6e;
}
.tb-service-wrap .tb-service:hover .tb-icon {
  color: #f9583b;
}
.tb-service-wrap .tb-service.tpl1 .tb-icon {
  margin-bottom: 0;
}
.tb-service-wrap .tb-service.tpl1 .tb-icon > img {
  margin: 0 auto;
  text-align: center;
}
.tb-service-wrap .tb-service.tpl1 .tb-title {
  padding-top: 30px;
  padding-bottom: 9px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.tb-service-wrap .tb-service.tpl3 .tb-title-icon {
  font-size: 28px;
  margin-bottom: 13px;
}
@media (min-width: 1200px) {
  .tb-service-wrap .tb-service.tpl2 {
    padding-top: 90px;
    padding-bottom: 65px;
  }
}
.tb-service-wrap .tb-service.tpl2 .tb-title {
  position: relative;
  font-family: Roboto;
  font-weight: 400;
  font-size: 35px;
  line-height: 52px;
  color: #ffffff;
}
.tb-service-wrap .tb-service.tpl2 .tb-title .incremental-counter .num {
  display: inline-block;
}
.tb-service-wrap .tb-service.tpl2 .tb-title:before {
  content: "";
  width: 50px;
  height: 2px;
  background: #f9583b;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.tb-service-wrap .tb-service.tpl2 .tb-content {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  text-transform: capitalize;
}
.tb-service-wrap .tb-service.tpl2.tb-incremental .tb-title:before {
  background: #fff !important;
}
.tb-service-wrap .tb-service.tpl4 {
  position: relative;
}
.tb-service-wrap .tb-service.tpl4 .tb-icon {
  position: relative;
}
.tb-service-wrap .tb-service.tpl4 .tb-icon > img {
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 4;
  -webkit-animation: myfirst 1s infinite;
}
.tb-service-wrap .tb-service.tpl4 .tb-icon:before {
  content: "";
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: rgba(249, 88, 59, 0.19);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 3;
  -webkit-animation: myfirsta 2s infinite;
}
.tb-service-wrap .tb-service.tpl4 .tb-icon:after {
  content: "";
  width: 585px;
  height: 585px;
  border-radius: 50%;
  background: rgba(249, 88, 59, 0.1);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-animation: myfirstb 2s infinite;
}
.tb-service-wrap .tb-service.tpl4:before {
  content: "";
  width: 728px;
  height: 728px;
  border-radius: 50%;
  background: rgba(249, 88, 59, 0.02);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-animation: myfirstc 2s infinite;
}
.tb-service-wrap .tb-service .title_money {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 26px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-service-wrap .tb-service .title_money span,
.tb-service-wrap .tb-service .title_money h4,
.tb-service-wrap .tb-service .title_money h5 {
  font-family: Roboto;
  font-weight: 400;
  color: #262e31;
  display: inline-block;
  margin-bottom: 0;
}
.tb-service-wrap .tb-service .title_money span {
  font-size: 28px;
  vertical-align: top;
  position: relative;
  top: -5px;
  left: 3px;
}
.tb-service-wrap .tb-service .title_money h4 {
  font-size: 50px;
  padding-right: 10px;
}
.tb-service-wrap .tb-service .title_money h5 {
  font-size: 20px;
  text-transform: lowercase;
}
.tb-service-wrap .tb-service .all_os {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tb-service-wrap .tb-service .all_os > li {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 45px;
  color: #6d6d6d;
  text-transform: capitalize;
}
.tb-service-wrap .tb-service .all_os > li > i {
  font-size: 12px;
  font-weight: 300;
  padding-left: 20px;
  color: #f9583b;
}
.tb-service-wrap .tb-service.tpl5,
.tb-service-wrap .tb-service.tpl6,
.tb-service-wrap .tb-service.tpl11 {
  border: 1px solid #d7d7d7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-service-wrap .tb-service.tpl5 .tb-icon,
.tb-service-wrap .tb-service.tpl6 .tb-icon,
.tb-service-wrap .tb-service.tpl11 .tb-icon {
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 9;
  background: #fff;
}
.tb-service-wrap .tb-service.tpl5 .tb-icon > i,
.tb-service-wrap .tb-service.tpl6 .tb-icon > i,
.tb-service-wrap .tb-service.tpl11 .tb-icon > i {
  font-size: 30px;
  color: #c1c1c1;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-service-wrap .tb-service.tpl5 .tb-title,
.tb-service-wrap .tb-service.tpl6 .tb-title,
.tb-service-wrap .tb-service.tpl11 .tb-title {
  font-family: Roboto;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  color: #1b1b1b;
  margin-top: 50px;
  padding-bottom: 3px;
}
.tb-service-wrap .tb-service.tpl5 .tb-content,
.tb-service-wrap .tb-service.tpl6 .tb-content,
.tb-service-wrap .tb-service.tpl11 .tb-content {
  padding: 15px 0 18px 0;
}
.tb-service-wrap .tb-service.tpl5 .herf_all,
.tb-service-wrap .tb-service.tpl6 .herf_all,
.tb-service-wrap .tb-service.tpl11 .herf_all {
  font-family: Roboto;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 18px;
  background: #252525;
  color: #fff;
  display: block;
  padding: 27px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-service-wrap .tb-service.tpl5 .herf_tpl6,
.tb-service-wrap .tb-service.tpl6 .herf_tpl6,
.tb-service-wrap .tb-service.tpl11 .herf_tpl6 {
  display: none;
}
.tb-service-wrap .tb-service.tpl5.active,
.tb-service-wrap .tb-service.tpl5:hover,
.tb-service-wrap .tb-service.tpl6.active,
.tb-service-wrap .tb-service.tpl6:hover,
.tb-service-wrap .tb-service.tpl11.active,
.tb-service-wrap .tb-service.tpl11:hover {
  border-color: #f9583b;
}
.tb-service-wrap .tb-service.tpl5.active .tb-icon > i,
.tb-service-wrap .tb-service.tpl5:hover .tb-icon > i,
.tb-service-wrap .tb-service.tpl6.active .tb-icon > i,
.tb-service-wrap .tb-service.tpl6:hover .tb-icon > i,
.tb-service-wrap .tb-service.tpl11.active .tb-icon > i,
.tb-service-wrap .tb-service.tpl11:hover .tb-icon > i {
  color: #f9583b;
  border-color: #f9583b;
}
.tb-service-wrap .tb-service.tpl5.active .title_money,
.tb-service-wrap .tb-service.tpl5:hover .title_money,
.tb-service-wrap .tb-service.tpl6.active .title_money,
.tb-service-wrap .tb-service.tpl6:hover .title_money,
.tb-service-wrap .tb-service.tpl11.active .title_money,
.tb-service-wrap .tb-service.tpl11:hover .title_money {
  border-color: #f9583b;
}
.tb-service-wrap .tb-service.tpl5.active .herf_all,
.tb-service-wrap .tb-service.tpl5:hover .herf_all,
.tb-service-wrap .tb-service.tpl6.active .herf_all,
.tb-service-wrap .tb-service.tpl6:hover .herf_all,
.tb-service-wrap .tb-service.tpl11.active .herf_all,
.tb-service-wrap .tb-service.tpl11:hover .herf_all {
  background: #f9583b;
}
.tb-service-wrap .tb-service.tpl6 {
  border: none;
  background: #fff;
  -webkit-box-shadow: 0px 80px 0.3px -50px #ffffff;
  -moz-box-shadow: 0px 80px 0.3px -50px #ffffff;
  box-shadow: 0px 80px 0.3px -50px #ffffff;
}
.tb-service-wrap .tb-service.tpl6 .header {
  background: #f9583b;
  padding: 55px 0 31px 0;
}
.tb-service-wrap .tb-service.tpl6 .header .tb-title {
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  margin-top: 0;
  padding-bottom: 5px;
  font-weight: 400;
}
.tb-service-wrap .tb-service.tpl6 .header .title_money {
  padding-bottom: 0;
  border-bottom: none;
}
.tb-service-wrap .tb-service.tpl6 .header .title_money span,
.tb-service-wrap .tb-service.tpl6 .header .title_money h4,
.tb-service-wrap .tb-service.tpl6 .header .title_money h5 {
  font-weight: bold;
  color: #fff;
}
.tb-service-wrap .tb-service.tpl6 .header .title_money h4 {
  font-size: 55px;
  position: relative;
  padding-right: 20px;
}
.tb-service-wrap .tb-service.tpl6 .header .title_money h4:before {
  content: "";
  width: 1px;
  height: 15px;
  background: #fff;
  position: absolute;
  right: 0;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  bottom: -9px;
}
.tb-service-wrap .tb-service.tpl6 .header .title_money h5 {
  font-size: 22.27px;
  padding-left: 5px;
}
.tb-service-wrap .tb-service.tpl6 .all_button {
  padding: 50px 0;
  border-top: 1px solid #d7d7d7;
}
.tb-service-wrap .tb-service.tpl6 .all_button > a {
  display: inline-block;
  width: 180px;
  height: 42px;
  vertical-align: middle;
  border-radius: 50px;
  background: #303030;
  font-size: 12px;
  line-height: 42px;
  text-transform: uppercase;
  color: #fff;
  font-family: Roboto;
  font-weight: bold;
  padding: 0;
  margin: 0 3px;
}
.tb-service-wrap .tb-service.tpl6 .all_button > a:first-child {
  display: none;
}
.tb-service-wrap .tb-service.tpl6 .all_button > a.herf_tpl6 {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-service-wrap .tb-service.tpl6 .all_button > a.herf_tpl6:hover {
  background: #f9583b;
}
@media (max-width: 991px) {
  .tb-service-wrap .tb-service.tpl6 .all_button > a {
    margin-bottom: 20px;
  }
}
.tb-service-wrap .tb-service.tpl6 .tb-content {
  padding: 25px 0 25px 0;
}
@media (max-width: 767px) {
  .tb-service-wrap .tb-service.tpl6 {
    margin-bottom: 30px;
  }
}
.tb-service-wrap .tb-service.tpl7 .tb-content {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #545454;
  margin-bottom: 74px;
}
.tb-service-wrap .tb-service.tpl7 .tb-content > p {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .tb-service-wrap .tb-service.tpl7 .tb-content {
    text-align: center;
    margin-bottom: 30px !important;
  }
}
.tb-service-wrap .tb-service.tpl7 .herf_all,
.tb-service-wrap .tb-service.tpl7 .it_work {
  font-family: Roboto;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 28px;
  border: 1px solid #f9583b;
  background: #f9583b;
  color: #fff;
  padding: 14px 60px;
  border-radius: 50px;
}
.tb-service-wrap .tb-service.tpl7 .it_work {
  border-color: #1c1c1c;
  background: transparent;
  color: #1c1c1c;
  margin-left: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-service-wrap .tb-service.tpl7 .it_work:hover {
  color: #fff;
  background: #f9583b;
  border-color: #f9583b;
}
@media (max-width: 767px) {
  .tb-service-wrap .tb-service.tpl7 {
    margin: 0 auto;
    text-align: center;
  }
}
.tb-service-wrap .tb-service.tpl8 .tb-title {
  font-size: 30px;
}
.tb-service-wrap .tb-service.tpl8 .herf_all {
  font-family: Roboto;
  font-weight: 700;
  text-transform: uppercase;
  width: 200px;
  height: 50px;
  background: #f9583b;
  display: inline-block;
  line-height: 50px;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  margin-top: 70px;
}
.tb-service-wrap .tb-service.tpl9 {
  background: #8f75be;
  border-radius: 15px;
  padding: 98px 0 98px 0;
}
.tb-service-wrap .tb-service.tpl9 .tb-title {
  font-family: Roboto;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.tb-service-wrap .tb-service.tpl9 .tb-content {
  font-family: Roboto;
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  text-transform: capitalize;
  color: #fff;
}
.tb-service-wrap .tb-service.tpl9 .tb-content p {
  padding: 10px 0 25px 0;
}
.tb-service-wrap .tb-service.tpl9 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.tb-service-wrap .tb-service.tpl9 ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
}
.tb-service-wrap .tb-service.tpl9 ul li a {
  display: block;
}
.tb-service-wrap .tb-service.tpl9 ul li a.herf_all {
  font-family: Roboto;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  border: 1px solid #fff;
  padding: 15px 25px;
  border-radius: 5px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-service-wrap .tb-service.tpl9 ul li a.herf_all i {
  padding-right: 7px;
}
.tb-service-wrap .tb-service.tpl9 ul li a.herf_all:hover {
  background: #f9583b;
  border-color: #f9583b;
}
.tb-service-wrap .tb-service.tpl9 ul li.active .herf_all {
  background: #f9583b;
  border-color: #f9583b;
}
@media (max-width: 767px) {
  .tb-service-wrap .tb-service.tpl9 ul li {
    margin: 15px 0;
  }
}
.tb-service-wrap .tb-service.tpl10 {
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .tb-service-wrap .tb-service.tpl10 {
    max-height: 634px;
    height: 633px;
  }
}
.tb-service-wrap .tb-service.tpl10 > a .header {
  background: #e5e5e5;
  padding-top: 38px;
  padding-bottom: 35px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.tb-service-wrap .tb-service.tpl10 > a .header h5 {
  margin-bottom: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.tb-service-wrap .tb-service.tpl10 > a .header .tb-title-top {
  font-family: Roboto;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  color: #1b1b1b;
}
.tb-service-wrap .tb-service.tpl10 > a .header .tb-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 34px;
  color: #1b1b1b;
  text-transform: capitalize;
}
.tb-service-wrap .tb-service.tpl10 .contents {
  background: #f6f6f6;
  padding: 35px 0 42px 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.tb-service-wrap .tb-service.tpl10 .contents .title_money {
  border-bottom: none;
  padding-bottom: 0;
}
.tb-service-wrap .tb-service.tpl10 .contents .title_money span {
  font-size: 23px;
  top: -3px;
  font-weight: 700;
}
.tb-service-wrap .tb-service.tpl10 .contents .title_money h4 {
  font-weight: 700;
  font-size: 40px;
}
.tb-service-wrap .tb-service.tpl10 .contents .title_money h5 {
  font-size: 14px;
  font-weight: 700;
}
.tb-service-wrap .tb-service.tpl10 .contents .tb-content .all_os {
  color: #545454;
}
.tb-service-wrap .tb-service.tpl10 .contents .all_button {
  margin-top: 35px;
}
.tb-service-wrap .tb-service.tpl10 .contents .all_button .herf_all {
  font-family: Roboto;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  background: #131313;
  border: 1px solid #131313;
  text-align: center;
  padding: 12px 45px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.tb-service-wrap .tb-service.tpl10.active,
.tb-service-wrap .tb-service.tpl10:hover {
  border-color: #8f75be;
  -webkit-box-shadow: 0px 0px 17px 5px rgba(143, 117, 190, 0.31);
  -moz-box-shadow: 0px 0px 17px 5px rgba(143, 117, 190, 0.31);
  box-shadow: 0px 0px 17px 5px rgba(143, 117, 190, 0.31);
  -webkit-transform: translate3d(0, -25px, 0);
  -moz-transform: translate3d(0, -25px, 0);
  -ms-transform: translate3d(0, -25px, 0);
  -o-transform: translate3d(0, -25px, 0);
}
.tb-service-wrap .tb-service.tpl10.active > a .header,
.tb-service-wrap .tb-service.tpl10:hover > a .header {
  background: #8f75be;
  padding-top: 43px;
  padding-bottom: 50px;
}
.tb-service-wrap .tb-service.tpl10.active > a .header .tb-title-top,
.tb-service-wrap .tb-service.tpl10.active > a .header .tb-title,
.tb-service-wrap .tb-service.tpl10:hover > a .header .tb-title-top,
.tb-service-wrap .tb-service.tpl10:hover > a .header .tb-title {
  color: #fff;
}
.tb-service-wrap .tb-service.tpl10.active .contents,
.tb-service-wrap .tb-service.tpl10:hover .contents {
  background: #fff;
  padding: 35px 0 70px 0;
}
.tb-service-wrap .tb-service.tpl10.active .contents .all_button .herf_all,
.tb-service-wrap .tb-service.tpl10:hover .contents .all_button .herf_all {
  background: #f9583b;
  border-color: #f9583b;
}
@media (max-width: 767px) {
  .tb-service-wrap .tb-service.tpl10.active,
  .tb-service-wrap .tb-service.tpl10:hover {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .tb-service-wrap .tb-service.tpl10 {
    margin: 0 15px 30px 15px;
  }
}
.tb-service-wrap .tb-service.tpl11 {
  padding: 0 30px;
  border-right: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-service-wrap .tb-service.tpl11 .header {
  padding-bottom: 32px;
  border-bottom: 1px dotted #ffffff;
  margin-bottom: 22px;
}
.tb-service-wrap .tb-service.tpl11 .header .tb-title {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #1b1b1b;
  margin-top: 25px;
  padding-bottom: 0;
  margin-bottom: 18px;
}
.tb-service-wrap .tb-service.tpl11 .header .title_money {
  border-bottom: none;
  padding-bottom: 10px;
}
.tb-service-wrap .tb-service.tpl11 .header .title_money span {
  top: 3px;
  font-size: 40px;
}
.tb-service-wrap .tb-service.tpl11 .header .title_money h4 {
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
}
.tb-service-wrap .tb-service.tpl11 .header .title_money h4:before {
  content: "";
  width: 1px;
  height: 16px;
  background: #262e31;
  position: absolute;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  right: 0;
  bottom: -7px;
}
.tb-service-wrap .tb-service.tpl11 .header .tb-title-top {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #898989;
  text-align: left;
  margin-bottom: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-service-wrap .tb-service.tpl11 .tb-content {
  padding: 0px 0 18px 0;
  min-height: 253px;
}
.tb-service-wrap .tb-service.tpl11 .tb-content .all_os li {
  line-height: 47px;
  color: #545454;
}
.tb-service-wrap .tb-service.tpl11 .tb-content .all_os li i {
  color: #8dc63f;
  padding-left: 0;
  padding-right: 12px;
}
.tb-service-wrap .tb-service.tpl11 .all_button {
  margin: 0 auto;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 40px;
}
.tb-service-wrap .tb-service.tpl11 .all_button .herf_all {
  font-size: 14px;
  background: #000000;
  display: inline-block;
  padding: 12px 40px;
}
.tb-service-wrap .tb-service.tpl11.active,
.tb-service-wrap .tb-service.tpl11:hover {
  background: #f9583b;
  border-color: #f9583b;
}
.tb-service-wrap .tb-service.tpl11.active .header .tb-title,
.tb-service-wrap .tb-service.tpl11:hover .header .tb-title {
  color: #fff;
}
.tb-service-wrap .tb-service.tpl11.active .header .title_money span,
.tb-service-wrap .tb-service.tpl11.active .header .title_money h4,
.tb-service-wrap .tb-service.tpl11.active .header .title_money h5,
.tb-service-wrap .tb-service.tpl11:hover .header .title_money span,
.tb-service-wrap .tb-service.tpl11:hover .header .title_money h4,
.tb-service-wrap .tb-service.tpl11:hover .header .title_money h5 {
  color: #fff;
}
.tb-service-wrap .tb-service.tpl11.active .header .title_money span:before,
.tb-service-wrap .tb-service.tpl11.active .header .title_money h4:before,
.tb-service-wrap .tb-service.tpl11.active .header .title_money h5:before,
.tb-service-wrap .tb-service.tpl11:hover .header .title_money span:before,
.tb-service-wrap .tb-service.tpl11:hover .header .title_money h4:before,
.tb-service-wrap .tb-service.tpl11:hover .header .title_money h5:before {
  background: #fff;
}
.tb-service-wrap .tb-service.tpl11.active .header .tb-title-top,
.tb-service-wrap .tb-service.tpl11:hover .header .tb-title-top {
  color: #fff;
}
.tb-service-wrap .tb-service.tpl11.active .tb-content .all_os li,
.tb-service-wrap .tb-service.tpl11:hover .tb-content .all_os li {
  color: #fff;
}
.tb-service-wrap .tb-service.tpl11.active .tb-content .all_os li i,
.tb-service-wrap .tb-service.tpl11:hover .tb-content .all_os li i {
  color: #fff;
}
.tb-service-wrap .tb-service.tpl11.active .all_button .herf_all,
.tb-service-wrap .tb-service.tpl11:hover .all_button .herf_all {
  background: #fff;
  color: #f9583b;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tb-service-wrap .tb-service.tpl12 {
    top: -50px;
  }
}
.tb-service-wrap .tb-service.tpl12 .no-image {
  width: 60%;
  float: right;
  padding-left: 122px;
  margin-top: 15px;
}
.tb-service-wrap .tb-service.tpl12 .no-image .title_all_top .tb-title-top {
  font-family: Roboto;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #fff;
}
.tb-service-wrap .tb-service.tpl12 .no-image .title_all_top .tb-title {
  font-family: Roboto;
  font-weight: 700;
  font-size: 28px;
  line-height: 80px;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: left;
  color: #fff;
}
.tb-service-wrap .tb-service.tpl12 .no-image .title_all_top .tb-title-center {
  font-weight: 700;
  font-size: 58px;
  line-height: 49px;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  font-family: Roboto;
}
@media (max-width: 767px) {
  .tb-service-wrap .tb-service.tpl12 .no-image .title_all_top .tb-title-top,
  .tb-service-wrap .tb-service.tpl12 .no-image .title_all_top .tb-title,
  .tb-service-wrap .tb-service.tpl12 .no-image .title_all_top .tb-title-center {
    text-align: center;
  }
  .tb-service-wrap .tb-service.tpl12 .no-image .title_all_top .tb-title {
    line-height: 35px;
  }
  .tb-service-wrap .tb-service.tpl12 .no-image .title_all_top .tb-title-center {
    font-size: 35px;
    line-height: 40px;
  }
}
.tb-service-wrap .tb-service.tpl12 .no-image .jws_content_button .tb-content {
  margin-bottom: 48px;
}
.tb-service-wrap
  .tb-service.tpl12
  .no-image
  .jws_content_button
  .tb-content
  ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tb-service-wrap
  .tb-service.tpl12
  .no-image
  .jws_content_button
  .tb-content
  ul
  li
  a {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  color: #707070;
}
.tb-service-wrap
  .tb-service.tpl12
  .no-image
  .jws_content_button
  .tb-content
  ul
  li
  a
  i {
  color: #f9583b;
  margin-right: 13px;
}
.tb-service-wrap
  .tb-service.tpl12
  .no-image
  .jws_content_button
  .button_app_all {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 195px;
}
.tb-service-wrap
  .tb-service.tpl12
  .no-image
  .jws_content_button
  .button_app_all
  li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-right: 22px;
}
.tb-service-wrap
  .tb-service.tpl12
  .no-image
  .jws_content_button
  .button_app_all
  li
  > a {
  width: 200px;
  height: 60px;
  display: block;
}
.tb-service-wrap
  .tb-service.tpl12
  .no-image
  .jws_content_button
  .button_app_all
  li
  > a.herf_all {
  background: url(assets/images/apple.png) center center no-repeat transparent;
}
.tb-service-wrap
  .tb-service.tpl12
  .no-image
  .jws_content_button
  .button_app_all
  li
  > a.herf_alla {
  background: url(assets/images/android.png) center center no-repeat transparent;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tb-service-wrap
    .tb-service.tpl12
    .no-image
    .jws_content_button
    .button_app_all {
    margin-bottom: 100px;
  }
  .tb-service-wrap
    .tb-service.tpl12
    .no-image
    .jws_content_button
    .button_app_all
    li {
    margin-right: 19px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tb-service-wrap
    .tb-service.tpl12
    .no-image
    .jws_content_button
    .button_app_all {
    margin-bottom: 0px;
  }
  .tb-service-wrap
    .tb-service.tpl12
    .no-image
    .jws_content_button
    .button_app_all
    li {
    margin-right: 8px;
  }
  .tb-service-wrap
    .tb-service.tpl12
    .no-image
    .jws_content_button
    .button_app_all
    li
    a {
    width: 145px;
  }
}
@media (max-width: 767px) {
  .tb-service-wrap
    .tb-service.tpl12
    .no-image
    .jws_content_button
    .button_app_all {
    margin-bottom: 50px;
  }
}
@media (max-width: 492px) {
  .tb-service-wrap
    .tb-service.tpl12
    .no-image
    .jws_content_button
    .button_app_all {
    margin: 0 auto;
    text-align: center;
  }
  .tb-service-wrap
    .tb-service.tpl12
    .no-image
    .jws_content_button
    .button_app_all
    li
    a {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .tb-service-wrap .tb-service.tpl12 .no-image {
    width: initial;
    float: none;
    padding-left: 0;
    margin-bottom: 30px;
  }
}
.tb-service-wrap .tb-service.tpl12 .has-image {
  width: 40%;
  position: relative;
}
.tb-service-wrap.top_style .tpl12 .no-image .jws_content_button {
  display: none;
}
.tb-service-wrap.top_style .tpl12 .has-image {
  top: 0px;
}
.tb-service-wrap.top_style .tpl12 .has-image .tb-icon {
  position: relative;
  left: -30px;
  top: 60px;
}
.tb-service-wrap.top_style .tpl12 .has-image .tb-icon > img {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  -moz-transform: scale3d(1.5, 1.5, 1.5);
  -ms-transform: scale3d(1.5, 1.5, 1.5);
  -o-transform: scale3d(1.5, 1.5, 1.5);
}
@media (max-width: 767px) {
  .tb-service-wrap.top_style .tpl12 .has-image {
    width: initial;
  }
  .tb-service-wrap.top_style .tpl12 .has-image .tb-icon {
    left: initial;
    top: 0;
  }
  .tb-service-wrap.top_style .tpl12 .has-image .tb-icon > img {
    transform: initial;
    margin: 0 auto;
  }
}
.tb-service-wrap.change_padding_icon1 .tb-icon {
  padding-top: 8px;
}
.tb-service-wrap.change_padding_icon2 .tb-icon {
  padding-top: 8px;
}
.tb-service-wrap.change_padding_icon3 .tb-icon > img {
  max-width: 73px;
  height: auto;
}
.tb-service-wrap.style_one {
  margin-bottom: 40px;
}
.tb-service-wrap.style_one .tpl1 .tb-icon > img {
  margin: initial;
  text-align: left;
}
.tb-service-wrap.style_one .tpl1 .tb-title {
  padding-top: 9px;
}
.tb-service-wrap.style_one .tpl7 .tb-content {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 82px;
  margin-top: 35px;
}
.tb-service-wrap.default .tpl7 .it_work {
  display: none;
}
.tb-service-wrap.default .tpl7 .tb-content {
  margin-bottom: 64px;
}
.tb-service-wrap.style_three .tpl1 {
  position: relative;
}
.tb-service-wrap.style_three .tpl1 .tb-title-top {
  margin-bottom: 0;
  font-family: Roboto;
  font-weight: 400;
  font-size: 26px;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
  z-index: 9;
  position: relative;
  background: #f9583b;
}
.tb-service-wrap.style_three .tpl1 .tb-title,
.tb-service-wrap.style_three .tpl1 .tb-content {
  color: #fff;
}
.tb-service-wrap.style_three .tpl1:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #a3c1c3;
  position: absolute;
  top: 30px;
}
.tb-service-wrap.style_three .tpl2 {
  padding-top: 53px;
  padding-bottom: 60px;
  border: 1px solid #929292;
  border-right: none;
  border-left: none;
  position: relative;
}
.tb-service-wrap.style_three .tpl2 .tb-title {
  margin-bottom: 0;
  display: inline-block;
  padding-right: 20px;
}
.tb-service-wrap.style_three .tpl2 .tb-title:before {
  display: none;
}
.tb-service-wrap.style_three .tpl2 .tb-title .incremental-counter .num {
  font-weight: 700;
  font-size: 42px;
  line-height: 72px;
  color: #f9583b;
}
.tb-service-wrap.style_three .tpl2 .tb-content {
  font-family: Roboto;
  font-weight: 500;
  text-transform: uppercase;
  color: #252525;
  display: inline-block;
}
.tb-service-wrap.style_three .tpl2 .tb-content p {
  margin-bottom: 0;
  display: inline-block;
}
.tb-service-wrap.style_three .tpl2:before {
  content: "";
  width: 1px;
  height: 100%;
  background: url(assets/images/line.png) center center no-repeat transparent;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.tb-service-wrap.style_four .tpl1 .tb-title {
  padding-top: 21px;
  padding-bottom: 10px;
}
.tb-service-wrap.services_left .tpl2 {
  border-left: 1px solid #929292;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.tb-service-wrap.services_right .tpl2 {
  border-right: 1px solid #929292;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.tb-service-wrap.services_right .tpl2:before {
  display: none;
}
.display_border_right .tb-service-wrap .tpl11 {
  border-right: 1px solid #d7d7d7;
}
.no-border-right .style_three .tpl1:before {
  display: none;
}
.change_position_sv {
  position: relative;
  top: 104px;
  z-index: 9;
}
.change_home2_row .setup_app li span {
  border-color: #f7cbc3;
}
.change_home2_row .setup_app li span:before {
  background: #f9583b;
}
.change_home2_row .setup_app li .content > a {
  font-size: 24px;
  color: #1c1c1c;
}
.change_home2_row .setup_app li .content > p {
  color: #6e6e6e;
  padding-top: 12px;
}
.col-lg-35 {
  width: 30% !important;
}
.col-lg-55 {
  width: 40% !important;
}
.fixed-overborder > .container > .row {
  margin-left: 0;
  margin-right: 0;
}
.fixed-overborder > .container > .row > .wpb_column {
  padding-left: 0 !important;
  padding-right: 0 !important;
  z-index: 3;
}
.fixed-overborder > .container > .row > .wpb_column .tb-service-wrap {
  background-color: #fff;
}
.fixed-overborder
  > .container
  > .row
  > .wpb_column
  .tb-service-wrap
  .tb-service {
  margin: 0 0 20px;
  min-height: 110px;
  z-index: 1;
  background-color: #fff;
}
.fixed-overborder
  > .container
  > .row
  > .wpb_column:first-child
  .tb-service-wrap:before,
.fixed-overborder
  > .container
  > .row
  > .wpb_column:first-child
  .tb-service-wrap:after,
.fixed-overborder
  > .container
  > .row
  > .wpb_column:last-child
  .tb-service-wrap:after {
  width: 11px;
  position: absolute;
  top: 0;
  height: 100px;
  content: "";
  z-index: 0;
  bottom: auto;
  float: none;
}
.fixed-overborder > .container > .row > .wpb_column:first-child {
  margin-top: -82px;
}
.fixed-overborder
  > .container
  > .row
  > .wpb_column:first-child
  .tb-service-wrap:before {
  box-shadow: -1px 5px 10px rgba(0, 0, 0, 0.4);
  left: 0;
  right: auto;
  border-bottom-left-radius: 60%;
}
.fixed-overborder
  > .container
  > .row
  > .wpb_column:first-child
  .tb-service-wrap:after {
  box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.4);
  right: 0;
  left: auto;
  border-bottom-right-radius: 60%;
}
.title-tpl1 .top_title_all {
  font-family: Roboto;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #f9583b;
}
.title-tpl1 .stabapp-title {
  font-family: Roboto;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 17px;
  margin-top: 10px;
  text-transform: capitalize;
}
.title-tpl1 .tb-content {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #6e6e6e;
}
@media (min-width: 1200px) {
  .title-tpl1 .tb-content {
    padding: 0 200px;
  }
}
.title-tpl1.style_one .top_title_all {
  color: #8f75be;
}
@media (max-width: 767px) {
  .title-tpl1.style_one {
    padding: 0 30px;
  }
  .title-tpl1.style_one .stabapp-title {
    font-size: 35px;
  }
}
.title-tpl1.style_two .tb-content {
  font-family: Roboto;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  line-height: 22px;
  color: #6e6e6e;
}
.title-tpl1.style_three .top_title_all {
  color: #d4e1e0;
}
@media (max-width: 767px) {
  .title-tpl1 .top_title_all {
    text-align: center;
  }
  .title-tpl1 .stabapp-title {
    text-align: center;
  }
  .title-tpl1 .tb-content {
    text-align: center;
  }
}
.wpb_content_element {
  margin-bottom: 0 !important;
}
.setup_app {
  margin: 0;
  padding: 0;
  list-style: none;
}
.setup_app > li {
  padding-bottom: 35px;
}
.setup_app > li span {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-family: Roboto;
  font-weight: 400;
  font-size: 24px;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  border: 1px solid #553638;
  z-index: 9;
  position: relative;
  float: left;
}
.setup_app > li span:before {
  content: "";
  width: 75px;
  height: 75px;
  background: #f9583b;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.setup_app > li .content {
  width: calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  display: inline-block;
  padding-left: 45px;
  padding-top: 16px;
}
.setup_app > li .content > a {
  font-family: Roboto;
  font-weight: 400;
  font-size: 28px;
  line-height: 46px;
  text-transform: capitalize;
  color: #ffffff;
}
.setup_app > li .content > p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  padding-top: 15px;
}
@media (min-width: 1200px) {
  .setup_app > li .content > p {
    padding-right: 100px;
  }
}
@media (max-width: 767px) {
  .setup_app > li {
    margin: 0 auto;
    text-align: center;
  }
  .setup_app > li span {
    display: block;
    float: none;
    text-align: center;
    margin: 0 auto;
  }
  .setup_app > li .content {
    width: 100%;
    display: block;
    padding-left: 0;
    padding-top: 16px;
  }
}
.jws_imagesg_custom .vc_single_image-wrapper > img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
}
@media (min-width: 991px) {
  .fixed-overborder > .container > .row > .wpb_column {
    margin-top: -82px;
  }
  .fixed-overborder
    > .container
    > .row
    > .wpb_column:last-child
    .tb-service-wrap:after {
    box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.4);
    right: 0;
    left: auto;
    border-bottom-right-radius: 60%;
  }
}
@media (max-width: 992px) {
  .fixed-overborder > .container > .row > .wpb_column {
    margin-bottom: 50px;
  }
  .fixed-overborder > .container > .row > .wpb_column:last-child {
    margin-bottom: 33px;
  }
}
@media (min-width: 768px) {
  .tb-info-box-wrap.tpl1 .col-sm-push-2 {
    margin-left: -10px;
  }
  .tb-info-box-wrap.tpl1 .tb-info-inner.image1 {
    margin-left: -33.333%;
  }
}
.pricing_home2 {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .pricing_home2 {
    padding-right: 120px;
  }
}
.pricing_home2 > li {
  padding-bottom: 30px;
}
.pricing_home2 > li a {
  font-family: Roboto;
  font-weight: 400;
  font-size: 24px;
  line-height: 46px;
  text-transform: capitalize;
  color: #fff;
  padding-bottom: 13px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pricing_home2 > li a:hover {
  color: #f9583b;
}
.pricing_home2 > li i {
  font-size: 17px;
  color: #f9583b;
  padding-left: 22px;
}
.pricing_home2 > li p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #bababa;
  padding-top: 13px;
}
@media (max-width: 767px) {
  .tb-info-box-wrap .tb-image {
    border: none !important;
  }
  .tb-info-box-wrap .pull-right {
    float: none !important;
  }
  .tb-info-box-wrap.tpl3 .image1 {
    margin-bottom: 31px;
  }
  .tb-service-wrap.style_one .tpl1 {
    text-align: center;
  }
  .tb-service-wrap.style_one .tpl1 .tb-icon > img {
    text-align: center;
    margin: 0 auto;
  }
  .tb_change_aaa .vc_custom_1482978695631 {
    margin-left: 0 !important;
  }
  .tb_change_aaa .vc_custom_1482978695631 .wpb_single_image.vc_align_left {
    text-align: center;
  }
  .change_home2_row .setup_app {
    text-align: center;
  }
  .change_home2_row .setup_app span {
    float: none;
    margin: 0 auto;
    display: block;
  }
  .change_home2_row .setup_app .content {
    width: 100%;
    display: block;
    padding-left: 0;
  }
  .vc_column-inner.vc_custom_1486452976473 {
    padding-left: 15px !important;
  }
  .wpb_column.vc_custom_1484531477935 {
    margin-bottom: 0px !important;
  }
  .wpb_row.vc_custom_1486527355476 {
    padding-top: 100px !important;
    padding-bottom: 150px !important;
  }
}
.tab_fqas .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
  margin-bottom: 20px;
}
.tab_fqas
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-heading {
  border-color: transparent !important;
  background-color: rgba(79, 87, 94, 0.6) !important;
  max-height: 60px;
  line-height: 60px;
  border-radius: 0;
}
.tab_fqas
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-heading
  .vc_tta-panel-title {
  text-align: left;
  padding-left: 20px;
}
.tab_fqas
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-heading
  .vc_tta-panel-title
  > a {
  padding-left: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 31px;
  color: #fff;
  position: relative;
}
.tab_fqas
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-heading
  .vc_tta-panel-title
  > a
  > i {
  left: initial;
  right: 26px;
}
.tab_fqas
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-heading
  .vc_tta-panel-title
  > a
  > i:before,
.tab_fqas
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-heading
  .vc_tta-panel-title
  > a
  > i:after {
  color: #fff;
  border-color: initial;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.tab_fqas
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-heading
  .vc_tta-panel-title
  > a
  > i:after {
  height: 8px;
}
.tab_fqas
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-heading
  .vc_tta-panel-title
  > a
  > i:before {
  width: 8px;
}
.tab_fqas
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-heading
  .vc_tta-panel-title
  > a:before {
  content: "";
  width: 25px;
  height: 25px;
  background: transparent;
  border: 1px solid #c5c8ca;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tab_fqas
    .vc_tta-panels-container
    .vc_tta-panels
    .vc_tta-panel
    .vc_tta-panel-heading
    .vc_tta-panel-title
    > a {
    font-size: 13px;
  }
  .tab_fqas
    .vc_tta-panels-container
    .vc_tta-panels
    .vc_tta-panel
    .vc_tta-panel-heading
    .vc_tta-panel-title
    > a
    > span {
    line-height: 20px;
  }
}
@media (max-width: 560px) {
  .tab_fqas
    .vc_tta-panels-container
    .vc_tta-panels
    .vc_tta-panel
    .vc_tta-panel-heading
    .vc_tta-panel-title
    > a
    span {
    padding-right: 30px;
    display: block;
  }
}
.tab_fqas
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-heading:hover {
  background-color: #4f575e;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tab_fqas
    .vc_tta-panels-container
    .vc_tta-panels
    .vc_tta-panel
    .vc_tta-panel-heading {
    max-height: initial;
  }
  .tab_fqas
    .vc_tta-panels-container
    .vc_tta-panels
    .vc_tta-panel
    .vc_tta-panel-heading
    .vc_tta-panel-title
    > a
    i,
  .tab_fqas
    .vc_tta-panels-container
    .vc_tta-panels
    .vc_tta-panel
    .vc_tta-panel-heading
    .vc_tta-panel-title
    > a:before {
    top: 80%;
  }
}
@media (max-width: 767px) {
  .tab_fqas
    .vc_tta-panels-container
    .vc_tta-panels
    .vc_tta-panel
    .vc_tta-panel-heading {
    max-height: initial;
  }
}
.tab_fqas
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-body {
  border-color: transparent !important;
  background-color: rgba(79, 87, 94, 0.6) !important;
  padding: 7px 20px 15px 20px;
}
.tab_fqas
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-body
  p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #e2e2e2;
  padding-left: 10px;
  border-left: 1px;
  border-style: dashed;
  margin-left: 20px;
  padding-right: 65px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.style_fqas
  .tab_fqas
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-heading {
  background-color: #e2e2e2 !important;
}
.style_fqas
  .tab_fqas
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-heading
  > .vc_tta-panel-title
  > a {
  color: #1c1c1c;
}
.style_fqas
  .tab_fqas
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-heading
  > .vc_tta-panel-title
  > a:before {
  border-color: #656565;
}
.style_fqas
  .tab_fqas
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-heading
  > .vc_tta-panel-title
  > a
  i:before,
.style_fqas
  .tab_fqas
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-heading
  > .vc_tta-panel-title
  > a
  i:after {
  color: #1c1c1c;
}
.style_fqas
  .tab_fqas
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading {
  background-color: #f9583b !important;
}
.style_fqas
  .tab_fqas
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading
  > .vc_tta-panel-title
  > a {
  color: #fff;
}
.style_fqas
  .tab_fqas
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading
  > .vc_tta-panel-title
  > a:before {
  border: 1px solid #fff;
}
.style_fqas
  .tab_fqas
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading
  > .vc_tta-panel-title
  > a
  i:before {
  color: #fff;
}
.style_fqas
  .tab_fqas
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-body {
  background-color: #f9583b !important;
}
.stabapp-title-three .stabapp-title {
  font-family: Roboto;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 72px;
  margin-bottom: 0;
}
.stabapp-title-three .tb-icon {
  margin-top: 20px;
  margin-bottom: 35px;
}
.stabapp-title-three .tb-icon img {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.stabapp-title-three .tb-content {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-family: Roboto;
  font-weight: 400;
  margin-bottom: 47px;
}
@media (min-width: 1200px) {
  .stabapp-title-three .tb-content {
    padding: 0 200px;
  }
}
.home3_tab_content
  .tab_fqas
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel {
  margin-bottom: 30px;
}
.home3_tab_content
  .tab_fqas
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-heading {
  background-color: #efefef !important;
  max-height: 90px;
  line-height: 90px;
}
.home3_tab_content
  .tab_fqas
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-heading
  .vc_tta-panel-title {
  padding-left: 0;
}
.home3_tab_content
  .tab_fqas
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-heading
  .vc_tta-panel-title
  > a {
  font-family: Roboto;
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
  color: #545454;
  padding: 0;
  line-height: 90px;
  padding-left: 65px;
}
.home3_tab_content
  .tab_fqas
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-heading
  .vc_tta-panel-title
  > a:before {
  border: 1px solid #919191;
  border-radius: 50%;
  right: 50px;
}
.home3_tab_content
  .tab_fqas
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-heading
  .vc_tta-panel-title
  > a
  i {
  right: 56px;
}
.home3_tab_content
  .tab_fqas
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-heading
  .vc_tta-panel-title
  > a
  i:before,
.home3_tab_content
  .tab_fqas
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-heading
  .vc_tta-panel-title
  > a
  i:after {
  color: #919191;
}
.home3_tab_content
  .tab_fqas
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-body
  p {
  max-width: 1050px;
}
.home3_tab_content
  .tab_fqas
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading {
  background-color: #8f75be !important;
  padding-bottom: 0;
}
.home3_tab_content
  .tab_fqas
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading
  .vc_tta-panel-title {
  margin-bottom: -5px;
}
.home3_tab_content
  .tab_fqas
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading
  .vc_tta-panel-title
  > a {
  color: #fff;
  line-height: 70px;
  padding-top: 7px;
}
.home3_tab_content
  .tab_fqas
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading
  .vc_tta-panel-title
  > a:before {
  border: 1px solid #454545;
  border-radius: 50%;
}
.home3_tab_content
  .tab_fqas
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading
  .vc_tta-panel-title
  > a
  i:before,
.home3_tab_content
  .tab_fqas
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading
  .vc_tta-panel-title
  > a
  i:after {
  color: #454545;
}
.home3_tab_content
  .tab_fqas
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel.vc_active
  .vc_tta-panel-body {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.home3_tab_content
  .tab_fqas
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel.vc_active
  .vc_tta-panel-body
  p {
  max-width: 1050px;
  padding-bottom: 28px;
}
.home3_tab_content
  .tab_fqas
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-body {
  padding: 0;
  background-color: #8f75be !important;
}
.home3_tab_content
  .tab_fqas
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-body
  p {
  color: #fff;
  margin-left: 0;
  padding-left: 65px;
  padding-bottom: 30px;
  border-left: none;
  border-style: none;
  padding-top: 0;
}
@media (max-width: 991px) {
  .home3_tab_content.vc_custom_1486947787926 {
    margin-top: 30px !important;
  }
  .home3_tab_content
    .tab_fqas
    .vc_tta-panels-container
    .vc_tta-panels
    .vc_tta-panel
    .vc_tta-panel-heading
    .vc_tta-panel-title
    > a:before {
    top: 28px;
  }
  .home3_tab_content
    .tab_fqas
    .vc_tta-panels-container
    .vc_tta-panels
    .vc_tta-panel
    .vc_tta-panel-heading
    .vc_tta-panel-title
    > a
    i {
    top: 28px;
  }
}
@media (max-width: 767px) {
  .home3_tab_content
    .tab_fqas
    .vc_tta-panels-container
    .vc_tta-panels
    .vc_tta-panel
    .vc_tta-panel-heading
    .vc_tta-panel-title
    > a {
    padding-left: 15px;
    font-size: 15px;
  }
  .home3_tab_content
    .tab_fqas
    .vc_tta-panels-container
    .vc_tta-panels
    .vc_tta-panel
    .vc_tta-panel-heading
    .vc_tta-panel-title
    > a:before {
    right: 15px;
  }
  .home3_tab_content
    .tab_fqas
    .vc_tta-panels-container
    .vc_tta-panels
    .vc_tta-panel
    .vc_tta-panel-heading
    .vc_tta-panel-title
    > a
    i {
    right: 21px;
  }
  .home3_tab_content
    .tab_fqas
    .vc_tta-panels-container
    .vc_tta-panels
    .vc_tta-panel
    .vc_tta-panel-heading
    .vc_tta-panel-title
    > a
    span {
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    height: 90px;
  }
  .home3_tab_content
    .tab_fqas
    .vc_tta-panels-container
    .vc_tta-panels
    .vc_tta-panel
    .vc_tta-panel-body
    p {
    padding-left: 15px;
  }
}
.contact_servvices_home {
  padding: 115px 0 120px 0;
}
.contact_servvices_home .title-tpl1 .top_title_all {
  color: #fefefe;
}
.contact_servvices_home .support_all {
  padding: 75px 0 85px 0;
}
.contact_servvices_home .support_all > li > a i {
  border-color: #8f75be;
  color: #8f75be;
}
.contact_servvices_home .wpcf7 .wpcf7-form {
  margin-top: 0;
}
.contact_servvices_home .wpcf7 .wpcf7-form span input,
.contact_servvices_home .wpcf7 .wpcf7-form span textarea {
  border-color: #e1e1e1;
  background-color: transparent;
  height: 50px;
  color: #fff;
  padding: 5px 20px;
  margin-bottom: 30px;
}
.contact_servvices_home .wpcf7 .wpcf7-form span textarea {
  height: 240px;
}
.contact_servvices_home .wpcf7 .wpcf7-form span ::-webkit-input-placeholder {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  color: #fff;
}
.contact_servvices_home .wpcf7 .wpcf7-form .font-noraure-3 {
  margin-top: 25px;
  text-align: center;
}
.contact_servvices_home .wpcf7 .wpcf7-form .font-noraure-3 .wpcf7-submit {
  float: none;
  height: 50px;
  line-height: 50px;
  border-color: #f9583b;
  background: #f9583b;
  border-radius: 50px;
  color: #fff;
  font-family: Roboto;
  font-weight: 700;
  text-transform: uppercase;
  width: 200px;
  margin-top: 0;
}
.change_color_home4 .setup_app li {
  padding-bottom: 65px;
}
.change_color_home4 .setup_app li span {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 32px;
  border: 1px solid #f9583b;
  color: #898989;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.change_color_home4 .setup_app li span:before {
  display: none;
}
.change_color_home4 .setup_app li span:hover {
  color: #fff;
  background: #f9583b;
}
.change_color_home4 .setup_app li .content {
  width: calc(100% - 70px);
  width: -webkit-calc(100% - 70px);
  padding-left: 30px;
  padding-top: 0;
}
.change_color_home4 .setup_app li .content a {
  color: #1c1c1c;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.change_color_home4 .setup_app li .content a:hover {
  color: #f9583b;
}
.change_color_home4 .setup_app li .content p {
  color: #6e6e6e;
  padding-right: 80px;
}
.afq_home_04
  .tab_fqas
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-heading {
  background-color: #4c4c4c !important;
}
.afq_home_04
  .tab_fqas
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading
  .vc_tta-panel-title
  a {
  color: #fff !important;
}
.afq_home_04
  .tab_fqas
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-body {
  background-color: #f9583b !important;
}
.afq_home_04 .wpb_single_image img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}
.tb-products-tabaa {
  border: 1px solid #ebebeb;
  overflow: hidden;
}
.tb-products-tabaa .vc_tta-tabs-container {
  width: 25%;
  display: inline-block !important;
  vertical-align: top;
}
.tb-products-tabaa .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
  min-width: 270px;
}
.tb-products-tabaa .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a {
  border-radius: 0;
  border: none;
  margin-bottom: -1px;
  line-height: 52px;
}
.tb-products-tabaa
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab
  > a
  > span {
  font-family: Roboto;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  margin-left: 30px;
}
.tb-products-tabaa
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab
  > a
  > i {
  font-size: 25px;
  color: #fff;
}
.tb-products-tabaa
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab:nth-child(even)
  > a {
  background: #f9583b;
}
.tb-products-tabaa
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab:nth-child(odd)
  > a {
  background: #f7806b;
}
.tb-products-tabaa
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab.vc_active
  > a {
  border-color: #fff !important;
  background-color: #fff !important;
}
.tb-products-tabaa
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab.vc_active
  > a
  i,
.tb-products-tabaa
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab.vc_active
  > a
  span {
  color: #252525 !important;
}
.tb-products-tabaa
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab.vc_active
  > a:before,
.tb-products-tabaa
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab.vc_active
  > a:after {
  display: none !important;
}
.tb-products-tabaa
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab:first-child
  > a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.tb-products-tabaa
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab:last-child
  > a {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
@media (max-width: 991px) {
  .tb-products-tabaa .vc_tta-tabs-container {
    width: 100%;
  }
  .tb-products-tabaa .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
    width: 100%;
  }
}
.tb-products-tabaa .vc_tta-panels-container {
  width: 74%;
  display: inline-block;
  vertical-align: top;
}
.tb-products-tabaa .vc_tta-panels-container .vc_tta-panels {
  background-color: #fff !important;
  border: none !important;
}
.tb-products-tabaa .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
  padding: 0;
}
.tb-products-tabaa
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel-body
  .wpb_single_image
  .vc_single_image-wrapper
  > img {
  max-width: 85%;
}
@media (max-width: 767px) {
  .tb-products-tabaa
    .vc_tta-panels-container
    .vc_tta-panels
    .vc_tta-panel-body
    .choice_tabss {
    padding-left: 15px;
  }
}
.tb-products-tabaa .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .tb-products-tabaa .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
    display: none;
  }
  .tb-products-tabaa
    .vc_tta-panels-container
    .vc_tta-panels
    .vc_tta-panel
    .vc_tta-panel-heading {
    display: none;
  }
}
.tb-products-tabaa
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-body {
  border: none !important;
}
.tb-products-tabaa
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel.vc_active {
  -webkit-animation: fadeInUp 0.3s both;
  -moz-animation: fadeInUp 0.3s both;
  -o-animation: fadeInUp 0.3s both;
  animation: fadeInUp 0.3s both;
}
@media (max-width: 991px) {
  .tb-products-tabaa .vc_tta-panels-container {
    width: 100%;
  }
}
.choice_tabss .title_h5 {
  font-family: Roboto;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #252525;
  text-align: left;
  margin-bottom: 0;
}
.choice_tabss p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0 !important;
  color: #707070;
  padding-top: 20px;
  padding-bottom: 30px;
}
.choice_tabss .choice_text {
  margin: 0;
  padding: 0;
  list-style: none;
}
.choice_tabss .choice_text li {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  color: #707070;
  padding-bottom: 15px;
}
.choice_tabss .choice_text li i {
  color: #f9583b;
  padding-right: 15px;
  padding-top: 4px;
  width: 20px;
  vertical-align: top;
}
.choice_tabss .choice_text li span {
  width: calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  vertical-align: top;
  display: inline-block;
  line-height: 22px;
}
.tabso2 .title_h5 {
  font-size: 40px;
  line-height: 47px;
  text-transform: capitalize;
}
.tabso2 p {
  line-height: 22px;
  color: #6e6e6e;
  padding-bottom: 20px;
}
.tabso2 .choice_text li {
  padding-bottom: 0px;
}
.tabso2 .choice_text li i {
  font-size: 25px;
  width: 26px;
}
.tabso2 .choice_text li span {
  width: calc(100% - 26px);
  width: -webkit-calc(100% - 26px);
  vertical-align: middle;
  padding-left: 10px;
}
.change_tow_all .setup_app li {
  padding-bottom: 25px;
}
.ro-fancybox-wrap #ro-play-button {
  display: block;
  text-align: center;
}
@media (max-width: 1199px) {
  .change_space_for_you {
    height: 50px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .jws_imagesg_custom {
    margin-top: 150px;
  }
  .change_position_sm .vc_col-sm-3 {
    width: 50%;
  }
  .change_position_sm .vc_col-sm-3 .tb-service-wrap .tb-service.tpl5 {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .change_position_sm .vc_col-sm-3 .tb-service-wrap .tb-service.tpl11 {
    text-align: center;
  }
  .change_position_sm
    .vc_col-sm-3
    .tb-service-wrap
    .tb-service.tpl11
    .header
    .tb-title-top {
    text-align: center;
  }
  .change_position_sm .vc_custom_1484636410255 {
    padding-left: 0 !important;
  }
  .vc_row.vc_custom_1486455062390 {
    margin-bottom: 50px !important;
  }
  .tb-service-wrap.style_one .tb-service.tpl7 .herf_all,
  .tb-service-wrap.style_one .tb-service.tpl7 .it_work {
    display: block;
    text-align: center;
  }
  .tb-service-wrap.style_one .tb-service.tpl7 .it_work {
    margin: 15px 0;
  }
}
.change_get_app .title-tpl1 .stabapp-title {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .jws_imagesg_custom .vc_single_image-wrapper > img {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
  .wpb_single_image.vc_align_right {
    text-align: center !important;
  }
  .vc_row.vc_custom_1486455062390 {
    margin-bottom: 50px !important;
  }
  .tb-info-box-wrap.tpl2.style_one .tb-info-box .tb-info-inner .tb-image,
  .tb-info-box-wrap.tpl2.default .tb-info-box .tb-info-inner .tb-image {
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    transform: initial;
  }
  .tb-info-box-wrap.tpl2.style_one
    .tb-info-box
    .tb-info-inner
    .image1
    .tb-content,
  .tb-info-box-wrap.tpl2.default
    .tb-info-box
    .tb-info-inner
    .image1
    .tb-content {
    margin-bottom: 0;
  }
  .tb-service-wrap .tb-service.tpl8 .herf_all {
    margin-top: 30px;
  }
  .tb-service-wrap.style_three .tb-service.tpl1:before {
    display: none;
  }
  .wpb_single_image.vc_align_left {
    text-align: center !important;
  }
  .change_color_home4 .vc_custom_1486972819904 {
    padding-left: 15px !important;
  }
  .change_color_home4 .setup_app {
    margin: 0 auto;
    text-align: center;
  }
  .change_color_home4 .setup_app li {
    padding-bottom: 30px;
  }
  .change_color_home4 .setup_app li span {
    float: none;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .change_color_home4 .setup_app li .content {
    width: 100%;
    padding-left: 0;
  }
  .change_color_home4 .setup_app li .content p {
    padding-right: 0;
  }
  .change_position_sm .vc_col-sm-3 .tb-service-wrap .tb-service.tpl11 {
    text-align: center;
    margin: 15px;
    border-right: 1px solid #d7d7d7;
  }
  .change_position_sm
    .vc_col-sm-3
    .tb-service-wrap
    .tb-service.tpl11
    .header
    .tb-title-top {
    text-align: center;
  }
  .change_position_sm .vc_custom_1484636410255 {
    padding-right: 15px !important;
  }
  .change_position_sm .vc_custom_1484636428401,
  .change_position_sm .vc_custom_1484636443406,
  .change_position_sm .vc_custom_1484636459879 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .tb-products-tabs
    .vc_tta-panels-container
    .vc_tta-panels
    .vc_tta-panel.vc_active
    .vc_tta-panel-body
    .vc_empty_space {
    height: 0 !important;
  }
  .contact_servvices_home .support_all {
    padding: 40px 0 40px 0;
  }
  .contact_servvices_home .support_all li {
    width: 100%;
    margin: 15px 0;
  }
  .col-lg-35 {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .col-lg-55 {
    width: 100% !important;
  }
}
@media (max-width: 472px) {
  .tb-service-wrap.style_one .tb-service.tpl7 .herf_all,
  .tb-service-wrap.style_one .tb-service.tpl7 .it_work {
    display: block;
    text-align: center;
  }
  .tb-service-wrap.style_one .tb-service.tpl7 .it_work {
    margin: 15px 0;
  }
}
.ro-author-name {
  font-style: italic;
  font-size: 18px;
  color: #f9583b;
  text-align: right;
}
.jws-blog-grid.tpl4 {
  margin-top: 70px;
}
.jws-blog-grid.tpl1 .post.type-post,
.jws-blog-grid.tpl4 .post.type-post {
  margin-bottom: 60px;
}
.jws-blog-grid.tpl1 .tb-post-item .tb-thumb,
.jws-blog-grid.tpl4 .tb-post-item .tb-thumb {
  position: relative;
}
.jws-blog-grid.tpl1 .tb-post-item .tb-thumb .show_meta_day_month,
.jws-blog-grid.tpl4 .tb-post-item .tb-thumb .show_meta_day_month {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #f9583b;
  position: absolute;
  top: 0;
  left: 0;
}
.jws-blog-grid.tpl1 .tb-post-item .tb-thumb .show_meta_day_month h2,
.jws-blog-grid.tpl4 .tb-post-item .tb-thumb .show_meta_day_month h2 {
  margin-bottom: 0;
}
.jws-blog-grid.tpl1 .tb-post-item .tb-thumb .show_meta_day_month .the_dated,
.jws-blog-grid.tpl4 .tb-post-item .tb-thumb .show_meta_day_month .the_dated {
  font-family: Bitter;
  font-weight: 700;
  font-size: 20px;
  line-height: 18px;
  color: #fff;
  padding: 12px 0 3px 0;
}
.jws-blog-grid.tpl1 .tb-post-item .tb-thumb .show_meta_day_month .the_datec,
.jws-blog-grid.tpl4 .tb-post-item .tb-thumb .show_meta_day_month .the_datec {
  font-family: Bitter;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
  color: #fff;
}
.jws-blog-grid.tpl1 .tb-post-item .tb-thumb > img,
.jws-blog-grid.tpl4 .tb-post-item .tb-thumb > img {
  display: block;
}
.jws-blog-grid.tpl1 .tb-post-item .tb-thumb:before,
.jws-blog-grid.tpl1 .tb-post-item .tb-thumb:after,
.jws-blog-grid.tpl4 .tb-post-item .tb-thumb:before,
.jws-blog-grid.tpl4 .tb-post-item .tb-thumb:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.jws-blog-grid.tpl1 .tb-post-item .tb-thumb:hover:before,
.jws-blog-grid.tpl4 .tb-post-item .tb-thumb:hover:before {
  right: 50%;
  left: 50%;
  background: rgba(249, 88, 59, 0.2);
}
.jws-blog-grid.tpl1 .tb-post-item .tb-thumb:hover:after,
.jws-blog-grid.tpl4 .tb-post-item .tb-thumb:hover:after {
  top: 50%;
  bottom: 50%;
  background: rgba(249, 88, 59, 0.2);
}
.jws-blog-grid.tpl1 .tb-post-item .tb-content,
.jws-blog-grid.tpl4 .tb-post-item .tb-content {
  text-align: left;
}
.jws-blog-grid.tpl1 .tb-post-item .tb-content > a .tb-title,
.jws-blog-grid.tpl4 .tb-post-item .tb-content > a .tb-title {
  font-family: Roboto;
  font-weight: 400;
  font-size: 22px;
  line-height: 40px;
  color: #000000;
  text-transform: capitalize;
  text-align: left;
  margin-bottom: 0;
  padding-top: 17px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.jws-blog-grid.tpl1 .tb-post-item .tb-content > a .tb-title:hover,
.jws-blog-grid.tpl4 .tb-post-item .tb-content > a .tb-title:hover {
  color: #f9583b;
}
.jws-blog-grid.tpl1 .tb-post-item .tb-content > .tb-info,
.jws-blog-grid.tpl4 .tb-post-item .tb-content > .tb-info {
  padding-bottom: 35px;
}
.jws-blog-grid.tpl1 .tb-post-item .tb-content > .tb-info .blog-info,
.jws-blog-grid.tpl4 .tb-post-item .tb-content > .tb-info .blog-info {
  position: relative;
}
.jws-blog-grid.tpl1 .tb-post-item .tb-content > .tb-info .blog-info span,
.jws-blog-grid.tpl4 .tb-post-item .tb-content > .tb-info .blog-info span {
  font-family: Roboto;
  font-weight: 400;
  font-size: 12px;
  line-height: 25px;
  color: #8d8d8d;
  text-transform: capitalize;
  padding-right: 5px;
}
.jws-blog-grid.tpl1 .tb-post-item .tb-content > .tb-info .blog-info span a,
.jws-blog-grid.tpl4 .tb-post-item .tb-content > .tb-info .blog-info span a {
  font-weight: 700;
  color: #242626;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.jws-blog-grid.tpl1
  .tb-post-item
  .tb-content
  > .tb-info
  .blog-info
  span
  a:hover,
.jws-blog-grid.tpl4
  .tb-post-item
  .tb-content
  > .tb-info
  .blog-info
  span
  a:hover {
  color: #f9583b;
}
.jws-blog-grid.tpl1 .tb-post-item .tb-content > .tb-info .blog-info span i,
.jws-blog-grid.tpl4 .tb-post-item .tb-content > .tb-info .blog-info span i {
  display: none;
}
.jws-blog-grid.tpl1
  .tb-post-item
  .tb-content
  > .tb-info
  .blog-info
  .tb-blog-date,
.jws-blog-grid.tpl4
  .tb-post-item
  .tb-content
  > .tb-info
  .blog-info
  .tb-blog-date {
  display: none;
}
.jws-blog-grid.tpl1 .tb-post-item .tb-content > .tb-info .blog-info:before,
.jws-blog-grid.tpl4 .tb-post-item .tb-content > .tb-info .blog-info:before {
  content: "";
  width: 50px;
  height: 1px;
  background: #f9583b;
  position: absolute;
  bottom: -12px;
  left: 0;
}
.jws-blog-grid.tpl1 .tb-post-item .tb-content .tb-excerpt,
.jws-blog-grid.tpl4 .tb-post-item .tb-content .tb-excerpt {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #6d6d6d;
}
.jws-blog-grid.tpl6 .tb-post-item {
  margin-bottom: 45px;
}
.jws-blog-grid.tpl6 .tb-post-item .tb-thumb img {
  width: 100%;
  display: block;
  height: auto;
}
.jws-blog-grid.tpl6 .tb-post-item .tb-content .tb-info {
  padding-top: 16px;
}
.jws-blog-grid.tpl6 .tb-post-item .tb-content .tb-info .blog-info {
  font-family: Roboto;
  font-weight: 400;
  font-size: 12px;
  line-height: 25px;
  color: #8d8d8d;
  text-transform: capitalize;
  padding-right: 5px;
}
.jws-blog-grid.tpl6 .tb-post-item .tb-content .tb-info .blog-info span {
  display: inline-block;
  margin-right: 20px;
  font-size: 15px;
}
.jws-blog-grid.tpl6 .tb-post-item .tb-content .tb-info .blog-info span i {
  margin-right: 10px;
}
.jws-blog-grid.tpl6
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  span
  time
  small {
  margin-right: 2.5px;
}
.jws-blog-grid.tpl6 .tb-post-item .tb-content a .tb-title {
  font-family: Roboto;
  font-weight: 400;
  font-size: 22px;
  line-height: 40px;
  color: #000000;
  text-transform: capitalize;
  text-align: left;
  margin-bottom: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.jws-blog-grid.tpl6 .tb-post-item .tb-content a .tb-title:hover {
  color: #f9583b;
}
.jws-blog-grid.tpl6 .tb-post-item .tb-content .tb-excerpt {
  margin-top: 18px;
}
@media (max-width: 767px) {
  .jws-blog-grid.tpl1 .tb-post-item {
    margin: 0 auto;
    text-align: center;
  }
  .jws-blog-grid.tpl1 .tb-post-item > a {
    display: inline-block;
  }
  .jws-blog-grid.tpl1 .tb-post-item .tb-content {
    text-align: center;
    display: inline-block;
  }
  .jws-blog-grid.tpl1 .tb-post-item .tb-content > a .tb-title {
    text-align: center;
  }
  .jws-blog-grid.tpl1 .tb-post-item .tb-content .tb-info .blog-info:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
}
.jws-blog-grid .pagination {
  border-top: 1px solid #dedede;
  padding: 20px 0;
  margin: 0;
}
.jws-blog-grid.tpl3 .tb-post-item {
  max-width: 970px;
  margin: 0 auto;
}
.jws-blog-grid.tpl3
  .tb-post-item
  .tb-media
  .tb-blog-video
  .shortcode-video
  iframe {
  display: block;
}
.jws-blog-grid.tpl3
  .tb-post-item
  .tb-media
  .tb-blog-video
  .shortcode-video
  iframe
  .player
  .title
  header
  .headers {
  display: none !important;
}
.jws-blog-grid.tpl3.style_videos {
  background: url(assets/images/slider-home2.jpg) center center no-repeat
    transparent !important;
}
@media (max-width: 767px) {
  .jws-blog-grid.tpl4 .tb-post-item > a {
    display: block;
  }
  .jws-blog-grid.tpl4 .tb-post-item > a .tb-thumb img {
    width: 100%;
    height: auto;
  }
}
.tb-post-item img {
  max-width: 100%;
}
.search .content,
.search-results .content {
  margin-top: 70px;
}
.search .tb-post-item,
.search .tb-content-block,
.search-results .tb-post-item,
.search-results .tb-content-block {
  margin-bottom: 30px;
}
.search .tb-post-item .tb-thumb img,
.search .tb-content-block .tb-thumb img,
.search-results .tb-post-item .tb-thumb img,
.search-results .tb-content-block .tb-thumb img {
  width: 100%;
  height: auto;
}
.search .tb-post-item .blog-title,
.search .tb-content-block .blog-title,
.search-results .tb-post-item .blog-title,
.search-results .tb-content-block .blog-title {
  font-family: Roboto;
  font-weight: 400;
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 0;
  text-transform: capitalize;
  color: #000000;
}
.search .tb-post-item .blog-info,
.search .tb-content-block .blog-info,
.search-results .tb-post-item .blog-info,
.search-results .tb-content-block .blog-info {
  margin-top: 10px;
  position: relative;
  margin-bottom: 40px;
}
.search .tb-post-item .blog-info .tb-blog-date,
.search .tb-content-block .blog-info .tb-blog-date,
.search-results .tb-post-item .blog-info .tb-blog-date,
.search-results .tb-content-block .blog-info .tb-blog-date {
  display: none;
}
.search .tb-post-item .blog-info span,
.search .tb-content-block .blog-info span,
.search-results .tb-post-item .blog-info span,
.search-results .tb-content-block .blog-info span {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #8d8d8d;
  margin-right: 8px;
}
.search .tb-post-item .blog-info span i,
.search .tb-content-block .blog-info span i,
.search-results .tb-post-item .blog-info span i,
.search-results .tb-content-block .blog-info span i {
  display: none;
}
.search .tb-post-item .blog-info span a,
.search .tb-content-block .blog-info span a,
.search-results .tb-post-item .blog-info span a,
.search-results .tb-content-block .blog-info span a {
  font-weight: 700;
  color: #242626;
}
.search .tb-post-item .blog-info:before,
.search .tb-content-block .blog-info:before,
.search-results .tb-post-item .blog-info:before,
.search-results .tb-content-block .blog-info:before {
  content: "";
  width: 50px;
  height: 1px;
  background: #f9583b;
  position: absolute;
  bottom: -18px;
  left: 0;
}
.content.tb-blog {
  margin-top: 70px;
}
.content.tb-blog .show_meta_day_month {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #f9583b;
  position: absolute;
  top: 0;
  z-index: 9;
}
.content.tb-blog .show_meta_day_month .the_dated {
  font-family: Bitter;
  font-weight: 700;
  font-size: 20px;
  line-height: 18px;
  color: #fff;
  padding: 12px 0 3px 0;
  margin-bottom: 0;
}
.content.tb-blog .show_meta_day_month .the_datec {
  font-family: Bitter;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 0;
}
.content.tb-blog .blog-info {
  margin-top: 10px;
  position: relative;
  margin-bottom: 40px;
}
.content.tb-blog .blog-info .tb-blog-date {
  display: none;
}
.content.tb-blog .blog-info span {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #8d8d8d;
  margin-right: 8px;
}
.content.tb-blog .blog-info span i {
  display: none;
}
.content.tb-blog .blog-info span a {
  font-weight: 700;
  color: #242626;
}
.content.tb-blog .blog-info:before {
  content: "";
  width: 50px;
  height: 1px;
  background: #f9583b;
  position: absolute;
  bottom: -18px;
  left: 0;
}
.content.tb-blog .blog-title,
.content.tb-blog .title_relative {
  font-family: Roboto;
  font-weight: 400;
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 0;
  text-transform: capitalize;
  color: #000000;
}
.content.tb-blog .tb-excerpt,
.content.tb-blog .the_content_all {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #6d6d6d;
}
@media (max-width: 767px) {
  .content.tb-blog .tb-content-block {
    text-align: left !important;
  }
}
.content.tb-blog .tb-blog-image > img {
  display: block;
  width: 100%;
  height: auto;
}
.content.tb-blog .tb-social-buttons {
  margin-right: 0;
  text-align: right;
  color: transparent;
  padding: 17px 0 7px 0;
}
.content.tb-blog .tb-social-buttons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.content.tb-blog .tb-social-buttons a:after {
  display: none;
}
.content.tb-blog .tb-social-buttons a:before {
  color: #fff;
}
.content.tb-blog .tb-social-buttons a.icon-twitter {
  background: #2fc2ee;
}
.content.tb-blog .tb-social-buttons a.icon-fb {
  background: #3a5897;
}
.content.tb-blog .tb-social-buttons a.icon-gplus {
  background: #e14a3c;
}
.content.tb-blog .tb-blog-related .tb-title {
  border-top: 1px solid #dedede;
  padding-top: 17px;
}
.content.tb-blog .tb-blog-related .tb-title h4 {
  font-family: Roboto;
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  text-transform: uppercase;
  text-align: left;
  color: #000000;
  margin-bottom: 0;
}
.content.tb-blog .tb-blog-related .content_info .title_relative {
  font-size: 20px;
}
.content.tb-blog .tb-blog-related .blog-info {
  width: 100%;
}
.single.single-post.tb-stick-active
  .tb-header-wrap.tb-header-v1
  .tb-header-menu {
  background: #fff;
}
@media (max-width: 1199px) {
  .single.single-post.tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .tb-sidebar-right
    .push_app {
    border-color: #3d3d3d;
    color: #2a2a2a;
  }
}
.single.single-post
  .tb-header-wrap.tb-header-v2
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-control-mobi
  > a
  > i {
  color: #fff;
}
.single.single-post .tb-header-wrap.header_position_top {
  position: relative;
  background: rgba(0, 0, 0, 0.8);
}
@media (min-width: 768px) and (max-width: 991px) {
  .single.single-post
    .tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .tb-logo {
    line-height: 80px;
    max-height: 80px;
  }
  .single.single-post
    .tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .tb-logo
    > a {
    line-height: 80px;
    position: relative;
    top: 5px;
  }
  .single.single-post
    .tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-control-mobi
    > a {
    color: #1c1c1c;
    line-height: 80px;
  }
  .single.single-post
    .tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .tb-sidebar-right {
    line-height: 80px;
  }
  .single.single-post
    .tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .tb-sidebar-right
    .push_app {
    color: #1c1c1c;
    border-color: #1c1c1c;
  }
}
.tb-flex-slider .flex-control-paging,
.tb-testimonial-slider .flex-control-paging {
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  position: absolute;
  max-height: 20px;
  text-align: center;
}
.tb-flex-slider .flex-control-paging > li,
.tb-testimonial-slider .flex-control-paging > li {
  display: inline-block;
  margin: 0 5px;
}
.tb-flex-slider .flex-control-paging > li > a,
.tb-testimonial-slider .flex-control-paging > li > a {
  display: inline-block;
  width: 12px;
  height: 12px;
  color: #d9d9d9;
  background: #d9d9d9;
  border: 1px solid #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.tb-flex-slider .flex-control-paging > li > a.flex-active,
.tb-flex-slider .flex-control-paging > li > a:hover,
.tb-flex-slider .flex-control-paging > li > a:focus,
.tb-testimonial-slider .flex-control-paging > li > a.flex-active,
.tb-testimonial-slider .flex-control-paging > li > a:hover,
.tb-testimonial-slider .flex-control-paging > li > a:focus {
  color: #f9583b;
  background: #f9583b;
}
.ct-testimonial h3.stabapp-title {
  position: absolute;
  top: 78px;
  width: 100%;
}
.tb-testimonial-right .stabapp-title {
  position: relative;
  padding-left: 60px;
  margin-bottom: 15px;
}
.tb-testimonial-right .stabapp-title:before {
  position: absolute;
  content: "";
  left: 0;
  top: -10px;
  background: url("./assets/images/quote.png") no-repeat 0 0;
  width: 38px;
  height: 32px;
}
.tb-testimonial-right .wpb_wrapper:before {
  position: absolute;
  content: "";
  right: 0;
  width: 80px;
  background-color: #fff;
  height: 100%;
  top: 0;
}
.show_star_all {
  margin-bottom: 0;
  position: relative;
  line-height: 20px;
}
.show_star_all:before {
  color: #fff;
  content: "\F005\F005\F005\F005\F005";
  font-family: FontAwesome;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
}
.show_star_all .show_star:before {
  content: "\F005";
  font-family: FontAwesome;
  color: #f9583b;
  font-size: 12px;
  position: relative;
  top: -5px;
}
.tb-testimonial-slider {
  position: relative;
}
.tb-testimonial-slider .tb-testimonial-1 .tb-item .tb-image img {
  display: inline-block;
  text-align: center;
  box-shadow: none;
  background-color: #fff;
}
.tb-testimonial-slider .tb-testimonial-1 .tb-item .tb-image-name {
  display: inline-block;
}
.tb-testimonial-slider .tb-testimonial-1 .tb-item .tb-image-name .tb-name {
  margin-bottom: -2px;
}
.tb-testimonial-slider .tb-testimonial-1 .tb-item .tb-image-name .tb-name a {
  font-size: 13px;
  text-transform: uppercase;
}
.tb-testimonial-slider .tb-testimonial-1 .tb-item .tb-image-name .tb-company {
  font-size: 12px;
}
.tb-testimonial-slider .tb-testimonial-1.tpl .slides .tb-item {
  text-align: center;
}
.tb-testimonial-slider .tb-testimonial-1.tpl .slides .tb-item .tb-image {
  margin: 0 auto;
  text-align: center;
}
.tb-testimonial-slider .tb-testimonial-1.tpl .slides .tb-item .tb-image > img {
  width: 83px;
  height: 83px;
  border-radius: 50%;
}
.tb-testimonial-slider .tb-testimonial-1.tpl .slides .tb-item .tb-image-name {
  margin-top: 12px;
  margin-bottom: 20px;
}
.tb-testimonial-slider
  .tb-testimonial-1.tpl
  .slides
  .tb-item
  .tb-image-name
  .tb-name
  > a {
  font-family: Roboto;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 50px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-testimonial-slider
  .tb-testimonial-1.tpl
  .slides
  .tb-item
  .tb-image-name
  .tb-name
  > a:hover {
  color: #f9583b;
}
.tb-testimonial-slider
  .tb-testimonial-1.tpl
  .slides
  .tb-item
  .tb-image-name
  .show_star_all {
  text-align: left;
  display: inline-block;
}
.tb-testimonial-slider .tb-testimonial-1.tpl .slides .tb-item .tb-excerpt {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  padding: 0 100px;
}
.tb-testimonial-slider .tb-testimonial-1.tpl .flex-control-nav {
  bottom: -52px;
}
.tb-testimonial-slider .tb-testimonial-1.tpl1 .tb-item {
  position: relative;
}
.tb-testimonial-slider .tb-testimonial-1.tpl1 .tb-item .tb-image {
  position: absolute;
  right: 27px;
  top: 50%;
  border: 5px solid #fff;
  width: 77px;
  height: 77px;
  overflow: hidden;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
}
.tb-testimonial-slider .tb-testimonial-1.tpl1 .tb-item .tb-image img {
  -webkit-transform: rotate(-45deg) translateY(-30%);
  -moz-transform: rotate(-45deg) translateY(-30%);
  -ms-transform: rotate(-45deg) translateY(-30%);
  -o-transform: rotate(-45deg) translateY(-30%);
}
.tb-testimonial-slider .tb-testimonial-1.tpl1 .tb-item .tb-image-name {
  padding-top: 6px;
}
.tb-testimonial-slider .tb-testimonial-1.tpl1 .flex-control-paging {
  top: -40px;
  left: 300px;
}
.tb-testimonial-slider .tb-testimonial-1.tpl1 .tb-name {
  text-transform: uppercase;
  color: #2a2a2a;
}
.tb-testimonial-slider .tb-testimonial-1.tpl1 .tb-excerpt {
  padding-right: 10%;
}
.tb-testimonial-slider .tb-testimonial-1.tpl2 {
  position: relative;
}
.tb-testimonial-slider .tb-testimonial-1.tpl2 .flex-control-paging {
  top: 18px;
  left: 34px;
}
.tb-testimonial-slider .tb-testimonial-1.tpl2 .tb-excerpt {
  background-color: #f8f8f8;
  padding: 53px 19px 10px 20px;
  position: relative;
  margin-bottom: 40px;
}
.tb-testimonial-slider .tb-testimonial-1.tpl2 .tb-excerpt:after {
  content: "";
  position: absolute;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #f8f8f8;
  left: 60px;
}
.tb-testimonial-slider .tb-testimonial-1.tpl2 .tb-image {
  margin-right: 20px;
}
.tb-testimonial-slider .tb-testimonial-1.tpl2 .tb-image img {
  border-radius: 50%;
  max-width: 70px;
}
.tb-testimonial-slider .tb-testimonial-1.tpl2 .tb-company {
  display: block;
}
.tb-testimonial-slider .tb-testimonial-1.tpl2 .tb-image-name {
  margin-top: 12px;
}
.tb-testimonial-slider .tb-testimonial-1.tpl3,
.tb-testimonial-slider .tb-testimonial-1.tpl5 {
  max-width: 970px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  background: #fff;
}
@media (min-width: 1200px) {
  .tb-testimonial-slider .tb-testimonial-1.tpl3,
  .tb-testimonial-slider .tb-testimonial-1.tpl5 {
    margin-top: -208px;
  }
}
.tb-testimonial-slider .tb-testimonial-1.tpl3 .slides .tb-item .icon_all,
.tb-testimonial-slider .tb-testimonial-1.tpl5 .slides .tb-item .icon_all {
  font-size: 30px;
  color: #f9583b;
  width: 115px;
  height: 115px;
  line-height: 115px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #f9583b;
  margin: 0 auto;
}
.tb-testimonial-slider .tb-testimonial-1.tpl3 .slides .tb-item .tb-excerpt,
.tb-testimonial-slider .tb-testimonial-1.tpl5 .slides .tb-item .tb-excerpt {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6e6e6e;
}
@media (min-width: 1200px) {
  .tb-testimonial-slider .tb-testimonial-1.tpl3 .slides .tb-item .tb-excerpt,
  .tb-testimonial-slider .tb-testimonial-1.tpl5 .slides .tb-item .tb-excerpt {
    padding: 25px 100px 15px 100px;
  }
}
.tb-testimonial-slider .tb-testimonial-1.tpl3 .slides .tb-item .image_company,
.tb-testimonial-slider .tb-testimonial-1.tpl5 .slides .tb-item .image_company {
  display: inline-block;
}
.tb-testimonial-slider
  .tb-testimonial-1.tpl3
  .slides
  .tb-item
  .image_company
  .tb-image,
.tb-testimonial-slider
  .tb-testimonial-1.tpl5
  .slides
  .tb-item
  .image_company
  .tb-image {
  width: 83px;
  display: inline-block;
  float: left;
}
.tb-testimonial-slider
  .tb-testimonial-1.tpl3
  .slides
  .tb-item
  .image_company
  .tb-image-name,
.tb-testimonial-slider
  .tb-testimonial-1.tpl5
  .slides
  .tb-item
  .image_company
  .tb-image-name {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  padding: 20px 0 20px 20px;
}
.tb-testimonial-slider
  .tb-testimonial-1.tpl3
  .slides
  .tb-item
  .image_company
  .tb-image-name
  .tb-name,
.tb-testimonial-slider
  .tb-testimonial-1.tpl5
  .slides
  .tb-item
  .image_company
  .tb-image-name
  .tb-name {
  margin-bottom: 0;
  line-height: 20px;
}
.tb-testimonial-slider
  .tb-testimonial-1.tpl3
  .slides
  .tb-item
  .image_company
  .tb-image-name
  .tb-name
  > a,
.tb-testimonial-slider
  .tb-testimonial-1.tpl5
  .slides
  .tb-item
  .image_company
  .tb-image-name
  .tb-name
  > a {
  font-size: 16px;
  line-height: 28px;
  text-transform: capitalize;
  color: #f9583b;
}
.tb-testimonial-slider
  .tb-testimonial-1.tpl3
  .slides
  .tb-item
  .image_company
  .tb-image-name
  .tb-company,
.tb-testimonial-slider
  .tb-testimonial-1.tpl5
  .slides
  .tb-item
  .image_company
  .tb-image-name
  .tb-company {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #6e6e6e;
  text-transform: capitalize;
}
.tb-testimonial-slider .tb-testimonial-1.tpl3 .flex-control-nav,
.tb-testimonial-slider .tb-testimonial-1.tpl5 .flex-control-nav {
  display: none;
}
.tb-testimonial-slider .tb-testimonial-1.tpl3 {
  padding-bottom: 105px;
}
@media (min-width: 1200px) {
  .tb-testimonial-slider .tb-testimonial-1.tpl3 {
    margin-top: -510px;
  }
}
.tb-testimonial-slider .tb-testimonial-1.tpl5 {
  margin-top: 0;
  background: transparent;
}
.tb-testimonial-slider .tb-testimonial-1.tpl5 .slides .tb-item .icon_all {
  color: #8f75be;
  width: initial;
  height: initial;
  line-height: initial;
  text-align: center;
  border-radius: 0;
  border: none;
}
.tb-testimonial-slider .tb-testimonial-1.tpl5 .slides .tb-item .tb-excerpt {
  font-size: 14px;
  color: #fff;
}
.tb-testimonial-slider
  .tb-testimonial-1.tpl5
  .slides
  .tb-item
  .image_company
  .tb-image-name {
  padding: 0 0 0 20px;
}
.tb-testimonial-slider
  .tb-testimonial-1.tpl5
  .slides
  .tb-item
  .image_company
  .tb-image-name
  .tb-name
  a {
  color: #fff;
}
.tb-testimonial-slider
  .tb-testimonial-1.tpl5
  .slides
  .tb-item
  .image_company
  .tb-image-name
  .tb-company {
  color: #fff;
}
.tb-testimonial-slider
  .tb-testimonial-1.tpl5
  .slides
  .tb-item
  .image_company
  .tb-image
  img {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
}
.tb-testimonial-slider .tpl4.flexslider {
  box-shadow: none;
  background: transparent;
  border: none;
  text-align: center;
}
.tb-testimonial-slider .tpl4.flexslider ul li .icon_all {
  font-size: 40px;
  color: #f9583b;
  padding-bottom: 40px;
}
.tb-testimonial-slider .tpl4.flexslider ul li .tb-excerpt {
  padding: 0 200px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.tb-testimonial-slider .tpl4.flexslider ul li .image_company .tb-image {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.tb-testimonial-slider .tpl4.flexslider ul li .image_company .tb-image > img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.tb-testimonial-slider .tpl4.flexslider ul li .image_company .tb-image:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(33, 33, 33, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.tb-testimonial-slider .tpl4.flexslider ul li .image_company .tb-image-name {
  display: inline-block;
  vertical-align: middle;
  padding-left: 35px;
}
.tb-testimonial-slider
  .tpl4.flexslider
  ul
  li
  .image_company
  .tb-image-name
  .tb-name {
  margin-bottom: 0;
}
.tb-testimonial-slider
  .tpl4.flexslider
  ul
  li
  .image_company
  .tb-image-name
  .tb-name
  > a {
  font-family: Roboto;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #b0b0b0;
  text-transform: capitalize;
}
.tb-testimonial-slider
  .tpl4.flexslider
  ul
  li
  .image_company
  .tb-image-name
  .tb-company {
  font-family: Roboto;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 26px;
  color: #b0b0b0;
}
.tb-testimonial-slider
  .tpl4.flexslider
  ul
  li.flex-active-slide
  .image_company
  .tb-image:before {
  display: none;
}
.tb-testimonial-slider
  .tpl4.flexslider
  ul
  li.flex-active-slide
  .image_company
  .tb-name,
.tb-testimonial-slider
  .tpl4.flexslider
  ul
  li.flex-active-slide
  .image_company
  .tb-company {
  color: #fff;
}
.tb-testimonial-slider
  .tpl4.flexslider
  ul
  li.flex-active-slide
  .image_company
  .tb-name
  a,
.tb-testimonial-slider
  .tpl4.flexslider
  ul
  li.flex-active-slide
  .image_company
  .tb-company
  a {
  color: #fff;
}
.tb-testimonial-slider .tpl4.flexslider .flex-direction-nav li > a:before {
  display: none;
}
.tb-testimonial-slider .tpl4.flexslider .flex-direction-nav li > a i {
  font-size: 18px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-testimonial-slider .tpl4.flexslider .flex-direction-nav li > a i:hover {
  color: #7d7d7d;
}
.tb-testimonial-slider .tpl4#carousel {
  margin: 0 0 115px;
}
.tb-testimonial-slider .tpl4#carousel .flex-viewport ul {
  margin: 0px auto;
  text-align: center;
  width: initial !important;
}
.tb-testimonial-slider .tpl4#carousel .flex-viewport ul li {
  float: none !important;
  display: inline-block !important;
}
.tb-testimonial-slider .tpl4#slider {
  margin: 117px 0 40px;
}
.tb-testimonial-slider .tpl4#slider .flex-direction-nav li > a {
  top: 85%;
}
.tb-testimonial-slider .tpl6 .tb-item .tb-excerpt {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 35px;
}
.tb-testimonial-slider .tpl6 .tb-item .image_company .tb-image {
  width: 60px;
  display: inline-block;
  vertical-align: middle;
  float: left;
}
.tb-testimonial-slider .tpl6 .tb-item .image_company .tb-image > img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.tb-testimonial-slider .tpl6 .tb-item .image_company .tb-image-name {
  width: calc(100% - 60px);
  width: -webkit-calc(100% - 60px);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-top: 11px;
  padding-left: 20px;
}
.tb-testimonial-slider .tpl6 .tb-item .image_company .tb-image-name .tb-name {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-testimonial-slider
  .tpl6
  .tb-item
  .image_company
  .tb-image-name
  .tb-name
  .tb-company {
  font-size: 11px;
  font-weight: 700;
  line-height: 26px;
  color: #fff;
}
.tb-testimonial-slider
  .tpl6
  .tb-item
  .image_company
  .tb-image-name
  .tb-name:hover {
  color: #f9583b;
}
.tb-testimonial-slider .tpl6 .owl-controls {
  margin-top: 83px;
}
.tb-testimonial-slider .tpl6 .owl-controls .owl-nav {
  display: none;
}
.tb-testimonial-slider .tpl6 .owl-controls .owl-dots {
  text-align: center;
}
.tb-testimonial-slider .tpl6 .owl-controls .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 3px;
  background: #cdcdcd;
}
.tb-testimonial-slider .tpl6 .owl-controls .owl-dots .owl-dot.active {
  background: #f9583b;
}
.sidebar-area .tb-testimonial-slider .flex-control-nav {
  display: none;
}
#colection_slider .slide-content {
  position: relative;
}
#colection_slider .slide-content .slide-text {
  position: absolute;
  bottom: 50px;
  text-align: center;
  width: 100%;
}
#colection_slider .slide-content h2 {
  font-family: Roboto;
  color: #fff;
  font-size: 25px;
  margin-bottom: 0;
  line-height: 1;
  text-transform: uppercase;
}
#colection_slider .slide-content h3 {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#colection_slider .slide-content img {
  width: 100%;
}
#colection_slider .flex-control-paging {
  bottom: 15px;
}
.tb-flex-slider li img {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-flex-slider li:hover img {
  opacity: 1;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
@media (max-width: 991px) {
  .change_position_sm_02 {
    padding: 0 60px !important;
  }
  .change_position_sm_02 .vc_col-sm-6 {
    width: 100%;
    margin: 15px 0 !important;
  }
  .change_position_sm_02 .flex-viewport .slides li .tb-excerpt {
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tb-testimonial-slider .tpl4.flexslider ul li .tb-excerpt {
    padding: 0 70px;
  }
  .change_spacing_teterminal .height_02 {
    height: 79px !important;
  }
}
@media (max-width: 767px) {
  .ct-testimonial h3.stabapp-title {
    top: 133px;
  }
  .tb-testimonial-slider .flex-control-paging {
    top: 175px;
  }
}
@media (min-width: 1298px) and (max-width: 1560px) {
  .change_spacing_teterminal .vc_column-inner {
    padding-top: 11px !important;
  }
}
@media (max-width: 1297px) {
  .change_spacing_teterminal .vc_column-inner {
    padding-top: 0px !important;
  }
  .change_spacing_teterminal .height_01 {
    height: 67px !important;
  }
}
@media (max-width: 1199px) {
  .tb-testimonial-slider .tb-testimonial-1.tpl1 .tb-excerpt {
    padding-right: 115px;
  }
  .tb-testimonial-slider {
    margin-bottom: 20px;
  }
  .tb-testimonial-slider .tb-testimonial-1.tpl3 {
    padding-bottom: 50px;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .change_spacing_teterminal .height_01 {
    height: 47px !important;
  }
}
@media (min-width: 992px) and (max-width: 1104px) {
  .change_spacing_teterminal .height_02 {
    height: 99px !important;
  }
}
@media (max-width: 767px) {
  .tb-testimonial-slider .tb-testimonial-1.tpl3 .slides .tb-item .icon_all {
    margin-bottom: 20px;
  }
  .tb-testimonial-slider .tpl4.flexslider ul li .tb-excerpt {
    padding: 0 15px;
  }
  .tb-testimonial-slider .tpl4.flexslider .flex-direction-nav li > a {
    display: none;
  }
  .change_position_sm_02 .vc_custom_1487057329063 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .change_position_sm_02 .height_01 {
    height: 30px !important;
  }
  .change_position_sm_02 .tb-testimonial-1.tpl .flex-control-nav {
    bottom: -15px;
    top: initial;
  }
  .change_position_sm_02 .tb-testimonial-1.tpl .slides .tb-item .tb-excerpt {
    padding: 0 15px;
  }
}
.ct-single-banner {
  position: relative;
}
.ct-single-banner h2 {
  position: absolute;
  top: 50%;
  font-family: Roboto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  text-align: center;
  width: 100%;
  font-size: 30px;
  letter-spacing: 0.7em;
  line-height: 17px;
  color: #fff;
  z-index: 5;
  line-height: 22px;
}
.ct-single-banner:hover:before {
  animation: effZoom 1s forwards;
  border-color: #f9583b;
}
.ct-single-banner:hover h2 {
  color: #f9583b;
}
.ct-single-banner img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  display: block;
}
.ct-single-banner .vc_single_image-wrapper {
  position: relative;
}
.ct-single-banner .vc_single_image-wrapper::before,
.ct-single-banner .vc_single_image-wrapper::after {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.ct-single-banner .vc_single_image-wrapper::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.ct-single-banner .vc_single_image-wrapper::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.ct-single-banner:hover img {
  opacity: 0.7;
}
.ct-single-banner:hover .vc_single_image-wrapper:before,
.ct-single-banner:hover .vc_single_image-wrapper:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 3;
}
@media (max-width: 767px) {
  .ct-single-banner h2 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .ct-single-banner h2 {
    font-size: 14px;
  }
}
.tb-custom-header-landing .tb-logo {
  margin-bottom: 0;
  padding-bottom: 0;
}
.tb-custom-header-landing h1 {
  font-size: 20px;
  color: #2a2a2a;
}
.tb-custom-header-landing .btn-transparent {
  background-color: #2a2a2a;
  color: #fff;
}
.tb-custom-header-landing .btn-transparent:hover {
  background-color: #f9583b;
  border-color: #f9583b;
}
.porfolio-demo {
  margin-bottom: 43px;
}
.porfolio-demo .image-shop-box {
  margin-bottom: 10px;
  display: block;
}
.porfolio-demo .image-bg {
  background: url("././assets/images/demo-bg.png") no-repeat center top;
  width: 350px;
  height: 330px;
  display: inline-block;
  position: relative;
}
.porfolio-demo .image-bg .image-shop-scroll {
  transition: all 6s ease-out 0s;
  -webkit-transition: all 6s ease-out 0s;
  -moz-transition: all 6s ease-out 0s;
  -ms-transition: all 6s ease-out 0s;
  -o-transition: all 6s ease-out 0s;
  background-position: center 0;
  background-repeat: no-repeat;
  position: absolute;
  width: 321px;
  height: 192px;
  top: 14px;
  left: 0;
  background-size: cover;
  right: 0;
  margin: 0 auto;
}
.porfolio-demo .image-bg .image-shop-scroll.comming-soon {
  background-color: ;
}
.porfolio-demo .image-bg .image-shop-scroll strong {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  font-size: 22px;
  color: #fff;
}
.porfolio-demo .image-bg:hover .image-shop-scroll {
  background-position: center 100% !important;
}
.porfolio-demo .image-bg:hover .image-shop-scroll strong {
  -webkit-animation: fadeInUp50 1s;
  -ms-animation: fadeInUp50 1s;
  -moz-animation: fadeInUp50 1s;
  animation: fadeInUp50 1s;
}
.porfolio-demo h2 {
  color: #2a2a2a;
  font-size: 18px;
  margin-top: 20px;
  font-weight: 700;
}
.porfolio-demo h2:hover {
  color: #f9583b;
}
.tb-footer-demo .primary-color {
  color: ;
}
.tb-footer-demo .primary-color:hover {
  color: #2a2a2a;
}
.list_image_sliders.tpl2 {
  position: relative;
}
.list_image_sliders.tpl2 .image_container {
  position: absolute;
  top: -112px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 99;
}
.list_image_sliders.tpl2
  .show_list_image5
  .owl-carousel
  .owl-stage-outer
  .owl-item
  img {
  max-width: 327px;
  height: auto;
  margin: 0 auto;
}
.list_image_sliders.tpl2 .show_list_image5 .owl-carousel:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  z-index: 9;
}
.list_image_sliders.tpl2 .show_list_image5 .owl-carousel .owl-controls {
  margin-top: 0;
}
.list_image_sliders.tpl2
  .show_list_image5
  .owl-carousel
  .owl-controls
  .owl-nav
  .owl-prev,
.list_image_sliders.tpl2
  .show_list_image5
  .owl-carousel
  .owl-controls
  .owl-nav
  .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  opacity: 0;
  z-index: -2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.list_image_sliders.tpl2
  .show_list_image5
  .owl-carousel
  .owl-controls
  .owl-nav
  .owl-prev {
  left: 18%;
}
.list_image_sliders.tpl2
  .show_list_image5
  .owl-carousel
  .owl-controls
  .owl-nav
  .owl-next {
  right: 18%;
}
.list_image_sliders.tpl2
  .show_list_image5:hover
  .owl-carousel
  .owl-controls
  .owl-nav
  .owl-prev,
.list_image_sliders.tpl2
  .show_list_image5:hover
  .owl-carousel
  .owl-controls
  .owl-nav
  .owl-next {
  opacity: 1;
  z-index: 15;
}
.list_image_sliders.tpl2
  .show_list_image3
  .owl-carousel
  .owl-stage-outer
  .owl-item
  img {
  max-width: 355px;
  height: auto;
  margin: 0 auto;
}
.list_image_sliders.tpl2 .show_list_image1 .owl-carousel .owl-stage-outer {
  overflow: initial;
}
.list_image_sliders.tpl2
  .show_list_image1
  .owl-carousel
  .owl-stage-outer
  .owl-item
  img {
  max-width: 310px;
  height: auto;
  margin: 0 auto;
}
.list_image_sliders.tpl2
  .show_list_image1
  .owl-carousel
  .owl-stage-outer:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.list_image_sliders.tpl2 .owl-controls {
  margin-top: 170px;
  text-align: center;
}
.list_image_sliders.tpl2 .owl-controls .owl-nav .owl-prev,
.list_image_sliders.tpl2 .owl-controls .owl-nav .owl-next {
  display: inline-block;
  z-index: 9;
  border: 1px solid #f9583b;
  padding: 10px 70px;
  border-radius: 50px;
  font-size: 14px;
  color: #fff;
  margin: 0 15px;
  background: #f9583b;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.list_image_sliders.tpl2 .owl-controls .owl-nav .owl-prev:before,
.list_image_sliders.tpl2 .owl-controls .owl-nav .owl-next:before {
  font-family: Roboto;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: 53%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.list_image_sliders.tpl2 .owl-controls .owl-nav .owl-prev i,
.list_image_sliders.tpl2 .owl-controls .owl-nav .owl-next i {
  opacity: 0;
}
.list_image_sliders.tpl2 .owl-controls .owl-nav .owl-prev:hover,
.list_image_sliders.tpl2 .owl-controls .owl-nav .owl-next:hover {
  background: #131313;
  border-color: #131313;
}
.list_image_sliders.tpl2 .owl-controls .owl-nav .owl-prev:hover:before,
.list_image_sliders.tpl2 .owl-controls .owl-nav .owl-next:hover:before {
  color: #fff;
}
.list_image_sliders.tpl2 .owl-controls .owl-nav .owl-prev:before {
  content: "previous";
}
.list_image_sliders.tpl2 .owl-controls .owl-nav .owl-next:before {
  content: "next";
}
@media (max-width: 767px) {
  .list_image_sliders.tpl1 {
    padding: 25px 0;
  }
}
.list_image_sliders.tpl1 .owl-controls .owl-nav {
  display: none;
}
.list_image_sliders.tpl1 .owl-controls .owl-dots {
  display: block !important;
  padding-top: 60px;
}
.list_image_sliders.tpl1 .owl-controls .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f9583b;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .list_image_sliders.tpl1 .owl-controls .owl-dots {
    text-align: center;
  }
  .list_image_sliders.tpl1 .owl-controls .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 5px;
  }
}
@media (max-width: 767px) {
  .list_image_sliders.tpl1 .owl-carousel .owl-stage-outer .owl-item img {
    max-width: 370px;
    height: auto;
    margin: 0 auto;
    padding-top: 30px;
  }
}
.list_image_sliders.tpl4 {
  z-index: 0;
}
.list_image_sliders.tpl4 #slider,
.list_image_sliders.tpl4 #carousel {
  background: transparent;
  border: none;
  box-shadow: none;
}
.list_image_sliders.tpl4 .flexslider {
  margin-bottom: 65px;
}
.list_image_sliders.tpl4 #slider .flex-viewport {
  max-width: 250px;
  margin: 0 auto;
}
.list_image_sliders.tpl4 #slider .flex-direction-nav .flex-nav-prev > a,
.list_image_sliders.tpl4 #slider .flex-direction-nav .flex-nav-next > a {
  width: initial;
  height: initial;
  text-shadow: none;
  opacity: 1;
}
.list_image_sliders.tpl4 #slider .flex-direction-nav .flex-nav-prev > a:before,
.list_image_sliders.tpl4 #slider .flex-direction-nav .flex-nav-next > a:before {
  display: none;
}
.list_image_sliders.tpl4 #slider .flex-direction-nav .flex-nav-prev > a > i,
.list_image_sliders.tpl4 #slider .flex-direction-nav .flex-nav-next > a > i {
  font-size: 70px;
  color: #fff;
}
.list_image_sliders.tpl4 #slider .flex-direction-nav .flex-nav-prev .flex-prev,
.list_image_sliders.tpl4 #slider .flex-direction-nav .flex-nav-next .flex-prev {
  left: 28.5%;
}
@media (max-width: 991px) {
  .list_image_sliders.tpl4
    #slider
    .flex-direction-nav
    .flex-nav-prev
    .flex-prev,
  .list_image_sliders.tpl4
    #slider
    .flex-direction-nav
    .flex-nav-next
    .flex-prev {
    left: 25.5%;
  }
}
.list_image_sliders.tpl4 #slider .flex-direction-nav .flex-nav-prev .flex-next,
.list_image_sliders.tpl4 #slider .flex-direction-nav .flex-nav-next .flex-next {
  right: 28.5%;
}
@media (max-width: 991px) {
  .list_image_sliders.tpl4
    #slider
    .flex-direction-nav
    .flex-nav-prev
    .flex-next,
  .list_image_sliders.tpl4
    #slider
    .flex-direction-nav
    .flex-nav-next
    .flex-next {
    right: 25.5%;
  }
}
.list_image_sliders.tpl4 #carousel {
  max-width: 1008px;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
.list_image_sliders.tpl4 #carousel .flex-viewport {
  overflow: initial !important;
}
.list_image_sliders.tpl4 #carousel .flex-viewport .slides li {
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.list_image_sliders.tpl4 #carousel .flex-viewport .slides li.flex-active-slide {
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
}
.list_image_sliders.tpl4
  #carousel
  .flex-viewport
  .slides
  li.flex-active-slide:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(249, 88, 59, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1199px) {
  .list_image_sliders.tpl4 #carousel .flex-viewport {
    overflow: hidden !important;
  }
}
.list_image_sliders.tpl4 #carousel .flex-direction-nav .flex-nav-prev,
.list_image_sliders.tpl4 #carousel .flex-direction-nav .flex-nav-next {
  display: none;
}
.tb_z_index {
  z-index: 1;
  position: relative;
}
.tb_z_index .stabapp-title-three .tb-icon {
  margin-top: 16px;
  margin-bottom: 60px;
}
.tb_z_index .stabapp-title-three .tb-content {
  margin-bottom: 0;
}
.change_position_slider .image_container {
  top: -98px !important;
}
.tb-products-tabs .vc_tta-tabs-container {
  margin-bottom: 15px !important;
}
.tb-products-tabs .vc_tta-tabs-container .vc_tta-tabs-list {
  position: relative;
}
.tb-products-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
  position: relative;
  display: inline-block !important;
  margin-bottom: 36px !important;
  padding: 0 14px !important;
}
.tb-products-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a {
  background: transparent !important;
  border: none !important;
  padding: 7px 25px !important;
  text-transform: uppercase !important;
  border-radius: 50px !important;
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
  font-family: Roboto !important;
  font-weight: bold !important;
  font-size: 14px !important;
  line-height: 22px !important;
  color: #fff !important;
}
.tb-products-tabs
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab
  > a:hover,
.tb-products-tabs
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab
  > a:focus,
.tb-products-tabs
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab
  > a:active {
  color: #fff !important;
  background-color: #f9583b !important;
  border-color: transparent !important;
}
.tb-products-tabs
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab
  > a:before,
.tb-products-tabs
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab
  > a:after {
  display: none !important;
}
.tb-products-tabs
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab.vc_active
  > a {
  color: #fff !important;
  background-color: #f9583b !important;
  border-color: transparent !important;
}
.tb-products-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:before {
  content: "";
  width: 1px;
  height: 11px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(15deg) translateY(-50%);
  -moz-transform: rotate(15deg) translateY(-50%);
  -ms-transform: rotate(15deg) translateY(-50%);
  -o-transform: rotate(15deg) translateY(-50%);
}
.tb-products-tabs
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab:last-child:before {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tb-products-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
    padding: 0 10px;
  }
}
.tb-products-tabs .vc_tta-panels-container .vc_tta-panels {
  background: transparent !important;
  border: none !important;
}
.tb-products-tabs .vc_tta-panels-container .vc_tta-panels:before,
.tb-products-tabs .vc_tta-panels-container .vc_tta-panels:after {
  border: none;
}
.tb-products-tabs
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-body {
  display: block;
  height: 0;
  min-height: auto;
  opacity: 0;
  margin: 0;
  padding: 0;
  border: none;
  -webkit-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  -ms-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
}
.tb-products-tabs
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-body:before,
.tb-products-tabs
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-body:after {
  border: none;
}
.tb-products-tabs
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel.vc_active
  .vc_tta-panel-body {
  height: auto;
  opacity: 1;
  overflow: visible;
}
.jws-video-slider1 {
  position: relative;
}
.jws-video-slider1 .click_button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 9;
}
.jws-video-slider1 .click_button .tb-content h4 {
  font-family: Roboto;
  font-size: 50px;
  line-height: 55px;
  text-align: center;
  margin-bottom: 13px;
  color: #fff;
}
.jws-video-slider1 .click_button .click_icon {
  display: block;
  font-size: 20px;
  width: 115px;
  height: 115px;
  line-height: 115px;
  text-align: center;
  margin: 0 auto;
  color: #009688;
  border-radius: 50%;
  background: #fff;
}
.jws-video-slider1:before {
  content: "";
  background: rgba(249, 88, 59, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.show_all_pro {
  position: relative;
}
.show_all_pro .image_container {
  position: absolute;
  top: -115px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 99;
}
.show_all_pro .image_container > img {
  margin: 0 auto;
  text-align: center;
}
.show_all_pro #carousels {
  z-index: 9;
}
.show_all_pro #carousels .flipto-prev,
.show_all_pro #carousels .flipto-next {
  background-image: initial;
  text-indent: 0;
  width: initial;
  height: initial;
  font-family: Roboto;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  border-radius: 50px;
  background: #f9583b;
  padding: 10px 40px;
  margin-top: 0;
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  opacity: 0;
  z-index: -2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.show_all_pro #carousels .flipto-prev:hover,
.show_all_pro #carousels .flipto-next:hover {
  background: #131313;
  opacity: 1;
}
.show_all_pro.home-01 #carousels ul li.flip-prev,
.show_all_pro.home-04 #carousels ul li.flip-prev {
  -webkit-transform: translateX(-127%) translateZ(0) rotateY(0deg) scale(1);
  -moz-transform: translateX(-127%) translateZ(0) rotateY(0deg) scale(1);
  -ms-transform: translateX(-127%) translateZ(0) rotateY(0deg) scale(1);
  -o-transform: translateX(-127%) translateZ(0) rotateY(0deg) scale(1);
}
.show_all_pro.home-01 #carousels ul li.flip-next,
.show_all_pro.home-04 #carousels ul li.flip-next {
  -webkit-transform: translateX(127%) translateZ(0) rotateY(0deg) scale(1);
  -moz-transform: translateX(127%) translateZ(0) rotateY(0deg) scale(1);
  -ms-transform: translateX(127%) translateZ(0) rotateY(0deg) scale(1);
  -o-transform: translateX(127%) translateZ(0) rotateY(0deg) scale(1);
}
.show_all_pro.home-01 #carousels ul li.flip-past,
.show_all_pro.home-04 #carousels ul li.flip-past {
  -webkit-transform: translateX(-235%) translateZ(0) rotateY(0deg) scale(1);
  -moz-transform: translateX(-235%) translateZ(0) rotateY(0deg) scale(1);
  -ms-transform: translateX(-235%) translateZ(0) rotateY(0deg) scale(1);
  -o-transform: translateX(-235%) translateZ(0) rotateY(0deg) scale(1);
}
.show_all_pro.home-01 #carousels ul li.flip-future,
.show_all_pro.home-04 #carousels ul li.flip-future {
  -webkit-transform: translateX(235%) translateZ(0) rotateY(0deg) scale(1);
  -moz-transform: translateX(235%) translateZ(0) rotateY(0deg) scale(1);
  -ms-transform: translateX(235%) translateZ(0) rotateY(0deg) scale(1);
  -o-transform: translateX(235%) translateZ(0) rotateY(0deg) scale(1);
}
.show_all_pro.home-01 #carousels .flipto-prev,
.show_all_pro.home-04 #carousels .flipto-prev {
  left: 19.3%;
}
@media (max-width: 1300px) {
  .show_all_pro.home-01 #carousels .flipto-prev,
  .show_all_pro.home-04 #carousels .flipto-prev {
    left: 100px;
  }
}
@media (max-width: 1300px) {
  .show_all_pro.home-01 #carousels .flipto-prev,
  .show_all_pro.home-04 #carousels .flipto-prev {
    left: 50px;
  }
}
.show_all_pro.home-01 #carousels .flipto-next,
.show_all_pro.home-04 #carousels .flipto-next {
  right: 19.3%;
}
@media (max-width: 1300px) {
  .show_all_pro.home-01 #carousels .flipto-next,
  .show_all_pro.home-04 #carousels .flipto-next {
    right: 100px;
  }
}
@media (max-width: 991px) {
  .show_all_pro.home-01 #carousels .flipto-next,
  .show_all_pro.home-04 #carousels .flipto-next {
    right: 50px;
  }
}
.show_all_pro.home-01:hover #carousels .flipto-prev,
.show_all_pro.home-01:hover #carousels .flipto-next,
.show_all_pro.home-04:hover #carousels .flipto-prev,
.show_all_pro.home-04:hover #carousels .flipto-next {
  opacity: 1;
  z-index: 99;
}
@media (max-width: 767px) {
  .show_all_pro.home-01 .image_container,
  .show_all_pro.home-04 .image_container {
    top: -80px;
  }
  .show_all_pro.home-01 .image_container > img,
  .show_all_pro.home-04 .image_container > img {
    max-width: 300px;
  }
  .show_all_pro.home-01 #carousels ul,
  .show_all_pro.home-04 #carousels ul {
    height: 405px !important;
    width: 240px !important;
  }
  .show_all_pro.home-01 #carousels ul li.flip-next,
  .show_all_pro.home-04 #carousels ul li.flip-next {
    -webkit-transform: translateX(110%) translateZ(0) rotateY(0deg) scale(1);
    -moz-transform: translateX(110%) translateZ(0) rotateY(0deg) scale(1);
    -ms-transform: translateX(110%) translateZ(0) rotateY(0deg) scale(1);
    -o-transform: translateX(110%) translateZ(0) rotateY(0deg) scale(1);
  }
  .show_all_pro.home-01 #carousels ul li.flip-prev,
  .show_all_pro.home-04 #carousels ul li.flip-prev {
    -webkit-transform: translateX(-110%) translateZ(0) rotateY(0deg) scale(1);
    -moz-transform: translateX(-110%) translateZ(0) rotateY(0deg) scale(1);
    -ms-transform: translateX(-110%) translateZ(0) rotateY(0deg) scale(1);
    -o-transform: translateX(-110%) translateZ(0) rotateY(0deg) scale(1);
  }
  .show_all_pro.home-01 #carousels ul li img,
  .show_all_pro.home-04 #carousels ul li img {
    max-width: 232px;
    margin: 0 auto;
    text-align: center;
  }
  .show_all_pro.home-01 #carousels .flipto-prev,
  .show_all_pro.home-01 #carousels .flipto-next,
  .show_all_pro.home-04 #carousels .flipto-prev,
  .show_all_pro.home-04 #carousels .flipto-next {
    top: initial;
    transform: initial;
    bottom: -160px;
    z-index: 99;
    padding: 10px 30px;
  }
}
.show_all_pro.home-01 #carousels ul li.flip-next,
.show_all_pro.home-01 #carousels ul li.flip-future,
.show_all_pro.home-01 #carousels ul li.flip-past,
.show_all_pro.home-01 #carousels ul li.flip-prev {
  opacity: 1;
}
.show_all_pro.home-01 #carousels ul li.flip-next .flip-content,
.show_all_pro.home-01 #carousels ul li.flip-future .flip-content,
.show_all_pro.home-01 #carousels ul li.flip-past .flip-content,
.show_all_pro.home-01 #carousels ul li.flip-prev .flip-content {
  position: relative;
}
.show_all_pro.home-01 #carousels ul li.flip-next .flip-content:before,
.show_all_pro.home-01 #carousels ul li.flip-future .flip-content:before,
.show_all_pro.home-01 #carousels ul li.flip-past .flip-content:before,
.show_all_pro.home-01 #carousels ul li.flip-prev .flip-content:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
@media (max-width: 767px) {
  .show_all_pro.home-04 .image_container > img {
    max-width: 295px;
    height: auto;
  }
}
.show_all_pro.home-04 #carousels {
  text-align: center;
}
.show_all_pro.home-04 #carousels ul li.flip-prev {
  opacity: 1;
}
.show_all_pro.home-04 #carousels ul li.flip-next {
  opacity: 1;
}
.show_all_pro.home-04 #carousels ul li.flip-future,
.show_all_pro.home-04 #carousels ul li.flip-past {
  opacity: 1;
}
.show_all_pro.home-04 #carousels ul li.flip-future .flip-content,
.show_all_pro.home-04 #carousels ul li.flip-past .flip-content {
  position: relative;
}
.show_all_pro.home-04 #carousels ul li.flip-future .flip-content:before,
.show_all_pro.home-04 #carousels ul li.flip-past .flip-content:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
}
.show_all_pro.home-04 #carousels ul li.flip-current {
  opacity: 1;
}
.show_all_pro.home-04 #carousels .flipto-prev,
.show_all_pro.home-04 #carousels .flipto-next {
  opacity: 1;
  position: initial;
  top: 0;
  transform: initial;
  z-index: 9;
  margin: 185px 14px 0 14px;
}
.show_all_pro.home-04 #carousels .flipto-prev:hover,
.show_all_pro.home-04 #carousels .flipto-next:hover {
  background: #fff;
  color: #131313;
  border-color: #fff;
}
@media (max-width: 767px) {
  .show_all_pro.home-04 #carousels .flipto-prev,
  .show_all_pro.home-04 #carousels .flipto-next {
    margin: 120px 14px 0 14px;
  }
}
@media (max-width: 767px) {
  .show_all_pro.home-04 {
    margin-top: 95px;
  }
}
.show_all_pro.default .image_container {
  top: -98px;
}
.show_all_pro.default #carousels ul li.flip-past,
.show_all_pro.default #carousels ul li.flip-future,
.show_all_pro.default #carousels ul li.flip-current,
.show_all_pro.default #carousels ul li.flip-prev {
  opacity: 1;
}
.show_all_pro.default:hover #carousels .flipto-prev,
.show_all_pro.default:hover #carousels .flipto-next {
  opacity: 1;
  z-index: 9;
}
@media (min-width: 768px) and (max-width: 991px) {
  .show_all_pro.default .image_container {
    top: -89px;
  }
  .show_all_pro.default #carousels .flip-items {
    max-width: 315px;
    max-height: 558px;
  }
}
@media (max-width: 767px) {
  .show_all_pro.default .image_container {
    top: -73px;
  }
  .show_all_pro.default .image_container > img {
    max-width: 300px;
  }
  .show_all_pro.default #carousels ul {
    height: 465px !important;
    width: 275px !important;
  }
  .show_all_pro.default #carousels .flipto-prev,
  .show_all_pro.default #carousels .flipto-next {
    top: initial;
    transform: initial;
    bottom: -130px;
    z-index: 99;
  }
}
.ro-fancybox-wrap.tpl1 .all_content_image {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.ro-fancybox-wrap.tpl1 .all_content_image .content_all {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 9;
}
.ro-fancybox-wrap.tpl1 .all_content_image .content_all .tb-title {
  margin-bottom: 45px;
  font-family: Roboto;
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  padding: 0 280px;
  text-transform: capitalize;
}
@media (min-width: 1681px) and (max-width: 1792px) {
  .ro-fancybox-wrap.tpl1 .all_content_image .content_all .tb-title {
    padding: 0 252px;
  }
}
@media (min-width: 1569px) and (max-width: 1680px) {
  .ro-fancybox-wrap.tpl1 .all_content_image .content_all .tb-title {
    padding: 0 224px;
  }
}
@media (min-width: 1457px) and (max-width: 1568px) {
  .ro-fancybox-wrap.tpl1 .all_content_image .content_all .tb-title {
    padding: 0 196px;
  }
}
@media (min-width: 1345px) and (max-width: 1456px) {
  .ro-fancybox-wrap.tpl1 .all_content_image .content_all .tb-title {
    padding: 0 168px;
  }
}
@media (min-width: 1200px) and (max-width: 1456px) {
  .ro-fancybox-wrap.tpl1 .all_content_image .content_all .tb-title {
    padding: 0 81px;
  }
}
@media (max-width: 1199px) {
  .ro-fancybox-wrap.tpl1 .all_content_image .content_all .tb-title {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .ro-fancybox-wrap.tpl1 .all_content_image .content_all .tb-title {
    font-size: 30px;
    line-height: 40px;
  }
}
.ro-fancybox-wrap.tpl1 .all_content_image .content_all .tb-icon {
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  border: 1px solid #f9583b;
  border-radius: 50%;
  display: inline-block;
}
.ro-fancybox-wrap.tpl1 .all_content_image .content_all .tb-icon > i {
  font-size: 42px;
  color: #f9583b;
  text-align: center;
  vertical-align: middle;
  margin-left: 5px;
}
.ro-fancybox-wrap.tpl1 .all_content_image #ro-play-button {
  display: inline-block;
  position: relative;
  top: 123px;
}
.ro-fancybox-wrap.tpl1 .all_content_image #ro-play-button > img {
  display: block;
}
.ro-fancybox-wrap.tpl2 .all_content_image .content_all {
  padding-bottom: 78px;
  text-align: center;
}
.ro-fancybox-wrap.tpl2 .all_content_image .content_all .tb-title,
.ro-fancybox-wrap.tpl2 .all_content_image .content_all .tb-content {
  font-weight: 700;
  font-size: 50px;
  text-transform: capitalize;
  color: #fff;
}
.ro-fancybox-wrap.tpl2 .all_content_image .content_all .tb-content {
  font-family: Roboto;
}
@media (max-width: 1400px) {
  .col-lg-95 {
    margin: 0 50px;
  }
}
@media (max-width: 1199px) {
  .change_emspace {
    height: 70px !important;
  }
}
@media (max-width: 991px) {
  .col-lg-95 .vc_empty_space {
    height: 115px !important;
  }
  .tb_change_space_04 {
    height: 141px !important;
  }
  .vc_empty_space.vc_custom_1486975242233 {
    display: none !important;
  }
  .tb_change_space_041 {
    height: 215px !important;
  }
  .wpb_row.vc_custom_1486970809825 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .ro-fancybox-wrap.tpl2 .all_content_image {
    padding: 0 50px;
  }
  .ro-fancybox-wrap.tpl2 .all_content_image .content_all {
    padding-bottom: 0px;
  }
  .ro-fancybox-wrap.tpl2 .all_content_image .content_all .tb-title {
    font-size: 30px;
    margin-bottom: 0;
  }
  .ro-fancybox-wrap.tpl2 .all_content_image .content_all .tb-content {
    font-size: 30px;
  }
  .ro-fancybox-wrap.tpl2 .all_content_image .content_all .tb-content p {
    line-height: 45px;
  }
  .ro-fancybox-wrap.tpl2 .all_content_image #ro-play-button img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
  }
  .tb-testimonial-slider .tpl6 .tb-item .tb-excerpt {
    text-align: center;
  }
  .tb-testimonial-slider .tpl6 .tb-item .image_company {
    margin: 0 auto;
    text-align: center;
  }
  .tb-testimonial-slider .tpl6 .tb-item .image_company .tb-image {
    float: none;
  }
  .tb-testimonial-slider .tpl6 .tb-item .image_company .tb-image-name {
    width: initial;
  }
  .tb-testimonial-slider
    .tpl6
    .tb-item
    .image_company
    .tb-image-name
    .show_star_all {
    text-align: left;
  }
}

body:not(.single) .main-content {
  padding: 100px 0;
}
.title-bar,
.title-bar-shop {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
ul:not(.wp-block-gallery),
ol {
  margin: 0;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
ul ul ul {
  list-style-type: circle;
}
ul ul,
ol ol {
  padding-left: 2.5rem;
}
li > ul,
li > ol {
  margin-bottom: 0;
}
dd {
  margin: 0 1.5em 1.5em;
  color: #232323;
}
dt {
  font-weight: 700;
  color: #232323;
}

.wp-block-quote cite {
  color: #6c7781;
}
.wp-block-embed {
  margin-bottom: 1.5em;
}

.wp-block-image figcaption {
  margin-top: 1em;
}
.wp-block-table td,
.wp-block-table th {
  border: 0;
}
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer,
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer {
  font-size: 14px;
}
blockquote {
  border-left: 0;
}
.wp-block-preformatted {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre.wp-block-verse {
  white-space: nowrap;
  overflow: auto;
  display: block;
  padding: 9.5px;
  margin: 0 0 20px;
  font-size: 13px;
  line-height: 1.8;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: inherit;
}
.wp-block-button__link {
  padding: 15px 24px;
}
.wp-block-column p {
  margin: 0;
}
.wp-block-column {
  margin-bottom: 0;
}
.wp-block-table td,
.wp-block-table th {
  padding: 1.2em 0;
}
.wp-block-cover.alignfull {
  position: relative;
  left: calc(-27.5% - 75px);
  width: calc(155% + 150px);
  max-width: calc(155% + 150px);
}
.wp-block-gallery.alignfull {
  max-width: 100vw;
  width: 100vw;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin-left: 50%;
}
@media (max-width: 767px) {
  .wp-block-cover.alignfull,
  .wp-block-gallery.alignfull {
    left: 0;
    width: 100%;
    max-width: 100%;
  }
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
  padding-left: 20px;
  border-left: 4px solid #000;
  padding-top: 1px;
}
.wp-block-latest-posts {
  margin-bottom: 32px;
}
.wp-block-cover.alignright {
  margin-bottom: 50px;
}
blockquote p:last-child {
  margin-top: 0;
}
.wp-block-image {
  margin-bottom: 1.9em;
}
.wp-block-gallery {
  margin-bottom: 32px;
}
.wp-block-image.alignfull {
  max-width: 100vw;
  width: 100vw;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin-left: 50%;
  margin-bottom: 38px;
}
.alignwide {
  max-width: calc(100% + 100px);
  width: calc(100% + 100px);
  margin-left: -50px;
  margin-right: -50px;
}
.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
  z-index: 0;
}
.wp-block-latest-posts {
  padding-left: 2.5em;
}
.wp-block-quote.is-style-large,
.wp-block-quote.is-large {
  border: 0;
}
.wp-block-button {
  margin-bottom: 3em !important;
}
.wp-block-archives li,
.wp-block-categories li {
  list-style: none;
}
.blocks-gallery-grid {
  padding-left: 0 !important;
}
.wp-block-cover-image-text,
.wp-block-cover-text,
section.wp-block-cover-image h2 {
  color: #fff !important;
}
.jws_blogs_content .alignleft {
  margin-top: 0 !important;
}
.wp-block-gallery.alignfull.columns-3 {
  padding: 0 22px;
}
.wp-block-embed-twitter {
  margin: 0;
}
.alignleft,
img.alignleft {
  margin-right: 1.5em;
  float: left;
}
.alignright,
img.alignright {
  margin-left: 1.5em;
  float: right;
}
.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.alignnone,
img.alignnone {
  /* not sure about this one */
}
.wp-caption {
  margin-bottom: 1.5em;
  padding-top: 5px;
}
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
.wp-block-cover,
.wp-block-cover-image {
  margin-bottom: 40px;
}
body {
  font-family: Roboto;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  color: #6d6d6d;
  font-size: 14px;
  font-display: swap;
}
p .wp-image-904.alignright {
  margin-right: -11rem;
  margin-top: 7rem;
}
.post-password-form input[type="submit"] {
  height: 48px;
  background: #000000;
  color: #ffffff;
  padding: 0 20px;
  margin-top: 23px;
}
.tb-error404-wrap a {
  background: #333333;
  color: #ffffff;
  padding: 10px 20px;
  margin-top: 10px;
  display: inline-block;
}
.widget_block .wp-block-group__inner-container > h2 {
  margin-bottom: 30px;
  font-family: Roboto;
  font-weight: 400;
  text-transform: capitalize;
  text-align: left;
  font-size: 24px;
  line-height: 20px;
  color: #1c1c1c;
  position: relative;
}

.wp-block-search .wp-block-search__button {
  color: #ffffff !important;
  background: #000000 !important;
  border: 0 !important;
  min-width: 115px !important;
  padding: 0;
  /* line-height: 30px; */
  height: 40px;
}
.wp-block-search__input {
  padding: 0 15px;
}

.widget_block ol {
  padding: 0;
}
.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  display: none;
}
.has-avatars
  .wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-excerpt,
.has-avatars
  .wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-meta {
  margin: 0;
}
.widget_search form {
  border: 0;
}
.widget.widget_block {
  margin-bottom: 40px;
}
.wp-block-search .wp-block-search__label {
  margin-bottom: 30px;
  font-family: Roboto;
  font-weight: 400;
  text-transform: capitalize;
  text-align: left;
  font-size: 24px;
  line-height: 20px;
  color: #1c1c1c;
  position: relative;
}
.wp-block-latest-comments__comment {
  line-height: inherit;
}
