@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


html {
  font-family: 'Fira Sans';
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

a {
  background-color: transparent;
}

b,
strong {
  font-weight: bold;
}

img {
  border: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}


html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

@media (min-width: 544px) {
  .container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 940px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
}

.col-xs-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-xs-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-xs-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-xs-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-xs-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-xs-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-xs-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-xs-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-xs-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

[class*="hint--"] {
  position: relative;
  display: inline-block;
  /**
	 * tooltip arrow
	 */
  /**
	 * tooltip body
	 */
}

[class*="hint--"]:before, [class*="hint--"]:after {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  transition-delay: 0ms;
}

[class*="hint--"]:hover:before, [class*="hint--"]:hover:after {
  visibility: visible;
  opacity: 1;
}

[class*="hint--"]:hover:before, [class*="hint--"]:hover:after {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  transition-delay: 100ms;
}

[class*="hint--"]:before {
  content: '';
  position: absolute;
  background: transparent;
  border: 7px solid transparent;
  z-index: 1000001;
}

[class*="hint--"]:after {
  background: #000000;
  color: white;
  padding: 8px 10px;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 14px;
  white-space: nowrap;
  border-radius: 5px;
}

[class*="hint--"][aria-label]:after {
  content: attr(aria-label);
}

[class*="hint--"][data-hint]:after {
  content: attr(data-hint);
}

[aria-label='']:before, [aria-label='']:after,
[data-hint='']:before,
[data-hint='']:after {
  display: none !important;
}

et default color for tooltip arrows
 */
.hint--top-left:before {
  border-top-color: #000000;
}

.hint--top-right:before {
  border-top-color: #000000;
}

.hint--top:before {
  border-top-color: #000000;
}

.hint--bottom-left:before {
  border-bottom-color: #000000;
}

.hint--bottom-right:before {
  border-bottom-color: #000000;
}

.hint--bottom:before {
  border-bottom-color: #000000;
}

.hint--left:before {
  border-left-color: #000000;
}

.hint--right:before {
  border-right-color: #000000;
}


.hint--top:before {
  margin-bottom: -13px;
}

.hint--top:before, .hint--top:after {
  bottom: 100%;
  left: 50%;
}

.hint--top:before {
  left: calc(50% - 7px);
}

.hint--top:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hint--small:after,
.hint--medium:after,
.hint--large:after {
  white-space: normal;
  line-height: 1.4em;
}

.hint--small:after {
  width: 80px;
}

.hint--medium:after {
  width: 150px;
}

.hint--large:after {
  width: 300px;
}

 */


[class*="hint--"] {
  /**
	 * tooltip body
	 */
}

[class*="hint--"]:after {
  text-shadow: none;
  border-radius: 0;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
}

.page-links::after, .top-bar-office-wrapper::after, .top-bar-01 .top-bar-social-network::after, .top-bar-03 .top-bar-social-network::after, .top-bar-04 .top-bar-social-network::after, .top-bar-05 .top-bar-social-network::after, .top-bar-07 .top-bar-social-network::after, .top-bar-08 .top-bar-social-network::after, .top-bar-10 .top-bar-social-network::after, .branding__logo::after, .simple-footer .social-networks .inner::after, .comment-list .comment::after, .comment-list .pingback::after, .page-loading .sk-three-bounce::after, .single-post .entry-content::after, .post-share .post-share-list::after, .entry-author .author-social-networks::after, .tm-blog.style-list::after, .tm-box-icon::after, .tm-card.style-1 .menu-header::after, .tm-card.style-2 .menu-header::after, .tm-heading.highlight-big-number::after, .tm-slider-button.style-01 .button-wrap::after, .tm-slider-button.style-02 .button-wrap::after, .tm-slider-button.style-03 .button-wrap::after, .tm-slider-button.style-04 .button-wrap::after, .tm-social-networks ul::after, .tm-timeline.style-01 .item-wrapper::after, .tm-custom-menu.style-2 .menu::after, .tm-custom-menu.style-3 .menu::after, .tm-custom-menu.style-4 .menu::after, .tm-custom-menu.style-5 .menu::after, .vc_progress_bar .vc_single_bar_title::after, .widget_recent_comments .recentcomments::after, .tagcloud::after, .tm-posts-widget .post-item::after, .cart_list.product_list_widget li::after, .woocommerce .page-sidebar ul.product_list_widget .product-item::after, .woocommerce.single-product #reviews #comments .commentlist .comment::after, .woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel::after, .woocommerce.single-product .quantity-button-wrapper::after, .cross-sells.products::after,
.up-sells.products::after,
.related.products::after {
  content: "";
  display: table;
  clear: both;
}


a {
  color: royalblue;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  outline: 0;
  color: midnightblue;
}

a[href^=tel] {
  text-decoration: none;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'] {
  width: 100%;
  outline: none;
  border: 0;
  border-bottom: 2px solid #ddd;
  color: #222;
  font-weight: 400;
  padding: 12px 0 12px;
  height: 50px;
  margin-bottom: 40px;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus {
  background-color: #ffffff;
  color: #454545;
}

select {
  padding: 3px 20px;
  height: 50px;
  max-width: 100%;
  width: 100%;
  outline: none;
  border: 0;
  border-bottom: 2px solid #ddd;
  border-radius: 0;
  font-weight: 400;
  color: #999999;
  background: #f9f9f9 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAELY03+AAAABGdBTUEAALGPC/xhBQAAAFFJREFUCB1tTsERwCAIC9MyhnQMprUJPTw9mweGmACWmQFggGSSQCT02lLUCaayAuTubrcNeNr5TaRAZyhd6A1q2hnkQ8IPKl3G/tyPoHaMfwHyzSNHeemKDAAAAABJRU5ErkJggg==") no-repeat center right 20px;
  -moz-appearance: none;
  -webkit-appearance: none;
}

select:focus {
  background-color: #ffffff;
  color: #222;
}

textarea {
  width: 100%;
  outline: none;
  border: 0;
  border-bottom: 2px solid #ddd;
  font-weight: 400;
  color: #222;
  display: block;
  padding: 0;
  margin-bottom: 40px;
  max-width: 100%;
}

textarea:focus {
  background-color: #ffffff;
  color: #454545;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
select:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
}

input[type='checkbox'] {
  position: relative;
  background: transparent;
  border-width: 0;
  box-shadow: none;
  margin: 0 10px 0 0;
  cursor: pointer;
}

input[type='checkbox']:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -9px;
  margin-left: -9px;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  transition: background .3s ease, border-color .3s ease;
}

input[type='checkbox']:after {
  content: '\f122';
  font-family: 'Ionicons';
  font-size: 12px;
  font-weight: 500;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  transform: translate(-50%, -50%) scale(0);
  transition: transform .3s ease;
}

input[type='checkbox']:hover:before {
  border-color: #222222;
}

input[type='checkbox']:checked:before {
  background: #222222;
  border-color: #222222;
}

input[type='checkbox']:checked:after {
  transform: translate(-50%, -50%) scale(1);
}

input[type='radio'] {
  position: relative;
  padding: 5px;
  margin: 0 10px 0 0;
  cursor: pointer;
}

input[type='radio']:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -9px;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  z-index: 1;
  transition: background .3s ease, border-color .3s ease;
}

input[type='radio']:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #ffffff;
  border-radius: 50%;
  z-index: 2;
  transform: translate(-50%, -50%) scale(0);
  transition: transform .3s ease;
}

input[type='radio']:hover:before {
  border-color: #222222;
}

input[type='radio']:checked {
  cursor: auto;
}

input[type='radio']:checked:before {
  background: #222222;
  border-color: #222222;
}

input[type='radio']:checked:after {
  transform: translate(-50%, -50%) scale(1);
}

hr {
  margin-bottom: 1.5em;
  height: 1px;
  border: 0;
  background-color: #cccccc;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}



h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin-bottom: 15px;
}

p {
  margin-bottom: 1.5em;
  margin-top: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

.page-header {
  position: relative;
  z-index: 4;
}

.page-header h1, .page-header h2, .page-header h3, .page-header h4, .page-header h5, .page-header h6 {
  margin-bottom: 0;
}

.page-header-inner {
  border-bottom: 1px solid transparent;
}

.header-layout-fixed .page-header-inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}

.tm-button.header-sticky-button {
  display: none;
}

.headroom--not-top .header-on-top-button {
  display: none;
}

.headroom--not-top .header-sticky-button {
  display: block;
}

.headroom--not-top .page-header-inner {
  border: 0;
}

.headroom--not-top.sticky-dark-logo-version.light-logo-version .light-logo {
  display: none;
}

.headroom--not-top.sticky-dark-logo-version .dark-logo {
  display: block;
}

.headroom--not-top.sticky-light-logo-version.dark-logo-version .dark-logo {
  display: none;
}

.headroom--not-top.sticky-light-logo-version .light-logo {
  display: block;
}

.header-sticky-both .headroom.headroom--not-top {
  position: relative;
  z-index: 9999;
}

.header-sticky-both .headroom.headroom--not-top .page-header-inner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  animation: headerSlideDown 0.95s ease forwards;
}

.header-sticky-both .headroom.headroom--not-top .page-header-inner .container,
.header-sticky-both .headroom.headroom--not-top .page-header-inner .container-fluid,
.header-sticky-both .headroom.headroom--not-top .page-header-inner .row {
  height: 100%;
}

.header-sticky-both .headroom.headroom--not-top .page-header-inner .row > div {
  align-self: center;
}

.header-sticky-up .headroom.headroom--not-top.headroom--pinned {
  position: relative;
  z-index: 9999;
}

.header-sticky-up .headroom.headroom--not-top.headroom--pinned .page-header-inner {
  position: fixed;
  left: 0;
  z-index: 9999;
  width: 100%;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  animation: headerSlideDown .95s ease forwards;
}

.header-sticky-up .headroom.headroom--not-top.headroom--pinned .page-header-inner .container,
.header-sticky-up .headroom.headroom--not-top.headroom--pinned .page-header-inner .container-fluid,
.header-sticky-up .headroom.headroom--not-top.headroom--pinned .page-header-inner .row {
  height: 100%;
}

.header-sticky-up .headroom.headroom--not-top.headroom--pinned .page-header-inner .row > div {
  align-self: center;
}

.header-sticky-down .headroom.headroom--not-top.headroom--unpinned {
  position: relative;
  z-index: 9999;
}

.header-sticky-down .headroom.headroom--not-top.headroom--unpinned .page-header-inner {
  position: fixed;
  left: 0;
  z-index: 9999;
  width: 100%;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  animation: headerSlideDown .95s ease forwards;
}

.header-sticky-down .headroom.headroom--not-top.headroom--unpinned .page-header-inner .container,
.header-sticky-down .headroom.headroom--not-top.headroom--unpinned .page-header-inner .container-fluid,
.header-sticky-down .headroom.headroom--not-top.headroom--unpinned .page-header-inner .row {
  height: 100%;
}

.header-sticky-down .headroom.headroom--not-top.headroom--unpinned .page-header-inner .row > div {
  align-self: center;
}

.branding {
  line-height: 0;
}

.branding__logo a {
  display: inline-block;
  float: left;
}

.dark-logo,
.light-logo {
  display: none;
}

.light-logo-version .light-logo {
  display: block;
}

.dark-logo-version .dark-logo {
  display: block;
}

.header-right {
  display: flex;
  margin: 0 -12px;
  align-items: center;
  flex-shrink: 0;
}

.header-right > div {
  padding: 0 12px;
}

.popup-search-wrap {
  text-align: center;
}

.header-search-form-wrap .search-form {
  position: relative;
}

.header-search-form-wrap .search-field {
  padding-right: 50px;
  border-color: #f8f8f8;
}

.header-search-form-wrap .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  background: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
}

.header-search-form-wrap .search-btn-text {
  display: none;
}

.btn-open-popup-search {
  display: block;
  line-height: 0;
  font-size: 20px;
}

.header-social-networks .inner {
  margin-left: -10px;
  margin-right: -10px;
}

.header-social-networks a {
  padding: 0 10px;
  font-size: 16px;
}

.header-link-list {
  margin: 0;
  padding: 0;
}

.header-link-list .link-item {
  display: inline-block;
  line-height: 1;
  margin-right: 15px;
}

.header-link-list .link-item:last-child {
  margin-right: 0;
}

.header-link-list .link-item a {
  line-height: 1;
}

.header-link-list .info-icon {
  font-size: 18px;
  margin-right: 6px;
  vertical-align: middle;
}

.header-link-list .info-text {
  vertical-align: middle;
}

.page-open-main-menu {
  display: none;
  height: 30px;
  align-items: center;
}

.desktop-menu .page-open-main-menu {
  display: flex;
}

.page-open-main-menu:hover i:before, .page-open-main-menu:hover i:after {
  width: 70%;
}

.page-open-main-menu div {
  position: relative;
  width: 24px;
  height: 18px;
  cursor: pointer;
}

.page-open-main-menu i {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background: currentColor;
}

.page-open-main-menu i:before, .page-open-main-menu i:after {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 100%;
  background: inherit;
  content: '';
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translate(-50%, 0);
}

.page-open-main-menu i:before {
  top: -8px;
}

.page-open-main-menu i:after {
  top: 8px;
}

.page-open-main-menu-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.3px;
}

.switcher-language-wrapper {
  height: 100%;
}

.switcher-language-wrapper .wpml-ls-legacy-dropdown-click,
.switcher-language-wrapper .wpml-ls-legacy-dropdown-click > ul,
.switcher-language-wrapper .wpml-ls-legacy-dropdown-click > ul > li {
  height: 100%;
}

.switcher-language-wrapper .wpml-ls-legacy-dropdown-click > ul > li {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.switcher-language-wrapper .wpml-ls-legacy-dropdown-click {
  width: auto;
}

.switcher-language-wrapper .wpml-ls-legacy-dropdown-click > ul {
  position: relative;
  padding: 0;
  margin: 0 !important;
  list-style-type: none;
}

.switcher-language-wrapper .wpml-ls-legacy-dropdown-click .wpml-ls-item-legacy-dropdown-click:hover .wpml-ls-sub-menu {
  visibility: visible !important;
  opacity: 1;
  transform: translateY(0);
}

.switcher-language-wrapper .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  background: none !important;
  border: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
}

.switcher-language-wrapper .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:after {
  font-family: Ionicons;
  content: '\f123';
  font-size: 8px;
  font-weight: 500;
  border: 0;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  height: 9px;
}

.switcher-language-wrapper .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle-flag {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  vertical-align: middle;
  overflow: hidden;
  margin-right: 9px;
}

.switcher-language-wrapper .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle-flag img {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 48px;
  height: 48px;
  max-width: 48px;
}

.switcher-language-wrapper .wpml-ls-legacy-dropdown-click .wpml-ls-native {
  vertical-align: middle;
  margin-right: 5px;
  font-size: 13px;
  font-weight: 700;
}

.switcher-language-wrapper .wpml-ls-legacy-dropdown-click .wpml-ls-flag + span {
  margin-left: 10px;
}

.switcher-language-wrapper .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  min-width: 200px;
  border: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  padding: 0;
  margin: 0;
  list-style-type: none;
  z-index: 102;
  box-shadow: 0 0 37px rgba(0, 0, 0, 0.07);
  transform: translateY(20px);
}

.switcher-language-wrapper .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu.hover-back {
  right: 0;
  left: auto;
}

.switcher-language-wrapper .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.switcher-language-wrapper .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
  display: block;
  text-decoration: none;
  padding: 10px;
  border: 0;
  background: #ffffff;
  color: #222222;
  line-height: 1;
}

.switcher-language-wrapper .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:hover {
  background: #eeeeee;
  color: #222222;
}

.switcher-language-wrapper .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a img {
  width: 18px;
}

.header-button {
  line-height: 0;
}

@media (max-width: 767px) {
  .header-button {
    display: none;
  }
}

.header-text-info {
  display: flex;
  align-items: center;
}

.header-text-info .info-icon {
  font-size: 37px;
  color: #ababab;
  flex-shrink: 0;
  margin-right: 13px;
}

.header-text-info .info-text {
  font-size: 14px;
  margin-bottom: 5px;
}

.header-text-info .info-sub-text {
  font-size: 24px;
  font-weight: 500;
}

.header-01 .header-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 26px 0;
}

.header-01 .header-right {
  flex-shrink: 0;
}

.header-01 .branding {
  flex-grow: 1;
}

.header-01 .branding__logo {
  display: inline-block;
}

.header-01 .header-right {
  justify-self: flex-end;
}

.header-01 .header-below {
  position: absolute;
  top: 100%;
  left: 15px;
  right: 15px;
  padding: 0 30px;
  display: flex;
  align-items: stretch;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.desktop-menu .header-01 .menu--primary {
  position: static;
  text-align: left;
}

.header-01 .header-below-left {
  flex-grow: 1;
}

.header-01 .header-below-right {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.header-01 .header-below-right > div {
  padding: 0 10px;
}

.mobile-menu .header-01 .branding {
  flex-grow: 1;
}

.mobile-menu .header-01 .header-wrap {
  padding: 10px 0;
}

.mobile-menu .header-01 .header-below {
  display: none;
}

.header-01 .header-info {
  width: 900px;
}

.header-25 .container-fluid {
  padding: 0;
}

.header-25 .header-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header-25 .branding {
  flex-shrink: 0;
  padding: 0 35px;
  background-color: #fff;
}

.header-25 .branding img {
  padding: 20px 0;
  margin: -60px 0;
}

.header-25 .header-right {
  flex-grow: 1;
  justify-content: space-between;
  padding: 0 60px 0 45px;
  margin: 0;
}

.header-25 .header-right > div {
  padding: 0;
}

.header-25 .header-below-inner {
  position: relative;
  display: flex;
  align-items: center;
}

.desktop-menu .header-25 .menu--primary {
  position: static;
  text-align: left;
}

@media (max-width: 991px) {
  .header-25 .header-text-info {
    display: none;
  }
  .header-25 .header-right {
    justify-content: flex-end;
    padding: 0 15px;
  }
  .header-25 .branding {
    padding: 0 15px;
  }
}

.header-26 .header-above {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
}

.header-26 .branding {
  flex-shrink: 0;
}

.header-26 .page-navigation {
  flex-grow: 1;
  margin-left: 35px;
}

.header-26 .header-right {
  justify-content: flex-end;
}

.header-26 .header-link-list {
  display: flex;
  align-items: center;
}

.header-26 .header-below {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border-top: 1px solid #eee;
}

.header-26 .header-right-below {
  display: flex;
  flex-shrink: 0;
}

.header-26 .header-right-below > div {
  border-left: 1px solid #eee;
  display: flex;
  align-items: center;
}

.header-26 .header-link-list {
  padding: 10px 40px;
}

.header-26 .header-link-list .link-item {
  margin-right: 30px;
}

.header-26 .mini-cart {
  padding: 0 14px 0 24px;
}

.header-26 .header-text-wrap {
  padding: 0 25px;
  font-size: 15px;
  font-weight: 500;
}

.header-26 .header-text-wrap a {
  text-decoration: underline;
}

.header-26 .header-button {
  position: relative;
}

.header-26 .header-button:after {
  position: absolute;
  top: 100%;
  left: 12px;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 15px 0 0;
  border-color: transparent;
  border-top-color: #000;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header-26 .header-button .tm-button {
  height: 50px;
  line-height: 46px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.desktop-menu .header-26 .menu--primary {
  position: static;
  text-align: left;
}

.desktop-menu .header-26 .menu__container > li > a:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 3px;
}

.desktop-menu .header-26 .menu__container > li:hover > a:after {
  width: 100%;
  left: 0;
  right: auto;
}

.header-26 .header-search-form-wrap {
  display: flex;
  align-items: center;
  border-left: 1px solid #eee;
}

.header-26 .header-search-form-wrap .search-field {
  border: 0;
  border-radius: 0;
  background: transparent;
  width: 390px;
  padding: 0 20px;
  color: #222;
}

.header-26 .header-search-form-wrap .search-field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic;
  font-size: 14px;
  color: #999;
}

.header-26 .header-search-form-wrap .search-field::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
  font-size: 14px;
  color: #999;
}

.header-26 .header-search-form-wrap .search-field:-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic;
  font-size: 14px;
  color: #999;
}

.header-26 .header-search-form-wrap .search-field:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
  font-size: 14px;
  color: #999;
}

.header-26 .header-search-form-wrap .search-submit {
  color: inherit;
  font-size: 20px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  top: 50%;
  transform: translate(0, -50%);
  color: red;
}

.header-26.headroom--not-top .header-below {
  display: none;
}

.header-26.headroom--not-top .tm-button.style-flat.tm-button-sm {
  height: 40px;
  line-height: 36px;
  font-size: 12px;
}

@media (max-width: 1199px) {
  .header-26 .header-text-wrap {
    display: none !important;
  }
  .header-26 .header-search-form-wrap .search-field {
    width: 300px;
  }
}

@media (max-width: 991px) {
  .header-26 .header-above {
    padding: 0 15px;
  }
  .header-26 .branding {
    flex-shrink: 1;
  }
  .header-26 .header-right-below {
    width: 100%;
    justify-content: space-between;
  }
  .header-26 .header-right-below .header-search-form-wrap {
    border-right: 1px solid #eee;
    border-left: 0;
  }
  .header-26 .header-link-list {
    display: none !important;
  }
  .header-26 .header-social-networks {
    display: none;
  }
  .header-26 .header-search-form-wrap .search-field {
    width: 250px;
  }
}

.header-27 .header-above-inner {
  position: relative;
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-27 .header-above-inner > div {
  display: flex;
  align-items: center;
}

.header-27 .branding {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header-27 .header-above-right {
  justify-content: flex-end;
  margin: 0 -10px;
}

.header-27 .header-above-right > div {
  padding: 10px;
}

.header-27 .header-search-form-wrap .search-field {
  border: 0;
  border-bottom: 1px solid #dddddd;
  border-radius: 0;
  background: transparent;
  padding: 0;
  height: 45px;
  width: 300px;
}

.header-27 .header-search-form-wrap .search-field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic;
  font-size: 14px;
  color: #999;
}

.header-27 .header-search-form-wrap .search-field::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
  font-size: 14px;
  color: #999;
}

.header-27 .header-search-form-wrap .search-field:-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic;
  font-size: 14px;
  color: #999;
}

.header-27 .header-search-form-wrap .search-field:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
  font-size: 14px;
  color: #999;
}

.header-27 .header-search-form-wrap .search-submit {
  color: inherit;
  font-size: 20px;
  height: 38px;
  width: 38px;
}

.header-27 .header-search-form-wrap .search-btn-icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.header-27 .header-button .tm-button.style-flat {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
  height: 50px;
  line-height: 46px;
}

.header-27 .header-below-inner {
  position: relative;
  display: flex;
  align-items: center;
}

.desktop-menu .header-27 .menu--primary {
  position: static;
  text-align: left;
}

.header-27 .header-below-left {
  flex-grow: 1;
}

.header-27 .header-below-right {
  flex-shrink: 0;
}

.mobile-menu .header-27 .branding {
  flex-grow: 1;
}

.mobile-menu .header-27 .header-wrap {
  padding: 10px 0;
}

.mobile-menu .header-27 .header-below {
  display: none;
}

.desktop-menu .header-27 .menu__container {
  border-left: 1px solid #fff;
}

.desktop-menu .header-27 .menu__container > li {
  border-right: 1px solid #fff;
}

.desktop-menu .header-27 .menu__container > li > a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 3px;
}

.desktop-menu .header-27 .menu__container > li:hover > a:after {
  width: 100%;
  left: 0;
  right: auto;
}

@media (max-width: 991px) {
  .header-27 .header-button {
    display: none;
  }
  .header-27 .header-search-form-wrap .search-field {
    width: 200px;
  }
}

@media (max-width: 767px) {
  .header-27 .header-search-form-wrap {
    display: none;
  }
  .header-27 .branding {
    position: static;
    transform: translate(0, 0);
  }
  .header-27 .header-above-inner {
    padding: 10px 0;
  }
}

.header-28 .header-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 26px 0;
}

.header-28 .header-right {
  flex-shrink: 0;
}

.header-28 .branding {
  flex-grow: 1;
}

.header-28 .branding__logo {
  display: inline-block;
}

.header-28 .header-right {
  justify-self: flex-end;
}

.header-28 .header-below {
  border-top: 1px solid #eee;
}

.header-28 .header-below-inner {
  position: relative;
  display: flex;
}

.desktop-menu .header-28 .menu--primary {
  position: static;
  text-align: left;
}

.header-28 .header-below-left {
  flex-grow: 1;
}

.header-28 .header-below-right {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.header-28 .header-below-right > div {
  padding: 0 10px;
}

.mobile-menu .header-28 .branding {
  flex-grow: 1;
}

.mobile-menu .header-28 .header-wrap {
  padding: 10px 0;
}

.mobile-menu .header-28 .header-below {
  display: none;
}

.header-28 .header-info {
  width: 800px;
}

@media (min-width: 1200px) {
  .header-28 .header-info .swiper-slide {
    justify-content: flex-end;
  }
}

.header-28 .header-info .info-item {
  display: flex;
}

.header-28 .header-info .info-icon {
  flex-shrink: 0;
  font-size: 38px;
  padding-right: 15px;
  line-height: 1;
}

.header-28 .header-info .info-content {
  flex-grow: 1;
}

.header-28 .header-info .info-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.18;
  margin-bottom: 6px;
}

.header-28 .header-info .info-sub-title {
  font-size: 14px;
}

.desktop-menu .header-28 .menu__container {
  border-left: 1px solid #eee;
}

.desktop-menu .header-28 .menu__container > li {
  border-right: 1px solid #eee;
}

.desktop-menu .header-28 .menu__container > li > a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 3px;
}

.desktop-menu .header-28 .menu__container > li:hover > a:after {
  width: 100%;
  left: 0;
  right: auto;
}

.header-28.headroom--not-top .header-above {
  display: none;
}

@media (max-width: 1199px) {
  .header-28 .header-info {
    width: 560px;
  }
  .header-28.headroom--not-top .header-above {
    display: block;
  }
}

@media (max-width: 991px) {
  .header-28 .header-info {
    width: 280px;
  }
}

@media (max-width: 767px) {
  .header-28 .header-info {
    display: none;
  }
}

.simple-footer {
  background: #222222;
  color: rgba(255, 255, 255, 0.5);
  padding: 20px 0;
}

.simple-footer .social-networks {
  text-align: right;
  line-height: 0;
}

.simple-footer .social-networks .inner {
  display: inline-block;
  border: 1px solid rgba(151, 151, 151, 0.11);
  border-radius: 5px;
}

.simple-footer .social-networks a {
  float: left;
  display: block;
  color: #d8d8d8;
  height: 48px;
  width: 51px;
  font-size: 16px;
  position: relative;
  border-right: 1px solid rgba(151, 151, 151, 0.11);
}

.simple-footer .social-networks a:last-child {
  border-right: 0;
  width: 50px;
}

.simple-footer .social-networks .social-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-footer #menu-copyright li a {
  font-size: 14px;
}

.page-footer .insight-core-bmw li a {
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
}

@media (max-width: 767px) {
  .simple-footer .footer-text {
    text-align: center;
  }
  .simple-footer .social-networks {
    margin-top: 20px;
    text-align: center;
  }
}

@-webkit-keyframes show-animation {
  0% {
    -webkit-transform: translateY(60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes show-animation {
  0% {
    transform: translateY(60px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes slide-in-to-left {
  0% {
    -webkit-transform: translateX(60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-to-left {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes slide-out-to-right {
  0% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(40px);
    opacity: 0;
  }
}

@keyframes slide-out-to-right {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(60px);
    opacity: 0;
  }
}

@-webkit-keyframes hide-animation {
  0% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(60px);
    opacity: 0;
  }
}

@keyframes hide-animation {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(60px);
    opacity: 0;
  }
}

.desktop-menu {
  /* Switch to desktop layout
	-----------------------------------------------
		These transform the menu tree from
		collapsible to desktop (navbar + dropdowns)
	-----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  /* ...end */
}

.desktop-menu .sm {
  position: relative;
  z-index: 9999;
}

.desktop-menu .sm,
.desktop-menu .sm ul,
.desktop-menu .sm li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  line-height: normal;
  direction: ltr;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.desktop-menu .sm-rtl,
.desktop-menu .sm-rtl ul,
.desktop-menu .sm-rtl li {
  text-align: right;
  direction: rtl;
}

.desktop-menu .sm > li h1,
.desktop-menu .sm > li h2,
.desktop-menu .sm > li h3,
.desktop-menu .sm > li h4,
.desktop-menu .sm > li h5,
.desktop-menu .sm > li h6 {
  margin: 0;
  padding: 0;
}

.desktop-menu .sm ul {
  display: none;
}

.desktop-menu .sm li,
.desktop-menu .sm a {
  position: relative;
}

.desktop-menu .sm a {
  display: block;
}

.desktop-menu .sm a.disabled {
  cursor: not-allowed;
}

.desktop-menu .sm-simple li > a {
  padding: 13px 20px;
  padding-right: 58px;
}

.desktop-menu .sm-simple a.current {
  background: #555555;
  color: #ffffff;
}

.desktop-menu .sm-simple a.disabled {
  color: #cccccc;
}

.desktop-menu .sm-simple .sub-menu a .toggle-sub-menu {
  position: absolute;
  top: 50%;
  right: 0;
}

.desktop-menu .sm-simple .sub-menu a .toggle-sub-menu:before {
  right: 30px;
}

.desktop-menu .toggle-sub-menu {
  position: relative;
  margin-left: 15px;
}

.desktop-menu .toggle-sub-menu:before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  font-family: Ionicons;
  content: '\f123';
  font-size: 8px;
  font-weight: 500;
}

.desktop-menu .sub-arrow {
  display: none;
}

.desktop-menu .sm-simple ul {
  position: absolute;
  width: 12em;
}

.desktop-menu .sm-simple.sm-rtl li {
  float: right;
}

.desktop-menu .sm-simple ul li,
.desktop-menu .sm-simple.sm-rtl ul li,
.desktop-menu .sm-simple.sm-vertical li {
  float: none;
}

.desktop-menu .sm-simple a {
  white-space: nowrap;
}

.desktop-menu .sm-simple ul a,
.desktop-menu .sm-simple.sm-vertical a {
  white-space: normal;
}

.desktop-menu .sm-simple .sm-nowrap > li > a,
.desktop-menu .sm-simple .sm-nowrap > li > :not(ul) a {
  white-space: nowrap;
}

.desktop-menu .sm-simple .scroll-up,
.desktop-menu .sm-simple .scroll-down {
  position: absolute;
  display: none;
  visibility: hidden;
  overflow: hidden;
  height: 20px;
  background: #ffffff;
}

.desktop-menu .sm-simple .scroll-up-arrow,
.desktop-menu .sm-simple .scroll-down-arrow {
  position: absolute;
  top: -2px;
  left: 50%;
  overflow: hidden;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #555555 transparent;
}

.desktop-menu .sm-simple .scroll-down-arrow {
  top: 6px;
  border-style: solid dashed dashed dashed;
  border-color: #555555 transparent transparent transparent;
}

.desktop-menu .sm-simple.sm-rtl .has-submenu {
  padding-right: 20px;
  padding-left: 32px;
}

.desktop-menu .sm-simple.sm-rtl.sm-vertical .has-submenu {
  padding: 11px 20px;
}

.desktop-menu .sm-simple.sm-rtl ul .has-submenu {
  padding: 11px 20px;
}

.desktop-menu .sm-simple.sm-rtl > li:first-child {
  border-left: 1px solid #eeeeee;
}

.desktop-menu .sm-simple.sm-rtl > li:last-child {
  border-left: 0;
}

.desktop-menu .sm-simple:not(.sm-vertical) .has-mega-menu {
  position: static !important;
}

.desktop-menu .sm-simple:not(.sm-vertical) .has-mega-menu .mega-menu {
  right: 0 !important;
  margin-left: 0 !important;
  max-width: none !important;
  width: auto !important;
}

.desktop-menu .sm-simple.sm-vertical .has-mega-menu .mega-menu {
  max-width: calc(100vw - 394px) !important;
  width: 1170px !important;
}

.desktop-menu .sm-simple.sm-vertical a .toggle-sub-menu:before {
  right: 30px;
  font-size: 20px;
  content: '\f363';
}

.desktop-menu .menu--primary {
  position: relative;
  text-align: center;
}

.desktop-menu .menu--primary .sm-simple {
  position: static;
  display: inline-block;
}

.desktop-menu .menu--primary .sm-simple > li {
  display: inline-block;
}

.desktop-menu .menu--primary .widgettitle {
  display: block;
  margin: 0 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 16px;
}

.desktop-menu .menu--primary .sub-menu,
.desktop-menu .menu--primary .children {
  padding: 25px 0;
  min-width: 270px !important;
  box-shadow: 0 0 37px rgba(0, 0, 0, 0.07);
  border-bottom: 3px solid transparent;
}

.desktop-menu .menu--primary .sub-menu > .menu-item > a,
.desktop-menu .menu--primary .children > .menu-item > a {
  padding: 11px 30px;
}

.desktop-menu .menu--primary .sub-menu .toggle-sub-menu:before,
.desktop-menu .menu--primary .children .toggle-sub-menu:before {
  content: '\f3d3';
}

.desktop-menu .menu--primary .sub-menu.mega-menu,
.desktop-menu .menu--primary .children.mega-menu {
  box-shadow: 0 10px 37px rgba(0, 0, 0, 0.07);
}

.desktop-menu .menu--primary .has-mega-menu .mega-menu {
  padding: 0;
}

.desktop-menu .menu--primary .has-mega-menu .mega-menu ul {
  position: static;
  display: block;
  width: auto;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.desktop-menu .menu--primary .has-mega-menu .mega-menu-content > .vc_row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.desktop-menu .menu--primary .has-mega-menu .mega-menu-content .menu > .menu-item > a {
  padding: 11px 0;
}

.desktop-menu .menu--primary .has-mega-menu .scroll-up,
.desktop-menu .menu--primary .has-mega-menu .scroll-down {
  margin-left: 0 !important;
}

.desktop-menu .menu--primary .has-mega-menu .wpb_button,
.desktop-menu .menu--primary .has-mega-menu .wpb_content_element,
.desktop-menu .menu--primary .has-mega-menu ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0;
}

.desktop-menu .menu--primary .has-mega-menu .widget_nav_menu ul,
.desktop-menu .menu--primary .has-mega-menu .insight-core-bmw ul {
  margin: 0;
  padding: 0;
}

.desktop-menu .menu--primary .has-mega-menu .widget_nav_menu li,
.desktop-menu .menu--primary .has-mega-menu .insight-core-bmw li {
  margin-bottom: 0;
  padding: 0;
  border: 0;
}

.desktop-menu .menu--primary .has-mega-menu .tm-list {
  padding-right: 0;
  padding-left: 0;
}

.desktop-menu .menu--primary .has-mega-menu .tm-list .item-wrapper {
  display: block;
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 20px;
}

.desktop-menu .menu--primary .menu-item-feature {
  position: relative;
  margin-left: 10px;
}

.desktop-menu .menu--primary .menu-item-feature:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: '\f2fc';
  font-size: 14px;
  font-family: Ionicons;
  transform: translate(0, -50%);
}

.desktop-menu .menu--primary .sub-menu.show-animation {
  animation: show-animation .3s;
}

.desktop-menu .menu--primary .sub-menu.hide-animation {
  animation: hide-animation .3s;
}

.desktop-menu .menu--primary .sub-menu .sub-menu.show-animation {
  animation: slide-in-to-left .3s;
}

.desktop-menu .menu--primary .sub-menu .sub-menu.hide-animation {
  animation: slide-out-to-right .3s;
}

.menu-item-image_hover {
  display: none;
  width: 0;
  visibility: hidden;
  opacity: 0;
}

.sm-simple .menu-item-image_hover {
  position: absolute;
  top: -10px;
  right: -100px;
  z-index: 1;
  display: block;
  visibility: hidden;
  max-width: 100%;
  width: 150px;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateX(20px);
}

.sm-simple .menu-item-image_hover img {
  border-radius: 5px;
}

.sm-simple .has-image-hover:hover > a > .menu-item-image_hover {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

.mobile-menu .page-navigation-wrap,
.mobile-menu .page-navigation {
  display: none;
}

.page-mobile-main-menu .tm-list.style-circle-05 .title a {
  padding: 0;
}

.page-mobile-main-menu .vc_tta-panel-title {
  background-color: #333;
}

.page-close-main-menu {
  position: fixed;
  top: 60px;
  right: 60px;
  z-index: 100000;
  visibility: hidden;
  font-size: 100px;
  line-height: 0;
  opacity: 0;
  cursor: pointer;
}

.page-off-canvas-main-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  visibility: hidden;
  overflow: hidden;
  overflow-y: auto;
  opacity: 0;
  transform: scale(0.3);
}

.page-off-canvas-main-menu .menu--primary .sm-simple li {
  display: block;
}

.page-off-canvas-main-menu .toggle-sub-menu {
  margin-left: 20px;
}

.page-off-canvas-main-menu .toggle-sub-menu:before {
  font-size: 18px;
}

.page-off-canvas-main-menu .navigation {
  display: table;
  padding: 30px 0;
  width: 100%;
  max-width: 350px;
  height: 100%;
  text-align: center;
  margin: 0 auto;
}

.page-off-canvas-main-menu .navigation .menu__container {
  display: table-cell;
  vertical-align: middle;
}

.page-off-canvas-main-menu ul {
  margin: 0;
  padding: 0;
}

.page-off-canvas-main-menu a {
  display: block;
}

.page-off-canvas-main-menu .menu__container > li {
  opacity: 0;
  transition: transform .2s, opacity .2s;
  transform: translateY(50px);
  animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
}

.page-off-canvas-main-menu li {
  list-style-type: none;
}

.page-off-canvas-main-menu .sub-menu {
  display: none;
}

.page-off-canvas-main-menu .widgettitle {
  margin: 20px 0 10px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.page-off-canvas-main-menu .vc_column_container {
  display: block !important;
  float: none;
  width: 100% !important;
}

.admin-bar .page-off-canvas-main-menu {
  top: 32px;
}

.page-off-canvas-main-menu .insight-core-bmw li {
  margin-bottom: 0;
  padding: 0;
  border: 0;
}

.page-off-canvas-main-menu .insight-core-bmw li a {
  padding: 4px 0;
}

.page-off-canvas-main-menu .menu__container .sub-menu > li > a {
  padding: 4px 0;
}

.page-off-canvas-menu-opened {
  overflow: hidden;
}

.page-off-canvas-menu-opened .page-header {
  z-index: 99999;
}

.page-off-canvas-menu-opened .page-off-canvas-main-menu {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.page-off-canvas-menu-opened .page-off-canvas-main-menu .menu__container > li {
  opacity: 1;
  transform: translateY(0);
}

.page-off-canvas-menu-opened .page-close-main-menu {
  visibility: visible;
  opacity: 1;
}

.page-open-mobile-menu {
  cursor: pointer;
}

.page-open-mobile-menu .inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
}

.page-open-mobile-menu .icon {
  position: relative;
  width: 24px;
  height: 18px;
}

.page-open-mobile-menu:hover i:before {
  width: 80%;
}

.page-open-mobile-menu:hover i:after {
  width: 65%;
}

.page-open-mobile-menu i {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background: currentColor;
}

.page-open-mobile-menu i:before, .page-open-mobile-menu i:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  content: '';
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.page-open-mobile-menu i:before {
  top: -8px;
}

.page-open-mobile-menu i:after {
  top: 8px;
}

.page-close-mobile-menu {
  font-size: 48px;
  cursor: pointer;
}

.page-close-mobile-menu span {
  color: #11182a;
}

.page-close-mobile-menu span:hover {
  color: #11182a;
}


.page-mobile-menu-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  padding: 0 30px;
  height: 80px;
  background: #ffffff;
  align-items: center;
}

.page-mobile-menu-logo {
  flex-grow: 1;
}

.page-mobile-menu-opened {
  overflow: hidden;
}

.page-mobile-main-menu {
  position: fixed;
  top: 0;
  right: 100%;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  background: #ffffff;
  text-align: left;
  transition: all .3s;
  overflow-y: auto;
  padding-top: 80px;
}

.admin-bar .page-mobile-main-menu {
  top: 32px;
  height: calc(100% - 32px);
}

.page-mobile-menu-opened .page-mobile-main-menu {
  right: 0;
}

.page-mobile-main-menu .widgettitle {
  margin: 0 0 10px;
}

.page-mobile-main-menu .wpb_column + .wpb_column {
  margin-top: 35px;
}

.page-mobile-main-menu ul {
  margin: 0;
  padding: 0;
}

.page-mobile-main-menu li {
  display: block;
  list-style-type: none;
}

.page-mobile-main-menu li.opened > a .toggle-sub-menu:after {
  content: '\f3d0';
}

.page-mobile-main-menu .sub-menu {
  display: none;
  margin: 12px 0 14px 10px;
}

.page-mobile-main-menu .sub-menu a {
  padding: 8px 0;
}

.page-mobile-main-menu .page-mobile-menu-content > ul > li.page_item_has_children {
  padding-bottom: 18px;
}

.page-mobile-main-menu .children {
  margin-left: 20px;
}

.page-mobile-main-menu .children a {
  padding: 8px 0;
}

.page-mobile-main-menu .wpb_column.vc_column_container {
  width: 100% !important;
}

.page-mobile-main-menu .menu__container {
  padding: 0;
  margin: 14px 30px 30px;
}

.page-mobile-main-menu .menu__container > li > a {
  padding: 10px 0;
  border: 0;
  border-color: transparent;
}

.page-mobile-main-menu .menu__container > li + li > a {
  border-top: 1px solid transparent;
}

.page-mobile-main-menu .menu__container > li.opened > a {
  border-bottom: 1px solid transparent;
}

.page-mobile-main-menu .menu__container a {
  position: relative;
  display: block;
}

.page-mobile-main-menu .tm-list {
  margin-bottom: 16px;
}

.page-mobile-main-menu .mega-menu {
  margin-top: 20px;
}

.page-mobile-main-menu .wpb_button,
.page-mobile-main-menu .wpb_content_element,
.page-mobile-main-menu ul.wpb_thumbnails-fluid > li {
  margin-bottom: 30px;
}

.page-mobile-main-menu .widget_nav_menu li,
.page-mobile-main-menu .insight-core-bmw li {
  margin: 0;
  padding: 0;
  border: 0;
}

.page-mobile-main-menu .toggle-sub-menu {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  transform: translate(0, -50%);
}

.page-mobile-main-menu .toggle-sub-menu:after {
  display: block;
  content: '\f3d3';
  font-size: 24px;
  font-family: 'Ionicons';
  font-weight: 500;
}

.page-mobile-main-menu .toggle-sub-menu:hover {
  background: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 782px) {
  .admin-bar .page-mobile-main-menu {
    top: 46px;
    height: calc(100% - 46px);
  }
}

@media screen and (max-width: 600px) {
  .admin-bar .page-mobile-main-menu {
    top: 0;
    height: 100%;
  }
}

.desktop-menu .page-open-mobile-menu {
  display: none !important;
}

.page-title-bar {
  position: relative;
}

.page-title-bar h1, .page-title-bar h2, .page-title-bar h3, .page-title-bar h4, .page-title-bar h5, .page-title-bar h6 {
  margin-bottom: 0;
}

.page-title-bar-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.page-title-bar-inner {
  border-bottom-style: solid;
}

.insight_core_breadcrumb {
  margin: 0;
  padding: 0;
}

.insight_core_breadcrumb li {
  display: inline-block;
}

.insight_core_breadcrumb li + li {
  position: relative;
  padding-left: 25px;
}

.insight_core_breadcrumb li + li:before {
  font-family: Ionicons;
  content: '\f125';
  font-size: 8px;
  font-weight: 500;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
}

.insight_core_breadcrumb a {
  position: relative;
  padding: 2px 0;
  overflow: hidden;
  z-index: 1;
}

.insight_core_breadcrumb a:after {
  content: '';
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}

.insight_core_breadcrumb a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}

.page-title-bar-01 .heading {
  text-align: center;
}

.page-title-bar-01 .insight_core_breadcrumb {
  margin-top: 18px;
  text-align: center;
}

.page-title-bar-02 .insight_core_breadcrumb,
.page-title-bar-04 .insight_core_breadcrumb {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .page-title-bar-02 .insight_core_breadcrumb,
  .page-title-bar-04 .insight_core_breadcrumb {
    text-align: right;
    margin-top: 0;
  }
}

.page-title-bar-03 .heading {
  text-align: center;
}

.page-title-bar-03 .page-breadcrumb {
  position: absolute;
  bottom: 41px;
  left: 0;
  width: 100%;
}

.page-title-bar-03 .insight_core_breadcrumb {
  text-align: center;
}

@media (max-width: 767px) {
  .page-title-bar-03 .page-breadcrumb {
    bottom: 25px;
  }
}

.page-title-bar-05 .breadcrumb-wrap,
.page-title-bar-06 .breadcrumb-wrap {
  position: absolute;
  bottom: 41px;
  left: 0;
  width: 100%;
}

.page-scroll-up {
  position: fixed;
  right: 30px;
  bottom: -60px;
  z-index: 999;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
  display: block;
  padding: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 25px;
  line-height: 60px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}

.page-scroll-up i {
  color: #ffffff;
}

.page-scroll-up.show {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

.page-scroll-up:hover {
  opacity: .8;
}

.popup-search-opened .page-popup-search {
  visibility: visible;
  opacity: 1;
}

.popup-search-opened .page-popup-search .page-popup-search-inner {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.popup-search-opened .page-popup-search .search-field {
  transition: transform .5s, ease-out .3s;
  transform: scale3d(1, 1, 1);
}

.popup-search-opened .page-popup-search .form-description {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.page-popup-search {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  visibility: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  transition: all ease-in-out .25s;
}

.page-popup-search-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  visibility: hidden;
  padding: 0 50px;
  width: 75%;
  text-align: center;
  font-size: 18px;
  opacity: 0;
  transition: all ease-in-out .3s;
  transform: translate(-50%, -50%) scale(0.8);
}

.page-popup-search .popup-search-close {
  position: absolute;
  top: 60px;
  right: 60px;
  font-size: 100px;
  cursor: pointer;
  line-height: 0;
}

.page-popup-search .popup-search-close i {
  line-height: 0;
}

.page-popup-search .form-description {
  display: block;
  padding: 0.85em 0;
  text-align: right;
  font-weight: 700;
  font-size: 90%;
  opacity: 0;
  transition: opacity .4s, transform .4s;
  transform: translate3d(0, 50px, 0);
}

.page-popup-search .search-form {
  position: relative;
}

.page-popup-search .search-field {
  padding: .05em 0;
  height: auto;
  border: 0;
  border-bottom: 5px solid transparent;
  border-radius: 0;
  background: none !important;
  font-size: 10vw;
  transform: scale3d(0, 1, 1);
  transform-origin: 0% 50%;
  -webkit-appearance: none;
}

.page-popup-search .search-field:-webkit-autofill, .page-popup-search .search-field:-webkit-autofill:hover, .page-popup-search .search-field:-webkit-autofill:focus, .page-popup-search .search-field:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

.page-popup-search .search-field::-webkit-input-placeholder {
  color: transparent;
  font-size: 10vw;
}

.page-popup-search .search-field:-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
  font-size: 10vw;
}

.page-popup-search .search-field::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
  font-size: 10vw;
}

.page-popup-search .search-field:-ms-input-placeholder {
  color: transparent;
  font-size: 10vw;
}

.page-popup-search .search-submit {
  display: none;
}

@media (max-width: 767px) {
  .page-popup-search-inner {
    padding: 0 15px;
  }
  .page-popup-search .popup-search-close {
    top: 20px;
    right: 20px;
  }
}

a, input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'], select, textarea, button,
input[type='button'],
input[type='reset'],
input[type='submit'], .desktop-menu .header-15 .menu--primary .menu__container > li > a .menu-item-wrap:after, .desktop-menu .header-19 .menu__container > li > a:after, .desktop-menu .header-22 .menu__container > li > a:after, .desktop-menu .header-24 .menu__container > li > a:after, .desktop-menu .header-26 .menu__container > li > a:after, .desktop-menu .header-27 .menu__container > li > a:after, .desktop-menu .header-28 .menu__container > li > a:after, .desktop-menu .menu--primary .menu-item, .tm-swiper:hover .swiper-nav-button, .tm-swiper.pagination-style-7 .swiper-pagination-bullet:after, .tm-swiper.pagination-style-9 .swiper-pagination-bullet:after, .related-posts .related-post-feature-wrap, .tm-blog.style-02 .post-feature-wrap, .tm-blog.style-grid_classic_02 .post-feature-wrap, .tm-blog.style-grid_classic_02 .post-thumbnail, .tm-category-feature.style-01 .cat-item-wrap, .tm-case-study.style-grid .post-read-more, .tm-case-study.style-simple-list .post-item-wrap, .tm-case-study.style-simple-list .post-title, .tm-case-study.style-carousel .post-item-wrap, .tm-case-study.style-carousel-2 .post-item-wrap, .tm-service.style-02 .post-thumbnail-wrap img, .tm-service-feature.style-01 .post-item-wrap, .tm-page-feature.style-01 .post-item-wrap, .tm-button, .tm-list .marker, .tm-client.style-grid .grid-inner, .tm-client.hover-main-move-up .image, .tm-box-icon.style-1 .image, .tm-box-icon.style-3 .image, .tm-box-icon.style-9 .image, .tm-box-icon.style-10 .icon, .tm-box-icon.style-11 .content-wrap:before, .tm-accordion.style-1 .accordion-title:before, .tm-testimonial.style-1 .testimonial-item, .tm-testimonial.style-3 .testimonial-item, .tm-testimonial.style-5 .testimonial-item, .tm-testimonial.style-6 .testimonial-item, .tm-testimonial.style-9 .testimonial-item, .tm-testimonial-list .testimonial-item, .tm-team-member.style-3, .tm-team-member.style-3 .info, .tm-team-member.style-3 .social-footer, .tm-mailchimp-form.style-6 .form-submit:after, .tm-mailchimp-form.style-7 .form-submit:after, .tm-mailchimp-form.style-9 .form-submit:after, .tm-mailchimp-form.style-10 .mc4wp-form-fields .form-submit:after, .tm-mailchimp-form.style-11 .form-submit:after, .tm-gallery img, .tm-view-demo.style-01 .item-wrap, .tm-view-demo.style-01 .thumbnail, .tm-view-demo.style-01 .overlay, .tm-view-demo.style-02 .item-wrap, .tm-view-demo.style-02 .overlay, .widget_recent_entries li,
.widget_recent_comments li,
.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_product_categories li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li,
.insight-core-bmw li, .tm-posts-widget .post-widget-overlay, .mini-cart .widget_shopping_cart_content, .woocommerce .cats .cat-text, .woocommerce .cats .cat-title, .woocommerce .cats .cat-count, .woocommerce.single-product div.product .woocommerce-tabs ul.tabs li, .woocommerce.single-product div.product .woocommerce-tabs ul.tabs li a {
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.nav-links a div, .top-bar-office-wrapper .office-list, .popup-search-wrap i, .page-open-main-menu i, .switcher-language-wrapper .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu, .sm-simple .menu-item-image_hover, .page-close-main-menu, .page-off-canvas-main-menu, .page-open-mobile-menu i, .page-mobile-main-menu .toggle-sub-menu, .page-scroll-up, .fall-down-effect:before, .tm-blog.style-01 .post-item-wrap, .tm-case-study .post-thumbnail img, .tm-case-study.style-grid .post-item-wrap, .tm-case-study.style-grid .post-overlay, .tm-case-study.style-grid-caption .post-item-wrap, .tm-case-study.style-grid-caption-2 .post-item-wrap, .tm-service.style-01 .post-info, .tm-service.style-01 .post-info:after, .tm-service.style-02 .post-thumbnail-wrap:after, .tm-service.style-03 .post-item-wrap, .tm-button.style-border-text .button-text:before, .tm-button.style-border-text .button-text:after, .tm-button.tm-button-icon-move .button-icon, .tm-box-icon.style-2 .icon, .tm-box-icon.style-2 .image, .tm-box-icon.style-4 .icon, .tm-box-icon.style-5 .content-wrap, .tm-box-icon.style-7 .content-wrap, .tm-card.style-1, .tm-card.style-2, .tm-accordion .accordion-title, .tm-testimonial.style-2 .testimonial-item, .tm-testimonial.style-7 .testimonial-item, .tm-testimonial.style-8 .testimonial-item, .tm-slider-button .slider-btn, .tm-pricing.style-1 .inner, .tm-pricing.style-2 .inner, .tm-team-member .social-networks a, .tm-team-member.effect-grayscale .photo img, .tm-team-member.style-1 .social-networks a, .tm-team-member.style-3 .social-networks a, .tm-social-networks .link-icon, .tm-gallery.hover-overlay .overlay, .tm-view-demo.style-02 .thumbnail:before, .woocommerce-error .button:after,
.woocommerce-info .button:after,
.woocommerce-message .button:after, .mini-cart .mini-cart-icon:before, .woocommerce .tm-products .product .product-wrapper, .woocommerce .products .product .product-wrapper, .woosw-area .woosw-continue {
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/*
Components are the stuff of UI. Eg. buttons, special titles, etc.
These get much more explicitly named: eg. products-list, etc.
*/



 @-webkit-keyframes fadeIn {
  0% {
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes moveVertical {
  0% {
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes moveVertical {
  0% {
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes moveHorizontal {
  0% {
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}

@keyframes moveHorizontal {
  0% {
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes scaleUp {
  0% {
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@keyframes scaleUp {
  0% {
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes fallPerspective {
  0% {
  }
  100% {
    -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes fallPerspective {
  0% {
  }
  100% {
    -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
    transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes fly {
  0% {
  }
  100% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes fly {
  0% {
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes flip {
  0% {
  }
  100% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flip {
  0% {
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes helix {
  0% {
  }
  100% {
    -webkit-transform: rotateY(0deg);
    opacity: 1;
  }
}

@keyframes helix {
  0% {
  }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes popUp {
  0% {
  }
  70% {
    -webkit-transform: scale(1.1);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@keyframes popUp {
  0% {
  }
  70% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.page-has-animation .page-content .tm-animation {
  opacity: 0;
}

.page-has-animation .page-content .tm-animation.fade-in.animate {
  -webkit-animation: fadeIn 0.95s ease forwards;
  animation: fadeIn 0.95s ease forwards;
}

.page-has-animation .page-content .tm-animation.move-up.animate {
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
  -webkit-animation: moveVertical 0.65s ease forwards;
  animation: moveVertical 0.65s ease forwards;
}

.page-has-animation .page-content .tm-animation.move-down.animate {
  -webkit-transform: translateY(-150px);
  transform: translateY(-150px);
  -webkit-animation: moveVertical 0.65s ease forwards;
  animation: moveVertical 0.65s ease forwards;
}

.page-has-animation .page-content .tm-animation.move-left.animate {
  -webkit-transform: translateX(150px);
  transform: translateX(150px);
  -webkit-animation: moveHorizontal 0.65s ease forwards;
  animation: moveHorizontal 0.65s ease forwards;
}

.page-has-animation .page-content .tm-animation.move-right.animate {
  -webkit-transform: translateX(-150px);
  transform: translateX(-150px);
  -webkit-animation: moveHorizontal 0.65s ease forwards;
  animation: moveHorizontal 0.65s ease forwards;
}

.page-has-animation .page-content .tm-animation.scale-up.animate {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: scaleUp 0.65s ease-in-out forwards;
  animation: scaleUp 0.65s ease-in-out forwards;
}

.page-has-animation .page-content .tm-animation.fall-perspective {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.page-has-animation .page-content .tm-animation.fall-perspective.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  -webkit-animation: fallPerspective .8s ease-in-out forwards;
  animation: fallPerspective .8s ease-in-out forwards;
}

.page-has-animation .page-content .tm-animation.fly {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.page-has-animation .page-content .tm-animation.fly.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50% -300px;
  transform-origin: 50% 50% -300px;
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  -webkit-animation: fly .8s ease-in-out forwards;
  animation: fly .8s ease-in-out forwards;
}

.page-has-animation .page-content .tm-animation.flip.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotateX(-80deg);
  transform: rotateX(-80deg);
  -webkit-animation: flip .8s ease-in-out forwards;
  animation: flip .8s ease-in-out forwards;
}

.page-has-animation .page-content .tm-animation.helix {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.page-has-animation .page-content .tm-animation.helix.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-animation: helix .8s ease-in-out forwards;
  animation: helix .8s ease-in-out forwards;
}

.page-has-animation .page-content .tm-animation.pop-up {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.page-has-animation .page-content .tm-animation.pop-up.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-animation: popUp .8s ease-in forwards;
  animation: popUp .8s ease-in forwards;
}

.page-has-animation .page-content .tm-swiper .tm-animation {
  opacity: 1 !important;
  transform: none !important;
  perspective: none !important;
}

.fall-down-effect:hover:before {
  transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
  opacity: 1;
}

.fall-down-effect:before {
  content: attr(data-hover);
  position: absolute;
  opacity: 0;
  transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
  pointer-events: none;
}

.embed-responsive,
.video-player {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  height: 0;
}

.embed-responsive iframe,
.video-player iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9,
.video-player {
  padding-bottom: 56.25%;
}

.instagram-media {
  max-width: 100% !important;
}

.page-content {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 1024px) {
  #footer-wrap {
    position: fixed;
    left: 0;
    bottom: 0;
  }
  .page-footer-parallax:not(.page-template-one-page-scroll) {
    height: 100%;
  }
  .page-footer-parallax:not(.page-template-one-page-scroll) .site {
    min-height: 100%;
    position: static;
  }
  .page-footer-parallax:not(.page-template-one-page-scroll) .content-wrapper {
    position: relative;
    z-index: 3;
    background: inherit;
  }
  .page-footer-parallax:not(.page-template-one-page-scroll) .page-footer-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .page-footer-parallax .site {
    background-color: #ffffff;
  }
}

.boxed {
  margin: 0 auto;
  max-width: 1200px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
}

.boxed .content {
  overflow: hidden;
}

.site {
  overflow: hidden;
}

body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.page-sidebar,
.page-main-content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.page-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100000;
}

.page-load-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.preloader-wrap {
  display: table;
  width: 100%;
  height: 100%;
}

.wrap-2 {
  display: table-cell;
  vertical-align: middle;
}

body.loaded .page-loading {
  opacity: 0;
}

body.loaded .page-load-inner {
  transform: translate3d(0, -100px, 0);
}

.page-loading .sk-image {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.page-loading .sk-image img {
  max-width: 200px;
  height: auto;
}

.admin-bar .headroom.headroom--not-top .page-header-inner {
  top: 32px;
}

@media screen and (max-width: 782px) {
  html.js_active {
    margin-top: 0 !important;
  }
  .admin-bar.header-sticky .content-wrapper {
    margin-top: 46px;
  }
  .admin-bar .headroom.headroom--not-top .page-header-inner {
    top: 46px;
  }
}

.tm-swiper {
  position: relative;
  z-index: 1;
  margin: -30px -20px;
}

.tm-swiper .swiper-container {
  width: 100%;
  padding: 30px 20px;
}

.tm-swiper .swiper-slide {
  box-sizing: border-box;
}

.tm-swiper .swiper-nav-button {
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.3s linear 2s, opacity 0.3s linear 2s;
  background-image: none;
  text-align: center;
  user-select: none;
  outline: none !important;
  width: 50px;
  height: 50px;
  font-size: 18px;
  font-weight: 500;
  color: #222;
  border: 2px solid rgba(34, 34, 34, 0.16);
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
}

.tm-swiper .swiper-nav-button i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  display: inline-block;
  font: normal normal normal 14px/1 'Ionicons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tm-swiper .swiper-button-prev {
  left: 50px;
}

.tm-swiper .swiper-button-prev i:before {
  content: '\f3cf';
}

.tm-swiper .swiper-button-next {
  right: 50px;
}

.tm-swiper .swiper-button-next i:before {
  content: '\f3d1';
}

.page-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.tm-service.style-carousel_06 {
  padding-top: 0;
  padding-bottom: 0;
}

.tm-service.style-carousel_06 .post-info {
  height: 500px;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  position: relative;
  order: 2;
}

/* @media (min-width: 768px) {
  .tm-service.style-carousel_06 .post-info {
    padding: 100px 50px;
  }
}

.tm-service.style-carousel_06 .post-info .post-icon {
  color: #000;
  line-height: 1;
  font-size: 70px;
  margin-bottom: 40px;
} */

.tm-service.style-carousel_06 .post-info .post-title {
  font-size: 25px;
  line-height: 25px;
  display: block;
  position: relative;
  padding-bottom: 100px;
  color: #033649;
}

.tm-service.style-carousel_06 .post-info .post-title a {
  font-weight: 700;
}

.tm-service.style-carousel_06 .post-info .post-title a span {
  font-weight: 300;
  display: block;
}

.tm-service.style-carousel_06 .post-info .post-excerpt {
  color: #000;
  line-height: 20px;
  font-size: 16px;
}

.tm-service.style-carousel_06 .post-info .post-more {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  color: #000;
  position: absolute;
  right: 40px;
  bottom: 40px;
}

@media (min-width: 768px) {
  .tm-service.style-carousel_06 .post-info .post-more {
    left: 50px;
    bottom: 80px;
  }
}

.tm-service.style-carousel_06 .post-info .post-more a {
  color: #036564;
  position: relative;
}

.tm-service.style-carousel_06 .post-info .post-more a:hover {
  color: #06112C;
}

.tm-service.style-carousel_06 .post-info .post-more a:after {
  content: '\f30f';
  display: inline-block;
  font-family: Ionicons;
  color: #036564;
  margin-left: 10px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}


.tm-service.style-carousel_06 .post-info .post-more a:hover:after {
  transform: translateX(5px);
}

@media (max-width: 991px) {
  .tm-service.style-carousel_06 .post-thumbnail-wrap {
    height: 480px;
  }
  .tm-service.style-carousel_06 .post-info {
    height: 480px;
    padding: 30px;
  }
}

.tm-button-wrapper {
  font-size: 0;
}

.tm-button {
  position: relative;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  line-height: 1.2;
  border-style: solid;
  cursor: pointer;
}

.tm-button.style-flat {
  padding: 0 35px;
  height: 40px;
  line-height: 36px;
  border-width: 2px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.tm-button.style-outline {
  padding: 0 35px;
  height: 40px;
  border-width: 2px;
  font-weight: 700;
  font-size: 13px;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.tm-button.style-outline.tm-button-grey {
  color: #ffffff;
  border-color: #036564;
  background: #036564;
  font-weight: bold;
}

.tm-button.style-text {
  padding: 0;
  border: 0;
  background-color: transparent;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.tm-button.style-text .button-text {
  display: inline-block;
}

.tm-button.style-text.has-icon-right {
  padding-right: 20px !important;
}

.tm-button.style-text.has-icon-right .button-icon {
  left: auto;
  right: 1px;
}

.tm-button.style-text.has-icon-left {
  padding-left: 20px !important;
}

.tm-button.style-text.has-icon-left .button-icon {
  left: 1px;
  right: auto;
}

.tm-button.style-text .button-icon {
  font-size: 15px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 20px;
  line-height: 0;
  color: #bbbbbb;
}

.tm-button.style-text .button-icon:before {
  line-height: 0;
}

.tm-button.style-text.tm-button-lg {
  font-size: 14px;
}

.tm-button.style-text.tm-button-sm {
  font-size: 12px;
}

.tm-button.style-text.tm-button-xs {
  font-size: 11px;
}

.tm-button.style-image-text {
  font-size: 20px;
  font-weight: 600;
  border: 0;
  height: 60px;
  line-height: 60px;
}

.tm-button.style-image-text > div {
  display: flex;
  align-items: center;
}

.tm-button.style-image-text img {
  flex-shrink: 0;
  margin-right: 10px;
}

.tm-button.style-image-text.tm-button-lg {
  height: 68px;
  line-height: 68px;
}

.tm-button.style-image-text.tm-button-sm {
  height: 50px;
  line-height: 50px;
}

.tm-button.style-image-text.tm-button-xs {
  height: 40px;
  line-height: 40px;
}

.tm-button.tm-button-icon-move.has-icon-left:hover .button-icon {
  margin-left: -20px;
}

.tm-button.tm-button-icon-move.has-icon-right:hover .button-icon {
  margin-left: 20px;
}

.tm-button.tm-button-move-up:hover {
  transform: translateY(-10px);
}

.tm-button.glint-effect {
  position: relative;
  overflow: hidden;
}

.tm-button.glint-effect:before {
  content: '';
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 3.5em;
  display: block;
  position: absolute;
  top: 0;
  left: -50%;
  transform: skewX(-45deg);
  transition: none;
}

.tm-button.glint-effect:hover:before {
  left: 150%;
  transition: all .5s ease-in-out;
}

.rev-btn {
  transition: background-color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

.rev_slider .left-icon {
  margin-right: 10px;
}

.rev_slider .right-icon {
  margin-left: 10px;
}

.btn-text-popup-video .button-text {
  font-size: 15px;
  letter-spacing: 0;
  text-transform: none;
  font-weight: normal;
}

.tm-button-group {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: -10px;
}

.tm-button-group .tm-button-wrapper {
  padding: 10px;
}

.tm-box-icon {
  position: relative;
}

.tm-box-icon .icon {
  line-height: 1;
}

.tm-box-icon .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tm-box-icon .content-wrap {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.tm-box-icon .tm-svg {
  line-height: 0;
}

.tm-box-icon .tm-svg * {
  stroke: currentColor;
}

.tm-box-icon h1, .tm-box-icon h2, .tm-box-icon h3, .tm-box-icon h4, .tm-box-icon h5, .tm-box-icon h6 {
  margin-bottom: 0;
}

.tm-box-icon.style-1:hover .image {
  transform: translateY(-10px);
}

.tm-box-icon.style-1 .image {
  width: 100%;
}

.tm-box-icon.style-1 .icon {
  font-size: 54px;
}

.tm-box-icon.style-1 .tm-svg {
  width: 54px;
}

.tm-box-icon.style-1 .icon,
.tm-box-icon.style-1 .image {
  margin-bottom: 30px;
}

.tm-box-icon.style-1 .heading {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 19px;
}

.tm-box-icon.style-1 .text {
  max-width: 350px;
}

.tm-box-icon.style-1 .tm-box-icon__btn {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 20px;
  color: #ffc246;
  border-bottom: 2px solid #eee;
  padding-bottom: 2px;
}

.tm-box-icon.style-1 .tm-box-icon__btn:after {
  content: '';
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #ffc246;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.tm-box-icon.style-1 .tm-box-icon__btn:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}

.tm-box-icon.style-2 .icon {
  position: relative;
  font-size: 70px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 53px;
}

.tm-box-icon.style-2 .icon:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  opacity: .1;
  background: currentColor;
}

.tm-box-icon.style-2 .icon span {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
}

.tm-box-icon.style-2 svg {
  width: 50px;
}

.tm-box-icon.style-2 .image {
  margin-bottom: 23px;
}

.tm-box-icon.style-2 .heading {
  font-size: 16px;
  font-weight: 500;
}

.tm-box-icon.style-2 .text {
  margin-top: 15px;
}

.tm-box-icon.style-2 .tm-box-icon__btn {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 20px;
  color: #ffc246;
  border-bottom: 2px solid #eee;
  padding-bottom: 2px;
}

.tm-box-icon.style-2 .tm-box-icon__btn:after {
  content: '';
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #ffc246;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.tm-box-icon.style-2 .tm-box-icon__btn:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}

.tm-box-icon.style-3:hover .image,
.tm-box-icon.style-3:hover .icon {
  animation: box-image-pop .3s linear;
}

.tm-box-icon.style-3 .icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-right: 30px;
}

.tm-box-icon.style-3 .tm-svg {
  width: 60px;
}

.tm-box-icon.style-3 .content-inner {
  display: flex;
}

.tm-box-icon.style-3 .image {
  width: 100px;
  margin-right: 20px;
  flex-shrink: 0;
}

.tm-box-icon.style-3 .content {
  flex-grow: 1;
}

.tm-box-icon.style-3 .heading {
  font-size: 18px;
  margin-top: 25px;
}

.tm-heading a {
  font-size: inherit;
  color: inherit;
  position: relative;
}

.tm-heading a:hover {
  color: inherit;
}

.tm-heading a:hover:before, .tm-heading a:hover:after {
  width: 50%;
}

.tm-heading .icon {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 9px;
}

.tm-heading.common .heading {
  font-size: 30px;
}

.tm-heading.gradient .heading {
  font-weight: 600;
  display: inline-block;
  background: linear-gradient(-90deg, #ffbe56 5%, #ff823e 95%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.tm-heading.gradient .heading * {
  background: inherit;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.tm-heading.gradient .heading sup {
  font-size: .5em;
  vertical-align: super;
  font-weight: 700;
}

.tm-heading.multiweight strong {
  font-weight: 700;
}

.tm-heading.big-gradient .heading {
  font-weight: 600;
  display: inline-block;
  background: linear-gradient(-90deg, #ffbe56 5%, #ff823e 95%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 110px;
  line-height: 1;
}

.tm-heading.big-gradient .heading * {
  background: inherit;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.tm-heading.big-gradient .heading sup {
  font-size: .5em;
  vertical-align: super;
  font-weight: 700;
}

.tm-heading.with-separator {
  margin-bottom: 16px;
}

.tm-heading.with-separator .heading {
  display: inline-block;
  font-size: 36px;
}

.tm-heading.with-separator .heading:after {
  content: '';
  display: block;
  margin-top: 10px;
  width: 100%;
  height: 1px;
  background: #eee;
  opacity: 0.17;
}

.tm-heading.with-separator-02 {
  margin-bottom: 20px;
}

.tm-heading.with-separator-02 .heading {
  display: inline-block;
  font-size: 42px;
}

.tm-heading.with-separator-02 .heading:after {
  content: '';
  display: block;
  margin-top: 10px;
  width: 100%;
  height: 1px;
  background: #ddd;
}

.tm-heading.with-separator-03 {
  margin-bottom: 24px;
}

.tm-heading.with-separator-03 .heading {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
}

.tm-heading.with-separator-03 .heading:before, .tm-heading.with-separator-03 .heading:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffc246;
  position: absolute;
  bottom: 0;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.tm-heading.with-separator-03 .heading:before {
  left: 0;
}

.tm-heading.with-separator-03 .heading:after {
  right: calc(100% + 20px);
}

.tm-heading.with-separator-03 .heading:hover:before {
  left: calc(100% + 20px);
}

.tm-heading.with-separator-03 .heading:hover:after {
  right: 0;
}

.tm-heading.with-separator-04 {
  padding-bottom: 30px;
  position: relative;
}

.tm-heading.with-separator-04 .heading {
  display: inline-block;
}

.tm-heading.with-separator-04:before {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background-color: #ffc246;
  position: absolute;
  left: 0;
  bottom: 0;
}

.tm-heading.with-separator-04:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 150px;
  height: 1px;
  background: #ddd;
}

.tm-heading.with-separator-04.left-30px .heading {
  transform: translateX(-30px);
}

.tm-heading.with-separator-04.left-100px .heading {
  transform: translateX(-100px);
}

.tm-heading.with-separator-04.center:before, .tm-heading.with-separator-04.center:after {
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  .tm-heading.with-separator-04 .heading {
    transform: translateX(0) !important;
  }
}

.tm-heading.with-separator-05 {
  padding-bottom: 30px;
  position: relative;
}

.tm-heading.with-separator-05 .heading {
  display: inline-block;
}

.tm-heading.with-separator-05:before {
  content: '';
  display: block;
  width: 50px;
  height: 4px;
  background-color: #ffc246;
  position: absolute;
  left: 0;
  bottom: 0;
}

.tm-heading.with-separator-05.left-30px .heading {
  transform: translateX(-30px);
}

.tm-heading.with-separator-05.left-100px .heading {
  transform: translateX(-100px);
}

.tm-heading.with-separator-05.center:before, .tm-heading.with-separator-05.center:after {
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  .tm-heading.with-separator-05 .heading {
    transform: translateX(0) !important;
  }
}

.tm-heading.highlight-big-number mark {
  font-size: 120px;
  line-height: 1;
  margin-right: 5px;
  float: left;
}

.tm-heading.highlight-big-number mark sup {
  font-size: .5em;
  vertical-align: super;
}

.tm-heading.above-medium-separator .heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.tm-heading.above-medium-separator .separator:before {
  content: '';
  display: block;
}

.tm-heading.above-medium-separator .separator:after {
  content: '';
  display: inline-block;
  height: 5px;
  width: 30px;
  border-radius: 5px;
  margin-bottom: 18px;
}

.tm-heading.medium-separator {
  margin-bottom: 30px;
}

.tm-heading.medium-separator .heading {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.38;
}

.tm-heading.medium-separator .separator:before {
  content: '';
  display: block;
}

.tm-heading.medium-separator .separator:after {
  content: '';
  display: inline-block;
  height: 5px;
  width: 30px;
  border-radius: 5px;
  margin-top: 27px;
}

.tm-heading.thick-separator {
  margin-bottom: 24px;
}

.tm-heading.thick-separator .heading {
  font-size: 42px;
}

.tm-heading.thick-separator .separator:before {
  content: '';
  display: block;
}

.tm-heading.thick-separator .separator:after {
  content: '';
  display: inline-block;
  height: 8px;
  width: 50px;
  border-radius: 5px;
  margin-top: 27px;
}

.tm-heading.above-thick-separator .heading {
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1.333;
  font-weight: 900;
}

.tm-heading.above-thick-separator .separator:before {
  content: '';
  display: block;
}

.tm-heading.above-thick-separator .separator:after {
  content: '';
  display: inline-block;
  height: 5px;
  width: 50px;
  margin-bottom: 20px;
  opacity: .2;
  background: currentColor;
}

.tm-heading.beside-thick-separator {
  position: relative;
}

.tm-heading.beside-thick-separator .heading {
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1.333;
  font-weight: 900;
}

.tm-heading.beside-thick-separator:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 54%;
  width: 5px;
  opacity: .2;
}

.tm-heading.beside-thick-separator.left {
  padding-right: 20px;
}

.tm-heading.beside-thick-separator.left:before {
  right: 0;
}

.tm-heading.beside-thick-separator.right {
  padding-left: 20px;
}

.tm-heading.beside-thick-separator.right:before {
  left: 0;
}

.tm-heading.modern .heading {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.26;
  color: #bbb;
}

.tm-heading.modern-02 .heading {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.26;
  color: #acacac;
}

.tm-heading.modern-03 .heading {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.26;
}

.tm-heading.modern-with-separator {
  margin-bottom: 22px;
}

.tm-heading.modern-with-separator .heading {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.26;
}

.tm-heading.modern-with-separator .heading:after {
  content: '';
  display: block;
  margin-top: 16px;
  width: 100%;
  height: 1px;
  background: #d8d8d8;
}

.tm-heading.modern-with-separator-02 {
  margin-bottom: 29px;
}

.tm-heading.modern-with-separator-02 .heading {
  display: inline-block;
  font-weight: 700;
  line-height: 1.26;
}

.tm-heading.modern-with-separator-02 .heading:after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 100%;
  height: 3px;
}

.typed-text mark {
  background: none;
}

@media (max-width: 1199px) {
  .tm-heading.big-gradient .heading {
    font-size: 100px;
  }
  .tm-heading.with-separator-02 .heading {
    font-size: 36px;
  }
  .tm-heading.above-thick-separator .heading {
    font-size: 30px;
  }
  .tm-heading.above-thick-separator .separator:after {
    margin-bottom: 15px;
  }
  .tm-heading.beside-thick-separator .heading {
    font-size: 30px;
  }
}

.tm-social-networks {
  line-height: 0;
}

.tm-social-networks ul {
  display: inline-block;
  padding: 0;
  margin: 0 -8px;
}

.tm-social-networks .item {
  list-style-type: none;
}

.tm-social-networks .link {
  padding: 5px 8px;
}


.tm-social-networks.layout-inline .item {
  display: inline-block;
  margin-left: 25px;
}

.tm-social-networks.style-solid-rounded-icon ul {
  margin: 0;
}

.tm-social-networks.style-solid-rounded-icon li {
  float: left;
}

.tm-social-networks.style-solid-rounded-icon li + li {
  margin-left: 10px;
}

.tm-social-networks.style-solid-rounded-icon .link {
  font-size: 18px;
  display: block;
  text-align: center;
  height: 30px;
  width: 30px;
  border: 1px solid #ddd;
  border-radius: 50%;
  position: relative;
}

.tm-social-networks.style-solid-rounded-icon .link-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tm-social-networks .link {
  display: inline-block;
}

.tm-twitter.style-slider_2 {
  position: relative;
  height: 100%;
  min-height: 370px;
  margin: 0 auto;
  background: #ffffff;
}

.tm-twitter.style-slider_2 .tm-swiper {
  margin: 0;
}

.tm-twitter.style-slider_2 .tm-swiper .swiper-container {
  padding: 0;
}

.tm-twitter.style-slider_2 .swiper-button-next, .tm-twitter.style-slider_2 .swiper-button-prev {
  top: auto;
  bottom: 20px;
  border: 0;
  color: #000;
  background-color: transparent;
  left: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.tm-twitter.style-slider_2 .swiper-button-next:hover, .tm-twitter.style-slider_2 .swiper-button-prev:hover {
  color: #000;
  background-color: transparent;
}

.tm-twitter.style-slider_2 .swiper-button-next {
  left: 55px;
}

.tm-twitter.style-slider_2 .swiper-button-next:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  content: '';
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.6);
}

.tm-twitter.style-slider_2 .tweet {
  padding: 115px 30px;
  color: #000;
}

.tm-twitter.style-slider_2 .tweet .tweet-date {
  position: absolute;
  top: 35px;
  left: 30px;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.7);
}

.tm-twitter.style-slider_2 .tweet .tweet-text,
.tm-twitter.style-slider_2 .tweet .tweet-text a {
  font-size: 18px;
  color: #000;
}

@media (min-width: 768px) {
  .tm-twitter.style-slider_2 .tweet .tweet-text,
  .tm-twitter.style-slider_2 .tweet .tweet-text a {
    font-size: 18px;
    line-height: 25px;
  }
}

.tm-twitter.style-slider_2 .tweet .tweet-text a {
  font-weight: 700;
}

.tm-twitter.style-slider_2 .tweet + .tweet {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eeeeee;
}

.tm-twitter.style-slider_2 .tweet + .tweet:before {
  top: 13px;
}

.column-full-height .tm-twitter.style-slider_2:before {
  right: 40px;
  bottom: 40px;
}

.column-full-height .tm-twitter.style-slider_2 .tm-swiper {
  height: 100%;
}

.column-full-height .tm-twitter.style-slider_2 .tm-swiper .swiper-container {
  height: 100%;
}

.column-full-height .tm-twitter.style-slider_2 .tm-swiper .swiper-container .tweet {
  height: 100%;
  padding: 0;
}

.column-full-height .tm-twitter.style-slider_2 .tm-swiper .swiper-container .tweet .tweet-date {
  left: 40px;
  top: 40px;
}

.column-full-height .tm-twitter.style-slider_2 .tm-swiper .swiper-container .tweet .tweet-text {
  position: absolute;
  left: 0;
  padding: 0 40px;
  top: 50%;
  transform: translateY(-50%);
}

.column-full-height .tm-twitter.style-slider_2 .tm-swiper .swiper-button-prev {
  bottom: 40px;
  left: 40px;
}

.column-full-height .tm-twitter.style-slider_2 .tm-swiper .swiper-button-next {
  bottom: 40px;
  left: 80px;
}

.column-full-height .tm-twitter.style-slider_2.padding-80:before {
  right: 80px;
  bottom: 80px;
}

.column-full-height .tm-twitter.style-slider_2.padding-80 .tm-swiper {
  height: 100%;
}

.column-full-height .tm-twitter.style-slider_2.padding-80 .tm-swiper .swiper-container {
  height: 100%;
}

.column-full-height .tm-twitter.style-slider_2.padding-80 .tm-swiper .swiper-container .tweet {
  height: 100%;
  padding: 0;
}

.column-full-height .tm-twitter.style-slider_2.padding-80 .tm-swiper .swiper-container .tweet .tweet-date {
  left: 80px;
  top: 130px;
  color: #000;
}

.column-full-height .tm-twitter.style-slider_2.padding-80 .tm-swiper .swiper-container .tweet .tweet-text {
  position: absolute;
  left: 0;
  padding: 0 80px;
  top: 50%;
  transform: translateY(-50%);
}

.column-full-height .tm-twitter.style-slider_2.padding-80 .tm-swiper .swiper-button-prev {
  bottom: 80px;
  left: 80px;
}

.column-full-height .tm-twitter.style-slider_2.padding-80 .tm-swiper .swiper-button-next {
  bottom: 80px;
  left: 120px;
}

@media (max-width: 991px) {
  .column-full-height .tm-twitter.style-slider_2.padding-80:before {
    right: 30px;
    bottom: 30px;
  }
  .column-full-height .tm-twitter.style-slider_2.padding-80 .tm-swiper {
    height: 100%;
  }
  .column-full-height .tm-twitter.style-slider_2.padding-80 .tm-swiper .swiper-container {
    height: 100%;
  }
  .column-full-height .tm-twitter.style-slider_2.padding-80 .tm-swiper .swiper-container .tweet {
    height: 100%;
    padding: 0;
  }
  .column-full-height .tm-twitter.style-slider_2.padding-80 .tm-swiper .swiper-container .tweet .tweet-date {
    left: 30px;
    top: 30px;
  }
  .column-full-height .tm-twitter.style-slider_2.padding-80 .tm-swiper .swiper-container .tweet .tweet-text {
    position: absolute;
    left: 0;
    padding: 0 30px;
    top: 50%;
    transform: translateY(-50%);
  }
  .column-full-height .tm-twitter.style-slider_2.padding-80 .tm-swiper .swiper-button-prev {
    bottom: 30px;
    left: 30px;
  }
  .column-full-height .tm-twitter.style-slider_2.padding-80 .tm-swiper .swiper-button-next {
    bottom: 30px;
    left: 70px;
  }
}

.tm-custom-menu .widget {
  margin: 0 !important;
}


.tm-spacer {
  clear: both;
}

.vc_row {
  clear: both;
}

.vc_row.vc_row-no-padding .vc_inner {
  margin-left: -15px;
  margin-right: -15px;
}

.vc_row.vc_row-no-padding .vc_inner .vc_column-inner {
  padding-left: 15px;
  padding-right: 15px;
}

.vc_section.vc_section[data-vc-full-width],
.vc_row.vc_row[data-vc-full-width] {
  overflow: hidden;
}

.widget + .widget {
  margin-top: 70px;
}

.page-sidebar .page-sidebar-content {
  background: #fafafa;
  padding: 60px 25px;
}

.page-sidebar .page-sidebar-content .widget-title {
  font-size: 24px;
  font-weight: 700;
  border: 0;
  padding-bottom: 0;
  margin-bottom: 35px;
}

.page-sidebar .page-sidebar-special {
  margin-top: 40px;
}

.page-sidebar .page-sidebar-inner {
  height: 100%;
}

.page-sidebar .widget_pages ul ul > li > a,
.page-sidebar .widget_nav_menu ul ul > li > a,
.page-sidebar .insight-core-bmw ul ul > li > a {
  padding-left: 35px;
}

.page-sidebar .widget_pages ul ul > li ul > li > a,
.page-sidebar .widget_nav_menu ul ul > li ul > li > a,
.page-sidebar .insight-core-bmw ul ul > li ul > li > a {
  padding-left: 45px;
}

.page-sidebar .widget_pages ul ul > li ul ul > li > a,
.page-sidebar .widget_nav_menu ul ul > li ul ul > li > a,
.page-sidebar .insight-core-bmw ul ul > li ul ul > li > a {
  padding-left: 55px;
}

.page-sidebar .widget_pages ul ul > li ul ul ul > li > a,
.page-sidebar .widget_nav_menu ul ul > li ul ul ul > li > a,
.page-sidebar .insight-core-bmw ul ul > li ul ul ul > li > a {
  padding-left: 65px;
}

.page-sidebar .widget_pages > ul,
.page-sidebar .widget_nav_menu > ul,
.page-sidebar .insight-core-bmw > ul {
  border: 0;
  overflow: hidden;
}

.page-sidebar .widget_pages > ul > li,
.page-sidebar .widget_nav_menu > ul > li,
.page-sidebar .insight-core-bmw > ul > li {
  background: #fff;
  padding: 0;
}

.page-sidebar .widget_pages li,
.page-sidebar .widget_nav_menu li,
.page-sidebar .insight-core-bmw li {
  border: 0;
  background: #fff;
}

.page-sidebar .widget_pages li > a,
.page-sidebar .widget_nav_menu li > a,
.page-sidebar .insight-core-bmw li > a {
  border-top: 1px solid #eee;
}

.page-sidebar .widget_pages a:hover,
.page-sidebar .widget_pages .current-menu-item > a,
.page-sidebar .widget_nav_menu a:hover,
.page-sidebar .widget_nav_menu .current-menu-item > a,
.page-sidebar .insight-core-bmw a:hover,
.page-sidebar .insight-core-bmw .current-menu-item > a {
  color: #222;
  border-color: transparent;
}

.page-sidebar .widget_pages .menu,
.page-sidebar .widget_nav_menu .menu,
.page-sidebar .insight-core-bmw .menu {
  overflow: hidden;
}

.page-sidebar .widget_pages .menu > li:first-child > a,
.page-sidebar .widget_nav_menu .menu > li:first-child > a,
.page-sidebar .insight-core-bmw .menu > li:first-child > a {
  border: 0;
}

.page-sidebar .tm-button {
  text-overflow: ellipsis;
}

.page-sidebar select {
  background-color: #fff;
  border-color: transparent;
}

.widget_text {
  font-size: 16px;
}



.page-footer {
  font-size: 15px;
  line-height: 1.66;
}

.page-footer .widgettitle,
.page-footer .tm-mailchimp-form .title {
  line-height: 1.4;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  border-bottom: 1px solid transparent;
}

.page-footer .tm-mailchimp-form .title {
  line-height: 1.4;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}

.page-footer .widget_nav_menu li,
.page-footer .insight-core-bmw li {
  margin-bottom: 3px;
  padding: 0;
  border: 0;
}

.page-footer .widget_nav_menu a,
.page-footer .insight-core-bmw a {
  font-weight: 400;
}



.page-footer .widget_recent_entries > ul > li,
.page-footer .widget_recent_comments > ul > li,
.page-footer .widget_archive > ul > li,
.page-footer .widget_categories > ul > li,
.page-footer .widget_meta > ul > li,
.page-footer .widget_product_categories > ul > li,
.page-footer .widget_rss > ul > li,
.page-footer .widget_pages > ul > li {
  border-bottom: 0;
  padding: 0;
}

.page-footer .widget_archive li a,
.page-footer .widget_meta li a,
.page-footer .widget_pages li a,
.page-footer .widget_nav_menu li a,
.page-footer .insight-core-bmw li a {
  padding: 7px 0;
}

.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_product_categories ul,
.widget_rss ul,
.widget_pages ul,
.widget_nav_menu ul,
.insight-core-bmw ul {
  margin: 0;
  padding: 0;
}

.widget_recent_entries li,
.widget_recent_comments li,
.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_product_categories li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li,
.insight-core-bmw li {
  display: block;
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid #f3f3f3;
  list-style-type: none;
}

.widget_recent_entries li:last-child,
.widget_recent_comments li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_meta li:last-child,
.widget_product_categories li:last-child,
.widget_rss li:last-child,
.widget_pages li:last-child,
.widget_nav_menu li:last-child,
.insight-core-bmw li:last-child {
  margin-bottom: 0;
}

.widget_recent_entries li a,
.widget_recent_comments li a,
.widget_archive li a,
.widget_categories li a,
.widget_meta li a,
.widget_product_categories li a,
.widget_rss li a,
.widget_pages li a,
.widget_nav_menu li a,
.insight-core-bmw li a {
  display: block;
}

.widget_pages li,
.widget_nav_menu li,
.insight-core-bmw li {
  margin: 0;
  padding: 0;
}

.widget_pages a,
.widget_nav_menu a,
.insight-core-bmw a {
  padding: 18px 25px;
  font-size: 16px;
  font-weight: 500;
  color: #999;
}

.wpb_column.column-full-height .wpb_wrapper {
  height: 100%;
}

.tm-image.up-80px .image {
  transform: translateY(-80px);
}

.box-bg-primary .vc_column-inner .wpb_wrapper {
  background-color: #ffc246;
  padding: 40px 40px 40px 10px;
  position: relative;
}

.box-bg-primary .vc_column-inner .wpb_wrapper:before {
  content: '';
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  left: -30px;
  top: 0;
  background-color: inherit;
}

@media (max-width: 991px) {
  .box-bg-primary .vc_column-inner .wpb_wrapper {
    padding: 40px;
  }
  .box-bg-primary .vc_column-inner .wpb_wrapper:before {
    display: none;
  }
}
.tm-button.style-outline.tm-button-grey:hover {
  color: #222;
  background: #036564;
}