/*
Theme Name: Financial
Theme URI: https://financial.jwsuperthemes.com
Author: the JWSThemes team
Author URI: https://themeforest.net/user/jwsthemes
Version: 3.0.1
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: Financial is a serious and professional, robust and reliable, smooth and stylish, fast-loading and readily responsive WordPress financial and business multipurpose website theme. Financial has been created to provide businesses and corporations across a broad spectrum of industries and fields, though peculiarly well suited for the financial, consulting and investment sectors.
Text Domain: financial
*/
/* COLOR */
/* INPUT */
/* ICON */
/* BUTTON */
/* FORM */
/* UTILITIES */
/* Reset */
/* SECTION */
/* https://css-tricks.com/snippets/css/useful-css3-less-mixins/ */
/* BACKGROUND COLOR OPACITY */
/* Shine */
/* animate feature box */
/* animate colorbox */
/* animate shake */
/* Animate btn play video */
/* Animate dot */
@charset "UTF-8";
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
/* Overlay on row */
/* Entry Blog */
/* widget widget_tag_cloud */
/* Our categories style*/
/*Stats*/
/*Ul*/
/*End Ul*/
/*Start Booking form*/
/*End Booking form*/
/*Plan*/
/*End Plan*/
/*Srart Right Fixed Sidebar */
/*End Right Fixed Sidebar*/
/*Dropcap*/
/*End Dropcap*/
/*block number*/
/* End block number */
/* Start bubble */
/* End bubble */
/*Block text*/
/*End Block text*/
/* End Animate cart */
/* Css shortcode */
/* CSS SHORCODE GENERAL */
/* tb-boxshadow ( box-shadow ) */
/* colorbox */
/* END CSS SHORCODE GENERAL */
/* feature_box */
/* Progress bar */
/* button */
/* Contact form */
/*Start Button Play video background */
/*End Button Play video*/
/* class PIE DOT */
/* wpb_accordion */
/* wpb_tabs */
/* tb-btn */
/* rtb-booking-form */
/* booking-form-2 */
/* tb-menu-text-item */
/* tb-social */
/* tb-maps-info-content */
/*Page 404*/
/* widget Cart */
/*Menu Canvas*/
/* responsive */
/* Back to top */
/*Page Demo*/
/* Contact Form 7 */
/* 3. Title */
/* 1. Featrue Box */
/* 2. Grid */
/* 2. Grid */
/* 3. Title */
/* 4. Carousel */
/* Sidebar */
/* Special div */
/* Video */
/*Responsive mobile row*/
/* -------------------------------------
 * mobile phones (vertical version only)
 * ------------------------------------- */
.easing-animation {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.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: #0188cc;
  border: none;
  height: 45px;
  line-height: 44px;
  display: inline-block;
  padding: 0;
  font-size: 16px;
  width: 160px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  -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;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.btn-transparent:hover {
  background-color: #222;
  color: #fff;
}
.ul-reset {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.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: #0188cc;
}
.thumb-pd-effect {
  background-color: #fff;
}
.thumb-pd-effect:before {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  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.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.thumb-pd-hover-scale {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.thumb-overlay-effect:after {
  background: #0188cc;
  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.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  transform: scale(0);
  content: "";
}
.thumb-overlay-hover-effect:after {
  opacity: 0.2;
  transform: scale(1);
}
.thumb-pd-hover-effect {
  color: #0188cc;
}
.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;
}
.shine::before {
  position: absolute;
  top: 0;
  left: -92%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.shine img {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.shine:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
.shine:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.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);
}
.effect-bubba {
  position: relative;
  width: 100%;
}
.effect-bubba img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  display: block;
}
.effect-bubba .vc_single_image-wrapper {
  position: relative;
  width: 100%;
}
.effect-bubba .vc_single_image-wrapper::before,
.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;
}
.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);
}
.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);
}
.effect-bubba:hover img {
  opacity: 0.7;
}
.effect-bubba:hover .vc_single_image-wrapper:before,
.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);
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.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;
  color: #222;
}
.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: #0188cc;
  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: #0188cc;
}
.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, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 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;
}
@font-face {
  font-family: "Montserrat Ultra Light";
  font-style: normal;
  font-weight: normal;
  src: local("fonts/Montserrat Ultra Light"),
    url("fonts/Montserrat-UltraLight.woff") format("woff");
}
body .bg_primary {
  background-color: #0188cc;
}
body .primary_color {
  color: #0188cc;
}
body .btn_primary {
  background-color: #0188cc;
}
body .btn_primary:hover {
  background-color: #0188cc;
}
body .wpb_button,
body .wpb_content_element,
body ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0;
}
body.boxed {
  background: #f5f5f5 url("assets/images/backgrounds/bodybox-backround.jpg")
    no-repeat 0 0;
  background-size: 100% 100vh;
}
body.boxed #jws_theme_wrapper {
  max-width: 1300px;
}
@media (min-width: 1300px) {
  body.boxed {
    padding: 50px 0 70px;
  }
  body.boxed.has-header-v3 #jws_theme_wrapper {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
body.boxed.tb-stick-active .tb-header-wrap .tb-header-menu {
  position: static !important;
}
@media (min-width: 992px) {
  body.boxed
    .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown.has-to-left-parent
    > li {
    text-align: right;
  }
  body.boxed
    .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children.has_to_left {
    text-align: right;
  }
  body.boxed
    .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children.has_to_left
    > ul {
    right: 100% !important;
    left: auto !important;
    box-shadow: -2px 1px 3px rgba(0, 0, 0, 0.25) !important;
  }
  body.boxed
    .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children.has_to_left
    > a:after {
    content: "\f104";
    right: auto;
    left: 1px;
  }
  body.boxed .standar-dropdown .multicolumn {
    max-width: 480px;
  }
}
.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;
}
.fa {
  padding-left: 1px;
}
.tb-primary-button button {
  height: 40px;
  max-width: 140px;
  font-weight: 700;
  font-size: 12px;
}
.tb-primary-button button:hover {
  background-color: #0188cc !important;
}
.vc_btn3-shape-square.vc_btn3-style-custom {
  background-image: none !important;
}
.ro-hr {
  border-top: 1px solid #aaaaaa;
}
.inline_middle > .container > .row > .wpb_column {
  font-size: 13px;
}
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;
}
.primary-color {
  color: #0188cc;
}
a {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
a:hover,
a:target,
a:focus {
  outline: none;
  color: #0188cc;
}
input:focus,
input:target,
textarea:focus,
textarea:target,
select:focus,
select:target {
  border-color: #0188cc;
}
button,
input[type="button"],
input[type="button"] {
  border: solid 1px;
}
button:hover,
input[type="button"]:hover,
input[type="button"]:hover {
  background: #0188cc;
  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 #0188cc;
  border-radius: 3px;
  color: #fff;
  padding: 2px 6px;
}
.icon-basic-heart.fa-heart {
  background: #444444;
}
.wpb_single_image img {
  width: 100%;
  display: inline-block;
  height: auto;
}
@media (min-width: 992px) {
  .column-md-5 {
    width: 20% !important;
  }
}
.tb-shop-now {
  height: 40px;
  width: 136px;
  display: inline-block;
  border: 1px solid #222;
  color: #222;
  text-align: center;
  line-height: 39px;
}
.tb-shop-now:hover {
  color: #0188cc;
  border-color: #0188cc;
}
.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 #0188cc;
  color: #0188cc;
}
.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;
}
.blog .tb-blog,
.archive .tb-blog,
.search .tb-blog {
  padding-bottom: 30px;
}
.tb-pos-bottom {
  bottom: 0;
  position: absolute;
  width: 100%;
}
.line-end {
  display: none !important;
}
.tb-blog h5.tb-label {
  position: relative;
  font-size: 14px;
  color: #222;
  font-weight: 400;
  margin-bottom: 5px;
  font-family: Open Sans;
  display: inline-block;
}
.tb-blog .tb-footer-post-info .tb-post-tags {
  margin-top: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
.tb-blog .tb-footer-post-info .tb-post-tags .tags a {
  color: #898989;
  font-size: 14px;
  color: #0188cc;
}
.tb-blog .tb-footer-post-info .tb-post-tags .tags a:hover {
  color: #222;
}
.tb-blog .tb-footer-post-info .tb-shares {
  margin-top: 26px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 7px;
}
.tb-blog .tb-footer-post-info .tb-shares .tb-social-buttons {
  margin-top: 10px;
  margin-left: -4px;
}
.tb-blog .about-author {
  padding: 25px 0;
  border-bottom: 1px solid #ebebeb;
}
.tb-blog .about-author .author-avatar {
  float: left;
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #f5f5f5;
  overflow: hidden;
}
.tb-blog .about-author .author-avatar img {
  max-width: 100%;
}
.tb-blog .about-author h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.tb-blog .about-author p {
  margin-bottom: 15px;
}
.tb-blog .about-author .author-info {
  width: calc(100% - 140px);
  margin-left: 140px;
}
.tb-blog .tb-wrap-navi {
  margin-top: 30px;
  border-bottom: 1px solid #ebebeb;
  padding-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: #0188cc;
}
.tb-blog .post.sticky {
  background: #e1e1e1;
  color: #000000;
  padding: 30px;
  position: relative;
}
.tb-blog .post.sticky .blog-title {
  color: #0188cc;
}
.tb-blog .post.sticky .blog-title a {
  color: #0188cc;
}
.tb-blog .post.sticky a {
  color: #0188cc;
}
.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: #0188cc;
}
.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.has-bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.title-bar {
  border-bottom: 2px solid #f5f5f5;
}
.title-bar h1,
.title-bar h2,
.title-bar h3,
.title-bar h4,
.title-bar h5,
.title-bar h6 {
  color: #222;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.title-bar .tb-breadcrumb {
  border: none !important;
  color: #666;
}
.tb-breadcrumb {
  position: relative;
  font-size: 12px;
}
.tb-breadcrumb a {
  color: #666;
  padding: 0 5px;
  font-size: 12px;
}
.tb-breadcrumb a:hover {
  color: #0188cc;
}
.tb-breadcrumb span {
  padding: 0 5px;
  color: #0188cc;
}
.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;
}
.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 15px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  background-color: #f0f0f0;
  box-shadow: none;
  color: #707070;
  text-align: center;
}
.post-navigation .nav-links .nav-previous .btn:hover,
.post-navigation .nav-links .nav-next .btn:hover {
  color: #fff;
  background-color: #0188cc;
}
.post-navigation .nav-links .nav-previous .btn.disabled,
.post-navigation .nav-links .nav-next .btn.disabled {
  color: #a8a8a8;
  background-color: #fbfbfb;
}
.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 {
  margin-top: 10px;
}
.comments-area .comments-title {
  margin-bottom: 8px;
}
.comments-area .comments-title small {
  text-transform: none;
}
.comments-area .comments-title legend {
  display: inline-block;
  margin-bottom: 28px;
  padding-right: 10px;
  width: initial;
  color: #222;
  font-size: 16px;
  line-height: 18px;
}
.comments-area .comment-list {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 20px;
  overflow: hidden;
}
.comments-area .comment-list > li:last-child .comment-info:last-child {
  border-bottom: none;
}
.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;
  margin-left: 0;
}
.comments-area .comment-list li .comment-body {
  position: relative;
  margin-top: 16px;
}
.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 {
  max-width: 100px;
}
.comments-area .comment-list li .comment-body .comment-info {
  position: relative;
  padding: 0 0 20px 120px;
  font-size: 14px;
  margin-bottom: 20px;
}
.comments-area .comment-list li .comment-body .comment-info:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: -120px;
  right: 0;
  border-bottom: 1px solid #ebebeb;
}
.comments-area
  .comment-list
  li
  .comment-body
  .comment-info
  .comment-header-info {
  position: relative;
  margin-bottom: 1px;
}
.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 {
  color: #222;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  margin-right: 15px;
}
.comments-area
  .comment-list
  li
  .comment-body
  .comment-info
  .comment-header-info
  .comment-author
  span {
  font-size: 12px;
  color: #999;
  margin-left: 8px;
}
.comments-area
  .comment-list
  li
  .comment-body
  .comment-info
  .comment-header-info
  .comment-date
  a {
  font-size: 12px;
  color: #545454;
  margin-right: 30px;
  text-transform: uppercase;
}
.comments-area
  .comment-list
  li
  .comment-body
  .comment-info
  .comment-header-info
  .comment-date
  a:hover {
  color: #222;
}
.comments-area .comment-list li .comment-body .comment-info p {
  position: relative;
  line-height: 22px;
  margin-bottom: 15px;
}
.comments-area .comment-list li .comment-body .comment-info p:last-child {
  margin-bottom: 0;
}
.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: #0188cc;
}
.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: #0188cc;
}
.comments-area .comment-list li .comment-body .comment-text .reply a {
  color: #ff4220;
  font-size: 12px;
}
.comments-area .comment-list li .comment-body .comment-text .reply a:hover {
  color: #222;
}
.comments-area .comment-respond .comment-reply-title {
  color: #222;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 27px;
}
#comments .comment-box {
  margin-top: 22px;
}
#comments .comments-title {
  font-size: 16px;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
  border-bottom: none;
}
#comments .comments-title legend {
  font-size: 24px;
  font-family: Montserrat;
}
.comment-form {
  margin: 5px 0 25px;
}
.comment-form p {
  line-height: normal;
  margin-bottom: 15px;
}
.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;
  border: 1px solid #ebebeb;
}
.comment-form p input::-webkit-input-placeholder,
.comment-form p textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999;
}
.comment-form p input:-moz-placeholder,
.comment-form p textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  opacity: 1;
}
.comment-form p input::-moz-placeholder,
.comment-form p textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  opacity: 1;
}
.comment-form p input:-ms-input-placeholder,
.comment-form p textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}
.comment-form p input:placeholder-shown,
.comment-form p textarea:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #999;
}
.comment-form p label {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 8px;
}
.comment-form p label span {
  color: #cc253c;
  display: none;
}
.comment-form p.form-submit .submit {
  height: 45px;
  width: 164px;
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  line-height: 45px;
  border: none;
  color: #fff;
  border-radius: 0;
  background-color: #0188cc;
  text-transform: uppercase;
}
.comment-form p.form-submit .submit:hover {
  color: #222;
}
.comment-form .row {
  margin-right: 0;
}
.comment-form .row > .col-sm-4 {
  padding-right: 0;
}
#commentform .comment-form-comment,
#commentform .comment-form-author,
#commentform .comment-form-email,
#commentform .comment-form-url,
#commentform .comment-form-subject {
  position: relative;
  font-size: 14px;
}
#commentform .comment-form-comment:before,
#commentform .comment-form-author:before,
#commentform .comment-form-email:before,
#commentform .comment-form-url:before,
#commentform .comment-form-subject:before {
  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);
  width: 30px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  left: 0;
  border-right: 1px solid #ebebeb;
  color: #666;
  font-size: 12px;
  position: absolute;
  z-index: 99;
}
#commentform .comment-form-comment.focusing:before,
#commentform .comment-form-author.focusing:before,
#commentform .comment-form-email.focusing:before,
#commentform .comment-form-url.focusing:before,
#commentform .comment-form-subject.focusing:before {
  border-color: #0188cc;
  color: #0188cc;
}
#commentform .comment-form-comment label,
#commentform .comment-form-author label,
#commentform .comment-form-email label,
#commentform .comment-form-url label,
#commentform .comment-form-subject label {
  position: absolute;
  top: 10px;
  left: 40px;
  color: #999;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 14px;
  z-index: 9;
}
#commentform .comment-form-comment input[type="text"],
#commentform .comment-form-comment input[type="email"],
#commentform .comment-form-author input[type="text"],
#commentform .comment-form-author input[type="email"],
#commentform .comment-form-email input[type="text"],
#commentform .comment-form-email input[type="email"],
#commentform .comment-form-url input[type="text"],
#commentform .comment-form-url input[type="email"],
#commentform .comment-form-subject input[type="text"],
#commentform .comment-form-subject input[type="email"] {
  height: 40px;
  line-height: 40px;
  padding-left: 40px;
}
#commentform .comment-form-comment:hover label,
#commentform .comment-form-author:hover label,
#commentform .comment-form-email:hover label,
#commentform .comment-form-url:hover label,
#commentform .comment-form-subject:hover label {
  opacity: 0;
}
#commentform .wpcf7-form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#commentform .comment-form-comment label {
  left: 20px;
}
#commentform .comment-form-comment textarea {
  min-height: 160px;
}
#commentform .comment-form-comment textarea:focus {
  border-color: #0188cc;
}
#commentform .comment-form-author:before {
  position: absolute;
  content: "\f007";
}
#commentform .comment-form-email:before {
  position: absolute;
  content: "\f0e0";
}
#commentform .comment-form-url:before {
  position: absolute;
  content: "\f0ac";
}
#commentform .comment-form-subject:before {
  content: "\f0a1";
}
#commentform .tb-no-empty label {
  opacity: 0;
}
#commentform input[type="submit"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 361px) {
  .comment-form p.comment-form-email {
    margin-left: 0;
  }
}
.pagination {
  width: 100%;
}
.pagination li.page-numbers,
.pagination span.page-numbers,
.pagination a.page-numbers {
  list-style: none;
  color: #666;
  display: inline-block;
  line-height: 25px;
  font-size: 12px;
  min-width: 25px;
  height: 25px;
  font-weight: 700;
  background: transparent;
  text-transform: uppercase;
  padding: 0;
  text-align: center;
}
.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 {
  background-color: #0188cc;
  color: #fff;
}
.pagination li.page-numbers.next,
.pagination li.page-numbers.prev,
.pagination span.page-numbers.next,
.pagination span.page-numbers.prev,
.pagination a.page-numbers.next,
.pagination a.page-numbers.prev {
  width: 50px;
  position: relative;
  color: #222;
  font-weight: 700;
  background-color: transparent !important;
}
.pagination li.page-numbers.next:before,
.pagination li.page-numbers.prev:before,
.pagination span.page-numbers.next:before,
.pagination span.page-numbers.prev:before,
.pagination a.page-numbers.next:before,
.pagination a.page-numbers.prev:before {
  position: absolute;
  content: "";
  top: 50%;
  height: 12px;
  margin-top: -6px;
}
.pagination li.page-numbers.next:hover,
.pagination li.page-numbers.prev:hover,
.pagination span.page-numbers.next:hover,
.pagination span.page-numbers.prev:hover,
.pagination a.page-numbers.next:hover,
.pagination a.page-numbers.prev:hover {
  color: #0188cc;
}
.pagination li.page-numbers.next:hover:before,
.pagination li.page-numbers.prev:hover:before,
.pagination span.page-numbers.next:hover:before,
.pagination span.page-numbers.prev:hover:before,
.pagination a.page-numbers.next:hover:before,
.pagination a.page-numbers.prev:hover:before {
  border-color: #0188cc;
}
.pagination li.page-numbers.next,
.pagination span.page-numbers.next,
.pagination a.page-numbers.next {
  text-align: right;
}
.pagination li.page-numbers.next:before,
.pagination span.page-numbers.next:before,
.pagination a.page-numbers.next:before {
  border-left: 1px solid #ebebeb;
  left: 0;
}
.pagination li.page-numbers.prev,
.pagination span.page-numbers.prev,
.pagination a.page-numbers.prev {
  text-align: left;
}
.pagination li.page-numbers.prev:before,
.pagination span.page-numbers.prev:before,
.pagination a.page-numbers.prev:before {
  border-right: 1px solid #ebebeb;
  right: 0;
}
.pagination ul li {
  display: inline-block;
}
.orange-pagination .pagination li.page-numbers.current,
.orange-pagination .pagination li.page-numbers:hover,
.orange-pagination .pagination span.page-numbers.current,
.orange-pagination .pagination span.page-numbers:hover,
.orange-pagination .pagination a.page-numbers.current,
.orange-pagination .pagination a.page-numbers:hover {
  border-color: #f26522;
  background-color: #f26522;
}
.ct-contact li a {
  position: relative;
  padding-left: 32px !important;
  display: block;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 19px;
}
.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: #fff;
}
.ct-contact li a:first-child i {
  left: 4px;
}
.ct-contact li a:hover i {
  color: #0188cc;
}
.tb-social-widget {
  white-space: nowrap;
}
.tb-social-widget a {
  display: inline-block;
  color: #fff;
  font-size: 10px;
}
.heart-wrapper .tb-social-widget {
  text-align: center;
}
.heart-wrapper .tb-social-widget a {
  position: relative;
  width: 31px;
  margin-right: 4.5%;
  text-indent: -9999px;
}
.heart-wrapper .tb-social-widget a:last-child {
  margin-right: 0;
}
.heart-wrapper .tb-social-widget a .fa {
  float: left;
  text-indent: 0;
  margin-left: 11px;
  color: #fffced;
  margin-top: 7px;
}
.heart-wrapper .tb-social-widget a:before {
  content: "\f004";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 25px;
  position: absolute;
  color: #222;
  text-indent: 0;
  left: 3px;
  display: block;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.heart-wrapper .tb-social-widget a:hover:before {
  color: #0188cc;
}
.round-wrapper .tb-social-widget a {
  width: 33px;
  height: 33px;
  line-height: 33px;
  margin-right: 4.5%;
  text-indent: -9999px;
  border-radius: 50%;
  background-color: #434242;
  color: #1b1b1b;
}
.round-wrapper .tb-social-widget a:last-child {
  margin-right: 0;
}
.round-wrapper .tb-social-widget a .fa {
  float: left;
  text-indent: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 33px;
  font-size: 15px;
}
.round-wrapper .tb-social-widget a:hover {
  background-color: #fff;
  color: #0188cc;
}
.jws_theme_footer {
  color: #ccc;
}
@media (max-width: 767px) {
  .jws_theme_footer .widget {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.jws_theme_footer .widget .widgettitle,
.jws_theme_footer .widget .wg-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 8px;
}
.jws_theme_footer .widget .widgettitle span,
.jws_theme_footer .widget .wg-title span {
  position: relative;
  padding-right: 10px;
}
.jws_theme_footer .widget .widgettitle span:before,
.jws_theme_footer .widget .widgettitle span:after,
.jws_theme_footer .widget .wg-title span:before,
.jws_theme_footer .widget .wg-title span:after {
  position: absolute;
  content: "";
  width: 20px;
  bottom: 5px;
  border-top: 1px solid #0188cc;
  right: -20px;
}
.jws_theme_footer .widget .widgettitle span:before,
.jws_theme_footer .widget .wg-title span:before {
  width: 10px;
  right: -10px;
  bottom: 8px;
}
@media (max-width: 767px) {
  .jws_theme_footer .widget .widgettitle span,
  .jws_theme_footer .widget .wg-title span {
    padding-left: 0;
    padding-right: 0;
  }
  .jws_theme_footer .widget .widgettitle span:before,
  .jws_theme_footer .widget .widgettitle span:after,
  .jws_theme_footer .widget .wg-title span:before,
  .jws_theme_footer .widget .wg-title span:after {
    display: none;
  }
}
.jws_theme_footer .widget ul {
  padding-left: 0;
}
.jws_theme_footer .widget ul li {
  line-height: 32px;
  color: #ccc;
}
.jws_theme_footer .widget ul li a {
  color: #ccc;
  line-height: inherit;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.jws_theme_footer .widget ul li a:hover {
  color: #0188cc;
  padding-left: 5px;
}
.jws_theme_footer .copy-right a {
  color: #0188cc;
}
.jws_theme_footer .widget_tp_widget_recent_tweets:before,
.jws_theme_footer .widget_tp_widget_recent_tweets:after {
  content: " ";
  display: table;
}
.jws_theme_footer .widget_tp_widget_recent_tweets:after {
  clear: both;
}
.jws_theme_footer .widget_tp_widget_recent_tweets .tp_recent_tweets > ul > li {
  background: none;
}
.jws_theme_footer
  .widget_tp_widget_recent_tweets
  .tp_recent_tweets
  > ul
  > li
  > span {
  position: relative;
}
.jws_theme_footer
  .widget_tp_widget_recent_tweets
  .tp_recent_tweets
  > ul
  > li
  > span:before {
  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);
  position: absolute;
  content: "\f099";
  left: -20px;
  top: 5px;
  color: #0188cc;
}
.jws_theme_footer
  .widget_tp_widget_recent_tweets
  .tp_recent_tweets
  > ul
  > li
  a {
  color: #0188cc;
}
.jws_theme_footer .social-links a {
  width: 35px;
  height: 35px;
  border: 2px solid #fff;
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 32px;
}
.jws_theme_footer .social-links a:hover {
  color: #0188cc;
  border-color: #0188cc;
}
.jws_theme_footer.v1 .tb-footer-top {
  background-color: #2e394d;
  padding: 32px 35px 20px;
}
.jws_theme_footer.v1 .tb-footer-top .app-buttons {
  position: relative;
  top: -8px;
}
.jws_theme_footer.v1 .tb-footer-top .column-md-5 {
  position: relative;
}
.jws_theme_footer.v1 .tb-footer-top .column-md-5:before {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  content: "";
  top: 3px;
  bottom: 9px;
  left: -6px;
}
.jws_theme_footer.v1 .tb-footer-top .column-md-5:first-child:before {
  display: none;
}
@media (max-width: 991px) {
  .jws_theme_footer.v1 .tb-footer-top .column-md-5 {
    margin-bottom: 30px;
  }
}
.jws_theme_footer.v1 .tb-footer-bottom {
  background-color: #273041;
  padding: 15px 35px;
}
.jws_theme_footer.v1 .tb-footer-bottom ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.jws_theme_footer.v1 .tb-footer-bottom ul li {
  display: inline-block;
  line-height: 24px;
}
.jws_theme_footer.v1 .tb-footer-bottom ul li a {
  padding-left: 0;
  margin: 0 16px;
}
.jws_theme_footer.v1 .widget ul li a {
  font-size: 13px;
}
.jws_theme_footer.v2 {
  background-color: #0f1923;
  padding: 77px 15px 50px;
  color: #fff;
}
@media (max-width: 767px) {
  .jws_theme_footer.v2 .client-logo {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
.jws_theme_footer.v2 .client-logo .wpb_single_image {
  background-color: #39414a;
  padding: 15px;
  bottom: 30px;
  min-height: 115px;
}
.jws_theme_footer.v2 .client-logo .wpb_single_image .vc_single_image-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.jws_theme_footer.v2
  .client-logo
  .wpb_single_image
  .vc_single_image-wrapper
  img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.jws_theme_footer.v2 .client-logo .wpb_single_image:hover img {
  -webkit-filter: none;
  filter: none;
}
.jws_theme_footer.v2 .copy-right p {
  margin-bottom: 0;
}
.jws_theme_footer.v2 .copy-right img {
  width: auto;
  margin-bottom: 18px;
}
.jws_theme_footer.v2 .social-links {
  margin-top: 25px;
}
.jws_theme_footer.v2 .widget_newsletterwidget .newsletter-subscription,
.jws_theme_footer.v2 .widget_newsletterwidget .tnp-subscription {
  max-width: 600px;
}
.jws_theme_footer.v2 .widget_newsletterwidget .wg-title {
  margin-bottom: 15px;
}
.jws_theme_footer.v2 .widget_newsletterwidget form {
  margin-top: 18px;
  position: relative;
  overflow: hidden;
  padding-right: 130px;
}
.jws_theme_footer.v2 .widget_newsletterwidget form .newsletter-field,
.jws_theme_footer.v2 .widget_newsletterwidget form .tnp-field {
  font-size: 12px;
  margin: 0;
}
.jws_theme_footer.v2 .widget_newsletterwidget form .newsletter-field label,
.jws_theme_footer.v2 .widget_newsletterwidget form .tnp-field label {
  display: none;
}
.jws_theme_footer.v2 .widget_newsletterwidget form .newsletter-field:last-child,
.jws_theme_footer.v2 .widget_newsletterwidget form .tnp-field:last-child {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 130px;
  line-height: 31px !important;
  text-align: center;
  background-color: #0188cc !important;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
  color: #fff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.jws_theme_footer.v2 .widget_newsletterwidget form .newsletter-field input,
.jws_theme_footer.v2 .widget_newsletterwidget form .tnp-field input {
  margin: 0;
  border: 0;
  padding: 0;
  height: 50px;
  line-height: 50px;
  box-shadow: none;
  color: #999;
}
.jws_theme_footer.v2
  .widget_newsletterwidget
  form
  .newsletter-field
  input[type="email"],
.jws_theme_footer.v2
  .widget_newsletterwidget
  form
  .tnp-field
  input[type="email"] {
  border: 1px solid #fff;
  border-right: none;
  padding-left: 20px;
  height: 48px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
}
.jws_theme_footer.v2
  .widget_newsletterwidget
  form
  .newsletter-field
  input[type="submit"],
.jws_theme_footer.v2
  .widget_newsletterwidget
  form
  .tnp-field
  input[type="submit"] {
  font-size: 16px;
  line-height: 35px;
  font-family: Montserrat;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: transparent !important;
}
.jws_theme_footer.v2 .tp_recent_tweets ul {
  margin-left: -10px;
}
.jws_theme_footer.v2 .widget ul li {
  color: #fff;
}
.jws_theme_footer.v2 .widget ul li a {
  color: #fff;
}
.jws_theme_footer.v2 .widget.widget_text ul {
  margin-top: 18px;
}
.jws_theme_footer.v3 {
  background: url("assets/images/backgrounds/footer-bg.jpg") no-repeat 0 0;
  background-size: cover;
  padding: 55px 15px 0;
}
.jws_theme_footer.v3 .twitter-widget {
  color: #fff;
}
.jws_theme_footer.v3 .twitter-widget .wg-title {
  display: none;
}
.jws_theme_footer.v3 .widget_text p {
  margin-bottom: 20px;
}
.jws_theme_footer.v3 .wpb_widgetised_column_heading {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 8px;
}
.jws_theme_footer.v3 .widget .widgettitle span:before,
.jws_theme_footer.v3 .widget .widgettitle span:after,
.jws_theme_footer.v3 .widget .wg-title span:before,
.jws_theme_footer.v3 .widget .wg-title span:after {
  display: none;
}
.jws_theme_footer.v3 .social-links p {
  margin-bottom: 20px;
}
.jws_theme_footer.v4 {
  background-color: #222;
  color: #898989;
}
@media (min-width: 768px) {
  .jws_theme_footer.v4 .tb-footer-top > .container > .row {
    padding-left: 15px;
  }
  .jws_theme_footer.v4 .tb-footer-top .wpb_single_image {
    position: relative;
  }
}
.jws_theme_footer.v4 .widget .widgettitle {
  color: #0188cc;
  font-size: 24px;
  margin-bottom: 16px;
}
.jws_theme_footer.v4 .widget ul li {
  line-height: 30px;
}
.jws_theme_footer.v4 .widget ul li a {
  color: #898989;
}
.jws_theme_footer.v4 .widget ul li:hover a {
  color: #0188cc;
}
.jws_theme_footer.v4 .widget.widget_financial_newsletterwidget form input {
  font-family: Montserrat;
}
@media (min-width: 992px) {
  .jws_theme_footer.v4 .custom-padding {
    padding-left: 50px !important;
  }
}
.jws_theme_footer.v4 .logo-section {
  background: url("assets/images/bgf4.png") repeat-y 100% 0;
  position: relative;
}
.jws_theme_footer.v4 .logo-section:before {
  position: absolute;
  content: "";
  background-color: #1b1b1b;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50px;
}
.jws_theme_footer.v4 .logo-section .tb-social-widget {
  position: relative;
}
.jws_theme_footer.v4 .logo-section .vc_single_image-wrapper {
  position: relative;
}
.jws_theme_footer.v4 .newsletter {
  max-width: 480px;
  margin: 0 auto;
}
.jws_theme_footer.v4 .newsletter form {
  position: relative;
  overflow: hidden;
  padding-right: 40px;
}
.jws_theme_footer.v4 .newsletter form p {
  margin: 0;
}
.jws_theme_footer.v4 .newsletter form p:last-child {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  text-indent: -9999px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.jws_theme_footer.v4 .newsletter form p:last-child:before {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  content: "\f1d8";
  font-family: FontAwesome;
  text-indent: 0;
  left: 0;
  top: 0;
  float: left;
  width: 100%;
  height: 100%;
  line-height: 37px;
  font-size: 19px;
  text-align: center;
  cursor: pointer;
  background: #0188cc;
  color: #cbc6ac;
}
.jws_theme_footer.v4 .newsletter form p:last-child:hover:before {
  background-color: #fff;
  color: #0188cc;
}
.jws_theme_footer.v4 .newsletter form input {
  margin: 0;
  border: 0;
  padding: 0;
  height: 37px;
  line-height: 37px;
  box-shadow: none;
  font-size: 12px;
}
.jws_theme_footer.v4 .newsletter form input:focus {
  color: #000;
}
.jws_theme_footer.v4 .newsletter form input[type="email"],
.jws_theme_footer.v4 .newsletter form input[type="text"] {
  background-color: #515151;
  color: #7d7d7d;
  padding: 0 10px;
}
.jws_theme_footer.v4 .newsletter form input[type="submit"] {
  font-size: 12px;
  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;
  background-color: #0188cc;
}
.jws_theme_footer.v4 .copyright-section {
  background-color: #0e0e0e;
  line-height: 50px;
}
.jws_theme_footer.v5 .img-width-auto {
  display: inline-block;
}
@media (min-width: 768px) {
  .jws_theme_footer.v5 .img-width-auto {
    float: left;
    margin-right: 50px;
  }
}
.jws_theme_footer.v5 .wpb_text_column {
  display: inline-block;
}
.jws_theme_footer.v5 .heart-wrapper .tb-social-widget {
  text-align: right;
}
.jws_theme_footer.v5 .heart-wrapper .tb-social-widget a {
  text-indent: 9999px;
}
.jws_theme_footer.v5 .heart-wrapper .tb-social-widget .textwidget {
  max-width: 200px;
  display: inline-block;
}
@media (max-width: 767px) {
  .text-xs-center {
    text-align: center !important;
  }
  .text-xs-left {
    text-align: left !important;
  }
  .text-xs-right {
    text-align: right !important;
  }
  .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-bottom {
    text-align: center;
  }
  .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 .footer-bottom .jws_theme_footer_bottom_right {
    text-align: center;
    margin-top: 8px;
  }
  .jws_theme_footer.tb-footer-v4 .footer-header {
    padding-bottom: 30px;
  }
  .title-bar .page-title,
  .title-bar .page-breadcrumb {
    text-align: center;
  }
  .title-bar .page-title {
    margin-bottom: 10px;
  }
  .main-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .xs-no-float {
    float: none !important;
  }
}
.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: #0188cc;
}
.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: #0188cc;
}
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: 13px;
  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: 13px;
}
.rtb-booking-form .btn_submit button:hover {
  background: #0188cc;
  border-color: #0188cc;
}
.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: #0188cc;
}
body .plan.featured > li.plan-name .uk-badge-danger {
  background: #fff;
  color: #0188cc;
  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;
  transition: all 1s ease;
  transform: translateX(100%);
}
.jws_theme_right_fx_wrap
  .widget_shopping_cart
  .widget_shopping_cart_content.active {
  visibility: visible;
  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(1, 136, 204, 0.4);
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
  -webkit-transition: 0.8s;
}
.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 {
  transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
}
.colorbox-wrap:hover .colorbox-inner a i {
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
.colorbox-wrap:hover .colorbox-inner a:hover i {
  transform: scale(1.2);
  -webkit-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;
  transition: 0.3s;
  -webkit-transition: 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 #0188cc inset;
  padding: 4px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.feature-box.tpl1 .feature-icon-image > i {
  font-size: 24px;
  color: #0188cc;
  transition: 0.3s;
  -webkit-transition: 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);
  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: #0188cc;
}
.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;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 0px;
  height: 1px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}
.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%;
  transform: translateY(-50%);
  -webkit-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;
  transform: scale(1.02);
  -webkit-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;
  transform: scale(1.02);
  -webkit-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;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}
.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;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}
.feature-box.tpl3 .feature-block > h3:after {
  content: "";
  width: 0;
  border-bottom: 1px solid;
  position: absolute;
  left: 50%;
  bottom: -6px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.feature-box.tpl3 .feature-block > div {
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.7);
}
.feature-box.tpl3 .feature-image {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  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: #0188cc;
}
.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: #0188cc;
}
.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;
  transition: 0.3s;
  -webkit-transition: 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: "Roboto Slab" !important;
  font-weight: 400 !important;
  position: relative;
  margin-bottom: 20px !important;
  border-radius: 1px;
  overflow: hidden;
  margin-bottom: 0 !important;
  transition: background 0.4s;
  -webkit-transition: background 0.4s;
}
.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 {
  transition: 0.3s;
  -webkit-transition: 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 Slab;
  font-size: 18px;
  padding: 5px 30px;
  font-weight: 400;
}
.wpb_tabs.woo-product-tabs .wpb_tabs_nav li:hover a {
  color: #0188cc;
}
.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;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}
.tb-btn span.tb-btn-inner-text {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  display: inline-block;
}
.tb-btn i {
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.tb-btn.tb-btn-default {
  border: 1px solid #0188cc;
}
.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 {
  transform: translateX(-15px);
  -webkit-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: #0188cc;
  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: #0188cc;
  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: #0188cc;
  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: #0188cc;
  border-color: #0188cc;
  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: #0188cc;
  border-color: #0188cc;
  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: #0188cc;
  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: 16px;
  line-height: 27px;
  background-size: cover;
}
.tb-error404-wrap .wpb_content_element {
  margin-bottom: 0;
}
.tb-error404-wrap .overlay-background {
  opacity: 0.3;
}
.tb-error404-wrap h1 {
  font-size: 100px;
  font-family: Montserrat;
}
.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: #999;
  line-height: 40px;
  padding-left: 15px;
  height: 40px;
  width: calc(100% - 40px);
}
.tb-error404-wrap .widget_search #s::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999;
}
.tb-error404-wrap .widget_search #s:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  opacity: 1;
}
.tb-error404-wrap .widget_search #s::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  opacity: 1;
}
.tb-error404-wrap .widget_search #s:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}
.tb-error404-wrap .widget_search #s:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #999;
}
.tb-error404-wrap .widget_search #s:focus {
  color: #000;
}
.tb-error404-wrap .widget_search #searchsubmit {
  line-height: 27px;
  font-size: 18px;
  width: 145px;
  height: 40px;
  background-color: #0188cc;
  color: #fff;
  font-size: 12px;
  border: none;
}
.tb-error404-wrap .tb-search-text {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.tb-error404-wrap .tb-search-text .fa {
  font-weight: 400;
  margin-left: 6px;
}
.tb-error404-wrap .tb-search-text:hover {
  color: #0188cc;
}
.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.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  top: -12px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 22px;
  border-radius: 50%;
  right: -12px;
  font-size: 11px;
  background-color: #0188cc;
  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.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  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.4s both;
  -moz-animation: fadeInUp 0.4s both;
  -o-animation: fadeInUp 0.4s both;
  animation: fadeInUp 0.4s 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: #222;
  overflow-y: hidden;
  margin-bottom: 15px;
  min-height: 135px;
}
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li:last-child {
  margin-bottom: 0;
}
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li > a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  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: 17px;
  right: 0;
  width: 15px;
  height: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #999 !important;
  -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.remove:hover {
  color: #f00 !important;
  background: transparent;
}
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li > a > img {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100px;
  margin: 0;
}
.widget_mini_cart_wrap
  .shopping_cart_dropdown
  ul.cart_list
  > li
  > a:nth-child(2) {
  margin-top: 15px;
}
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li .quantity {
  font-size: 22px;
  font-weight: 400;
  font-family: Montserrat;
  margin-top: 10px;
  display: block;
}
.widget_mini_cart_wrap
  .shopping_cart_dropdown
  ul.cart_list
  > li
  .quantity
  > span {
  color: #000;
}
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li .variation {
  margin: 10px 0;
}
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li .variation .dt,
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li .variation dd {
  padding: 0;
  margin-bottom: 0;
}
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li.empty {
  border: none;
  min-height: auto;
}
.widget_mini_cart_wrap .shopping_cart_dropdown .total {
  font-size: 16px;
  font-family: Montserrat;
  color: #222;
  padding-top: 18px;
  margin-bottom: 14px !important;
}
.widget_mini_cart_wrap .shopping_cart_dropdown .total > strong {
  font-weight: 400;
}
.widget_mini_cart_wrap .shopping_cart_dropdown .total > span {
  font-weight: 700;
  float: right;
}
.widget_mini_cart_wrap .shopping_cart_dropdown .cart-items {
  margin-bottom: -4px !important;
}
.widget_mini_cart_wrap .shopping_cart_dropdown .buttons > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  padding: 10px 15px;
  background: transparent;
  text-align: center;
  float: left;
  width: 48%;
  background-color: #0188cc;
  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:last-child {
  float: right;
  background-color: #000;
}
.tb-menu-canvas {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  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: #0188cc;
}
.tb-menu-canvas.active {
  display: block;
  z-index: 999;
  -webkit-animation: fadeInUp 0.4s both;
  -moz-animation: fadeInUp 0.4s both;
  -o-animation: fadeInUp 0.4s both;
  animation: fadeInUp 0.4s both;
}
@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;
    transform: translateY(-50%);
    -webkit-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%;
  }
}
@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;
  }
}
.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;
  transform: translateX(-50%);
  -webkit-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;
  transform: translateX(-50%);
  -webkit-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(1, 136, 204, 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;
  transition: 0.3s;
  -webkit-transition: 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;
  transform: translateY(-50%);
  -webkit-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;
  transform: translateY(-50%);
  -webkit-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,
.deviation-feature-box.deviation-align-bottom .deviation-content-image {
  width: 60%;
}
.deviation-blog.deviation-align-bottom .deviation-content-image img,
.deviation-feature-box.deviation-align-bottom .deviation-content-image 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;
}
.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;
}
@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.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-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) {
  .text-sm-center {
    text-align: center !important;
  }
  .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;
    transform: translateY(-50%);
    -webkit-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;
  }
  .sm-no-float {
    float: none !important;
  }
}
@media (max-width: 991px) {
  #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) {
  .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) {
  #wpadminbar {
    position: fixed;
  }
  .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;
  }
}
.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: #0188cc;
  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;
  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 {
  opacity: 1;
}
#jws_theme_back_to_top span {
  position: relative;
  font-size: 22px;
  display: inline-block;
  text-align: center;
  width: 42px;
  height: 42px;
  line-height: 42px;
}
#jws_theme_back_to_top span:before,
#jws_theme_back_to_top span:after {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  border: 1px solid #0188cc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#jws_theme_back_to_top span:after {
  width: 75%;
  height: 75%;
  top: 12.5%;
  left: 12.5%;
  border-color: #0188cc;
  z-index: -1;
}
#jws_theme_back_to_top span:hover {
  color: #fff;
}
#jws_theme_back_to_top span:hover:before,
#jws_theme_back_to_top span:hover:after {
  border-color: #0188cc;
}
#jws_theme_back_to_top span:hover:after {
  background-color: #0188cc;
}
#jws_theme_back_to_top span:hover .fa {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
#jws_theme_back_to_top span:after {
  background-color: #0188cc;
}
#jws_theme_back_to_top span i {
  color: #fff;
  display: block;
  margin-top: -3px;
  line-height: 200%;
  opacity: 0.7;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}
.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 {
  transition: all 0.4s ease 0s;
  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;
  font-size: 12px;
}
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
  font-size: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.wpcf7-form label {
  color: #0188cc;
}
.wpcf7-form .ct-label {
  display: block;
  margin: 7px 0 5px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form .form-control {
  height: 40px;
}
.wpcf7-form .form-group {
  margin-bottom: 20px;
}
.wpcf7-form .wpcf7-submit {
  background-color: #0188cc;
  border: none;
  height: 45px;
  line-height: 44px;
  display: inline-block;
  padding: 0;
  font-size: 16px;
  width: 160px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  -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;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  -webkit-box-shadow: 0 2px 0 #f2f2f2;
  -moz-box-shadow: 0 2px 0 #f2f2f2;
  box-shadow: 0 2px 0 #f2f2f2;
  background-color: #fff;
  color: #0188cc;
}
.wpcf7-form .wpcf7-submit:hover {
  background-color: #222;
  color: #fff;
}
.wpcf7-form .wpcf7-submit:hover {
  -webkit-box-shadow: 0 2px 0 #151515;
  -moz-box-shadow: 0 2px 0 #151515;
  box-shadow: 0 2px 0 #151515;
}
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}
.bg_primary div.wpcf7-validation-errors {
  color: #fff;
}
.form-with-icon .wpcf7-form .wpcf7-form-control-wrap {
  position: relative;
}
.form-with-icon .wpcf7-form .wpcf7-form-control-wrap:after {
  position: absolute;
  content: "\f040";
  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);
  top: 20px;
  right: 16px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  font-size: 12px;
  color: #999;
}
.form-with-icon .wpcf7-form .wpcf7-form-control-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.form-with-icon .wpcf7-form .wpcf7-form-control-wrap.y-select:after {
  content: "\f107";
}
.form-with-icon .wpcf7-form .wpcf7-form-control-wrap.l-name:after {
  content: "\f0f0";
}
.form-with-icon .wpcf7-form .wpcf7-form-control-wrap.y-email:after {
  content: "\f003";
}
.form-with-icon .wpcf7-form .y-message:after {
  display: none;
}
.form-with-icon .wpcf7-form .wpcf7-submit {
  line-height: 47px;
}
.tb-contact-form7 .wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 20px;
}
.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: 430px;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 35px 30px;
  background-color: #fff;
}
.tb-send-mail-wrap .tb-mail-inner .widget > h3 span {
  position: relative;
}
.tb-send-mail-wrap .tb-mail-inner .widget > h3 span:before,
.tb-send-mail-wrap .tb-mail-inner .widget > h3 span:after {
  position: absolute;
  content: "";
  border-top: 2px solid #0188cc;
  width: 20px;
  top: 50%;
  margin-top: -1px;
}
.tb-send-mail-wrap .tb-mail-inner .widget > h3 span:before {
  left: -40px;
}
.tb-send-mail-wrap .tb-mail-inner .widget > h3 span:after {
  right: -40px;
}
.tb-send-mail-wrap .tb-mail-inner .newsletter-desc {
  max-width: 320px;
  margin: 70px auto;
}
.tb-send-mail-wrap .tb-mail-inner .newsletter-email {
  text-align: center;
}
.tb-send-mail-wrap .tb-mail-inner form p {
  margin-bottom: 6px;
}
.tb-send-mail-wrap .tb-mail-inner .newsletter-submit {
  height: 50px;
  line-height: 50px;
  padding: 0 !important;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  margin: 5px 0 25px;
  background: #0188cc;
}
.tb-send-mail-wrap .tb-mail-inner .newsletter-submit:hover {
  background-color: #222;
}
.tb-send-mail-wrap .tb-mail-inner h3.wg-title {
  margin-bottom: 8px;
}
.tb-send-mail-wrap .tb-mail-inner .primary-color {
  color: #0188cc;
}
.tb-send-mail-wrap .tb-mail-inner .newsletter-desc {
  line-height: 22px;
}
.tb-send-mail-wrap .tb-mail-inner .newsletter-widget {
  margin-top: 15px;
}
.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: #222;
  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;
}
.tb-send-mail-wrap .tb-mail-inner .list-social {
  margin-bottom: 30px;
}
.tb-send-mail-wrap .tb-mail-inner .list-social a {
  margin-right: 8px;
  display: inline-block;
  color: #fff;
}
.tb-send-mail-wrap .tb-mail-inner .list-social a i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.tb-send-mail-wrap .tb-mail-inner .list-social a i.fa-facebook {
  background-color: #3b5997;
}
.tb-send-mail-wrap .tb-mail-inner .list-social a i.fa-twitter {
  background-color: #36b9ff;
}
.tb-send-mail-wrap .tb-mail-inner .list-social a i.fa-google-plus {
  background-color: #fb7171;
}
.tb-send-mail-wrap .tb-mail-inner .list-social a i.fa-vimeo {
  background-color: #28b7e9;
}
.tb-send-mail-wrap .tb-mail-inner .tb-close-lightbox {
  position: absolute;
  top: 5px;
  font-size: 12px;
  right: 10px;
}
.tb-send-mail-wrap .tb-mail-inner .tb-close-lightbox:hover {
  color: #0188cc;
}
.tb-send-mail-wrap .tb-mail-inner #tb-hide-popup {
  position: relative;
  top: 2px;
  outline: none;
}
#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 {
  font-size: 25px;
  font-weight: 700;
  color: #b7b7b7;
  text-shadow: none;
}
body .vc_images_carousel .vc_carousel-control .icon-prev:hover,
body .vc_images_carousel .vc_carousel-control .icon-next:hover {
  color: #ffffff;
}
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: 0px;
}
body .vc_images_carousel .vc_carousel-control.vc_right {
  right: 0px;
}
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%);
  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-contact .form-group {
  margin-bottom: 20px;
}
.tb-custom-contact .wpcf7-form .wpcf7-submit {
  margin-top: 3px;
}
.tb-custom-contact .ajax-loader {
  position: absolute;
}
.tb-custom-contact .wpcf7-validation-errors {
  margin-right: 0;
  margin-left: 0;
}
.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
  .appointment-lightbox,
.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
  .appointment-lightbox {
  padding: 0 70px 25px;
  background-color: #fff;
  max-height: 100vh;
  overflow: auto;
}
.tb-overlay-bg
  .tb-overlay-container
  .tb-overlay-content.content-lightbox
  .appointment-lightbox
  .tb-close {
  background-color: #0188cc;
}
.tb-overlay-bg
  .tb-overlay-container
  .tb-overlay-content.content-lightbox
  .appointment-lightbox
  .tb-close:hover {
  background-color: #fff;
  color: #0188cc;
}
.tb-overlay-bg
  .tb-overlay-container
  .tb-overlay-content.content-lightbox
  .tb-close {
  position: absolute;
  right: 0;
  border: 1px solid #0188cc;
  color: #fff;
  box-shadow: none;
  top: 0;
  outline: none;
  border-radius: 0;
}
.tb-overlay-bg
  .tb-overlay-container
  .tb-overlay-content.content-lightbox
  .tb-close:hover {
  background-color: #0188cc;
}
.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;
}
#tb-full-height {
  height: calc(100vh - 170px);
  overflow: hidden;
}
.jws_theme_footer.tb-layout-fullwidth {
  position: relative;
  z-index: 100;
  background-color: #fff;
}
.single .content.tb-blog .tb-excerpt > .vc_row {
  margin-left: 0;
  margin-right: 0;
}
.static-element {
  position: static;
}
@media (min-width: 992px) {
  .col-md-20 {
    width: 20% !important;
  }
}
.vc_row .row > .vc_column_container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) and (max-width: 1470px) {
  .tb-blog-template.tb-blog-list.tpl6 .tb-list-thumb .tb-col-content {
    width: 100% !important;
    display: block;
  }
  .tb-blog-template.tb-blog-list.tpl6
    .tb-list-thumb
    .tb-col-content
    .tb-content {
    padding-left: 0;
  }
  .tb-employer .tb-thumb {
    margin-right: 7px !important;
  }
  .tb-employer .tb-employer-content .tb-member-name {
    font-size: 12px !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: #0188cc;
}
.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: #0188cc;
  border-color: #0188cc;
}
.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: #0188cc;
  border-color: #0188cc;
}
.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: #0188cc;
  border-color: #0188cc;
  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: #0188cc;
}
.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 #0188cc;
  background: #0188cc;
  color: #fff;
}
.financial-btn {
  font-size: 14px;
  font-weight: 700;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.financial-btn.transparent-bd,
.financial-btn.round-whitebg,
.financial-btn.primary-bg {
  height: 50px;
  line-height: 50px;
  display: inline-block;
  padding: 0 40px;
  border-radius: 50px;
}
.financial-btn.transparent-bd:hover,
.financial-btn.round-whitebg:hover,
.financial-btn.primary-bg:hover {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
.financial-btn.primary-bg {
  background-color: #0188cc;
  color: #fff;
  border-radius: 0;
}
.financial-btn.primary-bg:hover {
  border-color: #cdb573;
  background-color: #cdb573;
}
.financial-btn.transparent-bd {
  border: 1px solid #fff;
  color: #fff;
}
.financial-btn.transparent-bd:hover {
  border-color: #cdb573;
  background-color: #cdb573;
}
.financial-btn.round-whitebg {
  background-color: #fff;
  color: #0188cc;
}
.financial-btn.round-whitebg:hover {
  color: #fff;
  background-color: #cdb573;
}
.financial-btn.round-border {
  border: 1px solid #ebebeb;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 40px;
  color: #898989;
  padding: 0 22px;
  font-weight: 400;
}
.financial-btn.round-border:hover {
  background-color: #0188cc;
  border-color: #0188cc;
  color: #fff;
}
.financial-btn.link-arrow {
  font-size: 13px;
  font-weight: 400;
  color: #0188cc;
}
.financial-btn.link-arrow .lnr {
  margin-left: 5px;
  font-size: 12px;
  display: inline-block;
  width: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.financial-btn.link-arrow:hover {
  color: #f26522;
}
.financial-btn.link-arrow:hover .lnr {
  width: 15px;
}
.title-section .financial-title {
  font-size: 26px;
  color: #222;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 15px;
  display: inline-block;
}
.title-section .financial-title.tb_dash {
  margin-bottom: 20px;
}
.title-section .tb-desc {
  color: #666;
  margin-top: -4px;
}
.title-section .tb-desc.tb_dash:after {
  bottom: -27px;
}
.title-section.tpl4 .financial-title span {
  position: relative;
}
.title-section.tpl4 .financial-title span:after {
  position: absolute;
  content: "";
  right: -40px;
  width: 20px;
  border-bottom: 2px solid #0188cc;
  top: 50%;
  margin-top: -2px;
}
.title-section.tpl4.large-dash .financial-title span {
  position: relative;
}
.title-section.tpl4.large-dash .financial-title span:after {
  width: 60px;
  right: -80px;
}
.title-section.tpl5 .financial-title {
  position: relative;
  width: 100%;
}
.title-section.tpl5 .financial-title .tb-subtitle {
  font-size: 80px;
  text-transform: uppercase;
  color: rgba(15, 25, 35, 0.07);
}
.title-section.tpl5 .financial-title .tb-subtitle.tb_dash:after {
  width: 60px;
  bottom: -21px;
  margin-left: -30px;
}
.title-section.tpl5 .financial-title .tb-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 1;
}
.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: #0188cc;
}
.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: #0188cc;
}
.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: #0188cc;
}
.widget-area .widget:first-child form,
.widget-area .widget:first-child ul {
  background-color: #fff;
  position: relative;
}
.widget-area .tb-woo-banner {
  margin-top: 12px;
}
.tb-woo-banner {
  overflow: hidden;
  position: relative;
  margin-top: 1px;
}
.tb-woo-banner a {
  display: block;
}
.tb-woo-banner .hgroup {
  width: 92%;
  margin: 0 auto;
  text-align: center;
}
.tb-woo-banner .hgroup h2 {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 155px;
  height: 155px;
  line-height: 153px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  font-size: 48px;
  color: #fff;
  margin-bottom: 5px;
}
.tb-woo-banner .hgroup h2:before,
.tb-woo-banner .hgroup h2:after {
  position: absolute;
  content: "";
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
  left: 0;
  top: 0;
}
.tb-woo-banner .hgroup h2:after {
  width: 92%;
  height: 92%;
  left: 4%;
  top: 4%;
  border-color: #efefef;
}
.tb-woo-banner .hgroup h3 {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  display: inline-block;
  position: absolute;
  bottom: 38px;
  width: 100%;
  left: 0;
}
.tb-woo-banner .hgroup h3 span {
  display: block;
  padding-left: 50px;
  margin-top: 10px;
}
.tb-woo-banner img {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
}
.tb-woo-banner:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.tb-woo-banner:hover h2 {
  color: #0188cc;
}
.tb-woo-banner:hover h2:before {
  border-color: #0188cc;
}
.tb-woo-banner:hover h2:after {
  border-color: #fff;
}
.sidebar-area .widget,
.widget-area .widget {
  position: relative;
  margin-bottom: 25px;
}
.sidebar-area .widget .wg-title,
.widget-area .widget .wg-title {
  color: #222;
  text-transform: uppercase;
  margin: 0 0 27px;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  white-space: nowrap;
}
.sidebar-area .widget.services-widget,
.widget-area .widget.services-widget {
  margin-bottom: 0;
}
.sidebar-area .widget.services-widget.widget_text,
.widget-area .widget.services-widget.widget_text {
  border: 1px solid #ebebeb;
  padding-top: 35px;
}
.sidebar-area .widget.services-widget .wg-title,
.widget-area .widget.services-widget .wg-title {
  text-align: center;
  color: #222;
  padding-bottom: 0;
  border: none;
}
.sidebar-area .widget.services-widget .wg-title:after,
.widget-area .widget.services-widget .wg-title:after {
  display: none;
}
.sidebar-area .widget.services-widget .tb-list-tick,
.widget-area .widget.services-widget .tb-list-tick {
  padding-left: 10%;
  padding-bottom: 8px;
}
.sidebar-area .widget.services-widget .tb-list-tick li,
.widget-area .widget.services-widget .tb-list-tick li {
  padding-left: 38px;
  line-height: 51px;
  position: relative;
}
.sidebar-area .widget.services-widget .tb-list-tick li:after,
.widget-area .widget.services-widget .tb-list-tick li:after {
  position: absolute;
  content: "";
  width: 90%;
  height: 1px;
  background: url("assets/images/border2.png") no-repeat 0 0;
  background-size: contain;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.sidebar-area .widget.services-widget .tb-list-tick li:last-child:after,
.widget-area .widget.services-widget .tb-list-tick li:last-child:after {
  display: none;
}
.sidebar-area .widget.services-widget .tb-list-tick li > a,
.widget-area .widget.services-widget .tb-list-tick li > a {
  color: #666;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.sidebar-area .widget.services-widget .tb-list-tick li:hover > a,
.widget-area .widget.services-widget .tb-list-tick li:hover > a {
  color: #222;
}
.sidebar-area .widget.services-widget .tb-list-tick li:hover:after,
.widget-area .widget.services-widget .tb-list-tick li:hover:after {
  width: 80%;
}
.sidebar-area .widget .support-alert,
.widget-area .widget .support-alert {
  color: #fff;
  padding: 45px 10% 45px;
}
.sidebar-area .widget .support-alert h3,
.widget-area .widget .support-alert h3 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}
.sidebar-area .widget .support-alert .btn,
.widget-area .widget .support-alert .btn {
  border: 1px solid #fff;
  width: 80%;
  color: #fff;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  padding: 0 10px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.sidebar-area.blog-sidebar .widget,
.widget-area.blog-sidebar .widget {
  margin-bottom: 40px;
}
.sidebar-area.blog-sidebar .widget li a,
.widget-area.blog-sidebar .widget li a {
  padding-left: 0;
  padding-top: 10px;
  border-color: #e6e6e6;
}
.woocommerce .sidebar-area .widget,
.woocommerce .widget-area .widget {
  margin-bottom: 42px;
}
.sidebar-area .widget ul,
.widget-area .widget ul {
  line-height: 0;
  padding: 0;
  margin-top: 0px;
}
.sidebar-area .widget ul li,
.widget-area .widget ul li {
  list-style: none;
  padding: 3px 0;
  line-height: 1;
  display: inline-block;
  width: 100%;
}
.sidebar-area .widget ul li a,
.widget-area .widget ul li a {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  padding-left: 0;
  padding-right: 0;
}
.sidebar-area .widget ul li a:hover,
.widget-area .widget ul li a:hover {
  color: #0188cc;
}
.sidebar-area .widget.widget_nav_menu,
.widget-area .widget.widget_nav_menu {
  overflow: visible;
}
.sidebar-area .widget.widget_nav_menu h2,
.widget-area .widget.widget_nav_menu h2 {
  font-size: 18px;
  padding-left: 50px;
  background-color: #2c2c2c;
  color: #fff;
  height: 44px;
  line-height: 44px;
  position: relative;
  margin-bottom: 0;
}
.sidebar-area .widget.widget_nav_menu h2:before,
.widget-area .widget.widget_nav_menu h2:before {
  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);
  content: "\f0c9";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 20px;
}
.sidebar-area .widget.widget_nav_menu ul.menu ul.sub-menu,
.widget-area .widget.widget_nav_menu ul.menu ul.sub-menu {
  display: none;
  margin: 0;
  box-shadow: none;
  top: 0;
  left: 0;
}
.sidebar-area .widget.widget_nav_menu ul.menu,
.widget-area .widget.widget_nav_menu ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-area .widget.widget_nav_menu ul.menu li,
.widget-area .widget.widget_nav_menu ul.menu li {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
  position: relative;
  padding: 0;
  background-color: #fff;
}
.sidebar-area .widget.widget_nav_menu ul.menu li a,
.widget-area .widget.widget_nav_menu ul.menu li a {
  color: #333;
  font-size: 13px;
  padding: 0 22px;
  line-height: 40px;
  background-color: transparent;
}
.sidebar-area .widget.widget_nav_menu ul.menu li a:hover,
.widget-area .widget.widget_nav_menu ul.menu li a:hover {
  color: #0188cc;
}
.sidebar-area .widget.widget_nav_menu ul.menu li.menu-item-has-children:after,
.widget-area .widget.widget_nav_menu ul.menu li.menu-item-has-children:after {
  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);
  content: "\f105";
  right: 25px;
  top: 16px;
  color: #fff;
}
.sidebar-area .widget.widget_nav_menu ul.menu li:hover:after,
.widget-area .widget.widget_nav_menu ul.menu li:hover:after {
  color: #0188cc;
  right: 22px;
}
.sidebar-area .widget.widget_nav_menu ul.menu li:hover > ul,
.widget-area .widget.widget_nav_menu ul.menu li:hover > ul {
  display: block !important;
}
.sidebar-area .widget.widget_nav_menu ul.menu > li,
.widget-area .widget.widget_nav_menu ul.menu > li {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.sidebar-area .widget.widget_nav_menu ul.menu > li a,
.widget-area .widget.widget_nav_menu ul.menu > li a {
  color: #5e5e5e;
}
.sidebar-area .widget.widget_nav_menu ul.menu > li.menu-item-has-children:after,
.widget-area .widget.widget_nav_menu ul.menu > li.menu-item-has-children:after {
  color: #979797;
}
.sidebar-area .widget.widget_nav_menu ul.menu > li:hover,
.widget-area .widget.widget_nav_menu ul.menu > li:hover {
  border-left: 3px solid #0188cc;
  background-color: #fff;
}
.sidebar-area .widget.widget_nav_menu.services-widget,
.widget-area .widget.widget_nav_menu.services-widget {
  padding-top: 0;
  background-color: #0188cc;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 15px;
}
.sidebar-area .widget.widget_nav_menu.services-widget ul.menu li,
.widget-area .widget.widget_nav_menu.services-widget ul.menu li {
  border: none;
  background-color: transparent;
  position: relative;
  line-height: 52px;
}
.sidebar-area .widget.widget_nav_menu.services-widget ul.menu li:after,
.widget-area .widget.widget_nav_menu.services-widget ul.menu li:after {
  position: absolute;
  content: "";
  width: 80%;
  height: 1px;
  background: url("assets/images/border1.png") no-repeat 0 0;
  background-size: contain;
  left: 10%;
  bottom: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.sidebar-area
  .widget.widget_nav_menu.services-widget
  ul.menu
  li:last-child:after,
.widget-area
  .widget.widget_nav_menu.services-widget
  ul.menu
  li:last-child:after {
  display: none;
}
.sidebar-area .widget.widget_nav_menu.services-widget ul.menu li > a,
.widget-area .widget.widget_nav_menu.services-widget ul.menu li > a {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.sidebar-area .widget.widget_nav_menu.services-widget ul.menu li:hover > a,
.widget-area .widget.widget_nav_menu.services-widget ul.menu li:hover > a {
  color: #ccc;
}
.sidebar-area .widget.widget_nav_menu.services-widget ul.menu li:hover:after,
.widget-area .widget.widget_nav_menu.services-widget ul.menu li:hover:after {
  width: 40%;
  left: 30%;
}
.sidebar-area .widget.widget_categories li,
.sidebar-area .widget.widget_recent_entries li,
.sidebar-area .widget.widget_recent_comments li,
.sidebar-area .widget.widget_archive li,
.sidebar-area .widget.widget_meta li,
.widget-area .widget.widget_categories li,
.widget-area .widget.widget_recent_entries li,
.widget-area .widget.widget_recent_comments li,
.widget-area .widget.widget_archive li,
.widget-area .widget.widget_meta li {
  position: relative;
  padding-left: 25px;
}
.sidebar-area .widget.widget_categories li:before,
.sidebar-area .widget.widget_recent_entries li:before,
.sidebar-area .widget.widget_recent_comments li:before,
.sidebar-area .widget.widget_archive li:before,
.sidebar-area .widget.widget_meta li:before,
.widget-area .widget.widget_categories li:before,
.widget-area .widget.widget_recent_entries li:before,
.widget-area .widget.widget_recent_comments li:before,
.widget-area .widget.widget_archive li:before,
.widget-area .widget.widget_meta li:before {
  position: absolute;
  content: "\f0da";
  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);
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  color: #0188cc;
}
.sidebar-area .widget.widget_categories li:hover,
.sidebar-area .widget.widget_recent_entries li:hover,
.sidebar-area .widget.widget_recent_comments li:hover,
.sidebar-area .widget.widget_archive li:hover,
.sidebar-area .widget.widget_meta li:hover,
.widget-area .widget.widget_categories li:hover,
.widget-area .widget.widget_recent_entries li:hover,
.widget-area .widget.widget_recent_comments li:hover,
.widget-area .widget.widget_archive li:hover,
.widget-area .widget.widget_meta li:hover {
  color: #0188cc;
}
.sidebar-area .widget .tagcloud,
.widget-area .widget .tagcloud {
  margin: 25px -5px 0;
}
.sidebar-area .widget .tagcloud a,
.widget-area .widget .tagcloud a {
  border: 1px solid #e1e1e1;
  border-radius: 0;
  display: inline-block;
  height: 36px;
  padding: 0 15px;
  color: #666;
  line-height: 36px;
  font-size: 12px !important;
  margin: 5px;
}
.sidebar-area .widget .tagcloud a:hover,
.widget-area .widget .tagcloud a:hover {
  background-color: #0188cc;
  color: #fff !important;
  border-color: #0188cc;
}
.sidebar-area .blog-sidebar .widget ul,
.widget-area .blog-sidebar .widget ul {
  margin-top: 5px;
}
.sidebar-area .widget_search form input[type="text"],
.widget-area .widget_search form input[type="text"] {
  border-color: #ebebeb;
  margin-bottom: 2px;
}
.sidebar-area .widget_search form input[type="text"]:focus,
.widget-area .widget_search form input[type="text"]:focus {
  border-color: #ebebeb;
  color: #222;
}
.sidebar-area .widget_search form input[type="submit"],
.widget-area .widget_search form input[type="submit"] {
  border-color: #ebebeb;
}
@media (min-width: 769px) {
  #jws_theme_wrapper
    .sidebar-area.ct-inc-megamenu
    .widget_nav_menu
    ul.dropdown-menu {
    position: absolute;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .widget-area .tb-woo-banner .hgroup h2,
  .sidebar-area .tb-woo-banner .hgroup h2 {
    width: 120px;
    height: 120px;
    line-height: 119px;
  }
}
@media (max-width: 991px) {
  #jws_theme_wrapper
    .sidebar-area.ct-inc-megamenu
    .widget_nav_menu
    ul.dropdown-menu {
    width: auto !important;
  }
}
@media (max-width: 767px) {
  #jws_theme_wrapper
    .sidebar-area.ct-inc-megamenu
    .widget_nav_menu
    ul.dropdown-menu {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .sidebar-area .widget.widget_nav_menu ul.menu ul.sub-menu,
  .widget-area .widget.widget_nav_menu ul.menu ul.sub-menu {
    left: 100%;
  }
}
.widget_zo-recent-posts-widget-with-thumbnails .tb-recent-thumb,
.widget_zo-recent-posts-widget-with-thumbnails .tb-recent-detail {
  display: inline-block;
  float: left;
  width: 75px;
}
.widget_zo-recent-posts-widget-with-thumbnails ul {
  padding-left: 0 !important;
}
.widget_zo-recent-posts-widget-with-thumbnails ul li {
  border: none !important;
  padding: 0 0 20px !important;
}
.widget_zo-recent-posts-widget-with-thumbnails ul li:before,
.widget_zo-recent-posts-widget-with-thumbnails ul li:after {
  content: " ";
  display: table;
}
.widget_zo-recent-posts-widget-with-thumbnails ul li:after {
  clear: both;
}
.widget_zo-recent-posts-widget-with-thumbnails ul li:last-child {
  padding-bottom: 5px !important;
}
.widget_zo-recent-posts-widget-with-thumbnails .tb-recent-detail {
  margin-top: -5px;
  line-height: 22px;
  width: calc(100% - 80px);
  padding-left: 15px;
}
.widget_zo-recent-posts-widget-with-thumbnails
  .tb-recent-detail
  .tb-post-title
  h3 {
  line-height: 15px;
  margin-bottom: 6px;
}
.widget_zo-recent-posts-widget-with-thumbnails
  .tb-recent-detail
  .tb-post-title
  h3
  a {
  font-size: 12px;
  font-weight: 700;
  line-height: 12px !important;
  font-family: Montserrat !important;
  color: #222;
  white-space: normal;
}
.widget_zo-recent-posts-widget-with-thumbnails
  .tb-recent-detail
  .tb-post-title
  h3:hover {
  color: #0188cc;
}
.widget_zo-recent-posts-widget-with-thumbnails
  .tb-recent-detail
  .tb-post-content {
  margin-bottom: 5px;
}
.widget_zo-recent-posts-widget-with-thumbnails
  .tb-recent-detail
  .tb-post-content
  p {
  margin: 0 !important;
}
.widget_zo-recent-posts-widget-with-thumbnails .tb-recent-detail .tb-post-date {
  color: #999999;
  text-transform: capitalize;
  font-style: italic;
  font-size: 12px;
}
.sidebar-area .widget > div,
.sidebar-area .widget > form,
.sidebar-area .widget > ul {
  position: relative;
}
.sidebar-area .widget_zo-recent-posts-widget-with-thumbnails ul {
  padding-left: 0 !important;
  margin-bottom: -12px;
  margin-top: 32px !important;
}
.widget_search form {
  display: inline-block;
  width: 100%;
  margin-bottom: -10px;
}
.widget_search form input[type="text"] {
  float: left;
  width: calc(100% - 40px);
  padding-left: 12px;
  padding-right: 12px;
  font-size: 12px;
  color: #999;
  border-right: 0;
  height: 40px;
}
.widget_search form input[type="text"]:focus {
  color: #000;
}
.widget_search form input[type="submit"] {
  float: left;
  font-size: 12px;
  margin: 0;
  width: 40px;
  color: #fff;
  height: 40px;
  border-left: 0;
  text-align: center;
  padding: 0;
  border: none;
  background-color: #0188cc;
}
.widget_search form input[type="submit"]:hover {
  color: #222;
}
.widget_recent_comments .recentcomments span {
  text-transform: capitalize;
}
.sidebar-area2 .widget {
  position: relative;
  margin-bottom: 40px;
  background-color: #f8f7f7;
  padding-left: 16px;
  padding-right: 16px;
  border: 1px solid #f1f1f1;
  border-top: none;
}
.sidebar-area2 .widget .wg-title {
  color: #222;
  border-bottom: 2px solid #0188cc;
  border-top: 2px solid #0188cc;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  font-weight: 700;
  text-align: center;
  padding: 8px 0 7px;
  background-color: #fff;
  margin: 0 -17px 22px;
}
.sidebar-area2 .widget input[type="text"],
.sidebar-area2 .widget input[type="email"] {
  height: 37px;
  line-height: 37px;
  border: none;
  border-radius: 37px;
}
.sidebar-area2 .widget input[type="submit"],
.sidebar-area2 .widget button[type="submit"] {
  height: 37px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 0 30px;
  background-color: #0188cc;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  border: none;
  border-radius: 37px;
  overflow: hidden;
  text-transform: uppercase;
  display: inline-block;
  width: auto;
  margin-top: 5px;
  margin-bottom: 18px;
}
.sidebar-area2 .widget input[type="submit"]:hover,
.sidebar-area2 .widget button[type="submit"]:hover {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
.sidebar-area2 .widget .newsletter-widget p {
  margin-bottom: 0;
}
.sidebar-area2 .widget.widget_financial_newsletterwidget,
.sidebar-area2 .widget.widget_zo-recent-posts-widget-with-thumbnails,
.sidebar-area2 .widget.financial_custom_searchform_widget,
.sidebar-area2 .widget.widget_categories {
  text-align: center;
}
.sidebar-area2
  .widget.widget_zo-recent-posts-widget-with-thumbnails
  .tb-recent-thumb,
.sidebar-area2
  .widget.widget_zo-recent-posts-widget-with-thumbnails
  .tb-recent-detail {
  float: none;
  width: 100%;
}
.sidebar-area2
  .widget.widget_zo-recent-posts-widget-with-thumbnails
  .tb-recent-thumb {
  margin-bottom: 10px;
}
.sidebar-area2
  .widget.widget_zo-recent-posts-widget-with-thumbnails
  .tb-recent-detail {
  padding: 0 14% 0 14.5%;
}
.sidebar-area2
  .widget.widget_zo-recent-posts-widget-with-thumbnails
  .tb-recent-detail
  .tb-post-title
  h3
  a {
  font-size: 13px;
  font-weight: 600;
}
.sidebar-area2
  .widget.widget_zo-recent-posts-widget-with-thumbnails
  .tb-recent-detail
  .tb-post-cat,
.sidebar-area2
  .widget.widget_zo-recent-posts-widget-with-thumbnails
  .tb-recent-detail
  .tb-post-date {
  display: inline-block;
  color: #0188cc;
  font-size: 12px;
}
.sidebar-area2
  .widget.widget_zo-recent-posts-widget-with-thumbnails
  .tb-recent-detail
  .tb-post-cat
  a,
.sidebar-area2
  .widget.widget_zo-recent-posts-widget-with-thumbnails
  .tb-recent-detail
  .tb-post-date
  a {
  color: #0188cc;
  font-size: 12px;
  padding-left: 3px;
  padding-right: 2px;
}
.sidebar-area2
  .widget.widget_zo-recent-posts-widget-with-thumbnails
  .tb-recent-detail
  .tb-post-cat
  + .tb-post-date {
  position: relative;
}
.sidebar-area2
  .widget.widget_zo-recent-posts-widget-with-thumbnails
  .tb-recent-detail
  .tb-post-cat
  + .tb-post-date:before {
  content: ".";
  margin-right: 9px;
}
.sidebar-area2 .widget.widget_zo-recent-posts-widget-with-thumbnails ul > li {
  border-bottom: 1px solid #ebebeb !important;
  margin-bottom: 19px;
  padding: 0 0 12px !important;
}
.sidebar-area2
  .widget.widget_zo-recent-posts-widget-with-thumbnails
  ul
  > li:last-child {
  border: none !important;
}
.sidebar-area2 .widget.widget_categories ul li {
  line-height: 24px;
  padding: 15px 0;
  position: relative;
}
.sidebar-area2 .widget.widget_categories ul li:after {
  position: absolute;
  content: "";
  width: 90%;
  height: 1px;
  background: url("assets/images/border2.png") no-repeat 0 0;
  background-size: contain;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.sidebar-area2 .widget.widget_categories ul li:last-child:after {
  display: none;
}
.sidebar-area2 .widget.widget_categories ul li:first-child {
  padding-top: 0;
}
.sidebar-area2 .widget.widget_categories ul li > a {
  color: #222;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}
.sidebar-area2 .widget.widget_categories ul li:hover > a {
  color: #222;
}
.sidebar-area2 .widget.widget_categories ul li:hover:after {
  width: 80%;
}
.sidebar-area2 .widget.financial_widget_recent_comments .recentcomments {
  border-bottom: 1px solid #ebebeb;
  padding: 15px 0 15px;
}
.sidebar-area2
  .widget.financial_widget_recent_comments
  .recentcomments:last-child {
  border-bottom: none;
}
.sidebar-area2 .widget.financial_widget_recent_comments .recentcomments h3 {
  font-family: Montserrat;
  font-size: 21px;
  margin-bottom: 11px;
  font-weight: 400;
}
.sidebar-area2
  .widget.financial_widget_recent_comments
  .recentcomments
  .tb-excerpt {
  color: #707070;
}
.sidebar-area2
  .widget.financial_widget_recent_comments
  .recentcomments
  .tb-excerpt
  p {
  margin-bottom: 4px;
}
.sidebar-area2 .widget.financial_widget_recent_comments .recentcomments > a {
  color: #0188cc;
  font-size: 12px;
}
.ro-color-main {
  color: #0188cc;
}
.ro-color-light {
  color: #ffffff;
}
.ro-color-dark {
  color: #444444;
}
.ro-bg-dark {
  background-color: #2b2b2b;
}
.ro-bg-light {
  background-color: #ffffff;
}
.ro-bg-main {
  background-color: #0188cc;
}
.ro-bgc-1 {
  background-color: #ebebeb;
}
.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-bg-lightgray {
  background-color: #eeeeee;
}
input[type="text"],
input[type="email"],
input[type="search"],
textarea,
select {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  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: #0188cc;
}
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 {
  /* Firefox 18- */
  color: #444444;
}
::-moz-placeholder {
  /* Firefox 19+ */
  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: #0188cc;
}
.btn-shop-now {
  color: #fff;
}
.btn-shop-now:hover {
  color: #0188cc;
}
.btnviewmore:hover {
  border-color: #0188cc;
}
.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: #0188cc;
  background: #0188cc;
}
.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.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  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.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  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: #0188cc;
  color: #ffffff;
}
.ro-btn-1:hover,
.ro-btn-1:focus {
  background-color: #444444;
  color: #ffffff;
}
.ro-btn-2 {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  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: #0188cc;
  color: #ffffff;
}
.ro-btn-3 {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  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: #0188cc;
  color: #ffffff;
}
.ro-btn-bd-1 {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  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: #0188cc;
  border-color: #0188cc;
  color: #ffffff;
}
.ro-btn-bd-2 {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  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: #0188cc;
  border-color: #0188cc;
  color: #ffffff;
}
.ro-btn-bdr-1 {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  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.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  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: #0188cc;
  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: #0188cc;
  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: #0188cc;
  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: #0188cc;
  border: none;
  height: 45px;
  line-height: 44px;
  display: inline-block;
  padding: 0;
  font-size: 16px;
  width: 160px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  -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;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.tb-login-form > form > p.login-submit > input:hover {
  background-color: #222;
  color: #fff;
}
.tb-login-form > form .forgot-password {
  float: right;
  font-size: 14px;
  font-weight: 400;
  color: #0188cc;
}
.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: #0188cc;
  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: #0188cc;
  border: none;
  height: 45px;
  line-height: 44px;
  display: inline-block;
  padding: 0;
  font-size: 16px;
  width: 160px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  -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;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.tb-register-form > form > p.submit > input:hover {
  background-color: #222;
  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: #0188cc;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  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: 18px;
  color: #0188cc;
  display: block;
}
.tb-menu-control-mobi > a:hover {
  color: #0188cc;
}
@media (min-width: 768px) {
  .tb-menu-control-mobi span {
    display: none;
  }
}
@media (max-width: 991px) {
  .tb-menu-control-mobi {
    display: inline-block;
    vertical-align: middle;
    line-height: 60px;
  }
}
.tb-sidebar .widget-woocommerce-currency-switcher form {
  position: relative;
  max-width: 80px;
  float: left;
  width: 100%;
}
.tb-sidebar .widget-woocommerce-currency-switcher form:after {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  content: "\f107";
  font-family: "FontAwesome";
  right: 30px;
  top: 20px;
  line-height: 0;
  height: 10px;
}
.tb-sidebar .widget-woocommerce-currency-switcher form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearande: none;
  padding: 0;
  background-color: #181818;
  border: none;
  color: #fff;
}
.tb-sidebar .widget-woocommerce-currency-switcher form:hover:after {
  opacity: 0;
}
.tb-sidebar .widget-woocommerce-currency-switcher:last-child form:before {
  position: absolute;
  height: 10px;
  width: 1px;
  content: "";
  border-left: 1px solid #fff;
  top: 13px;
  left: 0;
}
.tb-sidebar .widget-woocommerce-currency-switcher:first-child form {
  padding-left: 0;
}
.tb-sidebar .widget-woocommerce-currency-switcher:first-child form:before {
  display: none;
}
.tb-menu-list > ul > li > a {
  text-transform: uppercase;
}
.tb-menu-list > ul > li .menu-item.new .menu-title,
.tb-menu-list > ul > li .menu-item.hot .menu-title,
.tb-menu-list > ul > li .menu-item.sale .menu-title {
  position: relative;
}
.tb-menu-list > ul > li .menu-item.new .menu-title:after,
.tb-menu-list > ul > li .menu-item.hot .menu-title:after,
.tb-menu-list > ul > li .menu-item.sale .menu-title:after {
  position: absolute;
  right: 0;
  margin-right: -9px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  font-size: 10px;
  height: 16px;
  line-height: 16px;
  padding: 0 6px;
  color: #fff;
  border-radius: 2px;
  text-transform: uppercase;
  top: 1px;
}
.tb-menu-list > ul > li .menu-item.new .menu-title:before,
.tb-menu-list > ul > li .menu-item.hot .menu-title:before,
.tb-menu-list > ul > li .menu-item.sale .menu-title:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-right: 6px solid #eaa24e;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  right: 0;
  margin-right: -12px;
  top: 3px;
}
.tb-menu-list > ul > li .menu-item.new .menu-title:after {
  content: "New";
}
.tb-menu-list > ul > li .menu-item.hot .menu-title:after {
  content: "Hot";
}
.tb-menu-list > ul > li .menu-item.sale .menu-title:after {
  content: "Sale";
}
.tb-menu-list > ul > li .menu-item .main-color .menu-title:after {
  background-color: #0188cc;
}
.tb-menu-list > ul > li .menu-item .main-color .menu-title:before {
  border-right-color: #0188cc;
}
.tb-menu-list > ul > li .menu-item .orange .menu-title:after {
  background-color: #eaa24e;
}
.tb-menu-list > ul > li .menu-item .orange .menu-title:before {
  border-right-color: #eaa24e;
}
.tb-menu-list > ul > li .menu-item .red .menu-title:after {
  background-color: #ea5d4e;
}
.tb-menu-list > ul > li .menu-item .red .menu-title:before {
  border-right-color: #ea5d4e;
}
.tb-menu-list > ul > li .menu-item .black .menu-title:after {
  background-color: #191919;
}
.tb-menu-list > ul > li .menu-item .black .menu-title:before {
  border-right-color: #191919;
}
.tb-menu-list > ul > li.menu-item-has-children.has_full_width {
  /*----mega dropdown----*/
}
.tb-menu-list > ul > li.menu-item-has-children.has_full_width > ul > li > a {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-transform: capitalize;
}
.tb-menu-list > ul > li.menu-item-has-children > ul li a {
  font-family: Popins;
  line-height: 40px;
  font-style: normal;
  font-size: 12px;
}
@media (min-width: 992px) {
  .tb-menu-list {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
  }
  .tb-menu-list > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
  }
  .tb-menu-list > ul > li {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    display: inline-block;
    font-weight: 700;
  }
  .tb-menu-list > ul > li > a {
    -webkit-transition: all 0.4s !important;
    -moz-transition: all 0.4s !important;
    -o-transition: all 0.4s !important;
    transition: all 0.4s !important;
    color: #222;
    display: inline-block;
    line-height: 80px;
    font-size: 12px;
  }
  .tb-menu-list > ul > li.menu-bg-logo {
    text-indent: -9999px;
    display: inline-block;
    width: 144px;
    white-space: nowrap;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    margin: 0 38px;
  }
  .tb-menu-list > ul > li.menu-bg-logo a {
    display: block;
  }
  .tb-menu-list > ul > li.menu-bg-logo a:after {
    display: none;
  }
  .tb-menu-list > ul > li.menu-item-has-children,
  .tb-menu-list > ul > li .menu-item-has-children {
    position: relative;
  }
  .tb-menu-list > ul > li.menu-item-has-children > ul,
  .tb-menu-list > ul > li .menu-item-has-children > ul {
    /*----basic dropdown----*/
  }
  .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown,
  .tb-menu-list > ul > li .menu-item-has-children > ul.standar-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    border: none;
    border-top: 2px solid #0188cc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    box-shadow: none;
  }
  .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown ul,
  .tb-menu-list > ul > li .menu-item-has-children > ul.standar-dropdown ul {
    background-color: #fff;
    box-shadow: none;
    padding: 10px 0 15px 11px;
  }
  .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown li,
  .tb-menu-list > ul > li .menu-item-has-children > ul.standar-dropdown li {
    background-color: #fff;
    display: block;
    position: relative;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    li:first-child
    a,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children
    > ul.standar-dropdown
    li:first-child
    a {
    border: none;
  }
  .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown li > a,
  .tb-menu-list > ul > li .menu-item-has-children > ul.standar-dropdown li > a {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    padding: 8px 0;
    border-top: 1px solid #ebebeb;
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #222;
  }
  .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,
  .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 !important;
    color: #0188cc;
  }
  .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.current_page_item
    > a {
    position: relative;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    li.current_page_item
    > a:after,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children
    > ul.standar-dropdown
    li.current_page_item
    > a:after {
    position: absolute;
    content: "\f00c";
    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);
    right: 0;
    color: #0188cc;
    font-size: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown > li,
  .tb-menu-list > ul > li .menu-item-has-children > ul.standar-dropdown > li {
    display: block;
    padding: 0 30px 0 20px;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children,
  .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,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children
    > a {
    position: relative;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children
    > a:after,
  .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: 12px;
    position: absolute;
    top: 8px;
    right: 1px;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children
    > ul,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children
    > ul {
    position: absolute;
    top: 0;
    left: 100%;
    margin: 0;
    padding: 10px 20px 15px 20px;
    border: none;
    border-top: 2px solid #0188cc;
    -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,
  .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.4s both;
    -moz-animation: fadeInUp 0.4s both;
    -o-animation: fadeInUp 0.4s both;
    animation: fadeInUp 0.4s both;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children.has-mediablock-element,
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children.has-featured-post,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children.has-mediablock-element,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children.has-featured-post {
    position: static;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children.has-mediablock-element
    > ul,
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children.has-featured-post
    > ul,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children.has-mediablock-element
    > ul,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children.has-featured-post
    > ul {
    padding: 0 0 0 20px;
    top: -2px;
    bottom: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25) !important;
    margin-left: -5px;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children.has-mediablock-element
    > ul
    > li,
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children.has-featured-post
    > ul
    > li,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children.has-mediablock-element
    > ul
    > li,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children.has-featured-post
    > ul
    > li {
    border-top: none;
    padding-top: 8px;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children.has-mediablock-element
    > ul
    > li:first-child,
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children.has-featured-post
    > ul
    > li:first-child,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children.has-mediablock-element
    > ul
    > li:first-child,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children.has-featured-post
    > ul
    > li:first-child {
    padding-left: 0;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children.has-mediablock-element
    > ul
    > li
    > .widget_text,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children.has-mediablock-element
    > ul
    > li
    > .widget_text {
    padding-top: 35px;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children.has-mediablock-element
    > ul
    > li
    > a,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children.has-mediablock-element
    > ul
    > li
    > a {
    color: #222 !important;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children.has-mediablock-element
    > ul
    > li
    > a
    + .widget_text,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children.has-mediablock-element
    > ul
    > li
    > a
    + .widget_text {
    padding-top: 5px;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children.has-featured-post
    > ul,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children.has-featured-post
    > ul {
    overflow: hidden;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children.has-featured-post
    > ul
    > li,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children.has-featured-post
    > ul
    > li {
    padding-right: 20px;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children.has-featured-post
    > ul
    > li:first-child,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children.has-featured-post
    > ul
    > li:first-child {
    padding-right: 0;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children.has-featured-post
    > ul
    > li:last-child,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children.has-featured-post
    > ul
    > li:last-child {
    max-width: 270px;
    float: right;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children.has-featured-post
    > ul
    > li
    > .widget_text,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children.has-featured-post
    > ul
    > li
    > .widget_text {
    margin-top: 8px;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children.active
    > ul,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children.active
    > ul {
    display: block;
  }
  .tb-menu-list > ul > li.menu-item-has-children:hover > ul,
  .tb-menu-list > ul > li .menu-item-has-children:hover > ul {
    display: block;
    z-index: 999;
    -webkit-animation: fadeInUp 0.4s both;
    -moz-animation: fadeInUp 0.4s both;
    -o-animation: fadeInUp 0.4s both;
    animation: fadeInUp 0.4s both;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_to_left,
  .tb-menu-list > ul > li.menu-item-has-children.has_to_right,
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width,
  .tb-menu-list > ul > li .menu-item-has-children.has_to_left,
  .tb-menu-list > ul > li .menu-item-has-children.has_to_right,
  .tb-menu-list > ul > li .menu-item-has-children.has_full_width {
    /*----mega dropdown----*/
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_to_left > ul,
  .tb-menu-list > ul > li.menu-item-has-children.has_to_right > ul,
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width > ul,
  .tb-menu-list > ul > li .menu-item-has-children.has_to_left > ul,
  .tb-menu-list > ul > li .menu-item-has-children.has_to_right > ul,
  .tb-menu-list > ul > li .menu-item-has-children.has_full_width > ul {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 10px 0 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_to_left > ul > li,
  .tb-menu-list > ul > li.menu-item-has-children.has_to_right > ul > li,
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width > ul > li,
  .tb-menu-list > ul > li .menu-item-has-children.has_to_left > ul > li,
  .tb-menu-list > ul > li .menu-item-has-children.has_to_right > ul > li,
  .tb-menu-list > ul > li .menu-item-has-children.has_full_width > ul > li {
    float: left;
    padding-right: 30px;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_left
    > ul
    > li:first-child,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_right
    > ul
    > li:first-child,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li:first-child,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_left
    > ul
    > li:first-child,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_right
    > ul
    > li:first-child,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_full_width
    > ul
    > li:first-child {
    padding-left: 20px;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_to_left > ul > li > a,
  .tb-menu-list > ul > li.menu-item-has-children.has_to_right > ul > li > a,
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width > ul > li > a,
  .tb-menu-list > ul > li .menu-item-has-children.has_to_left > ul > li > a,
  .tb-menu-list > ul > li .menu-item-has-children.has_to_right > ul > li > a,
  .tb-menu-list > ul > li .menu-item-has-children.has_full_width > ul > li > a {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-weight: 400;
    line-height: 40px;
    font-size: 14px !important;
    color: #222;
    margin-bottom: 12px;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_left
    > ul
    > li
    > a
    > span,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_right
    > ul
    > li
    > a
    > span,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li
    > a
    > span,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_left
    > ul
    > li
    > a
    > span,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_right
    > ul
    > li
    > a
    > span,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_full_width
    > ul
    > li
    > a
    > span {
    border-bottom: 1px solid rgba(235, 235, 235, 0.1);
    padding-bottom: 5px;
    display: block;
    position: relative;
    font-weight: 700;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_left
    > ul
    > li.menu-item-has-children
    > ul,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_right
    > ul
    > li.menu-item-has-children
    > ul,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.menu-item-has-children
    > ul,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_left
    > ul
    > li.menu-item-has-children
    > ul,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_right
    > ul
    > li.menu-item-has-children
    > ul,
  .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_to_left
    > ul
    > li.menu-item-has-children
    > ul
    > li
    > a,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_right
    > ul
    > li.menu-item-has-children
    > ul
    > li
    > a,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.menu-item-has-children
    > ul
    > li
    > a,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_left
    > ul
    > li.menu-item-has-children
    > ul
    > li
    > a,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_right
    > ul
    > li.menu-item-has-children
    > ul
    > li
    > a,
  .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.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 28px;
    padding: 0;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_left
    > ul
    > li.menu-item-has-children
    > ul
    > li:hover
    > a,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_right
    > ul
    > li.menu-item-has-children
    > ul
    > li:hover
    > a,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.menu-item-has-children
    > ul
    > li:hover
    > a,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_left
    > ul
    > li.menu-item-has-children
    > ul
    > li:hover
    > a,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_right
    > ul
    > li.menu-item-has-children
    > ul
    > li:hover
    > a,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_full_width
    > ul
    > li.menu-item-has-children
    > ul
    > li:hover
    > a {
    padding-left: 5px;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_left
    > ul
    > li.menu-item-has-children
    > ul
    > li:last-child
    > a,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_right
    > ul
    > li.menu-item-has-children
    > ul
    > li:last-child
    > a,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.menu-item-has-children
    > ul
    > li:last-child
    > a,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_left
    > ul
    > li.menu-item-has-children
    > ul
    > li:last-child
    > a,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_right
    > ul
    > li.menu-item-has-children
    > ul
    > li:last-child
    > a,
  .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_to_left
    > ul
    > li.item-menu-custom-block,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_right
    > ul
    > li.item-menu-custom-block,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_left
    > ul
    > li.item-menu-custom-block,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_right
    > ul
    > li.item-menu-custom-block,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block {
    padding-left: 0;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_left
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_right
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_left
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_right
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block {
    overflow: hidden;
    position: relative;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_left
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    img,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_right
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    img,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    img,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_left
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    img,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_right
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    img,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    img {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0.6;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_left
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    .infobox,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_right
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    .infobox,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    .infobox,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_left
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    .infobox,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_right
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    .infobox,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    .infobox {
    white-space: normal;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    transform: translateY(-50%);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_left
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    .infobox
    h3,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_left
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    .infobox
    p,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_right
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    .infobox
    h3,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_right
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    .infobox
    p,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    .infobox
    h3,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    .infobox
    p,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_left
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    .infobox
    h3,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_left
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    .infobox
    p,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_right
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    .infobox
    h3,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_right
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    .infobox
    p,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    .infobox
    h3,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    .infobox
    p {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    color: #fff;
    font-family: Poppins;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_left
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    .infobox
    p,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_right
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    .infobox
    p,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    .infobox
    p,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_left
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    .infobox
    p,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_right
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    .infobox
    p,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    .infobox
    p {
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_left
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    .infobox
    h3,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_right
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    .infobox
    h3,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    .infobox
    h3,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_left
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    .infobox
    h3,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_right
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    .infobox
    h3,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    .infobox
    h3 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_left
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block:hover
    img,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_right
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block:hover
    img,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block:hover
    img,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_left
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block:hover
    img,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_right
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block:hover
    img,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block:hover
    img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_left
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block:hover
    .infobox
    h3,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_right
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block:hover
    .infobox
    h3,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block:hover
    .infobox
    h3,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_left
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block:hover
    .infobox
    h3,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_right
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block:hover
    .infobox
    h3,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block:hover
    .infobox
    h3 {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_left
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block:hover
    .infobox
    p,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_right
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block:hover
    .infobox
    p,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block:hover
    .infobox
    p,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_left
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block:hover
    .infobox
    p,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_right
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block:hover
    .infobox
    p,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block:hover
    .infobox
    p {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_left
    > ul
    > li.item-menu-custom-block
    + li,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_right
    > ul
    > li.item-menu-custom-block
    + li,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    + li,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_left
    > ul
    > li.item-menu-custom-block
    + li,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_right
    > ul
    > li.item-menu-custom-block
    + li,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    + li {
    padding-left: 0;
    padding-right: 70px;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_left
    > ul
    > li.item-menu-custom-block
    + li
    ul.dropdown-menu
    li
    a,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_right
    > ul
    > li.item-menu-custom-block
    + li
    ul.dropdown-menu
    li
    a,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    + li
    ul.dropdown-menu
    li
    a,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_left
    > ul
    > li.item-menu-custom-block
    + li
    ul.dropdown-menu
    li
    a,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_right
    > ul
    > li.item-menu-custom-block
    + li
    ul.dropdown-menu
    li
    a,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    + li
    ul.dropdown-menu
    li
    a {
    opacity: 1 !important;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_left
    > ul
    > li.menu-item-type-custom
    .tb-menu-banner,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_right
    > ul
    > li.menu-item-type-custom
    .tb-menu-banner,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.menu-item-type-custom
    .tb-menu-banner,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_left
    > ul
    > li.menu-item-type-custom
    .tb-menu-banner,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_right
    > ul
    > li.menu-item-type-custom
    .tb-menu-banner,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_full_width
    > ul
    > li.menu-item-type-custom
    .tb-menu-banner {
    margin-left: -55px;
    margin-top: -40px;
    max-width: 348px;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_left
    > ul
    > li.menu-item-type-custom
    .widget_text,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_right
    > ul
    > li.menu-item-type-custom
    .widget_text,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.menu-item-type-custom
    .widget_text,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_left
    > ul
    > li.menu-item-type-custom
    .widget_text,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_right
    > ul
    > li.menu-item-type-custom
    .widget_text,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_full_width
    > ul
    > li.menu-item-type-custom
    .widget_text {
    margin-top: 14px;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_left
    > ul
    > li
    .tb-menu-featured-cat,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_right
    > ul
    > li
    .tb-menu-featured-cat,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li
    .tb-menu-featured-cat,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_left
    > ul
    > li
    .tb-menu-featured-cat,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_right
    > ul
    > li
    .tb-menu-featured-cat,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_full_width
    > ul
    > li
    .tb-menu-featured-cat {
    padding: 0 20px;
    margin-bottom: 12px;
    position: relative;
    width: 100%;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_left
    > ul
    > li
    .tb-menu-featured-cat
    img,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_right
    > ul
    > li
    .tb-menu-featured-cat
    img,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li
    .tb-menu-featured-cat
    img,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_left
    > ul
    > li
    .tb-menu-featured-cat
    img,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_right
    > ul
    > li
    .tb-menu-featured-cat
    img,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_full_width
    > ul
    > li
    .tb-menu-featured-cat
    img {
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    display: block;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_left
    > ul
    > li
    .tb-menu-featured-cat
    .vc_single_image-wrapper,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_right
    > ul
    > li
    .tb-menu-featured-cat
    .vc_single_image-wrapper,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li
    .tb-menu-featured-cat
    .vc_single_image-wrapper,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_left
    > ul
    > li
    .tb-menu-featured-cat
    .vc_single_image-wrapper,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_right
    > ul
    > li
    .tb-menu-featured-cat
    .vc_single_image-wrapper,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_full_width
    > ul
    > li
    .tb-menu-featured-cat
    .vc_single_image-wrapper {
    position: relative;
    width: 100%;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_left
    > ul
    > li
    .tb-menu-featured-cat
    .vc_single_image-wrapper::before,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_left
    > ul
    > li
    .tb-menu-featured-cat
    .vc_single_image-wrapper::after,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_right
    > ul
    > li
    .tb-menu-featured-cat
    .vc_single_image-wrapper::before,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_right
    > ul
    > li
    .tb-menu-featured-cat
    .vc_single_image-wrapper::after,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li
    .tb-menu-featured-cat
    .vc_single_image-wrapper::before,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li
    .tb-menu-featured-cat
    .vc_single_image-wrapper::after,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_left
    > ul
    > li
    .tb-menu-featured-cat
    .vc_single_image-wrapper::before,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_left
    > ul
    > li
    .tb-menu-featured-cat
    .vc_single_image-wrapper::after,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_right
    > ul
    > li
    .tb-menu-featured-cat
    .vc_single_image-wrapper::before,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_right
    > ul
    > li
    .tb-menu-featured-cat
    .vc_single_image-wrapper::after,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_full_width
    > ul
    > li
    .tb-menu-featured-cat
    .vc_single_image-wrapper::before,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_full_width
    > ul
    > li
    .tb-menu-featured-cat
    .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_to_left
    > ul
    > li
    .tb-menu-featured-cat
    .vc_single_image-wrapper::before,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_right
    > ul
    > li
    .tb-menu-featured-cat
    .vc_single_image-wrapper::before,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li
    .tb-menu-featured-cat
    .vc_single_image-wrapper::before,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_left
    > ul
    > li
    .tb-menu-featured-cat
    .vc_single_image-wrapper::before,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_right
    > ul
    > li
    .tb-menu-featured-cat
    .vc_single_image-wrapper::before,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_full_width
    > ul
    > li
    .tb-menu-featured-cat
    .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_to_left
    > ul
    > li
    .tb-menu-featured-cat
    .vc_single_image-wrapper::after,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_right
    > ul
    > li
    .tb-menu-featured-cat
    .vc_single_image-wrapper::after,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li
    .tb-menu-featured-cat
    .vc_single_image-wrapper::after,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_left
    > ul
    > li
    .tb-menu-featured-cat
    .vc_single_image-wrapper::after,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_right
    > ul
    > li
    .tb-menu-featured-cat
    .vc_single_image-wrapper::after,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_full_width
    > ul
    > li
    .tb-menu-featured-cat
    .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_to_left
    > ul
    > li
    .tb-menu-featured-cat:hover
    img,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_right
    > ul
    > li
    .tb-menu-featured-cat:hover
    img,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li
    .tb-menu-featured-cat:hover
    img,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_left
    > ul
    > li
    .tb-menu-featured-cat:hover
    img,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_right
    > ul
    > li
    .tb-menu-featured-cat:hover
    img,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_full_width
    > ul
    > li
    .tb-menu-featured-cat:hover
    img {
    opacity: 0.7;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_left
    > ul
    > li
    .tb-menu-featured-cat:hover
    .vc_single_image-wrapper:before,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_left
    > ul
    > li
    .tb-menu-featured-cat:hover
    .vc_single_image-wrapper:after,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_right
    > ul
    > li
    .tb-menu-featured-cat:hover
    .vc_single_image-wrapper:before,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_to_right
    > ul
    > li
    .tb-menu-featured-cat:hover
    .vc_single_image-wrapper:after,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li
    .tb-menu-featured-cat:hover
    .vc_single_image-wrapper:before,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li
    .tb-menu-featured-cat:hover
    .vc_single_image-wrapper:after,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_left
    > ul
    > li
    .tb-menu-featured-cat:hover
    .vc_single_image-wrapper:before,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_left
    > ul
    > li
    .tb-menu-featured-cat:hover
    .vc_single_image-wrapper:after,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_right
    > ul
    > li
    .tb-menu-featured-cat:hover
    .vc_single_image-wrapper:before,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_to_right
    > ul
    > li
    .tb-menu-featured-cat:hover
    .vc_single_image-wrapper:after,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_full_width
    > ul
    > li
    .tb-menu-featured-cat:hover
    .vc_single_image-wrapper:before,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children.has_full_width
    > ul
    > li
    .tb-menu-featured-cat: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.has_full_width,
  .tb-menu-list > ul > li .menu-item-has-children.has_full_width {
    position: static;
  }
  .tb-menu-list > ul > li.menu-item-has-children ul.dropdown-menu,
  .tb-menu-list > ul > li .menu-item-has-children ul.dropdown-menu {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35) !important;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35) !important;
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35) !important;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35) !important;
  }
  .tb-menu-list > ul > li.menu-item-has-children ul.multicolumn,
  .tb-menu-list > ul > li .menu-item-has-children ul.multicolumn {
    background: #fff;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    ul.multicolumn
    ul.dropdown-menu,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children
    ul.multicolumn
    ul.dropdown-menu {
    box-shadow: none !important;
    background: transparent;
  }
  .tb-menu-list > ul > li.menu-item-has-children ul.multicolumn > li,
  .tb-menu-list > ul > li .menu-item-has-children ul.multicolumn > li {
    float: left;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    ul.multicolumn
    > li
    > a
    > .menu-title,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children
    ul.multicolumn
    > li
    > a
    > .menu-title {
    position: relative;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    ul.multicolumn
    > li
    > a
    > .menu-title:before,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children
    ul.multicolumn
    > li
    > a
    > .menu-title:before {
    position: absolute;
    content: "";
    bottom: 0;
    width: 30px;
    border-bottom: 2px solid #0188cc;
  }
  .tb-menu-list > ul > li.menu-item-has-children ul.multicolumn > li a,
  .tb-menu-list > ul > li .menu-item-has-children ul.multicolumn > li a {
    padding: 0;
    background: transparent;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    ul.multicolumn
    > li
    ul.dropdown-menu,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children
    ul.multicolumn
    > li
    ul.dropdown-menu {
    width: 100%;
    min-width: 120px;
    animation: none;
    -webkit-animation: none;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    ul.multicolumn
    > li
    ul.dropdown-menu
    li,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children
    ul.multicolumn
    > li
    ul.dropdown-menu
    li {
    border-top: 1px solid #ebebeb;
    padding: 7px 0;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    ul.multicolumn
    > li
    ul.dropdown-menu
    li:first-child,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children
    ul.multicolumn
    > li
    ul.dropdown-menu
    li:first-child {
    border-top: none;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    ul.multicolumn
    > li
    ul.dropdown-menu
    li
    a,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children
    ul.multicolumn
    > li
    ul.dropdown-menu
    li
    a {
    color: #222;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    ul.multicolumn
    > li
    ul.dropdown-menu
    li
    a:hover,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children
    ul.multicolumn
    > li
    ul.dropdown-menu
    li
    a:hover {
    color: #0188cc;
  }
  .tb-menu-list > ul > li.menu-item-has-children ul.multicolumn.columns6 > li,
  .tb-menu-list > ul > li .menu-item-has-children ul.multicolumn.columns6 > li {
    width: 16.666%;
  }
  .tb-menu-list > ul > li.menu-item-has-children ul.multicolumn.columns4 > li,
  .tb-menu-list > ul > li .menu-item-has-children ul.multicolumn.columns4 > li {
    width: 25%;
  }
  .tb-menu-list > ul > li.menu-item-has-children ul.multicolumn.columns5 > li,
  .tb-menu-list > ul > li .menu-item-has-children ul.multicolumn.columns5 > li {
    width: 20%;
  }
  .tb-menu-list > ul > li.menu-item-has-children ul.multicolumn.columns2 > li,
  .tb-menu-list > ul > li .menu-item-has-children ul.multicolumn.columns2 > li {
    width: 50%;
  }
  .tb-menu-list > ul > li.menu-item-has-children ul.multicolumn.columns3 > li,
  .tb-menu-list > ul > li .menu-item-has-children ul.multicolumn.columns3 > li {
    width: 33.33%;
  }
  .tb-menu-list > ul > li.menu-item-has-children > a:after {
    content: "\f107";
    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);
    right: -5px;
    padding-right: 5px;
    position: relative;
    font-size: 12px;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_to_left,
  .tb-menu-list > ul > li.menu-item-has-children.has_to_right,
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width {
    /*----mega dropdown----*/
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_to_left > ul,
  .tb-menu-list > ul > li.menu-item-has-children.has_to_right > ul,
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width > ul {
    border-top: 2px solid #0188cc;
  }
}
@media (max-width: 991px) {
  .tb-menu-list {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    text-align: left;
    background: #000000;
  }
  .tb-menu-list.active {
    display: block;
    z-index: 999;
    -webkit-animation: fadeInUp 0.4s both;
    -moz-animation: fadeInUp 0.4s both;
    -o-animation: fadeInUp 0.4s both;
    animation: fadeInUp 0.4s both;
  }
  .tb-menu-list > ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .tb-menu-list > ul > li {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: block;
  }
  .tb-menu-list > ul > li > a {
    font-size: 14px;
    color: #fff !important;
    display: block;
    line-height: 40px;
    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 {
    overflow: hidden;
  }
  .tb-menu-list > ul > li.menu-item-has-children,
  .tb-menu-list > ul > li .menu-item-has-children {
    position: relative;
  }
  .tb-menu-list > ul > li.menu-item-has-children > a:after,
  .tb-menu-list > ul > li .menu-item-has-children > a:after {
    content: "\f107";
    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);
    right: 10px;
    top: 15px;
    position: absolute;
    font-size: 12px;
  }
  .tb-menu-list > ul > li.menu-item-has-children li > a,
  .tb-menu-list > ul > li .menu-item-has-children li > a {
    padding: 8px 15px !important;
  }
  .tb-menu-list > ul > li.menu-item-has-children li > a:after,
  .tb-menu-list > ul > li .menu-item-has-children li > a:after {
    top: 15px !important;
  }
  .tb-menu-list > ul > li.menu-item-has-children > ul,
  .tb-menu-list > ul > li .menu-item-has-children > ul {
    border-radius: 0;
    box-shadow: none;
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
    /*----basic dropdown----*/
    width: 100% !important;
  }
  .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown,
  .tb-menu-list > ul > li .menu-item-has-children > ul.standar-dropdown {
    position: relative;
    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,
  .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,
  .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,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children
    > ul.standar-dropdown
    > li
    > a {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #222;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children,
  .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,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children
    > a {
    position: relative;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children
    > a:after,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children
    > a:after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 12px;
    position: absolute;
    top: 8px;
    right: 10px;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children
    > ul,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children
    > ul.standar-dropdown
    > 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;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children
    > ul
    > li,
  .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,
  .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,
  .tb-menu-list
    > ul
    > li
    .menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children
    > ul
    > li
    > a {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    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,
  .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: #0188cc;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children:hover
    > ul,
  .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.4s both;
    -moz-animation: fadeInUp 0.4s both;
    -o-animation: fadeInUp 0.4s both;
    animation: fadeInUp 0.4s both;
  }
  .tb-menu-list > ul > li.menu-item-has-children:hover > ul,
  .tb-menu-list > ul > li .menu-item-has-children:hover > ul {
    display: block;
    z-index: 999;
    -webkit-animation: fadeInUp 0.4s both;
    -moz-animation: fadeInUp 0.4s both;
    -o-animation: fadeInUp 0.4s both;
    animation: fadeInUp 0.4s both;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width,
  .tb-menu-list > ul > li .menu-item-has-children.has_full_width {
    /*----mega dropdown----*/
    position: static;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width > ul,
  .tb-menu-list > ul > li .menu-item-has-children.has_full_width > ul {
    position: relative;
    width: 100%;
    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,
  .tb-menu-list > ul > li .menu-item-has-children.has_full_width > ul > li > a {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    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,
  .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: #0188cc;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.menu-item-has-children
    > ul,
  .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,
  .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.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    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,
  .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: #0188cc;
    padding-left: 25px;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.menu-item-has-children:hover
    > ul,
  .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: fadeInUp 0.4s both;
    -moz-animation: fadeInUp 0.4s both;
    -o-animation: fadeInUp 0.4s both;
    animation: fadeInUp 0.4s both;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block,
  .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,
  .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: #222;
}
#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: #222;
}
.tb-menu-sidebar {
  display: inline-block;
  vertical-align: middle;
}
.tb-menu-sidebar .widget_cart_search_wrap_item {
  position: relative;
  display: inline-block;
  min-height: 30px;
}
.tb-menu-sidebar .widget_cart_search_wrap_item .widget_searchform_content {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 300px;
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35) !important;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35) !important;
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35) !important;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35) !important;
  display: none;
}
.tb-menu-sidebar
  .widget_cart_search_wrap_item
  .widget_searchform_content.active {
  display: block !important;
  z-index: 999;
  -webkit-animation: fadeInUp 0.4s both;
  -moz-animation: fadeInUp 0.4s both;
  -o-animation: fadeInUp 0.4s both;
  animation: fadeInUp 0.4s both;
}
.tb-menu-sidebar
  .widget_cart_search_wrap_item
  .widget_searchform_content
  > form {
  position: relative;
  padding-right: 50px;
  overflow: hidden;
}
.tb-menu-sidebar
  .widget_cart_search_wrap_item
  .widget_searchform_content
  > form
  > input {
  background: transparent;
  height: 40px;
  margin: 0;
  float: left;
  border: none;
  font-size: 12px;
}
.tb-menu-sidebar
  .widget_cart_search_wrap_item
  .widget_searchform_content
  > form
  > input[type="text"]:focus {
  color: #000;
}
.tb-menu-sidebar
  .widget_cart_search_wrap_item
  .widget_searchform_content
  > form
  > input[type="submit"],
.tb-menu-sidebar
  .widget_cart_search_wrap_item
  .widget_searchform_content
  > form
  > button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  line-height: 40px;
  height: 40px;
  border: none;
  color: #222;
}
.tb-menu-sidebar
  .widget_cart_search_wrap_item
  .widget_searchform_content
  > form
  > input[type="submit"]:hover,
.tb-menu-sidebar
  .widget_cart_search_wrap_item
  .widget_searchform_content
  > form
  > button:hover {
  color: #0188cc;
}
.tb-menu-sidebar .tb-menu-canvas-wrap {
  position: relative;
  display: inline-block;
}
.tb-menu-sidebar a.icon {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 14px;
  display: inline-block;
  min-width: 14px;
}
.tb-menu-sidebar a.icon:hover {
  color: #0188cc;
}
.tb-menu-sidebar .tb-menu-canvas-wrap .tb-menu-account {
  position: absolute;
  border-top: 2px solid #0188cc;
  top: 100%;
  margin-top: -5px;
  right: 0;
  background-color: #fff;
  z-index: 9999;
  min-width: 195px;
  text-align: left;
  padding: 15px 20px 15px 20px;
  white-space: nowrap;
  line-height: 24px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  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 .widget {
  margin-bottom: 6px;
}
.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.widget_nav_menu {
  margin-bottom: -5px;
}
.tb-menu-sidebar
  .tb-menu-canvas-wrap
  .tb-menu-account
  .widget.widget_nav_menu
  .wg-title {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 8px;
}
.tb-menu-sidebar
  .tb-menu-canvas-wrap
  .tb-menu-account
  .widget.widget_nav_menu
  li {
  line-height: 40px;
  border-top: 1px solid #ebebeb;
}
.tb-menu-sidebar
  .tb-menu-canvas-wrap
  .tb-menu-account
  .widget.widget_nav_menu
  li:first-child {
  border-top: none;
}
.tb-menu-sidebar
  .tb-menu-canvas-wrap
  .tb-menu-account
  .widget.widget_nav_menu
  li
  a {
  color: #222;
}
.tb-menu-sidebar
  .tb-menu-canvas-wrap
  .tb-menu-account
  .widget.widget_nav_menu
  li
  a
  i {
  color: #b0b0b0;
  margin-right: 2px;
}
.tb-menu-sidebar
  .tb-menu-canvas-wrap
  .tb-menu-account
  .widget.widget_nav_menu
  li:hover
  a,
.tb-menu-sidebar
  .tb-menu-canvas-wrap
  .tb-menu-account
  .widget.widget_nav_menu
  li:hover
  i,
.tb-menu-sidebar
  .tb-menu-canvas-wrap
  .tb-menu-account
  .widget.widget_nav_menu
  li.current-menu-item
  a,
.tb-menu-sidebar
  .tb-menu-canvas-wrap
  .tb-menu-account
  .widget.widget_nav_menu
  li.current-menu-item
  i {
  color: #0188cc;
}
.tb-menu-sidebar .widget_mini_cart_wrap {
  line-height: 60px;
}
@media (max-width: 360px) {
  .tb-menu-sidebar .widget_mini_cart_wrap .widget_mini_icon {
    position: static !important;
  }
}
.tb-menu-sidebar .widget_mini_icon {
  padding: 0 10px;
}
.tb-menu-sidebar .widget_mini_icon .icon {
  color: #0188cc;
}
.tb-menu-sidebar .widget_mini_icon .icon:hover {
  color: #fff;
}
@media (min-width: 768px) {
  .tb-stick-prepare .tb-header-wrap .tb-header-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.6;
    overflow: hidden;
    height: 0;
    width: 100%;
    z-index: 9999;
  }
  .tb-stick-prepare .tb-header-wrap.tb-header-v2 .tb-header-menu .tb-logo {
    height: 60px !important;
  }
  .tb-stick-prepare .tb-header-wrap.tb-header-v2 .tb-header-menu .tb-logo img {
    max-height: 60px !important;
  }
  .tb-stick-prepare
    .tb-header-wrap.tb-header-v2
    .tb-menu
    .tb-menu-list
    > ul
    > li
    > a {
    line-height: 60px !important;
  }
  .tb-stick-prepare
    .tb-header-wrap.tb-header-v2
    .tb-menu
    .tb-menu-sidebar
    .tb-menu-canvas-wrap,
  .tb-stick-prepare
    .tb-header-wrap.tb-header-v2
    .tb-menu
    .tb-menu-sidebar
    .widget_cart_search_wrap_item,
  .tb-stick-prepare
    .tb-header-wrap.tb-header-v2
    .tb-menu
    .tb-menu-sidebar
    .widget_mini_cart_wrap
    .header {
    line-height: 60px !important;
  }
  .tb-stick-prepare
    .tb-header-wrap.tb-header-v2
    .tb-menu
    .tb-menu-control-mobi {
    line-height: 60px;
  }
  .tb-stick-active .tb-header-wrap .tb-header-menu {
    opacity: 1;
    height: 60px;
  }
  .tb-stick-active .tb-header-wrap .tb-header-menu.active {
    overflow: visible;
  }
  .tb-stick-active .tb-header-wrap.tb-header-v2 .tb-header-menu {
    height: 60px;
  }
  .tb-stick-active.admin-bar .tb-header-wrap .tb-header-menu {
    top: 32px;
  }
  .tb-stick-active .tb-header-wrap .tb-header-menu {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  }
  .admin-bar .mobile-leftbar {
    padding-top: 32px !important;
  }
  body.tb-stick-prepare .tb-header-wrap .tb-header-v2 .tb-header-menu .tb-logo {
    line-height: 60px !important;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .tb-stick-prepare .tb-header-wrap .tb-header-menu .tb-logo {
    height: 80px !important;
  }
  .tb-stick-prepare .tb-header-wrap .tb-header-menu .tb-logo img {
    max-height: 80px !important;
  }
  .tb-stick-prepare .tb-header-wrap .tb-header-menu .tb-menu {
    min-height: 100% !important;
    padding-top: 0 !important;
  }
  .tb-stick-prepare
    .tb-header-wrap
    .tb-header-menu
    .tb-menu
    .tb-menu-list
    > ul
    > li
    > a {
    line-height: 80px !important;
  }
  .tb-stick-prepare
    .tb-header-wrap
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    .tb-menu-canvas-wrap,
  .tb-stick-prepare
    .tb-header-wrap
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    .widget_cart_search_wrap_item,
  .tb-stick-prepare
    .tb-header-wrap
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    .widget_mini_cart_wrap
    .header {
    line-height: 80px;
  }
  .tb-stick-prepare
    .tb-header-wrap
    .tb-header-menu
    .tb-menu
    .tb-menu-control-mobi {
    line-height: 80px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .tb-stick-active .tb-header-wrap .tb-header-menu {
    height: 80px;
  }
}
@media (max-width: 782px) {
  .tb-stick-active.admin-bar .tb-header-wrap .tb-header-menu {
    top: 46px;
  }
  .tb-stick-active.admin-bar .tb-header-wrap.no-top-widget .tb-header-menu {
    top: 0;
  }
  .admin-bar .mobile-leftbar {
    padding-top: 46px !important;
  }
}
.tb-header-wrap {
  position: relative;
  z-index: 999;
}
.tb-header-wrap.tb-header-fixed,
.tb-header-wrap.no-top-widget {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.tb-header-wrap .tb-logo > a {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 40px;
  text-transform: uppercase;
  font-family: Broadway, sans-serif;
  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;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: inline-block;
  vertical-align: middle;
}
.tb-header-wrap .tb-header-menu {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  position: relative;
  z-index: 999;
}
.tb-header-wrap .tb-header-menu .tb-header-menu-inner {
  position: relative;
}
.tb-header-wrap .tb-header-menu .tb-logo {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}
.tb-header-wrap .tb-header-menu .tb-logo > a {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tb-header-wrap .tb-header-menu .tb-menu {
  white-space: nowrap;
}
@media (max-width: 991px) {
  .tb-header-wrap .tb-header-menu .tb-menu {
    text-align: right;
  }
}
.tb-header-wrap.tb-header-v1 .tb-header-menu,
.tb-header-wrap.tb-header-v2 .tb-header-menu,
.tb-header-wrap.tb-header-v3 .tb-header-menu {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.tb-header-wrap.tb-header-v1 .tb-header-menu .tb-menu .tb-extra-menu,
.tb-header-wrap.tb-header-v2 .tb-header-menu .tb-menu .tb-extra-menu,
.tb-header-wrap.tb-header-v3 .tb-header-menu .tb-menu .tb-extra-menu {
  float: right;
}
.tb-header-wrap.tb-header-v1 .tb-header-menu .tb-menu .tb-extra-menu > .widget,
.tb-header-wrap.tb-header-v2 .tb-header-menu .tb-menu .tb-extra-menu > .widget,
.tb-header-wrap.tb-header-v3 .tb-header-menu .tb-menu .tb-extra-menu > .widget {
  display: inline-block;
}
@media (max-width: 991px) {
  .tb-header-wrap.tb-header-v1 .tb-header-menu .widget_mini_cart_wrap,
  .tb-header-wrap.tb-header-v2 .tb-header-menu .widget_mini_cart_wrap,
  .tb-header-wrap.tb-header-v3 .tb-header-menu .widget_mini_cart_wrap {
    position: relative;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .widget_mini_cart_wrap
    .widget_mini_icon,
  .tb-header-wrap.tb-header-v2
    .tb-header-menu
    .widget_mini_cart_wrap
    .widget_mini_icon,
  .tb-header-wrap.tb-header-v3
    .tb-header-menu
    .widget_mini_cart_wrap
    .widget_mini_icon {
    padding: 0 20px;
  }
  .tb-header-wrap.tb-header-v1 .tb-header-menu .widget_mini_cart_wrap:after,
  .tb-header-wrap.tb-header-v2 .tb-header-menu .widget_mini_cart_wrap:after,
  .tb-header-wrap.tb-header-v3 .tb-header-menu .widget_mini_cart_wrap:after {
    position: absolute;
    content: "";
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    height: 16px;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    -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 {
  background-color: #222;
}
.tb-header-wrap.tb-header-v1 .tb-header-menu .tb-logo {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  height: 60px;
  width: 186px;
  background-color: #0188cc;
}
.tb-header-wrap.tb-header-v1 .tb-header-menu .tb-logo > a {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.tb-header-wrap.tb-header-v1 .tb-header-menu .tb-menu {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: calc(100% - 186px);
}
.tb-header-wrap.tb-header-v1 .tb-header-menu .tb-menu .tb-menu-list {
  float: left;
}
.tb-header-wrap.tb-header-v1 .tb-header-menu .tb-menu .tb-menu-list > ul > li {
  font-weight: 400;
}
.tb-header-wrap.tb-header-v1
  .tb-header-menu
  .tb-menu
  .tb-menu-list
  > ul
  > li
  > a {
  color: #fff;
}
@media (min-width: 992px) {
  .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-menu
    .tb-menu-list
    > ul
    > li
    > a {
    line-height: 60px;
  }
}
@media (min-width: 992px) {
  .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-menu
    .tb-menu-list
    > ul
    > li.current_page_item
    > a,
  .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-menu
    .tb-menu-list
    > ul
    > li.current-menu-item
    > a {
    color: #0188cc;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-menu
    .tb-menu-list
    > ul
    > li:hover
    > a {
    color: #0188cc;
  }
}
.tb-header-wrap.tb-header-v1 .tb-header-menu .widget_mini_icon {
  padding: 0 20px;
  position: relative;
}
@media (min-width: 768px) {
  .tb-header-wrap.tb-header-v1 .tb-header-menu .widget_mini_icon:after {
    position: absolute;
    content: "";
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    height: 16px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
}
.tb-header-wrap.tb-header-v1
  .tb-header-menu
  .widget_mini_icon:last-child:after {
  display: none;
}
.tb-header-wrap.tb-header-v1 .tb-header-menu .widget_mini_icon .icon {
  color: #fff;
}
.tb-header-wrap.tb-header-v1 .tb-header-menu .widget_mini_icon .icon:hover {
  color: #0188cc;
}
.tb-header-wrap.tb-header-v2 .tb-header-menu {
  background-color: #0f1923;
}
.tb-header-wrap.tb-header-v2 .tb-header-menu .tb-logo {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  height: 60px;
  width: 190px;
  background-color: #fff;
}
@media (min-width: 992px) {
  .tb-header-wrap.tb-header-v2 .tb-header-menu .tb-logo:after {
    border-bottom: 60px solid transparent;
    border-right: 20px solid #0f1923;
    position: absolute;
    content: "";
    right: 0;
  }
  .tb-header-wrap.tb-header-v2 .tb-header-menu .tb-logo:before {
    position: absolute;
    content: "";
    left: -999px;
    right: 100%;
    background-color: #fff;
    top: 0;
    bottom: 0;
  }
}
.tb-header-wrap.tb-header-v2 .tb-header-menu .tb-menu {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: calc(100% - 190px);
}
@media (min-width: 992px) {
  .tb-header-wrap.tb-header-v2 .tb-header-menu .tb-menu {
    padding-left: 20px;
  }
}
.tb-header-wrap.tb-header-v2 .tb-header-menu .tb-menu .tb-menu-list {
  float: left;
}
.tb-header-wrap.tb-header-v2 .tb-header-menu .tb-menu .tb-menu-list > ul > li {
  font-weight: 400;
}
.tb-header-wrap.tb-header-v2
  .tb-header-menu
  .tb-menu
  .tb-menu-list
  > ul
  > li
  > a {
  color: #fff;
}
@media (min-width: 992px) {
  .tb-header-wrap.tb-header-v2
    .tb-header-menu
    .tb-menu
    .tb-menu-list
    > ul
    > li
    > a {
    line-height: 60px !important;
  }
}
@media (min-width: 992px) {
  .tb-header-wrap.tb-header-v2
    .tb-header-menu
    .tb-menu
    .tb-menu-list
    > ul
    > li.current_page_item
    > a,
  .tb-header-wrap.tb-header-v2
    .tb-header-menu
    .tb-menu
    .tb-menu-list
    > ul
    > li.current-menu-item
    > a {
    color: #0188cc;
    position: relative;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu
    .tb-menu
    .tb-menu-list
    > ul
    > li.current_page_item
    > a:before,
  .tb-header-wrap.tb-header-v2
    .tb-header-menu
    .tb-menu
    .tb-menu-list
    > ul
    > li.current-menu-item
    > a:before {
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    border-bottom: 3px solid #0188cc;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu
    .tb-menu
    .tb-menu-list
    > ul
    > li:hover
    > a {
    color: #0188cc;
  }
}
@media (max-width: 991px) {
  .tb-header-wrap.tb-header-v3 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.tb-header-wrap.tb-header-v3 .tb-header-menu {
  background-color: #fff;
  border-top: 2px solid #0188cc;
}
@media (min-width: 1300px) {
  .tb-header-wrap.tb-header-v3 .tb-header-menu {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
}
.tb-header-wrap.tb-header-v3 .tb-header-menu .tb-logo {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  height: 60px;
  width: 190px;
  background-color: #fff;
}
@media (min-width: 992px) {
  .tb-header-wrap.tb-header-v3 .tb-header-menu .tb-logo {
    height: 90px;
  }
}
.tb-header-wrap.tb-header-v3 .tb-header-menu .tb-menu {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media (min-width: 992px) {
  .tb-header-wrap.tb-header-v3 .tb-header-menu .tb-menu {
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .tb-header-wrap.tb-header-v3 .tb-header-menu .tb-menu {
    width: calc(100% - 190px);
  }
}
.tb-header-wrap.tb-header-v3 .tb-header-menu .tb-menu .tb-menu-list {
  float: left;
}
.tb-header-wrap.tb-header-v3 .tb-header-menu .tb-menu .tb-menu-list > ul > li {
  font-weight: 400;
}
.tb-header-wrap.tb-header-v3
  .tb-header-menu
  .tb-menu
  .tb-menu-list
  > ul
  > li
  > a {
  color: #222;
}
@media (min-width: 992px) {
  .tb-header-wrap.tb-header-v3
    .tb-header-menu
    .tb-menu
    .tb-menu-list
    > ul
    > li
    > a {
    line-height: 90px;
  }
}
@media (min-width: 992px) {
  .tb-header-wrap.tb-header-v3
    .tb-header-menu
    .tb-menu
    .tb-menu-list
    > ul
    > li:hover
    > a,
  .tb-header-wrap.tb-header-v3
    .tb-header-menu
    .tb-menu
    .tb-menu-list
    > ul
    > li.current_page_item
    > a,
  .tb-header-wrap.tb-header-v3
    .tb-header-menu
    .tb-menu
    .tb-menu-list
    > ul
    > li.current-menu-item
    > a {
    color: #0188cc;
  }
}
.tb-header-wrap.tb-header-v3 .tb-menu-control-mobi {
  line-height: 60px;
}
@media (min-width: 992px) {
  .tb-header-wrap.tb-header-v3 .tb-menu-control-mobi {
    line-height: 90px;
  }
}
.tb-header-wrap.tb-header-v3 .tb-menu-control-mobi a {
  color: #0188cc;
}
.tb-header-wrap.tb-header-v3 .tb-menu-sidebar .widget_mini_cart_wrap {
  line-height: 60px;
}
@media (min-width: 992px) {
  .tb-header-wrap.tb-header-v3 .tb-menu-sidebar .widget_mini_cart_wrap {
    line-height: 90px;
  }
}
.tb-header-wrap.tb-header-v3
  .tb-menu-sidebar
  .widget_mini_cart_wrap
  .widget_mini_icon
  .icon:hover {
  color: #222;
}
@media (min-width: 1200px) {
  .tb-header-wrap
    .no-container
    .widget_cart_search_wrap_item
    .widget_searchform_content {
    top: 50%;
    margin-top: -20px;
    background-color: #222;
    box-shadow: none !important;
  }
  .tb-header-wrap
    .no-container
    .widget_cart_search_wrap_item
    .widget_searchform_content
    input {
    color: #fff !important;
  }
  .tb-header-wrap
    .no-container
    .widget_cart_search_wrap_item
    .widget_searchform_content
    input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff;
  }
  .tb-header-wrap
    .no-container
    .widget_cart_search_wrap_item
    .widget_searchform_content
    input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1;
  }
  .tb-header-wrap
    .no-container
    .widget_cart_search_wrap_item
    .widget_searchform_content
    input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1;
  }
  .tb-header-wrap
    .no-container
    .widget_cart_search_wrap_item
    .widget_searchform_content
    input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
  }
  .tb-header-wrap
    .no-container
    .widget_cart_search_wrap_item
    .widget_searchform_content
    input:placeholder-shown {
    /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color: #fff;
  }
  .tb-header-wrap
    .no-container
    .widget_cart_search_wrap_item
    .widget_searchform_content
    button {
    color: #fff;
  }
  .tb-header-wrap
    .no-container
    .widget_cart_search_wrap_item
    .widget_searchform_content:after {
    position: absolute;
    content: "";
    height: 16px;
    left: -5px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    top: 50%;
    margin-top: -8px;
  }
}
.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;
}
.logged-in .tb-menu-sidebar a.icon.tb-user-logout {
  display: block !important;
}
.logged-in .tb-menu-sidebar a.icon.tb-user-login {
  display: none !important;
}
@media (max-width: 767px) {
  .tb-header-wrap .tb-header-menu .tb-menu {
    padding-right: 0 !important;
    width: 100% !important;
    background-color: #000;
  }
  .tb-header-wrap .tb-header-menu .tb-menu .tb-menu-control-mobi {
    float: left;
    margin-left: 15px;
  }
  .tb-header-wrap .tb-header-menu .tb-menu .tb-menu-list {
    left: 0;
    right: auto;
  }
  .tb-header-wrap .tb-header-menu .tb-menu .tb-menu-list ul {
    width: 100% !important;
  }
  .tb-header-wrap .tb-header-menu .tb-menu .tb-menu-list li {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .tb-header-wrap
    .tb-header-menu
    .tb-menu
    .tb-menu-list
    li.menu-item-has-children
    li
    a {
    color: #222 !important;
  }
  .tb-header-wrap .tb-header-menu .tb-menu .tb-menu-list li > a {
    color: #fff !important;
  }
  .tb-header-wrap .tb-header-menu .tb-logo {
    height: 60px;
    width: 100% !important;
    float: none !important;
  }
  .tb-header-wrap .tb-header-menu .tb-logo a {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  .tb-header-wrap .tb-header-menu .tb-header-menu-inner .tb-menu-sidebar {
    position: static;
  }
  .tb-header-wrap.tb-header-v2 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.single .tb-content > .vc_row {
  margin-left: 0;
  margin-right: 0;
}
.tb-service-wrap .tb-service {
  position: relative;
  margin: 0 auto 30px;
}
.tb-service-wrap .tb-service .tb-icon {
  margin-bottom: 20px;
  font-size: 32px;
  cursor: pointer;
}
.tb-service-wrap .tb-service .tb-icon i {
  display: inline-block;
  width: 100%;
}
.tb-service-wrap .tb-service .tb-icon img {
  max-width: 100%;
}
.tb-service-wrap .tb-service .tb-title {
  font-size: 16px;
  color: #0f1923;
  line-height: 18px;
  margin-bottom: 18px;
  font-weight: 700;
  position: relative;
}
.tb-service-wrap .tb-service .tb-content {
  font-size: 13px;
  line-height: 18px;
  color: #858585;
}
.tb-service-wrap .tb-service:hover .tb-icon {
  color: #0188cc;
}
.tb-service-wrap .tb-service.tpl .tb-title {
  font-size: 24px;
}
.tb-service-wrap .tb-service.tpl .tb-icon i {
  color: #fff;
}
.tb-service-wrap .tb-service.tpl .tb-icon:before,
.tb-service-wrap .tb-service.tpl .tb-icon:after {
  border-color: #0188cc;
}
.tb-service-wrap .tb-service.tpl .tb-icon:after {
  background-color: #0188cc;
}
.tb-service-wrap .tb-service.tpl:hover .tb-icon i {
  color: #0188cc;
}
.tb-service-wrap .tb-service.tpl:hover .tb-icon:before,
.tb-service-wrap .tb-service.tpl:hover .tb-icon:after {
  border-color: #efefef;
}
.tb-service-wrap .tb-service.tpl1 {
  border: 1px solid #ebebeb;
  border-radius: 6px;
  margin-top: 35px;
  max-width: 300px;
}
@media (max-width: 991px) {
  .tb-service-wrap .tb-service.tpl1 {
    margin-top: 60px;
  }
}
.tb-service-wrap .tb-service.tpl1 .tb-icon {
  background-color: #0188cc;
  border: none;
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-top: -45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
  font-size: 32px;
  line-height: 80px;
}
.tb-service-wrap .tb-service.tpl1 .tb-icon:hover {
  color: #fff;
}
.tb-service-wrap .tb-service.tpl .tb-icon {
  color: #0188cc;
}
.tb-service-wrap .tb-service.tpl:hover .tb-icon:before,
.tb-service-wrap .tb-service.tpl:hover .tb-icon:after {
  border-color: #efefef;
  background-color: transparent;
}
.tb-service-wrap .tb-service.tpl2 .tb-icon {
  background-color: #0188cc;
  border: none;
  display: inline-block;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
  font-size: 32px;
  line-height: 80px;
}
.tb-service-wrap .tb-service.tpl2 .incremental-counter .num {
  display: inline-block;
}
.tb-service-wrap .tb-service.tpl2 .tb-title {
  color: #222;
  font-size: 16px;
  padding-bottom: 5px;
  background-color: transparent;
  position: relative;
  margin-bottom: 12px;
}
.tb-service-wrap .tb-service.tpl2 .tb-content {
  font-size: 14px;
  color: #666;
}
.tb-service-wrap .tb-service.tpl2:hover .tb-icon {
  color: #222;
}
.tb-service-wrap .tb-service.tpl3 {
  margin-bottom: 35px;
}
.tb-service-wrap .tb-service.tpl3 span {
  display: inline-block;
}
.tb-service-wrap .tb-service.tpl3 .tb-icon {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border: none;
  text-align: center;
  position: absolute;
  left: 8px;
  top: 50%;
  color: #949494;
  transform: translateY(-50%);
}
.tb-service-wrap .tb-service.tpl3 .tb-icon:hover {
  color: #fff;
}
.tb-service-wrap .tb-service.tpl3 .tb-icon .img-icon {
  min-height: 0;
}
.tb-service-wrap .tb-service.tpl3 .tb-content {
  padding-left: 60px;
}
.tb-service-wrap .tb-service.tpl4 {
  background-color: #fff;
  padding: 40px 15px 30px;
  border-top: 3px solid #0188cc;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.tb-service-wrap .tb-service.tpl4 .tb-icon {
  color: #0188cc;
  margin-bottom: 15px;
}
.tb-service-wrap.img-type .tb-title {
  padding-top: 0;
}
.tb-service-wrap.img-type .tb-icon .img-icon {
  min-height: 55px;
}
.tb-service-wrap.empty-icon .tb-title {
  padding-top: 10px;
  margin-bottom: 25px;
}
.tb-service-wrap.custom-about-box .tb-title {
  color: #0188cc;
  margin-bottom: 5px;
  font-style: italic;
}
.tb-service-wrap.custom-about-box .tb-icon {
  top: 0 !important;
  -webkit-transform: translateY(0) !important;
  -moz-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  -o-transform: translateY(0) !important;
}
.tb-service-wrap.custom-about-box .tb-content h3 {
  text-transform: uppercase;
  margin-left: -3px;
  font-size: 16px;
  margin-bottom: 19px;
}
.tb-service-wrap.tb-step {
  padding: 60px 10px 30px;
  border-radius: 10px;
  cursor: pointer;
}
.tb-service-wrap.tb-step .tb-icon {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  line-height: 30px;
  background-color: #0188cc;
}
.tb-service-wrap.tb-step .tb-icon span {
  color: #fff;
  font-size: 18px;
  position: relative;
}
.tb-service-wrap.tb-step .tb-title {
  margin-bottom: 5px;
}
.tb-service-wrap.tb-step.active {
  background-color: #0188cc;
}
.tb-service-wrap.tb-step.active .tb-icon {
  background-color: #fff;
}
.tb-service-wrap.tb-step.active .tb-icon span {
  color: #0188cc;
}
.tb-service-wrap.tb-step.active .tb-text,
.tb-service-wrap.tb-step.active .tb-title {
  color: #fff;
}
@media (min-width: 992px) {
  .tb-service-wrap.tb-custom-box1:before,
  .tb-service-wrap.tb-custom-box1:after {
    content: " ";
    display: table;
  }
  .tb-service-wrap.tb-custom-box1:after {
    clear: both;
  }
  .tb-service-wrap.tb-custom-box1 .tb-service.tpl1 {
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tb-our-services .title-section {
    font-size: 12px;
    line-height: 20px;
  }
  .tb-our-services .title-section .financial-title {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .tb-our-services .title-section .financial-btn {
    margin-top: 15px;
    height: 35px;
    line-height: 35px;
    border-radius: 35px;
    font-size: 12px;
    padding: 0 20px;
  }
}
.blog-info:before,
.blog-info:after {
  content: " ";
  display: table;
}
.blog-info:after {
  clear: both;
}
.ro-author-name {
  font-style: italic;
  font-size: 18px;
  color: #0188cc;
  text-align: right;
}
.plus_more {
  position: relative;
}
.plus_more:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(1, 65, 101, 0.8);
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 1;
}
.plus_more .tb-readmore {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  height: 50px;
  width: 50px;
  overflow: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  z-index: 1;
  text-indent: -999px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background: url("assets/images/icons/plus.png") no-repeat 0 0;
}
.plus_more:hover:before {
  opacity: 1;
}
.plus_more:hover .tb-readmore {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.ro-blog-article .ro-title {
  font-weight: 700;
}
.ro-blog-article .ro-detail span {
  display: inline-block;
}
.ro-blog-article .ro-detail span a {
  color: #0188cc;
}
.ro-blog-article .ro-detail span a:hover {
  color: #aaaaaa;
}
.ro-blog-article .ro-image {
  position: relative;
  display: block;
}
.ro-blog-article .ro-image .ro-note {
  position: absolute;
  top: 35px;
  left: 35px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 15px;
  width: 242px;
  border: 1px solid #aaaaaa;
  overflow: hidden;
}
.ro-blog-article .ro-image .ro-note .ro-note-top,
.ro-blog-article .ro-image .ro-note .ro-note-bottom {
  position: absolute;
  right: 15px;
  font-size: 18px;
  line-height: 18px;
}
.ro-blog-article .ro-image .ro-note .ro-note-top {
  top: 15px;
}
.ro-blog-article .ro-image .ro-note .ro-note-bottom {
  bottom: 15px;
}
.ro-blog-article .ro-image .ro-note .ro-note-content {
  font-style: italic;
  margin: 20px 12px;
  line-height: 25px;
}
.ro-blog-article .ro-image .ro-note .ro-note-content span {
  font-size: 16px;
}
.ro-blog-article .ro-content .ro-author {
  color: #0188cc;
  text-align: right;
  font-style: italic;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}
.ro-blog-article .ro-tag {
  font-style: italic;
  font-weight: 400;
  margin-bottom: 15px;
  color: #0188cc;
}
.ro-blog-article .ro-tag a:hover {
  color: #aaaaaa;
}
.ro-blog-article .ro-social a:not(:first-child) {
  margin-left: 20px;
}
.ro-blog-article .ro-social .ro-like,
.ro-blog-article .ro-social .ro-subscribe {
  padding: 4px 22px 4px 22px;
  display: inline-block;
  font-size: 14px;
  outline: none;
  line-height: 18px;
  text-align: center;
  border-radius: 20px;
}
.ro-blog-article .ro-social .ro-like {
  border: 1px solid #aaaaaa;
  background-color: #eeeeee;
  color: #444444;
}
.ro-blog-article .ro-social .ro-like span {
  margin-left: 15px;
  margin-right: 9px;
  line-height: 14px;
  font-size: 20px;
  font-weight: 400;
}
.ro-blog-article .ro-social .ro-like:hover {
  border: 1px solid #0188cc;
  background-color: #0188cc;
  color: #ffffff;
}
.ro-blog-article .ro-social .ro-subscribe {
  border: 1px solid #0188cc;
  background-color: #0188cc;
  color: #ffffff;
}
.ro-blog-article .ro-social .ro-subscribe:hover {
  border: 1px solid #aaaaaa;
  background-color: #eeeeee;
  color: #444444;
}
.ro-blog-article .ro-loading {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: 58px 0;
}
@media (min-width: 768px) {
  .ro-blog-article .ro-title {
    font-size: 36px;
  }
  .ro-blog-article .ro-note .ro-note-content {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .ro-blog-article .ro-title {
    font-size: 28px;
  }
  .ro-blog-article .ro-note p {
    height: 6.4em;
  }
  .ro-blog-article .ro-note p .ro-note-content {
    font-size: 16px;
  }
  .ro-blog-article .ro-loading {
    margin: 45px 0;
  }
}
@media (min-width: 480px) {
  .ro-blog-article .ro-detail span:not(:first-child) {
    margin-left: 55px;
  }
}
@media (max-width: 479px) {
  .ro-blog-article .ro-image .ro-note {
    display: none;
  }
  .ro-blog-article .ro-detail span:not(:last-child) {
    margin-right: 55px;
  }
}
.ro-blog-article.ro-preview {
  border-bottom: 1px solid #aaaaaa;
  padding-bottom: 70px;
  padding-top: 45px;
}
.ro-blog-article.ro-preview .ro-title {
  font-style: italic;
}
.ro-blog-article.ro-preview .ro-image {
  margin-top: 50px;
  margin-bottom: 50px;
}
.ro-blog-article.ro-preview .ro-content {
  overflow: hidden;
  margin-bottom: 20px;
}
.ro-blog-article.ro-preview .ro-content p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .ro-blog-article.ro-preview .ro-content {
    height: 7.2em;
  }
}
@media (min-width: 651px) {
  .ro-blog-article.ro-preview .ro-detail {
    text-align: right;
  }
}
@media (max-width: 651px) {
  .ro-blog-article.ro-preview .ro-detail {
    text-align: left;
  }
}
.ro-blog-article.ro-style-1 {
  padding-top: 45px;
}
.ro-blog-article.ro-style-1 .ro-title {
  font-style: italic;
  margin-bottom: 20px;
}
.ro-blog-article.ro-style-1 .ro-image {
  margin-top: 30px;
  margin-bottom: 50px;
}
.ro-blog-article.ro-style-1 .ro-content .ro-first-letter::first-letter {
  font-size: xx-large;
  font-weight: 700;
  font-style: italic;
  line-height: 20px;
}
.ro-blog-article.ro-style-1 .ro-related-1 {
  max-width: 200px;
  float: right;
}
.ro-blog-article.ro-style-1 .ro-related-1 p {
  margin-top: 30px;
}
@media (min-width: 651px) {
  .ro-blog-article.ro-style-1 .ro-detail {
    text-align: right;
  }
}
@media (max-width: 651px) {
  .ro-blog-article.ro-style-1 .ro-detail {
    text-align: left;
  }
}
.ro-blog-article.ro-style-2 .ro-title {
  margin-top: 45px;
  margin-bottom: 25px;
}
.ro-blog-article.ro-style-2 .ro-content {
  margin-top: 50px;
}
.ro-blog-comment .ro-header {
  border-bottom: 1px solid #aaaaaa;
}
.ro-blog-comment .ro-header h3 {
  margin-top: 45px;
  margin-bottom: 25px;
}
.ro-blog-comment .ro-header .ro-btn {
  width: 33px;
  height: 33px;
  float: right;
  text-align: center;
  margin-top: 45px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border: 1px solid #aaaaaa;
  background-color: #eeeeee;
  color: #444444;
}
.ro-blog-comment .ro-header .ro-btn i {
  display: block;
  font-size: 30px;
  line-height: 33px;
  color: #444444;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.ro-blog-comment .ro-header .ro-btn:hover {
  border: 1px solid #0188cc;
  background-color: #0188cc;
  color: #ffffff;
}
.ro-blog-comment .ro-header .ro-btn:hover i {
  color: #ffffff;
}
.ro-blog-comment .ro-blog-comment-list {
  margin-bottom: 50px;
}
.ro-blog-comment .ro-blog-comment-list article {
  position: relative;
  padding: 48px 0 0 100px;
}
.ro-blog-comment .ro-blog-comment-list article footer h4 {
  font-style: italic;
  margin: 0 0 18px;
}
.ro-blog-comment .ro-blog-comment-list article footer .ro-profile {
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  top: 48px;
  left: 0;
}
.ro-blog-comment .ro-blog-comment-list article .ro-comment p {
  margin: 0;
}
.ro-blog-comment .ro-blog-comment-list article .ro-footer {
  margin-bottom: 35px;
}
.ro-blog-comment .ro-blog-comment-list article .ro-footer p {
  margin: 0;
  font-size: 14px;
  font-style: italic;
  display: inline-block;
  color: #0188cc;
}
.ro-blog-comment .ro-blog-comment-list article .ro-footer .ro-btn i {
  position: relative;
  top: 5px;
  display: inline-block;
  color: #666666;
  line-height: 20px;
  font-size: 30px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.ro-blog-comment .ro-blog-comment-list article .ro-footer .ro-btn:hover i {
  color: #0188cc;
}
.ro-blog-comment .ro-blog-comment-list article .ro-divide {
  width: 100%;
  height: 0;
  border-bottom: 1px solid #aaaaaa;
}
@media (min-width: 480px) {
  .ro-blog-comment .ro-blog-comment-list article .ro-footer {
    padding-right: 20px;
    text-align: right;
  }
  .ro-blog-comment .ro-blog-comment-list article .ro-footer span {
    float: right;
    margin-left: 5px;
  }
}
@media (max-width: 479px) {
  .ro-blog-comment .ro-blog-comment-list article .ro-footer {
    padding-right: 0;
    text-align: left;
  }
  .ro-blog-comment .ro-blog-comment-list article .ro-footer span {
    float: right;
    margin-left: 0px;
  }
}
.ro-blog-contact-form {
  margin-bottom: 60px;
}
.ro-blog-side-bar .ro-title {
  margin-bottom: 40px;
  background-color: #eeeeee;
  border: 1px solid #aaaaaa;
  width: 100%;
  text-transform: uppercase;
  padding: 10px 0;
  text-align: center;
}
.ro-blog-side-bar .ro-title h5 {
  margin: 0;
  line-height: 18px;
}
.ro-blog-side-bar .ro-title:not(:first-child) {
  margin-top: 40px;
}
.ro-blog-side-bar .ro-news {
  margin-bottom: 20px;
  position: relative;
}
.ro-blog-side-bar .ro-news .ro-image {
  position: absolute;
  top: 8px;
  width: 90px;
  height: 55px;
  float: left;
  opacity: 1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.ro-blog-side-bar .ro-news .ro-image:hover {
  opacity: 0.7;
}
.ro-blog-side-bar .ro-news .ro-content {
  margin-left: 100px;
}
.ro-blog-side-bar .ro-news .ro-content .ro-date {
  margin-top: 10px;
  color: #bdbdbd;
  font-style: italic;
  display: block;
  font-weight: 400;
}
.ro-blog-side-bar .ro-news .ro-content a {
  margin-top: 0;
  color: #444444;
  transition: all 0.3s ease-in-out;
}
.ro-blog-side-bar .ro-news .ro-content a:hover {
  color: #0188cc;
}
.ro-blog-side-bar .ro-contact {
  width: 100%;
}
.ro-blog-side-bar .ro-contact td,
.ro-blog-side-bar .ro-contact th {
  padding-bottom: 10px;
}
.ro-blog-related a {
  margin-bottom: 40px;
  display: block;
  text-align: center;
}
.ro-blog-related a img {
  max-width: 100%;
}
.ro-blog-related a:hover {
  opacity: 0.7;
}
.ro-blog-side-contact {
  width: 100%;
}
.ro-blog-side-contact td,
.ro-blog-side-contact th {
  padding-bottom: 10px;
}
.ro-blog-sidebar-service-list li {
  font-size: 18px;
  line-height: 2.5;
}
.ro-blog-sidebar-service-list li:before {
  content: "\e177";
  vertical-align: -5%;
  font-family: "aqua icon";
  margin-right: 10px;
}
.ro-one-page-post {
  position: relative;
}
.ro-one-page-post.ro-style-2 .ro-one-page-post-content {
  background-color: #d9d8c1;
}
.ro-one-page-post.ro-style-2 .ro-one-page-post-content .ro-heading {
  text-align: right;
}
.ro-one-page-post .ro-image {
  position: relative;
}
.ro-one-page-post .ro-one-page-post-content {
  background-color: #abdce1;
}
.ro-one-page-post .ro-one-page-post-content .ro-heading {
  color: #ffffff;
  font-style: italic;
}
.ro-one-page-post .ro-one-page-post-content .ro-heading::after {
  margin-right: auto;
  margin-left: auto;
  content: " ";
  display: block;
  width: 50px;
  margin-top: 15px;
  height: 0;
  border-top: 2px solid #ffffff;
}
.ro-one-page-post .ro-one-page-post-content .ro-heading.ro-left::after {
  margin-left: 0;
}
.ro-one-page-post .ro-one-page-post-content .ro-heading.ro-right::after {
  margin-right: 0;
}
.ro-one-page-post .ro-one-page-post-content .ro-body {
  width: 100%;
  overflow: hidden;
}
.ro-one-page-post .ro-one-page-post-content .ro-footer {
  margin-bottom: 0;
  text-align: right;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
}
.ro-one-page-post .ro-one-page-post-content .ro-footer span {
  display: inline-block;
}
.ro-one-page-post
  .ro-one-page-post-content
  .ro-footer
  span:not(:first-child):before {
  content: "/";
}
@media (min-width: 1800px) {
  .ro-one-page-post .ro-one-page-post-content {
    padding: 60px 40px 60px 60px;
  }
  .ro-one-page-post .ro-one-page-post-content .ro-heading {
    margin: 0 0 60px;
  }
  .ro-one-page-post .ro-one-page-post-content .ro-body {
    height: 16.2em;
  }
  .ro-one-page-post .ro-one-page-post-content .ro-footer {
    margin-top: 60px;
  }
}
@media (max-width: 1799px) {
  .ro-one-page-post .ro-one-page-post-content {
    padding: 50px 40px 50px 60px;
  }
  .ro-one-page-post .ro-one-page-post-content .ro-heading {
    margin: 0 0 30px;
  }
  .ro-one-page-post .ro-one-page-post-content .ro-body {
    height: 50%;
  }
  .ro-one-page-post .ro-one-page-post-content .ro-footer {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .ro-one-page-post .ro-one-page-post-content .ro-heading {
    font-size: 36px;
  }
  .ro-one-page-post
    .ro-one-page-post-content
    .ro-footer
    span:not(:first-child):before {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 1199px) {
  .ro-one-page-post .ro-one-page-post-content {
    padding: 40px 40px 40px 50px;
  }
  .ro-one-page-post .ro-one-page-post-content .ro-heading {
    margin: 0 0 20px;
    font-size: 24px;
  }
  .ro-one-page-post .ro-one-page-post-content .ro-body {
    height: 7.2em;
  }
  .ro-one-page-post .ro-one-page-post-content .ro-footer {
    margin-top: 20px;
  }
  .ro-one-page-post
    .ro-one-page-post-content
    .ro-footer
    span:not(:first-child):before {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .ro-one-page-post.ro-style-2 .ro-image {
    float: right;
  }
  .ro-one-page-post.ro-style-2 .ro-one-page-post-content {
    left: 0;
  }
  .ro-one-page-post.ro-style-2 .ro-one-page-post-content::before {
    content: " ";
    left: 100%;
    right: -25px;
    top: 60px;
    border-left: 25px solid #d9d8c1;
    border-right: 0;
  }
  .ro-one-page-post .ro-image {
    width: 50%;
  }
  .ro-one-page-post .ro-one-page-post-content {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
  }
  .ro-one-page-post .ro-one-page-post-content::before {
    content: " ";
    width: 0;
    height: 0;
    left: -25px;
    top: 60px;
    position: absolute;
    border-right: 26px solid #abdce1;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
}
@media (max-width: 991px) {
  .ro-one-page-post.ro-style-2 .ro-one-page-post-content::before {
    content: " ";
    left: auto;
    right: 60px;
    top: -25px;
    border-top: 0;
    border-bottom: 25px solid #d9d8c1;
  }
  .ro-one-page-post .ro-image {
    width: 100%;
  }
  .ro-one-page-post .ro-one-page-post-content {
    position: relative;
    padding: 40px 40px 40px 50px;
  }
  .ro-one-page-post .ro-one-page-post-content::before {
    content: " ";
    width: 0;
    height: 0;
    left: 60px;
    top: -25px;
    position: absolute;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 0;
    border-bottom: 25px solid #abdce1;
  }
  .ro-one-page-post .ro-one-page-post-content .ro-heading {
    margin: 0 0 20px;
    font-size: 24px;
  }
  .ro-one-page-post .ro-one-page-post-content .ro-body {
    height: 5.4em;
  }
  .ro-one-page-post .ro-one-page-post-content .ro-footer {
    margin-top: 20px;
  }
  .ro-one-page-post
    .ro-one-page-post-content
    .ro-footer
    span:not(:first-child):before {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 479px) {
  .ro-one-page-post .ro-one-page-post-content .ro-heading {
    font-size: 18px;
  }
  .ro-one-page-post .ro-one-page-post-content .ro-footer {
    text-align: left;
  }
  .ro-one-page-post .ro-one-page-post-content .ro-footer span {
    margin-right: 20px;
  }
  .ro-one-page-post
    .ro-one-page-post-content
    .ro-footer
    span:not(:first-child):before {
    display: none;
  }
}
.tb-blog-template {
  position: relative;
}
.tb-blog-template .tb-one-column .tb-post-item {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 30px;
}
.tb-blog-template .tb-post-item {
  margin: 0 auto 25px;
  background-color: #fff;
}
.tb-blog-template .tb-post-item .tb-media {
  position: relative;
  margin-bottom: 14px;
}
.tb-blog-template .tb-post-item .tb-media.tb-blog-quote:after {
  position: absolute;
  content: "";
  background-color: rgba(15, 25, 35, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.tb-blog-template .tb-post-item .tb-media.tb-blog-quote p {
  z-index: 2;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  font-size: 26px;
  line-height: 26px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.tb-blog-template .tb-post-item .tb-media.tb-blog-quote p:before {
  position: absolute;
  content: "“";
  top: -30px;
  left: 50%;
  margin-left: -4px;
  font-size: 60px;
}
.tb-blog-template .tb-post-item .tb-media.tb-blog-quote:hover p {
  z-index: 0;
}
.tb-blog-template .tb-post-item .tb-media.tb-blog-gallery .carousel-control {
  background: #0f1923;
  background-image: none;
  opacity: 1;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  line-height: 40px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tb-blog-template
  .tb-post-item
  .tb-media.tb-blog-gallery
  .carousel-control:hover {
  background-color: #0188cc;
}
.tb-blog-template
  .tb-post-item
  .tb-media.tb-blog-gallery
  .carousel-control.left {
  margin-left: 20px;
}
.tb-blog-template
  .tb-post-item
  .tb-media.tb-blog-gallery
  .carousel-control.right {
  margin-right: 20px;
}
.tb-blog-template .tb-post-item .tb-content {
  position: relative;
}
.tb-blog-template .tb-post-item .tb-content h3 {
  font-size: 14px;
  color: #000;
  font-weight: 700;
  margin-bottom: 7px;
}
.tb-blog-template .tb-post-item .tb-content h3:hover {
  color: #0188cc;
}
.tb-blog-template .tb-post-item .tb-content .tb-excerpt {
  color: #666;
  line-height: 24px;
  margin-top: 35px;
}
.tb-blog-template .tb-post-item .tb-content .tb-excerpt.tb_dash:after {
  width: 50px;
  top: -20px;
  left: 0;
}
.tb-blog-template .tb-post-item .tb-content .tb-info {
  color: #666;
  margin-bottom: 10px;
}
.tb-blog-template .tb-post-item .tb-content .tb-info a,
.tb-blog-template .tb-post-item .tb-content .tb-info span {
  color: #999;
  font-size: 12px;
}
.tb-blog-template .tb-post-item .tb-content .tb-info .blog-info > span {
  margin-right: 14px;
}
.tb-blog-template .tb-post-item .tb-content .tb-info .blog-info > span a {
  margin-left: 2px;
  text-transform: capitalize;
  font-style: italic;
}
.tb-blog-template .tb-post-item .tb-content .tb-info .blog-info > span a:hover {
  color: #0188cc;
}
.tb-blog-template.tpl .tb-content {
  padding-left: 60px;
}
.tb-blog-template.tpl .tb-content .tb-title {
  font-size: 15px;
}
.tb-blog-template.tpl .tb-one-column .tb-content .tb-title {
  font-size: 15px;
}
.tb-blog-template.tpl .tb-info .tb-blog-date {
  position: absolute;
  top: 5px;
  left: 0;
  border: 1px solid #ccc;
  text-align: center;
  width: 40px;
  height: 60px;
  line-height: 14px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tb-blog-template.tpl .tb-info .tb-blog-date a {
  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%);
  color: #999;
  font-style: normal !important;
}
.tb-blog-template.tpl .tb-info .tb-blog-date a span {
  color: #0188cc;
}
.tb-blog-template.tpl1 .tb-post-item .tb-content .tb-info .tb-blog-date {
  position: static;
}
.tb-blog-template.tpl1 .tb-post-item .tb-content .tb-info span i {
  margin-right: 3px;
}
.tb-blog-template.tpl1 .tb-post-item .tb-content .tb-excerpt {
  margin-top: 0;
}
.tb-blog-template.tpl1 .tb-media {
  margin-bottom: 45px;
}
.tb-blog-template.tpl1 .tb-media .author-avatar {
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -30px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #faf9f5;
  border: 2px solid #fff;
  width: 60px;
  height: 60px;
}
.tb-blog-template.tpl1 .tb-media .author-avatar a {
  display: block;
}
.tb-blog-template.tpl1 .tb-media .author-avatar img {
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tb-blog-template.tpl1.text-left .tb-media .author-avatar {
  left: 50px;
}
.tb-blog-template.tb-blog-padding .tb-content {
  padding-left: 20px;
  padding-right: 20px;
}
.tb-blog-template .tb-blog-video .shortcode-video {
  line-height: 0;
}
.tb-blog-template .owl-controls .owl-nav {
  top: -62px;
}
.tb-blog-template .owl-controls .owl-nav > div {
  font-size: 20px;
  background: transparent !important;
  width: auto;
  margin: 0;
}
.tb-blog-template .owl-controls .owl-nav > div:hover {
  color: #0188cc;
}
.tb-blog-template.tb-blog-list .tb-title {
  margin-bottom: 6px;
}
.tb-blog-template.tb-blog-list .tb-first-post {
  position: relative;
}
.tb-blog-template.tb-blog-list .tb-first-post .tb-caption .tb-inner-caption {
  bottom: 35px;
}
.tb-blog-template.tb-blog-list
  .tb-first-post
  .tb-caption
  .tb-inner-caption
  .tb-title {
  margin-top: 10px;
}
.tb-blog-template.tb-blog-list .tb-caption {
  background-color: rgba(255, 255, 255, 0);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    to(rgba(0, 0, 0, 0.6))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0),
    rgba(0, 0, 0, 0.6)
  );
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0),
    rgba(0, 0, 0, 0.6)
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0),
    rgba(0, 0, 0, 0.6)
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0),
    rgba(0, 0, 0, 0.6)
  );
  max-height: 50%;
  height: 141px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .tb-blog-template.tb-blog-list .tb-caption {
    display: none;
  }
}
.tb-blog-template.tb-blog-list .tb-caption .tb-inner-caption {
  position: absolute;
  width: 100%;
  padding: 0 20px;
  bottom: 20px;
  color: #fff;
}
.tb-blog-template.tb-blog-list .tb-caption .tb-title {
  margin-bottom: 0;
  font-size: 13px;
}
.tb-blog-template.tb-blog-list .tb-caption a {
  color: #fff;
}
.tb-blog-template.tb-blog-list .tb-caption a:hover {
  color: #0188cc;
}
.tb-blog-template.tb-blog-list .tb-caption .tb-info .fa {
  color: #fff;
}
.tb-blog-template.tb-blog-list.tpl1 .tb-media {
  position: relative;
  margin-bottom: 20px;
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
.tb-blog-template.tb-blog-list.tpl1 .tb-media img {
  width: 100%;
}
.tb-blog-template.tb-blog-list.tpl1 .tb-cat ul {
  margin-bottom: 0;
}
.tb-blog-template.tb-blog-list.tpl1 .tb-cat ul li {
  display: block;
}
.tb-blog-template.tb-blog-list.tpl1 .tb-cat ul li a {
  display: inline-block;
  position: relative;
}
.tb-blog-template.tb-blog-list.tpl1 .tb-cat ul li a:before,
.tb-blog-template.tb-blog-list.tpl1 .tb-cat ul li a:after {
  position: absolute;
  content: "";
  top: 50%;
  width: 20px;
  border-top: 1px solid #fff;
}
.tb-blog-template.tb-blog-list.tpl1 .tb-cat ul li a:before {
  left: -30px;
}
.tb-blog-template.tb-blog-list.tpl1 .tb-cat ul li a:after {
  right: -30px;
}
.tb-blog-template.tb-blog-list.tpl1 .tb-first-post .tb-caption .tb-title {
  font-size: 18px;
}
.tb-blog-template.tb-blog-list.tpl1 .tb-change {
  position: absolute;
  right: 0;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  text-align: center;
  top: 10px;
  color: #fff;
}
.tb-blog-template.tb-blog-list.tpl1 .tb-change.up {
  background-color: #a3cd3b;
}
.tb-blog-template.tb-blog-list.tpl1 .tb-change.down {
  background-color: #fd7d1e;
}
.tb-blog-template.tb-blog-list.tpl1 .tb-list-thumb {
  margin-top: 0;
}
.tb-blog-template.tb-blog-list.tpl2 .tb-title {
  font-size: 14.5px;
  margin-bottom: 6px;
}
@media (max-width: 600px) {
  .tb-blog-template.tb-blog-list.tpl2 .col-xs-4,
  .tb-blog-template.tb-blog-list.tpl2 .col-xs-8 {
    width: 100%;
  }
}
.tb-blog-template.tb-blog-list.tpl2 .tb-info a,
.tb-blog-template.tb-blog-list.tpl2 .tb-info span {
  font-size: 12px;
  color: #999;
  text-transform: capitalize;
  font-style: italic;
}
.tb-blog-template.tb-blog-list.tpl2 .tb-info a:hover {
  color: #0188cc;
}
.tb-blog-template.tb-blog-list.tpl2 .tb-info span {
  margin-right: 12px;
}
.tb-blog-template.tb-blog-list.tpl2 .tb-arc-item {
  margin-bottom: 20px;
}
.tb-blog-template.tb-blog-list.tpl2 .tb-arc-item:last-child {
  margin-bottom: 0;
}
.tb-blog-template.tb-blog-list.tpl3 ul {
  list-style-type: decimal-leading-zero;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 29px;
  font-family: Montserrat;
  color: #222;
}
.tb-blog-template.tb-blog-list.tpl3 ul li .tb-arc-item {
  position: relative;
  top: -22px;
}
.tb-blog-template.tb-blog-list.tpl3 ul li .tb-col-thumb {
  float: right;
  width: 70px;
  height: 60px;
}
.tb-blog-template.tb-blog-list.tpl3 ul li .tb-col-content {
  width: calc(100% - 70px);
  float: left;
  margin-top: 5px;
  padding-right: 15px;
}
.tb-blog-template.tb-blog-list.tpl3 ul li .tb-col-content .tb-content {
  margin-top: -5px;
}
.tb-blog-template.tb-blog-list.tpl3 ul li .tb-col-content .tb-title {
  font-size: 13px;
  line-height: 18px;
}
.tb-blog-template.tb-blog-list.tpl3 ul li .tb-col-content .tb-title a:hover {
  color: #0188cc;
}
.tb-blog-template.tb-blog-list .tb-content {
  margin-top: 25px;
}
.tb-blog-template.tb-blog-list .tb-excert {
  margin-top: 8px;
}
.tb-blog-template.tb-blog-list .tb-info .fa {
  color: #999;
  font-size: 12px;
}
.tb-blog-template.tb-blog-list .tb-info span {
  margin-right: 10px;
  font-size: 12px;
}
.tb-blog-template.tb-blog-list .tb-list-thumb {
  margin-top: 20px;
}
.tb-blog-template.tb-blog-list .tb-list-thumb:before,
.tb-blog-template.tb-blog-list .tb-list-thumb:after {
  content: " ";
  display: table;
}
.tb-blog-template.tb-blog-list .tb-list-thumb:after {
  clear: both;
}
.tb-blog-template.tb-blog-list .tb-list-thumb .tb-col-thumb {
  float: left;
  width: 100px;
}
.tb-blog-template.tb-blog-list .tb-list-thumb .tb-col-content {
  float: left;
  width: calc(100% - 100px);
  min-width: 120px;
}
.tb-blog-template.tb-blog-list .tb-list-thumb .tb-col-content .tb-content {
  margin-top: 0;
  padding-left: 15px;
}
.tb-blog-template.tb-blog-list
  .tb-list-thumb
  .tb-col-content
  .tb-content
  .tb-title {
  font-size: 13px;
  line-height: 18px;
}
.tb-blog-template.tb-blog-list.tpl4 .tb-first-post .tb-media {
  position: relative;
  display: inline-block;
}
.tb-blog-template.tb-blog-list.tpl4 .tb-first-post .tb-title {
  position: absolute;
  bottom: 0;
  line-height: 18px;
}
.tb-blog-template.tb-blog-list.tpl4 .tb-list-thumb .tb-title {
  margin-bottom: 0;
}
.tb-blog-template.tb-blog-list.tpl5 .tb-first-post .tb-title {
  font-size: 13px;
  line-height: 18px;
  margin-top: 15px;
}
.tb-blog-template.tb-blog-list.tpl5 .tb-list-thumb .tb-title {
  margin-bottom: 0;
}
.tb-blog-template.tb-blog-list.tpl6 .tb-list-thumb {
  margin-top: 0;
  margin-bottom: 20px;
}
.tb-blog-template.tb-blog-list.tpl6 .tb-list-thumb:before,
.tb-blog-template.tb-blog-list.tpl6 .tb-list-thumb:after {
  content: " ";
  display: table;
}
.tb-blog-template.tb-blog-list.tpl6 .tb-list-thumb:after {
  clear: both;
}
.tb-blog-template.tb-blog-list.tpl6 .tb-list-thumb:last-child {
  margin-bottom: 0;
}
.tb-blog-template.tb-blog-list.tpl6 .tb-list-thumb .tb-col-thumb {
  width: 180px;
}
@media (max-width: 480px) {
  .tb-blog-template.tb-blog-list.tpl6 .tb-list-thumb .tb-col-thumb {
    width: 100px;
  }
}
.tb-blog-template.tb-blog-list.tpl6 .tb-list-thumb .tb-col-content {
  width: calc(100% - 180px);
}
@media (max-width: 480px) {
  .tb-blog-template.tb-blog-list.tpl6 .tb-list-thumb .tb-col-content {
    width: calc(100% - 100px);
  }
}
.tb-blog-template.tb-blog-list.tpl6 .tb-list-thumb .tb-col-content .tb-content {
  margin-top: 20px;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .tb-blog-template.tb-blog-list.tpl4 .tb-list-thumb .tb-col-content,
  .tb-blog-template.tb-blog-list.tpl5 .tb-list-thumb .tb-col-content {
    width: 100%;
  }
  .tb-blog-template.tb-blog-list.tpl4
    .tb-list-thumb
    .tb-col-content
    .tb-content,
  .tb-blog-template.tb-blog-list.tpl5
    .tb-list-thumb
    .tb-col-content
    .tb-content {
    padding-left: 0;
  }
}
.tb-blog .tb-post-item .tb-media {
  position: relative;
  margin-bottom: 16px;
}
.tb-blog .tb-post-item .tb-media.tb-blog-quote:after {
  position: absolute;
  content: "";
  background-color: rgba(15, 25, 35, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.tb-blog .tb-post-item .tb-media.tb-blog-quote p {
  z-index: 2;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  font-size: 26px;
  line-height: 26px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.tb-blog .tb-post-item .tb-media.tb-blog-quote p:before {
  position: absolute;
  content: "“";
  top: -30px;
  left: 50%;
  margin-left: -4px;
  font-size: 60px;
}
.tb-blog .tb-post-item .tb-media.tb-blog-gallery .carousel-control {
  background: #0f1923;
  background-image: none;
  opacity: 1;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  line-height: 40px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tb-blog .tb-post-item .tb-media.tb-blog-gallery .carousel-control:hover {
  background-color: #0188cc;
}
.tb-blog .tb-post-item .tb-media.tb-blog-gallery .carousel-control.left {
  margin-left: 20px;
}
.tb-blog .tb-post-item .tb-media.tb-blog-gallery .carousel-control.right {
  margin-right: 20px;
}
.tb-blog .tb-post-item .tb-content {
  position: relative;
}
.tb-blog .tb-post-item .tb-content .header-blog-info {
  padding-left: 60px;
}
.tb-blog .tb-post-item .tb-content h2 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
}
.tb-blog .tb-post-item .tb-content h2:hover {
  color: #0188cc;
}
.tb-blog .tb-post-item .tb-content .tb-exceprt {
  color: #666;
  line-height: 24px;
  margin-top: 22px;
}
.tb-blog .tb-post-item .tb-content .tb-exceprt > .vc_row {
  margin-left: 0;
  margin-right: 0;
}
.tb-blog .tb-post-item .tb-content .tb-info {
  color: #666;
  margin-bottom: 10px;
}
.tb-blog .tb-post-item .tb-content .tb-info a,
.tb-blog .tb-post-item .tb-content .tb-info span {
  color: #999;
  font-size: 12px;
}
.tb-blog .tb-post-item .tb-content .tb-info .blog-info > span {
  margin-right: 14px;
}
.tb-blog .tb-post-item .tb-content .tb-info .blog-info > span a {
  margin-left: 2px;
  text-transform: capitalize;
  font-style: italic;
}
.tb-blog .tb-post-item .tb-content .tb-info .blog-info > span a:hover {
  color: #0188cc;
}
.tb-blog .tb-post-item .tb-content .tb-info .tb-blog-date {
  position: absolute;
  top: 3px;
  left: 0;
  border: 1px solid #ccc;
  text-align: center;
  width: 40px;
  height: 60px;
  line-height: 14px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tb-blog .tb-post-item .tb-content .tb-info .tb-blog-date a {
  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%);
  color: #999;
  font-style: normal !important;
}
.tb-blog .tb-post-item .tb-content .tb-info .tb-blog-date a span {
  color: #0188cc;
}
.tb-view-more-post {
  margin-top: 10px;
  margin-bottom: 20px;
}
.tb-blog-section .pagination {
  margin-top: 0;
}
.tb-blog-related {
  padding-top: 27px;
}
.tb-blog-related .tb-title {
  text-transform: uppercase;
  font-size: 16px;
  color: #222;
  margin-bottom: 27px;
}
.tb_dash {
  position: relative;
}
.tb_dash:after {
  position: absolute;
  content: "";
  width: 30px;
  left: 0;
  border-top: 2px solid #0188cc;
  bottom: -10px;
}
.tb_dash.text-center:after {
  margin-left: -15px;
  left: 50%;
}
.white .tb_dash:after {
  border-color: #fff;
}
.text-center .tb_dash:after {
  margin-left: -15px;
  left: 50%;
}
@media (max-width: 767px) {
  .text-xs-center .tb_dash:after {
    margin-left: -15px;
    left: 50%;
  }
}
@media (max-width: 991px) {
  .tb-blog-grid.tpl1 .tb-post-item {
    margin-left: auto;
    margin-right: auto;
  }
}
.tb-flex-slider .flex-control-paging {
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  max-height: 20px;
  text-align: center;
}
.tb-flex-slider .flex-control-paging > li {
  display: inline-block;
  margin: 0 5px;
}
.tb-flex-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 {
  color: #0188cc;
  background: #0188cc;
}
.tb-flex-slider li img.img-responsive {
  width: 100%;
}
.tb-testimonial-slider .testi-item {
  max-width: 600px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .tb-testimonial-slider .testi-item {
    padding-right: 50px;
  }
}
.tb-testimonial-slider .testi-item h3 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0;
}
.tb-testimonial-slider .testi-item .tb-excerpt {
  color: #fff;
  font-size: 14px;
  margin-top: 15px;
}
.tb-testimonial-slider .testi-item .tb-excerpt p:last-child {
  margin-bottom: 0;
}
.tb-testimonial-slider .testi-item .tb-desc {
  margin-top: 25px;
}
.tb-testimonial-slider .testi-item .tb-sign {
  margin-top: 20px;
}
.tb-testimonial-slider .testi-item img {
  width: auto;
  display: inline-block;
  overflow: hidden;
}
.tb-testimonial-slider .testi-item .testi-wrap .tb-thumb {
  margin-right: 20px;
  float: left;
  text-align: center;
  width: 120px;
  height: 120px;
  line-height: 120px;
  overflow: hidden;
  -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: 3px solid #0188cc;
  background-color: #fff;
}
.tb-testimonial-slider .testi-item .testi-wrap .tb-content {
  float: left;
  padding-top: 25px;
}
.tb-testimonial-slider .testi-item .testi-wrap .tb-content .tb-author {
  color: #999;
}
.tb-testimonial-slider .testi-item .owl-item {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.tb-testimonial-slider.tb-financial-carousel {
  margin-top: 35px;
}
.tb-testimonial-slider.tb-financial-carousel .owl-nav {
  top: -115px;
  right: 40px;
}
.tb-testimonial-slider.tb-financial-carousel .owl-nav > div {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  font-size: 24px;
  color: #0f1923;
  background-color: #fff;
}
.tb-testimonial-slider.tb-financial-carousel .owl-dots {
  margin-top: 8px;
  text-align: left;
}
.tb-testimonial-slider.tb-financial-carousel .owl-dots > div {
  background-color: transparent;
  border-color: #fff;
}
.tb-testimonial-slider.tb-financial-carousel .owl-dots > div.active {
  width: 15px;
  height: 15px;
}
@media (max-width: 767px) {
  .tb-testimonial-slider.tb-financial-carousel {
    text-align: center;
  }
  .tb-testimonial-slider.tb-financial-carousel .owl-stage-outer {
    padding: 5% 0;
  }
  .tb-testimonial-slider.tb-financial-carousel
    .testi-item
    .testi-wrap
    .tb-thumb {
    float: none;
    margin: 0 auto 10px;
  }
  .tb-testimonial-slider.tb-financial-carousel
    .testi-item
    .testi-wrap
    .tb-content {
    float: none;
  }
}
.tb-star {
  display: inline-block;
  color: #0188cc;
  position: relative;
  letter-spacing: 0.5em;
  font-size: 1em;
}
.tb-star:before {
  content: "\f006\f006\f006\f006\f006";
  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);
  width: 7.2em;
}
.tb-star span {
  position: absolute;
  overflow: hidden;
  top: 0px;
  left: 0;
}
.tb-star span:before {
  content: "\f005\f005\f005\f005\f005";
  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);
}
.tb-portfolio-slider .swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;
}
.tb-portfolio-slider .swiper-slide:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.tb-portfolio-slider .swiper-slide.swiper-slide-active:after {
  display: none;
}
.tb-portfolio-slider .swiper-button-prev {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.tb-portfolio-slider .swiper-button-prev:after {
  content: "\e875";
}
.tb-portfolio-slider .swiper-button-next {
  right: 50%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
}
.tb-portfolio-slider .swiper-button-next:after {
  content: "\e876";
}
.tb-portfolio-slider .swiper-button-prev,
.tb-portfolio-slider .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  background: #fff;
  font-size: 22px;
  color: #000;
}
.tb-portfolio-slider .swiper-button-prev:after,
.tb-portfolio-slider .swiper-button-next:after {
  font-family: "Linearicons-Free";
}
.tb-portfolio-slider .swiper-button-prev:hover,
.tb-portfolio-slider .swiper-button-next:hover {
  color: #fff;
  background: #0188cc;
}
.project-slider .vc_carousel-control {
  display: none;
}
.project-slider .owl-nav {
  position: absolute;
  top: -60px;
  right: 0;
}
.project-slider .owl-nav > div {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: #0f1923;
  color: #fff;
  font-size: 24px;
  text-align: center;
  position: static !important;
  line-height: 38px;
  margin-left: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.project-slider .owl-nav > div:hover {
  background-color: #0188cc;
}
.project-slider .vc_images_carousel .vc_carousel-inner,
.project-slider .vc_images_carousel .vc_carousel-slideline {
  overflow: visible !important;
}
.project-sidebar ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.project-sidebar ul li {
  color: #222;
  margin-bottom: 14px;
}
.tb-team-member {
  max-width: 400px;
  margin: 0 auto;
}
.tb-team-member .tb-team-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: -10px;
}
.tb-team-member .tb-team-wrap img {
  width: 100%;
}
.tb-team-member .tb-team-member-name {
  font-size: 16px;
  color: #0f1923;
  margin-bottom: 0px;
  border-left: 2px solid #0188cc;
  line-height: 30px;
  margin-left: -15px;
  padding-left: 15px;
}
.tb-team-member .tb-team-member-role {
  font-size: 12px;
}
.tb-team-member .tb-team-member-desc {
  border-top: 1px solid #ebebeb;
  font-size: 12px;
  margin-top: 5px;
  padding-top: 2px;
}
.tb-team-member .tb-team-member-desc p:last-child {
  margin-bottom: 10px;
}
.tb-team-member .tb-team-content {
  padding: 27px 15px 5px;
  position: relative;
  overflow: hidden;
}
.tb-team-member.tpl .tb-team-content {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  padding-top: 20px;
  border-bottom: 3px solid #0188cc;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: visible;
  background: #fff;
}
.tb-team-member.tpl .tb-team-wrap {
  margin-bottom: -30px;
  overflow: visible;
}
.tb-team-member.tpl .tb-team-wrap:after {
  position: absolute;
  content: "";
  height: 30px;
  left: 0;
  right: -4px;
  bottom: 30px;
  background: url("assets/images/team-bg.png") no-repeat 0 0;
  background-size: 100% 100%;
  z-index: 1;
}
@media (max-width: 991px) {
  .tb-team-member.tpl .tb-team-wrap:after {
    right: -5px;
  }
}
@media (max-width: 767px) {
  .tb-team-member.tpl .tb-team-wrap:after {
    right: -6px;
  }
}
.tb-team-member.tpl .list-social {
  position: absolute;
  text-align: right;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  right: 5px;
  z-index: 3;
  bottom: 20px;
  white-space: nowrap;
}
.tb-team-member.tpl .list-social a {
  color: #222;
  margin-right: 5%;
}
.tb-team-member.tpl .list-social a:hover {
  color: #0188cc;
}
.tb-team-member.tpl:hover .list-social {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  opacity: 1;
}
.tb-team-member.tpl1 .tb-team-wrap img {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.tb-team-member.tpl1 .list-social {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  opacity: 0;
  height: 50px;
  line-height: 50px;
  background-color: #0188cc;
}
.tb-team-member.tpl1 .list-social a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  padding: 0 5%;
}
.tb-team-member.tpl1 .list-social a:hover {
  color: #fff;
}
.tb-team-member.tpl1:hover .tb-team-wrap img {
  opacity: 0.5;
}
.tb-team-member.tpl1:hover .list-social {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
#instafeed {
  margin-right: -7.5px;
  margin-left: -7.5px;
  max-width: 480px;
}
#instafeed a {
  display: inline-block;
  position: relative;
  float: left;
  overflow: hidden;
  padding: 7.5px;
}
#instafeed a:before {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(1, 65, 101, 0.8);
  position: absolute;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#instafeed a:after {
  position: absolute;
  content: "+";
  font-family: initial;
  top: 50%;
  left: 50%;
  font-size: 25px;
  color: #fff;
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  margin-top: -10px;
  margin-left: -10px;
}
#instafeed a img {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#instafeed a:hover:before,
#instafeed a:hover:after {
  opacity: 1;
  z-index: 1;
}
#instafeed a:hover:after {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
#instafeed a:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
#instafeed.primary-overlay a:before {
  background-color: rgba(1, 136, 204, 0.25);
}
.tb-col-6 a {
  width: 16.667%;
}
.tb-col-5 a {
  width: 20%;
}
.tb-col-4 a {
  width: 25%;
}
.tb-col-3 a {
  width: 33.333%;
}
@media (max-width: 767px) {
  #instafeed a {
    width: 33.333%;
  }
  .text-xs-center #instafeed {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  #instafeed a {
    width: 50%;
  }
}
.tb-timeline {
  list-style: none;
  margin: 0 0 30px 8px;
  padding-left: 90px;
  border-left: 2px solid #ebebeb;
}
.tb-timeline .date {
  margin-top: -25px;
  top: 50%;
  left: -70px;
  font-size: 16px;
  line-height: 20px;
  font-family: Montserrat;
  color: #222;
  position: absolute;
}
.tb-timeline .circle {
  margin-top: -25px;
  top: 50%;
  left: -101px;
  width: 20px;
  height: 20px;
  background: #222;
  border-radius: 50%;
  display: block;
  position: absolute;
}
.tb-timeline .content {
  max-height: 20px;
  position: relative;
  padding-top: 10px;
}
.tb-timeline .content p {
  max-height: 0;
  color: transparent;
  text-align: justify;
  word-break: break-word;
  hyphens: auto;
  overflow: hidden;
}
.tb-timeline label {
  font-size: 16px;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  text-transform: uppercase;
  color: #222;
  font-weight: 700;
  top: 10px;
  transition: transform 0.2s linear;
}
.tb-timeline .radio {
  display: none;
}
.tb-timeline .radio:checked + .relative .date,
.tb-timeline .radio:checked + .relative .circle {
  margin-top: -60px;
}
.tb-timeline .radio:checked + .relative label {
  cursor: auto;
}
.tb-timeline .radio:checked + .relative .circle {
  background: #0188cc;
}
.tb-timeline .radio:checked + .relative:after {
  position: absolute;
  content: "";
  height: 110%;
  border-left: 2px solid #0188cc;
  left: -92px;
  top: 0;
}
.tb-timeline .radio:checked ~ .content {
  max-height: 100px;
  transition: max-height 0.4s linear;
}
.tb-timeline .radio:checked ~ .content p {
  max-height: 150px;
  font-size: 14px;
  color: #666;
  transition: color 0.3s linear 0.3s;
}
.tb-timeline li {
  padding: 30px 0 20px;
  position: relative;
}
.tb-timeline p {
  margin: 0 0 15px;
}
@media screen and (max-width: 767px) {
  .tb-timeline {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  .tb-timeline li {
    margin: 50px 0;
  }
  label {
    width: 85%;
    font-size: 1.1em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    transform: translateX(18px);
  }
  .content {
    padding-top: 45px;
    border-color: #eee9dc;
  }
  .content:before,
  .content:after {
    border: solid transparent;
    bottom: 100%;
  }
  .content:before {
    border-bottom-color: inherit;
    border-width: 17px;
    top: -16px;
    left: 50px;
    margin-left: -17px;
  }
  .content:after {
    border-bottom-color: #48b379;
    border-width: 20px;
    top: -20px;
    left: 50px;
    margin-left: -20px;
  }
  .content p {
    font-size: 0.9em;
    line-height: 1.4;
  }
  .circle,
  .date {
    display: none;
  }
}
.portfolio-template .grid-item {
  float: left;
}
.portfolio-template .grid-item .inner-box {
  background-color: #fff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.portfolio-template .grid-item .tb-image {
  position: relative;
}
.portfolio-template .grid-item img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto !important;
}
.portfolio-template .grid-item h3 {
  font-size: 14px;
  color: #222;
  font-weight: 600;
  text-transform: capitalize;
  margin: 18px 0 12px;
}
.portfolio-template .grid-item p {
  margin-bottom: 0;
  font-size: 13px;
}
.grids-portfolio .grid-item {
  margin-bottom: 30px;
}
.grids-portfolio .grid-item::before {
  left: 15px;
  right: 15px;
}
.tb-financial-carousel.no-padding .grid-item {
  padding-left: 0;
  padding-right: 0;
}
.tb-list-portfolio .tb-view-all {
  margin-top: 81px;
  width: 140px;
  background-color: #fff;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  color: #242626;
  font-size: 12px;
  font-weight: 700;
}
.tb-list-portfolio .tb-view-all:hover {
  color: #fff;
  background-color: #0188cc;
}
.tb-list-portfolio .controls-filter {
  margin-left: 0;
  margin-bottom: 40px;
}
.tb-list-portfolio .controls-filter .filter {
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ebebeb;
  margin: 0 4px;
}
@media (max-width: 767px) {
  .tb-list-portfolio .controls-filter .filter {
    padding: 0 2%;
  }
}
.tb-list-portfolio .controls-filter .filter a {
  font-size: 13px;
  position: relative;
  font-weight: 400;
  color: #898989;
  text-transform: uppercase;
}
.tb-list-portfolio .controls-filter .filter a span {
  margin-left: 12px;
}
.tb-list-portfolio .controls-filter .filter.active {
  background-color: #0188cc;
  border-color: #0188cc;
}
.tb-list-portfolio .controls-filter .filter.active a {
  color: #fff !important;
}
.tb-list-portfolio .controls-filter .filter:hover {
  border-color: #0188cc;
}
.tb-list-portfolio .controls-filter .filter:hover a {
  color: #0188cc;
}
.tb-list-portfolio .tb-viewmore {
  position: relative;
}
.tb-list-portfolio .tb-viewmore.has_pagination {
  margin-bottom: 40px;
}
.tb-list-portfolio .tb-viewmore .fa-spinner {
  font-size: 50px;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -60px;
  margin-left: -25px;
  color: #0188cc;
}
.tb-list-portfolio .pagination {
  margin-top: 0;
}
.tb-list-portfolio.tb-custom-filter .filter {
  border: none;
  background-color: transparent !important;
}
.tb-list-portfolio.tb-custom-filter .filter.active {
  position: relative;
}
.tb-list-portfolio.tb-custom-filter .filter.active:before,
.tb-list-portfolio.tb-custom-filter .filter.active:after,
.tb-list-portfolio.tb-custom-filter .filter.active a:after,
.tb-list-portfolio.tb-custom-filter .filter.active a:before {
  position: absolute;
  content: "";
  border-top: 1px solid #0188cc;
  width: 10px;
  left: 2px;
  top: 50%;
}
.tb-list-portfolio.tb-custom-filter .filter.active:after {
  left: auto;
  right: 2px;
}
.tb-list-portfolio.tb-custom-filter .filter.active a {
  color: #0188cc !important;
}
.tb-list-portfolio.tb-custom-filter .filter.active a:after,
.tb-list-portfolio.tb-custom-filter .filter.active a:before {
  top: 50%;
  margin-top: 4px;
  width: 20px;
  left: -28px;
}
.tb-list-portfolio.tb-custom-filter .filter.active a:after {
  left: auto;
  right: -28px;
}
.tb-list-portfolio.tb-custom-filter .controls-filter {
  margin-bottom: 38px;
}
.tb-list-portfolio.no-padding .grid-item {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.tb-list-portfolio.no-padding .grid-item:before {
  left: 0;
}
.have-overlay .tb-list-portfolio .controls-filter .filter a {
  color: #fff;
}
@media (max-width: 767px) {
  .tb-list-portfolio .portfolio-template {
    height: auto !important;
    visibility: visible !important;
  }
  .tb-list-portfolio .portfolio-template .grid-item {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    text-align: center;
    display: block !important;
  }
  .tb-list-portfolio .portfolio-template .grid-item img {
    margin: 0 auto;
  }
}
.tb-financial-carousel .owl-controls {
  width: 100%;
}
.tb-financial-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: -80px;
}
.tb-financial-carousel .owl-nav > div {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #0f1923;
  display: inline-block;
  margin-left: 18px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.tb-financial-carousel .owl-nav > div span.lnr {
  font-weight: 700;
  font-size: 18px;
}
.tb-financial-carousel .owl-nav > div span.lnr.lnr-chevron-right {
  padding-left: 3px;
}
.tb-financial-carousel .owl-nav > div:hover {
  background-color: #0188cc;
  color: #fff;
}
@media (min-width: 1200px) {
  .tb-financial-carousel.middle-nav .owl-nav {
    top: 50%;
    width: 100%;
    height: 0;
    margin-top: -20px;
  }
  .tb-financial-carousel.middle-nav .owl-nav .owl-prev {
    margin-left: -55px;
  }
  .tb-financial-carousel.middle-nav .owl-nav .owl-next {
    float: right;
    margin-right: -55px;
  }
}
.tb-financial-carousel .owl-dots {
  text-align: center;
  width: 100%;
  margin-top: 10px;
}
.tb-financial-carousel .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 2px solid #0f1923;
  display: inline-block;
  margin: 0 5px;
  border-radius: 50%;
}
.tb-financial-carousel .owl-dots .owl-dot.active {
  border-color: #0188cc;
}
.tb-financial-carousel .owl-dots > div {
  background-color: transparent;
}
.tb-financial-carousel .owl-dots > div.active {
  width: 15px;
  height: 15px;
}
.tb-financial-carousel.hide-page .owl-dots {
  display: none;
}
.tb-financial-carousel .owl-item > .wpb_column {
  width: 100%;
}
.tb-financial-carousel .owl-item > .wpb_column .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
.tb-financial-carousel .owl-item > .grid-item {
  padding-left: 0;
  padding-right: 0;
}
.tb-financial-carousel.normal-nav .owl-nav {
  top: 50%;
  left: 0;
  margin-top: -20px;
}
.tb-financial-carousel.normal-nav .owl-nav > div {
  position: absolute;
  background-color: #0f1923;
  color: #fff;
}
.tb-financial-carousel.normal-nav .owl-nav > div span {
  font-size: 14px;
}
.tb-financial-carousel.normal-nav .owl-nav > div:hover {
  background-color: #0188cc;
}
.tb-financial-carousel.normal-nav .owl-nav > div.owl-prev {
  left: 0;
}
.tb-financial-carousel.normal-nav .owl-nav > div.owl-next {
  right: 20px;
}
.tb-financial-carousel.normal-page .owl-dot.active {
  border-color: #0188cc;
  width: 12px;
  height: 12px;
}
.tb_vc_chart.vc_line-chart {
  position: relative;
}
.tb_vc_chart.vc_line-chart .wpb_heading {
  font-size: 10px;
  font-family: Open Sans;
  text-transform: uppercase;
  position: relative;
  padding-left: 16px;
  margin-left: 14px;
  margin-bottom: 0;
  line-height: 1;
}
.tb_vc_chart.vc_line-chart .wpb_heading:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #0188cc;
  top: 50%;
  left: 0;
  margin-top: -5px;
}
.tb_vc_chart.vc_line-chart .vc_chart-with-legend {
  width: 100%;
}
.tb_vc_chart.vc_line-chart .vc_chart-legend {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  font-size: 11px;
  font-weight: 700;
}
.tb_vc_chart.vc_line-chart .vc_chart-legend li {
  display: inline-block;
  margin-left: 10px;
}
.tb_vc_chart.vc_line-chart .vc_chart-legend li span {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tb_vc_chart.vc_line-chart.custom-chart-bar .vc_chart-legend {
  margin-top: -35px !important;
}
.tb_vc_chart.vc_line-chart.custom-chart-bar .vc_chart-legend li {
  margin-left: 20px;
}
.tb_vc_chart.vc_round-chart {
  position: relative;
}
.tb_vc_chart.vc_round-chart .vc_chart-legend {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 30%;
  white-space: nowrap;
}
.tb_vc_chart.vc_round-chart .vc_chart-legend li span {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tb_vc_chart.vc_round-chart #pieChart {
  margin-bottom: -25px;
}
.title-chart-custom h6 {
  font-size: 12px;
  padding-left: 30px;
  position: relative;
}
.title-chart-custom h6 img {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .tb-countto-box {
    margin-bottom: 45px;
  }
}
.tb-countto-box .countup-item {
  position: relative;
}
@media screen and (min-width: 992px) {
  .tb-countto-box .countup-item:after {
    position: absolute;
    content: "";
    border-right: 1px solid #ccc;
    height: 100%;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    top: -5%;
    right: -15px;
  }
}
.tb-countto-box .countup-item .tb-icon {
  color: #666;
  margin-bottom: 5px;
  display: inline-block;
}
.tb-countto-box .countup-item .tb-icon .fa {
  font-size: 50px;
  color: #0188cc;
  margin-bottom: 10px;
}
.tb-countto-box .countup-item .tb-icon span {
  font-size: 46px;
  color: #0188cc;
  font-weight: 700;
  font-family: Montserrat;
  display: block;
}
.tb-countto-box .countup-item p {
  font-size: 14px;
  color: #666;
}
.tb-countto-box.hide-slash .countup-item:after {
  display: none;
}
.tb-countto-box.white .countup-item p {
  color: #0188cc;
}
.tb-countto-box.white .countup-item:after {
  border-color: #fff;
}
.tb-countto-box.white .tb-icon span {
  color: #fff;
}
.tb-info-box-wrap {
  position: relative;
}
.tb-info-box-wrap .tb-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.tb-info-box-wrap .tb-title {
  font-size: 82px;
  font-family: Montserrat;
  color: #0188cc;
  font-weight: 400;
}
.tb-info-box-wrap .tb-link {
  font-size: 21px;
  color: #0188cc;
}
.tb-info-box-wrap .tb-link:hover {
  color: #222;
}
.tb-info-box-wrap .tb-thumb img {
  display: inline-block;
}
.tb-info-box-wrap.tpl1 .tb-title {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.tb-info-box-wrap.tpl1:hover .tb-title {
  -webkit-animation-name: flash;
  animation-name: flash;
}
.tb-info-box-wrap.tpl3 .tb-title {
  font-size: 32px;
  margin-bottom: 5px;
}
.tb-info-box-wrap.tpl3 .tb-link {
  font-size: 13px;
}
.tb-info-box-wrap.tpl3 .tb-content {
  position: static;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.tb-info-box-wrap.tpl2 {
  position: relative;
}
.tb-info-box-wrap.tpl2::before,
.tb-info-box-wrap.tpl2::after {
  position: absolute;
  top: 12px;
  right: 12px;
  bottom: 12px;
  left: 12px;
  content: "";
  opacity: 1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.tb-info-box-wrap.tpl2::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.tb-info-box-wrap.tpl2::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.tb-info-box-wrap.tpl2:hover::before,
.tb-info-box-wrap.tpl2:hover::after {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  opacity: 0;
}
.tb-info-box-wrap.tpl2 .tb-excerpt {
  font-size: 14px;
  color: #0188cc;
}
.tb-info-box-wrap.tpl2 .tb-author h5 {
  font-size: 24px;
  font-family: Montserrat;
  font-weight: 400;
  margin-bottom: 5px;
  color: #0188cc;
}
.tb-info-box-wrap.tpl2 .tb-author h6 {
  font-size: 14px;
  font-weight: 400;
  color: #0188cc;
}
.tb-info-box-wrap.underline_title .tb-title {
  position: relative;
}
.tb-info-box-wrap.underline_title .tb-title:after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #0188cc;
  width: 8.5%;
  bottom: -10px;
  left: 0;
}
.tb-info-box-wrap.text-center.underline_title .tb-title:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.wpb_single_image.effect-bubba {
  overflow: hidden;
}
.wpb_single_image.effect-bubba figure {
  position: relative;
  width: 100%;
}
.wpb_single_image.effect-bubba figure img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  display: block;
}
.wpb_single_image.effect-bubba figure .vc_single_image-wrapper {
  position: relative;
  width: 100%;
}
.wpb_single_image.effect-bubba figure .vc_single_image-wrapper::before,
.wpb_single_image.effect-bubba figure .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;
}
.wpb_single_image.effect-bubba figure .vc_single_image-wrapper::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.wpb_single_image.effect-bubba figure .vc_single_image-wrapper::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.wpb_single_image.effect-bubba figure:hover img {
  opacity: 0.7;
}
.wpb_single_image.effect-bubba figure:hover .vc_single_image-wrapper:before,
.wpb_single_image.effect-bubba figure:hover .vc_single_image-wrapper:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 3;
}
.tb-no-hover-effect.wpb_single_image figure .vc_single_image-wrapper:before {
  display: none;
}
.tb-custom-summer-vacation h2 {
  margin-left: -3px;
}
.tb-custom-summer-vacation .fa {
  min-width: 13px;
  text-align: center;
  display: inline-block;
}
.tb-custom-countdown-left {
  text-align: left;
}
.tb-custom-countdown-left > span {
  font-size: 40px;
}
.tb-custom-countdown-left > span:first-child {
  margin-left: 0;
}
.tb-custom-countdown-left > span span {
  color: #898989;
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}
.tb-custom-author-blog {
  margin-top: 30px;
}
.tb-custom-author-blog .tb-info {
  margin-top: 10px;
}
.tb-custom-author-blog .tb-social {
  margin-top: 27px;
}
.tb-custom-author-blog .tb-social a {
  margin: 0 18px;
}
.tb-custom-author-blog .tb-social a:hover {
  color: #0188cc;
}
.tb-custom-author-blog img {
  max-width: 130px;
}
.tb-custom-author-blog h5 {
  margin-bottom: 5px !important;
}
.tb-social-buttons {
  margin-right: -4px;
  margin-left: -4px;
  font-size: 16px;
  margin-bottom: 20px;
}
.tb-social-buttons a {
  width: auto;
  height: 40px;
  font-size: 12px;
  padding: 0 20px;
  line-height: 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  color: #fff;
}
.tb-social-buttons a span {
  display: inline-block;
  margin-left: 10px;
}
.tb-social-buttons a:before {
  color: #fff !important;
}
.tb-social-buttons a:after {
  display: none;
}
.tb-social-buttons .icon-fb {
  background-color: #3b5997;
}
.tb-social-buttons .icon-gplus {
  background-color: #fb7171;
}
.tb-social-buttons .icon-twitter {
  background-color: #36b9ff;
}
.tb-social-buttons .icon-pinterest {
  background-color: #bd081c;
}
.border-newsletter {
  position: relative;
}
.border-newsletter:before,
.border-newsletter:after {
  content: "";
  position: absolute;
  height: 12px;
  right: 0;
  left: 0;
  background: transparent url("assets/images/border-bg.png") repeat-x 0 0;
  display: block !important;
}
.border-newsletter:before {
  top: 0;
}
.border-newsletter:after {
  bottom: 0;
}
.tb-newsletter-form:before,
.tb-newsletter-form:after {
  content: " ";
  display: table;
}
.tb-newsletter-form:after {
  clear: both;
}
@media (max-width: 767px) {
  .tb-newsletter-form {
    text-align: center;
  }
  .tb-newsletter-form .newsletter-field {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .tb-newsletter-form .newsletter-field {
    display: inline-block;
    float: left;
    clear: none !important;
  }
}
@media (min-width: 768px) {
  .tb-newsletter-form .newsletter-field-email {
    width: calc(100% - 160px);
  }
}
.tb-newsletter-form .newsletter-field-email > label {
  font-family: Montserrat !important;
  font-size: 42px !important;
  color: #222 !important;
  display: inline-block !important;
}
@media (min-width: 768px) {
  .tb-newsletter-form .newsletter-field-email > label {
    width: 200px;
    float: left;
  }
  .tb-newsletter-form .newsletter-field-email > label + br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tb-newsletter-form .newsletter-field-email > label {
    margin-bottom: 20px;
  }
}
.tb-newsletter-form .newsletter-field-email .newsletter-email {
  height: 54px;
  background-color: #222;
  font-size: 13px !important;
  padding: 20px 0 !important;
  color: #fff;
  border-radius: 0 !important;
  width: 100% !important;
}
.tb-newsletter-form
  .newsletter-field-email
  .newsletter-email::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: "#fff";
}
.tb-newsletter-form .newsletter-field-email .newsletter-email:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: "#fff";
  opacity: 1;
}
.tb-newsletter-form
  .newsletter-field-email
  .newsletter-email::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: "#fff";
  opacity: 1;
}
.tb-newsletter-form
  .newsletter-field-email
  .newsletter-email:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: "#fff";
}
.tb-newsletter-form
  .newsletter-field-email
  .newsletter-email:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: "#fff";
}
@media (min-width: 768px) {
  .tb-newsletter-form .newsletter-field-email .newsletter-email {
    float: left;
    width: calc(100% - 210px) !important;
  }
}
@media (max-width: 767px) {
  .tb-newsletter-form .newsletter-field-email .newsletter-email {
    margin-bottom: 15px;
  }
}
.tb-newsletter-form .newsletter-button {
  display: inline-block;
  width: 150px;
  height: 54px;
  background-color: #d4b870;
  color: #fff;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 54px;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.tb-newsletter-form .newsletter-button:hover {
  background-color: #0188cc;
}
.vc_images_carousel .owl-carousel .owl-item {
  text-align: center;
}
@media (max-width: 480px) {
  .vc_images_carousel .owl-carousel .owl-item {
    text-align: left;
    padding-left: 2.5%;
  }
}
@media (max-width: 480px) and (max-width: 360px) {
  .vc_images_carousel .owl-carousel .owl-item {
    padding-left: 1.5%;
  }
}
.vc_images_carousel .owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
  opacity: 0.8;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.vc_images_carousel .owl-carousel .owl-item:hover img {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}
.vc_images_carousel .vc_carousel-control {
  display: none;
}
.vc_images_carousel .owl-nav > div {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 6%;
  line-height: 29px;
  background-color: #0188cc;
  color: #fff;
  left: 0;
}
.vc_images_carousel .owl-nav > div.owl-next {
  right: 0;
  left: auto;
}
.easing-animation-long .btn-view-more:hover a,
.easing-animation-long .btn-view-more2:hover a,
.easing-animation-long .tp-caption.rev-btn:hover a {
  color: #fff;
}
.tb-list-blog .widgettitle {
  display: none;
}
.tb-list-blog .widget li {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 15px;
  padding-top: 15px;
}
.tb-list-blog .widget li a {
  color: #666;
  line-height: 21px;
}
.tb-list-blog .widget li a:hover {
  color: #0188cc;
}
.tb-list-blog .widget li span {
  font-size: 18px;
  font-family: Montserrat;
  line-height: 1;
  display: block;
  color: #0188cc;
  text-transform: lowercase;
}
.tb-list-blog .widget li:last-child {
  border-bottom: none;
}
.vc_general.about-according.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-heading {
  border-radius: 0 !important;
  border-color: #ebebeb;
  background-color: #fff !important;
}
.vc_general.about-according.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-heading
  a {
  color: #898989;
  padding: 18px 16px 18.5px;
  font-size: 12px;
}
.vc_general.about-according.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-heading
  .vc_tta-title-text:not(:empty):not(:first-child) {
  margin-left: 11px;
}
.vc_general.about-according.vc_tta-style-classic .vc_tta-panel.vc_active {
  border: 1px solid #ebebeb;
}
.vc_general.about-according.vc_tta-style-classic
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading {
  border: none;
}
.vc_general.about-according.vc_tta-style-classic
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading
  .vc_tta-panel-title {
  border-top: 1px solid #ebebeb;
}
.vc_general.about-according.vc_tta-style-classic
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading
  a {
  color: #f26522;
  padding-bottom: 0;
}
.vc_general.about-according.vc_tta-style-classic
  .vc_tta-panel.vc_active
  .vc_tta-panel-body {
  padding-top: 5px;
  padding-left: 38px;
}
.vc_general.about-according.vc_tta-style-classic .vc_tta-panel .vc_tta-icon {
  position: relative;
  top: -2px;
}
.tb-custom-contact label {
  font-size: 14px;
  color: #222;
  font-weight: 700;
  margin-bottom: 5px;
}
.tb-custom-contact .form-control {
  height: 50px;
  background-color: #f5f5f5;
  color: #898989;
  font-size: 12px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  line-height: 50px;
}
.tb-custom-contact textarea {
  min-height: 295px;
}
.img-width-auto img {
  width: auto !important;
  display: inline-block !important;
}
.img-width-auto .vc_single_image-wrapper:before,
.img-width-auto .vc_single_image-wrapper:after {
  display: none;
}
.flexslider,
.tb-flex-slider {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.flexslider .flex-direction-nav a,
.tb-flex-slider .flex-direction-nav a {
  height: 50px;
  line-height: 50px;
  box-shadow: none;
  text-shadow: none;
}
.flexslider .flex-direction-nav a:before,
.tb-flex-slider .flex-direction-nav a:before {
  font-family: "Linearicons-Free";
}
.flexslider .flex-direction-nav a:hover,
.tb-flex-slider .flex-direction-nav a:hover {
  color: #0188cc;
}
.flexslider .flex-nav-prev a:before,
.tb-flex-slider .flex-nav-prev a:before {
  content: "\e875";
}
.flexslider .flex-nav-next a:before,
.tb-flex-slider .flex-nav-next a:before {
  content: "\e876";
}
.financial-gallery-list {
  max-height: 720px;
  position: relative;
}
@media (max-width: 1400px) {
  .financial-gallery-list {
    max-height: 540px;
  }
}
@media (max-width: 767px) {
  .financial-gallery-list {
    max-height: 360px;
  }
}
.financial-gallery-list:after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.financial-gallery-list > a {
  float: left;
}
.tb-contact-info .tb-icon {
  float: left;
  margin-right: 15px;
  padding-top: 7px;
}
.tb-contact-info .tb-icon .lnr {
  font-size: 34px;
  color: #898989;
}
.tb-contact-info .tb-content {
  font-size: 13px;
}
.max-830 {
  max-width: 830px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.tb-wave-bg3 > .container {
  position: relative;
}
.tb-wave-bg3 > .container:before {
  background: url("assets/images/bg-wave3.png") no-repeat 0 0;
  background-size: contain;
  position: absolute;
  content: "";
  height: 15px;
  top: -14px;
  z-index: 2;
  display: block;
  left: 15px;
  right: 15px;
}
.verticaltext {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  white-space: nowrap;
}
.custom-about-text .verticaltext {
  position: absolute;
  top: 100%;
  left: -16.66%;
  margin-left: 15px;
}
.custom-about-text .verticaltext h2 {
  font-size: 36px;
  margin-bottom: 15px;
}
.custom-about-text .normaltext p {
  margin-bottom: 18px;
}
.custom-about-text .normaltext h3 {
  font-size: 26px;
}
.drop-caps p {
  line-height: 24px;
}
.drop-caps p:first-child:first-letter {
  float: left;
  color: #fff;
  padding: 0 15px;
  margin-right: 10px;
  border-radius: 4px;
  background-color: #0188cc;
  line-height: 40px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .tb-fix-padding-mobile .container > .row > .wpb_column {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .tb-fix-padding-mobile .container > .row > .wpb_column .vc_row > .wpb_column {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .tb-fix-padding-mobile
    .container
    > .row
    > .wpb_column
    .vc_row
    > .wpb_column
    .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .custom-infobox > .vc_column-inner {
    padding-left: 0 !important;
  }
}
.tb-primary-btn.vc_btn3-container .vc_btn3.vc_general {
  height: 45px;
  padding: 0 40px;
  line-height: 45px;
  color: #fff;
  border-radius: 45px;
  background: #0188cc;
  text-transform: uppercase;
  -webkit-box-shadow: 0 2px 0 #0177b3;
  -moz-box-shadow: 0 2px 0 #0177b3;
  box-shadow: 0 2px 0 #0177b3;
  border: none;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.tb-primary-btn.vc_btn3-container .vc_btn3.vc_general:hover {
  color: #fff;
  background: #006293;
  -webkit-box-shadow: 0 2px 0 #006293;
  -moz-box-shadow: 0 2px 0 #006293;
  box-shadow: 0 2px 0 #006293;
}
.tb-primary-btn.white button.vc_general {
  background-color: #fff !important;
  color: #0188cc !important;
}
#wrap-over-bottom .tpl4.tb-service {
  margin-bottom: 5px;
}
#wrap-over-bottom .owl-dots {
  margin-top: 10px;
}
.custom-server-post .tb-service-wrap .tb-service .tb-title {
  font-size: 14px;
  margin: 0 0 12px;
}
.custom-server-post .tb-service-wrap .tb-service .tb-icon {
  margin-bottom: 19px;
}
.banner-text h2 {
  font-size: 26px;
}
.custom-mg1 .tb-desc.tb_dash:after {
  bottom: -20px;
}
.banner-lef-full {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 50% 100%;
}
@media (max-width: 767px) {
  .banner-lef-full {
    background-size: cover;
  }
}
.tb-list-social a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  line-height: 44px;
  display: inline-block;
  border: 2px 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;
  color: #fff;
  margin-left: 5px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.tb-list-social a:hover {
  border-color: #222;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
.custom-appoinment .bg_primary a {
  color: #fff;
}
.custom-appoinment .text-xs-center.text-right {
  line-height: 45px;
}
@media (max-width: 767px) {
  .custom-appoinment .text-xs-center.text-right {
    margin-top: 15px;
  }
}
.custom-appoinment .text-xs-center.text-right > a {
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .custom-appoinment .text-xs-center.text-right > a {
    display: none;
    margin-right: 0;
  }
}
.custom-appoinment form > .form-group {
  margin-bottom: 0;
}
.contact-info .tb-desc p:last-child {
  margin-bottom: 10px;
}
.contact-info .fa {
  margin-right: 5px;
  display: inline-block;
  width: 15px;
}
.contact-info p {
  margin-bottom: 8px;
}
.tb-list-portfolio {
  margin-bottom: 40px;
}
.fact-financial h2 {
  font-size: 32px;
}
.fqa-custom .vc_toggle_title {
  background-color: #f5f5f5;
  padding: 5px 10px 5px 15px;
  border-left: 2px solid #0188cc;
}
.fqa-custom .vc_toggle_title .vc_toggle_icon {
  position: absolute;
  right: 10px !important;
  left: auto !important;
  border: none;
  width: 10px !important;
  height: 10px;
  background-color: #0f1923;
}
.fqa-custom .vc_toggle_title .vc_toggle_icon:after,
.fqa-custom .vc_toggle_title .vc_toggle_icon:before {
  background: #0f1923;
  border: none;
}
.fqa-custom .vc_toggle_active .vc_toggle_title .vc_toggle_icon {
  background: #0188cc;
  height: 4px;
}
.fqa-custom .vc_toggle_content {
  padding-left: 0 !important;
  margin: 11px 0 15px !important;
}
.fqa-custom .vc_toggle_content p:last-child {
  margin-bottom: 0;
}
.fqa-custom .vc_toggle {
  margin-bottom: 11px;
}
.custom-faq2 .vc_toggle_title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  padding-left: 0 !important;
}
.custom-faq2 .vc_toggle_title h4 {
  color: #fff;
}
.custom-faq2 .vc_toggle_title:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -1px;
  width: 30px;
  height: 30px;
  background-color: #fff;
}
.custom-faq2 .vc_toggle_title .vc_toggle_icon {
  position: absolute;
  right: 10px !important;
  left: auto !important;
  border: none;
  width: 10px !important;
  top: auto !important;
  bottom: 10px;
  height: 10px;
  background-color: #666;
  z-index: 1;
  margin-top: -2px;
}
.custom-faq2 .vc_toggle_title .vc_toggle_icon:after,
.custom-faq2 .vc_toggle_title .vc_toggle_icon:before {
  background: #666;
  border: none;
}
.custom-faq2 .vc_toggle_content {
  padding-left: 0 !important;
  color: #fff;
  margin-top: 25px;
}
.custom-faq2.vc_toggle_active .vc_toggle_title:after {
  background-color: #0188cc;
}
.custom-faq2.vc_toggle_active .vc_toggle_title .vc_toggle_icon {
  background: #fff;
}
.tp-caption.fn-button {
  margin-bottom: 10px !important;
}
.custom-bgcolor-gradien {
  background: #014065;
  background: -moz-linear-gradient(
    left,
    #014065 0%,
    #014065 51%,
    #ebf0f7 51%,
    #ebf0f7 52%,
    #ebf0f7 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #014065),
    color-stop(51%, #014065),
    color-stop(51%, #ebf0f7),
    color-stop(52%, #ebf0f7),
    color-stop(100%, #ebf0f7)
  );
  background: -webkit-linear-gradient(
    left,
    #014065 0%,
    #014065 51%,
    #ebf0f7 51%,
    #ebf0f7 52%,
    #ebf0f7 100%
  );
  background: -o-linear-gradient(
    left,
    #014065 0%,
    #014065 51%,
    #ebf0f7 51%,
    #ebf0f7 52%,
    #ebf0f7 100%
  );
  background: -ms-linear-gradient(
    left,
    #014065 0%,
    #014065 51%,
    #ebf0f7 51%,
    #ebf0f7 52%,
    #ebf0f7 100%
  );
  background: linear-gradient(
    to right,
    #014065 0%,
    #014065 51%,
    #ebf0f7 51%,
    #ebf0f7 52%,
    #ebf0f7 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#014065',endColorstr='#ebf0f7',GradientType=1);
}
@media (min-width: 1200px) {
  .custom-bgcolor-gradien .tb-custom-col1 {
    padding-right: 20px;
  }
  .custom-bgcolor-gradien .tb-custom-col1 p {
    margin-bottom: 20px;
  }
  .custom-bgcolor-gradien .tb-custom-col1 p i {
    font-size: 26px;
    margin-right: 12px;
  }
}
.custom-bgcolor-gradien .tb-view-points-form {
  padding-left: 50px;
}
.custom-bgcolor-gradien .tb-view-points-form .form-control,
.custom-bgcolor-gradien .tb-view-points-form textarea {
  border-radius: 0;
  border: 1px solid #ccc;
}
.custom-bgcolor-gradien .tb-view-points-form .form-control:focus,
.custom-bgcolor-gradien .tb-view-points-form textarea:focus {
  border-color: #0188cc;
}
@media (min-width: 768px) {
  .custom-bgcolor-gradien .view-point-submit {
    text-align: right;
  }
}
.custom-bgcolor-gradien .view-point-submit input[type="submit"] {
  background-color: transparent !important;
  border: none;
  font-size: 12px;
  color: #0f1923;
  height: auto;
  line-height: 1;
  text-transform: capitalize;
  box-shadow: none;
  width: auto;
  margin-right: 5px;
  padding-right: 0;
  padding-left: 5px;
}
.custom-bgcolor-gradien .view-point-submit input[type="submit"]:hover {
  color: #0188cc;
}
.custom-bgcolor-gradien .view-point-submit i {
  position: relative;
  top: 1px;
}
.custom-bgcolor-gradien .view-point-submit:hover {
  color: #0188cc;
}
.custom-bgcolor-gradien .view-point-submit .ajax-loader {
  float: left;
}
@media (min-width: 992px) {
  .tb-img-custom-position {
    position: relative;
    bottom: -30px;
  }
}
.tb-overlay-background {
  position: relative;
}
.tb-overlay-background:before {
  background: rgba(15, 25, 35, 0.85);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block !important;
}
.tb-overlay-background .tb-list-portfolio .controls-filter .filter a {
  color: #fff;
}
.tb-overlay-background .tb-list-portfolio .controls-filter .filter.active {
  color: #0188cc;
}
.tb-border-radius {
  border-radius: 6px;
  overflow: hidden;
}
.tb-overlay-background.container {
  margin-left: auto;
  margin-right: auto;
}
#tb-custom-portfolio-pos {
  position: relative;
}
@media (max-width: 767px) {
  #tb-custom-portfolio-pos .tb-overlay-background {
    display: none;
  }
  #tb-custom-portfolio-pos .vc_btn3-container {
    margin-top: 40px !important;
  }
}
@media (min-width: 768px) {
  #tb-custom-portfolio-pos .vc_tta-container {
    position: absolute;
    right: 30px;
    left: 30px;
    top: 50%;
    margin-top: -40px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
}
#tb-map-address .container {
  position: relative;
  margin: 0 auto;
}
#tb-map-address .tb-contact-info-box {
  position: absolute;
  top: 50%;
  left: 0;
}
#tb-map-address .tb-contact-info-box .tb-desc {
  line-height: 45px;
}
#tb-map-address .tb-contact-info-box p:last-child {
  margin-bottom: 10px;
}
.tb-sticker-wrap {
  position: relative;
  height: 40px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .tb-sticker-wrap {
    margin-right: 20px !important;
  }
}
.tb-sticker-wrap .tb-sticker-title {
  position: absolute;
  height: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  z-index: 1;
  background-color: #fff;
}
@media (max-width: 767px) {
  .tb-sticker-wrap .tb-sticker-title {
    left: -8px;
  }
}
.tb-sticker-wrap .sm-widget-ticker .sm-company {
  border-bottom: none;
}
.page-template-page-space-20 .vc_row .row > .vc_column_container,
.page-template-page-space-20 .vc_col-lg-1,
.page-template-page-space-20 .vc_col-lg-10,
.page-template-page-space-20 .vc_col-lg-11,
.page-template-page-space-20 .vc_col-lg-12,
.page-template-page-space-20 .vc_col-lg-2,
.page-template-page-space-20 .vc_col-lg-3,
.page-template-page-space-20 .vc_col-lg-4,
.page-template-page-space-20 .vc_col-lg-5,
.page-template-page-space-20 .vc_col-lg-6,
.page-template-page-space-20 .vc_col-lg-7,
.page-template-page-space-20 .vc_col-lg-8,
.page-template-page-space-20 .vc_col-lg-9,
.page-template-page-space-20 .vc_col-md-1,
.page-template-page-space-20 .vc_col-md-10,
.page-template-page-space-20 .vc_col-md-11,
.page-template-page-space-20 .vc_col-md-12,
.page-template-page-space-20 .vc_col-md-2,
.page-template-page-space-20 .vc_col-md-3,
.page-template-page-space-20 .vc_col-md-4,
.page-template-page-space-20 .vc_col-md-5,
.page-template-page-space-20 .vc_col-md-6,
.page-template-page-space-20 .vc_col-md-7,
.page-template-page-space-20 .vc_col-md-8,
.page-template-page-space-20 .vc_col-md-9,
.page-template-page-space-20 .vc_col-sm-1,
.page-template-page-space-20 .vc_col-sm-10,
.page-template-page-space-20 .vc_col-sm-11,
.page-template-page-space-20 .vc_col-sm-12,
.page-template-page-space-20 .vc_col-sm-2,
.page-template-page-space-20 .vc_col-sm-3,
.page-template-page-space-20 .vc_col-sm-4,
.page-template-page-space-20 .vc_col-sm-5,
.page-template-page-space-20 .vc_col-sm-6,
.page-template-page-space-20 .vc_col-sm-7,
.page-template-page-space-20 .vc_col-sm-8,
.page-template-page-space-20 .vc_col-sm-9,
.page-template-page-space-20 .vc_col-xs-1,
.page-template-page-space-20 .vc_col-xs-10,
.page-template-page-space-20 .vc_col-xs-11,
.page-template-page-space-20 .vc_col-xs-12,
.page-template-page-space-20 .vc_col-xs-2,
.page-template-page-space-20 .vc_col-xs-3,
.page-template-page-space-20 .vc_col-xs-4,
.page-template-page-space-20 .vc_col-xs-5,
.page-template-page-space-20 .vc_col-xs-6,
.page-template-page-space-20 .vc_col-xs-7,
.page-template-page-space-20 .vc_col-xs-8,
.page-template-page-space-20 .vc_col-xs-9,
.page-template-page-space-20 .col-lg-1,
.page-template-page-space-20 .col-lg-10,
.page-template-page-space-20 .col-lg-11,
.page-template-page-space-20 .col-lg-12,
.page-template-page-space-20 .col-lg-2,
.page-template-page-space-20 .col-lg-3,
.page-template-page-space-20 .col-lg-4,
.page-template-page-space-20 .col-lg-5,
.page-template-page-space-20 .col-lg-6,
.page-template-page-space-20 .col-lg-7,
.page-template-page-space-20 .col-lg-8,
.page-template-page-space-20 .col-lg-9,
.page-template-page-space-20 .col-md-1,
.page-template-page-space-20 .col-md-10,
.page-template-page-space-20 .col-md-11,
.page-template-page-space-20 .col-md-12,
.page-template-page-space-20 .col-md-2,
.page-template-page-space-20 .col-md-3,
.page-template-page-space-20 .col-md-4,
.page-template-page-space-20 .col-md-5,
.page-template-page-space-20 .col-md-6,
.page-template-page-space-20 .col-md-7,
.page-template-page-space-20 .col-md-8,
.page-template-page-space-20 .col-md-9,
.page-template-page-space-20 .col-sm-1,
.page-template-page-space-20 .col-sm-10,
.page-template-page-space-20 .col-sm-11,
.page-template-page-space-20 .col-sm-12,
.page-template-page-space-20 .col-sm-2,
.page-template-page-space-20 .col-sm-3,
.page-template-page-space-20 .col-sm-4,
.page-template-page-space-20 .col-sm-5,
.page-template-page-space-20 .col-sm-6,
.page-template-page-space-20 .col-sm-7,
.page-template-page-space-20 .col-sm-8,
.page-template-page-space-20 .col-sm-9,
.page-template-page-space-20 .col-xs-1,
.page-template-page-space-20 .col-xs-10,
.page-template-page-space-20 .col-xs-11,
.page-template-page-space-20 .col-xs-12,
.page-template-page-space-20 .col-xs-2,
.page-template-page-space-20 .col-xs-3,
.page-template-page-space-20 .col-xs-4,
.page-template-page-space-20 .col-xs-5,
.page-template-page-space-20 .col-xs-6,
.page-template-page-space-20 .col-xs-7,
.page-template-page-space-20 .col-xs-8,
.page-template-page-space-20 .col-xs-9 {
  padding-left: 10px;
  padding-right: 10px;
}
.page-template-page-space-20 .vc_row,
.page-template-page-space-20 .row {
  margin-left: -10px;
  margin-right: -10px;
}
.page-template-page-space-20 .vc_row > .no-container > .row {
  margin-left: 0;
  margin-right: 0;
}
.page-template-page-space-20 .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
.page-template-page-space-20 .main-content {
  padding: 0 20px;
  background-color: #f5f5f5;
}
.tb-up {
  color: #a3cd3b;
}
.tb-down {
  color: #fd7d1e;
}
.tb-work-market.vc_tta.vc_general .vc_tta-tabs-container {
  margin-right: 0;
}
.tb-work-market.vc_tta.vc_general .vc_tta-panels {
  padding-top: 20px;
}
.tb-work-market.vc_tta.vc_general .vc_tta-panels .vc_tta-panel-body {
  border-radius: 0 !important;
}
.tb-work-market.vc_tta.vc_general .vc_tta-tabs-list:after {
  position: absolute;
  content: "";
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  bottom: 0;
  left: 0;
  display: block;
  z-index: -1;
}
.tb-work-market.vc_tta.vc_general .vc_tta-tab {
  font-family: Montserrat;
  margin-left: 2px;
  marbin-bottom: -1px;
}
.tb-work-market.vc_tta.vc_general .vc_tta-tab > a {
  padding: 8px 10px;
  line-height: 16px;
  font-size: 12px;
  border-color: #ebebeb;
  border-bottom: none;
  background-color: #f5f5f5;
}
.tb-work-market.vc_tta.vc_general .vc_tta-tab.vc_active a {
  color: #222;
}
.tb-work-market.vc_tta.vc_general .tb_vc_chart.vc_line-chart .vc_chart-legend {
  top: -17px;
}
#tb-world-map {
  width: 100%;
}
.tb-world-map {
  position: relative;
  width: 100%;
}
.tb-world-map .jqvmap-zoomin,
.tb-world-map .jqvmap-zoomout {
  display: none;
}
.tb-world-map .tb-list-region {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  left: 0;
}
.tb-world-map .tb-list-region span {
  margin-left: 10px;
  display: block;
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #222;
  font-size: 12px;
  line-height: 1;
}
.tb-world-map .tb-list-region span:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #ee5364;
  left: 0;
  top: 50%;
  margin-top: -7.5px;
}
.tb-world-map .tb-list-region span.rg-us:before {
  background-color: #8ac53e;
}
.tb-world-map .tb-list-region span.rg-europe:before {
  background-color: #f8a01e;
}
.tb-world-map .tb-list-region span.rg-africa:before {
  background-color: #643d2d;
}
.tb-world-map .tb-list-region span.rg-australia:before {
  background-color: #1ab0c0;
}
.tb-full-img .vc_figure,
.tb-full-img .vc_single_image-wrapper {
  display: block !important;
}
.widget_rss .rss-widget-icon {
  display: none;
}
.widget_rss cite {
  text-transform: capitalize;
}
.tb-twitter-feed .twiiter-list {
  padding: 18px 0 20px;
  border-bottom: 1px solid #ebebeb;
}
.tb-twitter-feed .twiiter-list .tweeter-profile {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.tb-twitter-feed .twiiter-list .tweeter-text {
  width: calc(100% - 60px);
  float: left;
}
.tb-twitter-feed .twiiter-list .tweeter-text h3 {
  font-size: 13px;
  margin-bottom: 1px;
}
.tb-twitter-feed .twiiter-list .tweeter-text a {
  color: #fd7d1e;
}
.tb-twitter-feed .twiiter-list .twitter_intents a {
  margin-right: 3px;
  font-size: 12px;
  color: #ccc;
}
.tb-twitter-feed .twiiter-list .twitter_intents a.favorite,
.tb-twitter-feed .twiiter-list .twitter_intents a:hover {
  color: #0188cc;
}
.tb-twitter-feed .twiiter-list .timestamp {
  color: #ccc;
}
.tb-box-shadow > .wpb_wrapper,
.tb-box-shadow > .vc_column-inner > .wpb_wrapper {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 20px 20px;
  background-color: #fff;
}
.tb-sidebar-newsletter .widget_text p {
  margin-bottom: 15px;
  margin-left: -3px;
}
.tb-sidebar-newsletter .tnp-subscription form {
  position: relative;
}
.tb-sidebar-newsletter .tnp-subscription form label {
  display: none;
}
.tb-sidebar-newsletter .tnp-subscription input {
  height: 40px;
  line-height: 40px;
}
.tb-sidebar-newsletter .tnp-subscription .newsletter-field-button,
.tb-sidebar-newsletter .tnp-subscription .tnp-field-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #0188cc;
  color: #fff;
}
.tb-sidebar-newsletter .tnp-subscription .newsletter-field-button:before,
.tb-sidebar-newsletter .tnp-subscription .tnp-field-button:before {
  content: "\f1d9";
  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);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.tb-sidebar-newsletter .tnp-subscription .newsletter-field-button input,
.tb-sidebar-newsletter .tnp-subscription .tnp-field-button input {
  text-indent: -999px;
  width: 40px;
  border-radius: 0;
  left: 0;
  background-color: transparent !important;
}
.tb-followers a,
.tb-primary-follower a {
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  line-height: 32px;
  color: #fff;
  margin-right: 6px;
}
.tb-followers a:hover,
.tb-primary-follower a:hover {
  border-color: #0188cc;
}
.tb-primary-follower a {
  border-color: #0188cc;
  color: #222 !important;
}
.tb-primary-follower a:hover {
  border-color: #222 !important;
}
@media (min-width: 768px) {
  .tb-list-custom .vc_column-inner {
    padding-top: 0 !important;
  }
}
.tb-employer .tb-thumb {
  float: left;
  width: 90px;
  margin-right: 20px;
}
.tb-employer .tb-employer-content {
  width: calc(100% - 110px);
  float: left;
  padding-top: 10px;
}
.tb-employer .tb-employer-content .tb-member-name {
  font-size: 14px;
  margin-bottom: 0;
}
.tb-employer .tb-employer-content .tb-member-job {
  margin-bottom: 5px;
  font-size: 13px;
}
.tb-employer .tb-employer-content .list-social a {
  margin-right: 5px;
  font-size: 13px;
}
.tb-employer .tb-employer-content .list-social a:hover {
  color: #0188cc;
}
.tb-employer .owl-item {
  white-space: nowrap;
}
.tb-employer .owl-dots {
  border-top: 1px solid #ebebeb;
  margin-top: 20px;
  padding-top: 15px;
  margin-bottom: -8px;
}
.tb-error404-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
}
.tb-error404-wrap h1 {
  color: #0188cc;
  font-size: 200px;
  line-height: 190px;
}
.tb-error404-wrap p {
  font-size: 40px;
  letter-spacing: 0.1em;
  font-family: Montserrat;
  line-height: 35px;
}
.tb-error404-wrap p:first-child {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 40px;
}
.tb-error404-wrap a {
  background-color: #0188cc;
  color: #fff !important;
  padding: 0 30px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  margin-top: 25px;
  font-size: 14px;
  font-family: Montserrat;
}
.tb-error404-wrap a:hover {
  background-color: #222;
}
.tb-error404-wrap h6 {
  font-size: 16px;
  color: #fff;
  font-family: Open Sans;
  margin-top: 35px;
}
.tb-error404-wrap .wrap-desc {
  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%);
}
@media (max-width: 767px) {
  .tb-error404-wrap h1 {
    font-size: 150px;
    line-height: 140px;
  }
  .tb-error404-wrap p {
    font-size: 40px;
    line-height: 40px;
  }
  .tb-error404-wrap p:first-child {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .tb-error404-wrap h6 {
    line-height: 30px;
  }
  .tb-error404-wrap a {
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    margin-top: 20px;
  }
}
@media (max-width: 1470px) and (min-width: 992px) {
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown.has-to-left-parent
    > li {
    text-align: right;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children.has_to_left {
    text-align: right;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children.has_to_left
    > ul {
    right: 100% !important;
    left: auto !important;
    box-shadow: -2px 1px 3px rgba(0, 0, 0, 0.25) !important;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children.has_to_left
    > a:after {
    content: "\f104";
    right: auto;
    left: 1px;
  }
}
@media (max-width: 1400px) and (min-width: 992px) {
  .standar-dropdown .multicolumn {
    max-width: 480px;
  }
}
.gecko .tb-blog-template.tb-blog-list.tpl3 ul {
  margin-top: 30px;
}
.gecko .tb-blog-template.tb-blog-list.tpl3 ul li {
  margin-top: 22px;
}
.gecko .tb-blog-template.tb-blog-list.tpl3 ul li:last-child .tb-arc-item {
  margin-bottom: -20px;
}
.gecko .drop-caps p:first-child::first-letter {
  padding: 15px 16px;
}
.gecko .tb-send-mail-wrap .tb-mail-inner {
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.single .main-content {
  margin-bottom: 40px;
}
.vc_row > .no-container > .row {
  margin-left: 0;
  margin-right: 0;
}
.white-btn .wpcf7-form .wpcf7-submit {
  background-color: #fff !important;
  color: #222 !important;
}
.white-btn .wpcf7-form .wpcf7-submit:hover {
  background-color: #222 !important;
  color: #fff !important;
}
.vc_wp_rss .widgettitle {
  display: none;
}
.tb-our-member p {
  margin-bottom: 20px;
}
.tb-our-member .list-bullet ul {
  list-style-type: disc;
  color: #222;
  padding: 0;
}
.wpb_text_column blockquote,
.entry-content blockquote {
  margin: 0;
  border: none;
  padding: 0;
  background: none;
}
.wpb_text_column blockquote p,
.entry-content blockquote p {
  border: 10px solid #fbf8f5;
  padding: 30px 60px;
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
  position: relative;
}
.tb-footer-top img.alignnone {
  margin: 5px 0 0 0;
}
@media (min-width: 1600px) {
  .col-gl-2 {
    width: 16.6667% !important;
  }
  .col-gl-8 {
    width: 66.6667% !important;
  }
}
.tb-sidebar-dark {
  color: #ccc;
}
@media (min-width: 992px) {
  .tb-sidebar-dark {
    width: calc(50% - 20px) !important;
    float: right !important;
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  .tb-sidebar-dark {
    width: calc(25% - 20px) !important;
    margin-top: -60px;
  }
}
@media (min-width: 1600px) {
  .tb-sidebar-dark {
    width: calc(16.6667% - 20px) !important;
  }
}
.tb-sidebar-dark .tb-title {
  color: #fff;
}
@media (min-width: 992px) and (max-width: 1599px) {
  #home-col-custom .vc_col-lg-8 {
    width: 50%;
  }
  #home-col-custom .vc_col-lg-2 {
    width: 25%;
  }
}
#jws-close-search {
  display: none;
}
.tb-header-wrap.tb-header-v1
  .tb-header-menu
  .widget_mini_icon
  #jws-close-search {
  display: block;
  position: absolute;
  top: -2px;
  cursor: pointer;
  right: 3px;
  z-index: 99;
  color: #ee5364;
  text-decoration: none;
  border: none;
  line-height: 1;
}
@media (max-width: 1440px) and (min-width: 840px) {
  .home .tb-blog-template.tb-blog-list.tpl5 {
    text-align: center;
  }
  .home .tb-blog-template.tb-blog-list.tpl5 .tb-list-thumb .tb-col-thumb,
  .home .tb-blog-template.tb-blog-list.tpl5 .tb-col-content {
    float: none;
    width: 100%;
  }
  .home .tb-blog-template.tb-blog-list.tpl5 .tb-col-thumb img {
    display: inline-block;
  }
  .home .tb-blog-template.tb-blog-list.tpl4 .tb-first-post .tb-media {
    display: block;
  }
  .home .tb-blog-template.tb-blog-list.tpl2 .tb-content {
    margin-top: 0;
  }
  .home
    .tb-blog-template.tb-blog-list.tpl6
    .tb-list-thumb
    .tb-col-content
    .tb-content {
    margin-top: 0;
  }
}
@media (max-width: 1440px) and (min-width: 1200px) {
  .home .tb-blog-template.tb-blog-list.tpl4 {
    text-align: center;
  }
  .home .tb-blog-template.tb-blog-list.tpl4 .tb-list-thumb .tb-col-thumb,
  .home .tb-blog-template.tb-blog-list.tpl4 .tb-col-content {
    float: none;
    width: 100%;
  }
  .home .tb-blog-template.tb-blog-list.tpl4 .tb-col-thumb img {
    display: inline-block;
  }
  .home .tb-blog-template.tb-blog-list.tpl4 .tb-first-post .tb-media {
    display: block;
  }
  .home .tb-blog-template.tb-blog-list.tpl2 .tb-content {
    margin-top: 0;
  }
  .home .tb-blog-template.tb-blog-list.tpl6 .tb-list-thumb .tb-col-thumb {
    width: 100px;
  }
  .home .tb-blog-template.tb-blog-list.tpl6 .tb-list-thumb .tb-col-content {
    width: calc(100% - 100px);
  }
}
@media (min-width: 992px) {
  body
    .tb-stick-prepare
    .tb-header-wrap.tb-header-v2
    .tb-menu
    .tb-menu-sidebar
    .widget_cart_search_wrap_item,
  body
    .tb-stick-prepare
    .tb-header-wrap.tb-header-v2
    .tb-menu
    .tb-menu-sidebar
    .tb-menu-canvas-wrap {
    line-height: 60px !important;
  }
  body
    .tb-stick-prepare
    .tb-header-wrap.tb-header-v2
    .tb-menu
    .tb-menu-list
    > ul
    > li
    > a {
    line-height: 60px !important;
  }
}
.search-results .tb-blog-template .tb-post-item .tb-media.tb-blog-quote p {
  font-size: 18px;
}
.ie
  .tb-sidebar-right.tb-sidebar
  .widget-woocommerce-currency-switcher
  form::after,
.ie #tb-mega-searchform .caret {
  display: none;
}
.ie .tb-send-mail-wrap .tb-mail-inner {
  left: 50%;
  -ms-transform: translate(-50%, -50%);
}
.dictionary-range {
  color: #ccc;
}
.dictionary-range .tb-title {
  color: #fff;
}
.dictionary-range span {
  margin-right: 30px;
}
.dictionary-range a {
  color: #ccc;
  text-transform: uppercase;
  font-size: 14px;
  margin-right: 25px;
}
@media (max-width: 1400px) {
  .dictionary-range a {
    margin-right: 2%;
  }
}
.dictionary-range a:hover {
  color: #0188cc;
}
.widget_icl_lang_sel_widget .wg-title {
  font-size: 14px !important;
  text-transform: uppercase;
  margin-bottom: 12px;
}
#lang_sel_list:before,
#lang_sel_list:after {
  content: " ";
  display: table;
}
#lang_sel_list:after {
  clear: both;
}
#lang_sel_list ul {
  border-top: none !important;
}
#lang_sel_list ul li a {
  padding: 4px 2px 4px 4px;
  border: 1px solid #ebebeb;
  margin-right: 20px;
}
#lang_sel_list ul li a.lang_sel_sel {
  border-color: #0188cc;
}
.tb-custom-tabs .vc_tta-tabs-container {
  margin: 0 !important;
}
.tb-custom-tabs .vc_tta-tabs-container .vc_tta-tabs-list {
  position: relative;
}
.tb-custom-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  padding: 0 2px;
}
.tb-custom-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:after {
  position: absolute;
  content: "/";
  top: -3px;
  right: 0;
  font-size: 15px;
}
.tb-custom-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a {
  font-size: 14px;
  line-height: 18px;
  color: #0f1923;
  background: transparent !important;
  border: none;
  font-weight: 700;
  padding: 0 20px;
  text-transform: uppercase;
  border-radius: 0;
}
.tb-custom-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:hover,
.tb-custom-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:focus,
.tb-custom-tabs
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab
  > a:active {
  color: #222;
}
.tb-custom-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:before,
.tb-custom-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:after {
  display: none !important;
}
.tb-custom-tabs
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab.vc_active
  > a {
  color: #222;
}
.tb-custom-tabs
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab:last-child:after {
  display: none;
}
.tb-custom-tabs .vc_tta-panels-container .vc_tta-panels {
  background: transparent !important;
  border: none !important;
}
.tb-custom-tabs .vc_tta-panels-container .vc_tta-panels:before,
.tb-custom-tabs .vc_tta-panels-container .vc_tta-panels:after {
  border: none;
}
.tb-custom-tabs
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-body {
  display: block !important;
  height: 0;
  min-height: auto;
  opacity: 0;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent !important;
  -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-custom-tabs
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-body:before,
.tb-custom-tabs
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-body:after {
  border: none;
}
.tb-custom-tabs
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel.vc_active
  .vc_tta-panel-body {
  height: auto;
  opacity: 1;
  overflow: visible;
  background: transparent !important;
}
.tb-custom-tabs.tb-tab-portfolio .vc_tta-tabs-container .vc_tta-tabs-list {
  text-align: center;
}
.tb-custom-tabs.tb-tab-portfolio
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab {
  margin-bottom: 50px;
}
.tb-custom-tabs.tb-tab-portfolio
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab:after {
  display: none;
}
.tb-custom-tabs.tb-tab-portfolio
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab
  a {
  color: #fff;
  font-weight: 400;
}
.tb-custom-tabs.tb-tab-portfolio
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab.vc_active {
  position: relative;
}
.tb-custom-tabs.tb-tab-portfolio
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab.vc_active:before,
.tb-custom-tabs.tb-tab-portfolio
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab.vc_active:after,
.tb-custom-tabs.tb-tab-portfolio
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab.vc_active
  a:after,
.tb-custom-tabs.tb-tab-portfolio
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab.vc_active
  a:before {
  position: absolute;
  content: "";
  display: block !important;
  border-top: 1px solid #0188cc;
  width: 10px !important;
  left: 2px !important;
  top: 50% !important;
}
.tb-custom-tabs.tb-tab-portfolio
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab.vc_active:after {
  left: auto !important;
  right: 2px !important;
}
.tb-custom-tabs.tb-tab-portfolio
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab.vc_active
  a {
  color: #0188cc !important;
}
.tb-custom-tabs.tb-tab-portfolio
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab.vc_active
  a:after,
.tb-custom-tabs.tb-tab-portfolio
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab.vc_active
  a:before {
  top: 50% !important;
  margin-top: 4px !important;
  width: 20px !important;
  left: -10px !important;
}
.tb-custom-tabs.tb-tab-portfolio
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab.vc_active
  a:after {
  left: auto !important;
  right: -10px !important;
}
.tb-quote-result {
  display: none;
}
.tb-widget-quotes .sm-widget {
  margin-right: 18px;
  margin-bottom: 10px;
  display: inline-block;
}
.tb-widget-quotes .sm-widget .sm-data-property {
  margin-right: 8px;
}
.tb-widget-quotes #tb-get-quotes {
  position: relative;
}
.tb-widget-quotes #tb-get-quotes input[type="submit"] {
  width: 90px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #0188cc;
  font-size: 12px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.tb-widget-quotes #tb-get-quotes input[type="text"] {
  height: 40px;
  border: none;
}
.tb-widget-quotes > p:last-child {
  margin-bottom: 22px;
}
.tb-widget-stock-table .sm-sortable-table {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ebebeb;
}
.tb-widget-stock-table .sm-sortable-table thead {
  background-color: #f5f5f5;
}
.tb-widget-stock-table .sm-sortable-table thead th {
  font-weight: 400;
  font-family: Montserrat;
  line-height: 16px;
  white-space: normal;
  font-size: 12px;
  color: #222;
  border: none;
  padding: 6px 10px;
}
.tb-widget-stock-table .sm-sortable-table thead th:after {
  display: none;
}
.tb-widget-stock-table .sm-sortable-table tr td {
  font-size: 12px;
  line-height: 16px;
  border: none;
  border-top: 1px solid #ebebeb;
}
.tb-widget-stock-table .sm-sortable-table tr td .tb-up,
.tb-widget-stock-table .sm-sortable-table tr td .tb-down {
  position: relative;
  padding-left: 10px;
}
.tb-widget-stock-table .sm-sortable-table tr td .tb-up:before,
.tb-widget-stock-table .sm-sortable-table tr td .tb-down:before {
  content: "\f176";
  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);
  left: 0;
}
.tb-widget-stock-table .sm-sortable-table tr td .tb-down:before {
  content: "\f175";
}
.tb-widget-currencies {
  font-size: 12px;
}
.tb-widget-currencies .tb-title {
  margin-bottom: 32px;
  font-size: 16px;
}
.tb-widget-currencies table {
  border: none;
}
.tb-widget-currencies table thead {
  position: relative;
}
.tb-widget-currencies table thead tr th:first-child {
  position: relative;
}
.tb-widget-currencies table thead tr th:first-child:before {
  position: absolute;
  content: "";
  background-color: rgba(255, 255, 255, 0.05);
  width: 1000%;
  left: -50%;
  top: 0;
  height: 100%;
}
.tb-widget-currencies table thead th {
  border: none;
  padding: 6px 0;
}
.tb-widget-currencies table tr td {
  padding: 5px 0;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.tb-widget-currencies table tr:first-child td {
  border: none;
}
.tb-custom-header-landing .tb-logo {
  margin-bottom: 0;
  padding-bottom: 0;
}
.tb-custom-header-landing h1 {
  font-size: 20px;
  color: #222;
}
.tb-custom-header-landing .btn-transparent {
  background-color: #222;
  color: #fff;
}
.tb-custom-header-landing .btn-transparent:hover {
  background-color: #0188cc;
  border-color: #0188cc;
}
.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: #0188cc;
}
.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: #222;
  font-size: 18px;
  margin-top: 20px;
  font-weight: 700;
}
.porfolio-demo h2:hover {
  color: #0188cc;
}
.tb-footer-demo .primary-color {
  color: #0188cc;
}
.tb-footer-demo .primary-color:hover {
  color: #222;
}
