@charset "UTF-8";
/*------------------------------------------------------------------
[Master Stylesheet]

Project:        Roofting
Version:        1.0
Last change:    06.16.2021
Primary use:    HTML Template
Author:         ThemeMascot
URL:            https://themeforest.net/user/ThemeMascot
-------------------------------------------------------------------*/


html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 150%; }

body {
  height: 100%; }

html {
  font-size: 100%;
  /*62.5%;*/
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centred in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/*
 * typography.scss
 * -----------------------------------------------
*/
::selection {
  background: #333;
  color: #fff;
  text-shadow: none; }

::-moz-selection {
  background: #333;
  /* Firefox */
  color: #fff;
  text-shadow: none; }

::-webkit-selection {
  background: #333;
  /* Safari */
  color: #fff;
  text-shadow: none; }

:active,
:focus {
  outline: none !important; }

body {
  line-height: 1.8;
  color: #909090;
  font-size: 1rem;
  font-family:  "Microsoft YaHei", "微软雅黑", "Roboto", "Arial",sans-serif;
  font-weight: 500;
  background-color: #fff;
  background-attachment: fixed;
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

a {
  color: #0073aa;
  text-decoration: none;
  transition: all 0.3s ease; }
  @media (prefers-reduced-motion: reduce) {
    a {
      transition: none; } }
  a:hover, a:focus {
    color: #003f5e;
    text-decoration: none; }
  a img {
    border: none; }

img {
  max-width: 100%; }

iframe {
  border: none; }

/* -------- Headings ---------- */
h1, .h1 {
  font-size: 1.875rem; }

h2, .h2 {
  font-size: 2.875rem; }

h3, .h3 {
  font-size: 1.875rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.125rem; }

h6, .h6 {
  font-size: 0.875rem; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
  line-height: 1.4;
  color: #122f4a; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #122f4a; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
  .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    color: inherit;
    font-weight: inherit; }

.h1, .h2, .h3, h1, h2, h3 {
  font-family: "Poppins", serif;
  margin-bottom: 1rem;
  margin-top: 0.75rem; }

h4, h5, h6,
.h4, .h5, .h6 {
  font-family: "Poppins", serif;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1rem;
  margin-top: 0.75rem; }

/* -------- Body Text ---------- */
p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
  margin-bottom: 10px; }

table p {
  margin-bottom: 0; }

p {
  margin-bottom: 30px; }
  p a:hover, p a:focus {
    text-decoration: underline; }

.font-current-theme1 {
  font-family: "Roboto", sans-serif !important; }

.font-current-theme2 {
  font-family: "Poppins", serif !important; }

.wp-block-quote {
  margin: 20px 0; }





/*Text Highlight*/
.text-highlight {
  background: none repeat scroll 0 0 #111;
  border-radius: 4px;
  color: #fff;
  padding: 0 5px 3px; }
  .text-highlight.light {
    background: #808080; }

address {
  color: #777;
  font-style: italic; }

ol, ul {
  list-style-position: inside;
  margin: 0;
  padding: 0; }

ol ol li, ol ul li,
ul ol li, ul ul li {
  padding-left: 20px; }

/*
 * common.scss
 * -----------------------------------------------
*/
/* -------- Basic Structure ---------- */
html {
  font-size: 100%;
  max-width: 100%; }
  @media (max-width: 991.98px) {
    html {
      font-size: 98%; } }
  @media (max-width: 767.98px) {
    html {
      font-size: 96%; } }
  @media (max-width: 575.98px) {
    html {
      font-size: 94%; } }

html, html a {
  -webkit-font-smoothing: antialiased; }

body {
  max-width: 100%;
  overflow-x: hidden;
  position: relative; }

img {
  height: auto;
  max-width: 100%; }

iframe, embed, object {
  margin-bottom: 1.5em;
  max-width: 100%; }

iframe {
  display: block;
  margin: 0;
  max-width: 100%; }

.inline-block,
.display-inline-block {
  display: inline-block; }

.display-inline {
  display: inline; }

.display-block {
  display: block; }

.fullwidth {
  width: 100%; }

.bg-hover-theme-colored {
  transition: all 0.3s ease; }
  @media (prefers-reduced-motion: reduce) {
    .bg-hover-theme-colored {
      transition: none; } }

.media-object {
  max-width: none; }

/* Text-decoration */
.text-underline {
  text-decoration: underline; }

form label {
  color: #555;
  font-weight: 500; }

.hr-divider {
  margin: 20px 0; }

pre {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 10px 10px 20px; }

.description-list dt {
  color: #122f4a; }


/* -------- Parallax ---------- */
.divider,
.parallax {
  background-repeat: repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%; }

.parallax {
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat; }

/* -------- Line-Bottom ---------- */
.heading-line-bottom {
  border-bottom: 1px dashed #808080;
  display: inline-block;
  margin: 0;
  position: relative;
  margin: 20px 0; }

.heading-line-bottom::after {
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 20px; }

.heading-title {
  margin-top: 10px; }

.double-line-bottom {
  margin-bottom: 20px;
  margin-top: 8px;
  padding-bottom: 5px;
  position: relative; }
  .double-line-bottom::after {
    border-radius: 8px;
    bottom: 1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 64px; }
  .double-line-bottom::before {
    border-radius: 8px;
    bottom: -1px;
    content: "";
    height: 6px;
    left: 10px;
    position: absolute;
    width: 24px; }

.line-bottom {
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 10px; }
  .line-bottom:after {
    bottom: -10px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 65px;
    background: #555; }
  .section-typo-light .line-bottom:after {
    background: #fff; }

.line-bottom-footer-widget {
  position: relative;
  padding-bottom: 10px; }
  .line-bottom-footer-widget:after {
    bottom: -5px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 54px;
    background: #555; }

.line-bottom-centered {
  position: relative;
  margin: 10px 0 20px; }
  .line-bottom-centered:after {
    background: #2b96cc none repeat scroll 0 0;
    bottom: -8px;
    content: "";
    height: 1px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    position: absolute;
    right: 0;
    width: 30px; }

.title-icon [class^="flaticon-"]::after,
.title-icon [class^="flaticon-"]::before {
  font-size: 48px;
  margin-left: 10px; }

.title-icon {
  margin: 0 auto;
  max-width: 160px;
  position: relative; }

.title-icon::after {
  content: "";
  height: 2px;
  left: 24px;
  position: absolute;
  top: 10px;
  width: 30px; }

.title-icon::before {
  content: "";
  height: 2px;
  position: absolute;
  right: 20px;
  top: 10px;
  width: 30px; }






/* -------- Scroll To Top ---------- */
.scrollToTop {
  background-size: 200% auto;
  box-shadow: 0 7px 30px rgba(0, 0, 0, 0.3);
  bottom: 15px;
  display: none;
  border-radius: 50%;
  height: 50px;
  padding: 2px;
  position: fixed;
  right: 15px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 99999;
  opacity: 0.4; }
  .scrollToTop i {
    color: #fff;
    font-size: 42px; }
  .scrollToTop:hover {
    text-decoration: none;
    opacity: 1; }

/* -------- magnific popup ---------- */
.mfp-close-btn-in .mfp-close {
  color: #eee;
  font-size: 64px; }

/* section light & dark text typography */
.section-typo-light,
.section-typo-light h1,
.section-typo-light h2,
.section-typo-light h3,
.section-typo-light h4,
.section-typo-light h5,
.section-typo-light h6,
.section-typo-light p,
.section-typo-light label,
.section-typo-light a:not(.icon):not(.btn):not(.social-link):not(.styled-icons-item):not(.wp-block-button__link):not(.wp-block-button__link),
.section-typo-light a:not(.icon):not(.btn):not(.social-link):not(.styled-icons-item):not(.wp-block-button__link):not(.wp-block-button__link):hover {
  color: #fff !important; }


/* table */
.main-content-area table,
.comment-body .comment-text table {
  width: 100%;
  margin: 0 0 40px; }


.main-content-area table th {
  background-color: #eee; /* 表头背景474-4772026.2.14增加 */
  border-top: none !important;
}

.main-content-area table td,
.main-content-area table th,
.comment-body .comment-text table td,
.comment-body .comment-text table th {
  padding: 10px 20px;
  border: 1px solid #e6e6e6; }

.double-line, .line {
  clear: both;
  position: relative;
  width: 100%;
  margin: 4rem 0;
  border-top: 1px solid #eee; }

.double-line {
  border-top: 3px double #e5e5e5; }


@media (max-width: 1199.98px) {
  .hidden-mobile-mode {
    display: none; } }

.lead, .lead p {
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 500; }

/* animate.css */
.anim-delay-1ms {
  animation-delay: 0.1s; }

.anim-delay-3ms {
  animation-delay: 0.3s; }

.anim-delay-5ms {
  animation-delay: 0.5s; }

.anim-delay-7ms {
  animation-delay: 0.7s; }

.anim-delay-9ms {
  animation-delay: 0.9s; }

.anim-delay-1s {
  animation-delay: 1s; }

.slick-slide img {
  display: block;
  cursor: pointer; }

.slick-slide.slick-current .thumb .img-thumbnail {
  background-color: #fd7807; }

.tm-btn-loadmore-preloader .preloader-dot-loading {
  display: block;
  margin: 0px auto;
  width: 97px; }

.tm-btn-loadmore-preloader .preloader-dot-loading .cssload-loading i {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  background: #2a2b26; }

.tm-btn-loadmore-preloader .preloader-dot-loading .cssload-loading i:first-child {
  opacity: 0;
  animation: cssload-loading-ani2 0.58s linear infinite;
  -o-animation: cssload-loading-ani2 0.58s linear infinite;
  -ms-animation: cssload-loading-ani2 0.58s linear infinite;
  -webkit-animation: cssload-loading-ani2 0.58s linear infinite;
  -moz-animation: cssload-loading-ani2 0.58s linear infinite;
  transform: translate(-15px);
  -o-transform: translate(-15px);
  -ms-transform: translate(-15px);
  -webkit-transform: translate(-15px);
  -moz-transform: translate(-15px); }

.tm-btn-loadmore-preloader .preloader-dot-loading .cssload-loading i:nth-child(2),
.tm-btn-loadmore-preloader .preloader-dot-loading .cssload-loading i:nth-child(3) {
  animation: cssload-loading-ani3 0.58s linear infinite;
  -o-animation: cssload-loading-ani3 0.58s linear infinite;
  -ms-animation: cssload-loading-ani3 0.58s linear infinite;
  -webkit-animation: cssload-loading-ani3 0.58s linear infinite;
  -moz-animation: cssload-loading-ani3 0.58s linear infinite; }

.tm-btn-loadmore-preloader .preloader-dot-loading .cssload-loading i:last-child {
  animation: cssload-loading-ani1 0.58s linear infinite;
  -o-animation: cssload-loading-ani1 0.58s linear infinite;
  -ms-animation: cssload-loading-ani1 0.58s linear infinite;
  -webkit-animation: cssload-loading-ani1 0.58s linear infinite;
  -moz-animation: cssload-loading-ani1 0.58s linear infinite; }

@keyframes cssload-loading-ani1 {
  100% {
    transform: translate(39px);
    opacity: 0; } }

@-o-keyframes cssload-loading-ani1 {
  100% {
    -o-transform: translate(39px);
    opacity: 0; } }

@-ms-keyframes cssload-loading-ani1 {
  .tm-btn-loadmore-preloader 100% {
    -ms-transform: translate(39px);
    opacity: 0; } }

@-webkit-keyframes cssload-loading-ani1 {
  100% {
    -webkit-transform: translate(39px);
    opacity: 0; } }

@-moz-keyframes cssload-loading-ani1 {
  100% {
    -moz-transform: translate(39px);
    opacity: 0; } }

@keyframes cssload-loading-ani2 {
  100% {
    transform: translate(15px);
    opacity: 1; } }

@-o-keyframes cssload-loading-ani2 {
  100% {
    -o-transform: translate(15px);
    opacity: 1; } }

@-ms-keyframes cssload-loading-ani2 {
  .tm-btn-loadmore-preloader 100% {
    -ms-transform: translate(15px);
    opacity: 1; } }

@-webkit-keyframes cssload-loading-ani2 {
  100% {
    -webkit-transform: translate(15px);
    opacity: 1; } }

@-moz-keyframes cssload-loading-ani2 {
  100% {
    -moz-transform: translate(15px);
    opacity: 1; } }

@keyframes cssload-loading-ani3 {
  100% {
    transform: translate(15px); } }

@-o-keyframes cssload-loading-ani3 {
  100% {
    -o-transform: translate(15px); } }

@-ms-keyframes cssload-loading-ani3 {
  .tm-btn-loadmore-preloader 100% {
    -ms-transform: translate(15px); } }

@-webkit-keyframes cssload-loading-ani3 {
  100% {
    -webkit-transform: translate(15px); } }

@-moz-keyframes cssload-loading-ani3 {
  100% {
    -moz-transform: translate(15px); } }

.top-sliders-container {
  position: relative;
  z-index: 0; }

body.has-fixed-footer .top-sliders-container {
  z-index: 2; }

.alert {
  padding: 1.25rem 1.25rem; }

.alert-dismissible .close {
  padding: 1.50rem; }

.bg-contain {
  background-size: contain; }

.nice-select {
  font-size: 1rem;
  box-shadow: 0px 10px 20px rgba(5, 5, 5, 0.05); }
  .nice-select:after, .nice-select:before {
    height: 8px;
    width: 8px; }

.box-hover-effect {
  display: block;
  vertical-align: middle; }
  .box-hover-effect .effect-wrapper {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
    /* Icons Holder */
    /* Icons Holder middle */
    /* Icons Holder top left */
    /* Icons Holder top right */
    /* Icons Holder bottom left */
    /* Icons Holder bottom right */ }
    .box-hover-effect .effect-wrapper .thumb {
      position: relative;
      overflow: hidden;
      backface-visibility: hidden;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      transition: all 0.4s ease; }
      @media (prefers-reduced-motion: reduce) {
        .box-hover-effect .effect-wrapper .thumb {
          transition: none; } }
      .box-hover-effect .effect-wrapper .thumb.gradient-effect:after {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 50%;
        width: 100%;
        background: #181818;
        background: -moz-linear-gradient(top, #000000, rgba(0, 0, 0, 0.55), transparent);
        background: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0.55), transparent);
        background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0.55), transparent);
        content: "";
        z-index: 1; }
    .box-hover-effect .effect-wrapper .hover-link {
      bottom: 0;
      display: block;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      background: none;
      color: transparent;
      z-index: 11; }
    .box-hover-effect .effect-wrapper .overlay-shade {
      bottom: 0;
      display: block;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 10;
      background-color: #000;
      opacity: 0;
      filter: alpha(opacity=0);
      transition: all 0.5s ease; }
      @media (prefers-reduced-motion: reduce) {
        .box-hover-effect .effect-wrapper .overlay-shade {
          transition: none; } }
    .box-hover-effect .effect-wrapper .overlay-shade.shade-white {
      background-color: #fff; }
    .box-hover-effect .effect-wrapper .icons-holder {
      display: inline-block;
      opacity: 0;
      position: absolute;
      z-index: 13;
      transition: all 0.4s ease; }
      @media (prefers-reduced-motion: reduce) {
        .box-hover-effect .effect-wrapper .icons-holder {
          transition: none; } }
      .box-hover-effect .effect-wrapper .icons-holder .icons-holder-inner {
        position: relative;
        margin: 0; }
        .box-hover-effect .effect-wrapper .icons-holder .icons-holder-inner a {
          transition: all 0.4s ease; }
          @media (prefers-reduced-motion: reduce) {
            .box-hover-effect .effect-wrapper .icons-holder .icons-holder-inner a {
              transition: none; } }
    .box-hover-effect .effect-wrapper .icons-holder-middle {
      left: 0;
      margin: 0 auto;
      right: 0;
      text-align: center;
      top: 40%;
      vertical-align: middle;
      width: 80%; }
      .box-hover-effect .effect-wrapper .icons-holder-middle .icons-holder-inner {
        display: inline-block;
        vertical-align: middle; }
        .box-hover-effect .effect-wrapper .icons-holder-middle .icons-holder-inner a {
          transition: all 0.4s ease; }
          @media (prefers-reduced-motion: reduce) {
            .box-hover-effect .effect-wrapper .icons-holder-middle .icons-holder-inner a {
              transition: none; } }
    .box-hover-effect .effect-wrapper .icons-holder-top-left {
      top: -20%;
      left: 0;
      padding: 15px; }
      .box-hover-effect .effect-wrapper .icons-holder-top-left .icons-holder-inner {
        display: block; }
    .box-hover-effect .effect-wrapper .icons-holder-top-right {
      top: -20%;
      right: 0;
      padding: 15px; }
      .box-hover-effect .effect-wrapper .icons-holder-top-right .icons-holder-inner {
        display: block; }
    .box-hover-effect .effect-wrapper .icons-holder-bottom-left {
      bottom: -20%;
      left: 0;
      padding: 5px 15px; }
      .box-hover-effect .effect-wrapper .icons-holder-bottom-left .icons-holder-inner {
        display: block; }
    .box-hover-effect .effect-wrapper .icons-holder-bottom-right {
      bottom: -20%;
      right: 0;
      padding: 5px 15px; }
      .box-hover-effect .effect-wrapper .icons-holder-bottom-right .icons-holder-inner {
        display: block; }
  .box-hover-effect:hover .effect-wrapper .thumb {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  .box-hover-effect:hover .effect-wrapper .overlay-shade {
    opacity: 0.7;
    filter: alpha(opacity=90); }
  .box-hover-effect:hover .effect-wrapper .icons-holder {
    opacity: 1; }
  .box-hover-effect:hover .effect-wrapper .icons-holder-middle {
    top: 45%; }
  .box-hover-effect:hover .effect-wrapper .icons-holder-top-left {
    left: 0; }
  .box-hover-effect:hover .effect-wrapper .icons-holder-top-right {
    right: 0; }
  .box-hover-effect:hover .effect-wrapper .icons-holder-bottom-left {
    bottom: 2%; }
  .box-hover-effect:hover .effect-wrapper .icons-holder-bottom-right {
    bottom: 2%; }

.modal-promo-box {
  max-width: 700px;
  padding: 90px 60px;
  margin: 0 auto; }

/*
 * container.scss
 * -----------------------------------------------
*/
.container .container {
  width: 100%; }

.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 1200px) {
  .container {
    max-width: 1170px; } }

@media (min-width: 992px) {
  body.tm-container-970px .container {
    width: 970px; }
  body.tm-container-100pr .container {
    width: 100%; }
  body.tm-container-100pr .container,
  body.tm-container-100pr .container-fluid {
    padding-left: 40px;
    padding-right: 40px; }
    body.tm-container-100pr .container .container,
    body.tm-container-100pr .container .container-fluid,
    body.tm-container-100pr .container-fluid .container,
    body.tm-container-100pr .container-fluid .container-fluid {
      padding-left: 0;
      padding-right: 0; } }

section {
  position: relative; }

section > .container, section > .container-fluid {
  padding-top: 50px;
  padding-bottom: 50px; }

.vc-row-tm-section-padding {
  padding-top: 50px;
  padding-bottom: 50px; }

.tm-sidebar .vc-row-tm-section-padding {
  padding-top: 50;
  padding-bottom: 50; }

body.tm_wpb_vc_js_status_false .main-content-area,
body.tm_wpb_vc_js_status_false .sidebar-area {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (max-width: 991.98px) {
    body.tm_wpb_vc_js_status_false .main-content-area,
    body.tm_wpb_vc_js_status_false .sidebar-area {
      padding-top: 50px;
      padding-bottom: 50px; } }

body.blog .main-content-area,
body.blog .sidebar-area, body.archive .main-content-area,
body.archive .sidebar-area {
  padding-bottom: 80px; }

body.tm_wpb_vc_js_status_true.single-post .main-content-area,
body.tm_wpb_vc_js_status_true.single-post .sidebar-area, body.tm_wpb_vc_js_status_true.blog .main-content-area,
body.tm_wpb_vc_js_status_true.blog .sidebar-area {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (max-width: 991.98px) {
    body.tm_wpb_vc_js_status_true.single-post .main-content-area,
    body.tm_wpb_vc_js_status_true.single-post .sidebar-area, body.tm_wpb_vc_js_status_true.blog .main-content-area,
    body.tm_wpb_vc_js_status_true.blog .sidebar-area {
      padding-top: 50px;
      padding-bottom: 50px; } }

body.tm_wpb_vc_js_status_true .sidebar-area {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (max-width: 991.98px) {
    body.tm_wpb_vc_js_status_true .sidebar-area {
      padding-top: 50px;
      padding-bottom: 50px; } }

/*
 * overlays.scss
 * -----------------------------------------------
*/
.layer-overlay {
  position: relative;
  /* overlay-dark */
  /* overlay-white */ }
  .layer-overlay::before {
    background: rgba(17, 17, 17, 0.5) none repeat scroll 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }
  .layer-overlay.overlay-z-index-0::before {
    z-index: 0; }
  .layer-overlay.overlay-z-index-1::before {
    z-index: 1; }
  .layer-overlay.overlay-light::before {
    background-color: rgba(255, 255, 255, 0.4); }
  .layer-overlay.overlay-lighter::before {
    background-color: rgba(255, 255, 255, 0.3); }
  .layer-overlay.overlay-deep::before {
    background-color: rgba(255, 255, 255, 0.9); }
  .layer-overlay.overlay-dark::before {
    background-color: rgba(17, 17, 17, 0.85); }
  .layer-overlay.overlay-dark-1::before {
    background-color: rgba(17, 17, 17, 0.1); }
  .layer-overlay.overlay-dark-2::before {
    background-color: rgba(17, 17, 17, 0.2); }
  .layer-overlay.overlay-dark-3::before {
    background-color: rgba(17, 17, 17, 0.3); }
  .layer-overlay.overlay-dark-4::before {
    background-color: rgba(17, 17, 17, 0.4); }
  .layer-overlay.overlay-dark-5::before {
    background-color: rgba(17, 17, 17, 0.5); }
  .layer-overlay.overlay-dark-6::before {
    background-color: rgba(17, 17, 17, 0.6); }
  .layer-overlay.overlay-dark-7::before {
    background-color: rgba(17, 17, 17, 0.7); }
  .layer-overlay.overlay-dark-8::before {
    background-color: rgba(17, 17, 17, 0.8); }
  .layer-overlay.overlay-dark-9::before {
    background-color: rgba(17, 17, 17, 0.9); }
  .layer-overlay.overlay-white::before {
    background-color: rgba(255, 255, 255, 0.4); }
  .layer-overlay.overlay-white-1::before {
    background-color: rgba(255, 255, 255, 0.1); }
  .layer-overlay.overlay-white-2::before {
    background-color: rgba(255, 255, 255, 0.2); }
  .layer-overlay.overlay-white-3::before {
    background-color: rgba(255, 255, 255, 0.3); }
  .layer-overlay.overlay-white-4::before {
    background-color: rgba(255, 255, 255, 0.4); }
  .layer-overlay.overlay-white-5::before {
    background-color: rgba(255, 255, 255, 0.5); }
  .layer-overlay.overlay-white-6::before {
    background-color: rgba(255, 255, 255, 0.6); }
  .layer-overlay.overlay-white-7::before {
    background-color: rgba(255, 255, 255, 0.7); }
  .layer-overlay.overlay-white-8::before {
    background-color: rgba(255, 255, 255, 0.8); }
  .layer-overlay.overlay-white-9::before {
    background-color: rgba(255, 255, 255, 0.9); }
  .layer-overlay.layer-pattern::before {
    background-image: url(../images/pattern1.png);
    background-color: rgba(0, 0, 0, 0.6); }
  .layer-overlay.layer-pattern2::before {
    background-image: url(../images/pattern2.png);
    background-color: rgba(0, 0, 0, 0.8); }
  .layer-overlay.layer-pattern3::before {
    background-image: url(../images/pattern3.png);
    background-color: rgba(0, 0, 0, 0.8); }
  .layer-overlay.maximage-layer-overlay::before {
    z-index: 1; }
  .layer-overlay.overlay-blue::before {
    background-color: rgba(1, 162, 208, 0.9); }
  .layer-overlay.overlay-blue-light::before {
    background-color: rgba(1, 162, 208, 0.45); }
  .layer-overlay.overlay-pink::before {
    background-color: rgba(235, 110, 142, 0.9); }
  .layer-overlay.overlay-pink-light::before {
    background-color: rgba(235, 110, 142, 0.45); }
  .layer-overlay.overlay-brown::before {
    background-color: rgba(60, 171, 111, 0.9); }
  .layer-overlay.overlay-brown-light::before {
    background-color: rgba(60, 171, 111, 0.45); }
  .layer-overlay.overlay-yellow::before {
    background-color: rgba(255, 187, 34, 0.9); }
  .layer-overlay.overlay-yellow-light::before {
    background-color: rgba(255, 187, 34, 0.45); }
  .layer-overlay.overlay-green::before {
    background-color: rgba(16, 196, 92, 0.9); }
  .layer-overlay.overlay-green-light::before {
    background-color: rgba(16, 196, 92, 0.45); }
  .layer-overlay.overlay-theme-color-1::before {
    background-color: rgba(173, 216, 230, 0.9); }
  .layer-overlay.overlay-theme-color-2::before {
    background-color: rgba(230, 173, 188, 0.9); }
  .layer-overlay.overlay-theme-color-3::before {
    background-color: rgba(230, 216, 173, 0.9); }

.half-divider .overlay-theme-color-1, .half-divider .overlay-theme-color-2, .half-divider .overlay-theme-color-3 {
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%; }

.layer-overlay {
  z-index: 0; }
  .layer-overlay:before {
    z-index: -1; }

/*
 * header.scss
 * -----------------------------------------------
*/
/*
 * header-top.scss
 * -----------------------------------------------
*/
header#header .header-top {
  color: #fff;
  padding: 0;
  font-size: 16px;
  line-height: 1.7; }
  @media (max-width: 1199.98px) {
    header#header .header-top {
      padding-bottom: 5px;
      padding-top: 3px;
      line-height: 2.2; } }
  header#header .header-top > .container > .row > div {
    max-width: 100%; }
  header#header .header-top .element {
   /* display: inline-block;   20240311注释 */
    margin-right: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.8;
    font-weight: 500;
    position: relative;
    z-index: 1; }
    @media (max-width: 575.98px) {
      header#header .header-top .element {
        margin-right: 0;
        padding-right: 0; } }
    header#header .header-top .element a {
      font-weight: 500; }
    header#header .header-top .element:last-child {
      margin-right: 0;
      padding-right: 0; }
    header#header .header-top .element .search-form .search-field {
      height: 30px;
      padding: 5px 10px 5px 20px; }
    header#header .header-top .element .search-form .search-submit {
      padding: 3px 20px; }
    header#header .header-top .element .btn {
      vertical-align: middle;
      font-size: 16px; }
    header#header .header-top .element:not(.styled-icons) a:not(.btn):not(.styled-icons-item):not(.wp-block-button__link):not(.wp-block-button__link):not(.dropdown-item) {
      color: #fff; }
      header#header .header-top .element:not(.styled-icons) a:not(.btn):not(.styled-icons-item):not(.wp-block-button__link):not(.wp-block-button__link):not(.dropdown-item):hover {
        color: #e6e6e6; }
    header#header .header-top .element.styled-icons li a {
      line-height: 1; }
  header#header .header-top .styled-icons-label {
    margin-right: 7px; }
  header#header .header-top .styled-icons li {
    margin-bottom: 0; }
  header#header .header-top .styled-icons.icon-xs li a i {
    top: -1px; }
  header#header .header-top .contact-info li {
    display: inline-block;
    position: relative;
    margin-right: 15px; }
    @media (min-width: 992px) {
      header#header .header-top .contact-info li {
        margin-right: 25px; } }
    @media (max-width: 767.98px) {
      header#header .header-top .contact-info li {
        display: block;
        margin-right: 0;
        margin-top: 5px;
        margin-bottom: 5px; } }
    header#header .header-top .contact-info li .font-icon {
      margin-right: 5px; }
    @media (min-width: 992px) {
      header#header .header-top .contact-info li:not(:first-child):before {
        background: rgba(255, 255, 255, 0.7);
        content: "";
        position: absolute;
        top: 0;
        bottom: 1px;
        left: -16px;
        margin: auto;
        height: 15px;
        width: 1px; } }
  header#header .header-top .tm-wpml-language-switcher {
    cursor: pointer; }
    header#header .header-top .tm-wpml-language-switcher .dropdown-toggle {
      background-color: transparent; }
    header#header .header-top .tm-wpml-language-switcher .dropdown-list {
      border-radius: 0;
      padding: 0;
      border: 1px solid rgba(134, 134, 134, 0.15);
      box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.18); }
      header#header .header-top .tm-wpml-language-switcher .dropdown-list li a {
        color: #333;
        background-color: #fff;
        padding: 7px 15px; }
        header#header .header-top .tm-wpml-language-switcher .dropdown-list li a:hover {
          color: #252525;
          background-color: #eee; }
        header#header .header-top .tm-wpml-language-switcher .dropdown-list li a img {
          margin-right: 5px; }
  header#header .header-top .header-top-nav.list-inline li {
    display: inline-block; }
  header#header .header-top .header-top-nav .menu-item {
    padding: 0; }
    header#header .header-top .header-top-nav .menu-item a {
      color: #fff;
      position: relative; }
    header#header .header-top .header-top-nav .menu-item:not(:first-child) a {
      margin-left: 25px; }
      header#header .header-top .header-top-nav .menu-item:not(:first-child) a:before {
        background: rgba(255, 255, 255, 0.7);
        content: "";
        position: absolute;
        top: 0;
        bottom: 1px;
        left: -16px;
        margin: auto;
        height: 15px;
        width: 1px; }
      header#header .header-top .header-top-nav .menu-item:not(:first-child) a i {
        margin-right: 5px; }

@media (min-width: 1200px) {
  header#header:not(.header-layout-type-header-2rows-floating-header):not(.header-layout-type-header-2rows-floating-header-style2):not(.header-layout-type-header-2rows-floating-header-style3) .header-top.header-top-curve-style1 {
    position: relative;
    overflow: hidden; }
    header#header:not(.header-layout-type-header-2rows-floating-header):not(.header-layout-type-header-2rows-floating-header-style2):not(.header-layout-type-header-2rows-floating-header-style3) .header-top.header-top-curve-style1:before {
      content: '';
      position: absolute;
      top: 0;
      width: 51%;
      height: 100%;
      left: 0;
      background: #121212; } }

@media (min-width: 1200px) {
  header#header:not(.header-layout-type-header-2rows-floating-header):not(.header-layout-type-header-2rows-floating-header-style2):not(.header-layout-type-header-2rows-floating-header-style3) .header-top.header-top-curve-style2 {
    position: relative;
    overflow: hidden; }
    header#header:not(.header-layout-type-header-2rows-floating-header):not(.header-layout-type-header-2rows-floating-header-style2):not(.header-layout-type-header-2rows-floating-header-style3) .header-top.header-top-curve-style2:after {
      border-right: 120px solid transparent;
      border-top: 200px solid #f1f1f1;
      content: "";
      position: absolute;
      top: 0;
      width: 52%;
      height: 100%;
      left: 0; } }

@media (min-width: 1200px) {
  header#header:not(.header-layout-type-header-2rows-floating-header):not(.header-layout-type-header-2rows-floating-header-style2):not(.header-layout-type-header-2rows-floating-header-style3) .header-top.header-top-curve-style3 {
    position: relative;
    overflow: hidden; }
    header#header:not(.header-layout-type-header-2rows-floating-header):not(.header-layout-type-header-2rows-floating-header-style2):not(.header-layout-type-header-2rows-floating-header-style3) .header-top.header-top-curve-style3:after {
      border-bottom: 120px solid #f1f1f1;
      border-left: 144px solid transparent;
      content: "";
      position: absolute;
      top: 0;
      width: 51%;
      height: 100%;
      left: 0; } }

@media (min-width: 1200px) {
  header#header:not(.header-layout-type-header-2rows-floating-header):not(.header-layout-type-header-2rows-floating-header-style2):not(.header-layout-type-header-2rows-floating-header-style3) .header-top.header-top-curve-style4 {
    position: relative;
    overflow: hidden; }
    header#header:not(.header-layout-type-header-2rows-floating-header):not(.header-layout-type-header-2rows-floating-header-style2):not(.header-layout-type-header-2rows-floating-header-style3) .header-top.header-top-curve-style4:after {
      border-bottom: 120px solid #f1f1f1;
      border-right: 144px solid transparent;
      content: "";
      position: absolute;
      top: 0;
      width: 60%;
      height: 100%;
      left: 0; } }

header#header:not(.header-layout-type-header-2rows-floating-header):not(.header-layout-type-header-2rows-floating-header-style2):not(.header-layout-type-header-2rows-floating-header-style3) .header-top.header-top-curve-style5 {
  overflow: hidden; }
  @media (min-width: 1200px) {
    header#header:not(.header-layout-type-header-2rows-floating-header):not(.header-layout-type-header-2rows-floating-header-style2):not(.header-layout-type-header-2rows-floating-header-style3) .header-top.header-top-curve-style5 .header-top-left {
      position: relative; }
      header#header:not(.header-layout-type-header-2rows-floating-header):not(.header-layout-type-header-2rows-floating-header-style2):not(.header-layout-type-header-2rows-floating-header-style3) .header-top.header-top-curve-style5 .header-top-left:before {
        background-color: #f1f1f1;
        content: "";
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 2200px;
        z-index: 0; }
      header#header:not(.header-layout-type-header-2rows-floating-header):not(.header-layout-type-header-2rows-floating-header-style2):not(.header-layout-type-header-2rows-floating-header-style3) .header-top.header-top-curve-style5 .header-top-left:after {
        border-left: 120px solid #f1f1f1;
        border-top: 144px solid transparent;
        content: "";
        height: 100%;
        position: absolute;
        right: -120px;
        top: 0;
        width: 0;
        z-index: 0; } }

header#header:not(.header-layout-type-header-2rows-floating-header):not(.header-layout-type-header-2rows-floating-header-style2):not(.header-layout-type-header-2rows-floating-header-style3) .header-top.header-top-curve-style6 {
  overflow: hidden; }
  @media (min-width: 1200px) {
    header#header:not(.header-layout-type-header-2rows-floating-header):not(.header-layout-type-header-2rows-floating-header-style2):not(.header-layout-type-header-2rows-floating-header-style3) .header-top.header-top-curve-style6 {
      position: relative;
      overflow: hidden; }
      header#header:not(.header-layout-type-header-2rows-floating-header):not(.header-layout-type-header-2rows-floating-header-style2):not(.header-layout-type-header-2rows-floating-header-style3) .header-top.header-top-curve-style6:after {
        border-bottom: 120px solid #ddd;
        border-left: 144px solid transparent;
        content: "";
        position: absolute;
        top: 0;
        width: 51%;
        height: 100%;
        left: 1; }
      header#header:not(.header-layout-type-header-2rows-floating-header):not(.header-layout-type-header-2rows-floating-header-style2):not(.header-layout-type-header-2rows-floating-header-style3) .header-top.header-top-curve-style6 .header-top-left {
        position: relative; }
        header#header:not(.header-layout-type-header-2rows-floating-header):not(.header-layout-type-header-2rows-floating-header-style2):not(.header-layout-type-header-2rows-floating-header-style3) .header-top.header-top-curve-style6 .header-top-left:before {
          background-color: #f1f1f1;
          content: "";
          height: 100%;
          position: absolute;
          right: 0;
          top: 0;
          width: 2200px;
          z-index: 0; }
        header#header:not(.header-layout-type-header-2rows-floating-header):not(.header-layout-type-header-2rows-floating-header-style2):not(.header-layout-type-header-2rows-floating-header-style3) .header-top.header-top-curve-style6 .header-top-left:after {
          border-right: 120px solid transparent;
          border-top: 144px solid #ddd;
          content: "";
          height: 100%;
          position: absolute;
          right: -50px;
          top: 0;
          width: 0;
          z-index: 0; } }

header#header:not(.header-layout-type-header-2rows-floating-header):not(.header-layout-type-header-2rows-floating-header-style2):not(.header-layout-type-header-2rows-floating-header-style3) .header-top.header-top-curve-style7 {
  overflow: hidden; }
  @media (min-width: 1200px) {
    header#header:not(.header-layout-type-header-2rows-floating-header):not(.header-layout-type-header-2rows-floating-header-style2):not(.header-layout-type-header-2rows-floating-header-style3) .header-top.header-top-curve-style7 .header-top-right {
      position: relative; }
      header#header:not(.header-layout-type-header-2rows-floating-header):not(.header-layout-type-header-2rows-floating-header-style2):not(.header-layout-type-header-2rows-floating-header-style3) .header-top.header-top-curve-style7 .header-top-right:before {
        background-color: #f1f1f1;
        content: "";
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 2200px;
        z-index: 0; }
      header#header:not(.header-layout-type-header-2rows-floating-header):not(.header-layout-type-header-2rows-floating-header-style2):not(.header-layout-type-header-2rows-floating-header-style3) .header-top.header-top-curve-style7 .header-top-right:after {
        border-right: 120px solid transparent;
        border-top: 144px solid #f1f1f1;
        content: "";
        height: 100%;
        position: absolute;
        right: -50px;
        top: 0;
        width: 0;
        z-index: 0; } }

header#header:not(.header-layout-type-header-2rows-floating-header):not(.header-layout-type-header-2rows-floating-header-style2):not(.header-layout-type-header-2rows-floating-header-style3) .header-top.header-top-curve-style8 {
  overflow: hidden; }
  @media (min-width: 1200px) {
    header#header:not(.header-layout-type-header-2rows-floating-header):not(.header-layout-type-header-2rows-floating-header-style2):not(.header-layout-type-header-2rows-floating-header-style3) .header-top.header-top-curve-style8 .header-top-right {
      position: relative; }
      header#header:not(.header-layout-type-header-2rows-floating-header):not(.header-layout-type-header-2rows-floating-header-style2):not(.header-layout-type-header-2rows-floating-header-style3) .header-top.header-top-curve-style8 .header-top-right:before {
        background-color: #f1f1f1;
        content: "";
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 2200px;
        z-index: 0; }
      header#header:not(.header-layout-type-header-2rows-floating-header):not(.header-layout-type-header-2rows-floating-header-style2):not(.header-layout-type-header-2rows-floating-header-style3) .header-top.header-top-curve-style8 .header-top-right:after {
        border-left: 120px solid #f1f1f1;
        border-top: 144px solid transparent;
        content: "";
        height: 100%;
        position: absolute;
        right: -120px;
        top: 0;
        width: 0;
        z-index: 0; } }

header#header:not(.header-layout-type-header-2rows-floating-header):not(.header-layout-type-header-2rows-floating-header-style2):not(.header-layout-type-header-2rows-floating-header-style3) .header-top.header-top-curve-style9 {
  overflow: hidden; }
  @media (min-width: 1200px) {
    header#header:not(.header-layout-type-header-2rows-floating-header):not(.header-layout-type-header-2rows-floating-header-style2):not(.header-layout-type-header-2rows-floating-header-style3) .header-top.header-top-curve-style9 .header-top-right {
      position: relative; }
      header#header:not(.header-layout-type-header-2rows-floating-header):not(.header-layout-type-header-2rows-floating-header-style2):not(.header-layout-type-header-2rows-floating-header-style3) .header-top.header-top-curve-style9 .header-top-right:before {
        background-color: #f1f1f1;
        content: "";
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 2200px;
        z-index: 0; } }

header#header:not(.header-layout-type-header-2rows-floating-header):not(.header-layout-type-header-2rows-floating-header-style2):not(.header-layout-type-header-2rows-floating-header-style3) .header-top.header-top-curve-style10 {
  overflow: hidden; }
  @media (min-width: 1200px) {
    header#header:not(.header-layout-type-header-2rows-floating-header):not(.header-layout-type-header-2rows-floating-header-style2):not(.header-layout-type-header-2rows-floating-header-style3) .header-top.header-top-curve-style10 .header-top-left {
      position: relative; }
      header#header:not(.header-layout-type-header-2rows-floating-header):not(.header-layout-type-header-2rows-floating-header-style2):not(.header-layout-type-header-2rows-floating-header-style3) .header-top.header-top-curve-style10 .header-top-left:before {
        background-color: #ddd;
        content: "";
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 2200px;
        z-index: 1; }
      header#header:not(.header-layout-type-header-2rows-floating-header):not(.header-layout-type-header-2rows-floating-header-style2):not(.header-layout-type-header-2rows-floating-header-style3) .header-top.header-top-curve-style10 .header-top-left:after {
        border-right: 60px solid transparent;
        border-top: 72px solid #ddd;
        content: "";
        height: 100%;
        position: absolute;
        right: -50px;
        top: 0;
        width: 0;
        z-index: 1; }
    header#header:not(.header-layout-type-header-2rows-floating-header):not(.header-layout-type-header-2rows-floating-header-style2):not(.header-layout-type-header-2rows-floating-header-style3) .header-top.header-top-curve-style10 .header-top-right {
      position: relative; }
      header#header:not(.header-layout-type-header-2rows-floating-header):not(.header-layout-type-header-2rows-floating-header-style2):not(.header-layout-type-header-2rows-floating-header-style3) .header-top.header-top-curve-style10 .header-top-right:before {
        background-color: #f1f1f1;
        content: "";
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 2200px;
        z-index: 0; }
      header#header:not(.header-layout-type-header-2rows-floating-header):not(.header-layout-type-header-2rows-floating-header-style2):not(.header-layout-type-header-2rows-floating-header-style3) .header-top.header-top-curve-style10 .header-top-right:after {
        border-left: 120px solid #f1f1f1;
        border-top: 110px solid transparent;
        content: "";
        height: 100%;
        position: absolute;
        right: -120px;
        top: 0;
        width: 0;
        z-index: 0; } }

header#header:not(.header-layout-type-header-2rows-floating-header):not(.header-layout-type-header-2rows-floating-header-style2):not(.header-layout-type-header-2rows-floating-header-style3) .header-top.header-top-curve-style11 {
  overflow: hidden; }
  @media (min-width: 1200px) {
    header#header:not(.header-layout-type-header-2rows-floating-header):not(.header-layout-type-header-2rows-floating-header-style2):not(.header-layout-type-header-2rows-floating-header-style3) .header-top.header-top-curve-style11 {
      position: relative;
      overflow: hidden; }
      header#header:not(.header-layout-type-header-2rows-floating-header):not(.header-layout-type-header-2rows-floating-header-style2):not(.header-layout-type-header-2rows-floating-header-style3) .header-top.header-top-curve-style11:after {
        border-bottom: 120px solid #ccc;
        border-right: 144px solid transparent;
        content: "";
        position: absolute;
        top: 0;
        width: 60%;
        height: 100%;
        left: 0;
        z-index: 0; }
      header#header:not(.header-layout-type-header-2rows-floating-header):not(.header-layout-type-header-2rows-floating-header-style2):not(.header-layout-type-header-2rows-floating-header-style3) .header-top.header-top-curve-style11 .header-top-right {
        position: relative; }
        header#header:not(.header-layout-type-header-2rows-floating-header):not(.header-layout-type-header-2rows-floating-header-style2):not(.header-layout-type-header-2rows-floating-header-style3) .header-top.header-top-curve-style11 .header-top-right:before {
          background-color: #f1f1f1;
          content: "";
          height: 100%;
          position: absolute;
          right: 0;
          top: 0;
          width: 2200px;
          z-index: 0; }
        header#header:not(.header-layout-type-header-2rows-floating-header):not(.header-layout-type-header-2rows-floating-header-style2):not(.header-layout-type-header-2rows-floating-header-style3) .header-top.header-top-curve-style11 .header-top-right:after {
          border-left: 120px solid #f1f1f1;
          border-top: 110px solid transparent;
          content: "";
          height: 100%;
          position: absolute;
          right: -120px;
          top: 0;
          width: 0;
          z-index: 0; } }

/*
 * header-mid.scss
 * -----------------------------------------------
*/
header#header .contact-info-box {
  display: block; }
  header#header .contact-info-box .left-thumb {
    float: left;
    margin-right: 20px; }
  header#header .contact-info-box .media-body {
    float: left; }
  @media (max-width: 767.98px) {
    header#header .contact-info-box {
      display: block; }
      header#header .contact-info-box .left-thumb {
        float: none;
        margin-right: 0; }
      header#header .contact-info-box .media-body {
        float: none; } }
  header#header .contact-info-box .font-icon {
    font-size: 36px;
    margin-top: 5px; }
  header#header .contact-info-box .title {
    margin-top: 0;
    margin-bottom: .25rem; }
    @media (max-width: 767.98px) {
      header#header .contact-info-box .title {
        margin-top: 5px;
        margin-bottom: 5px; } }
  header#header .contact-info-box.big-icon .subtitle a {
    color: #777;
    font-weight: normal; }
  header#header .contact-info-box.small-icon .font-icon {
    font-size: 16px;
    padding-left: 1px;
    padding-right: 5px;
    margin-top: 0; }
  header#header .contact-info-box.small-icon .title {
    font-size: 15px; }
  header#header .contact-info-box.small-icon .subtitle {
    font-size: 13px; }

header#header .header-middle {
  padding: 20px 0; }
  @media (max-width: 1199.98px) {
    header#header .header-middle .header-mid-column3-container .element {
      margin-bottom: 20px; } }
  @media (max-width: 991.98px) {
    header#header .header-middle .header-mid-column3-container .element {
      margin-bottom: 30px; } }

header#header .header-nav .header-nav-container {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); }

header#header .nav-side-icon-list {
  display: inline-block; }
  @media (max-width: 1199.98px) {
    header#header .nav-side-icon-list {
      float: left; } }
  header#header .nav-side-icon-list > li {
    display: inline-block;
    padding: 20px 12px; }
    @media (max-width: 1199.98px) {
      header#header .nav-side-icon-list > li {
        padding: 13px 12px; } }
    header#header .nav-side-icon-list > li .custom-button {
      margin-top: -5px; }

/*
 * header-menuzord.scss
 * -----------------------------------------------
*/
/* 1 - MENU CONTAINER
======================================*/
.menuzord,
.menuzord * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.menuzord {
  width: 100%;
  padding: 0 30px;
  float: left;
  position: relative; }

/* == Customized by ismail start == */
.menuzord-container {
  background: #fff; }

/* == Customized by ismail end == */
.menuzord a {
  -o-transition: color .3s linear, background .3s linear;
  -moz-transition: color .3s linear, background .3s linear;
  -webkit-transition: color .3s linear, background .3s linear;
  transition: color .3s linear, background .3s linear; }

/* scrollable menu */
.menuzord-menu.scrollable > .scrollable-fix {
  display: none; }

/* 2 - BRAND
======================================*/
.menuzord-brand {
  display: inline-block;
  color: #666;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  cursor: pointer; }

/* 3 - MENU
======================================*/
.menuzord-menu {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none; }

/* Right alignment */
.menuzord-menu.menuzord-right {
  float: right; }

/* Menu items */
.menuzord-menu > li {
  display: inline-block;
  float: left; }
  @media (min-width: 1200px) {
    .menuzord-menu > li {
      padding: 20px 0; } }

.menuzord-menu > li > a {
  padding: 7px 16px;
  display: inline-block;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  color: #222;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }

/* Active/hover state (Menu items) */
.menuzord-menu > li.active > a,
.menuzord-menu > li:hover > a {
  color: #333; }

/* Dropdown */
.menuzord-menu ul.dropdown {
  top: 100%; }

.menuzord-menu ul.dropdown li ul.dropdown {
  top: 0; }

/* Megamenu */
.menuzord-menu > li > .megamenu {
  top: 100%; }

/* 4 - DROPDOWN
======================================*/
.menuzord-menu ul.dropdown,
.menuzord-menu ul.dropdown li ul.dropdown {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 280px;
  background: #fff; }

.menuzord-menu ul.dropdown li ul.dropdown {
  left: 100%; }

/* Dropdown items */
.menuzord-menu ul.dropdown li {
  clear: both;
  width: 100%;
  border: 0 none;
  position: relative; }

.menuzord-menu ul.dropdown li a {
  width: 100%;
  background: none;
  padding: 10px 25px 10px 22px;
  color: #888;
  text-decoration: none;
  display: inline-block;
  float: left;
  clear: both;
  position: relative;
  outline: 0;
  -o-transition: padding .2s linear;
  -moz-transition: padding .2s linear;
  -webkit-transition: padding .2s linear;
  transition: padding .2s linear; }

/* Hover state (dropdown items) */
.menuzord-menu ul.dropdown li:hover > a {
  padding-left: 28px;
  padding-right: 19px;
  color: #333; }

/* Dropdown left alignment */
.menuzord-menu ul.dropdown.dropdown-left {
  left: none; }

.menuzord-menu ul.dropdown li ul.dropdown.dropdown-left {
  left: -100%; }

/* 5 - DROPDOWN/MEGAMENU INDICATORS
======================================*/
.menuzord-menu li .indicator {
  margin-left: 3px;
  margin-right: 0; }

/* 6 - MEGAMENU
======================================*/
.menuzord-menu > li > .megamenu {
  width: 100%;
  padding: 20px 30px;
  left: 0;
  position: absolute;
  display: none;
  z-index: 99;
  border-top: solid 1px #f0f0f0;
  background: #fff; }

/* 7 - MEGAMENU WIDTHS
======================================*/
/* Half width */
.menuzord-menu > li > .megamenu.megamenu-half-width {
  width: 50%;
  left: auto; }

/* Quarter width */
.menuzord-menu > li > .megamenu.megamenu-quarter-width {
  width: 25%;
  left: auto; }

/* 8 - GRID SYSTEM
======================================*/
.menuzord-menu > li > .megamenu .megamenu-row {
  width: 100%;
  margin-top: 15px; }

.menuzord-menu > li > .megamenu .megamenu-row:first-child {
  margin-top: 0; }

.menuzord-menu > li > .megamenu .megamenu-row:before,
.menuzord-menu > li > .megamenu .megamenu-row:after {
  display: table;
  content: "";
  line-height: 0; }

.menuzord-menu > li > .megamenu .megamenu-row:after {
  clear: both; }

.menuzord-menu > li > .megamenu .megamenu-row .col1,
.menuzord-menu > li > .megamenu .megamenu-row .col2,
.menuzord-menu > li > .megamenu .megamenu-row .col3,
.menuzord-menu > li > .megamenu .megamenu-row .col4,
.menuzord-menu > li > .megamenu .megamenu-row .col5,
.menuzord-menu > li > .megamenu .megamenu-row .col6,
.menuzord-menu > li > .megamenu .megamenu-row .col7,
.menuzord-menu > li > .megamenu .megamenu-row .col8,
.menuzord-menu > li > .megamenu .megamenu-row .col9,
.menuzord-menu > li > .megamenu .megamenu-row .col10,
.menuzord-menu > li > .megamenu .megamenu-row .col11,
.menuzord-menu > li > .megamenu .megamenu-row .col12 {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%; }

.menuzord-menu > li > .megamenu .megamenu-row [class*="col"]:first-child {
  margin-left: 0; }

.menuzord-menu > li > .megamenu .megamenu-row .col1 {
  width: 5.583333333333%; }

.menuzord-menu > li > .megamenu .megamenu-row .col2 {
  width: 14.166666666666%; }

.menuzord-menu > li > .megamenu .megamenu-row .col3 {
  width: 22.75%; }

.menuzord-menu > li > .megamenu .megamenu-row .col4 {
  width: 31.333333333333%; }

.menuzord-menu > li > .megamenu .megamenu-row .col5 {
  width: 39.916666666667%; }

.menuzord-menu > li > .megamenu .megamenu-row .col6 {
  width: 48.5%; }

.menuzord-menu > li > .megamenu .megamenu-row .col7 {
  width: 57.083333333333%; }

.menuzord-menu > li > .megamenu .megamenu-row .col8 {
  width: 65.666666666667%; }

.menuzord-menu > li > .megamenu .megamenu-row .col9 {
  width: 74.25%; }

.menuzord-menu > li > .megamenu .megamenu-row .col10 {
  width: 82.833333333334%; }

.menuzord-menu > li > .megamenu .megamenu-row .col11 {
  width: 91.416666666667%; }

.menuzord-menu > li > .megamenu .megamenu-row .col12 {
  width: 100%; }

/* 9 - SHOW/HIDE BUTTON (MOBILE MODE)
======================================*/
.menuzord .showhide {
  width: 30px;
  height: 40px;
  padding: 0 0 0;
  display: none;
  float: right;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }

/* Show/hide button icon */
.menuzord .showhide em {
  width: 26px;
  height: 3px;
  margin: 4px 0 0;
  float: right;
  background: #333;
  border-radius: 3px;
  transition: all 0.3s ease; }
  @media (prefers-reduced-motion: reduce) {
    .menuzord .showhide em {
      transition: none; } }

/* 10 - ICONS (parent menu items)
======================================*/
.menuzord-menu > li > a > i {
  margin: 0 5px 0 0;
  font-size: 18px;
  display: inline-block;
  line-height: 1;
  font-family: "Font Awesome 5 Free"; }

/* 11 - SEARCH FIELD
======================================*/
/* Form */
.menuzord-menu > li.search form {
  float: left;
  padding: 22px 16px 17px; }

/* Input */
.menuzord-menu > li.search form input[type="text"] {
  width: 160px;
  padding: 5px 10px;
  font-family: 'Open Sans', sans-serif;
  border: none;
  background: #f0f0f0;
  border-radius: 2px;
  outline: 0;
  -o-transition: width 1s ease-out;
  -moz-transition: width 1s ease-out;
  -webkit-transition: width 1s ease-out;
  transition: width 1s ease-out; }

.menuzord-menu > li.search form:hover input[type="text"] {
  width: 160px; }

/* 12 - VERTICAL TABS
======================================*/
.menuzord-tabs {
  width: 100%;
  float: left; }

.menuzord-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none; }

.menuzord-tabs-nav > li > a {
  width: 100%;
  padding: 7px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #666;
  border: solid 1px #f0f0f0;
  outline: 0; }

.menuzord-tabs-nav li.active a,
.menuzord-tabs-nav li:hover a {
  background: #f0f0f0; }

.menuzord-tabs-content {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  font-size: 13px;
  border: solid 1px #f0f0f0; }

.menuzord-tabs-content.active {
  display: block; }

/* 13 - COLOR SCHEMES
======================================*/
/* blue */
.menuzord.blue .menuzord-menu > li.active > a,
.menuzord.blue .menuzord-menu > li:hover > a,
.menuzord.blue .menuzord-menu ul.dropdown li:hover > a {
  color: #4A89DC; }

/* green */
.menuzord.green .menuzord-menu > li.active > a,
.menuzord.green .menuzord-menu > li:hover > a,
.menuzord.green .menuzord-menu ul.dropdown li:hover > a {
  color: #37BC9B; }

/* red */
.menuzord.red .menuzord-menu > li.active > a,
.menuzord.red .menuzord-menu > li:hover > a,
.menuzord.red .menuzord-menu ul.dropdown li:hover > a {
  color: #E9573F; }

/* orange */
.menuzord.orange .menuzord-menu > li.active > a,
.menuzord.orange .menuzord-menu > li:hover > a,
.menuzord.orange .menuzord-menu ul.dropdown li:hover > a {
  color: #ff670f; }

/* yellow */
.menuzord.yellow .menuzord-menu > li.active > a,
.menuzord.yellow .menuzord-menu > li:hover > a,
.menuzord.yellow .menuzord-menu ul.dropdown li:hover > a {
  color: #F6BB42; }

/* purple */
.menuzord.purple .menuzord-menu > li.active > a,
.menuzord.purple .menuzord-menu > li:hover > a,
.menuzord.purple .menuzord-menu ul.dropdown li:hover > a {
  color: #967ADC; }

/* pink */
.menuzord.pink .menuzord-menu > li.active > a,
.menuzord.pink .menuzord-menu > li:hover > a,
.menuzord.pink .menuzord-menu ul.dropdown li:hover > a {
  color: #D770AD; }

/* 14 - MOBILE MODE (RESPONSIVE MODE)
======================================*/
@media (max-width: 1199.98px) {
  /* Responsive menu container */
  .menuzord-responsive.menuzord {
    padding: 0; }
  header#header.header .nav-side-icon-parent {
    display: none; }
  header#header.header .top-primary-nav-clone-parent {
    padding-left: 0;
    padding-right: 0; }
  header#header.header .top-primary-nav-clone-parent [class^="col-"] {
    padding-left: 0;
    padding-right: 0; }
  /* Brand */
  .menuzord-responsive .menuzord-brand {
    margin: 8px 30px 10px 20px;
    font-size: 20px;
    line-height: 1.55; }
  /* Show/hide button */
  .menuzord-responsive .showhide {
    margin-top: 20px; }
  /* Menu */
  .menuzord-responsive .menuzord-menu {
    width: 100%;
    float: left !important; }
  /* scrollable menu*/
  .menuzord-responsive .menuzord-menu.scrollable {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
  .menuzord-responsive .menuzord-menu.scrollable > .scrollable-fix {
    display: block; }
  /* Menu items */
  .menuzord-responsive .menuzord-menu > li {
    width: 100%;
    display: block;
    position: relative; }
  .menuzord-responsive .menuzord-menu > li > a {
    width: 100%;
    padding: 12px 20px;
    display: block;
    border-bottom: solid 1px #f0f0f0; }
  .menuzord-responsive .menuzord-menu > li:first-child > a {
    border-top: solid 1px #f0f0f0; }
  /* Dropdown */
  .menuzord-responsive .menuzord-menu ul.dropdown,
  .menuzord-responsive .menuzord-menu ul.dropdown li ul.dropdown {
    width: 100%;
    left: 0;
    position: static;
    border: none;
    background: #fff;
    float: left; }
  /* Dropdown items */
  .menuzord-responsive .menuzord-menu ul.dropdown li {
    position: relative; }
  .menuzord-responsive .menuzord-menu ul.dropdown li a {
    border-bottom: solid 1px #f0f0f0; }
  .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > a {
    padding-left: 30px !important; }
  .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li > a {
    padding-left: 50px !important; }
  .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li > a {
    padding-left: 70px !important; }
  /* Dropdown/megamenu indicators */
  .menuzord-responsive .menuzord-menu li .indicator {
    width: 27px;
    height: 27px;
    position: absolute;
    right: 10px;
    top: 11px;
    left: auto;
    font-size: 12px;
    text-align: center;
    line-height: 1;
    border-left: solid 1px #f5f5f5;
    border-left-color: whitesmoke;
    border-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transform: rotate(0deg);
    transition: all 0.3s ease; } }
  @media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
    .menuzord-responsive .menuzord-menu li .indicator {
      transition: none; } }

@media (max-width: 1199.98px) {
    .menuzord-responsive .menuzord-menu li .indicator.active {
      transform: rotate(-90deg); }
  /* Megamenu */
  .menuzord-responsive .menuzord-menu > li > .megamenu {
    width: 100% !important;
    left: 0 !important;
    position: static;
    border-top: none;
    border-bottom: solid 1px #f0f0f0; }
  .menuzord-responsive .menuzord-menu > li > .megamenu .megamenu-row [class*="col"] {
    float: none;
    display: block;
    width: 100% !important;
    margin-left: 0;
    margin-top: 15px; }
  .menuzord-responsive .menuzord-menu > li > .megamenu .megamenu-row:first-child [class*="col"]:first-child {
    margin-top: 0; }
  .menuzord-responsive .menuzord-menu > li > .megamenu .megamenu-row {
    margin-top: 0; }
  /* Search field */
  .menuzord-responsive .menuzord-menu > li.search form {
    width: 100%;
    margin: 4px 0;
    padding: 10px 16px !important; }
  .menuzord-responsive .menuzord-menu > li.search form input[type="text"] {
    width: 100%; }
  /* Tabs */
  .menuzord-responsive .menuzord-tabs-nav {
    width: 100%; }
  .menuzord-responsive .menuzord-tabs-content {
    width: 100%; } }


/*
Rounded Boxed Skin
*/

/* Menu items */
.menuzord-menu > li > a{
	padding: 8px 16px;
	border-radius: 30px;
}

/* Active/hover state (Menu items) */
.menuzord-menu > li.active > a,
.menuzord-menu > li:hover > a{
	background: #333;
	color: #fff;
}

/* Dropdown items */
.menuzord .menuzord-menu ul.dropdown li:hover > a{
	background: #333;
	color: #fff;
}

/* Search field */
.menuzord-menu > li.search form{
	padding: 2px 16px;
}

/* Color schemes */
/* blue */
.menuzord.blue .menuzord-menu > li.active > a, 
.menuzord.blue .menuzord-menu > li:hover > a, 
.menuzord.blue .menuzord-menu ul.dropdown li:hover > a{ 
	background: #5D9CEC; 
	color: #fff;
}
/* green */
.menuzord.green .menuzord-menu > li.active > a, 
.menuzord.green .menuzord-menu > li:hover > a, 
.menuzord.green .menuzord-menu ul.dropdown li:hover > a{ 
	background: #48CFAD;
	color: #fff;
}
/* red */
.menuzord.red .menuzord-menu > li.active > a, 
.menuzord.red .menuzord-menu > li:hover > a, 
.menuzord.red .menuzord-menu ul.dropdown li:hover > a{ 
	background: #FC6E51;
	color: #fff;
}
/* orange */
.menuzord.orange .menuzord-menu > li.active > a, 
.menuzord.orange .menuzord-menu > li:hover > a, 
.menuzord.orange .menuzord-menu ul.dropdown li:hover > a{ 
	background: #ff853f;
	color: #fff;
}
/* yellow */
.menuzord.yellow .menuzord-menu > li.active > a, 
.menuzord.yellow .menuzord-menu > li:hover > a, 
.menuzord.yellow .menuzord-menu ul.dropdown li:hover > a{ 
	background: #FFCE54;
	color: #fff;
}
/* purple */
.menuzord.purple .menuzord-menu > li.active > a, 
.menuzord.purple .menuzord-menu > li:hover > a, 
.menuzord.purple .menuzord-menu ul.dropdown li:hover > a{ 
	background: #AC92EC;
	color: #fff;
}
/* pink */
.menuzord.pink .menuzord-menu > li.active > a, 
.menuzord.pink .menuzord-menu > li:hover > a, 
.menuzord.pink .menuzord-menu ul.dropdown li:hover > a{ 
	background: #EC87C0;
	color: #fff;
}
/* theme-color1 */
.menuzord.theme-color1 .menuzord-menu > li.active > a, 
.menuzord.theme-color1 .menuzord-menu > li:hover > a, 
.menuzord.theme-color1 .menuzord-menu ul.dropdown li:hover > a{ 
	background: var(--theme-color1);
	color: #fff;
}
/* theme-color2 */
.menuzord.theme-color2 .menuzord-menu > li.active > a, 
.menuzord.theme-color2 .menuzord-menu > li:hover > a, 
.menuzord.theme-color2 .menuzord-menu ul.dropdown li:hover > a{ 
	background: var(--theme-color2);
	color: #fff;
}
/* theme-color3 */
.menuzord.theme-color3 .menuzord-menu > li.active > a, 
.menuzord.theme-color3 .menuzord-menu > li:hover > a, 
.menuzord.theme-color3 .menuzord-menu ul.dropdown li:hover > a{ 
	background: var(--theme-color3);
	color: #fff;
}
/* theme-color4 */
.menuzord.theme-color4 .menuzord-menu > li.active > a, 
.menuzord.theme-color4 .menuzord-menu > li:hover > a, 
.menuzord.theme-color4 .menuzord-menu ul.dropdown li:hover > a{ 
	background: var(--theme-color4);
	color: #fff;
}

@media (min-width: 1200px){
	header#header.header-layout-type-header-2rows-floating-header .menuzord-menu > li {
		padding: 20px 0;
	}
	header#header.header-layout-type-header-2rows-floating-header .menuzord-menu ul.dropdown {
		top: 100%;
	}
}

/* Mobile mode (Responsive mode) */
@media (max-width: 1199.98px){
	/* Menu items */
	.menuzord-responsive .menuzord-menu > li{
		padding: 0;
	}
	.menuzord-responsive .menuzord-menu > li > a{
		padding: 12px 20px !important;
		border-radius: 0;
	}
}





body.tm-dark-layout .menuzord-container {
  background-color: #151515; }
  body.tm-dark-layout .menuzord-container .menuzord-menu > li > a {
    color: #888; }

/*
 * header-other.scss
 * -----------------------------------------------
*/
@media (max-width: 1199.98px) {
  .menuzord-responsive .menuzord-menu li .indicator {
    color: #fff;
    background: var(--theme-color2); } }

header#header .header-nav .header-nav-container {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); }

header#header .nav-side-icon-list {
  display: inline-block; }
  @media (max-width: 1199.98px) {
    header#header .nav-side-icon-list {
      float: left; } }
  header#header .nav-side-icon-list > li {
    padding: 0 12px;
    margin-top: -4px; }
    header#header .nav-side-icon-list > li .custom-button {
      margin-top: -5px;
      margin-left: 30px; }
    header#header .nav-side-icon-list > li:last-child {
      padding-right: 0; }

/*
 * header-nav.scss
 * -----------------------------------------------
*/
.header-nav .header-nav-wrapper .menuzord-container {
  transition: all 0.3s ease; }
  @media (prefers-reduced-motion: reduce) {
    .header-nav .header-nav-wrapper .menuzord-container {
      transition: none; } }

.header-nav .header-nav-wrapper.navbar-scrolltofixed {
  min-width: 100%;
  transition: all 0.3s ease; }
  @media (prefers-reduced-motion: reduce) {
    .header-nav .header-nav-wrapper.navbar-scrolltofixed {
      transition: none; } }

@media (max-width: 575.98px) {
  .header-nav .header-nav-col-row > div,
  .header-nav .header-nav-clone-col-row > div {
    width: auto;
    max-width: none; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .header-nav .header-nav-col-row > div,
  .header-nav .header-nav-clone-col-row > div {
    padding: 0; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .header-nav .header-nav-col-row > div,
  .header-nav .header-nav-clone-col-row > div {
    padding: 0; } }

#top-primary-nav.menuzord,
#top-primary-nav-clone.menuzord {
  padding: 0;
  z-index: 111; }

#top-primary-nav .menuzord-menu li a,
#top-primary-nav-clone .menuzord-menu li a {
  transition: all 0.3s ease; }
  @media (prefers-reduced-motion: reduce) {
    #top-primary-nav .menuzord-menu li a,
    #top-primary-nav-clone .menuzord-menu li a {
      transition: none; } }

#top-primary-nav .menuzord-menu > li,
#top-primary-nav-clone .menuzord-menu > li {
  position: relative; }
  #top-primary-nav .menuzord-menu > li > a,
  #top-primary-nav-clone .menuzord-menu > li > a {
    font-size: 1rem;
    padding-left: 20px;
    padding-right: 20px; }
    @media (max-width: 1199.98px) {
      #top-primary-nav .menuzord-menu > li > a,
      #top-primary-nav-clone .menuzord-menu > li > a {
        padding-left: 10px;
        padding-right: 10px; } }

#top-primary-nav .menuzord-menu ul.dropdown,
#top-primary-nav-clone .menuzord-menu ul.dropdown {
  border: 1px solid #ddd;
  box-shadow: 1px 1px 35px rgba(0, 0, 0, 0.08); }
  #top-primary-nav .menuzord-menu ul.dropdown li,
  #top-primary-nav-clone .menuzord-menu ul.dropdown li {
    margin: 0;
    border-bottom: 1px solid #eee;
    padding-left: 0; }
    #top-primary-nav .menuzord-menu ul.dropdown li a,
    #top-primary-nav-clone .menuzord-menu ul.dropdown li a {
      color: #555;
      font-size: 0.9rem;
      padding: 10px 25px 10px 22px; }
      #top-primary-nav .menuzord-menu ul.dropdown li a:hover,
      #top-primary-nav-clone .menuzord-menu ul.dropdown li a:hover {
        background-color: #f5f5f5;
        padding-left: 25px; }
      #top-primary-nav .menuzord-menu ul.dropdown li a:after,
      #top-primary-nav-clone .menuzord-menu ul.dropdown li a:after {
        content: '';
        display: inline-block;
        height: 0;
        width: 4px;
        vertical-align: middle;
        margin-right: 0;
        opacity: 0;
        visibility: hidden;
        background: #111;
        -webkit-transition: height .4s,opacity .4s ease,top .4s ease;
        -o-transition: height .4s,opacity .4s ease,top .4s ease;
        -moz-transition: height .4s,opacity .4s ease,top .4s ease;
        transition: height .4s,opacity .4s ease,top .4s ease;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0); }
    #top-primary-nav .menuzord-menu ul.dropdown li:hover > a,
    #top-primary-nav-clone .menuzord-menu ul.dropdown li:hover > a {
      background: #eee none repeat scroll 0 0;
      color: #333; }
      #top-primary-nav .menuzord-menu ul.dropdown li:hover > a:after,
      #top-primary-nav-clone .menuzord-menu ul.dropdown li:hover > a:after {
        top: 0;
        height: -webkit-calc(100% + 1px);
        height: -moz-calc(100% + 1px);
        height: calc(100% + 1px);
        opacity: 1;
        visibility: visible; }
    #top-primary-nav .menuzord-menu ul.dropdown li a.tm-submenu-title,
    #top-primary-nav-clone .menuzord-menu ul.dropdown li a.tm-submenu-title {
      font-size: 1rem;
      font-weight: 700;
      color: #222; }

#top-primary-nav .menuzord-menu > li > ul.dropdown,
#top-primary-nav-clone .menuzord-menu > li > ul.dropdown {
  border-top: 3px solid #333;
  background: #fcfcfc; }

#top-primary-nav .menuzord-menu .tm-menu-badge,
#top-primary-nav-clone .menuzord-menu .tm-menu-badge {
  display: inline;
  font-size: 65%;
  line-height: 1;
  text-transform: uppercase;
  padding: 0 4px 0px 4px;
  margin: 0 0 0 5px;
  background-color: #f44336;
  color: #fff; }

@media (max-width: 1199.98px) {
  #top-primary-nav.menuzord-responsive .menuzord-menu > li > a,
  #top-primary-nav-clone.menuzord-responsive .menuzord-menu > li > a {
    color: #fff;
    background-color: #222429;
    border-bottom-color: #444; }
  #top-primary-nav.menuzord-responsive .menuzord-menu li .indicator,
  #top-primary-nav-clone.menuzord-responsive .menuzord-menu li .indicator {
    border-left-color: #444; }
  #top-primary-nav.menuzord-responsive .menuzord-menu ul.dropdown,
  #top-primary-nav-clone.menuzord-responsive .menuzord-menu ul.dropdown {
    border-top: 0;
    border-color: #444; }
    #top-primary-nav.menuzord-responsive .menuzord-menu ul.dropdown li a,
    #top-primary-nav-clone.menuzord-responsive .menuzord-menu ul.dropdown li a {
      color: #fff;
      background-color: #27292f;
      border-bottom-color: #444; }
  #top-primary-nav.menuzord-responsive .menuzord-menu .widget,
  #top-primary-nav-clone.menuzord-responsive .menuzord-menu .widget {
    margin-bottom: 15px; }
  #top-primary-nav.menuzord-responsive .menuzord-menu .megamenu .megamenu-row > [class^="col"],
  #top-primary-nav-clone.menuzord-responsive .menuzord-menu .megamenu .megamenu-row > [class^="col"] {
    padding: 0 15px; }
  #top-primary-nav.menuzord-responsive .menuzord-menu .megamenu .megamenu-row [class*="col"],
  #top-primary-nav-clone.menuzord-responsive .menuzord-menu .megamenu .megamenu-row [class*="col"] {
    margin-top: 0; } }

@media (max-width: 1199.98px) {
  #top-primary-nav .menuzord-menu {
    display: none !important; } }

#top-primary-nav-clone .showhide {
  display: none !important; }

#top-primary-nav-clone .menuzord-menu {
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    #top-primary-nav-clone .menuzord-menu {
      margin-bottom: 20px; } }
  @media (max-width: 575.98px) {
    #top-primary-nav-clone .menuzord-menu {
      margin-bottom: 0; } }

header#header .menuzord-brand {
  transition: all 0.3s ease; }
  @media (prefers-reduced-motion: reduce) {
    header#header .menuzord-brand {
      transition: none; } }
  @media (max-width: 1199.98px) {
    header#header .menuzord-brand {
      margin-right: 20px;
      padding: 10px 0; } }
  @media (max-width: 767.98px) {
    header#header .menuzord-brand {
      margin-right: 0; } }
  header#header .menuzord-brand img {
    max-height: 54px;
    width: auto;
    transition: all 0.3s ease; }
    @media (prefers-reduced-motion: reduce) {
      header#header .menuzord-brand img {
        transition: none; } }
    @media (max-width: 575.98px) {
      header#header .menuzord-brand img {
        max-width: 200px !important; } }
    @media (max-width: 991.98px) {
      header#header .menuzord-brand img {
        max-height: 40px !important; } }
  header#header .menuzord-brand img.logo-2x {
    display: none; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  header#header .menuzord-brand .logo-default.logo-1x {
    display: none; }
  header#header .menuzord-brand .logo-default.logo-2x {
    display: inline-block; } }

@media (min-width: 1200px) {
  header#header.main-nav-items-textcolor-white .header-nav .navbar-scrolltofixed:not(.scroll-to-fixed-fixed) #top-primary-nav .menuzord-menu > li > a,
  header#header.main-nav-items-textcolor-white .header-nav .navbar-scrolltofixed:not(.scroll-to-fixed-fixed) #top-primary-nav-clone .menuzord-menu > li > a {
    color: #fff; } }

header#header.main-nav-items-textcolor-white .header-nav .navbar-scrolltofixed:not(.scroll-to-fixed-fixed) .menuzord .showhide em {
  background: #fff; }

@media (min-width: 1200px) {
  header#header.main-nav-items-textcolor-dark .header-nav .navbar-scrolltofixed:not(.scroll-to-fixed-fixed) #top-primary-nav .menuzord-menu > li > a,
  header#header.main-nav-items-textcolor-dark .header-nav .navbar-scrolltofixed:not(.scroll-to-fixed-fixed) #top-primary-nav-clone .menuzord-menu > li > a {
    color: #222; } }

header#header.main-nav-items-textcolor-dark .header-nav .navbar-scrolltofixed:not(.scroll-to-fixed-fixed) .menuzord .showhide em {
  background: #333; }

/* subtitle */
.menu-item .subtitle {
  display: block;
  font-weight: normal; }

/* Switchable logo */
body.switchable-logo header#header .menuzord-brand .logo-light.logo-1x {
  display: inline-block; }

body.switchable-logo header#header .menuzord-brand .logo-dark.logo-1x {
  display: none; }

body.switchable-logo header#header .header-nav-wrapper.navbar-scrolltofixed.scroll-to-fixed-fixed .menuzord-brand .logo-light.logo-1x {
  display: none; }

body.switchable-logo header#header .header-nav-wrapper.navbar-scrolltofixed.scroll-to-fixed-fixed .menuzord-brand .logo-dark.logo-1x {
  display: inline-block; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  body.switchable-logo header#header .menuzord-brand .logo-light.logo-1x {
    display: none; }
  body.switchable-logo header#header .menuzord-brand .logo-dark.logo-1x {
    display: none; }
  body.switchable-logo header#header .menuzord-brand .logo-light.logo-2x {
    display: inline-block; }
  body.switchable-logo header#header .menuzord-brand .logo-dark.logo-2x {
    display: none; }
  body.switchable-logo header#header .header-nav-wrapper.navbar-scrolltofixed.scroll-to-fixed-fixed .menuzord-brand .logo-light.logo-1x {
    display: none; }
  body.switchable-logo header#header .header-nav-wrapper.navbar-scrolltofixed.scroll-to-fixed-fixed .menuzord-brand .logo-dark.logo-1x {
    display: none; }
  body.switchable-logo header#header .header-nav-wrapper.navbar-scrolltofixed.scroll-to-fixed-fixed .menuzord-brand .logo-light.logo-2x {
    display: none; }
  body.switchable-logo header#header .header-nav-wrapper.navbar-scrolltofixed.scroll-to-fixed-fixed .menuzord-brand .logo-dark.logo-2x {
    display: inline-block; } }

/* -------- Megamenu-Row ---------- */
.menuzord-menu > li > .megamenu {
  border-top: 3px solid #333;
  background: #fcfcfc;
  background-repeat: no-repeat;
  background-position: bottom right;
  padding: 0;
  min-width: 400px; }
  .menuzord-menu > li > .megamenu.megamenu-three-quarter-width {
    left: auto;
    width: 75%; }
  .menuzord-menu > li > .megamenu .megamenu-row {
    box-shadow: 1px 1px 35px rgba(0, 0, 0, 0.08);
    display: table; }
    .menuzord-menu > li > .megamenu .megamenu-row .col1 {
      width: 8.33333333%; }
    .menuzord-menu > li > .megamenu .megamenu-row .col2 {
      width: 16.66666667%; }
    .menuzord-menu > li > .megamenu .megamenu-row .col3 {
      width: 25%; }
    .menuzord-menu > li > .megamenu .megamenu-row .col4 {
      width: 33.333%; }
    .menuzord-menu > li > .megamenu .megamenu-row .col5 {
      width: 41.66666667%; }
    .menuzord-menu > li > .megamenu .megamenu-row .col6 {
      width: 50%; }
    .menuzord-menu > li > .megamenu .megamenu-row .col7 {
      width: 58.33333333%; }
    .menuzord-menu > li > .megamenu .megamenu-row .col8 {
      width: 66.66666667%; }
    .menuzord-menu > li > .megamenu .megamenu-row .col9 {
      width: 75%; }
    .menuzord-menu > li > .megamenu .megamenu-row .col10 {
      width: 83.33333333%; }
    .menuzord-menu > li > .megamenu .megamenu-row .col11 {
      width: 91.66666667%; }
    .menuzord-menu > li > .megamenu .megamenu-row .col12 {
      width: 100%; }
    .menuzord-menu > li > .megamenu .megamenu-row > [class^="col"] {
      display: table-cell;
      float: none;
      margin-left: 0;
      padding: 15px 10px;
      border-right: 1px solid #eee;
      background-repeat: no-repeat;
      background-position: bottom right; }
    .menuzord-menu > li > .megamenu .megamenu-row > [class^="col"]:last-child {
      border-right: none; }
    .menuzord-menu > li > .megamenu .megamenu-row li {
      border: 0 none;
      clear: both;
      margin: 0;
      padding: 2px;
      position: relative;
      width: 100%; }
      .menuzord-menu > li > .megamenu .megamenu-row li a {
        color: #777;
        display: block;
        font-size: 0.85rem;
        line-height: 1.65;
        padding: 5px 12px 5px; }
        .menuzord-menu > li > .megamenu .megamenu-row li a i {
          color: #777;
          padding-right: 6px; }
      .menuzord-menu > li > .megamenu .megamenu-row li a.tm-submenu-title {
        font-size: 1rem;
        font-weight: 700;
        color: #222; }
      .menuzord-menu > li > .megamenu .megamenu-row li.active > a:not(.tm-submenu-title), .menuzord-menu > li > .megamenu .megamenu-row li:hover > a:not(.tm-submenu-title) {
        color: #111;
        padding-left: 15px;
        background-color: #f5f5f5; }
        .menuzord-menu > li > .megamenu .megamenu-row li.active > a:not(.tm-submenu-title) i, .menuzord-menu > li > .megamenu .megamenu-row li:hover > a:not(.tm-submenu-title) i {
          color: #555;
          padding-right: 6px; }
    .menuzord-menu > li > .megamenu .megamenu-row .widget {
      margin-bottom: 0; }

@media (min-width: 1200px) {
  .menuzord-menu > li > .megamenu {
    display: block !important;
    opacity: 0;
    visibility: hidden; }
  .menuzord-menu > li:hover > .megamenu {
    opacity: 1;
    visibility: visible; } }

body.admin-bar .header-nav .navbar-scrolltofixed.scroll-to-fixed-fixed {
  margin-top: 28px; }
  @media (max-width: 600px) {
    body.admin-bar .header-nav .navbar-scrolltofixed.scroll-to-fixed-fixed {
      margin-top: 45px; } }

/*
 * header-type.scss
 * -----------------------------------------------
*/
@media (max-width: 1199.98px) {
  header#header.header-nav-left .header-nav-col-row {
    padding: 10px 0; }
    header#header.header-nav-left .header-nav-col-row :first-child {
      order: 1; } }

@media (max-width: 1199.98px) {
  header#header.header-layout-type-header-2rows .menuzord-brand {
    margin-bottom: 25px;
    margin-top: 25px; } }

header#header.header-layout-type-header-3rows .header-nav {
  border-top: 1px solid #eee; }

header#header.header-layout-type-header-3rows .menuzord-brand {
  margin-bottom: 0;
  margin-top: 0; }

header#header.header-layout-type-header-3rows .menuzord-menu > li {
  padding: 20px 0; }

header#header.header-layout-type-header-3rows .menuzord .showhide {
  float: left; }

header#header.header-layout-type-header-3rows .nav-side-icon-list {
  float: right; }

@media (max-width: 991.98px) {
  header#header.header-layout-type-header-3rows .header-middle {
    padding-bottom: 15px; } }

header#header.header-layout-type-header-3rows .header-middle .contact-info .title {
  font-size: 1rem; }

header#header.header-layout-type-header-3rows .header-middle .contact-info .subtitle {
  font-size: 0.875rem; }
  header#header.header-layout-type-header-3rows .header-middle .contact-info .subtitle a {
    font-size: 0.875rem; }

@media (max-width: 1199.98px) {
  header#header.header-layout-type-header-3rows .menuzord-brand {
    display: inline-block;
    float: none;
    margin-bottom: 30px;
    margin-top: 0;
    max-width: none; }
  header#header.header-layout-type-header-3rows .menuzord-menu > li {
    padding: 0; } }

@media (max-width: 1199.98px) {
  header#header.header-layout-type-header-3rows .top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents .dropdown-content {
    left: 0;
    right: auto; } }

header#header.header-layout-type-header-1rows-floating-header {
  padding-top: 15px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1011; }
  @media (max-width: 991.98px) {
    header#header.header-layout-type-header-1rows-floating-header {
      position: relative; } }
  header#header.header-layout-type-header-1rows-floating-header .menuzord-menu {
    float: right; }
    header#header.header-layout-type-header-1rows-floating-header .menuzord-menu > li {
      padding: 25px 0 !important; }
      header#header.header-layout-type-header-1rows-floating-header .menuzord-menu > li > a {
        font-weight: 500;
        letter-spacing: 0px; }
  header#header.header-layout-type-header-1rows-floating-header .header-nav .navbar-scrolltofixed:not(.scroll-to-fixed-fixed) .menuzord-container {
    background-color: transparent;
    box-shadow: none; }
  header#header.header-layout-type-header-1rows-floating-header .nav-side-icon-list {
    float: right; }
    @media (min-width: 1200px) {
      header#header.header-layout-type-header-1rows-floating-header .nav-side-icon-list > li {
        margin-top: 0; } }
  @media (max-width: 1199.98px) {
    header#header.header-layout-type-header-1rows-floating-header .menuzord-menu > li {
      padding: 0 !important; } }
  header#header.header-layout-type-header-1rows-floating-header.header-bg-dark-shadow {
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.01));
    padding-bottom: 30px;
    border-width: 0 0 1px;
    border-color: #f4f4f4; }
    @media (max-width: 991.98px) {
      header#header.header-layout-type-header-1rows-floating-header.header-bg-dark-shadow {
        background-color: #333;
        padding-bottom: 0; } }
    header#header.header-layout-type-header-1rows-floating-header.header-bg-dark-shadow .header-nav .navbar-scrolltofixed:not(.scroll-to-fixed-fixed) .menuzord-menu > li > a {
      color: #fff; }
    header#header.header-layout-type-header-1rows-floating-header.header-bg-dark-shadow .header-nav .navbar-scrolltofixed:not(.scroll-to-fixed-fixed) .menuzord .showhide em {
      background: #fff; }
    header#header.header-layout-type-header-1rows-floating-header.header-bg-dark-shadow .header-nav .navbar-scrolltofixed:not(.scroll-to-fixed-fixed) .nav-side-icon-list li a i {
      color: #fff; }
    header#header.header-layout-type-header-1rows-floating-header.header-bg-dark-shadow .header-nav .navbar-scrolltofixed:not(.scroll-to-fixed-fixed) .nav-side-icon-list li .hamburger-box .hamburger-inner, header#header.header-layout-type-header-1rows-floating-header.header-bg-dark-shadow .header-nav .navbar-scrolltofixed:not(.scroll-to-fixed-fixed) .nav-side-icon-list li .hamburger-box .hamburger-inner:after, header#header.header-layout-type-header-1rows-floating-header.header-bg-dark-shadow .header-nav .navbar-scrolltofixed:not(.scroll-to-fixed-fixed) .nav-side-icon-list li .hamburger-box .hamburger-inner:before {
      background-color: #fff; }
    header#header.header-layout-type-header-1rows-floating-header.header-bg-dark-shadow .header-nav .navbar-scrolltofixed:not(.scroll-to-fixed-fixed) .nav-side-icon-list .top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents .mini-cart-icon .items-count {
      background-color: #fff;
      color: #333; }
  header#header.header-layout-type-header-1rows-floating-header.header-bg-light-shadow {
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(250, 250, 250, 0.7), rgba(250, 250, 250, 0.45), rgba(250, 250, 250, 0.01));
    padding-bottom: 30px;
    border-width: 0 0 1px;
    border-color: #f4f4f4; }
    @media (max-width: 991.98px) {
      header#header.header-layout-type-header-1rows-floating-header.header-bg-light-shadow {
        padding-bottom: 0; } }

header#header.header-layout-type-header-2rows-floating-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1011; }
  @media (max-width: 991.98px) {
    header#header.header-layout-type-header-2rows-floating-header {
      position: relative; } }
  header#header.header-layout-type-header-2rows-floating-header .header-top {
    background: transparent; }
  header#header.header-layout-type-header-2rows-floating-header .header-nav {
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
  @media (min-width: 768px) {
    header#header.header-layout-type-header-2rows-floating-header .header-nav {
      margin-top: 20px; }
    header#header.header-layout-type-header-2rows-floating-header .header-top + .header-nav {
      margin-top: 0; } }
  header#header.header-layout-type-header-2rows-floating-header .menuzord-menu {
    float: right; }
    header#header.header-layout-type-header-2rows-floating-header .menuzord-menu > li {
      padding: 25px 0 !important; }
      header#header.header-layout-type-header-2rows-floating-header .menuzord-menu > li > a {
        font-weight: 500;
        letter-spacing: 0px; }
  header#header.header-layout-type-header-2rows-floating-header .header-nav .navbar-scrolltofixed:not(.scroll-to-fixed-fixed) .menuzord-container {
    background-color: transparent;
    box-shadow: none; }
  header#header.header-layout-type-header-2rows-floating-header .nav-side-icon-list {
    float: right; }
    @media (min-width: 1200px) {
      header#header.header-layout-type-header-2rows-floating-header .nav-side-icon-list > li {
        margin-top: 0; } }
  @media (max-width: 1199.98px) {
    header#header.header-layout-type-header-2rows-floating-header .menuzord-menu > li {
      padding: 0 !important; } }
  header#header.header-layout-type-header-2rows-floating-header.header-bg-dark-shadow {
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.01));
    padding-bottom: 30px;
    border-width: 0 0 1px;
    border-color: #f4f4f4; }
    @media (max-width: 991.98px) {
      header#header.header-layout-type-header-2rows-floating-header.header-bg-dark-shadow {
        background-color: #333;
        padding-bottom: 0; } }
    @media (max-width: 991.98px) {
      header#header.header-layout-type-header-2rows-floating-header.header-bg-dark-shadow .header-top {
        background-color: #2c2c2c; } }
    header#header.header-layout-type-header-2rows-floating-header.header-bg-dark-shadow .header-nav .navbar-scrolltofixed:not(.scroll-to-fixed-fixed) .menuzord-menu > li > a {
      color: #fff; }
    header#header.header-layout-type-header-2rows-floating-header.header-bg-dark-shadow .header-nav .navbar-scrolltofixed:not(.scroll-to-fixed-fixed) .menuzord .showhide em {
      background: #fff; }
    header#header.header-layout-type-header-2rows-floating-header.header-bg-dark-shadow .header-nav .navbar-scrolltofixed:not(.scroll-to-fixed-fixed) .nav-side-icon-list li a i {
      color: #fff; }
    header#header.header-layout-type-header-2rows-floating-header.header-bg-dark-shadow .header-nav .navbar-scrolltofixed:not(.scroll-to-fixed-fixed) .nav-side-icon-list li .hamburger-box .hamburger-inner, header#header.header-layout-type-header-2rows-floating-header.header-bg-dark-shadow .header-nav .navbar-scrolltofixed:not(.scroll-to-fixed-fixed) .nav-side-icon-list li .hamburger-box .hamburger-inner:after, header#header.header-layout-type-header-2rows-floating-header.header-bg-dark-shadow .header-nav .navbar-scrolltofixed:not(.scroll-to-fixed-fixed) .nav-side-icon-list li .hamburger-box .hamburger-inner:before {
      background-color: #fff; }
    header#header.header-layout-type-header-2rows-floating-header.header-bg-dark-shadow .header-nav .navbar-scrolltofixed:not(.scroll-to-fixed-fixed) .nav-side-icon-list .top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents .mini-cart-icon .items-count {
      background-color: #fff;
      color: #333; }
  header#header.header-layout-type-header-2rows-floating-header.header-bg-light-shadow {
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(250, 250, 250, 0.7), rgba(250, 250, 250, 0.45), rgba(250, 250, 250, 0.01));
    padding-bottom: 30px;
    border-width: 0 0 1px;
    border-color: #f4f4f4; }
    @media (max-width: 991.98px) {
      header#header.header-layout-type-header-2rows-floating-header.header-bg-light-shadow {
        padding-bottom: 0; } }
    header#header.header-layout-type-header-2rows-floating-header.header-bg-light-shadow .header-top {
      color: #333; }
      @media (max-width: 991.98px) {
        header#header.header-layout-type-header-2rows-floating-header.header-bg-light-shadow .header-top {
          background-color: #eee; } }
      header#header.header-layout-type-header-2rows-floating-header.header-bg-light-shadow .header-top a {
        color: #333; }


header#header.header-layout-type-header-2rows-floating-header-white {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1011; }
  @media (max-width: 991.98px) {
    header#header.header-layout-type-header-2rows-floating-header-white {
      position: relative; } }
  header#header.header-layout-type-header-2rows-floating-header-white .header-top {
    background: transparent; }
  header#header.header-layout-type-header-2rows-floating-header-white .header-nav {
    background: transparent;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  @media (min-width: 768px) {
    header#header.header-layout-type-header-2rows-floating-header-white .header-nav {
      margin-top: 0; }
    header#header.header-layout-type-header-2rows-floating-header-white .header-top + .header-nav {
      margin-top: 0; } }
  @media (min-width: 1200px) {
    header#header.header-layout-type-header-2rows-floating-header-white .header-nav .navbar-scrolltofixed.scroll-to-fixed-fixed #top-primary-nav .menuzord-menu > li.active > a, header#header.header-layout-type-header-2rows-floating-header-white .header-nav .navbar-scrolltofixed.scroll-to-fixed-fixed #top-primary-nav .menuzord-menu > li:hover > a,
    header#header.header-layout-type-header-2rows-floating-header-white .header-nav .navbar-scrolltofixed.scroll-to-fixed-fixed #top-primary-nav-clone .menuzord-menu > li.active > a,
    header#header.header-layout-type-header-2rows-floating-header-white .header-nav .navbar-scrolltofixed.scroll-to-fixed-fixed #top-primary-nav-clone .menuzord-menu > li:hover > a {
      color: #fff; } }
  header#header.header-layout-type-header-2rows-floating-header-white .menuzord-menu {
    float: right; }
    header#header.header-layout-type-header-2rows-floating-header-white .menuzord-menu > li {
      padding: 25px 0 !important; }
      header#header.header-layout-type-header-2rows-floating-header-white .menuzord-menu > li > a {
        font-weight: 500;
        letter-spacing: 0px; }
  header#header.header-layout-type-header-2rows-floating-header-white .header-nav .navbar-scrolltofixed:not(.scroll-to-fixed-fixed) .menuzord-container {
    background-color: transparent;
    box-shadow: none; }
  header#header.header-layout-type-header-2rows-floating-header-white .nav-side-icon-list {
    float: right; }
    @media (min-width: 1200px) {
      header#header.header-layout-type-header-2rows-floating-header-white .nav-side-icon-list > li {
        margin-top: 0; } }
  @media (max-width: 1199.98px) {
    header#header.header-layout-type-header-2rows-floating-header-white .menuzord-menu > li {
      padding: 0 !important; } }
  header#header.header-layout-type-header-2rows-floating-header-white.header-bg-light-shadow {
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(250, 250, 250, 0.7), rgba(250, 250, 250, 0.45), rgba(250, 250, 250, 0.01));
    padding-bottom: 30px;
    border-width: 0 0 1px;
    border-color: #f4f4f4; }
    @media (max-width: 991.98px) {
      header#header.header-layout-type-header-2rows-floating-header-white.header-bg-light-shadow {
        padding-bottom: 0; } }
    header#header.header-layout-type-header-2rows-floating-header-white.header-bg-light-shadow .header-top {
      color: #333; }
      @media (max-width: 991.98px) {
        header#header.header-layout-type-header-2rows-floating-header-white.header-bg-light-shadow .header-top {
          background-color: #eee; } }
      header#header.header-layout-type-header-2rows-floating-header-white.header-bg-light-shadow .header-top a {
        color: #333; }


header#header.header-floating-bg-dark-text-white .header-top .element:not(.styled-icons) a:not(.btn):not(.styled-icons-item):not(.wp-block-button__link):not(.wp-block-button__link):not(.dropdown-item) {
  color: #fff; }
  header#header.header-floating-bg-dark-text-white .header-top .element:not(.styled-icons) a:not(.btn):not(.styled-icons-item):not(.wp-block-button__link):not(.wp-block-button__link):not(.dropdown-item):hover {
    color: #e6e6e6; }

header#header.header-floating-bg-dark-text-white .header-middle {
  color: #fff; }
  header#header.header-floating-bg-dark-text-white .header-middle .header-mid-column3-container .contact-info .title {
    color: #fff; }
  header#header.header-floating-bg-dark-text-white .header-middle .header-mid-column3-container .contact-info.big-icon .subtitle a {
    color: #fff; }

header#header.header-floating-bg-dark-text-white .header-nav .header-nav-wrapper.navbar-scrolltofixed:not(.scroll-to-fixed-fixed) .menuzord-menu > li > a {
  color: #fff; }

header#header.header-floating-bg-dark-text-white .header-nav .header-nav-wrapper.navbar-scrolltofixed:not(.scroll-to-fixed-fixed) #top-nav-search-btn .search-icon,
header#header.header-floating-bg-dark-text-white .header-nav .header-nav-wrapper.navbar-scrolltofixed:not(.scroll-to-fixed-fixed) .top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents .mini-cart-icon {
  color: #fff; }

header#header.header-floating-bg-dark-text-white .header-nav .header-nav-wrapper.navbar-scrolltofixed:not(.scroll-to-fixed-fixed) .hamburger-box .hamburger-inner, header#header.header-floating-bg-dark-text-white .header-nav .header-nav-wrapper.navbar-scrolltofixed:not(.scroll-to-fixed-fixed) .hamburger-box .hamburger-inner:after, header#header.header-floating-bg-dark-text-white .header-nav .header-nav-wrapper.navbar-scrolltofixed:not(.scroll-to-fixed-fixed) .hamburger-box .hamburger-inner:before {
  background-color: #fff; }

header#header.header-floating-bg-white-text-dark .header-top {
  color: #222; }
  header#header.header-floating-bg-white-text-dark .header-top .element:not(.styled-icons) a:not(.btn):not(.styled-icons-item):not(.wp-block-button__link):not(.wp-block-button__link):not(.dropdown-item) {
    color: #222; }
    header#header.header-floating-bg-white-text-dark .header-top .element:not(.styled-icons) a:not(.btn):not(.styled-icons-item):not(.wp-block-button__link):not(.wp-block-button__link):not(.dropdown-item):hover {
      color: #000; }

header#header.header-layout-type-header-logo-center .header-nav {
  border-top: 1px solid #eee; }

header#header.header-layout-type-header-logo-center .menuzord-brand {
  display: inline-block;
  float: none; }

header#header.header-layout-type-header-logo-center .menuzord-brand {
  margin-bottom: 0;
  margin-top: 0; }

header#header.header-layout-type-header-logo-center .menuzord-menu > li {
  padding: 20px 0; }

header#header.header-layout-type-header-logo-center .nav-side-icon-list {
  float: right; }

@media (max-width: 1199.98px) {
  header#header.header-layout-type-header-logo-center .top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents .dropdown-content {
    left: 0;
    right: auto; } }

header#header.header-layout-type-header-logo-menu-center .header-nav {
  border-top: 1px solid #eee; }

header#header.header-layout-type-header-logo-menu-center .menuzord-brand {
  display: inline-block;
  float: none; }

header#header.header-layout-type-header-logo-menu-center .menuzord-brand {
  margin-bottom: 0;
  margin-top: 0; }

@media (min-width: 1200px) {
  header#header.header-layout-type-header-logo-menu-center .menuzord-menu > li {
    padding: 20px 0; } }

header#header.header-layout-type-header-logo-menu-center .menuzord-menu {
  float: none;
  text-align: left; }
  @media (min-width: 1200px) {
    header#header.header-layout-type-header-logo-menu-center .menuzord-menu {
      display: inline-block !important; } }

header#header.header-layout-type-header-logo-menu-center .top-nav-mini-cart-icon-container {
  text-align: left; }
  @media (max-width: 1199.98px) {
    header#header.header-layout-type-header-logo-menu-center .top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents .dropdown-content {
      left: 0;
      right: auto; } }

header#header.header-layout-type-header-mobile-nav .menuzord-brand {
  float: none; }

header#header.header-layout-type-header-vertical-nav .menuzord-brand {
  padding: 0 15px 0; }

header#header.header-layout-type-header-vertical-nav .menuzord-menu > li > a {
  padding-bottom: 5px;
  padding-top: 5px; }

header#header.header-layout-type-header-vertical-nav .menuzord-menu > li:hover > a::before {
  bottom: 0; }

body.tm-dark-layout header#header .header-nav {
  border-top-color: #151515; }

/*
 * header-other.scss
 * -----------------------------------------------
*/
header#header .header-top .container-fluid,
header#header .header-middle .container-fluid,
header#header .header-nav .container-fluid {
  padding: 0 100px; }
  @media (max-width: 1199.98px) {
    header#header .header-top .container-fluid,
    header#header .header-middle .container-fluid,
    header#header .header-nav .container-fluid {
      padding: 0 20px; } }

/* Top Nav Search Button & Form */
#top-nav-search-btn .search-icon {
  color: #888;
  font-size: 18px;
  line-height: 1;
  padding: 3px; }
  #top-nav-search-btn .search-icon:hover {
    color: #888; }

@media (max-width: 1199.98px) {
  #top-nav-search-btn {
    margin-top: 12px; } }

#top-nav-search-form {
  background: rgba(254, 254, 254, 0.97);
  display: none;
  height: 200px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99991; }
  #top-nav-search-form form {
    margin-bottom: 0; }
  #top-nav-search-form input[type="text"] {
    background: transparent;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #292929;
    font-size: 24px;
    height: 100%;
    left: 15px;
    line-height: normal;
    outline: medium none;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 90%; }
    @media (max-width: 1199.98px) {
      #top-nav-search-form input[type="text"] {
        font-size: 18px;
        width: 80%; } }
  #top-nav-search-form #close-search-btn {
    color: #bbbbbb;
    float: right;
    font-size: 28px;
    line-height: 75px;
    margin: 0 15px 0 0;
    padding: 0; }
    #top-nav-search-form #close-search-btn:hover {
      color: #555; }
    @media (max-width: 1199.98px) {
      #top-nav-search-form #close-search-btn {
        line-height: 60px; } }

/* -------- Body Overlay ---------- */
.has-side-panel .side-panel-body-overlay {
  transition: opacity 0.3s ease;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1; }
  @media (prefers-reduced-motion: reduce) {
    .has-side-panel .side-panel-body-overlay {
      transition: none; } }

.has-side-panel.side-panel-open .side-panel-body-overlay {
  opacity: 1;
  pointer-events: auto;
  z-index: 1111; }

.side-panel-open:not(.device-xxs):not(.device-xs):not(.device-sm) .side-panel-body-overlay:hover {
  cursor: url("../images/close.png") 15 15, default; }

/* -------- Side Panel ---------- */
#side-panel-container {
  -webkit-backface-visibility: hidden;
  background-color: #fff;
  height: 100%;
  overflow: hidden;
  position: fixed;
  right: -480px;
  top: 0;
  text-align: left;
  width: 480px;
  z-index: 1112;
  transition: all 0.4s ease; }
  @media (prefers-reduced-motion: reduce) {
    #side-panel-container {
      transition: none; } }
  @media (max-width: 991.98px) {
    #side-panel-container {
      width: 300px; } }
  #side-panel-container ul {
    padding-left: 0; }
  #side-panel-container .side-panel-wrap {
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: auto;
    padding: 50px;
    position: absolute;
    top: 0;
    width: 100%; }
  #side-panel-container .widget.widget-side-push-panel {
    width: 100%; }
    #side-panel-container .widget.widget-side-push-panel .textwidget {
      color: #333; }
    #side-panel-container .widget.widget-side-push-panel.widget-horizontal-row {
      margin-top: 0;
      margin-bottom: 0; }
    #side-panel-container .widget.widget-side-push-panel.widget-image-widget .thumb {
      margin-bottom: 20px; }

.side-panel-open #side-panel-container {
  right: 0; }

.side-panel-left #side-panel-container {
  left: -480px;
  right: auto; }

.side-panel-left.side-panel-open #side-panel-container {
  left: 0;
  right: auto; }

.device-touch #side-panel-container .side-panel-wrap {
  overflow-y: scroll; }

/* -------- Side-Panel-Trigger And Close ---------- */
#side-panel-trigger {
  cursor: pointer;
  display: block;
  z-index: 11; }

#side-panel-trigger-close {
  position: absolute;
  right: 0;
  top: 0; }
  #side-panel-trigger-close .side-panel-trigger-icon {
    font-size: 18px;
    color: #333;
    margin-top: 20px;
    margin-right: 15px;
    background: #eee;
    padding: 13px 16px 14px 16px;
    border-radius: 30px;
    transition: all 0.4s ease; }
    @media (prefers-reduced-motion: reduce) {
      #side-panel-trigger-close .side-panel-trigger-icon {
        transition: none; } }
    #side-panel-trigger-close .side-panel-trigger-icon:hover {
      color: #fff;
      background: #333; }

/* -------- Transition ---------- */
.side-push-panel.fullwidth-page #wrapper,
.side-push-panel.fullwidth-page header .header-nav-wrapper.scroll-to-fixed-fixed .container {
  transition: all 0.4s ease; }
  @media (prefers-reduced-motion: reduce) {
    .side-push-panel.fullwidth-page #wrapper,
    .side-push-panel.fullwidth-page header .header-nav-wrapper.scroll-to-fixed-fixed .container {
      transition: none; } }

/* Hamburger Menu */
.hamburger-box {
  display: inline-block;
  height: 20px;
  position: relative;
  width: 40px;
  padding: 12px 15px; }
  .hamburger-box .hamburger-inner {
    margin-left: 3px;
    top: 16px; }
  .hamburger-box .hamburger-inner,
  .hamburger-box .hamburger-inner:after,
  .hamburger-box .hamburger-inner:before {
    background-color: #444;
    border-radius: 4px;
    height: 2px;
    position: absolute;
    width: 4px;
    transition: all 0.15s ease; }
    @media (prefers-reduced-motion: reduce) {
      .hamburger-box .hamburger-inner,
      .hamburger-box .hamburger-inner:after,
      .hamburger-box .hamburger-inner:before {
        transition: none; } }
  .hamburger-box .hamburger-inner:after,
  .hamburger-box .hamburger-inner:before {
    display: block;
    content: ""; }
  .hamburger-box .hamburger-inner:before {
    top: -8px; }
  .hamburger-box .hamburger-inner:after {
    bottom: -8px; }
  .hamburger-box .hamburger-inner {
    width: 6px; }
    .hamburger-box .hamburger-inner:after {
      width: 15px; }
    .hamburger-box .hamburger-inner:before {
      width: 15px; }
  .hamburger-box:hover .hamburger-inner,
  .hamburger-box:hover .hamburger-inner:after,
  .hamburger-box:hover .hamburger-inner:before {
    height: 2px;
    background-color: #333; }
  .hamburger-box:hover .hamburger-inner {
    width: 15px; }
    .hamburger-box:hover .hamburger-inner:after {
      width: 9px; }
    .hamburger-box:hover .hamburger-inner:before {
      width: 9px; }


header#header.header-layout-type-header-mobile-nav-floating .menuzord-brand {
  float: none; }

header#header.header-layout-type-header-mobile-nav-floating .tm-fullpage-nav-header-inner {
  position: fixed;
  background-color: transparent;
  width: 100%; }
  header#header.header-layout-type-header-mobile-nav-floating .tm-fullpage-nav-header-inner .fullpage-nav-toggle {
    background: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.9);
    width: 50px;
    height: 50px; }
    header#header.header-layout-type-header-mobile-nav-floating .tm-fullpage-nav-header-inner .fullpage-nav-toggle span {
      top: 45%;
      left: 24px;
      right: 24px;
      height: 4px;
      border-radius: 2px;
      background: #333; }
    header#header.header-layout-type-header-mobile-nav-floating .tm-fullpage-nav-header-inner .fullpage-nav-toggle.menufullpage-menu-open span {
      background: #fff; }
      header#header.header-layout-type-header-mobile-nav-floating .tm-fullpage-nav-header-inner .fullpage-nav-toggle.menufullpage-menu-open span:before, header#header.header-layout-type-header-mobile-nav-floating .tm-fullpage-nav-header-inner .fullpage-nav-toggle.menufullpage-menu-open span:after {
        background-color: #111; }

/*
 * blog-list.scss
 * -----------------------------------------------
*/
.media-post .post-thumb {
  float: left;
  margin-right: 15px;
  margin-top: 1px; }

/*
 * page-title.scss
 * -----------------------------------------------
*/
.tm-page-title .container, .tm-page-title .container-fluid {
  padding-top: 50px;
  padding-bottom: 50px; }

.tm-page-title .padding-default {
  padding-top: 50px;
  padding-bottom: 50px; }

.tm-page-title .padding-extra-small {
  padding-top: 30px;
  padding-bottom: 30px; }

.tm-page-title .padding-small {
  padding-top: 50px;
  padding-bottom: 50px; }

.tm-page-title .padding-medium {
  padding-top: 80px;
  padding-bottom: 80px; }

.tm-page-title .padding-large {
  padding-top: 120px;
  padding-bottom: 120px; }

.tm-page-title .padding-extra-large {
  padding-top: 150px;
  padding-bottom: 150px; }

.tm-page-title .title {
  color: #f5f5f5;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 3.5rem; }
  @media (max-width: 767.98px) {
    .tm-page-title .title {
      font-size: 2rem;
      line-height: 1.3; } }

.tm-page-title .subtitle {
  color: #aaa;
  font-weight: 600;
  margin: 0;
  margin-top: 10px; }

.tm-page-title .breadcrumbs {
  background-color: transparent;
  padding: 30px 0 0 0;
  margin: 0;
  font-weight: 600;
  font-size: 20px; }
  .tm-page-title .breadcrumbs > span {
    margin: 0px 0px 0px 20px; }
  .tm-page-title .breadcrumbs span {
    color: #163d5e; }
    .tm-page-title .breadcrumbs span a {
      color: #163d5e; }
      .tm-page-title .breadcrumbs span a:hover {
        color: #c4422a; }
  .tm-page-title .breadcrumbs .active {
    color: #fff; }
  @media (max-width: 767.98px) {
    .tm-page-title .breadcrumbs {
      display: none; } }

.tm-page-title.text-inverted .title {
  color: #222; }

.tm-page-title.text-inverted .subtitle {
  color: #555; }

.tm-page-title.text-inverted .breadcrumbs span, .tm-page-title.text-inverted .breadcrumbs a {
  color: #555; }
  .tm-page-title.text-inverted .breadcrumbs span:hover, .tm-page-title.text-inverted .breadcrumbs a:hover {
    color: #151515; }

.tm-page-title.text-inverted .breadcrumbs .active {
  color: #808080; }

.tm-page-title.page-title-standard .breadcrumbs {
  margin-top: 10px; }

.tm-page-title.page-title-standard .subtitle + .breadcrumbs {
  margin-top: 15px; }

/*
 *	boxed-layout.scss
 * -----------------------------------------------
*/
@media (min-width: 1000px) {
  body.tm-container-970px .container {
    max-width: 970px;
    width: 970px; } }

@media (min-width: 1300px) {
  body.tm-container-1230px .container {
    max-width: 1230px;
    width: 1230px; } }

@media (min-width: 1400px) {
  body.tm-container-1300px .container {
    max-width: 1300px;
    width: 1300px; } }

@media (min-width: 1400px) {
  body.tm-container-1340px .container {
    max-width: 1340px;
    width: 1340px; } }

@media (min-width: 1500px) {
  body.tm-container-1440px .container {
    max-width: 1440px;
    width: 1440px; } }

@media (min-width: 1560px) {
  body.tm-container-1500px .container {
    max-width: 1500px;
    width: 1500px; } }

@media (min-width: 1660px) {
  body.tm-container-1600px .container {
    max-width: 1600px;
    width: 1600px; } }

body.tm-container-100pr .container,
body.tm-container-100pr .container-fluid {
  max-width: 100%;
  width: 100%; }

.tm-boxed-layout {
  background-color: #444;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px; }
  .tm-boxed-layout.layer-overlay:before {
    z-index: -1; }
  .tm-boxed-layout #wrapper {
    margin: 0 auto;
    overflow: hidden; }
    @media (min-width: 1200px) {
      .tm-boxed-layout #wrapper {
        width: calc( 1140px + 30px); } }
  .tm-boxed-layout .container .container {
    width: 100%; }
  @media (min-width: 1200px) {
    .tm-boxed-layout .container {
      width: 1140px; } }
  @media (min-width: 1000px) {
    .tm-boxed-layout.tm-container-970px #wrapper {
      width: calc( 940px + 30px); } }
  .tm-boxed-layout.tm-container-970px .container,
  .tm-boxed-layout.tm-container-970px .container-fluid {
    padding-left: 20px;
    padding-right: 20px; }
    .tm-boxed-layout.tm-container-970px .container .container,
    .tm-boxed-layout.tm-container-970px .container .container-fluid,
    .tm-boxed-layout.tm-container-970px .container-fluid .container,
    .tm-boxed-layout.tm-container-970px .container-fluid .container-fluid {
      padding-left: 0;
      padding-right: 0; }
  @media (min-width: 1300px) {
    .tm-boxed-layout.tm-container-1230px #wrapper {
      width: calc( 1200px + 30px); } }
  .tm-boxed-layout.tm-container-1230px .container,
  .tm-boxed-layout.tm-container-1230px .container-fluid {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }
    .tm-boxed-layout.tm-container-1230px .container .container,
    .tm-boxed-layout.tm-container-1230px .container .container-fluid,
    .tm-boxed-layout.tm-container-1230px .container-fluid .container,
    .tm-boxed-layout.tm-container-1230px .container-fluid .container-fluid {
      padding-left: 0;
      padding-right: 0; }
  @media (min-width: 1400px) {
    .tm-boxed-layout.tm-container-1300px #wrapper {
      width: calc( 1260px + 40px); } }
  .tm-boxed-layout.tm-container-1300px .container,
  .tm-boxed-layout.tm-container-1300px .container-fluid {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }
    .tm-boxed-layout.tm-container-1300px .container .container,
    .tm-boxed-layout.tm-container-1300px .container .container-fluid,
    .tm-boxed-layout.tm-container-1300px .container-fluid .container,
    .tm-boxed-layout.tm-container-1300px .container-fluid .container-fluid {
      padding-left: 0;
      padding-right: 0; }
  @media (min-width: 1400px) {
    .tm-boxed-layout.tm-container-1340px #wrapper {
      width: calc( 1300px + 40px); } }
  .tm-boxed-layout.tm-container-1340px .container,
  .tm-boxed-layout.tm-container-1340px .container-fluid {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }
    .tm-boxed-layout.tm-container-1340px .container .container,
    .tm-boxed-layout.tm-container-1340px .container .container-fluid,
    .tm-boxed-layout.tm-container-1340px .container-fluid .container,
    .tm-boxed-layout.tm-container-1340px .container-fluid .container-fluid {
      padding-left: 0;
      padding-right: 0; }
  @media (min-width: 1400px) {
    .tm-boxed-layout.tm-container-1440px #wrapper {
      width: calc( 1400px + 40px); } }
  .tm-boxed-layout.tm-container-1440px .container,
  .tm-boxed-layout.tm-container-1440px .container-fluid {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }
    .tm-boxed-layout.tm-container-1440px .container .container,
    .tm-boxed-layout.tm-container-1440px .container .container-fluid,
    .tm-boxed-layout.tm-container-1440px .container-fluid .container,
    .tm-boxed-layout.tm-container-1440px .container-fluid .container-fluid {
      padding-left: 0;
      padding-right: 0; }
  @media (min-width: 1560px) {
    .tm-boxed-layout.tm-container-1500px #wrapper {
      width: calc( 1460px + 40px); } }
  .tm-boxed-layout.tm-container-1500px .container,
  .tm-boxed-layout.tm-container-1500px .container-fluid {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }
    .tm-boxed-layout.tm-container-1500px .container .container,
    .tm-boxed-layout.tm-container-1500px .container .container-fluid,
    .tm-boxed-layout.tm-container-1500px .container-fluid .container,
    .tm-boxed-layout.tm-container-1500px .container-fluid .container-fluid {
      padding-left: 0;
      padding-right: 0; }
  @media (min-width: 1660px) {
    .tm-boxed-layout.tm-container-1600px #wrapper {
      width: calc( 1560px + 40px); } }
  .tm-boxed-layout.tm-container-1600px .container,
  .tm-boxed-layout.tm-container-1600px .container-fluid {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }
    .tm-boxed-layout.tm-container-1600px .container .container,
    .tm-boxed-layout.tm-container-1600px .container .container-fluid,
    .tm-boxed-layout.tm-container-1600px .container-fluid .container,
    .tm-boxed-layout.tm-container-1600px .container-fluid .container-fluid {
      padding-left: 0;
      padding-right: 0; }
  .tm-boxed-layout.tm-container-100pr #wrapper {
    width: 95%; }
    .tm-boxed-layout.tm-container-100pr #wrapper .container,
    .tm-boxed-layout.tm-container-100pr #wrapper .container-fluid {
      width: 100%; }
  .tm-boxed-layout.container-shadow #wrapper {
    box-shadow: 0 0 25px 0 #777; }
  .tm-boxed-layout .header,
  .tm-boxed-layout section,
  .tm-boxed-layout .footer {
    background-color: #fff; }
  .tm-boxed-layout .header .navbar-default {
    background-color: #fff;
    border-color: #fff;
    padding: 0; }
    .tm-boxed-layout .header .navbar-default .navbar-nav > li > a {
      padding: 30px 5px; }
    .tm-boxed-layout .header .navbar-default .navbar-collapse {
      background-color: #fff;
      border-color: #fff;
      margin-right: 30px; }
  .tm-boxed-layout .header #header-logo {
    margin: 0;
    padding-top: 27px; }

@media (max-width: 991.98px) {
  .tm-boxed-layout {
    padding-top: 15px; }
    .tm-boxed-layout .header .navbar-default .navbar-nav > li > a {
      padding: 10px; }
    .tm-boxed-layout .header .navbar-default .navbar-collapse {
      margin-right: 15px; }
    .tm-boxed-layout .navbar-header {
      padding: 15px 0; }
    .tm-boxed-layout .navbar-collapse .navbar-nav li a .caret {
      margin-right: 0; } }

/*
 *	dark-layout.scss
 * -----------------------------------------------
*/
body.tm-dark-layout {
  color: #aaa;
  background-color: #2a2a2a; }
  body.tm-dark-layout h1,
  body.tm-dark-layout h2,
  body.tm-dark-layout h3,
  body.tm-dark-layout h4,
  body.tm-dark-layout h5,
  body.tm-dark-layout h6 {
    color: #777; }
  body.tm-dark-layout p {
    color: #aaa; }
  body.tm-dark-layout [class^="bg-theme-"], body.tm-dark-layout [class*=" bg-theme-"] {
    color: #fff; }
    body.tm-dark-layout [class^="bg-theme-"] h1,
    body.tm-dark-layout [class^="bg-theme-"] h2,
    body.tm-dark-layout [class^="bg-theme-"] h3,
    body.tm-dark-layout [class^="bg-theme-"] h4,
    body.tm-dark-layout [class^="bg-theme-"] h5,
    body.tm-dark-layout [class^="bg-theme-"] h6, body.tm-dark-layout [class*=" bg-theme-"] h1,
    body.tm-dark-layout [class*=" bg-theme-"] h2,
    body.tm-dark-layout [class*=" bg-theme-"] h3,
    body.tm-dark-layout [class*=" bg-theme-"] h4,
    body.tm-dark-layout [class*=" bg-theme-"] h5,
    body.tm-dark-layout [class*=" bg-theme-"] h6 {
      color: #fff; }
    body.tm-dark-layout [class^="bg-theme-"] p, body.tm-dark-layout [class*=" bg-theme-"] p {
      color: #fff; }
  body.tm-dark-layout .bg-silver-light {
    background-color: #222 !important; }

/*
 * form.scss
 * -----------------------------------------------
*/
form label.error {
  margin-top: .25rem;
  font-size: .875em;
  color: #dc3545; }

.select2 .selection .select2-selection {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  height: calc(2.25rem + 18px);
  padding: 8px 16px;
  border: 1px solid #ced4da;
  border-radius: 0; }
  .select2 .selection .select2-selection .select2-selection__rendered {
    color: #888;
    line-height: 36px;
    padding-left: 0; }
  .select2 .selection .select2-selection .select2-selection__arrow {
    height: 36px;
    position: absolute;
    right: 6px;
    top: 6px;
    width: 20px; }

.form-control, .input-text {
  height: calc(2.25rem + 26px);
  padding: 14px 30px;
  outline: 0;
  background-color: #f4f5f8;
  border: 1px solid #f4f5f8;
  color: #686a6f;
  font-size: 0.9rem;
  width: 100%; }
  .form-control::placeholder, .input-text::placeholder {
    color: #686a6f;
    opacity: 1; }
  .form-control:-ms-input-placeholder, .input-text:-ms-input-placeholder {
    color: #686a6f; }
  .form-control::-ms-input-placeholder, .input-text::-ms-input-placeholder {
    color: #686a6f; }

textarea.form-control {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px; }

/*Contact Form Style1*/
.tm-contact-form-transparent {
  padding-right: 15px; }
  .tm-contact-form-transparent input[type=text],
  .tm-contact-form-transparent input[type=email],
  .tm-contact-form-transparent textarea {
    transition: all 0.3s ease; }
    @media (prefers-reduced-motion: reduce) {
      .tm-contact-form-transparent input[type=text],
      .tm-contact-form-transparent input[type=email],
      .tm-contact-form-transparent textarea {
        transition: none; } }
  .tm-contact-form-transparent input[type=text],
  .tm-contact-form-transparent input[type=email] {
    background: #fff;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 14px;
    padding-left: 0;
    margin-bottom: 28px;
    width: 100%; }
  .tm-contact-form-transparent textarea {
    background: #fff;
    border: none;
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding: 15px;
    padding-left: 0;
    margin-bottom: 28px; }
  .tm-contact-form-transparent .form-submit-btn {
    padding: 12px 32px;
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 700;
    border: 2px solid transparent;
    color: #fff;
    transition: all 300ms; }
  .tm-contact-form-transparent .form-submit-btn:hover {
    border-width: 2px;
    border-style: solid;
    background: none; }
  .tm-contact-form-transparent .form-input-label {
    padding: 0;
    padding-left: 15px;
    line-height: 0;
    margin: 0; }
  .tm-contact-form-transparent input[type=submit] {
    margin-top: 15px; }
  .tm-contact-form-transparent.white-form input[type=text],
  .tm-contact-form-transparent.white-form input[type=email] {
    background: #ffffff;
    border: 1px solid #eee; }
  .tm-contact-form-transparent.white-form textarea {
    background: #ffffff;
    border: 1px solid #eee; }


/*
 * isotope-layout.scss
 * -----------------------------------------------
*/
/* -------- Isotop Filter ---------- */
.isotope-layout-filter,
.carousel-layout-filter {
  margin-bottom: 30px; }
  .isotope-layout-filter a,
  .carousel-layout-filter a {
    transition: all 100ms ease-in-out 0s;
    color: #777;
    font-size: 15px;
    font-weight: 500;
    margin: 0 5px 10px;
    padding: 8px 20px 6px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    border: 2px solid;
    border-color: transparent; }
    @media (prefers-reduced-motion: reduce) {
      .isotope-layout-filter a,
      .carousel-layout-filter a {
        transition: none; } }
    .isotope-layout-filter a.active, .isotope-layout-filter a:focus, .isotope-layout-filter a:hover,
    .carousel-layout-filter a.active,
    .carousel-layout-filter a:focus,
    .carousel-layout-filter a:hover {
      color: #fff;
      background: #343434; }
  .isotope-layout-filter.filter-style-2 a,
  .carousel-layout-filter.filter-style-2 a {
    border-color: #343434; }
  .isotope-layout-filter.filter-style-3 a,
  .carousel-layout-filter.filter-style-3 a {
    border-color: #eee; }
  .isotope-layout-filter.filter-style-4 a,
  .carousel-layout-filter.filter-style-4 a {
    background-color: #f7f7f7; }
    .isotope-layout-filter.filter-style-4 a.active, .isotope-layout-filter.filter-style-4 a:focus, .isotope-layout-filter.filter-style-4 a:hover,
    .carousel-layout-filter.filter-style-4 a.active,
    .carousel-layout-filter.filter-style-4 a:focus,
    .carousel-layout-filter.filter-style-4 a:hover {
      background: #343434; }
  .isotope-layout-filter.filter-style-5 a,
  .carousel-layout-filter.filter-style-5 a {
    border-radius: 7px; }
  .isotope-layout-filter.filter-style-6 a,
  .carousel-layout-filter.filter-style-6 a {
    border-radius: 7px;
    border-color: #343434; }
  .isotope-layout-filter.filter-style-7 a,
  .carousel-layout-filter.filter-style-7 a {
    border-radius: 7px;
    border-color: #eee; }
  .isotope-layout-filter.filter-style-8 a,
  .carousel-layout-filter.filter-style-8 a {
    border-radius: 7px;
    background-color: #f7f7f7; }
    .isotope-layout-filter.filter-style-8 a.active, .isotope-layout-filter.filter-style-8 a:focus, .isotope-layout-filter.filter-style-8 a:hover,
    .carousel-layout-filter.filter-style-8 a.active,
    .carousel-layout-filter.filter-style-8 a:focus,
    .carousel-layout-filter.filter-style-8 a:hover {
      background: #343434; }
  .isotope-layout-filter.filter-style-9 a,
  .carousel-layout-filter.filter-style-9 a {
    border-width: 2px;
    border-radius: 30px; }
  .isotope-layout-filter.filter-style-10 a,
  .carousel-layout-filter.filter-style-10 a {
    border-width: 2px;
    border-radius: 30px;
    border-color: #343434; }
  .isotope-layout-filter.filter-style-11 a,
  .carousel-layout-filter.filter-style-11 a {
    border-width: 2px;
    border-radius: 30px;
    border-color: #eee; }
  .isotope-layout-filter.filter-style-12 a,
  .carousel-layout-filter.filter-style-12 a {
    border-width: 2px;
    border-radius: 30px;
    background-color: #f7f7f7; }
    .isotope-layout-filter.filter-style-12 a.active, .isotope-layout-filter.filter-style-12 a:focus, .isotope-layout-filter.filter-style-12 a:hover,
    .carousel-layout-filter.filter-style-12 a.active,
    .carousel-layout-filter.filter-style-12 a:focus,
    .carousel-layout-filter.filter-style-12 a:hover {
      background: #343434; }
  .isotope-layout-filter.filter-style-13 a,
  .carousel-layout-filter.filter-style-13 a {
    border-width: 2px;
    border-radius: 15px 0; }
  .isotope-layout-filter.filter-style-14 a,
  .carousel-layout-filter.filter-style-14 a {
    border-width: 2px;
    border-radius: 15px 0;
    border-color: #343434; }
  .isotope-layout-filter.filter-style-15 a,
  .carousel-layout-filter.filter-style-15 a {
    border-width: 2px;
    border-radius: 15px 0;
    border-color: #eee; }
  .isotope-layout-filter.filter-style-16 a,
  .carousel-layout-filter.filter-style-16 a {
    border-width: 2px;
    border-radius: 15px 0;
    background-color: #f7f7f7; }
    .isotope-layout-filter.filter-style-16 a.active, .isotope-layout-filter.filter-style-16 a:focus, .isotope-layout-filter.filter-style-16 a:hover,
    .carousel-layout-filter.filter-style-16 a.active,
    .carousel-layout-filter.filter-style-16 a:focus,
    .carousel-layout-filter.filter-style-16 a:hover {
      background: #343434; }
  .isotope-layout-filter.filter-style-flat a,
  .carousel-layout-filter.filter-style-flat a {
    margin-left: 20px;
    padding: 0;
    background: none;
    border-bottom: 1px solid transparent; }
    .isotope-layout-filter.filter-style-flat a.active, .isotope-layout-filter.filter-style-flat a:focus, .isotope-layout-filter.filter-style-flat a:hover,
    .carousel-layout-filter.filter-style-flat a.active,
    .carousel-layout-filter.filter-style-flat a:focus,
    .carousel-layout-filter.filter-style-flat a:hover {
      color: #333;
      border-bottom-color: #333; }
    .isotope-layout-filter.filter-style-flat a:first-child,
    .carousel-layout-filter.filter-style-flat a:first-child {
      margin-left: 0; }
  .isotope-layout-filter.btn-group a,
  .carousel-layout-filter.btn-group a {
    background-color: #fcfcfc; }
    .isotope-layout-filter.btn-group a.active, .isotope-layout-filter.btn-group a:focus, .isotope-layout-filter.btn-group a:hover,
    .carousel-layout-filter.btn-group a.active,
    .carousel-layout-filter.btn-group a:focus,
    .carousel-layout-filter.btn-group a:hover {
      box-shadow: none;
      background-color: #444;
      color: #fff; }

/* -------- Isotop Sorter ---------- */
.isotope-layout-sorter {
  margin-bottom: 30px; }
  .isotope-layout-sorter a {
    background-color: #fcfcfc;
    transition: all 100ms ease-in-out 0s; }
    @media (prefers-reduced-motion: reduce) {
      .isotope-layout-sorter a {
        transition: none; } }
    .isotope-layout-sorter a.active, .isotope-layout-sorter a:hover {
      box-shadow: none;
      background-color: #444;
      color: #fff; }
    @media (max-width: 575.98px) {
      .isotope-layout-sorter a {
        margin-bottom: 10px; } }

/* -------- Isotop Gallery ---------- */
.isotope-layout {
  /* by default 4 grids */
  /*portfolio 2 grids*/
  /*portfolio 2 grids*/
  /*portfolio 3 grids*/
  /*portfolio 4 grids*/
  /*portfolio 5 grids*/
  /*portfolio 6 grids*/
  /*portfolio 7 grids*/
  /*portfolio 8 grids*/
  /*portfolio 9 grids*/
  /*portfolio 10 grids*/
  /*gutter*/ }
  .isotope-layout .isotope-layout-inner {
    position: relative; }
  .isotope-layout .isotope-item {
    padding: 0 15px;
    margin: 0 0 30px;
    float: left;
    width: 25%;
    /* item sizer */ }
    .isotope-layout .isotope-item .isotope-item-inner {
      position: relative;
      height: 100%; }
    .isotope-layout .isotope-item.tm-masonry-large-wide, .isotope-layout .isotope-item.tm-masonry-large-width-height {
      width: 50%; }
    .isotope-layout .isotope-item.isotope-item-sizer {
      padding: 0 !important;
      margin-bottom: 0 !important;
      width: 25%; }
      .isotope-layout .isotope-item.isotope-item-sizer.tm-masonry-large-wide, .isotope-layout .isotope-item.isotope-item-sizer.tm-masonry-large-width-height {
        width: 50%; }
    .isotope-layout .isotope-item .thumb img {
      width: 100%; }
  .isotope-layout.isotope-layout-single-item:not(.shop-archive) {
    margin-left: 0; }
    .isotope-layout.isotope-layout-single-item:not(.shop-archive) .isotope-item {
      padding-right: 0;
      padding-left: 0; }
      .isotope-layout.isotope-layout-single-item:not(.shop-archive) .isotope-item .hentry {
        margin-bottom: 0;
        padding-bottom: 0; }
  .isotope-layout.grid-1 .isotope-item {
    width: 100%; }
    .isotope-layout.grid-1 .isotope-item.tm-masonry-large-wide, .isotope-layout.grid-1 .isotope-item.tm-masonry-large-width-height {
      width: 100%; }
  .isotope-layout.grid-2 .isotope-item {
    width: 49.99%; }
    .isotope-layout.grid-2 .isotope-item.tm-masonry-large-wide, .isotope-layout.grid-2 .isotope-item.tm-masonry-large-width-height {
      width: 100%; }
  .isotope-layout.grid-3 .isotope-item {
    width: 33.2%; }
    .isotope-layout.grid-3 .isotope-item.tm-masonry-large-wide, .isotope-layout.grid-3 .isotope-item.tm-masonry-large-width-height {
      width: 66.4%; }
  .isotope-layout.grid-4 {
    width: 100.1%;
    width: calc(100% + 1px); }
  .isotope-layout.grid-4 .isotope-item {
    width: 25%; }
    .isotope-layout.grid-4 .isotope-item.tm-masonry-large-wide, .isotope-layout.grid-4 .isotope-item.tm-masonry-large-width-height {
      width: 50%; }
  .isotope-layout.grid-5 .isotope-item {
    width: 20%; }
    .isotope-layout.grid-5 .isotope-item.tm-masonry-large-wide, .isotope-layout.grid-5 .isotope-item.tm-masonry-large-width-height {
      width: 40%; }
  .isotope-layout.grid-6 .isotope-item {
    width: 16.5%; }
    .isotope-layout.grid-6 .isotope-item.tm-masonry-large-wide, .isotope-layout.grid-6 .isotope-item.tm-masonry-large-width-height {
      width: 33%; }
  .isotope-layout.grid-7 .isotope-item {
    width: 14.2%; }
    .isotope-layout.grid-7 .isotope-item.tm-masonry-large-wide, .isotope-layout.grid-7 .isotope-item.tm-masonry-large-width-height {
      width: 28.4%; }
  .isotope-layout.grid-8 .isotope-item {
    width: 12.5%; }
    .isotope-layout.grid-8 .isotope-item.tm-masonry-large-wide, .isotope-layout.grid-8 .isotope-item.tm-masonry-large-width-height {
      width: 25%; }
  .isotope-layout.grid-9 .isotope-item {
    width: 11%; }
    .isotope-layout.grid-9 .isotope-item.tm-masonry-large-wide, .isotope-layout.grid-9 .isotope-item.tm-masonry-large-width-height {
      width: 22%; }
  .isotope-layout.grid-10 .isotope-item {
    width: 10%; }
    .isotope-layout.grid-10 .isotope-item.tm-masonry-large-wide, .isotope-layout.grid-10 .isotope-item.tm-masonry-large-width-height {
      width: 20%; }
  .isotope-layout .isotope-layout-inner {
    margin: 0 -15px; }
  .isotope-layout .isotope-item {
    padding: 0 15px;
    margin: 0 0 30px; }
  .isotope-layout.gutter .isotope-layout-inner {
    margin: 0 -15px; }
  .isotope-layout.gutter .isotope-item {
    padding: 0 15px;
    margin: 0 0 30px; }
  .isotope-layout.gutter-0 .isotope-layout-inner {
    margin: 0; }
  .isotope-layout.gutter-0 .isotope-item {
    padding: 0;
    margin: 0; }
  .isotope-layout.gutter-5 .isotope-layout-inner {
    margin: 0 -5px; }
  .isotope-layout.gutter-5 .isotope-item {
    padding: 0 5px;
    margin: 0 0 10px; }
  .isotope-layout.gutter-10 .isotope-layout-inner {
    margin: 0 -10px; }
  .isotope-layout.gutter-10 .isotope-item {
    padding: 0 10px;
    margin: 0 0 20px; }
  .isotope-layout.gutter-15 .isotope-layout-inner {
    margin: 0 -15px; }
  .isotope-layout.gutter-15 .isotope-item {
    padding: 0 15px;
    margin: 0 0 30px; }
  .isotope-layout.gutter-20 .isotope-layout-inner {
    margin: 0 -20px; }
  .isotope-layout.gutter-20 .isotope-item {
    padding: 0 20px;
    margin: 0 0 40px; }
  .isotope-layout.gutter-30 .isotope-layout-inner {
    margin: 0 -30px; }
  .isotope-layout.gutter-30 .isotope-item {
    padding: 0 30px;
    margin: 0 0 60px; }
  .isotope-layout.gutter-40 .isotope-layout-inner {
    margin: 0 -40px; }
  .isotope-layout.gutter-40 .isotope-item {
    padding: 0 40px;
    margin: 0 0 80px; }
  .isotope-layout.gutter-50 .isotope-layout-inner {
    margin: 0 -50px; }
  .isotope-layout.gutter-50 .isotope-item {
    padding: 0 50px;
    margin: 0 0 100px; }
  .isotope-layout.gutter-60 .isotope-layout-inner {
    margin: 0 -60px; }
  .isotope-layout.gutter-60 .isotope-item {
    padding: 0 60px;
    margin: 0 0 120px; }

/* -------- Isotop Item Media Query ---------- */
@media (max-width: 1199.98px) {
  .isotope-layout .isotope-item {
    width: 50% !important; }
    .isotope-layout .isotope-item.tm-masonry-large-wide, .isotope-layout .isotope-item.tm-masonry-large-width-height {
      width: 100% !important; } }

@media (max-width: 991.98px) {
  .isotope-layout .isotope-item {
    width: 50% !important; }
    .isotope-layout .isotope-item.tm-masonry-large-wide, .isotope-layout .isotope-item.tm-masonry-large-width-height {
      width: 100% !important; } }

@media (max-width: 767.98px) {
  .isotope-layout .isotope-item {
    width: 100% !important; }
    .isotope-layout .isotope-item.tm-masonry-large-wide, .isotope-layout .isotope-item.tm-masonry-large-width-height {
      width: 100% !important; } }

@media (max-width: 575.98px) {
  .isotope-layout .isotope-item {
    width: 100% !important; }
    .isotope-layout .isotope-item.tm-masonry-large-wide, .isotope-layout .isotope-item.tm-masonry-large-width-height {
      width: 100% !important; } }

/*
 * owl-carousel.scss
 * -----------------------------------------------
*/
.owl-carousel {
  /* owl dots */ }
  .owl-carousel .tm-carousel-item {
    transition: .8s;
    -webkit-transition: .8s;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1; }
    .owl-carousel .tm-carousel-item.__loading {
      opacity: 0;
      transform: translateX(40px);
      -webkit-transform: translateX(40px); }
  .owl-carousel .owl-item img {
    display: inline-block;
    width: auto; }
  .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 10px; }
    .owl-carousel .owl-dots .owl-dot {
      display: inline-block;
      zoom: 1; }
      .owl-carousel .owl-dots .owl-dot span {
        background: #D6D6D6;
        display: block;
        height: 10px;
        margin: 5px 3px;
        opacity: 0.8;
        width: 10px;
        border-radius: 3px;
        transition: all 0.4s ease 0s; }
        @media (prefers-reduced-motion: reduce) {
          .owl-carousel .owl-dots .owl-dot span {
            transition: none; } }
      .owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
        background: #869791; }
  .owl-carousel .owl-nav button {
    border-radius: 0;
    display: block;
    margin: -25px 0 0 0;
    position: absolute;
    opacity: 0.3;
    top: 50%;
    z-index: 6;
    transition: all 0.4s ease 0s; }
    @media (prefers-reduced-motion: reduce) {
      .owl-carousel .owl-nav button {
        transition: none; } }
    .owl-carousel .owl-nav button i {
      color: #fff;
      vertical-align: middle; }
    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
      background: rgba(240, 240, 240, 0.8) !important;
      padding: 10px !important;
      width: 50px;
      height: 50px;
      border-radius: 50%; }
    .owl-carousel .owl-nav button.owl-prev {
      left: -10px; }
    .owl-carousel .owl-nav button.owl-next {
      right: -10px; }
  .owl-carousel:hover .owl-nav > button {
    opacity: 1; }
    .owl-carousel:hover .owl-nav > button.owl-prev {
      left: 20px; }
    .owl-carousel:hover .owl-nav > button.owl-next {
      right: 20px; }
  .owl-carousel[data-focused-center-image="true"] .owl-item {
    opacity: 0.3;
    transition: all 0.4s ease; }
    @media (prefers-reduced-motion: reduce) {
      .owl-carousel[data-focused-center-image="true"] .owl-item {
        transition: none; } }
    .owl-carousel[data-focused-center-image="true"] .owl-item.active {
      opacity: 0.6; }
      .owl-carousel[data-focused-center-image="true"] .owl-item.active.center {
        opacity: 1; }
  .owl-carousel[data-zoomin-center-image="true"] .owl-item {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    transition: all 0.4s ease; }
    @media (prefers-reduced-motion: reduce) {
      .owl-carousel[data-zoomin-center-image="true"] .owl-item {
        transition: none; } }
    .owl-carousel[data-zoomin-center-image="true"] .owl-item.active.center {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }

.owl-nav-outer .owl-nav button.owl-prev, .owl-nav-outer .owl-nav button.owl-next {
  background: rgba(240, 240, 240, 0.8) !important;
  padding: 10px 15px !important; }

.owl-nav-outer .owl-nav button.owl-prev {
  left: -70px; }

.owl-nav-outer .owl-nav button.owl-next {
  right: -70px; }

@media (max-width: 1199.98px) {
  .owl-nav-outer .owl-nav button.owl-prev {
    left: -25px; }
  .owl-nav-outer .owl-nav button.owl-next {
    right: -25px; } }

/* Owl Dots */
.owl-dots-bottom-right .owl-dots {
  bottom: -10px;
  position: absolute;
  right: 0; }

.owl-dots-center-bottom .owl-dots {
  bottom: 15px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center; }

.owl-dots-left .owl-dots {
  text-align: left; }

.owl-dots-center .owl-dots {
  text-align: center; }

.owl-dots-right .owl-dots {
  text-align: right; }

.owl-dots-light-skin .owl-dots .owl-dot span {
  background: #D6D6D6; }

.owl-dots-light-skin .owl-dots .owl-dot.active span, .owl-dots-light-skin .owl-dots .owl-dot:hover span {
  background: #fff; }

.owl-dots-dark-skin .owl-dots .owl-dot span {
  background: #333; }

.owl-dots-dark-skin .owl-dots .owl-dot.active span, .owl-dots-dark-skin .owl-dots .owl-dot:hover span {
  background: #000; }

.tm-owl-carousel-1col .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }


/*
 * archive.scss
 * -----------------------------------------------
*/
body.archive .main-content-area article {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(240, 240, 240, 0.5); }

body.archive.post-type-archive .main-content-area,
body.archive.tax-product_cat .main-content-area {
  padding-bottom: 70px; }

/*
 * page.scss
 * -----------------------------------------------
*/
table {
  margin: 0 0 40px;
  width: 100%; }
  table td, table th {
    padding: 8px; }

.main-content-area {
  min-height: 0; }

/*
 * animations.scss
 * -----------------------------------------------
*/
.tm-animation {
  opacity: 0; }



.tm-floating-objects > span {
  position: absolute;
  width: 100px;
  height: 100px;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center; }

.tm-floating-objects2 > span {
  position: absolute;
  width: 100px;
  height: 100px;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center; }

.tm-floating-objects2 .floating-object-1 {
  left: 5%;
  top: 20%;
  background-image: url("../images/floating-objects/21.png"); }

.tm-floating-objects2 .floating-object-2 {
  left: 3%;
  bottom: 20%;
  background-image: url("../images/floating-objects/22.png"); }

.tm-floating-objects2 .floating-object-3 {
  right: 5%;
  top: 10%;
  background-image: url("../images/floating-objects/23.png"); }

.tm-floating-objects2 .floating-object-4 {
  right: 10%;
  bottom: 5%;
  background-image: url("../images/floating-objects/24.png"); }


.tm-animation-floating {
  -webkit-animation-name: tm-animation-floating;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: Floating;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out; }

@-webkit-keyframes tm-animation-floating {
  from {
    -webkit-transform: translate(0, 0px); }
  65% {
    -webkit-transform: translate(0, 15px); }
  to {
    -webkit-transform: translate(0, 0px); } }

@-moz-keyframes tm-animation-floating {
  from {
    -moz-transform: translate(0, 0px); }
  65% {
    -moz-transform: translate(0, 15px); }
  to {
    -moz-transform: translate(0, 0px); } }

/*
 * final-countdown.scss
 * -----------------------------------------------
*/
.final-countdown-timer {
  font-size: 32px; }
  .final-countdown-timer span {
    font-size: 16px; }


/*
 * shortcode.scss
 * -----------------------------------------------
*/
.accordion-header {
  margin-bottom: 0;
  margin-top: 0; }

.tm-accordion .accordion-item {
  margin-bottom: 5px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.125);
  box-shadow: 0 14px 18px 0 rgba(0, 0, 0, 0.05); }
  .tm-accordion .accordion-item:first-child {
    border-radius: 15px 15px 0 0; }
  .tm-accordion .accordion-item:last-child {
    border-radius: 0 0 15px 15px; }
  .tm-accordion .accordion-item .accordion-header {
    background-color: #fff;
    border-top: none; }
    .tm-accordion .accordion-item .accordion-header:hover {
      cursor: pointer; }
    .tm-accordion .accordion-item .accordion-header .accordion-button {
      border: none; }
    .tm-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
      color: #111;
      background-color: #eee; }
    .tm-accordion .accordion-item .accordion-header .titles {
      padding: 1rem 2rem;
      margin: 0;
      position: relative; }
      .tm-accordion .accordion-item .accordion-header .titles .accordion-controls-icon {
        opacity: 0.4;
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: all 0.4s ease-in-out; }
        @media (prefers-reduced-motion: reduce) {
          .tm-accordion .accordion-item .accordion-header .titles .accordion-controls-icon {
            transition: none; } }
      .tm-accordion .accordion-item .accordion-header .titles:not(.collapsed) .accordion-controls-icon {
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg); }
  .tm-accordion .accordion-item .accordion-collapse {
    border: none; }

.tm-accordion.accordion-classic .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: #f5f5f5; }

.tm-accordion.accordion-gradient .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background: #e6e6e6;
  background: linear-gradient(0deg, #e6e6e6 0%, white 45%, #e6e6e6 100%); }




/*
 * Shortcode: button.scss
 * -----------------------------------------------
*/


.btn {
  border-radius: 5px;
  border-width: 0;
  font-weight: 600;
  letter-spacing: .05rem;
  padding: 1.1rem 2.2rem;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  transition: all 0.2s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn.focus, .btn:focus {
    box-shadow: none !important; }
  .btn i {
    margin-right: 5px; }

.btn-group-xs > .btn, .btn-xs {
  padding: 0.75rem 1.2rem; }

.btn-group-sm > .btn, .btn-sm {
  padding: 1.0rem 1.7rem; }

.btn-group-lg > .btn, .btn-lg {
  padding: 1.3rem 3.00rem; }

[class*=" btn-outline-"] {
  border-width: 3px;
  padding: 1.0rem 2.5rem; }
  [class*=" btn-outline-"].btn-xs {
    padding: 0.55rem 1.2rem; }
  [class*=" btn-outline-"].btn-sm {
    padding: 0.8rem 1.7rem; }
  [class*=" btn-outline-"].btn-lg {
    padding: 1.1rem 3.00rem; }

.btn-light, .btn-outline-light {
  box-shadow: 0 7px 20px rgba(170, 170, 170, 0.2); }
  .btn-light:hover, .btn-outline-light:hover {
    box-shadow: 0 10px 20px rgba(170, 170, 170, 0.5); }

.btn-dark:hover {
  color: #212529;
  background-color: transparent; }

.btn-dark, .btn-outline-dark {
  box-shadow: 0 7px 20px rgba(33, 37, 41, 0.2); }
  .btn-dark:hover, .btn-outline-dark:hover {
    box-shadow: 0 10px 20px rgba(33, 37, 41, 0.5); }

.btn-gray:hover {
  color: #666;
  border-color: #666;
  background-color: transparent; }

/* button 3D */
.btn-3d {
  box-shadow: 0 4px 1px #999999;
  margin-bottom: 4px; }

.btn-round {
  border-radius: 3rem; }

.btn-flat {
  border-radius: 0; }


/* Sweep To Right */
p
.btn-theme-colored1,
.btn-theme-colored2,
.btn-outline-theme-colored1,
.btn-outline--theme-colored2 {
  position: relative;
  z-index: 0; }
  .btn-theme-colored1:before,
  .btn-theme-colored2:before,
  .btn-outline-theme-colored1:before,
  .btn-outline--theme-colored2:before {
    position: absolute;
    content: '';
    background: var(--theme-color3);
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    transition: all .5s ease; }
  .btn-theme-colored1:hover:before,
  .btn-theme-colored2:hover:before,
  .btn-outline-theme-colored1:hover:before,
  .btn-outline--theme-colored2:hover:before {
    width: 100%;
    opacity: 1; }

.btn-theme-colored2:before {
  background: var(--theme-color3); }

.btn-outline-theme-colored1:hover,
.btn-outline--theme-colored2:hover {
  border-color: var(--theme-color3) !important;
  color: #fff !important; }

.btn-theme-colored1,
.btn-theme-colored2,
.btn-outline-theme-colored1,
.btn-outline--theme-colored2,
.woocommerce .button:not(.compare):not(.yith-wcqv-button):not(.tm-btn-add-to-cart) {
  position: relative;
  z-index: 0; }
  .btn-theme-colored1:before,
  .btn-theme-colored2:before,
  .btn-outline-theme-colored1:before,
  .btn-outline--theme-colored2:before,
  .woocommerce .button:not(.compare):not(.yith-wcqv-button):not(.tm-btn-add-to-cart):before {
    position: absolute;
    content: '';
    background: var(--theme-color3);
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    transition: all .5s ease; }
  .btn-theme-colored1:hover:before,
  .btn-theme-colored2:hover:before,
  .btn-outline-theme-colored1:hover:before,
  .btn-outline--theme-colored2:hover:before,
  .woocommerce .button:not(.compare):not(.yith-wcqv-button):not(.tm-btn-add-to-cart):hover:before {
    width: 100%;
    opacity: 1; }

.btn-theme-colored2:before {
  background: var(--theme-color3); }

.btn-outline-theme-colored1:hover,
.btn-outline--theme-colored2:hover {
  border-color: var(--theme-color3) !important;
  color: #fff !important; }

/*
 * Shortcode: call-to-action.scss
 * -----------------------------------------------
*/
.call-to-action .cta-content p,
.call-to-action .cta-content h1, .call-to-action .cta-content h2, .call-to-action .cta-content h3, .call-to-action .cta-content h4, .call-to-action .cta-content h5, .call-to-action .cta-content h6 {
  margin-top: 0; }

/*
 * Shortcode: common.scss
 * -----------------------------------------------
*/
.tm-sc .excerpt {
  margin-bottom: 15px; }

.tm-loadmore-container {
  text-align: center;
  margin-top: 50px; }

/*
 * Shortcode: custom-columns-holder.scss
 * -----------------------------------------------
*/


/*
 * Shortcode: dropcaps.scss
 * -----------------------------------------------
*/
.tm-sc-dropcaps .dropcaps {
  color: #903;
  float: left;
  font-size: 60px;
  line-height: 52px;
  margin: 2px 10px 0 0; }

.tm-sc-dropcaps.dropcaps-fill .dropcaps {
  background-color: #903;
  color: #fff;
  text-align: center;
  padding: 10px 10px 10px 10px;
  margin: 7px 15px 0 0;
  min-width: 64px; }

/*
 * Shortcode: easy-pie-chart.scss
 * -----------------------------------------------
*/
.easypiechart {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  text-align: center; }
  .easypiechart canvas {
    position: absolute;
    top: 0;
    left: 0; }
  .easypiechart .percent {
    display: inline-block;
    line-height: 110px;
    z-index: 2; }
    .easypiechart .percent:after {
      content: '%';
      margin-left: 0.1em;
      font-size: .8em; }

/*
 * Shortcode: element-holder.scss
 * -----------------------------------------------
*/
.tm-element-holder .tm-element-holder-wrapper {
  background-position: center;
  background-size: cover;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 45; }

.tm-element-holder .tm-element-holder-bg-text {
  display: block;
  position: absolute;
  line-height: 1;
  font-size: 100px;
  font-weight: bold;
  color: #f5f5f5; }

/*
* Shortcode: final-countdown.scss
* -----------------------------------------------
*/

/*
 * Shortcode: flickr-feed.scss
 * -----------------------------------------------
*/
.flickr-feed a {
  margin: 0px 7px 7px 0;
  width: 70px;
  height: 70px;
  float: left;
  background: 0 0;
  padding: 0; }

/

/*
 * Shortcode: funfacts.scss
 * -----------------------------------------------
*/
.tm-sc-funfact {
  transition: all 0.5s ease;
  position: relative; }
  @media (prefers-reduced-motion: reduce) {
    .tm-sc-funfact {
      transition: none; } }
  .tm-sc-funfact .funfact-icon {
    opacity: 0.8;
    transition: all 0.3s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .tm-sc-funfact .funfact-icon {
        transition: none; } }
    .tm-sc-funfact .funfact-icon i {
      font-size: 45px;
      transition: all 0.3s ease-in-out; }
      @media (prefers-reduced-motion: reduce) {
        .tm-sc-funfact .funfact-icon i {
          transition: none; } }
  .tm-sc-funfact .counter {
    margin-top: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    font-weight: 700; }
    .tm-sc-funfact .counter .animate-number {
      line-height: 1; }
    .tm-sc-funfact .counter .counter-postfix,
    .tm-sc-funfact .counter .counter-prefix {
      font-size: 1rem;
      margin: 0 4px; }
  .tm-sc-funfact.funfact-lefticon {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: left; }
    .tm-sc-funfact.funfact-lefticon .funfact-icon {
      margin-right: 20px; }
    .tm-sc-funfact.funfact-lefticon .details {
      overflow: hidden; }
      .tm-sc-funfact.funfact-lefticon .details .counter {
        justify-content: left; }
  .tm-sc-funfact :last-child {
    margin-bottom: 0; }
  .tm-sc-funfact:hover .funfact-icon {
    opacity: 1;
    animation: swing 0.8s ease-out infinite;
    -webkit-animation: swing 0.8s ease-out infinite; }

/*
 * Shortcode: Icon Boxes
 * -----------------------------------------------
*/
.icon-box {
  position: relative;
  z-index: 0;
  transition: all 0.5s ease; }
  @media (prefers-reduced-motion: reduce) {
    .icon-box {
      transition: none; } }
  .icon-box .icon {
    display: inline-block;
    height: 70px;
    margin-bottom: 0;
    transition: all 0.3s ease;
    width: 70px;
    text-align: center;
    font-weight: normal; }
    @media (prefers-reduced-motion: reduce) {
      .icon-box .icon {
        transition: none; } }
    .icon-box .icon i {
      display: inline-block;
      font-size: 40px;
      line-height: 70px; }
    .icon-box .icon i[class*="pe-7s-"] {
      vertical-align: text-bottom; }
    .icon-box .icon.icon-default {
      height: auto;
      width: auto;
      margin-bottom: 5px; }
      .icon-box .icon.icon-default i {
        line-height: 1; }
    .icon-box .icon.icon-gray {
      background-color: #eee;
      color: #333; }
      .icon-box .icon.icon-gray.icon-bordered {
        background-color: transparent;
        border: 3px solid #eee; }
      .icon-box:hover .icon.icon-gray {
        background-color: #d5d5d5;
        color: #111; }
        .icon-box:hover .icon.icon-gray.icon-bordered {
          background-color: #eee;
          color: #555; }
    .icon-box .icon.icon-dark {
      background-color: #111;
      color: #fff; }
      .icon-box .icon.icon-dark.icon-bordered {
        background-color: transparent;
        border: 3px solid #111;
        color: #111; }
      .icon-box:hover .icon.icon-dark {
        background-color: #eee;
        color: #111; }
        .icon-box:hover .icon.icon-dark.icon-bordered {
          background-color: #111;
          border-color: #111;
          color: #fff; }
    .icon-box .icon.icon-white {
      background-color: #fff;
      color: #333; }
      .icon-box .icon.icon-white.icon-bordered {
        background-color: transparent;
        border: 3px solid #fff; }
      .icon-box:hover .icon.icon-white {
        background-color: #cccccc;
        color: black; }
        .icon-box:hover .icon.icon-white.icon-bordered {
          background-color: #fff;
          border-color: #fff;
          color: #111; }
      .icon-box .icon.icon-white.icon-border-effect {
        position: relative; }
        .icon-box .icon.icon-white.icon-border-effect::after {
          box-shadow: 0 0 0 3px #fff; }
    .icon-box .icon.icon-bordered {
      border: 3px solid #eee; }
      .icon-box:hover .icon.icon-bordered {
        background-color: #eee;
        color: #111; }
    .icon-box .icon.icon-rounded {
      border-radius: 3px; }
    .icon-box .icon.icon-circled {
      border-radius: 50%; }
    .icon-box .icon.icon-type-image.icon-bordered {
      padding: 5px; }
    .icon-box .icon.icon-xs {
      height: 30px;
      width: 30px; }
      .icon-box .icon.icon-xs i {
        font-size: 18px;
        line-height: 30px; }
    .icon-box .icon.icon-sm {
      height: 50px;
      width: 50px; }
      .icon-box .icon.icon-sm i {
        font-size: 22px;
        line-height: 50px; }
    .icon-box .icon.icon-md {
      height: 75px;
      width: 75px; }
      .icon-box .icon.icon-md i {
        font-size: 36px;
        line-height: 75px; }
    .icon-box .icon.icon-lg {
      height: 90px;
      width: 90px; }
      .icon-box .icon.icon-lg i {
        font-size: 48px;
        line-height: 90px; }
    .icon-box .icon.icon-xl {
      height: 120px;
      width: 120px; }
      .icon-box .icon.icon-xl i {
        font-size: 60px;
        line-height: 120px; }
    .icon-box .icon.icon-border-effect {
      position: relative; }
      .icon-box .icon.icon-border-effect::after {
        border-radius: 50%;
        box-shadow: 0 0 0 3px;
        box-sizing: content-box;
        content: "";
        height: 100%;
        left: -4px;
        opacity: 0;
        padding: 4px;
        top: -4px;
        transform: scale(0.8);
        transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
        pointer-events: none;
        position: absolute;
        width: 100%; }
      .icon-box .icon.icon-border-effect.effect-flat::after {
        border-radius: 0; }
      .icon-box .icon.icon-border-effect.effect-rounded::after {
        border-radius: 3px; }
      .icon-box .icon.icon-border-effect.effect-circled::after {
        border-radius: 50%; }
      .icon-box .icon.icon-border-effect.icon-gray::after {
        box-shadow: 0 0 0 3px #eee; }
    .icon-box .icon.icon-top {
      left: 0;
      margin: 0 auto;
      position: absolute;
      right: 0;
      top: -32px; }
  .icon-box .icon.icon-type-image {
    display: block;
    text-align: left; }
  .icon-box.text-center .icon.icon-type-image {
    text-align: center;
    display: inline-block; }
  .icon-box.text-right .icon.icon-type-image {
    text-align: right;
    display: inline-block; }
  .icon-box.iconbox-border {
    border: 3px solid #dcdcdc; }
  .icon-box.iconbox-bg {
    background-color: #fafafa; }
    .icon-box.iconbox-bg.iconbox-bg-dark {
      background-color: #333; }
  .icon-box .content p {
    margin-bottom: 0; }
  .icon-box .content a {
    color: #909090;
    font-weight: 500; }
  .icon-box.icon-left .icon {
    float: left;
    margin-right: 20px; }
    @media (max-width: 991.98px) {
      .icon-box.icon-left .icon {
        float: none !important;
        margin-right: 0;
        margin-bottom: 15px; } }
    .icon-box.icon-left .icon.no-bg {
      width: auto;
      height: auto; }
  .icon-box.icon-left .icon-text {
    overflow: hidden; }
    .icon-box.icon-left .icon-text .icon-box-title,
    .icon-box.icon-left .icon-text .icon-box-title a {
      margin-top: 0; }
  .icon-box.icon-right .icon {
    float: right;
    margin-left: 20px; }
    @media (max-width: 991.98px) {
      .icon-box.icon-right .icon {
        float: none !important;
        margin-left: 0;
        margin-bottom: 15px; } }
    .icon-box.icon-right .icon.no-bg {
      width: auto;
      height: auto; }
  .icon-box.icon-right .icon-text {
    overflow: hidden; }
    .icon-box.icon-right .icon-text .icon-box-title,
    .icon-box.icon-right .icon-text .icon-box-title a {
      margin-top: 0; }
  .icon-box .icon-box-title,
  .icon-box .icon-box-title a {
    transition: all 0.1s ease; }
    @media (prefers-reduced-motion: reduce) {
      .icon-box .icon-box-title,
      .icon-box .icon-box-title a {
        transition: none; } }
  .icon-box .btn-view-details {
    transition: all 0.1s ease;
    margin-top: 15px; }
    @media (prefers-reduced-motion: reduce) {
      .icon-box .btn-view-details {
        transition: none; } }
  .icon-box:hover .icon-border-effect::after {
    opacity: 1;
    transform: scale(1); }
  .icon-box .icon-border-effect:hover::after {
    opacity: 1;
    transform: scale(1); }
  .icon-box.iconbox-box-shadow {
    box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08); }
    .icon-box.iconbox-box-shadow:hover {
      box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.15); }
  .icon-box.iconbox-box-shadow-on-hover:hover {
    box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.15); }
  .icon-box.iconbox-default-padding .icon-box-wrapper {
    padding: 50px 35px 50px 35px; }
  @media (max-width: 991.98px) {
    .icon-box.iconbox-centered-in-responsive {
      text-align: center; }
      .icon-box.iconbox-centered-in-responsive .icon.icon-type-image {
        text-align: center; } }
  @media (min-width: 1200px) {
    .icon-box.iconbox-title-mt-0-desktop .icon-box-title {
      margin-top: 0; } }
  .icon-box.iconbox-hover-move-up-animation:hover {
    margin-top: -15px; }
  .icon-box.iconbox-border-radius {
    border-radius: 10px; }
  .icon-box.icon-position-icon-top.hanging-icon-top .icon-wrapper .icon {
    margin-top: -70px; }
  .icon-box.animate-icon-on-hover:hover.animate-icon-rotate .icon-wrapper .icon {
    transform: rotate(360deg); }
  .icon-box.animate-icon-on-hover:hover.animate-icon-rotate-x .icon-wrapper .icon {
    transform: rotateX(360deg); }
  .icon-box.animate-icon-on-hover:hover.animate-icon-rotate-y .icon-wrapper .icon {
    transform: rotateY(180deg); }
  .icon-box.animate-icon-on-hover:hover.animate-icon-translate .icon-wrapper .icon {
    transform: translate(-10px, 10px); }
  .icon-box.animate-icon-on-hover:hover.animate-icon-translate-x .icon-wrapper .icon {
    transform: translateX(-10px); }
  .icon-box.animate-icon-on-hover:hover.animate-icon-translate-y .icon-wrapper .icon {
    transform: translateY(-10px); }
  .icon-box.animate-icon-on-hover:hover.animate-icon-scale .icon-wrapper .icon {
    transform: scale(1.1); }
  .icon-box.icon-area-box-shadow .icon-wrapper .icon {
    box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08); }
  .icon-box.iconbox-style2-border-bottom:after {
    background-color: #aaa;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 4px;
    content: '';
    opacity: 0;
    transition: 0.3s ease-in; }
  .icon-box.iconbox-style2-border-bottom:hover:after {
    bottom: 0;
    opacity: 1; }
  .icon-box.iconbox-style3-moving-border-bottom {
    overflow: hidden; }
    .icon-box.iconbox-style3-moving-border-bottom:after {
      position: absolute;
      left: -2px;
      bottom: 0px;
      width: 100%;
      height: 4px;
      content: '';
      background-image: -moz-linear-gradient(0deg, #313131 0%, #bdc0c3 100%);
      background-image: -webkit-linear-gradient(0deg, #313131 0%, #bdc0c3 100%);
      background-image: -ms-linear-gradient(0deg, #313131 0%, #bdc0c3 100%);
      -ms-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      visibility: hidden;
      opacity: 0;
      transition: all 0.5s ease-in; }
      @media (prefers-reduced-motion: reduce) {
        .icon-box.iconbox-style3-moving-border-bottom:after {
          transition: none; } }
    .icon-box.iconbox-style3-moving-border-bottom:hover:after {
      -ms-transform: translateX(0%);
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
      visibility: visible;
      opacity: 1; }
  .icon-box.iconbox-style4-bgcolor {
    overflow: hidden; }
    .icon-box.iconbox-style4-bgcolor:before {
      position: absolute;
      content: '';
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      opacity: 0;
      visibility: hidden;
      background-color: #161d29;
      transition: all 500ms ease;
      z-index: -1; }
      @media (prefers-reduced-motion: reduce) {
        .icon-box.iconbox-style4-bgcolor:before {
          transition: none; } }
    .icon-box.iconbox-style4-bgcolor:hover:before {
      opacity: 1;
      visibility: visible; }
    .icon-box.iconbox-style4-bgcolor:hover .icon-box-title,
    .icon-box.iconbox-style4-bgcolor:hover .icon-box-title a {
      color: #fff; }
    .icon-box.iconbox-style4-bgcolor:hover .content {
      color: #fff; }
      .icon-box.iconbox-style4-bgcolor:hover .content p {
        color: #fff; }
  .icon-box.iconbox-style5-moving-bgcolor {
    overflow: hidden; }
    .icon-box.iconbox-style5-moving-bgcolor:before {
      position: absolute;
      content: '';
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      opacity: 0;
      visibility: visible;
      background-color: #161d29;
      transition: all 500ms ease;
      -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
      -moz-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-transform-origin: top;
      -ms-transform-origin: top;
      -moz-transform-origin: top;
      transform-origin: top;
      z-index: -1; }
      @media (prefers-reduced-motion: reduce) {
        .icon-box.iconbox-style5-moving-bgcolor:before {
          transition: none; } }
    .icon-box.iconbox-style5-moving-bgcolor:hover:before {
      opacity: 1;
      visibility: visible;
      -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
      -moz-transform: scaleY(1);
      transform: scaleY(1); }
    .icon-box.iconbox-style5-moving-bgcolor:hover .icon-box-title,
    .icon-box.iconbox-style5-moving-bgcolor:hover .icon-box-title a {
      color: #fff; }
    .icon-box.iconbox-style5-moving-bgcolor:hover .content {
      color: #fff; }
      .icon-box.iconbox-style5-moving-bgcolor:hover .content p {
        color: #fff; }
    .icon-box.iconbox-style5-moving-bgcolor .icon:hover {
      color: #fff; }
  .icon-box.iconbox-style6-moving-double-bgcolor {
    overflow: hidden; }
    .icon-box.iconbox-style6-moving-double-bgcolor:before, .icon-box.iconbox-style6-moving-double-bgcolor:after {
      position: absolute;
      content: '';
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      opacity: 0;
      visibility: visible;
      background-color: #475469;
      transition: all 400ms ease;
      -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
      -moz-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-transform-origin: top;
      -ms-transform-origin: top;
      -moz-transform-origin: top;
      transform-origin: top;
      z-index: -2; }
      @media (prefers-reduced-motion: reduce) {
        .icon-box.iconbox-style6-moving-double-bgcolor:before, .icon-box.iconbox-style6-moving-double-bgcolor:after {
          transition: none; } }
    .icon-box.iconbox-style6-moving-double-bgcolor:after {
      background-color: #141d2b;
      z-index: -1; }
    .icon-box.iconbox-style6-moving-double-bgcolor:hover:before, .icon-box.iconbox-style6-moving-double-bgcolor:hover:after {
      opacity: 1;
      visibility: visible;
      -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
      -moz-transform: scaleY(1);
      transform: scaleY(1); }
    .icon-box.iconbox-style6-moving-double-bgcolor:hover:after {
      -webkit-transition-delay: 300ms;
      -moz-transition-delay: 300ms;
      -ms-transition-delay: 300ms;
      -o-transition-delay: 300ms;
      transition-delay: 300ms; }
    .icon-box.iconbox-style6-moving-double-bgcolor:hover .icon-box-title,
    .icon-box.iconbox-style6-moving-double-bgcolor:hover .icon-box-title a {
      color: #fff; }
    .icon-box.iconbox-style6-moving-double-bgcolor:hover .content {
      color: #fff; }
      .icon-box.iconbox-style6-moving-double-bgcolor:hover .content p {
        color: #fff; }
  .icon-box.iconbox-style7-hover-moving-border {
    overflow: hidden; }
    .icon-box.iconbox-style7-hover-moving-border:after, .icon-box.iconbox-style7-hover-moving-border:before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: '';
      opacity: 0;
      -webkit-transition: opacity 0.55s,-webkit-transform 0.55s;
      transition: opacity 0.55s,transform 0.55s;
      z-index: -1; }
    .icon-box.iconbox-style7-hover-moving-border:after {
      border-right: 2px solid #444;
      border-left: 2px solid #444; }
    .icon-box.iconbox-style7-hover-moving-border:after {
      -webkit-transform: scale(1, 0);
      transform: scale(1, 0); }
    .icon-box.iconbox-style7-hover-moving-border:before {
      border-top: 2px solid #444;
      border-bottom: 2px solid #444; }
    .icon-box.iconbox-style7-hover-moving-border:before {
      -webkit-transform: scale(0, 1);
      transform: scale(0, 1); }
    .icon-box.iconbox-style7-hover-moving-border:hover:before, .icon-box.iconbox-style7-hover-moving-border:hover:after {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
  .icon-box.iconbox-bg-img-on-hover {
    overflow: hidden; }
    .icon-box.iconbox-bg-img-on-hover .bg-img-wrapper {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      transition: all 0.3s ease; }
      @media (prefers-reduced-motion: reduce) {
        .icon-box.iconbox-bg-img-on-hover .bg-img-wrapper {
          transition: none; } }
      .icon-box.iconbox-bg-img-on-hover .bg-img-wrapper:before, .icon-box.iconbox-bg-img-on-hover .bg-img-wrapper:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .icon-box.iconbox-bg-img-on-hover .bg-img-wrapper:before {
        background-image: url("../images/shadow-overlay2.png");
        background-position: center bottom;
        z-index: 1;
        background-repeat: no-repeat; }
      .icon-box.iconbox-bg-img-on-hover .bg-img-wrapper:after {
        background-color: rgba(0, 0, 0, 0.45);
        z-index: 2; }
      .icon-box.iconbox-bg-img-on-hover:hover .bg-img-wrapper {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
      .icon-box.iconbox-bg-img-on-hover:hover .icon {
        color: #fff; }
        .icon-box.iconbox-bg-img-on-hover:hover .icon i {
          color: #fff; }
      .icon-box.iconbox-bg-img-on-hover:hover .icon-box-title,
      .icon-box.iconbox-bg-img-on-hover:hover .icon-box-title a {
        color: #fff; }
      .icon-box.iconbox-bg-img-on-hover:hover .content {
        color: #fff; }
        .icon-box.iconbox-bg-img-on-hover:hover .content p {
          color: #fff; }
    .icon-box.iconbox-bg-img-on-hover .icon-box-wrapper {
      position: relative;
      z-index: 99; }
    .icon-box.iconbox-bg-img-on-hover.iconbox-bg-img-on-hover-always-visible .bg-img-wrapper {
      opacity: 1; }
    .icon-box.iconbox-bg-img-on-hover.iconbox-bg-img-on-hover-always-visible .icon {
      color: #fff; }
      .icon-box.iconbox-bg-img-on-hover.iconbox-bg-img-on-hover-always-visible .icon i {
        color: #fff; }
    .icon-box.iconbox-bg-img-on-hover.iconbox-bg-img-on-hover-always-visible .icon-box-title,
    .icon-box.iconbox-bg-img-on-hover.iconbox-bg-img-on-hover-always-visible .icon-box-title a {
      color: #fff; }
    .icon-box.iconbox-bg-img-on-hover.iconbox-bg-img-on-hover-always-visible .content {
      color: #fff; }
      .icon-box.iconbox-bg-img-on-hover.iconbox-bg-img-on-hover-always-visible .content p {
        color: #fff; }
  .icon-box.tm-iconbox-icontype-svg-image .tm-vivus-svg-animation {
    width: 128px;
    height: auto; }





/*
 * Shortcode: paroller.scss
 * -----------------------------------------------
*/
.tm-paroller-object {
  position: absolute;
  z-index: -1;
  width: 100%;
  font-size: 10rem;
  font-weight: bold; }


/*
 * Shortcode: section-title.scss
 * -----------------------------------------------
*/
.tm-sc-section-title {
  margin-bottom: 60px; }
  .tm-sc-section-title .title-wrapper {
    margin-bottom: 20px;
    position: relative; }
    .tm-sc-section-title .title-wrapper .title {
      margin-top: -6px;
      line-height: 1.3;
      position: relative;
      z-index: 0;
      text-transform: capitalize;
      font-family: "Poppins", serif;
      font-size: 2.875rem; 
	  text-align: center;}
      .tm-sc-section-title .title-wrapper .title .title-shadow-text {
        position: absolute;
        left: 0;
        right: 0;
        z-index: -1;
        color: #ddd;
        font-size: 6rem;
        opacity: 0.4;
        top: -40px; }
        @media (max-width: 767.98px) {
          .tm-sc-section-title .title-wrapper .title .title-shadow-text {
            font-size: 4rem;
            top: -20px; } }
      .tm-sc-section-title .title-wrapper .title span {
        line-height: 1; }
    .tm-sc-section-title .title-wrapper .subtitle {
      position: relative;
      z-index: 1;
      font-family: "Poppins", serif;
      font-size: 0.875rem;
      font-weight: 400;
      color: #515056; }
    .tm-sc-section-title .title-wrapper :first-child {
      margin-top: 0; }
    .tm-sc-section-title .title-wrapper .paragraph {
      font-size: 1rem;
      position: relative; }
  .tm-sc-section-title.line-bottom-style1-image-icon .title-wrapper:after {
    background: url("../images/line-bottom-style1-image-icon.png") no-repeat;
    bottom: -20px;
    border-radius: 10px;
    content: "";
    height: 20px;
    left: 0;
    margin-top: 0;
    position: absolute;
    width: 66px; }
  .tm-sc-section-title.line-bottom-style1-image-icon.text-center .title-wrapper:after {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
  .tm-sc-section-title.line-bottom-style1-image-icon.text-right .title-wrapper:after {
    left: auto;
    right: 0; }
  .tm-sc-section-title.line-bottom-style2-solid-line .title-wrapper:after {
    background-color: #aaa;
    bottom: -25px;
    border-radius: 10px;
    content: "";
    height: 4px;
    left: 0;
    margin-top: 0;
    position: absolute;
    width: 50px; }
  .tm-sc-section-title.line-bottom-style2-solid-line.text-center .title-wrapper:after {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
  .tm-sc-section-title.line-bottom-style2-solid-line.text-right .title-wrapper:after {
    left: auto;
    right: 0; }
  .tm-sc-section-title.line-bottom-style3-bordered-line .title-wrapper:after {
    border: 1px solid #aaa;
    bottom: -13px;
    border-radius: 10px;
    content: "";
    height: 4px;
    left: 0;
    margin-top: 0;
    position: absolute;
    width: 50px; }
  .tm-sc-section-title.line-bottom-style3-bordered-line.text-center .title-wrapper:after {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
  .tm-sc-section-title.line-bottom-style3-bordered-line.text-right .title-wrapper:after {
    left: auto;
    right: 0; }
  .tm-sc-section-title.line-bottom-style4-attached-double-lines1 .title-wrapper {
    position: relative; }
    .tm-sc-section-title.line-bottom-style4-attached-double-lines1 .title-wrapper:before {
      content: "";
      background: #eee;
      position: absolute;
      height: 3px;
      width: 110px;
      left: 0;
      bottom: -13px;
      border-radius: 6px; }
    .tm-sc-section-title.line-bottom-style4-attached-double-lines1 .title-wrapper:after {
      position: absolute;
      background: #333;
      content: "";
      height: 3px;
      width: 35px;
      left: 0;
      bottom: -13px;
      border-radius: 6px; }
  .tm-sc-section-title.line-bottom-style4-attached-double-lines1.text-center .title-wrapper:before {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
  .tm-sc-section-title.line-bottom-style4-attached-double-lines1.text-center .title-wrapper:after {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
  .tm-sc-section-title.line-bottom-style4-attached-double-lines1.text-right .title-wrapper:before {
    left: auto;
    right: 0; }
  .tm-sc-section-title.line-bottom-style4-attached-double-lines1.text-right .title-wrapper:after {
    left: auto;
    right: 0; }
  .tm-sc-section-title.line-bottom-style5-attached-double-lines2 .title-wrapper {
    position: relative; }
    .tm-sc-section-title.line-bottom-style5-attached-double-lines2 .title-wrapper:before {
      content: "";
      background: #eee;
      position: absolute;
      height: 3px;
      width: 110px;
      left: 0;
      bottom: -13px;
      border-radius: 6px; }
    .tm-sc-section-title.line-bottom-style5-attached-double-lines2 .title-wrapper:after {
      position: absolute;
      background: #333;
      content: "";
      height: 3px;
      width: 35px;
      left: 20px;
      bottom: -13px;
      border-radius: 6px; }
  .tm-sc-section-title.line-bottom-style5-attached-double-lines2.text-center .title-wrapper:before {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
  .tm-sc-section-title.line-bottom-style5-attached-double-lines2.text-center .title-wrapper:after {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
  .tm-sc-section-title.line-bottom-style5-attached-double-lines2.text-right .title-wrapper:before {
    left: auto;
    right: 0; }
  .tm-sc-section-title.line-bottom-style5-attached-double-lines2.text-right .title-wrapper:after {
    left: auto;
    right: 20px; }
  .tm-sc-section-title.line-bottom-style6-bold-double-lines .title-wrapper {
    position: relative; }
    .tm-sc-section-title.line-bottom-style6-bold-double-lines .title-wrapper:before {
      content: "";
      background: #ddd;
      position: absolute;
      height: 2px;
      width: 70px;
      left: 0;
      bottom: -13px;
      border-radius: 6px; }
    .tm-sc-section-title.line-bottom-style6-bold-double-lines .title-wrapper:after {
      position: absolute;
      background: #eee;
      content: "";
      height: 2px;
      width: 35px;
      left: 0;
      bottom: -18px;
      border-radius: 6px; }
  .tm-sc-section-title.line-bottom-style6-bold-double-lines.text-center .title-wrapper:before {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
  .tm-sc-section-title.line-bottom-style6-bold-double-lines.text-center .title-wrapper:after {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
  .tm-sc-section-title.line-bottom-style6-bold-double-lines.text-right .title-wrapper:before {
    left: auto;
    right: 0; }
  .tm-sc-section-title.line-bottom-style6-bold-double-lines.text-right .title-wrapper:after {
    left: auto;
    right: 0; }
  .tm-sc-section-title.line-bottom-style7-double-lines .title-wrapper {
    position: relative; }
    .tm-sc-section-title.line-bottom-style7-double-lines .title-wrapper:before {
      content: "";
      background: #d3c6c6;
      position: absolute;
      height: 3px;
      width: 110px;
      left: 0;
      bottom: -24px;
      border-radius: 6px; }
    .tm-sc-section-title.line-bottom-style7-double-lines .title-wrapper:after {
      position: absolute;
      background: #333;
      content: "";
      height: 7px;
      width: 35px;
      left: 20px;
      bottom: -25px;
      border-radius: 6px; }
  .tm-sc-section-title.line-bottom-style7-double-lines.text-center .title-wrapper:before {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
  .tm-sc-section-title.line-bottom-style7-double-lines.text-center .title-wrapper:after {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
  .tm-sc-section-title.line-bottom-style7-double-lines.text-right .title-wrapper:before {
    left: auto;
    right: 0; }
  .tm-sc-section-title.line-bottom-style7-double-lines.text-right .title-wrapper:after {
    left: auto;
    right: 20px; }
  .tm-sc-section-title.line-bottom-style8-line-with-circle .title-wrapper {
    position: relative; }
    .tm-sc-section-title.line-bottom-style8-line-with-circle .title-wrapper:before {
      content: "";
      background: #eee;
      position: absolute;
      height: 3px;
      width: 110px;
      left: 0;
      bottom: -13px;
      border-radius: 6px; }
    .tm-sc-section-title.line-bottom-style8-line-with-circle .title-wrapper:after {
      position: absolute;
      background: #999;
      content: "";
      height: 10px;
      width: 10px;
      left: 0;
      bottom: -16px;
      border-radius: 6px; }
  .tm-sc-section-title.line-bottom-style8-line-with-circle.text-center .title-wrapper:before {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
  .tm-sc-section-title.line-bottom-style8-line-with-circle.text-center .title-wrapper:after {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
  .tm-sc-section-title.line-bottom-style8-line-with-circle.text-right .title-wrapper:before {
    left: auto;
    right: 0; }
  .tm-sc-section-title.line-bottom-style8-line-with-circle.text-right .title-wrapper:after {
    left: auto;
    right: 0; }
  .tm-sc-section-title.line-bottom-style9-line-with-square .title-wrapper {
    position: relative; }
    .tm-sc-section-title.line-bottom-style9-line-with-square .title-wrapper:before {
      content: "";
      background: #eee;
      position: absolute;
      height: 3px;
      width: 110px;
      left: 0;
      bottom: -13px;
      border-radius: 6px; }
    .tm-sc-section-title.line-bottom-style9-line-with-square .title-wrapper:after {
      position: absolute;
      background: #999;
      content: "";
      height: 10px;
      width: 10px;
      left: 0;
      bottom: -16px; }
  .tm-sc-section-title.line-bottom-style9-line-with-square.text-center .title-wrapper:before {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
  .tm-sc-section-title.line-bottom-style9-line-with-square.text-center .title-wrapper:after {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
  .tm-sc-section-title.line-bottom-style9-line-with-square.text-right .title-wrapper:before {
    left: auto;
    right: 0; }
  .tm-sc-section-title.line-bottom-style9-line-with-square.text-right .title-wrapper:after {
    left: auto;
    right: 0; }

@media (max-width: 767.98px) {
  .tm-sc-section-title .title-wrapper h4.title {
    font-size: 1.3846em; } }


/*
 * Shortcode: styled-icons.scss
 * -----------------------------------------------
*/
.styled-icons li {
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 0;
  padding-left: 0; }

.styled-icons a {
  border: 2px solid transparent;
  color: #333;
  display: inline-block;
  font-size: 16px;
  height: 36px;
  line-height: 2;
  margin-right: 4px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 36px;
  transition: all 0.2s ease; }
  @media (prefers-reduced-motion: reduce) {
    .styled-icons a {
      transition: none; } }
  .styled-icons a i {
    height: 100%;
    line-height: 2;
    position: relative;
    top: 0;
    width: 100%; }
  .styled-icons a:hover {
    background-color: #333;
    color: #fff; }

.styled-icons.styled-icons-effect-rollover a {
  overflow: hidden;
  vertical-align: middle; }
  .styled-icons.styled-icons-effect-rollover a:hover i {
    top: -100%; }

.styled-icons.styled-icons-effect-rotate a:hover i {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.styled-icons.icon-bordered a {
  border-color: #555; }
  .styled-icons.icon-bordered a:hover {
    background-color: #555;
    color: #fff; }

.styled-icons.icon-gray a {
  background-color: #eee;
  color: #8a7c7c; }
  .styled-icons.icon-gray a:hover {
    background-color: #d5d5d5;
    color: black; }

.styled-icons.icon-gray.icon-bordered a {
  background-color: transparent;
  border-color: #eee;
  color: #eee; }
  .styled-icons.icon-gray.icon-bordered a:hover {
    background-color: #eee;
    border-color: #eee;
    color: #111; }

.styled-icons.icon-white a {
  background-color: #fff;
  color: #222; }
  .styled-icons.icon-white a:hover {
    background-color: #e6e6e6;
    color: black; }

.styled-icons.icon-white.icon-bordered a {
  background-color: transparent;
  border-color: #fff;
  color: #fff; }
  .styled-icons.icon-white.icon-bordered a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #222; }

.styled-icons.icon-dark a {
  background-color: #333;
  color: #fff; }
  .styled-icons.icon-dark a:hover {
    background-color: black;
    color: #f2f2f2; }

.styled-icons.icon-dark.icon-bordered a {
  background-color: transparent;
  border-color: #333;
  color: #333; }
  .styled-icons.icon-dark.icon-bordered a:hover {
    background-color: #333;
    color: #fff; }

.styled-icons.icon-default a {
  height: 32px;
  margin-right: 0;
  width: 32px; }

.styled-icons.icon-rounded a {
  border-radius: 3px; }

.styled-icons.icon-circled a {
  border-radius: 50%; }

.styled-icons.icon-xs a {
  font-size: 12px;
  height: 25px;
  width: 25px; }

.styled-icons.icon-sm a {
  font-size: 14px;
  height: 30px;
  width: 30px; }

.styled-icons.icon-md a {
  font-size: 20px;
  height: 45px;
  width: 45px; }

.styled-icons.icon-lg a {
  font-size: 23px;
  height: 50px;
  width: 50px; }

.styled-icons.icon-xl a {
  font-size: 28px;
  height: 60px;
  width: 60px; }

.styled-icons.styled-icons-brand a {
  color: #fff; }




/*
 * social-links.scss
 * -----------------------------------------------
*/
.tm-sc-social-links {
  padding: 0;
  margin: 0;
  list-style: none; }
  .tm-sc-social-links li {
    display: inline-block;
    vertical-align: top;
    font-size: 1rem; }
    .tm-sc-social-links li a.social-link {
      position: relative;
      display: block;
      background: #333;
      border-radius: 50%;
      height: 45px;
      width: 45px;
      font-size: 18px;
      line-height: 45px;
      text-align: center;
      color: #fff;
      z-index: 1;
      transition: all 0.3s; }
      .tm-sc-social-links li a.social-link:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 100%;
        height: 100%;
        border-radius: inherit;
        box-shadow: inset 0 0 0 1px rgba(241, 244, 246, 0.02);
        z-index: -1;
        transition: all 0.3s; }
      .tm-sc-social-links li a.social-link:hover {
        background: #eee;
        color: #31354c; }
        .tm-sc-social-links li a.social-link:hover:after {
          box-shadow: inset 0 0 0 50px #eee; }
    .tm-sc-social-links li:not(:last-child) {
      margin-right: 10px; }
  .tm-sc-social-links.icon-light li a.social-link {
    background: #f5f5f5;
    color: #333;
    border: 1px solid #fff; }
    .tm-sc-social-links.icon-light li a.social-link:after {
      box-shadow: inset 0 0 0 1px rgba(44, 44, 44, 0.02); }
    .tm-sc-social-links.icon-light li a.social-link:hover {
      background: #333;
      color: #fff;
      border: 1px solid #333; }
      .tm-sc-social-links.icon-light li a.social-link:hover:after {
        box-shadow: inset 0 0 0 50px #333; }
  .tm-sc-social-links.icon-rounded li a {
    border-radius: 5px; }
  .tm-sc-social-links.icon-xs li a {
    font-size: 12px;
    height: 25px;
    width: 25px;
    line-height: 25px; }
  .tm-sc-social-links.icon-sm li a {
    font-size: 14px;
    height: 30px;
    width: 30px;
    line-height: 30px; }
  .tm-sc-social-links.icon-md li a {
    font-size: 18px;
    height: 45px;
    width: 45px;
    line-height: 45px; }
  .tm-sc-social-links.icon-lg li a {
    font-size: 23px;
    height: 50px;
    width: 50px;
    line-height: 50px; }
  .tm-sc-social-links.icon-xl li a {
    font-size: 28px;
    height: 60px;
    width: 60px;
    line-height: 60px; }





/*
 * widgets.scss
 * -----------------------------------------------
*/
/*
 * widgets-common.scss
 * -----------------------------------------------
*/
.widget {
  margin-bottom: 45px; }
  .widget ul li {
    list-style: none;
    line-height: 2.5rem; }
  .widget > ul li:last-child, .widget ul.menu li:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }
  .widget.widget_recent_entries ul > li a {
    color: #444; }
  .widget.widget_recent_entries ul > li > span {
    display: block;
    color: #7d848a;
    font-size: 14px;
    font-weight: 300;
    line-height: 12px;
    padding: 4px 0; }
  .widget.widget_archive ul > li, .widget.widget_categories ul > li, .widget.widget_pages ul > li, .widget.widget_meta ul > li, .widget.widget_recent_comments ul > li, .widget.widget_rss ul > li, .widget.widget_nav_menu ul > li {
    padding-left: 25px;
    position: relative; }
    .widget.widget_archive ul > li::before, .widget.widget_categories ul > li::before, .widget.widget_pages ul > li::before, .widget.widget_meta ul > li::before, .widget.widget_recent_comments ul > li::before, .widget.widget_rss ul > li::before, .widget.widget_nav_menu ul > li::before {
      content: "\f054";
      font-weight: 600;
      left: 0;
      position: absolute;
      font-family: "Font Awesome 5 Free";
      color: #ccc; }
  .widget.widget_archive ul > li a, .widget.widget_categories ul > li a, .widget.widget_pages ul > li a, .widget.widget_meta ul > li a, .widget.widget_recent_comments ul > li a, .widget.widget_rss ul > li a, .widget.widget_nav_menu ul > li a {
    color: #7d848a;
    font-weight: normal; }
  .widget.widget_categories ul > li, .widget.widget_archive ul > li {
    padding-left: 24px;
    color: #bbb; }
    .widget.widget_categories ul > li::before, .widget.widget_archive ul > li::before {
      content: "\f07b"; }
  .widget.widget_recent_comments ul > li {
    line-height: 1.8;
    margin-bottom: 7px;
    padding-bottom: 7px; }
    .widget.widget_recent_comments ul > li .comment-author-link,
    .widget.widget_recent_comments ul > li .comment-author-link a {
      color: #555;
      font-weight: 700; }
    .widget.widget_recent_comments ul > li a {
      font-style: italic; }
    .widget.widget_recent_comments ul > li .comment-author-link a {
      font-style: normal; }
  .widget.widget_calendar td, .widget.widget_calendar th {
    color: #aaa; }
  .widget.widget_calendar th {
    color: #444; }
  .widget.widget_calendar tfoot a {
    color: #444; }
  .widget.widget_calendar caption {
    color: #aaa; }
  .widget.widget_nav_menu  ul > li::before {
    content: "\f105";
    font-size: 14px;
    font-weight: 600; }
  .widget.widget_tag_cloud .tagcloud > a {
    background: none;
    border: 1px solid #eee;
    border-radius: 2px;
    color: #7d848a;
    display: inline-block;
    font-size: 12px;
    margin: 10px 12px 0 0;
    padding: 6px 15px;
    font-weight: 400;
    letter-spacing: 0.25px;
    border-radius: 50px;
    text-transform: uppercase;
    transition: all 0.3s ease; }
    @media (prefers-reduced-motion: reduce) {
      .widget.widget_tag_cloud .tagcloud > a {
        transition: none; } }
    .widget.widget_tag_cloud .tagcloud > a:hover {
      background: #333;
      color: #fff; }
  .widget select {
    border: 1px solid rgba(51, 51, 51, 0.1);
    max-width: 100%;
    padding: 7px 10px;
    width: 100%; }
  .widget.widget_rss ul li {
    margin-bottom: 25px; }
    .widget.widget_rss ul li .rsswidget {
      display: block;
      color: #555;
      font-family: "Roboto", sans-serif;
      font-weight: 700; }
    .widget.widget_rss ul li .rss-date {
      color: #aaa; }
    .widget.widget_rss ul li .rssSummary {
      color: #777;
      line-height: 1.8; }
    .widget.widget_rss ul li cite {
      color: #aaa; }
    .widget.widget_rss ul li:before, .widget.widget_rss ul li:after, .widget.widget_rss ul li a {
      line-height: 1.8; }

.widget .name {
  margin-top: 0; }

.widget-title {
  margin-bottom: 25px;
  margin-top: 0;
  font-size: 1.1rem;
  line-height: 1.1; }
  .widget-title.widget-title-line-bottom {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px; }
    .widget-title.widget-title-line-bottom:after, .widget-title.widget-title-line-bottom:before {
      background: #bbb;
      border-radius: 10px;
      bottom: -1px;
      content: "";
      height: 3px;
      left: 0;
      position: absolute;
      width: 50px; }
    .widget-title.widget-title-line-bottom:before {
      background: #f5f5f5;
      width: 100%; }

.title-dots {
  background: url("../images/title-dots.png") repeat scroll 0 0;
  height: 30px;
  margin-bottom: 20px; }
  .title-dots span {
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    padding: 5px 10px; }
  .title-dots.small {
    height: 24px;
    margin-bottom: 15px; }
    .title-dots.small span {
      font-size: 11px;
      line-height: 23px; }

/*
 * nav-tabs.scss
 * -----------------------------------------------
*/
.widget .nav-tabs {
  border-bottom: 1px solid #ddd; }
  .widget .nav-tabs .nav-item .nav-link {
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    color: #444;
    background-color: #f2f2f2;
    font-size: 0.95rem;
    font-weight: bold; }
    .widget .nav-tabs .nav-item .nav-link.active {
      position: relative;
      top: 1px;
      background-color: #fff; }
    .widget .nav-tabs .nav-item .nav-link i {
      line-height: inherit; }

.widget .tab-content {
  border-top: 0;
  padding: 20px; }

/*
 * brochure-box.scss
 * -----------------------------------------------
*/
.widget-brochure-box .brochure-box {
  background: #eee;
  border-radius: 3px;
  display: inline-block;
  padding: 10px 15px 10px 0;
  position: relative;
  width: 100%;
  transition: all 0.2s ease 0s; }
  @media (prefers-reduced-motion: reduce) {
    .widget-brochure-box .brochure-box {
      transition: none; } }
  .widget-brochure-box .brochure-box:hover {
    background: #333; }
  .widget-brochure-box .brochure-box .brochure-icon {
    border-right: 1px solid #ddd;
    border-radius: 3px 0 0 3px;
    color: #888;
    display: inline-block;
    font-size: 18px;
    padding: 15px;
    vertical-align: middle;
    transition: all 0.2s ease 0s; }
    @media (prefers-reduced-motion: reduce) {
      .widget-brochure-box .brochure-box .brochure-icon {
        transition: none; } }
  .widget-brochure-box .brochure-box:hover .brochure-icon {
    border-right-color: #444;
    color: #fff; }
  .widget-brochure-box .brochure-box .text {
    color: #333;
    display: inline-block;
    font-size: 14px;
    margin: 0;
    padding-left: 15px; }
  .widget-brochure-box .brochure-box:hover .text {
    color: #fff; }
  .widget-brochure-box .brochure-box.brochure-box-classic {
    padding: 15px 0; }
    .widget-brochure-box .brochure-box.brochure-box-classic .brochure-icon {
      padding: 3px 15px 0;
      float: right;
      border: 0; }
  .widget-brochure-box .brochure-box.brochure-box-dark-version {
    background: #333; }
    .widget-brochure-box .brochure-box.brochure-box-dark-version:hover {
      background: #eee; }
    .widget-brochure-box .brochure-box.brochure-box-dark-version .text {
      color: #fff; }
    .widget-brochure-box .brochure-box.brochure-box-dark-version:hover .text {
      color: #333; }
    .widget-brochure-box .brochure-box.brochure-box-dark-version .brochure-icon {
      border-right-color: #444;
      color: #fff; }
    .widget-brochure-box .brochure-box.brochure-box-dark-version:hover .brochure-icon {
      border-right-color: #ddd;
      color: #888; }

.sidebar-area .widget-brochure-box {
  margin-bottom: 15px; }
  .sidebar-area .widget-brochure-box:last-child {
    margin-bottom: 45px; }

.widget-brochure-box .brochure-box.brochure-box-black {
  background: #222; }
  .widget-brochure-box .brochure-box.brochure-box-black .brochure-icon {
    border-right: 1px solid #333;
    color: #fff; }
  .widget-brochure-box .brochure-box.brochure-box-black .text {
    color: #fff; }
  .widget-brochure-box .brochure-box.brochure-box-black:hover {
    background: #111; }
    .widget-brochure-box .brochure-box.brochure-box-black:hover .brochure-icon {
      border-right-color: #222; }

/*
 * blog-list.scss
 * -----------------------------------------------
*/
.widget .post {
  border-bottom: none; }
  .widget .post:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px; }
  .widget .post .post-thumb {
    float: left;
    margin-right: 15px;
    margin-top: 1px;
    width: 85px; }
    .widget .post .post-thumb img {
      border-radius: 50%; }
  .widget .post .entry-meta {
    font-size: 0.9rem;
    margin: 0 15px 10px 0;
    color: #999; }
  .widget .post .post-right {
    overflow: hidden; }
    .widget .post .post-right .post-title {
      margin-top: 0;
      margin-bottom: 5px; }
      .widget .post .post-right .post-title a {
        color: #555;
        letter-spacing: 0;
        font-family: "Roboto", sans-serif;
        font-size: 1rem; }
    .widget .post .post-right .entry-date {
      display: block;
      color: #888f96;
      font-size: 14px;
      line-height: 12px;
      padding: 4px 0; }

.widget.widget_calendar table {
  width: 100%;
  margin-bottom: 0; }

.widget.widget_calendar caption {
  padding-bottom: 0;
  line-height: 1; }

.widget.widget_calendar table,
.widget.widget_calendar th,
.widget.widget_calendar td {
  border: 1px solid rgba(51, 51, 51, 0.1); }

.widget.widget_calendar th {
  border-width: 0 1px 1px 0;
  font-weight: 700; }

.widget.widget_calendar td,
.widget.widget_calendar th {
  line-height: 2.3333;
  padding: 8px;
  text-align: center;
  line-height: 1.1em; }

.widget.widget_calendar #today {
  background: #444 none repeat scroll 0 0;
  color: #fff;
  font-weight: 700; }
  .widget.widget_calendar #today > a {
    color: #fff;
    font-weight: 700; }

footer#footer .widget.widget_calendar table,
footer#footer .widget.widget_calendar th,
footer#footer .widget.widget_calendar td {
  border: 1px solid #333; }

footer#footer .widget.widget_calendar th {
  color: #ccc; }

footer#footer.footer-black .widget_calendar table,
footer#footer.footer-black .widget_calendar th,
footer#footer.footer-black .widget_calendar td {
  border: 1px solid #333; }

footer#footer.footer-black .widget_calendar #today {
  background: #ccc;
  color: #333;
  font-weight: 700; }
  footer#footer.footer-black .widget_calendar #today > a {
    color: #333;
    font-weight: 700; }

/*
 * contact-info.scss
 * -----------------------------------------------
*/
.tm-widget-contact-info .thumb {
  margin-bottom: 15px; }

.tm-widget-contact-info .description {
  margin-bottom: 15px; }

.tm-widget-contact-info ul {
  list-style: none; }
  .tm-widget-contact-info ul li {
    margin-bottom: 20px;
    padding: 0;
    line-height: 1.5rem; }
    .tm-widget-contact-info ul li .icon {
      color: #122f4a;
      margin-right: 30px;
      transition: color 0.3s ease; }
      @media (prefers-reduced-motion: reduce) {
        .tm-widget-contact-info ul li .icon {
          transition: none; } }
    .tm-widget-contact-info ul li .text {
      font-weight: 400;
      font-size: 16px; }
      .tm-widget-contact-info ul li .text a {
        color: #909090; }
      .tm-widget-contact-info ul li .text p {
        margin-bottom: 0; }
    .tm-widget-contact-info ul li:last-child {
      margin-bottom: 0; }
    .tm-widget-contact-info ul li a {
      font-weight: 500; }
      .tm-widget-contact-info ul li a:hover {
        text-decoration: underline; }

.tm-widget-contact-info.contact-info-style1 li .icon {
  float: left;
  width: 16px;
  font-size: 22px;
  text-align: center; }

.tm-widget-contact-info.contact-info-style1 li .text {
  overflow: hidden; }

.tm-widget-contact-info.contact-info-style2 li .icon {
  display: none; }

.tm-widget-contact-info.contact-info-style2 li .text {
  overflow: hidden; }

.tm-widget-contact-info.contact-info-style3 li .icon {
  float: left;
  margin-right: 10px;
  font-weight: bold; }
  .tm-widget-contact-info.contact-info-style3 li .icon i {
    width: 16px;
    font-size: 18px;
    text-align: center;
    margin-right: 8px;
    vertical-align: middle; }

.tm-widget-contact-info.contact-info-style3 li .text {
  overflow: hidden; }

.tm-widget-contact-info.contact-info-style4 li .icon {
  margin-right: 0;
  font-weight: bold; }

.tm-widget-contact-info.contact-info-style5 li .icon {
  margin-right: 0;
  font-weight: bold; }
  .tm-widget-contact-info.contact-info-style5 li .icon i {
    width: 16px;
    font-size: 18px;
    text-align: center;
    margin-right: 8px;
    vertical-align: middle; }

/*
 * empty-space.scss
 * -----------------------------------------------
*/
.widget-empty-space {
  margin-bottom: 0; }

/*
 * facebook.scss
 * -----------------------------------------------
*/
/*
 * featured-page.scss
 * -----------------------------------------------
*/
.widget-featured-page .page .page-content a {
  margin-bottom: 2px solid #bbb; }

/*
 * flickr-feed.scss
 * -----------------------------------------------
*/
#flickr-feed img {
  background: #000 none repeat scroll 0 0;
  float: left;
  height: 100%;
  padding: 0;
  width: 100%; }

/*
 * gallery-images.scss
 * -----------------------------------------------
*/
.widget-gallery-images .isotope-layout .isotope-item {
  margin-bottom: 0; }

.widget-gallery-images .isotope-layout.grid-3 .isotope-item {
  width: 33.2% !important; }

/*
 * google-map.scss
 * -----------------------------------------------
*/
/*
 * google-plus.scss
 * -----------------------------------------------
*/
/*
 * horizontal-row.scss
 * -----------------------------------------------
*/
.widget-horizontal-row hr {
  margin-top: 0;
  margin-bottom: 20px; }



/* -------- Widget - Instagram-Feed ---------- */
.widget .instagram-feed-grid .item {
  margin-bottom: 0;
  margin-right: 0;
  padding: 1px;
  width: 25%; }



/*
 * sidebar-nav-menu.scss
 * -----------------------------------------------
*/
.tm-sidebar-nav-menu-style1 .widget.widget_nav_menu ul > li {
  margin: 0;
  padding: 0; }
  .tm-sidebar-nav-menu-style1 .widget.widget_nav_menu ul > li::before {
    content: ""; }
  .tm-sidebar-nav-menu-style1 .widget.widget_nav_menu ul > li > a {
    color: #012446;
    background: #f5f5f5;
    font-weight: 700;
    text-decoration: none;
    border-left: 5px solid transparent;
    border-bottom: 1px solid #fff;
    display: block;
    padding: 16px;
    transition: all 0.3s ease; }
    @media (prefers-reduced-motion: reduce) {
      .tm-sidebar-nav-menu-style1 .widget.widget_nav_menu ul > li > a {
        transition: none; } }
    .tm-sidebar-nav-menu-style1 .widget.widget_nav_menu ul > li > a:hover {
      border-left-color: #b798e0; }
  .tm-sidebar-nav-menu-style1 .widget.widget_nav_menu ul > li.active a {
    border-left-color: #b798e0; }

.tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul > li {
  padding: 0;
  transition: all 100ms ease-in-out 0s; }
  @media (prefers-reduced-motion: reduce) {
    .tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul > li {
      transition: none; } }
  .tm-sidebar-nav-menu-style2 .widget.widget_nav_menu > ul > li::before {
    left: auto;
    right: 18px;
    top: 15px;
    font-size: 18px; 
	}
  .tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul > li a {
    background: #eef0f3;
    border-left: 1px solid #eef0f3;
    border-bottom: 1px solid #fff;
    color: #333;
    font-weight: 700;
    display: block;
    padding: 16px; }
    .tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul > li a:hover {
      background: #fff;
      border-left: 5px solid #eee; }
  .tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul > li.active a {
    background: #E9573F;
	color: #fff;
	border-left: 5px solid #eee; }
  .tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul > li:first-child a {
    border-top: 1px solid #f5f5f5; }

/*
 * social-list.scss
 * -----------------------------------------------
*/
/*
 * testimonials.scss
 * -----------------------------------------------
*/
.widget-testimonials .author-text {
  font-size: 18px; }

/*
 * twitter-feed.scss
 * -----------------------------------------------
*/
.twitter-feed li.item {
  position: relative; }

.twitter-feed li::before {
  content: "\f081";
  font-size: 24px;
  font-family: "Font Awesome 5 Brands";
  font-weight: 600;
  display: block; }

.widget .twitter-feed li::before {
  left: 0;
  position: absolute;
  top: 0; }

.twitter-feed li,
.twitter-feed-carousel li {
  font-size: 0.85rem;
  line-height: 1.7;
  margin-bottom: 12px;
  padding-bottom: 12px;
  margin-top: 0px;
  position: relative;
  list-style: none; }

.widget .twitter-feed-carousel li {
  line-height: 1.7; }

.widget .twitter-feed li {
  padding-left: 40px;
  line-height: 1.7; }

/*
 * mailchimp-subscribe-form.scss
 * -----------------------------------------------
*/
.mc4wp-form .form-control {
  background-color: #333;
  border-color: #444;
  border-radius: 0;
  box-shadow: none;
  color: #888;
  height: 50px;
  font-size: 13px; }

.mc4wp-form .input-group-btn .btn {
  padding: 10px 16px 10px;
  background-color: #555;
  border-color: #555;
  color: #eee;
  border-radius: 0; }
  .mc4wp-form .input-group-btn .btn:hover {
    background-color: #444; }



/*
 * Shortcode: gallery.scss
 * -----------------------------------------------
*/
.gallery-items-rounded .effect-wrapper {
  border-radius: 6px; }

.tm-sc-gallery .tm-gallery.box-hover-effect {
  display: block; }
  .tm-sc-gallery .tm-gallery.box-hover-effect .effect-wrapper {
    background-color: #b2afab;
    border: 1px solid #f3f1f1; }
  .tm-sc-gallery .tm-gallery.box-hover-effect:hover .effect-wrapper .thumb {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95); }
  .tm-sc-gallery .tm-gallery.box-hover-effect:hover .effect-wrapper .overlay-shade {
    opacity: 0.85;
    filter: alpha(opacity=70); }

.tm-sc-gallery .text-holder .title {
  font-size: 18px;
  text-transform: uppercase; }

.tm-sc-gallery .text-holder .date,
.tm-sc-gallery .text-holder .category {
  color: #aaa;
  font-size: 12px; }

.tm-sc-gallery .overlay-shade.shade-white + .text-holder .date,
.tm-sc-gallery .overlay-shade.shade-white + .text-holder .category {
  color: #777; }

.tm-sc-gallery .overlay-shade.shade-theme-colored1 + .text-holder .title,
.tm-sc-gallery .overlay-shade.shade-theme-colored1 + .text-holder .date,
.tm-sc-gallery .overlay-shade.shade-theme-colored1 + .text-holder .category,
.tm-sc-gallery .overlay-shade.shade-theme-colored2 + .text-holder .title,
.tm-sc-gallery .overlay-shade.shade-theme-colored2 + .text-holder .date,
.tm-sc-gallery .overlay-shade.shade-theme-colored2 + .text-holder .category {
  color: #fff; }

.tm-sc-gallery.tm-sc-gallery-masonry-tiles .has-masonry-tiles-fixed-image-size.isotope-layout .isotope-item .isotope-item-inner {
  height: 100%; }
  .tm-sc-gallery.tm-sc-gallery-masonry-tiles .has-masonry-tiles-fixed-image-size.isotope-layout .isotope-item .isotope-item-inner .tm-gallery-inner {
    height: 100%; }
    .tm-sc-gallery.tm-sc-gallery-masonry-tiles .has-masonry-tiles-fixed-image-size.isotope-layout .isotope-item .isotope-item-inner .tm-gallery-inner .thumb {
      height: 100%; }
      .tm-sc-gallery.tm-sc-gallery-masonry-tiles .has-masonry-tiles-fixed-image-size.isotope-layout .isotope-item .isotope-item-inner .tm-gallery-inner .thumb a {
        height: 100%; }
        .tm-sc-gallery.tm-sc-gallery-masonry-tiles .has-masonry-tiles-fixed-image-size.isotope-layout .isotope-item .isotope-item-inner .tm-gallery-inner .thumb a img {
          height: 100%; }

.tm-sc-gallery.gallery-style1-basic .tm-gallery {
  position: relative;
  overflow: hidden; }
  .tm-sc-gallery.gallery-style1-basic .tm-gallery .thumb {
    overflow: hidden;
    position: relative;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
    transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s; }
  .tm-sc-gallery.gallery-style1-basic .tm-gallery .tm-gallery-content-wrapper {
    box-sizing: border-box;
    padding: 20px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }
    .tm-sc-gallery.gallery-style1-basic .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content {
      display: table;
      height: 100%;
      width: 100%;
      overflow: hidden; }
      .tm-sc-gallery.gallery-style1-basic .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content:after {
        content: '';
        background-color: rgba(24, 19, 60, 0.75);
        position: absolute;
        top: 20px;
        left: 20px;
        bottom: 20px;
        right: 20px;
        opacity: 0;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s 0.5s;
        transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s 0.5s; }
      .tm-sc-gallery.gallery-style1-basic .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner {
        display: table-cell;
        padding: 20px;
        height: 100%;
        width: 100%;
        position: relative;
        vertical-align: middle;
        text-align: center;
        z-index: 9; }
        .tm-sc-gallery.gallery-style1-basic .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .title-holder {
          overflow: hidden; }
          .tm-sc-gallery.gallery-style1-basic .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .title-holder .title {
            text-transform: uppercase;
            color: #fff; }
            .tm-sc-gallery.gallery-style1-basic .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .title-holder .title a:hover {
              color: #ccc; }
        .tm-sc-gallery.gallery-style1-basic .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .title, .tm-sc-gallery.gallery-style1-basic .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .styled-icons {
          position: relative;
          opacity: 0;
          -webkit-transform: translate3d(0, -100%, 0);
          -moz-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
          -webkit-transition: -webkit-transform .4s, opacity .2s;
          transition: transform .4s, opacity .2s;
          will-change: transform, opacity; }
        .tm-sc-gallery.gallery-style1-basic .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .icons-holder-inner {
          overflow: hidden; }
  .tm-sc-gallery.gallery-style1-basic .tm-gallery:hover .thumb {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1); }
  .tm-sc-gallery.gallery-style1-basic .tm-gallery:hover .tm-gallery-content-wrapper .tm-gallery-content:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
    transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s; }
  .tm-sc-gallery.gallery-style1-basic .tm-gallery:hover .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .title {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s;
    transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s; }
  .tm-sc-gallery.gallery-style1-basic .tm-gallery:hover .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .styled-icons {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.2s, opacity 0.2s 0.2s;
    transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.2s, opacity 0.2s 0.2s; }




/*
 * footer loader.scss
 * -----------------------------------------------
*/
/*
 * footer.scss
 * -----------------------------------------------
*/
footer#footer {
  background-color: #1a1a1a;
  color: #bbb; }
  footer#footer a:not(.social-link):not(.icon) {
    color: #bbb;
    font-weight: 400; }
    footer#footer a:not(.social-link):not(.icon):focus, footer#footer a:not(.social-link):not(.icon):hover, footer#footer a:not(.social-link):not(.icon):active {
      color: #eeeeee; }
  footer#footer .footer-widget-area .footer-widget-area-column-separator {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 30px; }
    footer#footer .footer-widget-area .footer-widget-area-column-separator:first-child {
      border: none; }
  footer#footer .footer-widget-area .widget {
    margin-bottom: 45px; }
    footer#footer .footer-widget-area .widget .widget-title {
      color: #fff;
      margin-bottom: 35px; }
      footer#footer .footer-widget-area .widget .widget-title.widget-title-line-bottom:after, footer#footer .footer-widget-area .widget .widget-title.widget-title-line-bottom:before {
        background: #666; }
      footer#footer .footer-widget-area .widget .widget-title.widget-title-line-bottom:before {
        background: rgba(65, 65, 65, 0.3); }

/* fixed footer */
footer#footer.fixed-footer {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1; }
  @media (max-width: 1199.98px) {
    footer#footer.fixed-footer {
      position: relative; } }

body.has-fixed-footer .main-content-area {
  background-color: #fff;
  position: relative;
  z-index: 2; }

body.has-fixed-footer.tm-boxed-layout .fixed-footer {
  overflow: hidden;
  margin: 0 auto;
  max-width: 1170px; }

/* Footer Inverted*/
footer#footer.footer-inverted {
  background-color: #f9f9f9;
  border-top: 1px solid #eee;
  color: #666; }
  footer#footer.footer-inverted a {
    color: #222; }
    footer#footer.footer-inverted a:focus, footer#footer.footer-inverted a:hover, footer#footer.footer-inverted a:active {
      color: black; }
  footer#footer.footer-inverted .footer-widget-area .footer-widget-area-column-separator {
    border-left-color: rgba(65, 65, 65, 0.1); }
  footer#footer.footer-inverted .footer-widget-area .widget .widget-title.widget-title-line-bottom:before {
    background: rgba(65, 65, 65, 0.1); }
  footer#footer.footer-inverted .footer-widget-area .widget .widget-title,
  footer#footer.footer-inverted .footer-widget-area .widget .post .post-title a {
    color: #222; }
  footer#footer.footer-inverted .footer-bottom {
    background-color: #eee;
    color: #666; }
  footer#footer.footer-inverted .styled-icons.icon-dark:not(.icon-bordered) a {
    color: #fff; }

/*
 * footer footer-nav.scss
 * -----------------------------------------------
*/
.widget_nav_menu.split-nav-menu ul li {
  margin-bottom: 4px;
  width: 50%;
  float: left;
  padding-right: 3px; }

/*
 * footer-widgets.scss
 * -----------------------------------------------
*/
footer#footer .footer-widget-area .widget .widget-title {
  margin-bottom: 30px;
  font-size: 1.4rem; }
  footer#footer .footer-widget-area .widget .widget-title.widget-title-line-bottom {
    padding-bottom: 25px; }

footer#footer .widget.widget_rss ul li .rss-date {
  color: #bbb;
  font-style: italic;
  font-size: 0.9rem; }

footer#footer .widget.widget_rss ul li .rssSummary {
  color: #999; }

footer#footer .widget.widget_rss ul li cite {
  color: #bbb; }

footer#footer .widget.widget_recent_comments ul > li {
  color: #aaa; }
  footer#footer .widget.widget_recent_comments ul > li a {
    color: #777;
    font-style: italic; }
  footer#footer .widget.widget_recent_comments ul > li .comment-author-link,
  footer#footer .widget.widget_recent_comments ul > li .comment-author-link a {
    color: #bbb;
    font-style: normal; }

footer#footer.footer-black .widget.widget_archive ul > li, footer#footer.footer-black .widget.widget_categories ul > li, footer#footer.footer-black .widget.widget_links ul > li, footer#footer.footer-black .widget.widget_meta ul > li, footer#footer.footer-black .widget.widget_nav_menu ul > li, footer#footer.footer-black .widget.widget_pages ul > li, footer#footer.footer-black .widget.widget_recent_comments ul > li, footer#footer.footer-black .widget.widget_recent_entries ul > li {
  border-top-color: rgba(51, 51, 51, 0.4); }

footer#footer.footer-black .widget.widget_rss ul li .rss-date {
  color: #888888; }

footer#footer.footer-black .widget.widget_rss ul li cite {
  color: #d5d5d5; }

footer#footer.footer-black .widget.widget_tag_cloud .tagcloud > a {
  background-color: rgba(0, 0, 0, 0.25);
  color: #ccc; }

footer#footer.footer-inverted .widget.widget_archive ul > li, footer#footer.footer-inverted .widget.widget_categories ul > li, footer#footer.footer-inverted .widget.widget_links ul > li, footer#footer.footer-inverted .widget.widget_meta ul > li, footer#footer.footer-inverted .widget.widget_nav_menu ul > li, footer#footer.footer-inverted .widget.widget_pages ul > li, footer#footer.footer-inverted .widget.widget_recent_comments ul > li, footer#footer.footer-inverted .widget.widget_recent_entries ul > li {
  border-top-color: rgba(55, 55, 55, 0.1); }

/*
 * Shortcode: clients.scss
 * -----------------------------------------------
*/
/*
 * Service Section: Home 1 & 2
 * -----------------------------------------------
*/
.img-icon-service-box {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease; }
  @media (prefers-reduced-motion: reduce) {
    .img-icon-service-box {
      transition: none; } }
  .img-icon-service-box .tm-thumb {
    position: relative;
    overflow: hidden;
    z-index: 1; }
    .img-icon-service-box .tm-thumb img {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      transition: all 0.3s ease; }
      @media (prefers-reduced-motion: reduce) {
        .img-icon-service-box .tm-thumb img {
          transition: none; } }
    .img-icon-service-box .tm-thumb .icon {
      border-radius: 2%; 
      left: 35px;
	  right: 35px;
      line-height: 1.1rem;
	  padding: 20px 10px;
      margin: 0 auto;
      opacity: 0;
      position: absolute;
      top: 35px;
	  bottom: 35px;
      text-align: center;
      z-index: 2;
      transition: all 0.5s ease; }
      @media (prefers-reduced-motion: reduce) {
        .img-icon-service-box .tm-thumb .icon {
          transition: none; } }
      .img-icon-service-box .tm-thumb .icon span {
        font-size: 24px;
        color: #fff; }
    .img-icon-service-box .tm-thumb:before {
      background-color: rgba(0, 0, 0, 0.7);
      bottom: 0;
      content: "";
      left: 0;
      opacity: 0;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1; }
  .img-icon-service-box .tm-details {
    background-color: #fff;
    padding: 40px;
    position: relative;
    z-index: 1;
    overflow: hidden; }
    .img-icon-service-box .tm-details .service-count {
      color: #f6f2f0;
      font-size: 80px;
      font-weight: 700;
      line-height: 90px;
      position: absolute;
      right: 15px;
      top: 0px;
      z-index: -1; }
    .img-icon-service-box .tm-details h5 {
      color: #727f9c;
      line-height: 2;
      font-weight: 500; }
    .img-icon-service-box .tm-details .bottom-bar {
      background-color: #e9e4e1;
      border-radius: 5px 5px 0 0;
      bottom: 0;
      height: 17px;
      left: 50px;
      position: absolute;
      right: 50px;
      transition: all 0.3s ease; }
      @media (prefers-reduced-motion: reduce) {
        .img-icon-service-box .tm-details .bottom-bar {
          transition: none; } }
  .img-icon-service-box:hover .tm-thumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .img-icon-service-box:hover .tm-thumb .icon, .img-icon-service-box:hover .tm-thumb:before {
    opacity: 0.66; }

.progress-title-holder .pb-title {
  letter-spacing: -.2px; }

.service-box-shadow {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05); }

.tm-roofting-iconbox {
  position: relative; }
  .tm-roofting-iconbox .icon-box {
    border-right: 1px solid #ddd;
    padding: 50px 70px 50px; }
    @media (max-width: 1199.98px) {
      .tm-roofting-iconbox .icon-box {
        border-bottom: 1px solid #ddd; } }
    .tm-roofting-iconbox .icon-box a.icon {
      background-color: #f0f2f7;
      color: #122f4a; }
    .tm-roofting-iconbox .icon-box:hover a.icon {
      color: #fff; }
  .tm-roofting-iconbox .icon-box.border-right-none {
    border-right: none; }




/*
 *	About Section: Home About
 * -----------------------------------------------
*/
.cp-shape.layer-shape-style4 .layer-shape-one {
  background-repeat: no-repeat;
  bottom: 0;
  left: 45%;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -75px;
  width: auto;
  z-index: 1; }
  @media (max-width: 991.98px) {
    .cp-shape.layer-shape-style4 .layer-shape-one {
      top: 0;
      z-index: -1; } }
  .cp-shape.layer-shape-style4 .layer-shape-one.style2 {
    top: 0; }

.cp-shape.layer-shape-style4 .layer-shape-two {
  background-repeat: no-repeat;
  bottom: 0;
  opacity: .3;
  position: absolute;
  right: 0;
  top: 0;
  width: 375px;
  z-index: 0; }
  @media (max-width: 1199.98px) {
    .cp-shape.layer-shape-style4 .layer-shape-two {
      display: none; } }

.cp-shape.layer-shape-style4 .layer-shape-three {
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  max-width: 400px;
  opacity: .3;
  position: absolute;
  right: 0;
  top: 66%;
  z-index: 0;
  width: 100%; }
  @media (max-width: 991.98px) {
    .cp-shape.layer-shape-style4 .layer-shape-three {
      display: none; } }

.cp-shape.layer-shape-style4 .layer-shape-four {
  background-repeat: no-repeat;
  bottom: 0;
  opacity: 0.3;
  position: absolute;
  right: -5px;
  top: 0;
  width: 204px;
  z-index: 0; }
  @media (max-width: 991.98px) {
    .cp-shape.layer-shape-style4 .layer-shape-four {
      display: none; } }

.cp-shape.layer-shape-style4 .layer-shape-five {
  background-repeat: no-repeat;
  bottom: 0;
  left: -11%;
  opacity: 0.08;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1; }

.cp-shape.layer-shape-style4 .layer-shape-six {
  background-repeat: no-repeat;
  background-position: left;
  bottom: 0;
  opacity: .08;
  position: absolute;
  left: 0;
  top: 80%;
  width: 100%;
  z-index: -1; }

/*
 *	Gallery Section:
 * -----------------------------------------------
*/
.tm-sc-gallery.gallery-style1-current-theme .ereco-gallery .tm-gallery .thumb:before {
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #fff transparent;
  bottom: 5px;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  right: 5px;
  width: 0;
  transition: all 0.3s ease; }
  @media (prefers-reduced-motion: reduce) {
    .tm-sc-gallery.gallery-style1-current-theme .ereco-gallery .tm-gallery .thumb:before {
      transition: none; } }

.tm-sc-gallery.gallery-style1-current-theme .ereco-gallery .tm-gallery .tm-gallery-content-inner .styled-icons a {
  display: inline;
  font-size: 60px;
  line-height: 1; }
  .tm-sc-gallery.gallery-style1-current-theme .ereco-gallery .tm-gallery .tm-gallery-content-inner .styled-icons a i {
    line-height: 1; }
  .tm-sc-gallery.gallery-style1-current-theme .ereco-gallery .tm-gallery .tm-gallery-content-inner .styled-icons a:hover {
    background-color: transparent; }

.tm-sc-gallery.gallery-style1-current-theme .ereco-gallery .tm-gallery .tm-gallery-content-inner .title-holder .title.style2 a {
  font-weight: normal;
  line-height: 22px; }

.tm-sc-gallery.gallery-style1-current-theme .ereco-gallery .tm-gallery:hover .thumb:before {
  display: none; }



/*
 *	Blog Section:
 * -----------------------------------------------
*/
.border-radius-3px {
  border-radius: 3px; }

.border-radius-5px {
  border-radius: 5px; }

.funfact_bg_img {
  position: relative; }
  @media (max-width: 991.98px) {
    .funfact_bg_img {
      margin-top: 50px; } }
  .funfact_bg_img:before {
    bottom: 0;
    content: "";
    background-position: center center;
    background-repeat: no-repeat;
    left: 0;
    opacity: .08;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0; }

.tm-sc-blog.blog-style1-current-theme .isotope-item-inner {
  overflow: visible; }

.tm-sc-blog.blog-style1-current-theme article.roofting_blog_post .entry-header {
  margin-bottom: -26px; }

.tm-sc-blog.blog-style1-current-theme article.roofting_blog_post .entry-content {
  background-color: #fff;
  border: 1px solid #e2e6ed;
  text-align: center;
  padding: 0 20px 40px; }
  .tm-sc-blog.blog-style1-current-theme article.roofting_blog_post .entry-content .entry-title {
    margin-top: 35px;
    margin-bottom: 0; }
  .tm-sc-blog.blog-style1-current-theme article.roofting_blog_post .entry-content .post-excerpt {
    padding: 15px 0 0px; }
  .tm-sc-blog.blog-style1-current-theme article.roofting_blog_post .entry-content .entry-meta {
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    font-size: 14px;
    margin-top: -25px;
    padding: 13px 50px 9px;
    position: relative;
    text-align: center; }
    @media (max-width: 991.98px) {
      .tm-sc-blog.blog-style1-current-theme article.roofting_blog_post .entry-content .entry-meta {
        padding: 13px 0 9px; } }
    @media (max-width: 575.98px) {
      .tm-sc-blog.blog-style1-current-theme article.roofting_blog_post .entry-content .entry-meta {
        padding: 10px; } }
    .tm-sc-blog.blog-style1-current-theme article.roofting_blog_post .entry-content .entry-meta span {
      margin-right: 15px; }
      .tm-sc-blog.blog-style1-current-theme article.roofting_blog_post .entry-content .entry-meta span:last-child {
        margin-right: 0; }

.tm-sc-blog.blog-style1-current-theme article.roofting_blog_post:hover {
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03); }

/*
 *	Footer Section:
 * -----------------------------------------------
*/
.roofting_footer_widgets .widget .tm-widget-contact-info .description {
  color: #9faab6; }

.roofting_footer_widgets .widget.widget_nav_menu ul li a {
  color: #9faab6 !important; }

.roofting_footer_widgets .widget .post .post-thumb img {
  border-radius: 0; }

.roofting_footer_widgets .widget .post .post-right .post-title a {
  color: #fff !important; }

.roofting_footer_widgets .footer-bottom .footer-paragraph {
  color: #9faab6; }

/*
 * Shortcode: gallery.scss
 * -----------------------------------------------
*/
.tm-sc-gallery.gallery-style1-current-theme .tm-gallery {
  position: relative;
  overflow: hidden; }
  .tm-sc-gallery.gallery-style1-current-theme .tm-gallery .thumb {
    overflow: hidden;
    position: relative;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
    transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s; }
  .tm-sc-gallery.gallery-style1-current-theme .tm-gallery .tm-gallery-content-wrapper {
    box-sizing: border-box;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }
    .tm-sc-gallery.gallery-style1-current-theme .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content {
      display: table;
      height: 100%;
      width: 100%;
      overflow: hidden; }
      .tm-sc-gallery.gallery-style1-current-theme .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content:after {
        content: '';
        background-color: rgba(1, 25, 50, 0.9);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s 0.5s;
        transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s 0.5s; }
      .tm-sc-gallery.gallery-style1-current-theme .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner {
        display: table-cell;
        padding: 20px;
        height: 100%;
        width: 100%;
        position: relative;
        vertical-align: middle;
        z-index: 9; }
        .tm-sc-gallery.gallery-style1-current-theme .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .title-holder {
          bottom: 33px;
          left: 50px;
          overflow: hidden;
          position: absolute; }
          .tm-sc-gallery.gallery-style1-current-theme .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .title-holder .title {
            text-transform: uppercase;
            color: #fff; }
            .tm-sc-gallery.gallery-style1-current-theme .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .title-holder .title a:hover {
              color: #ccc; }
        .tm-sc-gallery.gallery-style1-current-theme .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .category, .tm-sc-gallery.gallery-style1-current-theme .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .title, .tm-sc-gallery.gallery-style1-current-theme .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .styled-icons {
          position: relative;
          opacity: 0;
          -webkit-transform: translate3d(0, -100%, 0);
          -moz-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
          -webkit-transition: -webkit-transform .4s, opacity .2s;
          transition: transform .4s, opacity .2s;
          will-change: transform, opacity; }
        .tm-sc-gallery.gallery-style1-current-theme .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .icons-holder-inner {
          overflow: hidden;
          position: absolute;
          right: -4px;
          top: 0; }
          .tm-sc-gallery.gallery-style1-current-theme .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .icons-holder-inner .styled-icons .styled-icons-item {
            border-radius: 0;
            color: #fff;
            font-size: 24px;
            height: 73px;
            line-height: 70px;
            text-align: center;
            width: 75px; }
  .tm-sc-gallery.gallery-style1-current-theme .tm-gallery:hover .thumb {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1); }
  .tm-sc-gallery.gallery-style1-current-theme .tm-gallery:hover .tm-gallery-content-wrapper .tm-gallery-content:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
    transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s; }
  .tm-sc-gallery.gallery-style1-current-theme .tm-gallery:hover .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .category,
  .tm-sc-gallery.gallery-style1-current-theme .tm-gallery:hover .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .title {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s;
    transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s; }
  .tm-sc-gallery.gallery-style1-current-theme .tm-gallery:hover .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .styled-icons {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.2s, opacity 0.2s 0.2s;
    transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.2s, opacity 0.2s 0.2s; }


/*
 * Shortcode: staff.scss
 * -----------------------------------------------
*/
.team-item {
  position: relative; }
  .team-item .team-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    height: 100%;
    width: 100%;
    border-bottom: 3px solid var(--theme-color2);
    transition: 300ms;
    opacity: 0; }
    .team-item .team-content .team-information {
      position: absolute;
      left: 0;
      right: 0;
      top: 25px; }
    .team-item .team-content .team-social {
      position: absolute;
      bottom: 25px;
      left: 0;
      right: 0; }
  .team-item:hover .team-content {
    opacity: 1; }


/*
 * Shortcode: works.scss
 * -----------------------------------------------
*/
.tm-sc-works-categories.style-default-current-theme .each-category .thumb:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 33, 46, 0.4);
  transition: all 0.4s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .tm-sc-works-categories.style-default-current-theme .each-category .thumb:before {
      transition: none; } }

.tm-sc-works-categories.style-default-current-theme .each-category .details {
  position: relative;
  padding: 30px;
  opacity: 1;
  background: #fff;
  box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08); }
  .tm-sc-works-categories.style-default-current-theme .each-category .details .title {
    margin-top: 0; }

.tm-sc-works-categories.style-default-current-theme .each-category:hover .thumb:before {
  height: 0; }

/*
 * shortcode.scss
 * -----------------------------------------------
*/
/*
 * Shortcode: bg-shapes.scss
 * -----------------------------------------------
*/
.bg-polygon-clippath:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 60%;
  z-index: -1;
  background-image: -webkit-gradient(linear, left top, right top, from(#FBFBFD), to(#FBFBFD));
  background-image: linear-gradient(90deg, #FBFBFD 0%, #FBFBFD 100%);
  -webkit-clip-path: polygon(0 0, 100% 30%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 30%, 100% 100%, 0% 100%); }

/*
 * Shortcode: common.scss
 * -----------------------------------------------
*/
.tm-sc-blog.blog-style1-current-theme .isotope-item-inner {
  overflow: visible; }

.tm-sc-blog.blog-style1-current-theme article {
  box-shadow: none;
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1);
  transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1);
  background-color: #fff;
  border-radius: 0; }
  .tm-sc-blog.blog-style1-current-theme article .entry-header {
    position: relative;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1);
    transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1); }
    .tm-sc-blog.blog-style1-current-theme article .entry-header .thumb {
      border-radius: 0; }
    .tm-sc-blog.blog-style1-current-theme article .entry-header .post-single-meta {
      position: absolute;
      top: 15px;
      left: 15px; }
      .tm-sc-blog.blog-style1-current-theme article .entry-header .post-single-meta a {
        background: #fff;
        border-radius: 50%;
        color: #180e28;
        display: inline-block;
        height: 78px;
        line-height: 1.5;
        padding: 15px 15px 15px 15px;
        text-align: center;
        width: 78px; }
      .tm-sc-blog.blog-style1-current-theme article .entry-header .post-single-meta .entry-date .day {
        display: block; }
      .tm-sc-blog.blog-style1-current-theme article .entry-header .post-single-meta .entry-date .year {
        display: none; }
    .tm-sc-blog.blog-style1-current-theme article .entry-header .link {
      background: #333;
      position: absolute;
      left: 0;
      top: 45%;
      right: 0;
      height: 50px;
      width: 50px;
      color: #fff;
      padding: 10px;
      text-align: center;
      margin: 0 auto;
      z-index: 1;
      opacity: 0;
      transition: all 0.4s ease-in-out; }
      @media (prefers-reduced-motion: reduce) {
        .tm-sc-blog.blog-style1-current-theme article .entry-header .link {
          transition: none; } }
  .tm-sc-blog.blog-style1-current-theme article .entry-content {
    padding: 40px;
    background-color: #fff;
    position: relative; }
    .tm-sc-blog.blog-style1-current-theme article .entry-content .entry-title {
      margin-top: 0; }
    .tm-sc-blog.blog-style1-current-theme article .entry-content .post-excerpt {
      padding: 15px 0 25px;
      margin-bottom: 0; }
    .tm-sc-blog.blog-style1-current-theme article .entry-content .entry-meta {
      font-size: 14px;
      margin-bottom: 1.2rem;
      color: #999;
      padding-top: 20px;
      margin-top: 20px; }
    .tm-sc-blog.blog-style1-current-theme article .entry-content .post-btn-readmore .btn-plain-text {
      color: #F89D35;
      font-size: 12px; }
      .tm-sc-blog.blog-style1-current-theme article .entry-content .post-btn-readmore .btn-plain-text:hover, .tm-sc-blog.blog-style1-current-theme article .entry-content .post-btn-readmore .btn-plain-text:focus {
        color: #000; }
  .tm-sc-blog.blog-style1-current-theme article:hover {
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15); }
    .tm-sc-blog.blog-style1-current-theme article:hover .entry-header {
      -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
      transform: translateY(-3px); }
      .tm-sc-blog.blog-style1-current-theme article:hover .entry-header .link {
        opacity: 1;
        transform: rotateY(180deg); }

/*
 * Shortcode: button.scss
 * -----------------------------------------------
*/
/* btn-plain-text*/
.btn-plain-text {
  color: #aaa;
  font-size: 1rem;
  padding: 0;
  border: 0;
  padding-bottom: 3px;
  vertical-align: initial; }
  .btn-plain-text.focus, .btn-plain-text:focus {
    box-shadow: none; }

.btn-plain-text-with-arrow {
  color: #31333e;
  font-size: 1rem;
  padding: 0;
  border: 0;
  vertical-align: initial; }
  .btn-plain-text-with-arrow:before {
    color: #ffae1d;
    display: inline-block;
    content: "\f35a";
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-variant: normal;
    font-weight: 600;
    line-height: 1;
    margin-right: 8px;
    position: relative;
    text-shadow: none;
    text-transform: none;
    transition: all 0.3s ease 0s; }
    @media (prefers-reduced-motion: reduce) {
      .btn-plain-text-with-arrow:before {
        transition: none; } }
  .btn-plain-text-with-arrow:focus:before, .btn-plain-text-with-arrow:hover:before {
    transform: rotateX(180deg); }
  .btn-plain-text-with-arrow:focus:after, .btn-plain-text-with-arrow:hover:after {
    -webkit-animation: moveArrow 1s;
    -moz-animation: moveArrow 1s;
    animation: moveArrow 1s; }
  .btn-plain-text-with-arrow.focus, .btn-plain-text-with-arrow:focus {
    box-shadow: none; }
  .btn-plain-text-with-arrow.text-white:after {
    color: #fff !important; }

@keyframes moveArrow {
  0%, 55% {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
    -moz-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1); }
  25% {
    opacity: 0;
    -webkit-transform: translateX(13px) scale(0.9);
    -moz-transform: translateX(13px) scale(0.9);
    transform: translateX(13px) scale(0.9); }
  26% {
    opacity: 0;
    -webkit-transform: translateX(-13px) scale(0.9);
    -moz-transform: translateX(-13px) scale(0.9);
    transform: translateX(-13px) scale(0.9); } }





/*
 * Shortcode: Icon Boxe current theme
 * -----------------------------------------------
*/
.icon-box.iconbox-current-theme-style1 .icon-box-wrapper {
  position: relative;
  padding: 60px 60px 50px 60px; }
  .icon-box.iconbox-current-theme-style1 .icon-box-wrapper .icon-wrapper .icon {
    position: relative; }
    .icon-box.iconbox-current-theme-style1 .icon-box-wrapper .icon-wrapper .icon:after {
      position: absolute;
      content: '';
      left: -30px;
      top: -40%;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: rgba(255, 163, 3, 0.1);
      z-index: -1;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
      transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s; }
  .icon-box.iconbox-current-theme-style1 .icon-box-wrapper .icon-box-title {
    margin-bottom: 20px; }

.icon-box.iconbox-current-theme-style1:hover .icon-box-wrapper .icon-wrapper .icon:after {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8); }


/*
 * Shortcode: section-title.scss
 * -----------------------------------------------
*/
.tm-sc-section-title .title-wrapper .subtitle {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1.25;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 2px; }

.mytext {
  display: block;
  font-family: "Microsoft YaHei", "微软雅黑", "Roboto", sans-serif;
  font-size: 0.9rem;
  color: #222222;
  font-weight: 200;
  line-height: 28px;
  letter-spacing: 0px;
  text-indent: 2ch;
  }




.tm-sc-section-title .title-wrapper .title.icon-bottom {
  margin-bottom: 30px; }
  .tm-sc-section-title .title-wrapper .title.icon-bottom:after {
    content: "";
    position: absolute;
    top: 105%;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("../images/title-icon.png");
    width: 66px;
    height: 20px; }

.tm-sc-section-title.text-left .title-wrapper .title:after {
  left: 0;
  transform: translateX(0%); }

/*
 * social-links.scss
 * -----------------------------------------------
*/
/*
 * Shortcode: working-steps.scss
 * -----------------------------------------------
*/
.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .image-holder-wrapper .image-holder .image-holder-inner img {
  border-radius: 50%;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8); }

/*
 * Shortcode: unordered-list.scss
 * -----------------------------------------------
*/
.tm-sc-unordered-list.current-theme-list-style1 ul, .tm-sc-unordered-list.current-theme-list-style1 ol {
  list-style: none; }
  .tm-sc-unordered-list.current-theme-list-style1 ul li, .tm-sc-unordered-list.current-theme-list-style1 ol li {
    padding-left: 0;
    color: #111;
    font-size: 1.1rem;
    font-weight: 600; }
    .tm-sc-unordered-list.current-theme-list-style1 ul li span, .tm-sc-unordered-list.current-theme-list-style1 ol li span {
      width: 45px;
      height: 45px;
      background: #111;
      display: inline-block;
      text-align: center;
      line-height: 45px;
      border-radius: 50%;
      margin-right: 15px;
      color: #fff;
      font-weight: 600;
      font-size: 1rem; }
    .tm-sc-unordered-list.current-theme-list-style1 ul li:not(:last-child), .tm-sc-unordered-list.current-theme-list-style1 ol li:not(:last-child) {
      padding-bottom: 18px; }



/*
 * Shortcode: single-feature.scss
 * -----------------------------------------------
*/
.single-feature-inner {
  margin-bottom: 30px;
  padding: 0 30px;
  position: relative; }
  .single-feature-inner:hover .feature-icon {
    background: #ddd; }
  .single-feature-inner:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: #f4f6fb;
    top: 0;
    right: -17px; }
  .single-feature-inner .icon-box-title {
    margin-top: 20px;
    margin-bottom: 15px; }

/*
 * Shortcode: line-with-text.scss
 * -----------------------------------------------
*/
.tm-sc-line-with-text.line-after-title .horizontal-text {
  padding-right: 5px; }

.tm-sc-line-with-text .horizontal-line {
  display: inline-block;
  vertical-align: middle;
  height: 0;
  width: 50px;
  background-color: transparent;
  position: relative; }
  .tm-sc-line-with-text .horizontal-line:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../images/current-theme/title-line-bottom.png");
    width: 36px;
    height: 7px; }

/*
 * Shortcode: common.scss
 * -----------------------------------------------
*/
.mb-responsive--440 {
  margin-bottom: -440px; }
  @media (max-width: 767.98px) {
    .mb-responsive--440 {
      margin-bottom: 0; } }

.border-radius-5px {
  border-radius: 5px; }

.border-rounded {
  border-radius: 50%; }

.mt-05 {
  margin-top: 5px !important; }

.font-opensans {
  font-family: "Roboto", sans-serif !important; }

.list-style-square ul li {
  list-style-type: none; }

.list-style-square ul li i {
  background: #c0c0c0;
  color: #555555;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  margin: 5px 10px 5px 0;
  text-align: center;
  width: 28px; }

.fullscreen {
  height: 100vh; }

.personal-home-style3 {
  background-attachment: fixed; }

/*
 * Shortcode: typography.scss
 * -----------------------------------------------
*/

/*==========  Mobile First Method  ==========*/
/*==========  Non-Mobile First Method  ==========*/
/*==========  minimum and maximum breakpoint Method  ==========*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  body {
    font-size: 1rem; }
  h1 {
    font-size: 2.2rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 2.2rem; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  body {
    font-size: 1rem; }
  h1 {
    font-size: 2.2rem; }
  h2 {
    font-size: 2.3rem; }
  h3 {
    font-size: 2.1rem; } }

@media (max-width: 575.98px) {
  body {
    font-size: 1rem; }
  h1 {
    font-size: 2.0rem; }
  h2 {
    font-size: 2.2rem; }
  h3 {
    font-size: 2.0rem; } }


/*--以下20240228加--*/
.align-myself {
	align-self:center;
	}
.align-myself h4{
	font-size: 1.3rem;
	text-align: left;
	font-weight:500;
	margin-left: 0px;
	padding-left: 0px;
	}
@media (min-width: 768px) and (max-width: 991.98px) {
	.align-self-center h4{
	font-size: 1.0rem;
	font-weight:500;
	}
	}

@media (max-width: 768px) {
	.align-self-center h4{
	font-size: 0.8rem;
	font-weight:500;
	}
	}

.subtitle {
      margin-bottom: 0;
      font-size: 0.9rem;
      line-height: 1.75;
      font-weight: 400;
      color: rgba(0, 0, 0, 0.9); }

	/*-- banner --*/
.banner {
    margin: 0 auto;
    text-align: center;
	position:relative;
   
}
.banner img {
       margin: 0 auto;
    text-align: center;
    border: 7px solid #44c7f4;
}
.banner h2 {
      font-size: 3em;
    color: #fff;
    margin: 0em 0;
    letter-spacing: 6px;
}
.banner span {
    color: #fff;
	letter-spacing:4px;
	font-size:0.9em;
	font-weight:100;
}
.slider-info p {
    font-size: 1.1em;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 7px;
    margin: 0em 0 2em 0;
}
.slider-info {
    padding-top: 13em;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.banner ul { position: absolute; }

.banner ul li {
  width: 100%;
  height:450px;
  float: left;
  background: no-repeat center center;
  list-style:none!important;
}

.banner ul li:nth-child(1),.banner ul li:nth-child(2),.banner ul li:nth-child(3) {
          background:url(../images/banner1.jpg) no-repeat center center!important;
		  
        }
       .banner ul li:nth-child(2){
          background:url(../images/banner2.jpg) no-repeat center center!important;
        }
		 .banner ul li:nth-child(3){
          background:url(../images/banner3.jpg) no-repeat center center!important;
        }

.banner ol {
    width: 84px!important;
    height: 20px;
    background: rgba(0,0,0,0.5);
    position: absolute;
    right: 12%;
    margin-left: -40px!important;
    bottom: 70px;
    padding: 0 10px;
}
.banner ol li {
	list-style:none;
}
.banner ol li {
  width: 10px;
  height: 10px;
  float: left;
    margin:5px 5px;
    background: rgb(0, 172, 238);
  border-radius: 50%;
  cursor: pointer;
  
    overflow: hidden;
}

.banner ol .current { background: rgba(255,255,255,1); }

.banner i {
     width: 32px;
    height: 66px;
  position: absolute;
  top: 50%;
  margin-top: -60px;
  cursor: pointer;
  border-radius:0px!important;
    display: none;
}

.banner .left {
  left: 60px;
  background:url(../images/left1.png) no-repeat 1px 14px;
}


.banner .right {
    right: 60px;
    background: url(../images/right1.png) no-repeat 1px 14px;
}
.banner .left:hover, .banner .right:hover { background-color: rgba(0, 0, 0, 0.31); }
/*--/banner_info --*/
.banner_wthree_agile_info {
    position: relative;
    text-align: left;
    margin: 12% auto 0;
    width: 75%;
    padding: 0 0 0 0em;
}
.wthree_more {
    padding-left: 1em;
}
.wthree_more.wthree_more2 {
    padding: 0;
}
/*--//banner_info --*/
.wthree_more a{
	    padding: 10px 10px;
    border: 1px solid #ffcc2f;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    background: #ffcc2f;
}
/* Wayra */
.button--wayra {
    overflow: hidden;
    width: 13%;
    -webkit-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    text-align: center;
    margin-top:3em;
}
.button--wayra::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #00acee;
	z-index: -1;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.button--wayra:hover {
	color: #fff;
	border-color:#00acee;
}
.button--wayra.button--inverted:hover {
	color: #fff;
	border-color: #00acee;
}
.button--wayra:hover::before {
	opacity: 1;
	background-color:#00acee;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--wayra.button--inverted:hover::before {
	background-color: #fff;
}
.wthree_more.wthree_more2 a {
    text-align: center!important;
}
.wthree_more.wthree_more3 {
    padding: 0;
}
.wthree_more.wthree_more3 a {
    width: 30%!important;
}
/*-- //banner --*/


  /* 二级菜单容器 2026.2.18添加*/
.menu-level2 {
            padding-left: 3px; /* 二级菜单缩进20px */
            margin-top: 0px;
            margin-bottom: 0px;
            
        }

        /* 二级菜单文字 */

.menu-level2 > li > a {
         
            font-size: 12px; /* 二级菜单字体小1号 */
			text-indent: 8px;
            color: #666;
            text-decoration: none;
            transition: all 0.3s; /* 过渡效果 */
            background-color: #f1f3f5; /* 二级菜单背景色（与一级区分） */
            line-height: 1.2; /* 二级菜单行高（略小于一级的1.8） */
            border-radius: 4px;
            margin: 0 5px;
        }

        /* 二级菜单hover效果 */
.menu-level2 > li > a:hover {
            color: #007bff;
            background-color: #e8f4f8; /* 二级菜单hover背景色 */
        }

  .tm-sidebar-nav-menu-style2 .widget.widget_nav_menu .menu-level2  > li::before {
    left: auto;
    right: 28px;
    top: 6px;
    font-size: 14px; 
	}



   /* 表格容器核心样式 */
    .table-container {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; /* iOS顺滑滚动 */
      position: relative; /* 用于提示文字定位 */
      margin: 1rem 0;
    }

    /* 提示文字样式 */
    .scroll-tip {
      color: #666;
      font-size: 0.875rem;
      text-align: center;
      margin-bottom: 0.5rem;
      /* 默认隐藏提示 */
      display: none;
    }

    /* 关键：仅当容器需要滚动时显示提示 */
    .table-container:has(::-webkit-scrollbar) + .scroll-tip,
    .table-container:has(::-moz-scrollbar) + .scroll-tip {
      display: block;
    }

    /* 兼容Firefox等浏览器的降级方案（通过媒体查询辅助） */
    @media (max-width: 768px) {
      .scroll-tip {
        display: block;
      }
    }

	.mytitlehead {
	width: 100%;
	background-color: #c4422a;

	}
	
	.text-theme-colored0 {
    color: #ffffff !important; 
	text-transform: capitalize;
	margin-left: 25px;
	padding-top:10px;
	padding-bottom: 10px;
   }


/* 多语言下拉菜单核心样式 */
.language-selector {
  position: relative;
  display: inline-block;
  font-family: Arial, sans-serif;
  z-index: 9999; /* 确保菜单在最上层 */
}

/* 切换按钮样式 */
.lang-toggle {
  background-color: #163d5e;
  color: white;
  border: none;
  padding: 8px 15px;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

.lang-toggle:hover {
  background-color: #c4422a; /* hover浅一点的蓝色#1a4d72 */
}

/* 下拉箭头样式 */
.lang-toggle svg {
  fill: none;
  stroke: white;
  stroke-width: 2;
  stroke-linecap: round;
  transition: transform 0.2s ease;
}

/* 箭头旋转（菜单展开时） */
.language-selector.active .lang-toggle svg {
  transform: rotate(180deg);
}

/* 下拉菜单容器 #163d5e*/
.lang-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #ffffff;
  min-width: 180px;
  list-style: none;
  padding: 0;
  margin: 4px 0 0 0;
  font-size: 15px;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: none; /* 默认隐藏 */
}

/* 菜单展开显示 */
.language-selector.active .lang-dropdown {
  display: block;
}

/* 下拉菜单项样式 */
.lang-dropdown li {
  padding: 8px 15px;
  font-size: 15px;
  color:black;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.lang-dropdown li:hover {
  background-color: #f0f0f0;
}

/* 禁用选中文字 */
.lang-dropdown li {
  user-select: none;
  -webkit-user-select: none;
}
/* 移动端适配 - 多语言下拉菜单 */
@media (max-width: 768px) {
  /* 放大移动端按钮尺寸，方便点击 */
  .lang-toggle {
    padding: 10px 18px;
    font-size: 15px;
  }
  
  /* 下拉菜单适配移动端屏幕宽度 */
  .lang-dropdown {
    min-width: 180px; /* 移动端菜单更宽，方便触摸 */
    max-width: 90vw; /* 不超过屏幕宽度 */
    right: 0;
    left: auto; /* 避免菜单超出屏幕 */
  }
  
  /* 放大菜单项触摸区域，防止误点 */
  .lang-dropdown li {
    padding: 12px 18px;
    font-size: 15px;
  }
  
  /* 解决移动端点击高亮问题 */
  .lang-toggle, .lang-dropdown li {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
  }
}

/* 解决移动端点击穿透问题（可选） */
.lang-dropdown {
  pointer-events: none; /* 默认不可点击 */
}
.language-selector.active .lang-dropdown {
  pointer-events: auto; /* 展开后可点击 */
}




/* ========== 公司新闻侧边栏美化 ========== */
.news-sidebar {
    background: #fafafa;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 1.1rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
    transition: box-shadow 0.2s ease;
}

.news-sidebar:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,0.05);
}

.news-sidebar h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 1rem 0;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #dee2e6;
    color: #2c3e50;
    letter-spacing: -0.2px;
}

/* 新闻列表容器 */
.news-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* 每条新闻项 */
.news-list li {
    margin-bottom: 0.85rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px dashed #e9ecef;
    line-height: 1.3;
}

.news-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

/* 新闻链接 */
.news-list a {
    display: block;
    color: #2c3e50;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 300;
    transition: color 0.2s ease, transform 0.1s ease;
    position: relative;
    padding-left: 12px;
}

/* 左侧装饰竖线 */
.news-list a::before {
    content: '';
    position: absolute;
    left: 0;
    width: 3px;
    height: 1.8em;
    background-color: #000;
    border-radius: 2px;
    transition: background-color 0.2s;
}

/* 悬停效果 */
.news-list a:hover {
    color: #3498db;
    transform: translateX(2px);
	
}

.news-list a:hover::before {
    background-color: #e74c3c;
}

/* 日期样式（如果您的数据中包含日期） */
.news-date {
    display: inline-block;
    font-size: 0.7rem;
    color: #6c757d;
    margin-top: 0.25rem;
    letter-spacing: 0.3px;
}

/* 响应式：小屏幕减少内边距 */
@media (max-width: 768px) {
    .news-sidebar {
        padding: 1rem;
    }
    .news-sidebar h3 {
        font-size: 1.1rem;
    }
    .news-list a {
        font-size: 0.85rem;
    }
}