/*
Theme Name: Eduonline
Theme URI: https://eduonline.jwsuperthemes.com
Author: the JWSThemes team
Author URI: https://themeforest.net/user/jwsthemes
Version: 1.5.4
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: A stunningly flexible and extensive education WordPress theme which is the right solution for those who want to present their college, school, high-school, university, courses or training in the most comprehensive and convincing manner. Thanks to the integrated Learning Online plugin, you can to create a professional LMS WordPress website with courses, lessons, quizzes, and much more. Eduonline is the theme available with a bulk of readymade page layouts you can use to engage students acquire knowledge with you.
Text Domain: eduonline
*/
/* https://css-tricks.com/snippets/css/useful-css3-less-mixins/ */
/* BACKGROUND COLOR OPACITY */
/* animate feature box */
/* animate colorbox */
/* animate shake */
/* Animate btn play video */
/* Animate dot */
/*
--------------------------------------------------------------
Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Example
s
* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset-------------------------------------------- */
/* STYLE GENERAL */
/* Overlay on row */
/* 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*/
/*switch currency*/
/* responsive */
/* WIDGETS */
/* Back to top */
/*Page Demo*/
/* Contact Form 7 */
/* 3. Title */
/* 1. Featrue Box */
/* 2. Grid */
/* 4. Carousel */
/* Sidebar */
/* COLOR */
/* INPUT */
/* Firefox 18- */
/* Firefox 19+ */
/* ICON */
/* BUTTON */
/* FORM */
/* UTILITIES */
/* Reset */
/* Special div */
/* Space */
/* Video */
/* SECTION */
/*Responsive mobile row*/
.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: transparent;
  border: 1px solid #ebebeb;
  height: 40px;
  line-height: 39px;
  display: inline-block;
  padding: 0;
  width: 170px;
  text-align: center;
  text-transform: uppercase;
  color: #2a2a2a;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
  margin-top: 5px;
}
.btn-transparent:hover {
  background-color: #2a2a2a;
  border-color: #2a2a2a;
  color: #fff;
}
.btn-act {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  position: relative;
  display: inline-block;
  padding: 0;
  color: #333;
  margin-left: 20px;
  overflow: hidden;
  text-indent: -9999px;
  border-radius: 0;
}
.btn-act:hover {
  color: #448ccb;
}
.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: #333;
  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: #448ccb;
}
.thumb-pd-hover-effect:before {
  opacity: 1;
  bottom: 0;
}
.thumb-pd-hover-effect.tb-thumb-effect span {
  height: auto;
  z-index: 3;
}
.thumb-pd-hover-effect.tb-thumb-effect > img {
  z-index: -2;
}
.thumb-left-slide img {
  margin-left: 30px;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.thumb-left-slide:hover img {
  margin-left: 0;
}
.thumb-right-slide img {
  margin-left: 30px;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.thumb-right-slide:hover img {
  margin-left: 0;
}
.thumb-right-slide img {
  margin-left: -30px;
}
.icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.icon-abs {
  position: absolute;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
figure.effect-bubba {
  position: relative;
}
figure.effect-bubba img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  display: block;
}
figure.effect-bubba .vc_single_image-wrapper {
  position: relative;
}
figure.effect-bubba .vc_single_image-wrapper::before,
figure.effect-bubba .vc_single_image-wrapper::after {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-bubba .vc_single_image-wrapper::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
figure.effect-bubba .vc_single_image-wrapper::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
figure.effect-bubba:hover img {
  opacity: 0.7;
}
figure.effect-bubba:hover .vc_single_image-wrapper:before,
figure.effect-bubba:hover .vc_single_image-wrapper:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 3;
}
@keyframes upDown {
  0% {
    transform: translateY(0px);
  }
  40% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(0px);
  }
  40% {
    -webkit-transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}
@keyframes borderAnimate {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1.13);
  }
}
@-webkit-keyframes borderAnimate {
  0% {
    -webkit-transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1.13);
  }
}
@keyframes effZoom {
  from {
    opacity: 0;
    transform: scale(8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes effZoom {
  from {
    opacity: 0;
    -webkit-transform: scale(8);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes btnplayanimate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes btnplayanimate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dot-animation {
  0% {
    box-shadow: 0px 0 0 0, 0px 0 0 0;
  }
  70% {
    box-shadow: 10px 0 0 0, -10px 0 0 0;
  }
  100% {
    box-shadow: 8px 0 0 0, -8px 0 0 0;
  }
}
@-webkit-keyframes dot-animation {
  0% {
    box-shadow: 0px 0 0 0, 0px 0 0 0;
  }
  70% {
    box-shadow: 10px 0 0 0, -10px 0 0 0;
  }
  100% {
    box-shadow: 8px 0 0 0, -8px 0 0 0;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-ms-keyframes bounceInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -ms-transform: translateY(-30px);
  }
  80% {
    -ms-transform: translateY(10px);
  }
  100% {
    -ms-transform: translateY(0);
  }
}
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  80% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  -webkit-backface-visibility: hidden;
}
.ro-font-regular {
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 25px;
}
.ro-light-text {
  font-weight: 400;
}
.ro-hr-heading {
  text-align: center;
}
.ro-hr-heading:after {
  display: block;
  margin-right: auto;
  margin-left: auto;
  content: " ";
  width: 30px;
  margin-top: 15px;
  height: 0;
  border-top: 1px solid #444444;
}
.ro-hr-heading.ro-left {
  text-align: left;
}
.ro-hr-heading.ro-left:after {
  margin-left: 0;
}
.ro-hr-heading.ro-right {
  text-align: right;
}
.ro-hr-heading.ro-right:after {
  margin-right: 0;
}
.ro-hr {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 80%;
  border-top: 1px solid #aaaaaa;
  margin: 0 auto;
}
.ro-hr.ro-full {
  width: 100%;
}
.ro-hr .ro-color-light {
  border-color: #ffffff;
}
p {
  margin-bottom: 25px;
}
.ro-font-size-1 {
  font-size: 42px;
}
.ro-font-size-2 {
  font-size: 36px;
}
.ro-font-size-3 {
  font-size: 24px;
}
.ro-font-size-4 {
  font-size: 18px;
}
.ro-font-size-5 {
  font-size: 16px;
}
.ro-font-size-6 {
  font-size: 14px;
}
::selection {
  background: #448ccb;
  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: #448ccb;
}
body .bg_primary {
  background-color: #448ccb;
}
body .primary_color {
  color: #448ccb;
}
body .btn_primary {
  background-color: #448ccb;
}
body .btn_primary:hover {
  background-color: #448ccb;
}
.row > .vc_column_container {
  padding-left: 15px;
  padding-right: 15px;
}
.no-padding-left {
  padding-left: 0;
}
.tb-have-overlay {
  position: relative;
}
.tb-have-overlay:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(19, 19, 19, 0.5);
  left: 0;
  top: 0;
}
#Container .mix {
  display: none;
}
.ro-hr {
  border-top: 1px solid #aaaaaa;
}
.inline_middle > .container > .row > .wpb_column {
  font-size: ;
}
a {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
a:hover,
a:target,
a:focus {
  outline: none;
  color: #448ccb;
}
input:focus,
input:target,
textarea:focus,
textarea:target,
select:focus,
select:target {
  border-color: #448ccb;
}
button,
input[type="button"],
input[type="button"] {
  border: solid 1px;
}
button:hover,
input[type="button"]:hover,
input[type="button"]:hover {
  background: #448ccb;
  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 #448ccb;
  border-radius: 3px;
  color: #fff;
  padding: 2px 6px;
}
.icon-basic-heart.fa-heart {
  background: #444444;
}
.wpb_single_image img {
  width: 100%;
  height: auto;
}
.tb-blog {
  margin-bottom: 35px;
}
.tb-blog .tb-social-buttons {
  margin-right: -4px;
  text-transform: capitalize;
  font-size: 16px;
  color: #252525;
  font-weight: bold;
  padding: 18px 0;
}
.tb-blog .tb-social-buttons a {
  text-align: center;
  margin-left: 0;
}
.tb-blog .tb-social-buttons a:before {
  color: #898989;
}
.tb-blog .tb-social-buttons a:after {
  border: none;
}
.tb-blog .tb-social-buttons a:first-child {
  margin-left: 15px;
}
.tb-blog .tb-social-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.tb-blog .tb-social-buttons .icon-twitter:before {
  margin-left: -2px;
}
.tb-blog .tb-wrap-navi .tb-social-buttons {
  text-align: center;
  margin-top: -70px;
  height: 0;
  margin-bottom: 80px;
  line-height: 0;
}
.tb-shop-now {
  height: 40px;
  width: 136px;
  display: inline-block;
  border: 1px solid #2a2a2a;
  color: #2a2a2a;
  text-align: center;
  line-height: 39px;
}
.tb-shop-now:hover {
  color: #448ccb;
  border-color: #448ccb;
}
.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 #448ccb;
  color: #448ccb;
}
.widget_ct_new_tabs_widget .tab-content {
  margin-top: 30px;
  border: none;
}
.widget_ct_new_tabs_widget .tab-content .tab-pane .news-list {
  margin: 0;
  padding: 0;
}
.widget_ct_new_tabs_widget .tab-content .tab-pane.active {
  animation: slideUp 0.3s;
  -webkit-animation: slideUp 0.3s;
}
.tb-left .tb-blog.default {
  position: relative;
}
.tb-left .tb-blog.default .tb-blog-image {
  width: 50%;
  position: relative;
}
.tb-left .tb-blog.default .tb-content-block {
  padding: 50px 40px 50px 60px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
.tb-left .tb-blog.default .tb-content-block .blog-desc {
  height: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tb-left .tb-blog.default .tb-content-block:before {
  border-bottom: 20px solid transparent;
  border-right: 26px solid #abdce1;
  border-top: 20px solid transparent;
  content: " ";
  height: 0;
  left: -25px;
  position: absolute;
  top: 60px;
  width: 0;
}
.tb-left .tb-blog.default .tb-content-block h2.blog-title a {
  font-style: italic;
}
.tb-left .tb-blog.default .tb-content-block h2.blog-title,
.tb-left .tb-blog.default .tb-content-block .blog-desc,
.tb-left .tb-blog.default .tb-content-block .blog-info {
  padding: 0;
}
.tb-left .tb-blog.default .tb-content-block h2.blog-title:after {
  margin-left: 0 !important;
}
.tb-right .tb-blog.default {
  position: relative;
}
.tb-right .tb-blog.default .tb-blog-image {
  width: 50%;
  position: relative;
  float: right;
}
.tb-right .tb-blog.default .tb-content-block {
  padding: 50px 40px 50px 60px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
}
.tb-right .tb-blog.default .tb-content-block .blog-desc {
  height: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tb-right .tb-blog.default .tb-content-block:before {
  border-bottom: 20px solid transparent;
  border-left: 26px solid #d9d8c1;
  border-top: 20px solid transparent;
  content: " ";
  height: 0;
  position: absolute;
  right: -25px;
  top: 60px;
  width: 0;
}
.tb-right .tb-blog.default .tb-content-block h2.blog-title a {
  font-style: italic;
}
.tb-right .tb-blog.default .tb-content-block h2.blog-title,
.tb-right .tb-blog.default .tb-content-block .blog-desc,
.tb-right .tb-blog.default .tb-content-block .blog-info {
  padding: 0;
}
.tb-right .tb-blog.default .tb-content-block h2.blog-title:after {
  margin-right: 0 !important;
}
.tb-pos-bottom {
  bottom: 0;
  position: absolute;
  width: 100%;
}
.line-end {
  display: none !important;
}
.tb-blog-content-outer {
  padding: 50px 0;
}
.tb-blog-content-outer .ro-post-relate {
  float: right;
  max-width: 200px;
}
.tb-blog-content-outer .ro-post-relate img {
  margin-bottom: 30px;
}
.post-template-basic-php .tb-blog .blog-info {
  text-align: right;
  margin-top: 25px;
  margin-bottom: 25px;
}
.post-template-basic-php .tb-blog .blog-info > span {
  margin-left: 55px;
}
.post-template-basic-php .tb-blog .blog-info > span a {
  color: #448ccb;
}
.tb-blog > .row {
  margin-bottom: 20px;
}
.tb-blog .post.sticky {
  background: #e1e1e1;
  color: #000000;
  padding: 30px;
  position: relative;
}
.tb-blog .post.sticky .blog-title {
  color: #448ccb;
}
.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;
}
.title-bar {
  position: relative;
}
.title-bar:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.title-bar h1,
.title-bar h2,
.title-bar h3,
.title-bar h4,
.title-bar h5,
.title-bar h6,
.woocommerce div.title-bar h1,
.woocommerce div.title-bar h2,
.woocommerce div.title-bar h3,
.woocommerce div.title-bar h4,
.woocommerce div.title-bar h5,
.woocommerce div.title-bar h6 {
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
}
.title-bar .tb-breadcrumb,
.woocommerce div.title-bar .tb-breadcrumb {
  border: none !important;
  color: #fff;
  text-align: right;
  vertical-align: middle;
  line-height: 50px;
}
@media (max-width: 767px) {
  .title-bar .tb-breadcrumb,
  .woocommerce div.title-bar .tb-breadcrumb {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .title-bar .page-title,
  .woocommerce div.title-bar .page-title {
    text-align: center;
  }
}
.tb-breadcrumb a,
.tb-breadcrumb span {
  color: #dedede;
  padding: 0 8px;
}
.tb-breadcrumb a:hover,
.tb-breadcrumb span:hover {
  color: #448ccb;
}
.tb-breadcrumb span {
  padding: 0 8px;
}
.tb-breadcrumb .woocommerce-breadcrumb {
  margin: 0;
}
.jws_theme_top_search_bar.tb-before-title {
  margin-bottom: -30px;
  position: relative;
  z-index: 9;
}
.jws_theme_top_search_bar.tb-after-title {
  margin-top: -32px;
  margin-bottom: 50px;
}
#jws_theme_wrapper > .tb-breadcrumb {
  padding: 15px 0;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 70px;
}
.col-middle {
  line-height: 30px;
}
.post-navigation .nav-links {
  text-align: right;
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
  display: inline-block;
}
.post-navigation .nav-links .nav-previous .btn,
.post-navigation .nav-links .nav-next .btn {
  display: inline-block;
  vertical-align: top;
  font-weight: 300;
  width: 100px;
  color: #a8a8a8;
  border: none;
  padding: 0;
  font-size: 15px;
  box-shadow: none;
}
.post-navigation .nav-links .nav-previous .btn:hover,
.post-navigation .nav-links .nav-next .btn:hover {
  color: #448ccb;
}
.post-navigation .nav-links .nav-previous .btn.disabled,
.post-navigation .nav-links .nav-next .btn.disabled {
  color: #a8a8a8;
}
.post-navigation .nav-links .nav-previous .btn i,
.post-navigation .nav-links .nav-next .btn i {
  font-size: 18px;
}
.post-navigation .nav-links .nav-previous .btn i:before,
.post-navigation .nav-links .nav-next .btn i:before {
  position: relative;
  top: 2px;
}
.post-navigation .nav-links .nav-previous .btn i.fa-caret-left,
.post-navigation .nav-links .nav-next .btn i.fa-caret-left {
  padding-right: 10px;
}
.post-navigation .nav-links .nav-previous .btn i.fa-caret-right,
.post-navigation .nav-links .nav-next .btn i.fa-caret-right {
  padding-left: 10px;
}
.comments-area {
  margin-top: 15px;
}
.comments-area .comments-title {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 32px;
}
.comments-area .comments-title small {
  text-transform: none;
}
.comments-area .comments-title legend {
  display: inline-block;
  margin-bottom: -4px;
  padding-right: 10px;
  width: initial;
  color: #272727;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
}
.comments-area .comment-list {
  padding-left: 0;
  margin-bottom: 52px;
}
.comments-area .comment-list li {
  padding: 0 !important;
  border-top: none !important;
  list-style: none;
}
.comments-area .comment-list li ol.children {
  padding-left: 45px;
}
.comments-area .comment-list li ol.children .comment-body {
  margin-top: 0;
  border-top: 1px solid #e1e1e1;
}
.comments-area .comment-list li ol.children .comment-body .comment-info {
  padding-left: 120px;
}
.comments-area .comment-list li ol.children .comment-avatar {
  top: 18px;
  left: 20px;
}
.comments-area .comment-list li ol.children .comment-info:before {
  left: 0;
  width: 100%;
}
.comments-area .comment-list li .comment-body {
  position: relative;
  margin-top: 28px;
}
.comments-area .comment-list li .comment-body .comment-avatar {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.comments-area .comment-list li .comment-body .comment-avatar img {
  max-width: 70px;
  height: auto;
  width: 100%;
}
.comments-area .comment-list li .comment-body .comment-info {
  position: relative;
  padding: 22px 15px 7px 97px;
}
.comments-area
  .comment-list
  li
  .comment-body
  .comment-info
  .comment-header-info {
  position: relative;
  margin-bottom: 3px;
}
.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: #2a2a2a;
  font-size: 13px;
  font-weight: bold;
  text-transform: capitalize;
  margin-right: 15px;
  color: #363636;
}
.comments-area
  .comment-list
  li
  .comment-body
  .comment-info
  .comment-header-info
  .comment-date
  a {
  font-size: 13px;
  color: #448ccb;
  margin-right: 30px;
}
.comments-area
  .comment-list
  li
  .comment-body
  .comment-info
  .comment-header-info
  .comment-date
  a:hover {
  color: #2a2a2a;
}
.comments-area
  .comment-list
  li
  .comment-body
  .comment-info
  .comment-header-info
  .reply
  a {
  font-size: 15px;
  color: #cecece;
}
.comments-area
  .comment-list
  li
  .comment-body
  .comment-info
  .comment-header-info
  .reply
  a:hover {
  color: #448ccb;
}
.comments-area .comment-list li .comment-body .comment-info p {
  position: relative;
  line-height: 22px;
}
.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: #448ccb;
}
.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: #448ccb;
}
.comments-area .comment-respond .comment-reply-title {
  text-transform: uppercase;
  color: #272727;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 20px;
}
.comment-form {
  margin: 5px 0 25px;
}
.comment-form p {
  line-height: normal;
  margin-bottom: 20px;
}
.comment-form p.comment-form-author,
.comment-form p.comment-form-email,
.comment-form p.comment-form-url,
.comment-form p.comment-form-comment {
  width: 100%;
  display: inline-block;
  margin-top: 0;
}
.comment-form p input,
.comment-form p textarea {
  margin-bottom: 0;
}
.comment-form p label {
  font-size: 13px;
  color: #5f5f5f;
  font-weight: normal;
  margin-bottom: 8px;
}
.comment-form p label span {
  color: #448ccb;
}
.comment-form p.form-submit {
  margin: 0;
}
.comment-form p.form-submit .submit {
  background-color: transparent;
  border: 1px solid #ebebeb;
  height: 40px;
  line-height: 39px;
  display: inline-block;
  padding: 0;
  width: 170px;
  text-align: center;
  text-transform: uppercase;
  color: #2a2a2a;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
  margin-top: 5px;
  position: initial;
  top: 0;
}
.comment-form p.form-submit .submit:hover {
  background-color: #2a2a2a;
  border-color: #2a2a2a;
  color: #fff;
}
@media (max-width: 361px) {
  .comment-form p.comment-form-email {
    margin-left: 0;
  }
}
.pagination,
.page-numbers {
  width: 100%;
}
.pagination li.page-numbers,
.pagination span.page-numbers,
.pagination a.page-numbers,
.page-numbers li.page-numbers,
.page-numbers span.page-numbers,
.page-numbers a.page-numbers {
  list-style: none;
  border: 1px solid #ebebeb;
  color: #898989;
  display: inline-block;
  line-height: 35px;
  font-size: 14px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #f1f1f1;
  font-family: Helvetica;
  padding: 0;
  font-weight: bold;
  text-align: center;
  margin-right: 7px;
}
.pagination li.page-numbers i,
.pagination span.page-numbers i,
.pagination a.page-numbers i,
.page-numbers li.page-numbers i,
.page-numbers span.page-numbers i,
.page-numbers a.page-numbers i {
  font-size: 20px;
}
.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,
.page-numbers li.page-numbers.current,
.page-numbers li.page-numbers:hover,
.page-numbers span.page-numbers.current,
.page-numbers span.page-numbers:hover,
.page-numbers a.page-numbers.current,
.page-numbers a.page-numbers:hover {
  color: #fff;
  background-color: #448ccb;
  border-color: #448ccb;
}
.pagination ul li,
.page-numbers ul li {
  display: inline-block;
}
.ct-contact li a {
  position: relative;
  padding-left: 32px !important;
  display: block;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 13px;
}
.ct-contact li a i {
  position: absolute;
  left: 0;
  width: 15px;
  text-align: center;
  top: 50%;
  font-size: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ccc;
}
.ct-contact li a:first-child i {
  left: 4px;
}
.ct-contact li a:hover i {
  color: #448ccb;
}
.ct-contact li:first-child {
  margin-bottom: 20px;
}
.jws_theme_footer {
  /* footer-top */
  /* footer-bottom */
}
.jws_theme_footer .widget_eduonline_newsletterwidget {
  padding: 7px 20px;
  background-color: #448ccb;
}
.jws_theme_footer .widget_eduonline_newsletterwidget .newsletter-desc,
.jws_theme_footer .widget_eduonline_newsletterwidget .newsletter-form {
  float: left;
}
.jws_theme_footer .widget_eduonline_newsletterwidget .newsletter-desc {
  width: 270px;
  text-align: left;
  padding-top: 20px;
}
@media (min-width: 992px) {
  .jws_theme_footer .widget_eduonline_newsletterwidget .newsletter-desc {
    width: 350px;
  }
}
@media (max-width: 767px) {
  .jws_theme_footer .widget_eduonline_newsletterwidget .newsletter-desc {
    display: none;
  }
}
.jws_theme_footer
  .widget_eduonline_newsletterwidget
  .newsletter-desc
  .wg-title {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
  color: #fff;
}
@media (min-width: 992px) {
  .jws_theme_footer
    .widget_eduonline_newsletterwidget
    .newsletter-desc
    .wg-title {
    font-size: 21px;
  }
}
.jws_theme_footer
  .widget_eduonline_newsletterwidget
  .newsletter-desc
  .wg-title:after {
  display: none;
}
.jws_theme_footer .widget_eduonline_newsletterwidget .newsletter-desc p {
  color: #ffffff;
}
.jws_theme_footer .widget_eduonline_newsletterwidget .newsletter-form {
  width: calc(100% - 270px);
}
@media (min-width: 992px) {
  .jws_theme_footer .widget_eduonline_newsletterwidget .newsletter-form {
    width: calc(100% - 350px);
  }
}
@media (max-width: 767px) {
  .jws_theme_footer .widget_eduonline_newsletterwidget .newsletter-form {
    width: 100%;
  }
}
.jws_theme_footer .newsletter {
  margin-top: 20px;
}
.jws_theme_footer .newsletter form {
  position: relative;
  overflow: hidden;
}
.jws_theme_footer .newsletter form p {
  margin: 0;
  width: calc(100% - 135px);
  float: left;
}
@media (max-width: 479px) {
  .jws_theme_footer .newsletter form p {
    width: calc(100% - 90px);
  }
}
.jws_theme_footer .newsletter form p + p {
  width: 115px;
  margin-left: 20px;
  float: left;
}
@media (max-width: 479px) {
  .jws_theme_footer .newsletter form p + p {
    width: 90px;
    margin-left: 0;
  }
}
.jws_theme_footer .newsletter form p + p .newsletter-submit {
  z-index: 2;
  position: relative;
}
.jws_theme_footer .newsletter form p + p:hover:after {
  color: #448ccb;
}
.jws_theme_footer .newsletter form input {
  margin: 0;
  border: 0;
  height: 50px;
  line-height: 50px;
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  /* WebKit, Blink, Edge */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #fff;
  padding: 0 13px;
}
.jws_theme_footer .newsletter form input::-webkit-input-placeholder {
  color: #fff;
}
.jws_theme_footer .newsletter form input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.jws_theme_footer .newsletter form input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.jws_theme_footer .newsletter form input:-ms-input-placeholder {
  color: #fff;
}
.jws_theme_footer .newsletter form input:placeholder-shown {
  color: #fff;
}
.jws_theme_footer .newsletter form input:focus {
  color: #fff;
}
.jws_theme_footer .newsletter form .tb-newsletter-checkbox {
  display: none;
}
.jws_theme_footer .newsletter form input[type="submit"] {
  background: transparent;
  font-size: 12px;
  color: #fff;
  height: 50px;
  line-height: 48px;
  -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: 2px solid #fff;
  text-transform: uppercase;
}
.jws_theme_footer .newsletter form input[type="submit"]:hover {
  background-color: #fff;
  color: #448ccb;
}
.jws_theme_footer .wg-footer-socials {
  white-space: nowrap;
}
.jws_theme_footer .wg-footer-socials li {
  display: inline-block;
  margin-right: 0px;
  padding-left: 0;
}
.jws_theme_footer .wg-footer-socials li a {
  color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-block;
  text-align: Center;
  line-height: 42px;
  font-size: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .jws_theme_footer .wg-footer-socials li a {
    width: 38px;
    height: 38px;
    line-height: 38px;
  }
}
.jws_theme_footer .footer-header {
  padding: 30px 0 15px;
  position: relative;
}
.jws_theme_footer .footer-header hr {
  border-top: 2px solid #2a2a2a;
  border-bottom: 1px solid #2a2a2a;
  height: 2px;
  margin-bottom: 60px;
}
.jws_theme_footer .footer-header .socials {
  padding: 15px 0 0;
}
.jws_theme_footer .footer-header .jws_theme_footer_bottom_right {
  margin-top: 7px;
}
.jws_theme_footer .footer-header form .newsletter-email {
  color: #b7b7b7;
  background-color: #fff;
}
.jws_theme_footer .footer-header form .newsletter-email:focus {
  color: #000;
}
.jws_theme_footer .footer-header form input[type="submit"] {
  background: #292929;
}
.jws_theme_footer .footer-header form input[type="submit"]:hover {
  background-color: #000;
}
.jws_theme_footer .footer-header .tb-open-lightbox {
  max-width: 270px;
  display: inline-block;
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #2a2a2a;
  border: 1px solid #2a2a2a;
  margin-top: 8px;
  font-weight: 700;
}
.jws_theme_footer .footer-header .tb-open-lightbox:hover {
  border-color: #2a2a2a !important;
  background-color: #2a2a2a;
  color: #fff;
}
.jws_theme_footer .footer-top .widget h3 {
  color: #2a2a2a;
  font-size: 15px;
  margin-bottom: 12px;
}
.jws_theme_footer .footer-top .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.jws_theme_footer .footer-top .widget ul li {
  text-align: left;
  line-height: 28px;
}
.jws_theme_footer .footer-top .widget ul li a {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  color: #868686;
}
.jws_theme_footer .footer-top .widget ul li a:hover {
  padding-left: 5px;
  color: #333;
}
.jws_theme_footer .footer-top .widget ul.ct-contact {
  margin-top: 17px;
}
.jws_theme_footer .footer-top .widget ul .newsletter {
  max-width: 300px;
  margin-bottom: 30px;
}
.jws_theme_footer .footer-top .widget ul .newsletter form {
  margin-top: 20px;
  padding-right: 90px;
}
.jws_theme_footer .footer-top .widget ul .newsletter form input {
  background: #0a0a0a;
  color: #525252;
}
.jws_theme_footer .footer-top .widget ul .newsletter form input:focus {
  color: #fff;
}
.jws_theme_footer .footer-top .widget ul .newsletter form input[type="submit"] {
  background: #676767;
}
.jws_theme_footer .footer-top .jws_theme_footer_top_once li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 50px;
}
.jws_theme_footer .footer-top .jws_theme_footer_top_once li a i {
  position: absolute;
  top: 8px;
  left: 0;
  color: #fff;
  height: 33px;
  width: 33px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #727272;
  font-size: 16px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.jws_theme_footer .footer-top .jws_theme_footer_top_once li a span {
  color: #727272;
  font-size: 13px;
}
.jws_theme_footer .footer-top .jws_theme_footer_top_two li,
.jws_theme_footer .footer-top .jws_theme_footer_top_three li,
.jws_theme_footer .footer-top .jws_theme_footer_top_four li {
  margin-bottom: 7px;
}
.jws_theme_footer .footer-top .jws_theme_footer_top_five .newsletter {
  margin-bottom: 20px;
}
.jws_theme_footer .footer-top .jws_theme_footer_top_five .newsletter form {
  margin-top: 22px;
}
.jws_theme_footer .footer-top .jws_theme_footer_top_five ul.socials {
  margin-top: 21px;
  margin-bottom: 15px;
}
.jws_theme_footer .footer-bottom h6 {
  margin: 10px;
  letter-spacing: 1.6px;
}
.jws_theme_footer .footer-bottom .jws_theme_footer_bottom_left .widget {
  margin-top: 5px;
}
.jws_theme_footer .footer-bottom .jws_theme_footer_bottom_left .widget a {
  color: #2a2a2a;
}
.jws_theme_footer .footer-bottom hr {
  border-top: 1px solid #eee;
  margin-bottom: 22px;
}
.jws_theme_footer .footer-bottom .socials li a {
  color: #b5b5b5;
}
.jws_theme_footer .footer-bottom .socials li a:hover {
  color: #fff;
}
.jws_theme_footer .jws_theme_footer_bottom_right {
  text-align: right;
}
.jws_theme_footer .jws_theme_footer_bottom_right ul {
  line-height: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.jws_theme_footer .jws_theme_footer_bottom_right ul li {
  display: inline-block;
}
.jws_theme_footer .jws_theme_footer_bottom_right ul li img {
  opacity: 0.5;
}
.jws_theme_footer .jws_theme_footer_bottom_right ul li img:hover {
  opacity: 1;
}
.jws_theme_footer .jws_theme_footer_bottom_right ul li + li {
  margin-left: 15px;
}
.jws_theme_footer.tb-footer-v2 .footer-bottom {
  padding-bottom: 22px;
}
.jws_theme_footer.tb-footer-v3 .footer-bottom {
  background-color: #080808;
}
.jws_theme_footer.tb-footer-v3
  .footer-bottom
  .jws_theme_footer_bottom_left
  .widget
  a {
  color: #fff;
}
.jws_theme_footer.tb-footer-v3 .footer-header {
  padding-top: 56px;
  background-color: #202020;
  color: #fff;
}
.jws_theme_footer.tb-footer-v3 .footer-header a {
  color: #fff;
}
.jws_theme_footer.tb-footer-v3 .footer-header .logo-dark {
  display: inline-block !important;
  visibility: visible !important;
}
.jws_theme_footer.tb-footer-v3 .footer-header .main-logo {
  display: none;
}
.jws_theme_footer.tb-footer-v3 .footer-header .socials li a:hover:before {
  background-color: #448ccb;
}
.jws_theme_footer.tb-footer-v3 .footer-header .tb-open-lightbox {
  border-color: #fff;
}
.jws_theme_footer.tb-footer-v3 .footer-top {
  background-color: #202020;
}
.jws_theme_footer.tb-footer-v3 .footer-top .widget h3 {
  color: #fff;
}
.jws_theme_footer.tb-footer-v3 .footer-top .widget .ct-contact li a i {
  color: #fff;
}
.jws_theme_footer.tb-footer-v3 .footer-top .widget ul li a:hover {
  color: #fff;
}
.jws_theme_footer.tb-footer-v4 .footer-header {
  background-color: #448ccb;
  padding-bottom: 21px;
}
.jws_theme_footer.tb-footer-v4 .footer-header .socials li a {
  color: #fff;
}
.jws_theme_footer.tb-footer-v4 .footer-header .tb-open-lightbox {
  border-color: #fff;
  color: #fff;
}
.jws_theme_footer.tb-footer-v4 .footer-header .tb-open-lightbox:hover {
  border-color: #333 !important;
  background-color: #333 !important;
}
.jws_theme_footer.tb-footer-v4 .footer-header .logo-light {
  display: inline-block !important;
  visibility: visible !important;
}
.jws_theme_footer.tb-footer-v4 .footer-header .main-logo {
  display: none;
}
@media (max-width: 767px) {
  .jws_theme_footer .footer-header .newsletter form {
    padding-right: 0;
    margin: 0 auto 10px;
  }
  .jws_theme_footer .footer-header .socials {
    padding-left: 0;
    text-align: center !important;
  }
  .jws_theme_footer .footer-header .widget,
  .jws_theme_footer .footer-header .textwidget {
    text-align: center;
  }
  .jws_theme_footer .footer-top .jws_theme_footer_top_once .widget,
  .jws_theme_footer .footer-top .jws_theme_footer_top_two .widget,
  .jws_theme_footer .footer-top .jws_theme_footer_top_three .widget,
  .jws_theme_footer .footer-top .jws_theme_footer_top_four .widget {
    margin-bottom: 30px;
  }
  .jws_theme_footer .footer-top .widget .ct-contact {
    margin-bottom: 25px;
  }
  .jws_theme_footer .footer-bottom .textwidget {
    text-align: center;
  }
  .jws_theme_footer .footer-bottom .textwidget ul {
    display: inline-block;
    margin-top: 20px;
  }
  .jws_theme_footer.tb-footer-v4 .footer-header {
    padding-bottom: 30px;
  }
}
.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: #448ccb;
}
.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: #448ccb;
}
ul.arrow li::before,
ul.arrow-double li::before,
ul.tick li::before,
ul.cross li::before,
ul.star li::before,
ul.rss li::before {
  margin-right: 5px;
}
ul.arrow li::before {
  content: "\f105";
}
ul.arrow-double li::before {
  content: "\f101";
}
ul.tick li::before {
  content: "\f00c";
}
ul.cross li::before {
  content: "\f00d";
}
ul.star li::before {
  content: "\f006";
}
ul.rss li::before {
  content: "\f09e";
}
.rtb-booking-form {
  font-size: 0;
}
.rtb-booking-form .rtb-message {
  font-size: 16px;
  text-align: center;
}
.rtb-booking-form .reservation,
.rtb-booking-form .contact {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: ;
  padding: 5px;
}
.rtb-booking-form .reservation input,
.rtb-booking-form .reservation textarea,
.rtb-booking-form .reservation select,
.rtb-booking-form .contact input,
.rtb-booking-form .contact textarea,
.rtb-booking-form .contact select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 30px;
  font-size: 16px;
  min-height: 40px;
}
.rtb-booking-form .btn_submit button {
  background: #444444;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: ;
}
.rtb-booking-form .btn_submit button:hover {
  background: #448ccb;
  border-color: #448ccb;
}
.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: #448ccb;
}
body .plan.featured > li.plan-name .uk-badge-danger {
  background: #fff;
  color: #448ccb;
  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;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 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;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  border: solid 2px #fff;
  margin: 0 5px;
  color: #fff;
}
.colorbox-wrap .colorbox-inner a.cb-popup {
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
}
.colorbox-wrap .colorbox-inner a.cb-link {
  transform: translateX(100px);
  -webkit-transform: translateX(100px);
}
.colorbox-wrap .colorbox-inner:hover a {
  border-color: #448ccb;
}
.colorbox-wrap a:hover i {
  color: #448ccb;
}
.tpl1 .colorbox-wrap .colorbox {
  border: none;
}
article:hover .colorbox-wrap {
  opacity: 1;
}
article:hover .colorbox-wrap .colorbox {
  animation: effZoom 0.3s ease;
  -webkit-animation: effZoom 0.3s ease;
}
article:hover .colorbox-wrap .colorbox-inner a {
  transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
}
article:hover .colorbox-wrap .colorbox-inner a i {
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
article:hover .colorbox-wrap .colorbox-inner a:hover i {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.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 #448ccb inset;
  padding: 4px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.feature-box.tpl1 .feature-icon-image > i {
  font-size: 24px;
  color: #448ccb;
  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: #448ccb;
}
.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: #448ccb;
}
.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: #448ccb;
}
.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: "eduonline 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: #448ccb;
}
.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 #448ccb;
}
.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: #448ccb;
  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: #448ccb;
  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: #448ccb;
  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: #448ccb;
  border-color: #448ccb;
  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: #448ccb;
  border-color: #448ccb;
  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: #448ccb;
  border: 1px solid #444444;
  line-height: 1.2em;
  border-radius: 20px;
  display: inline-block;
  outline: medium none;
  padding: 9px 39px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.rtb-booking-form {
  text-align: center;
}
.rtb-booking-form div {
  text-align: left;
}
.rtb-booking-form button {
  width: 50%;
}
.rtb-booking-form textarea {
  max-width: 100%;
  width: 100%;
}
.booking-form-2 .rtb-booking-form .reservation,
.booking-form-2 .rtb-booking-form .contact {
  width: 80%;
  margin: 0 auto;
}
.booking-form-2 .rtb-booking-form textarea {
  max-width: 100%;
  width: 100%;
}
.rtb-booking-form form textarea {
  max-width: 100%;
  width: 100%;
}
.tb-menu-text-item {
  width: 100%;
  line-height: 40px;
}
.tb-menu-text-item .menu-item-inner {
  margin: 0;
}
.tb-menu-text-item .menu-item-inner span {
  display: table-cell;
}
.tb-menu-text-item .menu-item-inner span.title,
.tb-menu-text-item .menu-item-inner span.price {
  width: 1%;
  font-style: italic;
  white-space: nowrap;
}
.tb-menu-text-item .menu-item-inner span.solid {
  width: 100%;
  overflow: hidden;
  position: relative;
  color: transparent;
}
.tb-menu-text-item .menu-item-inner span.solid:after {
  content: "";
  width: 80%;
  position: absolute;
  left: 10%;
  bottom: 10px;
  border-top: 1px solid #fff;
}
.tb-menu-text-item .menu-item-desc {
  font-size: 12px;
  opacity: 0.8;
}
.tb-social {
  margin: 0;
  padding: 0;
}
.tb-social li {
  display: inline-block;
  vertical-align: top;
}
.tb-social li a {
  margin: 0 6px;
  font-size: 16px;
}
.tb-maps-info-content h5 {
  font-size: 13px;
}
.tb-error404-wrap {
  font-size: 24px;
  line-height: 22px;
  background-size: cover;
}
.tb-error404-wrap .overlay-background {
  opacity: 0.5;
}
.tb-error404-wrap a {
  font-size: 18px;
}
.tb-error404-wrap a.btn-transparent {
  margin-left: 27px;
}
.tb-error404-wrap .widget_search #searchform {
  max-width: 472px;
  width: 80%;
  margin: 0 auto;
}
.tb-error404-wrap .widget_search #s {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 35px;
  padding-left: 15px;
  /* WebKit, Blink, Edge */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  height: 47px;
}
.tb-error404-wrap .widget_search #s::-webkit-input-placeholder {
  color: #818181;
}
.tb-error404-wrap .widget_search #s:-moz-placeholder {
  color: #818181;
  opacity: 1;
}
.tb-error404-wrap .widget_search #s::-moz-placeholder {
  color: #818181;
  opacity: 1;
}
.tb-error404-wrap .widget_search #s:-ms-input-placeholder {
  color: #818181;
}
.tb-error404-wrap .widget_search #s:placeholder-shown {
  color: #818181;
}
.tb-error404-wrap .widget_search #s:focus {
  color: #000;
}
.tb-error404-wrap .widget_search #searchsubmit {
  line-height: 27px;
  font-size: 18px;
}
.header-sidebar .sidebar-top-right .widget_mini_cart_wrap {
  position: absolute;
  bottom: 0;
  right: 30px;
}
.header-sidebar
  .sidebar-top-right
  .widget_mini_cart_wrap
  .shopping_cart_dropdown {
  left: initial;
  right: 0 !important;
}
.widget_mini_cart_wrap {
  display: inline-block;
  margin: 0 !important;
  position: relative;
  height: 100px;
  float: right;
}
@media (max-width: 991px) {
  .widget_mini_cart_wrap {
    height: 50px;
  }
  body .menu-list-default .menu > ul > li {
    display: block;
  }
  body .menu-list-default .menu > ul > li > a {
    line-height: 40px !important;
  }
}
.widget_mini_cart_wrap.tb-cart-empty {
  text-transform: uppercase;
}
.widget_mini_cart_wrap .header {
  text-align: center;
  position: relative;
  top: 30px;
}
@media (max-width: 991px) {
  .widget_mini_cart_wrap .header {
    top: 15px;
  }
}
.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: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  right: -17px;
  margin-top: -10px;
  font-size: 13px;
  background-color: #448ccb;
  color: #fff;
}
.widget_mini_cart_wrap .header a.icon_cart_wrap:hover span.cart_total {
  color: #fff;
  background-color: #000;
}
.widget_mini_cart_wrap .header span.total_cart {
  display: block;
  font-family: Dosis;
  font-weight: 600;
}
.widget_mini_cart_wrap .header span.total_cart .amount {
  color: #ff7f46;
}
@media (max-width: 991px) {
  .widget_mini_cart_wrap {
    width: 80px;
  }
  .widget_mini_cart_wrap .header span.total_cart {
    display: none;
  }
  .widget_mini_cart_wrap .header a.icon_cart_wrap {
    color: #fff;
  }
}
.widget_mini_cart_wrap .shopping_cart_dropdown {
  border-top: 1px solid #448ccb;
  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: #747474;
  border-bottom: 1px solid #eee;
  min-height: 135px;
}
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li > a {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 28px;
  position: static;
}
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li > a:before {
  display: none;
}
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li > a.remove {
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 15px;
  font-size: 13px;
  font-weight: 400;
  line-height: 12px;
  color: #fff !important;
  background: #448ccb;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  padding-left: 1px;
}
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li > a > img {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100px;
  height: 100px;
  margin: 0;
}
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li .quantity {
  font-size: 15px;
  font-weight: 400;
}
.widget_mini_cart_wrap
  .shopping_cart_dropdown
  ul.cart_list
  > li
  .quantity
  > span {
  font-size: 14px;
  color: #484848;
}
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li.empty {
  border: none;
  min-height: auto;
}
.widget_mini_cart_wrap
  .shopping_cart_dropdown
  ul.cart_list
  > li
  .woocommerce-review-link {
  display: none;
}
.widget_mini_cart_wrap .shopping_cart_dropdown .total {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #363636;
  padding-top: 15px;
}
.widget_mini_cart_wrap .shopping_cart_dropdown .total > strong {
  font-weight: 400;
  margin-right: 40px;
}
.widget_mini_cart_wrap .shopping_cart_dropdown .total > span {
  font-size: 16px;
}
@media (max-width: 991px) {
  .widget_mini_cart_wrap .shopping_cart_dropdown .buttons > a {
    border: 1px solid #cccccc;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 0;
    color: #747474;
    display: block;
    float: none !important;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    padding: 10px 15px;
    background: transparent;
    text-align: center;
    text-transform: uppercase;
  }
  .widget_mini_cart_wrap .shopping_cart_dropdown .buttons > a.wc-forward {
    margin-bottom: 15px;
  }
  .widget_mini_cart_wrap .shopping_cart_dropdown .buttons > a:hover {
    background: #448ccb;
    border-color: #448ccb;
    color: #ffffff;
  }
}
@media (min-width: 992px) {
  .widget_mini_cart_wrap .shopping_cart_dropdown .buttons > a {
    background: url(assets/images/bg-btn-v2.png) no-repeat;
    font-family: Roboto;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    text-align: CENTER;
    width: 159px;
    height: 37px;
    line-height: 37px;
    line-height: 18px;
    font-family: Dosis;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    width: 158px;
  }
  .widget_mini_cart_wrap .shopping_cart_dropdown .buttons > a:hover {
    color: #448ccb;
  }
}
.tb-stick-active .widget_mini_cart_wrap {
  height: 79px;
}
.tb-stick-active .widget_mini_cart_wrap .header {
  top: 20px;
}
.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: #448ccb;
}
.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;
}
.sidebar-header-right {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sidebar-header-right .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
}
.sidebar-header-right .dropdown-menu li a {
  padding: 10px;
}
.sidebar-header-right .btn-group {
  position: relative;
}
.sidebar-header-right .btn-group .btn.dropdown-toggle {
  font-size: 13px !important;
  font-weight: 600;
  padding: 10px !important;
  text-transform: uppercase;
}
.sidebar-header-right .btn-group .btn.dropdown-toggle small {
  display: inline-block;
}
.sidebar-header-right .btn-group.open .btn.dropdown-toggle {
  box-shadow: none;
}
.sidebar-header-right .btn-group.open span {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.sidebar-header-right .dd-container,
.sidebar-header-right .dd-select,
.sidebar-header-right a.dd-selected,
.sidebar-header-right a.dd-selected small {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
}
.sidebar-header-right a.dd-selected {
  font-weight: normal;
  line-height: normal;
  padding-bottom: 0;
}
.sidebar-header-right .dropdown-toggle {
  border: none medium;
  color: #000;
}
.sidebar-header-right .dropdown-toggle span {
  border: 1px solid #000;
  width: 5px;
  height: 5px;
  position: absolute;
  right: 0;
  display: block;
  top: 45%;
  border-left: none medium;
  border-top: none medium;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.sidebar-header-right .widget_ct_woo_ordering_widget,
.sidebar-header-right .widget-woocommerce-currency-switcher {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.sidebar-header-right .widget-woocommerce-currency-switcher {
  text-align: left;
}
.sidebar-header-right .widget-woocommerce-currency-switcher .dd-selected {
  font-size: 13px;
  font-weight: 600;
}
.sidebar-header-right .dd-options {
  min-width: 160px;
}
.sidebar-header-right .dd-options .dd-option label {
  font-weight: normal;
}
.sidebar-header-right .dd-options .dd-option:hover {
  background: #f5f5f5;
}
.sidebar-header-right .dd-desc {
  color: #000;
}
.sidebar-header-right .dd-desc .dd-desc {
  line-height: inherit;
}
.sidebar-header-right .dd-select {
  border: none medium;
  background: none !important;
}
.sidebar-header-right .dd-pointer-down {
  border: 1px solid #000;
  width: 5px;
  height: 5px;
  right: 0;
  border-left: none medium;
  border-top: none medium;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.sidebar-header-right .dd-pointer-down.dd-pointer-up {
  border: 1px solid #000 !important;
  margin-top: 0;
  border-left: none medium !important;
  border-top: none medium !important;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
}
.sidebar-header-right .widget-woocommerce-currency-switcher .dd-selected-text,
.sidebar-header-right .widget-woocommerce-currency-switcher .dd-option-text {
  display: none;
}
.sidebar-header-right
  .widget-woocommerce-currency-switcher
  + .widget-woocommerce-currency-switcher
  .dd-selected-description,
.sidebar-header-right
  .widget-woocommerce-currency-switcher
  + .widget-woocommerce-currency-switcher
  .dd-option-description {
  display: none;
}
.sidebar-header-right
  .widget-woocommerce-currency-switcher
  + .widget-woocommerce-currency-switcher
  .dd-selected-text,
.sidebar-header-right
  .widget-woocommerce-currency-switcher
  + .widget-woocommerce-currency-switcher
  .dd-option-text {
  display: block;
  line-height: initial;
}
@media (min-width: 981px) and (max-width: 1199px) {
  .tb-1199-fullwidth {
    width: 100% !important;
  }
  .tb-1199-fullwidth .vc_empty_space {
    display: none;
  }
  .deviation-feature-box.deviation-align-right .deviation-content-image img,
  .deviation-feature-box.deviation-align-left .deviation-content-image img,
  .deviation-feature-box.deviation-align-bottom .deviation-content-image img {
    width: auto !important;
  }
  .deviation-feature-box.deviation-align-left .deviation-content-image {
    width: 60%;
    text-align: right;
    margin-left: 40%;
  }
  .feature-box.deviation .deviation-feature-box {
    margin-bottom: 100px;
  }
  .feature-box.deviation
    .deviation-feature-box.deviation-align-bottom
    .deviation-content-image {
    width: 60%;
  }
  .feature-box.deviation
    .deviation-feature-box.deviation-align-bottom
    .deviation-content-image
    img {
    width: 100%;
  }
  .feature-box.deviation
    .deviation-feature-box.deviation-align-bottom
    .deviation-content-info {
    width: 50%;
    position: absolute;
    top: 47%;
    right: 0;
    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;
  }
  .jws_theme_footer .footer-top .tb-col4 {
    padding: 0 15px;
    border: none !important;
  }
}
.scroll_button_show {
  position: relative;
}
.scroll_button_show .btn_scroll_wrap {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 22px;
  height: 50px;
  z-index: 999;
  cursor: pointer;
}
.scroll_button_show .btn_scroll_wrap:after {
  border: 1px solid #d3d3d3;
  border-radius: 10px;
  content: "";
  height: 35px;
  left: 1px;
  position: absolute;
  top: 0;
  width: 20px;
}
.scroll_button_show .btn_scroll_wrap:before {
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  top: 4px;
  width: 1px;
  background: #d3d3d3;
  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(68, 140, 203, 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 width: 60%
			img, .deviation-feature-box.deviation-align-bottom .deviation-content-image width: 60%
			img {
  width: 100%;
}
.deviation-blog.deviation-align-bottom .deviation-content-info,
.deviation-feature-box.deviation-align-bottom .deviation-content-info {
  width: 100%;
  transform: translateY(-30%);
  -webkit-transform: translateY(-40px);
}
.deviation-blog.deviation-align-bottom .deviation-content-info .blog-title,
.deviation-blog.deviation-align-bottom
  .deviation-content-info
  .feature-box-title,
.deviation-feature-box.deviation-align-bottom
  .deviation-content-info
  .blog-title,
.deviation-feature-box.deviation-align-bottom
  .deviation-content-info
  .feature-box-title {
  width: 30%;
  display: inline-block;
}
.deviation-blog.deviation-align-bottom .deviation-content-info .blog-desc,
.deviation-blog.deviation-align-bottom
  .deviation-content-info
  .feature-box-desc,
.deviation-feature-box.deviation-align-bottom
  .deviation-content-info
  .blog-desc,
.deviation-feature-box.deviation-align-bottom
  .deviation-content-info
  .feature-box-desc {
  width: calc(70% - 6px);
  display: inline-block;
  margin-top: 0;
  vertical-align: middle;
}
#tb-mega-searchform {
  padding: 10px 10px 0;
  background: #fff;
  position: relative;
  z-index: 1;
}
#tb-mega-searchform .dropdown {
  height: 50px;
  line-height: 50px;
  background-color: #202020;
  color: #fff;
  padding: 0 16px;
  box-shadow: none;
}
#tb-mega-searchform .dropdown .fa-th {
  font-size: 16px;
  position: relative;
  z-index: 1;
}
#tb-mega-searchform .dropdown .tb-title {
  margin-left: 6px;
  font-size: 18px;
}
#tb-mega-searchform .dropdown .caret {
  right: 17px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}
#tb-mega-searchform .dropdown select {
  position: absolute;
  left: 0;
  top: 50%;
  line-height: 1;
  border: none;
  background-color: #202020;
  color: #fff;
  padding: 0 0 0 43px;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 14px;
  appearance: none;
  height: 48px;
  margin-top: -24px;
  cursor: pointer;
}
#tb-mega-searchform input {
  height: 50px;
}
#tb-mega-searchform input[type="text"] {
  color: #9c9c9c;
  font-size: 14px;
  padding: 0 50px 0 20px;
  /* WebKit, Blink, Edge */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
}
#tb-mega-searchform input[type="text"]::-webkit-input-placeholder {
  color: #9c9c9c;
}
#tb-mega-searchform input[type="text"]:-moz-placeholder {
  color: #9c9c9c;
  opacity: 1;
}
#tb-mega-searchform input[type="text"]::-moz-placeholder {
  color: #9c9c9c;
  opacity: 1;
}
#tb-mega-searchform input[type="text"]:-ms-input-placeholder {
  color: #9c9c9c;
}
#tb-mega-searchform input[type="text"]:placeholder-shown {
  color: #9c9c9c;
}
#tb-mega-searchform input[type="text"]:focus {
  color: #000;
}
#tb-mega-searchform #searchsubmit,
#tb-mega-searchform input[type="submit"] {
  height: 50px;
  position: absolute;
  right: 8px;
  top: 10px;
  width: 50px;
  border: none;
  font-size: 16px;
}
#tb-mega-searchform #searchsubmit:hover,
#tb-mega-searchform input[type="submit"]:hover {
  color: #448ccb;
}
#tb-mega-searchform [class*="col-xs"] {
  float: left;
}
#tb-mega-searchform .col-xs-25 {
  width: 20.833%;
}
#tb-mega-searchform .col-xs-95 {
  width: 79.167%;
}
.feature-box.deviation2 .feature-box-title {
  margin-bottom: 60px;
  margin-top: 50px;
  padding: 0;
}
.feature-box.deviation2 .image-bg {
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding-bottom: 40px;
}
.feature-box.deviation2.right .image-bg {
  background-position: 0 0;
}
.feature-box.deviation2.left .image-bg {
  background-position: 100% 0;
}
.main-content .wpcf7 .wpcf7-submit {
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  width: 120px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: #252525;
  font-family: Helvetica;
  margin-right: 0;
  margin-left: auto;
  display: block;
  padding: 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 article.post h2.blog-title,
.single article.space h2.blog-title {
  margin: 19px 0 25px 0;
  font-size: 36px;
  font-style: italic;
}
.single article.post .tag-links,
.single article.space .tag-links {
  text-transform: capitalize;
  font-size: 16px;
  color: #252525;
  font-weight: bold;
  padding: 18px 0;
}
.single article.post .tag-links > a,
.single article.space .tag-links > a {
  font-size: 14px;
  color: #666;
}
.single article.post .tb-block-content .tb-excerpt .gallery,
.single article.space .tb-block-content .tb-excerpt .gallery {
  display: none;
}
.single article.post .tb-content-block .blog-desc,
.single article.space .tb-content-block .blog-desc {
  text-align: justify;
  margin-bottom: 25px;
  height: 50%;
}
.single article.post .tb-content-block .about-author,
.single article.space .tb-content-block .about-author {
  margin: 25px 0;
}
.single article.post .tb-content-block .about-author .author-avatar,
.single article.space .tb-content-block .about-author .author-avatar {
  display: inline-block;
  vertical-align: top;
}
.single article.post .tb-content-block .about-author .author-info,
.single article.space .tb-content-block .about-author .author-info {
  display: inline-block;
  padding-left: 30px;
  width: calc(100% - 175px);
}
.single article.post .tb-content-block .about-author .author-info .subtitle,
.single article.space .tb-content-block .about-author .author-info .subtitle {
  font-weight: bold;
}
.single article.post .tb-content-block .about-author .author-info .desc,
.single article.space .tb-content-block .about-author .author-info .desc {
  font-style: italic;
}
.single article.post .tb-content-block .about-author .author-info a,
.single article.space .tb-content-block .about-author .author-info a {
  color: #448ccb;
}
.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;
}
.content.tb-blog article.tb-blog-related {
  margin-bottom: 15px;
}
.tb-blog-related {
  margin: 25px 0 75px;
}
.tb-blog-related > .tb-title h4 {
  color: #252525;
  font-size: 24px;
  text-transform: uppercase;
  font-family: Helvetica;
  margin-bottom: 40px;
}
.tb-blog-related .tb_blog_content .blog-title {
  color: #111111;
  font-size: 14px;
  font-family: Helvetica;
  line-height: 18px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
.tb-blog-related .tb_blog_content .blog-title:hover {
  color: #448ccb;
}
.tb-blog-related .tb_blog_content .tb-date {
  margin-bottom: 8px;
}
.tb-padding-content {
  padding: 0 20% !important;
}
@media (max-width: 1240px) {
  #jws_theme_wrapper
    .tb-blog.default
    article
    .tb-content-block
    h2.blog-title
    a {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  #jws_theme_wrapper .tb-blog.default article .tb-content-block h2.blog-title {
    margin-bottom: 20px;
    line-height: 26px;
  }
  #jws_theme_wrapper .tb-left .tb-blog.default .tb-content-block,
  #jws_theme_wrapper .tb-right .tb-blog.default .tb-content-block {
    padding-top: 20px;
  }
  #jws_theme_wrapper .tb-md-container,
  #jws_theme_wrapper .tb-md-container-fluid {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.text-medium {
  font-size: 18px;
}
.text-italic {
  font-style: italic;
}
.text-bold {
  font-weight: bold;
}
.ro-reservation-bg .ro-reservation {
  position: relative;
  z-index: 1;
}
.ro-reservation-bg .ro-reservation:after {
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media (max-width: 991px) {
  .tb-padding-content {
    padding: 0 20px !important;
  }
  .tb-980-hide {
    display: none;
  }
  .sidebar-right .widget .tb-post-side-img {
    float: none;
    width: 100%;
    height: auto;
  }
  .sidebar-right .widget .tb-post-side-ct {
    margin: 0;
  }
  .tb-980-fullwidth {
    width: 100% !important;
  }
  .feature-box.deviation .deviation-feature-box {
    margin-bottom: 100px;
  }
  .feature-box.deviation
    .deviation-feature-box.deviation-align-bottom
    .deviation-content-image {
    width: 60%;
  }
  .feature-box.deviation
    .deviation-feature-box.deviation-align-bottom
    .deviation-content-image
    img {
    width: 100%;
  }
  .feature-box.deviation
    .deviation-feature-box.deviation-align-bottom
    .deviation-content-info {
    width: 50%;
    position: absolute;
    top: 47%;
    right: 0;
    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;
  }
}
@media (max-width: 991px) {
  .tb-blog.default article {
    display: block;
  }
  .single-post article.post .tb-content-block {
    text-align: center;
  }
  .single-post article.post .tb-content-block .about-author,
  .single-post article.post .tb-content-block .author-info {
    display: block;
  }
  .single-post article.post .tb-content-block .author-info {
    padding-left: 0 !important;
    width: 100% !important;
  }
  #tb-mega-searchform .dropdown {
    padding: 0 12px;
  }
  #tb-mega-searchform .dropdown .fa-th {
    font-size: 14px;
  }
  #tb-mega-searchform .dropdown select {
    font-size: 15px;
    padding-left: 30px;
  }
  #tb-mega-searchform .dropdown .caret {
    right: 12px;
  }
}
@media (max-width: 767px) {
  .tb-advertise-2 .vc_col-sm-3 {
    display: none;
  }
  .tb-advertise-2 .vc_col-sm-9 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    text-align: center;
  }
  .deviation-blog .deviation-content-image,
  .deviation-feature-box .deviation-content-image {
    display: none;
  }
  .deviation-blog .deviation-content-info,
  .deviation-feature-box .deviation-content-info {
    position: relative !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translateX(0) translateY(0) !important;
    width: 100% !important;
  }
  .deviation-blog .deviation-content-info .deviation-content-title,
  .deviation-feature-box .deviation-content-info .deviation-content-title {
    width: 100% !important;
  }
  .deviation-blog .deviation-content-info .feature-box-desc,
  .deviation-feature-box .deviation-content-info .feature-box-desc {
    width: 100% !important;
  }
  #tb-mega-searchform .dropdown {
    padding: 0 30%;
  }
  #tb-mega-searchform .dropdown select {
    padding-left: 5px;
    text-indent: -999px;
  }
}
@media (max-width: 767px) and (min-width: 361px) {
  .footer-top .tb-widget-post-list ul.tb-post-list li .tb-meta {
    width: 100px;
  }
  .footer-top .widget.widget_ct_recent_work_widget ul li {
    width: 100px;
  }
  .wpb_tabs.woo-product-tabs .wpb_tabs_nav::after {
    border: none;
  }
  .wpb_tabs.woo-product-tabs .wpb_tabs_nav li {
    width: 100%;
    text-align: center;
    display: inline;
  }
}
@media (max-width: 480px) {
  .tb-blog .blog-note {
    display: none;
  }
}
@media (max-width: 361px) {
  .sidebar-right .widget .tb-post-side-ct {
    text-align: center;
  }
  .tb-blog.blog article .blog-info > span {
    margin-left: 3px !important;
  }
  .comment-form p.comment-form-author,
  .comment-form p.comment-form-email,
  .comment-form p.comment-form-url {
    width: 100%;
  }
  .deviation-blog .deviation-content-image,
  .deviation-feature-box .deviation-content-image {
    display: none;
  }
  .deviation-blog .deviation-content-info,
  .deviation-feature-box .deviation-content-info {
    position: relative !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translateX(0) translateY(0) !important;
    width: 100% !important;
  }
  .deviation-blog .deviation-content-info .deviation-content-title,
  .deviation-feature-box .deviation-content-info .deviation-content-title {
    width: 100% !important;
  }
  .deviation-blog .deviation-content-info .feature-box-desc,
  .deviation-feature-box .deviation-content-info .feature-box-desc {
    width: 100% !important;
  }
  .tb-header-wrap .header-sidebar-inner {
    display: block;
  }
  .rtb-booking-form .reservation,
  .rtb-booking-form .contact {
    width: auto !important;
  }
  .widget_mini_cart_wrap .shopping_cart_dropdown {
    width: auto !important;
  }
  .wpb_tabs.woo-product-tabs .wpb_tabs_nav:after {
    border-color: transparent;
  }
  .wpb_tabs.woo-product-tabs .wpb_tabs_nav li {
    display: block;
  }
  .footer-top {
    text-align: center;
  }
  .footer-top .tb-col4 {
    border: none !important;
    padding: 0 15px !important;
  }
  .footer-top .tb-col4 .tb-social {
    text-align: center !important;
  }
  .footer-top .widget p {
    text-align: center !important;
  }
}
.tb-countdown-js .tb-box-countdown {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 10px;
}
.tb-countdown-js .tb-box-countdown span {
  display: inline-block;
  font-size: 45px;
  width: 80px;
  height: 80px;
  line-height: 74px;
  background: #448ccb;
  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 {
  margin-top: -3px;
  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;
  border-radius: 50%;
}
#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 #448ccb;
  border-radius: 50%;
}
#jws_theme_back_to_top span:after {
  width: 75%;
  height: 75%;
  top: 12.5%;
  left: 12.5%;
  border-color: #448ccb;
  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: #448ccb;
}
#jws_theme_back_to_top span:hover:after {
  background-color: #448ccb;
}
#jws_theme_back_to_top span:after {
  background-color: #448ccb;
}
#jws_theme_back_to_top span i {
  color: #fff;
  display: block;
  line-height: 200%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  margin-top: -2px;
}
.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;
}
.wpcf7-form .wpcf7_title {
  text-transform: uppercase;
  margin-bottom: 50px;
}
.wpcf7-form .wpcf7_title:before {
  height: 20px;
  position: relative;
  top: 2px;
  width: 1px;
  margin-right: 20px;
  display: inline-block;
  content: "";
}
.wpcf7-form label {
  color: #448ccb;
}
.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"] {
  border-radius: 5px;
  margin-bottom: 20px;
}
.wpcf7-form textarea {
  height: 194px;
  border-radius: 5px;
}
.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: translate(-50%, -50%);
  transform: translateY(-50%);
  max-width: 840px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-color: #fff;
}
.tb-send-mail-wrap .tb-mail-inner .widget > h3 {
  display: none;
}
.tb-send-mail-wrap .tb-mail-inner .newsletter-desc {
  max-width: 320px;
  margin: 70px auto;
}
.tb-send-mail-wrap .tb-mail-inner .newsletter-submit {
  width: 130px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  color: #fff;
  margin: 5px 0 25px;
}
.tb-send-mail-wrap .tb-mail-inner h3.wg-title {
  margin-bottom: 15px;
}
.tb-send-mail-wrap .tb-mail-inner span.primary-color {
  color: #448ccb;
}
.tb-send-mail-wrap .tb-mail-inner .newsletter-desc {
  line-height: 22px;
}
.tb-send-mail-wrap .tb-mail-inner .newsletter-widget {
  margin-top: 40px;
}
.tb-send-mail-wrap .tb-mail-inner .newsletter-widget input.newsletter-email {
  max-width: 82%;
}
.tb-send-mail-wrap
  .tb-mail-inner
  .newsletter-widget
  .tb-newsletter-checkbox
  input {
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  margin-right: 7px;
}
.tb-send-mail-wrap .tb-mail-inner #tb-close-newsletter {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border: 3px solid #fff;
  background-color: #2a2a2a;
  text-align: center;
  border-radius: 50%;
  margin-right: -15px;
  margin-top: -15px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
#yith-quick-view-modal .yith-wcwl-add-to-wishlist,
#yith-quick-view-modal .compare-button,
#yith-quick-view-modal .tb-send-mail {
  display: none;
}
.about-our-store p {
  line-height: 22px;
}
body .vc_images_carousel .vc_carousel-control {
  opacity: 0;
  margin-top: -21px;
}
body .vc_images_carousel .vc_carousel-control .icon-prev,
body .vc_images_carousel .vc_carousel-control .icon-next {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 37px;
  text-align: center;
  color: #383838;
  background: #fff;
  border: 1px solid #ebebeb;
  text-shadow: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body .vc_images_carousel .vc_carousel-control .icon-prev:hover,
body .vc_images_carousel .vc_carousel-control .icon-next:hover {
  color: #ffffff;
  background: #448ccb;
  border-color: #448ccb;
}
body .vc_images_carousel .vc_carousel-control .icon-prev:before,
body .vc_images_carousel .vc_carousel-control .icon-next:before {
  font-family: FontAwesome;
  top: 0;
}
body .vc_images_carousel .vc_carousel-control .icon-prev:before {
  content: "\f104";
}
body .vc_images_carousel .vc_carousel-control .icon-next {
  padding-left: 3px;
}
body .vc_images_carousel .vc_carousel-control .icon-next:before {
  content: "\f105";
}
body .vc_images_carousel .vc_carousel-control.vc_left {
  left: -55px;
}
body .vc_images_carousel .vc_carousel-control.vc_right {
  right: -55px;
}
body .vc_images_carousel:hover .vc_carousel-control {
  opacity: 1;
}
.rev_slider_wrapper .tp-bullet {
  width: 12px;
  height: 12px;
}
.footer-layout-4 {
  margin-left: -15px;
  margin-right: -15px;
}
#rev_slider_10_1_wrapper .tp-bullet {
  width: 6px;
  height: 6px;
}
.ct-over-hidden {
  overflow: hidden;
}
.widget .wp-caption img {
  height: auto;
}
.tb-md-container-fluid .no-container,
.tb-sm-container-fluid .no-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.tb-custom-contact {
  position: relative;
}
.tb-custom-contact .wpb_widgetised_column {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  padding: 40px 28px 28px;
  max-width: 340px;
}
.tb-custom-contact .wpb_widgetised_column ul {
  padding-left: 5px;
}
.tb-custom-contact .wpb_widgetised_column .wg-title {
  font-size: 17px;
  margin-bottom: 14px;
}
.tb-custom-margin {
  margin-bottom: 30px !important;
}
.tb-overlay-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  overflow: hidden;
  position: fixed;
  display: none;
}
.tb-overlay-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  position: fixed;
}
.tb-overlay-bg .tb-overlay-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tb-overlay-bg .tb-overlay-container .tb-overlay-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
  background-color: #fff;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
}
.tb-overlay-bg .tb-overlay-container .tb-overlay-content.content-lightbox {
  background-color: transparent;
  box-shadow: none;
}
.tb-overlay-bg .tb-overlay-container .tb-overlay-content.content-lightbox img {
  display: inline-block;
}
.tb-overlay-bg
  .tb-overlay-container
  .tb-overlay-content.content-lightbox
  .portfolio-lightbox {
  position: relative;
  display: inline-block;
  width: 100%;
}
.tb-overlay-bg
  .tb-overlay-container
  .tb-overlay-content.content-lightbox
  .tb-close {
  position: absolute;
  right: 0;
  border: 1px solid #fff;
  color: #fff;
  box-shadow: none;
  top: 1px;
  outline: none;
  border-radius: 0;
}
.tb-overlay-bg
  .tb-overlay-container
  .tb-overlay-content.content-lightbox
  .tb-close:hover {
  background-color: ;
}
.tb-overlay-bg .tb-overlay-container .tb-overlay-content .tb-iframe-scaler {
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}
.tb-overlay-bg
  .tb-overlay-container
  .tb-overlay-content
  .tb-iframe-scaler
  iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
  max-width: 100% !important;
}
#tb-full-height {
  height: calc(100vh - 170px);
  overflow: hidden;
}
.jws_theme_footer.tb-layout-fullwidth {
  position: relative;
  z-index: 100;
  background-color: #fff;
}
@media (min-width: 1200px) {
  .col-lg-20 {
    width: 20%;
  }
}
@media (max-width: 991px) {
  body .tb-magin-sm {
    margin-top: 0 !important;
  }
}
@media (min-width: 1200px) {
  body .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.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: #448ccb;
}
.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: #448ccb;
  border-color: #448ccb;
}
.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: #448ccb;
  border-color: #448ccb;
}
.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: #448ccb;
  border-color: #448ccb;
  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: #448ccb;
}
.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 #448ccb;
  background: #448ccb;
  color: #fff;
}
.jws-title {
  text-align: center;
}
.jws-title .icon-color i {
  font-size: 22px;
  vertical-align: middle;
}
.jws-title .icon-color:before,
.jws-title .icon-color:after {
  vertical-align: middle;
  content: "";
  width: 40px;
  height: 4px;
  border-bottom: 1px solid;
  border-top: 1px solid;
  display: inline-block;
  margin: 0 10px;
}
.jws-title .jws-title-underline {
  margin-bottom: 14px !important;
}
.jws-title .jws-title-underline.jws-title-underline-2 .jws-title:after {
  display: none;
}
.jws-title .tb-content {
  margin-top: 15px;
}
.jws-title-separator-wrap {
  position: relative;
}
.jws-title-separator-wrap:before {
  border-top: 2px solid #efefef;
  border-bottom: 1px solid #efefef;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  bottom: -15px;
  max-width: 360px;
  z-index: 0;
  width: 100%;
}
.jws-title-separator-wrap .jws-title {
  position: relative;
  padding: 5px 20px 8px;
  white-space: nowrap;
}
.jws-title-separator-wrap .jws-title:after {
  position: absolute;
  content: "";
  top: 100%;
  right: -4px;
  height: 4px;
  width: 4px;
  background-color: #2a2a2a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 50%;
  margin: -5px 0 0 -2px;
}
.jws-title-separator-wrap .jws-title.jws-title-separator {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  margin: 0;
  padding-right: 14px;
}
.jws-title-separator-wrap.text-center .jws-title,
.jws-title-separator-wrap.text-right .jws-title {
  padding-left: 13px;
}
.jws-title-separator-wrap.text-center .jws-title:before,
.jws-title-separator-wrap.text-right .jws-title:before {
  display: block;
  left: -4px;
  right: auto;
}
.jws-title-separator-wrap.text-right .jws-title {
  padding-right: 0;
}
.jws-title-separator-wrap.text-right .jws-title:after {
  display: none;
}
.jws-title-separator-wrap.jws-title-underline-2 h3:after {
  display: none;
}
.stripe-parallax-bg .jws-title-separator-wrap {
  overflow-x: hidden;
}
.stripe-parallax-bg .jws-title-separator-wrap:before {
  display: none;
}
.stripe-parallax-bg .jws-title-separator-wrap .jws-title-separator {
  background: transparent;
}
.stripe-parallax-bg .jws-title-separator-wrap .jws-title-separator:before,
.stripe-parallax-bg .jws-title-separator-wrap .jws-title-separator:after {
  z-index: 5;
  background-color: #fff;
  top: 14px;
}
.stripe-parallax-bg
  .jws-title-separator-wrap
  .jws-title-separator
  > span:before,
.stripe-parallax-bg
  .jws-title-separator-wrap
  .jws-title-separator
  > span:after {
  display: block;
  content: "";
  position: absolute;
  border-top: 1px solid #fff;
  width: 1000%;
  right: 100%;
  z-index: 2;
  top: 16px;
}
.stripe-parallax-bg
  .jws-title-separator-wrap
  .jws-title-separator
  > span:after {
  left: 100%;
  right: auto;
}
.tb-carousel .owl-pagination {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.tb-carousel.owl-theme .owl-controls .owl-page.active span,
.tb-carousel .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #fff;
}
.tb-carousel.owl-theme .owl-controls .owl-page span {
  border-color: #fff;
}
.tb-carousel .owl-buttons .owl-prev,
.tb-carousel .owl-buttons .owl-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  padding: 30px 20px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background: rgba(0, 0, 0, 0.8) !important;
  color: #fff !important;
  text-transform: uppercase;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  transform: translate3d(0%, -50%, 0);
  -webkit-transform: translate3d(0%, -50%, 0);
  -ms-transform: translateX(0) translateY(-50%);
}
.tb-carousel .owl-buttons .owl-prev {
  left: 0;
  transform: translate3d(-100%, -50%, 0);
  -webkit-transform: translate3d(-100%, -50%, 0);
  -ms-transform: translateX(-100%) translateY(-50%);
}
.tb-carousel .owl-buttons .owl-next {
  right: 0;
  transform: translate3d(100%, -50%, 0);
  -webkit-transform: translate3d(100%, -50%, 0);
  -ms-transform: translateX(100%) translateY(-50%);
}
.tb-carousel.testimonial.default {
  padding: 15px 0;
  border-width: 1px 0 1px 0;
  position: relative;
}
.tb-carousel.testimonial.default .jws_theme_introtext {
  color: #fff;
  text-align: center;
  max-width: 85%;
  margin: 0 auto;
}
.tb-carousel.testimonial.default .tb-image {
  float: left;
}
.tb-carousel.testimonial.default .tb-image img {
  width: initial;
}
.tb-carousel.testimonial.default .jws_theme_carousel_content {
  padding: 0;
}
.tb-carousel.testimonial.default
  .jws_theme_carousel_content
  .jws_theme_carousel_title {
  margin: 0;
}
.tb-carousel.testimonial.default
  .jws_theme_carousel_content
  .jws_theme_carousel_title
  a {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
}
.tb-carousel.testimonial.default
  .jws_theme_carousel_content
  .jws_theme_carousel_title
  a:hover {
  color: #448ccb;
}
.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: "eduonline 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: #448ccb;
}
.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: #448ccb;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes rubberBand {
  0% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@-webkit-keyframes swing {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes swing {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg)
      scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg)
      scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(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: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(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: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomInBig {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomInBig {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomInDown {
  0% {
    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);
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomInDown {
  0% {
    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);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomInLeft {
  0% {
    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 {
  0% {
    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);
  }
}
@-webkit-keyframes zoomInRight {
  0% {
    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 {
  0% {
    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);
  }
}
@-webkit-keyframes zoomInUp {
  0% {
    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 {
  0% {
    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);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@-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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
}
@-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);
  }
  100% {
    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);
  }
  100% {
    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;
  }
}
@-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);
  }
  100% {
    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);
  }
  100% {
    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;
  }
}
@-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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
}
@-webkit-keyframes sliderIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes sliderIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes sliderOut {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
}
@keyframes sliderOut {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
}
@-webkit-keyframes SpecialZoomIn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@keyframes SpecialZoomIn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@-webkit-keyframes SpecialZoomOut {
  0% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes SpecialZoomOut {
  0% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.widget_top_rated_products ul > li a:before {
  display: none;
}
.widget_searchform_content {
  position: relative;
  display: inline-block;
  height: 42px;
  z-index: 9;
}
.widget_searchform_content a.icon_search_wrap {
  font-size: 14px;
  display: inline-block;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
}
.widget_searchform_content form {
  width: 250px;
  position: absolute;
  height: 42px;
  top: 0;
  right: 0;
  background-color: #f4f4f4;
}
@media (min-width: 1200px) {
  .widget_searchform_content form {
    width: 400px;
  }
}
.widget_searchform_content form input[type="text"] {
  background-color: transparent;
  height: 42px;
  margin: 0;
  border: none;
  float: left;
  transition: all 0.4s;
  width: 100%;
  padding: 6px 15px;
  line-height: 28.8px;
  /* WebKit, Blink, Edge */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  margin-bottom: 0;
  font-size: 12px;
  color: #a1a1a1;
}
.widget_searchform_content form input[type="text"]::-webkit-input-placeholder {
  color: #a1a1a1;
}
.widget_searchform_content form input[type="text"]:-moz-placeholder {
  color: #a1a1a1;
  opacity: 1;
}
.widget_searchform_content form input[type="text"]::-moz-placeholder {
  color: #a1a1a1;
  opacity: 1;
}
.widget_searchform_content form input[type="text"]:-ms-input-placeholder {
  color: #a1a1a1;
}
.widget_searchform_content form input[type="text"]:placeholder-shown {
  color: #a1a1a1;
}
.widget_searchform_content form button[type="submit"] {
  height: 42px;
  margin: 0;
  float: left;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 30px;
  width: 42px;
  color: #464646;
  text-transform: uppercase;
  border: none;
}
.widget_searchform_content form button[type="submit"] i {
  font-size: 18px;
}
.widget-account-content {
  position: relative;
  display: inline;
  padding-left: 20px;
}
@media (max-width: 1150px) {
  .widget-account-content {
    padding-left: 0px;
  }
}
.widget-account-content .icon i {
  margin-right: 10px;
  font-size: 12px;
}
.widget-account-content .icon span {
  color: #ccc;
  font-size: 12px;
  font-family: roboto;
}
.tb-header-top .tb-sidebar-left ul li > i {
  margin-right: 10px;
}
.tb-header-top .tb-sidebar-left ul li span {
  text-transform: initial;
  color: #cccccc;
}
.sidebar-area .widget > div,
.sidebar-area .widget > form,
.sidebar-area .widget > ul {
  position: relative;
}
.sidebar-area .widget,
.widget-area .widget {
  position: relative;
  overflow: hidden;
}
.sidebar-area .widget .wg-title,
.widget-area .widget .wg-title {
  color: #252525;
  display: inline-block;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
  white-space: nowrap;
  margin-bottom: 13px;
  font-size: 14px;
}
.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;
}
.sidebar-area,
.widget-area {
  position: relative;
}
.sidebar-area .widget ul,
.widget-area .widget ul {
  padding: 0;
  margin-top: 0px;
}
.sidebar-area .widget ul li,
.widget-area .widget ul li {
  list-style: none;
  display: inline-block;
  width: 100%;
}
.sidebar-area .widget ul li a,
.widget-area .widget ul li a {
  color: #363636;
  font-size: 13px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  width: 100%;
  line-height: 30px;
}
.sidebar-area .widget ul li a:hover,
.widget-area .widget ul li a:hover {
  color: #448ccb;
}
.sidebar-area .widget ul li a:hover:before,
.widget-area .widget ul li a:hover:before {
  color: #448ccb;
}
.sidebar-area .widget ul li:last-child,
.widget-area .widget ul li:last-child {
  border-bottom: none;
}
.sidebar-area .widget ul li.current-cat a,
.widget-area .widget ul li.current-cat a {
  color: #448ccb;
}
.sidebar-area .widget ul li.current-cat a:before,
.widget-area .widget ul li.current-cat a:before {
  color: #448ccb;
}
.sidebar-area .widget .tb-course-categories > ul > li:not(:last-child),
.widget-area .widget .tb-course-categories > ul > li:not(:last-child) {
  margin-bottom: 10px;
}
.sidebar-area .widget .tb-course-categories > ul > li > a,
.widget-area .widget .tb-course-categories > ul > li > a {
  border: 1px solid #f1f0f0;
  background-color: #fdfcfb;
  line-height: 50px;
  padding-left: 20px;
  text-transform: uppercase;
  font-family: Helvetica;
  font-weight: bold;
}
.sidebar-area .widget .tb-course-categories > ul > li ul,
.widget-area .widget .tb-course-categories > ul > li ul {
  display: none;
  opacity: 0;
}
.sidebar-area .widget .tb-course-categories > ul > li.active,
.widget-area .widget .tb-course-categories > ul > li.active {
  background-color: #448ccb;
}
.sidebar-area .widget .tb-course-categories > ul > li.active a,
.widget-area .widget .tb-course-categories > ul > li.active a {
  color: #fff;
  background-color: #448ccb;
  border-color: #448ccb;
}
.sidebar-area .widget .tb-course-categories > ul > li.active ul,
.widget-area .widget .tb-course-categories > ul > li.active ul {
  background-color: #448ccb;
  padding: 15px 0 25px;
  margin-right: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: block;
  opacity: 1;
}
.sidebar-area .widget .tb-course-categories > ul > li.active ul li,
.widget-area .widget .tb-course-categories > ul > li.active ul li {
  padding: 0;
}
.sidebar-area .widget .tb-course-categories > ul > li.active ul li > a,
.widget-area .widget .tb-course-categories > ul > li.active ul li > a {
  padding: 0 20px;
  font-size: 13px;
  line-height: 32px;
}
.tb-sidebar-right .sidebar-area .widget .wg-title {
  padding: 5px 0px 5px;
}
@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%;
  }
  #jws_theme_wrapper
    .sidebar-area.ct-inc-megamenu
    .widget_nav_menu
    ul.menu
    .standar-dropdown {
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.09) !important;
  }
  #jws_theme_wrapper
    .sidebar-area.ct-inc-megamenu
    .widget_nav_menu
    ul.menu
    .standar-dropdown
    a:hover {
    padding-left: 25px;
  }
  #jws_theme_wrapper
    .sidebar-area.ct-inc-megamenu
    .widget_nav_menu
    ul.menu
    .has_full_width
    > ul {
    background-color: #fff !important;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.09) !important;
  }
  #jws_theme_wrapper
    .sidebar-area.ct-inc-megamenu
    .widget_nav_menu
    ul.menu
    .has_full_width
    > ul
    > li {
    background-color: #fff !important;
  }
  #jws_theme_wrapper
    .sidebar-area.ct-inc-megamenu
    .widget_nav_menu
    ul.menu
    .has_full_width
    > ul
    > li
    > a {
    padding: 0 22px !important;
  }
  #jws_theme_wrapper
    .sidebar-area.ct-inc-megamenu
    .widget_nav_menu
    ul.menu
    .has_full_width
    > ul
    > li
    a {
    background-color: #fff !important;
    color: #5e5e5e !important;
    padding: 0;
  }
  #jws_theme_wrapper
    .sidebar-area.ct-inc-megamenu
    .widget_nav_menu
    ul.menu
    .has_full_width
    > ul
    > li
    a:hover {
    color: #448ccb !important;
  }
  #jws_theme_wrapper
    .sidebar-area.ct-inc-megamenu
    .widget_nav_menu
    ul.menu
    .has_full_width
    > ul
    > li
    li {
    padding: 0 22px;
  }
  #jws_theme_wrapper
    .sidebar-area.ct-inc-megamenu
    .widget_nav_menu
    ul.menu
    .has_full_width
    > ul
    > li
    li
    a {
    border-bottom: 1px solid #ebebeb;
  }
  #jws_theme_wrapper
    .sidebar-area.ct-inc-megamenu
    .widget_nav_menu
    ul.menu
    .has_full_width
    > ul
    > li
    li
    a:hover {
    padding-left: 3px;
  }
  #jws_theme_wrapper
    .sidebar-area.ct-inc-megamenu
    .widget_nav_menu
    ul.menu
    .has_full_width
    > ul
    > li
    li:last-child
    a {
    border-bottom: none;
  }
  #jws_theme_wrapper
    .sidebar-area.ct-inc-megamenu
    .widget_nav_menu
    ul.menu
    .has_full_width
    li {
    background-color: #fff !important;
    border-bottom: none;
  }
}
.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: 100px;
}
.widget_zo-recent-posts-widget-with-thumbnails ul {
  margin-bottom: -20px;
  margin-top: 7px !important;
}
.widget_zo-recent-posts-widget-with-thumbnails ul li {
  border-color: #e6e6e6;
}
.widget_zo-recent-posts-widget-with-thumbnails ul li:last-child {
  border-bottom: none;
}
.widget_zo-recent-posts-widget-with-thumbnails .tb-recent-detail {
  font-size: 13px;
  line-height: 22px;
  padding-left: 15px;
  padding-top: 15px;
  width: calc(100% - 50px);
}
.widget_zo-recent-posts-widget-with-thumbnails
  .tb-recent-detail
  .tb-post-title
  h3 {
  font-size: 13px;
  color: #747474;
  line-height: 22px;
  margin-bottom: 10px;
}
.widget_zo-recent-posts-widget-with-thumbnails
  .tb-recent-detail
  .tb-post-title
  h3:hover {
  color: #448ccb;
}
.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: #9e9e9e;
}
.widget.widget_search {
  margin-bottom: 40px;
}
.widget.widget_search h4.wg-title {
  margin-bottom: 18px;
}
.widget.widget_search form {
  display: inline-block;
  width: 100%;
  margin-bottom: -10px;
}
.widget.widget_search form input[type="text"] {
  float: left;
  width: calc(100% - 48px);
  padding-left: 12px;
  padding-right: 12px;
  border-right: 0;
  height: 48px;
  background-color: #ebebeb;
  /* WebKit, Blink, Edge */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
}
.widget.widget_search form input[type="text"]::-webkit-input-placeholder {
  color: #898989;
}
.widget.widget_search form input[type="text"]:-moz-placeholder {
  color: #898989;
  opacity: 1;
}
.widget.widget_search form input[type="text"]::-moz-placeholder {
  color: #898989;
  opacity: 1;
}
.widget.widget_search form input[type="text"]:-ms-input-placeholder {
  color: #898989;
}
.widget.widget_search form input[type="text"]:placeholder-shown {
  color: #898989;
}
.widget.widget_search form input[type="submit"] {
  background-color: #448ccb;
  border: 0;
  float: left;
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;
  width: 48px;
  height: 48px;
  color: #fff;
}
.widget_recent_comments .recentcomments span {
  text-transform: capitalize;
}
.tb-widget-post-list h4.wg-title {
  margin-bottom: 27px !important;
}
.single .style_info_2.tb-blog.blog article .tb-info-block > a {
  margin-top: 25px;
}
.single .style_info_2.tb-blog.blog article .tb-info-block .blog-info {
  margin: 5px 0;
}
.single
  .style_info_2.tb-blog.blog
  article
  .tb-info-block
  .blog-info
  > span:hover {
  color: #448ccb;
}
.single .style_info_2.tb-blog.blog article .blog-title {
  margin-bottom: 17px;
}
.widget .jws_theme_post_list {
  margin-bottom: 25px;
}
.widget .jws_theme_post_list .jws_theme_post_sidebar {
  position: relative;
}
.widget .jws_theme_post_list .jws_theme_post_sidebar .jws_theme_post_img {
  max-width: 65px;
  float: left;
}
.widget .jws_theme_post_list .jws_theme_post_sidebar .jws_theme_post_img img {
  width: 100%;
  height: auto;
}
.widget .jws_theme_post_list .jws_theme_post_sidebar .jws_theme_post_content {
  width: calc(100% - 65px);
  float: left;
  padding-left: 20px;
  position: relative;
  top: -5px;
}
.widget
  .jws_theme_post_list
  .jws_theme_post_sidebar
  .jws_theme_post_content
  .jws_theme_title {
  color: #363636;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.widget
  .jws_theme_post_list
  .jws_theme_post_sidebar
  .jws_theme_post_content
  .jws_theme_title:hover {
  color: #448ccb;
}
.widget
  .jws_theme_post_list
  .jws_theme_post_sidebar
  .jws_theme_post_content
  .jws_theme_date {
  text-transform: uppercase;
  color: #898989;
}
.widget .jws_theme_post_list .jws_theme_post_sidebar:not(:last-child) {
  margin-bottom: 10px;
}
.widget.widget_categories,
.widget.widget_archive {
  margin-bottom: 35px;
}
.widget.widget_categories ul > li a,
.widget.widget_archive ul > li a {
  position: relative;
  text-transform: uppercase;
  color: #898989;
  max-width: 87%;
  display: inline-block;
}
.widget.widget_categories ul > li a:before,
.widget.widget_archive ul > li a:before {
  content: "\f061";
  font-family: FontAwesome;
  font-size: 20px;
  color: #898989;
  display: inline-block;
  margin-right: 15px;
  position: relative;
  top: 2px;
}
.ro-color-main {
  color: #448ccb;
}
.ro-color-light {
  color: #ffffff;
}
.ro-color-dark {
  color: #444444;
}
.ro-bg-dark {
  background-color: #2b2b2b;
}
.ro-bg-light {
  background-color: #ffffff;
}
.ro-bg-trans-light {
  background-color: #000100;
}
.ro-bg-main {
  background-color: #448ccb;
}
.ro-bgc-1 {
  background-color: #c6d9c6;
}
.ro-bgc-2 {
  background-color: #d9d8c1;
}
.ro-bgc-3 {
  background-color: #deb6b6;
}
.ro-bgc-4 {
  background-color: #abdce1;
}
.ro-bgc-5 {
  background-color: #e7e6e1;
}
.ro-bgc-6 {
  background-color: #9dcf67;
}
.ro-bgc-trans-1 {
  background-color: #000100;
}
.ro-bgc-trans-2 {
  background-color: #000100;
}
.ro-bgc-trans-3 {
  background-color: #000100;
}
.ro-bgc-trans-4 {
  background-color: #000100;
}
.ro-bgc-trans-5 {
  background-color: #000100;
}
.ro-bg-lightgray {
  background-color: #eeeeee;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
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,
input[type="tel"]:focus,
textarea:focus,
select:focus {
  border-color: #448ccb;
}
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: #ffffff;
}
::-webkit-input-placeholder {
  color: #ffffff;
}
:-moz-placeholder {
  color: #ffffff;
}
::-moz-placeholder {
  color: #ffffff;
}
:-ms-input-placeholder {
  color: #ffffff;
}
.ro-social li {
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
  font-size: 16px;
}
.ro-social li a:hover {
  color: #448ccb;
}
.jws_icon {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  box-shadow: 0 0 0 10px transparent;
}
.jws_icon:hover {
  background-color: #448ccb;
  box-shadow: 0 0 0 0px #448ccb;
}
.hi-icon {
  position: relative;
}
.hi-icon:hover {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.hi-icon:after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
  -moz-transition: -moz-transform 0.2s, opacity 0.3s;
  transition: transform 0.7s, opacity 0.7s;
  background: #448ccb;
}
.hi-icon:hover:after {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.7);
  opacity: 0;
}
.ro-icon-style1:before {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 70px;
  height: 70px;
  border: 10px solid rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ro-icon-style1:after {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 90px;
  height: 90px;
  border: 10px solid rgba(255, 255, 255, 0.05);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ro-icon-style1.ro-center {
  margin: 0 auto;
}
.ro-icon-style2:before {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 70px;
  height: 70px;
  border: 10px solid rgba(73, 163, 236, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ro-icon-style2.ro-center {
  margin: 0 auto;
}
.btn-shop-now {
  color: #fff;
}
.btn-shop-now:hover {
  color: #448ccb;
}
.btn-pre-v2 {
  background: url(assets/images/bg-btn-v2.png) no-repeat;
  font-family: Roboto;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  text-align: CENTER;
  width: 159px;
  height: 37px;
  line-height: 37px;
}
.btn-pre-v2:hover {
  color: #448ccb;
}
.btnviewmore:hover {
  border-color: #448ccb;
}
.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: #448ccb;
  background: #448ccb;
}
.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: #448ccb;
  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: #448ccb;
  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: #448ccb;
  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: #448ccb;
  border-color: #448ccb;
  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: #448ccb;
  border-color: #448ccb;
  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: #448ccb;
  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: #448ccb;
  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: #448ccb;
  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 .forgot-password {
  float: right;
  font-size: 14px;
  font-weight: 400;
  color: #448ccb;
}
.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: #448ccb;
  display: inline-block;
  margin-left: 5px;
}
.tb-register-form > form > p > input {
  padding: 10px 15px;
  line-height: 24px;
  width: 100%;
}
.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: #448ccb;
  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%;
}
.jws-heading h4 {
  text-transform: uppercase;
}
.jws-heading .tb-icon {
  position: relative;
  max-width: 245px;
  margin-left: auto;
  margin-right: auto;
}
.jws-heading .tb-icon img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.jws-heading .tb-icon:after,
.jws-heading .tb-icon:before {
  width: 87px;
  height: 1px;
  background-color: #ebebeb;
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
}
.jws-heading .tb-icon:after {
  left: initial;
  right: 0;
}
.jws-heading.tpl1 h4 {
  text-transform: uppercase;
  font-size: 24px;
  position: relative;
  margin-bottom: 15px;
}
.jws-heading.tpl1 h4:after {
  height: 4px;
  width: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
}
.tb-sidebar .widget-account-content a {
  width: 96px;
  height: 42px;
  border: 2px solid #448ccb;
  line-height: 35px;
  text-align: center;
  color: #448ccb;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
}
.tb-sidebar .widget-account-content a.wp-link {
  background-color: #448ccb;
  color: #fff;
}
.tb-header-menu-inner {
  position: relative;
}
.tb-header-menu-inner .mre-sty-header {
  position: static;
}
.tb-menu-control-mobi {
  display: none;
}
.tb-menu-control-mobi > a {
  font-size: 14px;
  padding: 0 12px;
  line-height: 80px;
  display: block;
}
@media (max-width: 991px) {
  .tb-menu-control-mobi {
    display: inline-block;
    vertical-align: middle;
  }
}
@media (min-width: 992px) {
  .tb-menu-list {
    display: inline-block;
    vertical-align: middle;
  }
  .tb-menu-list > ul#nav,
  .tb-menu-list > ul#nav1 {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .tb-menu-list > ul#nav > li,
  .tb-menu-list > ul#nav1 > li {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    display: inline-block;
  }
  .tb-menu-list > ul#nav > li > a,
  .tb-menu-list > ul#nav1 > 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;
    display: inline-block;
    line-height: 96px;
  }
  .tb-menu-list > ul#nav > li > a > span,
  .tb-menu-list > ul#nav1 > li > a > span {
    position: relative;
  }
  .tb-menu-list > ul#nav > li > a > span:after,
  .tb-menu-list > ul#nav1 > li > a > span:after {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
    width: 0;
    height: 1px;
    background-color: #448ccb;
    margin-top: 14px;
    z-index: 1000;
  }
  .tb-menu-list > ul#nav > li.menu-bg-logo,
  .tb-menu-list > ul#nav1 > 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#nav > li.menu-bg-logo a,
  .tb-menu-list > ul#nav1 > li.menu-bg-logo a {
    display: block;
  }
  .tb-menu-list > ul#nav > li.menu-bg-logo a:after,
  .tb-menu-list > ul#nav1 > li.menu-bg-logo a:after {
    display: none;
  }
  .tb-menu-list > ul#nav > li.current_page_item > a,
  .tb-menu-list > ul#nav > li:hover > a,
  .tb-menu-list > ul#nav > li.current_page_parent > a,
  .tb-menu-list > ul#nav > li.current-menu-parent > a,
  .tb-menu-list > ul#nav1 > li.current_page_item > a,
  .tb-menu-list > ul#nav1 > li:hover > a,
  .tb-menu-list > ul#nav1 > li.current_page_parent > a,
  .tb-menu-list > ul#nav1 > li.current-menu-parent > a {
    color: #448ccb;
  }
  .tb-menu-list > ul#nav > li.current_page_item > a > span,
  .tb-menu-list > ul#nav > li:hover > a > span,
  .tb-menu-list > ul#nav > li.current_page_parent > a > span,
  .tb-menu-list > ul#nav > li.current-menu-parent > a > span,
  .tb-menu-list > ul#nav1 > li.current_page_item > a > span,
  .tb-menu-list > ul#nav1 > li:hover > a > span,
  .tb-menu-list > ul#nav1 > li.current_page_parent > a > span,
  .tb-menu-list > ul#nav1 > li.current-menu-parent > a > span {
    position: relative;
  }
  .tb-menu-list > ul#nav > li.current_page_item > a > span:after,
  .tb-menu-list > ul#nav > li:hover > a > span:after,
  .tb-menu-list > ul#nav > li.current_page_parent > a > span:after,
  .tb-menu-list > ul#nav > li.current-menu-parent > a > span:after,
  .tb-menu-list > ul#nav1 > li.current_page_item > a > span:after,
  .tb-menu-list > ul#nav1 > li:hover > a > span:after,
  .tb-menu-list > ul#nav1 > li.current_page_parent > a > span:after,
  .tb-menu-list > ul#nav1 > li.current-menu-parent > a > span:after {
    width: 100%;
  }
  .tb-menu-list > ul#nav > li.menu-item-has-children,
  .tb-menu-list > ul#nav1 > li.menu-item-has-children {
    position: relative;
    /*----basic dropdown----*/
    /*----mega dropdown----*/
  }
  .tb-menu-list > ul#nav > li.menu-item-has-children > ul.standar-dropdown,
  .tb-menu-list > ul#nav1 > li.menu-item-has-children > ul.standar-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 270px;
    margin: 0;
    padding: 17px 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    background-color: #448ccb;
  }
  .tb-menu-list > ul#nav > li.menu-item-has-children > ul.standar-dropdown ul,
  .tb-menu-list > ul#nav1 > li.menu-item-has-children > ul.standar-dropdown ul {
    background-color: transparent;
    box-shadow: none;
  }
  .tb-menu-list > ul#nav > li.menu-item-has-children > ul.standar-dropdown li,
  .tb-menu-list > ul#nav1 > li.menu-item-has-children > ul.standar-dropdown li {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
  }
  .tb-menu-list
    > ul#nav
    > li.menu-item-has-children
    > ul.standar-dropdown
    li:first-child,
  .tb-menu-list
    > ul#nav1
    > li.menu-item-has-children
    > ul.standar-dropdown
    li:first-child {
    border: none;
  }
  .tb-menu-list
    > ul#nav
    > li.menu-item-has-children
    > ul.standar-dropdown
    li
    > a,
  .tb-menu-list
    > ul#nav1
    > 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;
    color: #fff;
    line-height: 28px;
    padding: 0;
    padding: 7px 0;
  }
  .tb-menu-list
    > ul#nav
    > li.menu-item-has-children
    > ul.standar-dropdown
    li:not(:last-child)
    > a,
  .tb-menu-list
    > ul#nav1
    > li.menu-item-has-children
    > ul.standar-dropdown
    li:not(:last-child)
    > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .tb-menu-list
    > ul#nav
    > li.menu-item-has-children
    > ul.standar-dropdown
    li:hover
    > a,
  .tb-menu-list
    > ul#nav1
    > li.menu-item-has-children
    > ul.standar-dropdown
    li:hover
    > a {
    background: none;
    color: #fcb714;
  }
  .tb-menu-list
    > ul#nav
    > li.menu-item-has-children
    > ul.standar-dropdown
    li.current-menu-item
    > a,
  .tb-menu-list
    > ul#nav1
    > li.menu-item-has-children
    > ul.standar-dropdown
    li.current-menu-item
    > a {
    color: #fcb714;
  }
  .tb-menu-list > ul#nav > li.menu-item-has-children > ul.standar-dropdown > li,
  .tb-menu-list
    > ul#nav1
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li {
    display: block;
  }
  .tb-menu-list
    > ul#nav
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children,
  .tb-menu-list
    > ul#nav1
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children {
    position: relative;
  }
  .tb-menu-list
    > ul#nav
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children
    > a:after,
  .tb-menu-list
    > ul#nav1
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children
    > a:after {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 13px;
    position: absolute;
    top: 8px;
    right: 20px;
  }
  .tb-menu-list
    > ul#nav
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children
    > ul,
  .tb-menu-list
    > ul#nav1
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children
    > ul {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 270px;
    margin: 0;
    padding: 17px 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #448ccb;
  }
  .tb-menu-list
    > ul#nav
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children:hover
    > ul,
  .tb-menu-list
    > ul#nav1
    > 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#nav > li.menu-item-has-children:hover > ul,
  .tb-menu-list > ul#nav1 > 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#nav > li.menu-item-has-children.has_full_width,
  .tb-menu-list > ul#nav1 > li.menu-item-has-children.has_full_width {
    position: static;
  }
  .tb-menu-list > ul#nav > li.menu-item-has-children.has_full_width > ul,
  .tb-menu-list > ul#nav1 > li.menu-item-has-children.has_full_width > ul {
    position: absolute;
    padding-top: 50px;
    padding-bottom: 36px;
    top: 100%;
    right: 0;
    left: initial;
    margin: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #448ccb;
    width: 100% !important;
  }
  .tb-menu-list
    > ul#nav
    > li.menu-item-has-children.has_full_width
    > ul.columns6
    > li,
  .tb-menu-list
    > ul#nav1
    > li.menu-item-has-children.has_full_width
    > ul.columns6
    > li {
    width: 16.666%;
  }
  .tb-menu-list
    > ul#nav
    > li.menu-item-has-children.has_full_width
    > ul.columns4
    > li,
  .tb-menu-list
    > ul#nav1
    > li.menu-item-has-children.has_full_width
    > ul.columns4
    > li {
    width: 25%;
  }
  .tb-menu-list
    > ul#nav
    > li.menu-item-has-children.has_full_width
    > ul.columns3
    > li
    > ul,
  .tb-menu-list
    > ul#nav1
    > li.menu-item-has-children.has_full_width
    > ul.columns3
    > li
    > ul {
    width: 200px;
  }
  .tb-menu-list > ul#nav > li.menu-item-has-children.has_full_width > ul > li,
  .tb-menu-list > ul#nav1 > li.menu-item-has-children.has_full_width > ul > li {
    float: left;
    padding-left: 30px;
  }
  .tb-menu-list
    > ul#nav
    > li.menu-item-has-children.has_full_width
    > ul
    > li
    > a,
  .tb-menu-list
    > ul#nav1
    > 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: 38px;
    color: #333;
    padding: 0 15px 0 20px;
  }
  .tb-menu-list
    > ul#nav
    > li.menu-item-has-children.has_full_width
    > ul
    > li.current_page_item
    > a,
  .tb-menu-list
    > ul#nav
    > li.menu-item-has-children.has_full_width
    > ul
    > li:hover
    > a,
  .tb-menu-list
    > ul#nav1
    > li.menu-item-has-children.has_full_width
    > ul
    > li.current_page_item
    > a,
  .tb-menu-list
    > ul#nav1
    > li.menu-item-has-children.has_full_width
    > ul
    > li:hover
    > a {
    background: none;
    color: #fff;
  }
  .tb-menu-list
    > ul#nav
    > li.menu-item-has-children.has_full_width
    > ul
    > li.menu-item-has-children
    ul,
  .tb-menu-list
    > ul#nav1
    > 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;
    background-color: transparent !important;
  }
  .tb-menu-list
    > ul#nav
    > li.menu-item-has-children.has_full_width
    > ul
    > li.menu-item-has-children
    ul
    li
    > a,
  .tb-menu-list
    > ul#nav1
    > 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;
    color: #fff;
    line-height: 28px;
    padding: 0;
    padding: 7px 0;
  }
  .tb-menu-list
    > ul#nav
    > li.menu-item-has-children.has_full_width
    > ul
    > li.menu-item-has-children
    ul
    li.current_page_item
    > a,
  .tb-menu-list
    > ul#nav
    > li.menu-item-has-children.has_full_width
    > ul
    > li.menu-item-has-children
    ul
    li:hover
    > a,
  .tb-menu-list
    > ul#nav1
    > li.menu-item-has-children.has_full_width
    > ul
    > li.menu-item-has-children
    ul
    li.current_page_item
    > a,
  .tb-menu-list
    > ul#nav1
    > li.menu-item-has-children.has_full_width
    > ul
    > li.menu-item-has-children
    ul
    li:hover
    > a {
    background: none;
    color: #fcb714;
  }
  .tb-menu-list
    > ul#nav
    > li.menu-item-has-children.has_full_width
    > ul
    > li.menu-item-has-children
    ul
    li:not(:last-child),
  .tb-menu-list
    > ul#nav1
    > li.menu-item-has-children.has_full_width
    > ul
    > li.menu-item-has-children
    ul
    li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .tb-menu-list
    > ul#nav
    > li.menu-item-has-children.has_full_width
    > ul
    > li.menu-item-has-children
    ul
    li:last-child
    > a,
  .tb-menu-list
    > ul#nav1
    > 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#nav
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block,
  .tb-menu-list
    > ul#nav1
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block {
    padding: 14px 20px 8px;
  }
  .tb-menu-list
    > ul#nav
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    > a,
  .tb-menu-list
    > ul#nav1
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    > a {
    display: none;
  }
  .tb-menu-list
    > ul#nav
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block,
  .tb-menu-list
    > ul#nav1
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block {
    position: relative;
  }
  .tb-menu-list
    > ul#nav
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    img,
  .tb-menu-list
    > ul#nav1
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    img {
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    display: block;
  }
  .tb-menu-list
    > ul#nav
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    .vc_single_image-wrapper,
  .tb-menu-list
    > ul#nav1
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    .vc_single_image-wrapper {
    position: relative;
  }
  .tb-menu-list
    > ul#nav
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    .vc_single_image-wrapper::before,
  .tb-menu-list
    > ul#nav
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    .vc_single_image-wrapper::after,
  .tb-menu-list
    > ul#nav1
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    .vc_single_image-wrapper::before,
  .tb-menu-list
    > ul#nav1
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    .vc_single_image-wrapper::after {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    content: "";
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
  }
  .tb-menu-list
    > ul#nav
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    .vc_single_image-wrapper::before,
  .tb-menu-list
    > ul#nav1
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    .vc_single_image-wrapper::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  .tb-menu-list
    > ul#nav
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    .vc_single_image-wrapper::after,
  .tb-menu-list
    > ul#nav1
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block
    .vc_single_image-wrapper::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  .tb-menu-list
    > ul#nav
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block:hover
    img,
  .tb-menu-list
    > ul#nav1
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block:hover
    img {
    opacity: 0.7;
  }
  .tb-menu-list
    > ul#nav
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block:hover
    .vc_single_image-wrapper:before,
  .tb-menu-list
    > ul#nav
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block:hover
    .vc_single_image-wrapper:after,
  .tb-menu-list
    > ul#nav1
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block:hover
    .vc_single_image-wrapper:before,
  .tb-menu-list
    > ul#nav1
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block:hover
    .vc_single_image-wrapper:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 3;
  }
  .tb-menu-list
    > ul#nav
    > li.menu-item-has-children.has_full_width
    > ul
    .menu-item-has-children
    > a,
  .tb-menu-list
    > ul#nav1
    > li.menu-item-has-children.has_full_width
    > ul
    .menu-item-has-children
    > a {
    font-size: 16px;
    font-family: Helvetica;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0;
    line-height: 14px;
    padding-bottom: 18px;
  }
  .tb-menu-list
    > ul#nav
    > li.menu-item-has-children.has_full_width
    > ul
    .menu-item-has-children:hover
    > a,
  .tb-menu-list
    > ul#nav1
    > li.menu-item-has-children.has_full_width
    > ul
    .menu-item-has-children:hover
    > a {
    padding-left: 0;
  }
  .tb-menu-list > ul#nav > li.menu-item-has-children ul.dropdown-menu,
  .tb-menu-list > ul#nav1 > li.menu-item-has-children ul.dropdown-menu {
    webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  }
  .tb-menu-list
    > ul#nav
    > li.menu-item-has-children
    ul.multicolumn
    ul.dropdown-menu,
  .tb-menu-list
    > ul#nav1
    > li.menu-item-has-children
    ul.multicolumn
    ul.dropdown-menu {
    box-shadow: none !important;
  }
}
@media (max-width: 991px) {
  .tb-menu-list {
    display: none;
    text-align: left;
    width: 270px;
    overflow: hidden;
  }
  .tb-menu-list.active {
    display: block;
    z-index: 999;
  }
  .tb-menu-list > ul#nav,
  .tb-menu-list > ul#nav1 {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .tb-menu-list > ul#nav > li,
  .tb-menu-list > ul#nav1 > li {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    display: block;
    border-top: 1px solid rgba(170, 170, 170, 0.2);
  }
  .tb-menu-list > ul#nav > li > a,
  .tb-menu-list > ul#nav1 > li > a {
    font-size: 14px;
    color: #222;
    display: block;
    line-height: 38px;
    text-transform: capitalize;
    padding: 0 15px;
  }
  .tb-menu-list > ul#nav > li.current_page_item,
  .tb-menu-list > ul#nav > li:hover,
  .tb-menu-list > ul#nav1 > li.current_page_item,
  .tb-menu-list > ul#nav1 > li:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .tb-menu-list > ul#nav > li.current_page_item > a,
  .tb-menu-list > ul#nav > li:hover > a,
  .tb-menu-list > ul#nav1 > li.current_page_item > a,
  .tb-menu-list > ul#nav1 > li:hover > a {
    color: #448ccb;
  }
  .tb-menu-list > ul#nav > li.menu-item-has-children,
  .tb-menu-list > ul#nav1 > li.menu-item-has-children {
    position: relative;
    /*----basic dropdown----*/
    /*----mega dropdown----*/
  }
  .tb-menu-list > ul#nav > li.menu-item-has-children > ul.standar-dropdown,
  .tb-menu-list > ul#nav1 > li.menu-item-has-children > ul.standar-dropdown {
    position: relative;
    width: 270px;
    margin: 0;
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .tb-menu-list > ul#nav > li.menu-item-has-children > ul.standar-dropdown > li,
  .tb-menu-list
    > ul#nav1
    > 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#nav
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li
    > a,
  .tb-menu-list
    > ul#nav1
    > 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: 13px;
    font-weight: 400;
    color: #747474;
    line-height: 38px;
    padding: 0 20px;
  }
  .tb-menu-list
    > ul#nav
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children,
  .tb-menu-list
    > ul#nav1
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children {
    position: relative;
  }
  .tb-menu-list
    > ul#nav
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children
    > ul,
  .tb-menu-list
    > ul#nav1
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children
    > ul {
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
    width: 270px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .tb-menu-list
    > ul#nav
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children
    > ul
    > li,
  .tb-menu-list
    > ul#nav1
    > 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#nav
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children
    > ul
    > li:first-child,
  .tb-menu-list
    > ul#nav1
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children
    > ul
    > li:first-child {
    border: none;
  }
  .tb-menu-list
    > ul#nav
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children
    > ul
    > li
    > a,
  .tb-menu-list
    > ul#nav1
    > 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#nav
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children
    > ul
    > li.current_page_item
    > a,
  .tb-menu-list
    > ul#nav
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children
    > ul
    > li:hover
    > a,
  .tb-menu-list
    > ul#nav1
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children
    > ul
    > li.current_page_item
    > a,
  .tb-menu-list
    > ul#nav1
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children
    > ul
    > li:hover
    > a {
    background: none;
    color: #448ccb;
  }
  .tb-menu-list
    > ul#nav
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children:hover
    > ul,
  .tb-menu-list
    > ul#nav1
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children:hover
    > ul {
    display: block;
    z-index: 999;
  }
  .tb-menu-list
    > ul#nav
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.current_page_item
    > a,
  .tb-menu-list
    > ul#nav
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li:hover
    > a,
  .tb-menu-list
    > ul#nav1
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.current_page_item
    > a,
  .tb-menu-list
    > ul#nav1
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li:hover
    > a {
    background: none;
    color: #448ccb;
  }
  .tb-menu-list > ul#nav > li.menu-item-has-children:hover > ul,
  .tb-menu-list > ul#nav1 > li.menu-item-has-children:hover > ul {
    display: block;
    z-index: 999;
  }
  .tb-menu-list > ul#nav > li.menu-item-has-children.has_full_width,
  .tb-menu-list > ul#nav1 > li.menu-item-has-children.has_full_width {
    position: relative;
  }
  .tb-menu-list > ul#nav > li.menu-item-has-children.has_full_width > ul,
  .tb-menu-list > ul#nav1 > li.menu-item-has-children.has_full_width > ul {
    position: relative;
    width: 100%;
    width: 270px;
    margin: 0;
    padding: 0px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .tb-menu-list
    > ul#nav
    > li.menu-item-has-children.has_full_width
    > ul
    > li
    > a,
  .tb-menu-list
    > ul#nav1
    > 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: capitalize;
    padding: 0 15px;
  }
  .tb-menu-list
    > ul#nav
    > li.menu-item-has-children.has_full_width
    > ul
    > li.current_page_item
    > a,
  .tb-menu-list
    > ul#nav
    > li.menu-item-has-children.has_full_width
    > ul
    > li:hover
    > a,
  .tb-menu-list
    > ul#nav1
    > li.menu-item-has-children.has_full_width
    > ul
    > li.current_page_item
    > a,
  .tb-menu-list
    > ul#nav1
    > li.menu-item-has-children.has_full_width
    > ul
    > li:hover
    > a {
    background: none;
    color: #448ccb;
  }
  .tb-menu-list
    > ul#nav
    > li.menu-item-has-children.has_full_width
    > ul
    > li.menu-item-has-children
    > ul,
  .tb-menu-list
    > ul#nav1
    > 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#nav
    > li.menu-item-has-children.has_full_width
    > ul
    > li.menu-item-has-children
    > ul
    > li
    > a,
  .tb-menu-list
    > ul#nav1
    > 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#nav
    > li.menu-item-has-children.has_full_width
    > ul
    > li.menu-item-has-children
    > ul
    > li.current_page_item
    > a,
  .tb-menu-list
    > ul#nav
    > li.menu-item-has-children.has_full_width
    > ul
    > li.menu-item-has-children
    > ul
    > li:hover
    > a,
  .tb-menu-list
    > ul#nav1
    > li.menu-item-has-children.has_full_width
    > ul
    > li.menu-item-has-children
    > ul
    > li.current_page_item
    > a,
  .tb-menu-list
    > ul#nav1
    > li.menu-item-has-children.has_full_width
    > ul
    > li.menu-item-has-children
    > ul
    > li:hover
    > a {
    background: none;
    color: #448ccb;
  }
  .tb-menu-list
    > ul#nav
    > li.menu-item-has-children.has_full_width
    > ul
    > li.menu-item-has-children:hover
    > ul,
  .tb-menu-list
    > ul#nav1
    > li.menu-item-has-children.has_full_width
    > ul
    > li.menu-item-has-children:hover
    > ul {
    display: block;
    z-index: 999;
  }
  .tb-menu-list
    > ul#nav
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block,
  .tb-menu-list
    > ul#nav1
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block {
    padding: 10px 15px;
  }
  .tb-menu-list
    > ul#nav
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    > a,
  .tb-menu-list
    > ul#nav1
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    > a {
    display: none;
  }
}
@media (min-width: 992px) {
  .tb-stick-active .tb-header-wrap {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.9);
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15);
    -webkit-animation: fadeInUp 0.4s both;
    -moz-animation: fadeInUp 0.4s both;
    -o-animation: fadeInUp 0.4s both;
    animation: fadeInUp 0.4s both;
  }
  .tb-stick-active .tb-header-wrap .tb-menu-list .menu-bg-logo {
    display: none;
  }
  .tb-stick-active.admin-bar .tb-header-wrap .tb-header-menu {
    top: 32px;
  }
  .admin-bar .mobile-leftbar {
    padding-top: 32px !important;
  }
}
@media (max-width: 782px) {
  .tb-stick-active.admin-bar .tb-header-wrap .tb-header-menu {
    top: 46px;
  }
  .admin-bar .mobile-leftbar {
    padding-top: 46px !important;
  }
}
.tb-sidebar .widget-account-content a {
  width: 96px;
  height: 42px;
  border: 2px solid #448ccb;
  line-height: 35px;
  text-align: center;
  color: #448ccb;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
}
@media (max-width: 1269px) {
  .tb-sidebar .widget-account-content a {
    width: 42px;
  }
  .tb-sidebar .widget-account-content a > span {
    display: none;
  }
}
.tb-sidebar .widget-account-content a > i {
  color: #448ccb;
  margin-right: 0;
}
.tb-sidebar .widget-account-content a.wp-link {
  background-color: #448ccb;
  color: #fff;
}
.tb-sidebar .widget-account-content a.wp-link i {
  color: #fff;
}
.tb-sidebar .widget-account-content a.wp-link:hover {
  background-color: transparent;
  color: #448ccb;
}
.tb-sidebar .widget-account-content a.wp-link:hover i {
  color: #448ccb;
}
.tb-sidebar .widget-account-content a.tb_signup {
  background-color: transparent;
  color: #448ccb;
}
.tb-sidebar .widget-account-content a.tb_signup i {
  color: #448ccb;
}
.tb-sidebar .widget-account-content a.tb_signup:hover {
  background-color: #448ccb;
  color: #fff;
}
.tb-sidebar .widget-account-content a.tb_signup:hover i {
  color: #fff;
}
.tb-sidebar .widget-account-content a.tb_logout {
  display: none;
}
.tb-sidebar .widget-account-content a.tb_login {
  margin-left: 15px;
}
@media (max-width: 1199px) {
  .tb-sidebar .widget-account-content a.tb_login {
    margin-left: 0px;
  }
}
.logged-in .tb-sidebar .widget-account-content a.tb_logout {
  display: inline-block;
  margin-left: 15px;
}
@media (max-width: 1199px) {
  .logged-in .tb-sidebar .widget-account-content a.tb_logout {
    margin-left: 0px;
  }
}
.logged-in .tb-sidebar .widget-account-content a.tb_login {
  display: none;
  margin-left: 0px;
}
#magic-line {
  position: absolute;
  width: auto;
  background: #448ccb;
  height: 2px;
}
.tb-header-menu-inner .tb-menu {
  display: inline-block;
}
.tb-header-menu-inner .tb-menu-widget {
  max-width: 400px;
  display: inline-block;
  float: right;
}
@media (max-width: 1730px) {
  .tb-header-menu-inner .tb-menu-widget .widget_searchform_content form {
    top: 69px;
    display: none;
  }
  .tb-header-menu-inner .tb-menu-widget .widget_searchform_content:active form {
    display: block;
  }
  .tb-header-menu-inner
    .tb-menu-widget
    .widget_searchform_content
    a.icon_search_wrap {
    border: 2px solid #448ccb;
    color: #448ccb;
    line-height: 39px;
  }
}
.tb-header-v1 {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  display: block;
}

@media (min-width: 992px) {
  .tb-header-v1 .tb-logo {
    position: relative;
    top: 10px;
    line-height: 70px;
  }
}
.tb-header-v1 .tb-logo a {
  font-size: 30px;
  color: #000000;
}
.tb-header-v1 .tb-menu-widget,
.tb-header-v1 .tb-sidebar-right {
  top: 27px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .tb-header-v1 .tb-header-widget {
    position: absolute;
  }
  .tb-header-v1 .tb-header-widget {
    right: 15px;
  }
}
@media (min-width: 1200px) and (min-width: 1199px) {
  .tb-header-v1 .tb-header-widget {
    right: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1670px) {
  .tb-header-v1 .tb-header-menu-inner .tb-menu-widget {
    display: none;
  }
  .tb-header-v1 .tb-header-widget .widget_searchform_content {
    display: inline-block !important;
    visibility: visible !important;
  }
  .tb-header-v1 .tb-header-widget .widget_searchform_content form {
    top: 69px;
    display: none;
  }
  .tb-header-v1 .tb-header-widget .widget_searchform_content.active form {
    display: block;
  }
  .tb-header-v1
    .tb-header-widget
    .widget_searchform_content
    a.icon_search_wrap {
    border: 2px solid #448ccb;
    color: #448ccb;
    line-height: 36px;
  }
}
@media (max-width: 1269px) {
  .tb-header-v1 .tb-header-menu-inner .tb-menu-widget {
    display: none;
  }
  .tb-header-v1 .tb-header-widget .widget_searchform_content {
    display: inline-block !important;
    visibility: visible !important;
  }
  .tb-header-v1 .tb-header-widget .widget_searchform_content form {
    top: 69px;
    display: none;
  }
  .tb-header-v1 .tb-header-widget .widget_searchform_content.active form {
    display: block;
  }
  .tb-header-v1
    .tb-header-widget
    .widget_searchform_content
    a.icon_search_wrap {
    border: 2px solid #448ccb;
    color: #448ccb;
    line-height: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1270px) {
  .tb-header-v1:not(.tb-header-v2) .tb-logo {
    position: relative;
  }
  .tb-header-v1:not(.tb-header-v2) .tb-logo img {
    max-width: 200px;
    position: absolute;
    top: 50%;
    transform: translateY(75%);
  }
  body #nav > li > a {
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
  }
}
@media (max-width: 1150px) {
  .tb-header-v1 .tb-header-menu .tb-menu-widget {
    display: none;
  }
}
@media (min-width: 992px) {
  .tb-header-v1 .tb-header-menu-inner .tb-logo {
    display: none;
  }
}
@media (max-width: 991px) {
  .tb-header-v1 > .tb-logo {
    display: none;
  }
  .tb-header-v1 .tb-header-menu-inner .tb-logo {
    display: inline-block;
  }
}
@media (min-width: 1270px) {
  .tb-header-v1 .widget-account-content > a i {
    display: none;
  }
}
@media (max-width: 1269px) {
  .tb-header-v1 .widget-account-content > a span {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tb-header-v1:not(.tb-header-v2) .tb-header-menu-inner .tb-menu {
  }
}
.tb-header-v2 .tb-header-menu-inner .tb-logo {
  display: inline-block;
  position: relative;
  top: 30px;
  transform: initial;
}
@media (max-width: 1199px) {
  .tb-header-v2 .tb-header-menu-inner .tb-logo {
    top: 28px;
  }
}
.tb-header-v2 #magic-line {
  display: none !important;
}
.tb-header-v2 .widget_searchform_content form {
  width: 40px;
  background-color: transparent;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.tb-header-v2 .widget_searchform_content form button {
  z-index: 2;
  background-color: #fff;
}
.tb-header-v2 .widget_searchform_content form.active {
  width: 400px;
  background-color: #f4f4f4;
}
.tb-header-v2 .widget_searchform_content a.icon_search_wrap {
  opacity: 0;
}
.tb-header-v2 .tb-menu-widget {
  max-width: initial;
}
.tb-header-v2 .tb-menu-widget .tb-sidebar {
  display: inline-block;
}
.tb-header-v2 .wg-footer-socials li a {
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 22px;
  border: 2px solid;
  background-color: transparent;
  border-radius: 50%;
  display: inline-block;
  font-size: 14px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  box-shadow: 0 0 0 10px transparent;
}
.tb-header-v2 .tb-menu {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  text-align: center;
  z-index: -1;
  width: calc(100% - 510px);
}
.tb-header-v2 .tb-menu .tb-menu-list {
  background-color: #fff;
  width: calc(73%);
  display: inline-block;
  visibility: hidden;
  opacity: 0;
}
.tb-header-v2 .tb-menu.active {
  display: inline-block;
  top: 0px;
  width: 100%;
}
.tb-header-v2 .tb-menu.active .tb-menu-list {
  visibility: visible;
  opacity: 1;
}
.tb-header-v2 .tb-canval-menu {
  height: 14px;
  width: 22px;
  position: absolute;
  cursor: pointer;
  top: 41%;
  z-index: 20;
  display: inline-block;
  right: 170px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tb-header-v2 .tb-canval-menu {
    right: 140px;
  }
}
.tb-header-v2 .tb-canval-menu span {
  height: 2px;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-indent: 200%;
  top: 50%;
  width: 100%;
  background-color: #444;
}
.tb-header-v2 .tb-canval-menu:before,
.tb-header-v2 .tb-canval-menu:after {
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  transform-origin: 50% 50% 0;
  -webkit-transform-origin: 50% 50% 0;
  -ms-transform-origin: 50% 50% 0;
  width: 100%;
  background-color: #444;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.tb-header-v2 .tb-canval-menu:after {
  -webkit-transform: translate3d(0px, 7px, 0px);
  -moz-transform: translate3d(0px, 7px, 0px);
  -ms-transform: translate3d(0px, 7px, 0px);
  -o-transform: translate3d(0px, 7px, 0px);
}
.tb-header-v2 .tb-canval-menu:before {
  -webkit-transform: translate3d(0px, -7px, 0px);
  -moz-transform: translate3d(0px, -7px, 0px);
  -ms-transform: translate3d(0px, -7px, 0px);
  -o-transform: translate3d(0px, -7px, 0px);
}
.tb-header-v2 .tb-canval-menu.active span {
  display: none;
}
.tb-header-v2 .tb-canval-menu.active:after {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
}
.tb-header-v2 .tb-canval-menu.active:before {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
}
.tb-header-v2 .mre-sty-header.active .tb-menu {
  display: inline-block;
  top: 0px;
  width: 100%;
}
.tb-header-v2 .mre-sty-header.active .tb-menu .tb-menu-list {
  visibility: visible;
  opacity: 1;
}
.tb-header-v2 .mre-sty-header.active .tb-menu-widget {
  visibility: hidden;
  opacity: 0;
}
.tb-header-v2 .widget-account-content {
  padding-left: 10px;
}
.tb-header-v2 .tb-header-menu-inner .tb-menu-widget {
  display: inline-block;
}
.tb-header-v2
  .tb-header-menu-inner
  .tb-menu-widget
  .widget_searchform_content
  form {
  top: 1px;
  display: inline-block;
}
.tb-header-v2.tb-header-fixed {
  background-color: #000;
  width: 100%;
  z-index: 9;
}
@media (min-width: 992px) {
  .tb-header-v2.tb-header-fixed {
    position: ABSOLUTE;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.tb-header-v2.tb-header-fixed .tb-canval-menu span,
.tb-header-v2.tb-header-fixed .tb-canval-menu:after,
.tb-header-v2.tb-header-fixed .tb-canval-menu:before {
  background-color: #fff;
}
.tb-header-v2.tb-header-fixed .tb-menu .tb-menu-list {
  background-color: transparent;
}
.tb-header-v2.tb-header-fixed .tb-menu .tb-menu-list #nav > li > a,
.tb-header-v2.tb-header-fixed .tb-menu .tb-menu-list #nav1 > li > a {
  color: #fff;
}
.tb-header-v2.tb-header-fixed .tb-menu .tb-menu-list #nav > li:hover > a,
.tb-header-v2.tb-header-fixed
  .tb-menu
  .tb-menu-list
  #nav
  > li.current-menu-parent
  > a,
.tb-header-v2.tb-header-fixed .tb-menu .tb-menu-list #nav1 > li:hover > a,
.tb-header-v2.tb-header-fixed
  .tb-menu
  .tb-menu-list
  #nav1
  > li.current-menu-parent
  > a {
  color: #448ccb;
}
.tb-header-v2.tb-header-fixed .widget_searchform_content form button {
  background-color: transparent;
}
.tb-header-v2.tb-header-fixed
  .widget_searchform_content
  form:not(.active)
  button {
  color: #fff;
}
.tb-header-v2.tb-header-fixed
  .widget_searchform_content
  form:not(.active)
  input {
  opacity: 0;
}
.tb-header-v2.tb-header-fixed
  .tb-sidebar
  .widget-account-content
  a.wp-link:hover {
  border-color: #fff;
  color: #fff;
}
.tb-header-v2.tb-header-fixed .tb-sidebar .widget-account-content a.tb_signup {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}
.tb-header-v2.tb-header-fixed
  .tb-sidebar
  .widget-account-content
  a.tb_signup
  i {
  color: #448ccb;
}
.tb-header-v2.tb-header-fixed
  .tb-sidebar
  .widget-account-content
  a.tb_signup:hover {
  border-color: #448ccb;
  background-color: #448ccb;
  color: #fff;
}
.tb-header-v2.tb-header-fixed
  .tb-sidebar
  .widget-account-content
  a.tb_signup:hover
  i {
  color: #fff;
}
.logged-in .tb-header-v2 .tb-sidebar .widget-account-content a.tb_logout {
  margin-left: 10px;
}
@media (min-width: 992px) {
  .tb-header-v2
    .tb-menu-list
    > ul#nav
    > li.menu-item-has-children.has_full_width
    > ul {
    left: -17%;
  }
}
@media (max-width: 767px) {
  .mre-sty-header {
    display: none;
  }
}
.tb-service-wrap .tb-service {
  color: #fff;
}
.tb-service-wrap .tb-service a {
  width: 150px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  color: #fff;
  font-family: Helvetica;
  font-size: 18px;
  display: block;
  border: 1px solid #fff;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
}
.tb-service-wrap .tb-service a:hover {
  background-color: #448ccb;
  border-color: #448ccb;
}
.tb-service-wrap .tb-service.text-left a {
  margin-left: 0;
}
.tb-service-wrap .tb-service.text-right a {
  margin-right: 0;
}
.tb-service-wrap .tb-service.tpl1 .tb-title .text {
  color: #898989;
  font-size: 20px;
  font-weight: normal;
}
.tb-service-wrap .tb-service.tpl1 .tb-title .counter {
  font-size: 52px;
  color: #e8940c;
  line-height: 55px;
}
@media (max-width: 400px) {
  .tb-service-wrap .tb-service.tpl1 .tb-title .counter {
    line-height: 30px;
    font-size: 30px;
  }
}
.tb-service-wrap .tb-service.tpl1 .tb-content {
  font-family: Helvetica;
  font-size: 18px;
  line-height: 30px;
  max-width: 915px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}
@media (max-width: 400px) {
  .tb-service-wrap .tb-service.tpl1 .tb-content {
    font-size: 15px;
    line-height: 22px;
  }
}
.tb-service-wrap .tb-service.tpl {
  padding-top: 50px;
  padding-bottom: 40px;
  max-width: 292px;
  margin-left: auto;
  margin-right: auto;
}
.tb-service-wrap .tb-service.tpl .tb-icon {
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 37px;
  font-size: 50px;
}
.tb-service-wrap .tb-service.tpl .tb-title {
  font-family: Helvetica;
  font-size: 14px;
  line-height: 36px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.tb-service-wrap .tb-service.tpl:hover .tb-icon > i,
.tb-service-wrap .tb-service.tpl:hover .tb-title {
  color: #448ccb !important;
}
.tb-service-wrap .tb-service.tpl:hover .line-bottom {
  background-color: #448ccb !important;
}
.tb-service-wrap .tb-service.tpl span.line-bottom {
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  width: 33px;
  display: block;
  margin-bottom: 15px;
}
.tb-service-wrap .tb-service.tpl .tb-content {
  color: #898989;
}
.tb-service-wrap .tb-service.tpl.tpl4 {
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 16px;
}
.tb-service-wrap .tb-service.tpl.tpl4 .tb-content {
  color: #fff;
}
.tb-service-wrap .tb-service.tpl.tpl4 span.line-bottom {
  display: none;
}
.tb-service-wrap .tb-service.tpl.tpl4 .tb-icon {
  vertical-align: top;
  padding-top: 10px;
}
@media (min-width: 1200px) {
  .tb-service-wrap .tb-service.tpl.tpl4 .tb-icon {
    display: inline-block;
    margin-left: 0;
  }
  .tb-service-wrap .tb-service.tpl.tpl4 .tb-left {
    width: calc(100% - 65px);
    display: inline-block;
    margin-left: 10px;
  }
}
@media (max-width: 1199px) {
  .tb-service-wrap .tb-service.tpl.tpl4 .tb-icon {
    margin-bottom: 10px;
  }
  .tb-service-wrap .tb-service.tpl.tpl4 .tb-left {
    text-align: center;
  }
}
.tb-service-wrap .tb-service.tpl2 {
  width: 260px;
  height: 158px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  position: relative;
  padding-top: 27px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tb-service-wrap .tb-service.tpl2 {
    max-width: 210px;
  }
}
.tb-service-wrap .tb-service.tpl2:after {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  content: "";
  display: inline-block;
}
.tb-service-wrap .tb-service.tpl2 .tb-title {
  position: relative;
  z-index: 2;
  margin-bottom: 17px;
}
.tb-service-wrap .tb-service.tpl2 .tb-title .counter {
  font-size: 52px;
  color: #fff;
  line-height: 55px;
}
@media (max-width: 400px) {
  .tb-service-wrap .tb-service.tpl2 .tb-title .counter {
    line-height: 30px;
    font-size: 30px;
  }
}
.tb-service-wrap .tb-service.tpl2 .tb-content {
  font-size: 18px;
  line-height: 34px;
  position: relative;
  z-index: 2;
}
.tb-service-wrap .tb-service.tpl3 .tb-title {
  margin-bottom: 15px;
}
.tb-service-wrap .tb-service.tpl3 .tb-title span {
  display: block;
  color: #fff;
}
.tb-service-wrap .tb-service.tpl3 .tb-title span.tb-counter {
  font-size: 72px;
  line-height: 75px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: Noto Sans;
  letter-spacing: 10px;
}
.tb-service-wrap .tb-service.tpl3 .tb-title span.text1,
.tb-service-wrap .tb-service.tpl3 .tb-title span.text2 {
  font-size: 42px;
  font-family: Helvetica;
  line-height: 52px;
  font-weight: normal;
}
.tb-service-wrap .tb-service.tpl3 .tb-title span.text2 {
  font-size: 60px;
  line-height: 60px;
}
.tb-service-wrap .tb-service.tpl3 .tb-content {
  margin-bottom: 38px;
}
.tb-service-wrap .tb-service.tpl3 a {
  width: 140px;
  height: 42px;
  line-height: 35px;
  text-align: center;
  font-family: Noto Sans;
  font-size: 14px;
  border: 2px solid #fff;
  text-transform: capitalize;
}
.tb-service-wrap .tb-service.tpl3 a:hover {
  border-color: #448ccb;
}
@media (min-width: 768px) {
  .tb-service-h1 {
    text-align: right;
  }
}
.tb-service-h1 .tb-service-wrap {
  display: inline-block;
  margin-bottom: 43px;
}
.tb-service-h1 .tb-service-wrap:nth-child(1),
.tb-service-h1 .tb-service-wrap:nth-child(3) {
  margin-right: 25px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tb-service-h1 .tb-service-wrap {
    margin-bottom: 0;
    margin-top: 43px;
  }
  .tb-service-h1 .tb-service-wrap:nth-child(1),
  .tb-service-h1 .tb-service-wrap:nth-child(3) {
    margin-right: initial;
  }
}
@media (max-width: 767px) {
  .tb-service-h1 .tb-service-wrap {
    margin-bottom: 0;
    margin-top: 43px;
  }
}
.btn-service {
  width: 168px;
  height: 42px;
  line-height: 37px;
  text-align: center;
  border: 2px solid #ebebeb;
  color: #636363;
  font-size: 14px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.btn-service:hover {
  background-color: #448ccb;
  border-color: #448ccb;
  color: #fff;
}
@media (max-width: 767px) {
  .srv-home2 .tb-service-wrap .tb-service.tpl3 {
    text-align: center;
    margin-bottom: 50px;
  }
  .srv-home2 .tb-service-wrap .tb-service.tpl3 a {
    margin-left: auto;
    margin-right: auto;
  }
}
.srv-home2 .tb-service-wrap .tb-service.tpl3 .tb-title span.text1 {
  font-size: 37px;
  font-weight: bold;
}
@media (min-width: 1200px) {
  body .vc_row {
    margin-left: 0;
    margin-right: 0;
  }
}
.learnpress-advertis-admin .learnpress-wrap-items {
  display: none;
}
.tb-blog-carousel,
.tb-blog {
  position: relative;
}
.tb-blog-carousel .course,
.tb-blog .course {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .tb-blog-carousel .course,
  .tb-blog .course {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .tb-blog-carousel .course.format-video,
  .tb-blog .course.format-video {
    max-width: initial;
  }
}
.tb-blog-carousel .course .tb-blog-image,
.tb-blog .course .tb-blog-image {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.tb-blog-carousel .course .tb-blog-image img,
.tb-blog .course .tb-blog-image img {
  width: 100%;
  height: auto;
}
.tb-blog-carousel .course .tb-blog-image:after,
.tb-blog .course .tb-blog-image:after {
  content: "";
  background-color: rgba(68, 140, 203, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.tb-blog-carousel .course .tb-content,
.tb-blog .course .tb-content {
  border: 2px solid #ebebeb;
  border-top: none;
  padding-top: 24px;
  padding-bottom: 5px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.tb-blog-carousel .course .tb-content .tb-title,
.tb-blog .course .tb-content .tb-title {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 11px;
  position: relative;
}
.tb-blog-carousel .course .tb-content .tb-title:hover,
.tb-blog .course .tb-content .tb-title:hover {
  color: #448ccb;
}
.tb-blog-carousel .course .tb-content .tb-title:before,
.tb-blog .course .tb-content .tb-title:before {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background-color: #363636;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.tb-blog-carousel .course:hover .tb-content,
.tb-blog .course:hover .tb-content {
  border-color: #fff;
  -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15);
}
.tb-blog-carousel .course:hover .tb-blog-image:after,
.tb-blog .course:hover .tb-blog-image:after {
  opacity: 1;
}
.tb-blog-carousel .owl-prev,
.tb-blog-carousel .owl-next,
.tb-blog .owl-prev,
.tb-blog .owl-next {
  position: ABSOLUTE;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #fff;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  left: -20px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.tb-blog-carousel .owl-prev i,
.tb-blog-carousel .owl-next i,
.tb-blog .owl-prev i,
.tb-blog .owl-next i {
  font-size: 18px;
  color: #c2c2c2;
}
.tb-blog-carousel .owl-prev:hover,
.tb-blog-carousel .owl-next:hover,
.tb-blog .owl-prev:hover,
.tb-blog .owl-next:hover {
  background-color: #448ccb;
  border-color: #448ccb;
}
.tb-blog-carousel .owl-prev:hover i,
.tb-blog-carousel .owl-next:hover i,
.tb-blog .owl-prev:hover i,
.tb-blog .owl-next:hover i {
  color: #fff;
}
.tb-blog-carousel .owl-next,
.tb-blog .owl-next {
  left: initial;
  right: -20px;
}
.tb-blog-carousel .tb-reload.course-loading,
.tb-blog .tb-reload.course-loading {
  position: relative;
}
.tb-blog-carousel .tb-reload.course-loading:after,
.tb-blog-carousel .tb-reload.course-loading:before,
.tb-blog .tb-reload.course-loading:after,
.tb-blog .tb-reload.course-loading:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.tb-blog-carousel .tb-reload.course-loading:after,
.tb-blog .tb-reload.course-loading:after {
  background: url(assets/images/preloader.gif) no-repeat center center;
}
.tb-blog-carousel .tb-reload.course-loading:before,
.tb-blog .tb-reload.course-loading:before {
  background-color: rgba(255, 255, 255, 0.8);
}
.tb-blog-carousel.tb-post-carousel .owl-prev,
.tb-blog-carousel.tb-post-carousel .owl-next,
.tb-blog.tb-post-carousel .owl-prev,
.tb-blog.tb-post-carousel .owl-next {
  top: -75px;
  transform: initial;
  right: 0;
  border: 2px solid #ebebeb;
  left: initial;
}
.tb-blog-carousel.tb-post-carousel .owl-prev:hover,
.tb-blog-carousel.tb-post-carousel .owl-next:hover,
.tb-blog.tb-post-carousel .owl-prev:hover,
.tb-blog.tb-post-carousel .owl-next:hover {
  border-color: #448ccb;
}
.tb-blog-carousel.tb-post-carousel .owl-prev,
.tb-blog.tb-post-carousel .owl-prev {
  right: 40px;
}
.tb-blog-carousel.featured .owl-prev,
.tb-blog-carousel.featured .owl-next,
.tb-blog.featured .owl-prev,
.tb-blog.featured .owl-next {
  top: -106px;
  transform: initial;
  border: 2px solid #ebebeb;
  left: initial;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.tb-blog-carousel.featured .owl-prev:hover,
.tb-blog-carousel.featured .owl-next:hover,
.tb-blog.featured .owl-prev:hover,
.tb-blog.featured .owl-next:hover {
  border-color: #448ccb;
}
.tb-blog-carousel.featured .owl-prev,
.tb-blog.featured .owl-prev {
  left: 34%;
}
.tb-blog-carousel.featured .owl-next,
.tb-blog.featured .owl-next {
  right: 34%;
}
.tb-blog-carousel .tb-cate-course,
.tb-blog .tb-cate-course {
  margin-bottom: 40px;
}
.tb-blog-carousel .tb-cate-course li,
.tb-blog .tb-cate-course li {
  padding-right: 0;
  margin-bottom: 10px;
}
.tb-blog-carousel .tb-cate-course li > a,
.tb-blog .tb-cate-course li > a {
  height: 42px;
  line-height: 37px;
  text-align: center;
  padding: 0 20px;
  border: 2px solid #ebebeb;
  display: inline-block;
  font-size: 14px;
  color: #636363;
}
.tb-blog-carousel .tb-cate-course li > a:hover,
.tb-blog-carousel .tb-cate-course li > a.active,
.tb-blog .tb-cate-course li > a:hover,
.tb-blog .tb-cate-course li > a.active {
  color: #fff;
  border-color: #448ccb;
  background-color: #448ccb;
}
.tb-blog-carousel .post .tb-blog-image img,
.tb-blog .post .tb-blog-image img {
  height: auto;
}
.tb-blog-carousel .post .tb_blog_content,
.tb-blog .post .tb_blog_content {
  background-color: #fff;
  padding-bottom: 32px;
}
.tb-blog-carousel .post .tb_blog_content .tb-blog-date,
.tb-blog .post .tb_blog_content .tb-blog-date {
  max-width: 125px;
  background-color: #448ccb;
  color: #fff;
  text-align: center;
  float: left;
  width: 100%;
}
.tb-blog-carousel .post .tb_blog_content .tb-blog-date p,
.tb-blog .post .tb_blog_content .tb-blog-date p {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 0 !important;
  padding: 15px 0;
}
.tb-blog-carousel .post .tb_blog_content .tb-blog-date p span,
.tb-blog-carousel .post .tb_blog_content .tb-blog-date p i,
.tb-blog .post .tb_blog_content .tb-blog-date p span,
.tb-blog .post .tb_blog_content .tb-blog-date p i {
  display: block;
  font-size: 21px;
}
.tb-blog .post .tb_blog_content .tb-blog-date p span {
  font-size: 13px;
  line-height: 20px;
}
.tb-blog-carousel .post .tb_blog_content .tb-blog-date p + p,
.tb-blog .post .tb_blog_content .tb-blog-date p + p {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
}
.tb-blog-carousel .post .tb_blog_content .tb-info-block,
.tb-blog .post .tb_blog_content .tb-info-block {
  width: calc(100% - 125px);
  float: left;
  padding-left: 20px;
  padding-top: 15px;
}
.tb-blog-carousel .post .tb_blog_content .tb-info-block .blog-title,
.tb-blog .post .tb_blog_content .tb-info-block .blog-title {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
  color: #363636;
}
.tb-blog-carousel .post .tb_blog_content .tb-info-block .blog-title:hover,
.tb-blog .post .tb_blog_content .tb-info-block .blog-title:hover {
  color: #448ccb;
}
.tb-blog-carousel .post .tb_blog_content .tb-info-block .tb-info-footer,
.tb-blog .post .tb_blog_content .tb-info-block .tb-info-footer {
  margin-top: 20px;
}
.tb-blog-carousel .post .tb_blog_content .tb-info-block .tb-info-footer a,
.tb-blog .post .tb_blog_content .tb-info-block .tb-info-footer a {
  font-weight: bold;
  color: #898989;
}
.tb-blog-carousel .post .tb_blog_content .tb-info-block .tb-info-footer a:hover,
.tb-blog .post .tb_blog_content .tb-info-block .tb-info-footer a:hover {
  color: #448ccb;
}
.tb-blog-carousel
  .post
  .tb_blog_content
  .tb-info-block
  .tb-info-footer
  .tb-cate,
.tb-blog .post .tb_blog_content .tb-info-block .tb-info-footer .tb-cate {
  margin-left: 25px;
}
.tb-post-carousel .owl-prev,
.tb-post-carousel .owl-next {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.tb-blog .course {
  margin-bottom: 0;
}
.has-sidebar .tb-blog {
  margin-bottom: 22px;
}
.has-sidebar .tb-blog .post .tb_blog_content .tb-info-block {
  padding-left: 16px;
}
.has-sidebar .tb-blog .post .tb_blog_content .tb-info-block .blog-title {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
}
.has-sidebar .tb-blog .post .tb_blog_content .tb-info-block .tb-info-footer {
  margin-top: 12px;
}
.has-sidebar
  .tb-blog
  .post
  .tb_blog_content
  .tb-info-block
  .tb-info-footer
  .tb-cate {
  display: block;
  margin-left: 0;
}
.tb-blog .format-video .tb-blog-video {
  position: relative;
  overflow: hidden;
  z-index: 2;
  display: block;
}
.tb-blog .format-video .tb-blog-video iframe {
  display: block;
}
.tb-blog .format-video .tb_blog_content {
  padding-left: 20px;
  padding-top: 18px;
  padding-bottom: 15px;
}
.tb-blog .format-video .tb_blog_content .tb-info-block {
  width: 100%;
  padding-bottom: 0;
}
.tb-blog .format-video .tb_blog_content .tb-info-block .tb-title {
  font-size: 16px;
  color: #fafafa;
  margin-bottom: 5px;
}
.tb-blog .format-video .tb_blog_content .tb-info-block .tb-title:hover {
  color: #448ccb;
}
.tb-blog .format-video .tb_blog_content .tb-info-block .tb-date {
  font-size: 12px;
  color: #898989;
}
.tb-blog .format-video .tb_blog_content.tb-blog-standard {
  background-color: transparent;
}
.tb-blog .tb-blog-image img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .tb-blog.no-padding [class*="col-md"] {
    padding-left: 0;
    padding-right: 0;
  }
  .tb-blog.no-padding article {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .tb-blog.no-padding .tb_blog_content {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    opacity: 0;
    z-index: 2;
    background-color: transparent;
  }
}
.tb-blog.no-padding .tb_blog_content .tb-info-block {
  text-align: center;
}
.tb-blog.no-padding .tb_blog_content .tb-info-block .blog-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 23px;
  margin-bottom: 7px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .tb-blog.no-padding .tb_blog_content .tb-info-block .blog-title {
    color: #fff;
  }
}
.tb-blog.no-padding .tb_blog_content .tb-info-block .tb-date {
  font-size: 12px;
  margin-bottom: 0 !important;
  color: #fff;
}
.tb-blog.no-padding article {
  position: relative;
}
@media (min-width: 768px) {
  .tb-blog.no-padding article:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #448ccb;
    opacity: 0;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .tb-blog.no-padding article:hover:after {
    opacity: 1;
  }
  .tb-blog.no-padding article:hover .tb_blog_content {
    opacity: 1;
    transition: 0.8s ease-in;
    -webkit-animation: zoomInDown 0.7s both;
    -moz-animation: zoomInDown 0.7s both;
    -o-animation: zoomInDown 0.7s both;
    animation: zoomInDown 0.7s both;
  }
}
@media (max-width: 767px) {
  .tb-blog.no-padding article {
    margin-bottom: 25px;
    max-width: 296px;
    margin-left: auto;
    margin-right: auto;
  }
}
.tb-course-item {
  position: relative;
  margin-bottom: 30px;
}
.tb-course-item article {
  border: 1px solid #f1f0f0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  background-color: #fdfcfb;
}
.tb-course-item .tb-blog-image {
  overflow: hidden;
}
.tb-course-item .tb-blog-image img {
  display: block;
  width: 100%;
  height: auto;
}
.tb-course-item
  .tb-price-cart
  .learning-online-course-buttons
  .purchase-course {
  margin-bottom: 0;
}
.tb-course-item .tb-price-cart .learning-online-course-buttons .button {
  border: none;
  text-indent: -9999px;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  opacity: 0;
  display: inline-block;
}
.tb-course-item .tb-price-cart .learning-online-course-buttons .button:after {
  content: "+";
  font-family: FontAwesome;
  font-size: 20px;
  display: inline-block;
  position: absolute;
  bottom: 3px;
  right: 2px;
  width: 50px;
  height: 50px;
  text-indent: initial;
  line-height: 50px;
  color: #fff;
  z-index: 2;
  font-size: 40px;
}
.tb-course-item .tb-price-cart .learning-online-course-buttons .button:before {
  content: "";
  border-right: 0px solid #448ccb;
  border-top: 0px solid transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1;
}
.tb-course-item .tb-blog-content {
  padding: 18px 23px 27px 23px;
  position: relative;
  border-top: none;
}
.tb-course-item .tb-blog-content .tb-info-block .blog-title {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 12px;
}
.tb-course-item .tb-blog-content .tb-info-block .blog-title:hover {
  color: #448ccb;
}
.tb-course-item .tb-blog-content .tb-info-block .tb-blog-excerpt {
  margin-bottom: 15px;
}
.tb-course-item .tb-blog-content .course-price {
  font-size: 40px;
  color: #448ccb;
  font-weight: bold;
  font-family: Helvetica;
  line-height: 45px;
}
.tb-course-item .tb-blog-content ul.tb-course-meta {
  margin-bottom: 20px;
}
.tb-course-item .tb-blog-content ul.tb-course-meta li i,
.tb-course-item .tb-blog-content ul.tb-course-meta li p {
  display: inline-block;
}
.tb-course-item .tb-blog-content ul.tb-course-meta li i {
  margin-right: 3px;
}
.tb-course-item .tb-blog-content ul.tb-course-meta li p {
  margin-bottom: 4px !important;
}
.tb-course-item .tb-blog-content ul.tb-course-meta li:not(:last-child) {
  margin-right: 14px;
}
.tb-course-item:hover article {
  background-color: transparent;
}
.tb-course-item:hover .learning-online-course-buttons .button {
  opacity: 1;
}
.tb-course-item:hover .learning-online-course-buttons .button:before {
  border-right-width: 93px;
  border-top-width: 93px;
}
.main-content .learning-online-course-buttons {
  margin: 0;
}
.tb-courses-one-column article {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border: 1px solid #f1f0f0;
}
@media (min-width: 700px) {
  .tb-courses-one-column article .tb-blog-image {
    float: left;
    max-width: 270px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .tb-courses-one-column article .tb-blog-image {
    max-width: initial;
    float: none;
  }
}
.tb-courses-one-column article .tb-blog-content {
  padding-left: 23px;
  border: none;
  padding-top: 23px;
  padding-right: 35px;
  padding-bottom: 21px;
}
@media (min-width: 700px) {
  .tb-courses-one-column article .tb-blog-content {
    width: calc(100% - 270px);
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .tb-courses-one-column article .tb-blog-content {
    width: initial;
    float: none;
  }
}
.tb-courses-one-column article .tb-blog-content span.course-price {
  display: inline-block;
}
@media (min-width: 430px) {
  .tb-courses-one-column article .tb-blog-content span.course-price {
    width: 95px;
    border-right: 1px solid #ebebeb;
  }
}
.tb-courses-one-column article .tb-blog-content .tb-course-meta {
  display: inline-block;
  padding-left: 25px;
}
@media (min-width: 430px) {
  .tb-courses-one-column article .tb-blog-content .tb-course-meta {
    width: calc(100% - 95px);
  }
}
@media (max-width: 429px) {
  .tb-courses-one-column article .tb-blog-content .tb-course-meta {
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 530px) {
  .tb-courses-one-column article .tb-blog-content .tb-course-meta {
    position: relative;
    top: -10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tb-courses-one-column article .tb-blog-content .tb-course-meta {
    position: relative;
    top: 0px;
  }
}
.course-summary .tb-course-top {
  background-color: #fdfcfb;
  border: 1px solid #f1f0f0;
  padding: 29px 21px 24px 30px;
}
.course-summary .tb-course-image img {
  max-width: 270px;
  height: auto;
}
.course-summary .tb-course-content {
  padding-top: 4px;
}
@media (min-width: 768px) {
  .course-summary .tb-course-content {
    padding-left: 19px;
  }
}
.course-summary .tb-course-content h3 {
  margin-bottom: 0;
  font-size: 14px;
  color: #363636;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.course-summary .tb-course-content ul.tb-course-meta {
  float: left;
  position: relative;
  top: 14px;
}
@media (min-width: 768px) {
  .course-summary .tb-course-content ul.tb-course-meta {
    width: calc(100% - 310px);
  }
}
.course-summary .tb-course-content ul.tb-course-meta li i,
.course-summary .tb-course-content ul.tb-course-meta li p {
  display: inline-block;
}
.course-summary .tb-course-content ul.tb-course-meta li i {
  margin-right: 3px;
}
.course-summary .tb-course-content ul.tb-course-meta li p {
  margin-bottom: 4px !important;
}
.course-summary .tb-course-content ul.tb-course-meta li:not(:last-child) {
  margin-right: 14px;
}
.course-summary .tb-course-content .tb-blog-excerpt {
  margin-bottom: 14px;
}
.course-summary
  .tb-course-content
  .learning-online-course-buttons
  form.purchase-course {
  margin-bottom: 0;
}
.course-summary .tb-course-content .learning-online-course-buttons .button {
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #448ccb;
  border: 1px solid #448ccb;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-family: Helvetica;
  font-weight: bold;
}
.course-summary .course-price {
  font-size: 40px;
  color: #448ccb;
  font-weight: bold;
  font-family: Helvetica;
  line-height: 45px;
}
.course-summary .tb-pricce-cart {
  text-align: right;
  width: 310px;
  float: left;
}
@media (max-width: 767px) {
  .course-summary .tb-pricce-cart {
    margin-top: 20px;
    text-align: left;
  }
}
.course-summary .tb-pricce-cart .course-price,
.course-summary .tb-pricce-cart .learning-online-course-buttons {
  display: inline-block;
  vertical-align: top;
}
.course-summary .tb-pricce-cart .course-price {
  margin-right: 20px;
}
.course-summary .course-students {
  display: block;
}
.course-summary .course-students i {
  font-size: 18px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.course-summary .addthis_toolbox {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
}
.course-summary .addthis_toolbox .tb-title-socials,
.course-summary .addthis_toolbox .custom_images {
  display: inline-block;
}
.course-summary .addthis_toolbox .tb-title-socials {
  font-weight: bold;
  margin-right: 15px;
  font-size: 14px;
}
.course-summary .addthis_toolbox .custom_images a {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  border: 2px solid #acacac;
  font-size: 18px;
  display: inline-block;
}
.course-summary .addthis_toolbox .custom_images a:not(:last-child) {
  margin-right: 12px;
}
.course-summary .addthis_toolbox .custom_images a:hover {
  border-color: #448ccb;
  color: #448ccb;
}
.tb-course-related {
  margin-top: 32px;
}
.tb-course-related .tb-heading h3 {
  text-transform: uppercase;
  font-size: 24px;
  position: relative;
  margin-bottom: 40px;
}
.tb-course-related .tb-heading h3:after {
  height: 4px;
  width: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
}
.tb-blog.free article {
  margin-bottom: 40px;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}
.tb-blog.free article .tb-blog-image {
  position: relative;
}
.tb-blog.free article .tb-blog-image .tb-blog-date {
  width: 52px;
  height: 52px;
  text-align: center;
  line-height: 18px;
  color: #fff;
  padding-top: 8px;
  font-family: Helvetica;
  font-weight: bold;
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  font-size: 18px;
  background-color: #e8940c;
}
.tb-blog.free article .tb-blog-image .tb-blog-date span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}
.tb-blog.free article .tb-blog-image:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 2;
}
.tb-blog.free article .tb_blog_content {
  border-left: 2px solid #ebebeb;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 0;
}
.tb-blog.free article .tb_blog_content .blog-title {
  color: #363636;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 18px;
  margin-bottom: 10px;
}
.tb-blog.free article .tb_blog_content .tb-lesson {
  margin-bottom: 2px;
}
.tb-blog.free article .tb_blog_content .tb-read-more {
  text-transform: uppercase;
  font-weight: bold;
  color: #898989;
  margin-top: 15px;
  display: inline-block;
  position: relative;
}
.tb-blog.free article .tb_blog_content .tb-read-more:after {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  content: "";
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.tb-blog.free article:hover .tb-blog-image:after {
  opacity: 1;
}
.tb-blog.free article:hover .tb_blog_content .blog-title {
  color: #448ccb;
}
.tb-blog.free article:hover .tb_blog_content .tb-read-more {
  color: #448ccb;
}
.tb-blog.free article:hover .tb_blog_content .tb-read-more:after {
  width: 0;
}
.tb-blog-carousel.featured .course {
  max-width: 360px;
}
.tb-blog-carousel.featured .course .tb-blog-image img {
  width: 100%;
  height: auto;
}
.tb-blog-carousel.featured .course .tb-content {
  background-color: #fdfcfb;
  border-width: 0;
  padding-top: 15px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 20px;
}
.tb-blog-carousel.featured .course .tb-content .tb-date {
  margin-bottom: 3px !important;
}
.tb-blog-carousel.featured .course .tb-content .tb-title {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 19px;
}
.tb-blog-carousel.featured .course .tb-content .tb-title:before {
  display: none;
}
.tb-blog-carousel.featured .course .tb-content .tb-lesson {
  font-size: 14px;
  color: #707070;
  margin-top: 18px;
  text-transform: uppercase;
  font-family: Helvetica;
  font-weight: bold;
}
.tb-blog-carousel.featured .course .tb-content .tb-lesson .author-name {
  position: relative;
}
.tb-blog-carousel.featured .course .tb-content .tb-lesson .author-name:before {
  content: "";
  width: 2px;
  height: 14px;
  background-color: #a7a7a6;
  display: inline-block;
  margin: 0 15px;
  position: relative;
  top: 2px;
}
.tb-blog-carousel.featured .course .tb-content .tb-price {
  position: relative;
  width: 100%;
  margin-top: 22px;
}
.tb-blog-carousel.featured .course .tb-content .tb-price .course-price,
.tb-blog-carousel.featured .course .tb-content .tb-price a {
  display: inline-block;
}
.tb-blog-carousel.featured .course .tb-content .tb-price a {
  float: right;
  text-transform: uppercase;
  font-weight: bold;
  color: #898989;
  margin-top: 5px;
  display: inline-block;
  position: relative;
}
.tb-blog-carousel.featured .course .tb-content .tb-price a:after {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  content: "";
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.tb-blog-carousel.featured .course .tb-content .tb-price .course-price {
  font-size: 24px;
  color: #448ccb;
  font-family: Helvetica;
  font-weight: bold;
}
.tb-blog-carousel.featured .course:hover .tb-content {
  background-color: #fff;
}
.tb-blog-carousel.featured .course:hover .tb-content .tb-title {
  color: #448ccb;
}
.tb-blog-carousel.featured .course:hover .tb-content .tb-price a {
  color: #448ccb;
}
.tb-blog-carousel.featured .course:hover .tb-content .tb-price a:after {
  width: 0;
}
.tb-category {
  border-left: 1px solid #f1f1f1;
}
.tb-category .owl-carousel-item {
  border-right: 1px solid #f1f1f1;
}
.tb-category .owl-carousel-item .tb-category-item {
  padding-top: 30px;
  padding-bottom: 25px;
}
.tb-category .owl-carousel-item .tb-category-item:not(:last-child) {
  border-bottom: 1px solid #f1f1f1;
}
.tb-category .tb-category-item .tb-image {
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.tb-category .tb-category-item .tb-image img {
  max-width: 50px;
  height: auto;
}
.tb-category .tb-category-item .tb-category-content a {
  font-size: 14px;
  font-weight: bold;
  color: #707070;
  text-transform: capitalize;
  margin-bottom: 5px;
  display: block;
}
.tb-category .tb-category-item .tb-category-content a:hover {
  color: #448ccb;
}
.tb-category .tb-category-item .tb-category-content p.get_count {
  color: #898989;
  margin-bottom: 0 !important;
}
.tb-category .owl-prev,
.tb-category .owl-next {
  border: 1px solid #f1f1f1;
}
.tb-category.tpl2 .tb-category-item {
  width: 25%;
  float: left;
  background-color: #fff;
}
.tb-category.tpl2 .tb-category-item:nth-child(2n),
.tb-category.tpl2 .tb-category-item:nth-child(4n),
.tb-category.tpl2 .tb-category-item:nth-child(5n),
.tb-category.tpl2 .tb-category-item:nth-child(7n) {
  background-color: #f8f7f7;
}
.tb-category.tpl2 .tb-category-item:nth-child(3n),
.tb-category.tpl2 .tb-category-item:nth-child(6n),
.tb-category.tpl2 .tb-category-item:nth-child(8n) {
  background-color: #fff;
}
@media (max-width: 767px) {
  .tb-category.tpl2 .tb-category-item {
    height: 270px;
    padding-top: 79px;
  }
}
@media (max-width: 1199px) {
  .tb-category.tpl2 .tb-category-item {
    width: 33.3%;
  }
}
@media (max-width: 991px) {
  .tb-category.tpl2 .tb-category-item {
    width: 50%;
  }
}
.single-post .tb-blog article .tb-image img {
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
}
.post-1177 .tb-image img {
  width: 100% !important;
}
.single-post .tb-blog article .tb-block-content .tb_blog_content {
  padding: 10px 0 5px;
}
.single-post .tb-blog article .tb-block-content .blog-title {
  color: #252525;
  font-size: 36px;
  line-height: 45px;
  font-family: Helvetica;
  text-transform: uppercase;
  margin: 30px 0;
  pointer-events: none;
  cursor: default;
}
.single-post .tb-blog article .tb-block-content .tb-avatar {
  display: inline-block;
  width: calc(100% - 120px);
}
.single-post .tb-blog article .tb-block-content .tb-avatar .tb-avatar-inner,
.single-post .tb-blog article .tb-block-content .tb-avatar .tb-avatar-info {
  display: inline-block;
}
.single-post .tb-blog article .tb-block-content .tb-avatar .tb-avatar-inner img,
.single-post .tb-blog article .tb-block-content .tb-avatar .tb-avatar-info img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  max-width: 50px;
  height: auto;
}
.single-post .tb-blog article .tb-block-content .tb-avatar .tb-avatar-info {
  vertical-align: top;
  position: relative;
  top: 15px;
  padding-left: 17px;
}
.single-post
  .tb-blog
  article
  .tb-block-content
  .tb-avatar
  .tb-avatar-info
  .author-name:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  background-color: #b8b8b8;
  margin-left: 10px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.single-post .tb-blog article .tb-block-content .tb-comments {
  max-width: 115px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 9px;
}
.single-post .tb-blog article .tb-block-content .tb-comments i {
  font-size: 24px;
  margin-right: 7px;
}
.single-post .tb-blog article .tb-block-content .tb-blog-except {
  margin-top: 25px;
}
.single-post .tb-blog article .tb-block-content .tb-blog-except blockquote {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  color: #363636;
  font-style: italic;
  margin-top: 48px;
  margin-bottom: 40px;
  padding: 0;
}
.single-post .tb-blog article .tb-block-content .tb-blog-except blockquote > p {
  padding: 42px 50px 28px 50px;
  position: relative;
}
.single-post
  .tb-blog
  article
  .tb-block-content
  .tb-blog-except
  blockquote
  > p:after,
.single-post
  .tb-blog
  article
  .tb-block-content
  .tb-blog-except
  blockquote
  > p:before {
  display: block;
  font-family: FontAwesome;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -18px;
  font-size: 30px;
}
.single-post
  .tb-blog
  article
  .tb-block-content
  .tb-blog-except
  blockquote
  > p:before {
  content: "\f10d";
}
.single-post
  .tb-blog
  article
  .tb-block-content
  .tb-blog-except
  blockquote
  > p:after {
  content: "\f10e";
  top: initial;
  bottom: -35px;
}
.single-post
  .tb-blog
  article
  .tb-block-content
  .tb-blog-except
  blockquote:after,
.single-post
  .tb-blog
  article
  .tb-block-content
  .tb-blog-except
  blockquote:before {
  width: 100%;
  height: 5px;
  background: url(assets/images/line-quote.png);
  display: block;
  content: "";
}
.single-post .tb-blog article .tb-block-content .tb-blog-except h4 {
  color: #252525;
  font-size: 24px;
  margin-top: 45px;
  margin-bottom: 15px;
}
.single-post .tb-blog article .tb-block-content .tag-links,
.single-post .tb-blog article .tb-block-content .tb-social-buttons {
  width: 50%;
  display: inline-block;
  font-weight: 400;
}
.single-post .tb-blog article .tb-block-content .tb-social-buttons {
  margin-left: -5px;
  text-align: right;
  margin-bottom: 32px;
}
.comments-area {
  margin-top: 60px;
}
.comments-area ul.nav-tabs {
  padding: 0;
  margin-bottom: 35px;
  border: none;
}
.comments-area ul.nav-tabs li {
  border: none !important;
  margin-right: 8px;
  padding: 0;
}
.comments-area ul.nav-tabs li > a {
  border-color: ebebeb;
  height: 42px;
  line-height: 42px;
  text-align: center;
  padding: 0 20px;
  text-transform: uppercase;
  background-color: #ebebeb;
  font-size: 14px;
  color: #252525;
  font-family: Helvetica;
  font-weight: bold;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.comments-area ul.nav-tabs li.active > a {
  background-color: #448ccb;
  color: #fff;
  border-color: #448ccb;
}
.learning-online-user-form {
  margin-bottom: 30px;
}
.learning-online-user-form ul.form-fields {
  margin: 0;
  padding: 0;
  list-style: none;
}
.learning-online-user-form button {
  width: 150px;
  height: 42px;
  line-height: 38px;
  text-align: center;
  color: #747474;
  font-family: Helvetica;
  font-size: 16px;
  display: block;
  border: 1px solid #d3d3d3;
  font-weight: bold;
  text-transform: uppercase;
}
.learningonline-page .main-content {
  margin-bottom: 60px;
}
.learning-online-pagination {
  margin-top: 20px;
}
.archive .main-content {
  margin-bottom: 40px;
}
.single-post .main-content {
  margin-bottom: 10px;
}
.single-portfolio .main-content {
  margin-bottom: 20px;
}
.profile-courses li.course img {
  width: 100%;
  height: auto;
}
.profile-courses li.course .blog-title {
  padding: 15px;
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 10px;
}
.learning-online-tabs {
  margin-top: 45px;
}
.learning-online-tabs
  ul.learning-online-nav-tabs
  > li.learning-online-nav-tab
  a {
  text-transform: uppercase;
  font-size: 14px;
  font-family: Helvetica;
  font-weight: bold;
}
.learning-online-tabs
  ul.learning-online-nav-tabs
  > li.learning-online-nav-tab.active {
  border-bottom: none;
  position: relative;
}
.learning-online-tabs
  ul.learning-online-nav-tabs
  > li.learning-online-nav-tab.active:after {
  width: 35px;
  height: 1px;
  background-color: #448ccb;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: none;
}
.learning-online-tabs .learning-online-tab-panel .course-description {
  margin-top: 12px;
  margin-bottom: 30px;
}
.learning-online-tabs .learning-online-tab-panel .course-description h4 {
  color: #898989;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.learning-online-tabs .learning-online-tab-panel .comments-area {
  margin-top: 0;
}
.learning-online-tabs .learning-online-tab-panel .tb-trainner {
  margin-top: 40px;
  margin-bottom: 60px;
}
.learning-online-tabs .learning-online-tab-panel .tb-trainner .shortcode-video {
  max-width: 840px;
  margin: auto;
}
.learning-online-tabs
  .learning-online-tab-panel
  #learning-online-course-curriculum
  .curriculum-sections {
  margin-top: 20px;
  margin-bottom: 40px;
}
.lo-lession-content {
  max-width: 836px;
}
.learning-online-user-profile {
  margin-bottom: 60px;
  margin-top: 80px;
}
.learning-online-checkout-review-order input[type="submit"],
.lp-user-profile-form input[type="submit"],
.login-submit input[type="submit"] {
  width: 160px;
  text-transform: uppercase;
  margin: auto;
  display: block;
}
.learning-online-checkout-review-order input[type="submit"]:hover,
.lp-user-profile-form input[type="submit"]:hover,
.login-submit input[type="submit"]:hover {
  border-color: #448ccb;
  color: #fff;
  background-color: #448ccb;
}
.learning-online-checkout-review-order {
  margin-bottom: 60px;
}
.search-course-container {
  background-color: #448ccb;
}
@media (min-width: 992px) {
  .search-course-container {
    height: 116px;
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  .search-course-container {
    text-align: center;
    padding-top: 25px;
  }
}
.search-course-container .tb-search-heading {
  position: relative;
  color: #fff;
  width: 100%;
  display: inline-block;
}
@media (min-width: 992px) {
  .search-course-container .tb-search-heading {
    max-width: 260px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .search-course-container .tb-search-heading {
    max-width: 160px;
  }
}
.search-course-container .tb-search-heading h4 {
  color: #fdfcfb;
  font-size: 21px;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 28px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .search-course-container .tb-search-heading h4 {
    font-size: 18px;
    line-height: 20px;
  }
}
.search-course-container .tb-search-heading p {
  color: #b2cbe6;
  margin-bottom: 0 !important;
}
@media (min-width: 992px) {
  .search-course-container .tb-search-heading {
    height: 116px;
  }
  .search-course-container .tb-search-heading:after {
    content: "";
    width: 38px;
    position: absolute;
    height: 116px;
    right: -38px;
    display: inline-block;
    background: url(assets/images/border.png) no-repeat center center;
    top: 0;
  }
  .search-course-container .tb-search-heading .tb-heading-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    padding-top: 1px;
  }
}
.search-course-container form {
  display: inline-block;
  vertical-align: top;
  padding-top: 31px;
}
@media (min-width: 992px) {
  .search-course-container form {
    width: calc(100% - 265px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .search-course-container form {
    width: calc(100% - 165px);
  }
}
@media (min-width: 992px) {
  .search-course-container form {
    text-align: right;
  }
}
.search-course-container form input,
.search-course-container form select {
  height: 50px;
  padding: 0 15px;
  margin-bottom: 0;
  width: 220px;
  /* WebKit, Blink, Edge */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
}
@media (min-width: 992px) and (max-width: 1199px) {
  .search-course-container form input,
  .search-course-container form select {
    width: 180px;
  }
}
.search-course-container form input::-webkit-input-placeholder,
.search-course-container form select::-webkit-input-placeholder {
  color: #898989;
}
.search-course-container form input:-moz-placeholder,
.search-course-container form select:-moz-placeholder {
  color: #898989;
  opacity: 1;
}
.search-course-container form input::-moz-placeholder,
.search-course-container form select::-moz-placeholder {
  color: #898989;
  opacity: 1;
}
.search-course-container form input:-ms-input-placeholder,
.search-course-container form select:-ms-input-placeholder {
  color: #898989;
}
.search-course-container form input:placeholder-shown,
.search-course-container form select:placeholder-shown {
  color: #898989;
}
@media (max-width: 991px) {
  .search-course-container form input,
  .search-course-container form select {
    margin-bottom: 10px;
  }
}
.search-course-container form input[type="submit"] {
  padding: 0;
  width: 115px;
  text-align: center;
  line-height: 48px;
  vertical-align: initial;
  border: 2px solid #fff;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-family: Helvetica;
  font-weight: bold;
}
.search-course-container form input[type="submit"]:hover {
  background-color: #fff;
  color: #448ccb;
}
.search-course-container form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(assets/images/arrow-down.png) no-repeat 98% center #fff;
}
.main-content .ro-banner-h2 {
  background-position: bottom right !important;
}
.ro-banner-h2 .tb-blog {
  margin-bottom: 0;
}
.no-container .row .ro-banner-right {
  max-width: 570px;
  padding-left: 55px;
}
.no-container .row .ro-banner-right .vc_tta-container {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .no-container .row .ro-banner-right {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .no-container .row .ro-banner-right {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.no-container .row .ro-banner-right .vc_tta.vc_tta-accordion .vc_tta-panel {
  margin-bottom: 13px;
}
.no-container
  .row
  .ro-banner-right
  .vc_tta.vc_tta-accordion
  .vc_tta-panel
  .vc_tta-panel-body {
  padding-left: 0;
  padding-right: 0;
  border: none;
  padding-bottom: 8px;
  padding-top: 25px;
}
.no-container
  .row
  .ro-banner-right
  .vc_tta.vc_tta-accordion
  .vc_tta-panel-heading
  h4 {
  font-size: 14px;
  text-transform: uppercase;
  color: #707070;
}
.no-container
  .row
  .ro-banner-right
  .vc_tta.vc_tta-accordion
  .vc_tta-panel-heading
  h4
  > a {
  padding-top: 0;
  padding-bottom: 0;
  height: 48px;
  line-height: 48px;
  position: relative;
}
.no-container
  .row
  .ro-banner-right
  .vc_tta.vc_tta-accordion
  .vc_tta-panel-heading
  h4
  > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-left: 43px solid #448ccb;
  border-bottom: 48px solid transparent;
}
.no-container
  .row
  .ro-banner-right
  .vc_tta.vc_tta-accordion
  .vc_tta-panel-heading
  h4
  > a
  .vc_tta-controls-icon {
  left: 8px;
  top: 9px;
  color: #fff;
  transform: initial;
}
.no-container
  .row
  .ro-banner-right
  .vc_tta.vc_tta-accordion
  .vc_tta-panel-heading
  h4
  > a
  .vc_tta-controls-icon:before,
.no-container
  .row
  .ro-banner-right
  .vc_tta.vc_tta-accordion
  .vc_tta-panel-heading
  h4
  > a
  .vc_tta-controls-icon:after {
  border-color: #fff;
}
.no-container
  .row
  .ro-banner-right
  .vc_tta.vc_tta-accordion
  .vc_tta-panel-heading
  h4
  > a
  span {
  margin-left: 18px;
}
.no-container
  .row
  .ro-banner-right
  .vc_tta-color-white.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-heading {
  background-color: #f8f7f7;
  border: none;
}
.tb-step-register {
  text-align: center;
  position: relative;
  color: #acacac;
}
.tb-step-register:before {
  height: 1px;
  width: 100%;
  border-top: 1px dashed #636363;
  content: "";
  left: 0;
  top: 27px;
  position: absolute;
}
.tb-step-register .tb-step-item > span {
  width: 55px;
  height: 55px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 55px;
  color: #fff;
  background-color: #448ccb;
  font-size: 23px;
  font-family: Helvetica;
  font-weight: bold;
  display: block;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin-bottom: 13px;
}
.tb-step-register .tb-step-item h4 {
  font-size: 14px;
  color: #707070;
  font-family: Helvetica;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin-bottom: 5px;
}
.tb-step-register .tb-step-item:hover > span {
  background-color: #e8940c;
}
.tb-step-register .tb-step-item:hover h4 {
  color: #e8940c;
}
.col-20 {
  width: 20% !important;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  body .col-20 {
    width: 50% !important;
    float: left;
  }
}
@media (max-width: 500px) {
  body .col-20 {
    width: 100% !important;
  }
}
.error404 img {
  width: initial;
  height: auto;
}
.error404 h4 {
  font-family: Helvetica;
  font-size: 24px;
  color: #fff;
  margin-bottom: 17px;
}
.error404 .wpb_text_column {
  text-align: center;
}
.error404 .wpb_text_column p {
  color: #fff;
  font-size: 16px;
}
.error404 .wpb_text_column a {
  width: 145px;
  height: 44px;
  text-align: center;
  border: 2px solid #fff;
  line-height: 42px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: Helvetica;
  font-weight: bold;
  margin: auto;
  display: block;
  margin-top: 40px;
}
.error404 .wpb_text_column a:hover {
  border-color: #aaa;
  color: #aaa;
}
.error-404 > div > .page-title {
  color: #363636;
  font-size: 20px;
}
.error404 .wpb_text_column {
  padding-top: 60px;
}
.tb-custom-header-landing .tb-logo {
  margin-bottom: 30px;
  padding-bottom: 0;
}
.tb-custom-header-landing h1 {
  font-size: 35px;
  color: #fff;
  text-transform: uppercase;
}
.tb-custom-header-landing p {
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  font-weight: normal;
}
.tb-custom-header-landing .btn-transparent {
  background-color: #2a2a2a;
  color: #fff;
}
.tb-custom-header-landing .btn-transparent:hover {
  background-color: #448ccb;
  border-color: #448ccb;
}
.porfolio-demo {
  margin-bottom: 43px;
}
.porfolio-demo .image-shop-box {
  margin-bottom: 10px;
  display: block;
}
.porfolio-demo .image-bg {
  width: 540px;
  height: 540px;
  display: inline-block;
  position: relative;
}
.porfolio-demo .image-bg .image-shop-scroll {
  border: 5px solid #f3f3f3;
  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: 540px;
  height: 540px;
  top: 14px;
  left: 0;
  background-size: cover;
  right: 0;
  margin: 0 auto;
}
.porfolio-demo .image-bg .image-shop-scroll:after {
  content: "";
  box-shadow: 0px 1px 3px #dedede;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  top: 0;
  display: inline-block;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.porfolio-demo .image-bg .image-shop-scroll.comming-soon {
  background-color: ;
}
.porfolio-demo .image-bg .image-shop-scroll strong {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  font-size: 22px;
  color: #fff;
}
.porfolio-demo .image-bg:hover .image-shop-scroll {
  background-position: center 100% !important;
}
.porfolio-demo .image-bg:hover .image-shop-scroll strong {
  -webkit-animation: fadeInUp50 1s;
  -ms-animation: fadeInUp50 1s;
  -moz-animation: fadeInUp50 1s;
  animation: fadeInUp50 1s;
}
.porfolio-demo .image-bg:hover .image-shop-scroll:after {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}
.porfolio-demo h2 {
  color: #2a2a2a;
  font-size: 18px;
  margin-top: 20px;
  font-weight: 700;
}
.porfolio-demo h2:hover {
  color: #448ccb;
}
.col-item-small .porfolio-demo .image-bg {
  width: 360px;
  height: 360px;
}
.col-item-small .porfolio-demo .image-bg .image-shop-scroll {
  width: 360px;
  height: 360px;
}
.tb-footer-demo .primary-color {
  color: ;
}
.tb-footer-demo .primary-color:hover {
  color: #2a2a2a;
}
.footer-landing .footerTextLeft {
  font-size: 28px;
  font-weight: bold;
  line-height: 50px;
  color: white;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}
.footer-landing .footerTextLeft,
.footer-landing .footerTextRight {
  color: #fff;
  text-transform: uppercase;
}
.footer-landing .btnLandingpage {
  margin: 0px;
  padding: 0px 30px;
  border-radius: 0px;
  border: 0px;
  background-color: #ffbf43;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
}
@media (min-width: 768px) {
  .footer-landing .footerTextRight {
    text-align: right;
  }
}
@media (max-width: 1660px) {
  .porfolio-demo .image-bg {
    width: 360px;
    height: 360px;
  }
  .porfolio-demo .image-bg .image-shop-scroll {
    width: 360px;
    height: 360px;
  }
}
@media (min-width: 992px) {
  .jws_theme_menu_mobi {
    display: none;
  }
}
@media (max-width: 992px) {
  .logo-hidden-mobi {
    display: none;
  }
}
@media (max-width: 991px) {
  .main-content {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .jws_theme_menu_mobi {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    z-index: 1000;
    visibility: hidden;
    width: 270px;
    height: 99%;
    padding: 0;
    font-size: 16px;
    overflow-y: auto;
    z-index: 1;
    left: inherit;
  }
  .jws_theme_menu_mobi
    .tb-menu-mobi-list
    .tb-menu-list-inner
    li.menu-item-has-children {
    position: relative;
    border-top: 1px solid rgba(170, 170, 170, 0.2);
  }
  .jws_theme_menu_mobi
    .tb-menu-mobi-list
    .tb-menu-list-inner
    li.menu-item-has-children:last-child {
    border-bottom: 1px solid rgba(170, 170, 170, 0.2);
  }
  .jws_theme_menu_mobi
    .tb-menu-mobi-list
    .tb-menu-list-inner
    li.menu-item-has-children:before {
    content: "+";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
    width: 39px;
    height: 100%;
    line-height: 39px;
    border-right: 1px solid rgba(170, 170, 170, 0.2);
    text-align: Center;
    border-left: 1px solid rgba(170, 170, 170, 0.2);
  }
  .jws_theme_menu_mobi
    .tb-menu-mobi-list
    .tb-menu-list-inner
    li.menu-item-has-children
    > ul {
    width: 270px !important;
    box-shadow: none;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .jws_theme_menu_mobi
    .tb-menu-mobi-list
    .tb-menu-list-inner
    li.menu-item-has-children
    > ul
    li {
    border-top: 1px solid rgba(170, 170, 170, 0.2);
  }
  .jws_theme_menu_mobi
    .tb-menu-mobi-list
    .tb-menu-list-inner
    li.menu-item-has-children
    > ul
    li:last-child {
    border-bottom: 1px solid rgba(170, 170, 170, 0.2);
  }
  .jws_theme_menu_mobi
    .tb-menu-mobi-list
    .tb-menu-list-inner
    li.menu-item-has-children:hover
    > ul {
    height: initial;
  }
  .menu-mobi-open .main-content {
    -webkit-transform: translate3d(270px, 0, 0);
    transform: translate3d(270px, 0, 0);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .menu-mobi-open .jws_theme_menu_mobi {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background-color: #fff;
  }
}
@media (max-width: 992px) {
  #nav > li li ul.dropdown-menu,
  #nav1 > li li ul.dropdown-menu {
    position: initial;
    border: none;
    float: initial;
    padding: 0;
    margin: 0;
  }
  #nav > li li ul.dropdown-menu > li > a,
  #nav1 > li li ul.dropdown-menu > li > a {
    padding: 0px 40px;
    line-height: 38px;
    color: #747474;
    font-size: 13px;
  }
  #nav > li li ul.dropdown-menu > li > a:hover,
  #nav1 > li li ul.dropdown-menu > li > a:hover {
    color: #448ccb;
    background-color: transparent;
  }
  #nav > li li:hover ul.dropdown-menu,
  #nav1 > li li:hover ul.dropdown-menu {
    display: block;
  }
  #nav li.img-hidden-sm img,
  #nav1 li.img-hidden-sm img {
    display: none;
  }
  #nav li.img-hidden-sm > a,
  #nav1 li.img-hidden-sm > a {
    display: block;
  }
}
@media (max-width: 349px) {
  .tb-header-wrap .logo-hidden-mobi img {
    max-width: 240px;
    height: auto;
  }
}
@media (max-width: 992px) {
  .tb-sidebar-right {
    line-height: 40px;
  }
  .tb-header-wrap .logo-hidden-mobi {
    display: block;
    padding: 20px 0;
  }
  .tb-header-wrap .logo-hidden-mobi.tb-logo > a {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    display: block;
  }
  .tb-header-wrap .tb-header-top .mre-widget {
    border-right: 1px solid #717171;
  }
  .tb-header-wrap .tb-header-top .mre-widget .tb-sidebar .widget ul > li {
    border-left: none;
    padding: 0;
  }
  .tb-header-wrap .tb-header-menu .tb-menu-control-mobi > a {
    line-height: 83px;
    color: #448ccb;
    font-size: 18px;
  }
  .tb-header-wrap .tb-header-menu .mre-sty-header {
    text-align: right;
  }
  .tb-header-wrap .tb-header-menu .mre-sty-header .widget_searchform_content {
    height: 50px;
  }
  .tb-header-wrap
    .tb-header-menu
    .mre-sty-header
    .widget_searchform_content
    a.icon_search_wrap {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .tb-header-wrap
    .tb-header-menu
    .mre-sty-header
    .widget_searchform_content
    a.icon_search_wrap
    > i {
    font-size: 18px;
    color: #fff;
  }
  .tb-header-wrap
    .tb-header-menu
    .mre-sty-header
    .widget_searchform_content
    form {
    height: 50px;
    display: none;
    top: 100%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 9999;
  }
  .tb-header-wrap
    .tb-header-menu
    .mre-sty-header
    .widget_searchform_content
    form:before,
  .tb-header-wrap
    .tb-header-menu
    .mre-sty-header
    .widget_searchform_content
    form:after {
    display: none;
  }
  .tb-header-wrap
    .tb-header-menu
    .mre-sty-header
    .widget_searchform_content
    form
    input[type="text"],
  .tb-header-wrap
    .tb-header-menu
    .mre-sty-header
    .widget_searchform_content
    form
    button[type="submit"] {
    height: 50px;
    background-color: #fff;
  }
  .tb-header-wrap
    .tb-header-menu
    .mre-sty-header
    .widget_searchform_content
    form
    input[type="text"]
    > i,
  .tb-header-wrap
    .tb-header-menu
    .mre-sty-header
    .widget_searchform_content
    form
    button[type="submit"]
    > i {
    font-size: 18px;
    color: #448ccb;
  }
  .tb-header-wrap
    .tb-header-menu
    .mre-sty-header
    .widget_searchform_content.active
    form {
    display: block;
    -webkit-animation: fadeInUp 0.4s both;
    -moz-animation: fadeInUp 0.4s both;
    -o-animation: fadeInUp 0.4s both;
    animation: fadeInUp 0.4s both;
  }
}
.jws_theme_footer .widget img {
  width: initial;
  height: auto;
}
.jws_theme_footer a:hover {
  color: #448ccb;
}
.jws_theme_footer h5.wg-title {
  color: #fff;
  font-size: 16px;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
.jws_theme_footer .jws_theme_footer_center_once img {
  margin-bottom: 25px;
}
.jws_theme_footer .jws_theme_footer_center_once .text-desc {
  color: #e1e1e1;
}
.jws_theme_footer .wg-footer-socials {
  margin-top: 65px;
}
.jws_theme_footer .jws_theme_footer_center_three ul {
  padding: 0;
  margin: 0;
}
.jws_theme_footer .jws_theme_footer_center_three ul li a {
  color: #e1e1e1;
  line-height: 33px;
}
.jws_theme_footer .jws_theme_footer_center_three ul li:hover a {
  color: #448ccb;
}
.jws_theme_footer .jws_theme_footer_bottom_once {
  color: #898989;
  font-family: Helvetica;
}
.jws_theme_footer .widget_jws_theme_testimonial .wg-title {
  margin-bottom: 25px;
}
.jws_theme_footer .widget_jws_theme_testimonial li {
  background-color: #64646c;
  padding: 18px;
}
.jws_theme_footer .widget_jws_theme_testimonial li:not(:last-child) {
  margin-bottom: 1px;
}
.jws_theme_footer .widget_jws_theme_testimonial li:last-child {
  padding-bottom: 18px;
}
.jws_theme_footer .widget_jws_theme_testimonial .tb-image {
  width: 84px;
  float: left;
}
.jws_theme_footer .widget_jws_theme_testimonial .tb-content {
  width: calc(100% - 84px);
  float: left;
  margin-top: -13px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .jws_theme_footer .widget_jws_theme_testimonial .tb-content {
    width: 100%;
    margin-top: 10px;
  }
}
.jws_theme_footer .widget_jws_theme_testimonial .tb-content .tb-name,
.jws_theme_footer .widget_jws_theme_testimonial .tb-content .tb-position {
  display: inline-block;
}
.jws_theme_footer .widget_jws_theme_testimonial .tb-content .tb-name {
  color: #e8940c;
  font-size: 14px;
  margin-bottom: 2px;
}
.jws_theme_footer
  .widget_jws_theme_testimonial
  .tb-content
  .tb-name
  .tb-position {
  color: #898989;
  font-size: 13px;
}
.jws_theme_footer .widget_jws_theme_testimonial .tb-content .tb-item-content {
  color: #fff;
}
.jws_theme_footer .jws_theme_footer_center_four .wg-title {
  margin-bottom: 25px;
}
.jws_theme_footer .jws_theme_footer_center_four ul {
  padding: 0;
  margin: 0;
  margin-top: 15px;
}
.jws_theme_footer .jws_theme_footer_center_four ul li {
  line-height: 20px;
  color: #e1e1e1;
  line-height: 32px;
}
@media (max-width: 767px) {
  .jws_theme_footer h5.wg-title {
    margin-top: 35px;
  }
}
.ro-brand-logo-wrap {
  max-width: 235px;
  height: 180px;
  line-height: 180px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #fff;
}
.ro-brand-logo-wrap .ro-brand-logo {
  position: relative;
  width: 100px;
  height: 105px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
}
.ro-brand-logo-wrap .ro-brand-logo > img {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
}
.ro-brand-logo-wrap .ro-brand-logo > img:first-child {
  opacity: 1;
}
.ro-brand-logo-wrap .ro-brand-logo > img:last-child {
  opacity: 0;
}
.ro-brand-logo-wrap .ro-brand-logo:hover > img:first-child {
  opacity: 0;
}
.ro-brand-logo-wrap .ro-brand-logo:hover > img:last-child {
  opacity: 1;
}
#panel-style-selector .panel-wrapper {
  position: fixed;
  top: 50%;
  width: 250px;
  padding: 20px;
  right: 0;
  z-index: 99998;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  box-shadow: 0px 0 5px 0px rgba(0, 0, 0, 0.14);
  transform: translate3d(0, 0, 0);
  background: #fff;
  color: #333;
  font-size: 12px;
  border-left: none;
  -webkit-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#panel-style-selector .panel-wrapper.in {
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
#panel-style-selector .panel-selector-open {
  position: absolute;
  border: 1px solid #eee;
  border-right: none;
  top: 190px;
  right: 100%;
  width: 50px;
  height: 50px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  background: #fff;
  text-align: center;
  cursor: pointer;
  opacity: 1;
  float: right;
}
#panel-style-selector .panel-selector-open i {
  font-size: 25px;
  line-height: 50px;
}
#panel-style-selector a.to_buy_now {
  background-color: #81c92b;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #ffffff;
  display: block;
  font-size: 13px;
  font-weight: 900;
  padding: 12px 10px 8px;
}
#panel-style-selector a.to_buy_now:hover {
  background: #ff5555;
  color: #fff;
}
#panel-style-selector .panel-selector-open:hover {
  color: ;
}
#panel-style-selector .panel-selector-header {
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  background: #222;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.panel-selector-section {
  border-bottom: 1px solid #ddd;
  margin-top: 0px;
  margin-bottom: 16px;
  padding-bottom: 20px;
}
.panel-selector-section:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
#panel-style-selector h3.panel-selector-title {
  color: #333;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0;
  margin-bottom: 7px;
  font-family: montserrat;
}
#panel-style-selector .panel-selector-row {
  margin-bottom: 5px;
}
#panel-style-selector .panel-selector-btn {
  border: 1px solid #ddd;
  color: #000;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 100px;
  display: inline-block;
  text-transform: uppercase;
}
#panel-style-selector .panel-selector-btn:hover,
#panel-style-selector .panel-selector-btn.active {
  background-color: #eee;
  color: #fff;
}
#panel-style-selector ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#panel-style-selector ul li {
  float: left;
  display: block;
  cursor: pointer;
  position: relative;
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
#panel-style-selector ul li.active:before,
#panel-style-selector ul li:hover:before {
  content: "\f00c";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  text-align: center;
  font-family: fontawesome;
}
#panel-style-selector ul.panel-primary-background li.active:before,
#panel-style-selector ul.panel-primary-background li:hover:before {
  color: ;
}
#panel-style-selector ul li + li {
  margin-left: 5px;
}
#panel-style-selector ul.panel-primary-background li {
  background-image: url(assets/images/style-selector-bg.png);
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #panel-style-selector {
    display: none;
  }
}
.jws_logout {
  display: none;
}
.logged-in .jws_logout {
  display: initial;
}
.logged-in .jws_login {
  display: none;
}
.widget-account-content a {
  color: #ccc;
  font-size: 12px;
}
.widget-account-content a > i {
  margin-right: 10px;
  color: #ccc;
  font-size: 14px;
}
.tb-about-child h1 {
  margin-bottom: 20px;
}
.tb-about-child a {
  color: #448ccb;
}
.tb-about-child a i {
  color: #448ccb;
  font-size: 18px;
  vertical-align: middle;
  margin-right: 20px;
}
.tb-about-child a span {
  font-family: Dosis;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 2px solid #448ccb;
}
.tb-about-child .jws-about-left {
  z-index: 2;
}
.tb-about-child .jws-about-left a:after {
  content: "";
  height: 75px;
  width: 2px;
  background-color: #448ccb;
  display: block;
  top: 50px;
  left: 95px;
  position: relative;
}
.tb-about-child .jws-about-left img {
  margin-top: 20px;
}
.tb-about-child .jws-about-right {
  position: relative;
}
.tb-about-child .jws-about-right .jws-content {
  padding-top: 35px;
}
.tb-about-child .jws-about-right .jws-content:before {
  content: "";
  position: absolute;
  width: 2px;
  margin-top: 5px;
  height: 117px;
  background-color: #448ccb;
}
.tb-about-child .jws-about-right .jws-content p {
  padding-left: 20px;
}
@media (min-width: 992px) {
  .tb-about-child .jws-about-left,
  .tb-about-child .jws-about-right {
    width: 58%;
  }
  .tb-about-child .jws-about-left {
    position: ABSOLUTE;
  }
  .tb-about-child .jws-about-right {
    float: right;
  }
  .tb-about-child .jws-content {
    margin-left: 220px;
  }
}
@media (max-width: 991px) {
  .jws-about-right {
    margin-top: 25px;
  }
}
.jws_pricing_plan {
  box-shadow: 0 0px 12px rgba(0, 0, 0, 0.175);
  border-radius: 5px;
  overflow: hidden;
  z-index: 3;
  position: relative;
}
@media (max-width: 767px) {
  .jws_pricing_plan {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
.jws_pricing_plan .jws-pricing-plan-left,
.jws_pricing_plan .jws-pricing-plan-right {
  vertical-align: middle;
}
.jws_pricing_plan .jws-pricing-plan-right {
  margin-left: auto;
}
.jws_pricing_plan .jws-pricing-plan-right img {
  display: block;
}
.jws_pricing_plan .jws-pricing-plan-left {
  padding: 20px;
}
.jws_pricing_plan .jws-pricing-plan-left h3 {
  margin-bottom: 12px;
}
.jws_pricing_plan .jws-pricing-plan-left ul.list_plan {
  list-style: none;
  margin: 0;
  padding: 0;
}
.jws_pricing_plan .jws-pricing-plan-left ul.list_plan li {
  margin-bottom: 12px;
}
.jws_pricing_plan .jws-pricing-plan-left ul.list_plan li i {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 8px;
}
.jws_pricing_plan .jws-pricing-plan-left ul.list_plan li:last-child {
  margin-bottom: 0;
}
.jws_pricing_plan .jws-pricing-plan-left .btn-pre-v2 {
  color: #fff;
  font-family: dosis;
  font-weight: bold;
  font-size: 16px;
  margin-top: 25px;
}
.jws_pricing_plan .jws-pricing-plan-left .btn-pre-v2 i {
  position: relative;
  left: 10px;
}
.jws_pricing_plan .jws-pricing-plan-left .price {
  background: url(assets/images/bg_price.png) no-repeat;
  font-family: dosis;
  font-size: 26px;
  color: #fff;
  width: 150px;
  height: 115px;
  text-align: center;
  line-height: 115px;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -90px;
  z-index: 2;
}
@media (max-width: 991px) {
  .jws_pricing_plan .jws-pricing-plan-left .price {
    right: 0px;
  }
}
.jsw_theme_service_tab
  .vc_tta-tabs:not([class*="vc_tta-gap"]):not(
    .vc_tta-o-no-fill
  ).vc_tta-tabs-position-top.vc_tta-style-classic
  .vc_tta-tabs-container {
  margin-bottom: 20px;
}
.jsw_theme_service_tab
  .vc_tta-container
  .vc_tta-tabs
  .vc_tta-tabs-container
  .vc_tta-tabs-list {
  overflow: initial;
  margin: 0;
}
.jsw_theme_service_tab
  .vc_tta-container
  .vc_tta-tabs
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab
  > a {
  font-size: 18px;
  border-radius: 5px !important;
  padding: 8px 35px;
  color: #fff;
  font-family: dosis;
  font-weight: bold;
  border: none;
}
.jsw_theme_service_tab
  .vc_tta-container
  .vc_tta-tabs
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab
  > a:before,
.jsw_theme_service_tab
  .vc_tta-container
  .vc_tta-tabs
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab
  > a:after {
  width: 0;
}
.jsw_theme_service_tab
  .vc_tta-container
  .vc_tta-tabs
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab.vc_active
  a:after {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  content: "";
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  top: auto;
}
.jsw_theme_service_tab
  .vc_tta-container
  .vc_tta-tabs
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab:nth-child(2n)
  > a {
  background-color: #1faceb;
}
.jsw_theme_service_tab
  .vc_tta-container
  .vc_tta-tabs
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab:nth-child(2n).vc_active
  a:after {
  border-top: 10px solid #1faceb;
}
.jsw_theme_service_tab
  .vc_tta-container
  .vc_tta-tabs
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab:nth-child(3n)
  > a {
  background-color: #ff7f46;
}
.jsw_theme_service_tab
  .vc_tta-container
  .vc_tta-tabs
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab:nth-child(3n).vc_active
  a:after {
  border-top: 10px solid #ff7f46;
}
.jsw_theme_service_tab
  .vc_tta-container
  .vc_tta-tabs
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab:nth-child(4n)
  > a {
  background-color: #9ebe3b;
}
.jsw_theme_service_tab
  .vc_tta-container
  .vc_tta-tabs
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab:nth-child(4n).vc_active
  a:after {
  border-top: 10px solid #9ebe3b;
}
.jsw_theme_service_tab .vc_tta-container .vc_tta-tabs .vc_tta-panels-container {
  box-shadow: 0 0px 12px rgba(0, 0, 0, 0.175);
  border-radius: 7px;
  padding: 10px;
  padding-bottom: 0;
}
.jsw_theme_service_tab
  .vc_tta-container
  .vc_tta-tabs
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel-body {
  background-color: #fff;
}
.jsw_theme_service_tab
  .vc_tta-container
  .vc_tta-tabs
  .vc_tta-panels-container
  .btn-pre-v2 {
  font-family: dosis;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
}
.tb-register-form input[type="submit"],
.tb-login-form input[type="submit"] {
  background: url(assets/images/bg-btn-v2.png) no-repeat;
  text-transform: uppercase;
  display: inline-block;
  text-align: CENTER;
  width: 159px;
  height: 37px;
  line-height: 15px;
  font-family: dosis;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-size: contain;
}
.main-content .bg_pos_top {
  background-position: top !important;
}
@media (min-width: 992px) {
  .text-aboutus-bottom {
    padding-left: 100px !important;
  }
}
@media (max-width: 1199px) {
  .text-aboutus-top {
    margin-bottom: 120px;
  }
}
.text-aboutus-top blockquote,
.text-aboutus-bottom blockquote {
  background-color: #f6f4f1;
  color: #363636;
  margin-top: 10px;
  font-size: 18px;
  font-style: italic;
  font-family: Helvetica;
  font-weight: bold;
  position: absolute;
  right: 0;
  width: 100%;
  line-height: 28px;
  padding-left: 30px;
  padding-bottom: 23px;
  padding-top: 22px;
}
@media (min-width: 670px) {
  .text-aboutus-top blockquote,
  .text-aboutus-bottom blockquote {
    width: 670px;
    padding-left: 60px;
    padding-top: 42px;
    padding-bottom: 53px;
  }
  .text-aboutus-top blockquote:after,
  .text-aboutus-top blockquote:before,
  .text-aboutus-bottom blockquote:after,
  .text-aboutus-bottom blockquote:before {
    display: block;
    font-family: FontAwesome;
    position: absolute;
    font-size: 25px;
  }
  .text-aboutus-top blockquote:before,
  .text-aboutus-bottom blockquote:before {
    content: "\f10d";
    left: 24px;
    top: 20px;
  }
  .text-aboutus-top blockquote:after,
  .text-aboutus-bottom blockquote:after {
    content: "\f10e";
    right: 27px;
    bottom: 42px;
  }
}
.text-aboutus-top h4,
.text-aboutus-bottom h4 {
  color: #363636;
  font-size: 28px;
  font-family: Helvetica;
  font-weight: bold;
}
.wpcf7 .wpcf7_title {
  font-family: Helvetica;
  font-weight: bold;
  color: #363636;
  font-size: 24px;
  text-transform: initial;
  margin-bottom: 20px;
}
.wpcf7 .wpcf7_title:before {
  display: none;
}
.wpcf7 .wpcf7-form {
  margin-top: initial;
}
.wpcf7 .wpcf7-form input,
.wpcf7 .wpcf7-form textarea {
  /* WebKit, Blink, Edge */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  background-color: #f6f4f1;
  border-color: #f6f4f1;
  border-radius: 0;
}
.wpcf7 .wpcf7-form input::-webkit-input-placeholder,
.wpcf7 .wpcf7-form textarea::-webkit-input-placeholder {
  color: #707070;
}
.wpcf7 .wpcf7-form input:-moz-placeholder,
.wpcf7 .wpcf7-form textarea:-moz-placeholder {
  color: #707070;
  opacity: 1;
}
.wpcf7 .wpcf7-form input::-moz-placeholder,
.wpcf7 .wpcf7-form textarea::-moz-placeholder {
  color: #707070;
  opacity: 1;
}
.wpcf7 .wpcf7-form input:-ms-input-placeholder,
.wpcf7 .wpcf7-form textarea:-ms-input-placeholder {
  color: #707070;
}
.wpcf7 .wpcf7-form input:placeholder-shown,
.wpcf7 .wpcf7-form textarea:placeholder-shown {
  color: #707070;
}
.wpcf7 .wpcf7-form input {
  height: 42px;
  line-height: 42px;
}
@media (min-width: 992px) {
  .wpcf7 .your-name,
  .wpcf7 .your-email,
  .wpcf7 .your-phone {
    display: inline-block;
    width: 32.4%;
    float: left;
    margin-right: 10px;
  }
  .wpcf7 .your-name input,
  .wpcf7 .your-email input,
  .wpcf7 .your-phone input {
    margin-bottom: 10px;
  }
  .wpcf7 .your-email {
    width: 32.5%;
    margin-right: 0px;
  }
}
.tb-contactus h4 {
  font-family: Helvetica;
  font-weight: bold;
  color: #363636;
  font-size: 24px;
  text-transform: initial;
  margin-bottom: 20px;
}
.tb-contactus ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tb-contactus ul li {
  line-height: 32px;
}
.tb-contactus ul li strong {
  display: block;
  font-family: Helvetica;
  color: #363636;
  font-size: 14px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ro-banner-h2.vc_row {
    margin-left: 15px;
    margin-right: 15px;
  }
}
#tb-list-portfolio img {
  display: block;
  width: 100%;
  height: auto;
}
#tb-list-portfolio .tb-grid-content {
  left: 15px;
}
#tb-list-portfolio .controls-filter {
  margin-bottom: 40px;
  text-align: left;
}
#tb-list-portfolio .controls-filter li {
  margin-bottom: 14px;
}
#tb-list-portfolio .controls-filter li a {
  font-size: 14px;
  font-weight: bold;
  font-family: Helvetica;
  color: #898989;
  border: 2px solid #898989;
  padding: 0px 20px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  height: 42px;
  display: inline-block;
}
#tb-list-portfolio .controls-filter li.active a,
#tb-list-portfolio .controls-filter li:hover a {
  color: #fff;
  border-color: #448ccb;
  background-color: #448ccb;
}
#tb-list-portfolio .grid-item {
  margin-bottom: 30px;
}
#tb-list-portfolio .pagination.ajax a {
  font-size: 14px;
  font-weight: bold;
  font-family: Helvetica;
  color: #898989;
  border: 2px solid #898989;
  padding: 0px 20px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  height: 42px;
  display: inline-block;
  z-index: 99;
  position: relative;
}
.portfolio .tb-post-item .tb-content-block h4 {
  color: #898989;
  font-family: Helvetica;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 18px;
}
.portfolio .tb-post-item .tb-content-block h4.blog-title {
  text-transform: capitalize;
  color: #252525;
  pointer-events: none;
  cursor: default;
  font-size: 16px;
  margin-bottom: 10px;
}
.portfolio .tb-post-item .tb-content-block h4.tb-info-title {
  margin-top: 42px;
}
.portfolio .tb-post-item ul.tb-content-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
.portfolio .tb-post-item ul.tb-content-info li {
  font-weight: bold;
  line-height: 32px;
}
.portfolio .tb-post-item ul.tb-content-info li span {
  font-weight: 400;
}
#tb-list-portfolio #portfolio-container .mix {
  display: none;
}
.event article {
  margin-bottom: 47px;
}
.event article .tb-event-content .tb-event-day {
  max-width: 70px;
  border: 2px solid #ebebeb;
  border-top-color: #448ccb;
  height: 85px;
  text-align: center;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 21px;
  color: #252525;
  font-weight: bold;
}
.event article .tb-event-content .tb-event-day span + span {
  display: block;
  font-size: 13px;
  color: #898989;
  text-transform: uppercase;
  margin-top: 4px;
}
.event article .tb-event-content .tb-event-day span:first-child {
  height: 51px;
  line-height: 51px;
  display: block;
  border-bottom: 2px solid #ebebeb;
}
.event article .tb-event-content .tb-info-block {
  width: calc(100% - 75px);
  padding-left: 18px;
  display: inline-block;
  margin-top: -4px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .event article .tb-event-content .tb-info-block {
    width: 100%;
    padding-left: 0;
  }
}
.event article .tb-event-content .tb-info-block h4 {
  color: #707070;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.event article .tb-event-content .tb-info-block h4:hover {
  color: #448ccb;
}
.event article .tb-event-content .tb-info-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.event article .tb-event-content .tb-info-block ul li {
  color: #acacac;
}
.event article .tb-event-content .tb-info-block ul li i {
  font-size: 18px;
  width: 20px;
  text-align: center;
  color: #acacac;
  margin-right: 5px;
}
.event article .tb-event-content .tb-info-block ul li:not(:last-child) {
  margin-bottom: 5px;
}
.vc_images_carousel .owl-carousel .owl-item {
  text-align: center;
}
.vc_images_carousel .owl-carousel .owl-item img {
  width: initial;
  margin: auto;
}
@media (max-width: 550px) {
  .vc_images_carousel .owl-carousel .owl-item img {
    max-width: 150px;
    height: auto;
  }
}
.vc_images_carousel .owl-carousel .owl-item .vc_inner {
  height: 110px;
  line-height: 110px;
}
.vc_images_carousel .owl-carousel .owl-item .vc_inner > img {
  vertical-align: middle;
  display: inline-block;
}
.vc_images_carousel > .vc_carousel-control {
  display: none;
}
.vc_images_carousel .owl-nav > div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}
.vc_images_carousel .owl-nav > div i {
  font-size: 50px;
  font-weight: bold;
  color: #c2c2c2;
}
.vc_images_carousel .owl-nav > div.owl-next {
  left: initial;
  right: 20px;
}
.vc_images_carousel:hover .owl-nav > div {
  left: 0;
  opacity: 1;
}
.vc_images_carousel:hover .owl-nav > div.owl-next {
  left: initial;
  right: 0;
}
.tb-blog.entry-listing article {
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
.tb-blog.entry-listing article .tb-event-image {
  padding-right: 30px;
  text-align: center;
}
@media (min-width: 1200px) {
  .tb-blog.entry-listing article .tb-event-image {
    text-align: left;
  }
  .tb-blog.entry-listing article .tb-event-image img {
    max-width: 270px;
    float: left;
  }
  .tb-blog.entry-listing article .tb-event-image .tb-image-content {
    width: calc(100% - 270px);
    float: left;
    padding-left: 30px;
  }
}
.tb-blog.entry-listing article .tb-event-image .tb-event-phone i {
  font-size: 24px;
  position: relative;
  top: 5px;
  margin-right: 15px;
}
.tb-blog.entry-listing article .tb-event-image .tb-image-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.tb-blog.entry-listing article .tb-event-image .tb-image-content ul li {
  line-height: 42px;
}
.tb-blog.entry-listing
  article
  .tb-event-image
  .tb-image-content
  ul
  li:not(:last-child) {
  border-bottom: 1px dashed #ebebeb;
}
@media (min-width: 630px) {
  .tb-blog.entry-listing article .tb-event-image,
  .tb-blog.entry-listing article .tb-event-content {
    width: 50%;
    float: left;
  }
}
.tb-blog.entry-listing article .tb-event-content {
  border-left: 1px solid #ebebeb;
  padding-bottom: 47px;
  padding-left: 30px;
}
.tb-blog.entry-listing article .tb-event-content .blog-title {
  font-family: Helvetica;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.tb-blog.entry-listing article .tb-event-content .tb-event-social {
  margin-top: 25px;
}
.tb-blog.entry-listing article .tb-event-content .tb-event-social a {
  display: inline-block;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
  background-color: #a1a1a1;
  color: #fff;
  box-shadow: 0 0 0 7px transparent;
  -webkit-box-shadow: 0 0 0 7px transparent;
}
.tb-blog.entry-listing
  article
  .tb-event-content
  .tb-event-social
  a:not(last-child) {
  margin-left: 7px;
}
.tb-blog.entry-listing article .tb-event-content .tb-event-social a:hover {
  background-color: #448ccb;
  box-shadow: 0 0 0 0px #448ccb;
  -webkit-box-shadow: 0 0 0 0px #448ccb;
}
.tb-blog.entry-listing article .tb-event-content .tb-event-social > span {
  max-width: 80px;
  display: inline-block;
  font-family: Helvetica;
  color: #363636;
  font-size: 14px;
  font-weight: bold;
}
.tb-blog.entry-listing article .tb-event-content .tb-event-social > p {
  width: calc(100% - 85px);
  display: inline-block;
  padding-left: 15px;
}
@media (max-width: 629px) {
  .tb-blog.entry-listing article .tb-event-content {
    padding-top: 30px;
    border-left: none;
    padding-left: 0;
  }
}
.tb-blog.entry-listing article .jws-countdown-js {
  margin-top: 25px;
}
.tb-blog.entry-listing article .jws-countdown-js .jws-box-countdown {
  border: 1px solid #ebebeb;
  width: 50px;
  height: 50px;
  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;
  display: inline-block;
  line-height: initial;
  padding-top: 5px;
}
@media (min-width: 330px) {
  .tb-blog.entry-listing
    article
    .jws-countdown-js
    .jws-box-countdown:not(last-child) {
    margin-right: 10px;
  }
}
.tb-blog.entry-listing article .jws-countdown-js .jws-box-countdown span,
.tb-blog.entry-listing article .jws-countdown-js .jws-box-countdown p {
  line-height: initial;
}
.tb-blog.entry-listing article .jws-countdown-js .jws-box-countdown span {
  color: #363636;
  font-weight: bold;
}
.single-event .main-content {
  margin-bottom: 35px;
}
.single-event .tb-map-event {
  margin-top: 55px;
}
.single-event article {
  position: relative;
}
.single-event article .tb-event-image img {
  width: 100%;
  height: auto;
}
.single-event article .tb-event-content {
  position: relative;
  top: -10px;
}
.single-event article .tb-event-content .tb-image-content {
  border-bottom: 1px dashed #ebebeb;
  margin-bottom: 15px;
}
.single-event article .tb-event-content .tb-blog-excerpt {
  border-bottom: 1px dashed #ebebeb;
  padding-bottom: 15px;
}
.single-event article .tb-event-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.single-event article .tb-event-content ul li {
  line-height: 42px;
}
.single-event article .tb-event-content ul li i {
  width: 35px;
  font-size: 18px;
}
.single-event article .tb-event-content ul li:not(:last-child) {
  border-bottom: 1px dashed #ebebeb;
}
.single-event article .tb-event-content .blog-title {
  font-family: Helvetica;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .single-event article .tb-event-content .blog-title {
    margin-top: 30px;
  }
}
.single-event article .tb-event-content .tb-event-social {
  margin-top: 20px;
}
.single-event article .tb-event-content .tb-event-social a {
  display: inline-block;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
  background-color: #a1a1a1;
  color: #fff;
  box-shadow: 0 0 0 7px transparent;
  -webkit-box-shadow: 0 0 0 7px transparent;
}
.single-event article .tb-event-content .tb-event-social a:not(last-child) {
  margin-left: 7px;
}
.single-event article .tb-event-content .tb-event-social a:hover {
  background-color: #448ccb;
  box-shadow: 0 0 0 0px #448ccb;
  -webkit-box-shadow: 0 0 0 0px #448ccb;
}
.single-event article .tb-event-content .tb-event-social > span {
  max-width: 80px;
  display: inline-block;
  font-family: Helvetica;
  color: #363636;
  font-size: 14px;
  font-weight: bold;
}
.single-event article .tb-event-content .tb-event-social > p {
  width: calc(100% - 85px);
  display: inline-block;
  padding-left: 15px;
}
@media (max-width: 629px) {
  .single-event article .tb-event-content {
    padding-top: 30px;
    border-left: none;
    padding-left: 0;
  }
}
.single-event article .jws-countdown-js {
  margin-top: 25px;
  text-align: right;
}
.single-event article .jws-countdown-js .jws-box-countdown {
  border: 1px solid #ebebeb;
  width: 50px;
  height: 50px;
  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;
  display: inline-block;
  line-height: initial;
  padding-top: 5px;
}
@media (min-width: 330px) {
  .single-event article .jws-countdown-js .jws-box-countdown:not(last-child) {
    margin-left: 10px;
  }
}
.single-event article .jws-countdown-js .jws-box-countdown span,
.single-event article .jws-countdown-js .jws-box-countdown p {
  line-height: initial;
}
.single-event article .jws-countdown-js .jws-box-countdown span {
  color: #363636;
  font-weight: bold;
}
@media (max-width: 991px) {
  .single-event article .jws-countdown-js {
    margin-bottom: 30px;
    text-align: left;
  }
}
.title-bar {
  padding-top: 25px;
  margin-bottom: 80px;
}
.main-content {
  max-width: 1170px;
  margin: auto;
}
@media (max-width: 549px) {
  .comments-area .comment-list li .comment-body .comment-avatar {
    position: initial;
  }
  .comments-area .comment-list li .comment-body .comment-avatar img {
    display: block;
  }
  .comments-area .comment-list li .comment-body .comment-info {
    padding-left: 15px;
  }
  .comments-area .comment-list li ol.children {
    padding-left: 15px;
  }
  .comments-area .comment-list li ol.children .comment-body .comment-info {
    padding-left: 15px;
  }
  .comments-area .comment-list li .comment-body .comment-info:before {
    width: 100%;
    left: 0;
  }
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
.style_admin {
  position: fixed;
}
@media (min-width: 992px) {
  .tb-menu-list > ul#nav > li > a,
  .tb-menu-list > ul#nav1 > 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;
    display: inline-block;
    line-height: 96px;
  }
}
#nav > li > a {
  padding-top: 0;
  padding-right: 23px;
  padding-bottom: 0;
  padding-left: 23px;
}
.tb-blog .tb-blog-image img {
  width: initial;
}

.title-bar,
.title-bar-shop {
  padding-top: 46px;
  padding-right: 0;
  padding-bottom: 23px;
  padding-left: 0;
}
.title-bar,
.title-bar-shop {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 57px;
  margin-left: 0;
}
.title-bar {
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  background-image: url(assets/images/title_bars/bg-pagetitle.jpg);
}
.error404 .main-content {
  padding-bottom: 100px;
}
.error404 .main-content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 155px;
  padding-bottom: 85px;
}
.error404 .main-content a {
  width: 145px;
  height: 44px;
  text-align: center;
  border: 2px solid #fff;
  line-height: 42px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: Helvetica;
  font-weight: bold;
  margin: auto;
  display: block;
  margin-top: 40px;
  color: #fff;
}
.error404 .main-content p {
  color: #fff;
}
.btn-search {
  background-color: #448ccb;
  border: 0;
  float: left;
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;
  width: 48px;
  height: 48px;
  color: #fff;
}
.btn-search:hover {
  background-color: #448ccb !important;
}
.single-post .tb-blog article .tb-block-content .blog-title {
  display: none;
}
.tb-blog-grid article .tb-blog-image img {
  width: 100%;
  height: auto;
}
.title-bar h3.page-title {
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.redux-message.redux-notice {
  display: none !important;
}
.redux-dev-mode-notice-container.redux-dev-qtip {
  display: none !important;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 21px;
  font-weight: 400;
  font-style: normal;
  color: #898989;
  font-size: 13px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.24s ease-in-out;
  -moz-transition: opacity 0.24s ease-in-out;
  transition: opacity 0.24s ease-in-out;
}
body .menu-list-default .menu > ul > li > a {
  font-size: 14px;
  padding: 0 10px;
  line-height: 96px;
}
.page-links {
  line-height: 29px;
}
.post-password-form input[type="submit"] {
  margin-top: -8px;
  height: 45px;
  line-height: 19px;
  margin-left: -15px;
  background: #252525;
  color: #ffffff;
}
.comments-area .comment-list li .comment-body {
  border: none !important;
}
.jws_theme_footer {
  background: transparent !important;
}
.jws_theme_footer .jws_theme_footer_bottom_once {
  text-align: left;
}
@media (max-width: 600px) {
  .tb-header-v1 {
    margin-top: 46px;
  }
}
@media (max-width: 991px) {
  .comments-area .comment-list li ol.children {
    padding-left: 30px;
    background: #f7f7f7;
  }
  .comments-area .comment-list li ol.children ol.children {
    padding: 0;
  }
}
.comments-area .comment-body ol {
  margin: 16px 0;
}
.comments-area .comment-body ul,
.comments-area .comment-body menu,
.comments-area .comment-body dir {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
}
.comments-area .comment-body ul ul,
.comments-area .comment-body ol ul {
  list-style-type: circle;
}
.comments-area .comment-body ol li,
.comments-area .comment-body ul li {
  list-style: inherit;
  padding: 0;
  border: 0 !important;
}
.comments-area .comment-body ol ul,
.comment-body ul ol,
.comments-area .comment-body ul ul,
.comments-area .comment-body ol ol {
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
}
.comments-area .comment-body .page-links {
  line-height: 30px;
}
.comments-area .comment-body .page-links > a {
  margin: 0 10px;
  line-height: 19px;
}
.tb-blog .post .tb_blog_content .tb-blog-date p span {
  font-size: 11px;
  text-transform: none;
}
.tb-blog-grid article .tb-blog-image img {
  width: 100%;
}
.bypostauthor {
  padding: 0;
}
caption {
  margin-bottom: 15px;
}
.alignleft,
img.alignleft {
  margin-right: 1.5em;
  float: left;
}
.alignright,
img.alignright {
  margin-left: 1.5em;
  float: right;
}
.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.alignnone,
img.alignnone {
  /* not sure about this one */
}
.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
.gallery dl {
}
.gallery dt {
}
.gallery dd {
}
.gallery dl a {
}
.gallery dl img {
}
.gallery-caption {
  color: #333333;
}
.size-full {
}
.size-large {
}
.size-medium {
}
.size-thumbnail {
}
.wp-block-cover-image-text,
.wp-block-cover-text,
section.wp-block-cover-image h2 {
  color: #fff !important;
}
.jws_blogs_content .alignleft {
  margin-top: 0;
}
.wp-block-gallery.alignfull.columns-3 {
  padding: 0 22px;
}
.wp-block-embed-twitter {
  margin: 0;
}
.wp-block-quote cite {
  color: #6c7781;
}
.wp-block-embed {
  margin-bottom: 1.5em;
}
li {
  margin-bottom: 7px;
}
.wp-block-image figcaption {
  margin-top: 1em;
}
.wp-block-table td,
.wp-block-table th {
  border: 0;
}
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer,
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer {
  font-size: 14px;
}
blockquote {
  border-left: 0;
}
.wp-block-preformatted {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre.wp-block-verse {
  white-space: nowrap;
  overflow: auto;
  display: block;
  padding: 9.5px;
  margin: 0 0 20px;
  font-size: 13px;
  line-height: 1.8;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: inherit;
}
.wp-block-button__link {
  padding: 15px 24px;
}
.wp-block-column p {
  margin: 0;
}
.wp-block-column {
  margin-bottom: 0;
}
.wp-block-table td,
.wp-block-table th {
  padding: 1.2em 0;
}
.wp-block-cover.alignfull {
  position: relative;
  left: calc(-27.5% - 75px);
  width: calc(155% + 150px);
  max-width: calc(155% + 150px);
}
.wp-block-gallery.alignfull {
  max-width: 100vw;
  width: 100vw;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin-left: 50%;
}
@media (max-width: 767px) {
  .wp-block-cover.alignfull,
  .wp-block-gallery.alignfull {
    left: 0;
    width: 100%;
    max-width: 100%;
  }
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
  padding-left: 20px;
  border-left: 4px solid #000;
  padding-top: 1px;
}
.wp-block-latest-posts {
  margin-bottom: 32px;
}
.wp-block-cover.alignright {
  margin-bottom: 50px;
}
blockquote p:last-child {
  margin-top: 0;
}
.wp-block-image {
  margin-bottom: 1.9em;
}
.wp-block-gallery {
  margin-top: 32px;
  margin-bottom: 32px;
}
.wp-block-image.alignfull {
  max-width: 100vw;
  width: 100vw;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin-left: 50%;
  margin-bottom: 38px;
}
.alignwide {
  max-width: calc(100% + 100px);
  width: calc(100% + 100px);
  margin-left: -50px;
  margin-right: -50px;
}
.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
  z-index: 0;
}
.wp-block-latest-posts {
  padding-left: 2.5em;
}
.wp-block-quote.is-style-large,
.wp-block-quote.is-large {
  border: 0;
}
.wp-block-button {
  margin-bottom: 3em !important;
}
.page-links {
  margin-top: 15px;
}
